.manifesto-page {
  --manifesto-scroll: 0;
  --manifesto-stage-local: 0;
  --manifesto-hero-progress: 0;
  --manifesto-story-progress: 0;
  --manifesto-story-phase: 0;
  --manifesto-focus-0: 1;
  --manifesto-focus-1: 0;
  --manifesto-focus-2: 0;
  --manifesto-focus-3: 0;
  --manifesto-philosophy-progress: 0;
  --manifesto-horizon-progress: 0;
  --manifesto-close-progress: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: clip;
}

.manifesto-page .site-header {
  border-bottom-color: rgba(255, 253, 248, .12);
  background: rgba(11, 18, 27, .9);
  backdrop-filter: blur(20px);
}

.manifesto-page main {
  background: var(--paper);
}

.manifesto-page .reading-progress {
  z-index: 140;
}

.manifesto-kicker,
.manifesto-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: #e1b766;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.manifesto-kicker span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.manifesto-canvas-scene {
  pointer-events: none;
}

.manifesto-canvas-scene canvas,
.manifesto-record-instrument canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 700ms ease;
}

.manifesto-page[data-manifesto-canvas-ready="true"] .manifesto-canvas-scene canvas,
.manifesto-page[data-manifesto-canvas-ready="true"] .manifesto-record-instrument canvas {
  opacity: 1;
}

.manifesto-record-fallback {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(62%, 430px);
  aspect-ratio: 4 / 5;
  padding: 9%;
  color: #18202a;
  border: 1px solid rgba(24, 32, 42, .12);
  background: #faf7f0;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .16);
  opacity: .74;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  transition: opacity 500ms ease;
}

.manifesto-page[data-manifesto-canvas-ready="true"] .manifesto-record-fallback {
  opacity: 0;
}

.manifesto-record-fallback span,
.manifesto-record-fallback strong {
  display: block;
}

.manifesto-record-fallback span {
  padding-bottom: 12%;
  color: rgba(24, 32, 42, .46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.manifesto-record-fallback strong {
  color: #18202a;
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.25;
}

.manifesto-record-fallback i {
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 14%;
  background: rgba(24, 32, 42, .13);
}

.manifesto-record-fallback i:nth-of-type(2) {
  width: 76%;
}

.manifesto-record-fallback i:nth-of-type(3) {
  width: 88%;
}

/* Hero — one complete, inspectable decision record */

.manifesto-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
  padding: clamp(78px, 9vw, 138px) max(5vw, 58px) clamp(112px, 11vw, 168px);
  color: var(--white);
  background:
    radial-gradient(circle at 72% 48%, rgba(22, 133, 189, .13), transparent 34%),
    linear-gradient(132deg, #14222e 0%, #0c1621 60%, #081019 100%);
  isolation: isolate;
  overflow: hidden;
}

.manifesto-hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 17, 26, .96) 0%, rgba(9, 17, 26, .78) 30%, rgba(9, 17, 26, .14) 61%, transparent 82%),
    linear-gradient(0deg, rgba(8, 16, 25, .58), transparent 24%);
}

.manifesto-hero::after {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(225, 183, 102, .78), transparent);
  transform: scaleX(calc(.28 + var(--manifesto-scroll) * .72));
  transform-origin: center;
}

.manifesto-hero-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  color: rgba(225, 183, 102, .5);
  transform: translate3d(0, calc(var(--manifesto-hero-progress) * 34px), 0)
    scale(calc(1 - var(--manifesto-hero-progress) * .025));
  transform-origin: 72% 48%;
}

.manifesto-hero-scene::before {
  position: absolute;
  z-index: 0;
  inset: 8% 3% 7% 34%;
  content: "";
  border: 1px solid rgba(255, 253, 248, .055);
  background: linear-gradient(90deg, rgba(255, 253, 248, .028) 1px, transparent 1px) 0 0 / 16.666% 100%;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 88%, transparent);
  transform: perspective(900px) rotateY(-8deg) rotateZ(-1deg);
}

.manifesto-hero-scene .manifesto-record-fallback {
  left: 72%;
  width: min(31%, 430px);
}

.manifesto-hero-copy {
  position: relative;
  z-index: 3;
  width: min(48vw, 760px);
  animation: manifesto-copy-enter 1100ms cubic-bezier(.19, 1, .22, 1) both;
}

.manifesto-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(66px, 7.4vw, 116px);
  font-weight: 400;
  letter-spacing: -.056em;
  line-height: .97;
  text-wrap: balance;
}

.manifesto-hero-subtitle {
  max-width: 520px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(255, 253, 248, .64);
  font-family: var(--display);
  font-size: clamp(18px, 1.55vw, 25px);
  font-style: italic;
  line-height: 1.55;
}

.manifesto-scene-index {
  position: absolute;
  z-index: 3;
  right: max(5vw, 58px);
  bottom: 38px;
  left: 51%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 253, 248, .13);
  color: rgba(255, 253, 248, .35);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.manifesto-scene-index span {
  position: relative;
  padding: 14px 8px 0 0;
}

.manifesto-scene-index span::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #e1b766;
  box-shadow: 0 0 12px rgba(225, 183, 102, .7);
}

.manifesto-scene-index b {
  margin-right: 8px;
  color: rgba(225, 183, 102, .76);
  font-weight: 700;
}

.manifesto-scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 32px;
  left: max(5vw, 58px);
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 253, 248, .42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.manifesto-scroll-cue i {
  position: relative;
  width: 76px;
  height: 1px;
  display: block;
  background: rgba(255, 253, 248, .15);
  overflow: hidden;
}

.manifesto-scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #e1b766;
  animation: manifesto-scroll-cue 2.4s ease-in-out infinite;
}

/* Four chapters — one instrument, four depths */

.manifesto-reading {
  position: relative;
  background:
    linear-gradient(90deg, rgba(129, 112, 79, .055) 1px, transparent 1px) 0 0 / 12.5% 100%,
    var(--paper);
}

.manifesto-reading-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, .82fr) minmax(600px, 1.18fr);
  padding: 0 max(4vw, 46px);
}

.manifesto-visual-rail {
  position: relative;
  border-right: 1px solid rgba(129, 112, 79, .2);
}

.manifesto-visual-sticky {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  display: grid;
  place-items: center;
  padding: clamp(34px, 4vw, 62px) clamp(30px, 5vw, 72px) clamp(48px, 5vw, 74px) 0;
}

.manifesto-record-instrument {
  position: relative;
  width: min(100%, 570px);
  aspect-ratio: 4 / 5;
  color: rgba(157, 116, 44, .3);
  overflow: visible;
}

.manifesto-record-instrument .manifesto-record-fallback {
  width: 88%;
}

.manifesto-instrument-header {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  color: rgba(24, 32, 42, .38);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.manifesto-instrument-header span:last-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.manifesto-instrument-header i {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #2e713d;
  box-shadow: 0 0 10px rgba(46, 113, 61, .38);
}

.manifesto-instrument-status {
  position: absolute;
  z-index: 4;
  top: 45px;
  right: 20px;
  color: #9d742c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.manifesto-instrument-status span {
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 140ms ease, transform 300ms cubic-bezier(.19, 1, .22, 1);
}

.manifesto-page[data-manifesto-story-status="0"] [data-manifesto-status="0"],
.manifesto-page[data-manifesto-story-status="1"] [data-manifesto-status="1"],
.manifesto-page[data-manifesto-story-status="2"] [data-manifesto-status="2"],
.manifesto-page[data-manifesto-story-status="3"] [data-manifesto-status="3"] {
  opacity: 1;
  transform: translateY(0);
}

.manifesto-engine-readout {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 28px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: rgba(24, 32, 42, .28);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.manifesto-engine-readout span {
  position: relative;
  padding-top: 11px;
  transition: color 300ms ease, transform 500ms cubic-bezier(.19, 1, .22, 1);
}

.manifesto-engine-readout span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.manifesto-page[data-manifesto-story-status="0"] .manifesto-engine-readout span:nth-child(1),
.manifesto-page[data-manifesto-story-status="1"] .manifesto-engine-readout span:nth-child(2),
.manifesto-page[data-manifesto-story-status="2"] .manifesto-engine-readout span:nth-child(3),
.manifesto-page[data-manifesto-story-status="3"] .manifesto-engine-readout span:nth-child(4) {
  color: #9d742c;
  transform: translateY(-4px);
}

.manifesto-rail-index {
  position: absolute;
  right: clamp(30px, 5vw, 72px);
  bottom: 24px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(24, 32, 42, .23);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}

.manifesto-rail-index span {
  transition: color 240ms ease, transform 240ms ease;
}

.manifesto-page[data-manifesto-active="0"] .manifesto-rail-index span:nth-child(1),
.manifesto-page[data-manifesto-active="1"] .manifesto-rail-index span:nth-child(2),
.manifesto-page[data-manifesto-active="2"] .manifesto-rail-index span:nth-child(3),
.manifesto-page[data-manifesto-active="3"] .manifesto-rail-index span:nth-child(4) {
  color: #9d742c;
  transform: translateY(-4px);
}

.manifesto-chapters {
  min-width: 0;
}

.manifesto-chapter {
  min-height: min(920px, 100svh);
  display: grid;
  align-items: center;
  padding: clamp(96px, 10vw, 164px) 0 clamp(96px, 10vw, 164px) clamp(64px, 8vw, 128px);
  border-bottom: 1px solid rgba(129, 112, 79, .22);
}

.manifesto-chapter:last-child {
  border-bottom: 0;
}

.manifesto-chapter-copy {
  width: min(100%, 720px);
}

.manifesto-eyebrow {
  color: var(--gold-deep);
}

.manifesto-chapter h2,
.manifesto-philosophy h2,
.manifesto-horizon h2 {
  max-width: 780px;
  margin: 0 0 34px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  letter-spacing: -.042em;
  line-height: 1.1;
  text-wrap: balance;
}

.manifesto-chapter-copy > p:not(.manifesto-eyebrow),
.manifesto-philosophy-copy > p:not(.manifesto-eyebrow),
.manifesto-horizon-copy > p:not(.manifesto-eyebrow),
.manifesto-close-copy > p:not(.manifesto-eyebrow) {
  margin: 0 0 22px;
  color: #3f4650;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.78;
}

.manifesto-chapter-copy > p:last-child,
.manifesto-philosophy-copy > p:last-child,
.manifesto-horizon-copy > p:last-child {
  margin-bottom: 0;
}

.manifesto-chapter-copy > p.manifesto-emphasis,
.manifesto-philosophy-copy > p.manifesto-emphasis {
  position: relative;
  margin-top: 40px;
  padding-top: 28px;
  color: #9d742c;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.42;
}

.manifesto-emphasis::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 1px;
  content: "";
  background: #c79438;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(.19, 1, .22, 1) 180ms;
}

.is-visible .manifesto-emphasis::before,
.manifesto-emphasis.is-visible::before {
  transform: scaleX(1);
}

/* Investor philosophy — the same record becomes a house mandate */

.manifesto-philosophy {
  position: relative;
  min-height: max(100svh, 1260px);
  display: grid;
  align-items: center;
  padding: clamp(112px, 12vw, 188px) max(7vw, 68px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(225, 183, 102, .055) 1px, transparent 1px) 0 0 / 12.5% 100%,
    radial-gradient(circle at 80% 47%, rgba(22, 133, 189, .14), transparent 31%),
    #0d1924;
  overflow: hidden;
}

.manifesto-philosophy::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #0d1924 0%,
    rgba(13, 25, 36, .98) 54%,
    rgba(13, 25, 36, .2) 79%,
    transparent
  );
}

.manifesto-philosophy-copy {
  position: relative;
  z-index: 3;
  width: min(61%, 850px);
  margin-left: max(2vw, 18px);
}

.manifesto-philosophy h2 {
  color: var(--white);
  font-size: clamp(48px, 5.25vw, 82px);
}

.manifesto-philosophy-copy > p:not(.manifesto-eyebrow) {
  color: rgba(255, 253, 248, .72);
}

.manifesto-philosophy .manifesto-eyebrow,
.manifesto-close .manifesto-eyebrow {
  color: #e1b766;
}

.manifesto-philosophy-copy > p.manifesto-philosophy-kick {
  max-width: 780px;
  margin-bottom: 32px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 35px);
  line-height: 1.42;
}

.manifesto-philosophy-copy .manifesto-emphasis {
  color: #e1b766;
}

.manifesto-mandate-scene {
  position: absolute;
  z-index: 0;
  inset: 4% -4% 3% 38%;
  color: rgba(225, 183, 102, .4);
  opacity: .92;
  transform: translateY(calc((var(--manifesto-philosophy-progress) - .5) * 46px))
    scale(calc(.94 + var(--manifesto-philosophy-progress) * .06));
}

.manifesto-mandate-scene::before {
  position: absolute;
  inset: 8% 5%;
  content: "";
  border: 1px solid rgba(255, 253, 248, .04);
  background: linear-gradient(90deg, rgba(255, 253, 248, .025) 1px, transparent 1px) 0 0 / 20% 100%;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 88%, transparent);
}

/* Horizon — one governed record follows every position */

.manifesto-horizon {
  position: relative;
  min-height: max(100svh, 1060px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, .92fr);
  align-items: center;
  gap: clamp(46px, 6vw, 96px);
  padding: clamp(112px, 12vw, 188px) max(7vw, 68px);
  background: var(--paper-light);
  overflow: hidden;
}

.manifesto-horizon-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.manifesto-horizon-art {
  position: relative;
  min-height: 720px;
  color: rgba(157, 116, 44, .32);
  border-top: 1px solid rgba(24, 32, 42, .08);
  border-bottom: 1px solid rgba(24, 32, 42, .08);
  background: rgba(255, 253, 248, .42);
  transform: translateY(calc((.5 - var(--manifesto-horizon-progress)) * 34px));
}

.manifesto-horizon-art .manifesto-record-fallback {
  width: 76%;
}

/* Final conviction — all paths reconverge */

.manifesto-close {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(124px, 13vw, 210px) max(7vw, 68px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 60%, rgba(22, 133, 189, .14), transparent 30%),
    linear-gradient(145deg, #13212d, #081019 72%);
  isolation: isolate;
  overflow: hidden;
}

.manifesto-close::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(9, 17, 26, .97) 0%, rgba(9, 17, 26, .86) 45%, transparent 82%);
}

.manifesto-close-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  color: rgba(225, 183, 102, .42);
  transform: translateY(calc((var(--manifesto-close-progress) - .5) * 44px))
    scale(calc(.95 + var(--manifesto-close-progress) * .05));
}

.manifesto-close-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 860px);
  margin-left: max(2vw, 18px);
}

.manifesto-close-copy > p:not(.manifesto-eyebrow) {
  color: rgba(255, 253, 248, .79);
}

.manifesto-close-copy > p.manifesto-close-soft {
  color: rgba(255, 253, 248, .5);
}

.manifesto-close-copy > p.manifesto-invitation {
  max-width: 900px;
  margin: 52px 0 56px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(58px, 7.8vw, 116px);
  letter-spacing: -.055em;
  line-height: .98;
}

.manifesto-site {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 253, 248, .46);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.manifesto-site span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 253, 248, .72);
  font-weight: 700;
}

.manifesto-site img {
  width: 17px;
  height: 17px;
}

.manifesto-site a {
  color: #e1b766;
}

.manifesto-site-footer {
  border-top: 1px solid rgba(255, 253, 248, .1);
}

@keyframes manifesto-copy-enter {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes manifesto-scroll-cue {
  0%, 16% { transform: translateX(-100%); }
  58%, 100% { transform: translateX(100%); }
}

@media (max-width: 1180px) {
  .manifesto-reading-grid {
    grid-template-columns: minmax(330px, .7fr) minmax(540px, 1.3fr);
  }

  .manifesto-chapter {
    padding-left: clamp(48px, 6vw, 76px);
  }

  .manifesto-philosophy-copy {
    width: min(64%, 760px);
  }

  .manifesto-philosophy::after {
    background: linear-gradient(
      90deg,
      #0d1924 0%,
      rgba(13, 25, 36, .97) 52%,
      rgba(13, 25, 36, .28) 82%,
      transparent
    );
  }

  .manifesto-mandate-scene {
    inset: 4% -16% 3% 45%;
  }

  .manifesto-horizon {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  }
}

@media (max-width: 960px) {
  .manifesto-hero {
    min-height: calc(100svh - var(--header-h));
    align-items: center;
    padding: 76px max(7vw, 30px) 112px;
  }

  .manifesto-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 17, 26, .96), rgba(9, 17, 26, .57) 72%, rgba(9, 17, 26, .22)),
      linear-gradient(0deg, rgba(8, 16, 25, .5), transparent 40%);
  }

  .manifesto-hero-copy {
    width: min(100%, 680px);
  }

  .manifesto-hero h1 {
    font-size: clamp(56px, 11vw, 86px);
  }

  .manifesto-page[data-manifesto-canvas-ready="true"] .manifesto-hero-scene canvas {
    opacity: .62;
  }

  .manifesto-scene-index {
    right: max(7vw, 30px);
    left: max(7vw, 30px);
  }

  .manifesto-reading-grid {
    grid-template-columns: 1fr;
    padding: 0 max(7vw, 30px);
  }

  .manifesto-visual-rail {
    position: absolute;
    inset: 0;
    border: 0;
    pointer-events: none;
  }

  .manifesto-visual-sticky {
    top: var(--header-h);
    height: calc(100svh - var(--header-h));
    display: block;
    padding: 0;
  }

  .manifesto-record-instrument {
    position: absolute;
    top: 44px;
    right: auto;
    left: 50%;
    width: min(52vw, 460px);
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: translateX(-50%);
  }

  .manifesto-rail-index {
    display: none;
  }

  .manifesto-chapters {
    position: relative;
    z-index: 2;
  }

  .manifesto-chapter {
    min-height: auto;
    padding: 620px max(7vw, 30px) clamp(104px, 14vw, 144px);
  }

  .manifesto-chapter-copy {
    position: relative;
    background: var(--paper);
    box-shadow: 0 -54px 72px 44px var(--paper);
  }

  .manifesto-philosophy {
    min-height: auto;
    padding: 650px max(7vw, 30px) clamp(116px, 16vw, 164px);
  }

  .manifesto-philosophy::after {
    background: linear-gradient(
      0deg,
      rgba(13, 25, 36, .99) 0%,
      rgba(13, 25, 36, .99) 58%,
      rgba(13, 25, 36, .32) 77%,
      rgba(13, 25, 36, .05) 100%
    );
  }

  .manifesto-philosophy-copy {
    width: min(100%, 760px);
    margin-left: 0;
  }

  .manifesto-mandate-scene {
    inset: 18px 4% auto;
    height: 640px;
    opacity: 1;
  }

  .manifesto-horizon {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: clamp(116px, 16vw, 164px) max(7vw, 30px);
  }

  .manifesto-horizon-art {
    width: min(100%, 760px);
    min-height: 560px;
    justify-self: center;
  }

  .manifesto-close {
    min-height: auto;
    padding: clamp(124px, 18vw, 184px) max(7vw, 30px);
  }

  .manifesto-close::after {
    background: rgba(9, 17, 26, .73);
  }

  .manifesto-close-copy {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .manifesto-hero {
    padding: 66px 22px 104px;
  }

  .manifesto-page[data-manifesto-canvas-ready="true"] .manifesto-hero-scene canvas {
    opacity: .9;
  }

  .manifesto-hero::before {
    background: linear-gradient(
      0deg,
      rgba(9, 17, 26, .98) 0%,
      rgba(9, 17, 26, .94) 55%,
      rgba(9, 17, 26, .2) 75%,
      rgba(9, 17, 26, .06) 100%
    );
  }

  .manifesto-hero h1 {
    font-size: clamp(50px, 14vw, 66px);
    line-height: 1;
  }

  .manifesto-hero-subtitle {
    max-width: 29ch;
    font-size: 17px;
  }

  .manifesto-hero-scene {
    inset: 0 -20% 44% 8%;
  }

  .manifesto-scene-index {
    display: none;
  }

  .manifesto-scroll-cue {
    bottom: 22px;
    left: 22px;
  }

  .manifesto-reading-grid {
    padding: 0;
  }

  .manifesto-record-instrument {
    top: 38px;
    right: auto;
    left: 50%;
    width: min(78vw, 330px);
    opacity: 1;
    transform: translateX(-50%);
  }

  .manifesto-instrument-header {
    top: 12px;
    right: 14px;
    left: 14px;
    display: flex;
    font-size: 6px;
  }

  .manifesto-instrument-status {
    top: 32px;
    right: 14px;
    display: block;
    font-size: 7px;
  }

  .manifesto-engine-readout {
    right: 14px;
    bottom: 18px;
    left: 14px;
    display: grid;
    font-size: 6px;
  }

  .manifesto-chapters {
    position: relative;
    z-index: 2;
  }

  .manifesto-chapter {
    padding: 430px 22px 100px;
  }

  .manifesto-chapter-copy {
    position: relative;
    background: var(--paper);
    box-shadow: 0 -42px 54px 32px var(--paper);
  }

  .manifesto-chapter h2,
  .manifesto-horizon h2 {
    margin-bottom: 28px;
    font-size: clamp(34px, 10vw, 44px);
  }

  .manifesto-chapter-copy > p:not(.manifesto-eyebrow),
  .manifesto-philosophy-copy > p:not(.manifesto-eyebrow),
  .manifesto-horizon-copy > p:not(.manifesto-eyebrow),
  .manifesto-close-copy > p:not(.manifesto-eyebrow) {
    font-size: 16px;
    line-height: 1.72;
  }

  .manifesto-chapter-copy > p.manifesto-emphasis,
  .manifesto-philosophy-copy > p.manifesto-emphasis {
    font-size: 24px;
  }

  .manifesto-philosophy,
  .manifesto-horizon,
  .manifesto-close {
    padding-right: 22px;
    padding-left: 22px;
  }

  .manifesto-philosophy {
    padding-top: 500px;
  }

  .manifesto-philosophy::after {
    background: linear-gradient(
      0deg,
      rgba(13, 25, 36, .99) 0%,
      rgba(13, 25, 36, .99) 63%,
      rgba(13, 25, 36, .36) 79%,
      rgba(13, 25, 36, .06) 100%
    );
  }

  .manifesto-mandate-scene {
    inset: 18px -8% auto -8%;
    height: 500px;
    opacity: 1;
  }

  .manifesto-philosophy h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .manifesto-horizon-art {
    min-height: 390px;
  }

  .manifesto-close-copy > p.manifesto-invitation {
    font-size: clamp(48px, 14vw, 68px);
  }

  .manifesto-close-scene {
    inset: 16% -60% -10% 8%;
  }

  .manifesto-site {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-hero-copy,
  .manifesto-scroll-cue i::after {
    animation: none;
  }

  .manifesto-canvas-scene,
  .manifesto-horizon-art,
  .manifesto-instrument-status span,
  .manifesto-engine-readout span,
  .manifesto-rail-index span {
    transition: none;
    transform: none;
  }
}
