:root {
  color-scheme: light;
  --paper: #f0eadf;
  --ink: #292824;
  --muted: #716e63;
  --rule: #cec5b5;
  --accent: #a54f3e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.sheet { width: min(1240px, calc(100% - 72px)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-180%); padding: 12px 18px; background: var(--ink); color: var(--paper); z-index: 5; }
.skip-link:focus { transform: none; }
.masthead { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--rule); }
.wordmark { font-size: 15px; font-weight: 750; letter-spacing: .17em; text-decoration: none; white-space: nowrap; }
.wordmark span { margin-left: 5px; font-size: 10px; font-weight: 450; letter-spacing: .1em; color: var(--muted); }
.masthead nav { display: flex; gap: 26px; }
.masthead nav a { font-size: 12px; text-decoration: none; }
.masthead nav a:hover, .download-link:hover { color: var(--accent); }
.introduction { padding: 26px 0 24px; }
.eyebrow { margin: 0 0 12px; display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: .17em; color: var(--muted); }
.eyebrow > span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.title-line { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3.4vw, 46px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h1 em { font-weight: 400; color: var(--accent); }
.title-line > p { margin: 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.35; }
.film { scroll-margin-top: 20px; }
.film:focus { outline: none; }
.screen { display: flex; justify-content: center; background: #242723; }
video { display: block; width: 100%; max-height: min(698px, calc(100svh - 240px)); min-height: 180px; aspect-ratio: 16 / 9; object-fit: contain; background: #242723; }
.film-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 46px; border-bottom: 1px solid var(--rule); }
.film-meta > p { margin: 0; font-size: 9px; letter-spacing: .13em; color: var(--muted); }
.reel-mark { display: inline-block; margin-right: 7px; font-size: 8px; color: var(--accent); }
#film-format:not(:empty)::before { content: " / "; margin: 0 4px; color: #a69a86; }
.download-link { font-size: 11px; text-decoration: none; white-space: nowrap; }
.download-link > span { margin-left: 9px; font-size: 17px; }
.chapters { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); border-bottom: 1px solid var(--rule); }
.chapter { position: relative; border: 0; background: transparent; padding: 16px 12px 17px 0; color: var(--muted); text-align: left; font-family: inherit; cursor: pointer; }
.chapter::before { content: ""; position: absolute; top: -1px; left: 0; right: 14px; height: 2px; background: transparent; }
.chapter:hover { color: var(--ink); }
.chapter[aria-current="true"] { color: var(--accent); }
.chapter[aria-current="true"]::before { background: var(--accent); }
.chapter-number { display: block; margin-bottom: 7px; font-size: 9px; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.chapter-title { font-size: 11px; line-height: 1.4; }
.player-status { margin: 0; padding: 12px 0; font-size: 13px; line-height: 1.5; color: var(--accent); }
.no-script { color: var(--muted); font-size: 13px; }
.story-note { display: flex; gap: 12px; max-width: 740px; margin: 23px 0 40px; color: var(--muted); }
.note-mark { font-family: Georgia, serif; color: var(--accent); font-size: 25px; line-height: 1.2; }
.story-note > p { margin: 0; font-size: 12px; line-height: 1.7; }
.story-note strong { font-weight: 500; color: var(--ink); }
.field-notes { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.field-notes summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 0; list-style: none; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.field-notes summary::-webkit-details-marker { display: none; }
.details-sign { font-family: "Helvetica Neue", Helvetica, sans-serif; color: var(--accent); font-size: 25px; font-weight: 300; }
.field-notes[open] .details-sign { transform: rotate(45deg); }
.notes-content { padding: 6px 0 30px; max-width: 960px; }
.notes-intro { margin: 0 0 27px; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.6; }
.transcript { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 56px; padding: 0; margin: 0; list-style: none; counter-reset: story; }
.transcript li { position: relative; padding-left: 29px; counter-increment: story; }
.transcript li::before { content: counter(story, decimal-leading-zero); position: absolute; top: 2px; left: 0; color: var(--accent); font-size: 10px; letter-spacing: .06em; }
.transcript h3, .endmatter h3 { font-size: 14px; font-weight: 500; line-height: 1.4; margin: 0 0 7px; }
.transcript p, .endmatter p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.endmatter { margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--rule); }
.endmatter p { max-width: 750px; }
.sources:not(:empty) { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 19px; }
.sources a { font-size: 12px; line-height: 1.6; }
.colophon { display: flex; justify-content: space-between; gap: 16px; padding: 26px 0 30px; font-size: 9px; line-height: 1.5; color: var(--muted); }
.colophon > :first-child { letter-spacing: .1em; }

@media (min-width: 1440px) {
  .introduction { padding-top: 30px; padding-bottom: 28px; }
}
@media (max-width: 900px) {
  .sheet { width: calc(100% - 40px); }
  .title-line { display: block; }
  .title-line > p { font-size: 15px; margin-top: 10px; }
  .desktop-break { display: none; }
  .chapters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .chapter { padding-top: 13px; padding-bottom: 13px; }
  .chapter:nth-child(n+5) { border-top: 1px solid var(--rule); }
  .chapter-title { font-size: 12px; }
  .chapter-number { margin-bottom: 4px; }
  .transcript { gap: 25px 30px; }
}
@media (max-width: 540px) {
  .sheet { width: calc(100% - 32px); }
  .masthead { min-height: 60px; gap: 10px; }
  .wordmark { font-size: 13px; }
  .wordmark span { display: none; }
  .masthead nav { gap: 16px; }
  .masthead nav a { font-size: 11px; }
  .introduction { padding: 25px 0 20px; }
  .eyebrow { font-size: 8px; letter-spacing: .12em; margin-bottom: 12px; }
  h1 { font-size: clamp(31px, 8vw, 42px); letter-spacing: -.04em; line-height: 1.15; }
  h1 em { display: block; }
  .title-line > p { margin-top: 10px; font-size: 14px; }
  video { min-height: 0; max-height: none; }
  .film-meta { min-height: 45px; }
  .film-meta > p { font-size: 8px; letter-spacing: .08em; }
  .download-link { font-size: 10px; }
  .download-link > span { margin-left: 5px; }
  .chapter { min-height: 84px; padding-right: 9px; }
  .chapter-title { font-size: 11px; }
  .story-note { margin-top: 20px; margin-bottom: 28px; }
  .story-note > p { font-size: 11px; }
  .field-notes summary { font-size: 18px; padding: 17px 0; }
  .notes-intro { font-size: 16px; }
  .transcript { grid-template-columns: 1fr; gap: 22px; }
  .colophon { flex-direction: column; gap: 5px; padding-top: 22px; }
}
