/* ═══════════════════════════════════════════════════════════
   INTI RUCHULU — Luxury Static Stylesheet
   ═══════════════════════════════════════════════════════════ */

:root {
  --orange: #E8521A;
  --orange-deep: #b83d10;
  --green: #2D6A4F;
  --green-light: #40916c;
  --gold: #F4C430;
  --gold-soft: #e8d5a3;
  --dark: #0a0908;
  --dark-elevated: #141210;
  --dark-card: #1c1916;
  --cream: #FDF6EC;
  --text-light: #FAF4E8;
  --text-muted: #c9bca8;
  --border: rgba(244, 196, 48, 0.12);
  --border-strong: rgba(232, 82, 26, 0.35);
  --glow-orange: rgba(232, 82, 26, 0.45);
  --glow-gold: rgba(244, 196, 48, 0.25);
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-display: 'Cinzel', serif;
  --font-body: 'Lato', 'Inter', sans-serif;
  --font-script: 'Great Vibes', cursive;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 92px;
  --section-y: clamp(3.75rem, 7.5vh, 5.5rem);
  --section-y-after-hero: clamp(2rem, 4vh, 3rem);
  --section-header-gap: clamp(2rem, 4vw, 3rem);
  --stack-gap: clamp(1.25rem, 2.5vw, 1.75rem);
  --stack-gap-lg: clamp(1.75rem, 3vw, 2.5rem);
}

html.light {
  --dark: #FDF6EC;
  --dark-elevated: #f8f0e4;
  --dark-card: #ffffff;
  --text-light: #1a1512;
  --text-muted: #5c4f42;
  --border: rgba(232, 82, 26, 0.14);
  --border-strong: rgba(232, 82, 26, 0.35);
  --glow-orange: rgba(232, 82, 26, 0.22);
  --glow-gold: rgba(244, 196, 48, 0.35);
  --gold: #c9920a;
  --gold-soft: #8b6914;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background:
    radial-gradient(ellipse 120% 80% at 0% 0%, rgba(232, 82, 26, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 100% 100%, rgba(45, 106, 79, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(244, 196, 48, 0.03) 0%, transparent 70%),
    var(--dark);
  color: var(--text-light);
  line-height: 1.65;
  overflow-x: hidden;
  transition: background 0.5s var(--ease-out), color 0.5s;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* Grain texture overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9990;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { width: min(1280px, calc(100% - clamp(2.5rem, 6vw, 5.5rem))); margin-inline: auto; }

/* ─── PRELOADER ─── */
#preloader {
  position: fixed; inset: 0; z-index: 10000;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(244, 196, 48, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 45% 35% at 50% 50%, rgba(232, 82, 26, 0.1) 0%, transparent 52%),
    linear-gradient(168deg, #0c0a09 0%, #060504 45%, #0a0807 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.75rem;
  transition: opacity 0.8s var(--ease-luxury), visibility 0.8s;
}
#preloader::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}
#preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: preloader-badge-in 1.1s var(--ease-luxury) both;
}
.preloader-brand img {
  width: min(260px, 72vw);
  height: auto;
  display: block;
  object-fit: contain;
  border: 1.5px solid rgba(232, 82, 26, 0.65);
  border-radius: 12px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
  box-shadow: 0 0 20px rgba(232, 82, 26, 0.28);
}
.preloader-line {
  position: relative; z-index: 1;
  width: 140px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--orange), var(--gold), transparent);
  border-radius: 2px;
  animation: pulse-line 1.5s ease infinite;
}
@keyframes preloader-badge-in {
  from { opacity: 0; transform: translateY(18px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes pulse-line { 0%,100% { opacity: 0.3; transform: scaleX(0.6); } 50% { opacity: 1; transform: scaleX(1); } }

/* ─── NAVIGATION ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: all 0.5s var(--ease-luxury);
}
.nav::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,9,8,0.92) 0%, rgba(10,9,8,0.4) 70%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.5s;
}
.nav.solid::after {
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.94) 0%, rgba(8, 7, 6, 0.9) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(244, 196, 48, 0.18);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.45),
    inset 0 -1px 0 rgba(232, 82, 26, 0.1);
}
.nav.solid { height: 68px; }
.nav .container {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.5rem;
}
.nav-links { display: flex; gap: 2.25rem; }
.nav-links--left { justify-content: flex-end; }
.nav-links a {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FAF4E8;
  font-weight: 500;
  position: relative;
  padding: 0.35rem 0;
  transition: color 0.35s, text-shadow 0.35s, transform 0.35s var(--ease-out);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--orange));
  box-shadow: 0 0 10px rgba(244, 196, 48, 0.55);
  border-radius: 2px;
  transition: width 0.4s var(--ease-out);
}
.nav-links a:hover {
  color: var(--gold);
  text-shadow: 0 0 22px rgba(244, 196, 48, 0.45);
  transform: translateY(-1px);
}
.nav-links a:hover::after { width: 100%; }
.nav-links a.active {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(244, 196, 48, 0.4);
}
.nav-links a.active::after { width: 100%; }
.nav-logo,
.footer-logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.4s var(--ease-luxury), border-color 0.4s, box-shadow 0.4s;
}
.nav-logo {
  margin-left: 12px;
  margin-right: 12px;
}
.nav-logo img {
  height: 62px;
  width: auto;
  max-width: min(250px, 36vw);
  display: block;
  object-fit: contain;
  border: 1.5px solid rgba(232, 82, 26, 0.65);
  border-radius: 10px;
  transition: height 0.4s, filter 0.4s, border-color 0.4s, box-shadow 0.4s;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
  box-shadow: 0 0 16px rgba(232, 82, 26, 0.22);
}
.nav.solid .nav-logo img { height: 54px; }
.nav-logo:hover {
  transform: translateY(-1px);
}
.nav-logo:hover img {
  border-color: var(--orange);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
  box-shadow: 0 0 24px rgba(232, 82, 26, 0.38);
}
.nav-actions { display: flex; align-items: center; gap: 0.65rem; justify-content: flex-start; }
.nav-actions .theme-btn { margin-left: auto; }
.nav-actions .btn {
  min-height: 44px;
  padding: 0 1.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  border-radius: 3px;
  gap: 0.45rem;
}
.nav-actions .btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.nav-actions .btn--whatsapp {
  background: linear-gradient(135deg, #34eb7a 0%, #25D366 45%, #128C7E 100%);
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 4px 22px rgba(37, 211, 102, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.nav-actions .btn--whatsapp::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,0.25) 50%, transparent 65%);
  transform: translateX(-100%);
  transition: transform 0.65s var(--ease-out);
}
.nav-actions .btn--whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.nav-actions .btn--whatsapp:hover::before { transform: translateX(100%); }
.nav-actions .nav-call-btn {
  color: var(--gold);
  font-weight: 600;
  background: linear-gradient(145deg, rgba(244, 196, 48, 0.1), rgba(232, 82, 26, 0.06));
  border: 1.5px solid rgba(244, 196, 48, 0.55);
  box-shadow: 0 4px 18px rgba(244, 196, 48, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.nav-actions .nav-call-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.35), 0 0 20px rgba(244, 196, 48, 0.2);
}
.nav-toggle, .theme-btn {
  width: 44px; height: 44px;
  border: 1px solid rgba(244, 196, 48, 0.28);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #FAF4E8;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
.nav-toggle:hover, .theme-btn:hover {
  border-color: var(--gold);
  background: rgba(244, 196, 48, 0.1);
  box-shadow: 0 0 20px rgba(244, 196, 48, 0.15);
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 12px; }
.nav-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; transition: transform 0.3s; }
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: 0 2rem;
  font-family: var(--font-display);
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.btn--primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: #fff;
  box-shadow: 0 4px 24px var(--glow-orange), inset 0 1px 0 rgba(255,255,255,0.15);
}
.btn--primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.2) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.7s;
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px var(--glow-orange); }
.btn--primary:hover::before { transform: translateX(100%); }
.btn--ghost {
  border: 1px solid rgba(244,196,48,0.5);
  color: var(--gold-soft);
  background: rgba(244,196,48,0.04);
}
.btn--ghost:hover { background: rgba(244,196,48,0.1); border-color: var(--gold); transform: translateY(-2px); }
.btn--gold {
  background: linear-gradient(135deg, var(--gold) 0%, #d4a820 100%);
  color: var(--dark);
  font-weight: 600;
}

/* Mobile menu */
.mobile-nav {
  position: fixed; inset: 0; z-index: 8500;
  background: rgba(6,5,4,0.97);
  backdrop-filter: blur(24px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  transform: translateX(100%);
  transition: transform 0.6s var(--ease-luxury);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.25rem; letter-spacing: 0.25em; text-transform: uppercase;
}

/* ─── HERO ─── */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.8s var(--ease-out);
}
.hero-slide.active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.05);
  animation: kenburns 22s var(--ease-out) infinite alternate;
  filter: saturate(1.12) contrast(1.06);
}
.hero-slide:nth-child(2) img { animation-delay: -6s; }
.hero-slide:nth-child(3) img { animation-delay: -12s; }
@keyframes kenburns {
  from { transform: scale(1.08) translate(0, 0); }
  to { transform: scale(1.18) translate(-1.5%, -1%); }
}
.hero-vignette {
  position: absolute; inset: 0;
  background:
    linear-gradient(0deg, rgba(6,5,4,0.78) 0%, rgba(6,5,4,0.24) 42%, rgba(6,5,4,0.1) 68%, rgba(6,5,4,0.38) 100%),
    linear-gradient(90deg, rgba(6,5,4,0.72) 0%, rgba(6,5,4,0.24) 44%, transparent 68%);
}

/* Hero spice embers */
.hero-embers {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}
.ember {
  position: absolute; bottom: -10px;
  width: var(--s, 4px); height: var(--s, 4px);
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0%, var(--orange) 60%, transparent 100%);
  opacity: 0;
  animation: ember-rise var(--d, 8s) var(--delay, 0s) infinite ease-in;
}
@keyframes ember-rise {
  0% { opacity: 0; transform: translateY(0) translateX(0) scale(1); }
  10% { opacity: 0.8; }
  100% { opacity: 0; transform: translateY(-100vh) translateX(var(--drift, 20px)) scale(0.3); }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 0.95;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #fff 0%, var(--gold-soft) 45%, #fff 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-shimmer 8s linear infinite;
  filter: drop-shadow(0 4px 30px rgba(0,0,0,0.4));
}
@keyframes title-shimmer {
  to { background-position: 200% center; }
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 0 8vh 0; width: 100%;
}
.hero-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
  padding-left: clamp(0.25rem, 1.5vw, 1rem);
  max-width: 900px;
}
.hero-rule {
  width: 1px; height: 180px;
  background: linear-gradient(180deg, transparent, var(--gold), var(--orange), transparent);
  margin-bottom: 1rem;
}
.hero-eyebrow {
  font-family: var(--font-display);
  font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero-sub {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.7;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.35);
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2.5rem; }
.badge {
  font-family: var(--font-display);
  font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
}
.badge--green { border-color: rgba(45,106,79,0.5); color: #7ec49a; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-scroll {
  position: absolute; bottom: 2.25rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-size: 0.55rem; letter-spacing: 0.3em;
  color: var(--text-muted); z-index: 2;
  animation: float-y 2.5s ease infinite;
}
.hero-scroll-line { width: 1px; height: 48px; background: linear-gradient(180deg, var(--gold), transparent); }
@keyframes float-y { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* Hero slider navigation — vertical rail, right side */
.hero-slider-nav {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 2.8vw, 2.75rem);
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 0.7rem;
  background: rgba(8, 6, 5, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(244, 196, 48, 0.24);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.hero-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.hero-dot {
  position: relative;
  width: 3px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  overflow: hidden;
  transition: height 0.45s var(--ease-out), width 0.45s var(--ease-out), box-shadow 0.35s, opacity 0.35s;
  flex-shrink: 0;
  opacity: 0.55;
}
.hero-dot:hover {
  opacity: 0.9;
  box-shadow: 0 0 12px rgba(244, 196, 48, 0.3);
}
.hero-dot-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: transform 0.35s var(--ease-out), opacity 0.35s;
}
.hero-dot.active {
  width: 4px;
  height: 34px;
  opacity: 1;
  box-shadow: 0 0 14px rgba(244, 196, 48, 0.4);
}
.hero-dot.active .hero-dot-fill {
  transform: scaleY(1);
  opacity: 1;
  animation: hero-dot-progress 6.5s linear forwards;
}
.hero.is-slider-paused .hero-dot.active .hero-dot-fill {
  animation-play-state: paused;
}
@keyframes hero-dot-progress {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0 0 0 0); }
}
.hero-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: rgba(244, 196, 48, 0.75);
  cursor: pointer;
  transition: color 0.3s, transform 0.3s, background 0.3s;
  flex-shrink: 0;
}
.hero-arrow:hover {
  color: var(--gold);
  background: rgba(244, 196, 48, 0.1);
  transform: scale(1.08);
}
.hero-slide-count {
  margin: 0;
  padding: 0 0 0.15rem;
  border: none;
  border-bottom: 1px solid rgba(244, 196, 48, 0.22);
  padding-bottom: 0.65rem;
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  color: rgba(250, 244, 232, 0.65);
  white-space: nowrap;
  user-select: none;
  writing-mode: horizontal-tb;
}
.hero-slide-current { color: var(--gold); font-weight: 500; }
.hero-slide-sep { margin: 0 0.15em; opacity: 0.4; }

/* ─── INNER PAGE HERO ─── */
.page-hero {
  position: relative;
  min-height: clamp(400px, 54vh, 580px);
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
}
.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 42%;
  filter: brightness(1.14) saturate(1.16) contrast(1.08);
  animation: page-kenburns 26s ease-in-out infinite alternate;
  transform: scale(1.08);
  will-change: transform;
}
[data-page="menu"] .page-hero-bg img { object-position: 72% 42%; }
[data-page="about"] .page-hero-bg img { object-position: 52% 48%; }
[data-page="contact"] .page-hero-bg img { object-position: 38% 44%; }
[data-page="catering"] .page-hero-bg img { object-position: 82% 46%; }
@keyframes page-kenburns {
  from { transform: scale(1.06) translate(0, 0); }
  to { transform: scale(1.14) translate(-1%, -0.5%); }
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.78) 0%, rgba(6, 5, 4, 0.62) 24%, rgba(6, 5, 4, 0.26) 54%, rgba(6, 5, 4, 0.32) 100%),
    linear-gradient(135deg, rgba(232, 82, 26, 0.14) 0%, transparent 45%),
    linear-gradient(225deg, rgba(45, 106, 79, 0.12) 0%, transparent 45%),
    linear-gradient(0deg, rgba(6, 5, 4, 0.62) 0%, transparent 52%);
}
.page-hero-embers {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.page-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
}
.page-hero-glow--1 {
  width: min(480px, 50vw);
  height: min(480px, 50vw);
  bottom: -140px;
  left: clamp(2rem, 8vw, 6rem);
  background: radial-gradient(circle, rgba(232, 82, 26, 0.35) 0%, transparent 70%);
  animation: page-glow-drift 9s ease-in-out infinite alternate;
}
.page-hero-glow--2 {
  width: min(380px, 40vw);
  height: min(380px, 40vw);
  top: 15%;
  right: clamp(1rem, 6vw, 4rem);
  background: radial-gradient(circle, rgba(244, 196, 48, 0.18) 0%, transparent 70%);
  animation: page-glow-drift 11s ease-in-out infinite alternate-reverse;
}
@keyframes page-glow-drift {
  from { transform: translate(0, 0) scale(1); opacity: 0.75; }
  to { transform: translate(24px, -18px) scale(1.12); opacity: 1; }
}
.page-hero-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 3;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 25%, var(--orange) 50%, var(--green) 75%, transparent 95%);
  box-shadow: 0 0 28px rgba(244, 196, 48, 0.45), 0 0 48px rgba(232, 82, 26, 0.2);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(2.5rem, 6vh, 4.5rem) 0;
}
.page-hero-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: stretch;
  max-width: 840px;
  padding-left: clamp(0.5rem, 2vw, 1.5rem);
}
.page-hero-rule {
  width: 3px;
  min-height: 100%;
  align-self: stretch;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 12%, var(--orange) 48%, var(--green) 88%, transparent 100%);
  border-radius: 3px;
  box-shadow: 0 0 32px rgba(244, 196, 48, 0.5), 0 0 56px rgba(232, 82, 26, 0.25);
}
.page-hero-text {
  padding: 0.35rem 0 0.5rem;
}
.page-hero .section-label {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  margin-bottom: 0.65rem;
}
.page-hero-title {
  background: linear-gradient(135deg, #fff 0%, var(--gold-soft) 42%, #fff 88%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-shimmer 10s linear infinite;
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.55));
}
.page-hero .section-desc {
  max-width: 580px;
  color: rgba(250, 244, 232, 0.9);
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
  line-height: 1.75;
  margin-top: 1.15rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.35);
}
.page-hero-divider {
  margin: 1.85rem 0 0;
  max-width: 220px;
  margin-inline: 0;
  opacity: 1;
}
.page-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}
.page-hero-content .section-title { max-width: 720px; }

.breadcrumb {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 188, 168, 0.95);
  margin-bottom: 1.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb a {
  color: var(--gold-soft);
  transition: color 0.3s, text-shadow 0.3s;
}
.breadcrumb a:hover {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(244, 196, 48, 0.4);
}

/* ─── TICKER ─── */
.ticker {
  background: linear-gradient(90deg, var(--orange-deep), var(--orange), var(--orange-deep));
  padding: 0.85rem 0; overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.ticker-track {
  display: flex; width: max-content;
  animation: ticker 50s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  font-family: var(--font-display);
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  padding: 0 2.5rem; white-space: nowrap;
  display: flex; align-items: center; gap: 2.5rem;
}
.ticker-item .sep { opacity: 0.5; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ─── SECTION SYSTEM ─── */
.section { padding: var(--section-y) 0; position: relative; overflow: hidden; }
.page-hero + .section { padding-top: var(--section-y-after-hero); }
.section--dark {
  background:
    radial-gradient(ellipse 70% 55% at 15% 85%, rgba(232, 82, 26, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 15%, rgba(45, 106, 79, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(244, 196, 48, 0.05) 0%, transparent 60%),
    var(--dark);
}
.section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(232, 82, 26, 0.03) 50%, transparent 100%);
  pointer-events: none;
}
.section--elevated {
  background:
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(244, 196, 48, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 20%, rgba(232, 82, 26, 0.06) 0%, transparent 50%),
    var(--dark-elevated);
}
.section--elevated::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 196, 48, 0.25), rgba(232, 82, 26, 0.2), transparent);
  pointer-events: none;
}
.section .container { position: relative; z-index: 1; }
.section-header { margin-bottom: var(--section-header-gap); }
.section-num {
  font-family: var(--font-display);
  font-size: 0.65rem; letter-spacing: 0.3em;
  color: var(--orange);
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-num::after { content: ''; flex: 1; max-width: 80px; height: 1px; background: var(--border-strong); }
.section-label {
  font-family: var(--font-script);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 24px rgba(244, 196, 48, 0.35));
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 0 60px rgba(244, 196, 48, 0.12), 0 4px 24px rgba(0, 0, 0, 0.4);
}
.section-desc {
  margin-top: 1.25rem;
  max-width: 560px;
  color: var(--text-light);
  opacity: 0.82;
  font-size: 1.08rem;
  line-height: 1.7;
}
.gold-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--orange), var(--gold), transparent);
  margin: 0 auto;
  max-width: 280px;
  opacity: 0.85;
  box-shadow: 0 0 20px rgba(244, 196, 48, 0.3), 0 0 40px rgba(232, 82, 26, 0.15);
  border-radius: 2px;
}
.section .gold-divider { margin-bottom: var(--section-header-gap); }

/* ─── PHILOSOPHY QUOTE ─── */
.philosophy {
  padding: var(--section-y) 0;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(244, 196, 48, 0.06) 0%, transparent 65%),
    var(--dark-elevated);
  border-block: 1px solid var(--border);
  position: relative;
}
.philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(232, 82, 26, 0.04), rgba(45, 106, 79, 0.04), transparent);
  pointer-events: none;
}
.philosophy blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  max-width: 900px;
  margin: 0 auto 1.5rem;
  color: var(--text-light);
}
.philosophy cite {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}

/* ─── ABOUT ─── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--stack-gap-lg);
  align-items: center;
}
.about-image-wrap { position: relative; }
.about-image-wrap::before {
  content: '';
  position: absolute; inset: -12px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  pointer-events: none;
}
.about-image-wrap::after {
  content: '';
  position: absolute; top: -24px; right: -24px;
  width: 60%; height: 60%;
  background: radial-gradient(circle, var(--glow-orange) 0%, transparent 70%);
  opacity: 0.3; pointer-events: none; z-index: -1;
}
.about-image-wrap img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  filter: contrast(1.05) saturate(1.08);
}
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border);
  margin-top: 3rem;
  border: 1px solid var(--border);
}
.stat {
  background: var(--dark-card);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: background 0.4s;
}
.stat:hover { background: rgba(232,82,26,0.06); }
.stat-num {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-family: var(--font-display);
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── SIGNATURE GALLERY ─── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(280px, auto));
  gap: 1.15rem;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  min-height: 280px;
  background: var(--dark-card);
  border: 1px solid rgba(244, 196, 48, 0.18);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.5s, box-shadow 0.5s, transform 0.5s var(--ease-luxury);
}
.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(244, 196, 48, 0.06) 0%, transparent 40%, rgba(232, 82, 26, 0.05) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery-item:hover {
  border-color: rgba(244, 196, 48, 0.45);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(232, 82, 26, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}
.gallery-item:hover::before { opacity: 1; }
.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.15) contrast(1.08) saturate(1.12);
  transition: transform 1.2s var(--ease-luxury), filter 0.6s;
}
.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.22) contrast(1.1) saturate(1.18);
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(6, 5, 4, 0.82) 0%, rgba(6, 5, 4, 0.2) 38%, transparent 62%);
  transition: opacity 0.4s;
  pointer-events: none;
}
.gallery-item:hover::after { opacity: 0.55; }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 3; }
.gallery-item.img-missing {
  background: linear-gradient(135deg, rgba(232, 82, 26, 0.12), rgba(45, 106, 79, 0.12));
  min-height: 280px;
}
.gallery-item.img-missing img { display: none; }
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 1.5rem 1.75rem;
}
.gallery-caption h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}
.gallery-caption span {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}
.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.75rem, 5.5vw, 4rem);
  padding-top: 0.75rem;
  position: relative;
  z-index: 2;
}

/* ─── FEATURED CAROUSEL ─── */
.featured-wrap { overflow: hidden; padding: 1rem 0; }
.featured-track {
  display: flex; gap: 1.5rem; width: max-content;
  animation: marquee 45s linear infinite;
}
.featured-track:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.featured-card {
  flex-shrink: 0; width: 340px;
  background: var(--dark-card);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.5s var(--ease-luxury), box-shadow 0.5s, border-color 0.5s;
}
.featured-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px var(--border-strong);
  border-color: var(--border-strong);
}
.featured-card-img { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.featured-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(1.1) contrast(1.05) saturate(1.1);
  transition: transform 0.8s var(--ease-luxury), filter 0.6s;
}
.featured-card:hover .featured-card-img img {
  transform: scale(1.1);
  filter: brightness(1.18) contrast(1.08) saturate(1.15);
}
.featured-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(6,5,4,0.55) 0%, transparent 45%);
}
.featured-ribbon {
  position: absolute; top: 16px; right: -32px; z-index: 2;
  background: var(--gold); color: var(--dark);
  font-family: var(--font-display);
  font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.35rem 2.5rem;
  transform: rotate(45deg);
  font-weight: 600;
}
.featured-card-body { padding: 1.25rem 1.5rem 1.5rem; }
.featured-card-body h3 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: 0.5rem; }
.featured-price {
  font-family: var(--font-display);
  font-size: 0.85rem; letter-spacing: 0.1em;
  color: var(--orange);
}

/* ─── MENU ─── */
.menu-section {
  background: var(--dark);
  overflow: visible;
}
.menu-section > .container {
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap);
  overflow-anchor: none;
}
.menu-filter-wrap {
  position: sticky;
  top: calc(var(--nav-h) + 0.75rem);
  z-index: 100;
  padding: 0.35rem 0 0;
  margin: 0;
  background: var(--dark);
}
.menu-filter-wrap::after {
  content: '';
  display: block;
  height: 1px;
  margin-top: var(--stack-gap);
  background: linear-gradient(90deg, transparent, rgba(244, 196, 48, 0.22), transparent);
}
.menu-biryani-tabs-wrap {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.menu-biryani-tabs-wrap[hidden] { display: none !important; }
.menu-biryani-tabs-label {
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-left: 0.35rem;
}
.menu-biryani-tabs {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.3rem;
  background: rgba(244, 196, 48, 0.06);
  border: 1px solid rgba(244, 196, 48, 0.18);
  border-radius: 100px;
  scrollbar-width: none;
  position: relative;
}
.menu-biryani-tabs::-webkit-scrollbar { display: none; }
.biryani-tab-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 1.1rem;
  font-family: var(--font-display);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-radius: 100px;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  min-height: 42px;
  white-space: nowrap;
}
.biryani-tab-btn.active { color: #fff; }
.biryani-tab-badge {
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  padding: 0.22rem 0.5rem;
  border-radius: 100px;
  background: rgba(244, 196, 48, 0.18);
  color: var(--gold);
}
.biryani-tab-btn.active .biryani-tab-badge {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.biryani-pill {
  position: absolute;
  top: 0.3rem;
  height: calc(100% - 0.6rem);
  background: linear-gradient(135deg, var(--gold), var(--orange));
  border-radius: 100px;
  transition: left 0.4s var(--ease-luxury), width 0.4s var(--ease-luxury);
  z-index: 0;
  box-shadow: 0 4px 18px rgba(232, 82, 26, 0.28);
}
.menu-filter {
  display: flex; gap: 0.35rem; overflow-x: auto;
  padding: 0.35rem;
  background: var(--dark-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  scrollbar-width: none;
  position: relative;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.menu-filter::-webkit-scrollbar { display: none; }
.filter-btn {
  flex-shrink: 0;
  padding: 0.65rem 1.25rem;
  font-family: var(--font-display);
  font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
  border-radius: 100px;
  transition: color 0.3s;
  position: relative; z-index: 1;
  min-height: 44px;
}
.filter-btn.active { color: #fff; }
.filter-btn--featured {
  color: var(--gold);
  padding-right: 1.65rem;
}
.filter-btn--featured::after {
  content: 'NEW';
  position: absolute;
  top: 0.35rem;
  right: 0.45rem;
  font-size: 0.42rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  opacity: 0.95;
}
.filter-btn--featured.active { color: #fff; }
.filter-btn--featured.active::after { color: rgba(255, 255, 255, 0.92); }
.filter-pill {
  position: absolute; top: 0.35rem; height: calc(100% - 0.7rem);
  background: linear-gradient(135deg, var(--orange), var(--green));
  border-radius: 100px;
  transition: left 0.4s var(--ease-luxury), width 0.4s var(--ease-luxury);
  z-index: 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(1.35rem, 3vw, 2rem);
  padding-top: 0.25rem;
  overflow-anchor: none;
}
.menu-grid--sectioned {
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap-lg);
  padding-top: 0;
}
.menu-grid--meal-boxes {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.5rem);
  padding-top: 0;
}
.meal-box-hero {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(244, 196, 48, 0.32);
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(232, 82, 26, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 0% 100%, rgba(45, 106, 79, 0.14) 0%, transparent 50%),
    linear-gradient(135deg, rgba(28, 25, 22, 0.98) 0%, rgba(14, 12, 10, 1) 100%);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(244, 196, 48, 0.1);
}
.meal-box-hero-glow {
  position: absolute;
  inset: -20% auto auto -10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 196, 48, 0.16) 0%, transparent 68%);
  pointer-events: none;
}
.meal-box-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.meal-box-hero-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.95rem;
  border-radius: 100px;
  border: 1px solid rgba(244, 196, 48, 0.35);
  background: rgba(244, 196, 48, 0.1);
  font-family: var(--font-display);
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.meal-box-hero-eyebrow {
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.meal-box-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.12;
  margin-bottom: 0.75rem;
}
.meal-box-hero-desc {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.meal-box-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.meal-box-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.5vw, 2rem);
}
.meal-box-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(244, 196, 48, 0.16);
  background: linear-gradient(160deg, rgba(28, 25, 22, 0.96) 0%, rgba(16, 14, 12, 0.98) 100%);
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
  transition: transform 0.45s var(--ease-luxury), border-color 0.4s, box-shadow 0.4s;
}
.meal-box-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 196, 48, 0.32);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38), 0 0 28px rgba(232, 82, 26, 0.08);
}
.meal-box-card--green:hover { box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38), 0 0 28px rgba(45, 106, 79, 0.12); }
.meal-box-card--orange:hover { box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38), 0 0 28px rgba(232, 82, 26, 0.14); }
.meal-box-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a1512;
}
.meal-box-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease-luxury);
}
.meal-box-card:hover .meal-box-card-media img { transform: scale(1.06); }
.meal-box-card-ribbon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.38rem 0.75rem;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--green));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}
.meal-box-card--green .meal-box-card-ribbon { background: linear-gradient(135deg, #2d6a4f, #4a9d6f); }
.meal-box-card--gold .meal-box-card-ribbon { background: linear-gradient(135deg, #c9920a, var(--gold)); color: #1a1512; }
.meal-box-card-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(244, 196, 48, 0.35);
  background: rgba(8, 6, 5, 0.72);
  backdrop-filter: blur(8px);
}
.meal-box-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.25rem, 2vw, 1.65rem);
}
.meal-box-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.65rem;
}
.meal-box-card-name {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.meal-box-card-price {
  flex-shrink: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #1a1512;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}
.meal-box-card-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.meal-box-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
  flex: 1;
}
.meal-box-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-family: var(--font-serif);
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(250, 244, 232, 0.88);
}
.meal-box-check {
  flex-shrink: 0;
  color: var(--gold);
  font-size: 0.65rem;
  margin-top: 0.35rem;
}
.meal-box-card-note {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin-bottom: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(244, 196, 48, 0.1);
}
.meal-box-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.meal-box-order-btn {
  flex: 1;
  min-width: 120px;
  justify-content: center;
}
.badge--meal-box {
  border-color: rgba(244, 196, 48, 0.45);
  background: rgba(244, 196, 48, 0.12);
  color: var(--gold);
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.badge--meal-box:hover {
  background: rgba(244, 196, 48, 0.2);
  border-color: rgba(244, 196, 48, 0.6);
  transform: translateY(-2px);
}
.menu-subsection-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap);
}
.menu-subsection {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.35rem, 3vw, 2.15rem) clamp(1.35rem, 2.5vw, 1.75rem);
  background: linear-gradient(135deg, rgba(28, 25, 22, 0.95) 0%, rgba(18, 16, 14, 0.98) 100%);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: visible;
}
.menu-subsection--featured {
  border-color: rgba(244, 196, 48, 0.35);
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(232, 82, 26, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 80% at 0% 100%, rgba(45, 106, 79, 0.12) 0%, transparent 50%),
    linear-gradient(135deg, rgba(28, 25, 22, 0.98) 0%, rgba(14, 12, 10, 1) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(244, 196, 48, 0.12);
}
.menu-subsection-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  flex-wrap: wrap;
}
.menu-subsection-badge {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--dark);
  border-radius: 100px;
  font-weight: 600;
}
.menu-subsection-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(244, 196, 48, 0.1);
  border: 1px solid rgba(244, 196, 48, 0.25);
  color: var(--gold);
  margin-top: 0.2rem;
}
.menu-subsection--featured .menu-subsection-icon {
  background: linear-gradient(145deg, rgba(232, 82, 26, 0.2), rgba(244, 196, 48, 0.15));
  border-color: rgba(244, 196, 48, 0.4);
  box-shadow: 0 0 24px rgba(232, 82, 26, 0.2);
}
.menu-subsection-icon svg { width: 22px; height: 22px; }
.menu-subsection-text { flex: 1; min-width: 200px; }
.menu-subsection-title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.3;
  margin: 0 0 0.45rem;
  padding-top: 0.1rem;
  color: var(--text-light);
}
.menu-subsection--featured .menu-subsection-title {
  background: linear-gradient(90deg, #fff 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 0.1rem;
}
.menu-subsection-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 52ch;
}
.menu-subsection-rule {
  height: 2px;
  margin-top: 1.35rem;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--green), transparent);
  opacity: 0.85;
  border-radius: 2px;
}
.menu-subsection-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(1.35rem, 3vw, 2rem);
}
.menu-card--dum {
  border-color: rgba(244, 196, 48, 0.22);
  box-shadow: 0 8px 32px rgba(232, 82, 26, 0.08);
}
.menu-card--dum:hover {
  border-color: rgba(244, 196, 48, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 32px rgba(232, 82, 26, 0.18);
}
.menu-card {
  background: var(--dark-card);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.5s var(--ease-luxury), box-shadow 0.5s, border-color 0.5s;
  group: menu-card;
}
.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45), 0 0 40px var(--glow-orange);
  border-color: var(--border-strong);
}
.menu-card-img {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--dark-elevated);
}
.menu-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(1.1) contrast(1.05) saturate(1.08);
  transition: transform 0.8s var(--ease-luxury), filter 0.6s;
}
.menu-card:hover .menu-card-img img {
  transform: scale(1.1);
  filter: brightness(1.16) contrast(1.08) saturate(1.12);
}
.menu-card-img::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(6,5,4,0.45) 0%, transparent 42%);
  pointer-events: none;
}
.menu-skeleton {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--dark-elevated) 25%, rgba(232,82,26,0.06) 50%, var(--dark-elevated) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer { to { background-position: -200% 0; } }
.menu-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--font-display);
  font-size: 0.5rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.3rem 0.65rem;
}
.menu-tag--best { background: var(--green); color: #fff; }
.menu-tag--chef { background: var(--gold); color: var(--dark); }
.fav-btn {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(6,5,4,0.65); backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: all 0.3s;
}
.fav-btn.active { color: #ef4444; border-color: rgba(239,68,68,0.5); transform: scale(1.08); }
.menu-card-body { padding: 1.25rem; }
.menu-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.5rem; }
.menu-card-name {
  font-family: var(--font-serif);
  font-size: 1.15rem; line-height: 1.3;
  display: flex; align-items: flex-start; gap: 0.5rem;
}
.menu-price {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: var(--dark);
  font-weight: 600;
  border-radius: 2px;
}
.menu-note { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.4; }
.menu-order-row { display: flex; gap: 0.5rem; }
.menu-order { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
.menu-order--wa { background: rgba(37, 211, 102, 0.12); border-color: rgba(37, 211, 102, 0.35); color: #7ddea8; }
.menu-order--wa:hover { background: #25D366; border-color: #25D366; color: #fff; }
.menu-order--call { flex: 0 0 auto; padding-inline: 1rem; }
.veg-dot, .nonveg-dot {
  flex-shrink: 0; width: 10px; height: 10px;
  border: 1.5px solid; border-radius: 2px;
  margin-top: 5px; position: relative;
}
.veg-dot { border-color: #16a34a; }
.veg-dot::after { content: ''; position: absolute; inset: 2px; background: #16a34a; border-radius: 50%; }
.nonveg-dot { border-color: #dc2626; }
.nonveg-dot::after { content: ''; position: absolute; inset: 2px; background: #dc2626; border-radius: 50%; }

/* ─── FAMILY PACKS ─── */
.packs-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--stack-gap-lg); align-items: stretch;
}
.packs-panel {
  background: var(--dark-card);
  border: 1px solid var(--border);
  padding: clamp(2rem, 4vw, 3rem);
  position: relative; overflow: hidden;
}
.packs-panel::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--green));
}
.packs-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0 2rem; }
.packs-table tr { border-bottom: 1px solid var(--border); }
.packs-table td { padding: 1rem 0; font-family: var(--font-serif); font-size: 1.05rem; }
.packs-table td:last-child { text-align: right; color: var(--gold); font-family: var(--font-display); font-size: 0.85rem; }
.packs-panel-title {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.packs-panel-title--sub { margin-top: 1.75rem; font-size: 1.35rem; }
.packs-panel-desc {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.packs-tray-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.5rem;
}
.packs-tray-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-serif);
  font-size: 1.02rem;
}
.packs-tray-list li span:last-child {
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: right;
  flex-shrink: 0;
}
.family-pack-tray-banner {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 0.35rem;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: 6px;
  border: 1px solid rgba(244, 196, 48, 0.22);
  background: linear-gradient(135deg, rgba(232, 82, 26, 0.1) 0%, rgba(28, 25, 22, 0.95) 55%, rgba(45, 106, 79, 0.08) 100%);
}
.family-pack-tray-intro {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.family-pack-tray-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.65rem;
}
.family-pack-tray-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(244, 196, 48, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.family-pack-tray-label {
  font-family: var(--font-serif);
  font-size: 1.05rem;
}
.family-pack-tray-serves {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.addon-list { display: flex; flex-direction: column; gap: 0.75rem; margin: 1.5rem 0; }
.addon-list li {
  display: flex; align-items: center; gap: 0.75rem;
  font-family: var(--font-serif); font-size: 1.05rem;
}
.addon-list li::before { content: ''; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

/* ─── CATERING ─── */
.catering-section { overflow: visible; }
.catering-page-header { max-width: 760px; margin-inline: auto; text-align: center; }
.catering-page-header .section-desc { margin-inline: auto; }
.catering-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.catering-sidebar { position: sticky; top: calc(var(--nav-h) + 1.25rem); display: flex; flex-direction: column; gap: 1rem; }
.catering-sidebar-title {
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
}
.catering-sidebar-note,
.catering-sidebar-hours {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.catering-sidebar-hours { margin-top: 0.35rem; margin-bottom: 1.25rem; }
.catering-sidebar-btn { width: 100%; margin-top: 0.65rem; }
.catering-sidebar small { opacity: 0.65; font-size: 0.82rem; }
.catering-quote-note {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border-radius: 4px;
  border: 1px dashed rgba(244, 196, 48, 0.28);
  background: rgba(244, 196, 48, 0.05);
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}
.catering-quote-icon {
  flex-shrink: 0;
  color: var(--gold);
  font-size: 0.95rem;
  margin-top: 0.1rem;
}
.catering-main { display: flex; flex-direction: column; gap: var(--stack-gap-lg); min-width: 0; }
.catering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--stack-gap-lg); }
.catering-card {
  background: linear-gradient(160deg, rgba(28, 25, 22, 0.95) 0%, rgba(20, 18, 16, 0.88) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(244, 196, 48, 0.15);
  border-radius: 4px;
  padding: 2rem 2rem 2.15rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s var(--ease-luxury);
}
.catering-card:hover {
  border-color: rgba(244, 196, 48, 0.35);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45), 0 0 32px rgba(232, 82, 26, 0.1);
}
.catering-contact p {
  display: flex; align-items: center; gap: 0.85rem;
  margin-bottom: 1rem; font-size: 1.02rem;
}
.catering-contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(232, 82, 26, 0.12), rgba(244, 196, 48, 0.08));
  border: 1px solid rgba(244, 196, 48, 0.22);
  color: var(--gold);
}
.catering-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.catering-contact a:hover { color: var(--gold); }
.catering-featured {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(244, 196, 48, 0.32);
  background:
    linear-gradient(135deg, rgba(232, 82, 26, 0.14) 0%, rgba(28, 25, 22, 0.96) 42%, rgba(45, 106, 79, 0.12) 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.catering-featured-glow {
  position: absolute;
  inset: -30% -10% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 196, 48, 0.18) 0%, transparent 68%);
  pointer-events: none;
}
.catering-featured-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}
.catering-featured-eyebrow {
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.catering-featured-title {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.15;
  margin-bottom: 0.85rem;
}
.catering-featured-desc {
  color: var(--text-muted);
  max-width: 58ch;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.catering-featured-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Sidebar section index — vertical, replaces horizontal pill tabs */
.catering-index {
  padding: 1.35rem 1.25rem 1.15rem;
  border-radius: 4px;
  border: 1px solid rgba(244, 196, 48, 0.14);
  background: rgba(255, 255, 255, 0.02);
}
.catering-index-title {
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.catering-index-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-height: min(52vh, 420px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 196, 48, 0.35) transparent;
}
.catering-index-list::-webkit-scrollbar { width: 4px; }
.catering-index-list::-webkit-scrollbar-thumb {
  background: rgba(244, 196, 48, 0.35);
  border-radius: 999px;
}
.catering-index-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.62rem 0.55rem;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s, transform 0.3s var(--ease-luxury);
}
.catering-index-link:hover {
  background: rgba(244, 196, 48, 0.07);
  border-color: rgba(244, 196, 48, 0.16);
  transform: translateX(3px);
}
.catering-index-num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  opacity: 0.85;
  min-width: 1.35rem;
}
.catering-index-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.catering-index-text strong {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-light);
}
.catering-index-text small {
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.catering-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.5rem);
}
.catering-section-card {
  position: relative;
  scroll-margin-top: calc(var(--nav-h) + 1.25rem);
  padding: clamp(1.65rem, 2.8vw, 2.25rem) clamp(1.5rem, 2.5vw, 2.25rem);
  border-radius: 6px;
  border: 1px solid rgba(244, 196, 48, 0.12);
  background:
    linear-gradient(135deg, rgba(232, 82, 26, 0.04) 0%, transparent 38%),
    linear-gradient(160deg, rgba(28, 25, 22, 0.96) 0%, rgba(16, 14, 12, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  transition: border-color 0.4s, box-shadow 0.4s;
}
.catering-section-card:hover {
  border-color: rgba(244, 196, 48, 0.26);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), 0 0 24px rgba(232, 82, 26, 0.06);
}
.catering-section-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(180deg, var(--orange), var(--gold), var(--green));
  opacity: 0.85;
}
.catering-section-header {
  display: flex;
  align-items: flex-end;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(244, 196, 48, 0.12);
}
.catering-section-num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: transparent;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.9;
}
.catering-section-meta {
  flex: 1;
  min-width: 0;
}
.catering-section-label {
  font-family: var(--font-script);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  color: var(--gold);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.catering-section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.15;
  margin: 0;
}
.catering-section-count {
  flex-shrink: 0;
  align-self: center;
  font-family: var(--font-display);
  font-size: 0.54rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.45rem 0.85rem;
  border-radius: 100px;
  border: 1px solid rgba(244, 196, 48, 0.18);
  background: rgba(244, 196, 48, 0.06);
}
.catering-item-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem 1.75rem;
}
.catering-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(244, 196, 48, 0.08);
  background: transparent;
  border-radius: 0;
  transition: color 0.3s, border-color 0.3s, padding-left 0.3s var(--ease-luxury);
}
.catering-item:hover {
  border-bottom-color: rgba(244, 196, 48, 0.22);
  padding-left: 0.35rem;
  transform: none;
}
.catering-item-name {
  font-family: var(--font-serif);
  font-size: 1.02rem;
  line-height: 1.3;
}
.veg-dot--sm, .nonveg-dot--sm { width: 11px; height: 11px; flex-shrink: 0; margin-top: 0; }
.catering-footnote {
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-radius: 6px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(45, 106, 79, 0.08) 0%, rgba(28, 25, 22, 0.92) 100%);
}
.catering-footnote-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
}
.catering-footnote p {
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 68ch;
}
.catering-footnote strong { color: var(--gold-soft); font-weight: 600; }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 0; text-align: left;
  font-family: var(--font-serif); font-size: 1.05rem;
  color: var(--text-light); min-height: 44px;
}
.accordion-trigger span:last-child { color: var(--gold); font-family: var(--font-display); font-size: 0.8rem; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); font-size: 0.9rem; color: var(--text-muted); }
.accordion-item.open .accordion-body { max-height: 120px; padding-bottom: 1rem; }
.accordion-item.open .acc-icon { transform: rotate(180deg); }
.acc-icon { transition: transform 0.3s; flex-shrink: 0; margin-left: 1rem; }

/* ─── DELIVERY ─── */
.partners { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2.5rem 0; }
.partner {
  aspect-ratio: 16/10;
  display: flex; align-items: center; justify-content: center;
  background: var(--dark-card);
  border: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  transition: all 0.4s;
}
.partner:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }
.partner--highlight { border-color: var(--border-strong); color: var(--orange); }

/* ─── REVIEWS ─── */
.reviews-wrap { overflow: hidden; padding: 1rem 0; }
.reviews-track {
  display: flex; gap: 1.5rem; width: max-content;
  animation: marquee 55s linear infinite reverse;
}
.review-card {
  flex-shrink: 0; width: 380px;
  background: var(--dark-card);
  border: 1px solid var(--border);
  padding: 2rem;
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute; top: 1rem; right: 1.5rem;
  font-family: var(--font-serif); font-size: 4rem; line-height: 1;
  color: var(--orange); opacity: 0.2;
}
.stars { display: flex; gap: 3px; margin-bottom: 1rem; color: var(--orange); }
.review-text { font-family: var(--font-serif); font-size: 1.05rem; font-style: italic; line-height: 1.65; margin-bottom: 1.25rem; color: var(--text-muted); }
.review-author { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

/* ─── CONTACT ─── */
.contact-section { overflow: visible; }
.contact-layout {
  display: flex;
  flex-direction: column;
  gap: var(--stack-gap-lg);
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--stack-gap-lg);
  align-items: stretch;
}
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-info-header .contact-form-desc { margin-bottom: 0; }
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.contact-card-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  background: var(--dark-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s var(--ease-luxury);
  color: inherit;
}
.contact-card-item--link:hover {
  border-color: rgba(244, 196, 48, 0.35);
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.1);
  transform: translateX(4px);
}
.contact-card-item--link:hover .contact-card-body p { color: var(--gold); }
.contact-card-item--wa:hover { border-color: rgba(37, 211, 102, 0.4); }
.contact-card-item--wa:hover .contact-card-body p { color: #25D366; }
.contact-card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(232, 82, 26, 0.12), rgba(244, 196, 48, 0.08));
  border: 1px solid rgba(244, 196, 48, 0.22);
  color: var(--gold);
}
.contact-card-icon svg { width: 20px; height: 20px; }
.contact-card-icon--wa {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.12), rgba(18, 140, 126, 0.08));
  border-color: rgba(37, 211, 102, 0.28);
  color: #25D366;
}
.contact-card-body p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0;
}
.contact-hours-line {
  font-size: 0.95rem !important;
  color: var(--text-muted);
}
.contact-hours-line span {
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-right: 0.5rem;
}
.contact-form-panel {
  position: relative;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(160deg, var(--dark-card) 0%, rgba(28, 25, 22, 0.95) 100%);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.contact-form-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--green));
}
.contact-form-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.contact-form { display: flex; flex-direction: column; gap: 0.85rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label {
  font-family: var(--font-display);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.form-input-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}
.form-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--gold);
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}
.form-input-icon svg { width: 18px; height: 18px; display: block; }
.form-input-icon--wa { color: #25D366; }
.form-input-wrap .form-input { padding-left: 3rem; }
.form-input-wrap--textarea .form-input-icon { top: 1.15rem; transform: none; }
.form-input-wrap--textarea .form-input { padding-top: 1rem; min-height: 120px; }
.contact-form-submit {
  width: 100%;
  margin-top: 0.35rem;
  gap: 0.6rem;
}
.form-group { margin-bottom: 1rem; }
.form-input {
  width: 100%; padding: 0.95rem 1.15rem;
  background: rgba(10, 9, 8, 0.35);
  border: 1px solid rgba(244, 196, 48, 0.15);
  color: var(--text-light);
  font-family: var(--font-body); font-size: 0.95rem;
  border-radius: 4px;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
  min-height: 50px;
}
.form-input::placeholder { color: var(--text-muted); opacity: 0.75; }
.form-input:focus {
  outline: none;
  border-color: var(--orange);
  background: rgba(10, 9, 8, 0.5);
  box-shadow: 0 0 0 3px rgba(232, 82, 26, 0.12), 0 4px 16px rgba(232, 82, 26, 0.08);
}
textarea.form-input { resize: vertical; min-height: 120px; }
.map-wrap {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 440px);
  border: 0;
  filter: grayscale(40%) contrast(1.05);
}

/* ─── FOOTER ─── */
.footer {
  background: #060504;
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; margin-bottom: 3rem; }
.menu-order {
  padding: 0.75rem;
  font-family: var(--font-display);
  font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--border);
  color: var(--gold-soft);
  transition: all 0.3s;
}
.menu-order:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* Floating WhatsApp */
.wa-float {
  position: fixed; bottom: 5.5rem; right: 2rem; z-index: 8001;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  animation: wa-pulse 3s ease infinite;
}
.wa-float:hover { transform: scale(1.08) translateY(-4px); box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55); }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 4px 32px rgba(37, 211, 102, 0.65), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

.btn--whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}
.btn--whatsapp:hover { box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45); }

.order-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--stack-gap); margin: var(--section-header-gap) 0; }
.order-card {
  display: block;
  padding: 2rem 1.25rem; text-align: center;
  background: linear-gradient(160deg, var(--dark-card) 0%, rgba(28, 25, 22, 0.95) 100%);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: all 0.4s var(--ease-out);
  color: inherit;
  position: relative;
  overflow: hidden;
}
.order-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(232, 82, 26, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}
.order-card:hover::before { opacity: 1; }
.order-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 196, 48, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(232, 82, 26, 0.12);
}
.order-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(232, 82, 26, 0.14), rgba(244, 196, 48, 0.1));
  border: 1px solid rgba(244, 196, 48, 0.28);
  color: var(--gold);
  transition: transform 0.45s var(--ease-luxury), background 0.45s, border-color 0.45s, box-shadow 0.45s, color 0.45s;
}
.order-card-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.order-card-icon svg:not([fill="currentColor"]) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.order-card-icon--wa {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.12), rgba(18, 140, 126, 0.08));
  border-color: rgba(37, 211, 102, 0.28);
  color: #25D366;
}
.order-card:hover .order-card-icon {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 28px var(--glow-orange);
  transform: translateY(-5px) scale(1.05);
}
.order-card--wa:hover .order-card-icon--wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
}
.order-card h3 { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.35rem; }
.order-card p { font-size: 0.85rem; color: var(--text-muted); }

.footer-logo {
  margin-bottom: 1rem;
}
.footer-logo img {
  height: 120px;
  width: auto;
  max-width: min(300px, 90vw);
  display: block;
  object-fit: contain;
  border: 1.5px solid rgba(232, 82, 26, 0.65);
  border-radius: 12px;
  transition: filter 0.4s, border-color 0.4s, box-shadow 0.4s;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
  box-shadow: 0 0 18px rgba(232, 82, 26, 0.22);
}
.footer-logo:hover {
  transform: translateY(-2px);
}
.footer-logo:hover img {
  border-color: var(--orange);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
  box-shadow: 0 0 28px rgba(232, 82, 26, 0.38);
}
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.65; max-width: 320px; }
.footer-brand p strong { color: var(--gold); font-weight: 600; }
.footer h4 {
  font-family: var(--font-display);
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 1.25rem;
}
.footer ul li { margin-bottom: 0.6rem; }
.footer ul a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.3s; }
.footer ul a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; }
.footer-social a {
  width: 40px; height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.3s, color 0.3s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-contact { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
}
.footer-contact li:last-child { margin-bottom: 0; }
.footer-contact a { color: var(--text-muted); transition: color 0.3s; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(244, 196, 48, 0.08);
  border: 1px solid rgba(244, 196, 48, 0.2);
  color: var(--gold);
}
.footer-contact-icon svg { width: 15px; height: 15px; }
.footer-order-btns { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-order-btn {
  width: 100%;
  min-height: 42px;
  padding: 0.6rem 1rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.8rem; color: var(--text-muted);
}
.scroll-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 8000;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px var(--glow-orange);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s, transform 0.4s;
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { transform: translateY(-4px); }

/* ═══════════════════════════════════════════════════════════
   LIGHT MODE — Rich luxury theme (all pages & sections)
   ═══════════════════════════════════════════════════════════ */
html.light body {
  background:
    radial-gradient(ellipse 110% 75% at 0% 0%, rgba(232, 82, 26, 0.1) 0%, transparent 52%),
    radial-gradient(ellipse 90% 65% at 100% 100%, rgba(45, 106, 79, 0.09) 0%, transparent 48%),
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(244, 196, 48, 0.07) 0%, transparent 60%),
    var(--dark);
}
html.light body::before { opacity: 0.02; }

/* Nav — same dark cinematic header in light & dark mode */
html.light .mobile-nav {
  background: rgba(8, 7, 6, 0.98);
  color: #FAF4E8;
}
html.light .mobile-nav a { color: #FAF4E8; }
html.light .mobile-nav a:hover { color: var(--gold); }

html.light .btn--ghost:not(.nav-call-btn) {
  border-color: rgba(232, 82, 26, 0.35);
  color: var(--orange-deep);
  background: rgba(232, 82, 26, 0.04);
}
html.light .btn--ghost:not(.nav-call-btn):hover {
  background: rgba(232, 82, 26, 0.1);
  border-color: var(--orange);
}

/* Home hero — light mode uses dark cinematic overlay on banners */
html.light .hero-vignette {
  background:
    linear-gradient(0deg, rgba(6,5,4,0.78) 0%, rgba(6,5,4,0.24) 42%, rgba(6,5,4,0.1) 68%, rgba(6,5,4,0.38) 100%),
    linear-gradient(90deg, rgba(6,5,4,0.72) 0%, rgba(6,5,4,0.24) 44%, transparent 68%);
}
html.light .hero-title {
  background: linear-gradient(135deg, #fff 0%, var(--gold-soft) 45%, #fff 90%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-shimmer 8s linear infinite;
  filter: drop-shadow(0 4px 30px rgba(0,0,0,0.4));
}
html.light .hero-script { color: var(--gold); filter: drop-shadow(0 0 24px rgba(244, 196, 48, 0.35)); }
html.light .hero-eyebrow { color: var(--gold); }
html.light .hero-eyebrow::before { background: var(--gold); }
html.light .hero-sub { color: rgba(250, 244, 232, 0.82); }
html.light .hero-badges .badge {
  border-color: rgba(244, 196, 48, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #FAF4E8;
  backdrop-filter: blur(8px);
}
html.light .hero-badges .badge--green { border-color: rgba(45, 106, 79, 0.45); color: #7ec49a; }
html.light .page-hero-badges .badge {
  border-color: rgba(244, 196, 48, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #FAF4E8;
  backdrop-filter: blur(8px);
}
html.light .page-hero-badges .badge--green {
  background: rgba(45, 106, 79, 0.15);
  color: #7ec49a;
  border-color: rgba(45, 106, 79, 0.4);
}
html.light .hero-rule,
html.light .page-hero-rule {
  box-shadow: 0 0 20px rgba(232, 82, 26, 0.2), 0 0 36px rgba(244, 196, 48, 0.25);
}
html.light .hero-dot { background: rgba(255, 255, 255, 0.22); opacity: 0.5; }
html.light .hero-dot.active { opacity: 1; box-shadow: 0 0 14px rgba(232, 122, 36, 0.35); }
html.light .hero-dot.active .hero-dot-fill { background: linear-gradient(180deg, #f0a060, var(--orange)); }
html.light .hero-slider-nav {
  background: rgba(12, 10, 8, 0.68);
  border-color: rgba(244, 196, 48, 0.3);
}
html.light .hero-arrow { color: rgba(244, 196, 48, 0.85); }
html.light .hero-slide-count { color: rgba(250, 244, 232, 0.85); border-bottom-color: rgba(244, 196, 48, 0.28); }
html.light .hero-slide-current { color: var(--gold); }
html.light .hero-scroll { color: rgba(201, 188, 168, 0.9); }

/* Inner page heroes — dark overlay in light mode too */
html.light .page-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.78) 0%, rgba(6, 5, 4, 0.62) 24%, rgba(6, 5, 4, 0.26) 54%, rgba(6, 5, 4, 0.32) 100%),
    linear-gradient(135deg, rgba(232, 82, 26, 0.14) 0%, transparent 45%),
    linear-gradient(225deg, rgba(45, 106, 79, 0.12) 0%, transparent 45%),
    linear-gradient(0deg, rgba(6, 5, 4, 0.62) 0%, transparent 52%);
}
html.light .page-hero-glow--1 {
  background: radial-gradient(circle, rgba(232, 82, 26, 0.35) 0%, transparent 70%);
}
html.light .page-hero-glow--2 {
  background: radial-gradient(circle, rgba(244, 196, 48, 0.18) 0%, transparent 70%);
}
html.light .page-hero .page-hero-title {
  background: linear-gradient(135deg, #fff 0%, var(--gold-soft) 42%, #fff 88%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: title-shimmer 10s linear infinite;
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.55));
}
html.light .page-hero .section-label {
  color: var(--gold);
  filter: drop-shadow(0 0 24px rgba(244, 196, 48, 0.35));
}
html.light .page-hero .section-desc { color: rgba(250, 244, 232, 0.9); }
html.light .page-hero .breadcrumb { color: rgba(201, 188, 168, 0.95); }
html.light .page-hero .breadcrumb a { color: var(--gold-soft); }
html.light .page-hero .breadcrumb a:hover { color: var(--gold); }
html.light .page-hero-rule {
  box-shadow: 0 0 24px rgba(232, 82, 26, 0.25), 0 0 40px rgba(244, 196, 48, 0.2);
}
html.light .page-hero-accent {
  box-shadow: 0 0 20px rgba(244, 196, 48, 0.35), 0 0 36px rgba(232, 82, 26, 0.15);
}

/* Sections */
html.light .section--dark {
  background:
    radial-gradient(ellipse 70% 55% at 15% 85%, rgba(232, 82, 26, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 15%, rgba(45, 106, 79, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(244, 196, 48, 0.08) 0%, transparent 60%),
    var(--dark);
}
html.light .section--dark::before {
  background: linear-gradient(180deg, transparent 0%, rgba(232, 82, 26, 0.04) 50%, transparent 100%);
}
html.light .section--elevated {
  background:
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(244, 196, 48, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 20%, rgba(232, 82, 26, 0.08) 0%, transparent 50%),
    var(--dark-elevated);
}
html.light .section--elevated::after {
  background: linear-gradient(90deg, transparent, rgba(232, 82, 26, 0.2), rgba(45, 106, 79, 0.15), transparent);
}
html.light .section-title {
  color: #1a1512;
  background: linear-gradient(135deg, #1a1512 0%, #5c4a1a 50%, #1a1512 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 2px 12px rgba(232, 82, 26, 0.08));
  animation: title-shimmer 10s linear infinite;
}
html.light .section-label {
  color: var(--orange);
  filter: drop-shadow(0 0 20px rgba(232, 82, 26, 0.18));
}
html.light .section-desc { color: var(--text-muted); opacity: 1; }
html.light .section-num { color: var(--orange); }
html.light .gold-divider {
  opacity: 1;
  box-shadow: 0 0 16px rgba(244, 196, 48, 0.4), 0 0 28px rgba(232, 82, 26, 0.12);
}

/* Philosophy */
html.light .philosophy {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(244, 196, 48, 0.1) 0%, transparent 65%),
    var(--dark-elevated);
  border-block-color: rgba(232, 82, 26, 0.12);
}
html.light .philosophy blockquote { color: #1a1512; }
html.light .philosophy cite { color: var(--orange); }

/* About */
html.light .about-image-wrap::before { border-color: rgba(232, 82, 26, 0.25); }
html.light .about-image-wrap::after { opacity: 0.2; }
html.light .stat {
  background: #fff;
  box-shadow: 0 4px 20px rgba(232, 82, 26, 0.06);
}
html.light .stat:hover { background: rgba(232, 82, 26, 0.04); }
html.light .stat-num { color: var(--orange); }
html.light .about-stats { background: rgba(232, 82, 26, 0.1); border-color: rgba(232, 82, 26, 0.12); }

/* Gallery */
html.light .gallery-item {
  border-color: rgba(232, 82, 26, 0.18);
  box-shadow: 0 12px 36px rgba(232, 82, 26, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
}
html.light .gallery-item:hover {
  border-color: rgba(232, 82, 26, 0.4);
  box-shadow: 0 20px 50px rgba(232, 82, 26, 0.15), 0 0 30px rgba(244, 196, 48, 0.12);
}
html.light .gallery-item img { filter: brightness(1.04) contrast(1.04) saturate(1.1); }
html.light .gallery-item:hover img { filter: brightness(1.08) contrast(1.06) saturate(1.14); }
html.light .gallery-caption h3 { color: #fff; }
html.light .gallery-caption span { color: #f4d03f; }

/* Featured & reviews */
html.light .featured-card,
html.light .review-card {
  background: #fff;
  border-color: rgba(232, 82, 26, 0.12);
  box-shadow: 0 8px 32px rgba(232, 82, 26, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04);
}
html.light .featured-card:hover,
html.light .review-card:hover {
  box-shadow: 0 20px 48px rgba(232, 82, 26, 0.12), 0 0 0 1px rgba(232, 82, 26, 0.15);
  border-color: rgba(232, 82, 26, 0.25);
}
html.light .featured-card-body h3 { color: #1a1512; }
html.light .review-text { color: var(--text-muted); }
html.light .review-author { color: var(--orange); }
html.light .review-card::before { color: var(--orange); opacity: 0.15; }

/* Menu */
html.light .menu-section {
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(244, 196, 48, 0.06) 0%, transparent 50%),
    var(--dark);
}
html.light .menu-filter-wrap {
  background: var(--dark);
  box-shadow: 0 10px 28px rgba(232, 82, 26, 0.05);
}
html.light .menu-filter {
  background: #fff;
  border-color: rgba(232, 82, 26, 0.15);
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
html.light .filter-btn { color: var(--text-muted); }
html.light .filter-btn.active { color: #fff; }
html.light .menu-biryani-tabs {
  background: rgba(244, 196, 48, 0.08);
  border-color: rgba(232, 82, 26, 0.14);
}
html.light .biryani-tab-btn.active .biryani-tab-badge {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
html.light .menu-card {
  background: #fff;
  border-color: rgba(232, 82, 26, 0.1);
  box-shadow: 0 6px 24px rgba(232, 82, 26, 0.06);
}
html.light .menu-card:hover {
  box-shadow: 0 16px 40px rgba(232, 82, 26, 0.12), 0 0 24px rgba(244, 196, 48, 0.1);
  border-color: rgba(232, 82, 26, 0.25);
}
html.light .menu-card-img { background: #f8f0e4; }
html.light .menu-subsection {
  background: linear-gradient(135deg, #ffffff 0%, #fdf8f0 100%);
  border-color: rgba(232, 82, 26, 0.12);
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.06);
}
html.light .menu-subsection--featured {
  border-color: rgba(232, 82, 26, 0.28);
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(244, 196, 48, 0.12) 0%, transparent 55%),
    linear-gradient(135deg, #fff 0%, #fdf6ec 100%);
  box-shadow: 0 12px 36px rgba(232, 82, 26, 0.1);
}
html.light .menu-subsection-title { color: #1a1512; }
html.light .menu-subsection--featured .menu-subsection-title {
  background: linear-gradient(90deg, #1a1512 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html.light .menu-subsection-icon {
  background: rgba(232, 82, 26, 0.08);
  border-color: rgba(232, 82, 26, 0.18);
  color: var(--orange);
}
html.light .menu-card--dum {
  border-color: rgba(232, 82, 26, 0.18);
}
html.light .filter-btn--featured { color: var(--orange); }
html.light .filter-btn--featured.active { color: #fff; }
html.light .meal-box-hero {
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(232, 82, 26, 0.1) 0%, transparent 55%),
    linear-gradient(135deg, #ffffff 0%, #fdf6ec 100%);
  border-color: rgba(232, 82, 26, 0.22);
}
html.light .meal-box-hero-title { color: #1a1512; }
html.light .meal-box-card {
  background: linear-gradient(160deg, #ffffff 0%, #fdf8f0 100%);
  border-color: rgba(232, 82, 26, 0.12);
}
html.light .meal-box-card-name { color: #1a1512; }
html.light .meal-box-includes li { color: #3d342c; }
html.light .meal-box-card-media { background: #f8f0e4; }
html.light .badge--meal-box {
  background: rgba(244, 196, 48, 0.15);
  border-color: rgba(201, 146, 10, 0.35);
  color: #9a7209;
}
html.light .fav-btn {
  background: rgba(255, 255, 255, 0.85);
  color: #1a1512;
  border-color: rgba(232, 82, 26, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
html.light .menu-order { color: var(--orange-deep); border-color: rgba(232, 82, 26, 0.25); background: rgba(232, 82, 26, 0.04); font-weight: 600; }
html.light .menu-order--wa {
  background: rgba(37, 211, 102, 0.14);
  color: #0a6b44;
  border-color: rgba(37, 211, 102, 0.4);
}
html.light .menu-order--wa:hover { background: #25D366; color: #fff; }

/* Family packs */
html.light .packs-panel {
  background: #fff;
  border-color: rgba(232, 82, 26, 0.12);
  box-shadow: 0 8px 32px rgba(232, 82, 26, 0.07);
}
html.light .packs-table td:last-child { color: var(--orange); }
html.light .family-pack-tray-banner {
  background: linear-gradient(135deg, rgba(232, 82, 26, 0.06) 0%, #fff 55%, rgba(45, 106, 79, 0.05) 100%);
  border-color: rgba(232, 82, 26, 0.18);
}
html.light .family-pack-tray-item {
  background: rgba(232, 82, 26, 0.03);
  border-color: rgba(232, 82, 26, 0.1);
}
html.light .family-pack-tray-label { color: #1a1512; }
html.light .packs-panel-title { color: #1a1512; }

/* Catering */
html.light .catering-card {
  background: linear-gradient(160deg, #ffffff 0%, #fdf6ec 100%);
  border-color: rgba(232, 82, 26, 0.15);
  box-shadow: 0 12px 40px rgba(232, 82, 26, 0.08);
}
html.light .catering-card:hover {
  border-color: rgba(232, 82, 26, 0.3);
  box-shadow: 0 20px 48px rgba(232, 82, 26, 0.12), 0 0 28px rgba(244, 196, 48, 0.1);
}
html.light .catering-featured {
  background: linear-gradient(135deg, rgba(232, 82, 26, 0.08) 0%, #fff 45%, rgba(45, 106, 79, 0.06) 100%);
  border-color: rgba(232, 82, 26, 0.22);
}
html.light .catering-featured-title { color: #1a1512; }
html.light .catering-index {
  background: rgba(232, 82, 26, 0.03);
  border-color: rgba(232, 82, 26, 0.12);
}
html.light .catering-index-text strong { color: #1a1512; }
html.light .catering-index-link:hover {
  background: rgba(232, 82, 26, 0.06);
  border-color: rgba(232, 82, 26, 0.14);
}
html.light .catering-section-card {
  background:
    linear-gradient(135deg, rgba(232, 82, 26, 0.04) 0%, transparent 38%),
    linear-gradient(160deg, #ffffff 0%, #fdf8f0 100%);
  border-color: rgba(232, 82, 26, 0.12);
}
html.light .catering-section-title { color: #1a1512; }
html.light .catering-section-count {
  background: rgba(244, 196, 48, 0.1);
  border-color: rgba(201, 146, 10, 0.2);
}
html.light .catering-item {
  border-bottom-color: rgba(232, 82, 26, 0.1);
  background: transparent;
}
html.light .catering-item:hover { border-bottom-color: rgba(232, 82, 26, 0.22); }
html.light .catering-item-name { color: #1a1512; }
html.light .catering-quote-note {
  background: rgba(244, 196, 48, 0.08);
  border-color: rgba(201, 146, 10, 0.25);
}
html.light .catering-footnote {
  background: linear-gradient(135deg, rgba(45, 106, 79, 0.06) 0%, #fff 100%);
  border-color: rgba(232, 82, 26, 0.12);
}
html.light .catering-footnote-title { color: #1a1512; }

/* Order cards */
html.light .order-card {
  background: linear-gradient(160deg, #ffffff 0%, #fdf8f0 100%);
  border-color: rgba(232, 82, 26, 0.14);
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.07);
}
html.light .order-card::before {
  background: radial-gradient(circle at 50% 0%, rgba(232, 82, 26, 0.08) 0%, transparent 70%);
}
html.light .order-card:hover {
  border-color: rgba(232, 82, 26, 0.35);
  box-shadow: 0 16px 40px rgba(232, 82, 26, 0.12), 0 0 24px rgba(244, 196, 48, 0.1);
}
html.light .order-card:hover .order-card-icon {
  box-shadow: 0 10px 28px rgba(232, 82, 26, 0.2);
}
html.light .order-card-icon {
  background: linear-gradient(145deg, rgba(232, 82, 26, 0.08), rgba(244, 196, 48, 0.12));
  border-color: rgba(232, 82, 26, 0.2);
  color: var(--orange);
}
html.light .order-card-icon--wa {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.1), rgba(18, 140, 126, 0.06));
  border-color: rgba(37, 211, 102, 0.25);
  color: #128C7E;
}
html.light .order-card h3 { color: #1a1512; }
html.light .order-card p { color: var(--text-muted); }

/* Contact & forms */
html.light .contact-card-item {
  background: #fff;
  border-color: rgba(232, 82, 26, 0.12);
  box-shadow: 0 4px 16px rgba(232, 82, 26, 0.05);
}
html.light .contact-form-panel {
  background: linear-gradient(160deg, #ffffff 0%, #fdf8f0 100%);
  box-shadow: 0 12px 36px rgba(232, 82, 26, 0.08);
}
html.light .form-input {
  background: rgba(253, 246, 236, 0.6);
  border-color: rgba(232, 82, 26, 0.15);
  color: #1a1512;
}
html.light .form-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(232, 82, 26, 0.1);
}
html.light .map-wrap {
  border-color: rgba(232, 82, 26, 0.15);
  box-shadow: 0 8px 28px rgba(232, 82, 26, 0.06);
}
html.light .map-wrap iframe { filter: grayscale(20%) contrast(1.02) saturate(1.1); }

/* Footer */
html.light .footer {
  background: linear-gradient(180deg, #f5ebe0 0%, #ede3d6 100%);
  border-top: 1px solid rgba(232, 82, 26, 0.12);
  box-shadow: inset 0 1px 0 rgba(244, 196, 48, 0.2);
}
html.light .footer h4 { color: var(--orange); }
html.light .footer-brand p,
html.light .footer ul a,
html.light .footer-bottom { color: var(--text-muted); }
html.light .footer ul a:hover { color: var(--orange); }
html.light .footer-social a {
  border-color: rgba(232, 82, 26, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
html.light .footer-contact li { color: var(--text-muted); }
html.light .footer-contact a { color: var(--text-muted); }
html.light .footer-contact a:hover { color: var(--orange); }
html.light .footer-contact-icon {
  background: rgba(232, 82, 26, 0.08);
  border-color: rgba(232, 82, 26, 0.18);
  color: var(--orange);
}

/* Accordion */
html.light .accordion-trigger { color: #1a1512; }
html.light .accordion-trigger span:last-child { color: var(--orange); }

/* Preloader */
html.light .ember { filter: saturate(1.4) brightness(1.2); }
html.light .ticker { box-shadow: 0 4px 20px rgba(232, 82, 26, 0.15); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav .container { grid-template-columns: auto 1fr auto; }
  .nav-logo { justify-self: center; margin-left: 12px; margin-right: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .about-grid, .packs-grid, .catering-grid, .catering-layout, .contact-row { grid-template-columns: 1fr; }
  .catering-sidebar { position: static; }
  .catering-index-list { max-height: none; }
  .catering-item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catering-section-header { flex-wrap: wrap; }
  .catering-section-count { align-self: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-auto-rows: auto; }
  .gallery-item { grid-column: span 1 !important; grid-row: span 1 !important; aspect-ratio: 4/3; min-height: unset; }
  .gallery-item:nth-child(1) { grid-column: span 2 !important; aspect-ratio: 16/9; }
  .order-cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-rule { display: none; }
  .hero-content { padding-bottom: 8vh; }
  .hero-slider-nav {
    top: auto;
    bottom: 6.5rem;
    right: 1rem;
    transform: none;
    padding: 0.85rem 0.55rem;
    gap: 0.65rem;
  }
  .hero-dot { height: 16px; }
  .hero-dot.active { height: 28px; }
  .page-hero-inner { grid-template-columns: 1fr; padding-left: 0; max-width: 100%; }
  .page-hero-rule { display: none; }
  .page-hero { min-height: clamp(360px, 48vh, 480px); }
  .page-hero-glow { opacity: 0.6; }
}
@media (max-width: 640px) {
  :root { --nav-h: 80px; }
  .nav-logo img { height: 48px; max-width: min(200px, 54vw); }
  .nav.solid .nav-logo img { height: 44px; }
  .preloader-brand img { width: min(240px, 82vw); }
  .nav-call-btn { display: none; }
  .nav-actions .btn--whatsapp { font-size: 0.6rem; padding: 0 1rem; min-height: 44px; }
  .hero-title { letter-spacing: 0.06em; }
  .hero-content { padding-bottom: 9vh; }
  .hero-slider-nav {
    bottom: 5.5rem;
    right: 0.75rem;
    padding: 0.7rem 0.5rem;
    gap: 0.55rem;
  }
  .hero-arrow { width: 24px; height: 24px; }
  .hero-dot { width: 3px; height: 14px; }
  .hero-dot.active { height: 24px; }
  .hero-slide-count { font-size: 0.52rem; padding-bottom: 0.5rem; }
  .hero-scroll { display: flex; bottom: 1.25rem; }
  .about-stats { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .meal-box-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .featured-card { width: 280px; }
  .review-card { width: 300px; }
  .nav-actions .btn { display: none; }
  .nav-actions .btn--whatsapp { display: inline-flex; }
  .catering-item-grid { grid-template-columns: 1fr; gap: 0; }
  .catering-section-header {
    align-items: flex-start;
    gap: 0.85rem;
  }
  .catering-section-num { font-size: 1.85rem; }
}
