@view-transition { navigation: auto; }

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 160ms;
  animation-timing-function: ease-out;
}

::view-transition-old(root) {
  animation-name: page-fade-out;
}

::view-transition-new(root) {
  animation-name: page-fade-in;
}

@keyframes page-fade-out {
  to { opacity: .985; }
}

@keyframes page-fade-in {
  from { opacity: .985; }
}

:root {
  color-scheme: dark;
  --bg: #040711;
  --bg-soft: #080d1a;
  --surface: rgba(9, 17, 34, 0.72);
  --surface-strong: rgba(9, 17, 34, 0.92);
  --line: rgba(144, 200, 255, 0.15);
  --line-strong: rgba(90, 180, 255, 0.32);
  --text: #f3f8ff;
  --muted: #9fb1c8;
  --blue: #4cb9ff;
  --blue-strong: #149cff;
  --cyan: #75e7ff;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% -20%, rgba(24, 107, 180, 0.12), transparent 38rem),
    var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    radial-gradient(circle at 12% 18%, #fff 0 1px, transparent 1.3px),
    radial-gradient(circle at 72% 12%, #9bdcff 0 1px, transparent 1.4px),
    radial-gradient(circle at 84% 42%, #fff 0 1px, transparent 1.2px),
    radial-gradient(circle at 28% 71%, #fff 0 1px, transparent 1.2px),
    radial-gradient(circle at 61% 82%, #9bdcff 0 1px, transparent 1.2px);
  background-size: 280px 280px, 360px 360px, 410px 410px, 330px 330px, 460px 460px;
  z-index: -3;
}
a { color: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #00101f; background: var(--cyan); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.cosmos { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: -2; }
.nebula {
  position: absolute;
  width: 44rem; height: 44rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .16;
}
.nebula-one { top: -17rem; right: -10rem; background: #087bff; }
.nebula-two { bottom: -23rem; left: -12rem; background: #196ee0; }
.grid-horizon {
  position: absolute;
  left: -15%; right: -15%; bottom: -22rem;
  height: 38rem;
  opacity: .18;
  transform: perspective(600px) rotateX(68deg);
  transform-origin: center top;
  background-image:
    linear-gradient(rgba(61, 159, 255, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 159, 255, .3) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 15px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled, .legal-page .site-header {
  background: rgba(4, 7, 17, .78);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: .83rem;
  letter-spacing: .12em;
  font-weight: 700;
  white-space: nowrap;
}
.brand img {
  width: 44px; height: 44px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(54, 167, 255, .22);
}
.brand strong { color: var(--blue); font-weight: 800; }
.site-nav, .legal-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .legal-nav a {
  color: #b7c8dc;
  text-decoration: none;
  font-size: .9rem;
  transition: color .2s ease;
}
.site-nav a:hover, .legal-nav a:hover, .legal-nav a[aria-current="page"] { color: white; }
.nav-toggle { display: none; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  padding-block: 80px 100px;
}
.eyebrow {
  color: #7fd4ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.signal-dot {
  display: inline-block;
  width: 7px; height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #53d2ff;
  box-shadow: 0 0 14px #53d2ff;
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 760px;
  margin: 22px 0 24px;
  font-size: clamp(3.3rem, 7vw, 6.9rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 760;
}
.hero h1::after {
  content: "";
  display: block;
  width: 120px; height: 3px;
  margin-top: 30px;
  background: linear-gradient(90deg, var(--blue), transparent);
  box-shadow: 0 0 18px rgba(76, 185, 255, .6);
}
.hero-lede {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #001421;
  background: linear-gradient(135deg, #8de8ff, #39aaff);
  box-shadow: 0 12px 35px rgba(22, 152, 255, .2);
}
.button-primary:hover { box-shadow: 0 16px 45px rgba(22, 152, 255, .32); }
.button-ghost { color: #d9e9f9; border-color: var(--line-strong); background: rgba(9, 20, 38, .42); }
.button-ghost:hover { border-color: rgba(110, 203, 255, .6); background: rgba(16, 34, 61, .55); }
.status-line {
  display: flex; align-items: center; gap: 10px;
  margin-top: 34px;
  color: #7e91aa;
  font-size: .78rem;
  letter-spacing: .04em;
}
.status-light {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #48d6a3;
  box-shadow: 0 0 13px rgba(72, 214, 163, .65);
}

.hero-visual { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; }
.brand-plate {
  position: relative;
  width: min(92%, 570px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(25, 92, 151, .15), transparent 65%);
  filter: drop-shadow(0 22px 70px rgba(10, 89, 157, .32));
}
.brand-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  mask-image: radial-gradient(circle at center, black 47%, rgba(0,0,0,.95) 64%, transparent 75%);
}
.orbit {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(89, 190, 255, .24);
  border-radius: 50%;
  transform: rotate(-28deg) scaleY(.56);
  box-shadow: inset 0 0 30px rgba(30, 141, 225, .08), 0 0 20px rgba(30, 141, 225, .08);
}
.orbit-a { animation: orbital-pulse 7s ease-in-out infinite; }
.orbit-b { inset: 15%; transform: rotate(43deg) scaleY(.62); opacity: .45; animation: orbital-pulse 9s ease-in-out infinite reverse; }
@keyframes orbital-pulse { 50% { opacity: .36; filter: brightness(1.5); } }
.telemetry {
  position: absolute;
  padding: 9px 12px;
  border: 1px solid rgba(98, 191, 255, .22);
  background: rgba(5, 13, 28, .62);
  backdrop-filter: blur(8px);
  color: #6785a2;
  font-size: .56rem;
  letter-spacing: .14em;
  line-height: 1.45;
  border-radius: 6px;
}
.telemetry strong { display: block; color: #8edbff; font-size: .66rem; }
.telemetry-one { top: 20%; left: 0; }
.telemetry-two { bottom: 18%; right: 2%; }

.ticker { border-block: 1px solid var(--line); background: rgba(4, 10, 23, .64); overflow: hidden; }
.ticker-track {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #7189a3;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .15em;
  white-space: nowrap;
}
.ticker-track a { color: #7189a3; text-decoration: none; transition: color .2s ease, text-shadow .2s ease; }
.ticker-track a:hover, .ticker-track a:focus-visible { color: #bdeaff; text-shadow: 0 0 14px rgba(76, 185, 255, .45); }
.ticker-track i { width: 3px; height: 3px; flex: 0 0 3px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 9px var(--blue); }

.section { padding-block: 120px; }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading h2, .signal-copy h2, .closing-section h2 {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.section-heading p, .signal-copy p { color: var(--muted); font-size: 1.05rem; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(13, 26, 48, .72), rgba(5, 10, 22, .78));
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.capability-card::after {
  content: "";
  position: absolute;
  width: 190px; height: 190px;
  right: -110px; bottom: -110px;
  border-radius: 50%;
  background: rgba(29, 142, 224, .09);
  filter: blur(10px);
}
.capability-card:hover { transform: translateY(-5px); border-color: rgba(82, 185, 255, .34); background: linear-gradient(155deg, rgba(17, 35, 63, .78), rgba(5, 10, 22, .85)); }
.card-number { color: #536b85; font-size: .64rem; letter-spacing: .14em; }
.card-icon { margin: 27px 0 16px; color: #62c8ff; font-size: 1.8rem; text-shadow: 0 0 22px rgba(70, 192, 255, .55); }
.capability-card h3 { margin-bottom: 10px; font-size: 1.12rem; }
.capability-card p { color: #91a6be; font-size: .91rem; }

.split-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.process { border-top: 1px solid var(--line); }
.process-step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.process-step > span { color: #4d6884; font-size: .7rem; letter-spacing: .12em; padding-top: 3px; }
.process-step h3 { margin-bottom: 8px; font-size: 1.3rem; }
.process-step p { margin-bottom: 0; color: var(--muted); }

.signal-panel {
  min-height: 430px;
  padding: clamp(34px, 5vw, 62px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 40px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(13, 31, 57, .85), rgba(5, 10, 22, .91)),
    radial-gradient(circle at 85% 50%, rgba(26, 139, 230, .15), transparent 30%);
  box-shadow: var(--shadow);
}
.signal-copy { max-width: 650px; }
.signal-visual { display: grid; place-items: center; gap: 24px; }
.radar { position: relative; width: 220px; aspect-ratio: 1; border: 1px solid rgba(87, 188, 255, .16); border-radius: 50%; background: radial-gradient(circle, rgba(41, 169, 255, .1), transparent 60%); overflow: hidden; }
.radar::before, .radar::after { content: ""; position: absolute; background: rgba(90, 195, 255, .1); }
.radar::before { width: 1px; height: 100%; left: 50%; transform: translateX(-50%); }
.radar::after { height: 1px; width: 100%; top: 50%; transform: translateY(-50%); }
.radar-ring { position: absolute; inset: 17%; border: 1px solid rgba(99, 196, 255, .14); border-radius: 50%; }
.r2 { inset: 33%; } .r3 { inset: 47%; }
.radar-sweep {
  position: absolute;
  inset: 50% 50% 0 0;
  transform-origin: 100% 0;
  background: conic-gradient(from 90deg at 100% 0, transparent 0 82%, rgba(78, 194, 255, .36) 97%, transparent);
  animation: sweep 4.8s linear infinite;
}
@keyframes sweep { to { transform: rotate(360deg); } }
.radar-core { position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; z-index: 2; border-radius: 50%; background: white; box-shadow: 0 0 0 2px rgba(86, 190, 255, .18), 0 0 18px var(--cyan); }
.radar-label { color: #6f8ca8; font-size: .63rem; letter-spacing: .15em; text-align: center; }
.radar-label strong { color: #77d7ff; }

.closing-section {
  display: flex;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.closing-mark {
  width: 100px; height: 100px;
  flex: 0 0 100px;
  display: grid; place-items: center;
  border: 1px solid rgba(84, 184, 255, .35);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(8, 18, 34, .72);
  box-shadow: inset 0 0 40px rgba(32, 120, 195, .12), 0 0 35px rgba(32, 120, 195, .08);
}
.closing-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.site-footer {
  min-height: 140px;
  padding-block: 36px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  color: #70869e;
  font-size: .76rem;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { color: #c9d8e8; }
.footer-brand span { color: #617890; font-size: .69rem; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { text-decoration: none; color: #859ab0; }
.site-footer a:hover { color: white; }
.site-footer p { margin: 0; white-space: nowrap; }

/* Legal pages */
.legal-page .cosmos { opacity: .7; }
.legal-shell { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 100px 0 120px; }
.legal-hero { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 14px 0 8px; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 1; letter-spacing: -.05em; }
.legal-hero p { color: #71869c; }
.legal-document { padding-top: 30px; }
.legal-intro {
  margin: 20px 0 54px;
  padding: 24px 26px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(13, 28, 52, .62);
}
.legal-intro strong { color: #91dcff; }
.legal-intro p { margin: 8px 0 0; color: #bacbdd; }
.legal-document section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-document h2 { margin-bottom: 12px; font-size: 1.18rem; }
.legal-document p { color: #a2b5c9; }
.legal-document strong { color: #dfefff; }
.legal-nav { margin-left: auto; }

.error-page { min-height: 100vh; display: grid; place-items: center; }
.error-shell { width: min(calc(100% - 40px), 700px); text-align: center; padding: 80px 0; }
.error-shell img { width: 110px; height: 110px; object-fit: cover; border-radius: 50%; margin-bottom: 34px; box-shadow: 0 0 50px rgba(47, 167, 255, .25); }
.error-shell h1 { margin: 16px 0; font-size: clamp(2.5rem, 7vw, 5rem); letter-spacing: -.05em; line-height: 1; }
.error-shell p { margin: 0 auto 30px; max-width: 560px; color: var(--muted); }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-lede, .hero h1 { margin-left: auto; margin-right: auto; }
  .hero h1::after { margin-left: auto; margin-right: auto; }
  .hero-actions, .status-line { justify-content: center; }
  .hero-visual { width: min(100%, 650px); margin: 0 auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .split-section { grid-template-columns: 1fr; gap: 24px; }
  .sticky-heading { position: static; }
  .signal-panel { grid-template-columns: 1fr; }
  .signal-copy { text-align: center; margin: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 18px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 68px; padding: 12px 14px; }
  .brand { font-size: .68rem; letter-spacing: .08em; }
  .brand img { width: 40px; height: 40px; }
  .nav-toggle {
    width: 44px; height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 16, 30, .7);
  }
  .nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: #dceeff; }
  .site-nav {
    position: absolute;
    display: none;
    top: 68px; left: 14px; right: 14px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    background: rgba(5, 10, 22, .97);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .legal-nav { gap: 14px; }
  .legal-nav a { font-size: .77rem; }
  .hero { padding-block: 72px 70px; gap: 44px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-visual { margin-top: -14px; }
  .telemetry { display: none; }
  .ticker-track { min-height: 58px; overflow: hidden; justify-content: flex-start; }
  .ticker-track a:nth-of-type(n+4), .ticker-track i:nth-of-type(n+4) { display: none; }
  .section { padding-block: 88px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 230px; }
  .signal-panel { min-height: auto; padding: 38px 22px; }
  .closing-section { align-items: flex-start; gap: 22px; }
  .closing-mark { width: 72px; height: 72px; flex-basis: 72px; font-size: 2.4rem; }
  .legal-shell { width: min(calc(100% - 28px), 900px); padding-top: 76px; }
}

@media (max-width: 500px) {
  .brand span { display: none; }
  .legal-nav { gap: 12px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .closing-section { display: grid; }
}

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


/* Contact and staged-release pages */
.contact-shell,
.development-shell {
  width: min(calc(100% - 40px), 1040px);
  margin: 0 auto;
  padding: 100px 0 120px;
}
.contact-hero,
.development-hero {
  max-width: 760px;
  margin-bottom: 46px;
}
.contact-hero h1,
.development-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.contact-hero p,
.development-hero p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.06rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.contact-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(13, 26, 48, .72), rgba(5, 10, 22, .82));
}
.contact-card.featured {
  border-color: var(--line-strong);
  background: linear-gradient(155deg, rgba(17, 39, 69, .82), rgba(5, 10, 22, .88));
}
.contact-card .card-kicker {
  color: #5f7892;
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-card h2 {
  margin: 20px 0 8px;
  font-size: 1.24rem;
}
.contact-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .91rem;
}
.contact-card a {
  color: #83d7ff;
  text-decoration: none;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.contact-card a:hover { color: white; }

.development-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 42px;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(13, 31, 57, .86), rgba(5, 10, 22, .94)),
    radial-gradient(circle at 82% 48%, rgba(28, 145, 235, .18), transparent 30%);
  box-shadow: var(--shadow);
}
.development-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.development-copy p {
  max-width: 620px;
  color: var(--muted);
}
.development-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.development-visual {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}
.development-orbit {
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid rgba(88, 190, 255, .22);
  border-radius: 50%;
  box-shadow: inset 0 0 45px rgba(42, 153, 226, .08);
  display: grid;
  place-items: center;
}
.development-orbit::before,
.development-orbit::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(88, 190, 255, .14);
  border-radius: 50%;
}
.development-orbit::after { width: 92px; height: 92px; }
.development-core {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 34px 8px rgba(72, 188, 255, .45);
}
.development-status {
  position: absolute;
  bottom: 16px;
  color: #6f8ca8;
  font-size: .64rem;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.development-status strong {
  display: block;
  margin-top: 5px;
  color: #79d6ff;
}

@media (max-width: 760px) {
  .contact-shell,
  .development-shell { width: min(calc(100% - 28px), 1040px); padding-top: 76px; }
  .contact-grid { grid-template-columns: 1fr; }
  .development-panel { grid-template-columns: 1fr; text-align: center; }
  .development-copy p { margin-inline: auto; }
  .development-actions { justify-content: center; }
}


/* September 22 launch-polish overrides */
.ticker {
  padding: 14px 0;
}
.ticker-track {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  white-space: normal;
}
.ticker-track .discipline-chip {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(84, 184, 255, .18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(15, 29, 51, .8), rgba(7, 14, 27, .86));
  color: #8da6c0;
  text-decoration: none;
  text-align: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.ticker-track .discipline-chip:hover,
.ticker-track .discipline-chip:focus-visible {
  color: #e7f7ff;
  border-color: rgba(78, 190, 255, .52);
  background: linear-gradient(180deg, rgba(19, 46, 77, .9), rgba(7, 18, 34, .94));
  box-shadow: 0 0 22px rgba(41, 161, 239, .12), inset 0 0 18px rgba(56, 175, 246, .06);
  transform: translateY(-2px);
  outline: none;
}

.capability-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.capability-card:focus-visible {
  outline: 2px solid rgba(117, 231, 255, .8);
  outline-offset: 3px;
}
.capability-card::before {
  content: "OPEN";
  position: absolute;
  right: 20px;
  top: 19px;
  color: rgba(116, 199, 248, .45);
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .16em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}
.capability-card:hover::before,
.capability-card:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.radar-svg {
  width: 220px;
  height: 220px;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(55, 171, 238, .05));
}
.radar-ring-svg {
  fill: rgba(26, 91, 143, .04);
  stroke: rgba(88, 190, 255, .18);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.radar-ring-outer {
  fill: rgba(23, 74, 119, .025);
}
.radar-axis {
  stroke: rgba(88, 190, 255, .12);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.radar-sweep-svg {
  transform-origin: 110px 110px;
  animation: radar-svg-sweep 5s linear infinite;
}
.radar-sweep-svg path {
  fill: rgba(77, 190, 255, .08);
  stroke: rgba(90, 203, 255, .16);
  stroke-width: .7;
}
.radar-center-halo {
  fill: rgba(91, 207, 255, .14);
}
.radar-center-dot {
  fill: #ffffff;
  filter: drop-shadow(0 0 5px #7fe6ff);
}
@keyframes radar-svg-sweep {
  to { transform: rotate(360deg); }
}

.contact-shell {
  width: min(calc(100% - 40px), 1040px);
  margin: 0 auto;
  padding: 92px 0 120px;
}
.contact-hero {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}
.contact-grid {
  width: 100%;
  margin: 0 auto;
}
.contact-card {
  text-align: left;
}

.development-page {
  min-height: 100vh;
}
.development-page .cosmos {
  opacity: .9;
}
.development-shell {
  width: min(calc(100% - 40px), 1040px);
  min-height: calc(100vh - 216px);
  margin: 0 auto;
  padding: 86px 0 100px;
  display: grid;
  align-items: center;
}
.development-panel {
  width: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 70px);
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 6vw, 72px);
  border: 1px solid rgba(86, 186, 255, .28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 17% 50%, rgba(38, 142, 218, .12), transparent 25%),
    linear-gradient(128deg, rgba(10, 24, 45, .94), rgba(4, 9, 20, .96));
  box-shadow: 0 34px 100px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.025);
}
.development-emblem {
  position: relative;
  width: 270px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.launch-orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.launch-ring {
  fill: none;
  stroke: rgba(83, 185, 255, .13);
  stroke-width: 1;
}
.launch-ring-b { stroke: rgba(83, 185, 255, .10); }
.launch-ring-c { stroke: rgba(83, 185, 255, .08); }
.launch-orbit-clean {
  fill: none;
  stroke: rgba(91, 207, 255, .34);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 10px rgba(54, 181, 255, .18));
  opacity: .95;
}
.development-emblem img {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 48px rgba(49, 164, 236, .25);
}
.development-copy {
  max-width: 650px;
}
.development-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.8rem, 5.4vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.development-copy > p {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.04rem;
}
.release-loader {
  margin: 30px 0 0;
  padding: 18px;
  border: 1px solid rgba(86, 186, 255, .18);
  border-radius: 14px;
  background: rgba(3, 10, 22, .62);
}
.release-loader-meta,
.release-loader-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.release-loader-meta {
  margin-bottom: 11px;
  color: #68859f;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.release-loader-meta strong {
  color: #87dcff;
}
.release-loader-track {
  position: relative;
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(71, 171, 232, .22);
  border-radius: 5px;
  background: rgba(2, 8, 18, .96);
}
.release-loader-grid {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0 28px,
    rgba(86, 186, 255, .13) 28px 29px
  );
  z-index: 2;
  pointer-events: none;
}
.release-loader-bar {
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 38%;
  left: -42%;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, #2aaeff 28%, #8ceaff 62%, transparent);
  box-shadow: 0 0 22px rgba(59, 184, 255, .56);
  animation: release-scan 2.3s cubic-bezier(.42,0,.58,1) infinite;
}
@keyframes release-scan {
  0% { transform: translateX(0); }
  100% { transform: translateX(380%); }
}
.release-loader-foot {
  margin-top: 10px;
  color: #536d86;
  font-size: .55rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.development-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 980px) {
  .ticker-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .development-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .development-emblem {
    width: 240px;
    margin: 0 auto;
  }
  .development-copy {
    margin: 0 auto;
  }
  .development-actions {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .ticker-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .ticker-track .discipline-chip {
    min-height: 44px;
    padding: 9px 8px;
    font-size: .6rem;
  }
  .development-shell {
    width: min(calc(100% - 28px), 1040px);
    padding-top: 56px;
  }
  .development-panel {
    padding: 32px 20px;
  }
  .development-emblem {
    width: 205px;
  }
  .development-emblem img {
    width: 92px;
    height: 92px;
  }
  .release-loader-foot {
    font-size: .48rem;
  }
}

@media (max-width: 720px) {
  .ticker-track .discipline-chip {
    display: inline-flex !important;
  }
}


/* Development assembly visual */
.development-emblem {
  width: 300px;
}

.assembly-svg {
  position: absolute;
  inset: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(51, 174, 245, .08));
}

.assembly-guide {
  stroke: rgba(82, 183, 245, .09);
  stroke-width: 1;
}

.assembly-segment {
  stroke-linecap: round;
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.assembly-segment-outer {
  stroke: rgba(94, 202, 255, .34);
  stroke-dasharray: 7 4 2 5 13 6 4 7 16 8 5 8;
}

.assembly-segment-mid {
  stroke: rgba(94, 202, 255, .25);
  stroke-dasharray: 18 5 6 5 10 7 3 8 14 6;
}

.assembly-segment-inner {
  stroke: rgba(94, 202, 255, .19);
  stroke-dasharray: 24 8 7 8 18 10;
}

.assembly-ring {
  transform-origin: 130px 130px;
}

.assembly-ring-outer {
  animation: assembly-spin 18s linear infinite;
}

.assembly-ring-mid {
  animation: assembly-spin-reverse 12s linear infinite;
}

.assembly-ring-inner {
  animation: assembly-spin 8s linear infinite;
}

.assembly-scanner {
  transform-origin: 130px 130px;
  animation: assembly-scan-spin 4.2s linear infinite;
}

.assembly-scan-arc {
  stroke: #73dcff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 10 90;
  filter: drop-shadow(0 0 8px rgba(91, 207, 255, .75));
}

.assembly-tick {
  stroke: rgba(116, 211, 255, .32);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.assembly-node {
  filter: drop-shadow(0 0 7px rgba(111, 222, 255, .9));
  animation: assembly-node-pulse 2.4s ease-in-out infinite;
}

.node-b { animation-delay: .4s; }
.node-c { animation-delay: .8s; }
.node-d { animation-delay: 1.2s; }

.development-emblem::before,
.development-emblem::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.development-emblem::before {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(105, 211, 255, .15);
  border-radius: 50%;
  box-shadow:
    0 0 35px rgba(42, 166, 235, .08),
    inset 0 0 32px rgba(42, 166, 235, .08);
  animation: assembly-core-breathe 3.2s ease-in-out infinite;
}

.development-emblem::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 23px;
  right: 45px;
  background: #a9efff;
  box-shadow: 0 0 14px rgba(112, 222, 255, .9);
  animation: assembly-beacon 1.5s ease-in-out infinite;
}

@keyframes assembly-spin {
  to { transform: rotate(360deg); }
}

@keyframes assembly-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes assembly-scan-spin {
  to { transform: rotate(360deg); }
}

@keyframes assembly-node-pulse {
  0%, 100% { opacity: .28; }
  50% { opacity: 1; }
}

@keyframes assembly-core-breathe {
  0%, 100% { opacity: .55; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.025); }
}

@keyframes assembly-beacon {
  0%, 100% { opacity: .35; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 620px) {
  .development-emblem {
    width: 220px;
  }
}


/* Development build-status HUD */
.development-emblem {
  width: 286px;
  position: relative;
  display: grid;
  place-items: center;
}

.development-emblem::before {
  width: 158px;
  height: 158px;
  border: 1px solid rgba(97, 203, 255, .16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 165, 235, .12), rgba(7, 18, 34, .02) 58%, transparent 72%);
  box-shadow:
    0 0 42px rgba(42, 166, 235, .10),
    inset 0 0 32px rgba(42, 166, 235, .08);
  animation: build-core-breathe 3.2s ease-in-out infinite;
}

.development-emblem::after {
  content: none;
}

.development-emblem img {
  width: 118px;
  height: 118px;
  z-index: 3;
  border-radius: 50%;
  box-shadow:
    0 0 28px rgba(47, 169, 239, .22),
    0 0 70px rgba(28, 116, 187, .10);
}

.build-hud-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
}

.build-hud-guide {
  stroke: rgba(93, 197, 251, .10);
  stroke-width: 1;
}

.build-hud-ring,
.build-hud-scanner {
  transform-origin: 130px 130px;
}

.build-hud-progress {
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.build-hud-progress-outer {
  stroke: rgba(101, 210, 255, .30);
  stroke-width: 1.25;
  stroke-dasharray: 17 5 7 5 3 6 12 7 5 9;
}

.build-hud-progress-inner {
  stroke: rgba(90, 190, 246, .20);
  stroke-width: 1;
  stroke-dasharray: 8 6 18 7 4 8 12 9;
}

.build-hud-ring-outer {
  animation: build-ring-spin 22s linear infinite;
}

.build-hud-ring-inner {
  animation: build-ring-spin-reverse 14s linear infinite;
}

.build-hud-scan {
  stroke: #7ce5ff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 7 93;
  filter: drop-shadow(0 0 7px rgba(108, 223, 255, .75));
}

.build-hud-scanner {
  animation: build-scan-spin 3.6s linear infinite;
}

.build-hud-bracket {
  fill: none;
  stroke: rgba(112, 217, 255, .34);
  stroke-width: 1.2;
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}

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

@keyframes build-ring-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes build-scan-spin {
  to { transform: rotate(360deg); }
}

@keyframes build-core-breathe {
  0%, 100% { opacity: .62; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.025); }
}

@media (max-width: 620px) {
  .development-emblem {
    width: 220px;
  }
  .development-emblem img {
    width: 96px;
    height: 96px;
  }
}


/* Futuristic spaceship for development card */
.development-panel {
  grid-template-columns: 320px minmax(0, 1fr);
}

.development-spaceship {
  position: relative;
  width: 310px;
  height: 360px;
  display: grid;
  place-items: center;
  justify-self: center;
  isolation: isolate;
}

.ship-glow {
  position: absolute;
  width: 220px;
  height: 270px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 58%, rgba(50, 182, 255, .19), rgba(20, 98, 178, .06) 52%, transparent 72%);
  filter: blur(10px);
  z-index: 0;
}

.spaceship-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .34));
}

.ship-float {
  transform-origin: 160px 180px;
  animation: ship-hover 4.2s ease-in-out infinite;
}

.ship-angle {
  transform-origin: 160px 180px;
  transform: rotate(14deg);
}

.ship-body {
  filter: drop-shadow(0 0 10px rgba(95, 201, 255, .10));
}

.ship-blue-strip {
  filter: drop-shadow(0 0 5px rgba(54, 193, 255, .7));
}

.ship-window-ring,
.engine-ring {
  filter: drop-shadow(0 0 7px rgba(67, 200, 255, .45));
}

.ship-flame {
  transform-origin: 160px 248px;
  animation: flame-pulse 1.2s ease-in-out infinite;
}

.flame-outer {
  filter: drop-shadow(0 0 18px rgba(41, 165, 255, .55));
}

.flame-inner {
  filter: drop-shadow(0 0 12px rgba(157, 241, 255, .65));
}

.ship-spark {
  opacity: .18;
  filter: drop-shadow(0 0 5px rgba(89, 213, 255, .8));
  animation: spark-pulse 2.8s ease-in-out infinite;
}
.spark-b { animation-delay: .55s; }
.spark-c { animation-delay: 1.1s; }
.spark-d { animation-delay: 1.65s; }

@keyframes ship-hover {
  0%, 100% { transform: translateY(3px); }
  50% { transform: translateY(-7px); }
}

@keyframes flame-pulse {
  0%, 100% { transform: scaleY(.94); opacity: .88; }
  50% { transform: scaleY(1.07); opacity: 1; }
}

@keyframes spark-pulse {
  0%, 100% { opacity: .12; transform: translateY(4px); }
  50% { opacity: .8; transform: translateY(-5px); }
}

@media (max-width: 980px) {
  .development-panel {
    grid-template-columns: 1fr;
  }

  .development-spaceship {
    width: 270px;
    height: 320px;
    margin: -12px auto 0;
  }
}

@media (max-width: 620px) {
  .development-spaceship {
    width: 225px;
    height: 275px;
  }
}


/* Accessibility + performance polish */
.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border: 1px solid rgba(117, 231, 255, .72);
  border-radius: 9px;
  background: #071321;
  color: #fff;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}

:where(a, button):focus-visible {
  outline: 2px solid #75e7ff;
  outline-offset: 4px;
}

.nav-toggle:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.legal-nav a:focus-visible,
.site-footer a:focus-visible,
.contact-card a:focus-visible {
  border-radius: 8px;
}

.brand-plate picture {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-plate picture img {
  display: block;
}

.telemetry-two {
  top: 24%;
  right: -2%;
  bottom: auto;
}


/* Internal media automation disclosure */
.internal-system-note {
  margin-top: 26px;
  max-width: 620px;
  padding: 18px 20px 17px;
  border: 1px solid rgba(102, 202, 255, .15);
  border-left-color: rgba(117, 231, 255, .48);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(31, 103, 164, .10), rgba(7, 16, 31, .24)),
    rgba(7, 14, 28, .36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.internal-system-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #6f96b8;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.internal-system-status {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #75e7ff;
  box-shadow: 0 0 9px rgba(117, 231, 255, .56);
}

.internal-system-note > strong {
  display: block;
  margin-bottom: 7px;
  color: #eaf8ff;
  font-size: .98rem;
  letter-spacing: -.01em;
}

.internal-system-note p {
  margin: 0;
  color: #8fa7bf;
  font-size: .82rem;
  line-height: 1.6;
}

.internal-system-note a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
  color: #77cef8;
  font-size: .72rem;
  font-weight: 750;
  text-decoration: none;
}

.internal-system-note a:hover {
  color: #b6efff;
}

#google-services {
  scroll-margin-top: 110px;
}

@media (max-width: 620px) {
  .internal-system-note {
    padding: 16px 17px 15px;
  }
}


/* About page */
.about-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 150px 0 78px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  min-height: 560px;
  padding: 46px 0 76px;
}

.about-hero-copy {
  max-width: 720px;
}

.about-hero h1 {
  margin: 14px 0 22px;
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .91;
  letter-spacing: -.065em;
}

.about-hero-copy > p {
  max-width: 670px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.about-orbit {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
}

.about-orbit::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 165, 235, .13), rgba(11, 30, 52, .03) 54%, transparent 72%);
  filter: blur(6px);
}

.about-orbit-core {
  position: relative;
  z-index: 4;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(115, 217, 255, .28);
  border-radius: 50%;
  background: rgba(5, 13, 26, .78);
  box-shadow: 0 0 42px rgba(44, 174, 240, .12), inset 0 0 28px rgba(43, 166, 236, .07);
}

.about-orbit-core img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.about-orbit-line {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(98, 201, 255, .18);
  border-radius: 50%;
}

.orbit-one {
  width: 72%;
  height: 42%;
  transform: rotate(-18deg);
}

.orbit-two {
  width: 48%;
  height: 82%;
  transform: rotate(36deg);
  border-color: rgba(98, 201, 255, .11);
}

.about-orbit-node {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #81e8ff;
  box-shadow: 0 0 12px rgba(117, 231, 255, .82);
}

.node-one {
  top: 27%;
  right: 13%;
}

.node-two {
  bottom: 19%;
  left: 20%;
  width: 5px;
  height: 5px;
  opacity: .72;
}

.about-orbit-label {
  position: absolute;
  z-index: 3;
  color: #6088a7;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .17em;
}

.label-build { top: 17%; left: 9%; }
.label-test { right: 3%; bottom: 29%; }
.label-release { bottom: 10%; left: 37%; }

.about-section {
  padding: 92px 0;
  border-top: 1px solid rgba(144, 200, 255, .11);
}

.about-statement {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.about-statement .section-heading {
  margin: 0;
}

.about-copy-grid {
  display: grid;
  gap: 22px;
}

.about-copy-grid p,
.founder-copy p,
.private-work-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.about-principle {
  min-height: 230px;
  padding: 26px 26px 24px;
  border: 1px solid rgba(144, 200, 255, .12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(34, 104, 163, .06), transparent 52%),
    rgba(7, 14, 28, .44);
}

.about-principle > span {
  display: block;
  margin-bottom: 38px;
  color: #4f718d;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.about-principle h3 {
  margin: 0 0 11px;
  color: #f2f9ff;
  font-size: 1.08rem;
}

.about-principle p {
  margin: 0;
  color: #91a9bf;
  font-size: .88rem;
  line-height: 1.67;
}

.founder-panel {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(40px, 7vw, 92px);
}

.founder-panel h2,
.private-work-panel h2,
.about-statement h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.founder-copy {
  display: grid;
  gap: 20px;
}

.private-work-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.private-work-signal {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(112, 213, 255, .13);
  border-radius: 22px;
  background:
    linear-gradient(rgba(74, 183, 244, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 183, 244, .035) 1px, transparent 1px),
    rgba(6, 14, 28, .42);
  background-size: 24px 24px;
  overflow: hidden;
}

.private-work-signal::before,
.private-work-signal::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(92, 202, 255, .12);
  border-radius: 50%;
}

.private-work-signal::before {
  width: 140px;
  height: 140px;
}

.private-work-signal::after {
  width: 82px;
  height: 82px;
}

.private-work-signal span {
  position: relative;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #78e6ff;
  box-shadow: 0 0 17px rgba(109, 224, 255, .86);
}

.private-work-signal strong {
  position: absolute;
  bottom: 20px;
  color: #6091af;
  font-size: .56rem;
  letter-spacing: .18em;
}

.private-work-panel > div:last-child {
  max-width: 750px;
}

.private-work-panel p {
  margin-top: 16px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .about-hero,
  .about-statement,
  .founder-panel,
  .private-work-panel {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
    padding-top: 28px;
  }

  .about-orbit {
    width: min(330px, 82vw);
  }

  .private-work-signal {
    width: min(360px, 100%);
  }
}

@media (max-width: 620px) {
  .about-shell {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 118px;
  }

  .about-hero {
    gap: 28px;
    padding-bottom: 58px;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .about-section {
    padding: 68px 0;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principle {
    min-height: 0;
  }
}


/* Security page */
.security-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 150px 0 80px;
}

.security-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(46px, 7vw, 94px);
  align-items: center;
  min-height: 590px;
  padding: 44px 0 82px;
}

.security-hero-copy {
  max-width: 720px;
}

.security-hero h1 {
  margin: 14px 0 22px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .92;
  letter-spacing: -.062em;
}

.security-hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.security-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.security-visual {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
}

.security-visual::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 184, 245, .16), rgba(17, 62, 105, .05) 48%, transparent 72%);
  filter: blur(7px);
}

.security-shield-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .32));
}

.security-grid-ring,
.security-pulse,
.security-shield-inner,
.security-circuit {
  fill: none;
}

.security-grid-ring {
  stroke: rgba(101, 203, 255, .10);
  stroke-width: 1;
  stroke-dasharray: 3 8;
}

.security-grid-ring.ring-b {
  stroke: rgba(101, 203, 255, .075);
  stroke-dasharray: 2 10;
}

.security-circuit {
  stroke: rgba(112, 216, 255, .28);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-circuit-node {
  fill: #75e7ff;
  filter: drop-shadow(0 0 7px rgba(117, 231, 255, .72));
}

.security-shield {
  filter: drop-shadow(0 0 24px rgba(48, 171, 239, .20));
}

.security-shield-inner {
  stroke: rgba(118, 221, 255, .13);
  stroke-width: 1.2;
}

.security-check {
  filter: drop-shadow(0 0 9px rgba(117, 231, 255, .56));
}

.security-pulse {
  stroke: rgba(101, 211, 255, .17);
  stroke-width: 1;
  transform-origin: 180px 180px;
}

.pulse-one {
  animation: security-pulse 3.4s ease-out infinite;
}

.pulse-two {
  animation: security-pulse 3.4s 1.7s ease-out infinite;
}

.security-visual-status {
  position: absolute;
  z-index: 4;
  bottom: 4%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(108, 214, 255, .18);
  border-radius: 999px;
  background: rgba(5, 13, 26, .76);
  backdrop-filter: blur(8px);
  color: #6388a5;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.security-visual-status strong {
  color: #83eaff;
}

@keyframes security-pulse {
  0% { opacity: .48; transform: scale(.72); }
  70%, 100% { opacity: 0; transform: scale(1.55); }
}

.security-section {
  padding: 92px 0;
  border-top: 1px solid rgba(144, 200, 255, .11);
}

.security-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.security-control {
  min-height: 230px;
  padding: 27px 27px 25px;
  border: 1px solid rgba(144, 200, 255, .12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(27, 105, 168, .07), transparent 54%),
    rgba(7, 14, 28, .45);
}

.security-control-index {
  display: block;
  margin-bottom: 38px;
  color: #537791;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.security-control h3 {
  margin: 0 0 11px;
  color: #f0f9ff;
  font-size: 1.09rem;
}

.security-control p {
  margin: 0;
  color: #91a8be;
  font-size: .88rem;
  line-height: 1.67;
}

.disclosure-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
}

.disclosure-copy {
  max-width: 730px;
}

.disclosure-copy h2,
.security-note h2 {
  margin: 12px 0 20px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.disclosure-copy p,
.security-note > p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.78;
}

.disclosure-copy a {
  color: #85ddff;
}

.security-report-links {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.security-report-links a {
  width: fit-content;
  color: #82d8ff;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.security-report-links a:hover {
  color: #c5f3ff;
}

.disclosure-terminal {
  overflow: hidden;
  border: 1px solid rgba(113, 215, 255, .18);
  border-radius: 18px;
  background: rgba(4, 10, 21, .76);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
}

.terminal-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(113, 215, 255, .10);
  background: rgba(12, 28, 47, .58);
}

.terminal-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(112, 213, 255, .22);
}

.terminal-top strong {
  margin-left: auto;
  color: #688aa3;
  font-size: .52rem;
  letter-spacing: .15em;
}

.terminal-body {
  padding: 25px 24px 28px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.terminal-body p {
  margin: 0 0 4px;
  color: #5f7f99;
  font-size: .7rem;
}

.terminal-body p:not(:first-child) {
  margin-top: 21px;
}

.terminal-body p span {
  color: #66d8ff;
}

.terminal-body strong {
  display: block;
  overflow-wrap: anywhere;
  color: #dff7ff;
  font-size: .84rem;
  font-weight: 600;
}

.terminal-body .terminal-ok {
  color: #8cedd2;
}

.security-note {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.security-note > p {
  margin-top: 0;
}

@media (max-width: 900px) {
  .security-hero,
  .disclosure-panel,
  .security-note {
    grid-template-columns: 1fr;
  }

  .security-hero {
    min-height: auto;
    padding-top: 30px;
  }

  .security-visual {
    width: min(360px, 84vw);
  }

  .disclosure-terminal {
    width: min(520px, 100%);
  }
}

@media (max-width: 620px) {
  .security-shell {
    width: min(calc(100% - 28px), var(--max));
    padding-top: 118px;
  }

  .security-hero {
    gap: 32px;
    padding-bottom: 58px;
  }

  .security-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .security-section {
    padding: 68px 0;
  }

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

  .security-control {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .security-pulse {
    animation: none;
    opacity: .18;
  }
}
