@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Libre+Franklin:wght@400;500;600;700&display=swap');

:root {
  --ink: #171512;
  --soft-ink: #504a41;
  --paper: #e8deca;
  --paper-light: #f4eee2;
  --oxblood: #a42b22;
  --brass: #bd9440;
  --olive: #464b3b;
  --line: #bfb29d;
  --dark: #171614;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font-family: 'Libre Franklin', sans-serif; }
body.narration-open { padding-bottom: 220px; }
body.narration-open.narration-collapsed { padding-bottom: 80px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
[id] { scroll-margin-top: 24px; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 1000; padding: 11px 14px; transform: translateY(-180%); background: #fff8e9; color: var(--ink); font: 500 11px 'IBM Plex Mono', monospace; }
.skip-link:focus { transform: none; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.topbar { position: relative; z-index: 10; height: 82px; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-inline: auto; padding-inline: max(32px, calc((100% - 1180px) / 2)); border-bottom: 1px solid #45413a; background: var(--dark); color: #f6eddb; }
.wordmark { display: flex; align-items: center; gap: 11px; font-size: 10px; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; }
.mark { display: block; width: 34px; height: 34px; }
.topbar nav { display: flex; gap: 30px; color: #c4b9a8; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.topbar nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.topbar nav a:hover { border-color: var(--oxblood); }
.listen { padding: 10px 14px; border: 1px solid #d5c9b6; background: transparent; color: #f6eddb; font: 500 9px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.listen[aria-pressed="true"] { border-color: #f0cf78; background: #f0cf78; color: var(--ink); }

.narration-player[hidden] { display: none; }
.narration-player { position: fixed; z-index: 100; isolation: isolate; overflow: hidden; left: 0; right: 0; bottom: 0; min-height: 205px; max-height: 340px; padding: 19px max(24px, calc((100% - 1180px) / 2)); border-top: 4px solid var(--oxblood); background: radial-gradient(circle at 18% 10%, #4b3828 0, #26201b 28%, #171614 68%); color: #fff8e9; box-shadow: 0 -20px 45px rgba(0,0,0,.32); transition: min-height .3s ease, max-height .3s ease, padding .3s ease; }
.narration-player.is-collapsed { min-height: 76px; max-height: 76px; padding-top: 20px; padding-bottom: 11px; }
.narration-player::before { content: ""; position: absolute; z-index: -2; inset: -70% -10% -30%; pointer-events: none; opacity: .16; filter: blur(34px); background: radial-gradient(ellipse at 20% 60%, #d8b77d 0 4%, transparent 27%), radial-gradient(ellipse at 64% 38%, #e6d4b5 0 3%, transparent 24%), radial-gradient(ellipse at 83% 70%, #8e7355 0 6%, transparent 30%); animation: room-haze 16s ease-in-out infinite alternate; }
.narration-player::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .08; background-image: repeating-radial-gradient(circle at 30% 20%, #fff 0 .6px, transparent .8px 3px); mix-blend-mode: soft-light; }
.narration-player > * { position: relative; z-index: 1; }
@keyframes room-haze { from { transform: translate3d(-2%,2%,0) scale(1); } to { transform: translate3d(3%,-2%,0) scale(1.08); } }
.narration-drawer-toggle { position: absolute; z-index: 3; top: 4px; left: 50%; display: flex; align-items: center; gap: 7px; padding: 2px 9px 4px; transform: translateX(-50%); border: 0; background: transparent; color: #bdb19f; font: 500 7px/1.2 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.drawer-grip { display: block; width: 30px; height: 3px; border-radius: 3px; background: #8f8372; }
.narration-player.is-collapsed .narration-drawer-toggle { animation: drawer-hint 1.8s ease-in-out 1s 2; }
@keyframes drawer-hint { 0%,100% { transform: translate(-50%,0); color: #bdb19f; } 50% { transform: translate(-50%,-3px); color: #f0cf78; } }
.narration-heading { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.narration-heading-actions { display: flex; gap: 8px; align-items: center; }
.narration-heading span, .narration-status, .speaker-map, .chapter-picker span, .auto-scroll, .narration-timeline { font: 500 9px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.narration-heading span { display: block; color: #c9a85f; }
.narration-heading strong { display: block; margin-top: 4px; font-size: 15px; }
.narration-heading-actions button { min-height: 32px; padding: 0 10px; border: 0; background: transparent; color: #bcb19f; font: 500 9px 'IBM Plex Mono', monospace; text-transform: uppercase; cursor: pointer; }
.narration-heading-actions .narration-compact-play { display: none; border: 1px solid #d8b65d; background: #d8b65d; color: var(--ink); }
.narration-player.is-collapsed .narration-heading { align-items: center; }
.narration-player.is-collapsed .narration-heading span { display: none; }
.narration-player.is-collapsed .narration-heading strong { max-width: min(58vw, 720px); margin-top: 0; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.narration-player.is-collapsed .narration-compact-play { display: inline-flex; align-items: center; }
.narration-drawer-content { opacity: 1; transition: opacity .18s ease .08s; }
.narration-player.is-collapsed .narration-drawer-content { visibility: hidden; opacity: 0; transition-delay: 0s; }
.speaker-map { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 12px 0 10px; color: #9d9384; }
.speaker-map::before { content: ""; position: absolute; left: 0; right: 0; top: 18px; height: 1px; background: linear-gradient(90deg,#a42b22,#d8b65d,#a42b22); opacity: .55; }
.speaker-map span { position: relative; padding-bottom: 10px; }
.speaker-map span::after { content: ""; position: absolute; bottom: -2px; width: 7px; height: 7px; border-radius: 50%; background: #d8b65d; }
.speaker-left { text-align: left; }.speaker-left::after { left: 4%; }
.speaker-center { text-align: center; }.speaker-center::after { left: calc(50% - 3px); }
.speaker-right { text-align: right; }.speaker-right::after { right: 4%; }
.narration-controls { display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; gap: 16px; align-items: end; }
.transport { display: flex; gap: 6px; }
.transport button { min-width: 39px; min-height: 39px; border: 1px solid #70685d; background: transparent; color: #fff8e9; cursor: pointer; }
.transport .narration-play { min-width: 80px; border-color: #d8b65d; background: #d8b65d; color: var(--ink); font: 700 10px 'IBM Plex Mono', monospace; text-transform: uppercase; }
.chapter-picker { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px; align-items: center; }
.chapter-picker span { color: #c9a85f; }
.chapter-picker select { width: 100%; min-height: 39px; padding: 0 10px; border: 1px solid #70685d; background: #24211d; color: #fff8e9; font: 500 11px 'IBM Plex Mono', monospace; }
.auto-scroll { display: flex; align-items: center; gap: 7px; min-height: 39px; color: #cfc4b2; white-space: nowrap; }
.auto-scroll input { accent-color: #d8b65d; }
.narration-timeline { display: grid; grid-template-columns: 42px 1fr 42px; gap: 8px; align-items: center; margin-top: 9px; color: #9d9384; }
.narration-timeline input { width: 100%; accent-color: #d8b65d; }
.narration-status { margin: 3px 0 0; color: #bdb19f; text-transform: none; letter-spacing: 0; }
.narrating { outline: 4px solid #d8b65d; outline-offset: -4px; }

.reader-nav[hidden] { display: none; }
.reader-nav { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: grid; grid-template-columns: 42px minmax(160px, 220px) 42px 48px; min-height: 52px; border: 1px solid #72695d; background: rgba(23,22,20,.96); color: #fff8e9; box-shadow: 0 12px 34px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.reader-nav > a, .reader-sections > summary { min-height: 52px; }
.reader-arrow, .reader-top { display: flex; align-items: center; justify-content: center; border-right: 1px solid #554f47; color: #f1d27a; }
.reader-arrow { font: 500 18px 'IBM Plex Mono', monospace; }
.reader-arrow[aria-disabled="true"] { color: #716a60; pointer-events: none; }
.reader-top { flex-direction: column; gap: 1px; border-right: 0; font: 500 15px/1 'IBM Plex Mono', monospace; }
.reader-top small { color: #bcb19f; font: 500 7px/1.2 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.reader-sections { position: static; border-right: 1px solid #554f47; }
.reader-sections > summary { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 7px 13px; cursor: pointer; list-style: none; }
.reader-sections > summary::-webkit-details-marker { display: none; }
.reader-sections > summary span { color: #bd9440; font: 500 7px/1.2 'IBM Plex Mono', monospace; letter-spacing: .1em; }
.reader-sections > summary strong { overflow: hidden; margin-top: 3px; color: #fff8e9; font: 500 10px/1.2 'IBM Plex Mono', monospace; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.reader-menu { position: absolute; right: 0; bottom: calc(100% + 8px); display: grid; grid-template-columns: 1fr 1fr; width: min(460px, calc(100vw - 36px)); max-height: min(60vh, 520px); overflow-y: auto; padding: 8px; border: 1px solid #72695d; background: #201e1b; box-shadow: 0 16px 38px rgba(0,0,0,.4); }
.reader-menu a { display: flex; min-height: 42px; align-items: center; gap: 11px; padding: 8px 10px; border-bottom: 1px solid #454039; color: #d8cdbb; font: 500 9px/1.3 'IBM Plex Mono', monospace; text-transform: uppercase; }
.reader-menu a:nth-last-child(-n+2) { border-bottom: 0; }
.reader-menu a:hover, .reader-menu a:focus-visible, .reader-menu a[aria-current="true"] { background: #302b25; color: #fff8e9; }
.reader-menu a[aria-current="true"] { box-shadow: inset 3px 0 0 #d8b65d; }
.reader-menu a span { flex: 0 0 18px; color: #bd9440; font-size: 7px; }
.narration-open .reader-nav { display: none; }

.eyebrow, .step-count, .dispatch-meta, .signal-label { font: 500 10px/1.4 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .13em; color: var(--oxblood); }
.hero { position: relative; min-height: calc(100svh - 82px); overflow: hidden; display: grid; color: #fff8e9; background: #110f0d; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10,9,8,.97) 0%, rgba(13,11,9,.9) 31%, rgba(14,11,8,.5) 54%, rgba(9,8,7,.12) 78%), linear-gradient(0deg, rgba(8,7,6,.82) 0%, transparent 40%); }
.hero::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; opacity: .16; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(240,215,164,.25) calc(25% - 1px), rgba(240,215,164,.25) 25%); mix-blend-mode: soft-light; }
.hero-room { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.08); }
.hero-inner { position: relative; z-index: 3; min-height: calc(100svh - 82px); display: flex; align-items: center; padding-top: 72px; padding-bottom: 114px; }
.hero-copy { width: min(710px, 68%); }
.hero .eyebrow { color: #e3bd62; }
.hero h1 { max-width: 720px; margin: 24px 0 28px; font: 700 clamp(72px, 7.3vw, 116px)/.82 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.065em; }
.hero h1 em { display: block; color: #e9c66d; font-style: normal; font-weight: 700; }
.hero-definition { max-width: 660px; color: #e1d7c7; font-size: clamp(17px,1.45vw,21px); line-height: 1.55; }
.hero-definition strong { color: #fff8e9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 48px; padding: 15px 18px; border: 0; background: var(--brass); color: var(--ink); font: 500 10px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.hero-actions .primary { background: #e3bd62; }
.hero-actions .ghost { border: 1px solid rgba(255,248,233,.48); background: rgba(17,14,11,.45); color: #fff8e9; backdrop-filter: blur(8px); }
.account-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 760px; margin-top: 42px; border-top: 1px solid rgba(232,213,177,.38); border-bottom: 1px solid rgba(232,213,177,.38); }
.account-strip span { padding: 12px 14px 12px 0; color: #bdb19f; font: 400 9px/1.5 'IBM Plex Mono', monospace; text-transform: uppercase; }
.account-strip span + span { padding-left: 14px; border-left: 1px solid rgba(232,213,177,.28); }
.account-strip b { display: block; margin-bottom: 4px; color: #e3bd62; font-weight: 500; letter-spacing: .1em; }
.hero-docket { position: absolute; right: 0; bottom: 58px; width: 290px; padding: 18px 20px; border: 1px solid rgba(235,214,173,.45); background: rgba(19,15,12,.72); backdrop-filter: blur(10px); transform: rotate(-1deg); }
.hero-docket span, .hero-docket small { display: block; color: #c4b69f; font: 500 8px/1.5 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .11em; }
.hero-docket strong { display: block; margin: 7px 0 9px; color: #fff8e9; font-size: 22px; }
.hero-credit { position: absolute; z-index: 4; left: max(32px, calc((100% - 1180px) / 2)); bottom: 20px; margin: 0; color: rgba(234,220,194,.62); font: 400 8px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }

.source-figure { margin: 0; min-width: 0; }
.source-figure > img, .turned-stage, .document-stage { display: block; width: 100%; background: #fff; box-shadow: 0 24px 46px rgba(0, 0, 0, .26); }
.source-figure > img, .document-stage > img { height: auto; }
.source-figure figcaption { display: grid; grid-template-columns: 132px 1fr auto; gap: 18px; align-items: start; margin-top: 17px; padding-top: 12px; border-top: 1px solid var(--line); }
.source-figure figcaption span, .source-figure figcaption a { font: 500 9px/1.5 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .07em; }
.source-figure figcaption span { color: var(--oxblood); }
.source-figure figcaption p { margin: 0; color: #6d655b; font: 400 10px/1.55 'IBM Plex Mono', monospace; }
.source-figure figcaption a { text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.signal { background: var(--oxblood); color: #f8efde; }
.signal-inner { min-height: 215px; display: grid; grid-template-columns: 200px 1fr; gap: 70px; align-items: center; }
.signal-label { color: #f3cf76; }
.signal p { max-width: 900px; margin: 0; font: 700 clamp(36px, 4.3vw, 59px)/.96 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.045em; }

.mask-reveal { padding: 130px 0 140px; overflow: hidden; background: #1d1a17; color: #f5eddf; }
.mask-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 455px); gap: clamp(70px, 9vw, 125px); align-items: start; }
.mask-copy { padding-top: 15px; }
.mask-copy .eyebrow { color: #d9b55e; }
.mask-copy h2 { max-width: 700px; margin: 18px 0 30px; font: 700 clamp(56px, 6vw, 86px)/.9 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.055em; }
.mask-intro { max-width: 690px; color: #d0c5b3; font-size: 17px; line-height: 1.65; }
.mask-intro strong { color: #f1d17e; font-weight: 600; }
.case-definition { max-width: 670px; margin: 22px 0 0; padding-left: 16px; border-left: 2px solid #a42b22; color: #958b7d; font: 400 11px/1.65 'IBM Plex Mono', monospace; }
.cast-list { margin: 54px 0 0; border-top: 1px solid #615a50; }
.cast-list > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 22px 0; border-bottom: 1px solid #615a50; }
.cast-list dt { color: #baac98; font: 500 9px/1.5 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .09em; }
.cast-list dd { margin: 0; }
.cast-list em { display: block; margin-bottom: 5px; color: #d9b55e; font: 500 8px/1.4 'IBM Plex Mono', monospace; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.cast-list strong { display: block; color: #fff7e9; font-size: 18px; line-height: 1.25; }
.cast-list span { display: block; margin-top: 7px; color: #bdb19f; font-size: 12px; line-height: 1.55; }
.fools-cta { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.fools-cta .primary { margin: 0; }
.fools-cta > span { max-width: 190px; color: #9e9486; font: 400 9px/1.5 'IBM Plex Mono', monospace; text-transform: uppercase; }
.account-file { transform: rotate(1deg); }
.account-file figcaption { padding-right: 16px; padding-left: 16px; border-color: #615a50; }
.account-file figcaption p { color: #aaa091; }
.account-file figcaption a { color: #f5eddf; }

.story-chapter { padding-top: 132px; padding-bottom: 132px; display: grid; grid-template-columns: minmax(320px, 480px) minmax(0, 1fr); gap: clamp(70px, 11vw, 150px); align-items: center; border-bottom: 1px solid var(--line); }
.story-right { grid-template-columns: minmax(0, 1fr) minmax(320px, 480px); }
.story-left .source-figure { transform: translateX(-18px) rotate(-.65deg); }
.story-right .source-figure { transform: translateX(18px) rotate(.65deg); }
.compact-source { max-width: 420px; }
.chapter-copy { max-width: 565px; }
.chapter-copy h2, .section-head h2 { margin: 15px 0 25px; font: 700 clamp(42px, 4.8vw, 66px)/.95 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.045em; }
.chapter-copy > p:not(.desk-question) { color: var(--soft-ink); font-size: 16px; line-height: 1.65; }
.desk-question { margin: 34px 0 0; padding-top: 16px; border-top: 1px solid var(--ink); font: 500 11px/1.55 'IBM Plex Mono', monospace; }

.desk, .checklist, .method, .trail, .influence { padding-top: 120px; padding-bottom: 120px; }
.desk { background: var(--paper); width: 100%; padding-left: max(32px, calc((100% - 1180px) / 2)); padding-right: max(32px, calc((100% - 1180px) / 2)); }
.section-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 48px; }
.section-head h2 { max-width: 760px; font-size: clamp(42px, 5vw, 66px); }
.step-count { color: #746b60; padding-top: 5px; }
.desk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.input-card, .result-card { padding: 34px; min-height: 360px; border: 1px solid var(--ink); }
.input-card { background: #f9f2e5; }
.input-card label { font: 500 10px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .09em; }
.input-card textarea { display: block; width: 100%; margin: 14px 0 0; padding: 22px 0; resize: vertical; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--ink); font: 600 22px/1.25 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; }
.examples { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 16px 0 27px; color: #766d61; font: 400 9px 'IBM Plex Mono', monospace; }
.examples button { padding: 7px 9px; border: 1px solid var(--line); background: transparent; color: var(--ink); font: 400 9px 'IBM Plex Mono', monospace; cursor: pointer; }
.dark { width: 100%; background: var(--ink); color: #fff8e9; }
.result-card { display: flex; align-items: center; background: var(--dark); color: #fff8e9; }
.result-placeholder { width: 100%; text-align: center; color: #b7ab98; }
.orbit { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 18px; border: 1px solid #82786b; border-radius: 50%; color: #cda94e; font: 700 25px 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; }
.result-placeholder p { margin-bottom: 8px; color: #fff8e9; font: 600 22px 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; }
.result-placeholder small { display: block; max-width: 270px; margin: auto; font: 400 10px/1.5 'IBM Plex Mono', monospace; }
.result { width: 100%; }
.tag { color: #c9a85f; font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: .13em; }
.result h3 { margin: 16px 0 13px; font: 700 33px/1 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.035em; }
.result > p { color: #d0c5b3; font-size: 13px; line-height: 1.55; }
.question { display: flex; gap: 14px; margin-top: 25px; padding: 18px 0; border-top: 1px solid #524c43; border-bottom: 1px solid #524c43; }
.question > span, .question b { color: #c9a85f; }
.question b { font: 500 9px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .09em; }
.question p { margin: 8px 0 0; font-size: 12px; line-height: 1.45; }
.text-button { padding: 20px 0 0; border: 0; background: transparent; color: #fff8e9; font: 500 10px 'IBM Plex Mono', monospace; cursor: pointer; }

.checks { display: grid; grid-template-columns: 1fr 1fr; padding: 0 clamp(20px,2.2vw,28px); border: 1px solid var(--line); border-top: 2px solid var(--ink); background: rgba(255,255,255,.2); }
.check { display: flex; gap: 16px; padding: 25px 20px 25px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.check:nth-child(odd) { border-right: 1px solid var(--line); }
.check:nth-child(even) { padding-left: 24px; }
.check:nth-last-child(-n+2) { border-bottom: 0; }
.check input { position: absolute; opacity: 0; }
.box { flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid #81786b; }
.check input:checked + .box { border-color: var(--oxblood); background: var(--oxblood); box-shadow: inset 0 0 0 5px var(--paper-light); }
.check b { display: block; margin-bottom: 7px; font: 500 12px 'IBM Plex Mono', monospace; text-transform: uppercase; }
.check small { display: block; color: var(--soft-ink); font-size: 12px; line-height: 1.5; }
.horizon { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--ink); }
.horizon h3 { margin: 12px 0 0; font: 700 32px/1 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.035em; }
.range-wrap { padding-top: 13px; }
.range-wrap input { width: 100%; accent-color: var(--oxblood); }
.range-labels { display: flex; justify-content: space-between; margin-top: 12px; color: #756c61; font: 400 9px 'IBM Plex Mono', monospace; }
.range-labels strong { color: var(--ink); }

.verdict { padding: 85px max(32px, calc((100% - 1180px) / 2)); background: var(--olive); color: #fff9ea; }
.verdict-inner { display: flex; justify-content: space-between; gap: 40px; }
.verdict .eyebrow { color: #ecd58e; }
.verdict h2 { max-width: 700px; margin: 13px 0; font: 700 clamp(44px, 5vw, 70px)/.94 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.045em; }
.verdict p { max-width: 670px; color: #ede8d8; font-size: 14px; line-height: 1.55; }
.score { padding-top: 20px; white-space: nowrap; font: 400 10px 'IBM Plex Mono', monospace; }
.score span:first-child { display: block; color: #f2d882; font: 700 64px/.9 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; }
.bar { height: 6px; margin-top: 32px; background: rgba(255,255,255,.22); }
.bar span { display: block; width: 0; height: 100%; background: #f2d882; transition: width .25s ease; }

.turned-stage { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.turned-stage img { position: absolute; left: 50%; top: 50%; width: 133.333%; max-width: none; height: auto; transform: translate(-50%, -50%) rotate(90deg); }
.document-stage { position: relative; overflow: hidden; line-height: 0; }
.document-stage > img { display: block; width: 100%; }
.quote-marker { position: absolute; z-index: 2; height: 4%; border-radius: 2px 7px 3px 5px; opacity: 0; transform: rotate(var(--marker-angle,0deg)) scaleX(0); transform-origin: left center; background: linear-gradient(180deg,rgba(249,205,61,.2),rgba(245,184,22,.78) 34%,rgba(255,216,74,.52)); box-shadow: 0 1px 0 rgba(255,231,133,.4) inset; mix-blend-mode: multiply; }
.marker-houston { --marker-angle: -.6deg; left: 4%; top: 45.1%; width: 69%; height: 4.2%; }
.marker-methane { --marker-angle: .45deg; left: 8%; top: 54.9%; width: 61%; height: 3.8%; }
.marker-account-budget { --marker-angle: -.4deg; --marker-delay: .12s; left: 10%; top: 33%; width: 42%; height: 2.5%; }
.marker-account-tom { --marker-angle: .5deg; --marker-delay: .42s; left: 7%; top: 62.8%; width: 23%; height: 2.2%; }
.marker-account-dick { --marker-angle: -.5deg; --marker-delay: .62s; left: 7%; top: 68.5%; width: 26%; height: 2.2%; }
.marker-account-dan { --marker-angle: .4deg; --marker-delay: .82s; left: 7%; top: 73.8%; width: 23%; height: 2.2%; }
.marker-account-bill { --marker-angle: -.35deg; --marker-delay: 1.02s; left: 6.5%; top: 79.1%; width: 34%; height: 2.2%; }
.marker-strategy-one { --marker-angle: -.45deg; --marker-delay: .14s; left: 14%; top: 58%; width: 73%; height: 2.6%; }
.marker-strategy-two { --marker-angle: .35deg; --marker-delay: .48s; left: 14%; top: 61%; width: 72%; height: 2.6%; }
.marker-campaign { --marker-angle: -.4deg; --marker-delay: .15s; left: 12%; top: 25.7%; width: 57%; height: 2.8%; }
.quote-callout { position: absolute; z-index: 3; left: 6%; top: 7%; max-width: 84%; padding: 11px 13px 10px; border-left: 3px solid #e9be45; background: rgba(18,16,13,.86); color: #fff8e9; box-shadow: 0 8px 24px rgba(0,0,0,.2); opacity: 0; transform: translateY(8px); }
.quote-callout q { display: block; font: 600 clamp(11px,1.2vw,15px)/1.25 'Libre Franklin', sans-serif; quotes: "“" "”"; }
.quote-callout small { display: block; margin-top: 5px; color: #d8bc72; font: 500 7px/1.35 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.quote-stage.is-highlighted .quote-marker { animation: marker-swipe 1.05s cubic-bezier(.22,.78,.2,1) var(--marker-delay,.18s) forwards; }
.quote-stage.is-highlighted .quote-callout { animation: quote-rise .45s ease-out .88s forwards; }
.account-stage.is-highlighted .quote-callout { animation-delay: 1.7s; }
.strategy-stage.is-highlighted .quote-callout { animation-delay: 1.18s; }
@keyframes marker-swipe { 0% { opacity: 0; transform: rotate(var(--marker-angle,0deg)) scaleX(0); } 12% { opacity: .76; } 100% { opacity: .76; transform: rotate(var(--marker-angle,0deg)) scaleX(1); } }
@keyframes quote-rise { to { opacity: 1; transform: translateY(0); } }

.pr-man { min-height: 760px; display: grid; grid-template-columns: 54% 46%; background: #191714; color: #f7efdf; }
.pr-portrait { min-height: 760px; overflow: hidden; background: #c8c4bb; }
.pr-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: sepia(.1) contrast(1.08); }
.pr-copy { align-self: center; max-width: 640px; padding: 95px clamp(45px, 6vw, 100px); }
.pr-copy .eyebrow { color: #ddb95d; }
.pr-role { margin: 14px 0 36px; color: #b8ab97; font: 500 10px 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.pr-copy h2 { margin: 0 0 30px; font: 700 clamp(49px, 5.5vw, 78px)/.93 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.055em; }
.pr-copy > p:not(.pr-role) { color: #cec2af; font-size: 15px; line-height: 1.68; }
.pr-copy a { display: inline-block; margin-top: 20px; color: #f7efdf; font: 500 9px/1.55 'IBM Plex Mono', monospace; text-decoration: underline; text-underline-offset: 4px; }

.method { background: var(--dark); color: #fff8e9; width: 100%; padding-left: max(32px, calc((100% - 1180px) / 2)); padding-right: max(32px, calc((100% - 1180px) / 2)); }
.method .eyebrow { color: #c9a85f; }
.method-list { max-width: 930px; margin-left: auto; }
.method-list article { display: grid; grid-template-columns: 95px 1fr; gap: 30px; padding: 32px 0; border-top: 1px solid #5e574e; }
.method-list article > span { color: #c9a85f; font: 500 11px 'IBM Plex Mono', monospace; }
.method-list h3 { margin-bottom: 10px; font: 700 33px/1 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.035em; }
.method-list p { margin: 0; color: #cfc4b2; font-size: 13px; line-height: 1.55; }

.trail { padding-bottom: 80px; }
.dispatch-list { display: flex; flex-direction: column; gap: 0; }
.dispatch { min-height: 420px; display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 125px); align-items: center; padding: 78px 0; border-top: 1px solid var(--line); }
.dispatch img { display: block; width: 100%; height: auto; }
.dispatch h3 { max-width: 610px; margin: 15px 0 15px; font: 700 clamp(36px, 3.7vw, 52px)/.96 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.045em; }
.dispatch p { max-width: 560px; color: var(--soft-ink); font-size: 14px; line-height: 1.6; }
.dispatch a, .influence-list a { font: 500 10px 'IBM Plex Mono', monospace; text-decoration: underline; text-underline-offset: 4px; }
.dispatch.text-only { grid-template-columns: 1fr; min-height: 300px; }
.dispatch.text-only > div { width: min(650px, 70%); margin-left: 27%; }

.influence { background: var(--paper); width: 100%; padding-left: max(32px, calc((100% - 1180px) / 2)); padding-right: max(32px, calc((100% - 1180px) / 2)); }
.influence-list { border-top: 1px solid var(--ink); }
.influence-list article { display: grid; grid-template-columns: 130px minmax(0, 1fr) 250px; gap: 35px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.influence-list article:not(:has(img)) { grid-template-columns: 130px minmax(0, 1fr); }
.year { color: var(--oxblood); font: 500 18px 'IBM Plex Mono', monospace; }
.influence-list h3 { margin-bottom: 9px; font: 700 29px/1 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.035em; }
.influence-list p { max-width: 620px; margin-bottom: 12px; color: var(--soft-ink); font-size: 12px; line-height: 1.55; }
.influence-list img { display: block; width: 250px; height: auto; }
.influence-list a + a { margin-left: 14px; }

.share-studio { width: 100%; padding-top: 120px; padding-bottom: 120px; padding-left: max(32px, calc((100% - 1180px) / 2)); padding-right: max(32px, calc((100% - 1180px) / 2)); background: #211e1a; color: #fff8e9; }
.share-studio .eyebrow { color: #d8b65d; }
.share-studio .section-head h2 { max-width: 840px; }
.share-intro { max-width: 680px; color: #cfc4b2; font-size: 14px; line-height: 1.6; }
.share-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; }
.share-card { min-width: 0; border: 1px solid #5d574e; background: #171614; }
.share-card > a { display: block; overflow: hidden; }
.share-card img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; transition: transform .25s ease; }
.share-card > a:hover img { transform: scale(1.012); }
.share-card-copy { padding: 20px; }
.share-card-copy .eyebrow { font-size: 9px; }
.share-card h3 { margin: 8px 0 9px; font: 700 25px/1 'Libre Franklin', sans-serif; letter-spacing: -.025em; }
.share-card p { min-height: 42px; margin-bottom: 17px; color: #bdb19f; font-size: 12px; line-height: 1.5; }
.share-actions { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.share-actions a, .share-actions button, .share-actions summary { display: inline-flex; min-height: 34px; align-items: center; padding: 0 10px; border: 1px solid #6b6358; background: transparent; color: #fff8e9; font: 500 9px 'IBM Plex Mono', monospace; text-transform: uppercase; cursor: pointer; list-style: none; }
.share-actions .share-primary { border-color: #d8b65d; background: #d8b65d; color: var(--ink); }
.share-actions details { position: relative; }
.share-actions summary::-webkit-details-marker { display: none; }
.more-share { position: absolute; z-index: 4; right: 0; bottom: calc(100% + 7px); width: 210px; padding: 7px; display: grid; gap: 5px; border: 1px solid #6b6358; background: #27231f; box-shadow: 0 10px 25px rgba(0,0,0,.4); }
.more-share a, .more-share button { width: 100%; justify-content: flex-start; }
.share-feedback { width: 100%; min-height: 14px; margin: 4px 0 0; color: #d8b65d; font: 500 9px 'IBM Plex Mono', monospace; }

.footer { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; padding-bottom: 34px; border-top: 1px solid var(--line); color: #746b60; font: 400 9px 'IBM Plex Mono', monospace; }

@media (max-width: 900px) {
  .topbar nav { display: none; }
  .hero-copy { width: min(690px, 78%); }
  .hero-docket { display: none; }
  .mask-layout { grid-template-columns: minmax(0, 1fr) minmax(310px, 390px); gap: 50px; }
  .story-chapter, .story-right { grid-template-columns: minmax(280px, 390px) minmax(0, 1fr); gap: 55px; }
  .story-right { grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); }
  .dispatch { gap: 45px; }
  .influence-list article { grid-template-columns: 95px minmax(0, 1fr) 190px; }
  .influence-list img { width: 190px; height: auto; }
  .topbar nav { gap: 15px; }
}

@media (max-width: 700px) {
  body.narration-open { padding-bottom: 340px; }
  body.narration-open.narration-collapsed { padding-bottom: 82px; }
  .wrap { width: min(100% - 36px, 1180px); }
  .topbar { width: 100%; height: 68px; padding-inline: 18px; }
  .listen { padding: 9px 10px; font-size: 8px; }
  .hero { min-height: 760px; }
  .hero::before { background: linear-gradient(0deg, rgba(9,8,7,.98) 0%, rgba(11,9,8,.9) 55%, rgba(10,9,8,.24) 100%); }
  .hero-room { object-position: 69% center; }
  .hero-inner { min-height: 760px; align-items: end; padding-top: 260px; padding-bottom: 80px; }
  .hero-copy { width: 100%; }
  .hero h1 { margin: 17px 0 22px; font-size: clamp(58px, 17vw, 76px); }
  .hero-definition { font-size: 15px; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { gap: 14px; padding: 14px 13px; }
  .account-strip { margin-top: 27px; grid-template-columns: 1fr; }
  .account-strip span { padding: 9px 0; }
  .account-strip span + span { padding-left: 0; border-left: 0; border-top: 1px solid rgba(232,213,177,.22); }
  .hero-credit { left: 18px; right: 18px; bottom: 13px; font-size: 6px; }
  .source-figure figcaption { grid-template-columns: 1fr; gap: 5px; }
  .source-figure figcaption a { margin-top: 4px; }
  .signal-inner { min-height: 245px; display: block; padding-top: 50px; padding-bottom: 50px; }
  .signal p { margin-top: 18px; font-size: 34px; }
  .mask-reveal { padding: 82px 0 88px; }
  .mask-layout { display: flex; flex-direction: column; gap: 52px; }
  .mask-copy h2 { font-size: 54px; }
  .mask-intro { font-size: 15px; }
  .case-definition { font-size: 10px; }
  .cast-list > div { grid-template-columns: 1fr; gap: 8px; }
  .fools-cta { align-items: flex-start; flex-direction: column; }
  .account-file { width: min(88%, 430px); margin-inline: auto; transform: none; }
  .story-chapter, .story-right { padding-top: 82px; padding-bottom: 82px; display: flex; flex-direction: column; align-items: stretch; gap: 45px; }
  .story-left .source-figure, .story-right .source-figure { width: min(88%, 430px); margin-inline: auto; transform: none; }
  .story-right .chapter-copy { order: 0; }
  .story-right .source-figure { order: 1; }
  .chapter-copy h2, .section-head h2 { font-size: 43px; }
  .chapter-copy > p:not(.desk-question) { font-size: 14px; }
  .account-strip { grid-template-columns: 1fr; }
  .account-strip span + span { padding-left: 0; border-left: 0; border-top: 1px solid #5c554c; }
  .pr-man { min-height: auto; grid-template-columns: 1fr; }
  .pr-portrait { min-height: 0; aspect-ratio: 1 / .94; }
  .pr-portrait img { object-position: 55% 42%; }
  .pr-copy { padding: 68px 18px 78px; }
  .pr-copy h2 { font-size: 51px; }
  .desk, .checklist, .method, .trail, .influence { padding-top: 78px; padding-bottom: 78px; }
  .desk, .method, .influence { padding-left: 18px; padding-right: 18px; }
  .section-head { display: block; margin-bottom: 34px; }
  .step-count { display: block; margin-top: 15px; }
  .desk-grid { grid-template-columns: 1fr; }
  .input-card, .result-card { min-height: 330px; padding: 25px; }
  .checks { grid-template-columns: 1fr; padding-inline: 18px; }
  .check:nth-child(odd) { border-right: 0; }
  .check:nth-child(even) { padding-left: 0; }
  .check:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .check:last-child { border-bottom: 0; }
  .horizon { grid-template-columns: 1fr; gap: 22px; }
  .verdict { padding: 65px 18px; }
  .verdict-inner { display: block; }
  .score { padding-top: 12px; }
  .score span:first-child { display: inline; margin-right: 7px; }
  .method-list article { grid-template-columns: 54px 1fr; gap: 14px; }
  .dispatch, .dispatch.image-right { display: flex; flex-direction: column; min-height: auto; gap: 30px; align-items: stretch; padding: 60px 0; }
  .dispatch.image-right > div { order: 0; }
  .dispatch.image-right img { order: 1; }
  .dispatch.text-only > div { width: 100%; margin-left: 0; }
  .influence-list article, .influence-list article:not(:has(img)) { grid-template-columns: 70px minmax(0, 1fr); gap: 18px; align-items: start; }
  .influence-list article img { grid-column: 2; width: 100%; height: auto; margin-top: 10px; }
  .year { font-size: 13px; }
  .footer { display: block; }
  .footer span { display: block; margin-bottom: 9px; }
  .narration-player { min-height: 304px; max-height: 390px; padding: 18px 18px 14px; }
  .narration-player.is-collapsed { min-height: 74px; max-height: 74px; padding: 20px 12px 9px; }
  .narration-player.is-collapsed .narration-heading { gap: 7px; }
  .narration-player.is-collapsed .narration-heading strong { max-width: 48vw; font-size: 10px; }
  .narration-heading-actions { gap: 3px; }
  .narration-heading-actions button { padding-inline: 8px; font-size: 8px; }
  .speaker-map { margin-top: 10px; }
  .speaker-map span { font-size: 7px; }
  .narration-controls { grid-template-columns: 1fr auto; gap: 9px; }
  .transport { grid-column: 1 / -1; }
  .transport button { flex: 1; }
  .chapter-picker { min-width: 0; grid-template-columns: 1fr; gap: 3px; }
  .auto-scroll { align-self: end; }
  .narration-status { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .share-studio { padding: 78px 18px; }
  .share-grid { grid-template-columns: 1fr; }
  .share-card p { min-height: 0; }
  .more-share { left: 0; right: auto; }
  .reader-nav { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; grid-template-columns: 46px minmax(0,1fr) 46px 50px; }
  .reader-nav > a, .reader-sections > summary { min-height: 54px; }
  .reader-sections > summary { padding-inline: 10px; }
  .reader-menu { left: 0; right: 0; grid-template-columns: 1fr; width: auto; max-height: min(58vh, 480px); overscroll-behavior: contain; }
  .reader-menu a:nth-last-child(2) { border-bottom: 1px solid #454039; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .quote-marker { opacity: .76; transform: rotate(var(--marker-angle,0deg)) scaleX(1); }
  .quote-callout { opacity: 1; transform: none; }
  .narration-player.is-collapsed .narration-drawer-toggle { animation: none; }
}
