:root {
  color-scheme: dark;
  --bg: #151714;
  --text: #f4eee2;
  --muted: #b5b6a9;
  --accent: #edaf72;
  --line: #373c32;
  font-family: "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, dl, dd { margin: 0; }
.shell { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.masthead { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.author { font-size: 19px; font-weight: 650; letter-spacing: .025em; }
.masthead__note { display: flex; align-items: center; gap: 22px; font-size: 13px; color: var(--muted); }
.age { border: 1px solid var(--line); padding: 5px 7px; border-radius: 4px; font-size: 12px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 86px); align-items: center; padding-block: 66px 78px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 650; line-height: 1.6; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.eyebrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.series { color: #d3d3c3; font-size: 18px; margin-bottom: 7px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(58px, 6.7vw, 88px); line-height: .98; letter-spacing: -.045em; }
.hero__intro { margin-top: 25px; max-width: 470px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.audio-facts { display: flex; gap: 30px; margin-block: 25px 30px; }
.audio-facts div + div { border-left: 1px solid var(--line); padding-left: 30px; }
.audio-facts dt { font-size: 11px; color: var(--muted); margin-bottom: 6px; }
.audio-facts dd { font-size: 16px; font-weight: 600; }
.listen-links { display: flex; flex-wrap: wrap; gap: 12px; }
.listen-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 14px 20px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: 15px; line-height: 1.35; font-weight: 650; transition: background .15s, border-color .15s; }
.listen-link svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.listen-link--primary { background: var(--accent); color: #201a13; }
.listen-link--primary:hover { background: #f6c693; }
.listen-link--secondary { border-color: #626757; color: var(--text); }
.listen-link--secondary:hover { border-color: var(--accent); background: #262a22; }
:focus-visible { outline: 3px solid #f5cc98; outline-offset: 5px; }
.listen-note { color: var(--muted); font-size: 11px; line-height: 1.6; margin-top: 13px; }
.cover { width: 100%; max-width: 440px; justify-self: end; background: #1e231c; border: 1px solid #444735; padding: 14px; box-shadow: 0 25px 75px #0005; }
.cover > img { width: 100%; aspect-ratio: 1; }
.cover figcaption { padding: 22px 6px 10px; display: flex; align-items: center; gap: 16px; font-size: 11px; line-height: 1.7; color: var(--muted); }
.cover figcaption strong { color: #e4e4d4; font-weight: 500; }
.waveform { display: flex; gap: 3px; align-items: center; height: 30px; flex-shrink: 0; }
.waveform i { display: block; width: 2px; height: 8px; background: #91a27d; }
.waveform i:nth-child(3n) { height: 22px; }
.waveform i:nth-child(3n + 1) { height: 14px; }
.waveform i:nth-child(4n) { height: 30px; }
.story { border-top: 1px solid var(--line); padding-block: 74px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story__image img { width: 100%; aspect-ratio: 1.12; object-fit: cover; object-position: 34% center; }
.story__image figcaption { color: var(--muted); font-size: 11px; margin-top: 14px; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.3vw, 43px); line-height: 1.13; font-weight: 400; letter-spacing: -.025em; }
.story h2 { margin-block: 16px 24px; }
.story__copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.75; color: var(--muted); margin-top: 14px; }
.story__copy > .story__aside { border-left: 2px solid #8b9774; padding-left: 18px; margin-top: 24px; color: #dfdfcf; font-size: 13px; }
.closing { border-top: 1px solid var(--line); padding-block: 63px 69px; text-align: center; }
.closing h2 { margin-block: 18px; font-size: clamp(32px, 4vw, 49px); }
.closing > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.closing .listen-links { justify-content: center; margin-top: 27px; }
.page-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 10; display: flex; align-items: center; gap: 16px; max-width: 460px; padding: 16px; background: #252a22; border: 1px solid #515845; border-radius: 5px; box-shadow: 0 10px 30px #0005; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { font-size: 12px; line-height: 1.5; color: #d4d7cb; }
.cookie-banner button { background: #e4e8d6; color: #1c2416; border: 0; border-radius: 3px; min-height: 40px; padding: 8px 13px; cursor: pointer; font-size: 12px; font-weight: 600; }
.skip-link { position: absolute; z-index: 20; top: 12px; left: 12px; padding: 12px; background: var(--accent); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
body.has-cookie-banner { padding-bottom: 85px; }
@media (max-width: 1050px) {
  .shell { width: calc(100% - 64px); }
  .hero { gap: 34px; }
  .hero .listen-link { flex: 1 1 170px; }
  .story { gap: 34px; }
  .cover figcaption { gap: 10px; }
  .waveform { gap: 2px; }
}
@media (max-width: 720px) {
  .shell { width: calc(100% - 40px); }
  .masthead { min-height: 70px; }
  .author { font-size: 16px; }
  .masthead__note { font-size: 11px; gap: 12px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 35px 42px; }
  .hero .eyebrow { margin-bottom: 19px; }
  h1 { font-size: clamp(59px, 14vw, 82px); }
  .series { font-size: 16px; }
  .hero__intro { font-size: 15px; margin-top: 20px; }
  .audio-facts { margin-block: 21px 25px; gap: 22px; }
  .audio-facts div + div { padding-left: 22px; }
  .audio-facts dd { font-size: 15px; }
  .listen-links { gap: 10px; }
  .hero .listen-link, .closing .listen-link { flex: 1 1 140px; font-size: 13px; padding: 13px 10px; gap: 5px; }
  .listen-note { font-size: 10px; }
  .cover { justify-self: center; max-width: 390px; padding: 11px; }
  .cover figcaption { justify-content: center; padding-block: 16px 6px; }
  .story { grid-template-columns: 1fr; gap: 29px; padding-block: 40px; }
  .story__image img { aspect-ratio: 1.5; }
  .story h2 { margin-block: 12px 20px; }
  .story__copy > p:not(.eyebrow) { font-size: 14px; }
  .closing { padding-block: 40px 43px; }
  .closing .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 12px; gap: 12px; }
  .cookie-banner p { font-size: 11px; }
  body.has-cookie-banner { padding-bottom: 100px; }
}
@media (max-width: 380px) {
  .masthead__note { font-size: 10px; gap: 8px; }
  .author { font-size: 14px; }
  .desktop-break { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
