@font-face {
  font-family: "Syncopate";
  src: url("/assets/fonts/syncopate-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Syncopate";
  src: url("/assets/fonts/syncopate-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-space: #05030a;
  --deep-space-2: #0a0612;
  --deep-space-3: #10091b;
  --void-violet: #a855f7;
  --void-violet-bright: #c47aff;
  --void-violet-dim: #6f2ca8;
  --starlight: #f4efff;
  --starlight-dim: #c9bed8;
  --solar-gold: #e2b95f;
  --corruption: #e34969;
  --line: rgba(196, 122, 255, 0.22);
  --line-strong: rgba(196, 122, 255, 0.46);
  --panel: rgba(15, 8, 26, 0.82);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Syncopate", "Arial Black", "Helvetica Neue", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

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

html {
  background: var(--deep-space);
  color: var(--starlight);
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(87, 31, 128, 0.16), transparent 30rem),
    var(--deep-space);
  color: var(--starlight);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border: 1px solid var(--void-violet-bright);
  background: var(--deep-space);
  color: var(--starlight);
}

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

:focus-visible {
  outline: 2px solid var(--solar-gold);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--shell);
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(244, 239, 255, 0.12);
}

.mini-wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--starlight);
  font-family: var(--display);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.signal-mark {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(196, 122, 255, 0.7);
  border-radius: 50%;
}

.signal-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--starlight);
  box-shadow: 0 0 10px var(--void-violet-bright);
  content: "";
}

.signal-mark i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid transparent;
  border-top-color: var(--void-violet-bright);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}

.signal-mark i:nth-child(1) { width: 11px; height: 11px; }
.signal-mark i:nth-child(2) { width: 17px; height: 17px; transform: translate(-50%, -50%) rotate(125deg); }
.signal-mark i:nth-child(3) { width: 23px; height: 23px; transform: translate(-50%, -50%) rotate(215deg); }

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
}

.site-header nav a,
.site-footer a {
  position: relative;
  color: var(--starlight-dim);
  font-family: var(--mono);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a::after,
.site-footer > div a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--void-violet-bright);
  content: "";
  transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after,
.site-footer > div a:hover::after,
.site-footer > div a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  display: grid;
  min-height: 860px;
  padding: 160px max(24px, calc((100vw - 1180px) / 2)) 42px;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(40px, 7vw, 120px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 43%, rgba(168, 85, 247, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(11, 6, 20, 0.1), rgba(5, 3, 10, 0.8));
}

.hero::before {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 10, 0.94) 0%, rgba(5, 3, 10, 0.76) 42%, rgba(5, 3, 10, 0.2) 74%, rgba(5, 3, 10, 0.9) 100%),
    radial-gradient(ellipse at 75% 32%, rgba(80, 25, 122, 0.5), transparent 42%),
    radial-gradient(ellipse at 75% 56%, rgba(167, 42, 106, 0.15), transparent 30%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -2;
  top: -20%;
  right: -9%;
  width: min(63vw, 950px);
  aspect-ratio: 1;
  border: 1px solid rgba(168, 85, 247, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 90px rgba(168, 85, 247, 0.1) inset,
    0 0 120px rgba(37, 13, 53, 0.5);
  content: "";
}

.hero-stars {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.7;
  background-image:
    radial-gradient(circle at 8% 18%, #fff 0 0.8px, transparent 1px),
    radial-gradient(circle at 17% 64%, #fff 0 0.7px, transparent 1px),
    radial-gradient(circle at 25% 38%, #b98aff 0 0.8px, transparent 1.1px),
    radial-gradient(circle at 39% 12%, #fff 0 0.7px, transparent 1px),
    radial-gradient(circle at 52% 78%, #fff 0 0.8px, transparent 1.1px),
    radial-gradient(circle at 64% 26%, #d0b0ff 0 1px, transparent 1.3px),
    radial-gradient(circle at 72% 71%, #fff 0 0.7px, transparent 1px),
    radial-gradient(circle at 84% 11%, #fff 0 0.8px, transparent 1.2px),
    radial-gradient(circle at 93% 58%, #c99cff 0 0.8px, transparent 1.2px);
  background-size: 183px 211px, 211px 173px, 227px 197px, 251px 239px, 197px 223px, 281px 193px, 233px 271px, 267px 251px, 313px 211px;
}

.hero-grid {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -25%;
  width: 72%;
  height: 70%;
  opacity: 0.12;
  transform: perspective(450px) rotateX(63deg) rotateZ(-8deg);
  background-image:
    linear-gradient(rgba(196, 122, 255, 0.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 122, 255, 0.8) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to top, black, transparent 75%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 670px;
}

.eyebrow {
  margin-bottom: 24px;
  color: var(--void-violet-bright);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 16px;
  color: var(--solar-gold);
}

.hero h1 {
  margin-bottom: 26px;
  font-family: var(--display);
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-the {
  display: block;
  margin-bottom: 10px;
  color: var(--starlight-dim);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.9em;
}

.hero-outer {
  display: block;
  max-width: 700px;
  background: linear-gradient(100deg, #fff 20%, #d8c7f1 56%, #a855f7 115%);
  background-clip: text;
  color: transparent;
  font-size: clamp(3rem, 6.8vw, 6.75rem);
  letter-spacing: -0.075em;
  filter: drop-shadow(0 0 28px rgba(168, 85, 247, 0.12));
}

.hero-hook {
  margin-bottom: 23px;
  color: var(--starlight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.22;
}

.hero-intro {
  max-width: 590px;
  margin-bottom: 34px;
  color: var(--starlight-dim);
  font-size: 1.04rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 18px;
  border: 1px solid var(--void-violet);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  position: relative;
  overflow: hidden;
  background: var(--void-violet);
  color: #09030e;
  box-shadow: 0 0 34px rgba(168, 85, 247, 0.14);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--starlight);
  background: var(--starlight);
  color: var(--deep-space);
  box-shadow: 0 0 44px rgba(196, 122, 255, 0.27);
}

.text-link {
  color: var(--starlight-dim);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--starlight);
  text-decoration-color: var(--solar-gold);
}

.availability {
  display: flex;
  margin: 28px 0 0;
  align-items: center;
  gap: 11px;
  color: #b6abc4;
  font-family: var(--mono);
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.availability > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--corruption);
  box-shadow: 0 0 14px rgba(227, 73, 105, 0.65);
}

.signal-visual {
  position: relative;
  z-index: 1;
  width: min(44vw, 560px);
  aspect-ratio: 1;
  justify-self: center;
  filter: drop-shadow(0 0 60px rgba(72, 24, 106, 0.28));
}

.corrupted-world {
  position: absolute;
  z-index: 1;
  top: -1%;
  right: -2%;
  width: 27%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(191, 163, 224, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 31%, rgba(218, 226, 244, 0.92), transparent 4%),
    radial-gradient(circle at 32% 30%, rgba(126, 174, 196, 0.78), transparent 24%),
    radial-gradient(circle at 66% 64%, rgba(26, 54, 66, 0.9), transparent 33%),
    radial-gradient(circle at 44% 44%, #46666e, #142a35 53%, #060912 78%);
  box-shadow:
    -13px 16px 40px rgba(38, 130, 174, 0.16),
    0 0 32px rgba(168, 85, 247, 0.26) inset;
}

.corrupted-world::before {
  position: absolute;
  inset: -7%;
  border-radius: 50%;
  background:
    conic-gradient(from 42deg at 58% 47%, transparent 0 6%, rgba(229, 79, 184, 0.8) 6.4% 6.8%, transparent 7.2% 14%, rgba(196, 122, 255, 0.72) 14.4% 14.9%, transparent 15.3% 100%);
  content: "";
  filter: blur(0.5px);
}

.corrupted-world::after {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(108deg, rgba(244, 239, 255, 0.14), transparent 38%, rgba(3, 2, 8, 0.62) 72%);
  content: "";
}

.corrupted-world i {
  position: absolute;
  z-index: 2;
  width: 38%;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(244, 168, 255, 0.96), transparent);
  box-shadow: 0 0 8px rgba(196, 122, 255, 0.9);
}

.corrupted-world i:nth-child(1) { top: 43%; left: 41%; transform: rotate(34deg); }
.corrupted-world i:nth-child(2) { top: 54%; left: 44%; transform: rotate(-54deg); }
.corrupted-world i:nth-child(3) { top: 36%; left: 53%; transform: rotate(101deg); }

.void-tendrils {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 43%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 13px rgba(168, 85, 247, 0.42));
}

.void-tendrils i {
  position: absolute;
  bottom: 49%;
  left: calc(50% - 9px);
  width: 18px;
  height: 64%;
  transform-origin: 50% 100%;
  border-radius: 80% 10% 60% 20%;
  background: linear-gradient(90deg, rgba(18, 7, 27, 0.96), rgba(143, 64, 189, 0.9) 52%, rgba(27, 8, 37, 0.98));
  clip-path: polygon(38% 100%, 0 61%, 31% 18%, 55% 0, 70% 27%, 100% 6%, 68% 57%, 62% 100%);
}

.void-tendrils i:nth-child(1) { transform: rotate(-84deg) scaleY(0.98); }
.void-tendrils i:nth-child(2) { transform: rotate(-60deg) scaleY(1.18); }
.void-tendrils i:nth-child(3) { transform: rotate(-36deg) scaleY(0.92); }
.void-tendrils i:nth-child(4) { transform: rotate(-12deg) scaleY(1.22); }
.void-tendrils i:nth-child(5) { transform: rotate(18deg) scaleY(1.04); }
.void-tendrils i:nth-child(6) { transform: rotate(43deg) scaleY(1.17); }
.void-tendrils i:nth-child(7) { transform: rotate(68deg) scaleY(0.88); }
.void-tendrils i:nth-child(8) { transform: rotate(93deg) scaleY(1.08); }

.void-core,
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.void-core {
  z-index: 5;
  width: 33%;
  aspect-ratio: 1;
  background:
    radial-gradient(ellipse at 46% 50%, #d9b6ff 0 1.5%, #7b319f 3%, #1a0b25 14%, #07030b 42%, transparent 43%),
    conic-gradient(from 36deg, transparent, rgba(168, 85, 247, 0.7), transparent 18%, #050108 27%, rgba(127, 47, 175, 0.5), transparent 48%, #050108 64%, rgba(168, 85, 247, 0.52), transparent 80%);
  box-shadow:
    0 0 20px rgba(196, 122, 255, 0.3),
    0 0 80px rgba(109, 34, 159, 0.42),
    0 0 140px rgba(64, 19, 94, 0.4);
}

.void-core::before,
.void-core::after {
  position: absolute;
  inset: -18%;
  border: 1px solid rgba(196, 122, 255, 0.17);
  border-radius: 43% 57% 67% 33% / 51% 34% 66% 49%;
  content: "";
  transform: rotate(27deg);
}

.void-core::after {
  inset: -35%;
  border-color: rgba(196, 122, 255, 0.09);
  border-radius: 62% 38% 33% 67% / 43% 65% 35% 57%;
  transform: rotate(-42deg);
}

.core-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(219, 170, 255, 0.5) inset;
}

.core-eye {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 30%;
  height: 6%;
  transform: translate(-50%, -50%) rotate(-14deg);
  border-radius: 50%;
  background: #f1e8ff;
  box-shadow: 0 0 12px #fff, 0 0 35px var(--void-violet-bright);
}

.orbit {
  z-index: 2;
  border: 1px solid rgba(196, 122, 255, 0.23);
}

.orbit::before {
  position: absolute;
  inset: 4%;
  border: 1px solid transparent;
  border-top-color: rgba(226, 185, 95, 0.25);
  border-right-color: rgba(196, 122, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.orbit i {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid var(--void-violet-bright);
  transform: rotate(45deg);
  background: var(--deep-space);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.65);
}

.orbit-one {
  width: 50%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(18deg);
}

.orbit-one i:nth-child(1) { top: 8%; left: 27%; }
.orbit-one i:nth-child(2) { right: 3%; bottom: 32%; }
.orbit-one i:nth-child(3) { bottom: 3%; left: 31%; }

.orbit-two {
  width: 72%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-21deg);
  border-style: dashed;
}

.orbit-two i:nth-child(1) { top: 13%; right: 15%; }
.orbit-two i:nth-child(2) { bottom: 21%; left: 4%; }

.orbit-three {
  width: 94%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(43deg);
  border-color: rgba(196, 122, 255, 0.12);
}

.orbit-three i:nth-child(1) { top: 2%; left: 43%; }
.orbit-three i:nth-child(2) { top: 40%; right: -1%; }
.orbit-three i:nth-child(3) { bottom: 2%; left: 38%; }
.orbit-three i:nth-child(4) { top: 34%; left: -1%; }

.battle-line {
  position: absolute;
  z-index: 6;
  width: 43%;
  height: 19%;
}

.battle-line-left {
  top: 53%;
  left: -7%;
  transform: rotate(-7deg);
}

.battle-line-right {
  top: 43%;
  right: -6%;
  transform: rotate(187deg);
}

.battle-line i {
  position: absolute;
  width: 43%;
  height: 30%;
  clip-path: polygon(0 50%, 18% 19%, 42% 29%, 69% 0, 100% 50%, 69% 100%, 42% 71%, 18% 81%);
  background: linear-gradient(90deg, #395165, #c9e4ed 56%, #7680c6 83%, #b679ef);
  filter: drop-shadow(-7px 0 4px rgba(86, 193, 255, 0.46)) drop-shadow(0 0 7px rgba(196, 122, 255, 0.3));
}

.battle-line i:nth-child(1) { top: 3%; left: 1%; }
.battle-line i:nth-child(2) { top: 39%; left: 37%; transform: scale(0.72); }
.battle-line i:nth-child(3) { right: 0; bottom: 1%; transform: scale(0.52); }

.battle-line-right i {
  background: linear-gradient(90deg, #321c28, #886269 46%, #e2b95f 82%, #f3e1b2);
  filter: drop-shadow(-7px 0 4px rgba(246, 116, 77, 0.48)) drop-shadow(0 0 7px rgba(226, 185, 95, 0.25));
}

.battle-line-right i:nth-child(1) {
  top: 8%;
  left: 4%;
  width: 55%;
  height: 38%;
  clip-path: polygon(0 35%, 13% 20%, 23% 0, 83% 20%, 100% 50%, 83% 80%, 23% 100%, 13% 80%, 0 65%);
}

.battle-line-right i:nth-child(2) { right: 0; bottom: 4%; transform: scale(0.65); }

.progenitor-ruin {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 2%;
  width: 30%;
  height: 23%;
  opacity: 0.55;
}

.progenitor-ruin i {
  position: absolute;
  bottom: 0;
  border: 5px solid #352940;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 0 1px rgba(196, 122, 255, 0.24) inset;
}

.progenitor-ruin i:nth-child(1) { right: 4%; width: 56%; height: 96%; transform: rotate(9deg); }
.progenitor-ruin i:nth-child(2) { left: 10%; width: 39%; height: 64%; transform: rotate(-12deg); }
.progenitor-ruin i:nth-child(3) { right: 33%; width: 23%; height: 42%; border-width: 3px; }

.battle-alert {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 22%;
  padding: 7px 10px;
  transform: rotate(-1deg);
  border: 1px solid rgba(227, 73, 105, 0.8);
  background: rgba(38, 7, 15, 0.82);
  box-shadow: 0 0 18px rgba(227, 73, 105, 0.16);
  color: #ffc0cd;
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.battle-alert span,
.battle-alert b {
  display: block;
}

.battle-alert span {
  color: var(--corruption);
  font-size: 0.43rem;
}

.signal-beam {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: 48%;
  width: 110%;
  height: 1px;
  transform: rotate(-14deg);
  transform-origin: right center;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.22) 58%, rgba(244, 239, 255, 0.9));
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.45);
}

.visual-label {
  position: absolute;
  margin: 0;
  color: rgba(210, 190, 226, 0.58);
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.label-one { top: 7%; left: 8%; }
.label-two { right: 0; bottom: 20%; }
.label-three { bottom: 6%; left: 22%; color: rgba(227, 73, 105, 0.82); }

.hero-readout {
  z-index: 3;
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  padding-top: 26px;
  border-top: 1px solid rgba(244, 239, 255, 0.12);
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.hero-readout p {
  margin: 0;
  color: var(--starlight-dim);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-readout span {
  display: block;
  margin-bottom: 5px;
  color: rgba(201, 190, 216, 0.72);
  font-size: 0.58rem;
}

.section-shell {
  position: relative;
  width: var(--shell);
  margin: 0 auto;
  padding: 130px 0;
}

.section-number {
  position: absolute;
  top: 139px;
  left: -50px;
  color: rgba(196, 122, 255, 0.36);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}

.section-heading {
  max-width: 810px;
  margin-bottom: 66px;
}

.section-heading h2,
.final-signal h2,
.legal-shell h1,
.not-found-shell h1 {
  margin-bottom: 0;
  color: var(--starlight);
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.12;
  text-transform: uppercase;
}

.threat {
  min-height: 800px;
}

.threat::before {
  position: absolute;
  z-index: -1;
  top: 26%;
  right: 0;
  width: min(42vw, 600px);
  height: min(42vw, 600px);
  border: 1px solid rgba(168, 85, 247, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(168, 85, 247, 0.05) inset;
  content: "";
}

.threat-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
}

.lead-copy {
  max-width: 520px;
  color: var(--starlight-dim);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.48rem);
  line-height: 1.7;
}

.lead-copy p:nth-child(2) {
  color: var(--void-violet-bright);
  font-style: italic;
}

.entity-list {
  border-top: 1px solid var(--line-strong);
}

.entity-list article {
  position: relative;
  display: grid;
  min-height: 116px;
  padding: 25px 88px 25px 0;
  align-items: start;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 100px minmax(130px, 0.55fr) 1fr;
  gap: 18px;
}

.entity-list article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 1px;
  transform: scaleY(0);
  background: var(--void-violet-bright);
  content: "";
  transition: transform 220ms ease;
}

.entity-list article:hover::before {
  transform: scaleY(1);
}

.entity-list span,
.fleet-grid article > span,
.panel-index {
  color: rgba(201, 190, 216, 0.72);
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-list h3,
.fleet-grid h3,
.system-panel h3,
.trust-sequence h3 {
  margin: 0;
  color: var(--starlight);
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.entity-list p {
  margin: 0;
  color: var(--starlight-dim);
  font-size: 0.86rem;
}

.entity-glyph {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 62px;
  height: 62px;
  transform: translateY(-50%);
  opacity: 0.72;
}

.devourer-glyph {
  border: 1px solid rgba(196, 122, 255, 0.36);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.14) inset;
}

.devourer-glyph::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 5px;
  transform: translate(-50%, -50%) rotate(-12deg);
  border-radius: 50%;
  background: var(--starlight);
  box-shadow: 0 0 12px var(--void-violet);
  content: "";
}

.devourer-glyph i {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 3px);
  width: 6px;
  height: 30px;
  transform-origin: 50% 100%;
  background: linear-gradient(var(--void-violet), transparent);
  clip-path: polygon(35% 100%, 0 43%, 48% 0, 100% 37%, 64% 100%);
}

.devourer-glyph i:nth-child(1) { transform: rotate(-54deg); }
.devourer-glyph i:nth-child(2) { transform: rotate(0deg) scaleY(1.22); }
.devourer-glyph i:nth-child(3) { transform: rotate(54deg); }

.architect-glyph {
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid rgba(226, 185, 95, 0.5);
}

.architect-glyph::after {
  position: absolute;
  inset: 18px;
  border: 1px solid var(--solar-gold);
  content: "";
}

.architect-glyph i {
  position: absolute;
  background: rgba(226, 185, 95, 0.65);
}

.architect-glyph i:nth-child(1) { top: 50%; left: -10px; width: 80px; height: 1px; }
.architect-glyph i:nth-child(2) { top: -10px; left: 50%; width: 1px; height: 80px; }
.architect-glyph i:nth-child(3) { top: 50%; left: 50%; width: 6px; height: 6px; transform: translate(-50%, -50%); }

.whisperer-glyph {
  border: 1px solid rgba(110, 204, 205, 0.24);
  border-radius: 50%;
}

.whisperer-glyph::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #aaf2ec;
  box-shadow: 0 0 13px rgba(111, 238, 225, 0.72);
  content: "";
}

.whisperer-glyph i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(111, 238, 225, 0.36);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.whisperer-glyph i:nth-child(1) { width: 22px; height: 22px; }
.whisperer-glyph i:nth-child(2) { width: 39px; height: 39px; border-style: dashed; }
.whisperer-glyph i:nth-child(3) { width: 56px; height: 56px; }

.conflict {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(244, 239, 255, 0.06);
  border-bottom: 1px solid rgba(244, 239, 255, 0.06);
  background:
    linear-gradient(rgba(9, 5, 16, 0.88), rgba(9, 5, 16, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(168, 85, 247, 0.08) 80px);
}

.conflict::after {
  position: absolute;
  z-index: 0;
  top: 42%;
  left: 50%;
  width: 1px;
  height: 60%;
  transform: rotate(24deg) translateY(-50%);
  background: linear-gradient(transparent, var(--corruption), transparent);
  box-shadow: 0 0 20px rgba(227, 73, 105, 0.4);
  content: "";
}

.dual-panels {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-panel {
  min-height: 550px;
  padding: clamp(32px, 5vw, 60px);
  background:
    radial-gradient(circle at 80% 12%, rgba(168, 85, 247, 0.09), transparent 30%),
    rgba(8, 4, 15, 0.97);
}

.betrayal-panel {
  background:
    radial-gradient(circle at 80% 12%, rgba(227, 73, 105, 0.09), transparent 30%),
    rgba(8, 4, 15, 0.97);
}

.panel-symbol {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 72px 0 40px;
}

.panel-symbol::before,
.panel-symbol::after,
.panel-symbol i {
  position: absolute;
  border: 1px solid var(--void-violet);
  border-radius: 50%;
  content: "";
}

.panel-symbol::before { inset: 10px; }
.panel-symbol::after { inset: 34px; border-color: var(--starlight-dim); }
.panel-symbol i { width: 12px; height: 12px; background: var(--deep-space); }
.panel-symbol i:nth-child(1) { top: 1px; left: 49px; }
.panel-symbol i:nth-child(2) { right: 4px; bottom: 14px; }
.panel-symbol i:nth-child(3) { bottom: 14px; left: 4px; }

.betrayal-symbol {
  transform: rotate(28deg);
}

.betrayal-symbol::before,
.betrayal-symbol::after,
.betrayal-symbol i {
  border-radius: 0;
  border-color: var(--corruption);
}

.betrayal-symbol::after {
  transform: rotate(45deg);
}

.system-panel h3 {
  margin-bottom: 22px;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
}

.system-panel > p {
  max-width: 480px;
  color: var(--starlight-dim);
  font-size: 0.98rem;
}

.system-panel ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.system-panel li {
  padding: 9px 0 9px 19px;
  border-top: 1px solid rgba(244, 239, 255, 0.08);
  color: #b9aec8;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.system-panel li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px 2px -17px;
  transform: rotate(45deg);
  background: var(--void-violet-bright);
  content: "";
}

.betrayal-panel li::before {
  background: var(--corruption);
}

.fleet-heading {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 70px;
}

.fleet-heading > p {
  margin-bottom: 6px;
  color: var(--starlight-dim);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.fleet-grid article {
  position: relative;
  min-height: 410px;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(168, 85, 247, 0.05), transparent 38%),
    rgba(11, 6, 19, 0.75);
  transition: border-color 180ms ease, transform 180ms ease;
}

.fleet-grid article::before {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(201, 190, 216, 0.72);
  content: attr(data-doctrine);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fleet-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.fleet-grid article::after {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  border: 1px solid var(--line);
  content: "";
}

.fleet-grid .voidbreaker-card {
  border-color: rgba(226, 185, 95, 0.38);
  background:
    linear-gradient(180deg, rgba(226, 185, 95, 0.08), transparent 38%),
    rgba(11, 6, 19, 0.9);
}

.ship-silhouette {
  position: relative;
  height: 150px;
  margin: 30px -2px 36px;
}

.ship-silhouette::before,
.ship-silhouette::after,
.ship-silhouette i {
  position: absolute;
  content: "";
}

.ship-silhouette::before {
  top: 50%;
  left: 50%;
  width: 74%;
  height: 27%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 50%, 24% 26%, 72% 0, 100% 50%, 72% 100%, 24% 74%);
  background: linear-gradient(90deg, #33263c, #d4c6e0 62%, #6c4b87);
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.28);
}

.ship-silhouette::after {
  top: 50%;
  left: 14%;
  width: 25%;
  height: 52%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 38%, 100% 62%, 0 100%, 35% 50%);
  background: #6d527d;
}

.ship-silhouette i {
  top: 49%;
  right: 7%;
  width: 24%;
  height: 3px;
  background: linear-gradient(90deg, rgba(196, 122, 255, 0.8), transparent);
  box-shadow: 0 0 9px var(--void-violet);
}

.fleet-grid article:nth-child(1) .ship-silhouette::before {
  background: linear-gradient(90deg, #263d52, #e1f3f8 58%, #65a7c8);
}

.fleet-grid article:nth-child(1) .ship-silhouette i {
  background: linear-gradient(90deg, #8ae5ff, transparent);
  box-shadow: 0 0 10px #66d5ff;
}

.ship-silhouette.dreadnought::before {
  width: 92%;
  height: 40%;
  clip-path: polygon(0 32%, 18% 20%, 22% 0, 88% 21%, 100% 50%, 88% 79%, 22% 100%, 18% 80%, 0 68%);
  background: linear-gradient(90deg, #322b35, #a9a2af 48%, #8e4f5b 82%, #d27568);
}

.ship-silhouette.bulwark::before {
  width: 72%;
  height: 62%;
  clip-path: polygon(0 50%, 24% 8%, 76% 8%, 100% 50%, 76% 92%, 24% 92%);
  background: linear-gradient(90deg, #43535a, #f1efe2 54%, #bda657);
}

.ship-silhouette.bulwark::after {
  top: 50%;
  left: 50%;
  width: 92%;
  height: 84%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(196, 122, 255, 0.35);
  border-radius: 50%;
  background: none;
  clip-path: none;
}

.ship-silhouette.voidbreaker::before {
  width: 84%;
  height: 56%;
  clip-path: polygon(0 50%, 30% 40%, 48% 0, 62% 36%, 100% 50%, 62% 64%, 48% 100%, 30% 60%);
  background: linear-gradient(90deg, #4e2848, #e7d8ea 62%, #a855f7);
}

.ship-silhouette.voidbreaker i {
  right: -3%;
  width: 34%;
  background: linear-gradient(90deg, var(--solar-gold), transparent);
  box-shadow: 0 0 10px var(--solar-gold);
}

.fleet-grid h3 {
  margin: 12px 0;
  font-size: 0.92rem;
}

.fleet-grid article > p {
  color: var(--starlight-dim);
  font-size: 0.85rem;
}

.fleet-grid .design-lock {
  margin: 25px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 185, 95, 0.27);
  color: #d6c5a0;
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.design-lock b {
  display: block;
  color: var(--solar-gold);
}

.trust {
  border-top: 1px solid rgba(244, 239, 255, 0.06);
  border-bottom: 1px solid rgba(244, 239, 255, 0.06);
  background:
    radial-gradient(circle at 16% 44%, rgba(82, 25, 122, 0.16), transparent 32%),
    var(--deep-space-2);
}

.trust-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
}

.trust .section-heading {
  position: sticky;
  top: 130px;
  margin-bottom: 0;
}

.trust .section-heading > p:last-child {
  max-width: 560px;
  margin-top: 32px;
  color: var(--starlight-dim);
}

.trust-sequence {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.trust-system {
  min-width: 0;
}

.trust-sequence li {
  position: relative;
  display: grid;
  min-height: 145px;
  padding: 28px 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 64px 1fr;
  gap: 26px;
}

.trust-sequence li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55px;
  width: 1px;
  background: linear-gradient(transparent, var(--void-violet), transparent);
  content: "";
}

.trust-sequence > li > span {
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  transform: rotate(45deg);
  background: var(--deep-space-2);
  color: var(--void-violet-bright);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.trust-sequence > li > span::first-line {
  transform: rotate(-45deg);
}

.trust-sequence h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.trust-sequence p {
  margin: 0;
  color: var(--starlight-dim);
  font-size: 0.87rem;
}

.trust-sequence .infamy {
  background: linear-gradient(90deg, rgba(227, 73, 105, 0.07), transparent);
}

.trust-sequence .infamy > span {
  border-color: rgba(227, 73, 105, 0.5);
  color: var(--corruption);
}

.infamy-record {
  position: relative;
  margin-top: 34px;
  padding: 24px 28px;
  overflow: hidden;
  border: 1px solid rgba(226, 185, 95, 0.38);
  background:
    linear-gradient(90deg, rgba(226, 185, 95, 0.07), rgba(227, 73, 105, 0.06)),
    rgba(10, 5, 17, 0.86);
}

.infamy-record::before {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 92px;
  height: 92px;
  transform: rotate(45deg);
  border: 1px solid rgba(226, 185, 95, 0.24);
  content: "";
}

.infamy-record span {
  display: block;
  margin-bottom: 13px;
  color: var(--solar-gold);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.infamy-record b {
  display: block;
  margin-bottom: 7px;
  color: var(--starlight);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.infamy-record p {
  margin: 0;
  color: var(--starlight-dim);
  font-size: 0.8rem;
}

.audience .section-heading {
  margin-bottom: 50px;
}

.audience-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.audience-tags span {
  padding: 11px 16px;
  border: 1px solid var(--line);
  background: rgba(168, 85, 247, 0.035);
  color: var(--starlight-dim);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.development {
  padding-top: 10px;
}

.status-terminal {
  position: relative;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(rgba(8, 4, 15, 0.9), rgba(8, 4, 15, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(196, 122, 255, 0.04) 5px);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.status-terminal::before,
.status-terminal::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
}

.status-terminal::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--solar-gold);
  border-left: 2px solid var(--solar-gold);
}

.status-terminal::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--solar-gold);
  border-bottom: 2px solid var(--solar-gold);
}

.terminal-top {
  display: flex;
  min-height: 41px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(201, 190, 216, 0.72);
  font-family: var(--mono);
  font-size: 0.57rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.terminal-top span:last-child {
  color: var(--solar-gold);
}

.terminal-body {
  display: grid;
  padding: clamp(34px, 6vw, 72px);
  align-items: end;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: clamp(50px, 8vw, 110px);
}

.terminal-body h2 {
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.terminal-body > div > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--starlight-dim);
}

.terminal-body dl {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.terminal-body dl div {
  display: grid;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.terminal-body dt,
.terminal-body dd {
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.terminal-body dt {
  color: rgba(201, 190, 216, 0.72);
}

.terminal-body dd {
  margin: 0;
  color: var(--starlight);
  text-align: right;
}

.final-signal {
  position: relative;
  display: flex;
  min-height: 700px;
  padding: 130px 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-top: 1px solid rgba(244, 239, 255, 0.06);
  text-align: center;
}

.final-signal::before {
  position: absolute;
  z-index: -1;
  width: min(85vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.17), rgba(62, 17, 91, 0.05) 35%, transparent 68%);
  content: "";
}

.final-signal h2 {
  max-width: 1000px;
  margin-bottom: 44px;
}

.final-rings {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(82vw, 820px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(196, 122, 255, 0.1);
  border-radius: 50%;
}

.final-rings i {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(196, 122, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.final-rings i:nth-child(1) { width: 74%; height: 74%; }
.final-rings i:nth-child(2) { width: 46%; height: 46%; border-style: dashed; }
.final-rings i:nth-child(3) { width: 18%; height: 18%; border-color: rgba(196, 122, 255, 0.22); }

.site-footer {
  display: grid;
  width: var(--shell);
  min-height: 150px;
  margin: 0 auto;
  padding: 34px 0;
  align-items: center;
  border-top: 1px solid rgba(244, 239, 255, 0.12);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.site-footer p {
  margin: 0;
  color: rgba(201, 190, 216, 0.72);
  font-size: 0.75rem;
  text-align: center;
}

.site-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(201, 190, 216, 0.72);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-page .site-header {
  position: relative;
}

.legal-shell {
  width: min(800px, calc(100vw - 48px));
  min-height: 75vh;
  margin: 0 auto;
  padding: 120px 0 140px;
}

.legal-shell h1 {
  margin-bottom: 38px;
}

.legal-intro {
  margin-bottom: 72px;
  color: var(--starlight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.65;
}

.legal-shell section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-shell section h2 {
  margin-bottom: 12px;
  color: var(--starlight);
  font-family: var(--display);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.legal-shell section p {
  color: var(--starlight-dim);
}

.legal-shell .button {
  margin-top: 40px;
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(168, 85, 247, 0.16), transparent 30rem),
    var(--deep-space);
}

.not-found-shell {
  width: min(700px, calc(100vw - 48px));
  padding: 80px 0;
  text-align: center;
}

.not-found-shell h1 {
  margin-bottom: 20px;
}

.not-found-shell > p:not(.eyebrow) {
  margin-bottom: 38px;
  color: var(--starlight-dim);
}

.lost-signal {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 45px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.lost-signal::after,
.lost-signal i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.lost-signal::after {
  width: 5px;
  height: 5px;
  background: var(--corruption);
  box-shadow: 0 0 20px var(--corruption);
}

.lost-signal i {
  border: 1px dashed var(--line);
}

.lost-signal i:nth-child(1) { width: 80px; height: 80px; }
.lost-signal i:nth-child(2) { width: 48px; height: 48px; }
.lost-signal i:nth-child(3) { width: 18px; height: 18px; border-color: rgba(227, 73, 105, 0.4); }

@media (max-width: 1080px) {
  .section-number {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    column-gap: 22px;
  }

  .hero-outer {
    font-size: clamp(3rem, 7.4vw, 5.4rem);
  }

  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .terminal-body {
    grid-template-columns: 1fr 320px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 36px, 680px);
  }

  .site-header {
    min-height: 72px;
  }

  .site-header nav {
    gap: 18px;
  }

  .site-header nav a:nth-child(2),
  .site-header nav a:nth-child(3) {
    display: none;
  }

  .hero {
    display: block;
    min-height: 920px;
    padding: 132px 18px 32px;
  }

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

  .hero-outer {
    max-width: 600px;
    font-size: clamp(3.2rem, 12.7vw, 6.4rem);
  }

  .signal-visual {
    position: absolute;
    z-index: -1;
    right: -20%;
    bottom: 45px;
    width: 76vw;
    opacity: 0.68;
  }

  .battle-alert {
    display: none;
  }

  .progenitor-ruin {
    opacity: 0.38;
  }

  .hero-readout {
    position: absolute;
    right: 18px;
    bottom: 28px;
    left: 18px;
  }

  .section-shell {
    padding: 96px 0;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .threat-layout,
  .trust-layout,
  .fleet-heading,
  .terminal-body {
    grid-template-columns: 1fr;
  }

  .threat-layout,
  .trust-layout {
    gap: 60px;
  }

  .entity-list article {
    grid-template-columns: 88px 130px 1fr;
  }

  .dual-panels {
    grid-template-columns: 1fr;
  }

  .conflict::after {
    display: none;
  }

  .system-panel {
    min-height: auto;
  }

  .fleet-heading {
    gap: 24px;
  }

  .trust .section-heading {
    position: static;
  }

  .terminal-body {
    gap: 40px;
  }

  .site-footer {
    padding: 40px 0;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .mini-wordmark,
  .site-footer > div {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  .site-header {
    gap: 10px;
  }

  .mini-wordmark {
    font-size: 0.61rem;
  }

  .site-header nav {
    gap: 14px;
  }

  .site-header nav a {
    font-size: 0.58rem;
  }

  .site-header nav a:first-child {
    display: none;
  }

  .hero {
    min-height: 900px;
    padding: 123px 16px 30px;
  }

  .hero .eyebrow span {
    display: block;
    margin: 0 0 5px;
  }

  .hero-the {
    letter-spacing: 0.65em;
  }

  .hero-outer {
    font-size: clamp(3rem, 16vw, 5rem);
    line-height: 0.95;
  }

  .hero-hook {
    font-size: 1.48rem;
  }

  .hero-intro {
    font-size: 0.95rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-readout {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .hero-readout p:last-child {
    display: none;
  }

  .signal-visual {
    right: -45%;
    bottom: 18px;
    width: 108vw;
    opacity: 0.44;
  }

  .battle-line,
  .progenitor-ruin {
    display: none;
  }

  .corrupted-world {
    top: 7%;
    right: 8%;
    width: 23%;
  }

  .section-heading h2,
  .final-signal h2,
  .legal-shell h1,
  .not-found-shell h1 {
    font-size: clamp(1.7rem, 9.7vw, 3.2rem);
  }

  .entity-list article {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-right: 74px;
  }

  .entity-list article::before {
    left: -8px;
  }

  .entity-glyph {
    right: 18px;
  }

  .system-panel {
    padding: 30px 24px 40px;
  }

  .panel-symbol {
    margin: 54px 0 32px;
  }

  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .fleet-grid article {
    min-height: 380px;
  }

  .trust-sequence li {
    padding: 26px 0;
    grid-template-columns: 54px 1fr;
    gap: 19px;
  }

  .trust-sequence li::before {
    left: 19px;
  }

  .terminal-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .terminal-body {
    padding: 32px 22px;
  }

  .terminal-body dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .terminal-body dd {
    text-align: left;
  }

  .final-signal {
    min-height: 580px;
  }

  .legal-shell {
    width: calc(100vw - 32px);
    padding: 100px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --starlight-dim: #e0d8eb;
    --line: rgba(224, 216, 235, 0.42);
    --line-strong: rgba(224, 216, 235, 0.68);
  }
}
