/* ============================================================
   STARK'S HOT CHICKEN — bright premium hot-chicken experience
   Palette: warm white / cream / ivory / bright red / fiery
   orange / golden yellow / coral / tan. No dark sections.
   ============================================================ */

:root {
  --cream: #FFF6EA;
  --ivory: #FFFBF3;
  --white: #FFFFFF;
  --red: #D9291C;
  --red-deep: #B01E0F;
  --orange: #F26419;
  --gold: #FFB01F;
  --coral: #FF7A5C;
  --tan: #F6E7CF;
  --tan-line: #EBD9BE;
  --ink: #3D2B1F;
  --ink-soft: #8A6E55;
  --shadow: 0 18px 50px -18px rgba(61, 43, 31, .28);
  --shadow-soft: 0 10px 30px -14px rgba(61, 43, 31, .22);
  --radius: 22px;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

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

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

::selection { background: var(--gold); color: var(--ink); }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .96;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--red);
}
.eyebrow::before {
  content: "";
  width: 26px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.section { position: relative; padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 5vw, 4.5rem); }
.wrap { max-width: 1240px; margin: 0 auto; position: relative; }

/* ---------- reveal defaults: static-first, motion only with .has-motion ---------- */
.has-motion .rv { opacity: 0; }

/* ============================================================ NAV */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem clamp(1rem, 3.5vw, 2.5rem);
  transition: background .35s ease, box-shadow .35s ease, transform .4s ease;
}
.nav.scrolled {
  background: rgba(255, 251, 243, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px -12px rgba(61, 43, 31, .25);
}
.nav-brand { display: flex; align-items: center; gap: .65rem; }
.nav-brand img { width: 44px; height: 44px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-soft); }
.nav-brand span { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: .05em; text-transform: uppercase; }
.nav:not(.scrolled):not(.past-hero) .nav-brand span { color: #FFF6EA; text-shadow: 0 2px 14px rgba(40,15,5,.5); }
.nav-links { display: flex; gap: 1.6rem; align-items: center; }
.nav-links a {
  font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  padding: .35rem 0; position: relative;
}
.nav:not(.scrolled):not(.past-hero) .nav-links a { color: #FFF6EA; text-shadow: 0 2px 12px rgba(40,15,5,.55); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold); transition: width .3s ease;
}
.nav-links a:hover::after { width: 100%; }
.btn-order-nav {
  background: linear-gradient(120deg, var(--red), var(--orange));
  color: #fff !important; text-shadow: none !important;
  padding: .68rem 1.35rem !important; border-radius: 999px;
  box-shadow: 0 10px 24px -10px rgba(217, 41, 28, .65);
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn-order-nav:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(217, 41, 28, .75); }
.btn-order-nav::after { display: none; }

@media (max-width: 860px) {
  .nav-links a:not(.btn-order-nav) { display: none; }
}

/* ============================================================ HERO */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; background: var(--tan); }
.hero-media { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
/* readability treatment only — warm, translucent, never black */
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(59, 25, 8, .30) 0%, rgba(59, 25, 8, 0) 34%),
    linear-gradient(0deg, rgba(84, 30, 6, .42) 0%, rgba(84, 30, 6, 0) 46%);
}
.hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 clamp(1.25rem, 6vw, 5.5rem) clamp(5rem, 11vh, 7.5rem);
  color: #FFF9F0;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .74rem; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.1rem;
}
.hero-kicker::before { content: ""; width: 30px; height: 3px; border-radius: 2px; background: var(--gold); }
.hero h1 {
  font-size: clamp(3rem, 9.5vw, 8.2rem);
  color: #FFF9F0;
  text-shadow: 0 6px 40px rgba(59, 20, 5, .45);
}
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: inline-block; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub {
  margin-top: 1.1rem; max-width: 34rem;
  font-size: clamp(1rem, 1.6vw, 1.18rem); font-weight: 600;
  color: #FFEFD9; text-shadow: 0 2px 16px rgba(59, 20, 5, .5);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.9rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  padding: 1.02rem 1.9rem; border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-fire {
  background: linear-gradient(120deg, var(--red), var(--orange));
  color: #fff; box-shadow: 0 16px 34px -12px rgba(217, 41, 28, .8);
}
.btn-fire:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 22px 40px -12px rgba(217, 41, 28, .9); }
.btn-ghost-light {
  background: rgba(255, 249, 240, .16); color: #FFF9F0;
  border: 1.5px solid rgba(255, 249, 240, .65);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.btn-ghost-light:hover { background: rgba(255, 249, 240, .3); transform: translateY(-3px); }

.hero-scroll {
  position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  color: #FFEFD9; font-size: .62rem; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
}
.hero-scroll .dot {
  width: 4px; height: 26px; border-radius: 4px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { transform: translateY(0); opacity: 1; } 55% { transform: translateY(8px); opacity: .35; } }

@media (max-width: 540px) {
  .hero h1 { font-size: 2.55rem; }
  .hero-sub { font-size: .95rem; }
  .hero-content { padding-bottom: 5.2rem; }
  .hero-ctas { margin-top: 1.4rem; }
  .hero-ctas .btn { padding: .9rem 1.5rem; }
}

/* warm color wipe out of the hero */
.hero-wipe {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: linear-gradient(160deg, var(--red) 0%, var(--orange) 55%, var(--gold) 100%);
  transform: scaleY(0); transform-origin: bottom;
}

/* ============================================================ INTRO (Scene 2) */
.intro { background: linear-gradient(180deg, var(--gold) 0%, var(--ivory) 8.5rem, var(--ivory) 100%); }
.intro .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.intro h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin: 1.1rem 0 1.4rem; }
.intro h2 .hl { color: var(--red); }
.intro p.lede { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--ink-soft); font-weight: 600; max-width: 32rem; }
.intro-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; }
.intro-chips span {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--white); border: 1.5px solid var(--tan-line);
  padding: .55rem 1.05rem; border-radius: 999px;
  font-size: .78rem; font-weight: 800; letter-spacing: .06em;
  box-shadow: var(--shadow-soft);
}
.intro-chips .flame { color: var(--orange); }
.intro-figure { position: relative; }
.intro-figure .frame {
  border-radius: calc(var(--radius) + 8px); overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4 / 4.6;
}
.intro-figure .frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.intro-figure .sticker {
  position: absolute; right: -1.2rem; top: -1.6rem; z-index: 2;
  background: var(--gold); color: var(--ink);
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em;
  font-size: .95rem; text-align: center; line-height: 1.15;
  padding: 1.05rem .95rem; border-radius: 999px; rotate: 8deg;
  box-shadow: var(--shadow-soft);
}
.intro-figure .card-float {
  position: absolute; left: -1.5rem; bottom: 2rem; z-index: 2;
  background: var(--white); border-radius: 18px; box-shadow: var(--shadow);
  padding: .85rem 1.15rem; display: flex; align-items: center; gap: .7rem;
}
.intro-figure .card-float b { font-size: 1.05rem; }
.intro-figure .card-float small { display: block; color: var(--ink-soft); font-weight: 700; font-size: .72rem; }
.intro-figure .card-float .star { color: var(--gold); font-size: 1.3rem; }

@media (max-width: 900px) {
  .intro .wrap { grid-template-columns: 1fr; }
  .intro-figure { margin-top: 1rem; }
  .intro-figure .sticker { right: .4rem; }
  .intro-figure .card-float { left: .4rem; }
}

/* ============================================================ FEATURED (Scene 3) */
.featured { background: var(--cream); overflow: hidden; padding-bottom: 0; }
.featured-head { max-width: 1240px; margin: 0 auto clamp(2rem, 4vw, 3.5rem); }
.featured-head h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-top: 1rem; }
.featured-head h2 .hl { color: var(--orange); }
.feat-viewport { position: relative; }
.feat-track {
  display: flex; gap: clamp(1.1rem, 2.2vw, 1.8rem);
  padding: .5rem clamp(1.25rem, 5vw, 4.5rem) 4.5rem;
  width: max-content;
}
.feat-card {
  width: clamp(280px, 30vw, 400px); flex: none;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex; flex-direction: column;
}
.feat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feat-card .ph { position: relative; aspect-ratio: 16 / 10.5; overflow: hidden; }
.feat-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.feat-card:hover .ph img { transform: scale(1.07); }
.feat-card .tag {
  position: absolute; top: .9rem; left: .9rem;
  background: var(--gold); color: var(--ink);
  font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: .42rem .8rem; border-radius: 999px; box-shadow: var(--shadow-soft);
}
.feat-card .body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.feat-card h3 { font-size: 1.55rem; }
.feat-card .desc { color: var(--ink-soft); font-weight: 600; font-size: .92rem; flex: 1; }
.feat-card .row { display: flex; align-items: center; justify-content: space-between; margin-top: .4rem; }
.price { font-family: var(--font-display); font-size: 1.45rem; color: var(--red); }
.btn-mini {
  background: var(--red); color: #fff; font-size: .7rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .62rem 1.1rem; border-radius: 999px;
  transition: background .25s ease, transform .25s ease;
}
.btn-mini:hover { background: var(--orange); transform: translateY(-2px); }
.heat-pips { display: inline-flex; gap: .18rem; align-items: center; }
.heat-pips svg { width: 14px; height: 14px; }

@media (max-width: 860px) {
  .feat-viewport { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .feat-viewport::-webkit-scrollbar { display: none; }
  .feat-track { padding-bottom: 2.5rem; }
  .feat-card { scroll-snap-align: center; width: 82vw; }
}

/* ============================================================ MENU (Scene 4) */
.menu-section { background: var(--ivory); }
.menu-head h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-top: 1rem; }
.menu-head h2 .hl { color: var(--red); }
.menu-tools {
  position: sticky; top: 64px; z-index: 20;
  background: rgba(255, 251, 243, .94);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  margin: 2rem -1rem 2.4rem; padding: 1rem;
  border-radius: 18px; box-shadow: 0 8px 26px -18px rgba(61,43,31,.35);
  display: flex; flex-wrap: wrap; gap: .8rem; align-items: center;
}
.menu-search { position: relative; flex: 1 1 220px; }
.menu-search input {
  width: 100%; padding: .78rem 1.1rem .78rem 2.6rem;
  border: 1.5px solid var(--tan-line); border-radius: 999px;
  background: var(--white); color: var(--ink);
  font: 700 .9rem var(--font-body); outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.menu-search input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242,100,25,.15); }
.menu-search svg { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--ink-soft); }
.cat-nav { display: flex; gap: .45rem; flex-wrap: wrap; }
.cat-btn {
  padding: .62rem 1.1rem; border-radius: 999px;
  border: 1.5px solid var(--tan-line); background: var(--white);
  font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  transition: all .25s ease;
}
.cat-btn:hover { border-color: var(--orange); color: var(--orange); }
.cat-btn.active { background: linear-gradient(120deg, var(--red), var(--orange)); border-color: transparent; color: #fff; box-shadow: 0 8px 20px -8px rgba(217,41,28,.6); }

@media (max-width: 700px) {
  .menu-tools { top: 58px; padding: .75rem; }
  .cat-nav {
    flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; width: 100%; padding-bottom: .15rem;
  }
  .cat-nav::-webkit-scrollbar { display: none; }
  .cat-btn { white-space: nowrap; flex: none; }
}

.menu-cat-title { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 2.6rem 0 1.2rem; display: flex; align-items: baseline; gap: .8rem; }
.menu-cat-title small { font: 800 .72rem var(--font-body); letter-spacing: .2em; color: var(--ink-soft); text-transform: uppercase; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)); gap: 1.2rem; }
.menu-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.menu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.menu-card .ph { aspect-ratio: 16 / 9.5; overflow: hidden; position: relative; }
.menu-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.menu-card:hover .ph img { transform: scale(1.06); }
.menu-card .ph-alt {
  aspect-ratio: 16 / 5.2; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--tan) 0%, #FBEFDC 100%);
}
.menu-card .ph-alt svg { width: 40px; height: 40px; color: var(--orange); opacity: .85; }
.menu-card .body { padding: 1.15rem 1.25rem 1.3rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.menu-card h4 { font-family: var(--font-body); font-weight: 800; font-size: 1.06rem; display: flex; justify-content: space-between; gap: .8rem; align-items: baseline; }
.menu-card h4 .p { font-family: var(--font-display); color: var(--red); font-size: 1.15rem; white-space: nowrap; }
.menu-card .desc { color: var(--ink-soft); font-weight: 600; font-size: .87rem; flex: 1; }
.menu-card .opts { font-size: .74rem; font-weight: 800; color: var(--orange); display: flex; align-items: center; gap: .35rem; }
.menu-card .opts svg { width: 13px; height: 13px; flex: none; }
.menu-card .liked { font-size: .72rem; font-weight: 800; color: var(--ink-soft); letter-spacing: .04em; }
.menu-card .order-row { display: flex; gap: .5rem; margin-top: .55rem; }
.mini-dd, .mini-ue {
  flex: 1; text-align: center; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: .6rem .5rem; border-radius: 999px; transition: all .25s ease;
}
.mini-dd { background: #FFEDE9; color: var(--red); }
.mini-dd:hover { background: var(--red); color: #fff; }
.mini-ue { background: #EFF7EE; color: #1E7A38; }
.mini-ue:hover { background: #1E7A38; color: #fff; }
.menu-empty { text-align: center; padding: 3rem 1rem; color: var(--ink-soft); font-weight: 700; display: none; }
.menu-note { margin-top: 2.6rem; text-align: center; color: var(--ink-soft); font-size: .8rem; font-weight: 700; }

/* ============================================================ HEAT (Scene 5) */
.heat { background: linear-gradient(180deg, var(--ivory), var(--cream)); text-align: center; overflow: hidden; }
.heat h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-top: 1rem; }
.heat h2 .hl { color: var(--red); }
.heat .lede { max-width: 38rem; margin: 1.2rem auto 0; color: var(--ink-soft); font-weight: 600; }
.heat-stage { position: relative; max-width: 780px; margin: 2.8rem auto 0; }
.heat-glow {
  position: absolute; inset: -18% -30%; pointer-events: none; z-index: 0;
  background: radial-gradient(closest-side, rgba(255, 176, 31, .5), rgba(255, 176, 31, 0) 70%);
  transition: opacity .5s ease; opacity: .55;
}
.heat-flame { position: relative; z-index: 1; width: clamp(120px, 20vw, 190px); margin: 0 auto; transition: transform .45s cubic-bezier(.34,1.56,.64,1); }
.heat-flame svg { width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(217, 41, 28, .3)); }
.heat-flame .f-outer { transition: fill .45s ease; }
.heat-flame .f-inner { transition: fill .45s ease; }
.heat-name { position: relative; z-index: 1; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.6rem); text-transform: uppercase; margin-top: 1.1rem; transition: color .4s ease; }
.heat-note { position: relative; z-index: 1; color: var(--ink-soft); font-weight: 700; margin-top: .3rem; min-height: 1.6em; }
.heat-scale { position: relative; z-index: 1; display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; margin-top: 1.9rem; }
.heat-btn {
  padding: .72rem 1.25rem; border-radius: 999px;
  background: var(--white); border: 1.5px solid var(--tan-line);
  font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  transition: all .3s ease;
}
.heat-btn:hover { transform: translateY(-3px); border-color: var(--orange); }
.heat-btn.active { background: linear-gradient(120deg, var(--red), var(--orange)); color: #fff; border-color: transparent; box-shadow: 0 12px 26px -10px rgba(217,41,28,.65); transform: translateY(-3px); }
.heat-foot { position: relative; z-index: 1; margin-top: 2rem; font-size: .8rem; font-weight: 700; color: var(--ink-soft); }

/* ============================================================ GALLERY (Scene 6) */
.gallery { background: var(--cream); }
.gallery-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2.4rem; }
.gallery-head h2 { font-size: clamp(2.4rem, 5.4vw, 4.6rem); margin-top: 1rem; }
.gallery-head h2 .hl { color: var(--orange); }
.masonry { columns: 3 300px; column-gap: 1.2rem; }
.mas-item {
  break-inside: avoid; margin-bottom: 1.2rem; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft); position: relative; cursor: zoom-in;
  transition: transform .35s ease, box-shadow .35s ease;
}
.mas-item:hover { transform: translateY(-6px) rotate(-.5deg); box-shadow: var(--shadow); }
.mas-item img { width: 100%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.mas-item:hover img { transform: scale(1.05); }
.mas-item figcaption {
  position: absolute; left: .8rem; bottom: .8rem;
  background: rgba(255, 251, 243, .92); color: var(--ink);
  font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  padding: .4rem .8rem; border-radius: 999px;
}

/* lightbox — bright, never a black overlay */
.lightbox {
  position: fixed; inset: 0; z-index: 90; display: none;
  align-items: center; justify-content: center; padding: 2rem;
  background: rgba(255, 246, 234, .96);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1080px, 92vw); max-height: 84vh; border-radius: var(--radius); box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 1.4rem; right: 1.6rem;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: 1.5rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft); transition: transform .25s ease;
}
.lightbox-close:hover { transform: rotate(90deg); }

/* ============================================================ ORDER MOMENT (Scene 7) */
.order-moment {
  background:
    radial-gradient(120% 90% at 15% 10%, rgba(255, 176, 31, .55), rgba(255, 176, 31, 0) 60%),
    linear-gradient(135deg, var(--red) 0%, var(--orange) 62%, var(--gold) 118%);
  color: #FFF9F0; text-align: center; overflow: hidden;
}
.order-moment h2 { font-size: clamp(3rem, 8vw, 6.8rem); text-shadow: 0 8px 40px rgba(140, 35, 5, .35); }
.order-moment .lede { margin: 1.2rem auto 0; max-width: 30rem; font-weight: 700; color: #FFEFD9; }
.platform-row { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; margin-top: 2.8rem; }
.platform-card {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius); padding: 1.7rem 2.2rem;
  width: min(330px, 88vw);
  box-shadow: 0 24px 60px -20px rgba(120, 30, 5, .55);
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s ease;
}
.platform-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 32px 70px -20px rgba(120, 30, 5, .65); }
.platform-card .pf-name { font-family: var(--font-display); font-size: 1.7rem; text-transform: uppercase; }
.platform-card.dd .pf-name { color: var(--red); }
.platform-card.ue .pf-name { color: #1E7A38; }
.platform-card small { font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: .66rem; color: var(--ink-soft); }
.platform-card .go { margin-top: .5rem; font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.order-moment .foot-note { margin-top: 2.2rem; font-size: .78rem; font-weight: 700; color: #FFE8CB; }

/* ============================================================ LOCATION (Scene 8) */
.location { background: var(--ivory); }
.location .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: stretch; }
.location h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); margin-top: 1rem; }
.location h2 .hl { color: var(--red); }
.loc-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: clamp(1.5rem, 3vw, 2.4rem); margin-top: 1.6rem; }
.loc-row { display: flex; gap: 1rem; padding: 1.05rem 0; border-bottom: 1.5px solid var(--tan); }
.loc-row:last-child { border-bottom: 0; }
.loc-row .ic {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, #FFEDE9, var(--tan));
  display: flex; align-items: center; justify-content: center; color: var(--red);
}
.loc-row .ic svg { width: 20px; height: 20px; }
.loc-row b { display: block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .15rem; }
.loc-row p, .loc-row a.val { font-weight: 700; }
.loc-row a.val:hover { color: var(--red); }
.hours-line { display: flex; justify-content: space-between; gap: 1rem; font-weight: 700; font-size: .92rem; padding: .12rem 0; }
.hours-line span:last-child { color: var(--ink-soft); white-space: nowrap; }
.loc-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.btn-outline {
  border: 2px solid var(--red); color: var(--red);
  padding: .85rem 1.5rem; border-radius: 999px;
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  transition: all .25s ease;
}
.btn-outline:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.loc-figure { border-radius: calc(var(--radius) + 6px); overflow: hidden; box-shadow: var(--shadow); position: relative; min-height: 420px; }
.loc-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); }
.loc-figure figcaption {
  position: absolute; left: 1.1rem; bottom: 1.1rem;
  background: rgba(255, 251, 243, .93); padding: .6rem 1.1rem; border-radius: 999px;
  font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
@media (max-width: 900px) { .location .wrap { grid-template-columns: 1fr; } .loc-figure { min-height: 300px; } }

/* ============================================================ FINALE (Scene 9) */
.finale {
  background:
    radial-gradient(100% 130% at 85% 0%, rgba(255, 176, 31, .5), rgba(255, 176, 31, 0) 55%),
    linear-gradient(150deg, var(--orange) 0%, var(--red) 70%);
  text-align: center; color: #FFF9F0; overflow: hidden;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.finale-logo {
  width: clamp(120px, 16vw, 170px); height: clamp(120px, 16vw, 170px);
  margin: 0 auto 1.6rem; border-radius: 50%; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 24px 60px -18px rgba(120, 30, 5, .6);
  overflow: hidden;
}
.finale-logo img { width: 86%; height: 86%; object-fit: contain; }
.finale h2 { font-size: clamp(3rem, 9vw, 7.6rem); text-shadow: 0 8px 40px rgba(140, 35, 5, .35); }
.finale .tagline { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 2.1rem); text-transform: uppercase; letter-spacing: .12em; color: #FFE8CB; margin-top: .6rem; }
.finale .btn { margin-top: 2.2rem; background: var(--white); color: var(--red); box-shadow: 0 18px 44px -14px rgba(120, 30, 5, .6); }
.finale .btn:hover { transform: translateY(-3px) scale(1.03); }

.footer {
  background: var(--cream); color: var(--ink);
  padding: 2.2rem clamp(1.25rem, 5vw, 4.5rem);
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  font-size: .8rem; font-weight: 700;
}
.footer .muted { color: var(--ink-soft); font-weight: 600; font-size: .72rem; }
.footer nav { display: flex; gap: 1.2rem; }
.footer nav a:hover { color: var(--red); }

/* ============================================================ floating order + modal */
.fab-order {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 70;
  background: linear-gradient(120deg, var(--red), var(--orange)); color: #fff;
  padding: .95rem 1.5rem; border-radius: 999px;
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  box-shadow: 0 16px 36px -10px rgba(217, 41, 28, .75);
  display: flex; align-items: center; gap: .5rem;
  transform: translateY(140%); transition: transform .45s cubic-bezier(.34,1.56,.64,1);
}
.fab-order.show { transform: translateY(0); }
.fab-order:hover { filter: brightness(1.06); }

.order-modal {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 1.4rem;
  background: rgba(61, 43, 31, .32);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.order-modal.open { display: flex; }
.order-modal .panel {
  background: var(--ivory); border-radius: 26px; box-shadow: var(--shadow);
  padding: clamp(1.6rem, 4vw, 2.6rem); width: min(430px, 94vw); text-align: center; position: relative;
}
.order-modal h3 { font-size: 1.9rem; margin-bottom: .4rem; }
.order-modal p { color: var(--ink-soft); font-weight: 700; font-size: .88rem; margin-bottom: 1.4rem; }
.order-modal .stack { display: flex; flex-direction: column; gap: .8rem; }
.modal-btn {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 2px solid var(--tan-line); border-radius: 18px;
  padding: 1.05rem 1.3rem; font-weight: 800; letter-spacing: .06em;
  transition: all .25s ease;
}
.modal-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.modal-btn.dd:hover { border-color: var(--red); }
.modal-btn.ue:hover { border-color: #1E7A38; }
.modal-btn .arrow { color: var(--orange); }
.order-modal .close-x {
  position: absolute; top: .9rem; right: .9rem; width: 38px; height: 38px;
  border-radius: 50%; background: var(--tan); font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.order-modal .close-x:hover { background: var(--gold); }
.order-modal .phone-line { margin-top: 1.1rem; font-size: .8rem; font-weight: 700; color: var(--ink-soft); }
.order-modal .phone-line a { color: var(--red); }

/* ============================================================ misc */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
}
