@font-face {
  font-family: "STIX Two Text";
  src: url("./assets/fonts/stix-two-text-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("./assets/fonts/ibm-plex-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --navy-950: #030a11;
  --navy-900: #06111c;
  --navy-850: #091824;
  --navy-800: #0b2131;
  --blue-line: #8fb8c8;
  --ivory: #f2ead7;
  --ivory-muted: #b9b5a9;
  --gold: #d6ad62;
  --gold-bright: #f0d394;
  --green: #a8c7b4;
  --line: rgba(151, 190, 205, 0.2);
  --line-strong: rgba(216, 184, 117, 0.4);
  --px: 0;
  --py: 0;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--navy-950);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--navy-950);
  color: var(--ivory);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  transform: translateY(-180%);
  border: 1px solid var(--gold);
  background: var(--navy-900);
  color: var(--ivory);
  font: 0.75rem/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
}

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

.plate {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 46%, rgba(48, 100, 122, 0.15), transparent 28%),
    linear-gradient(122deg, #02070e 0%, #061522 46%, #030a12 100%);
}

.plate::before,
.plate::after {
  content: "";
  position: absolute;
  z-index: 20;
  pointer-events: none;
  inset: 0;
}

.plate::before {
  border: 1px solid rgba(240, 211, 148, 0.22);
  box-shadow:
    inset 0 0 150px rgba(0, 0, 0, 0.72),
    inset 0 0 0 28px rgba(1, 8, 14, 0.12);
}

.plate::after {
  background:
    linear-gradient(90deg, rgba(1, 6, 11, 0.42), transparent 17%, transparent 82%, rgba(1, 6, 11, 0.48)),
    linear-gradient(180deg, rgba(1, 6, 11, 0.3), transparent 18%, transparent 77%, rgba(1, 6, 11, 0.5));
  mix-blend-mode: multiply;
}

.atmosphere {
  position: absolute;
  z-index: -4;
  inset: -2.5%;
  transform: translate3d(calc(var(--px) * -8px), calc(var(--py) * -6px), 0) scale(1.055);
  background: none;
  filter: saturate(0.86) brightness(0.96) contrast(1.04);
  transition: transform 300ms ease-out;
}

.atmosphere::before,
.atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.atmosphere::before {
  background:
    radial-gradient(circle at 54% 47%, rgba(2, 11, 20, 0.52) 0 12%, rgba(3, 13, 23, 0.28) 29%, transparent 50%),
    linear-gradient(90deg, rgba(1, 7, 13, 0.6) 0%, rgba(2, 10, 18, 0.12) 32%, rgba(2, 9, 16, 0.06) 69%, rgba(1, 6, 11, 0.52) 100%);
}

.atmosphere::after {
  background: linear-gradient(180deg, rgba(1, 7, 13, 0.16), transparent 34%, rgba(1, 6, 11, 0.28));
  mix-blend-mode: multiply;
}

.blueprint-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(137, 181, 198, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 181, 198, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(137, 181, 198, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 181, 198, 0.025) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px, 18px 18px, 18px 18px;
  mask-image: radial-gradient(ellipse at 56% 48%, black 8%, transparent 80%);
}

.frame-geometry {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.frame-linework,
.frame-ticks {
  fill: none;
  stroke: rgba(230, 195, 126, 0.34);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.frame-linework circle {
  fill: rgba(5, 17, 28, 0.6);
}

.frame-ticks {
  stroke: rgba(138, 181, 198, 0.32);
  stroke-dasharray: 1 6;
}

.field-geometry {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--px) * 3px), calc(var(--py) * 2px), 0);
  opacity: 0.72;
  transition: transform 350ms ease-out;
}

.field-ring,
.field-axis,
.field-sweep {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.field-ring {
  stroke: rgba(136, 180, 198, 0.12);
  stroke-width: 1;
  stroke-dasharray: 2 11;
}

.field-ring--two {
  stroke: rgba(218, 180, 101, 0.13);
  stroke-dasharray: 78 9 2 9;
}

.field-axis {
  stroke: rgba(138, 180, 198, 0.095);
  stroke-width: 1;
  stroke-dasharray: 1 8;
}

.field-sweep {
  stroke: url(#field-line);
  stroke-width: 1;
}

.field-sweep--faint {
  opacity: 0.36;
}

.instrument-header {
  position: absolute;
  z-index: 12;
  top: clamp(1.5rem, 3.5vh, 2.25rem);
  right: clamp(1.75rem, 4.5vw, 4.75rem);
  left: clamp(1.75rem, 4.5vw, 4.75rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--ivory-muted);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.73rem;
  letter-spacing: 0.13em;
}

.builder-mark,
.console-mark,
.plate-index {
  margin: 0;
}

.builder-mark {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.builder-mark__sigil {
  color: var(--gold);
  font-size: 1rem;
}

.console-mark {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: rgba(242, 234, 215, 0.78);
}

.console-mark__pulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 11px rgba(240, 211, 148, 0.62);
}

.plate-index {
  justify-self: end;
}

.title-field {
  position: absolute;
  z-index: 2;
  top: clamp(7.4rem, 16vh, 9.4rem);
  left: clamp(2.5rem, 5vw, 5.2rem);
  max-width: 70vw;
  pointer-events: none;
}

.system-kicker {
  margin: 0 0 1.2rem 0.35rem;
  color: rgba(235, 201, 132, 0.9);
  font: 0.69rem/1 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.19em;
}

.title-field h1 {
  margin: 0;
  color: rgba(242, 234, 215, 0.91);
  font-family: "STIX Two Text", Georgia, serif;
  font-size: clamp(5.5rem, 8.35vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.72;
  text-shadow: 0 12px 60px rgba(0, 0, 0, 0.56);
}

.title-field h1 span {
  color: rgba(229, 216, 184, 0.105);
  -webkit-text-stroke: 0.9px rgba(227, 193, 124, 0.68);
  text-shadow: 0 0 38px rgba(185, 142, 67, 0.08);
}

.tetractys-shell {
  position: absolute;
  z-index: 6;
  top: clamp(3.4rem, 5.8vh, 4.6rem);
  left: clamp(23.5rem, 28.2vw, 30rem);
  width: clamp(34.5rem, 47vw, 44rem);
  margin: 0;
  transform: translate3d(calc(var(--px) * 9px), calc(var(--py) * 7px), 0);
  transition: transform 280ms ease-out;
}

.tetractys-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% 8% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 14, 24, 0.66) 0 32%, rgba(3, 13, 22, 0.28) 58%, transparent 75%);
  filter: blur(10px);
}

.tetractys {
  display: block;
  width: 100%;
  overflow: visible;
}

.construction-rotor {
  transform-origin: 320px 310px;
  animation: ring-drift 48s linear infinite;
}

.construction-rotor circle,
.construction-rotor path {
  fill: none;
  stroke: rgba(135, 177, 194, 0.17);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.construction-rotor circle:nth-child(2) {
  stroke: rgba(218, 179, 99, 0.17);
  stroke-dasharray: 5 11;
}

.construction-rotor circle:nth-child(3) {
  stroke-dasharray: 1 9;
}

.construction-rotor path {
  stroke: rgba(220, 183, 107, 0.44);
  stroke-linecap: round;
}

.measurements path {
  fill: none;
  stroke: rgba(145, 181, 195, 0.3);
  stroke-width: 0.75;
  vector-effect: non-scaling-stroke;
}

.measurements text {
  fill: rgba(197, 204, 199, 0.68);
  font: 9.5px "IBM Plex Mono", monospace;
  letter-spacing: 1.5px;
}

.lattice path {
  fill: none;
  stroke: rgba(143, 182, 197, 0.17);
  stroke-width: 0.85;
  vector-effect: non-scaling-stroke;
}

.lattice .outer-triangle {
  stroke: url(#triangle-stroke);
  stroke-width: 1.55;
  filter: drop-shadow(0 0 10px rgba(209, 167, 89, 0.18));
}

.lattice .central-axis {
  stroke: rgba(238, 215, 163, 0.28);
  stroke-dasharray: 1 7;
}

.node-glow {
  fill: rgba(224, 181, 94, 0.56);
  filter: url(#node-glow);
  opacity: 0.54;
  animation: node-breathe 5.4s ease-in-out infinite;
}

.node-orbit {
  fill: none;
  stroke: rgba(238, 214, 160, 0.42);
  stroke-width: 0.7;
  stroke-dasharray: 1 4;
  vector-effect: non-scaling-stroke;
}

.node-core {
  fill: url(#node-core);
  stroke: rgba(255, 252, 235, 0.82);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
}

.node-satellite {
  transform-origin: 0 0;
  animation: satellite-orbit 8.5s linear infinite;
}

.node-satellite circle {
  fill: var(--gold-bright);
}

.t-node:nth-child(2n) .node-satellite {
  animation-direction: reverse;
  animation-duration: 11s;
}

.t-node:nth-child(3n) .node-glow {
  animation-delay: -2.1s;
}

.t-node:nth-child(4n) .node-glow {
  animation-delay: -3.6s;
}

.tetractys-shell figcaption {
  position: absolute;
  right: 13%;
  bottom: 4.7%;
  left: 13%;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: rgba(241, 232, 210, 0.64);
  font: 0.64rem/1 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.figcaption__rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 109, 0.5));
}

.statement {
  position: absolute;
  z-index: 9;
  bottom: clamp(8.8rem, 16.5vh, 10.2rem);
  left: clamp(2.75rem, 5.3vw, 5.5rem);
  width: min(33rem, 41vw);
}

.tagline {
  margin: 0;
  color: var(--ivory);
  font-family: "STIX Two Text", Georgia, serif;
  font-size: clamp(2.1rem, 3.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.tagline em {
  color: var(--gold-bright);
  font-style: italic;
}

.description {
  max-width: 29rem;
  margin: 1.15rem 0 0;
  padding-left: 1rem;
  border-left: 1px solid var(--line-strong);
  color: rgba(236, 234, 224, 0.78);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.telemetry {
  position: absolute;
  z-index: 11;
  top: clamp(9.4rem, 18.5vh, 11.2rem);
  right: clamp(2.3rem, 4.4vw, 4.8rem);
  width: clamp(19.5rem, 23.2vw, 22rem);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.86);
}

.telemetry::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  bottom: 0;
  left: -1.25rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(143, 184, 200, 0.42) 12%, rgba(143, 184, 200, 0.08) 88%, transparent);
}

.telemetry-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.3rem;
  color: var(--gold);
  font-family: "IBM Plex Mono", Consolas, monospace;
}

.telemetry-heading h2,
.telemetry-heading span {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.telemetry-heading span {
  color: rgba(179, 188, 187, 0.42);
  font-size: 0.54rem;
}

.state-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.state-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.7rem minmax(5.2rem, 0.7fr) 1.35fr;
  gap: 0.4rem;
  align-items: center;
  min-height: 2.9rem;
  border-top: 1px solid rgba(144, 182, 198, 0.16);
  font-family: "IBM Plex Mono", Consolas, monospace;
}

.state-row:last-child {
  border-bottom: 1px solid rgba(144, 182, 198, 0.16);
}

.state-row::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 1.8rem;
  height: 1px;
  background: rgba(217, 178, 98, 0.56);
}

.state-row__index {
  color: rgba(139, 177, 192, 0.48);
  font-size: 0.57rem;
}

.state-row__name {
  color: rgba(231, 228, 215, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.state-row strong {
  justify-self: end;
  color: rgba(239, 226, 196, 0.88);
  font-size: 0.73rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-align: right;
}

.state-row--live strong,
.state-row--verified strong {
  color: var(--green);
}

.state-row--live strong::before,
.state-row--verified strong::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0.55rem 0.08rem 0;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.state-row--paused strong {
  color: rgba(219, 185, 118, 0.82);
}

.state-row--resident strong {
  color: rgba(191, 215, 218, 0.88);
}

.state-row--economic {
  opacity: 0.76;
}

.identity-note {
  margin: 0.95rem 0 0;
  color: rgba(171, 184, 184, 0.52);
  font: 0.62rem/1.5 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.08em;
}

.identity-note span {
  margin: 0 0.5rem;
  color: var(--gold);
}

.development-path {
  position: absolute;
  z-index: 11;
  right: clamp(2.3rem, 4.4vw, 4.8rem);
  bottom: clamp(7.2rem, 13.2vh, 8.2rem);
  width: min(39rem, 48vw);
  font-family: "IBM Plex Mono", Consolas, monospace;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}

.development-sequence {
  display: flex;
  gap: clamp(0.35rem, 0.7vw, 0.75rem);
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  color: rgba(213, 220, 214, 0.62);
  font-size: clamp(0.5rem, 0.59vw, 0.62rem);
  letter-spacing: 0.075em;
  white-space: nowrap;
}

.development-sequence i {
  color: rgba(224, 188, 113, 0.62);
  font-style: normal;
}

.development-launch {
  margin: 0.75rem 0 0;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(219, 181, 105, 0.3);
  color: rgba(242, 226, 191, 0.9);
  font-size: 0.67rem;
  letter-spacing: 0.15em;
  text-align: right;
}

.development-launch span {
  margin: 0 0.35rem;
  color: rgba(139, 181, 197, 0.58);
}

.system-meta {
  position: absolute;
  z-index: 10;
  right: clamp(2.2rem, 4.4vw, 4.8rem);
  bottom: clamp(1.65rem, 3.7vh, 2.5rem);
  left: clamp(2.75rem, 5.3vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(22rem, 1fr) auto auto;
  gap: 3rem;
  align-items: end;
  font-family: "IBM Plex Mono", Consolas, monospace;
}

.system-designation {
  display: grid;
  gap: 0.35rem;
}

.meta-label,
.system-designation,
.coordinate,
.public-mark {
  color: rgba(184, 197, 196, 0.64);
  font-size: 0.66rem;
  line-height: 1.55;
  letter-spacing: 0.11em;
}

.system-designation .meta-label {
  color: rgba(230, 198, 134, 0.82);
}

.coordinate,
.public-mark {
  display: grid;
  gap: 0.15rem;
  text-align: right;
}

.public-mark {
  color: rgba(231, 198, 132, 0.82);
}

.harmonic-trace {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: clamp(4.7rem, 9vh, 5.6rem);
  left: 0;
  height: 8.25rem;
  opacity: 0.28;
}

.harmonic-trace svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.trace-guide,
.trace-wave {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.trace-guide {
  stroke: rgba(143, 182, 198, 0.11);
  stroke-width: 1;
  stroke-dasharray: 1 7;
}

.trace-wave {
  stroke: rgba(224, 187, 111, 0.62);
  stroke-width: 1.1;
  stroke-dasharray: 210 28;
  animation: wave-travel 18s linear infinite;
}

.trace-wave--ghost {
  stroke: rgba(123, 174, 193, 0.16);
  stroke-width: 14;
  stroke-dasharray: none;
  filter: blur(7px);
  animation: none;
}

.builder-mark,
.console-mark,
.title-field,
.statement,
.telemetry,
.development-path,
.system-meta,
.tetractys-shell {
  opacity: 0;
  animation: notation-reveal 900ms cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}

.console-mark {
  animation-delay: 100ms;
}

.title-field {
  animation-delay: 130ms;
}

.tetractys-shell {
  animation-delay: 230ms;
}

.statement {
  animation-delay: 340ms;
}

.telemetry {
  animation-delay: 460ms;
}

.development-path {
  animation-delay: 520ms;
}

.system-meta {
  animation-delay: 560ms;
}

@keyframes notation-reveal {
  from {
    opacity: 0;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes ring-drift {
  to {
    transform: rotate(360deg);
  }
}

@keyframes satellite-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes node-breathe {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.84);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.14);
  }
}

@keyframes wave-travel {
  to {
    stroke-dashoffset: -476;
  }
}

@media (max-width: 1180px) {
  .title-field h1 {
    font-size: clamp(5.2rem, 10vw, 7.3rem);
  }

  .tetractys-shell {
    left: 25vw;
    width: min(57vw, 40rem);
  }

  .telemetry {
    right: 2rem;
    width: 16.2rem;
  }

  .development-path {
    right: 2rem;
    width: min(35rem, 52vw);
  }

  .statement {
    width: 31rem;
  }

  .system-meta {
    grid-template-columns: minmax(18rem, 1fr) auto;
  }

  .coordinate {
    display: none;
  }
}

@media (max-width: 820px) {
  .plate {
    display: flex;
    min-height: 100svh;
    padding: 1.15rem 1.1rem 1.3rem;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .plate::before {
    position: fixed;
  }

  .atmosphere {
    position: fixed;
    inset: -2%;
    background-position: 57% -5rem;
    background-size: auto 108vh;
    filter: saturate(0.82) brightness(0.88) contrast(1.08);
  }

  .atmosphere::before {
    background:
      radial-gradient(circle at 50% 30%, rgba(2, 10, 18, 0.6) 0 13%, rgba(2, 10, 18, 0.28) 34%, transparent 58%),
      linear-gradient(180deg, rgba(1, 7, 13, 0.14), rgba(1, 7, 13, 0.42));
  }

  .blueprint-grid {
    position: fixed;
    background-size: 48px 48px, 48px 48px, 12px 12px, 12px 12px;
    mask-image: radial-gradient(ellipse at 50% 29%, black, transparent 76%);
  }

  .field-geometry {
    position: fixed;
    width: 160%;
    height: 85%;
    margin-left: -32%;
    opacity: 0.74;
  }

  .frame-geometry {
    position: fixed;
    height: 100vh;
    opacity: 0.44;
  }

  .instrument-header,
  .title-field,
  .tetractys-shell,
  .statement,
  .telemetry,
  .development-path,
  .system-meta {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
  }

  .instrument-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    flex: 0 0 auto;
    font-size: 0.56rem;
  }

  .builder-mark {
    gap: 0.45rem;
  }

  .console-mark {
    justify-self: end;
    max-width: 10rem;
    gap: 0.45rem;
    line-height: 1.35;
    text-align: right;
  }

  .plate-index {
    display: none;
  }

  .title-field {
    z-index: 8;
    margin-top: 2.45rem;
  }

  .system-kicker {
    margin: 0 0 0.72rem 0.12rem;
    font-size: 0.54rem;
  }

  .title-field h1 {
    font-size: clamp(3.75rem, 17.1vw, 4.8rem);
    letter-spacing: -0.075em;
    line-height: 0.76;
  }

  .tetractys-shell {
    z-index: 7;
    order: 3;
    max-width: 27rem;
    margin: -0.45rem auto -2.8rem;
    transform: none;
  }

  .measurements text {
    font-size: 8px;
  }

  .tetractys-shell figcaption {
    right: 11%;
    bottom: 9.5%;
    left: 11%;
    font-size: 0.47rem;
    letter-spacing: 0.12em;
  }

  .statement {
    z-index: 8;
    order: 4;
    margin: 0;
  }

  .tagline {
    font-size: clamp(1.95rem, 9.2vw, 2.6rem);
  }

  .description {
    margin-top: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .telemetry {
    z-index: 8;
    order: 5;
    margin-top: 1.55rem;
  }

  .telemetry::before {
    display: none;
  }

  .telemetry-heading {
    margin-bottom: 0.55rem;
  }

  .state-row {
    grid-template-columns: 1.6rem minmax(4.8rem, 0.75fr) 1.25fr;
    min-height: 2.25rem;
  }

  .state-row__name,
  .state-row strong {
    font-size: 0.6rem;
  }

  .identity-note {
    margin-top: 0.58rem;
    font-size: 0.5rem;
  }

  .development-path {
    z-index: 8;
    order: 6;
    margin-top: 1.2rem;
  }

  .development-sequence {
    flex-wrap: wrap;
    gap: 0.32rem 0.48rem;
    justify-content: flex-start;
    font-size: 0.47rem;
    letter-spacing: 0.055em;
  }

  .development-launch {
    margin-top: 0.58rem;
    padding-top: 0.58rem;
    font-size: 0.56rem;
    text-align: left;
  }

  .system-meta {
    z-index: 8;
    order: 7;
    display: flex;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(143, 182, 198, 0.16);
    flex-direction: column;
    align-items: flex-start;
  }

  .system-designation {
    gap: 0.28rem;
    font-size: 0.52rem;
  }

  .public-mark {
    display: flex;
    gap: 1.25rem;
    font-size: 0.52rem;
    text-align: left;
  }

  .harmonic-trace {
    position: fixed;
    bottom: 14%;
    width: 180%;
    margin-left: -35%;
    opacity: 0.24;
  }

}

@media (max-width: 420px) and (max-height: 880px) {
  .plate {
    padding-top: 0.9rem;
  }

  .title-field {
    margin-top: 1.7rem;
  }

  .tetractys-shell {
    max-width: 22.5rem;
    margin: -1rem auto -1rem;
  }

  .tetractys-shell figcaption {
    right: 9%;
    bottom: 8.4%;
    left: 9%;
    font-size: 0.41rem;
    letter-spacing: 0.08em;
  }

  .telemetry {
    margin-top: 0.95rem;
  }

  .state-row {
    min-height: 2.05rem;
  }

  .system-meta {
    display: none;
  }

  .public-mark {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .atmosphere,
  .frame-geometry,
  .field-geometry,
  .tetractys-shell {
    transform: none !important;
  }
}

/* High-resolution single-focus composition */
.plate--hires {
  display: block;
  min-height: 100svh;
  overflow: hidden;
  background: #020812;
}

.plate--hires::before,
.plate--hires::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: normal;
}

.plate--hires::before {
  border: 0;
  background:
    linear-gradient(90deg, rgba(2, 8, 15, 0.9) 0%, rgba(2, 9, 17, 0.66) 24%, rgba(2, 10, 18, 0.12) 43%, rgba(2, 9, 17, 0.08) 68%, rgba(2, 8, 15, 0.64) 84%, rgba(2, 7, 13, 0.88) 100%),
    linear-gradient(180deg, rgba(1, 6, 12, 0.46) 0%, transparent 22%, transparent 68%, rgba(1, 6, 12, 0.74) 100%);
  box-shadow: none;
}

.plate--hires::after {
  border: 1px solid rgba(239, 206, 142, 0.16);
  background: radial-gradient(ellipse at 58% 43%, transparent 28%, rgba(0, 5, 10, 0.08) 67%, rgba(0, 4, 8, 0.36) 100%);
  box-shadow: inset 0 0 110px rgba(0, 0, 0, 0.32);
}

.plate--hires .atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0;
  transform: none;
  background: url("./assets/art/tet10-background-hires.png") center center / cover no-repeat;
  filter: saturate(0.76) brightness(0.66) contrast(1.08);
  transition: none;
}

.plate--hires .atmosphere::before {
  background: radial-gradient(circle at 58% 43%, rgba(3, 12, 21, 0.18) 0 14%, transparent 34%);
}

.plate--hires .atmosphere::after {
  background: none;
  mix-blend-mode: normal;
}

.plate--hires > .blueprint-grid,
.plate--hires > .frame-geometry,
.plate--hires > .field-geometry,
.plate--hires > .system-meta {
  display: none;
}

.plate--hires .instrument-header {
  z-index: 12;
  top: 1.85rem;
  right: clamp(2rem, 4.6vw, 4.75rem);
  left: clamp(2rem, 4.6vw, 4.75rem);
  color: rgba(233, 227, 212, 0.78);
  font-size: 0.68rem;
}

.plate--hires .console-mark {
  color: rgba(236, 219, 180, 0.78);
}

.plate--hires .plate-index {
  color: rgba(191, 198, 191, 0.56);
}

.plate--hires .title-field {
  z-index: 9;
  top: clamp(6.4rem, 13.2vh, 7.8rem);
  left: clamp(2.75rem, 5.2vw, 5.4rem);
  max-width: 46vw;
}

.plate--hires .system-kicker {
  margin: 0 0 1rem 0.15rem;
  color: rgba(240, 205, 137, 0.94);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
}

.plate--hires .title-field h1 {
  color: rgba(246, 240, 225, 0.97);
  font-size: clamp(5rem, 7.6vw, 7.8rem);
  line-height: 0.78;
  letter-spacing: -0.065em;
  text-shadow: 0 5px 34px rgba(0, 0, 0, 0.82);
}

.plate--hires .title-field h1 span {
  color: rgba(224, 200, 146, 0.14);
  -webkit-text-stroke: 1px rgba(229, 195, 125, 0.82);
}

.plate--hires .tetractys-shell {
  position: absolute;
  z-index: 7;
  top: 18.5vh;
  left: 58.2%;
  width: 31rem;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  transition: none;
  pointer-events: none;
}

.plate--hires .tetractys-shell::before,
.plate--hires .measurements,
.plate--hires .node-orbit,
.plate--hires .node-satellite {
  display: none;
}

.plate--hires .tetractys {
  width: 100%;
  filter: drop-shadow(0 0 18px rgba(221, 178, 91, 0.24));
}

.plate--hires .construction-rotor {
  display: block;
  opacity: 0.52;
  animation: ring-drift 72s linear infinite;
}

.plate--hires .lattice {
  display: block;
  opacity: 0.62;
}

.system-orbit__track {
  fill: none;
  stroke: rgba(147, 191, 204, 0.32);
  stroke-dasharray: 2 9;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.system-orbit__tracer {
  fill: #f1d28f;
  filter: drop-shadow(0 0 7px rgba(232, 190, 106, 0.92));
  offset-path: path("M133 333C137 174 262 88 413 127c116 30 174 132 143 244");
  offset-rotate: 0deg;
  animation: tracer-orbit 16s cubic-bezier(0.35, 0.05, 0.3, 1) infinite;
}

.plate--hires .node-glow {
  opacity: 0.4;
  animation: node-breathe 9s ease-in-out infinite;
}

.plate--hires .node-core {
  opacity: 0.68;
}

.plate--hires .tetractys-shell figcaption {
  right: 10%;
  bottom: -5.2rem;
  left: 10%;
  color: rgba(232, 226, 210, 0.82);
  font-size: 0.57rem;
  letter-spacing: 0.16em;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.96);
}

.plate--hires .statement {
  z-index: 10;
  bottom: clamp(5.4rem, 11.5vh, 6.8rem);
  left: clamp(2.75rem, 5.2vw, 5.4rem);
  width: min(31rem, 40vw);
  text-shadow: 0 3px 26px rgba(0, 0, 0, 0.92);
}

.plate--hires .tagline {
  font-size: clamp(2.45rem, 3.45vw, 3.45rem);
  line-height: 0.96;
}

.plate--hires .description {
  max-width: 28rem;
  margin-top: 1rem;
  border-left-color: rgba(230, 192, 115, 0.76);
  color: rgba(240, 238, 228, 0.9);
  font-size: 0.98rem;
}

.plate--hires .telemetry {
  z-index: 11;
  top: clamp(8.7rem, 17.5vh, 10rem);
  right: clamp(2.75rem, 4.7vw, 4.8rem);
  width: clamp(18rem, 21vw, 20.5rem);
  padding: 0.85rem 0 0.35rem 1.2rem;
  border-left: 1px solid rgba(226, 188, 111, 0.48);
  background: linear-gradient(90deg, rgba(2, 9, 16, 0.82), rgba(2, 8, 15, 0.34));
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.96);
}

.plate--hires .telemetry::before {
  display: none;
}

.plate--hires .telemetry-heading {
  margin-bottom: 0.8rem;
  color: rgba(242, 204, 128, 0.98);
}

.plate--hires .telemetry-heading h2 {
  font-size: 0.7rem;
}

.plate--hires .telemetry-heading span {
  color: rgba(205, 213, 208, 0.7);
  font-size: 0.55rem;
}

.plate--hires .state-row {
  grid-template-columns: 1.45rem minmax(4.3rem, 0.72fr) 1.35fr;
  min-height: 2.8rem;
  border-top-color: rgba(180, 202, 204, 0.24);
}

.plate--hires .state-row:last-child {
  border-bottom-color: rgba(180, 202, 204, 0.24);
}

.plate--hires .state-row__index {
  color: rgba(171, 195, 201, 0.68);
  font-size: 0.58rem;
}

.plate--hires .state-row__name {
  color: rgba(239, 237, 226, 0.9);
  font-size: 0.74rem;
}

.plate--hires .state-row strong {
  color: rgba(239, 221, 181, 0.92);
  font-size: 0.73rem;
}

.plate--hires .state-row--live strong {
  color: #b8ddc5;
}

.plate--hires .state-row--paused strong,
.plate--hires .state-row--resident strong {
  color: rgba(239, 203, 132, 0.94);
}

.plate--hires .development-path {
  z-index: 11;
  right: clamp(2.75rem, 4.7vw, 4.8rem);
  bottom: clamp(2.25rem, 5vh, 3rem);
  width: clamp(18rem, 21vw, 20.5rem);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.96);
}

.plate--hires .harmonic-trace {
  z-index: 4;
  right: 7vw;
  bottom: clamp(3.8rem, 8vh, 5.1rem);
  left: auto;
  width: min(49vw, 43rem);
  height: 4.2rem;
  opacity: 0.48;
  pointer-events: none;
}

.plate--hires .trace-guide {
  stroke: rgba(144, 188, 201, 0.2);
}

.plate--hires .trace-wave {
  stroke: rgba(222, 184, 106, 0.72);
  stroke-width: 1.2;
  animation-duration: 26s;
  animation-delay: 4s;
}

.plate--hires .development-sequence {
  justify-content: flex-start;
  color: rgba(224, 225, 215, 0.8);
  font-size: 0.6rem;
  letter-spacing: 0.11em;
}

.plate--hires .development-sequence span {
  color: rgba(226, 191, 119, 0.86);
}

.plate--hires .development-launch {
  margin-top: 0.6rem;
  padding-top: 0.62rem;
  color: rgba(245, 226, 185, 0.94);
  font-size: 0.72rem;
  text-align: left;
}

.plate--hires .builder-mark,
.plate--hires .console-mark,
.plate--hires .title-field,
.plate--hires .statement,
.plate--hires .telemetry,
.plate--hires .development-path,
.plate--hires .tetractys-shell {
  opacity: 1;
  animation: none;
}

@media (max-width: 1180px) and (min-width: 821px) {
  .plate--hires .title-field {
    max-width: 49vw;
  }

  .plate--hires .title-field h1 {
    font-size: clamp(4.8rem, 9.2vw, 6.8rem);
  }

  .plate--hires .tetractys-shell {
    width: 27.5rem;
  }

  .plate--hires .telemetry,
  .plate--hires .development-path {
    right: 2rem;
    width: 17.5rem;
  }
}

@keyframes tracer-orbit {
  0%, 12% { opacity: 0; offset-distance: 0%; }
  17% { opacity: 1; }
  66% { opacity: 0.9; offset-distance: 100%; }
  73%, 100% { opacity: 0; offset-distance: 100%; }
}

@media (max-width: 820px) {
  .plate--hires {
    display: block;
    min-height: max(100svh, 50rem);
    padding: 0;
    overflow: hidden;
  }

  .plate--hires::before {
    position: absolute;
    background:
      linear-gradient(180deg, rgba(1, 7, 14, 0.7) 0%, rgba(1, 8, 15, 0.22) 22%, rgba(1, 8, 15, 0.12) 50%, rgba(1, 7, 13, 0.83) 76%, rgba(1, 6, 12, 0.96) 100%),
      linear-gradient(90deg, rgba(1, 7, 13, 0.42), transparent 24%, transparent 76%, rgba(1, 7, 13, 0.42));
  }

  .plate--hires::after {
    position: absolute;
    box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.28);
  }

  .plate--hires .atmosphere {
    position: absolute;
    inset: 0;
    transform: none;
    background-position: 60% center;
    background-size: auto 100%;
    filter: saturate(0.72) brightness(0.6) contrast(1.08);
  }

  .plate--hires .atmosphere::before {
    background: radial-gradient(circle at 50% 38%, rgba(3, 12, 21, 0.14) 0 16%, transparent 37%);
  }

  .plate--hires .instrument-header {
    position: absolute;
    top: 1rem;
    right: 1.05rem;
    left: 1.05rem;
    width: auto;
    font-size: 0.52rem;
  }

  .plate--hires .console-mark {
    max-width: none;
  }

  .plate--hires .title-field {
    position: absolute;
    top: 4.05rem;
    right: 1.05rem;
    left: 1.05rem;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .plate--hires .system-kicker {
    margin-bottom: 0.62rem;
    font-size: 0.53rem;
    letter-spacing: 0.16em;
  }

  .plate--hires .title-field h1 {
    font-size: clamp(3.7rem, 17vw, 4.25rem);
    line-height: 0.76;
  }

  .plate--hires .tetractys-shell {
    position: absolute;
    top: 9.6rem;
    left: 50%;
    width: 26rem;
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .plate--hires .tetractys-shell figcaption {
    display: none;
  }

  .plate--hires .statement {
    position: absolute;
    z-index: 10;
    top: 33rem;
    right: 1.05rem;
    bottom: auto;
    left: 1.05rem;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .plate--hires .tagline {
    font-size: clamp(2.05rem, 9.3vw, 2.45rem);
    line-height: 0.95;
  }

  .plate--hires .description {
    max-width: 22rem;
    margin-top: 0.7rem;
    padding-left: 0.8rem;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .plate--hires .telemetry {
    position: absolute;
    z-index: 11;
    top: 39.2rem;
    right: 1.05rem;
    left: 1.05rem;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0.55rem 0 0.2rem 0.75rem;
  }

  .plate--hires .telemetry-heading {
    margin-bottom: 0.35rem;
  }

  .plate--hires .telemetry-heading h2 {
    font-size: 0.59rem;
  }

  .plate--hires .telemetry-heading span {
    font-size: 0.47rem;
  }

  .plate--hires .state-row {
    grid-template-columns: 1.35rem minmax(4.2rem, 0.7fr) 1.3fr;
    min-height: 1.9rem;
  }

  .plate--hires .state-row__index {
    font-size: 0.48rem;
  }

  .plate--hires .state-row__name,
  .plate--hires .state-row strong {
    font-size: 0.63rem;
  }

  .plate--hires .development-path {
    position: absolute;
    z-index: 11;
    right: 1.05rem;
    bottom: 1.05rem;
    left: 1.05rem;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .plate--hires .development-sequence {
    display: block;
    font-size: 0.49rem;
    text-align: left;
  }

  .plate--hires .development-launch {
    margin-top: 0.42rem;
    padding-top: 0.48rem;
    font-size: 0.59rem;
  }

  .plate--hires .harmonic-trace {
    right: 0;
    bottom: 8.15rem;
    left: 0;
    width: 100%;
    height: 2.8rem;
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plate--hires .construction-rotor,
  .plate--hires .node-glow,
  .plate--hires .system-orbit__tracer,
  .plate--hires .trace-wave {
    animation: none !important;
  }

  .plate--hires .system-orbit__tracer {
    opacity: 0;
  }

}

@media (max-width: 380px) {
  .plate--hires .tetractys-shell {
    width: 25.5rem;
  }

  .plate--hires .statement {
    top: 32.2rem;
  }

  .plate--hires .telemetry {
    top: 38.7rem;
  }
}

/* The raster artwork owns the single visible Tetractys. */
.plate--hires .shooting-star-field {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.shooting-star {
  position: absolute;
  width: var(--star-length, 7rem);
  height: 1px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(142, 211, 232, 0.28) 54%, rgba(247, 233, 191, 0.94));
  box-shadow: 0 0 5px rgba(164, 220, 235, 0.36);
  transform: rotate(var(--star-angle, 24deg));
  transform-origin: 100% 50%;
  animation: shooting-star var(--star-duration, 900ms) ease-out forwards;
}

.shooting-star::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff8dc;
  box-shadow: 0 0 7px rgba(250, 228, 174, 0.92);
  transform: translateY(-50%);
}

.plate--hires .development-note {
  max-width: 29rem;
  margin: 0.7rem 0 0 1rem;
  color: rgba(228, 208, 164, 0.88);
  font: 0.73rem/1.45 "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.035em;
}

.plate--hires .telemetry {
  width: clamp(20rem, 23vw, 22rem);
  background: linear-gradient(90deg, rgba(2, 9, 16, 0.76), rgba(2, 8, 15, 0.22));
}

.plate--hires .telemetry-heading {
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}

.plate--hires .telemetry-heading h2 {
  font-size: 0.77rem;
  letter-spacing: 0.17em;
}

.plate--hires .state-row {
  grid-template-columns: max-content minmax(0.9rem, 1fr) max-content;
  gap: 0.65rem;
  min-height: 2.8rem;
}

.plate--hires .state-row::after {
  content: none;
}

.plate--hires .state-row__name {
  color: rgba(244, 241, 230, 0.94);
  font-size: 0.77rem;
}

.plate--hires .state-row__leader {
  align-self: center;
  border-bottom: 1px dotted rgba(177, 200, 204, 0.42);
}

.plate--hires .state-row strong {
  color: rgba(245, 226, 185, 0.98);
  font-size: 0.75rem;
  white-space: nowrap;
}

.plate--hires .development-path {
  bottom: clamp(2.2rem, 4.5vh, 2.8rem);
  width: clamp(20rem, 23vw, 22rem);
}

.plate--hires .development-sequence {
  display: block;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(219, 181, 105, 0.3);
  color: rgba(242, 228, 196, 0.94);
  font-size: 0.71rem;
  letter-spacing: 0.11em;
  text-align: left;
}

@keyframes shooting-star {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--star-angle, 24deg));
  }

  18% {
    opacity: 0.92;
  }

  76% {
    opacity: 0.68;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--star-travel-x, 15rem), var(--star-travel-y, 6rem), 0) rotate(var(--star-angle, 24deg));
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .plate--hires .telemetry,
  .plate--hires .development-path {
    width: 20rem;
  }
}

@media (max-width: 820px) {
  .plate--hires .statement {
    top: 30.2rem;
  }

  .plate--hires .development-note {
    max-width: 21rem;
    margin-top: 0.55rem;
    margin-left: 0.8rem;
    font-size: 0.64rem;
    line-height: 1.4;
  }

  .plate--hires .telemetry {
    top: 40.7rem;
    width: auto;
    padding-top: 0.5rem;
    background: linear-gradient(90deg, rgba(2, 9, 16, 0.78), rgba(2, 8, 15, 0.24));
  }

  .plate--hires .telemetry-heading h2 {
    font-size: 0.65rem;
  }

  .plate--hires .state-row {
    grid-template-columns: max-content minmax(0.65rem, 1fr) max-content;
    gap: 0.42rem;
    min-height: 1.9rem;
  }

  .plate--hires .state-row__name,
  .plate--hires .state-row strong {
    font-size: 0.67rem;
  }

  .plate--hires .state-row--live strong::before {
    margin-right: 0.35rem;
  }

  .plate--hires .development-path {
    bottom: 0.85rem;
    width: auto;
  }

  .plate--hires .development-sequence {
    padding-top: 0.48rem;
    font-size: 0.58rem;
  }
}

@media (max-width: 380px) {
  .plate--hires .statement {
    top: 29.85rem;
  }

  .plate--hires .telemetry {
    top: 40.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plate--hires .shooting-star-field {
    display: none;
  }
}

/* One unframed research statement occupies the former right-side readout. */
@property --manifesto-reveal {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 115%;
}

.plate--hires .manifesto {
  position: absolute;
  z-index: 11;
  top: clamp(9rem, 18vh, 11rem);
  right: clamp(2.75rem, 4.7vw, 4.8rem);
  width: clamp(22rem, 25.5vw, 23.5rem);
  color: rgba(244, 248, 246, 0.97);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: clamp(1.25rem, 1.55vw, 1.45rem);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.035em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.82), 0 0 10px rgba(171, 213, 220, 0.12);
}

.plate--hires .manifesto__frame {
  opacity: 0;
  filter: blur(0);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(var(--manifesto-reveal) - 10%), transparent calc(var(--manifesto-reveal) + 10%));
  mask-image: linear-gradient(to bottom, #000 calc(var(--manifesto-reveal) - 10%), transparent calc(var(--manifesto-reveal) + 10%));
  transition: opacity 900ms ease-in-out;
}

.plate--hires .manifesto__frame.is-entering {
  animation: manifesto-materialize 1500ms ease-in-out both;
}

.plate--hires .manifesto__frame.is-visible {
  opacity: 1;
}

.plate--hires .manifesto__frame[hidden],
.plate--hires .manifesto__fallback[hidden] {
  display: none !important;
}

.plate--hires .manifesto p {
  margin: 0;
}

.plate--hires .manifesto p + p {
  margin-top: 0.78rem;
}

.plate--hires .manifesto__frame--principles p + p {
  margin-top: 0.42rem;
}

.plate--hires .manifesto__frame:nth-child(2),
.plate--hires .manifesto__frame:nth-child(6) {
  font-size: clamp(1.5rem, 1.85vw, 1.75rem);
  font-weight: 600;
  line-height: 1.33;
}

.plate--hires .manifesto__frame:nth-child(4) p:last-child {
  color: rgba(249, 245, 228, 0.98);
  font-weight: 600;
}

.plate--hires .manifesto__frame--final p:first-child {
  color: rgba(191, 214, 220, 0.96);
  font-size: clamp(1.08rem, 1.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.plate--hires .manifesto__frame--final p:last-child {
  margin-top: 0.55rem;
  color: rgba(245, 248, 244, 0.98);
  font-size: clamp(1.5rem, 1.85vw, 1.75rem);
  font-weight: 600;
}

.plate--hires .manifesto__fallback {
  font-size: 1.03rem;
}

.plate--hires .manifesto__fallback p + p {
  margin-top: 0.7rem;
}

.plate--hires .manifesto__fallback p:last-child {
  color: rgba(191, 214, 220, 0.96);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@keyframes manifesto-materialize {
  0% {
    --manifesto-reveal: -10%;
    opacity: 0;
    filter: blur(4px);
  }

  30% {
    opacity: 1;
  }

  100% {
    --manifesto-reveal: 115%;
    opacity: 1;
    filter: blur(0);
  }
}

@media (max-width: 820px) {
  .plate--hires .manifesto {
    top: 40.65rem;
    right: 1.05rem;
    left: 1.05rem;
    width: auto;
    font-size: clamp(1rem, 4.35vw, 1.125rem);
    line-height: 1.38;
  }

  .plate--hires .manifesto__frame:nth-child(2),
  .plate--hires .manifesto__frame:nth-child(6) {
    font-size: clamp(1.05rem, 4.6vw, 1.2rem);
  }

  .plate--hires .manifesto p + p {
    margin-top: 0.48rem;
  }

  .plate--hires .manifesto__frame--principles p + p {
    margin-top: 0.22rem;
  }

  .plate--hires .manifesto__frame--final p:last-child {
    font-size: 1.2rem;
  }

  .plate--hires .manifesto__fallback {
    font-size: 0.94rem;
    line-height: 1.28;
  }

  .plate--hires .manifesto__fallback p:last-child {
    font-size: 0.82rem;
  }
}
