/* Shared identity comes from styles.css. Native scroll, no wheel interception. */
.hero { max-width: 1440px; min-height: calc(100svh - 70px); grid-template-columns: 1.1fr 1fr; padding-top: 44px; padding-bottom: 60px; }
.hero__title { font-size: clamp(3rem, 5.7vw, 6rem); }
.hero__media { border: 0; border-radius: 0; box-shadow: none; }
.hero__media picture, .about__portrait picture { display: block; }
.hero__media img { aspect-ratio: 1122/1402; height: auto; max-height: 78svh; object-fit: contain; filter: none; }
.hero__media figcaption { padding: 35px 18px 15px; }
.story { position: relative; z-index: 2; border-block: 1px solid var(--line-2); background: var(--ink); }
.story__stage { position: relative; padding: 50px var(--pad) 70px; max-width: 1440px; margin: auto; }
.story__heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.story__heading .kicker { flex: 1; }
.story__skip, .story__number { font: 11px/1.6 var(--mono); letter-spacing: .09em; color: var(--text-dim); }
.story__skip { flex-shrink: 0; }
.story__chapters { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.story__chapter { padding: 30px 0; }
.story__number { color: var(--ember); margin-bottom: 25px; }
.story__chapter h2 { font: 500 clamp(32px, 4.3vw, 62px)/1.06 var(--display); letter-spacing: -.025em; white-space: pre-line; }
.story__chapter h2 em { color: var(--ember); }
.story__body { max-width: 40ch; color: var(--text-dim); margin: 26px 0; }
.story__link { display: inline-block; color: var(--ember); border-bottom: 1px solid var(--ember); }
.story a:focus-visible { outline: 2px solid var(--ember); outline-offset: 7px; }
[id] { scroll-margin-top: 90px; }
.story--playing { height: calc(var(--story-travel) + 100svh); }
.story--playing .story__stage { position: sticky; top: 0; height: 100svh; max-width: none; overflow: hidden; padding-top: 100px; }
.story--playing .story__visual { position: absolute; inset: 0; }
.story__poster, .story__canvas { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.story--playing .story__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,15,17,.92), rgba(14,15,17,.45) 42%, transparent 72%); }
.story--playing .story__heading { position: relative; z-index: 2; }
.story--playing .story__chapters { position: relative; display: block; height: calc(100% - 110px); }
.story--playing .story__chapter { position: absolute; left: 0; top: 50%; width: 45%; transform: translateY(-50%); }
.story--playing .story__chapter[hidden] { display: none; }
.story__meter { position: absolute; bottom: 30px; left: var(--pad); right: var(--pad); height: 1px; background: var(--line-2); }
.story__meter span { display: block; height: 100%; background: var(--ember); transform-origin: left; }
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 24px; min-height: auto; }
  .hero__media { order: 0; }
  .hero__title { font-size: clamp(38px, 5.7vw, 60px); }
  .hero .eyebrow { font-size: 9px; }
}
@media (max-width: 650px) {
  .hero { grid-template-columns: 1fr; padding-top: 30px; }
  .hero__copy { order: 1; }
  .hero__media { width: 100%; max-width: none; }
  .hero__media img { width: 100%; max-height: 58svh; object-fit: cover; object-position: center 32%; }
  .hero__title { font-size: clamp(39px, 10vw, 62px); }
  .story__heading { flex-wrap: wrap; margin-bottom: 25px; }
  .story__heading .kicker { flex-basis: 100%; margin-bottom: 0; }
  .story__chapters { grid-template-columns: 1fr; gap: 15px; }
  .story__chapter + .story__chapter { border-top: 1px solid var(--line-2); }
  .story--playing .story__visual { top: 40%; }
  .story--playing .story__visual::after { background: linear-gradient(var(--ink), transparent 55%); }
  .story--playing .story__chapter { top: 0; width: 100%; transform: none; padding-top: 10px; border: 0; }
  .story--playing .story__chapter h2 { font-size: clamp(30px, 8vw, 42px); }
  .story--playing .story__number { margin-bottom: 12px; }
  .story--playing .story__body { margin: 14px 0; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.hero__title .hero__mobile-title, .hero__scroll, .mobile-menu-toggle { display: none; }
.mobile-menu { color: var(--text); background: var(--ink); border: 1px solid var(--line); width: min(100%, 520px); max-height: 90svh; padding: max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom)); margin: auto; }
.mobile-menu::backdrop { background: rgba(0,0,0,.8); }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font: 11px var(--mono); }
.mobile-menu button, .mobile-menu-toggle { background: transparent; color: var(--text); border: 1px solid var(--line); min-width: 44px; min-height: 44px; cursor: pointer; }
.mobile-menu nav { display: grid; margin-top: 30px; }
.mobile-menu nav a { font: 28px/1.3 var(--display); padding: 18px 0; border-bottom: 1px solid var(--line); }
.menu-open { overflow: hidden; }
.story--still .story__visual { display: block; position: relative; height: 60svh; }
.story--still .story__canvas { display: none; }
@media (max-width: 920px) {
  body { padding-top: calc(65px + env(safe-area-inset-top)); }
  header.nav { position: fixed; inset: 0 0 auto; z-index: 100; height: calc(65px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left)); background: #0e0f11; }
  .nav__name { display: inline; font-size: 10px; letter-spacing: .1em; }
  .nav__brand { min-height: 44px; }
  .nav__social { display: none; }
  .mobile-menu-toggle { display: block; font-size: 23px; }
  [id] { scroll-margin-top: calc(85px + env(safe-area-inset-top)); }
}
@media (max-width: 650px) {
  .hero { gap: 18px; padding-top: 16px; padding-bottom: 24px; }
  .hero__media img { max-height: 46svh; }
  .hero__media figcaption, .hero .eyebrow, .hero__sub, .hero__cta .btn--ghost, .hero__title > span:not(.hero__mobile-title) { display: none; }
  .hero__title .hero__mobile-title { display: block; }
  .hero__title { font-size: clamp(32px, 9vw, 46px); margin-bottom: 16px; }
  .hero__scroll { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; font: 10px var(--mono); color: var(--text-dim); }
  .story--playing .story__visual { inset: 0; }
  .story--playing .story__visual::after { background: linear-gradient(transparent 45%, rgba(14,15,17,.8)); }
  .story--playing .story__heading .kicker, .story--playing .story__number, .story--playing .story__body { display: none; }
  .story--playing .story__heading { justify-content: flex-end; }
  .story--playing .story__chapter { top: auto; bottom: max(40px, env(safe-area-inset-bottom)); }
  .story--playing .story__chapters { height: calc(100% - 60px); }
  .story__skip, .story__link { min-height: 44px; display: inline-flex; align-items: center; }
  body:has(.story--playing) .hero { display: none; }
}
