:root {
  color-scheme: dark;
  --black: #080909;
  --charcoal: #141516;
  --paper: #e9e4d8;
  --red: #d53b2b;
  --mist: #b8b6ae;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: white; font-family: Arial, Helvetica, sans-serif; }

.archive-header {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 27px 42px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.archive-header p { margin: 0; }
.archive-name { font: 700 20px/1 Georgia, "Times New Roman", serif; }
.archive-type { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.hero {
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: var(--red);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 7px;
  z-index: 4;
}

.hero > img { height: 100%; object-fit: cover; object-position: 45% center; width: 100%; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, .86) 0%, rgba(3, 3, 3, .42) 44%, rgba(3, 3, 3, .16) 100%),
    linear-gradient(0deg, rgba(3, 3, 3, .72) 0%, transparent 48%);
  inset: 0;
  position: absolute;
}

.hero-copy {
  bottom: clamp(90px, 12vh, 150px);
  left: clamp(42px, 6.5vw, 110px);
  max-width: 950px;
  position: absolute;
  z-index: 2;
}

.eyebrow, .section-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow {
  border-bottom: 2px solid var(--red);
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 11px;
}

h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 {
  font-size: clamp(72px, 10.5vw, 160px);
  letter-spacing: -.06em;
  line-height: .78;
  margin: 0;
}
h1 em { color: #efeadf; font-size: .66em; font-style: italic; }
.dek { font: 22px/1.45 Georgia, "Times New Roman", serif; margin: 38px 0 0; max-width: 690px; }

.watch-cue {
  bottom: 40px;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  position: absolute;
  right: 42px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
.watch-cue span { border: 1px solid var(--red); border-radius: 50%; display: inline-grid; height: 36px; margin-left: 12px; place-items: center; width: 36px; }

.film { background: var(--paper); color: var(--black); padding: clamp(70px, 8vw, 130px) clamp(42px, 7vw, 120px); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 45px; }
.section-heading .section-label { color: #696760; margin: 0 0 12px; }
.section-heading h2 { font-size: clamp(50px, 6vw, 88px); letter-spacing: -.045em; line-height: .9; margin: 0; }
.section-heading > p { color: #65635e; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.film-frame { background: black; box-shadow: 0 30px 80px rgba(0,0,0,.28); margin: 0 auto; max-width: 1100px; }
.film-frame video { aspect-ratio: 4 / 3; display: block; height: auto; width: 100%; }
.film-caption { display: grid; gap: 50px; grid-template-columns: 1.2fr .8fr; margin: 38px auto 0; max-width: 1100px; }
.film-caption > p { font: clamp(24px, 2.3vw, 36px)/1.35 Georgia, "Times New Roman", serif; margin: 0; }
.film-caption dl { border-top: 1px solid rgba(0,0,0,.28); margin: 0; }
.film-caption dl div { border-bottom: 1px solid rgba(0,0,0,.15); display: flex; justify-content: space-between; padding: 13px 0; }
.film-caption dt, .film-caption dd { font-size: 10px; font-weight: 800; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.film-caption dd { color: #686660; text-align: right; }

.oral-history { display: grid; gap: clamp(55px, 8vw, 140px); grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); padding: clamp(80px, 9vw, 145px) clamp(42px, 8vw, 150px); }
.oral-history__intro { align-self: start; position: sticky; top: 50px; }
.oral-history .section-label { color: var(--mist); margin: 0 0 30px; }
.oral-history h2 { font-size: clamp(48px, 6vw, 86px); letter-spacing: -.05em; line-height: .88; margin: 0 0 30px; }
.listen-note { color: #bbb9b2; font: 18px/1.5 Georgia, "Times New Roman", serif; margin: 0 0 26px; max-width: 420px; }
audio { display: block; width: min(100%, 440px); }
.transcript-heading { border-top: 1px solid rgba(255,255,255,.3); display: flex; gap: 35px; justify-content: space-between; padding: 15px 0 34px; }
.transcript-heading h3 { font-size: 12px; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.transcript-heading p { color: #999a96; font-size: 11px; line-height: 1.5; margin: 0; max-width: 380px; }
.transcript-copy p { border-top: 1px solid rgba(255,255,255,.13); font: clamp(20px,1.7vw,28px)/1.5 Georgia, "Times New Roman", serif; margin: 0; padding: 28px 0 34px; }
.timecode { background: transparent; border: 0; color: #ee604d; cursor: pointer; float: left; font: 800 10px/1 Arial, Helvetica, sans-serif; letter-spacing: .1em; margin: 10px 18px 10px 0; padding: 0; }
.timecode:hover, .timecode:focus-visible { color: white; outline: 1px solid var(--red); outline-offset: 5px; }

.archive-note { background: #222324; display: grid; gap: clamp(40px, 8vw, 130px); grid-template-columns: .55fr 1fr; padding: clamp(70px, 8vw, 125px) clamp(42px, 8vw, 150px); }
.archive-note .section-label { color: var(--mist); grid-column: 1 / -1; margin: 0; }
.archive-note h2 { font-size: clamp(45px, 5vw, 76px); letter-spacing: -.045em; line-height: .95; margin: 0; }
.archive-note > p:last-child { color: #c7c5bf; font: 21px/1.55 Georgia, "Times New Roman", serif; margin: 0; max-width: 760px; }

footer { display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .13em; padding: 28px 42px; text-transform: uppercase; }

@media (max-width: 700px) {
  .archive-header { padding: 22px 22px; }
  .archive-name { font-size: 17px; }
  .archive-type { display: none; }
  .hero { height: 82svh; min-height: 650px; }
  .hero > img { object-position: 38% center; }
  .hero-copy { bottom: 72px; left: 23px; right: 23px; }
  .eyebrow { font-size: 8.5px; letter-spacing: .1em; margin-bottom: 18px; }
  h1 { font-size: clamp(62px, 19vw, 82px); line-height: .82; }
  h1 em { display: inline-block; font-size: .58em; margin-top: 8px; }
  .dek { font-size: 17px; margin-top: 26px; max-width: 340px; }
  .watch-cue { bottom: 24px; left: 23px; right: auto; }
  .film { padding: 62px 0 70px; }
  .section-heading { display: block; padding: 0 23px; }
  .section-heading h2 { font-size: 56px; }
  .section-heading > p { line-height: 1.5; margin-top: 20px; }
  .film-frame { box-shadow: none; }
  .film-caption { display: block; padding: 0 23px; }
  .film-caption > p { font-size: 26px; margin-bottom: 42px; }
  .oral-history { display: block; padding: 68px 23px 76px; }
  .oral-history__intro { position: static; }
  .oral-history h2 { font-size: 55px; }
  audio { margin-bottom: 58px; }
  .transcript-heading { display: block; }
  .transcript-heading h3 { margin-bottom: 12px; }
  .transcript-copy p { font-size: 21px; }
  .archive-note { display: block; padding: 66px 23px 72px; }
  .archive-note h2 { font-size: 48px; margin: 30px 0; }
  .archive-note > p:last-child { font-size: 19px; }
  footer { display: grid; gap: 10px; line-height: 1.5; padding: 24px 23px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
