:root {
  --bg-gradient:
    radial-gradient(circle at 20% 20%, rgba(92, 0, 255, 0.25), transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(255, 64, 156, 0.3), transparent 55%),
    radial-gradient(
      circle at 50% 100%,
      rgba(0, 222, 255, 0.25),
      transparent 55%
    ),
    #05060c;
  --glass: rgba(12, 15, 27, 0.55);
  --glass-border: rgba(255, 255, 255, 0.12);
  --accent: #9f7bff;
  --accent-strong: #ff6ec7;
  --text-primary: #f4f6ff;
  --text-muted: rgba(240, 245, 255, 0.7);
  --shadow: 0 30px 60px rgba(15, 16, 35, 0.45);
}

* {
  box-sizing: border-box;
}

.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;
}

.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;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("assets/fonts/Manrope[wght].woff2") format("woff2-variations");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/SpaceGrotesk[wght].woff2") format("woff2-variations");
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg-gradient);
  color: var(--text-primary);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body.nav-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.35) 0%,
    rgba(15, 16, 35, 0) 70%
  );
  z-index: -3;
}

body::before {
  top: -160px;
  left: -100px;
}

body::after {
  bottom: -220px;
  right: -140px;
  background: radial-gradient(
    circle,
    rgba(255, 110, 199, 0.35) 0%,
    rgba(5, 5, 15, 0) 70%
  );
}

.lede {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 720px;
}

body.page-home main {
  padding-bottom: 5rem;
}

#orbital-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.floating-spark {
  position: fixed;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.18) 0%,
    rgba(6, 8, 16, 0) 70%
  );
  filter: blur(0px);
  opacity: 0.85;
  animation: drift 18s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.spark-1 {
  top: 12%;
  left: 6%;
  animation-duration: 24s;
}
.spark-2 {
  bottom: 18%;
  right: 8%;
  animation-duration: 30s;
  background: radial-gradient(
    circle,
    rgba(120, 220, 255, 0.2) 0%,
    rgba(6, 8, 16, 0) 70%
  );
}
.spark-3 {
  top: 42%;
  right: 25%;
  animation-duration: 26s;
}

.page-contact .floating-spark {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .floating-spark {
    animation: none !important;
    opacity: 0.35;
  }

  html {
    scroll-behavior: auto;
  }
}

.nav {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 4vw, 3rem);
  padding: 1.4rem clamp(1.5rem, 5vw, 4rem);
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 16, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(198px, 18vw, 280px);
  height: clamp(88px, 10vw, 136px);
  padding: clamp(0.55rem, 1.05vw, 0.95rem);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(20, 12, 40, 0.85) 10%,
    rgba(12, 15, 27, 0.92) 70%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(6, 10, 20, 0.35);
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(159, 123, 255, 0.38) 0%,
    rgba(30, 18, 60, 0) 72%
  );
  filter: blur(14px);
  opacity: 0.8;
  animation: brandPulse 7s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.brand-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 18px rgba(159, 123, 255, 0.22);
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
}

.brand-orbit {
  position: absolute;
  inset: 12% 16%;
  border-radius: 999px;
  border: 1px solid rgba(159, 123, 255, 0.32);
  mix-blend-mode: screen;
  animation: brandOrbit 16s linear infinite;
  z-index: 1;
  pointer-events: none;
}

.brand-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-0.35rem, -0.5vw, -0.25rem);
  width: clamp(7px, 1.1vw, 12px);
  height: clamp(7px, 1.1vw, 12px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(159, 123, 255, 0.85) 55%,
    transparent 100%
  );
  box-shadow:
    0 0 16px rgba(159, 123, 255, 0.55),
    0 0 28px rgba(120, 220, 255, 0.35);
  transform: translateY(-50%);
  pointer-events: none;
}

.brand-orbit-1 {
  animation-duration: 22s;
}

.brand-orbit-2 {
  inset: 24% 28%;
  border-color: rgba(120, 220, 255, 0.28);
  animation-duration: 26s;
  animation-direction: reverse;
  opacity: 0.85;
}

.brand-orbit-2::after {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(120, 220, 255, 0.82) 55%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(120, 220, 255, 0.55),
    0 0 28px rgba(255, 255, 255, 0.3);
}

.brand-logo {
  position: relative;
  width: 78%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 46px rgba(159, 123, 255, 0.42));
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
  z-index: 2;
}

.brand-logo-wrap:hover .brand-logo {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 24px 60px rgba(159, 123, 255, 0.55));
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(8, 9, 18, 0.6);
  color: inherit;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  outline: none;
}

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  margin: 3px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-of-type(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-of-type(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-links a {
  position: relative;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-bottom: 0.35rem;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  width: 60%;
}

.nav-links a[aria-current="page"] {
  color: #fff;
}

.nav-cta {
  white-space: nowrap;
}

.nav-cta-mobile {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
}

button.primary,
button.secondary,
button.primary.ghost {
  font-family: inherit;
  border-radius: 999px;
  padding: 0.8rem 1.8rem;
  border: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

button.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: 0 16px 35px rgba(159, 123, 255, 0.35);
}

button.primary:hover {
  transform: translateY(-2px);
}

button.primary.ghost {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

button.primary.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

button.secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--text-primary);
}

button.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

main {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 6vw, 5rem) 6rem;
  position: relative;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgba(159, 123, 255, 0.15) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(120, 220, 255, 0.12) 0%,
      transparent 40%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 35%
    );
  z-index: -2;
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

.hero-slim {
  margin-top: 2.5rem;
}

.hero-composite {
  margin-top: 2.5rem;
}

.hero-composite-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.hero-mark-orbital--inline {
  justify-self: center;
  width: clamp(220px, 28vw, 320px);
  height: clamp(220px, 28vw, 320px);
}

.hero-mark-orbital--xyberteq img {
  width: 68%;
  filter: drop-shadow(0 20px 50px rgba(120, 220, 255, 0.4));
}

.hero-composite-grid .statement {
  margin-top: 1.5rem;
  color: var(--text-muted);
}

.glass {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-copy::after {
  inset: 10px;
  border-color: rgba(120, 220, 255, 0.12);
}

.hero-copy {
  position: relative;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero-copy::after {
  inset: 10px;
  border-color: rgba(120, 220, 255, 0.12);
}

.hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  margin: 0.8rem 0 1rem;
}

.hero-copy .stat {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.hero-copy .lede {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-text {
  max-width: 620px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
}

.hero-stats div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 1.6rem;
  padding: 2.2rem;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -30px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(159, 123, 255, 0.25),
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(255, 110, 199, 0.18),
      transparent 65%
    );
  filter: blur(0px);
  z-index: -1;
  border-radius: 28px;
  opacity: 0.9;
}

.quantum-orbital {
  position: relative;
  width: clamp(180px, 18vw, 260px);
  aspect-ratio: 1;
  margin: 2.5rem auto;
}

.quantum-orbital.with-mark {
  position: relative;
}

.quantum-orbital.with-mark > img,
.quantum-orbital .orbital-logo {
  position: absolute;
  inset: 12%;
  margin: auto;
  max-width: 72%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(159, 123, 255, 0.45));
  z-index: 2;
}

.quantum-orbital span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(159, 123, 255, 0.35);
  box-shadow: 0 0 18px rgba(159, 123, 255, 0.15);
  animation: orbit 16s linear infinite;
  animation-delay: var(--orbit-delay, 0s);
  mix-blend-mode: screen;
  --dot-size: clamp(9px, 1.4vw, 14px);
  --dot-color: rgba(159, 123, 255, 0.9);
}

.quantum-orbital span::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--dot-size) / 2);
  left: calc(100% - var(--dot-size) / 2);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    var(--dot-color) 55%,
    transparent 100%
  );
  box-shadow:
    0 0 18px var(--dot-color),
    0 0 32px rgba(255, 255, 255, 0.35);
}

.quantum-orbital span:nth-child(2) {
  transform: scale(0.68);
  border-color: rgba(255, 110, 199, 0.45);
  box-shadow: 0 0 18px rgba(255, 110, 199, 0.2);
  animation-duration: 20s;
  --dot-color: rgba(255, 110, 199, 0.95);
  --orbit-delay: -4s;
}

.quantum-orbital span:nth-child(3) {
  transform: scale(0.44);
  border-color: rgba(120, 220, 255, 0.4);
  box-shadow: 0 0 18px rgba(120, 220, 255, 0.22);
  animation-duration: 24s;
  --dot-color: rgba(120, 220, 255, 0.9);
  --orbit-delay: -8s;
}

.quantum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
}

.quantum-grid article {
  position: relative;
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(15, 18, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(6, 10, 20, 0.4);
  overflow: hidden;
}

.quantum-grid article::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.25) 0%,
    transparent 70%
  );
  transform: rotate(25deg);
}

.quantum-grid article::after {
  content: "";
  position: absolute;
  bottom: -45%;
  left: -25%;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(255, 110, 199, 0.18) 0%,
    transparent 70%
  );
}

.quantum-grid h3 {
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.quantum-grid p {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.mobile-extension .section-header {
  margin-bottom: clamp(1.8rem, 5vw, 2.6rem);
}

.mobile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.mobile-copy .lede {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 1.3rem;
}

.mobile-copy .note {
  margin-top: 1.4rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.64);
}

.mobile-visual {
  justify-self: center;
}

.mobile-frame {
  position: relative;
  width: clamp(260px, 42vw, 340px);
  aspect-ratio: 5 / 8.8;
  border-radius: 32px;
  padding: clamp(0.9rem, 2vw, 1.3rem);
  background: rgba(12, 15, 27, 0.65);
  border: 1px solid rgba(159, 123, 255, 0.18);
  box-shadow:
    0 30px 60px rgba(10, 12, 24, 0.45),
    inset 0 0 20px rgba(255, 110, 199, 0.08);
  overflow: hidden;
}

.mobile-frame::before {
  content: "";
  position: absolute;
  inset: clamp(0.45rem, 1.2vw, 0.7rem);
  border-radius: 26px;
  border: 1px solid rgba(120, 220, 255, 0.18);
  opacity: 0.8;
  pointer-events: none;
}

.mobile-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(0 28px 46px rgba(12, 16, 32, 0.45));
}

.quantum-grid a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.quantum-grid a:hover {
  color: var(--accent-strong);
  border-bottom-color: transparent;
}

.logo-stack {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1rem;
  z-index: 0;
  margin: 0 auto;
}

.logo-stack::before,
.logo-stack::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 999px;
  border: 1px solid rgba(159, 123, 255, 0.3);
}

.logo-stack::after {
  inset: -40px;
  border-color: rgba(255, 110, 199, 0.25);
}

.hero-logo {
  width: clamp(160px, 18vw, 260px);
  height: auto;
  filter: drop-shadow(0 18px 42px rgba(159, 123, 255, 0.33));
  z-index: 1;
}

.hero-logo-full {
  width: clamp(200px, 22vw, 320px);
  height: auto;
  filter: drop-shadow(0 32px 70px rgba(159, 123, 255, 0.4));
}

.hero-mark-orbital {
  position: relative;
  width: clamp(180px, 20vw, 280px);
  aspect-ratio: 1;
  margin: 0 auto 1.6rem;
}

.hero-mark-orbital::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.18) 0%,
    rgba(20, 10, 40, 0) 75%
  );
  filter: blur(20px);
  opacity: 0.8;
  z-index: 0;
}

.hero-mark-orbital span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.6px solid rgba(159, 123, 255, 0.35);
  box-shadow: 0 0 18px rgba(159, 123, 255, 0.2);
  animation: orbit 14s linear infinite;
  animation-delay: var(--orbit-delay, 0s);
  mix-blend-mode: screen;
  --dot-size: clamp(10px, 1.6vw, 18px);
  --dot-color: rgba(159, 123, 255, 0.95);
}

.hero-mark-orbital span:nth-child(2) {
  transform: scale(0.74);
  border-color: rgba(255, 110, 199, 0.4);
  box-shadow: 0 0 18px rgba(255, 110, 199, 0.25);
  animation-duration: 18s;
  --dot-color: rgba(255, 110, 199, 0.95);
  --orbit-delay: -4.5s;
}

.hero-mark-orbital span:nth-child(3) {
  transform: scale(0.48);
  border-color: rgba(120, 220, 255, 0.45);
  box-shadow: 0 0 18px rgba(120, 220, 255, 0.28);
  animation-duration: 22s;
  --dot-color: rgba(120, 220, 255, 0.92);
  --orbit-delay: -9s;
  --dot-size: clamp(8px, 1.2vw, 14px);
}

.hero-mark-orbital span::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--dot-size) / 2);
  left: calc(100% - var(--dot-size) / 2);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    var(--dot-color) 55%,
    transparent 100%
  );
  box-shadow:
    0 0 20px var(--dot-color),
    0 0 36px rgba(255, 255, 255, 0.35);
}

.hero-mark-orbital img {
  position: absolute;
  inset: 14%;
  width: 72%;
  height: auto;
  margin: auto;
  filter: drop-shadow(0 20px 50px rgba(159, 123, 255, 0.45));
  z-index: 1;
}

.product-tag {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.62);
  z-index: 1;
}

.product-tag--orbital {
  display: block;
  text-align: center;
  margin-top: 0.35rem;
  text-transform: none;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: clamp(220px, 36vw, 340px);
  margin-left: auto;
  margin-right: auto;
}

.hero-composite .product-tag--orbital,
.hero .product-tag--orbital {
  margin-top: 1.1rem;
}

.callouts {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.callouts li {
  list-style: none;
  padding-left: 1.4rem;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.callouts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.callouts li strong {
  color: #fff;
}

.spark-list {
  list-style: none;
  margin: 0.8rem 0 1.6rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  color: var(--text-muted);
}

.spark-list li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.7;
}

.spark-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 14px rgba(159, 123, 255, 0.45);
}

.spark-list li strong {
  color: #fff;
}

.mission-note {
  margin-top: 1.1rem;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: rgba(159, 123, 255, 0.15);
  border: 1px solid rgba(159, 123, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

ol.callouts {
  counter-reset: callout;
}

ol.callouts li {
  counter-increment: callout;
  padding-left: 2.4rem;
}

ol.callouts li::before {
  content: counter(callout);
  top: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.hero-visual .callouts {
  margin-top: 0.4rem;
}

.hero-visual .caption {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  text-align: center;
}

.about-flagship {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  margin: 2.8rem auto 3.6rem;
  max-width: clamp(320px, 48vw, 560px);
}

.flagship-orbital {
  width: clamp(240px, 32vw, 420px);
  margin: 0 auto;
  filter: drop-shadow(0 26px 70px rgba(159, 123, 255, 0.45));
}

.flagship-orbital::before {
  content: "";
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.22) 0%,
    rgba(40, 16, 80, 0) 70%
  );
  filter: blur(18px);
  opacity: 0.75;
  z-index: 0;
}

.flagship-logo {
  max-width: 80%;
  filter: drop-shadow(0 20px 60px rgba(159, 123, 255, 0.55));
}

.flagship-orbital span {
  border-width: 1.8px;
  animation-duration: 14s;
}

.flagship-orbital span:nth-child(2) {
  transform: scale(0.7);
  animation-duration: 18s;
  --orbit-delay: -5s;
}

.flagship-orbital span:nth-child(3) {
  transform: scale(0.45);
  animation-duration: 22s;
  --orbit-delay: -10s;
}

.flagship-orbital span:nth-child(4) {
  transform: scale(0.28);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.25);
  animation-duration: 26s;
  --dot-size: clamp(7px, 1vw, 11px);
  --dot-color: rgba(255, 255, 255, 0.85);
  --orbit-delay: -14s;
}

.flagship-orbital span:nth-child(4)::after {
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.45),
    0 0 40px rgba(159, 123, 255, 0.35);
}

.flagship-tag {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  max-width: clamp(260px, 44vw, 420px);
  margin: 0 auto;
}

@keyframes brandPulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes brandRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes brandOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

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

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.65;
  }
  50% {
    transform: translate3d(20px, -30px, 0) scale(1.15);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(-10px, 20px, 0) scale(1);
    opacity: 0.65;
  }
}

.section {
  margin-top: clamp(4rem, 10vw, 7rem);
}

.section-header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-header p {
  color: var(--text-muted);
  margin: 0 0 2rem;
  max-width: 820px;
}

.pillars,
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
}

.pillars article,
.cards article {
  padding: 1.8rem;
  border-radius: 22px;
  background: rgba(15, 18, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(5, 10, 25, 0.35);
}

.pillars article h3,
.cards article h3 {
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0.8rem;
}

.pillars article p,
.cards article p,
.statement p,
.arch-diagram p,
.trust ul,
.trust p,
.cta .note {
  color: var(--text-muted);
  line-height: 1.7;
}

.statement {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
}

.arch-diagram {
  margin-top: 3rem;
}

.arch-diagram .flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}

.arch-diagram .flow span {
  flex: 1 1 auto;
  padding: 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
  margin-top: 1.5rem;
}

.about-grid article {
  background: rgba(12, 15, 27, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.8rem;
  box-shadow: 0 20px 38px rgba(5, 7, 15, 0.35);
  position: relative;
  overflow: hidden;
}

.about-grid h3 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

.about-grid article::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -25%;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    rgba(159, 123, 255, 0.2) 0%,
    transparent 70%
  );
}

.about-grid article::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -20%;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(255, 110, 199, 0.18) 0%,
    transparent 70%
  );
}

.about-grid article p {
  position: relative;
}

.constellation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
}

.constellation-diagram {
  margin-top: 3rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.constellation-diagram .rings {
  display: grid;
  gap: 1rem;
}

.constellation-diagram .rings span {
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.constellation-diagram .rings span::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 999px;
  border: 1px solid rgba(159, 123, 255, 0.2);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.portal {
  display: block;
  padding: 2rem 1.8rem;
  border-radius: 22px;
  background: rgba(15, 18, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.portal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(159, 123, 255, 0.25),
    rgba(255, 110, 199, 0.15)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portal h3 {
  position: relative;
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
}

.portal p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.portal:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 45px rgba(15, 16, 35, 0.4);
}

.portal:hover::before {
  opacity: 1;
}

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

.trust ul li {
  padding: 0.35rem 0;
  position: relative;
  padding-left: 1.4rem;
}

.trust ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.testimonials .marquee,
.quote-banner {
  border-radius: 24px;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.blog-feed .cards {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.blog-feed article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: rgba(12, 15, 27, 0.65);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.8rem;
  box-shadow: 0 20px 40px rgba(5, 10, 25, 0.35);
}

.mission-entry {
  position: relative;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  overflow: hidden;
  display: block;
}

.mission-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s ease;
}

.mission-toggle:focus-visible {
  outline: 2px solid rgba(159, 123, 255, 0.55);
  outline-offset: 6px;
}

.mission-toggle-text {
  display: grid;
  gap: 0.65rem;
}

.mission-toggle-text h3 {
  margin: 0;
}

.mission-toggle-indicator {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(159, 123, 255, 0.4);
  position: relative;
  flex-shrink: 0;
  transition: transform 0.35s ease, border-color 0.35s ease,
    box-shadow 0.35s ease;
  box-shadow: 0 0 18px rgba(159, 123, 255, 0.18);
}

.mission-toggle-indicator::before,
.mission-toggle-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.mission-toggle-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mission-entry.open .mission-toggle-indicator {
  transform: rotate(180deg);
  border-color: rgba(255, 110, 199, 0.5);
  box-shadow: 0 0 22px rgba(255, 110, 199, 0.35);
}

.mission-entry.open .mission-toggle-indicator::after {
  opacity: 0;
}

.mission-body {
  display: grid;
  gap: 1rem;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.45s ease,
    margin-top 0.45s ease;
}

.mission-entry.open .mission-body {
  opacity: 1;
  margin-top: 1.2rem;
}

.blog-feed .meta {
  display: flex;
  gap: 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.blog-feed h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.05em;
}

.blog-feed p {
  color: var(--text-muted);
}

.resources-cta {
  text-align: center;
}

.resources-cta .section-header {
  margin-bottom: 1.8rem;
}

.resources-cta button {
  justify-self: center;
  padding: 0.9rem 1.6rem;
}

.resources-links .hero-mark-orbital--inline {
  width: clamp(200px, 26vw, 300px);
  height: clamp(200px, 26vw, 300px);
}

.page-resources .section-header p {
  max-width: 880px;
}

.resources-grid .portal {
  min-height: 220px;
}

.resources-grid .portal p {
  color: rgba(255, 255, 255, 0.75);
}

.resources-newsletter {
  text-align: center;
}

.newsletter-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

.newsletter-form input {
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 15, 27, 0.65);
  color: #fff;
  font-size: 0.95rem;
}

.newsletter-form input:focus {
  outline: none;
  border-color: rgba(159, 123, 255, 0.55);
  box-shadow: 0 0 0 2px rgba(159, 123, 255, 0.25);
}

.newsletter-form button {
  padding: 0.95rem 1.6rem;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #0b1120;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(159, 123, 255, 0.45);
}

.latest-intel {
  display: grid;
  gap: 1.5rem;
}

.latest-intel article {
  background: rgba(12, 15, 27, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  box-shadow: 0 18px 36px rgba(6, 10, 22, 0.35);
}

.latest-intel h3 {
  margin: 0 0 0.75rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.latest-intel a {
  color: inherit;
  text-decoration: none;
}

.latest-intel a:hover {
  color: var(--accent);
}

@media (max-width: 1024px) {
  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1.1rem clamp(1rem, 5vw, 2rem);
  }

  .nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
  }

  .nav button {
    margin-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  main {
    padding: clamp(1.5rem, 6vw, 2.5rem) clamp(1.25rem, 6vw, 2rem) 4rem;
  }

  .brand-logo-wrap {
    width: clamp(160px, 52vw, 220px);
    height: auto;
  }

  .hero-composite-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-composite-grid .section-header h1,
  .hero-composite-grid .section-header p,
  .hero-composite-grid .statement {
    text-align: center;
  }

  .hero-mark-orbital--inline {
    width: clamp(200px, 60vw, 260px);
    height: clamp(200px, 60vw, 260px);
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    width: 100%;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }

  .cta-form button,
  .cta-form .primary {
    width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }
}

.future .timeline {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.future .timeline::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(159, 123, 255, 0.6),
    rgba(255, 110, 199, 0.3)
  );
}

.future .timeline .node {
  position: relative;
  padding-left: 1.2rem;
}

.future .timeline .dot {
  position: absolute;
  left: -1.18rem;
  top: 0.25rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 18px rgba(159, 123, 255, 0.6);
}

.future .timeline h3 {
  margin: 0 0 0.4rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
}

.metrics div {
  padding: 1.4rem;
  border-radius: 18px;
  background: rgba(12, 14, 24, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.metrics h4 {
  margin: 0;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.1em;
}

.cta-inner {
  display: grid;
  gap: 1.5rem;
}

.cta-form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cta-form input {
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 15, 27, 0.6);
  color: #fff;
  font-size: 0.95rem;
}

.cta-form input:focus {
  outline: none;
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 2px rgba(159, 123, 255, 0.35);
}

.cta-form textarea {
  grid-column: 1 / -1;
  min-height: 140px;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 15, 27, 0.6);
  color: #fff;
  resize: vertical;
  font-family: inherit;
}

.cta-form textarea:focus {
  outline: none;
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 2px rgba(159, 123, 255, 0.35);
}

.cta .note {
  margin-top: -0.5rem;
  font-size: 0.85rem;
}

.contact-details .cards {
  margin-top: 2rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem clamp(1.5rem, 6vw, 4rem) 3rem;
  background: rgba(6, 8, 16, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .links {
  display: flex;
  gap: 1.5rem;
}

.footer a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .nav {
    gap: clamp(1rem, 3vw, 2rem);
  }
  .brand-logo-wrap {
    width: clamp(168px, 34vw, 240px);
    height: clamp(78px, 17vw, 120px);
    padding: clamp(0.45rem, 1.6vw, 0.85rem);
  }
  .brand-logo {
    max-width: 165px;
  }
  .nav-links {
    gap: 1.1rem;
  }
}

@media (max-width: 960px) {
  .nav {
    position: sticky;
    top: 0;
    gap: 1rem;
    padding: 1.2rem clamp(1.2rem, 6vw, 3.2rem);
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-cta {
    display: none;
  }
  .nav {
    position: sticky;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem clamp(1.4rem, 6vw, 3.5rem) 2.25rem;
    background: rgba(6, 8, 16, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 35px 65px rgba(5, 10, 25, 0.5);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav-links a {
    width: 100%;
    text-align: center;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
  }
  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-cta-mobile {
    display: inline-flex;
    justify-content: center;
  }
  body.nav-open {
    overflow: hidden;
  }
  .hero {
    margin-top: 1rem;
  }
}

@media (max-width: 640px) {
  main {
    padding: 2rem 1.2rem 4rem;
  }
  .brand-logo-wrap {
    width: clamp(150px, 58vw, 205px);
    height: clamp(72px, 22vw, 108px);
    padding: 0.5rem 0.75rem;
  }
  .brand-logo {
    max-width: 150px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }
  .footer .links {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .hero-mark-orbital {
    width: clamp(200px, 70vw, 280px);
  }
  .hero-mark-orbital--inline {
    width: clamp(200px, 68vw, 280px);
    height: clamp(200px, 68vw, 280px);
  }
  .logo-stack {
    gap: 0.75rem;
    padding-bottom: 0.3rem;
  }
  .logo-stack::before {
    inset: -18px;
  }
  .logo-stack::after {
    inset: -30px;
  }
  .product-tag--orbital {
    max-width: min(92%, 320px);
  }
  .hero-stats {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .cta-form {
    grid-template-columns: 1fr;
  }
  .nav-links {
    padding: 1.5rem clamp(1.2rem, 7vw, 3rem) 2rem;
  }
  .nav-links a {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .nav-toggle {
    width: 44px;
    height: 44px;
  }
  .link-grid {
    grid-template-columns: 1fr;
  }
  .mission-toggle {
    gap: 1rem;
  }
  .mission-toggle-indicator {
    width: 36px;
    height: 36px;
  }
  .mission-toggle-indicator::before,
  .mission-toggle-indicator::after {
    width: 14px;
  }
  .hero {
    display: grid;
    gap: 2.5rem;
  }
  .hero-copy {
    text-align: center;
    align-items: center;
  }
  .hero-actions button {
    width: 100%;
  }
  .hero-stats {
    justify-items: center;
  }
  .floating-spark {
    display: none;
  }
  main::before {
    display: none;
  }
}
