@font-face {
  font-family: "Instrument Sans";
  src: url("./assets/fonts/instrument-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("./assets/fonts/instrument-serif-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("./assets/fonts/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Fragment Mono";
  src: url("./assets/fonts/fragment-mono-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #142a25;
  --paper: #f4f7f2;
  --white: #ffffff;
  --life: #ff5a47;
  --growth: #286f4d;
  --sun: #f6c445;
  --sky: #78c7d2;
  --mist: #dce8e1;
  --sans: "Instrument Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "Fragment Mono", "Cascadia Mono", monospace;
  --page-w: 297mm;
  --page-h: 210mm;
  --pad-x: 15mm;
  --pad-y: 13mm;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #08110e;
}

body {
  margin: 0;
  color: var(--ink);
  background: #08110e;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
}

button,
select {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--sun);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.review-bar {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(240px, 430px) auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 9px 20px;
  color: var(--paper);
  background: rgba(8, 17, 14, 0.94);
  border-bottom: 1px solid rgba(244, 247, 242, 0.14);
  backdrop-filter: blur(14px);
}

.review-id {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-id::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--life);
  border-radius: 50%;
  content: "";
}

.review-nav {
  width: 100%;
  padding: 9px 34px 9px 12px;
  color: var(--paper);
  background: #1d3730;
  border: 1px solid rgba(244, 247, 242, 0.18);
  border-radius: 0;
}

.review-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  white-space: nowrap;
}

.counter {
  color: rgba(244, 247, 242, 0.72);
  font-family: var(--mono);
  font-size: 11px;
}

.print-button {
  padding: 9px 14px;
  color: var(--ink);
  background: var(--sun);
  border: 0;
  cursor: pointer;
  font-weight: 680;
}

.book {
  display: grid;
  gap: 28px;
  width: min(var(--page-w), calc(100vw - 32px));
  margin: 96px auto 76px;
}

.book-page {
  position: relative;
  isolation: isolate;
  width: var(--page-w);
  height: var(--page-h);
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  break-after: page;
}

.book-page:last-child {
  break-after: auto;
}

.book-page[data-tone="ink"] {
  color: var(--paper);
  background: var(--ink);
}

.book-page[data-tone="life"] {
  color: var(--ink);
  background: var(--life);
}

.book-page[data-tone="growth"] {
  color: var(--paper);
  background: var(--growth);
}

.book-page[data-tone="sun"] {
  color: var(--ink);
  background: var(--sun);
}

.book-page[data-tone="sky"] {
  color: var(--ink);
  background: var(--sky);
}

.page-frame {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
  padding: var(--pad-y) var(--pad-x) 10mm;
}

.page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: 12px;
  font-family: var(--mono);
  font-size: 8pt;
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.page-meta--bottom {
  align-self: end;
  padding-top: 4mm;
  border-top: 0.25mm solid currentColor;
}

.page-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding-block: 8mm 6mm;
}

.page-content--top {
  justify-content: flex-start;
}

.kicker {
  margin: 0 0 5mm;
  font-family: var(--mono);
  font-size: 8.5pt;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kicker::before {
  display: inline-block;
  width: 8mm;
  height: 2px;
  margin-right: 3mm;
  background: currentColor;
  vertical-align: middle;
  content: "";
}

.display {
  max-width: 242mm;
  margin: 0;
  font-size: 45pt;
  font-variation-settings: "wght" 620, "wdth" 92;
  font-weight: 620;
  letter-spacing: -0.064em;
  line-height: 0.88;
}

.display--xl {
  font-size: 76pt;
  line-height: 0.79;
}

.display--xxl {
  font-size: 98pt;
  line-height: 0.73;
}

.serif {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.accent-life {
  color: var(--life);
}

.accent-sun {
  color: var(--sun);
}

.accent-sky {
  color: var(--sky);
}

.accent-growth {
  color: var(--growth);
}

.lede {
  max-width: 148mm;
  margin: 7mm 0 0;
  font-size: 16pt;
  font-weight: 380;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.copy {
  max-width: 92mm;
  margin: 0;
  font-size: 10.5pt;
  font-weight: 400;
  line-height: 1.44;
}

.mono {
  font-family: var(--mono);
  letter-spacing: 0.035em;
}

.note {
  font-family: var(--mono);
  font-size: 7.6pt;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.proposed {
  display: inline-flex;
  align-items: center;
  gap: 2mm;
  margin-top: 5mm;
  font-family: var(--mono);
  font-size: 7.5pt;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.proposed::before {
  width: 2.6mm;
  height: 2.6mm;
  background: var(--life);
  border: 0.4mm solid currentColor;
  border-radius: 50%;
  content: "";
}

.full-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 12mm;
  align-items: center;
  min-height: 0;
}

.split--equal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hairline {
  width: 100%;
  height: 0.25mm;
  background: currentColor;
}

.index-block {
  display: grid;
  grid-template-columns: 20mm 1fr;
  gap: 4mm;
  padding: 4mm 0;
  border-top: 0.25mm solid currentColor;
}

.index-block:last-child {
  border-bottom: 0.25mm solid currentColor;
}

.index-block strong {
  font-family: var(--mono);
  font-size: 8pt;
  font-weight: 400;
}

.index-block span {
  font-size: 10pt;
  line-height: 1.35;
}

.manifesto-lines {
  display: grid;
  gap: 0;
}

.manifesto-line {
  display: grid;
  grid-template-columns: 37mm 1fr;
  gap: 7mm;
  align-items: baseline;
  padding: 5mm 0;
  border-top: 0.3mm solid currentColor;
}

.manifesto-line:last-child {
  border-bottom: 0.3mm solid currentColor;
}

.manifesto-line .mono {
  font-size: 8pt;
  text-transform: uppercase;
}

.manifesto-line p {
  margin: 0;
  font-size: 25pt;
  font-variation-settings: "wght" 520;
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.core-stack {
  display: grid;
  gap: 5mm;
  margin-top: 8mm;
}

.core-line {
  display: grid;
  grid-template-columns: 32mm 1fr;
  gap: 8mm;
  align-items: baseline;
  padding-top: 3mm;
  border-top: 0.25mm solid currentColor;
}

.core-line dt {
  font-family: var(--mono);
  font-size: 7.5pt;
  text-transform: uppercase;
}

.core-line dd {
  max-width: 154mm;
  margin: 0;
  font-size: 15pt;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.movement-axis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 12mm;
  padding-top: 11mm;
}

.movement-axis::before {
  position: absolute;
  top: 3.3mm;
  right: 0;
  left: 0;
  height: 2mm;
  background: currentColor;
  content: "";
}

.movement-step {
  position: relative;
  min-height: 55mm;
  padding: 6mm 8mm 5mm 0;
  border-right: 0.25mm solid currentColor;
}

.movement-step:last-child {
  padding-left: 8mm;
  border-right: 0;
}

.movement-step:nth-child(2) {
  padding-left: 8mm;
}

.movement-step::before {
  position: absolute;
  top: -14mm;
  left: 0;
  width: 7mm;
  height: 7mm;
  background: var(--sun);
  border: 1.2mm solid currentColor;
  border-radius: 50%;
  content: "";
}

.movement-step h3 {
  margin: 0 0 5mm;
  font-size: 24pt;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.movement-step p {
  max-width: 66mm;
  margin: 0;
  font-size: 9.5pt;
  line-height: 1.4;
}

.audience-orbits {
  position: relative;
  min-height: 126mm;
}

.orbit {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0.5mm solid currentColor;
  border-radius: 50%;
}

.orbit span {
  max-width: 38mm;
  text-align: center;
  font-size: 11pt;
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.orbit--one {
  top: 4mm;
  left: 0;
  width: 55mm;
  height: 55mm;
  background: var(--life);
}

.orbit--two {
  top: 45mm;
  left: 0;
  width: 62mm;
  height: 62mm;
  color: var(--paper);
  background: var(--growth);
}

.orbit--three {
  top: 2mm;
  right: 7mm;
  width: 49mm;
  height: 49mm;
  background: var(--sun);
}

.orbit--four {
  right: 0;
  bottom: 3mm;
  width: 61mm;
  height: 61mm;
  background: var(--sky);
}

.orbit--center {
  top: 50mm;
  left: 50mm;
  z-index: 3;
  width: 38mm;
  height: 38mm;
  color: var(--paper);
  background: var(--ink);
}

.trait-map {
  position: relative;
  width: 118mm;
  height: 118mm;
  margin: 4mm auto 0;
}

.trait-map svg {
  width: 100%;
  height: 100%;
}

.trait-label {
  position: absolute;
  font-size: 15pt;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.trait-label small {
  display: block;
  max-width: 43mm;
  margin-top: 1mm;
  font-family: var(--mono);
  font-size: 7pt;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.trait-label--a { top: 2mm; left: 63mm; }
.trait-label--b { top: 16mm; right: 0; }
.trait-label--c { right: 1mm; bottom: 2mm; }
.trait-label--d { bottom: 0; left: 1mm; }
.trait-label--e { top: 39mm; left: 0; }

.atlas-legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6mm;
  align-self: end;
  margin-top: 10mm;
}

.atlas-legend div {
  padding-top: 3mm;
  border-top: 0.35mm solid currentColor;
}

.atlas-legend strong {
  display: block;
  margin-bottom: 1mm;
  font-family: var(--mono);
  font-size: 7.5pt;
  text-transform: uppercase;
}

.atlas-legend span {
  font-size: 9pt;
}

.color-field {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.7fr 0.75fr 0.75fr;
  height: 114mm;
  margin-top: 8mm;
  border: 0.35mm solid var(--ink);
}

.color-stripe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5mm;
  border-right: 0.25mm solid var(--ink);
}

.color-stripe:last-child {
  border-right: 0;
}

.color-stripe strong {
  font-size: 22pt;
  font-weight: 620;
  letter-spacing: -0.06em;
}

.color-stripe code,
.color-stripe span {
  font-family: var(--mono);
  font-size: 7.3pt;
  line-height: 1.45;
  text-transform: uppercase;
}

.color-stripe--ink { color: var(--paper); background: var(--ink); }
.color-stripe--life { background: var(--life); }
.color-stripe--growth { color: var(--paper); background: var(--growth); }
.color-stripe--sun { background: var(--sun); }
.color-stripe--sky { background: var(--sky); }

.color-chorus {
  position: relative;
  height: 133mm;
  margin-top: 2mm;
}

.color-disc {
  position: absolute;
  width: 78mm;
  height: 78mm;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.color-disc--life { top: 3mm; left: 22mm; background: var(--life); }
.color-disc--sun { top: 43mm; left: 75mm; background: var(--sun); }
.color-disc--sky { top: 4mm; left: 126mm; background: var(--sky); }
.color-disc--growth { top: 43mm; left: 179mm; background: var(--growth); }

.color-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80mm;
  font-family: var(--mono);
  font-size: 8pt;
  line-height: 1.4;
  text-transform: uppercase;
}

.type-hero {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 135mm;
}

.type-hero-line {
  align-self: center;
  margin: 0;
  font-size: 81pt;
  font-variation-settings: "wght" 650, "wdth" 95;
  font-weight: 650;
  letter-spacing: -0.08em;
  line-height: 0.73;
}

.type-hero-line .serif {
  display: block;
  color: var(--life);
  font-size: 0.92em;
}

.type-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5mm;
  padding-top: 4mm;
  border-top: 0.25mm solid currentColor;
}

.type-footer div {
  font-family: var(--mono);
  font-size: 7.3pt;
  line-height: 1.4;
  text-transform: uppercase;
}

.hierarchy-stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 13mm;
  align-items: end;
  min-height: 134mm;
}

.hierarchy-title {
  margin: 0;
  font-size: 56pt;
  font-weight: 620;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.hierarchy-title .serif {
  color: var(--life);
}

.hierarchy-copy {
  padding-left: 7mm;
  border-left: 0.45mm solid currentColor;
}

.hierarchy-copy p {
  margin: 0 0 6mm;
  font-size: 11.5pt;
  line-height: 1.4;
}

.hierarchy-copy .mono {
  font-size: 7.4pt;
  text-transform: uppercase;
}

.wordmark-stage {
  display: grid;
  grid-template-columns: 1fr 53mm;
  gap: 9mm;
  align-items: stretch;
  min-height: 132mm;
}

.wordmark-field {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
}

.wordmark-main {
  font-size: 66pt;
  font-variation-settings: "wght" 640, "wdth" 92;
  font-weight: 640;
  letter-spacing: -0.075em;
  line-height: 1;
}

.wordmark-main i {
  color: var(--life);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.wordmark-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 5mm;
}

.wordmark-side > div {
  position: relative;
  display: grid;
  place-items: center;
  border: 0.35mm solid currentColor;
}

.wordmark-avatar {
  color: var(--ink);
  background: var(--sun);
  font-size: 32pt;
  font-weight: 650;
  letter-spacing: -0.08em;
}

.wordmark-vertical {
  color: var(--paper);
  background: var(--growth);
  font-family: var(--mono);
  font-size: 8pt;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.construction {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10mm;
  align-items: center;
}

.construction-figure {
  position: relative;
  height: 137mm;
  background:
    linear-gradient(rgba(20, 42, 37, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 42, 37, 0.12) 1px, transparent 1px);
  background-size: 10mm 10mm;
  border: 0.35mm solid currentColor;
}

.construction-figure svg {
  width: 100%;
  height: 100%;
}

.construction-notes {
  display: grid;
  gap: 5mm;
}

.construction-notes div {
  padding-top: 3mm;
  border-top: 0.3mm solid currentColor;
}

.construction-notes strong {
  display: block;
  margin-bottom: 1mm;
  font-size: 13pt;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.construction-notes span {
  font-family: var(--mono);
  font-size: 7.4pt;
  line-height: 1.45;
  text-transform: uppercase;
}

.grammar-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 135mm;
  margin-top: 2mm;
}

.grammar-cell {
  position: relative;
  overflow: hidden;
  padding: 5mm;
  border: 0.25mm solid currentColor;
  border-right: 0;
}

.grammar-cell:last-child {
  border-right: 0.25mm solid currentColor;
}

.grammar-cell strong {
  position: relative;
  z-index: 2;
  font-size: 20pt;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.grammar-cell .mono {
  position: absolute;
  z-index: 2;
  right: 5mm;
  bottom: 5mm;
  left: 5mm;
  font-size: 7pt;
  text-transform: uppercase;
}

.grammar-cell svg {
  position: absolute;
  inset: 22mm 4mm 12mm;
  width: calc(100% - 8mm);
  height: calc(100% - 34mm);
}

.contact-sheet {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1fr;
  grid-template-rows: 58mm 58mm;
  gap: 4mm;
  margin-top: 7mm;
}

.shot {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 5mm;
  border: 0.35mm solid currentColor;
}

.shot:first-child {
  grid-row: span 2;
}

.shot:nth-child(2) {
  background: var(--sky);
}

.shot:nth-child(3) {
  color: var(--paper);
  background: var(--growth);
}

.shot:nth-child(4) {
  background: var(--sun);
}

.shot:nth-child(5) {
  background: var(--life);
}

.shot svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shot span {
  position: relative;
  z-index: 2;
  max-width: 88%;
  padding: 1.4mm 1.8mm;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 7.2pt;
  line-height: 1.45;
  text-transform: uppercase;
}

.channel-shell {
  display: grid;
  grid-template-rows: 53mm 1fr;
  min-height: 138mm;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 0.4mm solid var(--ink);
}

.channel-banner {
  position: relative;
  overflow: hidden;
  padding: 7mm;
  color: var(--paper);
  background: var(--ink);
}

.channel-banner h3 {
  position: relative;
  z-index: 2;
  max-width: 125mm;
  margin: 0;
  font-size: 28pt;
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.channel-banner .serif {
  color: var(--life);
}

.channel-route {
  position: absolute;
  inset: 0 0 0 42%;
  width: 58%;
  height: 100%;
}

.channel-body {
  display: grid;
  grid-template-columns: 32mm 1fr;
  gap: 6mm;
  padding: 6mm;
}

.channel-avatar {
  display: grid;
  width: 27mm;
  height: 27mm;
  place-items: center;
  color: var(--ink);
  background: var(--sun);
  border-radius: 50%;
  font-size: 16pt;
  font-weight: 650;
}

.channel-info h4 {
  margin: 0 0 1mm;
  font-size: 18pt;
  letter-spacing: -0.045em;
}

.channel-info .mono {
  font-size: 6.8pt;
  text-transform: uppercase;
}

.video-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4mm;
  margin-top: 5mm;
}

.video-mini {
  aspect-ratio: 16 / 9;
  padding: 4mm;
  border: 0.3mm solid var(--ink);
  font-size: 14pt;
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.video-mini:nth-child(1) { color: var(--paper); background: var(--growth); }
.video-mini:nth-child(2) { background: var(--life); }
.video-mini:nth-child(3) { background: var(--sky); }

.thumbnail-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6mm;
  margin-top: 6mm;
}

.thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 7mm;
  border: 0.35mm solid currentColor;
}

.thumb h3 {
  position: relative;
  z-index: 2;
  max-width: 74%;
  margin: 0;
  font-size: 25pt;
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

.thumb .serif {
  font-size: 1.04em;
}

.thumb small {
  position: absolute;
  z-index: 3;
  right: 6mm;
  bottom: 5mm;
  left: 7mm;
  font-family: var(--mono);
  font-size: 6.5pt;
  text-transform: uppercase;
}

.thumb svg {
  position: absolute;
  right: -10%;
  bottom: -18%;
  width: 73%;
  height: 115%;
}

.thumb--one { color: var(--paper); background: var(--ink); }
.thumb--two { background: var(--sun); }
.thumb--three { background: var(--sky); }

.scene-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3mm;
  margin-top: 8mm;
}

.scene {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 4mm;
  border: 0.3mm solid currentColor;
}

.scene:nth-child(1) { color: var(--paper); background: var(--ink); }
.scene:nth-child(2) { background: var(--life); }
.scene:nth-child(3) { background: var(--sun); }
.scene:nth-child(4) { background: var(--sky); }
.scene:nth-child(5) { color: var(--paper); background: var(--growth); }

.scene strong {
  position: relative;
  z-index: 2;
  font-size: 13pt;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.scene span {
  position: absolute;
  z-index: 2;
  right: 4mm;
  bottom: 4mm;
  left: 4mm;
  font-family: var(--mono);
  font-size: 6.2pt;
  text-transform: uppercase;
}

.scene svg {
  position: absolute;
  right: -6mm;
  bottom: -7mm;
  width: 80%;
  height: 80%;
}

.motion-film {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5mm;
  margin-top: 8mm;
}

.motion-frame {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0.3mm solid currentColor;
}

.motion-frame svg {
  width: 100%;
  height: 100%;
}

.motion-frame small {
  position: absolute;
  right: 2mm;
  bottom: 2mm;
  font-family: var(--mono);
  font-size: 5.8pt;
}

.article-spread {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 0;
  min-height: 140mm;
  color: var(--ink);
  background: var(--white);
  border: 0.35mm solid var(--ink);
}

.article-aside {
  padding: 8mm;
  color: var(--paper);
  background: var(--ink);
}

.article-aside .mono {
  font-size: 7pt;
  text-transform: uppercase;
}

.article-aside blockquote {
  margin: 23mm 0 0;
  font-family: var(--serif);
  font-size: 25pt;
  font-style: italic;
  line-height: 1.08;
}

.article-main {
  padding: 8mm 10mm;
  column-count: 2;
  column-gap: 10mm;
}

.article-main h3 {
  column-span: all;
  max-width: 135mm;
  margin: 0 0 8mm;
  font-size: 31pt;
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.article-main p {
  margin: 0 0 4mm;
  font-size: 9.2pt;
  line-height: 1.48;
}

.site-stage {
  display: grid;
  grid-template-columns: 33mm 1fr;
  min-height: 141mm;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 0.4mm solid var(--ink);
}

.site-rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6mm 5mm;
  color: var(--paper);
  background: var(--ink);
}

.site-rail strong {
  font-size: 14pt;
}

.site-rail span {
  font-family: var(--mono);
  font-size: 7pt;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.site-main {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 6mm 8mm;
}

.site-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3mm;
  border-bottom: 0.25mm solid var(--ink);
  font-family: var(--mono);
  font-size: 6.6pt;
  text-transform: uppercase;
}

.site-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 8mm;
  align-items: center;
}

.site-hero h3 {
  margin: 0;
  font-size: 35pt;
  font-weight: 630;
  letter-spacing: -0.07em;
  line-height: 0.84;
}

.site-hero h3 .serif {
  color: var(--life);
}

.site-hero p {
  max-width: 76mm;
  font-size: 9.2pt;
  line-height: 1.45;
}

.site-art {
  position: relative;
  min-height: 104mm;
  overflow: hidden;
  background: var(--sky);
}

.site-art svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.voice-score {
  display: grid;
  grid-template-columns: 1fr 16mm 1fr;
  gap: 7mm;
  align-items: stretch;
  min-height: 134mm;
}

.voice-side {
  padding-top: 5mm;
  border-top: 1.4mm solid currentColor;
}

.voice-side h3 {
  margin: 0 0 7mm;
  font-size: 25pt;
  font-weight: 620;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.voice-side p {
  margin: 0;
  padding: 4mm 0;
  border-top: 0.25mm solid currentColor;
  font-size: 11pt;
  line-height: 1.35;
}

.voice-spine {
  position: relative;
}

.voice-spine::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1.6mm;
  background: var(--life);
  content: "";
  transform: translateX(-50%);
}

.voice-spine::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7mm;
  height: 7mm;
  background: var(--sun);
  border: 1mm solid currentColor;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.pillar-river {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 137mm;
  margin-top: 2mm;
  overflow: hidden;
  border: 0.35mm solid currentColor;
}

.pillar-zone {
  position: relative;
  padding: 7mm;
  border-right: 0.25mm solid currentColor;
}

.pillar-zone:last-child {
  border-right: 0;
}

.pillar-zone:nth-child(1) { background: var(--life); }
.pillar-zone:nth-child(2) { color: var(--paper); background: var(--growth); }
.pillar-zone:nth-child(3) { background: var(--sun); }
.pillar-zone:nth-child(4) { background: var(--sky); }

.pillar-zone h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 24pt;
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.pillar-zone p {
  position: absolute;
  z-index: 2;
  right: 7mm;
  bottom: 7mm;
  left: 7mm;
  margin: 0;
  font-size: 9pt;
  line-height: 1.4;
}

.pillar-zone svg {
  position: absolute;
  inset: 32mm 4mm 24mm;
  width: calc(100% - 8mm);
  height: calc(100% - 56mm);
  opacity: 0.8;
}

.evidence-ledger {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9mm;
  min-height: 136mm;
}

.evidence-statement {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7mm;
  color: var(--paper);
  background: var(--ink);
}

.evidence-statement h3 {
  margin: 0;
  font-size: 31pt;
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.evidence-statement .serif {
  color: var(--life);
}

.evidence-statement p {
  margin: 0;
  font-family: var(--mono);
  font-size: 7pt;
  line-height: 1.5;
  text-transform: uppercase;
}

.ledger-lines {
  display: grid;
  align-content: start;
}

.ledger-line {
  display: grid;
  grid-template-columns: 28mm 1fr;
  gap: 6mm;
  padding: 4.2mm 0;
  border-top: 0.25mm solid currentColor;
}

.ledger-line:last-child {
  border-bottom: 0.25mm solid currentColor;
}

.ledger-line strong {
  font-family: var(--mono);
  font-size: 7.2pt;
  font-weight: 400;
  text-transform: uppercase;
}

.ledger-line span {
  font-size: 10pt;
  line-height: 1.35;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10mm;
  min-height: 132mm;
}

.decision-side {
  display: flex;
  flex-direction: column;
}

.decision-side h3 {
  margin: 0 0 6mm;
  font-size: 29pt;
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.decision-side ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: decisions;
}

.decision-side li {
  display: grid;
  grid-template-columns: 12mm 1fr;
  gap: 4mm;
  padding: 3.2mm 0;
  border-top: 0.25mm solid currentColor;
  font-size: 9.5pt;
  line-height: 1.32;
  counter-increment: decisions;
}

.decision-side li::before {
  color: var(--life);
  content: counter(decisions, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 7.2pt;
}

.back-statement {
  max-width: 244mm;
  margin: 0;
  font-size: 68pt;
  font-weight: 630;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.back-statement .serif {
  display: block;
  color: var(--life);
}

@media (prefers-reduced-motion: no-preference) {
  .animated-route {
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    animation: draw 1.45s ease forwards;
    animation-play-state: paused;
  }

  .book-page.is-visible .animated-route {
    animation-play-state: running;
  }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
}

@media screen and (max-width: 900px) {
  .review-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .review-id,
  .counter {
    display: none;
  }

  .book {
    width: calc(100vw - 20px);
    margin-top: 88px;
  }

  .book-page {
    width: 100%;
    height: auto;
    min-height: 740px;
  }

  .page-frame {
    min-height: 740px;
    padding: 24px 22px 20px;
  }

  .display,
  .display--xl,
  .display--xxl {
    font-size: clamp(46px, 14vw, 74px);
  }

  .lede {
    font-size: 18px;
  }

  .split,
  .split--equal,
  .hierarchy-stage,
  .construction,
  .evidence-ledger,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .manifesto-line p {
    font-size: 30px;
  }

  .movement-axis,
  .atlas-legend,
  .type-footer,
  .thumbnail-wall,
  .scene-line,
  .motion-film,
  .pillar-river {
    grid-template-columns: 1fr;
  }

  .movement-axis::before,
  .movement-step::before {
    display: none;
  }

  .movement-step,
  .movement-step:nth-child(2),
  .movement-step:last-child {
    min-height: auto;
    padding: 16px 0;
    border-top: 1px solid currentColor;
    border-right: 0;
  }

  .audience-orbits {
    transform: scale(0.72);
    transform-origin: top left;
  }

  .trait-map {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    transform: none;
  }

  .color-field {
    grid-template-columns: 1fr;
    height: auto;
  }

  .color-chorus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    margin-top: 18px;
  }

  .color-disc {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
    width: min(100%, 150px);
    height: auto;
    aspect-ratio: 1;
  }

  .color-caption {
    position: static;
    grid-column: 1 / -1;
    max-width: none;
    padding-top: 8px;
  }

  .color-stripe {
    min-height: 115px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .type-hero-line {
    font-size: clamp(58px, 17vw, 94px);
  }

  .wordmark-stage,
  .channel-body,
  .site-stage,
  .site-hero,
  .voice-score {
    grid-template-columns: 1fr;
  }

  .wordmark-main {
    font-size: 48px;
  }

  .wordmark-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .grammar-strip,
  .contact-sheet,
  .video-row {
    grid-template-columns: 1fr;
    height: auto;
  }

  .grammar-cell,
  .shot {
    min-height: 220px;
  }

  .contact-sheet {
    grid-template-rows: none;
  }

  .shot:first-child {
    grid-row: auto;
  }

  .article-spread {
    grid-template-columns: 1fr;
  }

  .article-main {
    column-count: 1;
  }

  .site-rail {
    display: none;
  }

  .voice-spine {
    display: none;
  }

  .pillar-river {
    min-height: auto;
  }

  .pillar-zone {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  html,
  body {
    width: var(--page-w);
    margin: 0;
    padding: 0;
    background: white;
  }

  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .skip-link,
  .review-bar {
    display: none !important;
  }

  .book {
    display: block;
    width: var(--page-w);
    margin: 0;
  }

  .book-page {
    width: var(--page-w);
    height: var(--page-h);
    margin: 0;
    box-shadow: none;
    break-after: page;
    page-break-after: always;
  }

  .book-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .animated-route {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
    animation: none !important;
  }
}
