/* ============================================================
   YALLA BEIRUT — "EMBER & BRASS"
   The fire never sleeps.
   ============================================================ */

:root {
  /* backgrounds */
  --void: #0B0907;
  --charcoal: #161210;
  --smoke: #221B16;
  --ash: #2E2620;
  --cream-panel: #F2E8DA;
  /* accents */
  --ember: #C8401E;
  --ember-hot: #FF6B35;
  --brass: #C9962E;
  --brass-bright: #F2C75C;
  --oxblood: #6E1F1A;
  /* text */
  --cream: #F3E9D8;
  --parchment: #CBBBA2;
  --stone: #8A7A66;
  /* motion */
  --ease-lux: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-glide: cubic-bezier(0.45, 0, 0.15, 1);
  /* recipes */
  --grad-molten: linear-gradient(105deg, #8A6420 0%, #C9962E 30%, #F2C75C 50%, #C9962E 70%, #6B4D18 100%);
  --grad-cta: linear-gradient(180deg, #E04A22 0%, #C8401E 45%, #9C2F14 100%);
  --grad-depth: radial-gradient(120% 90% at 50% 0%, #221B16 0%, #161210 55%, #0B0907 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--void);
  color: var(--parchment);
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: rgba(200, 64, 30, .55); color: var(--cream); }

h1, h2, h3 { font-family: 'Marcellus', serif; font-weight: 400; color: var(--cream); line-height: 1.1; }
h2 { font-size: clamp(36px, 5vw, 64px); letter-spacing: .01em; }
h2 em { font-style: normal; }

a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- atmosphere ---------- */
.grain {
  position: fixed; inset: -50px; z-index: 80; pointer-events: none;
  opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
}

.heat-cursor {
  position: fixed; top: 0; left: 0; width: 480px; height: 480px;
  border-radius: 50%; pointer-events: none; z-index: 70; opacity: 0;
  background: radial-gradient(circle, rgba(255,150,60,.22) 0%, rgba(255,107,53,.08) 42%, transparent 66%);
  mix-blend-mode: soft-light;
  transition: opacity 1.2s var(--ease-glide);
  will-change: transform;
}
body.heat-on .heat-cursor { opacity: 1; }

/* ---------- shared atoms ---------- */
.glass {
  background: linear-gradient(135deg, rgba(243,233,216,.07), rgba(243,233,216,.02));
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid rgba(201,150,46,.22);
}

.molten {
  background: var(--grad-molten);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: sheen 8s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

.eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  font-size: 13px; font-weight: 600; letter-spacing: .42em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 22px; white-space: nowrap;
}
.eyebrow::before, .eyebrow::after { content: ""; width: 40px; height: 1px; background: rgba(201,150,46,.35); flex: none; }
.eyebrow span { overflow: hidden; text-overflow: ellipsis; }
.eyebrow-dark { color: #8A6420; }
.eyebrow-dark::before, .eyebrow-dark::after { background: rgba(110,31,26,.35); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 17px 34px; border-radius: 999px; border: none; cursor: pointer;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
  transition: transform .35s var(--ease-glide), box-shadow .35s var(--ease-glide),
              background-color .35s var(--ease-glide), border-color .35s var(--ease-glide);
  will-change: transform;
}
.btn-ember {
  background: var(--grad-cta); color: #FFF3E4;
  box-shadow: 0 0 32px rgba(200,64,30,.45), 0 12px 24px rgba(0,0,0,.5),
              inset 0 1px 0 rgba(255,170,120,.45);
}
.btn-ember:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 56px rgba(255,107,53,.55), 0 16px 28px rgba(0,0,0,.55),
              inset 0 1px 0 rgba(255,170,120,.45);
}
.btn-ghost {
  background: transparent; color: var(--cream);
  border: 1px solid rgba(201,150,46,.5);
}
.btn-ghost:hover {
  background: linear-gradient(135deg, rgba(243,233,216,.08), rgba(243,233,216,.02));
  border-color: var(--brass-bright);
  transform: translateY(-2px);
}
.btn-sm { padding: 11px 22px; font-size: 12px; letter-spacing: .14em; }

.link-under {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--parchment); text-decoration: none; padding-bottom: 5px;
  transition: color .35s var(--ease-glide);
}
.link-under::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--brass); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-glide);
}
.link-under:hover { color: var(--cream); }
.link-under:hover::after { transform: scaleX(1); }
.arrow { transition: transform .35s var(--ease-glide); }
a:hover > .arrow { transform: translateX(4px); }
.link-under[href="#menu"]:hover .arrow { transform: translateY(4px); }

/* focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--brass-bright); outline-offset: 3px; border-radius: 4px;
}

/* scroll reveal — elements emerge from smoke */
.reveal {
  opacity: 0; transform: translateY(36px); filter: blur(6px);
  transition: opacity .9s var(--ease-lux), transform .9s var(--ease-lux), filter .9s var(--ease-lux);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.reveal.in { opacity: 1; transform: none; filter: none; }

/* ember hairline divider — the structure smolders */
.ember-rule {
  position: relative; height: 1px; margin: 0 auto; max-width: 1100px;
  background: rgba(201,150,46,.18);
  overflow: visible;
}
.ember-rule::before, .ember-rule::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background-image: linear-gradient(90deg, transparent 0%, rgba(255,107,53,.95) 42%, #F2C75C 50%, rgba(255,107,53,.95) 58%, transparent 100%);
  background-size: 140px 100%; background-repeat: no-repeat;
  animation: emberTravel 12s linear infinite;
}
.ember-rule::after { height: 3px; top: -1px; filter: blur(4px); opacity: .8; }
@keyframes emberTravel {
  from { background-position-x: -140px; }
  to   { background-position-x: calc(100% + 140px); }
}

/* dot to signal "open" */
.status-dot {
  width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--ember-hot);
  box-shadow: 0 0 8px 2px rgba(255,107,53,.6);
  animation: dotPulse 2.6s ease-in-out infinite;
}
.status-dot.closed { background: var(--brass); box-shadow: 0 0 6px 1px rgba(201,150,46,.4); animation: none; }
@keyframes dotPulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .45s var(--ease-glide), border-color .45s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(22,18,16,.82);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border-bottom-color: rgba(201,150,46,.15);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; gap: 32px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; }
.brand-name {
  font-family: 'Marcellus', serif; font-size: 18px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--cream);
}
.nav-links { display: flex; gap: 30px; flex: 1; justify-content: center; }
.nav-links a {
  font-size: 13px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  color: var(--parchment); text-decoration: none; position: relative; padding: 4px 0;
  transition: color .35s var(--ease-glide);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--brass); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease-glide);
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.status-pill {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 15px; border-radius: 999px;
  border: 1px solid rgba(201,150,46,.25);
  background: rgba(22,18,16,.4);
  font-size: 12px; font-weight: 400; color: var(--parchment); white-space: nowrap;
}
.nav-burger {
  display: none; width: 42px; height: 42px; border: 1px solid rgba(201,150,46,.35);
  border-radius: 50%; background: transparent; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.nav-burger span {
  display: block; width: 16px; height: 1.5px; background: var(--cream);
  transition: transform .4s var(--ease-glide);
}
.nav-burger.open span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-burger.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(11,9,7,.96);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px;
  opacity: 0; pointer-events: none; transition: opacity .45s var(--ease-glide);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.mobile-menu nav a {
  font-family: 'Marcellus', serif; font-size: 30px; color: var(--cream);
  text-decoration: none; letter-spacing: .04em;
}
.mobile-menu nav a:hover { color: var(--brass-bright); }

/* ============================================================
   S1 · HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--grad-depth);
  overflow: hidden; padding: 96px 5vw 56px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-pattern {
  position: absolute; left: 50%; top: 50%; width: 1400px; height: 1400px;
  margin: -700px 0 0 -700px; opacity: .05;
}
.hero-pattern rect, .menu-bg-pattern rect, .cta-pattern rect {
  transform-origin: 50% 50%; transform-box: view-box;
  animation: spin 240s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.glow-pool {
  position: absolute; left: 50%; top: 40%; width: 70vw; height: 60vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse 60% 45% at 50% 50%, rgba(200,64,30,.28) 0%, rgba(110,31,26,.12) 45%, transparent 70%);
  animation: glowBreathe 9s ease-in-out infinite alternate;
}
@keyframes glowBreathe { from { transform: translate(-50%,-50%) scale(1); } to { transform: translate(-50%,-50%) scale(1.06); } }

.smoke {
  position: absolute; width: 55vw; height: 55vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(203,187,162,.07), transparent 65%);
  filter: blur(40px);
}
.smoke-a { top: -12%; left: -10%; animation: smokeA 40s ease-in-out infinite alternate; }
.smoke-b { bottom: -18%; right: -12%; opacity: .7; animation: smokeB 55s ease-in-out infinite alternate; }
@keyframes smokeA { from { transform: translate(0,0) rotate(0deg); } to { transform: translate(9vw, 6vh) rotate(18deg); } }
@keyframes smokeB { from { transform: translate(0,0) rotate(0deg); } to { transform: translate(-8vw, -7vh) rotate(-14deg); } }

/* rising embers (spawned by JS) */
.embers { position: absolute; inset: 0; overflow: hidden; }
.ember-p {
  position: absolute; bottom: -12px; left: var(--x, 50%);
  animation: emberRise var(--d, 8s) linear var(--delay, 0s) infinite;
  opacity: 0;
}
.ember-p i {
  display: block; width: var(--s, 3px); height: var(--s, 3px); border-radius: 50%;
  background: var(--ember-hot);
  box-shadow: 0 0 6px 2px rgba(255,107,53,.6);
  animation: emberSway 3.4s ease-in-out infinite alternate;
}
@keyframes emberRise {
  0% { transform: translateY(0); opacity: 0; }
  8% { opacity: 1; }
  60% { opacity: .85; }
  100% { transform: translateY(-82vh); opacity: 0; }
}
@keyframes emberSway { from { transform: translateX(-9px); } to { transform: translateX(9px); } }

.hero-inner { position: relative; width: min(1240px, 100%); text-align: center; }
.hero-eyebrow { margin-bottom: 26px; }
.hero-eyebrow.after-dark { color: var(--ember-hot); }
.hero-eyebrow.after-dark b { color: var(--brass-bright); font-weight: 600; }

.hero-stack { position: relative; }
.hero-title {
  position: relative; z-index: 1;
  font-size: clamp(50px, 8.5vw, 118px);
  line-height: .98; letter-spacing: .01em;
  text-transform: uppercase;
}
.ht-line { display: block; }
.ht-dot { color: var(--ember-hot); -webkit-text-fill-color: var(--ember-hot); }

.hero-stage {
  position: relative; z-index: 2;
  width: clamp(290px, 42vw, 505px);
  margin: clamp(-110px, -8.5vw, -36px) auto 0;
}
.plate-shadow {
  position: absolute; left: 50%; bottom: -4%;
  width: 72%; height: 40px; transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0,0,0,.75) 0%, rgba(110,31,26,.35) 45%, transparent 72%);
  filter: blur(16px);
  animation: shadowPulse 7s ease-in-out infinite;
}
@keyframes shadowPulse {
  0%, 100% { transform: translateX(-50%) scaleX(1); opacity: .8; }
  50% { transform: translateX(-50%) scaleX(.84); opacity: .5; }
}
.plate-float { animation: plateFloat 7s ease-in-out infinite; will-change: transform; }
@keyframes plateFloat {
  0%, 100% { transform: translateY(6px); }
  50% { transform: translateY(-10px); }
}
.plate-tilt { transition: transform .1s linear; transform-style: preserve-3d; will-change: transform; }
.plate-svg { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.55)); }
.garnish { animation: garnishFloat 5.1s ease-in-out infinite; }
@keyframes garnishFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.steam-front {
  position: absolute; z-index: 3; pointer-events: none;
  left: 50%; bottom: 34%;
  width: 86%; height: 150%;
  transform: translateX(-50%);
}
.steam-wisp { opacity: 0; }
.wisp-a { animation: steamRise 9s ease-in-out infinite; }
.wisp-b { animation: steamRise 12s ease-in-out 2.5s infinite; }
@keyframes steamRise {
  0% { transform: translateY(36px) scaleY(.96); opacity: 0; }
  25% { opacity: .42; }
  60% { opacity: .28; }
  100% { transform: translateY(-44px) scaleY(1.05); opacity: 0; }
}

.chip {
  position: absolute; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 400; color: var(--cream);
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0,0,0,.4);
  animation: chipFloat 6.5s ease-in-out infinite;
}
.chip-star { color: var(--brass-bright); }
.chip-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ember-hot);
  box-shadow: 0 0 8px 2px rgba(255,107,53,.55);
}
.chip-1 { left: -16%; top: 32%; animation-delay: -2s; }
.chip-2 { right: -19%; top: 14%; animation-delay: -4.4s; }
.chip-3 { right: -17%; bottom: 9%; animation-delay: -1.2s; }
@keyframes chipFloat {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(8px); }
}

.hero-sub {
  position: relative; z-index: 4;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px); color: var(--parchment);
  margin: 18px auto 0; max-width: 34ch; line-height: 1.4;
}
.hero-ctas {
  position: relative; z-index: 4;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  margin-top: 28px; flex-wrap: wrap;
}

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 4;
}
.scroll-cue span {
  display: block; width: 1px; height: 52px;
  background: linear-gradient(180deg, transparent, rgba(201,150,46,.55));
  position: relative; overflow: hidden;
}
.scroll-cue span::after {
  content: ""; position: absolute; left: 0; top: -12px; width: 1px; height: 12px;
  background: var(--brass-bright);
  animation: cueDrop 2.6s var(--ease-glide) infinite;
}
@keyframes cueDrop { 0% { top: -12px; } 70%, 100% { top: 56px; } }

/* ============================================================
   sections base
   ============================================================ */
section { position: relative; }
.section-head {
  text-align: center; margin-bottom: clamp(48px, 6vw, 80px);
  position: relative; z-index: 2; padding: 0 24px;
}

/* ============================================================
   S2 · SIGNATURES
   ============================================================ */
.signatures {
  padding: clamp(110px, 12vw, 170px) 0 clamp(90px, 9vw, 130px);
  background: var(--grad-depth);
  overflow: hidden;
}
.watermark {
  position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
  width: min(560px, 80vw); opacity: .1; pointer-events: none;
}
.rail-wrap { position: relative; }
.rail {
  display: flex; gap: clamp(20px, 2.6vw, 32px);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 110px max(6vw, calc((100vw - 1240px) / 2)) 56px;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }

.sig-card {
  position: relative; flex: none;
  width: clamp(286px, 30vw, 400px);
  border-radius: 24px;
  padding: clamp(150px, 14vw, 190px) 30px 30px;
  scroll-snap-align: center;
  transition: transform .45s var(--ease-glide), border-color .45s var(--ease-glide);
  transform-style: preserve-3d;
}
.sig-card::after {  /* under-glow */
  content: ""; position: absolute; left: 12%; right: 12%; bottom: -22px; height: 60px;
  background: radial-gradient(ellipse, rgba(200,64,30,.32), transparent 70%);
  filter: blur(14px); opacity: 0; transition: opacity .45s var(--ease-glide);
  pointer-events: none;
}
.sig-card:hover { transform: translateY(-10px) rotateX(2deg); border-color: rgba(201,150,46,.5); }
.sig-card:hover::after { opacity: 1; }

.sig-num {
  position: absolute; top: -56px; right: 10px; z-index: 0;
  font-family: 'Marcellus', serif;
  font-size: clamp(110px, 12vw, 170px); line-height: 1;
  color: rgba(243,233,216,.06);
  pointer-events: none; user-select: none;
}
.sig-art {
  position: absolute; z-index: 1;
  top: -64px; left: 50%; transform: translateX(-50%);
  width: min(78%, 270px);
  filter: drop-shadow(0 34px 30px rgba(0,0,0,.55));
  transition: transform .5s var(--ease-glide);
}
.sig-card:hover .sig-art { transform: translateX(-50%) scale(1.045); }

.sig-card h3 { font-size: 26px; margin-bottom: 10px; position: relative; z-index: 1; }
.sig-copy {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 19px; color: var(--parchment); line-height: 1.5;
  min-height: 3em;
}
.sig-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 22px; padding-top: 20px;
  border-top: 1px solid rgba(201,150,46,.18);
}
.price {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 24px; color: var(--brass-bright);
}
.price sup { font-size: 70%; color: var(--stone); margin-right: 1px; }
.price-it { font-size: 20px; }
.add {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brass); text-decoration: none; display: inline-flex; gap: 6px; align-items: center;
  transition: color .35s var(--ease-glide);
}
.add:hover { color: var(--brass-bright); }

.rail-progress {
  width: min(520px, 70vw); height: 1px; margin: 6px auto 0;
  background: rgba(201,150,46,.18);
}
.rail-progress span {
  display: block; height: 100%; width: 25%;
  background: linear-gradient(90deg, var(--ember), var(--brass-bright));
  transition: width .3s var(--ease-glide);
}

/* ============================================================
   S3 · MENU PREVIEW
   ============================================================ */
.menu-preview {
  padding: clamp(110px, 12vw, 170px) 5vw;
  background: var(--grad-depth);
  overflow: hidden;
}
.menu-bg-pattern {
  position: absolute; left: 50%; top: 50%; width: 1200px; height: 1200px;
  margin: -600px 0 0 -600px; opacity: .035; pointer-events: none;
}
.menu-panel {
  position: relative; z-index: 1;
  width: min(880px, 100%); margin: 0 auto;
  border-radius: 26px;
  padding: clamp(56px, 7vw, 80px) clamp(24px, 6vw, 72px) clamp(44px, 5vw, 60px);
  text-align: center;
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
}
.menu-crown {
  position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
  width: min(70%, 460px); height: 14px; opacity: .85;
}
.menu-panel h2 { margin-bottom: 40px; }

.menu-tabs {
  display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
  margin-bottom: 36px;
}
.tab {
  background: transparent; border: 1px solid transparent; border-radius: 999px;
  padding: 11px 20px; cursor: pointer;
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--stone);
  transition: color .35s var(--ease-glide), border-color .35s, background-color .35s;
}
.tab:hover { color: var(--parchment); }
.tab.active {
  color: var(--cream);
  border-color: rgba(201,150,46,.4);
  background: rgba(201,150,46,.08);
}

.menu-list { list-style: none; text-align: left; }
.menu-list[hidden] { display: none; }
.menu-list.switching { animation: blurThrough .25s var(--ease-glide); }
@keyframes blurThrough {
  from { opacity: 0; filter: blur(6px); }
  to   { opacity: 1; filter: blur(0); }
}

.menu-row {
  display: flex; align-items: center; gap: 14px;
  padding: 17px 14px; border-radius: 12px;
  transition: background-color .35s var(--ease-glide);
}
.menu-row:hover { background: rgba(200,64,30,.06); }
.row-icon {
  width: 0; height: 18px; color: var(--brass); opacity: 0; flex: none;
  transform: translateX(-8px);
  transition: width .4s var(--ease-glide), opacity .4s, transform .4s var(--ease-glide);
}
.menu-row:hover .row-icon { width: 18px; opacity: 1; transform: translateX(0); }
.row-name {
  font-family: 'Marcellus', serif; font-size: 19px; color: var(--cream);
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px;
}
.row-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: 'Outfit', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--ember-hot);
  border: 1px solid rgba(255,107,53,.35); border-radius: 999px;
  padding: 3px 10px; white-space: nowrap;
}
.row-tag svg { width: 8px; height: 10px; }
.row-dots {
  flex: 1; height: 2px; margin: 0 4px; min-width: 30px;
  background-image: radial-gradient(circle, rgba(201,150,46,.45) 1px, transparent 1.6px);
  background-size: 12px 2px; background-repeat: repeat-x; background-position: 0 50%;
}
.menu-row:hover .row-dots { animation: dotsFlow 1s linear infinite; }
@keyframes dotsFlow { to { background-position: 12px 50%; } }
.row-price {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 21px; color: var(--brass-bright); white-space: nowrap;
}
.row-price sup { font-size: 68%; color: var(--stone); margin-right: 1px; }

.menu-cta { margin-top: 36px; }

/* ============================================================
   S4 · THREE WAYS
   ============================================================ */
.ways {
  padding: clamp(110px, 12vw, 170px) 6vw;
  background: var(--grad-depth);
}
.ways-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.5vw, 32px);
  max-width: 1200px; margin: 0 auto;
  perspective: 1400px;
}
.way {
  border-radius: 22px; padding: 48px 34px 40px;
  text-align: center;
  transition: transform .55s var(--ease-glide), border-color .45s;
  transform-style: preserve-3d;
}
.ways-grid .way:first-child { transform: rotateY(8deg); }
.ways-grid .way:last-child { transform: rotateY(-8deg); }
.ways-grid .way:hover { transform: rotateY(0) translateY(-6px); border-color: rgba(201,150,46,.45); }
.way-icon { width: 92px; height: 92px; margin: 0 auto 22px; }
.way h3 { font-size: 25px; margin-bottom: 12px; }
.way p { max-width: 30ch; margin: 0 auto; }
.way-meta {
  display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
  margin-top: 26px;
}
.way-note {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 16px; color: var(--stone); margin-top: 18px;
}

.puffs path { animation: puffDrift 3.4s ease-in-out infinite; opacity: .4; }
.puffs path:nth-child(2) { animation-delay: .6s; }
.puffs path:nth-child(3) { animation-delay: 1.2s; }
@keyframes puffDrift {
  0%, 100% { transform: translateX(0); opacity: .35; }
  50% { transform: translateX(-5px); opacity: .8; }
}
.flick path { transform-origin: 48px 32px; animation: flick 2.8s ease-in-out infinite; }
.flick path:nth-child(2) { animation-delay: .9s; }
.flick path:nth-child(3) { animation-delay: 1.7s; }
@keyframes flick {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08) translateY(-1px); opacity: .75; }
}
.steamline path { stroke-dasharray: 4 6; animation: steamDash 4s linear infinite; }
@keyframes steamDash { to { stroke-dashoffset: -20; } }

/* ============================================================
   S5 · STORY — the cream centerfold
   ============================================================ */
.story {
  background: var(--cream-panel);
  color: #221B16;
  padding: clamp(110px, 13vw, 180px) 6vw;
}
.story-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.story-art svg { width: 100%; max-width: 400px; margin: 0 auto; }
.thread {
  stroke-dasharray: 160; stroke-dashoffset: 160;
  transition: stroke-dashoffset 1.8s var(--ease-lux) .3s;
}
.story-art.in .thread { stroke-dashoffset: 0; }

.story-text h2 { color: #221B16; margin-bottom: 30px; }
.story-text .eyebrow { justify-content: flex-start; }
.story-text p { color: #3A3026; max-width: 56ch; }
.story-text p + p { margin-top: 20px; }
.has-dropcap { min-height: 90px; }
.dropcap {
  float: left;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 6rem; line-height: .78;
  color: var(--oxblood);
  padding: 8px 16px 0 0;
}
.pull {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(24px, 2.6vw, 31px); line-height: 1.4;
  color: var(--oxblood);
  border-left: 2px solid var(--brass);
  padding-left: 26px; margin-top: 42px;
}

/* ============================================================
   S6 · REVIEWS
   ============================================================ */
.reviews {
  padding: clamp(110px, 12vw, 170px) 6vw;
  background: var(--grad-depth);
}
.reviews-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 28px);
}
.review-card {
  border-radius: 20px; padding: 34px 30px 30px;
  transition: transform .45s var(--ease-glide), border-color .45s;
}
.review-card:nth-child(2) { margin-top: 34px; }
.review-card:nth-child(5) { margin-top: 34px; }
.review-card:hover { transform: translateY(-6px); border-color: rgba(201,150,46,.4); }
.rev-time {
  font-family: 'Marcellus', serif; font-size: clamp(30px, 3vw, 38px);
  color: var(--brass); line-height: 1;
}
.rev-time small { font-size: 55%; color: var(--stone); letter-spacing: .08em; }
.rev-quote { margin: 16px 0 18px; font-size: 16.5px; }
.stars { display: flex; gap: 5px; margin-bottom: 14px; }
.st {
  width: 15px; height: 15px;
  fill: rgba(201,150,46,.16);
  transition: fill .45s var(--ease-glide), filter .45s var(--ease-glide);
  transition-delay: calc(var(--s, 0) * 80ms);
}
.review-card.in .st {
  fill: var(--brass);
  filter: drop-shadow(0 0 3px rgba(242,199,92,.55));
}
.review-card.in .st.half { fill: rgba(201,150,46,.45); }
.rev-meta {
  font-size: 12px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase;
  color: var(--stone);
}

.review-hero {
  text-align: center; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  padding: 48px 30px;
  background: linear-gradient(160deg, rgba(200,64,30,.12), rgba(243,233,216,.03));
}
.big-score { font-family: 'Marcellus', serif; font-size: clamp(64px, 6vw, 88px); color: var(--cream); line-height: 1; }
.big-score .hot { color: var(--ember-hot); text-shadow: 0 0 24px rgba(255,107,53,.5); }
.review-hero .stars { margin: 4px 0 2px; }
.score-meta { color: var(--parchment); font-size: 16px; }
.score-sub { color: var(--stone); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }

/* ============================================================
   S7 · BOOKING / ORDER CTA
   ============================================================ */
.cta {
  position: relative; overflow: hidden;
  padding: clamp(130px, 15vw, 200px) 5vw;
  background: var(--void);
  text-align: center;
}
.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-pattern {
  position: absolute; left: 50%; top: 50%; width: 1200px; height: 1200px;
  margin: -600px 0 0 -600px; opacity: .07;
}
.glow-pool-cta { top: 52%; width: 86vw; height: 75vh; }
.cta-inner { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; }
.cta-title {
  font-size: clamp(44px, 7vw, 96px); line-height: 1.04;
  margin-bottom: 18px;
}
.cta-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(19px, 2.2vw, 25px); color: var(--parchment);
}

.concierge {
  margin: 46px auto 0; padding: 16px;
  border-radius: 28px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  box-shadow: 0 40px 80px rgba(0,0,0,.5);
  text-align: left;
}
.modes {
  display: flex; gap: 4px; padding: 5px;
  background: rgba(11,9,7,.55); border-radius: 999px; flex: none;
}
.mode {
  border: 1px solid transparent; background: transparent; border-radius: 999px;
  padding: 10px 16px; cursor: pointer;
  font-family: 'Outfit', sans-serif; font-size: 11.5px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--stone);
  transition: color .3s, background-color .3s, border-color .3s;
  white-space: nowrap;
}
.mode:hover { color: var(--parchment); }
.mode.active {
  color: var(--cream); background: rgba(201,150,46,.12);
  border-color: rgba(201,150,46,.4);
}
.fields { display: flex; align-items: flex-end; gap: 20px; flex: 1; flex-wrap: wrap; }
.field { display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 110px; }
.field[hidden] { display: none; }
.field > span {
  font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--stone);
}
.field input, .field select {
  background: transparent; border: none;
  border-bottom: 1px solid rgba(201,150,46,.3);
  color: var(--cream); font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 400;
  padding: 7px 2px; color-scheme: dark; border-radius: 0;
  transition: border-color .35s var(--ease-glide);
}
.field input:focus, .field select:focus { outline: none; border-bottom-color: var(--brass-bright); }
.field option { background: var(--smoke); color: var(--cream); }
.field option.late { color: var(--brass-bright); }
.field input::placeholder { color: var(--stone); }
.concierge .btn { flex: none; }
.concierge-done { display: flex; align-items: center; gap: 14px; padding: 12px 18px; flex: 1; }
.concierge-done p { color: var(--parchment); font-size: 15.5px; }
.concierge-done a { color: var(--brass-bright); }
.concierge-done[hidden] { display: none; }
.status-dot.lit { animation: dotPulse 2.6s ease-in-out infinite; }

.cta-meta {
  margin-top: 30px; font-size: 14px; color: var(--stone);
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.cta-status { display: inline-flex; align-items: center; gap: 8px; color: var(--parchment); }

/* ============================================================
   S8 · FOOTER
   ============================================================ */
.footer {
  position: relative; overflow: hidden;
  background: var(--charcoal);
  padding: 0 6vw 44px;
}
.frieze-rule {
  width: 100%; height: 14px; opacity: .5; margin-bottom: clamp(48px, 6vw, 84px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.wordmark {
  text-align: center;
  font-size: clamp(44px, 9.5vw, 148px);
  line-height: 1; letter-spacing: .05em;
  margin-bottom: clamp(48px, 6vw, 84px);
  cursor: default; user-select: none;
}
.wordmark span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(243,233,216,.18);
  transition: color .5s var(--ease-glide), -webkit-text-stroke-color .5s var(--ease-glide);
}
.wordmark:hover span { color: #DFAF45; -webkit-text-stroke-color: rgba(223,175,69,.4); }

.foot-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(32px, 4vw, 56px);
}
.foot-col h4 {
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--brass);
  margin-bottom: 20px;
}
.hours { list-style: none; }
.hours li {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 15px; padding: 5px 0; color: var(--parchment);
}
.hours li span:first-child { color: var(--stone); }
.late-h { color: var(--cream); }
.foot-live {
  margin-top: 20px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 18px; color: var(--brass-bright);
}
address { font-style: normal; font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.muted { color: var(--stone); }
.contact, .socials { list-style: none; }
.contact li, .socials li { margin: 10px 0; font-size: 15px; }
.contact a, .socials a {
  color: var(--parchment); text-decoration: none;
  transition: color .3s var(--ease-glide);
}
.contact a:hover, .socials a:hover { color: var(--cream); }
.socials a { display: inline-flex; align-items: center; gap: 10px; }
.socials svg { width: 18px; height: 18px; color: var(--brass); flex: none; }

.foot-bottom {
  max-width: 1180px; margin: clamp(40px, 5vw, 64px) auto 0;
  padding-top: 24px; border-top: 1px solid rgba(243,233,216,.08);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--parchment);
}
.foot-ember {
  position: absolute; bottom: -6px; left: 28%;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--ember-hot);
  box-shadow: 0 0 8px 3px rgba(255,107,53,.55);
  animation: footRise 20s linear infinite;
  pointer-events: none;
}
@keyframes footRise {
  0%, 78% { transform: translate(0, 0); opacity: 0; }
  80% { opacity: 1; }
  92% { transform: translate(26px, -260px); opacity: .8; }
  100% { transform: translate(10px, -360px); opacity: 0; }
}

/* heat-cursor proximity feeds food speculars */
.plate-svg .spec, .sig-art .spec {
  opacity: calc(.42 + var(--heat, .25) * .58);
  transition: opacity .3s linear;
}

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 1180px) {
  .chip-1 { left: -4%; } .chip-2 { right: -6%; } .chip-3 { right: -2%; }
}
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .status-pill { display: none; }
}
@media (max-width: 980px) {
  .ways-grid { grid-template-columns: 1fr; max-width: 520px; }
  .ways-grid .way:first-child, .ways-grid .way:last-child { transform: none; }
  .ways-grid .way:hover { transform: translateY(-6px); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card:nth-child(5) { margin-top: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-art { order: 2; margin-top: 40px; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .hero { padding-top: 96px; }
  .hero-stage { width: min(86vw, 420px); margin-top: -14px; }
  .chip-1, .chip-3 { display: none; }
  .chip-2 { right: -2%; top: 12%; }
  .hero-ctas { gap: 14px; }
  .eyebrow { letter-spacing: .24em; gap: 10px; }
  .eyebrow::before, .eyebrow::after { width: 22px; }
  .nav-inner { padding: 14px 18px; gap: 14px; }
  .nav .btn-sm { padding: 10px 16px; font-size: 11px; letter-spacing: .1em; }
  .concierge { border-radius: 24px; flex-direction: column; align-items: stretch; }
  .modes { align-self: stretch; justify-content: center; flex-wrap: wrap; }
  .mode { flex: 1 1 auto; text-align: center; padding: 10px 8px; font-size: 10.5px; }
  .concierge .btn { width: 100%; }
  .menu-row { flex-wrap: wrap; row-gap: 4px; padding: 15px 8px; }
  .row-dots { display: none; }
  .row-name { flex: 1 1 auto; }
  .menu-row:hover .row-icon { width: 0; opacity: 0; }
  .rail { padding-top: 96px; }
}
@media (max-width: 600px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card:nth-child(2) { margin-top: 0; }
  .foot-bottom { flex-direction: column; gap: 6px; }
}

/* ============================================================
   reduced motion — luxury settles completely
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal { transform: none; filter: none; transition: opacity .3s ease; }
  .thread { transition: none; stroke-dashoffset: 0; }
  .heat-cursor, .ember-p, .steam-front, .smoke { display: none; }
}
