:root {
  --ink: #101714;
  --deep: #0a0f0d;
  --cream: #f1ede4;
  --paper: #f7f3eb;
  --green: #184430;
  --bronze: #b89a64;
  --muted: #77776e;
  --line: rgba(16, 23, 20, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 27px 4vw; color: white; font-family: Arial, sans-serif; }
.brand { text-decoration: none; font: 600 19px Georgia, serif; letter-spacing: .02em; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; opacity: .86; }

.hero { min-height: 100vh; display: grid; grid-template-columns: minmax(340px, 41%) 1fr; background: var(--deep); color: white; position: relative; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; align-self: end; padding: 11rem 5vw 7vh; background: linear-gradient(90deg, rgba(10,15,13,1) 0%, rgba(10,15,13,.94) 78%, rgba(10,15,13,.2) 100%); margin-right: -10vw; }
.eyebrow, .section-label, .audio-kicker { margin: 0 0 24px; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; color: var(--bronze); }
h1 { margin: 0; font-size: clamp(4rem, 7.4vw, 8rem); line-height: .84; letter-spacing: -.055em; font-weight: 400; }
.dek { max-width: 410px; margin: 33px 0 35px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.73); }
.text-link { font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 9px; }
.text-link span { margin-left: 16px; }
.hero-image { margin: 0; min-width: 0; height: 100vh; background: var(--deep); }
.hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.86) contrast(1.02); }
.hero-index { position: absolute; z-index: 3; right: 3vw; bottom: 3vh; font-size: 11px; font-family: Arial, sans-serif; letter-spacing: .2em; color: rgba(255,255,255,.55); }

.threshold, .relationships { padding: 12vw 8vw; }
.threshold-grid, .relationships-grid { display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; gap: 10vw; align-items: start; }
h2 { margin: 0; font-size: clamp(3rem, 6vw, 7rem); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.prose { max-width: 620px; font-size: 19px; line-height: 1.75; }
.prose p { margin: 0 0 1.4em; }
.lead p:first-child::first-letter { float: left; font-size: 5.2em; line-height: .72; padding: .08em .12em 0 0; color: var(--green); }

.listening-room { background: var(--green); color: white; padding: 9vw 8vw; }
.room-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 35px; }
.room-heading h2 { font-size: clamp(3.5rem, 7vw, 8rem); }
.audio-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; align-items: center; padding: 45px 0; }
.audio-kicker { margin-bottom: 10px; color: rgba(255,255,255,.55); }
.audio-title { margin: 0; font-size: 24px; }
audio { width: 100%; accent-color: var(--bronze); }
blockquote { max-width: 1050px; margin: 7vw auto 1vw; text-align: center; font-size: clamp(3rem, 6vw, 7rem); line-height: 1.04; font-style: italic; letter-spacing: -.035em; }

.artifact { background: var(--cream); padding: 10vw 4vw 8vw; }
.artifact-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; max-width: 1300px; margin: 0 auto 4vw; }
.artifact-heading h2 { font-size: clamp(3rem, 5vw, 5.6rem); }
.artifact-heading > p { max-width: 260px; font-style: italic; color: var(--muted); }
.artifact-photo { max-width: 1380px; margin: 0 auto; }
.artifact-photo img { width: 100%; box-shadow: 0 30px 80px rgba(30,30,20,.18); }
.artifact-photo figcaption { margin-top: 16px; font-family: Arial, sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }
.people { max-width: 1380px; margin: 50px auto 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.people li { padding: 25px 25px 10px 0; border-right: 1px solid var(--line); }
.people li + li { padding-left: 25px; }
.people li:last-child { border-right: 0; }
.people span { font-family: Arial, sans-serif; font-size: 10px; color: var(--bronze); letter-spacing: .16em; }
.people h3 { margin: 12px 0; font-weight: 400; font-size: 25px; }
.people p { margin: 0; font-size: 15px; line-height: 1.6; color: #565950; }

.memory-pair { display: grid; grid-template-columns: 1fr 1fr; }
.memory-pair article { min-height: 650px; padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.memory-pair h2 { margin-bottom: 45px; font-size: clamp(3.5rem, 6vw, 6.8rem); }
.memory-pair article > p:not(.section-label) { font-size: 18px; line-height: 1.75; max-width: 540px; }
.dark-card { background: var(--deep); color: white; }
.dark-card > p:not(.section-label) { color: rgba(255,255,255,.72); }

.relationships { background: #dcd2c2; }
.relationships h2 { font-size: clamp(3rem, 5.8vw, 6.5rem); }

.transcript { padding: 10vw 8vw; }
.transcript-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 5vw; }
.transcript-heading h2 { font-size: clamp(3rem, 5.5vw, 6.4rem); }
.disclaimer { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.transcript-lines { border-top: 1px solid var(--line); }
.line { appearance: none; width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); display: grid; grid-template-columns: 110px 1fr; gap: 25px; padding: 21px 0; text-align: left; font: 18px/1.55 Georgia, serif; cursor: pointer; }
.line:hover, .line:focus-visible { background: rgba(184,154,100,.11); }
.line time { font: 700 10px/1.8 Arial, sans-serif; color: var(--green); letter-spacing: .15em; }

.archive-details { margin: 0 8vw 9vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-details summary { cursor: pointer; padding: 27px 0; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; padding: 10px 0 40px; }
.details-grid div { display: flex; flex-direction: column; gap: 8px; }
.details-grid span { font: 9px Arial, sans-serif; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.details-grid strong { font-size: 16px; font-weight: 400; }

footer { background: var(--deep); color: rgba(255,255,255,.56); padding: 48px 8vw; display: flex; justify-content: space-between; gap: 30px; font: 9px/1.6 Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; }
footer p { margin: 0; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { min-height: 72vh; align-self: auto; display: flex; flex-direction: column; justify-content: end; margin: 0; padding: 9rem 7vw 8vw; background: linear-gradient(0deg, rgba(10,15,13,1), rgba(10,15,13,.55)); }
  .hero-image { height: auto; }
  .hero-image img { height: auto; object-fit: contain; }
  .threshold-grid, .relationships-grid, .room-heading, .audio-panel, .transcript-heading { grid-template-columns: 1fr; }
  .people { grid-template-columns: 1fr 1fr; }
  .people li:nth-child(2) { border-right: 0; }
  .memory-pair { grid-template-columns: 1fr; }
  .memory-pair article { min-height: 0; }
  .details-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: 3.7rem; }
  .threshold, .relationships, .listening-room, .transcript { padding: 22vw 7vw; }
  .artifact { padding: 20vw 4vw; }
  .artifact-heading { align-items: start; flex-direction: column; padding: 0 3vw; }
  .people { grid-template-columns: 1fr; }
  .people li, .people li + li { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .line { grid-template-columns: 65px 1fr; font-size: 16px; }
  .details-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}
