/* Bites Smash — autonomous, mobile-first, progressive-enhancement build */
:root {
  --black: #030202;
  --black-soft: #0b0708;
  --panel: #12090b;
  --red: #f20d17;
  --red-hot: #ff2a31;
  --orange: #ff8a24;
  --magenta: #e650ff;
  --cream: #fff3e6;
  --muted: #beaeb0;
  --line: rgba(255, 243, 230, 0.14);
  --header-h: 4.75rem;
  --container: 78rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mx: 50vw;
  --my: 30vh;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; scroll-padding-top: 0; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.gate-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--red); color: var(--cream); }

.skip-link {
  position: fixed;
  z-index: 500;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--red);
  background: var(--black);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--red-hot);
  font-size: clamp(.55rem, 1.5vi, .69rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}
.button {
  position: relative;
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.78rem 1.35rem;
  overflow: hidden;
  border: 1px solid var(--red-hot);
  border-radius: 0;
  background: var(--red);
  color: #fff;
  font-size: clamp(.6rem, 1.5vi, .72rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.3) 48%, transparent 72%);
  content: "";
  transform: translateX(-130%);
  transition: transform 600ms var(--ease);
}
.button:hover::after, .button:focus-visible::after { transform: translateX(130%); }
.button:hover, .button:focus-visible { background: var(--red-hot); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.button--ghost { background: rgba(3,2,2,.45); border-color: rgba(255,243,230,.45); }
.button--small { min-height: 2.55rem; padding: 0.65rem 1rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--cream);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.text-link i { color: var(--red-hot); font-size: 1.1rem; font-style: normal; transition: transform 200ms ease; }
.text-link:hover i { transform: translate(3px, 3px); }

/* Three lightweight atmospheric layers; no animated fullscreen blur. */
.atmosphere { position: fixed; z-index: 4; inset: 0; pointer-events: none; }
.atmosphere__glow {
  position: absolute;
  inset: 0;
  opacity: .34;
  background: radial-gradient(32rem circle at var(--mx) var(--my), rgba(242,13,23,.19), transparent 65%);
}
.atmosphere__grain {
  position: absolute;
  inset: 0;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.atmosphere__vignette { position: absolute; inset: 0; box-shadow: inset 0 0 9rem rgba(0,0,0,.72); }

.no-js .intro-gate, .no-js .fog-transition, .no-js .burger-cursor { display: none; }

/* Intro gate */
.intro-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  overflow: hidden;
  background: var(--black);
  isolation: isolate;
}
.js .intro-gate { display: grid; }
.intro-gate.is-gone { display: none; }
.intro-gate__media, .intro-gate__shade, .intro-gate__frame { position: absolute; inset: 0; }
.intro-gate__media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; opacity: .42; transform: scale(1.035); }
.intro-gate__shade { z-index: 1; background: linear-gradient(180deg, rgba(3,2,2,.46), rgba(3,2,2,.78)), radial-gradient(circle at 50% 44%, transparent, #030202 82%); }
.intro-gate__frame { z-index: 2; inset: 0.75rem; border: 1px solid rgba(255,243,230,.15); box-shadow: inset 0 0 0 1px rgba(242,13,23,.12); }
.intro-gate__topline {
  position: absolute;
  z-index: 3;
  top: max(1.35rem, env(safe-area-inset-top));
  right: 1.35rem;
  left: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,243,230,.78);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.language-switch { display: inline-flex; gap: .2rem; padding: .2rem; border: 1px solid rgba(255,243,230,.16); background: rgba(3,2,2,.48); }
.language-switch button { min-width: 2rem; padding: .4rem .35rem; border: 0; background: transparent; color: rgba(255,243,230,.55); font-size: .62rem; font-weight: 900; cursor: pointer; }
.language-switch button.is-active { background: var(--red); color: #fff; }
.intro-gate__content { position: relative; z-index: 3; width: min(calc(100% - 3rem), 54rem); text-align: center; }
.intro-gate__content .eyebrow { color: var(--cream); opacity: .7; }
.intro-gate h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.7rem, 13vw, 8rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .86;
  text-transform: uppercase;
}
.intro-gate__line { margin: .65rem 0 1.8rem; color: var(--red-hot); font-family: Georgia, serif; font-size: clamp(1.05rem, 3.5vw, 1.75rem); font-style: italic; }
.intro-gate__button { min-width: min(100%, 13.5rem); }
.intro-gate__hint { margin: .8rem 0 0; color: rgba(255,243,230,.5); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.intro-gate__index { position: absolute; z-index: 3; right: 1.4rem; bottom: max(1.4rem, env(safe-area-inset-bottom)); margin: 0; color: rgba(255,243,230,.45); font: 700 .6rem/1 monospace; letter-spacing: .15em; }

/* Fog transition keeps the GIF above the gate until the next scene is ready. */
.fog-transition { position: fixed; z-index: 200; inset: 0; visibility: hidden; overflow: hidden; pointer-events: none; }
.fog-transition__base, .fog-transition__veil { position: absolute; inset: 0; opacity: 0; }
.fog-transition__base { z-index: 0; background: #090607; }
.fog-transition img { position: absolute; z-index: 1; inset: -12%; width: 124%; height: 124%; max-width: none; object-fit: cover; opacity: 0; mix-blend-mode: screen; filter: contrast(1.15) brightness(.82) grayscale(.5); }
.fog-transition__veil { z-index: 2; background: radial-gradient(circle, rgba(255,243,230,.22), rgba(3,2,2,.8)); }
.fog-transition.is-gathering, .fog-transition.is-clearing { visibility: visible; }
.fog-transition.is-gathering .fog-transition__base { animation: fog-base-in 1.35s ease forwards; }
.fog-transition.is-gathering img { animation: fog-gather 1.35s var(--ease) forwards; }
.fog-transition.is-gathering .fog-transition__veil { animation: fog-veil-in 1.35s ease forwards; }
.fog-transition.is-clearing .fog-transition__base { opacity: 1; animation: fog-base-out 1.85s ease forwards; }
.fog-transition.is-clearing img { opacity: 1; animation: fog-clear 1.85s var(--ease) forwards; }
.fog-transition.is-clearing .fog-transition__veil { opacity: .62; animation: fog-veil-out 1.85s ease forwards; }
@keyframes fog-base-in { to { opacity: 1; } }
@keyframes fog-veil-in { 0%,25% { opacity: 0; } 100% { opacity: .62; } }
@keyframes fog-gather { 0% { opacity: 0; transform: translate3d(-18%,0,0) scale(1.16); } 35% { opacity: .4; } 100% { opacity: 1; transform: translate3d(0,0,0) scale(1.04); } }
@keyframes fog-base-out { to { opacity: 0; } }
@keyframes fog-veil-out { to { opacity: 0; } }
@keyframes fog-clear { 0% { opacity: 1; transform: translate3d(0,0,0) scale(1.04); } 100% { opacity: 0; transform: translate3d(15%,0,0) scale(1.12); } }

/* Header and navigation */
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  padding: max(.55rem, env(safe-area-inset-top)) 1rem .55rem;
  border-bottom: 1px solid transparent;
  transition: background-color 250ms ease, border-color 250ms ease, height 250ms ease;
}
.site-header.is-scrolled { height: 4.15rem; border-color: var(--line); background: rgba(3,2,2,.9); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand__mark { display: grid; width: 2.25rem; aspect-ratio: 1; place-items: center; border: 2px solid var(--red); color: #fff; font: 900 1.25rem/1 Impact, sans-serif; box-shadow: 3px 3px 0 var(--red); transform: rotate(-3deg); }
.brand__copy { display: grid; line-height: 1; }
.brand__copy strong { font: 900 1.03rem/1 Impact, sans-serif; letter-spacing: .16em; }
.brand__copy small { margin-top: .28rem; color: rgba(255,243,230,.56); font-size: .48rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header__actions { display: flex; align-items: center; gap: .55rem; }
.header-language { display: none; }
.nav-toggle { display: grid; width: 2.7rem; height: 2.7rem; place-content: center; gap: .35rem; border: 1px solid var(--line); background: rgba(3,2,2,.72); cursor: pointer; }
.nav-toggle span { display: block; width: 1.15rem; height: 1px; background: var(--cream); transition: transform 220ms ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.main-nav {
  position: fixed;
  top: var(--header-h);
  right: 0;
  left: 0;
  display: none;
  max-height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(3,2,2,.98);
}
.main-nav.is-open { display: grid; }
.main-nav > a:not(.button) { padding: .9rem .25rem; border-bottom: 1px solid rgba(255,243,230,.08); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.main-nav__instagram svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.main-nav__instagram .fill { fill: currentColor; stroke: none; }

/* Progress and music */
.section-rail { display: none; }
.mobile-section-nav {
  position: fixed;
  z-index: 55;
  top: 50%;
  right: .25rem;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: .05rem;
  padding: .2rem .15rem;
  border-radius: 1.2rem;
  background: rgba(3, 2, 2, .65);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 42, 49, .15);
  transform: translateY(-50%);
  font-family: var(--display);
  transition: opacity 700ms var(--ease);
}
.js .mobile-section-nav { display: flex; }
.mobile-section-nav button {
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--cream);
  font: 400 .6rem/1 var(--display);
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}
.mobile-section-nav button:active { background: rgba(242, 13, 23, .3); }
.mobile-section-nav button:disabled { color: rgba(255, 243, 230, .15); cursor: not-allowed; }
.mobile-section-nav button:first-child { border-right: 0; }
.mobile-section-nav button:last-child { border-left: 0; }
.mobile-section-nav__status { display: grid; place-content: center; padding: .1rem 0; text-align: center; }
.mobile-section-nav__status small { color: var(--red-hot); font: 400 .35rem/1 var(--display); letter-spacing: .06em; }
.mobile-section-nav__status strong { overflow: hidden; margin-top: .05rem; color: var(--cream); font: 400 .38rem/1 var(--display); letter-spacing: .03em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; max-width: 2.2rem; }
.music-widget { position: fixed; z-index: 60; right: .75rem; bottom: max(.75rem, env(safe-area-inset-bottom)); width: min(15.5rem, calc(100vw - 1.5rem)); }
.music-widget__summary {
  display: flex;
  width: 100%;
  min-height: 3.15rem;
  align-items: center;
  gap: .7rem;
  padding: .58rem .7rem;
  border: 1px solid rgba(255,243,230,.2);
  background: rgba(3,2,2,.92);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.music-widget__summary > span:nth-child(2) { display: grid; min-width: 0; flex: 1; }
.music-widget__summary small { color: rgba(255,243,230,.52); font-size: .5rem; letter-spacing: .12em; text-transform: uppercase; }
.music-widget__summary strong { overflow: hidden; font-size: .68rem; letter-spacing: .05em; text-overflow: ellipsis; white-space: nowrap; }
.music-widget__summary svg { width: .8rem; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 200ms ease; }
.music-widget__summary[aria-expanded="true"] svg { transform: rotate(180deg); }
.equalizer { display: flex; height: 1.1rem; align-items: end; gap: 2px; }
.equalizer i { display: block; width: 2px; height: 40%; background: var(--red-hot); }
.music-widget.is-playing .equalizer i { animation: equalize .75s ease-in-out infinite alternate; }
.music-widget.is-playing .equalizer i:nth-child(2) { animation-delay: -.45s; }
.music-widget.is-playing .equalizer i:nth-child(3) { animation-delay: -.2s; }
@keyframes equalize { to { height: 100%; } }
@keyframes track-marquee {
  0% { transform: translateX(105%); }
  22.22% { transform: translateX(0); }
  77.78% { transform: translateX(0); }
  100% { transform: translateX(-105%); }
}
.music-widget__panel { padding: .8rem; border: 1px solid rgba(255,243,230,.18); border-top: 0; background: rgba(3,2,2,.96); }
.music-widget__panel-head, .music-widget__panel label { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.music-widget__panel-head button { padding: .35rem .5rem; border: 1px solid var(--red); background: transparent; font-size: .56rem; cursor: pointer; }
.music-widget__panel label { margin-top: .8rem; color: var(--muted); }
.music-widget input[type="range"] { width: 100%; margin: .6rem 0 0; accent-color: var(--red); }

/* Page and scene rhythm */
main { position: relative; z-index: 3; }
.scene { position: relative; min-height: 0; padding: calc(var(--header-h) + .75rem) 0 2rem; scroll-snap-align: start; isolation: isolate; }
.scene--dark { background: var(--black); }
.section-heading { max-width: 45rem; margin-bottom: clamp(1rem, 3vi, 2.5rem); }
.section-heading h2, .sloppy__copy h2, .order__content h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.4rem, 5.5vi, 6.8rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}
.section-heading > p:last-child, .section-heading--wide > p, .sloppy__copy > p, .order__content > p { color: var(--muted); font-size: clamp(.7rem, 1.8vi, 1rem); }
.js .reveal {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 3.25rem, 0) scale(.965);
  transition: opacity 850ms var(--ease), transform 900ms var(--ease), filter 700ms ease;
  will-change: opacity, transform, filter;
}
.js .section-heading.reveal { transform: translate3d(-2.25rem, 2.25rem, 0) scale(.98); }
.js .sloppy__poster.reveal { transform: translate3d(-2.5rem, 2rem, 0) rotate(-2deg) scale(.96); }
.js .sloppy__copy.reveal { transform: translate3d(2.5rem, 2rem, 0) scale(.97); }
.js .reveal.is-visible { opacity: 1; filter: blur(0); transform: none; will-change: auto; }
.ritual-card:nth-child(2), .hit-card:nth-child(2), .local__gallery figure:nth-child(2) { --reveal-delay: 90ms; }
.ritual-card:nth-child(3), .hit-card:nth-child(3), .local__gallery figure:nth-child(3) { --reveal-delay: 180ms; }
.ritual-card:nth-child(4), .sloppy__copy { --reveal-delay: 270ms; }

/* Hero */
.hero { display: grid; align-items: center; min-height: 100svh; padding-top: var(--header-h); padding-bottom: 6.25rem; overflow: hidden; background: var(--black); }
.hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(3,2,2,.56), rgba(3,2,2,.72)); content: ""; }
.hero__layout { position: relative; z-index: 1; display: grid; min-height: calc(100svh - var(--header-h) - 7.5rem); grid-template-columns: 1fr; place-items: center; }
.hero__copy { position: relative; z-index: 2; display: grid; max-width: 68rem; justify-items: center; margin-inline: auto; text-align: center; }
.hero__copy h2 { max-width: 11ch; margin: 0; font: 900 clamp(2rem, 10vi, 9.8rem)/.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.hero__copy h2::first-line { color: var(--cream); }
.hero__lead { max-width: 34rem; margin: 1.4rem auto 0; color: var(--muted); font-size: clamp(.8rem, 1.8vi, 1.15rem); }
.hero__actions, .order__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.8rem; }
.hero__actions { justify-content: center; }
.hero__visual { position: absolute; z-index: -2; inset: 0; width: 100%; margin: 0; pointer-events: none; }
.hero__poster { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.hero__poster::after { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(3,2,2,.28), rgba(3,2,2,.78) 82%); content: ""; }
.hero__poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.scroll-cue { position: absolute; right: 1rem; bottom: 4.5rem; display: flex; align-items: center; gap: .65rem; color: rgba(255,243,230,.48); font-size: .54rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 2.5rem; height: 1px; background: var(--red); }
.ticker { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; min-height: 3.4rem; overflow: hidden; border-block: 1px solid rgba(255,243,230,.16); background: var(--red); transform: none; }
.ticker__track { display: flex; width: max-content; min-height: 3.4rem; align-items: center; animation: ticker 24s linear infinite; }
.ticker span { display: block; padding: .72rem 0; color: #fff; font: 900 .7rem/1 Impact, sans-serif; letter-spacing: .12em; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Ritual */
.ritual { background: var(--cream); color: var(--black); }
.ritual .eyebrow { color: var(--red); }
.ritual .section-heading > p:last-child { color: #4d4042; }
.ritual__grid { display: grid; border-top: 1px solid rgba(3,2,2,.25); }
.ritual-card { position: relative; min-height: 0; padding: 1.4rem 0; border-bottom: 1px solid rgba(3,2,2,.25); }
.ritual-card > span { color: var(--red); font: 800 .65rem/1 monospace; }
.ritual-card h3 { margin: 2.5rem 0 .7rem; font: 900 clamp(1.2rem, 4.5vi, 4rem)/.9 Impact, sans-serif; text-transform: uppercase; }
.ritual-card p { max-width: 24rem; margin: 0; color: #55474a; font-size: clamp(.68rem, 1.6vi, .9rem); }

/* Hits */
.hits { background: linear-gradient(180deg, #090506, #030202); display: flex; flex-direction: column; }
.hits > .container { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.hits__grid { display: grid; gap: 1rem; flex: 1; min-height: 0; }
.hit-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.hit-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease); }
.hit-card:hover img { transform: scale(1.035); }
.hit-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(3,2,2,.95) 94%); pointer-events: none; }
.hit-card__content { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; }
.hit-card__content h3 { margin: 0; font: 900 clamp(1.2rem, 5vi, 5.3rem)/.85 Impact, sans-serif; text-transform: uppercase; }
.hit-card__content > p:not(.eyebrow) { max-width: 30rem; margin: .75rem 0; color: rgba(255,243,230,.72); font-size: clamp(.65rem, 1.6vi, .86rem); }

/* Menu */
.menu-section { background: #0a0607; }
.menu-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 1.5rem; padding-bottom: .4rem; }
.menu-filter { flex: 0 0 auto; padding: .68rem .9rem; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-filter.is-active { border-color: var(--red); background: var(--red); color: #fff; }
.menu-fallback { margin: 0; border: 1px solid var(--line); background: var(--panel); }
.menu-fallback img { width: 100%; height: auto; }
.js .menu-fallback { display: none; }
.menu-grid { display: grid; gap: .75rem; }
.menu-group { display: grid; gap: .75rem; align-content: start; padding: clamp(.7rem, 2vi, 1.15rem); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); }
.menu-group__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: .85rem; border-bottom: 2px solid var(--red); }
.menu-group__head h3 { margin: 0; font: 900 clamp(1.1rem, 3.5vi, 1.7rem)/1 Impact, sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.menu-group__head span { color: var(--red-hot); font: 800 .58rem/1 monospace; }
.menu-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .8rem; padding: .78rem 0; border-bottom: 1px solid rgba(255,243,230,.09); }
.menu-item:last-child { border-bottom: 0; }
.menu-item h4 { margin: 0; font-size: clamp(.72rem, 1.8vi, .88rem); line-height: 1.2; }
.menu-item p { margin: .3rem 0 0; color: #a99699; font-size: clamp(.62rem, 1.5vi, .75rem); line-height: 1.45; }
.menu-item strong { color: var(--orange); font: 900 clamp(.7rem, 1.7vi, .84rem)/1 Arial, sans-serif; white-space: nowrap; }
.empty-menu { color: var(--muted); }

/* Sloppy */
.sloppy { overflow: hidden; background: radial-gradient(circle at 24% 48%, rgba(230,80,255,.12), transparent 35%), #030202; }
.sloppy__layout { display: grid; align-items: center; gap: 3rem; }
.sloppy__poster { position: relative; width: min(100%, 30rem); margin: 0 auto; aspect-ratio: .74; transform: rotate(-2deg); }
.sloppy__poster::before { position: absolute; z-index: -1; inset: -1rem 1rem 1rem -1rem; border: 1px solid var(--red); content: ""; }
.sloppy__poster img { width: 100%; height: 100%; object-fit: cover; }
.sloppy__poster > span { position: absolute; right: -1rem; bottom: 1.5rem; padding: .6rem .8rem; background: var(--red); font: 900 1.2rem/.9 Impact, sans-serif; letter-spacing: .08em; text-align: center; transform: rotate(5deg); }
.sloppy__copy > p:not(.eyebrow) { max-width: 36rem; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.8rem 0; border-block: 1px solid var(--line); }
.facts div { display: grid; padding: 1rem .5rem; border-right: 1px solid var(--line); text-align: center; }
.facts div:last-child { border-right: 0; }
.facts strong { color: var(--red-hot); font: 900 clamp(1.2rem, 5vw, 2rem)/1 Impact, sans-serif; }
.facts span { margin-top: .3rem; color: var(--muted); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.facts--challenge { grid-template-columns: 1fr; }
.facts--challenge div { padding: 1.2rem; border-right: 0; }
.facts--challenge strong { font-size: clamp(1.05rem, 4vw, 1.65rem); line-height: 1.15; text-wrap: balance; }

/* Local */
.local { background: var(--cream); color: var(--black); }
.local .section-heading > p, .local .section-heading--wide > p { color: #55474a; }
.local__gallery { display: grid; gap: .8rem; }
.local__gallery figure { position: relative; min-height: 15rem; margin: 0; overflow: hidden; background: #16090c; }
.local__gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease); }
.local__gallery figure:hover img { transform: scale(1.025); }
.local__gallery figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .5rem .65rem; background: rgba(3,2,2,.85); color: var(--cream); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Order */
.order { display: flex; min-height: 100svh; flex-direction: column; justify-content: center; overflow: hidden; text-align: center; }
.order__backdrop, .order__veil { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.order__backdrop { opacity: .42; }
.order__veil { z-index: -1; background: radial-gradient(circle, rgba(3,2,2,.25), #030202 85%); }
.order__content { display: grid; justify-items: center; }
.order__content h2 { font-size: clamp(3.4rem, 17vw, 10rem); }
.order__content > p { max-width: 37rem; }
.order__actions { justify-content: center; }
.footer { position: absolute; right: 0; bottom: 1rem; left: 0; display: grid; gap: .35rem; color: rgba(255,243,230,.55); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.footer strong { color: var(--cream); }
.footer small { font-size: .48rem; }

/* Cursor is enabled only for accurate pointing devices. */
.burger-cursor { display: none; }

@media (min-width: 42rem) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .intro-gate__frame { inset: 1.25rem; }
  .intro-gate__topline { top: max(1.85rem, env(safe-area-inset-top)); right: 1.85rem; left: 1.85rem; }
  .header-language { display: inline-flex; }
  .hero__layout { grid-template-columns: 1fr; }
  .hero__copy h2 { font-size: clamp(4.5rem, 10vw, 8.5rem); }
  .ritual__grid { grid-template-columns: repeat(2, 1fr); }
  .ritual-card { padding: 1.5rem; border-right: 1px solid rgba(3,2,2,.25); }
  .ritual-card:nth-child(2n) { border-right: 0; }
  .hits__grid { grid-template-columns: repeat(2, 1fr); }
  .hit-card--hero { grid-row: span 2; min-height: 0; max-height: none; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sloppy__layout { grid-template-columns: minmax(17rem, .85fr) minmax(0, 1.15fr); }
  .local__gallery { grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 15rem); }
  .local__main { grid-row: 1 / 3; }
  .footer { grid-template-columns: 1fr auto 1fr; align-items: end; text-align: left; }
  .footer strong { text-align: center; }
  .footer small { text-align: right; }
}

@media (min-width: 64rem) {
  :root { --header-h: 5.25rem; }
  html { scroll-snap-type: y mandatory; }
  .site-header { padding-inline: 2rem; }
  .mobile-section-nav { display: none !important; }
  .scene { min-height: 100svh; max-height: 100svh; overflow: hidden; }
  .nav-toggle, .site-header__actions { display: none; }
  .main-nav { position: static; display: flex; max-height: none; align-items: center; gap: 1rem; overflow: visible; padding: 0; border: 0; background: transparent; }
  .main-nav > a:not(.button) { padding: .6rem 0; border: 0; font-size: .78rem; }
  .main-nav > a:not(.button):hover { color: var(--red-hot); }
  .main-nav__instagram { display: grid; width: 2.2rem; place-items: center; }
  .scene { padding: calc(var(--header-h) + 1rem) 0 5.5rem; }
  .section-heading--wide { display: grid; max-width: none; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 5rem; }
  .section-heading--wide > p { margin-bottom: .2rem; }
  .section-rail { position: fixed; z-index: 40; top: 50%; left: 1.5rem; display: grid; gap: .55rem; transform: translateY(-50%); }
  .section-rail__line { position: absolute; top: 0; bottom: 0; left: 1rem; width: 1px; overflow: hidden; background: rgba(255,243,230,.15); }
  .section-rail__line i { display: block; width: 100%; height: 0; background: var(--red-hot); transition: height 300ms ease; }
  .section-rail a { position: relative; display: flex; min-height: 1.75rem; align-items: center; gap: .65rem; padding-left: 2rem; color: rgba(255,243,230,.4); }
  .section-rail a::before { position: absolute; left: .77rem; width: .48rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; background: var(--black); content: ""; }
  .section-rail a span { font: 600 .5rem/1 monospace; }
  .section-rail a b { width: 0; overflow: hidden; font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; opacity: 0; transition: width 220ms ease, opacity 220ms ease; }
  .section-rail a:hover b, .section-rail a.is-active b { width: 5rem; opacity: 1; }
  .section-rail a.is-active { color: var(--red-hot); }
  .section-rail a.is-active::before { background: var(--red-hot); box-shadow: 0 0 1rem var(--red); }
  .music-widget {
    position: relative;
    z-index: 2;
    right: auto;
    bottom: auto;
    width: clamp(8rem, 12vw, 10rem);
    flex: 0 0 auto;
  }
  .music-widget__summary { min-height: 2.65rem; padding: .45rem .6rem; }
  .music-widget__summary > span:nth-child(2) { display: block; overflow: hidden; }
  .music-widget__summary small { display: none; }
  .music-widget__summary strong {
    display: block;
    width: max-content;
    min-width: 100%;
    overflow: visible;
    font-size: .78rem;
    letter-spacing: .08em;
    animation: track-marquee 9s linear infinite;
    text-align: center;
    text-overflow: clip;
  }
  .music-widget__summary:hover strong,
  .music-widget__summary[aria-expanded="true"] strong { animation-play-state: paused; }
  .music-widget__panel {
    position: absolute;
    top: calc(100% + .5rem);
    left: 50%;
    width: min(15.5rem, calc(100vw - 2rem));
    transform: translateX(-50%);
  }
  .hero { padding-top: var(--header-h); padding-bottom: 6.25rem; }
  .hero__layout { grid-template-columns: 1fr; }
  .hero__visual { width: 100%; }
  .hero__number { font-size: 13rem; }
  .scroll-cue { right: 2rem; }
  .ritual__grid { grid-template-columns: repeat(4,1fr); }
  .ritual-card { min-height: 0; padding: 1.5rem; border-right: 1px solid rgba(3,2,2,.25); }
  .ritual-card:nth-child(2n) { border-right: 1px solid rgba(3,2,2,.25); }
  .ritual-card:last-child { border-right: 0; }
  .ritual-card h3 { margin-top: 7rem; }
  .hits__grid { grid-template-columns: 1.35fr .65fr; }
  .hit-card--hero { min-height: 0; max-height: none; }
  .menu-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .local__gallery { grid-template-rows: repeat(2, 20rem); }
}

@media (hover: hover) and (pointer: fine) {
  body.cursor-enabled, body.cursor-enabled a, body.cursor-enabled button, body.cursor-enabled input { cursor: none; }
  html.is-drag-scrolling { scroll-behavior: auto; scroll-snap-type: none; }
  body.is-drag-scrolling { user-select: none; }
  .burger-cursor {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    display: block;
    width: 2.9rem;
    height: 2.65rem;
    pointer-events: none;
    transform: translate3d(-4rem, -4rem, 0);
    transform-origin: center;
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(255, 42, 49, .9)) drop-shadow(0 0 12px rgba(230, 80, 255, .5));
    transition: opacity 100ms linear;
    will-change: transform;
  }
  .burger-cursor::before,
  .burger-cursor::after { position: absolute; content: ""; pointer-events: none; }
  .burger-cursor::before {
    inset: .28rem .16rem;
    border-radius: 50%;
    background: rgba(242, 13, 23, .12);
    box-shadow: 0 0 18px rgba(242, 13, 23, .62), 0 0 30px rgba(230, 80, 255, .28);
  }
  .burger-cursor::after {
    inset: -.12rem;
    border: 1px solid rgba(255, 138, 36, .82);
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(255, 138, 36, .72);
    opacity: 0;
  }
  .burger-cursor.is-dragging::after { opacity: 1; }
  .burger-cursor > span { position: absolute; left: 50%; display: block; transform: translateX(-50%); }
  .burger-cursor__bun {
    z-index: 3;
    width: 2.3rem;
    border: 2px solid #ff353d;
    background: linear-gradient(180deg, #7e0b12, #260306);
    box-shadow: inset 0 0 8px rgba(255, 138, 36, .7), 0 0 8px #ff242e, 0 0 15px rgba(242, 13, 23, .72);
  }
  .burger-cursor__bun--top { top: .2rem; height: .68rem; border-radius: 1.25rem 1.25rem .16rem .16rem; }
  .burger-cursor__bun--top::before {
    position: absolute;
    top: .2rem;
    left: .48rem;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff5c4;
    box-shadow: .42rem -.07rem #fff5c4, .84rem .04rem #fff5c4, 1.18rem -.08rem #fff5c4;
    content: "";
  }
  .burger-cursor__cheese {
    z-index: 4;
    top: .91rem;
    width: 2.18rem;
    height: .36rem;
    background: #ffbe2e;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 57% 56%, 31% 100%);
    filter: drop-shadow(0 0 5px #ff8a24);
  }
  .burger-cursor__patty {
    z-index: 2;
    top: 1.22rem;
    width: 2.28rem;
    height: .52rem;
    border: 2px solid #e650ff;
    border-radius: .26rem;
    background: #25071f;
    box-shadow: inset 0 0 7px rgba(230, 80, 255, .64), 0 0 7px #e650ff;
  }
  .burger-cursor__patty::before {
    position: absolute;
    top: -.13rem;
    right: -.05rem;
    left: -.05rem;
    height: 2px;
    background: #4dff91;
    box-shadow: 0 0 6px #27ff78;
    content: "";
  }
  .burger-cursor__bun--bottom { top: 1.72rem; height: .54rem; border-radius: .15rem .15rem 1rem 1rem; }
}

@media (max-width: 23rem) {
  .brand__copy small { display: none; }
  .header-language { display: none; }
  .hero__actions .button { width: 100%; }
  .facts strong { font-size: 1rem; }
}

/* --------------------------------------------------------------------------
   Bites Antigua visual skin — appearance only, functional layout preserved
   -------------------------------------------------------------------------- */
:root {
  --panel: #080606;
  --muted: #bcae9c;
  --dim: #736558;
  --line: rgba(255, 243, 230, 0.16);
  --line-red: rgba(242, 13, 23, 0.58);
  --glow-red: 0 0 10px rgba(255, 42, 49, 0.55), 0 0 24px rgba(242, 13, 23, 0.25);
  --glow-orange: 0 0 10px rgba(255, 138, 36, 0.5), 0 0 22px rgba(255, 138, 36, 0.15);
  --glow-pink: 0 0 10px rgba(230, 80, 255, 0.45), 0 0 22px rgba(230, 80, 255, 0.14);
  --display: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --marker: "Permanent Marker", "Segoe Print", cursive;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background:
    radial-gradient(circle at 50% -8%, rgba(242, 13, 23, 0.12), transparent 34rem),
    radial-gradient(circle at 88% 25%, rgba(230, 80, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #050202 0%, #090404 42%, #030202 100%);
  font-family: var(--body);
}

.eyebrow {
  color: var(--orange);
  font-family: var(--display);
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-shadow: var(--glow-orange);
}

.button,
.text-link,
.language-switch button,
.main-nav > a,
.music-widget__summary,
.music-widget__panel,
.menu-filter,
.footer {
  font-family: var(--display);
}

.button {
  border-width: 2px;
  background: linear-gradient(135deg, var(--red-hot), #c8060f);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: .1em;
  box-shadow: var(--glow-red), 0 16px 40px rgba(0, 0, 0, .42);
  transform: skew(-4deg);
}

.button:hover,
.button:focus-visible {
  background: var(--red-hot);
  box-shadow: var(--glow-red), 0 20px 50px rgba(0, 0, 0, .52);
  transform: skew(-4deg) translateY(-2px);
}

.button--ghost {
  border-color: rgba(255, 243, 230, .38);
  background: rgba(0, 0, 0, .52);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .48);
}

.text-link {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
}

.atmosphere__glow {
  opacity: .36;
  background:
    radial-gradient(32rem circle at var(--mx) var(--my), rgba(242, 13, 23, .12), transparent 64%),
    radial-gradient(circle at 85% 18%, rgba(230, 80, 255, .05), transparent 28rem);
}

.atmosphere__grain { opacity: .035; mix-blend-mode: screen; }
.atmosphere__vignette { box-shadow: inset 0 0 9rem rgba(0, 0, 0, .62); }

/* Slow arrival on load and a second reveal below the clearing fog. */
.js .intro-gate {
  animation: intro-screen-arrive 1350ms var(--ease) both;
}

.js .intro-gate__content,
.js .intro-gate__topline,
.js .intro-gate__index {
  animation: intro-content-arrive 1500ms 180ms var(--ease) both;
}

.js .intro-gate:not(.is-gone) ~ main {
  opacity: 0;
  transform: scale(1.008);
}

.js .intro-gate.is-gone ~ main {
  opacity: 1;
  transform: none;
  transition: opacity 1400ms var(--ease), transform 1400ms var(--ease);
}

.js .intro-gate:not(.is-gone) ~ .site-header,
.js .intro-gate:not(.is-gone) ~ .section-rail,
.js .intro-gate:not(.is-gone) ~ .mobile-section-nav,
.js .intro-gate:not(.is-gone) ~ .music-widget {
  opacity: 0;
  pointer-events: none;
}

.js .intro-gate.is-gone ~ .site-header,
.js .intro-gate.is-gone ~ .section-rail,
.js .intro-gate.is-gone ~ .mobile-section-nav,
.js .intro-gate.is-gone ~ .music-widget {
  opacity: 1;
  transition-delay: 180ms;
}

@keyframes intro-screen-arrive {
  0% { opacity: 0; }
  45% { opacity: .45; }
  100% { opacity: 1; }
}

@keyframes intro-content-arrive {
  0% { opacity: 0; transform: translateY(18px) scale(.985); }
  100% { opacity: 1; transform: none; }
}

.intro-gate {
  background:
    radial-gradient(circle at 50% 46%, rgba(242, 13, 23, .13), transparent 32rem),
    #030202;
}

.intro-gate__media img {
  object-position: center;
  opacity: .32;
  filter: brightness(.56) saturate(.84) contrast(1.2);
  transform: scale(1.045);
}

.intro-gate__shade {
  background:
    linear-gradient(90deg, rgba(3, 2, 2, .82), rgba(3, 2, 2, .28) 50%, rgba(3, 2, 2, .82)),
    linear-gradient(180deg, rgba(3, 2, 2, .48), rgba(3, 2, 2, .74)),
    radial-gradient(circle at 50% 45%, transparent 10%, #030202 88%);
}

.intro-gate__frame {
  border-color: rgba(255, 42, 49, .32);
  box-shadow: inset 0 0 0 1px rgba(255, 138, 36, .06), inset 0 0 5rem rgba(0, 0, 0, .45), 0 0 30px rgba(242, 13, 23, .12);
}

.intro-gate__topline {
  font-family: var(--display);
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-shadow: 0 0 10px rgba(255, 42, 49, .34);
}

.language-switch {
  border-color: rgba(255, 243, 230, .18);
  background: rgba(3, 2, 2, .82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .48);
}

.language-switch button {
  font-size: .82rem;
  font-weight: 400;
}

.language-switch button.is-active {
  background: var(--red-hot);
  box-shadow: 0 0 18px rgba(255, 42, 49, .52);
}

.intro-gate__content .eyebrow {
  color: var(--cream);
  opacity: .92;
  text-shadow: 0 0 14px rgba(255, 42, 49, .32);
}

.intro-gate h1 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.02em;
  text-shadow: 0 0 18px rgba(255, 243, 230, .12), 0 0 70px rgba(242, 13, 23, .24);
}

.intro-gate__line {
  color: var(--red-hot);
  font-family: var(--marker);
  font-style: normal;
  text-shadow: var(--glow-red);
  transform: rotate(-1deg);
}

.intro-gate__hint {
  color: rgba(255, 243, 230, .62);
  font-family: var(--display);
  font-size: .78rem;
  letter-spacing: .14em;
}

.intro-gate__index {
  color: rgba(255, 243, 230, .6);
  text-shadow: 0 0 10px rgba(255, 42, 49, .4);
}

.site-header {
  border-bottom-color: rgba(255, 42, 49, .16);
  background: linear-gradient(180deg, rgba(3, 2, 2, .86), rgba(3, 2, 2, .34));
  transition: background-color 250ms ease, border-color 250ms ease, height 250ms ease, opacity 900ms var(--ease), transform 900ms var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--line-red);
  background: rgba(3, 2, 2, .94);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .68), 0 0 28px rgba(242, 13, 23, .12);
}

.brand__mark {
  border-color: var(--red-hot);
  border-radius: 50%;
  color: var(--red-hot);
  font-family: var(--display);
  font-weight: 400;
  box-shadow: var(--glow-red);
  transform: none;
}

.brand__copy strong {
  color: var(--red-hot);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  text-shadow: var(--glow-red);
}

.brand__copy small { color: rgba(255, 243, 230, .72); }
.nav-toggle { border-color: rgba(255, 42, 49, .44); box-shadow: 0 0 18px rgba(242, 13, 23, .16); }
.main-nav { border-color: var(--line-red); background: rgba(3, 2, 2, .98); }
.main-nav > a:not(.button) { color: rgba(255, 243, 230, .84); font-weight: 400; }
.main-nav > a:not(.button):hover { color: var(--red-hot); text-shadow: var(--glow-red); }
.main-nav__instagram:hover { color: var(--magenta); filter: drop-shadow(0 0 8px rgba(230, 80, 255, .72)); }

.music-widget { transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.music-widget__summary {
  border-color: rgba(255, 42, 49, .48);
  background: linear-gradient(135deg, rgba(255, 42, 49, .1), transparent 45%), rgba(3, 2, 2, .94);
  box-shadow: 0 0 24px rgba(242, 13, 23, .2), 0 18px 44px rgba(0, 0, 0, .68);
}
.music-widget__summary small { color: var(--orange); }
.music-widget__summary strong { font-family: var(--body); }
.music-widget__panel {
  border-color: rgba(255, 42, 49, .48);
  background: linear-gradient(135deg, rgba(255, 42, 49, .12), transparent 46%), rgba(3, 2, 2, .97);
  box-shadow: var(--glow-red), 0 28px 70px rgba(0, 0, 0, .78);
}
.music-widget__panel-head button { color: var(--cream); box-shadow: 0 0 14px rgba(242, 13, 23, .26); }

main { background: #030202; }
.scene {
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 42, 49, .16);
}
.scene--dark { background-color: #030202; }

.section-heading h2,
.sloppy__copy h2,
.order__content h2,
.hero__copy h2,
.ritual-card h3,
.hit-card__content h3,
.menu-group__head h3,
.sloppy__poster > span,
.facts strong,
.hero__stamp strong,
.hero__number,
.ticker span {
  font-family: var(--display);
  font-weight: 400;
}

.section-heading h2,
.sloppy__copy h2,
.order__content h2 {
  text-shadow: 0 0 18px rgba(255, 243, 230, .1), 0 0 64px rgba(242, 13, 23, .22);
  white-space: normal;
}

.hits .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(1.1rem, 4.5vi, 5rem);
}

.hits .section-heading--wide {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hits .section-heading--wide > p {
  max-width: 40rem;
  margin-bottom: 0;
}

.hero { background: #030202; }

.hero::before {
  opacity: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(242, 13, 23, .12), transparent 28rem),
    linear-gradient(180deg, rgba(3, 2, 2, .48), rgba(3, 2, 2, .76));
}

.hero__copy h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.015em;
  text-shadow: 0 0 18px rgba(255, 243, 230, .14), 0 0 74px rgba(242, 13, 23, .3);
}

.hero__lead { color: rgba(255, 243, 230, .82); }
.hero__poster { border: 0; box-shadow: none; }
.hero__poster img { filter: brightness(.58) saturate(1.12) contrast(1.12); }
.hero__poster::after { background: radial-gradient(circle at center, rgba(3, 2, 2, .08), rgba(3, 2, 2, .58) 78%); }

.ticker {
  border-color: rgba(255, 243, 230, .24);
  background: linear-gradient(90deg, #bf050d, var(--red-hot), #bf050d);
  box-shadow: var(--glow-red);
}
.ticker span {
  padding: .68rem 0;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  letter-spacing: .09em;
}

.ritual {
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 138, 36, .1), transparent 24rem),
    linear-gradient(180deg, rgba(242, 13, 23, .07), transparent 24%, transparent 76%, rgba(242, 13, 23, .06)),
    #040202;
  color: var(--cream);
}
.ritual .eyebrow { color: var(--orange); }
.ritual .section-heading > p:last-child { color: var(--muted); }
.ritual__grid { border-color: rgba(255, 42, 49, .3); }
.ritual-card {
  overflow: hidden;
  border: 1px solid rgba(255, 243, 230, .1);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 13, 23, .1), transparent 13rem),
    rgba(8, 6, 6, .84);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.ritual-card:hover { border-color: rgba(255, 42, 49, .5); box-shadow: 0 0 20px rgba(242, 13, 23, .2), 0 22px 60px rgba(0, 0, 0, .46); transform: translateY(-5px); }
.ritual-card > span { color: var(--red-hot); text-shadow: var(--glow-red); }
.ritual-card h3 { color: var(--cream); text-shadow: var(--glow-red); }
.ritual-card p { color: var(--muted); }

.hits {
  background:
    radial-gradient(circle at 14% 42%, rgba(255, 138, 36, .12), transparent 25rem),
    radial-gradient(circle at 86% 48%, rgba(230, 80, 255, .1), transparent 28rem),
    #030202;
}
.hit-card {
  border-color: rgba(255, 243, 230, .16);
  background: var(--panel);
  box-shadow: 0 28px 100px rgba(0, 0, 0, .5);
}
.hit-card::after,
.menu-group::after,
.local__gallery figure::after {
  position: absolute;
  z-index: 3;
  inset: 9px;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(var(--red-hot), var(--red-hot)) left top / 24px 1px no-repeat,
    linear-gradient(var(--red-hot), var(--red-hot)) left top / 1px 24px no-repeat,
    linear-gradient(var(--red-hot), var(--red-hot)) right bottom / 24px 1px no-repeat,
    linear-gradient(var(--red-hot), var(--red-hot)) right bottom / 1px 24px no-repeat;
  content: "";
}
.hit-card img { filter: brightness(.74) saturate(1.16) contrast(1.08); }
.hit-card__shade { background: linear-gradient(180deg, rgba(3, 2, 2, .04) 16%, rgba(3, 2, 2, .96) 94%); }
.hit-card__content { z-index: 4; }
.hit-card__content h3 { text-shadow: var(--glow-red); }

.menu-section {
  background:
    radial-gradient(circle at 50% 5%, rgba(242, 13, 23, .14), transparent 30rem),
    linear-gradient(180deg, rgba(242, 13, 23, .06), transparent 18%, transparent 82%, rgba(242, 13, 23, .05)),
    #040202;
}
.menu-filter {
  border-color: rgba(255, 243, 230, .2);
  background: rgba(0, 0, 0, .48);
  color: var(--cream);
  font-size: 1rem;
  font-weight: 400;
}
.menu-filter:hover,
.menu-filter.is-active {
  border-color: var(--red-hot);
  background: var(--red);
  box-shadow: var(--glow-red);
  color: var(--cream);
  transform: translateY(-2px);
}
.menu-group {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 42, 49, .42);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 13, 23, .15), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent),
    rgba(5, 4, 4, .9);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .54), 0 0 22px rgba(242, 13, 23, .12);
}
.menu-group__head { position: relative; z-index: 4; border-color: var(--red-hot); }
.menu-group__head h3 { color: var(--red-hot); font-size: 2.35rem; text-shadow: var(--glow-red); }
.menu-group__head span { text-shadow: var(--glow-red); }
.menu-item { position: relative; z-index: 4; border-color: rgba(255, 243, 230, .12); }
.menu-item h4 { color: var(--cream); font-family: var(--display); font-size: 1.38rem; font-weight: 400; letter-spacing: .035em; text-transform: uppercase; }
.menu-item p { color: var(--muted); }
.menu-item strong { color: var(--orange); font-family: var(--display); font-size: 1.28rem; font-weight: 400; text-shadow: var(--glow-orange); }
.menu-fallback { border-color: var(--line-red); box-shadow: var(--glow-red); }

.sloppy {
  background:
    radial-gradient(circle at 62% 42%, rgba(242, 13, 23, .3), transparent 34rem),
    radial-gradient(circle at 16% 76%, rgba(230, 80, 255, .08), transparent 24rem),
    #030202;
}
.sloppy__poster { box-shadow: var(--glow-red), 0 34px 110px rgba(0, 0, 0, .6); }
.sloppy__poster::before { border-color: rgba(255, 42, 49, .72); box-shadow: var(--glow-red); }
.sloppy__poster img { filter: brightness(.8) saturate(1.12) contrast(1.06); }
.sloppy__poster > span { box-shadow: var(--glow-red); }
.sloppy__copy h2 { color: var(--cream); text-shadow: var(--glow-red); }
.sloppy__copy > p:not(.eyebrow) { color: rgba(255, 243, 230, .78); }
.facts { border-color: var(--line-red); background: rgba(0, 0, 0, .34); box-shadow: 0 0 28px rgba(242, 13, 23, .12); }
.facts div { border-color: rgba(255, 42, 49, .24); }
.facts strong { text-shadow: var(--glow-red); }

.local {
  background:
    radial-gradient(circle at 78% 18%, rgba(230, 80, 255, .1), transparent 27rem),
    radial-gradient(circle at 20% 76%, rgba(255, 138, 36, .09), transparent 25rem),
    #040202;
  color: var(--cream);
}
.local .section-heading > p,
.local .section-heading--wide > p { color: var(--muted); }
.local__gallery figure {
  border: 1px solid rgba(255, 243, 230, .15);
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .52), 0 0 20px rgba(242, 13, 23, .1);
}
.local__gallery img { filter: brightness(.72) saturate(1.16) contrast(1.08); }
.local__gallery figcaption {
  z-index: 4;
  border: 1px solid rgba(255, 42, 49, .5);
  background: rgba(3, 2, 2, .9);
  color: var(--cream);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 400;
  text-shadow: var(--glow-red);
}

.order {
  background: #030202;
  border-bottom: 0;
}
.order__backdrop { opacity: .34; filter: brightness(.62) saturate(1.12) contrast(1.1); }
.order__veil {
  background:
    radial-gradient(circle at 50% 35%, rgba(242, 13, 23, .22), transparent 26rem),
    radial-gradient(circle, rgba(3, 2, 2, .25), #030202 84%);
}
.order__content h2 { color: var(--cream); text-shadow: var(--glow-red); }
.footer { border-top: 1px solid var(--line-red); text-shadow: 0 2px 14px rgba(0, 0, 0, .9); }

@media (min-width: 64rem) {
  .section-rail {
    padding: 0;
    background: transparent;
    box-shadow: none;
    transition: opacity 900ms var(--ease), transform 900ms var(--ease);
  }
  .section-rail__line {
    background: linear-gradient(transparent, rgba(255, 243, 230, .3), rgba(255, 42, 49, .7), transparent);
    box-shadow: 0 0 14px rgba(255, 42, 49, .38);
  }
  .section-rail__line i { background: var(--red-hot); box-shadow: var(--glow-red); }
  .section-rail a { color: rgba(255, 243, 230, .54); }
  .section-rail a span { font-family: var(--display); font-size: .72rem; font-weight: 400; }
  .section-rail a b { font-family: var(--display); font-size: .76rem; font-weight: 400; }
  .section-rail a.is-active { color: var(--cream); text-shadow: var(--glow-red); }
  .section-rail a.is-active::before { border-color: var(--red-hot); background: var(--red-hot); box-shadow: var(--glow-red); }
}

@media (max-width: 41.99rem) {
  .atmosphere__grain { opacity: .045; }
  .atmosphere__glow { opacity: .32; }
  .intro-gate__media img { opacity: .28; }
  .intro-gate h1 { font-size: clamp(2.65rem, 13vw, 4.8rem); }
  .intro-gate__line { font-size: clamp(.95rem, 4.4vw, 1.5rem); }
  .ticker span { font-size: 1.18rem; }
  .ritual-card,
  .menu-group,
  .local__gallery figure { box-shadow: 0 18px 46px rgba(0, 0, 0, .54), 0 0 14px rgba(242, 13, 23, .08); }
}

.hits__grid img,
.menu-fallback img,
.sloppy__poster img,
.local__gallery img { cursor: zoom-in; }

.hits__grid img:focus-visible,
.menu-fallback img:focus-visible,
.sloppy__poster img:focus-visible,
.local__gallery img:focus-visible { outline: 2px solid var(--orange); outline-offset: -4px; }

.image-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
  border: 0;
  background: rgba(3, 2, 2, .96);
  color: var(--cream);
}
.image-lightbox[open] { display: grid; place-items: center; }
.image-lightbox::backdrop { background: rgba(0, 0, 0, .88); backdrop-filter: blur(12px); }
.image-lightbox img { width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 2rem); object-fit: contain; box-shadow: var(--glow-red), 0 30px 100px rgba(0, 0, 0, .8); }
.image-lightbox__close {
  position: fixed;
  z-index: 2;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid var(--red-hot);
  background: rgba(3, 2, 2, .9);
  color: var(--cream);
  font: 400 2rem/1 var(--display);
  box-shadow: var(--glow-red);
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; filter: none; transform: none; will-change: auto; }
  .atmosphere__glow, .burger-cursor { display: none; }
}

/* Section-specific alignment and borderless header radio. */
.scene.sloppy { padding-top: calc(var(--header-h) + 2rem); }

.music-widget__summary {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (min-width: 64rem) {
  .scene.sloppy { padding-top: calc(var(--header-h) + 2.25rem); }
  .music-widget { width: clamp(13rem, 18vw, 17rem); }
  .music-widget__summary { min-height: 3rem; padding: .35rem 0; gap: .8rem; }
  .music-widget__summary strong { font-size: .82rem; }
  .music-widget__summary svg {
    width: 1.9rem;
    height: 1.9rem;
    flex: 0 0 auto;
    padding: .52rem;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 16px rgba(242, 13, 23, .55);
  }
  .music-widget__panel { width: min(17rem, calc(100vw - 2rem)); }
}

/* Stable in-header radio and compact mobile framing. */
@media (max-width: 63.99rem) {
  .container { width: calc(100% - 4rem); margin-inline: auto; }
  .site-header.is-scrolled { height: var(--header-h); backdrop-filter: none; }
  .music-widget {
    position: relative;
    z-index: 60;
    right: auto;
    bottom: auto;
    width: clamp(7.25rem, 30vw, 9rem);
    min-width: 0;
    flex: 0 1 9rem;
    margin-right: .45rem;
    margin-left: auto;
    transform: none;
  }
  .music-widget__summary {
    min-height: 2.75rem;
    gap: .45rem;
    padding: .35rem .15rem;
  }
  .music-widget__summary small { font-size: .42rem; letter-spacing: .1em; }
  .music-widget__summary strong { font-size: .68rem; }
  .music-widget__summary svg {
    width: .75rem;
    height: .75rem;
    flex: 0 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .music-widget__panel {
    position: fixed;
    z-index: 80;
    top: calc(var(--header-h) + .55rem);
    right: 1rem;
    left: 1rem;
    width: auto;
    max-height: calc(100dvh - var(--header-h) - 1.5rem);
    padding: 1rem;
    overflow-y: auto;
    border: 0;
    border-top: 2px solid var(--red-hot);
    background: linear-gradient(135deg, rgba(242, 13, 23, .15), transparent 46%), rgba(3, 2, 2, .98);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .78), 0 0 26px rgba(242, 13, 23, .22);
    transform: none;
  }
  .music-widget__panel-head { font-size: .78rem; }
  .music-widget__panel-head button { min-height: 2.25rem; padding: .5rem .75rem; font-size: .7rem; }
  .music-widget__panel label { margin-top: 1rem; font-size: .68rem; }
  .music-widget input[type="range"] { min-height: 2rem; margin-top: .5rem; }
}

@media (max-width: 41.99rem) {
  .section-heading { margin-bottom: 1.75rem; }
  .ritual__grid { gap: .5rem; border-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
  .ritual-card {
    min-height: 0;
    padding: .6rem .6rem;
  }
  .ritual-card h3 { margin: .5rem 0 .3rem; font-size: clamp(1rem, 4vi, 1.6rem); }
  .ritual-card p { font-size: clamp(.6rem, 1.4vi, .76rem); line-height: 1.35; }
  .hits__grid { gap: .75rem; }
  .hit-card,
  .hit-card--hero {
    min-height: 0;
    aspect-ratio: auto;
  }
  .hit-card img { object-position: center; }
  .hit-card__content { right: 1rem; bottom: 1rem; left: 1rem; }
  .hit-card__content h3 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .hit-card__content > p:not(.eyebrow) { margin: .55rem 0; font-size: .82rem; }
  .menu-section .section-heading { text-align: center; margin-inline: auto; }
  .menu-filters { justify-content: center; }
  .menu-grid { gap: .5rem; }
  .menu-group { padding: clamp(.5rem, 1.5vi, .8rem); }
  .menu-group__head h3 { font-size: clamp(.9rem, 3vi, 1.3rem); }
  .menu-item { padding: .5rem 0; gap: .5rem; }
}

@media (min-width: 64rem) {
  .music-widget { margin: 0; }
  .music-widget__summary strong { text-align: center; }
  .music-widget__panel { right: auto; }
}