.manifesto-page {
  --manifesto-scroll: 0;
  --manifesto-stage-progress: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: clip;
}

.manifesto-page .site-header {
  border-bottom-color: rgba(255, 253, 248, .12);
  background: rgba(13, 21, 31, .92);
  backdrop-filter: blur(18px);
}

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

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

.manifesto-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(70px, 8vw, 128px) max(5vw, 58px) clamp(94px, 10vw, 150px);
  color: var(--white);
  background:
    radial-gradient(circle at 75% 46%, rgba(22, 133, 189, .15), transparent 31%),
    linear-gradient(132deg, #14222e 0%, var(--navy) 58%, #09111a 100%);
  isolation: isolate;
  overflow: hidden;
}

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

.manifesto-hero-field {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.manifesto-hero-orbit {
  position: absolute;
  top: 50%;
  left: 76%;
  border: 1px solid rgba(225, 183, 102, .14);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--manifesto-scroll) * 12deg));
}

.manifesto-hero-orbit-a {
  width: min(60vw, 880px);
  aspect-ratio: 1;
}

.manifesto-hero-orbit-b {
  width: min(48vw, 700px);
  aspect-ratio: 1;
  border-color: rgba(22, 133, 189, .16);
  transform: translate(-50%, -50%) rotate(calc(var(--manifesto-scroll) * -18deg));
}

.manifesto-hero-orbit-c {
  width: min(33vw, 480px);
  aspect-ratio: 1;
  border-color: rgba(255, 253, 248, .09);
}

.manifesto-hero-axis {
  position: absolute;
  top: 9%;
  bottom: 9%;
  left: 76%;
  width: 1px;
  background: linear-gradient(transparent, rgba(255, 253, 248, .18), transparent);
  transform: translateX(-50%);
}

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

.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-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(62px, 7.1vw, 112px);
  font-weight: 400;
  letter-spacing: -.054em;
  line-height: .98;
  text-wrap: balance;
}

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

.manifesto-iris {
  position: relative;
  z-index: 1;
  width: min(34vw, 470px);
  justify-self: center;
  filter: drop-shadow(0 42px 70px rgba(0, 0, 0, .28));
}

.manifesto-iris svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.manifesto-iris-rings ellipse {
  stroke: rgba(225, 183, 102, .2);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: manifesto-orbit-breathe 8s ease-in-out infinite;
}

.manifesto-iris-rings ellipse:nth-child(2) {
  stroke: rgba(22, 133, 189, .28);
  animation-delay: -2.6s;
}

.manifesto-iris-rings ellipse:nth-child(3) {
  stroke: rgba(255, 253, 248, .12);
  animation-delay: -5.2s;
}

.manifesto-iris-aperture {
  transform-box: fill-box;
  transform-origin: center;
  animation: manifesto-aperture-enter 1.25s cubic-bezier(.19, 1, .22, 1) both;
}

.manifesto-iris-trace {
  fill: none;
  stroke: #e1b766;
  stroke-dasharray: 6 13;
  stroke-linecap: round;
  stroke-width: 1.2;
  opacity: .52;
  animation: manifesto-trace 18s linear infinite;
}

.manifesto-scroll-cue {
  position: absolute;
  bottom: 28px;
  left: max(5vw, 58px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 253, 248, .44);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

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

.manifesto-scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #e1b766;
  transform: translateX(-100%);
  animation: manifesto-scroll-cue 2.2s ease-in-out infinite;
}

.manifesto-reading {
  position: relative;
  background:
    linear-gradient(90deg, rgba(172, 145, 91, .08) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--paper);
}

.manifesto-reading-grid {
  width: min(100%, 1540px);
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(600px, 1.18fr);
  margin: 0 auto;
  padding: 0 max(4vw, 44px);
}

.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;
  align-items: center;
  padding: clamp(32px, 4vw, 64px) clamp(28px, 5vw, 74px) clamp(32px, 4vw, 64px) 0;
}

.manifesto-signal {
  position: relative;
  width: 100%;
  max-width: 510px;
  aspect-ratio: 13 / 16;
}

.manifesto-signal::before {
  position: absolute;
  z-index: -1;
  inset: 10% 7%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 133, 189, .12), transparent 68%);
  transform: scale(calc(.94 + var(--manifesto-scroll) * .1));
}

.manifesto-signal svg {
  width: 100%;
  height: 100%;
  display: block;
}

.manifesto-signal-grid {
  fill: none;
  stroke: rgba(24, 32, 42, .08);
  stroke-width: 1;
}

.manifesto-signal-path {
  fill: none;
  stroke: url(#manifesto-signal-line);
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--manifesto-scroll));
  stroke-linecap: round;
  stroke-width: 2.2;
}

.manifesto-signal-points circle {
  fill: var(--paper);
  stroke: #a7792c;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 320ms ease, stroke 320ms ease, transform 320ms ease;
}

.manifesto-signal-lens {
  fill: none;
  stroke: rgba(24, 32, 42, .14);
  stroke-width: 1.3;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(calc(-7deg + var(--manifesto-scroll) * 24deg)) scale(calc(.88 + var(--manifesto-scroll) * .12));
}

.manifesto-signal-lens circle {
  fill: rgba(22, 133, 189, .14);
  stroke: #1685bd;
}

.manifesto-scan-line {
  position: absolute;
  top: calc(8% + var(--manifesto-stage-progress) * 78%);
  right: 4%;
  left: 4%;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(22, 133, 189, .58), transparent);
  box-shadow: 0 0 22px rgba(22, 133, 189, .24);
  transition: top 520ms cubic-bezier(.19, 1, .22, 1);
}

.manifesto-rail-index {
  position: absolute;
  right: 17px;
  bottom: 34px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(24, 32, 42, .25);
  font-size: 9px;
  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-page[data-manifesto-active="0"] .manifesto-signal-points circle:nth-child(1),
.manifesto-page[data-manifesto-active="1"] .manifesto-signal-points circle:nth-child(-n+2),
.manifesto-page[data-manifesto-active="2"] .manifesto-signal-points circle:nth-child(-n+3),
.manifesto-page[data-manifesto-active="3"] .manifesto-signal-points circle:nth-child(-n+4) {
  fill: #1685bd;
  stroke: #1685bd;
  transform: scale(1.18);
}

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

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

.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: 760px;
  margin: 0 0 34px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 63px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.12;
  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);
}

.manifesto-philosophy {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(110px, 12vw, 190px) max(7vw, 68px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(225, 183, 102, .06) 1px, transparent 1px) 0 0 / 12.5% 100%,
    radial-gradient(circle at 84% 44%, rgba(22, 133, 189, .16), transparent 28%),
    var(--navy-2);
  overflow: hidden;
}

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

.manifesto-philosophy h2 {
  color: var(--white);
  font-size: clamp(46px, 5.3vw, 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-philosophy-art {
  position: absolute;
  top: 50%;
  right: clamp(-120px, -5vw, -42px);
  width: min(46vw, 680px);
  transform: translateY(-50%) rotate(calc(-8deg + var(--manifesto-scroll) * 18deg));
  opacity: .78;
}

.manifesto-philosophy-art svg {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  fill: none;
  stroke: rgba(255, 253, 248, .22);
  stroke-width: 1.2;
}

.manifesto-philosophy-art svg circle {
  fill: rgba(22, 133, 189, .35);
  stroke: #1685bd;
}

.manifesto-philosophy-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(225, 183, 102, .14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.manifesto-philosophy-ring.ring-one {
  width: 82%;
  aspect-ratio: 1;
}

.manifesto-philosophy-ring.ring-two {
  width: 112%;
  aspect-ratio: 1;
}

.manifesto-philosophy-ring.ring-three {
  width: 144%;
  aspect-ratio: 1;
}

.manifesto-horizon {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  padding: clamp(110px, 12vw, 190px) max(7vw, 68px);
  background: var(--paper-light);
  overflow: hidden;
}

.manifesto-horizon-copy {
  max-width: 790px;
}

.manifesto-horizon-art {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.manifesto-horizon-line {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, #c79438 20%, #1685bd 70%, transparent);
}

.manifesto-horizon-line span {
  position: absolute;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #c79438;
  border-radius: 50%;
  background: var(--paper-light);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px var(--paper-light);
}

.manifesto-horizon-line span:nth-child(1) { top: 14%; }
.manifesto-horizon-line span:nth-child(2) { top: 38%; }
.manifesto-horizon-line span:nth-child(3) { top: 64%; }
.manifesto-horizon-line span:nth-child(4) { top: 89%; border-color: #1685bd; }

.manifesto-horizon-aperture {
  position: relative;
  width: min(31vw, 350px);
  aspect-ratio: 1;
  border: 1px solid rgba(22, 133, 189, .13);
  border-radius: 50%;
  transform: rotate(calc(var(--manifesto-scroll) * 34deg));
}

.manifesto-horizon-aperture::before,
.manifesto-horizon-aperture::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(157, 116, 44, .18);
  border-radius: 50%;
}

.manifesto-horizon-aperture::after {
  inset: 27%;
  border-color: rgba(22, 133, 189, .2);
}

.manifesto-horizon-aperture i {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 27%;
  border: 1px solid rgba(24, 32, 42, .4);
  border-radius: 50%;
  transform: translateX(-100%);
}

.manifesto-horizon-aperture i:nth-child(2) {
  transform: translateX(0);
}

.manifesto-horizon-aperture b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1685bd;
  box-shadow: 0 0 0 14px rgba(22, 133, 189, .09);
  transform: translate(-50%, -50%);
}

.manifesto-close {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(120px, 13vw, 210px) max(7vw, 68px);
  color: var(--white);
  background:
    radial-gradient(circle at 76% 72%, rgba(22, 133, 189, .16), transparent 27%),
    linear-gradient(145deg, #14222e, #09111a 70%);
  isolation: isolate;
  overflow: hidden;
}

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

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

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

.manifesto-close-copy > p.manifesto-invitation {
  margin: clamp(54px, 6vw, 88px) 0 38px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(48px, 6.6vw, 96px);
  letter-spacing: -.05em;
  line-height: 1.03;
}

.manifesto-close-copy > p.manifesto-signature {
  color: rgba(255, 253, 248, .72);
  font-family: var(--display);
  font-size: clamp(16px, 1.3vw, 20px);
}

.manifesto-signature strong {
  color: var(--white);
  font-weight: 400;
}

.manifesto-site {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 48px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.manifesto-site span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 253, 248, .48);
}

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

.manifesto-site a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #e1b766;
  border-bottom: 1px solid rgba(225, 183, 102, .36);
}

.manifesto-close-field {
  position: absolute;
  top: 50%;
  right: -12vw;
  width: min(72vw, 1020px);
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(calc(var(--manifesto-scroll) * -16deg));
}

.manifesto-close-field span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(225, 183, 102, .1);
  border-radius: 50%;
}

.manifesto-close-field span:nth-child(2) { inset: 14%; border-color: rgba(22, 133, 189, .14); }
.manifesto-close-field span:nth-child(3) { inset: 30%; border-color: rgba(255, 253, 248, .08); }

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

@keyframes manifesto-aperture-enter {
  from { opacity: 0; transform: scaleX(.05) scaleY(.82); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes manifesto-orbit-breathe {
  0%, 100% { opacity: .62; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.035); }
}

@keyframes manifesto-trace {
  to { stroke-dashoffset: -190; }
}

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

@media (max-width: 1120px) {
  .manifesto-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  }

  .manifesto-reading-grid {
    grid-template-columns: minmax(280px, .67fr) minmax(500px, 1.33fr);
  }

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

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

@media (max-width: 880px) {
  .manifesto-hero {
    min-height: calc(100svh - var(--header-h));
    grid-template-columns: 1fr;
    align-content: center;
    gap: 48px;
    padding: 72px max(7vw, 30px) 96px;
  }

  .manifesto-hero-copy {
    max-width: 620px;
  }

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

  .manifesto-iris {
    position: absolute;
    right: max(-14vw, -90px);
    bottom: -10%;
    width: min(58vw, 470px);
    opacity: .38;
  }

  .manifesto-hero-orbit {
    left: 82%;
  }

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

  .manifesto-visual-rail {
    position: absolute;
    inset: 0 auto 0 max(7vw, 30px);
    width: 2px;
    border: 0;
    background: rgba(129, 112, 79, .14);
  }

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

  .manifesto-visual-sticky::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: linear-gradient(#c79438, #1685bd);
    transform: scaleY(var(--manifesto-scroll));
    transform-origin: top;
  }

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

  .manifesto-chapter {
    min-height: auto;
    padding: clamp(92px, 16vw, 140px) 0 clamp(92px, 16vw, 140px) clamp(38px, 8vw, 64px);
  }

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

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

  .manifesto-philosophy-art {
    right: -32%;
    width: min(82vw, 650px);
    opacity: .25;
  }

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

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

  .manifesto-horizon-aperture {
    width: min(56vw, 330px);
  }

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

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

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

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

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

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

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

  .manifesto-visual-rail {
    left: 22px;
  }

  .manifesto-chapter {
    padding: 90px 0 90px 30px;
  }

  .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 h2 {
    font-size: clamp(39px, 12vw, 53px);
  }

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

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

  .manifesto-signature {
    max-width: 280px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .manifesto-page {
    --manifesto-scroll: .72;
  }

  .manifesto-iris-rings ellipse,
  .manifesto-iris-aperture,
  .manifesto-iris-trace,
  .manifesto-scroll-cue i::after {
    animation: none;
  }

  .manifesto-signal-path {
    stroke-dashoffset: 0;
  }

  .manifesto-signal-lens,
  .manifesto-philosophy-art,
  .manifesto-horizon-aperture,
  .manifesto-close-field {
    transform: none;
  }
}
