:root {
  --story-black: #0b0b0a;
  --story-panel: #151513;
  --story-paper: #e7e2d8;
  --story-ink: #2d2c29;
  --story-muted: #9b978f;
  --story-gold: #b99a68;
  --story-line: rgba(255,255,255,.14);
}

.story-page { margin: 0; overflow-x: hidden; background: var(--story-black); color: #f0ede7; }
.story-page * { box-sizing: border-box; }
.story-page figure { margin: 0; }
.story-page img { display: block; max-width: 100%; }
.story-shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.story-kicker { margin: 0 0 22px; color: var(--story-gold); font: 600 10px/1.5 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.story-header.site-header { transition: background .35s ease, color .35s ease; }
.story-header.site-header:not(.is-scrolled) { color: #fff; }
.story-header.site-header:not(.is-scrolled) .brand-logo { filter: brightness(0) invert(1); }

.story-hero { position: relative; min-height: 104svh; overflow: hidden; background: #171714; }
.story-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.9), rgba(5,5,4,.1) 72%), linear-gradient(0deg, rgba(5,5,4,.75), transparent 54%); }
.story-hero-copy { position: relative; z-index: 1; min-height: 104svh; padding: 150px 0 74px; display: flex; flex-direction: column; justify-content: flex-end; }
.story-hero h1 { max-width: 9ch; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(4rem, 8vw, 9.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.055em; }
.story-hero-lead { max-width: 42em; margin: 34px 0 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.9; }
.story-progress { position: absolute; z-index: 2; right: 46px; bottom: 42px; color: rgba(255,255,255,.62); font: 10px Arial, sans-serif; letter-spacing: .2em; writing-mode: vertical-rl; }

.story-nav { position: sticky; z-index: 8; top: 70px; border-bottom: 1px solid var(--story-line); background: rgba(11,11,10,.9); backdrop-filter: blur(16px); }
.story-nav-inner { min-height: 66px; display: grid; grid-template-columns: 1fr repeat(3, auto); gap: 34px; align-items: center; }
.story-nav strong { font-family: Georgia, "Songti SC", serif; font-weight: 400; }
.story-nav a { position: relative; color: #89857e; font-size: 12px; letter-spacing: .08em; }
.story-nav a.is-current, .story-nav a:hover { color: #fff; }
.story-nav a.is-current::after { content: ""; position: absolute; right: 0; bottom: -23px; left: 0; height: 1px; background: var(--story-gold); }

.story-intro { padding-block: clamp(110px, 14vw, 190px); display: grid; grid-template-columns: .42fr 1fr; gap: 9vw; }
.story-act { color: var(--story-gold); font-family: Georgia, serif; font-size: clamp(5rem, 11vw, 11rem); line-height: .8; }
.story-intro-copy { max-width: 850px; }
.story-intro h2, .story-section h2, .story-next h2, .persona-section h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(2.6rem, 5vw, 5.8rem); font-weight: 400; line-height: 1.13; letter-spacing: -.04em; }
.story-intro h2 { max-width: 17ch; }
.story-body { max-width: 48em; margin-top: 42px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 2.05; }
.story-body p { margin: 0 0 1.2em; }

.persona-section { padding-block: clamp(90px, 11vw, 150px); border-block: 1px solid var(--story-line); background: var(--story-panel); }
.persona-heading { display: grid; grid-template-columns: .42fr 1fr; gap: 9vw; align-items: end; }
.persona-heading h2 { max-width: 15ch; }
.persona-note { max-width: 48em; margin: 34px 0 0 auto; color: var(--story-muted); font-size: 14px; line-height: 1.9; }
.persona-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--story-line); border-left: 1px solid var(--story-line); }
.persona-card { min-height: 270px; padding: 30px 26px; border-right: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); }
.persona-card span { color: var(--story-gold); font: 10px Arial, sans-serif; letter-spacing: .18em; }
.persona-card h3 { margin: 54px 0 16px; font-family: Georgia, "Songti SC", serif; font-size: 27px; font-weight: 400; }
.persona-card p { margin: 0; color: var(--story-muted); font-size: 13px; line-height: 1.9; }

.scene-strip { padding: clamp(86px, 11vw, 150px) 0; background: var(--story-paper); color: var(--story-ink); }
.scene-strip-inner { display: grid; grid-template-columns: .55fr 1fr; gap: 9vw; align-items: start; }
.scene-time { color: var(--story-gold); font-family: Georgia, serif; font-size: clamp(4rem, 8vw, 8rem); line-height: .9; }
.scene-copy blockquote { max-width: 21em; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1.38; }
.scene-copy p { max-width: 44em; margin: 30px 0 0; color: #6b665e; font-size: 14px; line-height: 1.95; }
.interview { padding-block: clamp(86px, 11vw, 150px); background: #cfc8bb; color: var(--story-ink); }
.interview-head { display: grid; grid-template-columns: .55fr 1fr; gap: 9vw; align-items: end; }
.interview h2 { max-width: 17ch; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(2.7rem, 4.8vw, 5.6rem); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; }
.interview-intro { max-width: 42em; margin: 0; color: #686158; font-size: 14px; line-height: 1.9; }
.interview-list { max-width: 960px; margin: 70px 0 0 auto; border-top: 1px solid rgba(45,44,41,.25); }
.interview-item { padding: 28px 0 32px; border-bottom: 1px solid rgba(45,44,41,.25); }
.interview-item p { max-width: 47em; margin: 9px 0 0; font-size: 15px; line-height: 1.95; }
.interview-item .speaker { margin: 0; color: var(--story-gold); font: 700 10px/1.5 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.interview-item .answer { color: #4c4943; }
.interview-item .designer-quote { margin-top: 20px; color: #252421; font-family: Georgia, "Songti SC", serif; font-size: 25px; line-height: 1.55; }
.interview-item > p:not(.speaker):not(.designer-quote) { color: #5f5a51; }
.story-section > .story-shell > .story-copy { max-width: 34em; font-size: 14px; line-height: 1.85; }
.story-section .cinema-wide, .story-section .cinema-pair, .story-section .cinema-grid { margin-top: 24px; }
.story-section figcaption { max-width: 30em; margin-inline: auto; padding: 12px 6px 0; font-size: 11px; }
.image-interview { margin-top: 34px; padding: 28px 0 0; border-top: 1px solid var(--story-line); }
.is-paper .image-interview { border-color: rgba(45,44,41,.22); }
.image-interview .speaker { margin: 0; color: var(--story-gold); font: 700 10px/1.5 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.image-interview p { max-width: 44em; margin: 9px 0 18px; color: var(--story-muted); font-size: 14px; line-height: 1.9; }
.is-paper .image-interview p { color: #6d685f; }
.image-interview .designer-line { margin-top: 22px; color: #f0ede7; font-family: Georgia, "Songti SC", serif; font-size: 25px; line-height: 1.55; }
.is-paper .image-interview .designer-line { color: #2d2c29; }

.story-section { padding-block: clamp(110px, 15vw, 210px); }
.story-section.is-paper { background: var(--story-paper); color: var(--story-ink); }
.story-section.is-panel { background: var(--story-panel); }
.story-section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 9vw; margin-bottom: 70px; }
.story-section-head > span { color: var(--story-gold); font: 10px Arial, sans-serif; letter-spacing: .18em; }
.story-section-head h2 { max-width: 16ch; }
.story-copy { max-width: 47em; margin: 0 0 70px auto; color: var(--story-muted); font-size: 16px; line-height: 2.05; }
.is-paper .story-copy, .is-paper figcaption { color: #716c63; }
.cinema-wide img { width: 100%; height: min(78vh, 820px); object-fit: cover; }
.cinema-pair { display: grid; grid-template-columns: 1.18fr .82fr; gap: 3px; }
.cinema-pair.reverse { grid-template-columns: .82fr 1.18fr; }
.cinema-pair img { width: 100%; height: min(72vh, 760px); object-fit: cover; }
.cinema-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.cinema-grid img { width: 100%; height: min(68vh, 700px); object-fit: cover; }
.story-page figcaption { max-width: 38em; padding: 14px 6px 0; color: var(--story-muted); font-size: 11px; line-height: 1.75; }

.story-statement { min-height: 82svh; padding: 80px 24px; display: grid; place-content: center; text-align: center; background: #080807; }
.story-statement blockquote { max-width: 19em; margin: 0 auto; font-family: Georgia, "Songti SC", serif; font-size: clamp(2.5rem, 5vw, 6rem); font-weight: 400; line-height: 1.28; }
.story-statement p { margin: 30px 0 0; color: var(--story-gold); font: 10px Arial, sans-serif; letter-spacing: .22em; }

.story-next { padding-block: clamp(100px, 13vw, 180px); }
.story-next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.story-next article { padding-top: 26px; border-top: 1px solid var(--story-line); }
.story-next h2 { max-width: 12ch; font-size: clamp(2.4rem, 4vw, 4.8rem); }
.story-next a { display: inline-block; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--story-gold); color: #fff; font-size: 13px; }

.project-hero .story-hero-copy { justify-content: center; padding-top: 26vh; }
.project-hero h1 { max-width: 10ch; }
.project-deck { padding-block: clamp(110px, 14vw, 190px); }
.project-deck-head { display: grid; grid-template-columns: .6fr 1fr; gap: 9vw; align-items: end; }
.project-deck h2 { max-width: 16ch; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(3rem, 5.6vw, 6.7rem); font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
.project-deck-copy { color: var(--story-muted); font-size: 16px; line-height: 2; }
.project-context { padding-block: clamp(90px, 11vw, 150px); border-block: 1px solid var(--story-line); background: #11110f; }
.project-context-head { display: grid; grid-template-columns: .6fr 1fr; gap: 9vw; align-items: end; }
.project-context h2 { max-width: 16ch; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(3rem, 5.6vw, 6.7rem); font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
.context-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--story-line); border-left: 1px solid var(--story-line); }
.context-grid article { min-height: 230px; padding: 26px; border-right: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); }
.context-grid span { color: var(--story-gold); font: 10px Arial, sans-serif; letter-spacing: .18em; }
.context-grid h3 { margin: 42px 0 14px; font-family: Georgia, "Songti SC", serif; font-size: 26px; font-weight: 400; }
.context-grid p { margin: 0; color: var(--story-muted); font-size: 13px; line-height: 1.85; }
.act-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.act-card { position: relative; min-height: 74vh; overflow: hidden; color: #fff; }
.act-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .8s ease; }
.act-card:hover img { transform: scale(1.025); }
.act-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 70%); }
.act-card-copy { position: absolute; z-index: 1; inset: auto 30px 34px; }
.act-card-copy span { color: var(--story-gold); font: 10px Arial, sans-serif; letter-spacing: .18em; }
.act-card-copy h3 { margin: 14px 0 12px; font-family: Georgia, "Songti SC", serif; font-size: 34px; font-weight: 400; }
.act-card-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.8; }

.audience-band { padding-block: clamp(90px, 11vw, 150px); background: var(--story-paper); color: var(--story-ink); }
.audience-band h2 { max-width: 17ch; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(2.8rem, 5vw, 5.7rem); font-weight: 400; line-height: 1.14; letter-spacing: -.04em; }
.audience-list { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(45,44,41,.2); }
.audience-list p { margin: 0; padding: 26px 30px 26px 0; border-bottom: 1px solid rgba(45,44,41,.2); color: #635e56; font-size: 14px; line-height: 1.85; }

@media (max-width: 900px) {
  .story-shell { width: calc(100% - 48px); }
  .persona-grid { grid-template-columns: repeat(2, 1fr); }
  .project-deck-head, .project-context-head, .story-intro, .persona-heading, .scene-strip-inner, .story-section-head, .interview-head { grid-template-columns: 1fr; gap: 30px; }
  .context-grid { grid-template-columns: repeat(2, 1fr); }
  .act-grid { grid-template-columns: 1fr; }
  .act-card { min-height: 72svh; }
  .story-copy { margin-left: 0; }
}

@media (max-width: 640px) {
  .story-shell { width: calc(100% - 32px); }
  .story-hero, .story-hero-copy { min-height: 92svh; }
  .story-hero-copy { padding: 100px 16px 54px; }
  .story-hero h1 { max-width: 100%; font-size: clamp(3.2rem, 14vw, 4.9rem); }
  .story-hero-lead { margin-top: 24px; font-size: 13px; line-height: 1.75; }
  .story-progress { display: none; }
  .story-nav { top: 60px; overflow-x: auto; }
  .story-nav-inner { width: max-content; min-width: 100%; padding-inline: 16px; grid-template-columns: auto repeat(3, auto); gap: 22px; }
  .story-nav strong { display: none; }
  .story-nav a.is-current::after { bottom: -23px; }
  .story-intro, .persona-section, .scene-strip, .story-section, .story-next, .project-deck, .project-context, .interview, .audience-band { padding-block: 78px; }
  .story-act { font-size: 4.6rem; }
  .story-intro h2, .story-section h2, .persona-section h2, .project-deck h2, .audience-band h2 { max-width: 100%; font-size: clamp(2.35rem, 10.7vw, 3.4rem); }
  .story-body, .story-copy { font-size: 15px; line-height: 1.9; }
  .persona-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .context-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .persona-card { min-height: auto; }
  .persona-card h3 { margin-top: 34px; }
  .scene-time { font-size: 4.2rem; }
  .scene-copy blockquote { font-size: 2.15rem; }
  .interview h2 { max-width: 100%; font-size: clamp(2.35rem, 10.7vw, 3.4rem); }
  .interview-list { margin-top: 44px; }
  .cinema-pair, .cinema-pair.reverse, .cinema-grid { grid-template-columns: 1fr; gap: 28px; }
  .cinema-wide img, .cinema-pair img, .cinema-grid img { height: auto; aspect-ratio: 4 / 3; }
  .story-section-head { margin-bottom: 40px; }
  .story-copy { margin-bottom: 44px; }
  .story-statement { min-height: 68svh; }
  .story-statement blockquote { font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .story-next-grid { grid-template-columns: 1fr; gap: 60px; }
  .project-deck-copy { font-size: 15px; }
  .act-grid { margin-top: 52px; }
  .act-card { min-height: 70svh; }
  .act-card-copy { inset: auto 22px 26px; }
  .audience-list { grid-template-columns: 1fr; }
}
