/*
 * Maharaja visual refresh
 * Presentation-only overrides: existing IDs, routes, forms and JS hooks stay
 * untouched so every ordering and administration workflow behaves as before.
 */

:root {
  --saffron: #C6A15B;
  --saffron-dark: #8B682F;
  --saffron-soft: rgba(198, 161, 91, .14);
  --turmeric: #E8D7A7;
  --royal: #40182B;
  --royal-dark: #1C0E17;
  --royal-soft: rgba(64, 24, 43, .09);
  --espresso: #160E13;
  --charcoal: #2A2024;
  --ink-2: #5E5155;
  --muted: #786A6E;
  --faint: #A29498;
  --cream: #F7F1E8;
  --cream-deep: #EDE3D5;
  --warm-white: #FFFCF7;
  --border: #E6D9CA;
  --border-strong: #D6C5B2;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 28px;
  --shadow-xs: 0 1px 2px rgba(42, 17, 31, .05);
  --shadow-sm: 0 8px 24px rgba(42, 17, 31, .07);
  --shadow: 0 18px 48px rgba(42, 17, 31, .10);
  --shadow-lg: 0 30px 80px rgba(30, 10, 22, .20);
  --shadow-brand: 0 14px 30px rgba(139, 104, 47, .24);
  --nav-h: 82px;
  --container: 1240px;
}

body {
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(198, 161, 91, .045) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 64%, rgba(64, 24, 43, .035) 0 1px, transparent 1.5px);
  background-size: 28px 28px, 34px 34px;
  color: var(--charcoal);
  font-size: 15.5px;
  line-height: 1.7;
}

h1, h2, h3 { letter-spacing: -.025em; }
.container { padding-inline: clamp(1.15rem, 3vw, 2rem); }
.btn {
  min-height: 46px;
  padding-inline: 1.55rem;
  border-radius: 7px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.btn-lg { min-height: 54px; padding-inline: 2rem; font-size: .82rem; }
.btn-small, .btn-sm { min-height: 38px; padding: .52rem 1rem; font-size: .72rem; }
.btn-primary {
  color: #1B1117;
  box-shadow: 0 8px 22px rgba(139, 104, 47, .22);
}
.btn-primary:hover {
  color: #160E13;
  box-shadow: 0 12px 30px rgba(139, 104, 47, .3);
}
.btn-secondary { background: var(--royal); border-color: var(--royal); }
.btn-secondary:hover { background: var(--royal-dark); border-color: var(--royal-dark); }
.btn-dark { background: var(--espresso); border-color: var(--espresso); }
.form-group label {
  color: var(--ink-2);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.form-group input, .form-group textarea, .form-group select {
  min-height: 50px;
  border-width: 1px;
  border-radius: 8px;
  background: rgba(255, 252, 247, .88);
}

/* Dark hospitality navigation */
.nav {
  height: var(--nav-h);
  background: rgba(33, 18, 27, .97);
  border-bottom: 1px solid rgba(229, 199, 131, .22);
  box-shadow: 0 12px 36px rgba(28, 10, 20, .14);
}
.nav-inner { height: var(--nav-h); padding-inline: clamp(1rem, 3vw, 2.5rem); }
.logo { gap: .8rem; }
.logo-mark {
  width: 66px;
  height: 44px;
  padding: 3px 4px;
  border-radius: 10px;
  border: 1px solid rgba(229, 199, 131, .56);
  background: #FFF8EB;
  box-shadow: none;
}
.logo-mark img {
  object-fit: contain;
  border-radius: 0;
}
.logo-text {
  color: #FFF8ED;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  letter-spacing: .005em;
}
.logo-tag { color: rgba(255, 248, 237, .48); }
.nav-links { gap: .4rem; }
.nav-links a {
  padding: .62rem .85rem;
  border-radius: 6px;
  color: rgba(255, 248, 237, .68);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.nav-links a::after { display: none; }
.nav-links a:hover, .nav-links a.active {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}
.nav-links a.active { box-shadow: inset 0 -2px 0 var(--turmeric); }
.cart-btn {
  min-height: 44px;
  margin-left: 1rem;
  border: 1px solid rgba(229, 199, 131, .36);
  border-radius: 7px;
  background: var(--saffron);
  color: #1B1117;
  box-shadow: none;
}
.cart-btn:hover { background: #D7B970; color: #160E13; }
.cart-badge { background: #fff; color: var(--royal-dark); }
.hamburger { color: #fff; }
.hamburger:hover { background: rgba(255, 255, 255, .08); }

/* Cinematic, left-aligned home hero */
.hero {
  min-height: min(820px, calc(100svh - var(--nav-h)));
  align-items: stretch;
  justify-content: flex-start;
}
.hero-bg { filter: saturate(.8) contrast(1.08); transform: scale(1.02); }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 10, 19, .96) 0%, rgba(38, 13, 27, .78) 44%, rgba(25, 10, 19, .2) 78%),
    linear-gradient(0deg, rgba(25, 10, 19, .7) 0%, transparent 46%);
}
.hero-content {
  width: min(var(--container), 100%);
  max-width: none;
  margin: 0 auto;
  padding: clamp(4.5rem, 10vh, 8rem) clamp(1.2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.hero-content::before {
  content: '';
  width: 74px;
  height: 1px;
  margin-bottom: 1.4rem;
  background: var(--turmeric);
}
.hero-eyebrow {
  color: var(--turmeric);
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.hero-eyebrow::before, .hero-eyebrow::after { display: none; }
.hero-title {
  max-width: 760px;
  margin: .75rem 0 1rem;
  color: #FFF8ED;
  font-size: clamp(4rem, 8.5vw, 7.2rem);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero-sub {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 248, 237, .72);
  font-size: clamp(.95rem, 1.5vw, 1.1rem);
  line-height: 1.75;
}
.hero-ctas { justify-content: flex-start; margin-top: 2rem; }
.hero-scroll-hint { left: auto; right: clamp(1.5rem, 5vw, 4rem); color: var(--turmeric); }

.info-bar {
  border-bottom: 1px solid var(--border);
  background: var(--warm-white);
  color: var(--charcoal);
}
.info-bar-inner { max-width: var(--container); padding: .15rem 2rem; }
.info-item { color: var(--ink-2); font-size: .77rem; font-weight: 600; }
.info-item svg { color: var(--saffron); }
.stats-bar {
  max-width: var(--container);
  margin: 0 auto;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  box-shadow: none;
}
.stat { border-color: var(--border); padding-block: 2rem; }
.stat-num { color: var(--royal); font-size: 2.35rem; }
.stat-label { color: var(--muted); }

/* Editorial home sections */
.section, .about-section { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.section-alt { background: var(--warm-white); }
.section-header { max-width: 700px; margin-inline: auto; margin-bottom: 3.5rem; }
.section-tag { color: var(--saffron-dark); font-size: .66rem; letter-spacing: .22em; }
.section-title {
  color: var(--royal-dark);
  font-size: clamp(2.7rem, 5vw, 4.25rem);
  font-weight: 600;
  line-height: .98;
}
.section-sub { max-width: 600px; font-size: .95rem; }
.about-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(2.5rem, 7vw, 6rem);
}
.about-image-wrap {
  border-radius: 90px 12px 12px 12px;
  box-shadow: 22px 22px 0 var(--royal-soft), var(--shadow);
}
.about-image-wrap::after {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 76px 7px 7px 7px;
  pointer-events: none;
}
.about-image-wrap img { height: 520px; }
.about-badge {
  right: auto;
  left: 1.5rem;
  bottom: 1.5rem;
  border-radius: 6px;
  background: var(--royal-dark);
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.about-content { gap: 1.45rem; }
.about-features { gap: .65rem; }
.about-feature {
  min-height: 78px;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}
.about-feature-icon { border-radius: 50%; background: var(--royal-soft); color: var(--royal); }
.categories-grid {
  grid-template-columns: repeat(auto-fit, minmax(132px, 180px));
  justify-content: center;
  gap: .85rem;
}
.cat-card {
  min-height: 142px;
  justify-content: center;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: none;
}
.cat-card:hover {
  transform: translateY(-4px);
  border-color: var(--saffron);
  box-shadow: 0 12px 32px rgba(42, 17, 31, .08);
}
.cat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--warm-white);
  color: var(--royal);
}
.cat-name { font-size: .71rem; letter-spacing: .055em; text-transform: uppercase; }

/* Food cards */
.menu-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; }
.menu-card {
  border-radius: 12px;
  border-color: rgba(214, 197, 178, .78);
  background: var(--warm-white);
  box-shadow: 0 8px 28px rgba(42, 17, 31, .045);
}
.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 161, 91, .58);
  box-shadow: var(--shadow);
}
.card-img-wrap { aspect-ratio: 4 / 3; }
.card-img-wrap::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(33, 18, 27, .18));
  pointer-events: none;
}
.veg-badge { z-index: 1; border-radius: 5px; }
.card-body { padding: 1.25rem 1.3rem 1.35rem; }
.card-category { color: var(--saffron-dark); }
.card-name { color: var(--royal-dark); font-size: 1.35rem; }
.card-price { color: var(--royal); font-size: 1.35rem; }
.add-btn {
  min-height: 38px;
  border-radius: 6px;
  font-size: .7rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.steps-grid {
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.steps-grid .step {
  min-height: 280px;
  border: 0;
  border-radius: 0;
  background: var(--warm-white);
  box-shadow: none;
}
.steps-grid .step:hover { transform: none; background: #FFF9F0; box-shadow: none; }
.step-num { color: var(--saffron); font-family: var(--font-head); font-size: 1.5rem; }
.step-icon { width: 68px; height: 68px; border-radius: 50%; background: var(--royal); color: #fff; }
.steps-grid .step h3 { color: var(--royal-dark); font-size: 1.5rem; }
.contact-card { border-radius: 8px; border: 1px solid var(--border); box-shadow: none; }
.contact-icon { border-radius: 50%; background: var(--royal-soft); color: var(--royal); }

/* Inner page mastheads and menu controls */
.page-hero {
  min-height: 360px;
  background: var(--royal-dark);
  overflow: hidden;
}
.page-hero::before {
  inset: -55% auto auto 70%;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(229, 199, 131, .24);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 0 0 70px rgba(229, 199, 131, .035),
    0 0 0 140px rgba(229, 199, 131, .025);
  transform: none;
}
.page-hero-inner {
  width: min(var(--container), 100%);
  padding-inline: clamp(1.2rem, 5vw, 4rem);
  text-align: left;
}
.page-hero-tag {
  border: 0;
  padding: 0;
  color: var(--turmeric);
  background: none;
  font-size: .66rem;
  letter-spacing: .24em;
}
.page-hero-title {
  color: #FFF8ED;
  font-size: clamp(3.6rem, 7vw, 6rem);
  line-height: .92;
}
.page-hero-sub { color: rgba(255, 248, 237, .62); }
.menu-toolbar {
  border-bottom: 1px solid var(--border);
  background: rgba(255, 252, 247, .96);
  box-shadow: 0 10px 30px rgba(42, 17, 31, .05);
}
.menu-toolbar-inner { max-width: var(--container); padding-inline: 2rem; }
.search-box input { min-height: 46px; border-radius: 7px; background: var(--cream); }
.seg { padding: 3px; border-radius: 7px; background: var(--cream-deep); }
.seg button { border-radius: 5px; font-size: .71rem; }
.seg button.active { background: var(--royal); }
.filter-tab {
  min-height: 38px;
  border-radius: 6px;
  font-size: .69rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.filter-tab.active { background: var(--saffron); }
.tab-arrow { border-radius: 6px; }
.menu-body { padding-block: 3rem 6rem; }

/* Cart, checkout and order tracking */
.cart-panel {
  border-left: 1px solid rgba(229, 199, 131, .2);
  background: var(--warm-white);
}
.cart-header { background: var(--royal-dark); border-bottom: 0; }
.cart-header h2 { color: #fff; }
.cart-header h2 svg { color: var(--turmeric); }
.cart-close { background: rgba(255, 255, 255, .08); color: #fff; }
.cart-close:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.cart-footer { background: #F2E9DC; }
.qty-btn { border-radius: 5px; }
.cart-bar {
  background: var(--royal-dark);
  border: 1px solid rgba(229, 199, 131, .34);
}
.checkout-hero { background: var(--royal-dark); }
.checkout-hero::before { opacity: .24; }
.checkout-hero-title { color: #FFF8ED; font-size: clamp(2.7rem, 5vw, 4rem); }
.checkout-layout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  gap: 1.2rem;
  padding-top: 3rem;
}
.checkout-form-section, .checkout-summary, .track-card {
  border-radius: 12px;
  border-color: var(--border);
  background: var(--warm-white);
  box-shadow: 0 16px 44px rgba(42, 17, 31, .07);
}
.form-title { color: var(--royal-dark); font-size: 1.75rem; }
.trust-row { border-radius: 8px; background: var(--royal-soft); }
.trust-item { color: var(--royal); }
.coupon-box, .upi-box { border-radius: 8px; background: var(--cream); }
.summary-total span:last-child { color: var(--saffron-dark); }
.track-wrap { max-width: 700px; padding-block: 3.5rem 6rem; }
.track-card { padding: clamp(1.5rem, 5vw, 2.8rem); }
.steps .step .dot { border-radius: 50%; }
.steps .step.done .dot { background: var(--royal); }
.steps .step.active .dot { background: var(--saffron); }

/* Contact experience */
.contact-section { padding-block: 5rem 6rem; }
.contact-cards { gap: .85rem; }
.contact-card-big {
  border-radius: 10px;
  background: var(--warm-white);
  box-shadow: none;
}
.contact-card-big:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.contact-card-big::before { height: 2px; }
.contact-card-icon { border-radius: 50%; }
.map-placeholder { border-radius: 10px; background: var(--warm-white); }
.contact-cta { border-radius: 14px; background: var(--royal-dark); }
.contact-cta::before { opacity: .35; }
.contact-cta h2 { font-size: clamp(2.3rem, 4vw, 3.4rem); }

/* Footer, campaigns and transient surfaces */
.footer {
  background: #170C13;
  border-top: 1px solid rgba(229, 199, 131, .22);
}
.footer-grid { padding-bottom: 2.5rem; }
.footer h4 { color: var(--turmeric); }
.footer-bottom { border-color: rgba(255, 255, 255, .08); }
.footer-address-break { display: none; }
.offer-bar { background: var(--saffron); color: #1B1117; }
.offer-popup { border-radius: 12px; }
.offer-popup-top { background: var(--royal-dark); }
.toast { border-radius: 8px; background: var(--royal-dark); }
.whatsapp-float { border: 2px solid #fff; }

@media (max-width: 900px) {
  :root { --nav-h: 72px; }
  .nav-links {
    top: var(--nav-h);
    background: var(--royal-dark);
    border-top-color: rgba(229, 199, 131, .18);
    box-shadow: 0 20px 35px rgba(20, 8, 15, .2);
  }
  .nav-links a { border-radius: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image-wrap { max-width: 680px; }
  .checkout-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .logo-copy { max-width: 180px; }
  .logo-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .cart-btn { margin-left: auto; }
  .hero { min-height: 690px; }
  .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(25, 10, 19, .96) 0%,
      rgba(35, 12, 25, .74) 65%,
      rgba(25, 10, 19, .35) 100%
    );
  }
  .hero-content { justify-content: flex-end; padding-bottom: 6.5rem; }
  .hero-title { font-size: clamp(3.7rem, 16vw, 5.4rem); }
  .info-bar-inner { padding-inline: 1.2rem; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .about-image-wrap img { height: 400px; }
  .page-hero { min-height: 300px; }
  .page-hero-title { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .menu-toolbar-inner { padding-inline: 1rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid .step { min-height: 240px; }
}

@media (max-width: 520px) {
  .logo-mark { width: 56px; height: 38px; }
  .logo-copy { max-width: 128px; }
  .logo-text { font-size: .95rem; }
  .cart-btn { min-width: 43px; width: 43px; padding: 0; }
  .cart-btn > span:not(.cart-badge) { display: none; }
  .hero-ctas {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    gap: .75rem;
  }
  .hero-ctas .btn {
    width: 100%;
    max-width: none;
  }
  .hero-scroll-hint { display: none; }
  .section-title { font-size: 2.75rem; }
  .about-features { grid-template-columns: 1fr; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid { grid-template-columns: 1fr; }
  .contact-cta { padding-inline: 1.25rem; }
}

/* --------------------------------------------------------------------------
   Structural redesign
   -------------------------------------------------------------------------- */

.hero-content-structured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}
.hero-content-structured::before { display: none; }
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-copy::before {
  content: '';
  width: 74px;
  height: 1px;
  margin-bottom: 1.4rem;
  background: var(--turmeric);
}
.hero-copy .hero-title {
  max-width: 700px;
  font-size: clamp(3.8rem, 6.7vw, 6.5rem);
}
.hero-visit-card {
  position: relative;
  padding: 1.6rem;
  border: 1px solid rgba(229, 199, 131, .32);
  border-radius: 14px;
  background: rgba(255, 252, 247, .94);
  color: var(--charcoal);
  box-shadow: 0 30px 70px rgba(15, 5, 11, .28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hero-visit-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(74, 24, 48, .1);
  border-radius: 9px;
  pointer-events: none;
}
.hero-card-head,
.hero-card-row,
.hero-card-actions {
  position: relative;
  z-index: 1;
}
.hero-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--border);
}
.hero-card-kicker {
  color: var(--saffron-dark);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-card-status {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #31724B;
  font-size: .67rem;
  font-weight: 700;
}
.hero-card-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45A96E;
  box-shadow: 0 0 0 4px rgba(69, 169, 110, .12);
}
.hero-visit-card h2 {
  position: relative;
  z-index: 1;
  margin: 1.45rem 0 1.35rem;
  color: var(--royal-dark);
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: .98;
}
.hero-card-details { position: relative; z-index: 1; }
.hero-card-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: .75rem;
  padding: .8rem 0;
  border-top: 1px solid var(--border);
}
.hero-card-row span {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-card-row strong {
  color: var(--ink-2);
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.55;
}
.hero-card-actions {
  display: grid;
  gap: .55rem;
  margin-top: 1.15rem;
}
.hero-card-actions a {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem .85rem;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--royal);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
}
.hero-card-actions a:first-child {
  border-color: var(--royal);
  background: var(--royal);
  color: #fff;
}
.hero-card-actions a:hover {
  border-color: var(--saffron);
  background: var(--saffron);
  color: #fff;
}
.hero-card-actions svg { width: 16px; height: 16px; }

/* Menu: information masthead + discovery sidebar */
.menu-page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}
.menu-hero-note {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: 1.15rem 1.35rem;
  border-left: 1px solid rgba(229, 199, 131, .32);
}
.menu-hero-note span {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255, 248, 237, .7);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.menu-hero-note span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--turmeric);
}
.menu-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3.5rem);
}
.menu-layout .menu-toolbar {
  position: sticky;
  top: calc(var(--nav-h) + 1.25rem);
  z-index: 20;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.menu-layout .menu-toolbar-inner {
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .85rem;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--warm-white);
  box-shadow: 0 14px 38px rgba(42, 17, 31, .065);
}
.menu-filter-head {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.menu-filter-head .section-tag { display: block; margin-bottom: .35rem; }
.menu-filter-head h2,
.menu-results-head h2 {
  color: var(--royal-dark);
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.05;
}
.menu-filter-head h2 { font-size: 1.65rem; }
.menu-filter-head p { margin-top: .4rem; color: var(--muted); font-size: .76rem; }
.menu-layout .search-box { flex: none; width: 100%; max-width: none; }
.menu-layout .seg { width: 100%; }
.menu-layout .seg button { flex: 1; padding-inline: .35rem; }
.menu-layout .menu-count {
  order: 4;
  margin: .35rem 0 0;
  padding-top: .8rem;
  border-top: 1px solid var(--border);
  text-align: center;
}
.menu-layout .filter-tabs-row {
  display: block;
  flex: none;
  width: 100%;
}
.menu-layout .tab-arrow { display: none; }
.menu-layout .filter-tabs {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  overflow: visible;
}
.menu-layout .filter-tabs.fade-l,
.menu-layout .filter-tabs.fade-r,
.menu-layout .filter-tabs.fade-l.fade-r {
  -webkit-mask-image: none;
  mask-image: none;
}
.menu-layout .filter-tab {
  width: 100%;
  min-height: 40px;
  justify-content: flex-start;
  padding-inline: .85rem;
  border-color: transparent;
  background: transparent;
  text-align: left;
}
.menu-layout .filter-tab:hover { background: var(--cream); }
.menu-layout .filter-tab.active {
  background: var(--royal);
  border-color: var(--royal);
  color: #fff;
}
.menu-results { min-width: 0; }
.menu-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--border);
}
.menu-results-head h2 { margin-top: .25rem; font-size: 2.35rem; }
.menu-results .menu-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

@media (max-width: 1050px) {
  .hero-content-structured {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 2.5rem;
  }
  .hero-copy .hero-title { font-size: clamp(3.6rem, 6.5vw, 5.4rem); }
  .hero-visit-card { padding: 1.35rem; }
  .menu-layout { grid-template-columns: 245px minmax(0, 1fr); gap: 1.5rem; }
}

@media (max-width: 900px) {
  .hero-content-structured { display: flex; }
  .hero-visit-card { display: none; }
  .hero-copy { width: 100%; }
  .menu-page-hero-inner { grid-template-columns: 1fr; }
  .menu-hero-note { display: none; }
  .menu-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .menu-layout .menu-toolbar {
    position: sticky;
    top: var(--nav-h);
    margin-inline: -.25rem;
  }
  .menu-layout .menu-toolbar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: .85rem;
    border-radius: 10px;
  }
  .menu-filter-head { display: none; }
  .menu-layout .search-box { grid-column: 1; }
  .menu-layout .seg { grid-column: 2; }
  .menu-layout .menu-count { display: none; }
  .menu-layout .filter-tabs-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }
  .menu-layout .tab-arrow { display: inline-flex; }
  .menu-layout .filter-tabs {
    flex-direction: row;
    overflow-x: auto;
    gap: .4rem;
  }
  .menu-layout .filter-tab {
    width: auto;
    flex: 0 0 auto;
    justify-content: center;
    border-color: var(--border-strong);
    background: var(--warm-white);
  }
}

@media (max-width: 600px) {
  .menu-layout .menu-toolbar { margin-inline: -.55rem; }
  .menu-layout .menu-toolbar-inner { grid-template-columns: 1fr; }
  .menu-layout .search-box,
  .menu-layout .seg,
  .menu-layout .filter-tabs-row { grid-column: 1; }
  .menu-results-head h2 { font-size: 2rem; }
}

/* --------------------------------------------------------------------------
   Workflow-focused functional polish
   -------------------------------------------------------------------------- */

/* Cart: make review and checkout states easier to scan */
.cart-panel { width: min(440px, 100vw); }
.cart-header { padding: 1.35rem 1.5rem; }
.cart-header h2 {
  font-size: 1.55rem;
  letter-spacing: -.025em;
}
.cart-items { padding-inline: 1.35rem; }
.cart-item { padding-block: 1rem; gap: .85rem; }
.cart-item-name { color: var(--royal-dark); }
.cart-item-controls {
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: var(--cream);
}
.cart-item-controls .qty-btn { border: 0; background: transparent; }
.cart-total {
  margin-bottom: 1rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid var(--border-strong);
}
.cart-footer .btn-primary { min-height: 52px; }

/* Checkout: numbered stages and a clearer review panel */
.checkout-form-section { padding: clamp(1.4rem, 3vw, 2.25rem); }
.checkout-form-section > .form-title {
  margin-bottom: .4rem;
  font-size: 2rem;
}
.checkout-group-head {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 2rem 0 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--border);
}
#checkout-form > .checkout-group-head:first-child {
  margin-top: .4rem;
  padding-top: 0;
  border-top: 0;
}
.checkout-group-head > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--royal);
  color: var(--turmeric);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.checkout-group-head h3 {
  color: var(--royal-dark);
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.05;
}
.checkout-group-head p {
  margin-top: .18rem;
  color: var(--muted);
  font-size: .72rem;
}
.checkout-group-head-inline { margin-top: 0; }
.checkout-summary { overflow: hidden; }
.checkout-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: -2rem -2rem 1.4rem;
  padding: 1.3rem 1.5rem;
  background: var(--royal-dark);
}
.checkout-summary-head .section-tag { color: var(--turmeric); }
.checkout-summary .checkout-summary-head .form-title {
  margin: .15rem 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
}
.checkout-summary-head > a {
  flex: 0 0 auto;
  padding: .45rem .65rem;
  border: 1px solid rgba(232, 215, 167, .3);
  border-radius: 6px;
  color: var(--turmeric);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.checkout-summary-head > a:hover { border-color: var(--turmeric); background: rgba(255,255,255,.06); }
.summary-item { padding-block: .8rem; }
.coupon-box { padding: 1rem; border-style: solid; }
.summary-total {
  margin-top: 1rem;
  padding: 1rem .9rem;
  border: 0;
  border-radius: 8px;
  background: var(--cream);
}

/* Tracking: guidance and secure lookup work as one composition */
.track-wrap { max-width: 1080px; padding-block: 4rem 6rem; }
.track-shell {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr);
  gap: 1rem;
  align-items: stretch;
}
.track-assist-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border-radius: 12px;
  background: var(--royal-dark);
  color: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.track-assist-card::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  right: -120px;
  bottom: -120px;
  border: 1px solid rgba(232, 215, 167, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(232, 215, 167, .025), 0 0 0 90px rgba(232, 215, 167, .018);
}
.track-assist-card .section-tag { color: var(--turmeric); }
.track-assist-card h2 {
  margin: .7rem 0 1rem;
  color: #FFF8ED;
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: .94;
}
.track-assist-card > p { max-width: 42ch; font-size: .82rem; line-height: 1.75; }
.track-assist-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .75rem;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
.track-assist-steps li {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.track-assist-steps b {
  color: var(--turmeric);
  font-family: var(--font-head);
  font-size: 1.2rem;
}
.track-assist-steps span { display: flex; flex-direction: column; }
.track-assist-steps strong { color: #fff; font-size: .77rem; }
.track-assist-steps small { color: rgba(255,255,255,.48); font-size: .67rem; }
.track-shell .track-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.8rem, 4vw, 2.6rem);
}
.track-form-head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--border);
}
.track-form-head h2 {
  margin-top: .25rem;
  color: var(--royal-dark);
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 600;
}
.track-form-head p { color: var(--muted); font-size: .76rem; }

/* Contact: turn passive details into clearer action rows */
.contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-card-big {
  min-height: 220px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 1.1rem;
  align-items: start;
  text-align: left;
}
.contact-card-big .contact-card-icon {
  grid-row: 1 / 4;
  margin: 0;
}
.contact-card-big h3 { margin-top: .2rem; }
.contact-card-big p { max-width: 44ch; }
.contact-card-big .btn { justify-self: start; align-self: end; }
.contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 2rem;
  text-align: left;
}
.contact-cta p { margin-bottom: 0; }
.contact-cta .cta-btns { grid-column: 2; grid-row: 1 / 3; justify-content: flex-end; }

@media (max-width: 800px) {
  .track-shell { grid-template-columns: 1fr; }
  .track-assist-card { min-height: auto; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cta { display: block; text-align: center; }
  .contact-cta p { margin-bottom: 1.8rem; }
  .contact-cta .cta-btns { justify-content: center; }
}

@media (max-width: 600px) {
  .checkout-summary-head { margin: -1.5rem -1.5rem 1.2rem; padding-inline: 1.1rem; }
  .checkout-group-head { align-items: flex-start; }
  .track-wrap { padding-block: 2rem 4.5rem; }
  .track-assist-card { display: none; }
  .contact-card-big { grid-template-columns: 1fr; }
  .contact-card-big .contact-card-icon { grid-row: auto; }

  /* Keep long restaurant details contained and aligned in the mobile footer. */
  .footer { overflow-x: hidden; }
  .footer-grid,
  .footer-grid > *,
  .footer-brand-block,
  .footer-brand {
    min-width: 0;
    width: 100%;
  }
  .footer-brand {
    align-items: center;
    gap: .75rem;
  }
  .footer-brand .logo-mark {
    flex: 0 0 56px;
  }
  .footer-brand-block .logo-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    font-size: clamp(1.08rem, 5vw, 1.25rem);
    line-height: 1.25;
  }
  .footer-contact li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    min-width: 0;
    max-width: 100%;
  }
  .footer-contact svg {
    width: 18px;
    height: 18px;
    margin-top: .2rem;
  }
  .footer-contact li span {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.65;
  }
  .footer-bottom {
    align-items: flex-start;
  }
}

/* The footer becomes single-column at 768px, so its long text must wrap from
   that same breakpoint rather than waiting for a narrower phone width. */
@media (max-width: 768px) {
  .footer {
    overflow-x: hidden;
  }
  .footer-grid,
  .footer-grid > *,
  .footer-brand-block,
  .footer-brand {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .footer-brand {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-items: center;
    gap: .85rem;
  }
  .footer-brand .logo-mark {
    width: 66px;
    height: 44px;
    min-width: 0;
  }
  .footer-brand-block .logo-text {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    font-size: clamp(.92rem, 3vw, 1.08rem);
    font-weight: 600;
    line-height: 1.25;
  }
  .footer-contact {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .footer-contact li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .footer-contact svg {
    width: 18px;
    height: 18px;
    margin-top: .2rem;
  }
  .footer-contact li span {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.65;
  }
  .footer-address-break {
    display: block;
  }
  .footer-bottom {
    align-items: flex-start;
  }
}
