:root {
  --ink: #111315;
  --paper: #eeeae2;
  --red: #b32b27;
  --gold: #b6a17e;
  --muted: #73736e;
  --line: rgba(17, 19, 21, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); margin: 0; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button { color: inherit; font: inherit; }
[hidden] { display: none !important; }

.site-header {
  align-items: center;
  background: rgba(12, 14, 16, .94);
  color: white;
  display: flex;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 4vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.brand { align-items: center; display: flex; gap: 12px; }
.brand span { align-items: center; border: 1px solid #777; border-radius: 50%; display: flex; font-family: Georgia, serif; font-size: 11px; height: 36px; justify-content: center; width: 36px; }
.brand strong { font-family: Georgia, serif; font-size: 14px; font-weight: 400; }
nav { display: flex; gap: 28px; }
nav a { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.hero { background: #090b0d; color: white; height: max(760px, 100vh); overflow: hidden; position: relative; }
.hero > img { filter: saturate(.85) contrast(1.08); height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(5,7,9,.97) 0%, rgba(5,7,9,.77) 35%, rgba(5,7,9,.12) 75%), linear-gradient(0deg, rgba(5,7,9,.74), transparent 45%); inset: 0; position: absolute; }
.hero-copy { bottom: 13%; left: 7vw; max-width: 720px; position: absolute; z-index: 2; }
.eyebrow { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(72px, 9.5vw, 152px); letter-spacing: -.07em; line-height: .78; margin: 32px 0; }
h1 em { color: #e7e1d6; font-weight: 400; }
.dek { font-family: Georgia, serif; font-size: clamp(18px, 1.6vw, 26px); line-height: 1.5; max-width: 540px; }
.hero-copy > a { border-bottom: 1px solid #777; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .16em; margin-top: 42px; padding-bottom: 12px; text-transform: uppercase; width: 170px; }
.hero-meta { bottom: 34px; display: flex; font-size: 8px; gap: 24px; letter-spacing: .16em; position: absolute; right: 4vw; text-transform: uppercase; z-index: 2; }

.threshold, .commentary { display: grid; gap: 6vw; grid-template-columns: 140px minmax(0, 900px); margin: 0 auto; max-width: 1260px; padding: 130px 40px; }
.chapter-number { color: #afa795; font-family: Georgia, serif; font-size: 72px; line-height: 1; }
h2 { font-size: clamp(48px, 6.2vw, 92px); letter-spacing: -.055em; line-height: .98; margin: 18px 0 44px; }
.lead { font-family: Georgia, serif; font-size: 22px; line-height: 1.75; max-width: 760px; }
.benny-voice { border-left: 2px solid var(--red); margin: 70px 0; padding: 6px 0 6px 36px; }
.benny-voice p { font-family: Georgia, serif; font-size: clamp(28px, 3vw, 46px); line-height: 1.25; margin: 0; }
.benny-voice span { color: var(--muted); display: block; font-size: 9px; letter-spacing: .17em; margin-top: 20px; text-transform: uppercase; }
.setup-grid { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 1fr 1fr; padding-top: 34px; }
.setup-grid p, .commentary-copy p, .meaning > p { color: #4d4d49; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; }

.watch { background: #0a0c0e; color: white; padding: 110px 6vw 90px; }
.watch-heading { margin: 0 auto 56px; max-width: 1200px; }
.watch-heading h2 { margin-bottom: 24px; }
.watch-heading > p:not(.eyebrow) { color: #aaa8a1; font-family: Georgia, serif; font-size: 17px; }
.section-pull { border-left: 1px solid #766852; color: #e6e0d5; font-family: Georgia, serif; font-size: clamp(23px, 2.3vw, 36px); line-height: 1.35; margin: 44px 0 0; max-width: 780px; padding-left: 28px; }
.film-frame { background: black; box-shadow: 0 30px 90px rgba(0,0,0,.55); margin: 0 auto; max-width: 1280px; }
.film-frame video { aspect-ratio: 16 / 9; }
.preservation-note { color: #777; font-size: 8px; letter-spacing: .15em; margin: 24px auto 0; max-width: 1280px; text-transform: uppercase; }

.observation { margin: 0 auto; max-width: 1400px; padding: 130px 4vw; }
.film-stills { display: grid; gap: 12px; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 310px); }
.film-stills figure { background: #111; margin: 0; overflow: hidden; position: relative; }
.film-stills .still-wide { grid-row: 1 / 3; }
.film-stills img { height: 100%; object-fit: cover; }
.film-stills figcaption { background: rgba(7,9,10,.86); bottom: 0; color: #ddd; font-size: 8px; left: 0; letter-spacing: .14em; padding: 12px 16px; position: absolute; text-transform: uppercase; }

.commentary { border-top: 1px solid var(--line); }
.commentary-intro { color: #4d4d49; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; max-width: 720px; }
.commentary-notes { border-top: 1px solid var(--line); margin-top: 48px; }
.commentary-notes article { border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 82px 1fr; padding: 24px 0; }
.commentary-notes button, .commentary-notes article > span { align-self: start; background: transparent; border: 0; color: var(--red); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .14em; padding: 6px 0; text-align: left; }
.commentary-notes button:hover { text-decoration: underline; }
.commentary-notes p { font-family: Georgia, serif; font-size: 18px; line-height: 1.7; margin: 0; }
.commentary-notes .unclear p { color: var(--muted); font-style: italic; }
.commentary-notes .unclear > span { color: var(--muted); cursor: default; }
.commentary-notes .pull-note { background: #e4ded2; margin: 0 -28px; padding: 30px 28px; }
.commentary-notes .pull-note p { font-size: 24px; }
.museum-aside { color: var(--muted); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: .08em; line-height: 1.6; margin-top: 14px; text-transform: uppercase; }
.museum-aside b { color: var(--ink); }
.facebook-note aside { border-top: 1px solid rgba(17,19,21,.16); display: grid; gap: 16px; grid-template-columns: 120px 1fr; margin-top: 24px; padding-top: 20px; }
.facebook-note aside b { color: var(--red); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.facebook-note aside span { color: #55544f; font-family: Georgia, serif; font-size: 14px; line-height: 1.65; }
.transcript-status { color: var(--muted); font-size: 8px; letter-spacing: .14em; margin-top: 22px; text-transform: uppercase; }

.meaning { background: #a92421; color: white; padding: 120px max(7vw, 40px); }
.meaning .eyebrow { color: #e4cdb4; }
.meaning h2 { max-width: 980px; }
.meaning > p { color: #f0deda; max-width: 720px; }

.details { margin: 0 auto; max-width: 1180px; padding: 90px 40px; }
.details button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; display: flex; justify-content: space-between; padding: 0 0 24px; text-align: left; width: 100%; }
.details button small, .details button strong { display: block; }
.details button small { color: var(--muted); font-size: 8px; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
.details button strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.details button b { font-size: 28px; font-weight: 300; }
dl { margin: 30px 0 0; }
dl div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; padding: 20px 0; }
dt { color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
dd { font-family: Georgia, serif; margin: 0; }

.ending { align-items: end; background: #101316; color: white; display: flex; justify-content: space-between; min-height: 480px; padding: 80px 6vw; }
.ending p { font-family: Georgia, serif; font-size: clamp(42px, 5vw, 76px); letter-spacing: -.04em; line-height: 1; margin: 0; }
.ending p:last-child { color: #9f9687; }
.ending a { border-bottom: 1px solid #666; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .15em; padding-bottom: 12px; text-transform: uppercase; width: 210px; }

footer { background: #080a0b; color: #777; display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .13em; padding: 34px 4vw; text-transform: uppercase; }

@media (max-width: 800px) {
  nav a:first-child, nav a:last-child { display: none; }
  .hero { height: 780px; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,7,9,.96) 0%, rgba(5,7,9,.45) 65%, rgba(5,7,9,.3)); }
  .hero-copy { bottom: 14%; left: 24px; right: 24px; }
  h1 { font-size: clamp(66px, 20vw, 106px); }
  .hero-meta { bottom: 26px; left: 24px; right: auto; }
  .threshold, .commentary { display: block; padding: 90px 24px; }
  .chapter-number { font-size: 42px; margin-bottom: 44px; }
  .setup-grid, .film-stills { grid-template-columns: 1fr; }
  .film-stills { grid-template-rows: repeat(3, 250px); }
  .film-stills .still-wide { grid-row: auto; }
  .commentary-notes article { gap: 14px; grid-template-columns: 64px 1fr; }
  .commentary-notes .pull-note { margin: 0 -12px; padding: 24px 12px; }
  .commentary-notes .pull-note p { font-size: 21px; }
  .facebook-note aside { grid-template-columns: 1fr; }
  .watch { padding: 80px 20px 70px; }
  .observation { padding: 90px 20px; }
  .meaning { padding: 90px 24px; }
  .ending { align-items: flex-start; flex-direction: column; gap: 70px; min-height: 500px; padding: 70px 24px; }
  footer { flex-direction: column; gap: 12px; }
}

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