/* ==========================================================================
   The Saucy Heart
   Louisville, Kentucky. Italian, BBQ and Southern soul food.
   ========================================================================== */

:root {
  /* Ink */
  --ink:        #0A0909;
  --ink-2:      #100E0F;
  --ink-3:      #171416;
  --ink-4:      #211C1E;
  --hair:       rgba(246, 239, 227, 0.14);
  --hair-soft:  rgba(246, 239, 227, 0.08);

  /* Brand */
  --red:        #C8102E;
  --red-deep:   #8E0A20;
  --flame:      #E8452B;
  --brass:      #D9A05B;
  --leaf:       #2E6B45;

  /* Paper */
  --cream:      #F6EFE3;
  --cream-2:    rgba(246, 239, 227, 0.72);
  --cream-3:    rgba(246, 239, 227, 0.52);
  --cream-4:    rgba(246, 239, 227, 0.34);

  /* Type */
  --display: 'Bespoke Slab', 'Times New Roman', Georgia, serif;
  --poster:  'Tanker', 'Bespoke Slab', Impact, sans-serif;
  --body:    'Supreme', 'Helvetica Neue', Arial, sans-serif;
  --accent:  'Gambetta', Georgia, 'Times New Roman', serif;
  --mono:    ui-monospace, 'SFMono-Regular', 'Roboto Mono', Menlo, Consolas, monospace;

  /* Metrics */
  --gutter:  clamp(20px, 5vw, 56px);
  --shell:   1260px;
  --shell-w: 1620px;
  --band:    clamp(72px, 9.5vw, 148px);
  --r:       3px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: clamp(16px, 0.55vw + 14.4px, 18px);
  line-height: 1.68;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; line-height: 1.02; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

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

button, input, select, textarea { font: inherit; color: inherit; }

::selection { background: var(--red); color: var(--cream); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 999;
  background: var(--red); color: var(--cream);
  padding: 12px 20px; font: 600 13px/1 var(--mono);
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 16px; }

:focus-visible {
  outline: 2px solid var(--flame);
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Page atmosphere: grain + ember glows
   -------------------------------------------------------------------------- */

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

.vignette {
  position: fixed; inset: 0; z-index: 899; pointer-events: none;
  background: radial-gradient(120% 90% at 50% 42%, transparent 42%, rgba(0,0,0,0.55) 100%);
}

@media (max-width: 700px) { .grain { opacity: 0.04; } }

/* --------------------------------------------------------------------------
   Shell
   -------------------------------------------------------------------------- */

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding-inline: var(--gutter); }
.shell-wide { width: 100%; max-width: var(--shell-w); margin: 0 auto; padding-inline: var(--gutter); }
.shell-flush { width: 100%; max-width: var(--shell-w); margin: 0 auto; }

.band { padding-block: var(--band); position: relative; }
.band-tight { padding-block: clamp(52px, 6.5vw, 96px); }
.band-ink2 { background: var(--ink-2); }
.band-ink3 { background: var(--ink-3); }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font: 500 11.5px/1 var(--mono);
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream-3);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: ""; width: 34px; height: 2px; flex: none;
  background: linear-gradient(90deg, var(--red), var(--flame));
}
.eyebrow-c { justify-content: center; }
.eyebrow-c::after {
  content: ""; width: 34px; height: 2px; flex: none;
  background: linear-gradient(270deg, var(--red), var(--flame));
}

.h-xl {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 5.7vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.022em;
}
.h-lg {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.25rem, 4.6vw, 3.9rem);
  line-height: 0.99;
  letter-spacing: -0.018em;
}
.h-md {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
}
.h-sm {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.15rem, 1.5vw, 1.32rem);
  line-height: 1.2;
}

.script {
  font-family: var(--accent);
  font-weight: 500;
  font-style: italic;
  color: var(--flame);
  letter-spacing: 0;
}

.lede {
  font-size: clamp(1.06rem, 1.15vw, 1.22rem);
  line-height: 1.62;
  color: var(--cream-2);
  max-width: 62ch;
}

.muted { color: var(--cream-3); }
.small { font-size: 0.9rem; line-height: 1.6; color: var(--cream-3); }

.tag {
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream-4);
}

.measure { max-width: 60ch; }

/* Giant cropped poster word */
.watermark {
  position: absolute; z-index: 0; pointer-events: none; user-select: none;
  font-family: var(--poster);
  font-size: clamp(9rem, 26vw, 24rem);
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(246, 239, 227, 0.055);
  white-space: nowrap;
}
.watermark-fill {
  color: rgba(246, 239, 227, 0.035);
  -webkit-text-stroke: 0;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 17px 30px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font: 700 12.5px/1 var(--mono);
  letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease), background-color 0.35s var(--ease),
              color 0.35s var(--ease), border-color 0.35s var(--ease);
  min-height: 52px;
}
.btn svg { width: 15px; height: 15px; flex: none; }

.btn-primary {
  background: var(--red);
  color: var(--cream);
  box-shadow: 0 18px 44px -22px rgba(200, 16, 46, 0.95);
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,0.22) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.75s var(--ease);
}
.btn-primary:hover { background: var(--flame); transform: translateY(-2px); }
.btn-primary:hover::after { transform: translateX(120%); }

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(246, 239, 227, 0.28);
}
.btn-ghost:hover { border-color: var(--cream); background: rgba(246,239,227,0.06); transform: translateY(-2px); }

.btn-cream { background: var(--cream); color: var(--ink); }
.btn-cream:hover { background: #fff; transform: translateY(-2px); }

.btn-block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Text link with animated rule */
.link-rule {
  display: inline-flex; align-items: center; gap: 10px;
  font: 700 12px/1 var(--mono);
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream);
  padding-block: 6px;
  position: relative;
}
.link-rule::before {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: rgba(246,239,227,0.3);
}
.link-rule::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--flame);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.link-rule:hover { color: var(--flame); }
.link-rule:hover::after { transform: scaleX(1); }
.link-rule svg { width: 13px; height: 13px; transition: transform 0.4s var(--ease); }
.link-rule:hover svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.topbar {
  background: var(--ink-3);
  border-bottom: 1px solid var(--hair-soft);
  font: 500 11.5px/1 var(--mono);
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-3);
  position: relative; z-index: 60;
}
.topbar-in {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 40px; padding-block: 10px;
}
.topbar a { color: var(--cream-2); }
.topbar a:hover { color: var(--flame); }
.topbar-l { display: flex; align-items: center; gap: 10px; }
.topbar-r { display: flex; align-items: center; gap: 22px; }
.topbar-dot { width: 6px; height: 6px; background: var(--flame); border-radius: 50%; flex: none;
  animation: pulse 2.6s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
@media (max-width: 860px) { .topbar-r .hide-sm { display: none; } }
@media (max-width: 560px) { .topbar-in { justify-content: center; } .topbar-l { display: none; } }

.header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(10, 9, 9, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.header.is-stuck {
  background: rgba(10, 9, 9, 0.94);
  border-bottom-color: var(--hair-soft);
}
.header-in {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  min-height: 84px; padding-block: 10px;
}
.brand { display: flex; align-items: center; flex: none; }
.brand img { width: clamp(112px, 12vw, 140px); height: auto; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  display: block; padding: 11px 14px;
  font: 500 12px/1 var(--mono);
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-2);
  position: relative;
  transition: color 0.3s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1.5px;
  background: var(--flame);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.nav a:hover { color: var(--cream); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--cream); }

.header-cta { display: flex; align-items: center; gap: 12px; flex: none; }
.header-cta .btn { padding: 13px 22px; min-height: 46px; font-size: 11.5px; }

.burger {
  display: none; width: 46px; height: 46px; flex: none;
  background: transparent; border: 1px solid rgba(246,239,227,0.22);
  border-radius: var(--r); cursor: pointer;
  align-items: center; justify-content: center;
}
.burger span {
  display: block; width: 18px; height: 1.5px; background: var(--cream);
  position: relative; transition: background-color 0.25s var(--ease);
}
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--cream);
  transition: transform 0.35s var(--ease), top 0.35s var(--ease);
}
.burger span::before { top: -6px; }
.burger span::after  { top: 6px; }
.is-open .burger span { background: transparent; }
.is-open .burger span::before { top: 0; transform: rotate(45deg); }
.is-open .burger span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 1100px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: flex; }
  .header-in { min-height: 72px; }
}

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 79;
  background: var(--ink);
  padding: 108px var(--gutter) 40px;
  overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer-nav { display: flex; flex-direction: column; border-top: 1px solid var(--hair-soft); }
.drawer-nav a {
  display: flex; align-items: baseline; gap: 16px;
  padding: 20px 0; border-bottom: 1px solid var(--hair-soft);
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.55rem, 7vw, 2.1rem); line-height: 1;
  color: var(--cream);
}
.drawer-nav a span { font: 500 11px/1 var(--mono); color: var(--cream-4); letter-spacing: 0.16em; }
.drawer-nav a:hover, .drawer-nav a[aria-current="page"] { color: var(--flame); }
.drawer-foot { margin-top: 34px; display: grid; gap: 14px; }
.drawer-foot .btn { width: 100%; }

body.nav-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: min(92vh, 840px);
  display: flex; align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: 62% 42%;
  transform: scale(1.04);
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--ink) 2%, rgba(10,9,9,0.72) 34%, rgba(10,9,9,0.32) 66%, rgba(10,9,9,0.62) 100%),
    linear-gradient(100deg, rgba(10,9,9,0.92) 0%, rgba(10,9,9,0.55) 46%, transparent 72%);
}
.hero-smoke {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(64% 52% at 14% 76%, rgba(200,16,46,0.24), transparent 68%),
              radial-gradient(48% 44% at 88% 24%, rgba(232,69,43,0.16), transparent 70%);
  mix-blend-mode: screen;
}
.hero-in { position: relative; padding-block: clamp(96px, 14vh, 168px) clamp(64px, 9vh, 110px); width: 100%; }
.hero-copy { max-width: 880px; }
.hero .h-xl { text-shadow: 0 8px 60px rgba(0,0,0,0.5); }
.hero .btn-row { margin-top: 38px; }
.hero .eyebrow { flex-wrap: wrap; }

.hero-sub {
  margin-top: 22px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.02rem, 1.5vw, 1.32rem);
  line-height: 1.4;
  color: var(--cream-2);
  max-width: 620px;
}

/* Compact page hero */
.hero-page { min-height: min(66vh, 600px); }
.hero-page .hero-in { padding-block: clamp(88px, 12vh, 132px) clamp(52px, 7vh, 84px); }
.hero-page .hero-copy { max-width: 820px; }
.hero-page .h-xl { font-size: clamp(2.4rem, 5vw, 4.4rem); }

.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font: 500 10px/1 var(--mono); letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-4); z-index: 3;
}
.scroll-cue i {
  display: block; width: 1px; height: 42px;
  background: linear-gradient(var(--flame), transparent);
  animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; }
  50.1% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 760px) { .scroll-cue { display: none; } }

/* Hero stat strip riding the bottom edge */
.hero-strip {
  position: relative; z-index: 4;
  background: var(--red);
  color: var(--cream);
}
.hero-strip-in {
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.hero-strip div {
  padding: 22px 26px;
  border-left: 1px solid rgba(246,239,227,0.2);
  font: 500 11.5px/1.5 var(--mono);
  letter-spacing: 0.16em; text-transform: uppercase;
}
.hero-strip div:first-child { border-left: 0; }
.hero-strip strong { display: block; font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.02em;
  text-transform: none; font-weight: 700; margin-bottom: 4px; }
.hero-strip a { border-bottom: 1px solid rgba(246,239,227,0.4); padding-bottom: 2px;
  transition: border-color 0.3s var(--ease); }
.hero-strip a:hover { border-bottom-color: var(--cream); }
@media (max-width: 780px) {
  .hero-strip-in { grid-template-columns: 1fr; }
  .hero-strip div { border-left: 0; border-top: 1px solid rgba(246,239,227,0.2); padding: 16px var(--gutter); }
  .hero-strip div:first-child { border-top: 0; }
}

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */

.marquee {
  overflow: hidden; position: relative;
  background: var(--red);
  border-block: 1px solid rgba(0,0,0,0.25);
  padding-block: 15px;
  transform: rotate(-0.6deg) scale(1.03);
  margin-block: -6px;
}
.marquee-track { display: flex; width: max-content; animation: slide 42s linear infinite; }
.marquee-track > span {
  display: inline-flex; align-items: center; gap: 26px; padding-right: 26px;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(0.98rem, 1.5vw, 1.22rem);
  letter-spacing: 0.02em; color: var(--cream); white-space: nowrap;
}
.marquee-track i {
  width: 7px; height: 7px; background: var(--cream); flex: none;
  transform: rotate(45deg); opacity: 0.7;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

.marquee-dark { background: var(--ink-3); border-block-color: var(--hair-soft); transform: none; margin-block: 0; }
.marquee-dark .marquee-track > span { color: var(--cream-3); font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; }
.marquee-dark i { background: var(--red); }

/* --------------------------------------------------------------------------
   Editorial split
   -------------------------------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  position: relative;
}
.split-copy { grid-column: span 6; position: relative; z-index: 2; }
.split-media { grid-column: span 6; position: relative; }

.split-6535 .split-copy { grid-column: span 5; }
.split-6535 .split-media { grid-column: span 7; }

.split-flip .split-copy { order: 2; }
.split-flip .split-media { order: 1; }

/* Media that bleeds past the shell edge */
.bleed-l { margin-left: calc(50% - 50vw); }
.bleed-r { margin-right: calc(50% - 50vw); }

.frame { position: relative; overflow: hidden; border-radius: var(--r); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(10,9,9,0.42));
  pointer-events: none;
}
.frame-tall { aspect-ratio: 4 / 5; }
.frame-wide { aspect-ratio: 16 / 10; }
.frame-square { aspect-ratio: 1 / 1; }

.frame-note {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  background: var(--red); color: var(--cream);
  padding: 12px 20px;
  font: 600 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase;
}

/* Small offset image stacked over a larger one */
.stack { position: relative; }
.stack .frame + .frame {
  position: absolute; right: -6%; bottom: -12%; width: 46%;
  border: 6px solid var(--ink);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.9);
}

@media (max-width: 900px) {
  .split-copy, .split-media,
  .split-6535 .split-copy, .split-6535 .split-media { grid-column: 1 / -1; }
  .split-flip .split-copy { order: 0; }
  .split-flip .split-media { order: 0; }
  .bleed-l, .bleed-r { margin-inline: calc(var(--gutter) * -1); border-radius: 0; }
  .stack .frame + .frame { width: 42%; right: 4%; bottom: -8%; }
}

/* --------------------------------------------------------------------------
   Numbered editorial rows (no cards)
   -------------------------------------------------------------------------- */

.rows { border-top: 1px solid var(--hair); }
.row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
  padding-block: clamp(30px, 3.4vw, 48px);
  border-bottom: 1px solid var(--hair);
  position: relative;
  transition: background-color 0.5s var(--ease);
}
.row::before {
  content: ""; position: absolute; left: calc(var(--gutter) * -1); right: calc(var(--gutter) * -1);
  top: 0; bottom: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(200,16,46,0.09), transparent 62%);
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.row:hover::before { opacity: 1; }
.row > * { position: relative; z-index: 1; }
.row-num {
  font-family: var(--poster);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(246,239,227,0.3);
  transition: color 0.5s var(--ease), -webkit-text-stroke-color 0.5s var(--ease);
}
.row:hover .row-num { color: var(--red); -webkit-text-stroke-color: transparent; }
.row-body p { margin-top: 12px; color: var(--cream-3); }
.row-tags { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; }
.row-tags li { font: 500 11px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-4); }
.row-media { align-self: start; }
.row-media .frame { aspect-ratio: 16 / 10; }

@media (max-width: 900px) {
  .row { grid-template-columns: 64px minmax(0, 1fr); }
  .row-media { grid-column: 1 / -1; }
  .row-media .frame { aspect-ratio: 16 / 9; min-height: 0; }
}

/* --------------------------------------------------------------------------
   Menu rules (leader dots)
   -------------------------------------------------------------------------- */

.menu-group + .menu-group { margin-top: clamp(48px, 6vw, 84px); }

.menu-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding-bottom: 18px; margin-bottom: 6px;
  border-bottom: 2px solid var(--red);
}
.menu-head p { color: var(--cream-3); font-size: 0.94rem; }

.menu-list { display: grid; }
.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  padding-block: 22px;
  border-bottom: 1px solid var(--hair-soft);
  position: relative;
  transition: padding-left 0.45s var(--ease);
}
.menu-item::before {
  content: ""; position: absolute; left: -14px; top: 50%; transform: translateY(-50%) scaleY(0);
  width: 3px; height: 62%; background: var(--red);
  transition: transform 0.45s var(--ease);
}
.menu-item:hover { padding-left: 14px; }
.menu-item:hover::before { transform: translateY(-50%) scaleY(1); }

.menu-name {
  display: flex; align-items: baseline; gap: 12px; min-width: 0;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.14rem, 1.7vw, 1.42rem);
  line-height: 1.16;
  letter-spacing: -0.008em;
}
.menu-leader { flex: 1 1 auto; height: 1px; min-width: 18px; margin-bottom: 5px;
  background-image: radial-gradient(circle, rgba(246,239,227,0.34) 1px, transparent 1px);
  background-size: 7px 1px; background-repeat: repeat-x; }
.menu-price {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.14rem, 1.7vw, 1.42rem);
  color: var(--flame); white-space: nowrap;
}
.menu-desc { grid-column: 1 / -1; color: var(--cream-3); font-size: 0.955rem; max-width: 68ch; }
.menu-flag {
  display: inline-block; vertical-align: middle;
  font: 600 9.5px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass); border: 1px solid rgba(217,160,91,0.45);
  padding: 4px 7px; margin-left: 4px;
}

.menu-inline {
  display: flex; flex-wrap: wrap; gap: 10px 26px; padding-block: 20px;
  border-bottom: 1px solid var(--hair-soft);
}
.menu-inline li { font-size: 0.96rem; color: var(--cream-2); }
.menu-inline b { color: var(--cream); font-weight: 500; }
.menu-inline span { color: var(--flame); font-weight: 700; font-family: var(--display); }

@media (max-width: 620px) {
  .menu-name { font-size: 1.08rem; }
  .menu-leader { display: none; }
}

/* --------------------------------------------------------------------------
   The board: ruled menu list that drives one large image
   -------------------------------------------------------------------------- */

.board {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(28px, 4.5vw, 72px);
  align-items: start;
}
.board-list { border-top: 1px solid var(--hair); }
.board-row {
  width: 100%; text-align: left;
  background: transparent; border: 0;
  border-bottom: 1px solid var(--hair-soft);
  font: inherit; color: inherit; cursor: pointer;
  border-radius: 0;
}
.board-row .menu-name { color: var(--cream); transition: color 0.4s var(--ease); }
.board-row.is-active { padding-left: 14px; }
.board-row.is-active::before { transform: translateY(-50%) scaleY(1); }
.board-row.is-active .menu-name { color: var(--flame); }
.board-row .menu-desc { transition: color 0.4s var(--ease); }
.board-row.is-active .menu-desc { color: var(--cream-2); }

.board-media { position: sticky; top: 108px; }
.board-frame {
  position: relative; overflow: hidden; border-radius: var(--r);
  aspect-ratio: 4 / 4.6; background: var(--ink-3);
}
.board-frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.35s var(--ease), transform 1.1s var(--ease);
}
.board-frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(10,9,9,0.5));
}
.board-frame.is-swapping img { opacity: 0; }

@media (max-width: 900px) {
  .board { grid-template-columns: 1fr; }
  .board-media { position: static; order: -1; }
  .board-frame { aspect-ratio: 16 / 11; }
}

/* --------------------------------------------------------------------------
   Menu page: filter bar, two column groups
   -------------------------------------------------------------------------- */

.filters {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding-block: 22px;
  border-block: 1px solid var(--hair);
  position: sticky; top: 84px; z-index: 40;
  background: rgba(10, 9, 9, 0.9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.filters button {
  background: transparent; border: 1px solid var(--hair); border-radius: var(--r);
  padding: 11px 18px; min-height: 44px; cursor: pointer;
  font: 500 11.5px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cream-3);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}
.filters button:hover { color: var(--cream); border-color: rgba(246,239,227,0.4); }
.filters button[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: var(--cream); }
@media (max-width: 1100px) { .filters { top: 72px; } }

.menu-cols {
  display: grid; grid-template-columns: 1.28fr 0.72fr;
  gap: clamp(28px, 4vw, 64px); align-items: start;
}
.menu-shots { display: grid; gap: 12px; position: sticky; top: 176px; }
@media (max-width: 900px) {
  .menu-cols { grid-template-columns: 1fr; }
  .menu-shots { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .menu-shots { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Steps: oversized numerals on a rule
   -------------------------------------------------------------------------- */

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hair); }
.steps > li {
  padding: clamp(28px, 3vw, 42px) clamp(18px, 2vw, 30px) clamp(34px, 3.6vw, 50px) 0;
  border-bottom: 1px solid var(--hair);
  position: relative;
}
.steps > li::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform 0.7s var(--ease);
}
.steps > li:hover::after { transform: scaleX(1); }
.steps b {
  display: block; font-family: var(--poster);
  font-size: clamp(2.6rem, 4.4vw, 3.6rem); line-height: 0.8;
  color: transparent; -webkit-text-stroke: 1px rgba(246,239,227,0.28);
  margin-bottom: 20px;
  transition: color 0.5s var(--ease), -webkit-text-stroke-color 0.5s var(--ease);
}
.steps > li:hover b { color: var(--flame); -webkit-text-stroke-color: transparent; }
.steps h3 { font-family: var(--display); font-weight: 700; font-size: 1.16rem; line-height: 1.2; }
.steps p { margin-top: 12px; color: var(--cream-3); font-size: 0.94rem; }
.steps-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .steps, .steps-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps, .steps-3 { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Icon list (perfect for, what we bring)
   -------------------------------------------------------------------------- */

.ticks { display: grid; gap: 0; border-top: 1px solid var(--hair); }
.ticks li {
  display: grid; grid-template-columns: 26px 1fr; gap: 16px; align-items: start;
  padding-block: 18px; border-bottom: 1px solid var(--hair-soft);
}
.ticks svg { width: 18px; height: 18px; color: var(--red); margin-top: 4px; }
.ticks b { display: block; font-family: var(--display); font-weight: 700; font-size: 1.06rem; }
.ticks span { display: block; margin-top: 5px; color: var(--cream-3); font-size: 0.93rem; }

/* --------------------------------------------------------------------------
   Channels (where to find us)
   -------------------------------------------------------------------------- */

.channels { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hair); }
.channels a {
  display: block; padding: clamp(26px, 3vw, 40px) clamp(20px, 2.4vw, 34px);
  border-bottom: 1px solid var(--hair); border-left: 1px solid var(--hair);
  transition: background-color 0.45s var(--ease);
  position: relative; overflow: hidden;
}
.channels a:first-child { border-left: 0; }
.channels a::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(200,16,46,0.14), transparent 60%);
  opacity: 0; transition: opacity 0.45s var(--ease);
}
.channels a:hover::before { opacity: 1; }
.channels svg { width: 22px; height: 22px; color: var(--flame); margin-bottom: 20px; position: relative; }
.channels h3 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; position: relative; }
.channels p { margin-top: 10px; color: var(--cream-3); font-size: 0.93rem; position: relative; }
.channels em { display: block; margin-top: 14px; font-style: normal; position: relative;
  font: 600 11px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); }
@media (max-width: 820px) {
  .channels { grid-template-columns: 1fr; }
  .channels a { border-left: 0; }
}

/* --------------------------------------------------------------------------
   Full-bleed panels (edge to edge, no gaps)
   -------------------------------------------------------------------------- */

.panels { display: grid; grid-template-columns: repeat(3, 1fr); }
.panels-2 { grid-template-columns: repeat(2, 1fr); }
.panel {
  position: relative; display: flex; align-items: flex-end;
  min-height: clamp(400px, 46vw, 620px);
  padding: clamp(28px, 3vw, 46px);
  overflow: hidden;
  border-left: 1px solid rgba(10,9,9,0.9);
  isolation: isolate;
}
.panel:first-child { border-left: 0; }
.panel img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.1s var(--ease), filter 0.7s var(--ease);
  filter: saturate(0.92) brightness(0.86);
}
.panel::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(10,9,9,0.96) 6%, rgba(10,9,9,0.68) 40%, rgba(10,9,9,0.18) 78%);
  transition: opacity 0.6s var(--ease);
}
.panel:hover img { transform: scale(1.09); filter: saturate(1.05) brightness(0.96); }
.panel-body { position: relative; width: 100%; }
.panel-kicker {
  font: 600 11px/1 var(--mono); letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--flame); margin-bottom: 14px; display: block;
}
.panel h3 { font-family: var(--display); font-weight: 800;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem); line-height: 1.04; letter-spacing: -0.015em; }
.panel p { margin-top: 14px; color: var(--cream-2); font-size: 0.97rem; max-width: 40ch; }
.panel .link-rule { margin-top: 22px; }
.panel-rule { height: 2px; width: 0; background: var(--red); margin-top: 24px;
  transition: width 0.7s var(--ease); }
.panel:hover .panel-rule { width: 74px; }

@media (max-width: 1000px) { .panels { grid-template-columns: 1fr 1fr; }
  .panel:nth-child(3) { grid-column: 1 / -1; min-height: 360px; } .panel:nth-child(3) { border-left: 0; border-top: 1px solid rgba(10,9,9,0.9); } }
@media (max-width: 680px) { .panels, .panels-2 { grid-template-columns: 1fr; }
  .panel { border-left: 0; border-top: 1px solid rgba(10,9,9,0.9); min-height: 380px; }
  .panel:first-child { border-top: 0; } }

/* --------------------------------------------------------------------------
   Cinematic full-bleed break
   -------------------------------------------------------------------------- */

.cinema {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: clamp(480px, 74vh, 780px);
  display: flex; align-items: center;
}
.cinema-media { position: absolute; inset: -12% 0; z-index: -2; }
.cinema-media img { width: 100%; height: 100%; object-fit: cover; }
.cinema::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(10,9,9,0.94) 0%, rgba(10,9,9,0.7) 44%, rgba(10,9,9,0.3) 100%),
              linear-gradient(to top, var(--ink), transparent 34%);
}
.cinema-quote {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 3.1rem);
  line-height: 1.1; letter-spacing: -0.018em;
  max-width: 20ch;
}
.cinema-quote .script { display: block; font-size: 0.86em; }
.cinema cite { display: block; margin-top: 28px; font-style: normal;
  font: 500 11.5px/1.6 var(--mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-3); }

/* --------------------------------------------------------------------------
   Sauces
   -------------------------------------------------------------------------- */

.bottles {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 48px);
  align-items: end;
}
.bottle { position: relative; text-align: center; }
.bottle-img {
  position: relative; display: block; margin: 0 auto clamp(20px, 2.6vw, 32px);
  width: clamp(120px, 15vw, 210px);
  filter: drop-shadow(0 40px 46px rgba(0,0,0,0.85));
  transition: transform 0.7s var(--ease);
}
.bottle:hover .bottle-img { transform: translateY(-14px) rotate(-1.5deg); }
.bottle-glow {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: 118%; aspect-ratio: 1; z-index: -1; pointer-events: none;
  background: radial-gradient(circle, rgba(232,69,43,0.3), transparent 62%);
  opacity: 0; transition: opacity 0.7s var(--ease);
}
.bottle:hover .bottle-glow { opacity: 1; }
.bottle h3 { font-family: var(--display); font-weight: 800; font-size: clamp(1.18rem, 1.8vw, 1.5rem);
  line-height: 1.14; }
.bottle .tag { display: block; margin-top: 10px; color: var(--brass); }
.bottle p { margin-top: 14px; color: var(--cream-3); font-size: 0.94rem; }
.bottle .bottle-price { margin-top: 18px; font-family: var(--display); font-weight: 800;
  font-size: 1.34rem; color: var(--flame); }
.bottle .bottle-price small { display: block; font: 500 10.5px/1 var(--mono); letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--cream-4); margin-top: 7px; }
@media (min-width: 761px) { .bottle h3 { min-height: 2.28em; } }

@media (max-width: 760px) {
  .bottles { grid-template-columns: 1fr; gap: 56px; }
  .bottle-img { width: 150px; }
}

/* --------------------------------------------------------------------------
   Gallery + lightbox
   -------------------------------------------------------------------------- */

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.gal { position: relative; overflow: hidden; border-radius: var(--r); cursor: pointer;
  background: var(--ink-3); border: 0; padding: 0; display: block; width: 100%; }
.gal img { width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease), filter 0.6s var(--ease);
  filter: brightness(0.88) saturate(0.94); }
.gal::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,9,0.6), transparent 52%);
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.gal:hover img { transform: scale(1.07); filter: brightness(1) saturate(1.04); }
.gal:hover::after { opacity: 1; }
.gal-plus {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  width: 38px; height: 38px; display: grid; place-items: center;
  background: var(--red); color: var(--cream);
  opacity: 0; transform: translateY(8px) scale(0.85);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.gal-plus svg { width: 15px; height: 15px; }
.gal:hover .gal-plus { opacity: 1; transform: none; }

/* Spans pair with a matching aspect ratio so every tile in a row lands on the
   same baseline. Feature row (a + b) sits taller than the rest. */
.gal-a { grid-column: span 7; aspect-ratio: 7 / 3.7; }
.gal-b { grid-column: span 5; aspect-ratio: 5 / 3.7; }
.gal-c { grid-column: span 4; aspect-ratio: 4 / 3; }
.gal-d { grid-column: span 5; aspect-ratio: 5 / 3; }
.gal-e { grid-column: span 3; aspect-ratio: 3 / 3; }
.gal-f { grid-column: span 6; aspect-ratio: 6 / 3; }
.gal-g { grid-column: span 7; aspect-ratio: 7 / 3; }

@media (max-width: 900px) {
  .gallery { grid-template-columns: repeat(6, 1fr); }
  .gallery > .gal { grid-column: span 3; aspect-ratio: 1 / 1; }
  .gallery > .gal-a { grid-column: span 6; aspect-ratio: 16 / 10; }
}
@media (max-width: 520px) {
  .gallery > .gal, .gallery > .gal-a { grid-column: span 6; aspect-ratio: 4 / 3; }
}

.lightbox {
  position: fixed; inset: 0; z-index: 950;
  background: rgba(6, 5, 5, 0.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; width: min(92vw, 1180px); }
.lightbox img {
  width: 100%; max-height: 82vh; object-fit: contain; border-radius: var(--r);
  transform: scale(0.96); opacity: 0;
  transition: transform 0.5s var(--ease), opacity 0.4s var(--ease);
}
.lightbox.is-open img { transform: none; opacity: 1; }
.lightbox-cap {
  margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font: 500 11.5px/1.5 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-3);
}
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; display: grid; place-items: center;
  background: rgba(10,9,9,0.7); border: 1px solid var(--hair);
  color: var(--cream); cursor: pointer; border-radius: var(--r);
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.lb-btn:hover { background: var(--red); border-color: var(--red); }
.lb-btn svg { width: 18px; height: 18px; }
.lb-prev { left: -68px; }
.lb-next { right: -68px; }
.lb-close {
  position: fixed; top: 24px; right: 24px; width: 52px; height: 52px;
  display: grid; place-items: center; background: transparent;
  border: 1px solid var(--hair); color: var(--cream); cursor: pointer; border-radius: var(--r);
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.lb-close:hover { background: var(--red); transform: rotate(90deg); }
.lb-close svg { width: 16px; height: 16px; }
@media (max-width: 1340px) {
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
  .lb-btn { width: 44px; height: 44px; background: rgba(10,9,9,0.85); }
}
body.lb-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq { border-top: 1px solid var(--hair); }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding-block: clamp(22px, 2.4vw, 30px);
  cursor: pointer; list-style: none;
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.06rem, 1.45vw, 1.3rem); line-height: 1.28;
  transition: color 0.35s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--flame); }
.faq-icon { position: relative; flex: none; width: 20px; height: 20px; margin-top: 4px; }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--flame);
  transform: translate(-50%, -50%); transition: transform 0.4s var(--ease);
}
.faq-icon::before { width: 16px; height: 1.5px; }
.faq-icon::after  { width: 1.5px; height: 16px; }
.faq details[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-body { padding-bottom: 28px; }
.faq-body p { color: var(--cream-3); max-width: 76ch; }
.faq-body p + p { margin-top: 14px; }
.faq-body a { color: var(--flame); text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field > span {
  font: 500 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream-3);
}
.field input, .field select, .field textarea {
  width: 100%;
  background: rgba(246,239,227,0.04);
  border: 1px solid var(--hair);
  border-radius: var(--r);
  padding: 15px 16px;
  color: var(--cream);
  font-size: 0.98rem;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
  min-height: 52px;
}
.field textarea { min-height: 138px; resize: vertical; line-height: 1.6; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23F6EFE3' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 12px;
  padding-right: 44px; cursor: pointer;
}
.field select option { background: var(--ink-3); color: var(--cream); }
.field input::placeholder, .field textarea::placeholder { color: rgba(246,239,227,0.3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--flame); background: rgba(246,239,227,0.07);
}
.field input:invalid:not(:placeholder-shown) { border-color: rgba(200,16,46,0.7); }

.checks { display: flex; flex-wrap: wrap; gap: 10px; }
.check {
  position: relative; display: inline-flex;
}
.check input { position: absolute; opacity: 0; width: 0; height: 0; }
.check span {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 17px; border: 1px solid var(--hair); border-radius: var(--r);
  font: 500 11.5px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream-2); cursor: pointer;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease), color 0.3s var(--ease);
  min-height: 44px;
}
.check span::before {
  content: ""; width: 8px; height: 8px; flex: none;
  border: 1px solid rgba(246,239,227,0.4);
  transform: rotate(45deg);
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.check input:checked + span { border-color: var(--red); background: rgba(200,16,46,0.14); color: var(--cream); }
.check input:checked + span::before { background: var(--red); border-color: var(--red); }
.check input:focus-visible + span { outline: 2px solid var(--flame); outline-offset: 3px; }

.form-status {
  margin-top: 16px; min-height: 22px;
  font: 500 12px/1.5 var(--mono); letter-spacing: 0.1em;
  color: var(--cream-3);
}
.form-status.is-ok { color: var(--brass); }
.form-status.is-err { color: var(--flame); }
.form-fine { margin-top: 14px; font-size: 0.82rem; color: var(--cream-4); line-height: 1.6; }

.btn.is-sending { pointer-events: none; opacity: 0.75; }
.btn .spin {
  width: 14px; height: 14px; border: 2px solid rgba(246,239,227,0.35);
  border-top-color: var(--cream); border-radius: 50%;
  animation: spin 0.7s linear infinite; display: none;
}
.btn.is-sending .spin { display: block; }
.btn.is-sending .btn-arrow { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 680px) { .form-grid { grid-template-columns: 1fr; } }

/* Newsletter, inline */
.subscribe { display: flex; gap: 10px; flex-wrap: wrap; }
.subscribe input {
  flex: 1 1 220px; min-width: 0;
  background: rgba(246,239,227,0.05); border: 1px solid var(--hair);
  border-radius: var(--r); padding: 15px 16px; color: var(--cream); min-height: 52px;
}
.subscribe input:focus { outline: none; border-color: var(--flame); }
.subscribe .btn { flex: none; }

/* --------------------------------------------------------------------------
   Contact rails
   -------------------------------------------------------------------------- */

.contact-rail { display: grid; gap: 0; border-top: 1px solid var(--hair); }
.contact-rail a, .contact-rail div {
  display: grid; grid-template-columns: 132px 1fr; gap: 20px; align-items: baseline;
  padding-block: 22px; border-bottom: 1px solid var(--hair);
  transition: padding-left 0.4s var(--ease);
}
.contact-rail a:hover { padding-left: 12px; color: var(--flame); }
.contact-rail dt, .contact-rail .k {
  font: 500 11px/1.6 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-4);
}
.contact-rail .v { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.3; }
.contact-rail .v small { display: block; font-family: var(--body); font-weight: 400; font-size: 0.86rem;
  color: var(--cream-4); margin-top: 5px; letter-spacing: 0; }
@media (max-width: 560px) {
  .contact-rail a, .contact-rail div { grid-template-columns: 1fr; gap: 6px; }
}

.map-frame {
  position: relative; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--hair); background: var(--ink-3);
  aspect-ratio: 16 / 11;
}
.map-frame iframe { width: 100%; height: 100%; border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.86) brightness(1.04); }
.map-frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 70% at 50% 50%, rgba(200,16,46,0.16), rgba(10,9,9,0.5));
  mix-blend-mode: multiply;
}

/* --------------------------------------------------------------------------
   Facts strip
   -------------------------------------------------------------------------- */

.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hair); }
.facts > div { padding: clamp(26px, 3vw, 40px) clamp(18px, 2vw, 32px);
  border-bottom: 1px solid var(--hair); border-left: 1px solid var(--hair); }
.facts > div:first-child { border-left: 0; }
.facts b { display: block; font-family: var(--poster); font-size: clamp(2.4rem, 4.6vw, 3.5rem);
  line-height: 0.86; color: var(--flame); letter-spacing: 0.01em; }
.facts span { display: block; margin-top: 14px; font: 500 11px/1.6 var(--mono);
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-3); }
@media (max-width: 860px) {
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts > div:nth-child(odd) { border-left: 0; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer { background: var(--ink-2); border-top: 1px solid var(--hair-soft); position: relative; overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: clamp(32px, 4vw, 64px);
  padding-block: clamp(56px, 7vw, 92px); }
.footer h4 { font: 600 11px/1 var(--mono); letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cream-4); margin-bottom: 22px; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: var(--cream-2); font-size: 0.95rem; transition: color 0.3s var(--ease), transform 0.3s var(--ease); display: inline-block; }
.footer-links a:hover { color: var(--flame); transform: translateX(4px); }
.footer-brand img { width: 156px; margin-bottom: 22px; }
.footer-brand p { color: var(--cream-3); font-size: 0.95rem; max-width: 34ch; }
.socials { display: flex; gap: 10px; margin-top: 26px; }
.socials a {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--hair); border-radius: var(--r); color: var(--cream-2);
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.socials a:hover { background: var(--red); border-color: var(--red); color: var(--cream); transform: translateY(-3px); }
.socials svg { width: 17px; height: 17px; }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-block: 26px; border-top: 1px solid var(--hair-soft);
  font: 500 11px/1.7 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-4);
}
.footer-bottom a:hover { color: var(--flame); }

.footer-word {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: -3.2vw; z-index: 0;
  font-family: var(--poster); font-size: clamp(5rem, 17vw, 15rem); line-height: 0.8;
  color: rgba(246,239,227,0.028); white-space: nowrap; pointer-events: none; user-select: none;
}
.footer .shell { position: relative; z-index: 1; }

@media (max-width: 980px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Delivery / partner strip
   -------------------------------------------------------------------------- */

.partners { display: flex; align-items: center; gap: clamp(20px, 4vw, 54px); flex-wrap: wrap;
  justify-content: center; }
.partners span { font: 500 11px/1 var(--mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-4); }
.partners b { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  color: var(--cream-2); }

/* --------------------------------------------------------------------------
   Mascot flourish
   -------------------------------------------------------------------------- */

.mascot {
  position: absolute; z-index: 3; pointer-events: none; user-select: none;
  height: auto;
  filter: drop-shadow(0 30px 44px rgba(0,0,0,0.7));
  animation: bob 7s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1.5deg); } }
@media (max-width: 900px) { .mascot { display: none; } }

/* Smoke atmosphere layer behind a band */
.smoke-layer {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; user-select: none;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.16; mix-blend-mode: screen;
  filter: saturate(0.7);
}
.has-smoke::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(to bottom, var(--ink-2), transparent 22%, transparent 78%, var(--ink-2));
}

/* --------------------------------------------------------------------------
   Motion (initial states only apply with JS on)
   -------------------------------------------------------------------------- */

.js [data-reveal],
.js [data-stagger] > * { opacity: 0; transform: translateY(26px); }
.js [data-fade] { opacity: 0; }
.js .split-word > i { display: inline-block; transform: translateY(112%); }

.js.no-motion [data-reveal],
.js.no-motion [data-stagger] > *,
.js.no-motion [data-fade] { opacity: 1; transform: none; }
.js.no-motion .split-word > i { transform: none; }

.split-word { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.06em; }

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

/* Print */
@media print {
  .header, .topbar, .drawer, .footer, .grain, .vignette, .scroll-cue, .marquee { display: none !important; }
  body { background: #fff; color: #000; }
}
