@import url('https://fonts.bunny.net/css?family=dm-sans:400,500,600,700|instrument-serif:400,400i');

:root {
    color-scheme: dark;
    --bg: #111716;
    --panel: #18201e;
    --text: #ecebe4;
    --muted: #adb4ad;
    --line: #34413c;
    --accent: #e7b28b;
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', Arial, sans-serif;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 16px/1.65 var(--sans);
}
button,
a,
input {
    touch-action: manipulation;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: var(--accent);
}
button {
    font: inherit;
    color: inherit;
    cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 5px;
}
button {
    border-radius: 0;
}
#flick-navigation-hint {
    margin: 18px 0 6px;
    color: var(--muted);
    font-size: 12px;
}
#flick-navigation-toggle {
    border: 1px solid var(--line);
    background: var(--panel);
    padding: 8px 12px;
    font-size: 12px;
    min-height: 44px;
}
#flick-navigation-toggle[aria-pressed='true'] {
    border-color: var(--accent);
    color: var(--accent);
}
#flick-navigation-toggle:disabled {
    cursor: default;
    color: var(--muted);
}
h1,
h2,
h3,
p,
figure {
    margin: 0;
}
h1,
h2 {
    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.025em;
}
h1 {
    font-size: clamp(45px, 5.6vw, 88px);
}
h2 {
    font-size: clamp(40px, 5.2vw, 76px);
}
h3 {
    font-weight: 500;
    line-height: 1.3;
}
em {
    font-weight: 400;
    color: var(--accent);
}
p {
    color: var(--muted);
}
strong {
    color: var(--text);
    font-weight: 500;
}
cite {
    font-style: italic;
}
button:disabled {
    cursor: default;
}
::selection {
    background: var(--accent);
    color: var(--bg);
}
.section {
    max-width: 1440px;
    margin: auto;
    padding: 108px 6vw;
}
.section-intro {
    max-width: 760px;
}
.section-intro > p:not(.eyebrow) {
    margin-top: 24px;
    max-width: 650px;
    font-size: 18px;
}
.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 24px;
}
.small-label,
.figure-note,
figcaption {
    font-size: 12px;
    color: var(--muted);
}
.figure-note {
    max-width: 830px;
    margin-top: 25px;
}
.masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 6vw;
    border-bottom: 1px solid #ffffff20;
}
.wordmark {
    font: 36px var(--serif);
    letter-spacing: -1.4px;
}
.wordmark span {
    font: 10px var(--sans);
    vertical-align: super;
    margin-left: 3px;
}
.edition {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #d2d1c9;
}
.nav-link {
    font-size: 12px;
}
.nav-link span {
    margin-left: 18px;
}
.hero {
    min-height: 800px;
    min-height: min(950px, 100svh);
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 6vw 86px;
}
.hero-art {
    position: absolute;
    z-index: -3;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    object-position: center 37%;
}
.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, #111716 4%, #111716 27%, #111716ed 40%, #11171642 68%, #1117160a), linear-gradient(0deg, #111716 0%, transparent 30%);
}
.hero-copy {
    width: 70%;
    max-width: 880px;
}
.hero-intro {
    font-size: 18px;
    line-height: 1.55;
    max-width: 520px;
    margin-top: 28px;
    color: #e5e5dc;
}
.hero-sub {
    font-size: 15px;
    max-width: 485px;
    margin-top: 15px;
}
.primary-link {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    background: var(--accent);
    color: #17201b;
    padding: 15px 22px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 28px;
    transition:
        background 0.2s,
        transform 0.2s;
}
.primary-link:hover {
    background: #f2c5a3;
    color: #17201b;
    transform: translateY(-2px);
}
.ownership {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 25px;
}
.hero-caption {
    position: absolute;
    right: 6vw;
    bottom: 32px;
    font-size: 10px;
    color: #b8bcb5;
}
.skip-link {
    position: fixed;
    top: -80px;
    left: 15px;
    z-index: 10;
    padding: 15px;
    background: var(--accent);
    color: #111;
}
.skip-link:focus {
    top: 15px;
}
.whole-story {
    border-bottom: 1px solid var(--line);
}
.snapshot {
    margin-top: 60px;
    border: 1px solid var(--line);
    padding: 35px;
    position: relative;
    overflow: hidden;
}
.snapshot-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.snapshot-top .eyebrow {
    margin-bottom: 0;
}
.story-grid {
    display: grid;
    grid-template-columns: repeat(64, 1fr);
    gap: 6px;
    height: 70px;
    margin: 30px 0 45px;
}
.story-grid i {
    background: #45554a;
    opacity: 0.4;
    transition:
        background 0.4s,
        opacity 0.4s;
}
.story-grid i.chosen {
    background: var(--accent);
    opacity: 1;
    box-shadow: 0 0 24px var(--accent);
}
.snapshot-columns {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 50px;
    position: relative;
}
.snapshot-columns:before {
    content: '';
    height: 1px;
    background: var(--accent);
    opacity: 0.45;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    transform-origin: left;
}
.snapshot-columns h3 {
    font-family: var(--serif);
    font-size: 32px;
    margin: 16px 0;
}
.snapshot-columns p {
    font-size: 14px;
}
.plain-note {
    display: flex;
    align-items: baseline;
    gap: 25px;
    margin-top: 32px;
    max-width: 890px;
}
.note-number {
    color: var(--accent);
    font-size: 24px;
}
.plain-note p {
    font-size: 14px;
}
.lenses {
    padding-bottom: 90px;
}
.lens-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    border-bottom: 1px solid var(--line);
}
.lens-buttons button {
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    text-align: left;
    padding: 20px 12px 20px 0;
    font-size: 14px;
}
.lens-buttons span {
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-top: 4px;
}
.lens-buttons button[aria-pressed='true'] {
    border-color: var(--accent);
    color: var(--accent);
}
.lens-result {
    padding: 35px 0 0;
    max-width: 900px;
    min-height: 290px;
}
.lens-result h3 {
    font: 42px var(--serif);
    margin: 10px 0 15px;
}
.lens-result p {
    max-width: 680px;
}
.lens-flow {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    margin-top: 35px;
    border-top: 1px solid var(--line);
    padding-top: 12px;
}
.lens-flow span {
    flex: 1;
    font-size: 12px;
}
.lens-flow small {
    display: block;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.09em;
    margin-bottom: 4px;
}
.journey {
    background: #eae7df;
    color: #1b2620;
}
.journey p {
    color: #546158;
}
.journey strong {
    color: #26372d;
}
.journey .eyebrow {
    color: #885333;
}
.journey .section-intro {
    max-width: 1440px;
}
.journey-layout {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 7vw;
    padding: 0 6vw 95px;
}
.chapter-nav {
    position: sticky;
    top: 40px;
    align-self: start;
}
.chapter-nav a {
    display: flex;
    gap: 13px;
    font-size: 12px;
    line-height: 1.35;
    padding: 13px 0;
    border-bottom: 1px solid #c6cdc5;
    color: #69766b;
}
.chapter-nav a.active {
    color: #192d20;
    font-weight: 600;
    border-bottom-color: #8d593b;
}
.chapter-nav a span {
    color: #986649;
    font-size: 10px;
}
.chapter-nav .chapter-finish {
    border: 0;
    margin-top: 22px;
}
.chapter {
    padding-bottom: 85px;
    margin-bottom: 75px;
    border-bottom: 1px solid #bac5bb;
    scroll-margin-top: 40px;
}
.chapter:last-child {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}
.chapter h2 {
    font-size: clamp(36px, 4vw, 58px);
    max-width: 640px;
}
.chapter-lede {
    font-size: 18px;
    margin-top: 22px;
    max-width: 680px;
}
.chapter .step-meta {
    display: flex;
    gap: 25px;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    color: #69736a;
}
.ask {
    margin: 30px 0;
    border-left: 2px solid #a27858;
    padding-left: 22px;
}
.ask span,
.delivered-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 10px;
    color: #875733;
    margin-bottom: 10px;
}
.ask blockquote {
    font: 23px/1.4 var(--serif);
    margin: 0;
    color: #293e30;
}
.delivery {
    margin-top: 30px;
}
.delivery ul {
    padding-left: 19px;
    margin: 10px 0 22px;
    color: #45564a;
}
.delivery li {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.65;
}
.payoff {
    border-top: 1px solid #c6cdc5;
    padding-top: 20px;
    margin-top: 28px;
}
.payoff p {
    font-size: 16px;
    color: #314b39;
}
.exchange {
    margin-top: 28px;
}
.exchange summary {
    cursor: pointer;
    padding: 16px 0;
    border-top: 1px solid #bdc7bd;
    border-bottom: 1px solid #bdc7bd;
    font-size: 12px;
    font-weight: 500;
}
.exchange[open] summary {
    margin-bottom: 25px;
}
.original-prompt {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
    background: #dedfd5;
    margin: 12px 0 30px;
    color: #35433a;
}
.transcript {
    font-size: 14px;
    overflow-wrap: anywhere;
}
.transcript h1,
.transcript h2 {
    font: 32px var(--serif);
    margin: 30px 0 16px;
}
.transcript h3,
.transcript h4 {
    font-size: 18px;
    margin: 25px 0 12px;
}
.transcript p {
    margin: 14px 0;
}
.transcript table {
    font-size: 12px;
}
.transcript blockquote {
    border-left: 2px solid #9da993;
    margin: 25px 0;
    padding-left: 20px;
}
.transcript hr {
    border: 0;
    border-top: 1px solid #bac5bb;
    margin: 30px 0;
}
.transcript a {
    color: #69482d;
    text-decoration: underline;
}
.transcript table {
    display: block;
    max-width: 100%;
    overflow: auto;
}
.transcript pre {
    max-width: 100%;
    overflow-x: auto;
}
.transcript th,
.transcript td {
    border-color: #bac5bb;
}
.mini-visual {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 35px 0;
    border-top: 1px solid #aebaaf;
    border-bottom: 1px solid #aebaaf;
}
.mini-visual div {
    padding: 22px 20px 22px 0;
}
.mini-visual div + div {
    border-left: 1px solid #aebaaf;
    padding-left: 20px;
}
.mini-visual small {
    font-size: 10px;
    color: #806046;
}
.mini-visual p {
    font: 24px/1.2 var(--serif);
    margin-top: 10px;
    color: #273e2e;
}
.mini-visual span {
    font-size: 12px;
    display: block;
    margin-top: 12px;
    color: #5c6a5d;
}
.chapter-poster {
    display: block;
    width: min(100%, 360px);
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    margin: 32px auto;
}
.chapter:after {
    content: '';
    display: block;
    clear: both;
}
.coverage-strip {
    display: flex;
    gap: 50px;
    padding: 35px 0;
    margin: 35px 0 15px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    color: var(--muted);
}
.coverage-strip strong {
    display: block;
    font: 45px var(--serif);
    margin-bottom: 8px;
}
.scene-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 28px 0 12px;
}
.scene-filters button {
    background: none;
    border: 1px solid var(--line);
    padding: 8px 14px;
    font-size: 12px;
}
.scene-filters button[aria-pressed='true'] {
    background: var(--accent);
    color: #172219;
    border-color: var(--accent);
}
.scene-workspace {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.2fr);
    gap: 50px;
    margin-top: 35px;
    align-items: start;
}
.scene-act {
    margin-bottom: 27px;
}
.scene-act h3 {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}
.scene-button {
    display: grid;
    grid-template-columns: 28px 1fr 22px;
    align-items: baseline;
    text-align: left;
    width: 100%;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    font-size: 13px;
    gap: 10px;
    transition:
        color 0.18s,
        padding 0.18s;
}
.scene-button span:first-child {
    font-size: 10px;
    color: var(--muted);
}
.scene-button.selected {
    color: var(--accent);
    padding-left: 10px;
    background: #e7b28b08;
}
.scene-button .driver-mark {
    font-size: 10px;
    color: var(--accent);
}
.scene-detail {
    position: sticky;
    top: 35px;
    background: var(--panel);
    border-top: 2px solid var(--accent);
    padding: 35px;
    min-height: 480px;
}
.scene-detail h3 {
    font: 38px var(--serif);
    margin-bottom: 20px;
}
.scene-detail h4 {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--accent);
    margin: 26px 0 10px;
}
.scene-detail p {
    font-size: 14px;
}
.tag-list {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.tag-list span {
    padding: 4px 8px;
    background: #26332b;
    font-size: 10px;
    color: #c9d4c7;
}
.text-link {
    display: inline-flex;
    border-bottom: 1px solid var(--accent);
    font-size: 14px;
    gap: 40px;
    margin-top: 30px;
    padding-bottom: 8px;
}
.cast-section {
    padding-top: 25px;
}
.cast-section .section-intro {
    margin-bottom: 45px;
}
#cast-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}
.cast-person {
    border-top: 1px solid var(--line);
    padding: 20px 0;
}
.cast-person summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.cast-person summary::-webkit-details-marker {
    display: none;
}
.cast-person summary:after {
    content: '+';
    color: var(--accent);
}
.cast-person[open] summary:after {
    content: '−';
}
.cast-person h3 {
    font: 25px var(--serif);
}
.cast-person .cast-role {
    font-size: 11px;
    margin-top: 7px;
}
.cast-person .cast-description {
    font-size: 14px;
    margin-top: 25px;
}
.payoff-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.payoff-chain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 55px;
}
.payoff-chain span {
    font-size: 11px;
    color: var(--accent);
}
.payoff-chain h3 {
    font: 29px var(--serif);
    margin: 16px 0;
}
.payoff-chain p {
    font-size: 14px;
}
.payoff-close {
    margin-top: 50px;
    max-width: 650px;
    color: var(--text);
    font-size: 19px;
}
.audit-totals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 45px 0;
}
.audit-totals strong {
    font: 46px var(--serif);
    display: block;
}
.audit-totals span {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 10px;
}
.audit-note {
    font-size: 14px;
    margin: 25px 0;
}
.table-scroll {
    overflow: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
}
caption {
    text-align: left;
    font-size: 12px;
    color: var(--muted);
    padding-bottom: 20px;
}
th {
    font-weight: 500;
    font-size: 11px;
    color: var(--muted);
}
th,
td {
    border-bottom: 1px solid var(--line);
    padding: 17px 18px 17px 0;
}
td:nth-child(n + 2) {
    white-space: nowrap;
}
td small {
    display: block;
    font-size: 10px;
    color: var(--muted);
}
.methodology {
    margin-top: 30px;
}
.methodology summary {
    font-size: 13px;
    cursor: pointer;
}
.methodology p {
    font-size: 13px;
    margin-top: 18px;
    max-width: 850px;
}
.methodology label {
    display: block;
    margin-top: 20px;
    font-size: 13px;
}
.methodology input {
    accent-color: var(--accent);
    vertical-align: middle;
    margin: 0 15px;
    width: min(260px, 55vw);
}
.final-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 10vw;
    padding-top: 20px;
}
.final-section p:not(.eyebrow) {
    margin-top: 25px;
    max-width: 510px;
}
.final-section img {
    width: 100%;
    height: auto;
}
.final-section figcaption {
    margin-top: 12px;
}
footer {
    border-top: 1px solid var(--line);
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
footer p,
footer > a:last-child {
    font-size: 10px;
}
.reveal {
    opacity: 1;
}
.motion-ready .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.7s,
        transform 0.7s;
}
.motion-ready .reveal.visible {
    opacity: 1;
    transform: none;
}
.hero-copy {
    animation: enter 0.9s ease-out both;
}
.hero-art {
    animation: poster-enter 1.4s ease-out both;
}
.swap {
    animation: enter 0.3s ease-out both;
}
@keyframes enter {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes poster-enter {
    from {
        opacity: 0;
        transform: scale(1.035);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media (min-width: 1500px) {
    .hero-copy {
        max-width: 1000px;
    }
    .hero-intro {
        max-width: 600px;
    }
    .hero-sub {
        max-width: 570px;
    }
}
@media (max-width: 900px) {
    .hero {
        min-height: 850px;
    }
    .edition {
        display: none;
    }
    .hero-copy {
        width: 85%;
    }
    .hero-art {
        width: 80%;
        opacity: 0.7;
    }
    .hero-shade {
        background: linear-gradient(90deg, #111716 0%, #111716de 35%, #11171642), linear-gradient(0deg, #111716, transparent 65%);
    }
    .journey-layout {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 5vw;
    }
    .scene-workspace {
        gap: 25px;
    }
    .scene-detail {
        padding: 25px;
    }
    .coverage-strip {
        gap: 25px;
    }
    .snapshot-columns {
        gap: 25px;
    }
}
@media (max-width: 640px) {
    html {
        scroll-padding-top: 25px;
    }
    .section {
        padding: 70px 6vw;
    }
    .masthead {
        padding: 22px 6vw;
    }
    .wordmark {
        font-size: 29px;
    }
    .nav-link {
        font-size: 10px;
        max-width: 140px;
        text-align: right;
    }
    .nav-link span {
        margin-left: 5px;
    }
    .hero {
        padding-top: 120px;
        min-height: 820px;
        padding-bottom: 70px;
        align-items: flex-start;
    }
    .hero-copy {
        width: 100%;
    }
    .hero h1 {
        font-size: 49px;
        max-width: 390px;
    }
    .hero-art {
        width: 100%;
        object-position: 57% center;
        opacity: 0.45;
    }
    .hero-shade {
        background: linear-gradient(90deg, #111716d9, #11171665), linear-gradient(0deg, #111716 0%, #11171655 55%, #111716 100%);
    }
    .hero-intro {
        font-size: 17px;
        margin-top: 26px;
    }
    .hero-sub {
        font-size: 14px;
    }
    .ownership {
        font-size: 12px;
    }
    .hero-caption {
        font-size: 9px;
        left: 6vw;
        right: auto;
        bottom: 24px;
    }
    .eyebrow {
        font-size: 10px;
        letter-spacing: 0.12em;
    }
    .section-intro > p:not(.eyebrow) {
        font-size: 16px;
    }
    .snapshot {
        padding: 23px;
        margin-top: 35px;
    }
    .snapshot-top {
        display: block;
    }
    .snapshot-top .small-label {
        display: block;
        margin-top: 10px;
    }
    .story-grid {
        grid-template-columns: repeat(32, 1fr);
        gap: 5px;
        height: 95px;
        margin-bottom: 30px;
    }
    .snapshot-columns {
        display: block;
    }
    .snapshot-columns > div + div {
        border-top: 1px solid var(--line);
        padding-top: 22px;
        margin-top: 24px;
    }
    .snapshot-columns h3 {
        font-size: 29px;
    }
    .snapshot-columns h3 br {
        display: none;
    }
    .snapshot-columns:before {
        display: none;
    }
    .lens-buttons {
        grid-template-columns: 1fr 1fr;
        margin-top: 25px;
    }
    .lens-buttons button {
        font-size: 13px;
        padding: 17px 10px 17px 0;
    }
    .lens-result {
        min-height: 340px;
    }
    .lens-result h3 {
        font-size: 35px;
    }
    .lens-flow {
        gap: 10px;
    }
    .lens-flow span {
        font-size: 11px;
    }
    .lens-flow small {
        font-size: 9px;
    }
    .journey-layout {
        display: block;
        padding-bottom: 50px;
    }
    .chapter-nav {
        position: relative;
        top: auto;
        margin-bottom: 50px;
    }
    .chapter-nav #chapter-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    .chapter-nav a {
        font-size: 11px;
    }
    .chapter-nav .chapter-finish {
        display: none;
    }
    .chapter {
        margin-bottom: 50px;
        padding-bottom: 50px;
        scroll-margin-top: 30px;
    }
    .chapter-lede {
        font-size: 16px;
    }
    .chapter .step-meta {
        gap: 18px;
        font-size: 10px;
    }
    .ask blockquote {
        font-size: 22px;
    }
    .mini-visual {
        grid-template-columns: 1fr;
    }
    .mini-visual div {
        padding: 15px 0;
    }
    .mini-visual div + div {
        border-left: 0;
        border-top: 1px solid #aebaaf;
        padding: 15px 0;
    }
    .mini-visual p {
        font-size: 25px;
    }
    .mini-visual span {
        margin-top: 7px;
    }
    .chapter-poster {
        width: min(100%, 300px);
    }
    .coverage-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .coverage-strip strong {
        font-size: 38px;
        margin-bottom: 3px;
    }
    .scene-workspace {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .scene-detail {
        position: relative;
        top: auto;
        min-height: 0;
        width: 100%;
        padding: 25px;
    }
    .scene-detail h3 {
        font-size: 31px;
    }
    #scene-list {
        width: 100%;
        max-height: 470px;
        overflow: auto;
        padding-right: 8px;
    }
    .scene-button {
        padding: 14px 0;
    }
    .scene-filters button {
        padding: 8px 10px;
        font-size: 11px;
    }
    #cast-list {
        grid-template-columns: 1fr;
    }
    .payoff-chain {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 35px;
    }
    .payoff-chain > div + div {
        border-top: 1px solid var(--line);
        padding-top: 25px;
    }
    .payoff-close {
        font-size: 17px;
    }
    .audit-totals {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .audit-totals strong {
        font-size: 40px;
    }
    .audit-totals > div {
        border-top: 1px solid var(--line);
        padding-top: 20px;
    }
    .audit-totals span {
        margin-top: 4px;
    }
    .final-section {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .final-section figure {
        max-width: 300px;
        margin: auto;
    }
    footer {
        flex-wrap: wrap;
    }
    footer p {
        width: 100%;
        order: 3;
    }
    .scene-filters {
        gap: 6px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
    }
    .motion-ready .reveal {
        opacity: 1;
        transform: none;
    }
}
@media print {
    body {
        background: white;
        color: black;
    }
    .masthead,
    .hero,
    .chapter-nav,
    .scene-filters,
    footer {
        display: none;
    }
    .section {
        padding: 25px 0;
    }
    .journey {
        background: white;
    }
    .journey-layout {
        display: block;
    }
    .chapter {
        break-inside: avoid;
    }
    p,
    strong {
        color: black;
    }
    .scene-workspace {
        display: block;
    }
    .scene-detail {
        position: static;
    }
    button {
        color: black;
    }
    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
.weave-map {
    margin: 35px 0 0;
    overflow-x: auto;
}
.weave-map svg {
    width: 100%;
    min-width: 650px;
    display: block;
}
.weave-lane {
    transition: opacity 0.3s;
}
.weave-lane text {
    fill: var(--muted);
    font: 12px var(--sans);
}
.weave-lane circle {
    fill: var(--accent);
}
.weave-lane.dimmed {
    opacity: 0.18;
}
.weave-guide {
    stroke: var(--line);
    stroke-width: 1;
}
.weave-path {
    stroke: var(--accent);
    stroke-width: 1.5;
    fill: none;
    opacity: 0.65;
}
.weave-driver {
    stroke: #667463;
    stroke-width: 1;
    stroke-dasharray: 3 5;
}
.weave-number {
    font: 10px var(--sans);
    fill: var(--muted);
}
.motion-ready .weave-map:not(.visible) .weave-path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}
.motion-ready .weave-map.visible .weave-path {
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.4s ease;
}
@media (max-height: 800px) and (min-width: 641px) {
    .hero {
        padding-top: 118px;
        padding-bottom: 55px;
        min-height: 100svh;
    }
    .hero h1 {
        font-size: 58px;
    }
    .hero .eyebrow {
        margin-bottom: 16px;
    }
    .hero-intro {
        font-size: 16px;
        margin-top: 20px;
    }
    .hero-sub {
        font-size: 14px;
        margin-top: 12px;
    }
    .hero .primary-link {
        margin-top: 20px;
        padding: 12px 20px;
    }
    .ownership {
        font-size: 11px;
        margin-top: 18px;
    }
}
.hero-art {
    height: 150%;
    object-position: center top;
}
.scene-detail {
    scroll-margin-top: 25px;
}
.hero-time {
    display: block;
    max-width: 480px;
    margin-top: 24px;
    color: var(--accent);
    font-size: 14px;
}
.hero-time span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
}
.product-shot {
    margin: 44px 0;
    max-width: 980px;
}
.product-shot a {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #0b0b0b;
}
.product-shot img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 280ms ease;
}
.product-shot a:hover img {
    transform: scale(1.015);
}
.product-shot figcaption {
    margin-top: 14px;
    max-width: 760px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--muted);
}
.chapter .product-shot figcaption {
    color: #586358;
}
.chapter .product-shot a {
    border-color: #c5cabb;
}
.step-meta small {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.timing-key {
    font-size: 14px;
}
.plan-section {
    border-top: 1px solid var(--line);
}
.plan-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    margin: 48px 0 30px;
}
.plan-options > div {
    padding-top: 25px;
    border-top: 1px solid var(--line);
}
.plan-options h3 {
    font-size: 38px;
    line-height: 1.1;
    margin: 20px 0;
}
.plan-options h3 span {
    display: block;
    margin-top: 10px;
    font: 13px var(--sans);
    color: var(--muted);
}
.plan-options p:not(.eyebrow) {
    font-size: 14px;
    color: var(--muted);
}
.plan-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 32px;
}
.plan-actions .primary-link {
    margin-top: 0;
}
@media (max-width: 640px) {
    .plan-options {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .product-shot {
        margin: 30px 0;
    }
    .step-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .product-shot img {
        transition: none;
    }
    .product-shot a:hover img {
        transform: none;
    }
}

.appreciation {
    color: var(--accent);
    font-size: 0.9em;
}
.signpost-note {
    margin-top: 22px;
    color: var(--muted);
    font-size: 13px;
    max-width: 780px;
}
.plan-options > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.plan-options .primary-link {
    margin-top: auto;
    font-size: 13px;
    padding: 14px 20px;
}
.plan-options p:not(.eyebrow) {
    margin-bottom: 28px;
}
