:root {
  --ink: #151413;
  --paper: #f2ede4;
  --paper-deep: #e5ddd0;
  --red: #8e2d27;
  --red-dark: #351714;
  --gold: #c6a675;
  --muted: #9c9488;
  --line: rgba(24, 20, 17, .2);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 4vw;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand, .site-header nav a { text-decoration: none; }
.brand { display: flex; align-items: center; gap: 15px; }
.brand span {
  display: grid;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  letter-spacing: 0;
}
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { border-bottom: 1px solid transparent; padding-bottom: 5px; }
.site-header nav a:hover { border-color: #fff; }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0c0b0a;
  color: #fff;
}
.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 54% 45%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.6) 38%, rgba(8,8,8,.08) 70%), linear-gradient(0deg, rgba(8,8,8,.65) 0%, transparent 35%);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 7vw;
  bottom: 15vh;
  width: min(590px, 80vw);
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font: 700 11px/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #e8cbb1; }
.hero h1 {
  margin: 0;
  font-size: clamp(58px, 7.1vw, 118px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.05em;
}
.hero h1 em { color: #e6d4c2; font-weight: 400; }
.dek { max-width: 470px; margin: 32px 0; font-size: 20px; line-height: 1.5; }
.hero-copy > a {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding: 0 0 9px;
  font: 700 11px Arial, sans-serif;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-meta {
  position: absolute;
  right: 4vw;
  bottom: 3.5vh;
  z-index: 2;
  display: flex;
  gap: 28px;
  color: rgba(255,255,255,.75);
  font: 10px Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.opening, .transcript {
  display: grid;
  grid-template-columns: minmax(70px, .25fr) minmax(0, 1fr);
  gap: 6vw;
  padding: 13vw 9vw;
}
.chapter-number { margin: 0; color: var(--gold); font-size: clamp(54px, 7vw, 100px); line-height: 1; }
.opening h2, .room-copy h2, .transcript h2, .audio-room h2, .remember-room h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(45px, 6.1vw, 94px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.lead { max-width: 920px; margin: 50px 0; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.45; }
.intro-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7vw; max-width: 1040px; }
.intro-grid p, .room-copy p, .remember-copy p, .transcript-intro {
  font-size: 18px;
  line-height: 1.75;
}
.benny-voice {
  max-width: 980px;
  margin: 95px 0 0;
  padding: 45px 0 0;
  border-top: 1px solid var(--line);
  color: var(--red);
  font-size: clamp(28px, 3.2vw, 54px);
  font-style: italic;
  line-height: 1.15;
}
.benny-voice span { display: block; margin-top: 22px; color: var(--ink); font: 11px Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }

.audio-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: end;
  padding: 11vw 9vw;
  background: #151413;
  color: #f4eee5;
}
.audio-room h2 { max-width: 590px; }
.audio-room > div:first-child > p:last-child { max-width: 580px; font-size: 18px; line-height: 1.7; }
.audio-player { padding: 40px; border: 1px solid rgba(255,255,255,.2); }
.audio-player audio { width: 100%; }
.audio-player p { margin: 20px 0 0; color: #aaa29a; font: 10px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.memory-quote {
  display: grid;
  min-height: 75vh;
  padding: 8vw;
  background: var(--red-dark);
  color: #f3e6d5;
  place-items: center;
  text-align: center;
}
.memory-quote p { max-width: 1180px; margin: 0; font-size: clamp(45px, 6.2vw, 100px); font-style: italic; line-height: 1.05; }

.stage-room, .celebration-room, .archive-room { padding: 12vw 7vw; }
.room-copy { max-width: 1040px; margin-bottom: 7vw; }
.room-copy p:last-child { max-width: 760px; }
.stage-feature { margin: 0; }
.stage-feature img { max-height: 82vh; object-fit: cover; }
figcaption { margin-top: 13px; font: 10px/1.5 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.stage-strip { display: grid; grid-template-columns: .9fr 1.3fr .9fr; gap: 2vw; margin-top: 4vw; align-items: center; }
.stage-strip img:nth-child(2) { transform: translateY(4vw); }

.unchained-room {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 95vh;
  background: #0a0a0a;
  color: #fff;
}
.unchained-room > img { height: 100%; min-height: 95vh; object-fit: cover; object-position: center; }
.unchained-room > div { display: flex; flex-direction: column; justify-content: center; padding: 8vw 6vw; }
.unchained-room h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); font-weight: 400; line-height: .98; }
.unchained-room p, .unchained-room blockquote { font-size: 18px; line-height: 1.7; }
.unchained-room blockquote { margin: 40px 0 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.22); color: #d8bfa7; font-style: italic; }

.celebration-room { background: #d8c8b6; }
.celebration-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5vw 2.4vw;
  align-items: start;
}
.celebration-grid figure { margin: 0; }
.celebration-grid img { width: 100%; height: auto; display: block; }
.celebration-grid .memory-primary { grid-column: 1 / 11; }
.celebration-grid .memory-wide { grid-column: 3 / 13; }
.celebration-grid .memory-support { grid-column: span 6; }

.remember-room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  padding: 13vw 9vw;
  background: #0d0d0c;
  color: #ece4d8;
}
.remember-copy { border-left: 1px solid rgba(255,255,255,.18); padding-left: 5vw; }

.transcript { background: var(--paper-deep); }
.transcript > div { min-width: 0; }
.transcript-intro { max-width: 760px; color: #766f67; font-size: 13px !important; line-height: 1.55 !important; }
.transcript-notes { margin-top: 65px; border-top: 1px solid var(--line); }
.transcript-notes article { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.transcript-notes button { align-self: start; border: 0; background: transparent; color: var(--red); cursor: pointer; font: 700 11px Arial, sans-serif; letter-spacing: .12em; text-align: left; }
.transcript-notes p { max-width: 850px; margin: 0; font-size: 19px; line-height: 1.7; }
.transcript-notes .pull-note p { color: var(--red); font-size: clamp(25px, 2.5vw, 39px); font-style: italic; line-height: 1.3; }
.transcript-status { margin-top: 28px; color: #766f67; font: 10px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.archive-room { background: #f8f5ef; }
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.2vw;
  align-items: start;
}
.gallery img { grid-column: span 4; height: 25vw; max-height: 430px; object-fit: cover; background: #ddd; }
.gallery img:nth-child(5n + 1) { grid-column: span 7; height: 39vw; max-height: 650px; }
.gallery img:nth-child(5n + 2) { grid-column: span 5; height: 30vw; max-height: 500px; }
.gallery img:nth-child(7n) { grid-column: span 3; height: 23vw; }

.archive-details { padding: 4vw 9vw 9vw; background: #f8f5ef; }
.archive-details summary { cursor: pointer; border-top: 1px solid var(--line); padding: 25px 0; font: 700 11px Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.details-grid > div { display: flex; flex-direction: column; gap: 10px; padding: 26px; background: #f8f5ef; }
.details-grid span { color: #7f766c; font: 10px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.details-grid strong { font-size: 17px; font-weight: 400; }

.ending { display: grid; min-height: 85vh; padding: 10vw; background: #080808; color: #fff; place-content: center; text-align: center; }
.ending p, .ending strong { max-width: 1000px; margin: 0; font-size: clamp(36px, 5vw, 78px); font-weight: 400; line-height: 1.15; }
.ending p { color: #776f67; }
.ending strong { margin-top: 25px; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 35px 5vw; background: #080808; color: #7b756f; font: 9px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-header nav { display: none; }
  .brand strong { font-size: 9px; }
  .hero > img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.3) 70%); }
  .hero-copy { left: 7vw; bottom: 14vh; width: 86vw; }
  .hero-meta { left: 7vw; right: auto; bottom: 4vh; flex-direction: column; gap: 5px; }
  .opening, .transcript { grid-template-columns: 1fr; padding: 24vw 7vw; }
  .chapter-number { font-size: 44px; }
  .intro-grid, .audio-room, .remember-room, .unchained-room { grid-template-columns: 1fr; }
  .celebration-grid .memory-primary,
  .celebration-grid .memory-wide,
  .celebration-grid .memory-support { grid-column: 1 / -1; }
  .audio-room, .remember-room { padding: 20vw 7vw; }
  .audio-player { padding: 25px; }
  .stage-room, .celebration-room, .archive-room { padding: 22vw 5vw; }
  .stage-strip { grid-template-columns: 1fr; gap: 5vw; }
  .stage-strip img:nth-child(2) { transform: none; }
  .unchained-room > img { min-height: 60vh; }
  .unchained-room > div { padding: 18vw 8vw; }
  .celebration-grid { grid-template-columns: 1fr 1fr; }
  .celebration-grid .large { grid-column: 1 / -1; }
  .celebration-grid figure:nth-child(4) { grid-column: 1 / -1; width: 75%; }
  .remember-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 35px 0 0; }
  .transcript-notes article { grid-template-columns: 70px 1fr; }
  .gallery { gap: 3vw; }
  .gallery img, .gallery img:nth-child(5n + 1), .gallery img:nth-child(5n + 2), .gallery img:nth-child(7n) { grid-column: span 6; height: 48vw; }
  .gallery img:nth-child(4n + 1) { grid-column: 1 / -1; height: 70vw; }
  .details-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}
