:root {
  --ink: #1b120c;
  --paper: #fff6e8;
  --cream: #f7dfbd;
  --broth: #9e4f1b;
  --chili: #d43f16;
  --herb: #356f3d;
  --char: #100906;
  --line: rgba(255, 246, 232, 0.18);
  --shadow: 0 26px 80px rgba(16, 9, 6, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  background: var(--char);
  color: var(--paper);
  overflow-x: hidden;
  cursor: none;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.12) 0 1px, transparent 1px);
  background-size: 16px 16px, 23px 23px;
  mix-blend-mode: screen;
}

.broth-canvas {
  position: fixed;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.72;
}

.cursor-broth {
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 246, 232, 0.6);
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: width 160ms ease, height 160ms ease, border-color 160ms ease;
}
.cursor-broth::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: rgba(245, 176, 101, 0.5);
  filter: blur(4px);
}
.cursor-broth.is-hovering {
  width: 54px;
  height: 54px;
  border-color: rgba(245, 176, 101, 0.9);
}

.steam-field {
  position: fixed;
  inset: auto 0 0;
  z-index: 4;
  height: 42vh;
  pointer-events: none;
  overflow: hidden;
}
.steam-field span {
  position: absolute;
  bottom: -20vh;
  width: 18vw;
  height: 38vh;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 246, 232, 0.2), transparent 66%);
  filter: blur(18px);
  animation: steam 9s linear infinite;
}
.steam-field span:nth-child(1) { left: 5%; animation-delay: 0s; }
.steam-field span:nth-child(2) { left: 24%; animation-delay: -4s; }
.steam-field span:nth-child(3) { left: 46%; animation-delay: -1.5s; }
.steam-field span:nth-child(4) { left: 66%; animation-delay: -6s; }
.steam-field span:nth-child(5) { left: 83%; animation-delay: -3s; }
@keyframes steam {
  0% { transform: translate3d(0, 14vh, 0) scale(0.65); opacity: 0; }
  24% { opacity: 0.3; }
  100% { transform: translate3d(-4vw, -58vh, 0) scale(1.4); opacity: 0; }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(18px, 4vw, 56px);
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}
.site-header.is-scrolled {
  border-bottom: 1px solid rgba(255, 246, 232, 0.13);
  background: rgba(16, 9, 6, 0.72);
  backdrop-filter: blur(18px);
}
.brand {
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 246, 232, 0.78);
  font-size: 14px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}
.site-nav a:hover {
  color: var(--paper);
  background: rgba(255, 246, 232, 0.1);
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 246, 232, 0.28);
  border-radius: 8px;
  background: rgba(16, 9, 6, 0.4);
  color: var(--paper);
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}
.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.panel {
  position: relative;
  min-height: 100vh;
  padding: clamp(82px, 9vw, 132px) clamp(20px, 7vw, 110px);
}
.hero {
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  --mx: 55%;
  --my: 48%;
}
.hero-media,
.quote-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(16,9,6,0.7), rgba(16,9,6,0.24) 52%, rgba(16,9,6,0.72)),
    url("https://images.unsplash.com/photo-1631709497146-a239ef373cf1?q=80&w=1800&auto=format&fit=crop") center/cover;
  transform-origin: center;
}
.hero-media {
  filter: saturate(0.96) contrast(1.08);
  -webkit-mask-image: radial-gradient(circle 34vw at var(--mx) var(--my), #000 0 44%, rgba(0,0,0,0.58) 56%, transparent 82%);
  mask-image: radial-gradient(circle 34vw at var(--mx) var(--my), #000 0 44%, rgba(0,0,0,0.58) 56%, transparent 82%);
}
.hero-bloom {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245, 176, 101, 0.22), transparent 22vw),
    radial-gradient(circle at calc(var(--mx) + 12%) calc(var(--my) + 8%), rgba(212, 63, 22, 0.22), transparent 18vw);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero::after,
.quote::after,
.ending::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 70% 78%, rgba(158, 79, 27, 0.38), transparent 34%),
    linear-gradient(to bottom, transparent 45%, var(--char));
}
.hero-copy {
  width: min(880px, 100%);
  position: relative;
  z-index: 3;
}
.kicker,
.eyebrow {
  display: inline-block;
  color: #f5b065;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1,
.chapter h2,
.copy-block h2,
.timeline-heading h2,
.step h2,
.quote h2,
.street-copy h2,
.ending h2 {
  margin: 18px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
}
.hero h1 {
  font-size: clamp(64px, 10.8vw, 156px);
  max-width: 880px;
}
.hero-sub {
  width: min(620px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 246, 232, 0.84);
  font-size: clamp(19px, 2.4vw, 30px);
  line-height: 1.45;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 246, 232, 0.34);
  border-radius: 8px;
  background: rgba(255, 246, 232, 0.12);
  color: var(--paper);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}
.primary-link::after { content: "->"; }
.primary-link:hover { transform: translateY(-2px); background: rgba(255, 246, 232, 0.2); }
.hero-note {
  position: absolute;
  right: clamp(20px, 5vw, 80px);
  bottom: 92px;
  display: grid;
  gap: 10px;
}
.hero-note span {
  width: max-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 246, 232, 0.2);
  border-radius: 8px;
  background: rgba(16, 9, 6, 0.45);
  color: rgba(255, 246, 232, 0.78);
  backdrop-filter: blur(12px);
}
.broth-orbit {
  position: absolute;
  right: clamp(-120px, -6vw, -52px);
  top: 18vh;
  z-index: 2;
  width: min(34vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 246, 232, 0.12);
  border-radius: 50%;
  animation: orbitSpin 28s linear infinite;
  pointer-events: none;
}
.broth-orbit > .spice-chip {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 9px;
  padding: 7px 10px 7px 7px;
  border-radius: 8px;
  background: rgba(16, 9, 6, 0.62);
  color: rgba(255, 246, 232, 0.86);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transform: rotate(var(--angle)) translateX(min(17vw, 210px)) rotate(calc(var(--angle) * -1));
}
.spice-chip img {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(16, 9, 6, 0.12);
}
.broth-orbit > .spice-chip:nth-child(1) { --angle: 0deg; }
.broth-orbit > .spice-chip:nth-child(2) { --angle: 72deg; }
.broth-orbit > .spice-chip:nth-child(3) { --angle: 144deg; }
.broth-orbit > .spice-chip:nth-child(4) { --angle: 216deg; }
.broth-orbit > .spice-chip:nth-child(5) { --angle: 288deg; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: rgba(255, 246, 232, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--char);
}
.chapter { width: min(980px, 100%); text-align: center; }
.chapter h2,
.copy-block h2,
.timeline-heading h2,
.street-copy h2,
.ending h2 {
  font-size: clamp(44px, 7vw, 108px);
}
.chapter p,
.copy-block p,
.timeline-heading p,
.street-copy p,
.ending p {
  margin: 28px auto 0;
  color: rgba(255, 246, 232, 0.77);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.7;
}
.floating-words { position: absolute; inset: 0; pointer-events: none; }
.floating-words span {
  position: absolute;
  color: rgba(245, 176, 101, 0.16);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 9vw, 140px);
  font-weight: 800;
}
.floating-words span:nth-child(1) { top: 14%; left: 7%; }
.floating-words span:nth-child(2) { top: 16%; right: 10%; }
.floating-words span:nth-child(3) { bottom: 12%; left: 14%; }
.floating-words span:nth-child(4) { right: 8%; bottom: 10%; }

.split-panel,
.regions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: #1d100a;
}
.copy-block { max-width: 670px; }
.image-frame {
  height: min(72vh, 720px);
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.image-frame img { width: 100%; height: 120%; object-fit: cover; }

.timeline {
  background: var(--paper);
  color: var(--ink);
}
.timeline .eyebrow,
.anatomy-list .eyebrow,
.regions .eyebrow { color: var(--chili); }
.timeline-heading { max-width: 920px; }
.timeline-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 56px;
  border: 1px solid rgba(27, 18, 12, 0.12);
  background: rgba(27, 18, 12, 0.12);
}
.timeline-item,
.ingredient,
.region-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}
.timeline-item {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px;
  clip-path: inset(0 0 0 0 round 8px);
  transform-style: preserve-3d;
}
.timeline-lid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(158, 79, 27, 0.95), rgba(212, 63, 22, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255,255,255,0.08) 16px 17px);
  transform-origin: top center;
  pointer-events: none;
}
.timeline-item span,
.ingredient span {
  color: var(--chili);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.timeline-item h3,
.ingredient h3,
.region-card h3 {
  margin: 24px 0 0;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.05;
}
.timeline-item p,
.ingredient p,
.region-card p {
  color: rgba(27, 18, 12, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.sticky-story {
  height: 330vh;
  background: #130a06;
}
.sticky-stage {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  min-height: 100vh;
  padding: clamp(82px, 9vw, 132px) clamp(20px, 7vw, 110px);
  overflow: hidden;
}
.bowl-scene {
  position: relative;
  height: min(70vh, 680px);
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.bowl-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 58%, transparent 0 36%, rgba(16,9,6,0.72) 72%);
  pointer-events: none;
}
.bowl-scene img { width: 100%; height: 100%; object-fit: cover; }
.bowl-glow {
  position: absolute;
  inset: auto 10% -18% 10%;
  z-index: 1;
  height: 40%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 176, 101, 0.56), transparent 66%);
  filter: blur(24px);
}
.bowl-token {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 246, 232, 0.24);
  border-radius: 8px;
  background: rgba(16, 9, 6, 0.58);
  color: var(--paper);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0,0,0,0.32);
  backdrop-filter: blur(12px);
  transform: translate3d(var(--x, 0), var(--y, 0), 0) rotate(var(--r, 0deg));
}
.bowl-token img {
  width: 48px;
  height: 48px;
  border-radius: 7px;
  object-fit: contain;
}
.token-broth { left: 44%; top: 44%; --x: -220px; --y: 130px; --r: -8deg; }
.token-noodle { left: 48%; top: 52%; --x: 190px; --y: 150px; --r: 7deg; }
.token-herb { left: 48%; top: 46%; --x: -190px; --y: -155px; --r: 10deg; }
.token-chili { left: 52%; top: 48%; --x: 210px; --y: -120px; --r: -12deg; }
.steps { position: relative; min-height: 420px; }
.step {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}
.step.is-active { opacity: 1; transform: none; }
.step h2 { font-size: clamp(50px, 8vw, 120px); }
.step p {
  color: rgba(255, 246, 232, 0.78);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.65;
}

.quote {
  display: grid;
  place-items: center;
  isolation: isolate;
  min-height: 92vh;
  text-align: center;
  overflow: hidden;
}
.quote-bg {
  background-image: linear-gradient(rgba(16,9,6,0.3), rgba(16,9,6,0.82)),
    url("https://images.unsplash.com/photo-1569718212165-3a8278d5f624?q=80&w=1800&auto=format&fit=crop");
}
.quote h2 {
  width: min(1080px, 100%);
  font-size: clamp(45px, 8vw, 126px);
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

.anatomy-list {
  background: #f2e0c6;
  color: var(--ink);
}
.anatomy-list .chapter { text-align: left; }
.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}
.ingredient {
  min-height: 270px;
  padding: 26px;
  background: rgba(255, 246, 232, 0.76);
  box-shadow: 0 16px 48px rgba(27, 18, 12, 0.08);
}

.marquee {
  overflow: hidden;
  padding: 30px 0;
  background: var(--chili);
  color: var(--paper);
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 9vw, 118px);
  font-weight: 800;
  line-height: 1;
}

.regions {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  background: var(--paper);
  color: var(--ink);
}
.regions .copy-block p { color: rgba(27, 18, 12, 0.72); }
.region-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.region-card {
  overflow: hidden;
  background: #fffaf0;
  box-shadow: 0 16px 48px rgba(27, 18, 12, 0.11);
}
.region-card:nth-child(2) { margin-top: 90px; }
.region-card img { width: 100%; height: 320px; object-fit: cover; }
.region-card h3,
.region-card p { padding-inline: 22px; }
.region-card p { padding-bottom: 22px; }

.street { background: #170c07; }
.street-copy { width: min(860px, 100%); }
.street-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  margin-top: 52px;
}
.street-gallery img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 8px;
}
.street-gallery .wide { grid-row: span 2; height: 796px; }

.ending {
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(16,9,6,0.35), rgba(16,9,6,0.86)),
    url("https://images.unsplash.com/photo-1559847844-5315695dadae?q=80&w=1800&auto=format&fit=crop") center/cover;
}
.ending-copy { width: min(860px, 100%); }
.light-link { background: var(--paper); color: var(--ink); }
.dark-link { color: var(--ink); border-color: rgba(27, 18, 12, 0.28); background: rgba(27, 18, 12, 0.08); }
.dark-link:hover { background: rgba(27, 18, 12, 0.14); }

.page-shell {
  background:
    radial-gradient(circle at 78% 18%, rgba(158, 79, 27, 0.28), transparent 26vw),
    radial-gradient(circle at 12% 42%, rgba(53, 111, 61, 0.12), transparent 22vw),
    var(--char);
}
.subpage-hero {
  display: grid;
  align-items: end;
  min-height: 86vh;
  overflow: hidden;
  isolation: isolate;
}
.subpage-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16,9,6,0.86), rgba(16,9,6,0.4) 58%, rgba(16,9,6,0.78)),
    url("https://images.unsplash.com/photo-1631709497146-a239ef373cf1?q=80&w=1800&auto=format&fit=crop") center/cover;
  filter: saturate(0.9) contrast(1.08);
}
.subpage-hero::after,
.related-chapters::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: -1;
  background: linear-gradient(to bottom, transparent, var(--char));
}
.subpage-copy {
  width: min(1060px, 100%);
  padding-bottom: clamp(24px, 5vw, 80px);
}
.subpage-copy h1 {
  margin: 18px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 12vw, 178px);
  line-height: 0.9;
  letter-spacing: 0;
}
.subpage-copy p:not(.kicker) {
  width: min(780px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 246, 232, 0.8);
  font-size: clamp(19px, 2.4vw, 30px);
  line-height: 1.48;
}
.chapter-index,
.related-chapters {
  min-height: auto;
  background: var(--paper);
  color: var(--ink);
}
.index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}
.index-card {
  min-height: 280px;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 16px 48px rgba(27, 18, 12, 0.1);
}
.index-card span {
  color: var(--chili);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.index-card h3 {
  margin: 24px 0 0;
  font-size: clamp(25px, 2.8vw, 42px);
  line-height: 1.05;
}
.index-card h3 a,
.ingredient a {
  text-decoration: none;
}
.index-card h3 a:hover,
.ingredient a:hover {
  color: var(--chili);
}
.index-card p {
  color: rgba(27, 18, 12, 0.7);
  font-size: 16px;
  line-height: 1.65;
}
.longform-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  min-height: auto;
  background: #170c07;
}
.chapter-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid rgba(255, 246, 232, 0.16);
  border-radius: 8px;
  background: rgba(255, 246, 232, 0.08);
  backdrop-filter: blur(14px);
}
.chapter-sidebar span {
  color: #f5b065;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.chapter-sidebar h2 {
  margin: 18px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}
.chapter-sidebar ol {
  margin: 24px 0 0;
  padding-left: 20px;
  color: rgba(255, 246, 232, 0.78);
  line-height: 1.8;
}
.longform-body {
  max-width: 860px;
}
.longform-body h2 {
  margin: 18px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}
.longform-body p {
  color: rgba(255, 246, 232, 0.78);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.75;
}
.todo-note {
  padding: 20px;
  border-left: 4px solid var(--chili);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 246, 232, 0.08);
}
.pull-quote {
  margin: 44px 0;
  padding: clamp(24px, 4vw, 48px);
  border-block: 1px solid rgba(255, 246, 232, 0.18);
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.06;
}
.content-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}
.content-modules div {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 246, 232, 0.16);
  border-radius: 8px;
  background: rgba(255, 246, 232, 0.07);
}
.content-modules h3 {
  margin: 0;
  font-size: 22px;
}
.content-modules p {
  margin-bottom: 0;
  font-size: 15px;
}

.reveal,
.reveal-card {
  opacity: 0;
  transform: translateY(46px);
  clip-path: inset(18% 0 18% 0);
}
.no-js .reveal,
.no-js .reveal-card {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 72px 16px auto 16px;
    display: none;
    padding: 12px;
    border: 1px solid rgba(255, 246, 232, 0.16);
    border-radius: 8px;
    background: rgba(16, 9, 6, 0.94);
    backdrop-filter: blur(16px);
  }
  .menu-open .site-nav { display: grid; }
  .menu-toggle { display: block; }
  .hero-note { display: none; }
  .broth-orbit {
    width: 60vw;
    right: -18vw;
    top: 14vh;
    opacity: 0.58;
  }
  .broth-orbit > .spice-chip {
    transform: rotate(var(--angle)) translateX(30vw) rotate(calc(var(--angle) * -1));
  }
  .split-panel,
  .regions,
  .sticky-stage { grid-template-columns: 1fr; }
  .timeline-track,
  .ingredient-grid,
  .region-stack,
  .street-gallery,
  .index-grid,
  .longform-grid,
  .content-modules { grid-template-columns: 1fr; }
  .chapter-sidebar { position: relative; top: auto; }
  .timeline-item { min-height: 230px; }
  .sticky-story { height: auto; }
  .sticky-stage { position: relative; }
  .steps { min-height: auto; }
  .step {
    position: relative;
    margin-top: 44px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .bowl-token {
    position: relative;
    left: auto;
    top: auto;
    display: inline-grid;
    grid-template-columns: 42px auto;
    min-width: 0;
    margin: 6px;
    transform: none;
  }
  .region-card:nth-child(2) { margin-top: 0; }
  .street-gallery .wide,
  .street-gallery img { height: 380px; }
}

@media (max-width: 620px) {
  body { cursor: auto; }
  .cursor-broth { display: none; }
  .panel,
  .sticky-stage { padding-inline: 18px; }
  .hero h1 { font-size: clamp(64px, 23vw, 118px); }
  .image-frame,
  .bowl-scene {
    min-height: 330px;
    height: 55vh;
  }
  .floating-words,
  .broth-orbit { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .reveal-card {
    opacity: 1;
    transform: none;
  }
}
