:root {
  --ink: #11191d;
  --paper: #f2f0e9;
  --cream: #e7e2d8;
  --gold: #a99b83;
  --muted: #77786f;
  --line: rgba(17, 25, 29, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
[hidden] { display: none !important; }
body.lightbox-open { overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  padding: 24px 42px;
}
.brand { align-items: center; display: flex; gap: 14px; }
.brand-mark {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  font-family: Georgia, serif;
  font-size: 12px;
  height: 38px;
  justify-content: center;
  letter-spacing: .08em;
  width: 38px;
}
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: 9px; letter-spacing: .13em; margin-top: 3px; text-transform: uppercase; }
nav { align-items: center; display: flex; gap: 26px; }
nav a, nav button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .14em;
  padding: 8px 0;
  text-transform: uppercase;
}
nav a:hover, nav button:hover { color: #916d38; }

.hero {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(420px, .85fr);
  min-height: 680px;
  padding: 78px max(4vw, 46px);
}
.hero-image { align-self: center; margin: 0; position: relative; }
.hero-image img { aspect-ratio: 3 / 2; max-height: 520px; object-fit: cover; }
.hero-image figcaption {
  bottom: -28px;
  color: #928c82;
  font-size: 9px;
  letter-spacing: .14em;
  position: absolute;
  text-transform: uppercase;
}
.hero-copy { align-self: center; padding: 0 0 0 clamp(48px, 6vw, 110px); }
.eyebrow, .kicker {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(68px, 6.3vw, 112px); letter-spacing: -.055em; line-height: .88; margin: 28px 0; }
.subtitle { color: #b8b5ad; font-family: Georgia, serif; font-size: 18px; line-height: 1.4; max-width: 420px; }
.dek { color: #d1cec6; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; margin: 30px 0; max-width: 460px; }
.hero-meta { color: #8e8d87; display: flex; flex-wrap: wrap; font-size: 9px; gap: 10px 24px; letter-spacing: .1em; text-transform: uppercase; }
.step-link {
  border-bottom: 1px solid #6e706e;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: .13em;
  margin-top: 42px;
  min-width: 128px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.chapter {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1360px;
  padding: 100px 44px;
}
.chapter-label {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .12em;
  padding-top: 7px;
  text-transform: uppercase;
}
.chapter-label span { color: var(--ink); display: inline-block; font-family: Georgia, serif; font-size: 28px; margin-right: 18px; }
.chapter-body { max-width: 980px; }
h2 { font-size: clamp(42px, 5vw, 76px); letter-spacing: -.045em; line-height: 1.03; margin: 18px 0 42px; }
.story-columns { display: grid; gap: 32px; grid-template-columns: repeat(3, 1fr); }
.story-columns p, .section-intro, .album-row p, .audio-note {
  color: #4e514e;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.context-grid { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); margin-top: 66px; padding-top: 30px; }
.context-grid span { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.context-grid p { color: #64665f; font-size: 13px; line-height: 1.7; margin: 12px 0 0; }

.listen { background: #e6e1d6; max-width: none; padding-left: max(44px, calc((100vw - 1360px)/2 + 44px)); padding-right: max(44px, calc((100vw - 1360px)/2 + 44px)); }
.player { align-items: center; background: var(--ink); color: white; display: flex; gap: 30px; margin: 36px 0 24px; padding: 34px; }
.play {
  align-items: center;
  background: transparent;
  border: 1px solid #817b70;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 62px;
  justify-content: center;
  width: 62px;
}
.play:hover { background: white; color: var(--ink); }
.player-main { flex: 1; }
.player-title { align-items: end; display: flex; justify-content: space-between; }
.player-title strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.player-title span { color: #969690; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.player input { accent-color: #b99c72; cursor: pointer; margin: 18px 0 4px; width: 100%; }
.time { color: #858780; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .08em; }
.audio-note { max-width: 680px; }

.transcript {
  border-top: 1px solid rgba(17, 25, 29, .18);
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
  margin-top: 54px;
  padding-top: 48px;
}
.transcript h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  margin: 13px 0 0;
}
.transcript-copy {
  column-gap: 42px;
  columns: 2;
}
.transcript-copy p {
  break-inside: avoid;
  color: #3f4441;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 1.3em;
}

.visual-break { background: #0c1215; color: white; height: 430px; overflow: hidden; position: relative; }
.visual-break img { height: 430px; object-fit: cover; object-position: center 52%; opacity: .8; }
.visual-break::after { background: linear-gradient(90deg, transparent 12%, rgba(7, 12, 15, .86)); content: ""; inset: 0; position: absolute; }
.visual-break blockquote {
  bottom: 14%;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3.1vw, 47px);
  line-height: 1.1;
  margin: 0;
  max-width: 540px;
  position: absolute;
  right: 8%;
  z-index: 1;
}
.visual-break blockquote span { color: var(--gold); display: block; font-size: 58px; line-height: .5; }

.section-intro { margin-top: -20px; max-width: 560px; }
.interior-grid {
  display: grid;
  gap: 12px;
  grid-template-areas:
    "a a b"
    "a a b"
    "c d d"
    "c d d"
    "e e f"
    "e e f"
    "g h h"
    "g h h";
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 170px);
  margin-top: 50px;
}
.featured-image { background: #ddd; border: 0; cursor: zoom-in; overflow: hidden; padding: 0; }
.featured-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.featured-image:hover img { transform: scale(1.025); }
.interior-1 { grid-area: a; }
.interior-2 { grid-area: b; }
.interior-3 { grid-area: c; }
.interior-4 { grid-area: d; }
.interior-5 { grid-area: e; }
.interior-6 { grid-area: f; }
.interior-7 { grid-area: g; }
.interior-8 { grid-area: h; }
.interior-2 img, .interior-3 img, .interior-6 img, .interior-7 img { object-position: center; }
.view-pair { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-top: 12px; }
.view-pair .featured-image { aspect-ratio: 16 / 9; }
.view-caption {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .13em;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.album-callout { padding-bottom: 80px; padding-top: 80px; }
.album-row { align-items: end; display: flex; justify-content: space-between; }
.album-row h2 { margin-bottom: 18px; }
.album-row p { max-width: 560px; }
.open-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  min-width: 160px;
  padding: 14px 0;
  text-transform: uppercase;
}
.open-button span { font-size: 20px; font-weight: 400; }
.album-grid { background: #ddd8cd; display: grid; gap: 4px; grid-template-columns: repeat(4, 1fr); padding: 4px; }
.album-grid button { aspect-ratio: 4 / 3; background: #111; border: 0; cursor: zoom-in; overflow: hidden; padding: 0; position: relative; }
.album-grid img { height: 100%; object-fit: cover; transition: opacity .25s, transform .45s; }
.album-grid button:hover img { opacity: .82; transform: scale(1.025); }
.album-grid span { bottom: 12px; color: white; font-size: 9px; left: 12px; letter-spacing: .12em; position: absolute; text-shadow: 0 1px 6px black; }

.details { padding-bottom: 75px; padding-top: 75px; }
.details-toggle { align-items: center; background: none; border: 0; cursor: pointer; display: flex; justify-content: space-between; padding: 0 0 20px; text-align: left; width: 100%; }
.details-toggle strong, .details-toggle small { display: block; }
.details-toggle strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.details-toggle small { color: var(--muted); font-size: 9px; letter-spacing: .14em; margin-top: 8px; text-transform: uppercase; }
.details-toggle b { font-size: 26px; font-weight: 300; }
dl { border-top: 1px solid var(--line); margin: 20px 0 0; }
dl div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; padding: 22px 0; }
dt { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
dd { font-family: Georgia, serif; margin: 0; }

.closing { background: var(--ink); color: white; display: grid; grid-template-columns: 1.35fr 1fr; min-height: 620px; }
.closing img { height: 100%; object-fit: cover; }
.closing div { align-self: center; padding: 70px; }
.closing h2 { font-size: clamp(40px, 4.3vw, 70px); margin-bottom: 0; }

.journey-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.journey-grid > * { border: 1px solid var(--line); min-height: 220px; padding: 30px; transition: background .25s; }
.journey-grid a:hover { background: #e2ded4; }
.journey-grid span { color: var(--gold); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.journey-grid strong { display: block; font-family: Georgia, serif; font-size: 26px; font-weight: 400; margin: 30px 0 12px; }
.journey-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }
footer { align-items: center; background: #0d1417; color: #8c8e89; display: flex; font-size: 9px; gap: 40px; letter-spacing: .1em; padding: 40px 4vw; text-transform: uppercase; }
footer strong { color: white; font-family: Georgia, serif; font-size: 28px; }
footer p:last-child { margin-left: auto; }

.lightbox {
  align-items: center;
  background: rgba(6, 10, 12, .97);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 100;
}
.lightbox img { max-height: 86vh; max-width: 86vw; object-fit: contain; width: auto; }
.lightbox button { background: none; border: 0; color: white; cursor: pointer; font-size: 34px; padding: 20px; position: absolute; }
.lightbox-close { right: 22px; top: 10px; }
.lightbox-prev { left: 16px; top: 46%; }
.lightbox-next { right: 16px; top: 46%; }
.lightbox p { bottom: 18px; color: #979a96; font-size: 10px; letter-spacing: .14em; position: absolute; }

@media (max-width: 900px) {
  .site-header { padding: 18px 20px; }
  nav { gap: 14px; }
  nav a:nth-child(2), nav a:nth-child(4) { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding: 24px 20px 70px; }
  .hero-copy { padding: 65px 4px 0; }
  .hero-image figcaption { display: none; }
  h1 { font-size: clamp(62px, 18vw, 92px); }
  .chapter { display: block; padding: 70px 24px; }
  .chapter-label { border-bottom: 1px solid var(--line); margin-bottom: 40px; padding-bottom: 14px; }
  .story-columns, .context-grid { grid-template-columns: 1fr; }
  .context-grid { gap: 24px; }
  .player { align-items: flex-start; padding: 24px; }
  .player-title { align-items: flex-start; flex-direction: column; gap: 6px; }
  .transcript { display: block; }
  .transcript-heading { margin-bottom: 34px; }
  .transcript-copy { columns: 1; }
  .visual-break, .visual-break img { height: 390px; min-height: 390px; }
  .visual-break blockquote { left: 28px; max-width: calc(100% - 56px); right: auto; }
  .interior-grid { display: grid; grid-template-areas: none; grid-template-columns: 1fr; grid-template-rows: none; }
  .featured-image { aspect-ratio: 4 / 3; grid-column: auto; grid-row: auto; }
  .interior-grid .featured-image { grid-area: auto; }
  .view-pair { grid-template-columns: 1fr; }
  .album-row { align-items: flex-start; flex-direction: column; gap: 30px; }
  .album-grid { grid-template-columns: repeat(2, 1fr); }
  .closing { grid-template-columns: 1fr; }
  .closing img { height: 420px; }
  .closing div { padding: 54px 24px; }
  .journey-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  footer p { margin: 0; }
  footer p:last-child { margin-left: 0; }
}

@media (max-width: 560px) {
  .brand small { display: none; }
  .brand strong { font-size: 13px; }
  nav button { display: none; }
  .hero-meta { flex-direction: column; }
  .player { gap: 16px; }
  .play { height: 48px; width: 48px; }
  .album-grid { grid-template-columns: 1fr; }
  dl div { gap: 10px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
