:root {
  --void: #05070b;
  --ink: #080b11;
  --obsidian: #0c111a;
  --graphite: #161d28;
  --ash: #91a0ad;
  --frost: #eaf2f8;
  --ice: #65d8ff;
  --blue: #168cff;
  --violet: #7256ff;
  --line: rgba(234, 242, 248, .14);
  --page: min(1380px, calc(100vw - 72px));
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--void);
  color: var(--frost);
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(22, 140, 255, .06), transparent 27rem),
    var(--void);
  color: var(--frost);
  font-family: "Instrument Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--ice);
  color: var(--void);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--frost);
  color: var(--void);
  font-weight: 700;
  transition: transform .2s;
}

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

.boot-screen {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 26px;
  background: #030407;
  transition: opacity .8s var(--ease-out), visibility .8s;
}

.boot-screen.is-finished {
  visibility: hidden;
  opacity: 0;
}

.boot-mark {
  position: relative;
  width: clamp(132px, 18vw, 230px);
  aspect-ratio: 1;
}

.boot-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.2) brightness(.28);
  animation: core-awaken 2.4s var(--ease-out) forwards;
}

.boot-orbit {
  position: absolute;
  inset: 2%;
  border: 1px solid transparent;
  border-top-color: rgba(101, 216, 255, .7);
  border-radius: 50%;
  animation: orbit 1.5s linear infinite;
  filter: drop-shadow(0 0 8px var(--blue));
}

.boot-screen p,
.eyebrow,
.section-kicker,
.hero-index,
.mast-status,
.source-link,
.milestone-code {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.boot-screen p {
  margin: 0;
  color: #8996a6;
  font-size: 11px;
}

.boot-line {
  width: min(260px, 66vw);
  height: 1px;
  overflow: hidden;
  background: #242b35;
}

.boot-line span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, var(--ice), var(--violet));
  animation: boot-progress 2.2s .1s var(--ease-out) forwards;
}

.site-shell {
  opacity: 0;
  transition: opacity .6s .1s;
}

.site-shell.is-ready {
  opacity: 1;
}

.masthead {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  width: min(1440px, calc(100vw - 36px));
  min-height: 68px;
  padding: 0 18px;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
  border: 1px solid rgba(234, 242, 248, .12);
  background: rgba(5, 7, 11, .76);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(22px) saturate(1.2);
  transition: background .3s, border-color .3s, box-shadow .3s;
}

.masthead.is-scrolled {
  border-color: rgba(101, 216, 255, .18);
  background: rgba(5, 7, 11, .92);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .48);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--frost);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.045em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  margin-right: 9px;
  object-fit: cover;
  border-radius: 50%;
}

.brand > span > span {
  color: var(--ice);
  font-size: .66em;
  letter-spacing: .015em;
  vertical-align: .12em;
}

.mast-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 58px);
}

.mast-nav a {
  position: relative;
  padding: 10px 0;
  color: #8795a2;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s;
}

.mast-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--ice);
  content: "";
  transition: transform .35s var(--ease-out);
}

.mast-nav a:hover,
.mast-nav a:focus-visible,
.mast-nav a.is-active {
  color: var(--frost);
}

.mast-nav a:hover::after,
.mast-nav a:focus-visible::after,
.mast-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mast-meta {
  display: flex;
  align-items: center;
  gap: 28px;
}

.mast-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ash);
  font-size: 10px;
}

.status-light {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 0 5px rgba(101, 216, 255, .08), 0 0 18px rgba(101, 216, 255, .7);
  animation: status-breathe 2.6s ease-in-out infinite;
}

.source-link {
  justify-self: end;
  color: var(--frost);
  font-size: 10px;
  text-decoration: none;
}

.private-build {
  color: #71808e;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: max(760px, 100svh);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.atmosphere {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 7.5vw 7.5vw;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hero-visual {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 50%;
  width: min(1050px, 75vw);
  transform: translateX(-15%);
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .96;
  mix-blend-mode: screen;
  filter: contrast(1.06) saturate(1.04);
  animation: core-float 9s ease-in-out infinite;
}

.core-halo {
  position: absolute;
  z-index: -1;
  top: 22%;
  left: 30%;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(28, 129, 255, .17);
  filter: blur(100px);
  animation: halo-breathe 7s ease-in-out infinite;
}

.core-scan {
  position: absolute;
  top: 9%;
  left: 20%;
  width: 70%;
  height: 1px;
  opacity: .55;
  background: linear-gradient(90deg, transparent, var(--ice), transparent);
  box-shadow: 0 0 18px var(--ice);
  animation: scan 6s ease-in-out infinite;
}

.hero-copy {
  z-index: 2;
  width: var(--page);
  margin: 0 auto;
  padding-bottom: clamp(90px, 12vh, 150px);
}

.boot-preview {
  position: absolute;
  z-index: 4;
  right: max(28px, calc((100vw - min(1380px, calc(100vw - 72px))) / 2));
  bottom: clamp(128px, 15vh, 190px);
  width: min(580px, 42vw);
  overflow: hidden;
  border: 1px solid rgba(167, 222, 255, .2);
  border-radius: 28px 7px 28px 7px;
  background:
    linear-gradient(135deg, rgba(101, 216, 255, .07), transparent 36%),
    linear-gradient(170deg, rgba(15, 20, 30, .86), rgba(3, 5, 9, .94));
  box-shadow:
    0 48px 110px rgba(0, 0, 0, .58),
    inset 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(28px) saturate(1.24);
}

.boot-preview::before {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 42%, #000, transparent 73%);
  content: "";
  pointer-events: none;
}

.boot-preview-head,
.boot-preview-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
}

.boot-preview-head {
  border-bottom: 1px solid rgba(234, 242, 248, .1);
}

.boot-preview-kicker,
.boot-preview-state,
.boot-preview-copy span,
.boot-preview-rail button,
.boot-preview-footer p,
.boot-preview-run {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.boot-preview-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--ice);
  font-size: 8px;
}

.boot-preview-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 520;
  letter-spacing: -.03em;
}

.boot-preview-state {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #82909c;
  font-size: 8px;
}

.boot-preview-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 14px var(--ice);
}

.boot-preview-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  min-height: 310px;
  padding: 20px 28px 14px 16px;
}

.boot-preview-core {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.boot-preview-core img {
  z-index: 2;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(.68) contrast(1.08);
  transition: filter .55s, transform .65s var(--ease-out);
}

.boot-preview-ring {
  position: absolute;
  border: 1px solid rgba(101, 216, 255, .18);
  border-radius: 50%;
}

.ring-a {
  inset: 9%;
  border-top-color: rgba(101, 216, 255, .8);
  border-right-color: rgba(114, 86, 255, .5);
  animation: orbit 12s linear infinite;
}

.ring-b {
  inset: 20%;
  border-bottom-color: rgba(234, 242, 248, .5);
  animation: orbit 8s linear reverse infinite;
}

.boot-preview-pulse {
  position: absolute;
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(61, 162, 255, .34);
  filter: blur(34px);
  animation: halo-breathe 3.6s ease-in-out infinite;
}

.boot-preview-stage.is-changing .boot-preview-core img {
  transform: scale(.84);
  filter: saturate(.1) brightness(.6);
}

.boot-preview-copy {
  position: relative;
  z-index: 3;
}

.boot-preview-copy span {
  color: var(--ice);
  font-size: 8px;
}

.boot-preview-copy strong {
  display: block;
  max-width: 250px;
  margin: 13px 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(27px, 2.6vw, 42px);
  font-weight: 420;
  letter-spacing: -.045em;
  line-height: .96;
}

.boot-preview-copy p {
  max-width: 255px;
  margin: 0;
  color: #92a0ad;
  font-size: 12px;
  line-height: 1.55;
}

.boot-preview-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0 18px;
  list-style: none;
}

.boot-preview-rail li {
  border-top: 1px solid rgba(234, 242, 248, .12);
}

.boot-preview-rail li.is-current {
  border-top-color: var(--ice);
  box-shadow: 0 -7px 22px rgba(101, 216, 255, .11);
}

.boot-preview-rail button {
  width: 100%;
  padding: 13px 4px 11px;
  border: 0;
  background: transparent;
  color: #65727e;
  font-size: 7px;
  cursor: pointer;
}

.boot-preview-rail button span {
  display: block;
  margin-bottom: 5px;
  color: #3f4b57;
  font-size: 7px;
}

.boot-preview-rail li.is-current button,
.boot-preview-rail li.is-current button span,
.boot-preview-rail button:hover,
.boot-preview-rail button:focus-visible {
  color: var(--frost);
}

.boot-preview-footer {
  border-top: 1px solid rgba(234, 242, 248, .1);
}

.boot-preview-run {
  flex: none;
  padding: 10px 13px;
  border: 1px solid rgba(101, 216, 255, .38);
  border-radius: 999px;
  background: rgba(101, 216, 255, .06);
  color: var(--frost);
  font-size: 8px;
  cursor: pointer;
}

.boot-preview-run:hover,
.boot-preview-run:focus-visible {
  background: var(--ice);
  color: var(--void);
}

.boot-preview-footer p {
  max-width: 270px;
  margin: 0;
  color: #5f6d79;
  font-size: 7px;
  line-height: 1.5;
  text-align: right;
}

.boot-preview-footer p span {
  color: #9cabb7;
}

.hero .hero-copy {
  padding-right: min(47vw, 650px);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(62px, 7vw, 118px);
}

.hero-wordmark {
  display: none;
}

.eyebrow {
  margin: 0 0 25px;
  color: var(--ash);
  font-size: 11px;
}

.eyebrow span {
  color: var(--ice);
}

.hero h1 {
  max-width: 870px;
  margin: 0;
  font-size: clamp(68px, 8.4vw, 142px);
  font-weight: 560;
  letter-spacing: -.075em;
  line-height: .82;
}

.display-line {
  display: block;
}

.display-line-accent {
  margin-left: .7em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(234, 242, 248, .9);
}

.hero-lede {
  max-width: 520px;
  margin: 38px 0 0 6px;
  color: #bac5ce;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0 6px;
}

.hero-signals span {
  padding: 7px 10px;
  border: 1px solid rgba(234, 242, 248, .14);
  background: rgba(5, 7, 11, .52);
  color: #92a1ae;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-actions {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin: 35px 0 0 6px;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--frost);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.hero-live-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #96a4b0;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-live-link strong {
  color: var(--frost);
  font-weight: 520;
}

.hero-live-link .status-light {
  width: 6px;
  height: 6px;
}

.action-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(101, 216, 255, .42);
  border-radius: 50%;
  color: var(--ice);
  transition: background .25s, color .25s, transform .25s var(--ease-out);
}

.hero-action:hover .action-arrow,
.hero-action:focus-visible .action-arrow {
  transform: translateY(4px);
  background: var(--ice);
  color: var(--void);
}

.hero-wordmark {
  position: absolute;
  z-index: -2;
  right: -2vw;
  bottom: -8vw;
  margin: 0;
  color: rgba(234, 242, 248, .025);
  font-family: "Anton", sans-serif;
  font-size: 38vw;
  letter-spacing: -.055em;
  line-height: .8;
}

.hero-index {
  position: absolute;
  right: max(28px, calc((100vw - min(1380px, calc(100vw - 72px))) / 2));
  bottom: 32px;
  display: flex;
  gap: 32px;
  color: #606c78;
  font-size: 9px;
}

.project-reveal,
.architecture,
.line-section,
.build-section,
.manifesto,
.closing,
footer {
  width: var(--page);
  margin: 0 auto;
}

.project-reveal {
  padding: clamp(110px, 12vw, 180px) 0 40px;
}

.build-section {
  padding: clamp(110px, 14vw, 220px) 0 130px;
}

.section-kicker,
.reveal-label,
.manifesto-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ash);
  font-size: 10px;
}

.section-kicker span:first-child,
.reveal-label span:first-child,
.manifesto-label span:first-child {
  color: var(--ice);
}

.reveal-label {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.reveal-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
  gap: 8vw;
  align-items: end;
  padding: clamp(70px, 9vw, 130px) 0 90px;
}

.reveal-intro > .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -30px;
  color: var(--ice);
}

.reveal-intro h2 {
  margin: 0;
  font-size: clamp(62px, 7.6vw, 122px);
  font-weight: 540;
  letter-spacing: -.07em;
  line-height: .88;
}

.reveal-intro h2 em {
  color: var(--ice);
  font-family: "Fraunces", serif;
  font-weight: 430;
}

.reveal-copy {
  padding-bottom: 4px;
}

.reveal-copy p {
  max-width: 570px;
  margin: 0;
  color: #bac5ce;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.reveal-copy p + p {
  margin-top: 28px;
  color: var(--ash);
  font-size: 15px;
}

.reveal-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(8, 11, 17, .55);
}

.reveal-pillars article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 34px clamp(24px, 3vw, 44px);
  background:
    radial-gradient(circle at 90% 0, rgba(22, 140, 255, .08), transparent 12rem);
}

.reveal-pillars article + article {
  border-left: 1px solid var(--line);
}

.reveal-pillars article > span,
.reveal-pillars article small {
  color: #677482;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.reveal-pillars h3 {
  max-width: 260px;
  margin: 68px 0 22px;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 530;
  letter-spacing: -.04em;
}

.reveal-pillars p {
  max-width: 330px;
  margin: 0;
  color: var(--ash);
  font-size: 14px;
  line-height: 1.65;
}

.reveal-pillars small {
  display: block;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(234, 242, 248, .08);
  color: var(--ice);
}

.reveal-truth {
  margin: 1px 0 0;
  padding: 28px clamp(24px, 3vw, 44px);
  border: 1px solid var(--line);
  color: var(--ash);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 1.75;
}

.reveal-truth strong {
  color: var(--frost);
  font-weight: 550;
}

.architecture {
  padding: clamp(120px, 14vw, 210px) 0 50px;
}

.architecture-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ash);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.architecture-label span:first-child {
  color: var(--violet);
}

.architecture-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 9vw;
  align-items: end;
  padding: clamp(70px, 9vw, 130px) 0 84px;
}

.architecture-intro h2 {
  margin: 0;
  font-size: clamp(55px, 6.5vw, 106px);
  font-weight: 530;
  letter-spacing: -.065em;
  line-height: .9;
}

.architecture-intro h2 em {
  color: #b6a9ff;
  font-family: "Fraunces", serif;
  font-weight: 430;
}

.architecture-intro p {
  max-width: 520px;
  margin: 0;
  color: var(--ash);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.7;
}

.architecture-map {
  position: relative;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(114, 86, 255, .24);
  background:
    radial-gradient(circle at 50% 50%, rgba(114, 86, 255, .1), transparent 34rem),
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
    rgba(7, 9, 15, .92);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.architecture-map::before,
.architecture-map::after {
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(101, 216, 255, .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.architecture-map::before {
  top: -120px;
  left: -120px;
}

.architecture-map::after {
  right: -120px;
  bottom: -120px;
}

.architecture-row {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.architecture-node {
  position: relative;
  width: min(720px, 82%);
  padding: 25px 28px;
  border: 1px solid rgba(234, 242, 248, .15);
  background: rgba(8, 12, 19, .92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .3);
  transition: border-color .35s, background .35s, transform .35s var(--ease-out);
}

.architecture-node:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 216, 255, .38);
  background-color: rgba(11, 17, 27, .98);
}

.architecture-node::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  background: var(--ice);
  box-shadow: 0 0 18px rgba(101, 216, 255, .65);
  content: "";
}

.architecture-node strong,
.architecture-node small {
  display: block;
}

.architecture-node strong {
  margin-top: 13px;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 540;
  letter-spacing: -.035em;
}

.architecture-node small {
  margin-top: 8px;
  color: var(--ash);
  font-size: 12px;
  line-height: 1.5;
}

.node-code {
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .11em;
}

.node-boot {
  width: min(430px, 64%);
}

.node-core {
  border-color: rgba(101, 216, 255, .28);
  background:
    linear-gradient(100deg, rgba(22, 140, 255, .1), transparent 55%),
    rgba(8, 12, 19, .95);
}

.architecture-branches {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 70px);
}

.architecture-branches .architecture-node {
  width: 100%;
  min-height: 150px;
}

.node-line {
  border-color: rgba(114, 86, 255, .28);
}

.node-line::before {
  background: var(--violet);
  box-shadow: 0 0 18px rgba(114, 86, 255, .7);
}

.node-line .node-code {
  color: #b6a9ff;
}

.node-desktop {
  border-color: rgba(101, 216, 255, .28);
  text-align: center;
}

.node-desktop::before {
  right: -1px;
  left: -1px;
  width: auto;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--ice), var(--violet));
}

.architecture-flow {
  position: relative;
  z-index: 1;
  width: 1px;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(234, 242, 248, .15);
}

.architecture-flow span {
  display: block;
  width: 100%;
  height: 45%;
  background: var(--ice);
  box-shadow: 0 0 12px var(--ice);
  animation: architecture-signal 2.4s linear infinite;
}

.architecture-flow-split,
.architecture-flow-merge {
  width: 50%;
  overflow: visible;
  background: none;
}

.architecture-flow-split::before,
.architecture-flow-split::after,
.architecture-flow-merge::before,
.architecture-flow-merge::after {
  position: absolute;
  content: "";
}

.architecture-flow-split::before,
.architecture-flow-merge::before {
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(234, 242, 248, .15);
}

.architecture-flow-split::after,
.architecture-flow-merge::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(234, 242, 248, .15);
}

.architecture-flow-split span,
.architecture-flow-merge span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, var(--violet), var(--ice), var(--violet));
  animation: architecture-branch 3.2s ease-in-out infinite;
}

.architecture-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1px;
  border: 1px solid var(--line);
}

.architecture-notes p {
  margin: 0;
  padding: 24px;
  color: var(--ash);
  font-size: 12px;
  line-height: 1.65;
}

.architecture-notes p + p {
  border-left: 1px solid var(--line);
}

.architecture-notes span {
  display: block;
  margin-bottom: 12px;
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
}

.section-index {
  margin-right: 16px;
  color: #5e6a76;
}

.line-section {
  padding: clamp(130px, 15vw, 230px) 0 60px;
}

.line-label {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ash);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.line-label span:first-child {
  color: var(--ice);
}

.line-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr);
  gap: 9vw;
  align-items: end;
  padding: clamp(70px, 9vw, 130px) 0 88px;
}

.line-intro .eyebrow {
  color: var(--ice);
}

.line-intro h2 {
  margin: 0;
  font-size: clamp(60px, 7.5vw, 120px);
  font-weight: 530;
  letter-spacing: -.07em;
  line-height: .87;
}

.line-intro h2 em {
  color: var(--ice);
  font-family: "Fraunces", serif;
  font-weight: 430;
}

.line-intro-copy > p:first-child {
  max-width: 590px;
  margin: 0;
  color: #bac5ce;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}

.line-definition {
  margin: 30px 0 0;
  padding: 17px 19px;
  border-left: 2px solid var(--ice);
  background: rgba(22, 140, 255, .07);
  color: var(--frost);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.line-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  min-height: 520px;
  border: 1px solid rgba(101, 216, 255, .2);
  background:
    radial-gradient(circle at 12% 25%, rgba(22, 140, 255, .1), transparent 25rem),
    rgba(6, 9, 14, .9);
}

.line-terminal {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.terminal-chrome {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(234, 242, 248, .1);
  color: #71808e;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
}

.terminal-lights {
  display: flex;
  gap: 6px;
}

.terminal-lights i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2c3742;
}

.terminal-lights i:first-child {
  background: var(--ice);
  box-shadow: 0 0 10px var(--ice);
}

.terminal-body {
  margin: auto 0;
  padding: 50px 0;
  overflow: hidden;
  color: #d7e1e9;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.85;
}

.terminal-body p {
  margin: 0;
  white-space: nowrap;
}

.terminal-body p + p {
  margin-top: 8px;
}

.terminal-host,
.terminal-user {
  color: var(--ice);
}

.terminal-output {
  color: #687786;
}

.terminal-cursor {
  display: inline-block;
  width: 8px;
  height: 1.05em;
  margin-left: 6px;
  vertical-align: -.18em;
  background: var(--ice);
  animation: cursor-blink 1.1s steps(1) infinite;
}

.terminal-caption {
  margin: 0;
  color: #7e8c98;
  font-size: 11px;
  line-height: 1.6;
}

.line-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
  background:
    linear-gradient(145deg, rgba(114, 86, 255, .1), transparent 55%);
}

.profile-code {
  color: #a698ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
}

.line-profile strong {
  margin-top: 30px;
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 520;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.line-profile ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}

.line-profile li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-top: 1px solid rgba(234, 242, 248, .09);
  color: #9aa8b4;
  font-size: 12px;
  line-height: 1.45;
}

.line-profile li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 8px var(--violet);
  content: "";
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border: 1px solid var(--line);
}

.technology-grid article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 30px clamp(24px, 3vw, 42px);
  background: rgba(8, 11, 17, .52);
}

.technology-grid article:nth-child(3n + 2),
.technology-grid article:nth-child(3n + 3) {
  border-left: 1px solid var(--line);
}

.technology-grid article:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}

.technology-grid article > span,
.technology-grid article small {
  color: #687785;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.technology-grid h3 {
  margin: 66px 0 20px;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 530;
  letter-spacing: -.04em;
}

.technology-grid p {
  margin: 0;
  color: var(--ash);
  font-size: 13px;
  line-height: 1.65;
}

.technology-grid code {
  color: #cbd8e1;
  font-family: "JetBrains Mono", monospace;
  font-size: .9em;
}

.technology-grid small {
  margin-top: auto;
  padding-top: 28px;
  color: var(--ice);
}

.future-rail {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 36px;
  margin-top: 1px;
  padding: 21px 26px;
  border: 1px solid var(--line);
  background: rgba(114, 86, 255, .045);
}

.future-rail > span {
  color: #a698ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.future-rail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-rail li {
  color: #7f8d99;
  font-size: 11px;
}

.future-rail li::before {
  margin-right: 9px;
  color: var(--violet);
  content: "◆";
  font-size: 6px;
  vertical-align: .15em;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
  gap: clamp(54px, 8vw, 120px);
  margin-top: clamp(110px, 14vw, 210px);
  padding: clamp(50px, 7vw, 100px);
  border: 1px solid rgba(101, 216, 255, .18);
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 140, 255, .12), transparent 24rem),
    rgba(7, 10, 16, .82);
}

.security-heading .eyebrow {
  color: var(--ice);
}

.security-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 520;
  letter-spacing: -.06em;
  line-height: .92;
}

.security-heading h2 em {
  color: var(--ice);
  font-family: "Fraunces", serif;
  font-weight: 430;
}

.security-heading > p:last-child {
  max-width: 470px;
  margin: 34px 0 0;
  color: #a9b6c0;
  font-size: 15px;
  line-height: 1.72;
}

.security-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.security-controls article {
  min-height: 180px;
  padding: 25px 26px;
  border-top: 1px solid rgba(234, 242, 248, .1);
}

.security-controls article:nth-child(even) {
  border-left: 1px solid rgba(234, 242, 248, .1);
}

.security-controls span {
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .1em;
}

.security-controls p {
  margin: 36px 0 0;
  color: var(--ash);
  font-size: 12px;
  line-height: 1.65;
}

.security-promise {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 34px;
  border-top: 1px solid rgba(234, 242, 248, .1);
  color: #a9b6c0;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 1.8;
}

.build-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 9vw;
  align-items: end;
  padding: 60px 0 70px;
}

.build-state {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 25px;
  color: var(--ash);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.build-heading h2,
.manifesto h2,
.closing h2 {
  margin: 0;
  font-weight: 520;
  letter-spacing: -.055em;
  line-height: .98;
}

.build-heading h2 {
  max-width: 760px;
  font-size: clamp(46px, 5.8vw, 92px);
}

.percent-wrap {
  display: flex;
  align-items: start;
  color: var(--frost);
  font-family: "Anton", sans-serif;
  line-height: .8;
}

.percent-number {
  font-size: clamp(130px, 15vw, 230px);
  letter-spacing: -.04em;
}

.percent-sign {
  margin: 9px 0 0 9px;
  color: var(--ice);
  font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
}

.build-meter p {
  max-width: 370px;
  margin: 16px 0 0;
  color: var(--ash);
  line-height: 1.6;
}

.percent-label {
  display: block;
  margin-top: 22px;
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.progress-track {
  position: relative;
  height: 8px;
  margin-bottom: 55px;
  overflow: visible;
  background: #141a23;
}

.progress-track > svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: drop-shadow(0 0 12px rgba(101, 216, 255, .35));
}

.progress-track rect {
  transition: width 1.4s var(--ease-out);
}

.progress-track i {
  position: absolute;
  top: -4px;
  width: 1px;
  height: 16px;
  background: rgba(234, 242, 248, .26);
}

.progress-track i:nth-of-type(1) { left: 0; }
.progress-track i:nth-of-type(2) { left: 25%; }
.progress-track i:nth-of-type(3) { left: 50%; }
.progress-track i:nth-of-type(4) { left: 75%; }
.progress-track i:nth-of-type(5) { left: 100%; }

.milestones {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
}

.milestones li {
  position: relative;
  min-height: 160px;
  padding: 22px 18px;
  background: var(--void);
}

.milestones li::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 7px;
  height: 7px;
  border: 1px solid #485361;
  border-radius: 50%;
  content: "";
}

.milestones li.is-complete::after {
  border-color: var(--ice);
  background: var(--ice);
  box-shadow: 0 0 15px var(--ice);
}

.milestones li.is-active {
  background: linear-gradient(145deg, rgba(22, 140, 255, .11), var(--void) 55%);
}

.milestones li.is-active::after {
  border-color: var(--violet);
  background: var(--violet);
  box-shadow: 0 0 15px var(--violet);
  animation: status-breathe 2s infinite;
}

.milestone-code {
  display: block;
  margin-bottom: 40px;
  color: #5d6976;
  font-size: 9px;
}

.milestones strong,
.milestones small {
  display: block;
}

.milestones strong {
  font-size: 15px;
  font-weight: 570;
}

.milestones small {
  margin-top: 8px;
  color: var(--ash);
  font-size: 11px;
}

.build-console {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(18, 100, 255, .11), transparent 38%),
    linear-gradient(0deg, rgba(234, 242, 248, .025) 1px, transparent 1px),
    rgba(7, 10, 15, .82);
  background-size: auto, 100% 34px, auto;
}

.build-console::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(36%, 400px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ice));
  box-shadow: 0 0 18px rgba(101, 216, 255, .55);
  content: "";
}

.console-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 32px 24px;
  border-bottom: 1px solid var(--line);
}

.console-header .eyebrow {
  margin: 0 0 12px;
  color: var(--ice);
}

.console-header h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 540;
  letter-spacing: -.045em;
}

.console-header > p {
  margin: 0;
  color: var(--ash);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}

.console-toolbar {
  display: flex;
  gap: 1px;
  padding: 1px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.console-toolbar button {
  min-width: 120px;
  flex: 1 0 auto;
  padding: 15px 18px;
  border: 0;
  background: #0a0f16;
  color: #84919e;
  cursor: pointer;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.console-toolbar button:hover,
.console-toolbar button:focus-visible,
.console-toolbar button.is-selected {
  background: #111b28;
  color: var(--frost);
  outline: none;
}

.console-toolbar button.is-selected {
  box-shadow: inset 0 -2px var(--ice);
}

.console-toolbar button span {
  float: right;
  color: var(--ice);
}

.gate-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.gate-card {
  position: relative;
  display: grid;
  min-height: 140px;
  align-content: space-between;
  gap: 18px;
  padding: 20px;
  background: rgba(7, 10, 15, .97);
  transition: opacity .2s ease, background .2s ease, transform .2s var(--ease-out);
}

.gate-card:hover {
  background: #0e1722;
  transform: translateY(-2px);
}

.gate-card[hidden] {
  display: none;
}

.gate-card > span,
.gate-card small {
  color: #778491;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.gate-card strong {
  color: #c7d4df;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.24;
}

.gate-card.is-complete > span,
.gate-card.is-complete small {
  color: var(--ice);
}

.gate-card.is-active {
  background: linear-gradient(145deg, rgba(114, 86, 255, .16), rgba(7, 10, 15, .97) 65%);
}

.gate-card.is-active > span,
.gate-card.is-active small {
  color: #b8abff;
}

.gate-weight {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  align-self: end;
  background: rgba(234, 242, 248, .1);
}

.gate-weight i {
  display: block;
  width: var(--gate-weight, 0%);
  height: 100%;
  background: #526170;
  transition: width .5s var(--ease-out);
}

.gate-card.is-complete .gate-weight i {
  background: linear-gradient(90deg, #65d8ff, #94ebff);
  box-shadow: 0 0 12px rgba(101, 216, 255, .75);
}

.gate-card.is-active .gate-weight i {
  background: linear-gradient(90deg, var(--violet), #a598ff);
  box-shadow: 0 0 12px rgba(114, 86, 255, .7);
}

.console-note {
  max-width: 780px;
  margin: 0;
  padding: 19px 32px 22px;
  color: var(--ash);
  font-size: 12px;
  line-height: 1.6;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1px;
  border: 1px solid var(--line);
}

.proof-strip p {
  margin: 0;
  padding: 25px 24px;
}

.proof-strip p + p {
  border-left: 1px solid var(--line);
}

.proof-strip strong,
.proof-strip span,
.proof-strip small {
  display: block;
}

.proof-strip strong {
  color: var(--frost);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 520;
}

.proof-strip span {
  margin-top: 8px;
  color: #64707c;
  font-size: 11px;
}

.proof-strip small {
  margin-top: 18px;
  color: #aab6c1;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  line-height: 1.5;
}

.verification-ledger {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.45fr);
  gap: clamp(48px, 8vw, 120px);
  margin-top: 72px;
  padding: 54px clamp(24px, 4vw, 56px);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(22, 140, 255, .07), transparent 42%),
    rgba(8, 11, 17, .72);
}

.ledger-heading .eyebrow {
  margin: 0 0 18px;
  color: var(--ice);
}

.ledger-heading h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 540;
  letter-spacing: -.045em;
}

.ledger-heading > p:last-child {
  max-width: 420px;
  margin: 24px 0 0;
  color: var(--ash);
  font-size: 14px;
  line-height: 1.65;
}

.ledger-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
}

.ledger-columns h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 24px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 520;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ledger-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.ledger-dot.is-complete {
  background: var(--ice);
  box-shadow: 0 0 12px rgba(101, 216, 255, .8);
}

.ledger-dot.is-active {
  background: var(--violet);
  box-shadow: 0 0 12px rgba(114, 86, 255, .8);
}

.ledger-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ledger-columns li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 20px;
  border-top: 1px solid rgba(234, 242, 248, .08);
  color: #c5d0da;
  font-size: 13px;
  line-height: 1.45;
}

.ledger-columns li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #42505e;
  content: "";
}

.ledger-columns section:first-child li::before {
  background: var(--ice);
}

.score-method {
  max-width: 760px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(234, 242, 248, .1);
  background: rgba(8, 11, 17, .48);
  color: var(--ash);
}

.score-method summary {
  width: 100%;
  cursor: pointer;
  color: var(--frost);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.score-method summary::marker {
  color: var(--ice);
}

.score-method p {
  max-width: 650px;
  margin: 20px 0 2px;
  font-size: 14px;
  line-height: 1.65;
}

.manifesto {
  padding: 90px 0 160px;
}

.manifesto h2 {
  max-width: 1120px;
  margin-top: 80px;
  font-size: clamp(56px, 8vw, 126px);
}

.manifesto h2 em {
  color: var(--ice);
  font-family: "Fraunces", serif;
  font-weight: 440;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6vw;
  margin: 120px 0 0 26%;
}

.principles article {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.principle-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 52px;
  border: 1px solid rgba(101, 216, 255, .34);
  border-radius: 50%;
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.principles h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 580;
}

.principles p {
  margin: 18px 0 0;
  color: var(--ash);
  font-size: 15px;
  line-height: 1.65;
}

.closing {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.closing::before {
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 10%;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(22, 140, 255, .12);
  filter: blur(100px);
  content: "";
}

.closing > img {
  width: min(540px, 44vw);
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  filter: saturate(.8);
}

.closing h2 {
  font-size: clamp(58px, 7.4vw, 116px);
}

.closing p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0 0;
  color: var(--ash);
  font-size: 19px;
  line-height: 1.6;
}

.closing-link {
  display: inline-block;
  margin-top: 36px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ice);
  font-weight: 650;
  text-decoration: none;
}

.closing-note {
  color: var(--ice);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 120px;
  border-top: 1px solid var(--line);
  color: #64707c;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

footer p:last-child {
  justify-self: end;
}

.footer-brand {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  text-transform: none;
}

:focus-visible {
  outline: 2px solid var(--ice);
  outline-offset: 5px;
}

@keyframes core-awaken {
  0% { opacity: 0; filter: saturate(0) brightness(.1); transform: scale(.82); }
  50% { opacity: 1; filter: saturate(.2) brightness(.35); transform: scale(.98); }
  100% { opacity: 1; filter: saturate(1) brightness(1); transform: scale(1); }
}

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

.roadmap-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  width: var(--page);
  margin: 0 auto;
  padding: clamp(120px, 15vw, 220px) 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.roadmap-orbit {
  position: absolute;
  top: 9%;
  left: -14%;
  width: min(540px, 46vw);
  aspect-ratio: 1;
  opacity: .45;
  pointer-events: none;
}

.roadmap-orbit span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(101, 216, 255, .12);
  border-radius: 50%;
}

.roadmap-orbit span:nth-child(2) {
  inset: 14%;
  border-right-color: rgba(114, 86, 255, .45);
}

.roadmap-orbit span:nth-child(3) {
  inset: 30%;
  border-top-color: rgba(101, 216, 255, .65);
}

.roadmap-heading {
  position: relative;
  z-index: 2;
  align-self: start;
  position: sticky;
  top: 130px;
}

.roadmap-heading .eyebrow {
  color: var(--ice);
}

.roadmap-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 88px);
  font-weight: 520;
  letter-spacing: -.065em;
  line-height: .9;
}

.roadmap-heading h2 em {
  color: transparent;
  font-family: "Fraunces", serif;
  font-weight: 420;
  -webkit-text-stroke: 1px rgba(101, 216, 255, .9);
}

.roadmap-heading > p:last-child {
  max-width: 480px;
  margin: 38px 0 0;
  color: #8f9daa;
  font-size: 15px;
  line-height: 1.7;
}

.roadmap-track {
  position: relative;
  margin: 0;
  padding: 0;
  counter-reset: road;
  list-style: none;
}

.roadmap-track::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 8px;
  width: 1px;
  background: linear-gradient(var(--ice), rgba(114, 86, 255, .36), rgba(234, 242, 248, .08));
  content: "";
}

.roadmap-track li {
  position: relative;
  min-height: 175px;
  padding: 9px 10px 48px 58px;
  border-bottom: 1px solid rgba(234, 242, 248, .08);
}

.roadmap-track li::before {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 11px;
  height: 11px;
  border: 1px solid #3f4b57;
  border-radius: 50%;
  background: var(--void);
  content: "";
}

.roadmap-track li.is-active::before {
  border-color: var(--ice);
  background: var(--ice);
  box-shadow: 0 0 0 6px rgba(101, 216, 255, .08), 0 0 24px rgba(101, 216, 255, .6);
}

.roadmap-track li > span {
  color: #677482;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.roadmap-track li.is-active > span {
  color: var(--ice);
}

.roadmap-track strong {
  display: block;
  margin: 15px 0 12px;
  font-size: clamp(25px, 2.5vw, 37px);
  font-weight: 520;
  letter-spacing: -.04em;
}

.roadmap-track p {
  max-width: 560px;
  margin: 0;
  color: #8997a3;
  font-size: 14px;
  line-height: 1.6;
}

@keyframes boot-progress {
  0% { transform: translateX(-100%); }
  35% { transform: translateX(-62%); }
  72% { transform: translateX(-28%); }
  100% { transform: translateX(0); }
}

@keyframes status-breathe {
  0%, 100% { opacity: .65; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes core-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -14px, 0) scale(1.012); }
}

@keyframes halo-breathe {
  0%, 100% { opacity: .4; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes scan {
  0%, 12% { opacity: 0; transform: translateY(60px); }
  30% { opacity: .7; }
  72% { opacity: .4; transform: translateY(550px); }
  73%, 100% { opacity: 0; transform: translateY(550px); }
}

@keyframes progress-signal {
  0%, 35% { transform: translateX(-220%) skewX(-24deg); }
  68%, 100% { transform: translateX(520%) skewX(-24deg); }
}

@keyframes architecture-signal {
  from { transform: translateY(-120%); }
  to { transform: translateY(320%); }
}

@keyframes architecture-branch {
  0%, 100% { opacity: .25; transform: scaleX(.2); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes cursor-blink {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (max-width: 900px) {
  :root {
    --page: calc(100vw - 40px);
  }

  .masthead {
    top: 10px;
    grid-template-columns: auto 1fr;
    width: calc(100vw - 24px);
    min-height: 64px;
    padding: 0 14px;
  }

  .mast-nav {
    display: none;
  }

  .mast-meta {
    justify-self: end;
  }

  .hero {
    min-height: 820px;
  }

  .hero-visual {
    top: 7%;
    left: 42%;
    width: 108vw;
    transform: translateX(-35%);
    opacity: .74;
  }

  .hero-copy {
    padding-bottom: 110px;
  }

  .hero h1 {
    font-size: clamp(61px, 13.8vw, 100px);
  }

  .reveal-intro {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .reveal-intro > .eyebrow {
    margin-bottom: -10px;
  }

  .reveal-copy {
    max-width: 680px;
  }

  .reveal-pillars {
    grid-template-columns: 1fr;
  }

  .reveal-pillars article {
    min-height: 320px;
  }

  .reveal-pillars article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .architecture-intro {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .architecture-intro p {
    max-width: 680px;
  }

  .architecture-node {
    width: min(680px, 92%);
  }

  .architecture-notes {
    grid-template-columns: 1fr;
  }

  .architecture-notes p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .line-intro {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .line-intro-copy {
    max-width: 720px;
  }

  .line-experience {
    grid-template-columns: 1fr;
  }

  .line-terminal {
    min-height: 450px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .technology-grid article {
    border-left: 0 !important;
  }

  .technology-grid article:nth-child(even) {
    border-left: 1px solid var(--line) !important;
  }

  .technology-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .security-section {
    grid-template-columns: 1fr;
  }

  .security-heading > p:last-child {
    max-width: 680px;
  }

  .display-line-accent {
    margin-left: .22em;
  }

  .build-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .build-meter {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 40px;
  }

  .percent-number {
    font-size: 150px;
  }

  .milestones {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .verification-ledger {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .principles {
    margin-left: 0;
  }

  .closing {
    grid-template-columns: .8fr 1.2fr;
    min-height: 640px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer p:first-of-type {
    display: none;
  }
}

@media (max-width: 620px) {
  :root {
    --page: calc(100vw - 30px);
  }

  .mast-meta .source-link {
    display: none;
  }

  .mast-meta {
    gap: 0;
  }

  .mast-status {
    font-size: 8px;
  }

  .hero {
    min-height: 860px;
  }

  .hero-visual {
    top: 10%;
    left: 35%;
    width: 145vw;
    opacity: .68;
  }

  .hero-copy {
    padding-bottom: 82px;
  }

  .eyebrow {
    max-width: 260px;
    font-size: 9px;
    line-height: 1.6;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 82px);
    line-height: .87;
  }

  .hero-lede {
    max-width: 360px;
    margin-top: 28px;
    font-size: 16px;
  }

  .hero-signals {
    max-width: 350px;
    margin-top: 24px;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 28px;
  }

  .hero-live-link {
    min-height: 40px;
  }

  .hero-index {
    display: none;
  }

  .build-section {
    padding: 90px 0;
  }

  .section-kicker,
  .reveal-label,
  .manifesto-label {
    font-size: 8px;
  }

  .reveal-label {
    gap: 20px;
  }

  .reveal-label span:last-child {
    text-align: right;
  }

  .reveal-intro {
    padding: 64px 0 60px;
  }

  .reveal-intro h2 {
    font-size: 54px;
  }

  .reveal-pillars article {
    min-height: 350px;
    padding: 28px 24px;
  }

  .reveal-pillars h3 {
    margin-top: 54px;
  }

  .reveal-truth {
    padding: 24px;
  }

  .architecture {
    padding-top: 110px;
  }

  .architecture-label {
    gap: 20px;
    font-size: 8px;
  }

  .architecture-label span:last-child {
    text-align: right;
  }

  .architecture-intro {
    padding: 62px 0 58px;
  }

  .architecture-intro h2 {
    font-size: 49px;
  }

  .architecture-map {
    padding: 28px 18px;
    background-size: auto, 32px 32px, 32px 32px, auto;
  }

  .architecture-node,
  .node-boot {
    width: 100%;
    padding: 22px 20px;
  }

  .architecture-branches {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .architecture-branches .architecture-node {
    min-height: 0;
  }

  .architecture-flow-split,
  .architecture-flow-merge {
    width: 1px;
    background: rgba(234, 242, 248, .15);
  }

  .architecture-flow-split::before,
  .architecture-flow-split::after,
  .architecture-flow-merge::before,
  .architecture-flow-merge::after {
    display: none;
  }

  .architecture-flow-split span,
  .architecture-flow-merge span {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 45%;
    animation: architecture-signal 2.4s linear infinite;
  }

  .architecture-notes p {
    padding: 22px 20px;
  }

  .line-section {
    padding-top: 110px;
  }

  .line-label {
    font-size: 8px;
  }

  .line-label span:last-child {
    text-align: right;
  }

  .line-intro {
    padding: 62px 0 58px;
  }

  .line-intro h2 {
    font-size: 52px;
  }

  .line-experience {
    min-height: 0;
  }

  .line-terminal {
    min-height: 420px;
    padding: 25px 20px;
  }

  .terminal-body {
    padding: 40px 0;
    font-size: 10px;
  }

  .terminal-body p {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .line-profile {
    padding: 42px 24px;
  }

  .line-profile strong {
    font-size: 36px;
  }

  .technology-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .technology-grid article {
    min-height: 310px;
    padding: 27px 24px;
    border-left: 0 !important;
  }

  .technology-grid article:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }

  .future-rail {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
  }

  .future-rail ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
  }

  .security-section {
    gap: 54px;
    margin-top: 110px;
    padding: 45px 24px;
  }

  .security-heading h2 {
    font-size: 50px;
  }

  .security-controls {
    grid-template-columns: 1fr;
  }

  .security-controls article {
    min-height: 150px;
    padding: 24px 0;
    border-left: 0 !important;
  }

  .security-controls p {
    margin-top: 28px;
  }

  .build-grid {
    padding: 45px 0 55px;
  }

  .build-heading h2 {
    font-size: 48px;
  }

  .build-meter {
    display: block;
  }

  .percent-number {
    font-size: 135px;
  }

  .build-meter p {
    margin-top: 28px;
  }

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

  .milestones li {
    min-height: 120px;
  }

  .milestone-code {
    margin-bottom: 24px;
  }

  .console-header {
    display: block;
    padding: 26px 24px 20px;
  }

  .console-header > p {
    margin-top: 16px;
    text-align: left;
  }

  .console-toolbar button {
    min-width: 130px;
  }

  .gate-board {
    grid-template-columns: 1fr;
  }

  .gate-card {
    min-height: 120px;
  }

  .console-note {
    padding: 18px 24px 21px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .verification-ledger {
    margin-top: 48px;
    padding: 34px 24px;
  }

  .ledger-columns {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .manifesto {
    padding: 55px 0 110px;
  }

  .manifesto h2 {
    margin-top: 55px;
    font-size: 53px;
  }

  .principles {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 80px;
  }

  .principle-mark {
    margin-bottom: 30px;
  }

  .closing {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80px 0 100px;
  }

  .closing > img {
    width: min(88vw, 440px);
    margin: 0 auto 28px;
    opacity: .82;
  }

  .closing h2 {
    font-size: 61px;
  }

  .closing p:not(.eyebrow) {
    font-size: 16px;
  }

  footer {
    min-height: 100px;
  }
}

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

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

@media (max-width: 1100px) {
  .hero {
    align-items: start;
    min-height: 1160px;
    padding-top: 160px;
  }

  .hero .hero-copy {
    padding-right: 0;
    padding-bottom: 0;
  }

  .hero-lede {
    max-width: 600px;
  }

  .boot-preview {
    right: 50%;
    bottom: 90px;
    width: min(720px, calc(100vw - 72px));
    transform: translateX(50%);
  }

  .roadmap-section {
    grid-template-columns: 1fr;
  }

  .roadmap-heading {
    position: relative;
    top: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 1280px;
    padding-top: 130px;
  }

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

  .boot-preview {
    bottom: 40px;
    width: calc(100vw - 28px);
    border-radius: 22px 5px 22px 5px;
  }

  .boot-preview-head,
  .boot-preview-footer {
    padding: 16px;
  }

  .boot-preview-stage {
    grid-template-columns: 1fr;
    min-height: 330px;
    padding: 8px 22px 20px;
    text-align: center;
  }

  .boot-preview-core {
    width: 170px;
    margin: 0 auto -16px;
  }

  .boot-preview-copy strong,
  .boot-preview-copy p {
    max-width: none;
  }

  .boot-preview-copy strong {
    font-size: 31px;
  }

  .boot-preview-rail {
    padding: 0 8px;
  }

  .boot-preview-rail button {
    overflow: hidden;
    font-size: 0;
  }

  .boot-preview-rail button span {
    font-size: 8px;
  }

  .boot-preview-footer p {
    max-width: 170px;
  }

  .roadmap-section {
    gap: 70px;
  }

  .roadmap-track li {
    padding-left: 42px;
  }
}
