:root {
  --ink: #071018;
  --paper: #f4f5f1;
  --white: #fff;
  --ice: #9fe8ff;
  --blue: #2ac8f5;
  --line: rgba(7, 16, 24, 0.14);
  --muted: #657079;
  --mx: 0;
  --my: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
button,
input,
textarea {
  font: inherit;
}
.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(42, 200, 245, 0.08);
  filter: blur(45px);
  pointer-events: none;
  z-index: 20;
  will-change: transform;
}
.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 16, 24, 0.1);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  object-fit: contain;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-copy strong {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.brand-copy small {
  font: 500 8px/1.6 "DM Mono";
  letter-spacing: 0.32em;
  color: #68727a;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.7vw, 42px);
  font-size: 13px;
  font-weight: 600;
}
.site-header nav > a:not(.nav-cta) {
  position: relative;
}
.site-header nav > a:not(.nav-cta):after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--ink);
  left: 0;
  bottom: -6px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.site-header nav > a:hover:after,
.site-header nav > a.active:after {
  transform: scaleX(1);
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 100px;
  transition:
    transform 0.25s,
    background-color 0.25s,
    color 0.25s;
}
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 13px 20px;
}
.nav-cta:hover,
.button-dark:hover {
  background: #173747;
  transform: translateY(-2px);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
}
.hero {
  height: max(760px, 100vh);
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f5f7f6;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 16, 24, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 16, 24, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 65%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(transparent, var(--paper));
  z-index: 2;
}
.orion-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(calc(var(--mx) * -8px), calc(var(--my) * -5px));
  will-change: transform;
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(700px, 50vw);
  margin-left: clamp(24px, 8vw, 130px);
  padding-top: 50px;
}
.eyebrow {
  font: 500 11px/1.4 "DM Mono";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17af7b;
  margin-right: 7px;
  box-shadow: 0 0 0 5px rgba(23, 175, 123, 0.12);
}
.hero h1,
.section-head h2,
.network-copy h2,
.proof h2,
.site-footer h2,
.page-hero h1 {
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 26px 0;
}
.hero h1 {
  font-size: clamp(62px, 8.5vw, 138px);
}
h1 span,
h2 em {
  font-weight: 400;
  color: #7b868d;
  font-style: normal;
}
.hero-lede {
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.6;
  max-width: 580px;
  color: #46535c;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}
.button {
  padding: 16px 23px;
  font-size: 13px;
  font-weight: 700;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.text-link {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.text-link span {
  margin-left: 12px;
}
.glass-panel {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 70px rgba(7, 16, 24, 0.1);
}
.orion-tag {
  position: absolute;
  z-index: 4;
  right: 5vw;
  bottom: 9vh;
  padding: 16px 19px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 10px;
  min-width: 260px;
}
.orion-tag .signal {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  margin-top: 5px;
  box-shadow: 0 0 15px var(--blue);
}
.orion-tag div {
  display: flex;
  flex-direction: column;
}
.orion-tag small {
  font: 9px "DM Mono";
  color: #69777f;
}
.orion-tag strong {
  font-size: 14px;
}
.orion-tag p {
  grid-column: 2;
  margin: 6px 0 0;
  font-size: 11px;
  color: #647078;
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 34px;
  bottom: 44px;
  font: 9px "DM Mono";
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll-cue span {
  height: 48px;
  width: 1px;
  background: var(--ink);
}
.ticker-section {
  height: 260vh;
  background: var(--ink);
  color: white;
}
.ticker-pin {
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-flow {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 90px);
  padding-left: 10vw;
  white-space: nowrap;
  will-change: transform;
}
.ticker-flow > span {
  font-size: clamp(48px, 7vw, 110px);
  letter-spacing: -0.06em;
  font-weight: 500;
}
.ticker-flow svg {
  width: clamp(85px, 10vw, 150px);
  height: auto;
  overflow: visible;
  fill: none;
  stroke: var(--ice);
  stroke-width: 2;
}
.ticker-flow svg circle {
  fill: var(--ink);
}
.ticker-chip {
  font: 500 14px "DM Mono";
  letter-spacing: 0.1em;
  color: var(--ice);
  border: 1px solid rgba(159, 232, 255, 0.4);
  padding: 17px 21px;
  border-radius: 50%;
  font-style: normal;
}
.section-shell {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 110px);
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: start;
}
.section-head h2,
.network-copy h2,
.proof h2 {
  font-size: clamp(50px, 6vw, 92px);
  grid-column: 2;
  margin: 0;
}
.section-head > p:last-child {
  line-height: 1.75;
  color: var(--muted);
  font-size: 14px;
}
.capability-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  margin: 110px 0 70px;
  min-height: 560px;
}
.cap-list {
  border-top: 1px solid var(--line);
}
.cap-item {
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 28px 10px;
  cursor: pointer;
}
.cap-item > span,
.cap-item > b {
  font: 11px "DM Mono";
  color: #8a949a;
}
.cap-item h3 {
  margin: 0;
  font-size: 22px;
}
.cap-item p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.cap-item.active {
  padding-block: 38px;
}
.cap-item.active p {
  max-height: 90px;
  opacity: 1;
  margin-top: 12px;
}
.cap-item.active h3 {
  color: #058ab5;
}
.card-stage {
  position: relative;
  perspective: 1300px;
  min-height: 500px;
  margin-top: 50px;
}
.swap-card {
  position: absolute;
  top: 50%;
  left: 40%;
  width: min(430px, 70vw);
  height: 430px;
  margin: -215px 0 0 -215px;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 16, 24, 0.22);
  transform-style: preserve-3d;
}
.swap-card small {
  font: 10px "DM Mono";
  letter-spacing: 0.13em;
}
.swap-card h3 {
  position: absolute;
  left: 30px;
  bottom: 24px;
  margin: 0;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.card-ai {
  background: #dff6fb;
}
.card-product {
  background: #dce5ff;
}
.card-cloud {
  background: #152831;
  color: white;
}
.card-data {
  background: #d4fa74;
}
.mini-orbit {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(7, 16, 24, 0.2);
  border-radius: 50%;
  left: 100px;
  top: 85px;
  animation: spin 14s linear infinite;
}
.mini-orbit:before,
.mini-orbit:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(7, 16, 24, 0.18);
  border-radius: 50%;
  inset: 38px;
}
.mini-orbit:after {
  inset: 78px;
  background: var(--ink);
}
.mini-orbit span {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--blue);
  border-radius: 50%;
  top: -9px;
  left: 105px;
}
.ui-window {
  position: absolute;
  inset: 75px 42px 95px;
  background: white;
  border-radius: 7px;
  padding: 14px;
}
.ui-window i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #b5bfcb;
  border-radius: 50%;
}
.ui-window b {
  display: block;
  height: 55px;
  background: #edf0f7;
  margin-top: 15px;
}
.ui-window b:last-child {
  width: 62%;
  background: #6e7fff;
}
.cloud-grid {
  position: absolute;
  inset: 70px 35px 100px;
  background:
    linear-gradient(90deg, rgba(159, 232, 255, 0.15) 1px, transparent 1px),
    linear-gradient(rgba(159, 232, 255, 0.15) 1px, transparent 1px);
  background-size: 30px 30px;
}
.cloud-grid:after {
  content: "";
  position: absolute;
  inset: 30%;
  border: 1px solid var(--ice);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(159, 232, 255, 0.4);
}
.data-bars {
  position: absolute;
  inset: 100px 40px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.data-bars i {
  flex: 1;
  background: var(--ink);
  height: 35%;
}
.data-bars i:nth-child(2) {
  height: 65%;
}
.data-bars i:nth-child(3) {
  height: 46%;
}
.data-bars i:nth-child(4) {
  height: 90%;
}
.data-bars i:nth-child(5) {
  height: 72%;
}
.button-outline {
  border: 1px solid var(--ink);
  width: max-content;
}
.button-outline:hover {
  background: var(--ink);
  color: #fff;
}
.network-section {
  min-height: 100vh;
  background: #09151e;
  color: white;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  padding: 90px clamp(24px, 7vw, 110px);
  overflow: hidden;
}
.network-copy {
  position: relative;
  z-index: 2;
}
.network-copy h2 {
  font-size: clamp(50px, 5.5vw, 88px);
}
.network-copy > p:last-child {
  max-width: 500px;
  color: #a9b5bc;
  line-height: 1.8;
}
.network-map {
  position: relative;
  width: min(700px, 65vw);
  aspect-ratio: 1;
  margin-left: auto;
}
.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(159, 232, 255, 0.35);
  stroke-width: 1;
}
.network-node {
  position: absolute;
  width: 95px;
  aspect-ratio: 1;
  border: 1px solid rgba(159, 232, 255, 0.32);
  background: rgba(12, 38, 51, 0.8);
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font: 10px "DM Mono";
  color: var(--ice);
  box-shadow: 0 0 50px rgba(42, 200, 245, 0.08);
}
.node-core {
  width: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.node-core > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--ice);
  color: var(--ink);
  font-weight: 800;
  font-size: 15px;
}
.node-core strong {
  font-size: 24px;
  margin-top: 12px;
}
.node-core small {
  font-size: 8px;
  color: #8599a3;
  letter-spacing: 0.2em;
}
.node-1 {
  left: 9%;
  top: 17%;
}
.node-2 {
  right: 8%;
  top: 16%;
}
.node-3 {
  left: 58%;
  bottom: 5%;
}
.node-4 {
  left: 5%;
  bottom: 16%;
}
.node-5 {
  right: 2%;
  bottom: 25%;
}
.journey {
  position: relative;
  min-height: 1100px;
  overflow: hidden;
}
.journey .section-head {
  position: relative;
  z-index: 2;
}
.journey-line {
  position: absolute;
  inset: 250px 3% 3%;
  width: 94%;
  height: calc(100% - 280px);
  fill: none;
  stroke: #63cee9;
  stroke-width: 2;
}
.journey-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  justify-content: space-around;
  gap: 180px 30vw;
  margin-top: 160px;
}
.journey-steps article {
  background: rgba(244, 245, 241, 0.88);
  padding: 24px;
}
.journey-steps article:nth-child(even) {
  transform: translateY(100px);
}
.journey-steps span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font: 11px "DM Mono";
  margin-bottom: 20px;
}
.journey-steps small {
  font: 10px "DM Mono";
  letter-spacing: 0.15em;
  color: #1288a8;
}
.journey-steps h3 {
  font-size: 26px;
  margin: 10px 0;
}
.journey-steps p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.proof {
  background: #dff6fb;
}
.proof-statement {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.proof-statement h2 {
  grid-column: 2;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  border-top: 1px solid rgba(7, 16, 24, 0.2);
}
.metrics article {
  padding: 35px 18px;
  border-right: 1px solid rgba(7, 16, 24, 0.2);
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.metrics strong {
  font-size: 48px;
  letter-spacing: -0.06em;
}
.metrics span {
  font-size: 12px;
  color: #51616b;
}
.site-footer {
  background: var(--ink);
  color: white;
  padding: 110px clamp(24px, 7vw, 110px) 32px;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.site-footer h2 {
  font-size: clamp(55px, 8vw, 125px);
  margin: 20px 0;
}
.site-footer h2 em {
  color: var(--ice);
}
.orb-link {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--ice);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font: 11px "DM Mono";
  transition: transform 0.35s;
}
.orb-link:hover {
  transform: rotate(-8deg) scale(1.05);
}
.orb-link b {
  font-size: 25px;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 100px;
  padding-top: 25px;
}
.footer-bottom p {
  font: 9px/1.6 "DM Mono";
  color: #89959d;
}
.footer-bottom p:last-child {
  text-align: right;
}
.footer-brand .brand-copy strong {
  color: white;
}
.page-hero {
  min-height: 70vh;
  padding: 190px clamp(24px, 8vw, 130px) 100px;
  background: #e9f7fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-hero h1 {
  font-size: clamp(64px, 10vw, 150px);
  max-width: 1200px;
}
.page-hero > p:last-child {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
}
.content-card {
  background: var(--paper);
  padding: 60px;
}
.content-card small {
  font: 10px "DM Mono";
  color: #148eaf;
}
.content-card h2 {
  font-size: 35px;
  letter-spacing: -0.04em;
}
.content-card p {
  color: var(--muted);
  line-height: 1.8;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10vw;
}
.contact-form {
  display: grid;
  gap: 22px;
}
.contact-form label {
  font: 10px "DM Mono";
  letter-spacing: 0.12em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 12px 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
}
.founder-section {
  gap: 8vw;
}
.founder-portrait {
  position: relative;
  width: min(500px, 80vw);
  margin: auto;
}
.founder-portrait:before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(159, 232, 255, 0.25);
}
.founder-portrait img {
  display: block;
  width: 100%;
  position: relative;
  filter: saturate(0.75) contrast(1.05);
}
.footer-directory {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.4fr;
  gap: 50px;
  padding: 45px 0;
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-directory strong {
  font: 10px "DM Mono";
  letter-spacing: 0.12em;
}
.footer-directory p {
  color: #91a0a8;
  font-size: 12px;
  line-height: 1.7;
}
.contact-title {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.06em;
}
.address-copy {
  margin-top: 50px;
  color: var(--muted);
  line-height: 1.8;
}
.signal-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 100px;
}
.signal-cards article {
  padding: 42px;
  background: var(--paper);
}
.signal-cards small {
  font: 10px "DM Mono";
  color: #1288a8;
}
.signal-cards h3 {
  font-size: 24px;
}
.signal-cards p {
  color: var(--muted);
  line-height: 1.7;
}
.founder-section a {
  color: var(--ice);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 76px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 3;
  }
  .menu-toggle span {
    width: 25px;
    height: 1px;
    background: var(--ink);
  }
  .site-header nav {
    display: none;
    position: absolute;
    inset: 0 0 auto;
    background: var(--paper);
    padding: 110px 25px 40px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
  }
  .site-header nav.open {
    display: flex;
  }
  .nav-cta {
    font-size: 13px;
  }
  .hero {
    height: 900px;
    align-items: flex-start;
  }
  .orion-visual {
    height: 58%;
    top: auto;
    bottom: 0;
    object-position: 66% center;
  }
  .hero-copy {
    width: auto;
    margin: 130px 24px 0;
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(58px, 18vw, 92px);
  }
  .hero-lede {
    max-width: 90%;
    font-size: 16px;
  }
  .orion-tag {
    right: 20px;
    bottom: 60px;
  }
  .scroll-cue {
    display: none;
  }
  .ticker-section {
    height: 180vh;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    margin: 20px 0 30px;
  }
  .capability-layout {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .card-stage {
    order: -1;
    min-height: 480px;
  }
  .swap-card {
    left: 50%;
    width: min(360px, 78vw);
    height: 390px;
    margin: -195px 0 0 min(-180px, -39vw);
  }
  .network-section {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .network-map {
    width: 110vw;
    margin: 40px -12vw -60px;
  }
  .journey-steps {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-top: 100px;
  }
  .journey-steps article:nth-child(even) {
    transform: none;
  }
  .journey-line {
    display: none;
  }
  .proof-statement {
    display: block;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer h2 {
    font-size: 16vw;
  }
  .orb-link {
    align-self: flex-end;
    width: 125px;
    height: 125px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer-bottom p:last-child {
    text-align: left;
  }
  .content-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .orion-tag {
    display: none;
  }
  .section-shell {
    padding-inline: 20px;
  }
  .cap-item {
    grid-template-columns: 32px 1fr 20px;
  }
  .card-stage {
    min-height: 400px;
  }
  .swap-card {
    height: 330px;
    margin-top: -165px;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .content-card {
    padding: 35px 22px;
  }
  .footer-bottom {
    margin-top: 65px;
  }
  .cursor-glow {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .ticker-section {
    height: auto;
  }
  .ticker-pin {
    height: auto;
    overflow: auto;
    padding: 120px 0;
  }
  .ticker-flow {
    transform: none !important;
  }
  .orion-visual {
    transform: none;
  }
}
@media (max-width: 900px) {
  .footer-directory,
  .signal-cards,
  .footer-directory {
    gap: 22px;
  }
}

/* Interaction and accessibility layer */
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 4px;
  transform: translateY(-150%);
  transition: transform 0.2s;
}
.skip-link:focus {
  transform: translateY(0);
}
:where(a, button, input, textarea):focus-visible {
  outline: 3px solid #1385a8;
  outline-offset: 4px;
}
.menu-toggle,
.orion-tag,
.orion-close,
.cap-item {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(42, 200, 245, 0.22);
}
.ticker-section {
  height: 190vh;
}
.ticker-flow > span {
  text-wrap: balance;
}
.orion-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: transform;
  transform-origin: 72% 42%;
  animation: orion-breathe 5s ease-in-out infinite;
}
#orion-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}
.orion-stage.webgl-ready #orion-canvas {
  opacity: 1;
}
.orion-stage.webgl-ready .orion-visual {
  opacity: 0;
}
.orion-stage.webgl-ready > .orion-eyes,
.orion-stage.webgl-ready > .orion-core {
  display: none;
}
.orion-stage .orion-visual {
  transform: none;
  transition: opacity 0.5s;
}
.orion-eyes {
  position: absolute;
  z-index: 3;
  left: 73.35%;
  top: 11.45%;
  width: 4.1%;
  height: 1.5%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  filter: drop-shadow(0 0 8px #6ee5ff);
}
.orion-eyes i {
  display: block;
  width: 34%;
  height: 2px;
  border-radius: 10px;
  background: #a9efff;
  animation: orion-blink 5.2s infinite;
  transform: translate(var(--eye-x, 0), var(--eye-y, 0));
}
.orion-core {
  position: absolute;
  z-index: 3;
  left: 72.35%;
  top: 22.35%;
  width: 7px;
  height: 15px;
  border-radius: 8px;
  background: #b7f4ff;
  box-shadow: 0 0 18px 5px rgba(68, 216, 255, 0.65);
  animation: orion-heartbeat 2.8s ease-in-out infinite;
  pointer-events: none;
}
.orion-tag {
  border: 1px solid rgba(255, 255, 255, 0.8);
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}
.orion-tag > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.orion-tag-copy {
  grid-column: 2;
  margin-top: 6px;
  font-size: 11px;
  color: #647078;
}
.orion-panel {
  position: absolute;
  z-index: 12;
  right: 5vw;
  bottom: calc(9vh + 92px);
  width: min(370px, calc(100vw - 40px));
  padding: 22px;
  background: rgba(7, 22, 31, 0.94);
  color: #fff;
  border: 1px solid rgba(159, 232, 255, 0.28);
  box-shadow: 0 30px 90px rgba(7, 16, 24, 0.35);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transform-origin: bottom right;
  transition:
    opacity 0.25s,
    transform 0.25s,
    visibility 0.25s;
}
.orion-panel.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.orion-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 9px "DM Mono";
  letter-spacing: 0.13em;
  color: var(--ice);
}
.orion-panel-head i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #63e3bb;
  box-shadow: 0 0 8px #63e3bb;
}
.orion-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.orion-message {
  min-height: 58px;
  font-size: 15px;
  line-height: 1.6;
  color: #d8e2e7;
}
.orion-actions {
  display: grid;
  gap: 8px;
}
.orion-actions a {
  padding: 12px 14px;
  border: 1px solid rgba(159, 232, 255, 0.18);
  font-size: 12px;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.orion-actions a:hover,
.orion-actions a:focus-visible {
  background: rgba(159, 232, 255, 0.1);
  border-color: var(--ice);
  transform: translateX(3px);
}
.cap-item {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  font: inherit;
  color: inherit;
  text-align: left;
}
.cap-item:first-child {
  border-top: 0;
}
.cap-item:hover h3,
.cap-item:focus-visible h3 {
  color: #058ab5;
}
.operating-principle {
  margin-top: 30px;
  padding: clamp(34px, 5vw, 70px);
  background: #fff;
  display: grid;
  grid-template-columns: 0.5fr 1.4fr 1fr;
  gap: 35px;
  align-items: start;
}
.operating-principle h3 {
  font-size: clamp(28px, 3vw, 46px);
  letter-spacing: -0.04em;
  margin: 0;
}
.operating-principle > p:last-child {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
@keyframes orion-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.004);
  }
}
@keyframes orion-blink {
  0%,
  45%,
  48%,
  100% {
    transform: scaleY(1) translate(var(--eye-x, 0), var(--eye-y, 0));
  }
  46%,
  47% {
    transform: scaleY(0.08) translate(var(--eye-x, 0), var(--eye-y, 0));
  }
}
@keyframes orion-heartbeat {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.88);
  }
  45% {
    opacity: 1;
    transform: scale(1.12);
  }
  55% {
    opacity: 0.82;
    transform: scale(0.96);
  }
  65% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@media (max-width: 900px) {
  .ticker-section {
    height: 140vh;
  }
  .orion-stage {
    height: 58%;
    top: auto;
  }
  .orion-stage .orion-visual {
    height: 100%;
    top: 0;
  }
  .orion-eyes,
  .orion-core {
    display: none;
  }
  .orion-panel {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .operating-principle {
    grid-template-columns: 1fr;
  }
  .orion-tag {
    display: grid;
  }
}
@media (max-width: 560px) {
  .orion-tag {
    display: none;
  }
  .orion-panel {
    left: 16px;
    right: 16px;
    width: auto;
  }
  .ticker-section {
    height: auto;
  }
  .ticker-pin {
    height: auto;
    padding: 100px 0;
    overflow: auto;
  }
  .ticker-flow {
    transform: none !important;
    padding-right: 50px;
  }
  .ticker-flow > span {
    font-size: 40px;
  }
}
.orion-alert .orion-core {
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0 0 26px 8px rgba(68, 216, 255, 0.8);
}
@media (prefers-reduced-motion: reduce) {
  .orion-stage,
  .orion-eyes i,
  .orion-core {
    animation: none !important;
  }
  .orion-panel,
  .orion-actions a {
    transition: none;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
