.story-stage {
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  min-height: 720px;
}

.story-intro { padding-right: 5vw; }

.feature-art { min-height: 720px; }

.feature-art img { object-fit: contain; opacity: .96; }

.feature-art > a { display: block; width: 100%; height: 100%; }
.feature-art .official-list-image { width: 100%; height: 100%; object-fit: contain; }

.official-list {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 64px);
  color: var(--paper);
  background: #171713;
}

.list-masthead { display: grid; grid-template-columns: 1fr auto; align-items: end; font-family: "DM Mono", monospace; }
.list-masthead span:first-child { grid-column: 1 / -1; color: var(--red); font-size: 11px; letter-spacing: .18em; }
.list-masthead strong { font: 500 clamp(44px, 7vw, 100px)/.9 "Newsreader", serif; letter-spacing: -.055em; }
.list-masthead span:last-child { color: var(--red); font-size: clamp(24px, 3vw, 40px); }
.official-prompt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 22px; margin: auto 0; }
.official-prompt-grid span { display: grid; grid-template-columns: 24px 1fr; padding: 6px 0; border-bottom: 1px solid #3d3d38; font: 11px "DM Mono", monospace; text-transform: uppercase; }
.official-prompt-grid span.current { color: var(--red); }
.official-prompt-grid b { color: #777; font-weight: 400; }
.official-list > small { font: 10px "DM Mono", monospace; color: #777; letter-spacing: .13em; }

.chapter-art { position: relative; overflow: hidden; width: min(100%, 820px); aspect-ratio: 1 / 1; margin: 0 0 50px; background: transparent; }
.chapter-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.chapter-art figcaption { position: absolute; right: 12px; bottom: 12px; padding: 9px 11px; color: #ddd; background: #111c; font: 10px "DM Mono", monospace; letter-spacing: .12em; }
.prompt-list { max-height: none; overflow: visible; }
.chapter-art.missing { aspect-ratio: 4/3; display: grid; place-items: center; color: #777; background: repeating-linear-gradient(135deg,#171713,#171713 2px,#1d1d19 2px,#1d1d19 10px); font: 11px "DM Mono", monospace; letter-spacing: .14em; }
.hero > h1 { margin-bottom: 0; }
.process-band { margin: 0 -8vw 7vh; padding: 85px 8vw 95px; color: #fff; background: #171713; border-top: 1px solid #3b3b36; border-bottom: 1px solid #3b3b36; }
.process-band .section-label { color: #aaa69e; }
.process-band .section-label span { color: var(--red); }
.process-band h2 { max-width: 980px; margin: 70px 0 55px; font-size: clamp(52px,7vw,104px); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.process-band h2 span { display: inline-block; margin-top: .22em; color: #c7c3ba; font-size: .48em; line-height: 1.08; letter-spacing: -.025em; }
.process-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; max-width: 1180px; color: #fff; font-size: 22px; line-height: 1.5; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border-top: 1px solid #5a5954; }
.process-steps div { min-height: 155px; padding: 24px 28px 10px 0; border-right: 1px solid #5a5954; }
.process-steps div + div { padding-left: 28px; }
.process-steps div:last-child { border-right: 0; }
.process-steps span,.process-steps strong { display: block; font: 11px "DM Mono", monospace; letter-spacing: .12em; }
.process-steps span { margin-bottom: 26px; color: var(--red); }
.process-steps p { max-width: 270px; color: #bbb7ae; font-size: 17px; line-height: 1.4; }
.chapter-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 55px 0 5px; }
.chapter-nav-button { min-height: 92px; padding: 18px 20px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 14px; align-items: center; text-align: left; transition: color .2s,border-color .2s,background .2s; }
.chapter-nav-button:hover { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.chapter-nav-button small { grid-column: 2; font: 10px "DM Mono", monospace; letter-spacing: .12em; color: var(--red); }
.chapter-nav-button strong { grid-column: 2; font: 20px "Newsreader", serif; font-weight: 500; }
.chapter-nav-button > span { grid-row: 1 / 3; font-size: 22px; }
.chapter-nav-button.next { grid-column: 2; text-align: right; }
.chapter-nav-button.next > span { grid-column: 3; }
.chapter-nav-button.previous { grid-column: 1; }
.chapter { scroll-margin-top: 18px; }
.author-profile { display: grid; grid-template-columns: minmax(280px,.72fr) 1.28fr; gap: clamp(45px,7vw,110px); align-items: center; }
.author-portrait { margin: 0; overflow: hidden; background: #292925; }
.author-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; filter: grayscale(.15); }
.author-copy .kicker { margin: 0 0 28px; }
.author-copy h2 { max-width: 720px; margin: 0 0 40px; color: #fff; font-size: clamp(46px,5.5vw,82px); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.author-copy > p:not(.kicker) { max-width: 700px; color: #d2cec5; font-size: 21px; line-height: 1.55; }
.author-copy a { color: #fff; border-bottom: 1px solid var(--red); }
.caption-copy { max-width: 720px; }
.caption-status { color: var(--muted); font-style: italic; }

.image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  color: var(--paper);
  background: radial-gradient(circle at 70% 30%, #34342f, #111 65%);
  font-family: "DM Mono", monospace;
}

.image-placeholder span,
.image-placeholder small {
  color: #aaa;
  font-size: 11px;
  letter-spacing: .13em;
}

.image-placeholder strong {
  font: 400 clamp(45px, 6vw, 90px)/.9 "Newsreader", serif;
  letter-spacing: -.04em;
}

@media (max-width: 800px) {
  .story-stage { grid-template-columns: 1fr; }
  .feature-art { min-height: 70vh; order: -1; }
  .story-intro { padding-top: 50px; }
  .prompt-list { max-height: none; overflow: visible; }
  .process-band { margin-inline: -8vw; padding: 70px 8vw 75px; }
  .process-copy, .process-steps { grid-template-columns: 1fr; }
  .process-steps div, .process-steps div + div { padding-left: 0; border-right: 0; border-bottom: 1px solid #5a5954; }
  .chapter-navigation { grid-template-columns: 1fr; }
  .chapter-nav-button.next, .chapter-nav-button.previous { grid-column: 1; }
  .author-profile { grid-template-columns: 1fr; }
  .author-portrait { max-width: 520px; }
}
