:root {
  --ink: #1c2019;
  --muted: #6f7164;
  --paper: #f2eee2;
  --snow: #fffaf0;
  --ice: #d8d2aa;
  --river: #65743b;
  --rust: #c34f22;
  --line: rgba(28, 32, 25, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--snow); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.stage-ribbon { position: fixed; inset: auto 0 0; z-index: 50; padding: .55rem 1rem; color: #1b1d16; background: #f4c849; text-align: center; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 5; display: flex; justify-content: space-between; align-items: flex-start; padding: 1.4rem 3vw; color: white; }
.archive-mark { text-decoration: none; display: grid; gap: .15rem; }
.archive-mark__name { font-family: var(--serif); font-size: 1.2rem; }
.archive-mark__tag { font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; opacity: .75; }
nav { display: flex; gap: clamp(.9rem, 2.5vw, 2.3rem); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
nav a { text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: currentColor; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; background: #15190d; color: white; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 7px; background: linear-gradient(180deg, var(--rust) 0 58%, #a7c63c 58%); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: saturate(1.06) contrast(1.02) brightness(1.02); }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,5,.7) 0%, rgba(9,12,5,.34) 32%, rgba(9,12,5,.04) 53%, rgba(9,12,5,.16) 67%, rgba(9,12,5,.62) 100%), linear-gradient(0deg, rgba(7,9,4,.8) 0%, rgba(7,9,4,.12) 51%, rgba(7,9,4,.12) 100%); }
.hero__content { position: relative; z-index: 2; width: 100%; padding: clamp(8rem, 17vh, 12rem) 5vw clamp(4.5rem, 7vh, 6rem); display: grid; grid-template-columns: minmax(350px, .9fr) minmax(500px, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.eyebrow, .section-number { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .17em; font-size: .68rem; font-weight: 700; }
.hero .eyebrow { display: inline-block; margin-bottom: 1.6rem; padding-bottom: .75rem; border-bottom: 2px solid #a7c63c; text-shadow: 0 2px 20px rgba(0,0,0,.8); }
.hero h1 { margin: 0; max-width: 7ch; font: 400 clamp(5.5rem, 9vw, 9rem)/.78 var(--serif); letter-spacing: -.075em; text-wrap: balance; text-shadow: 0 5px 32px rgba(0,0,0,.55); }
.hero__statement { padding-left: clamp(1.4rem, 2.8vw, 3rem); border-left: 4px solid var(--rust); }
.hero__hook { margin: 0; max-width: 14ch; font: 800 clamp(2.55rem, 4.25vw, 4.65rem)/.88 var(--sans); letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; text-shadow: 0 4px 25px rgba(0,0,0,.7); }
.hero__hook em { color: #c9e55b; font-style: normal; }
.dek { max-width: 650px; margin: 1.3rem 0 1.2rem; font: 400 clamp(1.02rem, 1.45vw, 1.32rem)/1.42 var(--serif); text-shadow: 0 2px 14px rgba(0,0,0,.85); }
.hero-audio { width: min(680px, 100%); padding: .9rem 1rem 1rem; margin-bottom: 1.4rem; border: 1px solid rgba(255,255,255,.32); background: rgba(10,16,19,.48); backdrop-filter: blur(10px); }
.hero-audio__label { display: flex; align-items: center; gap: .65rem; margin-bottom: .55rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.hero-audio audio { display: block; width: 100%; height: 38px; }
.pulse { width: .55rem; height: .55rem; border-radius: 50%; background: #e6a56f; box-shadow: 0 0 0 4px rgba(230,165,111,.18); }
.hero__facts { margin: 0; color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 700; }
.hero__entry { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.5rem; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
.hero__entry span { display: grid; place-items: center; width: 2.45rem; height: 2.45rem; border: 1px solid #a7c63c; border-radius: 50%; color: #c9e55b; font-size: 1rem; }

.story-shell { width: min(1240px, 92vw); margin: 0 auto; }
.story-intro { display: grid; grid-template-columns: minmax(160px, .6fr) minmax(0, 1.6fr); gap: 8vw; padding: clamp(5rem, 11vw, 10rem) 0; }
.story-intro h2, .section-heading h2, .transcript h2, .listen-card h2, .details-section h2, .related h2 { margin: 0 0 1.4rem; font: 400 clamp(2.4rem, 5vw, 5rem)/.98 var(--serif); letter-spacing: -.045em; }
.story-intro .lead { margin-top: 0; font: 400 clamp(1.35rem, 2.5vw, 2rem)/1.4 var(--serif); }
.story-intro p { max-width: 760px; line-height: 1.75; }
.memory-compass { display: grid; grid-template-columns: repeat(3, 1fr); margin: -3rem 0 clamp(6rem, 11vw, 10rem); border: 1px solid var(--line); }
.memory-compass article { padding: clamp(1.5rem, 3vw, 2.7rem); }
.memory-compass article + article { border-left: 1px solid var(--line); }
.memory-compass span { color: var(--rust); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.memory-compass p { margin: 1.4rem 0 0; font: 1.08rem/1.55 var(--serif); }

.listen-card { margin-bottom: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); background: var(--ink); color: var(--snow); }
.listen-card__label, .listen-card__body { padding: clamp(2rem, 5vw, 4.5rem); }
.listen-card__label { display: flex; flex-direction: column; justify-content: space-between; min-height: 290px; border-right: 1px solid rgba(255,255,255,.16); }
.duration { color: var(--ice); font-size: .8rem; }
.listen-card audio { width: 100%; margin-top: 1.5rem; }
.narration-kicker { margin: 0 0 .9rem; color: var(--ice); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.audio-note { color: #b8c1c5; font-size: .78rem; line-height: 1.5; }

.transcript { padding: 0 0 clamp(5rem, 10vw, 9rem); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.section-note { max-width: 260px; color: var(--muted); font: italic 1rem/1.5 var(--serif); }
.transcript-search input { width: min(280px, 100%); padding: .8rem 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; outline: 0; }
.transcript-search input:focus { border-bottom-width: 3px; }
.transcript-state { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; align-items: center; max-width: 920px; padding: 1rem 1.2rem; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-size: .74rem; }
.transcript-state > span:first-child { color: var(--rust); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.transcript-state > span:last-child { margin-left: auto; color: var(--muted); }
.transcript__copy { max-width: 920px; padding: 1.2rem 0 1.2rem 2rem; border-left: 3px solid var(--rust); font: 1.15rem/1.75 var(--serif); }
.transcript-segment { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; width: 100%; padding: .75rem 1rem; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.transcript-segment time { padding-top: .18rem; color: var(--muted); font: .68rem/1.4 var(--sans); letter-spacing: .05em; }
.transcript-segment__text { font: 1.05rem/1.55 var(--serif); }
.transcript-segment:hover, .transcript-segment:focus-visible { background: rgba(72,104,117,.08); }
.transcript-segment:focus-visible { outline: 2px solid var(--river); outline-offset: -2px; }
.transcript-segment.is-active { background: rgba(155,79,53,.1); box-shadow: inset 3px 0 0 var(--rust); }
.transcript__copy mark { background: #f4d49f; }
.search-status { color: var(--muted); font-size: .75rem; }

.gallery-section { padding-bottom: clamp(5rem, 10vw, 9rem); }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(160px, 22vw, 310px); gap: .75rem; }
.photo { grid-column: span 4; appearance: none; border: 0; margin: 0; padding: 0; background: #d7d9d5; cursor: zoom-in; overflow: hidden; }
.photo--wide { grid-column: span 8; }
.photo--tall { grid-row: span 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.photo:hover img, .photo:focus-visible img { transform: scale(1.025); filter: contrast(1.04); }
.photo:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

.chapter-strip { padding: 0 0 clamp(6rem, 11vw, 10rem); }
.chapter-strip h2 { max-width: 900px; margin: 0 0 2.5rem; font: 400 clamp(2.5rem, 5vw, 5rem)/.95 var(--serif); letter-spacing: -.045em; }
.chapter-strip ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.chapter-strip li { min-height: 240px; padding: 1.6rem 1.3rem 1.8rem 0; border-bottom: 1px solid var(--line); }
.chapter-strip li:nth-child(3n + 2), .chapter-strip li:nth-child(3n + 3) { padding-left: 1.3rem; border-left: 1px solid var(--line); }
.chapter-strip li span { color: var(--rust); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.chapter-strip li strong { display: block; max-width: 12ch; margin-top: 3.5rem; font: 400 1.75rem/1.02 var(--serif); }
.chapter-strip li p { max-width: 30ch; color: var(--muted); line-height: 1.55; }

.moving-section { padding-bottom: clamp(5rem, 10vw, 9rem); }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.video-card { margin: 0; padding: 1rem; color: var(--snow); background: #151912; }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; background: #050604; }
.video-card figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .9rem; color: #c6c7b6; font-size: .72rem; line-height: 1.4; }
.video-card figcaption strong { color: #f3c74d; font-weight: 700; }
.video-note { grid-column: 1 / -1; padding: 1.25rem; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.6; }

.album-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.album-section summary { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.5rem 0; cursor: pointer; list-style: none; }
.album-section summary::-webkit-details-marker { display: none; }
.album-section summary strong { display: block; font: 400 clamp(2rem, 4vw, 3.8rem)/1 var(--serif); }
.summary-action { white-space: nowrap; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.summary-action b { display: inline-block; font-size: 1.3rem; margin-left: .7rem; transition: transform .2s; }
details[open] .summary-action b { transform: rotate(45deg); }
.album-note { max-width: 680px; color: var(--muted); line-height: 1.6; }
.complete-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 2rem 0 4rem; }
.complete-grid .photo { grid-column: auto; aspect-ratio: 3/2; position: relative; }
.complete-grid .photo::after { content: attr(data-sequence); position: absolute; left: .65rem; bottom: .55rem; padding: .28rem .42rem; background: rgba(17,23,27,.75); color: white; font-size: .66rem; letter-spacing: .08em; }

.details-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.metadata-details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metadata-details > summary { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem 0; cursor: pointer; list-style: none; }
.metadata-details > summary::-webkit-details-marker { display: none; }
.metadata-details > summary strong { display: block; font: 400 clamp(1.8rem, 4vw, 3.2rem)/1 var(--serif); }
.metadata-details[open] .summary-action b { transform: rotate(45deg); }
.details-section dl { margin: 0; border-top: 1px solid var(--line); }
.details-section dl div { display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.details-section dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.details-section dd { margin: 0; }
.details-section small { display: block; color: var(--muted); margin-top: .35rem; }

.related { padding: 0 0 clamp(5rem, 10vw, 9rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related article { min-height: 230px; padding: 2rem; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.related article span { font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; color: var(--rust); }
.related h3 { margin: 3.5rem 0 .8rem; font: 400 1.7rem var(--serif); }
.related article p { color: var(--muted); line-height: 1.55; }

footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem 4vw; background: var(--ink); color: var(--snow); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.lightbox { width: min(94vw, 1500px); max-width: none; height: min(92vh, 1000px); padding: 0; border: 0; background: #0f1417; color: white; }
.lightbox::backdrop { background: rgba(5,8,10,.88); }
.lightbox figure { height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; min-height: 0; }
.lightbox figcaption { padding: 1rem 1.5rem; font: italic 1rem var(--serif); }
.lightbox__close { position: absolute; right: 1rem; top: 1rem; z-index: 2; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.5); color: white; font-size: 1.6rem; cursor: pointer; }

@media (max-width: 760px) {
  .site-header nav { display: none; }
  .site-header { padding: 1.2rem 6vw; }
  .stage-ribbon { right: auto; width: min(390px, 100%); font-size: .52rem; letter-spacing: .1em; }
  .archive-mark__tag { display: none; }
  .hero { min-height: 100svh; }
  .hero::before { width: 5px; }
  .hero > img { object-position: 50% center; }
  .hero__wash { background: linear-gradient(0deg, rgba(7,9,4,.92) 0%, rgba(7,9,4,.58) 44%, rgba(7,9,4,.04) 70%, rgba(7,9,4,.18) 100%); }
  .hero__content { display: block; width: min(390px, 100%); padding: 7.2rem 6vw 3.8rem; }
  .hero .eyebrow { margin-bottom: .8rem; font-size: .57rem; letter-spacing: .13em; }
  .hero h1 { font-size: 4.15rem; }
  .hero__statement { max-width: 342px; margin-top: 1.4rem; padding-left: 1rem; border-left-width: 3px; }
  .hero__hook { max-width: none; font-size: 1.85rem; line-height: .92; letter-spacing: -.045em; white-space: nowrap; }
  .dek { margin: .85rem 0; font-size: .9rem; line-height: 1.32; }
  .hero__facts { max-width: 32ch; font-size: .56rem; line-height: 1.55; }
  .hero__entry { margin-top: 1rem; }
  .story-intro, .listen-card, .details-section { grid-template-columns: 1fr; }
  .story-intro { gap: 2rem; }
  .listen-card__label { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .section-heading { display: block; }
  .transcript-search { display: block; margin-top: 1.5rem; }
  .transcript-state > span:last-child { width: 100%; margin-left: 0; }
  .transcript__copy { padding-left: .75rem; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 45vw; }
  .photo, .photo--wide { grid-column: span 1; }
  .photo:first-child, .photo:last-child { grid-column: span 2; }
  .complete-grid { grid-template-columns: repeat(2, 1fr); }
  .album-section summary { align-items: end; }
  .summary-action { font-size: 0; }
  .summary-action b { font-size: 1.3rem; }
  .related-grid { grid-template-columns: 1fr; }
  .chapter-strip ol, .video-grid { grid-template-columns: 1fr; }
  .chapter-strip li:nth-child(n) { min-height: auto; padding: 1.5rem 0; border-left: 0; }
  .chapter-strip li strong { margin-top: 1.5rem; }
  .memory-compass { grid-template-columns: 1fr; margin-top: -2rem; }
  .memory-compass article + article { border-left: 0; border-top: 1px solid var(--line); }
  footer { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo img { transition: none; }
}
