:root {
  --ink: #101010;
  --paper: #eee9df;
  --paper-deep: #d8cdbd;
  --night: #080808;
  --night-soft: #111211;
  --cream: #f2eadc;
  --red: #a6281f;
  --gold: #c69951;
  --line: rgba(16,16,16,.18);
}

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

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 72px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font: 700 10px Arial, sans-serif; letter-spacing: .08em; }
.brand strong { font-size: 14px; font-weight: 400; letter-spacing: .03em; }
.site-header nav { display: flex; gap: 26px; }
.site-header nav a { text-decoration: none; text-transform: uppercase; font: 700 10px Arial, sans-serif; letter-spacing: .15em; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #050505; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.92) contrast(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.66) 34%, rgba(0,0,0,.16) 70%, rgba(0,0,0,.34) 100%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 50%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(28px, 6vw, 96px); bottom: clamp(94px, 13vh, 150px); max-width: 670px; }
.eyebrow { margin: 0 0 20px; color: var(--red); text-transform: uppercase; font: 700 10px Arial, sans-serif; letter-spacing: .22em; }
.hero .eyebrow { color: #e5b86d; }
.hero h1 { margin: 0; font-size: clamp(72px, 10.5vw, 168px); font-weight: 400; line-height: .75; letter-spacing: -.06em; }
.hero h1 em { color: var(--cream); font-weight: 400; }
.dek { max-width: 590px; margin: 32px 0; font-size: clamp(19px, 2vw, 28px); line-height: 1.45; }
.hero-link { display: inline-flex; align-items: center; gap: 48px; padding: 14px 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.65); text-transform: uppercase; font: 700 10px Arial, sans-serif; letter-spacing: .18em; }
.hero-link span { color: var(--gold); }
.hero-meta { position: absolute; z-index: 2; right: clamp(28px, 5vw, 80px); bottom: 42px; display: flex; gap: 26px; text-transform: uppercase; font: 700 9px Arial, sans-serif; letter-spacing: .17em; color: rgba(255,255,255,.74); }

.opening, .transcript { padding: clamp(90px, 12vw, 180px) clamp(26px, 8vw, 130px); display: grid; grid-template-columns: minmax(70px, 1fr) minmax(0, 4fr); gap: clamp(25px, 6vw, 100px); }
.chapter-number { margin: 0; color: rgba(16,16,16,.18); font-size: clamp(58px, 8vw, 122px); line-height: 1; }
.opening h2, .transcript h2, .room-copy h2, .audio-room h2, .rhythm-copy h2, .memorial-room h2 { margin: 0; font-size: clamp(46px, 6.3vw, 98px); line-height: .95; font-weight: 400; letter-spacing: -.045em; }
.opening-copy { max-width: 1000px; }
.lead { max-width: 900px; font-size: clamp(23px, 2.7vw, 40px); line-height: 1.42; }
.opening blockquote { max-width: 780px; margin: 64px 0; padding-left: 32px; border-left: 3px solid var(--red); font-size: clamp(27px, 3.2vw, 48px); font-style: italic; line-height: 1.25; }
.opening-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px; font-size: 19px; line-height: 1.75; }

.publicity-room, .duo-room { background: #0b0b0b; color: var(--cream); padding: clamp(70px, 9vw, 140px) clamp(26px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr); gap: clamp(45px, 7vw, 110px); align-items: center; }
figure { margin: 0; }
figcaption { margin-top: 13px; color: #786f64; text-transform: uppercase; font: 700 9px Arial, sans-serif; letter-spacing: .14em; line-height: 1.5; }
.publicity-room figcaption, .dark-room figcaption, .duo-room figcaption { color: rgba(255,255,255,.56); }
.room-copy p:not(.eyebrow), .rhythm-copy p:not(.eyebrow), .memorial-room p:not(.eyebrow) { font-size: 19px; line-height: 1.75; color: #514b44; }
.publicity-room .room-copy p:not(.eyebrow), .duo-room .room-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.artifact-note { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: 14px !important; }

.audio-room { padding: clamp(85px, 10vw, 160px) clamp(26px, 8vw, 130px); background: #9e251c; color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.audio-room .eyebrow { color: #f0c981; }
.audio-heading p { max-width: 720px; font-size: 19px; line-height: 1.7; }
.audio-heading blockquote { margin: 40px 0 0; font-size: clamp(25px, 3vw, 43px); font-style: italic; line-height: 1.3; }
.audio-player { padding: 38px; background: rgba(0,0,0,.19); border: 1px solid rgba(255,255,255,.22); }
.audio-player audio { width: 100%; }
.audio-player p { margin: 18px 0 0; text-transform: uppercase; font: 700 9px Arial, sans-serif; letter-spacing: .13em; color: rgba(255,255,255,.72); }

.transcript { background: #f5f0e7; }
.transcript > div { max-width: 1030px; }
.transcript-notes { margin-top: 55px; border-top: 1px solid var(--line); }
.transcript-notes article { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 24px 8px; border-bottom: 1px solid var(--line); }
.transcript-notes button { border: 0; background: none; color: var(--red); cursor: pointer; text-align: left; font: 700 10px Arial, sans-serif; letter-spacing: .1em; }
.transcript-notes p { margin: 0; font-size: 18px; line-height: 1.65; }
.transcript-notes .pull-note { background: #e8dfd1; }
.transcript-notes .pull-note p { font-size: clamp(21px, 2.1vw, 30px); font-style: italic; line-height: 1.4; }
.transcript-notes .memorial-note { color: white; background: #131313; }
.transcript-status { margin-top: 22px; color: #72695e; font-size: 13px; }

.dark-room { background: var(--night-soft); color: var(--cream); }
.stage-room { padding: clamp(90px, 10vw, 160px) clamp(26px, 6vw, 100px); }
.stage-room > .room-copy { max-width: 950px; margin: 0 auto 70px; text-align: center; }
.stage-room .room-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.stage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 45px); align-items: start; }
.stage-wide { grid-column: 1 / -1; }
.stage-grid img { width: 100%; max-height: 78vh; object-fit: contain; background: #050505; }

.rhythm-room { padding: clamp(90px, 11vw, 170px) clamp(26px, 7vw, 110px); }
.rhythm-copy { max-width: 860px; margin-bottom: 70px; }
.rhythm-images { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(25px, 4vw, 62px); }
.rhythm-images .large { grid-row: span 2; }
.rhythm-images img { height: 100%; object-fit: cover; }

.duo-room { grid-template-columns: minmax(0, 1.4fr) minmax(300px, .65fr); }
.duo-room figure img { min-height: 450px; object-fit: cover; }

.archive-room { padding: clamp(90px, 11vw, 170px) clamp(20px, 4vw, 70px); background: #d9ccba; }
.archive-room > .room-copy { max-width: 900px; margin: 0 auto 80px; text-align: center; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(10px, 1.4vw, 24px); align-items: start; }
.gallery img { grid-column: span 4; min-height: 250px; max-height: 520px; object-fit: cover; }
.gallery img:nth-child(1), .gallery img:nth-child(7), .gallery img:nth-child(11) { grid-column: span 8; }
.gallery img:nth-child(4), .gallery img:nth-child(5) { grid-column: span 3; }

.memorial-room { min-height: 78vh; padding: clamp(100px, 13vw, 210px) clamp(28px, 12vw, 190px); display: flex; flex-direction: column; justify-content: center; background: #080808; color: white; text-align: center; }
.memorial-room .eyebrow { color: var(--gold); }
.memorial-room h2 { max-width: 1000px; margin-inline: auto; }
.memorial-room p { max-width: 760px; margin: 38px auto 0; color: rgba(255,255,255,.64) !important; }
.memorial-room blockquote { margin: 50px auto 0; font-size: clamp(27px, 3.5vw, 50px); font-style: italic; }

.details { padding: 70px clamp(26px, 8vw, 130px); background: #ded4c7; }
.details > button { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid rgba(16,16,16,.34); border-bottom: 1px solid rgba(16,16,16,.34); background: transparent; cursor: pointer; text-align: left; }
.details button span { display: grid; gap: 5px; }
.details small { text-transform: uppercase; font: 700 9px Arial, sans-serif; letter-spacing: .17em; color: var(--red); }
.details strong { font-size: 27px; font-weight: 400; }
.details b { font-size: 30px; font-weight: 400; }
.details dl { margin: 35px 0 0; }
.details dl div { display: grid; grid-template-columns: minmax(120px, .8fr) 2fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.details dt { text-transform: uppercase; font: 700 9px Arial, sans-serif; letter-spacing: .13em; }
.details dd { margin: 0; line-height: 1.5; }

.closing { min-height: 66vh; padding: 80px 8vw; display: grid; place-items: center; background: var(--paper); text-align: center; }
.closing p { max-width: 1100px; margin: 0; font-size: clamp(38px, 6vw, 92px); line-height: 1.05; letter-spacing: -.035em; }
footer { padding: 38px clamp(26px, 6vw, 90px); display: flex; justify-content: space-between; gap: 30px; background: #080808; color: rgba(255,255,255,.55); font: 10px Arial, sans-serif; letter-spacing: .08em; }

@media (max-width: 850px) {
  .site-header { height: 62px; }
  .site-header nav { display: none; }
  .hero { min-height: 820px; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.2) 100%); }
  .hero-copy { left: 24px; right: 24px; bottom: 115px; }
  .hero h1 { font-size: clamp(66px, 21vw, 104px); }
  .hero-meta { left: 24px; right: auto; bottom: 35px; flex-wrap: wrap; }
  .opening, .transcript { grid-template-columns: 1fr; }
  .chapter-number { font-size: 58px; }
  .opening-columns, .publicity-room, .audio-room, .duo-room { grid-template-columns: 1fr; }
  .publicity-room .room-copy, .duo-room .room-copy { order: -1; }
  .stage-grid, .rhythm-images { grid-template-columns: 1fr; }
  .rhythm-images .large { grid-row: auto; }
  .gallery img, .gallery img:nth-child(n) { grid-column: span 6; }
  .gallery img:nth-child(1), .gallery img:nth-child(7), .gallery img:nth-child(11) { grid-column: span 12; }
  footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .hero { min-height: 720px; }
  .hero h1 { font-size: 64px; }
  .hero-copy { width: calc(100vw - 48px); max-width: none; }
  .dek { width: 100%; max-width: none; font-size: 18px; overflow-wrap: anywhere; }
  .opening, .transcript { padding-inline: 22px; }
  .opening blockquote { margin-block: 42px; }
  .opening-columns { gap: 10px; }
  .transcript-notes article { grid-template-columns: 64px 1fr; padding-inline: 0; }
  .transcript-notes p { font-size: 16px; }
  .audio-room, .audio-player { padding-inline: 22px; }
  .gallery img, .gallery img:nth-child(n) { grid-column: span 12; min-height: auto; max-height: none; }
  .details dl div { grid-template-columns: 1fr; gap: 8px; }
}

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