@font-face { font-family: "CPMono_v07"; src: url("assets/fonts/CPMono_v07Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "CPMono_v07"; src: url("assets/fonts/CPMono_v07Plain.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "CPMono_v07"; src: url("assets/fonts/CPMono_v07Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "CPMono_v07"; src: url("assets/fonts/CPMono_v07Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --plum: #4b063f;
  --plum-bright: #7f176d;
  --mint: #a8e7d8;
  --teal: #168c84;
  --paper: #f5f0e6;
  --ink: #231d22;
  --sage: #7f947f;
  --mist: hsl(211deg 49% 87%);
  --line: rgba(35, 29, 34, 0.17);
  --mono: "CPMono_v07", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1440px;
  --nav-width: 380px;
  --nav-tool: 56px;
  --body-pad: clamp(26px, 4.6vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; transform: translateY(-150%); background: white; padding: 12px 16px; }
.skip-link:focus { transform: none; }

.chapter-nav { position: fixed; z-index: 14; top: 17vh; right: calc(-1 * var(--nav-width)); width: var(--nav-width); background: var(--plum); color: #fff; transition: right .3s cubic-bezier(.4,0,.2,1); }
.chapter-nav.is-open { right: 0; }
.nav-tools { position: absolute; top: 0; left: calc(-1 * var(--nav-tool)); display: grid; }
.nav-tool { position: relative; display: grid; place-items: center; width: var(--nav-tool); height: var(--nav-tool); border: 0; background: var(--plum-bright); color: #fff; font: 400 21px/1 var(--mono); text-decoration: none; cursor: pointer; transition: background .2s; }
.nav-tool svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nav-tool-pdf { grid-auto-rows: min-content; align-content: center; gap: 2px; }
.nav-tool-pdf svg { width: 19px; height: 19px; }
.nav-tool-pdf b { font: 700 9px/1 var(--mono); letter-spacing: .08em; }
.nav-tool + .nav-tool { box-shadow: 0 -1px 0 rgba(255, 255, 255, .2); }
.nav-tool:hover, .nav-tool:focus-visible { background: var(--teal); }
.nav-toggle { grid-auto-rows: 3px; align-content: center; gap: 4px; }
.nav-toggle hr { width: 22px; height: 1px; margin: 0; border: 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-active hr:first-child { grid-area: 2 / 1; transform: rotate(45deg); }
.nav-toggle.is-active hr:nth-child(2) { grid-area: 2 / 1; transform: rotate(-45deg); }
.nav-toggle.is-active hr:nth-child(3) { opacity: 0; }
.nav-tip { pointer-events: none; position: absolute; right: calc(100% + 12px); padding: 6px 10px; border-radius: 4px; background: rgba(35, 29, 34, .85); color: #fff; font: 400 11px/1.2 var(--sans); white-space: nowrap; opacity: 0; transition: opacity .2s; }
.nav-tool:hover .nav-tip, .nav-tool:focus-visible .nav-tip { opacity: 1; }
.nav-panel { max-height: min(66vh, 620px); overflow-y: auto; overscroll-behavior: contain; padding: 26px 28px 30px; }
.nav-title { margin: 0 0 16px; color: var(--mint); font: 700 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.chapter-link { display: grid; grid-template-columns: 42px 1fr; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); color: #fff; text-decoration: none; font: 400 13px/1.38 var(--sans); transition: color .2s, padding-left .2s; }
.chapter-link > span { color: var(--mint); font: 400 12px/1.38 var(--mono); }
.chapter-link:hover, .chapter-link:focus-visible { padding-left: 6px; color: var(--mint); }
.chapter-link.is-active { color: var(--mint); }
.chapter-nav-group:last-child .chapter-link { border-bottom: 0; }
.nav-scrim { position: fixed; z-index: 13; inset: 0; visibility: hidden; border: 0; opacity: 0; background: rgba(35, 29, 34, .42); cursor: pointer; transition: opacity .3s, visibility .3s; }
.nav-open .nav-scrim { visibility: visible; opacity: 1; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--plum); color: white; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 132px clamp(28px, 6vw, 100px) 72px; }
.kicker { margin: 0 0 22px; font-family: var(--mono); font-weight: 400; font-size: 11px; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font: 300 clamp(34px, 5.1vw, 84px)/1.06 var(--mono); letter-spacing: -.015em; }
.hero h1 em { color: var(--mint); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 660px; margin: 36px 0 0; font-size: clamp(18px, 1.65vw, 26px); line-height: 1.42; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { position: relative; display: inline-flex; white-space: nowrap; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid currentColor; border-radius: 999px; font: 700 13px/1 var(--sans); text-decoration: none; cursor: pointer; transition: transform .4s cubic-bezier(.16,1,.3,1), background-color .35s ease, border-color .35s ease, box-shadow .45s ease; }
.button:hover { transform: translate3d(0, -3px, 0); }
.button:active { transform: translate3d(0, 0, 0); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(168, 231, 216, .3); }
.button-quiet:hover { background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .9); }
.button-download { gap: 7px; padding: 0 18px; border-color: rgba(255, 255, 255, .45); }
.button-download svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.button-download:hover svg { transform: translate3d(0, 3px, 0); }
.button-download i { font: 500 11px/1 var(--mono); font-style: normal; color: rgba(255, 255, 255, .55); }
.button-primary { border-color: var(--mint); background: var(--mint); color: var(--plum); }
.button-quiet { background: transparent; color: inherit; }
.hero-art { position: relative; z-index: 1; min-height: 100%; margin: 0; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--plum) 0%, transparent 32%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; color: rgba(255,255,255,.72); font-size: 10px; }
.hero-glow { position: absolute; z-index: 0; left: -18%; top: -6%; width: min(76vw, 900px); aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(127, 23, 109, .95), rgba(127, 23, 109, 0) 64%); filter: blur(24px); }
.hero-glow-mint { left: auto; right: 34%; top: auto; bottom: -28%; width: min(46vw, 560px); opacity: .5; background: radial-gradient(circle, rgba(22, 140, 132, .8), rgba(22, 140, 132, 0) 66%); }
.hero-grain { position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: .13; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px 200px; }
.hero-scroll-cue { position: absolute; z-index: 4; right: 22px; top: 50%; display: flex; align-items: center; gap: 14px; margin: 0; writing-mode: vertical-rl; color: rgba(255,255,255,.72); font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 1px 6px rgba(35,29,34,.5); pointer-events: none; }
.hero-scroll-cue i { display: block; width: 1px; height: 54px; background: linear-gradient(180deg, rgba(168,231,216,.95), rgba(168,231,216,0)); transform-origin: top center; }
.hero h1 .hero-word { display: inline-block; }

.manifest { position: relative; max-width: var(--max); margin: auto; padding: 0 clamp(24px, 5vw, 80px); }
.reader { min-width: 0; }
.chapter { padding: clamp(60px, 7vw, 96px) 0; scroll-margin-top: 64px; }
.chapter-heading { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; gap: clamp(12px, 1.5vw, 24px); margin: 0; padding: clamp(24px, 3.1vw, 44px) var(--body-pad) clamp(20px, 2.5vw, 36px); background: linear-gradient(145deg, #3f0436 0%, var(--plum) 48%, #70155f 145%); color: white; box-shadow: 0 24px 60px rgba(58, 18, 49, .12); }
.chapter-heading:not(:has(+ .chapter-illustration)) { margin-bottom: 70px; }
.chapter-numeral:empty { display: none; }
.chapter-numeral { flex: none; color: var(--mint); font: 300 clamp(44px, 6.4vw, 92px)/.9 var(--mono); letter-spacing: -.02em; transform: translate3d(0, var(--numeral-shift, 0px), 0); }
.chapter-heading h2 { max-width: 26ch; margin: 0; font: 400 clamp(14px, 1.6vw, 23px)/1.34 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.chapter-title { max-width: 700px; margin: 0 0 clamp(22px, 2.6vw, 32px); color: var(--plum); font: 700 clamp(15px, 1.35vw, 20px)/1.4 var(--sans); letter-spacing: .02em; text-transform: uppercase; }

.chapter-illustration { position: relative; isolation: isolate; margin: 0 0 70px; background: linear-gradient(145deg, #3f0436 0%, var(--plum) 48%, #70155f 145%); box-shadow: 0 24px 60px rgba(58, 18, 49, .12); }
.chapter-illustration img { display: block; width: 100%; height: auto; }
.chapter-heading, .chapter-illustration { width: var(--bleed-width, 100%); margin-left: calc(-1 * var(--bleed-left, 0px)); }
.chapter-heading { --head-pad: calc(max(var(--bleed-left, 0px), (var(--bleed-width, 100%) - 960px) / 2) + var(--body-pad)); padding-left: var(--head-pad); }

.person-card { position: relative; width: 100%; max-width: 960px; margin: clamp(48px, 6vw, 80px) auto 0; overflow: hidden; background: var(--mist); }
.person-photo { display: block; }
.person-photo img { display: block; width: 100%; height: auto; }
.person-name { position: absolute; z-index: 3; top: clamp(16px, 3.4vw, 52px); right: clamp(16px, 3.2vw, 50px); width: min(48%, 360px); color: var(--plum); font: 400 clamp(15px, 2.2vw, 32px)/1.14 var(--mono); letter-spacing: .02em; text-align: right; text-transform: uppercase; }
.person-name cite { display: block; margin-top: .7em; color: #4a4249; font: 400 clamp(9px, .95vw, 13px)/1.45 var(--sans); font-style: normal; letter-spacing: 0; text-transform: none; }
.person-quote { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(72%, 640px); margin: 0; padding: clamp(58px, 9vw, 160px) clamp(20px, 3vw, 52px) clamp(18px, 2.6vw, 44px) clamp(40px, 6vw, 108px); }
.person-quote::before { content: ""; position: absolute; inset: 0; background: url("assets/bubble.png") no-repeat right bottom / 100% 100%; opacity: .75; }
.person-quote p { position: relative; z-index: 1; margin: 0; color: var(--plum); font: 700 clamp(10px, .98vw, 14px)/1.5 var(--sans); }

.subtopic-anchor { scroll-margin-top: 112px; }
.chapter-body { width: 100%; max-width: 960px; margin: clamp(34px, 4.5vw, 64px) auto 0; padding: var(--body-pad); background: #fff; box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0; }
.chapter-body > *:first-child { margin-top: 0; }
.chapter-body > *:last-child { margin-bottom: 0; }
.body-copy { font: 400 17px/1.72 var(--sans); text-align: justify; hyphens: auto; }
.chapter > .chapter-body:first-of-type > .body-copy:not(.is-lead):first-of-type::first-letter { float: left; margin: 14px 8px 0 0; color: var(--teal); font: 400 52px/.7 var(--mono); }
.vision-title { margin: 0 0 clamp(22px, 2.6vw, 34px); color: var(--plum); font: 300 clamp(23px, 3.1vw, 44px)/1.2 var(--mono); letter-spacing: -.01em; }
.vision-title span { display: block; font-size: .74em; }
.vision-title strong { display: block; font-weight: 400; }
.body-copy.is-lead { margin-bottom: clamp(22px, 2.4vw, 30px); color: var(--plum); font-weight: 700; }
.body-copy + .body-copy { margin-top: 18px; }
.inline-quote { margin-top: 48px; margin-bottom: 48px; padding-left: 28px; border-left: 3px solid var(--teal); color: var(--plum); font: 300 clamp(17px, 1.85vw, 27px)/1.45 var(--mono); }
.editorial-quote { font-size: clamp(22px, 2.4vw, 32px); font-style: italic; color: var(--ink); border-left-color: var(--plum-bright); }
.badge-note { display: grid; grid-template-columns: clamp(94px, 8.6vw, 120px) 1fr; gap: 0 clamp(14px, 1.5vw, 22px); align-items: start; margin: clamp(28px, 3.2vw, 44px) 0; }
.badge-note > span { justify-self: start; margin-top: 4px; padding: 6px 12px 5px; color: #fff; font: 700 11px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.badge-note > p { margin: 0; color: var(--plum); font: 700 clamp(15px, 1.35vw, 18px)/1.62 var(--sans); text-align: justify; hyphens: auto; }
.vision-card > span { background: var(--plum); font-weight: 900; }
.proposal > span { background: var(--teal); }
.proposal > p { font-weight: 600; }
.proposal > p::first-letter { text-transform: uppercase; }
.proposal-group { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--plum); }
.proposal-group.is-continued { margin-top: 0; padding-top: 0; border-top: 0; }
.group-title { max-width: 580px; margin: 0 0 36px; color: var(--plum); font: 700 13px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.callout-title { margin-top: clamp(34px, 3.6vw, 48px); margin-bottom: 10px; color: var(--teal); font: 700 clamp(15px, 1.4vw, 19px)/1.4 var(--sans); }

.chart-card { width: 100%; max-width: 960px; margin: clamp(34px, 4.5vw, 64px) auto; padding: var(--body-pad); background: var(--paper); }
.chart-card img { width: 100%; height: auto; }

.stat-block { width: 100%; max-width: 960px; margin: clamp(34px, 4.5vw, 64px) auto; padding: clamp(30px, 4vw, 60px) var(--body-pad); text-align: center; }
.stat-block b { display: block; color: var(--teal); font: 300 clamp(42px, 8.4vw, 124px)/1.05 var(--mono); letter-spacing: -.01em; overflow-wrap: break-word; }
.stat-block p { max-width: 30em; margin: clamp(18px, 2.2vw, 30px) auto 0; color: var(--plum); font: 700 clamp(15px, 1.35vw, 18px)/1.55 var(--sans); }
.stat-source { display: block; margin-top: clamp(16px, 1.9vw, 26px); color: #8d8c7c; font: 400 11px/1.6 var(--mono); letter-spacing: .04em; }
.stat-source strong { color: var(--sage); font-weight: 700; }

.info-panel { width: 100%; max-width: 960px; margin: clamp(34px, 4.5vw, 64px) auto; padding: var(--body-pad); }
.info-panel h3 { margin: 0 0 clamp(20px, 2.4vw, 30px); max-width: 640px; font: 700 clamp(15px, 1.45vw, 20px)/1.5 var(--mono); letter-spacing: .02em; color: var(--teal); }
.info-panel p { margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: var(--ink); text-align: justify; hyphens: auto; }
.info-panel p strong { color: var(--plum-bright); font-weight: 700; text-transform: uppercase; }
.info-panel p:last-child { margin-bottom: 0; }

.signature-block { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; margin: 40px auto 64px; padding-top: 28px; border-top: 1px solid var(--line); }
.signature-block strong { flex: 1 0 100%; font: 300 17px/1.3 var(--mono); letter-spacing: .02em; text-transform: uppercase; color: var(--plum); }
.signature-block span { flex: 1 0 100%; color: #655c63; font-size: 13px; }

.closing { padding: clamp(90px, 12vw, 160px) 0 clamp(70px, 9vw, 110px); background: var(--paper); color: var(--ink); scroll-margin-top: 64px; }
.closing-copy { width: min(760px, 92%); margin: 0 auto; }
.closing h2 { margin: 0 0 26px; color: var(--teal); font: 700 clamp(16px, 1.9vw, 24px)/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.closing-copy p { max-width: 640px; margin: 0 0 26px; font-size: 17px; line-height: 1.75; color: var(--ink); }
.closing-copy p:first-of-type, .closing-copy p:last-of-type { color: var(--plum); font-weight: 700; }
.closing-cta { width: 100%; max-width: 960px; margin: clamp(30px, 3.4vw, 46px) auto 0; padding: 0 var(--body-pad); color: var(--plum); font: 700 clamp(15px, 1.35vw, 18px)/1.62 var(--sans); text-align: justify; hyphens: auto; }
.closing-email-line { width: 100%; max-width: 960px; margin: clamp(14px, 1.6vw, 20px) auto 0; padding: 0 var(--body-pad); color: var(--teal); font: 700 clamp(15px, 1.35vw, 18px)/1.5 var(--sans); }
.closing-email { color: inherit; font: inherit; text-decoration: none; }
.closing-email:hover { text-decoration: underline; }

footer { display: flex; align-items: center; gap: 30px; padding: 28px clamp(24px, 5vw, 80px); background: var(--plum); color: white; font-size: 12px; }
footer p { margin: 0 auto 0 0; }
footer button { border: 0; background: none; color: inherit; cursor: pointer; }

/* Motion system: added by JavaScript, so the page remains fully visible without it. */
.motion-enabled .hero-copy > * { opacity: 0; transform: translate3d(0, 24px, 0); }
.motion-enabled .hero-art img { opacity: 0; transform: scale(1.2); }
.motion-enabled.is-ready .hero-copy > * { opacity: 1; transform: none; }
.motion-enabled.is-ready .hero-art img { opacity: 1; transform: scale(1.12); }
.motion-enabled .hero-copy > *,
.motion-enabled .hero-art img { transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.16,1,.3,1); }
.motion-enabled .hero-copy > :nth-child(1) { transition-delay: 80ms; }
.motion-enabled .hero-copy > :nth-child(2) { transition-delay: 140ms; }
.motion-enabled .hero-copy > :nth-child(3) { transition-delay: 230ms; }
.motion-enabled .hero-copy > :nth-child(4) { transition-delay: 310ms; }
.motion-enabled .hero-copy > :nth-child(5) { transition-delay: 390ms; }
.motion-enabled .hero-art img { transition-delay: 60ms; }

.motion-enabled .hero-copy > h1.is-split { opacity: 1; transform: none; transition: none; }
.motion-enabled .hero h1.is-split .hero-word { opacity: 0; transform: translate3d(0, .34em, 0); transition: opacity .85s cubic-bezier(.2, .7, .2, 1), transform 1.15s cubic-bezier(.16, 1, .3, 1); transition-delay: calc(150ms + var(--word, 0) * 90ms); }
.motion-enabled.is-ready .hero h1.is-split .hero-word { opacity: 1; transform: none; }
.motion-enabled .hero h1 em { padding: .1em .2em; margin: 0 -.2em; background: linear-gradient(100deg, var(--mint) 34%, #ffffff 47%, var(--mint) 60%); background-size: 280% 100%; background-clip: text; -webkit-background-clip: text; color: transparent; animation: heroShimmer 7.5s 2.6s cubic-bezier(.45, 0, .2, 1) infinite; }
.motion-enabled .hero-glow { animation: heroGlow 19s ease-in-out infinite alternate; }
.motion-enabled .hero-glow-mint { animation: heroGlow 23s 1.5s ease-in-out infinite alternate-reverse; }
.motion-enabled .hero-scroll-cue { opacity: 0; transform: translate3d(0, 12px, 0); transition: opacity .8s ease 1.5s, transform .9s cubic-bezier(.16, 1, .3, 1) 1.5s; }
.motion-enabled.is-ready .hero-scroll-cue { opacity: 1; transform: none; }
.motion-enabled .hero-scroll-cue i { animation: cueSlide 2.6s 2.4s ease-in-out infinite; }
.parallax-ready .hero-art img, .parallax-ready .hero-copy { transition: none; }

@keyframes heroShimmer { 0% { background-position: 140% 0; } 30%, 100% { background-position: -40% 0; } }
@keyframes heroGlow {
  from { transform: translate3d(-5%, -4%, 0) scale(1); opacity: .7; }
  to { transform: translate3d(7%, 6%, 0) scale(1.18); opacity: 1; }
}
@keyframes cueSlide { 0%, 100% { transform: scaleY(.7); opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }

.motion-enabled .person-card .person-photo img { opacity: 0; transform: scale(1.07); transition: opacity .85s ease, transform 1.5s cubic-bezier(.16, 1, .3, 1); }
.motion-enabled .person-card .person-quote { opacity: 0; transform: translate3d(0, 20px, 0); transition: opacity .7s ease .16s, transform .95s cubic-bezier(.16, 1, .3, 1) .16s; }
.motion-enabled .person-card .person-name { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .7s ease .32s, transform .95s cubic-bezier(.16, 1, .3, 1) .32s; }
.motion-enabled .person-card .person-name cite { opacity: 0; transform: translate3d(0, 12px, 0); transition: opacity .7s ease .44s, transform .95s cubic-bezier(.16, 1, .3, 1) .44s; }
.motion-enabled .person-card.is-visible .person-photo img,
.motion-enabled .person-card.is-visible .person-quote,
.motion-enabled .person-card.is-visible .person-name,
.motion-enabled .person-card.is-visible .person-name cite { opacity: 1; transform: none; }

.reveal { --reveal-x: 0px; --reveal-y: 34px; --reveal-scale: 1; opacity: 0; transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale)); transition: opacity .7s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms), transform .85s cubic-bezier(.16,1,.3,1) var(--delay, 0ms), background-color .2s, color .2s; will-change: opacity, transform; }
.reveal-left { --reveal-x: -34px; --reveal-y: 0px; }
.reveal-scale { --reveal-y: 22px; --reveal-scale: .975; }
.reveal.is-visible { opacity: 1; transform: none; will-change: auto; }

@media (max-width: 1050px) {
  .hero-scroll-cue { display: none; }
}

@media (max-width: 760px) {
  .chapter-nav { top: 0; bottom: 0; width: min(320px, calc(100vw - var(--nav-tool))); right: calc(-1 * min(320px, calc(100vw - var(--nav-tool)))); }
  .nav-tools { top: auto; bottom: 0; }
  .nav-panel { max-height: 100%; height: 100%; padding: 22px 20px 26px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 110px 22px 58px; }
  .hero h1 { font-size: clamp(30px, 10.5vw, 52px); }
  .hero-lead { font-size: 18px; }
  .hero-art { height: 72vh; min-height: 520px; }
  .hero-art::after { background: linear-gradient(180deg, var(--plum), transparent 30%); }
  .manifest { padding: 0 16px; }
  .chapter { padding: 74px 0; }
  .chapter-heading { flex-direction: column; align-items: flex-start; gap: 4px; padding: 26px var(--body-pad) 24px; padding-left: var(--head-pad); }
  .chapter-numeral { width: auto; font-size: 62px; }
  .chapter-heading h2 { max-width: none; font-size: 17px; }
  .chapter-heading::before { top: -24px; right: 8px; font-size: 150px; }
  .chapter-heading h2::after { margin-top: 20px; }
  .person-name { top: 14px; right: 14px; width: 54%; font-size: 15px; }
  .person-quote { position: static; width: auto; padding: 20px 22px 24px; background: #fff; }
  .person-quote::before { display: none; }
  .person-quote p { font-size: 13px; }
  .person-card { background: #fff; }
  .chapter-body { margin-top: 26px; box-shadow: rgba(17, 12, 46, .12) 0 24px 50px 0; }
  .body-copy, .info-panel p, .badge-note > p { text-align: left; hyphens: manual; }
  .badge-note { grid-template-columns: 1fr; gap: 12px; }
  .badge-note > span { margin-top: 0; }
  .chapter > .chapter-body:first-of-type > .body-copy:not(.is-lead):first-of-type::first-letter { margin-top: 10px; font-size: 42px; }
  .stat-block { padding: 30px var(--body-pad); }
  .body-copy { font-size: 16px; line-height: 1.7; }
  footer { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .chapter-illustration img, .chapter-numeral { transform: none !important; }
  .person-card .person-photo img, .person-card .person-quote, .person-card .person-name, .person-card .person-name cite { opacity: 1 !important; transform: none !important; }
  .hero-glow, .hero-scroll-cue i, .hero h1 em { animation: none !important; }
  .hero h1 .hero-word { opacity: 1 !important; transform: none !important; }
}
