:root {
  color-scheme: light;
  font: 100%/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --paper: #f8f2e8;
  --surface: #fffcf6;
  --ink: #211d18;
  --muted: #665f56;
  --line: #d9d0c1;
  --indigo: #081b2a;
  --vermilion: #9e2a16;
  --ochre: #a9752f;
  --serif: "Iowan Old Style", Baskerville, Georgia, Cambria, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--vermilion); }
a:focus-visible, audio:focus-visible { outline: 3px solid var(--vermilion); outline-offset: 4px; }
img { max-width: 100%; }
.wrap, .header-inner, .footer-inner { width: min(100% - 48px, 1240px); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 10; background: var(--indigo); color: white; padding: 12px 18px; }
.skip-link:focus { top: 20px; }
.preview-bar { background: #f1e0bb; border-bottom: 1px solid #c9b48d; color: #543813; font-size: .75rem; font-weight: 700; letter-spacing: .04em; padding: 8px 24px; text-align: center; }

.site-header { border-bottom: 1px solid #ffffff24; background: #081b2a; color: #f8f2e8; }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; color: #f8f2e8; text-decoration: none; font: 700 1.05rem/.92 var(--serif); letter-spacing: .06em; white-space: nowrap; }
.wordmark:hover { color: #f8f2e8; }
.wordmark em { color: #d8ae75; font-style: normal; font-weight: 500; letter-spacing: .17em; }
.wordmark-symbol { display: block; flex: 0 0 44px; width: 44px; height: 44px; }
.main-nav { display: flex; gap: clamp(16px, 2.5vw, 38px); margin-left: auto; align-items: center; }
.main-nav a { color: #e0e4e5; text-decoration: none; font-size: .88rem; font-weight: 650; padding-block: 10px; border-bottom: 2px solid transparent; }
.main-nav a:hover { color: #d8ae75; }
.main-nav a[aria-current="page"] { color: #f8f2e8; border-bottom-color: #d8ae75; }
.language-switch { display: flex; align-items: center; gap: 7px; white-space: nowrap; color: #bdc5c8; font-size: .73rem; font-weight: 700; }
.language-switch a { color: #d9e1e3; text-decoration: none; padding: 7px 2px; }
.language-switch a[aria-current="true"] { color: #e5b978; border-bottom: 1px solid currentColor; }
.language-switch a:hover { color: #fff; }
.header-note { border-left: 1px solid #ffffff40; padding-left: 20px; max-width: 128px; font: italic .76rem/1.3 var(--serif); color: #d0d7d8; }
.translation-pending { padding: 28px; background: var(--surface); border: 1px solid var(--line); font: .98rem/1.65 var(--sans); }
.translation-pending a { color: var(--indigo); font-weight: 700; }

.eyebrow { color: var(--vermilion); font-size: .72rem; font-weight: 750; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { color: var(--ochre); margin-inline: 6px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-optical-sizing: auto; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 5.3vw, 5.6rem); font-weight: 720; line-height: 1.04; letter-spacing: -.055em; }
h2 { font-size: clamp(2.05rem, 3.5vw, 3.45rem); font-weight: 680; line-height: 1.1; letter-spacing: -.045em; }
h3 { font-size: clamp(1.45rem, 1.9vw, 1.75rem); font-weight: 650; line-height: 1.17; letter-spacing: -.035em; }

.hero { padding-block: clamp(46px, 6vw, 78px) 76px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: clamp(40px, 6vw, 92px); align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 24px; }
.hero-copy h1 { max-width: 14ch; margin: 16px 0 21px; }
.hero-deck { max-width: 35rem; color: #48433e; font: 450 1.24rem/1.5 var(--sans); letter-spacing: -.012em; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 23px; text-decoration: none; font-size: .84rem; font-weight: 750; letter-spacing: .01em; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button-primary { color: #fff; background: var(--indigo); border: 1px solid var(--indigo); }
.button-primary:hover { color: #fff; background: #142c42; }
.button-secondary { color: var(--indigo); border: 1px solid var(--indigo); }
.button-secondary:hover { color: #fff; background: var(--indigo); }
.button-disabled { border: 1px solid #d8ae75a8; color: #f8f2e8; background: #081b2a99; cursor: default; }
.cinematic-hero { position: relative; isolation: isolate; min-height: min(790px, calc(100svh - 88px)); background: #081b2a; color: #f8f2e8; overflow: hidden; }
.hero-slide { position: absolute; z-index: 0; inset: 0; background-size: cover; background-position: center 47%; opacity: 0; animation: hero-crossfade 40s linear infinite; }
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: -30s; }
.hero-slide:nth-child(3) { animation-delay: -20s; }
.hero-slide:nth-child(4) { animation-delay: -10s; }
@keyframes hero-crossfade { 0%, 22.5% { opacity: 1; } 25%, 97.5% { opacity: 0; } 100% { opacity: 1; } }
.cinematic-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, #061724fa 0%, #071a28e8 33%, #071a28a0 58%, #071a2850 100%), linear-gradient(0deg, #061724ca 0%, transparent 35%); }
.cinematic-hero-inner { position: relative; z-index: 2; min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; gap: 90px; padding-block: clamp(60px, 9vw, 130px) 35px; }
.cinematic-hero-copy { max-width: 48rem; }
.cinematic-hero .eyebrow { color: #d8ae75; }
.cinematic-hero-copy h1 { max-width: 13.5ch; font-size: clamp(3.65rem, 6.4vw, 6.6rem); font-weight: 730; line-height: 1.02; letter-spacing: -.06em; margin: 20px 0 25px; }
.cinematic-hero .hero-deck { max-width: 35rem; color: #f0ece6; font-size: clamp(1.14rem, 1.55vw, 1.35rem); line-height: 1.48; }
.cinematic-hero .hero-actions { gap: 16px; margin-top: 28px; }
.cinematic-hero .button-primary { color: #081b2a; background: #d8ae75; border-color: #d8ae75; }
.cinematic-hero .button-primary:hover { color: #081b2a; background: #f1cb99; }
.cinematic-hero .button-secondary { color: #f8f2e8; border-color: #f8f2e8a8; background: #081b2a4d; }
.cinematic-hero .button-secondary:hover { color: #081b2a; background: #f8f2e8; }
.cinematic-hero .hero-footnote { color: #d1d8dc; }
.feature-strip { display: grid; grid-template-columns: minmax(130px, .7fr) minmax(0, 2fr) auto; align-items: center; gap: 24px; max-width: 850px; padding: 18px 23px; border: 1px solid #ffffff4d; background: #071826d9; backdrop-filter: blur(14px); }
.feature-strip .feature-index, .feature-strip small { color: #d8ae75; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.feature-strip div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.feature-strip strong { color: #f8f2e8; font: 650 1.12rem/1.24 var(--sans); letter-spacing: -.025em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feature-strip div span { color: #ced6d8; font-size: .74rem; }
.feature-strip a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d8ae75; border-radius: 50%; color: #d8ae75; text-decoration: none; font-size: 1.4rem; }
.feature-strip a:hover { background: #d8ae75; color: #081b2a; }
.hero-footnote { color: var(--muted); font-size: .76rem; line-height: 1.5; margin-top: 24px; max-width: 460px; }
.hero-art { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; overflow: hidden; background: linear-gradient(140deg, #2d4660 5%, #192d42 53%, #69523f 130%); color: #f7eee0; }
.hero-cover-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.72); }
.hero-art::before { content: ''; position: absolute; inset: 20px; border: 1px solid #f1e0bb55; }
.hero-art::after { content: ''; position: absolute; width: 73%; aspect-ratio: 1; border: 1px solid #dab67d70; border-radius: 50%; right: -18%; top: 6%; }
.art-kicker, .art-caption { position: relative; z-index: 1; }
.art-kicker { font-size: .68rem; text-transform: uppercase; font-weight: 700; letter-spacing: .15em; }
.art-character { position: absolute; inset: 0; display: grid; place-items: center; font: 300 clamp(10rem, 25vw, 24rem)/1 var(--serif); color: #e9ddc431; }
.art-caption { max-width: 15ch; font: italic 1.3rem/1.28 var(--serif); align-self: flex-end; text-align: right; }
.hero-empty { max-width: 850px; }
.hero-empty h1 { margin-bottom: 32px; }
.hero-empty p:not(.eyebrow) { color: var(--muted); font-size: 1.2rem; line-height: 1.6; }

.intro-band { background: var(--indigo); color: #f7f3e9; }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; align-items: start; gap: 40px; padding-block: 38px; }
.intro-grid .eyebrow { color: #dfba83; margin-top: 8px; }
.intro-grid p:last-child { font: 530 1.23rem/1.48 var(--sans); letter-spacing: -.018em; max-width: 45rem; margin: 0; text-wrap: pretty; }
.section-block { padding-block: 80px 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { color: var(--indigo); font-size: .85rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--indigo); padding-bottom: 5px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.story-item[hidden] { display: none; }
.story-item .story-card { height: 100%; }
.story-tools { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 18px; margin-bottom: 24px; }
.story-tools label { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: .75rem; font-weight: 750; }
.story-tools input, .story-tools select { background: var(--surface); border: 1px solid #b7ac9a; color: var(--ink); min-height: 49px; padding: 11px 14px; font: .88rem var(--sans); width: 100%; }
.story-tools input:focus-visible, .story-tools select:focus-visible { outline: 3px solid var(--vermilion); outline-offset: 2px; }
.topic-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.topic-filter { background: transparent; border: 1px solid var(--line); color: var(--muted); cursor: pointer; font: 750 .76rem var(--sans); padding: 9px 15px; }
.topic-filter[aria-pressed="true"] { color: white; background: var(--indigo); border-color: var(--indigo); }
.topic-filter:hover { border-color: var(--vermilion); }
.result-count { color: var(--muted); font-size: .75rem; margin-bottom: 20px; }
.story-card { background: var(--surface); border: 1px solid var(--line); min-width: 0; }
.card-art { position: relative; height: 220px; display: flex; align-items: flex-end; padding: 20px; overflow: hidden; background: #d9c9aa; color: #3b372e; }
.card-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-art:has(img) { color: white; }
.card-art:has(img)::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, #0008); }
.story-card:nth-child(2n) .card-art { background: #aeb9b7; }
.story-card:nth-child(3n) .card-art { background: #c9a68d; }
.card-art span { position: relative; z-index: 1; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.card-art b { position: absolute; right: 10%; bottom: -54%; font: 300 18rem/1 var(--serif); opacity: .16; }
.card-body { padding: 26px 24px 28px; }
.card-body h3 { margin-bottom: 12px; }
.card-body h3 a { text-decoration: none; }
.card-body > p:not(.eyebrow) { color: var(--muted); font-size: .94rem; line-height: 1.6; }
.card-meta { border-top: 1px solid var(--line); padding-top: 16px; margin: 25px 0 0; font-size: .74rem !important; font-weight: 650; }
.empty-copy { color: var(--muted); font: 1.2rem/1.5 var(--serif); }
.reset-filters { border: 0; border-bottom: 1px solid var(--indigo); background: transparent; color: var(--indigo); cursor: pointer; font: 750 .85rem var(--sans); padding: 2px 0 5px; }
.topic-panel { border-top: 1px solid var(--line); padding-block: 75px 110px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .5fr); gap: 16px 80px; }
.topic-panel .eyebrow { grid-column: 1/-1; }
.topic-panel h2 { max-width: 780px; margin: 0; }
.topic-panel p:last-child { align-self: end; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.page-intro { padding-block: 80px 40px; border-bottom: 1px solid var(--line); }
.page-intro h1 { margin: 16px 0 18px; }
.page-intro > p:last-child { color: var(--muted); font: 450 1.2rem/1.5 var(--sans); letter-spacing: -.01em; max-width: 39rem; }
.article { padding-block: 74px 110px; }
.article-header { max-width: 52rem; margin: 0 auto 54px; text-align: center; }
.article-header h1 { margin: 25px 0; }
.original-name { margin: -10px 0 20px; color: #776b5d; font-size: 1.15rem; letter-spacing: .14em; }
.article-deck { color: #514b44; font: 450 1.3rem/1.48 var(--sans); letter-spacing: -.015em; max-width: 36rem; margin-inline: auto; text-wrap: pretty; }
.article-meta { color: var(--muted); font-size: .78rem; margin-top: 24px; }
.article-paths { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 26px; margin-bottom: 19px; }
.article-paths a { color: var(--indigo); display: inline-block; font-size: .78rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--indigo); padding-bottom: 5px; }
.article-paths a:focus-visible { outline: 3px solid var(--vermilion); outline-offset: 4px; }
.editorial-note { color: var(--muted); font-size: .78rem; line-height: 1.55; max-width: 640px; margin: 22px auto 0; padding-top: 15px; border-top: 1px solid var(--line); }
.editorial-note strong { color: var(--indigo); }
.article-cover { height: min(53vw, 490px); min-height: 280px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(120deg, #ab9378, #dfcbaa 55%, #b5a290); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover figcaption { position: absolute; bottom: 12px; right: 14px; background: #fffdf8e8; padding: 7px 10px; font-size: .7rem; color: var(--ink); }
.article-cover span { font: 300 clamp(8rem, 22vw, 22rem)/1 var(--serif); color: #2b342b29; }
.article-cover p { position: absolute; bottom: 18px; right: 25px; color: #312b27; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 740px) minmax(0, 220px); justify-content: center; gap: clamp(50px, 8vw, 105px); padding-top: 60px; }
.listen-box { border-top: 3px solid var(--indigo); border-bottom: 1px solid var(--line); background: var(--surface); padding: 25px 30px 28px; margin-bottom: 56px; }
.listen-box h2 { font-size: 1.8rem; margin: 11px 0 15px; }
.listen-box audio { display: block; width: 100%; margin: 20px 0; }
.listen-box a { color: var(--indigo); font-size: .86rem; font-weight: 700; }
.media-unavailable { color: var(--muted); font-size: .85rem; line-height: 1.6; margin-bottom: 0; }
.player-intro { color: var(--muted); font-size: .84rem; line-height: 1.55; max-width: 540px; }
.audio-disclosure { color: var(--muted); font-size: .78rem; line-height: 1.55; max-width: 540px; margin: 13px 0 0; }
.sample-note { color: #6b6259; font-size: .75rem; line-height: 1.55; max-width: 540px; margin: 8px 0 20px; }
.player-open { cursor: pointer; background: transparent; font-family: var(--sans); }
.reading-edition { border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 34px; scroll-margin-top: 28px; }
.reading-edition h2 { font-size: clamp(2rem, 3vw, 2.65rem); margin: 10px 0; }
.reading-edition > p:last-child { color: var(--muted); font-size: .85rem; line-height: 1.6; max-width: 36rem; }
.prose { font: 1.12rem/1.78 var(--serif); max-width: 66ch; }
.story-chapter { margin-bottom: 4.5rem; }
.story-chapter h3 { margin: .35em 0 .8em; font-size: clamp(1.8rem, 2.4vw, 2.2rem); }
.prose .chapter-number { color: var(--vermilion); font: 750 .68rem/1.3 var(--sans); letter-spacing: .15em; margin: 0; }
.prose p { margin-bottom: 1.35em; }
.prose a { color: var(--indigo); }
.source-ref { font: 700 .68rem var(--sans); margin-left: 2px; }
.source-ref a { color: var(--vermilion); text-decoration: none; }
.story-figure { margin: 2.1em 0 2.4em; }
.story-figure img { display: block; width: 100%; height: auto; }
.story-figure figcaption { color: var(--muted); font: .74rem/1.5 var(--sans); margin-top: 11px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 12px; }
.figure-number { color: var(--vermilion); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.figure-caption { flex: 1 1 18rem; color: var(--ink); }
.figure-disclosure { font-size: .68rem; white-space: nowrap; }
.transcript-section { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 28px; }
.transcript-section h2 { font-size: 2.2rem; }
.transcript { border: 1px solid var(--line); background: var(--surface); }
.transcript summary { cursor: pointer; padding: 18px 22px; color: var(--indigo); font-size: .86rem; font-weight: 750; }
.transcript summary:focus-visible { outline: 3px solid var(--vermilion); outline-offset: 3px; }
.transcript > div { border-top: 1px solid var(--line); padding: 22px; }
.transcript p { color: #48433e; font: 1rem/1.65 var(--serif); margin-bottom: 1em; }
.transcript p strong { color: var(--indigo); font-family: var(--sans); font-size: .78rem; }
.transcript-pending { color: var(--muted); font-size: .84rem; line-height: 1.6; }
.sources { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 28px; }
.sources h2 { font-size: 2.2rem; }
.sources ol { padding-left: 1.5em; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.sources li { margin-bottom: 18px; }
.sources li p { margin: 5px 0 0; }
.sources h3 { font-size: 1.35rem; margin-top: 35px; }
.music-credit { color: var(--muted); font-size: .85rem; line-height: 1.65; }
.music-credit a { color: var(--indigo); font-weight: 700; }
.adaptation-list { color: var(--muted); font-size: .85rem; line-height: 1.65; }
.language-note { margin-top: 40px; font-size: .85rem; }
.language-note a { color: var(--indigo); font-weight: 750; }
.article-aside > div { border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; padding-top: 18px; position: sticky; top: 20px; }
.aside-label { color: var(--vermilion); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-aside strong { font: 1.65rem/1.2 var(--serif); }
.article-aside span:not(.aside-label) { font-size: .83rem; color: var(--muted); }
.article-aside a { color: var(--indigo); font-size: .78rem; font-weight: 700; margin-top: 12px; text-decoration: none; }
.about-copy { max-width: 760px; padding-block: 25px 100px; margin-left: max(24px, calc((100% - 1100px) / 2)); }
.requests-layout { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: clamp(48px, 7vw, 100px); padding-block: 68px 110px; align-items: start; }
.request-form { background: var(--surface); border: 1px solid var(--line); padding: 30px; }
.request-form h2, .request-list-panel h2 { font-size: 2rem; margin-bottom: 15px; }
.request-form > p, .request-policy { color: var(--muted); font-size: .85rem; line-height: 1.65; }
.request-form label { display: flex; flex-direction: column; gap: 8px; color: var(--ink); font-size: .82rem; font-weight: 750; margin-top: 22px; }
.request-form label span { color: var(--muted); font-size: .72rem; font-weight: 500; }
.request-form input, .request-form textarea { background: #fff; border: 1px solid #b7ac9a; color: var(--ink); width: 100%; padding: 11px 12px; font: .88rem/1.5 var(--sans); }
.request-form textarea { resize: vertical; }
.request-form button[type="submit"] { margin-top: 25px; cursor: pointer; font-family: var(--sans); }
.request-form button[type="submit"]:disabled { opacity: .6; cursor: wait; }
.request-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.request-status { min-height: 1.5em; margin: 14px 0 0; }
.request-list-panel .section-heading { margin-bottom: 4px; }
.request-list { display: grid; gap: 16px; margin-top: 28px; }
.request-card { background: var(--surface); border: 1px solid var(--line); padding: 23px 25px; }
.request-card h3 { font-size: 1.55rem; margin-bottom: 12px; }
.request-body { color: #514b44; font: 1rem/1.65 var(--serif); overflow-wrap: anywhere; white-space: pre-wrap; }
.request-meta { color: var(--muted); font-size: .73rem; margin: 21px 0 0; }
.request-report { display: block; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 3px 0; margin-top: 8px; cursor: pointer; font: .72rem var(--sans); }
.request-report:hover { color: var(--vermilion); }

.future-band { border-top: 1px solid var(--line); background: #eee6d7; }
.future-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 60px; padding-block: 55px 65px; align-items: start; }
.future-inner h2 { font-size: clamp(2rem, 3vw, 3rem); margin: 12px 0 18px; }
.future-copy > p:not(.eyebrow) { color: #514b44; max-width: 590px; font: 1.05rem/1.6 var(--serif); }
.interest-meter { display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; margin-top: 30px; align-items: baseline; }
.interest-meter strong { color: var(--indigo); font: 2.2rem/1 var(--serif); }
.interest-meter span { color: var(--muted); font-size: .8rem; font-weight: 700; }
.interest-meter progress { grid-column: 1 / -1; width: 100%; height: 9px; accent-color: var(--vermilion); }
.interest-meter small { grid-column: 1 / -1; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.interest-form { border: 1px solid var(--line); background: var(--surface); padding: 28px; }
.interest-form label { display: block; color: var(--ink); font-size: .78rem; font-weight: 750; margin-bottom: 19px; }
.interest-form select { display: block; width: 100%; margin-top: 8px; min-height: 45px; background: #fff; border: 1px solid #b7ac9a; padding: 9px 12px; color: var(--ink); font: .85rem var(--sans); }
.interest-form button { cursor: pointer; font-family: var(--sans); }
.interest-form button:disabled { opacity: .6; cursor: default; }
.interest-form p { color: var(--indigo); font-size: .78rem; min-height: 1.4em; margin: 14px 0 8px; }
.interest-form small { color: var(--muted); font-size: .7rem; }
.site-footer { background: #1d3042; color: #f6eee0; }
.footer-inner { padding-block: 60px 35px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; }
.footer-inner strong { font: 1.75rem var(--serif); }
.footer-inner p { color: #d7d7d2; font-size: .86rem; line-height: 1.6; max-width: 360px; margin-top: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: .85rem; }
.footer-links a { color: #f6eee0; }
.footer-inner small { grid-column: 1/-1; border-top: 1px solid #9aafbd55; padding-top: 25px; color: #c6c8c4; font-size: .7rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body.has-audio { padding-bottom: 146px; }
.audio-dock { position: fixed; inset: auto 0 0; z-index: 20; background: #fffdf8; border-top: 2px solid var(--indigo); box-shadow: 0 -10px 35px #19181423; padding: 15px max(24px, calc((100vw - 1100px) / 2)) 11px; }
.audio-dock[hidden] { display: none; }
.audio-dock-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.audio-dock-top > div { display: flex; align-items: baseline; gap: 14px; min-width: 0; }
.audio-kicker { color: var(--vermilion); text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; font-weight: 800; white-space: nowrap; }
.audio-dock-top strong { color: var(--ink); font: 1.08rem/1.2 var(--serif); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.audio-close { border: 0; background: none; color: var(--muted); font: 1.6rem/1 var(--sans); cursor: pointer; padding: 0 4px; }
.audio-close:hover { color: var(--vermilion); }
.audio-dock-controls { display: flex; align-items: center; gap: 15px; margin-top: 10px; }
.audio-toggle { border: 0; background: var(--indigo); color: white; font: 700 .78rem var(--sans); min-width: 62px; padding: 10px 13px; cursor: pointer; }
.audio-toggle:disabled { opacity: .5; cursor: not-allowed; }
.audio-progress-label { flex: 1 1 auto; min-width: 80px; }
.audio-progress-label input, .audio-volume-label input { width: 100%; accent-color: var(--vermilion); cursor: pointer; }
.audio-time { min-width: 84px; text-align: right; font-size: .72rem; font-variant-numeric: tabular-nums; color: var(--muted); }
.audio-volume-label { display: flex; align-items: center; gap: 8px; flex: 0 0 140px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.audio-status { margin: 8px 0 0 77px; color: var(--muted); font-size: .66rem; line-height: 1.3; }

@media (max-width: 1100px) {
  .header-note { display: none; }
}

@media (max-width: 900px) {
  .header-note { display: none; }
  .hero-grid { gap: 30px; }
  .hero-art { min-height: 430px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-panel { grid-template-columns: 1fr; }
  .future-inner { grid-template-columns: 1fr; gap: 28px; }
  .topic-panel p:last-child { max-width: 520px; }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-aside { display: none; }
  .requests-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .wrap, .header-inner, .footer-inner { width: min(100% - 32px, 1240px); }
  .header-inner { min-height: 74px; flex-wrap: wrap; gap: 0; padding-block: 14px 10px; }
  .wordmark { font-size: 1.05rem; }
  .wordmark-symbol { flex-basis: 38px; height: 38px; }
  .cinematic-hero { min-height: 700px; }
  .hero-slide { background-position: 61% center; }
  .cinematic-hero::after { background: linear-gradient(90deg, #061724f0 0%, #071a28bd 64%, #071a2859 100%), linear-gradient(0deg, #061724e6 0%, transparent 46%); }
  .cinematic-hero-inner { gap: 55px; padding-block: 74px 24px; }
  .cinematic-hero-copy h1 { font-size: clamp(3rem, 10.5vw, 4.4rem); line-height: 1.04; letter-spacing: -.055em; }
  .cinematic-hero .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }
  .feature-strip { grid-template-columns: minmax(0, 1fr) auto; gap: 9px 14px; padding: 14px 16px; }
  .feature-strip .feature-index { grid-column: 1 / -1; }
  .feature-strip strong { font-size: 1.12rem; }
  .main-nav { width: 100%; order: 2; justify-content: space-between; margin: 12px 0 0; gap: 8px; }
  .main-nav a { font-size: .77rem; }
  .language-switch { margin-left: auto; }
  .requests-layout { padding-block: 45px 70px; gap: 45px; }
  .request-form { padding: 22px; }
  .hero { padding-block: 48px 55px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(3rem, 12vw, 4.6rem); margin-block: 16px 18px; }
  .hero-deck { font-size: 1.16rem; }
  .hero-art { min-height: 340px; }
  .hero-footnote { margin-top: 16px; }
  .intro-grid { grid-template-columns: 1fr; gap: 5px; padding-block: 27px 32px; }
  .intro-grid p:last-child { font-size: 1.18rem; }
  .section-block { padding-block: 55px 68px; }
  .section-heading { align-items: end; }
  .card-grid { grid-template-columns: 1fr; }
  .story-tools { grid-template-columns: 1fr; }
  .card-art { height: 205px; }
  .topic-panel { padding-block: 50px 70px; }
  .page-intro { padding-block: 55px 25px; }
  .article { padding-block: 50px 75px; }
  .article-header { margin-bottom: 30px; }
  .article-header h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .article-deck { font-size: 1.15rem; }
  .article-cover { min-height: 240px; }
  .article-layout { padding-top: 38px; }
  .listen-box { padding: 22px; margin-bottom: 40px; }
  .prose { font-size: 1.04rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-inner small { grid-column: auto; }
  body.has-audio { padding-bottom: 184px; }
  .audio-dock { padding: 12px 16px 10px; }
  .audio-dock-top > div { display: block; }
  .audio-kicker { display: block; margin-bottom: 3px; }
  .audio-dock-top strong { display: block; max-width: 290px; font-size: .94rem; }
  .audio-dock-controls { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px 10px; }
  .audio-toggle { grid-column: 1; grid-row: 1; }
  .audio-progress-label { grid-column: 2; grid-row: 1; }
  .audio-time { grid-column: 3; grid-row: 1; min-width: 77px; }
  .audio-volume-label { grid-column: 1 / -1; grid-row: 2; width: 100%; flex-basis: auto; }
  .audio-volume-label input { flex: 1; }
  .audio-status { margin: 6px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 0; }
  .hero-slide:first-child { opacity: 1; }
}

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