:root{
  --primary:#8b1e2d;
  --primary-dark:#6f1421;
  --accent:#d4a54c;
  --accent-soft:#f6e6c4;
  --cream:#fffaf2;
  --ivory:#fffdf8;
  --text:#1f1a17;
  --muted:#6b635c;
  --line:#eadfce;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(23,15,8,.08);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#fffdf8 0%,#fffaf4 50%,#fffdf9 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none}

.section-pad{padding:90px 0}
.section-title{
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  font-size:clamp(2.1rem,4vw,3.35rem);
  line-height:1;
  margin-bottom:10px;
  color:#201712;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:700;
  color:var(--primary);
  margin-bottom:14px;
}
.section-kicker::before{
  content:"";
  width:34px;
  height:1px;
  background:var(--accent);
  display:block;
}
.section-subtitle{
  color:var(--muted);
  font-size:1rem;
  line-height:1.8;
  max-width:680px;
}

.btn-brand,
.btn-outline-brand,
.btn-whatsapp{
  border-radius:999px;
  padding:13px 26px;
  font-weight:700;
  letter-spacing:.02em;
  transition:.3s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.btn-brand{
  background:linear-gradient(135deg,var(--primary),#b42b3f);
  color:#fff;
  border:none;
  box-shadow:0 16px 32px rgba(139,30,45,.22);
}
.btn-brand:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;transform:translateY(-2px)}
.btn-outline-brand{
  border:1.5px solid rgba(139,30,45,.2);
  color:var(--primary);
  background:#fff;
}
.btn-outline-brand:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.btn-whatsapp{
  background:#25d366;
  color:#fff;
  border:none;
  box-shadow:0 16px 32px rgba(37,211,102,.2);
}
.btn-whatsapp:hover{color:#fff;transform:translateY(-2px)}

/* ===============================
   TOPBAR + HEADER
================================= */
.topbar{
  padding:6px 0;
  font-size:13.5px;
  background:#f8f6f2;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.topbar .mini-link{
  color:#5a4a42;
  display:flex;
  align-items:center;
  gap:6px;
  padding:0;
  font-weight:500;
}
.topbar .mini-link i{color:var(--primary);font-size:13px}
.topbar .row{row-gap:4px}

.navbar-wrap{
  position:sticky;
  top:0;
  z-index:99999;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(139,30,45,.08);
  padding:8px 0;
  transition:all .3s ease;
}
.navbar{
  padding:6px 0;
  position:relative;
  transition:all .3s ease;
}
.site-logo{
  display:flex;
  align-items:center;
  padding:0;
}
.site-logo img{
  width:200px;
  height:auto;
  object-fit:contain;
  display:block;
  transition:all .3s ease;
}
.navbar-wrap.scrolled{
  padding:6px 0;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.navbar-wrap.scrolled .site-logo img{width:180px}

.navbar-nav{margin-bottom:0}
.navbar-nav .nav-link{
  position:relative;
  color:#2b211d;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.25;
  padding:8px 13px!important;
  transition:all .25s ease;
}
.navbar-nav .nav-link::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:3px;
  height:2px;
  background:linear-gradient(90deg,var(--primary),var(--accent));
  border-radius:999px;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active{color:var(--primary)}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{transform:scaleX(1)}
.navbar-nav .dropdown-toggle::after{
  position:static;
  display:inline-block;
  width:auto;
  height:auto;
  margin-left:.35em;
  vertical-align:.15em;
  background:none;
  transform:none;
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent;
}
.navbar-actions .btn{
  padding:9px 20px!important;
  font-size:14px!important;
  font-weight:700;
  border-radius:999px;
}

.custom-toggler{
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(139,30,45,.22)!important;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.custom-toggler:focus{box-shadow:none}
.navbar-toggler-icon{width:1.25em;height:1.25em}

.dropdown-menu{
  min-width:220px;
  padding:10px;
  border:1px solid rgba(139,30,45,.08);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 22px 55px rgba(23,15,8,.16);
}
.dropdown-item{
  position:relative;
  border-radius:13px;
  padding:10px 14px 10px 38px;
  font-size:14px;
  font-weight:600;
  color:#30231d;
  transition:all .25s ease;
}
.dropdown-item::before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  transform:translateY(-50%);
  opacity:.65;
}
.dropdown-item:hover,
.dropdown-item:focus{
  background:linear-gradient(135deg,#fff6e7,#fff);
  color:var(--primary);
  padding-left:44px;
}
@media (min-width:992px){
  .navbar .dropdown:hover>.dropdown-menu{
    display:block;
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
  .navbar .dropdown-menu{
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:all .25s ease;
    margin-top:0;
  }
}

/* ===============================
   HOME HERO / SLIDER
   Important: styles are scoped to .hero-section only.
================================= */
.hero-section{position:relative}
.hero-section .carousel-item{
  min-height:calc(100vh - 128px);
  position:relative;
}
.hero-section .hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.05);
}
.hero-chaat{background-image:url('../images/slider/slider-chaat.jpg')}
.hero-snacks{background-image:url('../images/slider/slider-snacks.jpg')}
.hero-nonveg{background-image:url('../images/slider/slider-nonveg.jpg')}
.hero-section .hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(34,24,20,.68) 0%,rgba(34,24,20,.42) 38%,rgba(34,24,20,.14) 100%);
}
.hero-section .hero-content{
  position:relative;
  z-index:2;
  min-height:calc(100vh - 128px);
  display:flex;
  align-items:center;
}
.hero-section .hero-card{max-width:680px;color:#fff}
.hero-section .hero-tag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:20px;
}
.hero-section .hero-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,7vw,5.6rem);
  line-height:.96;
  margin-bottom:18px;
  font-weight:700;
}
.hero-section .hero-title span{color:#ffe1a7}
.hero-section .hero-desc{
  font-size:1.08rem;
  line-height:1.9;
  color:rgba(255,255,255,.9);
  max-width:590px;
  margin-bottom:28px;
}
.hero-section .hero-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-section .hero-meta span{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  border-radius:999px;
  padding:10px 15px;
  font-size:.9rem;
}
.carousel-control-prev,.carousel-control-next{width:62px;opacity:1}
.carousel-control-prev-icon,.carousel-control-next-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background-color:rgba(255,255,255,.18);
  background-size:18px;
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.22);
}
.carousel-indicators [data-bs-target]{
  width:12px;
  height:12px;
  border-radius:50%;
  background-color:#fff;
  opacity:.45;
  margin:0 6px;
}
.carousel-indicators .active{opacity:1}

/* ===============================
   HOME ABOUT / COMMON CARDS
================================= */
.about-section{position:relative}
.about-photo-wrap{position:relative}
.about-photo{
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:520px;
  background:linear-gradient(135deg,rgba(139,30,45,.08),rgba(212,165,76,.12) 55%,rgba(255,255,255,.9));
  position:relative;
  background-size:cover;
  background-position:center;
}
.about-image{background-image:url('../images/about/restaurant-about.jpg')}
.about-image::before,.about-image::after{display:none!important}
.about-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 25%,rgba(212,165,76,.22),transparent 28%),radial-gradient(circle at 78% 18%,rgba(139,30,45,.18),transparent 24%),linear-gradient(160deg,rgba(255,255,255,.15),rgba(255,255,255,0));
}
.about-photo::after{
  content:"Indian Spice Restaurant";
  position:absolute;
  left:32px;
  bottom:30px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4vw,3.2rem);
  color:rgba(139,30,45,.9);
  letter-spacing:.03em;
  font-weight:700;
}
.about-photo-placeholder{
  position:absolute;
  inset:28px;
  border-radius:24px;
  border:1px dashed rgba(139,30,45,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.2));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px;
  color:#6f6258;
  z-index:1;
}
.about-photo-placeholder strong{
  display:block;
  color:var(--primary);
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  margin-bottom:8px;
}
.about-badge{
  position:absolute;
  right:-10px;
  bottom:24px;
  background:#fff;
  border-radius:20px;
  box-shadow:var(--shadow);
  padding:20px 22px;
  min-width:210px;
  border:1px solid rgba(139,30,45,.08);
}
.about-badge strong{
  display:block;
  font-size:1.8rem;
  color:var(--primary);
  font-family:'Cormorant Garamond',serif;
}
.about-list{
  list-style:none;
  padding:0;
  margin:26px 0 34px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.about-list li{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:15px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:600;
  color:#342923;
}
.about-list i{color:var(--primary)}

.menu-card,.service-card,.dish-card,.why-card,.contact-info-card,.hours-card{
  background:var(--card);
  border:1px solid rgba(139,30,45,.08);
  border-radius:26px;
  box-shadow:var(--shadow);
}
.menu-card,.service-card,.dish-card{overflow:hidden;height:100%;transition:.35s ease}
.menu-card:hover,.service-card:hover,.dish-card:hover,.why-card:hover{transform:translateY(-6px)}
.menu-thumb,.service-img,.dish-image{
  background-size:cover;
  background-position:center;
  position:relative;
}
.menu-thumb,.service-img{height:250px}
.dish-image{height:240px}
.menu-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.16) 100%);
}
.menu-snacks{background-image:url('../images/menu/snacks.jpg')}
.menu-nonveg{background-image:url('../images/menu/nonveg-appetizers.jpg')}
.menu-chaat{background-image:url('../images/menu/chaat-corner.jpg')}
.dish-pani-puri{background-image:url('../images/dishes/pani-puri.jpg')}
.dish-chicken-tikka{background-image:url('../images/dishes/chicken-tikka.jpg')}
.dish-paneer-pakora{background-image:url('../images/dishes/paneer-pakora.jpg')}
.dish-tandoori-fish{background-image:url('../images/dishes/tandoori-fish.jpg')}
.service-corporate{background-image:url('../images/services/corporate-events.jpg')}
.service-weddings{background-image:url('../images/services/weddings.jpg')}
.service-dropoff{background-image:url('../images/services/drop-off-catering.jpg')}
.menu-card-body,.service-body{padding:28px}
.dish-body{padding:24px}
.menu-card h3,.service-card h3,.dish-card h4,.contact-form-card h3,.contact-info-card h3,.hours-card h3{
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  margin-bottom:14px;
  color:#241913;
}
.mini-list{list-style:none;padding:0;margin:18px 0 24px;display:grid;gap:10px}
.mini-list li{display:flex;align-items:center;gap:10px;color:var(--muted)}
.mini-list i{color:var(--accent)}
.price-pill{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:var(--accent-soft);
  color:#8c5f08;
  font-size:.92rem;
  font-weight:700;
  margin-bottom:14px;
}

.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.why-card{padding:28px;height:100%;transition:.35s ease}
.why-icon,
.corp-icon,
.wedding-icon,
.dropoff-icon,
.about-highlight-icon{
  width:62px;
  height:62px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff4d8,#fff9ec);
  color:var(--primary);
  font-size:1.4rem;
  margin-bottom:18px;
  border:1px solid rgba(212,165,76,.26);
}
.cta-wrap{
  background:linear-gradient(135deg,#fff6e7 0%,#fff 40%,#fff6f0 100%);
  border:1px solid rgba(139,30,45,.08);
  border-radius:32px;
  padding:42px;
  box-shadow:var(--shadow);
}
.cta-phone{
  font-family:'Cormorant Garamond',serif;
  font-size:2.2rem;
  font-weight:700;
  color:var(--primary);
}

/* ===============================
   FOOTER
================================= */
.premium-footer{
  position:relative;
  background:radial-gradient(circle at top left,rgba(212,165,76,.08),transparent 28%),radial-gradient(circle at top right,rgba(139,30,45,.10),transparent 26%),linear-gradient(180deg,#1f1612 0%,#140f0c 100%);
  color:rgba(255,255,255,.78);
  padding:80px 0 26px;
  overflow:hidden;
}
.premium-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.03) 50%,transparent 100%);
  pointer-events:none;
}
.footer-top{position:relative;z-index:1;padding-bottom:34px}
.footer-brand-wrap{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(6px);
}
.footer-brand{
  font-family:'Cormorant Garamond',serif;
  font-size:2.1rem;
  font-weight:700;
  color:#fff;
  line-height:1;
  margin-bottom:14px;
}
.footer-text{color:rgba(255,255,255,.72);line-height:1.9;margin-bottom:22px}
.footer-title{
  position:relative;
  display:inline-block;
  color:#fff;
  font-size:.88rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:18px;
  padding-bottom:10px;
}
.footer-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34px;
  height:2px;
  background:linear-gradient(90deg,var(--accent),transparent);
  border-radius:999px;
}
.delivery-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(212,165,76,.12);
  color:#f3d18a;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:16px;
  border:1px solid rgba(212,165,76,.18);
}
.delivery-logos{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.delivery-logos img{
  height:42px;
  width:auto;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  padding:7px 12px;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;
}
.delivery-logos img:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(0,0,0,.24);opacity:1}
.footer-links,.footer-contact-list{list-style:none;padding:0;margin:0}
.footer-links li,.footer-contact-list li{margin-bottom:12px}
.footer-links a,.footer-contact-list a{position:relative;color:rgba(255,255,255,.72);text-decoration:none;transition:color .3s ease,padding-left .3s ease}
.footer-links a::before{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--accent);transition:width .3s ease}
.footer-links a:hover,.footer-contact-list a:hover{color:#fff}
.footer-links a:hover::before{width:100%}
.footer-contact-list li{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-contact-icon{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:var(--accent);
  margin-top:0;
}
.footer-contact-list a{line-height:1.35;display:inline-block}
.social-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.social-links a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  transition:all .3s ease;
}
.social-links a:hover{background:linear-gradient(135deg,var(--primary),#b42b3f);border-color:transparent;transform:translateY(-3px);box-shadow:0 12px 24px rgba(139,30,45,.28)}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);margin-top:18px;padding-top:20px}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:rgba(255,255,255,.55);font-size:.92rem}

.floating-actions{position:fixed;right:18px;bottom:18px;z-index:1080;display:flex;flex-direction:column;gap:12px}
.floating-actions a{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;box-shadow:0 16px 30px rgba(0,0,0,.16);font-size:1.35rem;color:#fff}
.float-call{background:linear-gradient(135deg,var(--primary),#b42b3f)}
.float-wa{background:#25d366}

/* ===============================
   MENU HUB + DETAIL PAGES
================================= */
.inner-hero{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.menu-hero{background:url('../images/slider/slider-chaat.jpg') center/cover no-repeat}
.chaat-hero{background-image:url('../images/menu/chaat-corner.jpg')}
.inner-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(34,24,20,.70) 0%,rgba(34,24,20,.44) 45%,rgba(34,24,20,.12) 100%);
}
.inner-hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
  color:#fff;
  padding:95px 0;
}
.inner-hero-content .section-kicker,
.inner-hero .section-kicker{color:#ffe1a7}
.inner-hero-content .section-kicker::before{background:#ffe1a7}
.inner-hero-content h1,
.inner-hero-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,7vw,5.8rem);
  font-weight:700;
  line-height:.95;
  margin:0 0 18px;
}
.inner-hero-content p,
.inner-hero-text{
  color:rgba(255,255,255,.90);
  font-size:1.08rem;
  line-height:1.85;
  max-width:660px;
  margin-bottom:28px;
}
.inner-hero-actions{display:flex;flex-wrap:wrap;gap:14px}

.menu-page-hero{
  position:relative;
  padding:110px 0 85px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.36)),
    url('../images/menu/snacks-hero.jpg') center/cover no-repeat;
}
.nonveg-page-hero{
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.34)),
    url('../images/menu/nonveg-appetizers.jpg') center/cover no-repeat;
}
.menu-page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(212,165,76,.24), transparent 30%);
  pointer-events:none;
}
.menu-page-hero .container{position:relative;z-index:1}
.menu-page-hero .section-title,.menu-page-hero .section-subtitle{color:#fff}
.menu-page-hero .section-subtitle{max-width:720px}
.menu-page-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.menu-list-section{background:linear-gradient(180deg,#fffdf8 0%,#fffaf3 100%)}

.menu-item-card,.full-menu-card{
  height:100%;
  background:#fff;
  border:1px solid rgba(139,30,45,.08);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:all .35s ease;
}
.menu-item-card:hover,.full-menu-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 55px rgba(23,15,8,.12);
}
.menu-item-img,.full-menu-img{height:240px;overflow:hidden;background:#fff8ed}
.menu-item-img img,.full-menu-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.menu-item-card:hover .menu-item-img img,.full-menu-card:hover .full-menu-img img{transform:scale(1.06)}
.menu-item-body,.full-menu-body{padding:24px}
.menu-item-head,.full-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.menu-item-head h3,.full-menu-head h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.65rem;
  line-height:1.05;
  font-weight:700;
  margin:0;
  color:#241913;
}
.menu-item-head span,.full-menu-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  padding:8px 13px;
  border-radius:999px;
  background:var(--accent-soft);
  color:#8c5f08;
  font-size:.9rem;
  font-weight:800;
}
.menu-item-body p,.full-menu-body p{color:var(--muted);line-height:1.7;margin:0}

.menu-hub-card .menu-thumb{transition:transform .45s ease}
.menu-hub-card:hover .menu-thumb{transform:scale(1.05)}
.menu-hub-image-link{display:block;overflow:hidden}
.menu-count{display:inline-flex;padding:7px 13px;border-radius:999px;background:var(--accent-soft);color:#8c5f08;font-size:.82rem;font-weight:800;margin-bottom:14px}
.menu-hub-section .menu-card-body p{min-height:78px}

/* ===============================
   ABOUT PAGE
================================= */
.about-page-hero{
  position:relative;
  padding:110px 0 85px;
  background:
    linear-gradient(90deg, rgba(34,24,20,.74), rgba(34,24,20,.34)),
    url('../images/about/about-banner.jpg') center/cover no-repeat;
  color:#fff;
  overflow:hidden;
}
.about-page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 22%, rgba(212,165,76,.24), transparent 32%);
  pointer-events:none;
}
.about-page-hero .container{position:relative;z-index:1}
.about-page-hero .section-title,.about-page-hero .section-subtitle{color:#fff}
.about-page-hero .section-subtitle{max-width:760px}
.about-page-image{min-height:560px;border-radius:30px;box-shadow:var(--shadow);background-size:cover;background-position:center;border:1px solid rgba(139,30,45,.08)}
.about-page-text{color:var(--muted);line-height:1.85;margin-top:18px}
.about-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.about-feature-list div{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;font-weight:600;color:#342923}
.about-feature-list i{color:var(--primary)}
.about-highlight-card{height:100%;background:#fff;border:1px solid rgba(139,30,45,.08);border-radius:26px;padding:30px;box-shadow:var(--shadow);transition:all .35s ease}
.about-highlight-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(23,15,8,.12)}
.about-highlight-card h3{font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:700;color:#241913;margin-bottom:12px}
.about-highlight-card p{color:var(--muted);line-height:1.75;margin-bottom:20px}
.about-highlight-card a{color:var(--primary);font-weight:800;display:inline-flex;align-items:center;gap:8px}
.about-service-band{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#fff6e7 0%,#fff 45%,#fff6f0 100%);border:1px solid rgba(139,30,45,.08);box-shadow:var(--shadow)}
.about-service-actions{display:flex;flex-wrap:wrap;gap:14px;min-width:max-content}

/* ===============================
   SERVICES HUB + SERVICE DETAIL PAGES
================================= */
.services-page-hero{
  position:relative!important;
  min-height:390px!important;
  padding:72px 0!important;
  display:flex!important;
  align-items:center!important;
  background:
    linear-gradient(90deg, rgba(34,24,20,.74), rgba(34,24,20,.34)),
    url('../images/services/corporate-events.jpg') center/cover no-repeat!important;
  color:#fff!important;
  text-align:left!important;
  overflow:hidden;
}
.services-page-hero::after,
.corp-hero::after,
.wedding-hero::after,
.dropoff-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 22%, rgba(212,165,76,.22), transparent 32%);
  pointer-events:none;
}
.services-page-hero .container,.corp-hero .container,.wedding-hero .container,.dropoff-hero .container{position:relative;z-index:2}
.services-hero-content{max-width:720px;min-height:0!important;display:block!important}
.services-hero-content .section-kicker{color:#ffe1a7}
.services-hero-content .section-kicker::before{background:#ffe1a7}
.services-hero-content .section-title{color:#fff;font-size:clamp(2.6rem,4.5vw,4.4rem);line-height:.98;max-width:680px;margin-bottom:18px}
.services-hero-content .section-subtitle{color:rgba(255,255,255,.92);max-width:650px;font-size:1.04rem;line-height:1.75}
.services-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.services-list-section{background:linear-gradient(180deg,#fffdf8 0%,#fffaf3 100%)}
.service-link-card{display:block;height:100%;text-decoration:none;color:var(--text);padding:0;overflow:hidden}
.service-link-card img{width:100%;height:250px;object-fit:cover;border-radius:0}
.service-link-card h3,.service-link-card p,.service-link-card span{margin-left:28px;margin-right:28px}
.service-link-card h3{margin-top:26px;font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:700;color:#241913}
.service-link-card p{color:var(--muted);line-height:1.75;margin-bottom:18px}
.service-link-card span{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;margin-bottom:28px}
.service-link-card:hover{color:var(--text)}

.corp-hero,.wedding-hero,.dropoff-hero{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  padding:86px 0;
  color:#fff;
  overflow:hidden;
}
.corp-hero{background:linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.38)),url('../images/services/corporate-events-2.jpg') center/cover no-repeat}
.wedding-hero{background:linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.38)),url('../images/services/weddings-2.jpg') center/cover no-repeat}
.dropoff-hero{background:linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.38)),url('../images/services/drop-off-catering-2.jpg') center/cover no-repeat}
.corp-hero-content,.wedding-hero-content,.dropoff-hero-content{max-width:760px}
.corp-hero-content .section-kicker,.wedding-hero-content .section-kicker,.dropoff-hero-content .section-kicker{color:#ffe1a7}
.corp-hero-content .section-kicker::before,.wedding-hero-content .section-kicker::before,.dropoff-hero-content .section-kicker::before{background:#ffe1a7}
.corp-hero-content h1,.wedding-hero-content h1,.dropoff-hero-content h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5rem);line-height:.96;font-weight:700;margin:0 0 18px;color:#fff}
.corp-hero-content p,.wedding-hero-content p,.dropoff-hero-content p{max-width:680px;color:rgba(255,255,255,.92);font-size:1.06rem;line-height:1.8;margin:0}
.corp-hero-actions,.wedding-hero-actions,.dropoff-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.corp-intro-section,.wedding-intro-section,.dropoff-intro-section{background:linear-gradient(180deg,#fffdf8 0%,#fffaf3 100%)}
.corp-image-card,.wedding-image-card,.dropoff-image-card{overflow:hidden;border-radius:30px;box-shadow:var(--shadow);border:1px solid rgba(139,30,45,.08)}
.corp-image-card img,.wedding-image-card img,.dropoff-image-card img{width:100%;height:520px;object-fit:cover}
.corp-feature-grid,.wedding-feature-grid,.dropoff-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.corp-feature-grid div,.wedding-feature-grid div,.dropoff-feature-grid div{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;font-weight:700;color:#342923}
.corp-feature-grid i,.wedding-feature-grid i,.dropoff-feature-grid i{color:var(--primary)}
.corp-highlight-card,.wedding-highlight-card,.dropoff-highlight-card{height:100%;background:#fff;border:1px solid rgba(139,30,45,.08);border-radius:26px;padding:30px;box-shadow:var(--shadow);transition:.35s ease}
.corp-highlight-card:hover,.wedding-highlight-card:hover,.dropoff-highlight-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(23,15,8,.12)}
.corp-highlight-card h3,.wedding-highlight-card h3,.dropoff-highlight-card h3{font-family:'Cormorant Garamond',serif;font-size:1.85rem;font-weight:700;color:#241913;margin-bottom:12px}
.corp-highlight-card p,.wedding-highlight-card p,.dropoff-highlight-card p{color:var(--muted);line-height:1.75;margin:0}
.corp-menu-band,.wedding-menu-band,.dropoff-menu-band{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#fff6e7 0%,#fff 45%,#fff6f0 100%);border:1px solid rgba(139,30,45,.08);box-shadow:var(--shadow)}
.corp-band-actions,.wedding-band-actions,.dropoff-band-actions{display:flex;flex-wrap:wrap;gap:14px;min-width:max-content}

/* ===============================
   CONTACT + BOOK TABLE
================================= */
.contact-page-hero,.book-page-hero{
  position:relative;
  min-height:410px;
  display:flex;
  align-items:center;
  padding:82px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.36)),
    url('../images/about/restaurant-about.jpg') center/cover no-repeat;
  color:#fff;
  overflow:hidden;
}
.contact-page-hero::after,.book-page-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 22%, rgba(212,165,76,.24), transparent 32%);pointer-events:none}
.contact-page-hero .container,.book-page-hero .container{position:relative;z-index:2}
.contact-page-hero-content,.book-page-hero-content{max-width:760px}
.contact-page-hero-content .section-kicker,.book-page-hero-content .section-kicker{color:#ffe1a7}
.contact-page-hero-content .section-kicker::before,.book-page-hero-content .section-kicker::before{background:#ffe1a7}
.contact-page-hero-content h1,.book-page-hero-content h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5rem);line-height:.96;font-weight:700;margin:0 0 18px;color:#fff}
.contact-page-hero-content p,.book-page-hero-content p{max-width:680px;color:rgba(255,255,255,.92);font-size:1.06rem;line-height:1.8;margin:0}
.contact-hero-actions,.book-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.contact-premium-section,.book-premium-section{background:linear-gradient(180deg,#fffdf8 0%,#fffaf3 100%)}
.contact-info-panel,.contact-premium-form,.book-info-panel,.book-premium-form{height:100%;background:#fff;border:1px solid rgba(139,30,45,.08);border-radius:30px;padding:34px;box-shadow:var(--shadow)}
.contact-info-panel h2,.contact-premium-form h2,.book-info-panel h2,.book-premium-form h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3vw,2.8rem);line-height:1.05;font-weight:700;color:#241913;margin-bottom:14px}
.contact-info-panel p,.book-info-panel p{color:var(--muted);line-height:1.8;margin-bottom:26px}
.contact-premium-list,.book-premium-list{display:grid;gap:14px}
.contact-premium-item,.book-premium-item{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:18px;background:#fffaf3;border:1px solid var(--line);color:var(--text);transition:.3s ease}
.contact-premium-item:hover,.book-premium-item:hover{transform:translateY(-3px);color:var(--text);box-shadow:0 14px 30px rgba(23,15,8,.08)}
.contact-premium-item span,.book-premium-item span{width:46px;height:46px;min-width:46px;border-radius:16px;display:grid;place-items:center;color:var(--primary);background:#fff;border:1px solid rgba(139,30,45,.10)}
.contact-premium-item strong,.book-premium-item strong{display:block;color:#241913;margin-bottom:4px}
.contact-premium-item small,.book-premium-item small{color:var(--muted);line-height:1.45}
.contact-hours-mini,.book-hours-mini{margin-top:26px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#fff6e7,#fff);border:1px solid rgba(139,30,45,.08)}
.contact-hours-mini h3,.book-hours-mini h3{font-family:'Cormorant Garamond',serif;font-weight:700;margin-bottom:14px}
.contact-hours-mini ul,.book-hours-mini ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.contact-hours-mini li,.book-hours-mini li{display:flex;justify-content:space-between;gap:14px;color:var(--muted);border-bottom:1px dashed var(--line);padding-bottom:10px}
.contact-hours-mini li:last-child,.book-hours-mini li:last-child{border-bottom:none;padding-bottom:0}
.contact-hours-mini strong,.book-hours-mini strong{color:#241913;text-align:right}
.contact-premium-form label,.book-premium-form label{display:block;font-weight:700;color:#342923;margin-bottom:8px}
.contact-premium-form input,.contact-premium-form select,.contact-premium-form textarea,.book-premium-form input,.book-premium-form select,.book-premium-form textarea{width:100%;border:1px solid #dccfbc;border-radius:16px;padding:14px 16px;background:#fffefa;outline:none;transition:.25s ease}
.contact-premium-form input:focus,.contact-premium-form select:focus,.contact-premium-form textarea:focus,.book-premium-form input:focus,.book-premium-form select:focus,.book-premium-form textarea:focus{border-color:rgba(139,30,45,.40);box-shadow:0 0 0 4px rgba(139,30,45,.07)}
.contact-map-section{padding:0 0 90px;background:linear-gradient(180deg,#fffaf3 0%,#fffdf8 100%)}
.contact-map-card{overflow:hidden;border-radius:30px;min-height:420px;border:1px solid rgba(139,30,45,.08);box-shadow:var(--shadow)}
.contact-map-card iframe{width:100%;min-height:420px;border:0;display:block}

/* BOOK HERO FIX (MATCH CONTACT PAGE) */
.book-hero{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.78), rgba(34,24,20,.35)),
    url('../images/about/restaurant-about.jpg') center/cover no-repeat;
  color:#fff;
}

.book-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(212,165,76,.25), transparent 35%);
}

.book-hero .container{
  position:relative;
  z-index:2;
}

.book-hero-content{
  max-width:720px;
}

.book-hero-content h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,6vw,5rem);
  line-height:1;
  font-weight:700;
  margin-bottom:16px;
}

.book-hero-content p{
  font-size:1.05rem;
  color:rgba(255,255,255,.9);
  line-height:1.7;
}

/* ===============================
   RESPONSIVE
================================= */
@media (max-width:1199.98px){
  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .site-logo img{width:175px}
  .hero-section .carousel-item,.hero-section .hero-content{min-height:760px}
  .about-list{grid-template-columns:1fr}
  .navbar-nav .nav-link::after{display:none}
  #mainNav.navbar-collapse{
    position:absolute;
    top:100%;
    left:12px;
    right:12px;
    background:#fff;
    padding:18px;
    border-radius:20px;
    margin-top:10px;
    box-shadow:0 18px 45px rgba(23,15,8,.14);
    z-index:999999;
  }
  #mainNav .navbar-nav{align-items:flex-start!important}
  #mainNav .nav-link{width:100%;font-size:15px!important;padding:10px 12px!important}
  #mainNav .dropdown-menu{
    position:static;
    width:100%;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    background:#fffaf3;
    border:1px solid rgba(139,30,45,.08);
    margin:4px 0 10px;
  }
  .dropdown-item{font-size:14px;padding:10px 14px 10px 36px}
  #mainNav .navbar-actions{flex-direction:column;width:100%;margin-top:14px;display:flex;gap:10px}
  #mainNav .navbar-actions .btn{width:100%;padding:11px 18px!important}
  .footer-brand-wrap{padding:22px}
  .about-page-image,.corp-image-card img,.wedding-image-card img,.dropoff-image-card img{height:420px;min-height:420px}
  .about-service-band,.corp-menu-band,.wedding-menu-band,.dropoff-menu-band{align-items:flex-start;flex-direction:column}
  .about-service-actions,.corp-band-actions,.wedding-band-actions,.dropoff-band-actions{min-width:0}
}
@media (max-width:767.98px){
  .section-pad{padding:72px 0}
  .topbar{display:none}
  .hero-section .carousel-item,.hero-section .hero-content{min-height:640px}
  .hero-section .hero-title{font-size:3rem}
  .hero-section .hero-desc{font-size:.98rem;line-height:1.7}
  .hero-section .hero-meta span{font-size:.82rem}
  .about-photo{min-height:380px}
  .about-badge{position:static;margin-top:18px}
  .why-grid{grid-template-columns:1fr}
  .cta-wrap{padding:28px}
  .cta-phone{font-size:1.8rem}
  .floating-actions a{width:54px;height:54px}
  .premium-footer{padding:68px 0 24px}
  .footer-brand{font-size:1.8rem}
  .delivery-logos img{height:38px;padding:6px 10px}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start}
  .inner-hero{min-height:380px;padding:82px 0 68px}
  .inner-hero-content{padding:74px 0}
  .inner-hero-content h1{font-size:3rem}
  .menu-hub-section .menu-card-body p{min-height:auto}
  .menu-page-hero,.about-page-hero{padding:82px 0 62px}
  .menu-item-img,.full-menu-img{height:210px}
  .menu-item-head h3,.full-menu-head h3{font-size:1.45rem}
  .about-feature-list,.corp-feature-grid,.wedding-feature-grid,.dropoff-feature-grid{grid-template-columns:1fr}
  .about-service-band,.corp-menu-band,.wedding-menu-band,.dropoff-menu-band{padding:28px}
  .corp-hero,.wedding-hero,.dropoff-hero{min-height:360px;padding:62px 0}
  .corp-image-card img,.wedding-image-card img,.dropoff-image-card img{height:320px;min-height:320px}
  .corp-band-actions .btn,.corp-hero-actions .btn,.wedding-band-actions .btn,.wedding-hero-actions .btn,.dropoff-band-actions .btn,.dropoff-hero-actions .btn{width:100%}
  .contact-page-hero,.book-page-hero{min-height:350px;padding:62px 0}
  .contact-hero-actions .btn,.book-hero-actions .btn{width:100%}
  .contact-info-panel,.contact-premium-form,.book-info-panel,.book-premium-form{padding:24px;border-radius:24px}
  .contact-hours-mini li,.book-hours-mini li{flex-direction:column;gap:4px}
  .contact-hours-mini strong,.book-hours-mini strong{text-align:left}
  .contact-map-section{padding-bottom:72px}
}
/* ===============================
   BOOK TABLE PREMIUM SECTION FIX
   Scoped only for book-table.html
================================= */
.book-reservation-section{
  padding:88px 0;
  background:
    radial-gradient(circle at top left, rgba(212,165,76,.11), transparent 34%),
    linear-gradient(180deg,#fffdf8 0%,#fff8ef 100%);
}

.book-reservation-form-card,
.book-touch-card,
.book-hours-card,
.book-map-card{
  background:#fff;
  border:1px solid rgba(139,30,45,.09);
  box-shadow:0 22px 55px rgba(23,15,8,.09);
}

.book-reservation-form-card{
  height:100%;
  padding:38px;
  border-radius:30px;
}

.book-reservation-form-card h2,
.book-touch-card h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3vw,2.8rem);
  line-height:1.05;
  font-weight:700;
  color:#241913;
  margin:0 0 12px;
}

.book-form-lead{
  color:var(--muted);
  line-height:1.75;
  margin-bottom:28px;
}

.book-reservation-form-card .form-label{
  font-weight:700;
  color:#342923;
  margin-bottom:8px;
}

.book-reservation-form-card .form-control,
.book-reservation-form-card .form-select{
  min-height:54px;
  border:1px solid #dccfbc;
  border-radius:16px;
  padding:13px 16px;
  background:#fffefa;
  color:#2b211d;
  box-shadow:none;
  transition:.25s ease;
}

.book-reservation-form-card textarea.form-control{
  min-height:132px;
  resize:vertical;
}

.book-reservation-form-card .form-control:focus,
.book-reservation-form-card .form-select:focus{
  border-color:rgba(139,30,45,.42);
  box-shadow:0 0 0 4px rgba(139,30,45,.07);
}

.book-reservation-form-card .btn-brand{
  min-height:58px;
  margin-top:8px;
  font-size:1rem;
}

.book-side-stack{
  height:100%;
  display:flex;
  flex-direction:column;
  gap:24px;
}

.book-touch-card{
  padding:30px;
  border-radius:30px;
}

.book-contact-row{
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px;
  border-radius:20px;
  border:1px solid rgba(139,30,45,.08);
  background:linear-gradient(135deg,#fffaf3,#fff);
  color:#241913;
  margin-top:14px;
  transition:.28s ease;
}

.book-contact-row:hover{
  transform:translateY(-3px);
  color:#241913;
  box-shadow:0 16px 34px rgba(23,15,8,.08);
}

.book-contact-icon{
  width:50px;
  height:50px;
  min-width:50px;
  border-radius:17px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:1.1rem;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
}

.book-icon-call{background:linear-gradient(135deg,#8b1e2d,#c9364a)}
.book-icon-mail{background:linear-gradient(135deg,#d4a54c,#b67713)}
.book-icon-location{background:linear-gradient(135deg,#2f6b1f,#61a03b)}

.book-contact-row strong{
  display:block;
  font-weight:800;
  color:#241913;
  margin-bottom:3px;
}

.book-contact-row small{
  display:block;
  color:var(--muted);
  line-height:1.45;
}

.book-hours-card{
  height:100%;
  min-height:240px;
  border-radius:28px;
  padding:28px;
  background:
    radial-gradient(circle at top right, rgba(212,165,76,.20), transparent 34%),
    linear-gradient(135deg,#fff6e7,#fff);
}

.open-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(47,107,31,.10);
  color:#2f6b1f;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.book-hours-card h3{
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  font-size:2rem;
  color:#241913;
  margin-bottom:18px;
}

.hours-time{
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(139,30,45,.08);
  margin-bottom:16px;
}

.hours-time span{
  display:block;
  font-weight:800;
  color:var(--primary);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
  margin-bottom:5px;
}

.hours-time strong{
  display:block;
  color:#241913;
  font-size:1.05rem;
}

.book-hours-card p{
  color:var(--muted);
  line-height:1.65;
  margin:0;
}

.book-map-card{
  height:100%;
  min-height:240px;
  overflow:hidden;
  border-radius:28px;
}

.book-map-card iframe{
  width:100%;
  height:100%;
  min-height:240px;
  border:0;
  display:block;
}

@media (max-width:991.98px){
  .book-reservation-section{
    padding:72px 0;
  }

  .book-side-stack{
    height:auto;
  }
}

@media (max-width:767.98px){
  .book-reservation-form-card,
  .book-touch-card,
  .book-hours-card{
    padding:24px;
    border-radius:24px;
  }

  .book-map-card{
    min-height:300px;
  }

  .book-map-card iframe{
    min-height:300px;
  }
}

/* ===============================
   CHINESE CORNER IMAGE CARDS - FINAL
   Scoped only to Chinese menu image cards
================================= */
.isr-menu-list-section .isr-img-menu-card{
  height:100%;
  background:#fff;
  border:1px solid rgba(139,30,45,.08);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:all .35s ease;
}

.isr-menu-list-section .isr-img-menu-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 55px rgba(23,15,8,.12);
}

.isr-menu-list-section .isr-img-menu-photo{
  height:250px;
  overflow:hidden;
  background:#fff8ed;
}

.isr-menu-list-section .isr-img-menu-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.isr-menu-list-section .isr-img-menu-card:hover .isr-img-menu-photo img{
  transform:scale(1.06);
}

.isr-menu-list-section .isr-img-menu-body{
  padding:24px;
}

.isr-menu-list-section .isr-img-menu-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}

.isr-menu-list-section .isr-img-menu-head h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.65rem;
  line-height:1.05;
  font-weight:700;
  margin:0;
  color:#241913;
}

.isr-menu-list-section .isr-img-menu-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  padding:8px 13px;
  border-radius:999px;
  background:var(--accent-soft);
  color:#8c5f08;
  font-size:.9rem;
  font-weight:800;
}

.isr-menu-list-section .isr-img-menu-body p{
  color:var(--muted);
  line-height:1.7;
  margin:0;
}

@media (max-width:767.98px){
  .isr-menu-list-section .isr-img-menu-photo{
    height:220px;
  }

  .isr-menu-list-section .isr-img-menu-head h3{
    font-size:1.45rem;
  }
}
/* Chinese Corner Page Hero Fix */
.chinese-corner-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/chinese-hero.jpg') center/cover no-repeat;
  color:#fff;
}

.chinese-corner-hero .section-kicker,
.chinese-corner-hero h1,
.chinese-corner-hero p{
  color:#fff;
}

.chinese-corner-hero .section-kicker::before{
  background:#ffe1a7;
}

.chinese-corner-hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,6vw,5rem);
  line-height:1;
  font-weight:700;
  max-width:820px;
}

.chinese-corner-hero p{
  max-width:720px;
  color:rgba(255,255,255,.92);
  font-size:1.05rem;
  line-height:1.75;
}

.isr-menu-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

/* remove extra white gap before menu grid */
.isr-menu-list-section{
  padding-top:80px;
}
.isr-menu-hero .section-kicker{
  color:#fff !important;
}

.isr-menu-hero .section-kicker::before{
  background:#fff !important;
}
/* HERO KICKER WHITE FIX */
.menu-page-hero .section-kicker,
.nonveg-page-hero .section-kicker,
.inner-hero .section-kicker,
.corp-hero .section-kicker,
.wedding-hero .section-kicker,
.dropoff-hero .section-kicker,
.isr-menu-hero .section-kicker{
  color:#ffffff !important;
}

.menu-page-hero .section-kicker::before,
.nonveg-page-hero .section-kicker::before,
.inner-hero .section-kicker::before,
.corp-hero .section-kicker::before,
.wedding-hero .section-kicker::before,
.dropoff-hero .section-kicker::before,
.isr-menu-hero .section-kicker::before{
  background:#ffffff !important;
}
.wraps-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/wraps-hero.jpg') center/cover no-repeat;
  color:#fff;
}
/* LOCKED MENU PAGE HERO TYPOGRAPHY */
.isr-menu-hero .isr-menu-hero-content h1{
  font-family:'Cormorant Garamond', serif !important;
  font-size:clamp(3rem, 6vw, 5rem) !important;
  line-height:.96 !important;
  font-weight:700 !important;
  color:#fff !important;
  margin:0 0 18px !important;
}

.isr-menu-hero .isr-menu-hero-content p{
  color:rgba(255,255,255,.92) !important;
  font-size:1.06rem !important;
  line-height:1.8 !important;
  max-width:680px !important;
}

.isr-menu-hero .section-kicker{
  color:#fff !important;
}

.isr-menu-hero .section-kicker::before{
  background:#fff !important;
}
.rice-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/rice-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.paneer-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/paneer-hero.jpg') center/cover no-repeat;
  color:#fff;
}
/* REMOVE ALL ACTIVE / BLUE STATES */
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active,
.navbar .dropdown-menu .dropdown-item:focus {
  background: transparent !important;
  color: #333 !important;
  box-shadow: none !important;
}

/* CLEAN HOVER (very subtle, premium) */
.navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(0,0,0,0.04); /* very light grey */
  color: #000;
}

/* REMOVE ANY ROUNDED ACTIVE LOOK */
.navbar .dropdown-menu .dropdown-item.active {
  border-radius: 0 !important;
}
.veg-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/veg-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.breads-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/breads-hero.jpg') center/cover no-repeat;
  color:#fff;
}
@media (max-width:991.98px){
  #mainNav .dropdown-menu{
    display:none;
  }

  #mainNav .dropdown-menu.show{
    display:block !important;
  }

  #mainNav .navbar-actions .btn-outline-brand{
    display:none !important;
  }
}
@media (max-width:991.98px){
  #mainNav .dropdown-menu{
    display:none;
  }

  #mainNav .dropdown-menu.show{
    display:block !important;
  }

  #mainNav .navbar-actions .btn-outline-brand{
    display:none !important;
  }
}
@media (max-width:991.98px){

  /* MOBILE DROPDOWN FIX */
  #mainNav .dropdown-menu{
    display:none;
    position:static !important;
    width:100%;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    margin:6px 0 12px;
    padding:8px;
    background:#fffaf3;
    border:1px solid rgba(139,30,45,.08);
    border-radius:16px;
    box-shadow:none;
  }

  #mainNav .dropdown-menu.show{
    display:block !important;
  }

  /* SMALL ARROW */
  #mainNav .dropdown-toggle{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  #mainNav .dropdown-toggle::after{
    display:inline-block !important;
    margin-left:auto;
    transition:.3s ease;
  }

  #mainNav .dropdown-toggle.show::after{
    transform:rotate(180deg);
  }

  /* HIDE VIEW MENU BUTTON ON MOBILE */
  #mainNav .navbar-actions .btn-outline-brand{
    display:none !important;
  }
}
/* ===============================
   VIEW MENU PAGE ADDITIONS
   Paste at the end of assets/css/style.css
================================= */
.view-menu-hero{
  position:relative;
  min-height:460px;
  display:flex;
  align-items:center;
  padding:92px 0;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(34,24,20,.78), rgba(34,24,20,.38)),
    url('../images/menu/complete-menu.jpg') center/cover no-repeat;
}
.view-menu-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 18%, rgba(212,165,76,.26), transparent 34%);
  pointer-events:none;
}
.view-menu-hero .container{position:relative;z-index:2}
.view-menu-hero-content{max-width:780px}
.view-menu-hero .section-kicker{color:#fff}
.view-menu-hero .section-kicker::before{background:#fff}
.view-menu-hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,7vw,5.8rem);
  line-height:.95;
  font-weight:700;
  margin:0 0 18px;
  color:#fff;
}
.view-menu-hero p{
  max-width:700px;
  color:rgba(255,255,255,.92);
  font-size:1.08rem;
  line-height:1.85;
  margin-bottom:28px;
}
.view-menu-hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.view-menu-page{background:linear-gradient(180deg,#fffdf8 0%,#fff8ef 100%)}
.view-menu-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}
.view-menu-sidebar{position:sticky;top:108px}
.view-menu-nav-card{
  background:#fff;
  border:1px solid rgba(139,30,45,.08);
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:22px;
}
.view-menu-nav-card strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:1.55rem;
  color:#241913;
  margin-bottom:14px;
}
.view-menu-nav-card nav{display:grid;gap:9px}
.view-menu-nav-card a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 13px;
  border-radius:15px;
  color:#342923;
  background:#fffaf3;
  border:1px solid rgba(139,30,45,.06);
  font-weight:700;
  font-size:.92rem;
  transition:.25s ease;
}
.view-menu-nav-card a::after{content:"›";color:var(--primary);font-size:1.1rem}
.view-menu-nav-card a:hover{background:var(--primary);color:#fff;transform:translateX(3px)}
.view-menu-nav-card a:hover::after{color:#fff}
.view-menu-content{min-width:0}
.view-menu-category{
  scroll-margin-top:120px;
  margin-bottom:70px;
}
.view-menu-category:last-child{margin-bottom:0}
.view-menu-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.view-menu-section-head .section-title{margin-bottom:10px}
.view-menu-card{
  height:100%;
  background:#fff;
  border:1px solid rgba(139,30,45,.08);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(23,15,8,.08);
  transition:.35s ease;
}
.view-menu-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(23,15,8,.12)}
.view-menu-img{display:block;height:190px;overflow:hidden;background:#fff8ed}
.view-menu-img img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.view-menu-card:hover .view-menu-img img{transform:scale(1.06)}
.view-menu-body{padding:20px}
.view-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:9px}
.view-menu-head h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.42rem;
  line-height:1.05;
  font-weight:700;
  color:#241913;
  margin:0;
}
.view-menu-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  padding:7px 11px;
  border-radius:999px;
  background:var(--accent-soft);
  color:#8c5f08;
  font-size:.82rem;
  font-weight:800;
}
.view-menu-body p{color:var(--muted);line-height:1.65;margin:0;font-size:.94rem}

@media (max-width:991.98px){
  .view-menu-layout{display:block}
  .view-menu-sidebar{position:static;margin-bottom:28px}
  .view-menu-nav-card nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .view-menu-section-head{align-items:flex-start;flex-direction:column}
  .view-menu-section-head .btn{width:100%}
  .view-menu-img{height:210px}

  /* mobile navbar dropdown and button polish */
  #mainNav .dropdown-menu{
    display:none;
    position:static !important;
    width:100%;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    margin:6px 0 12px;
    padding:8px;
    background:#fffaf3;
    border:1px solid rgba(139,30,45,.08);
    border-radius:16px;
    box-shadow:none;
  }
  #mainNav .dropdown-menu.show{display:block !important}
  #mainNav .dropdown-toggle{display:flex;align-items:center;justify-content:space-between}
  #mainNav .dropdown-toggle::after{display:inline-block !important;margin-left:auto;transition:.3s ease}
  #mainNav .dropdown-toggle.show::after{transform:rotate(180deg)}
  #mainNav .navbar-actions .btn-outline-brand{display:none !important}
}
@media (max-width:575.98px){
  .view-menu-hero{min-height:390px;padding:68px 0}
  .view-menu-nav-card nav{grid-template-columns:1fr}
  .view-menu-card{border-radius:22px}
  .view-menu-img{height:200px}
  .view-menu-category{margin-bottom:56px}
}

/* ===============================
   VEG APPETIZERS PAGE ADDITIONS
================================= */
.veg-appetizers-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/veg-appetizers-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.veg-appetizers-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 18%, rgba(212,165,76,.22), transparent 34%);
  pointer-events:none;
}
.veg-appetizers-hero .container{
  position:relative;
  z-index:2;
}
.isr-menu-hero-content h1{
    max-width: 620px;
    line-height: 1.08;
}
/* ===== VIEW MENU SIDEBAR FULL HEIGHT FIX ===== */

.view-menu-layout{
    align-items: flex-start;
}

.view-menu-sidebar{
    position: sticky;
    top: 110px;
    height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: thin;
}

/* Scrollbar */
.view-menu-sidebar::-webkit-scrollbar{
    width: 6px;
}

.view-menu-sidebar::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.22);
    border-radius: 20px;
}

/* Sidebar card */
.view-menu-nav-card{
    padding: 28px 22px;
}

/* Nav spacing */
.view-menu-nav-card nav{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Links */
.view-menu-nav-card nav a{
    line-height: 1.35;
    font-size: 15px;
}

/* Large laptop fix */
@media (max-width: 1440px){
    .view-menu-sidebar{
        height: calc(100vh - 120px);
    }
}

/* Tablet/mobile */
@media (max-width: 991px){
    .view-menu-sidebar{
        position: static;
        height: auto;
        overflow: visible;
        padding-right: 0;
    }
}
.non-veg-dishes-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/non-veg-dishes-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.combo-specials-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/combo-specials-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.desserts-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/desserts-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.cold-drinks-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/cold-drinks-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.hot-drinks-hero{
  min-height:420px;
  display:flex;
  align-items:center;
  padding:80px 0;
  background:
    linear-gradient(90deg, rgba(34,24,20,.76), rgba(34,24,20,.35)),
    url('../images/menu/hot-drinks-hero.jpg') center/cover no-repeat;
  color:#fff;
}
.footer-credit{
  font-size:12px;
  opacity:.75;
  margin-top:6px;
  text-align:center;
  letter-spacing:.3px;
}

.footer-credit a{
  color:inherit;
  text-decoration:none;
  font-weight:500;
  transition:all .3s ease;
}

.footer-credit a:hover{
  opacity:1;
  text-decoration:underline;
}