:root {
  --forest: #102c25;
  --forest-deep: #071b16;
  --sand: #efe9da;
  --sand-bright: #f8f4e9;
  --coral: #f45b3d;
  --acid: #d7ee56;
  --sky: #a7d7d0;
  --ink: #15211e;
  --muted: #6d746d;
  --line: rgba(21, 33, 30, .18);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Syne", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--sand); color: var(--ink); font-family: var(--body); }
body::before { position: fixed; z-index: 100; inset: 0; pointer-events: none; content: ""; opacity: .13; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.content-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link:focus { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; background: var(--acid); color: var(--forest); }
.page-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--coral); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 94px; padding: 0 42px; color: var(--sand-bright); }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; text-transform: uppercase; }
.brand-seal { display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font: 600 .61rem var(--mono); letter-spacing: -.05em; }
.brand > span:last-child { display: flex; gap: 7px; align-items: baseline; }
.brand strong { font: 1rem/1 var(--display); letter-spacing: -.035em; }
.brand small { font: 500 .55rem/1 var(--mono); letter-spacing: .1em; }
.main-nav { display: flex; gap: 29px; align-items: center; }
.main-nav a { position: relative; padding: 8px 0; font: 500 .65rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.utility-link { justify-self: end; padding: 11px 13px; border: 1px solid rgba(248,244,233,.52); font: 500 .59rem var(--mono); letter-spacing: .04em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.utility-link:hover { background: var(--acid); border-color: var(--acid); color: var(--forest); }
.menu-button { display: none; }

.hero { position: relative; min-height: 760px; height: max(860px, 100svh); overflow: hidden; color: var(--sand-bright); background: var(--forest); isolation: isolate; }
.hero::before { position: absolute; z-index: -1; right: -7vw; bottom: -15vw; width: 60vw; height: 60vw; border: 1px solid rgba(215,238,86,.19); border-radius: 50%; content: ""; box-shadow: 0 0 0 8vw rgba(215,238,86,.025), 0 0 0 18vw rgba(215,238,86,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; height: 100%; padding-top: 94px; }
.hero-copy { position: relative; z-index: 4; padding: 40px 0 50px; }
.kicker, .section-code, .card-code { font: 600 .61rem/1.5 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.kicker::before, .section-code::before { display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; content: ""; background: currentColor; }
h1 { max-width: 830px; margin: 0 0 28px; font: clamp(5.7rem, 8.6vw, 9.2rem)/.76 var(--display); letter-spacing: -.078em; text-transform: uppercase; }
h1 em, h2 em, h3 em { color: var(--coral); font-style: normal; }
.hero-summary { max-width: 480px; margin: 0 0 30px; font-size: clamp(.91rem, 1.3vw, 1.04rem); line-height: 1.8; }
.hero-summary strong { color: var(--acid); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; font: 600 .65rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.button-primary { min-width: 210px; padding: 16px 17px; color: var(--forest); background: var(--acid); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { background: var(--sand-bright); transform: translateY(-3px); }
.button-text { padding: 14px 0 11px; border-bottom: 1px solid rgba(248,244,233,.55); }
.button-text:hover { color: var(--acid); }
.hero-collage { position: relative; z-index: 2; align-self: stretch; min-width: 0; }
.hero-photo { position: absolute; overflow: hidden; background: #284d42; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-photo:hover img { transform: scale(1.04); }
.hero-photo-main { top: 16%; right: 0; width: 88%; height: 66%; clip-path: polygon(6% 0, 100% 0, 96% 100%, 0 92%); }
.hero-photo-main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(9,34,27,.18), transparent 55%), linear-gradient(0deg, rgba(9,26,22,.45), transparent 35%); }
.hero-photo-main span { position: absolute; z-index: 2; right: 32px; bottom: 34px; font: 500 .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-photo-inset { z-index: 2; right: 70%; bottom: 9%; width: 34%; height: 32%; border: 7px solid var(--sand-bright); transform: rotate(-3deg); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.collage-stamp { position: absolute; z-index: 5; top: 18%; right: -12px; display: grid; place-items: center; width: 95px; aspect-ratio: 1; color: var(--forest); background: var(--acid); border-radius: 50%; font: 600 .58rem/1.5 var(--mono); text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.collage-note { position: absolute; z-index: 3; right: 5%; bottom: 10%; font: 500 .58rem/1.65 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.release-card { position: absolute; z-index: 8; top: 112px; left: 47%; display: grid; min-width: 145px; padding: 14px 15px; color: var(--forest); background: var(--sand-bright); box-shadow: 9px 9px 0 var(--coral); transform: rotate(2deg); }
.release-card span, .release-card small { font: 500 .5rem/1.4 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.release-card strong { margin-top: 8px; font: 2.25rem/.85 var(--display); letter-spacing: -.055em; }
.release-card b { color: var(--coral); font: 1.15rem/1 var(--display); }
.release-card small { margin-top: 8px; }
.hero-index { position: absolute; z-index: 1; left: -2vw; bottom: -7.5vw; color: rgba(248,244,233,.035); font: 34vw/.8 var(--display); letter-spacing: -.12em; }

.signal-strip { overflow: hidden; color: var(--forest); background: var(--acid); white-space: nowrap; }
.signal-track { display: inline-flex; min-width: max-content; align-items: center; gap: 25px; padding: 13px 0; font: 600 .62rem var(--mono); letter-spacing: .12em; animation: signal 28s linear infinite; }
.signal-track i { color: var(--coral); font-style: normal; }
.section { padding: 132px 0; }
.section-header { display: grid; grid-template-columns: 1.3fr .7fr; column-gap: 70px; align-items: end; margin-bottom: 58px; }
.section-header .section-code { grid-column: 1 / -1; margin-bottom: 25px; }
.section-header h2, .watch-header h2 { margin-bottom: 0; font: clamp(4rem, 6.8vw, 7rem)/.84 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.section-header h2 span { color: var(--coral); }
.section-intro { max-width: 420px; margin: 0; color: #555f59; font-size: .91rem; line-height: 1.9; }
.intel-grid { display: grid; grid-template-columns: 1.06fr .78fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.intel-card { min-height: 330px; display: flex; flex-direction: column; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.intel-card > p { margin: auto 0 18px; font-size: .79rem; }
.date-lockup { display: flex; align-items: flex-end; gap: 15px; }
.date-lockup > strong { font: 8.5rem/.65 var(--display); letter-spacing: -.09em; }
.date-lockup > span { padding-bottom: 5px; color: var(--coral); font: 2rem/.85 var(--display); }
.intel-card > a { align-self: flex-start; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid; font: 500 .56rem var(--mono); text-transform: uppercase; }
.intel-card > a:hover { color: var(--coral); }
.intel-countdown { color: var(--sand-bright); background: var(--forest); }
.intel-countdown > strong { margin-top: auto; color: var(--acid); font: 7.3rem/.8 var(--display); letter-spacing: -.08em; }
.intel-countdown > span { margin: 10px 0 auto; font: 500 .7rem var(--mono); text-transform: uppercase; }
.intel-card > small { color: inherit; opacity: .68; font: .55rem/1.5 var(--mono); }
.intel-platform ul { display: grid; gap: 0; margin: auto 0 25px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.intel-platform li { display: grid; grid-template-columns: 35px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); font: 1.48rem/1 var(--display); text-transform: uppercase; }
.intel-platform li span { font: 500 .52rem var(--mono); }

.story { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; padding: 0; overflow: hidden; color: var(--sand-bright); background: var(--forest-deep); }
.story-media { position: relative; min-width: 0; overflow: hidden; min-height: 650px; clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%); }
.story-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 65%, rgba(7,27,22,.5)), linear-gradient(0deg, rgba(7,27,22,.52), transparent 42%); }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-media > span { position: absolute; z-index: 2; bottom: 25px; left: 35px; font: 500 .55rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.story-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 70px clamp(35px, 6vw, 100px) 70px 45px; }
.story-copy h2 { margin: 12px 0 30px; font: clamp(3.6rem, 5.5vw, 6rem)/.84 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.story-copy > p:not(.section-code):not(.editorial-note) { max-width: 500px; margin-bottom: 25px; font-size: .94rem; line-height: 1.95; }
.inline-link { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid currentColor; font: 600 .6rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.inline-link:hover { color: var(--coral); }
.editorial-note { margin: 18px 0 0; color: rgba(248,244,233,.45); font: .51rem var(--mono); }
.plot-ledger { grid-column: 1 / -1; padding: 110px max(40px, calc((100vw - 1240px) / 2)); color: var(--ink); background: var(--sand); }
.plot-ledger-head { display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px 70px; align-items: end; }
.plot-ledger-head .section-code { grid-column: 1 / -1; }
.plot-ledger-head h3 { margin: 0; font: clamp(3rem, 5.2vw, 5.6rem)/.88 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.plot-ledger-head > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.9; }
.plot-beats { display: grid; grid-template-columns: 1fr 1fr; margin: 62px 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.plot-beats li { display: grid; grid-template-columns: 45px 1fr; gap: 12px; min-height: 245px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.plot-beats li > span { color: var(--coral); font: 600 .58rem var(--mono); }
.plot-beats li > div { display: flex; flex-direction: column; }
.plot-beats small { margin-bottom: auto; color: var(--muted); font: 500 .52rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.plot-beats strong { margin: 28px 0 12px; font: clamp(1.7rem, 3vw, 2.8rem)/.95 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.plot-beats p { max-width: 460px; margin: 0; color: #535d57; font-size: .75rem; line-height: 1.75; }
.plot-boundary { display: grid; grid-template-columns: 1fr 1fr; color: var(--sand-bright); background: var(--forest); }
.plot-boundary > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 24px; border-right: 1px solid rgba(248,244,233,.2); }
.plot-boundary span { color: var(--acid); font: 600 .54rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.plot-boundary p { margin: 0; color: rgba(248,244,233,.75); font-size: .72rem; line-height: 1.7; }

.people { overflow: hidden; color: var(--sand-bright); background: var(--forest); }
.section-header-light { position: relative; }
.section-header-light .inline-link { align-self: end; justify-self: start; }
.lead-people { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.person-feature { position: relative; display: grid; grid-template-columns: 1fr; min-width: 0; overflow: hidden; border: 1px solid rgba(248,244,233,.27); }
.person-photo { position: relative; display: block; height: 590px; overflow: hidden; }
.person-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,27,22,.78), transparent 50%); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.person-feature:hover .person-photo img { transform: scale(1.035); filter: saturate(1.12); }
.person-body { position: relative; display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; padding: 28px 30px 30px; background: var(--forest-deep); }
.person-number { grid-row: 1 / 6; color: var(--acid); font: 600 .6rem var(--mono); }
.person-role { margin: 0 0 13px; color: var(--sky); font: 500 .58rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.person-body h3 { margin-bottom: 20px; font: clamp(3.4rem, 5vw, 5rem)/.78 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.person-body > p:not(.person-role) { max-width: 470px; margin: 0 0 18px; color: rgba(248,244,233,.78); font-size: .84rem; line-height: 1.85; }
.source-chip { justify-self: start; padding: 5px 7px; color: var(--acid); border: 1px solid rgba(215,238,86,.45); font: 500 .49rem var(--mono); text-transform: uppercase; }
.cast-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px 70px; align-items: end; margin: 115px 0 40px; padding-top: 28px; border-top: 1px solid rgba(248,244,233,.34); }
.cast-heading .section-code { grid-column: 1 / -1; }
.cast-heading h3 { margin: 0; font: clamp(3.2rem, 5.8vw, 6rem)/.85 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.cast-heading > p:last-child { max-width: 430px; margin: 0; color: rgba(248,244,233,.65); font-size: .83rem; line-height: 1.85; }
.supporting-cast { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(248,244,233,.32); border: 1px solid rgba(248,244,233,.32); }
.cast-card { min-width: 0; color: var(--sand-bright); background: var(--forest-deep); transition: transform .25s ease, background .25s ease; }
.cast-card:hover { position: relative; z-index: 2; background: #0b241d; transform: translateY(-6px); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.cast-image { position: relative; height: 265px; overflow: hidden; }
.cast-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,27,22,.55), transparent 55%); }
.cast-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.cast-card:hover .cast-image img { transform: scale(1.045); filter: saturate(1.12); }
.cast-image span { position: absolute; z-index: 2; top: 15px; left: 15px; display: grid; place-items: center; width: 34px; aspect-ratio: 1; color: var(--forest); background: var(--acid); border-radius: 50%; font: 600 .52rem var(--mono); }
.cast-body { display: flex; min-height: 325px; flex-direction: column; padding: 22px; }
.cast-body small { color: var(--sky); font: 500 .5rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.cast-body h4 { margin: 13px 0 15px; font: clamp(1.9rem, 3vw, 2.8rem)/.92 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.cast-body p { margin: 0 0 22px; color: rgba(248,244,233,.72); font-size: .72rem; line-height: 1.75; }
.cast-body b { margin-top: auto; padding-top: 15px; color: var(--acid); border-top: 1px solid rgba(248,244,233,.17); font: 500 .55rem/1.6 var(--mono); }

.places { padding-bottom: 145px; background: var(--sand); }
.place-rail { display: grid; grid-template-columns: 1.35fr 1fr 1fr; width: min(1380px, calc(100% - 40px)); margin-inline: auto; gap: 13px; }
.place-card { position: relative; min-height: 520px; overflow: hidden; color: var(--sand-bright); background: var(--forest); isolation: isolate; }
.place-card::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,27,22,.93), transparent 61%); }
.place-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.place-card:hover img { transform: scale(1.055); }
.place-index, .place-arrow { position: absolute; z-index: 2; top: 19px; font: 600 .54rem var(--mono); text-transform: uppercase; }
.place-index { left: 20px; }.place-arrow { right: 20px; font-size: 1rem; }
.place-card > div { position: absolute; z-index: 2; right: 22px; bottom: 23px; left: 22px; }
.place-card h3 { margin: 0; font: clamp(2.6rem, 4vw, 4.5rem)/.9 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.place-card p { max-width: 300px; margin: 11px 0 0; color: rgba(248,244,233,.76); font-size: .72rem; line-height: 1.65; }

.watch { color: var(--sand-bright); background: var(--coral); }
.watch .content-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.watch-header { align-self: start; position: sticky; top: 50px; }
.watch-header h2 em { color: var(--acid); }
.watch-header > p:last-child { max-width: 330px; margin: 28px 0 0; font-size: .83rem; line-height: 1.85; }
.video-grid { display: grid; gap: 18px; }
.video-card { position: relative; display: block; color: var(--sand-bright); background: var(--forest-deep); }
.video-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.8); transition: filter .3s ease, transform .5s ease; }
.video-card:hover > img { filter: saturate(1.1); }
.video-play { position: absolute; top: 22px; right: 22px; display: flex; align-items: center; gap: 12px; padding: 8px 9px 8px 13px; color: var(--forest); background: var(--acid); border-radius: 40px; font: 600 .55rem var(--mono); text-transform: uppercase; }
.video-play i { font-style: normal; }
.video-card > div { padding: 22px 24px 25px; }
.video-card small { font: 500 .5rem var(--mono); letter-spacing: .06em; }
.video-card h3 { margin: 10px 0 7px; font: 3rem/.9 var(--display); text-transform: uppercase; }
.video-card p { margin: 0; color: rgba(248,244,233,.68); font-size: .72rem; line-height: 1.65; }
.video-card-main h3 { font-size: 4rem; }

.roadmap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.roadmap-list li { display: grid; grid-template-columns: 110px 1fr auto; gap: 35px; align-items: center; min-height: 150px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.roadmap-list li > span, .roadmap-list li > b { font: 600 .57rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.roadmap-list li > span { color: var(--coral); }
.roadmap-list li strong { font: clamp(1.75rem, 3.2vw, 3rem)/1 var(--display); text-transform: uppercase; }
.roadmap-list li p { margin: 9px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.65; }
.roadmap-list li > b { padding: 6px 8px; border: 1px solid var(--line); }
.roadmap-list .is-live > b { color: var(--forest); background: var(--acid); border-color: var(--acid); }

.faq { color: var(--ink); background: #e7e0d2; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 58px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.faq-grid details { min-width: 0; padding: 0 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.faq-grid summary { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; min-height: 94px; cursor: pointer; list-style: none; font: clamp(1.25rem, 2.4vw, 2rem)/1 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { display: grid; place-items: center; width: 30px; aspect-ratio: 1; color: var(--sand-bright); background: var(--forest); border-radius: 50%; font: 500 1rem var(--mono); transition: transform .2s ease, background .2s ease; }
.faq-grid details[open] summary span { color: var(--forest); background: var(--acid); transform: rotate(45deg); }
.faq-grid details p { max-width: 560px; margin: -4px 48px 28px 0; color: #4c554f; font-size: .78rem; line-height: 1.8; }
.fact-review { margin: 22px 0 0; color: var(--muted); font: 500 .53rem/1.7 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.fact-review a { color: var(--forest); border-bottom: 1px solid currentColor; }
.ad-slot { width: min(100% - 40px, 970px); min-height: 90px; margin: 28px auto; overflow: hidden; border: 1px solid var(--line); background: var(--sand); }
.ad-slot span { display: block; padding: 7px; color: var(--muted); font: 500 .47rem var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.ad-slot__frame { min-height: 90px; padding: 0 10px 12px; }
.ad-slot[hidden], .consent-banner[hidden] { display: none; }

.source-manifesto { padding: 110px 0; color: var(--sand-bright); background: var(--forest-deep); }
.source-manifesto .content-shell { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.source-manifesto .section-code { grid-column: 1 / -1; }
.source-manifesto blockquote { margin: 20px 0 0; color: var(--acid); font: clamp(2.7rem, 5vw, 5.2rem)/.93 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.source-manifesto > div > div > p { margin: 0 0 25px; color: rgba(248,244,233,.65); font-size: .75rem; line-height: 1.85; }
.site-footer { padding: 70px 0 35px; color: var(--sand-bright); background: #04100d; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 35px; align-items: start; }
.brand-footer { color: var(--acid); }
.footer-grid > p { margin: 0; color: rgba(248,244,233,.52); font: .58rem/1.7 var(--mono); text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-links a { font: 500 .56rem var(--mono); text-transform: uppercase; }
.footer-link-button { padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font: 500 .56rem var(--mono); text-transform: uppercase; }
.footer-links a:hover, .footer-link-button:hover { color: var(--acid); }
.footer-grid > small { grid-column: 1 / -1; margin-top: 40px; padding-top: 16px; color: rgba(248,244,233,.32); border-top: 1px solid rgba(248,244,233,.12); font: .49rem var(--mono); text-transform: uppercase; }

.consent-banner { position: fixed; z-index: 180; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: minmax(210px, .55fr) minmax(300px, 1.2fr) auto; gap: 18px 30px; align-items: center; width: min(1120px, calc(100% - 44px)); margin-inline: auto; padding: 20px 22px; color: var(--sand-bright); border: 1px solid rgba(248,244,233,.28); background: var(--forest-deep); box-shadow: 0 18px 60px rgba(0,0,0,.34); }
.consent-banner__code { margin: 0; color: var(--acid); font: 600 .52rem/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.consent-banner__copy h2 { margin: 0 0 6px; font: 1.35rem/1 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.consent-banner__copy p { max-width: 610px; margin: 0; color: rgba(248,244,233,.7); font-size: .66rem; line-height: 1.65; }
.consent-banner__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.consent-banner__actions a, .consent-banner__actions button { padding: 10px 11px; color: var(--sand-bright); border: 1px solid rgba(248,244,233,.35); background: transparent; cursor: pointer; font: 600 .5rem var(--mono); text-transform: uppercase; }
.consent-banner__actions a:hover, .consent-banner__actions button:hover { border-color: var(--acid); }
.consent-banner__actions .consent-accept { color: var(--forest); border-color: var(--acid); background: var(--acid); }

.reveal { animation: enter .8s both cubic-bezier(.2,.65,.2,1); }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }.delay-3 { animation-delay: .24s; }.delay-4 { animation-delay: .34s; }
.scroll-reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.2,1); }
.scroll-reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .content-shell { width: min(100% - 48px, 760px); }
  .site-header { grid-template-columns: 1fr auto; height: 76px; padding: 0 24px; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 24px; background: var(--forest-deep); border-top: 1px solid rgba(255,255,255,.15); }
  .main-nav.is-open { display: grid; gap: 13px; }
  .main-nav a { font-size: .75rem; }
  .utility-link { display: none; }
  .menu-button { display: flex; gap: 5px; align-items: center; padding: 10px 0 10px 15px; color: inherit; border: 0; background: none; }
  .menu-button .menu-label { margin-right: 7px; font: 500 .55rem var(--mono); text-transform: uppercase; }
  .menu-button i { width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .hero { min-height: 1000px; height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: 1000px; padding: 145px 0 70px; align-content: start; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(5.5rem, 15vw, 8.5rem); }
  .hero-collage { min-height: 470px; margin-top: 35px; }
  .hero-photo-main { top: 0; width: 92%; height: 83%; }
  .hero-photo-inset { right: 62%; bottom: 0; width: 33%; height: 40%; }
  .release-card { top: 105px; right: 3%; left: auto; }
  .collage-stamp { top: 2%; right: -4px; }
  .section { padding: 95px 0; }
  .section-header { grid-template-columns: 1fr; gap: 22px; }
  .section-intro { max-width: 600px; }
  .intel-grid { grid-template-columns: 1fr 1fr; }
  .intel-platform { grid-column: 1 / -1; }
  .story { grid-template-columns: 1fr; }
  .story-media { min-height: 580px; clip-path: none; }
  .story-copy { padding: 85px 40px; }
  .plot-ledger { padding: 90px 40px; }
  .plot-ledger-head, .cast-heading { grid-template-columns: 1fr; gap: 22px; }
  .plot-ledger-head .section-code, .cast-heading .section-code { grid-column: auto; }
  .plot-boundary > div { grid-template-columns: 95px 1fr; }
  .lead-people { grid-template-columns: 1fr; }
  .supporting-cast { grid-template-columns: repeat(2, 1fr); }
  .place-rail { grid-template-columns: 1fr 1fr; }
  .place-card-wide { grid-column: 1 / -1; }
  .watch .content-shell { grid-template-columns: 1fr; }
  .watch-header { position: static; }
  .source-manifesto .content-shell { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-banner__actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .content-shell { width: min(100% - 34px, 540px); }
  .site-header { padding: 0 17px; }
  .brand > span:last-child { display: grid; gap: 2px; }
  .brand strong { font-size: .85rem; }.brand small { font-size: .47rem; }
  .hero { min-height: 850px; }
  .hero-grid { min-height: 850px; padding: 122px 0 44px; }
  h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .hero-summary { max-width: 310px; font-size: .83rem; }
  .hero-collage { min-height: 340px; margin-top: 34px; }
  .hero-photo-main { width: 100%; height: 84%; }
  .hero-photo-inset { right: auto; left: -6px; width: 36%; height: 39%; }
  .collage-stamp { width: 76px; font-size: .47rem; }
  .collage-note { display: none; }
  .release-card { top: 90px; right: -4px; min-width: 118px; }
  .release-card strong { font-size: 1.8rem; }
  .section { padding: 78px 0; }
  .section-header h2, .watch-header h2 { font-size: clamp(3.35rem, 16vw, 4.65rem); }
  .intel-grid { grid-template-columns: 1fr; }
  .intel-platform { grid-column: auto; }
  .intel-card { min-height: 260px; }
  .date-lockup > strong { font-size: 7rem; }
  .story-media { min-height: 420px; }
  .story-copy { padding: 70px 22px; }
  .story-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); overflow-wrap: anywhere; }
  .plot-ledger { padding: 72px 17px; }
  .plot-ledger-head h3 { font-size: clamp(3rem, 14vw, 4rem); }
  .cast-heading h3 { font-size: clamp(2.7rem, 11.5vw, 3.7rem); overflow-wrap: anywhere; }
  .plot-beats, .plot-boundary { grid-template-columns: 1fr; }
  .plot-beats li { min-height: 225px; padding: 18px; }
  .plot-boundary > div { grid-template-columns: 1fr; gap: 10px; border-right: 0; border-bottom: 1px solid rgba(248,244,233,.2); }
  .person-photo { height: 430px; }
  .person-body { grid-template-columns: 30px 1fr; padding: 22px 18px 24px; }
  .person-body h3 { font-size: 3.45rem; }
  .supporting-cast { grid-template-columns: 1fr; }
  .cast-heading { margin-top: 85px; }
  .cast-image { height: 255px; }
  .cast-body { min-height: 0; }
  .place-rail { grid-template-columns: 1fr; width: calc(100% - 20px); }
  .place-card-wide { grid-column: auto; }
  .place-card { min-height: 420px; }
  .watch .content-shell { gap: 45px; }
  .video-card-main h3 { font-size: 3rem; }
  .roadmap-list li { grid-template-columns: 65px 1fr; gap: 15px; }
  .roadmap-list li > b { grid-column: 2; justify-self: start; }
  .roadmap-list li strong { font-size: 1.7rem; }
  .faq-grid { margin-top: 40px; }
  .faq-grid details { padding: 0 17px; }
  .faq-grid summary { min-height: 84px; font-size: 1.35rem; }
  .faq-grid details p { margin-right: 0; }
  .source-manifesto { padding: 80px 0; }
  .source-manifesto blockquote { font-size: 2.75rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .consent-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); padding: 17px; }
  .consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-banner__actions a { grid-column: 1 / -1; text-align: center; }
}

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