:root {
  --ink: #0a0503;
  --ink-soft: rgba(10, 5, 3, 0.78);
  --paper: #9d3514;
  --paper-deep: #541907;
  --hot: #ffb12e;
  --hot-soft: #ffd66c;
  --cream: #fff1cc;
  --red: #e62612;
  --shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
  color: var(--cream);
  background: #050201;
  font-family: Impact, "Arial Black", Haettenschweiler, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--cream);
  background: #050201;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 1rem;
}

/* ----------------- header ----------------- */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 2.5vw, 2rem);
  pointer-events: none;
  color: var(--cream);
}

.brand,
.nav-links,
.nav-actions {
  pointer-events: auto;
}

.brand {
  min-height: 50px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 241, 204, 0.22);
  border-radius: 999px;
  line-height: 0.86;
  color: var(--cream);
  background: rgba(10, 5, 3, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.brand span {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.brand b {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: var(--hot-soft);
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-links {
  justify-self: center;
}

.nav-actions {
  justify-self: end;
}

.nav-links a,
.book-link,
.pill-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 241, 204, 0.22);
  border-radius: 999px;
  padding: 0 1rem;
  color: var(--cream);
  background: rgba(10, 5, 3, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.book-link {
  background: var(--hot);
  color: var(--ink);
  border-color: transparent;
}

.nav-links a:hover,
.book-link:hover,
.pill-cta:hover {
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-1px);
}

:focus-visible {
  outline: 3px solid var(--hot-soft);
  outline-offset: 4px;
}

/* ----------------- stage ----------------- */

.stage {
  position: relative;
  height: 600svh;
  background: #050201;
}

.stage-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
}

.bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  will-change: opacity;
  transform: translateZ(0);
}

.bg-dark {
  background:
    radial-gradient(ellipse at 50% 70%, rgba(255, 132, 28, 0.35), transparent 55%),
    radial-gradient(ellipse at 50% 18%, rgba(20, 8, 4, 0) 0%, #050201 70%),
    linear-gradient(180deg, #0a0402 0%, #1a0805 60%, #2a0b04 100%);
}

.bg-warm {
  opacity: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 209, 92, 0.32), transparent 30rem),
    linear-gradient(180deg, #9d3514 0%, #8b2d10 40%, #ffb12e 70%, #3a1106 100%);
}

.vignette {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
  mix-blend-mode: multiply;
  will-change: opacity;
  transform: translateZ(0);
}

.ember-canvas {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.stage-asset,
.food {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  will-change: transform, opacity;
  user-select: none;
  backface-visibility: hidden;
}

.hero-flame {
  width: min(32rem, 44vw);
  z-index: 3;
  opacity: 0;
  mix-blend-mode: screen;
  transform: translate3d(-50%, -36%, 0) scale(0.85);
}

.hero-smoke {
  width: min(36rem, 50vw);
  z-index: 6;
  opacity: 0;
  mix-blend-mode: screen;
  transform: translate3d(-50%, -78%, 0) scale(1);
}

.grill-main {
  width: min(46rem, 62vw);
  z-index: 4;
}

.burst {
  width: min(82rem, 96vw);
  z-index: 5;
  opacity: 0;
  mix-blend-mode: screen;
}

.orbit {
  width: min(72rem, 88vw);
  z-index: 6;
  opacity: 0;
}

.plated {
  width: min(48rem, 64vw);
  z-index: 7;
  opacity: 0;
}

.food-swarm {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.food {
  width: clamp(7rem, 11vw, 13rem);
  opacity: 0;
}

.food-shrimp     { z-index: 8; }
.food-steak      { z-index: 7; }
.food-scallop    { z-index: 8; }
.food-onion      { z-index: 7; width: clamp(9rem, 14vw, 16rem); }
.food-broccoli   { z-index: 7; }
.food-rice       { z-index: 7; }

/* ----------------- stage overlay typography ----------------- */

.stage-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.stage-kicker {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--hot-soft);
  opacity: 0.9;
  text-align: center;
  white-space: nowrap;
}

.stage-line {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--hot);
  text-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.55);
  text-align: center;
  line-height: 0.86;
  opacity: 0;
  white-space: nowrap;
}

.stage-line-0 {
  bottom: 9vh;
  font-size: clamp(3.5rem, 13vw, 13rem);
  color: var(--hot);
  opacity: 1;
}

.stage-line-0 span {
  display: block;
}

.stage-line-1,
.stage-line-2,
.stage-line-3,
.stage-line-4 {
  top: 12vh;
  font-size: clamp(2.5rem, 8.5vw, 8.5rem);
  color: var(--cream);
}

.stage-line-4 {
  top: auto;
  bottom: 12vh;
  color: var(--ink);
  text-shadow: 0 0.3rem 0.6rem rgba(255, 241, 204, 0.35);
}

.stage-hint {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 241, 204, 0.6);
  opacity: 1;
  pointer-events: none;
  animation: hint-bob 2.4s ease-in-out infinite;
}

@keyframes hint-bob {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
  50%      { transform: translate(-50%, 6px); opacity: 1; }
}

/* ----------------- downstream bands ----------------- */

.band {
  position: relative;
  padding: clamp(5rem, 12vh, 9rem) clamp(1rem, 4vw, 3rem);
  color: var(--ink);
}

.band-inner {
  width: min(76rem, 100%);
  margin: 0 auto;
}

.band-menu {
  position: relative;
  padding-top: clamp(6rem, 14vh, 11rem);
  padding-bottom: clamp(6rem, 14vh, 11rem);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 209, 92, 0.18), transparent 32rem),
    linear-gradient(180deg, #9a1815 0%, #b21515 45%, #8a0e0e 100%);
  color: var(--cream);
}

.band-photos {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 209, 92, 0.18), transparent 30rem),
    linear-gradient(180deg, #ffb12e 0%, #cf6a14 60%, #3a1106 100%);
  color: var(--cream);
}

.torn {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(20px, 3vw, 36px);
  display: block;
  pointer-events: none;
  z-index: 5;
}

.torn-top {
  top: -1px;
}

.torn-bottom {
  bottom: -1px;
  transform: scaleY(-1);
}

.band-book {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 177, 46, 0.22), transparent 30rem),
    linear-gradient(180deg, #3a1106 0%, #0a0402 100%);
  color: var(--cream);
  text-align: center;
}

.kicker {
  margin: 0 0 1rem;
  font-family: "Arial", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--hot-soft);
}

.band-photos .kicker,
.band-book .kicker {
  color: var(--hot-soft);
}

.band-menu .kicker {
  color: var(--hot-soft);
}

.kicker.centered {
  text-align: center;
}

.band-title {
  margin: 0 0 2.5rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 8vw, 7.5rem);
  line-height: 0.88;
}

.band-title span {
  display: block;
}

.band-menu .band-title {
  color: var(--cream);
  text-align: center;
  margin-bottom: 3.5rem;
}

.band-title.centered {
  text-align: center;
}

.band-photos .band-title,
.band-book .band-title {
  color: var(--hot-soft);
}

/* photos -> horizontal auto-scrolling marquee */

.marquee {
  position: relative;
  margin-top: clamp(2rem, 5vh, 3rem);
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  padding: 0.5rem 0;
  animation: marquee-scroll 90s linear infinite;
  will-change: transform;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track img {
  flex: 0 0 auto;
  height: clamp(220px, 32vh, 360px);
  width: auto;
  border-radius: 0.5rem;
  border: 3px solid rgba(255, 210, 95, 0.65);
  background: var(--ink);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.45);
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* red-band menu: preparation + two packages */

.menu-rich {
  width: min(76rem, 100%);
}

.menu-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  margin-top: 1rem;
}

.menu-card {
  color: var(--cream);
}

.menu-prep {
  text-align: center;
  padding: 0 0.5rem;
}

.menu-prep .menu-icon {
  color: var(--cream);
  display: inline-flex;
  margin: 0 auto 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}

.menu-prep .menu-icon svg {
  width: 100%;
  height: 100%;
}

.menu-prep h3 {
  font-family: "Times New Roman", "Georgia", serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin: 0 0 1rem;
  color: var(--cream);
  letter-spacing: 0;
  text-transform: none;
}

.menu-prep p {
  font-family: "Arial", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 241, 204, 0.92);
  margin: 0;
  font-weight: 400;
}

.menu-pkg .menu-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.4rem;
  background: var(--ink);
  margin-bottom: 1.5rem;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.35);
}

.menu-pkg .menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-pkg h3 {
  font-family: "Times New Roman", "Georgia", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  line-height: 1.25;
  color: var(--cream);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.9rem;
  text-align: center;
}

.menu-pkg h3 .menu-pick {
  display: inline;
}

.menu-pkg h3 .menu-price {
  display: inline-block;
  margin-left: 0.35rem;
}

.menu-proteins {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cream);
  margin: 0 0 1rem;
}

.menu-incl-label {
  font-family: "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.6rem;
}

.menu-incl {
  font-family: "Arial", sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 241, 204, 0.94);
  margin: 0;
  padding-left: 1.25rem;
  font-weight: 400;
}

.menu-incl li {
  margin: 0;
}

/* book */

.book-inner {
  display: grid;
  justify-items: center;
}

.final-title {
  color: var(--hot);
}

.pill-cta.final {
  margin-top: 2rem;
  background: var(--hot);
  color: var(--ink);
  border-color: transparent;
  padding: 0 1.6rem;
  min-height: 56px;
  font-size: 1rem;
}

/* ----------------- responsive ----------------- */

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .stage {
    height: 520svh;
  }

  .grill-main {
    width: min(38rem, 78vw);
  }

  .hero-flame {
    width: min(24rem, 56vw);
  }

  .burst {
    width: min(60rem, 116vw);
  }

  .orbit {
    width: min(50rem, 110vw);
  }

  .plated {
    width: min(36rem, 82vw);
  }

  .food {
    width: clamp(5rem, 14vw, 9rem);
  }

  .food-onion {
    width: clamp(6rem, 16vw, 11rem);
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .menu-prep {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto;
  }

  .menu-pkg .menu-img {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-track img {
    height: clamp(180px, 26vh, 280px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0.75rem 1rem;
  }

  .brand b,
  .book-link {
    display: none;
  }

  .stage {
    height: 480svh;
  }

  .stage-kicker {
    top: 5rem;
    letter-spacing: 0.22em;
    font-size: 0.7rem;
  }

  .stage-line-0 {
    bottom: 12vh;
    font-size: clamp(3.2rem, 18vw, 6rem);
  }

  .stage-line-1,
  .stage-line-2,
  .stage-line-3,
  .stage-line-4 {
    font-size: clamp(2.2rem, 10vw, 4.5rem);
    white-space: normal;
    padding: 0 1rem;
    max-width: 92vw;
    line-height: 1;
  }

  .stage-hint {
    bottom: 1.4rem;
    font-size: 0.62rem;
    letter-spacing: 0.32em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .ember-canvas,
  .hero-flame,
  .hero-smoke,
  .burst,
  .orbit,
  .food {
    display: none;
  }

  .stage {
    height: auto;
  }

  .stage-pin {
    position: relative;
    height: auto;
    padding: 8rem 1rem;
  }

  .stage-line,
  .plated {
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    margin: 1rem auto;
    white-space: normal;
  }

  .marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .marquee {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
