:root {
  --void: #000;
  --deep: #030309;
  --ink: #090913;
  --panel: #080812b8;
  --panel-strong: #0d0d1ae0;
  --line: #e2e8ff33;
  --line-hot: #b7bcff9e;
  --star: #f5f7ff;
  --mist: #cfd8ff;
  --ice: #9fb4ff;
  --lilac: #b9a7ff;
  --violet: #7d68ff;
  --silver: #c6c9d2;
  --muted: #8f96b3;
  --shadow: #8693ff57;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--void);
  color: var(--star);
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  color: var(--star);
  background: 0 0;
  margin: 0;
  font-family: Oxanium, system-ui, sans-serif;
  overflow-x: hidden;
}
body:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: 0.62;
  background: radial-gradient(circle at 68% 26%, #b9a7ff2e, #0000 24%),
    radial-gradient(circle at 20% 72%, #9fb4ff1f, #0000 28%),
    linear-gradient(#00000005, #0000006b 90%);
  position: fixed;
  inset: 0;
}
body:after {
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
#space-canvas {
  z-index: 0;
  filter: saturate(1.36) contrast(1.16) brightness(1.14);
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}
.stellar-veil {
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(#0000 0, #0000000a 52%, #00000057 100%);
  position: fixed;
  inset: 0;
}
main,
.site-footer {
  z-index: 2;
  position: relative;
}
.site-header,
main,
.site-footer {
  transition: opacity 0.78s, transform 0.78s, filter 0.78s;
}
body.is-loading {
  overflow: hidden;
}
body.is-loading .site-header,
body.is-loading main,
body.is-loading .site-footer {
  pointer-events: none;
  opacity: 0;
  filter: blur(14px) brightness(0.8);
  transform: scale(0.985) translateY(12px);
}
.cinematic-loader {
  --flash-opacity: 0;
  --warp-opacity: 0.34;
  --warp-rotate: 0deg;
  --warp-scale: 0.72;
  --lens-opacity: 0;
  --lens-scale: 0.2;
  --core-opacity: 0.16;
  --core-scale: 0.045;
  --core-glow: 0.62;
  z-index: 80;
  pointer-events: all;
  background: radial-gradient(circle, #0000 0, #00000005 34%, #0000002e 100%),
    radial-gradient(circle, #cfd8ff33, #0000 30%), #00000014;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.cinematic-loader:after {
  pointer-events: none;
  content: "";
  z-index: 5;
  opacity: var(--flash-opacity);
  will-change: opacity;
  background: #f8fbff;
  position: absolute;
  inset: 0;
}
.cinematic-loader.is-done {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s, visibility 0.85s;
}
.loader-warp {
  z-index: 1;
  opacity: var(--warp-opacity);
  transform-origin: 50%;
  transform: scale(var(--warp-scale)) rotate(var(--warp-rotate));
  will-change: transform, opacity;
  background: radial-gradient(circle at 21% 24%, #fffffffa 0 1px, #0000 2px) 0 0/180px
      180px,
    radial-gradient(circle at 82% 18%, #e2e8ffe0 0 2px, #0000 3px) 0 0/260px
      260px,
    radial-gradient(circle at 74% 66%, #cdc5fff5 0 2px, #0000 3px) 0 0/340px
      340px,
    radial-gradient(circle at 12% 76%, #ffffffdb 0 1px, #0000 2px) 0 0/220px
      220px;
  position: absolute;
  inset: -18%;
}
.loader-warp:after {
  content: none;
}
.loader-lens {
  z-index: 2;
  aspect-ratio: 1;
  width: min(88vmin, 780px);
  opacity: var(--lens-opacity);
  transform: translate(-50%, -50%) scale(var(--lens-scale));
  will-change: transform, opacity;
  background: radial-gradient(circle, #ffffff4d 0 10%, #e2e8ff33 16%, #0000 35%),
    radial-gradient(
      circle,
      #0000 0 34%,
      #b9a7ff24 45%,
      #00000038 57%,
      #0000 72%
    );
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 92px #f5f7ff38, inset 0 0 64px #f5f7ff0d;
}
.loader-core {
  z-index: 3;
  aspect-ratio: 1;
  width: clamp(54px, 17vmin, 190px);
  opacity: var(--core-opacity);
  transform: translate(-50%, -50%) scale(var(--core-scale));
  will-change: transform, opacity;
  background: radial-gradient(
    circle,
    #fff 0 8%,
    #dfe7ff 12%,
    #b9a7ffd9 18%,
    #9fb4ff3d 38%,
    #0000 70%
  );
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 34px #f5f7fff5, 0 0 92px #b9a7ffbd, 0 0 180px #9fb4ff6b;
}
.loader-core span {
  aspect-ratio: 1;
  will-change: transform, opacity;
  background: #fff;
  border-radius: 50%;
  width: 42%;
  animation: 1.18s ease-in-out infinite alternate loader-core-pulse;
  display: block;
  box-shadow: 0 0 22px #fff, 0 0 72px #cfd8fffa, 0 0 150px #b9a7ffc2;
}
.site-header {
  z-index: 30;
  min-height: 78px;
  padding: 12px max(18px, calc((100vw - var(--max)) / 2));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: linear-gradient(90deg, #000000e6, #0e0e21bd), #000c;
  border-bottom: 1px solid #e2e8ff29;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  display: flex;
  position: sticky;
  top: 0;
}
.site-header:after {
  right: max(18px, calc((100vw - var(--max)) / 2));
  bottom: -1px;
  left: max(18px, calc((100vw - var(--max)) / 2));
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    var(--lilac),
    var(--ice),
    transparent
  );
  opacity: 0.8;
  height: 1px;
  position: absolute;
}
.brand {
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  display: inline-flex;
  position: relative;
}
.brand-logo {
  object-fit: contain;
  filter: drop-shadow(0 0 10px #f5f7ff6b) drop-shadow(0 0 18px #b9a7ff3d);
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.brand-name {
  max-width: 190px;
  color: var(--star);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.site-nav {
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  scrollbar-width: none;
  background: #ffffff09;
  border: 1px solid #e2e8ff29;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 5px;
  display: flex;
}
.site-nav::-webkit-scrollbar {
  display: none;
}
.site-nav a {
  min-width: 92px;
  color: var(--mist);
  text-align: center;
  text-transform: uppercase;
  padding: 12px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 0.18s, background 0.18s, text-shadow 0.18s;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--star);
  text-shadow: 0 0 14px #c7d0ffdb;
  background: #b9a7ff1f;
  outline: none;
}
.nav-socials {
  align-items: center;
  gap: 8px;
  display: flex;
}
.nav-social-link {
  width: 42px;
  height: 42px;
  color: var(--mist);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  background: linear-gradient(135deg, #f5f7ff14, #b9a7ff0a), #ffffff09;
  border: 1px solid #e2e8ff33;
  justify-content: center;
  align-items: center;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s, color 0.18s,
    background 0.18s;
  display: inline-flex;
}
.nav-social-link svg {
  fill: currentColor;
  width: 19px;
  height: 19px;
}
.nav-social-link--cmc svg {
  fill: none;
  width: 22px;
  height: 22px;
}
.nav-social-link--cmc circle,
.nav-social-link--cmc path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-social-link:hover,
.nav-social-link:focus-visible {
  color: var(--star);
  background: #9fb4ff1f;
  border-color: #f5f7ffad;
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 0 22px #9fb4ff33;
}
.nav-action,
.button {
  min-height: 48px;
  color: var(--star);
  text-transform: uppercase;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  border: 1px solid #e2e8ff47;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s,
    background 0.18s;
  display: inline-flex;
}
.nav-action:hover,
.button:hover,
.nav-action:focus-visible,
.button:focus-visible {
  outline: none;
  transform: translateY(-2px);
}
.nav-action {
  background: linear-gradient(90deg, #9db1ff2e, #b9a7ff1f);
  min-width: 118px;
  box-shadow: 0 0 28px #8693ff3d;
}
.hero {
  width: min(100%, var(--max));
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.78fr);
  align-items: center;
  min-height: 82svh;
  margin: 0 auto;
  padding: 86px 18px 84px;
  display: grid;
  position: relative;
}
.hero__backdrop {
  z-index: -1;
  opacity: 0.24;
  mix-blend-mode: screen;
  filter: saturate(0.7) contrast(1.08) brightness(0.78);
  height: 58%;
  position: absolute;
  inset: 0 18px auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000, #000000bd, #0000);
  mask-image: linear-gradient(#000, #000000bd, #0000);
}
.hero__backdrop img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero__copy {
  z-index: 2;
  max-width: 710px;
  position: relative;
}
.eyebrow {
  color: var(--ice);
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}
.hero h1 {
  isolation: isolate;
  color: #00000061;
  text-transform: uppercase;
  -webkit-text-stroke: 1.4px #f5f7fffa;
  text-shadow: 0 0 18px #cfd8ffeb, 0 0 42px #7d68ffb8, 0 0 80px #9fb4ff6b;
  align-items: baseline;
  min-height: 0.98em;
  margin: 0;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 0.96;
  display: inline-flex;
  flex-wrap: wrap;
  min-height: 1.92em;
  position: relative;
}
.forge-title:before,
.forge-title:after {
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0;
  position: absolute;
  inset: -18% -4%;
}
.forge-title:before {
  background: radial-gradient(#f5f7ffe6, #0000 12%),
    radial-gradient(#b9a7ff80, #0000 34%),
    linear-gradient(90deg, #0000, #9fb4ff7a, #0000);
  transform: scaleX(0.22);
}
.forge-title:after {
  border: 1px solid #f5f7ffcc;
  border-radius: 999px;
  transform: scale(0.72, 0.28);
  box-shadow: 0 0 24px #f5f7ffbd, 0 0 54px #b9a7ff80, inset 0 0 20px #9fb4ff6b;
}
.forge-title.is-forged:before {
  animation: 0.68s ease-out both forge-flash;
}
.forge-title.is-forged:after {
  animation: 0.76s ease-out both forge-shockwave;
}
.forge-title__char {
  color: #0000005c;
  opacity: 0;
  transform: translate3d(calc((var(--i) - 4) * -38px), -92px, 0) rotateX(74deg)
    rotateZ(calc((var(--i) - 4) * -7deg)) scale(1.32);
  transform-origin: 50% 88%;
  filter: blur(12px) brightness(2.2);
  -webkit-text-stroke: 1.4px #f5f7fffa;
  text-shadow: 0 0 18px #cfd8ffeb, 0 0 42px #7d68ffb8, 0 0 80px #9fb4ff6b;
  display: inline-block;
}
.forge-title.is-forging .forge-title__char {
  animation: forge-letter 0.76s cubic-bezier(0.16, 0.84, 0.2, 1.26)
      calc(0.11s + var(--i) * 0.12s) both,
    forge-letter-glow 0.98s ease-out calc(0.52s + var(--i) * 0.12s) both;
}
.forge-title.is-reversing .forge-title__char {
  animation: forge-letter-return 0.72s cubic-bezier(0.16, 0.84, 0.2, 1)
      calc(80ms + var(--ri) * 0.105s) both,
    forge-letter-glow 0.82s ease-in calc(80ms + var(--ri) * 0.105s) both;
}
.forge-title.is-normal .forge-title__char {
  opacity: 1;
  filter: blur() brightness(1.15);
  transform: translate(0, 0) rotateX(0) rotate(0) scale(1);
}
.forge-title__break {
  flex-basis: 100%;
  height: 0;
}
.forge-title__char--space {
  width: 0.32em;
}
.forge-spark {
  z-index: 3;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(0) scale(0.4);
  animation: forge-spark var(--duration) ease-out var(--delay) both;
  background: #f7f8ff;
  border-radius: 999px;
  position: absolute;
  top: 52%;
  left: 50%;
  box-shadow: 0 0 8px #f5f7fff5, 0 0 18px #b9a7ffcc;
}
.forge-title.is-settled .forge-spark {
  display: none;
}
.hero__lead {
  color: #d7dcf5;
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 1.15rem;
  line-height: 1.7;
}
.hero__actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  display: flex;
}
.button--primary {
  background: linear-gradient(90deg, #9fb4ff57, #b9a7ff33);
  box-shadow: 0 0 32px #8693ff5c;
}
.button--primary:hover,
.button--primary:focus-visible {
  border-color: #f5f7ffd1;
  box-shadow: 0 0 42px #b9a7ff80;
}
.button--ghost {
  background: #ffffff09;
}
.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: #b9a7ffad;
  box-shadow: 0 0 28px #9fb4ff33;
}
.video-section {
  padding-top: 86px;
}
.video-stage {
  width: min(100%, 1040px);
  margin: 42px auto 0;
  padding: 0 18px;
  position: relative;
}
.video-frame {
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  background: #0000009e;
  border: 1px solid #e2e8ff3d;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 36px #f5f7ff24, 0 0 78px #7d68ff38, inset 0 0 38px #f5f7ff0f;
}
.video-frame:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  mix-blend-mode: screen;
  background: linear-gradient(90deg, #f5f7ff14, #0000 16% 84%, #b9a7ff14),
    linear-gradient(#f5f7ff14, #0000 18% 86%, #7d68ff1a);
  border: 1px solid #f5f7ff29;
  position: absolute;
  inset: 0;
}
.video-frame:after {
  z-index: 1;
  pointer-events: none;
  content: "";
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  border: 1px solid #f5f7ff1f;
  position: absolute;
  inset: 10px;
  box-shadow: inset 0 0 24px #b9a7ff14, 0 0 22px #f5f7ff14;
}
.video-frame video {
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
  width: 100%;
  display: block;
}
.hero__visual {
  aspect-ratio: 1;
  place-items: center;
  min-width: 0;
  display: grid;
  position: relative;
}
.coin-mark {
  z-index: 2;
  aspect-ratio: 1;
  isolation: isolate;
  filter: drop-shadow(0 0 22px #f5f7ff57) drop-shadow(0 0 62px #7d68ff47);
  border-radius: 50%;
  place-items: center;
  width: 72%;
  max-width: 380px;
  display: grid;
  position: relative;
}
.coin-mark:before {
  z-index: -2;
  content: "";
  opacity: 0.96;
  background: radial-gradient(circle, #f5f7ff38, #b9a7ff1c 34%, #0000 68%);
  border-radius: 50%;
  position: absolute;
  inset: -13%;
}
.coin-mark:after {
  z-index: -1;
  content: "";
  border: 1px solid #b9a7ff57;
  border-color: #b9a7ff57 #f5f7ffb8 #9fb4ff85 #b9a7ff57;
  border-radius: 50%;
  animation: 24s linear infinite spin;
  position: absolute;
  inset: -6%;
  box-shadow: inset 0 0 34px #9fb4ff14, 0 0 34px #b9a7ff2e;
}
.coin-mark img {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.coin-mark--compact {
  width: 72%;
  max-width: 360px;
}
.orbit {
  border: 1px solid #e2e8ff38;
  border-color: #e2e8ff38 #b9a7ffd1 #9fb4ff7a #e2e8ff38;
  border-radius: 50%;
  animation: 18s linear infinite spin;
  position: absolute;
  box-shadow: 0 0 34px #8693ff29;
}
.orbit--one {
  width: 86%;
  height: 86%;
}
.orbit--two {
  width: 66%;
  height: 66%;
  animation-duration: 13s;
  animation-direction: reverse;
}
.orbit--three {
  width: 96%;
  height: 42%;
  animation-duration: 21s;
  transform: rotate(-18deg);
}
.hero__wordmark {
  clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
  background: linear-gradient(90deg, #000000b8, #09091480), #ffffff08;
  border: 1px solid #e2e8ff2e;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 120px;
  padding: 20px 34px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 18px;
  right: 18px;
  box-shadow: 0 0 42px #7d68ff29;
}
.hero__wordmark span {
  color: #00000057;
  -webkit-text-stroke: 1.2px #f5f7fff0;
  text-shadow: 0 0 18px #cfd8ffc7, 0 0 44px #7d68ff6b;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: clamp(3rem, 9vw, 7.6rem);
  font-weight: 900;
  line-height: 0.85;
}
.hero__wordmark small {
  max-width: 240px;
  color: var(--ice);
  text-align: right;
  text-transform: uppercase;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
}
.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 92px 18px;
  position: relative;
}
.section__intro {
  max-width: 700px;
  margin-bottom: 38px;
}
.section__intro--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section h2 {
  color: var(--star);
  text-shadow: 0 0 28px #8693ff6b;
  margin: 0;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.08;
}
.about {
  border-top: 1px solid #e2e8ff1f;
}
.about__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 32px;
  display: grid;
}
.wide-image {
  clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
  background: #0000005c;
  border: 1px solid #e2e8ff29;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.wide-image:after {
  content: "";
  pointer-events: none;
  clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
  border: 1px solid #b9a7ff52;
  position: absolute;
  inset: 0;
}
.wide-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about__text {
  color: #d7dcf5;
  font-size: 1.02rem;
  line-height: 1.72;
}
.about__text > p {
  margin: 0 0 24px;
}
.signal-list {
  gap: 12px;
  display: grid;
}
.signal-list article {
  border-top: 1px solid #e2e8ff29;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 18px 0;
  display: grid;
}
.signal-list span {
  color: var(--lilac);
  grid-row: span 2;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}
.signal-list h3,
.signal-card h3 {
  color: var(--star);
  margin: 0;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.28;
}
.signal-list p,
.signal-card p {
  color: #c5cbe4;
  margin: 0;
  line-height: 1.62;
}
.signal {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(#09091380, #00000038), #00000047;
  border-top: 1px solid #e2e8ff1a;
  border-bottom: 1px solid #e2e8ff1a;
}
.signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}
.signal-card {
  background: var(--panel);
  clip-path: polygon(
    22px 0,
    100% 0,
    100% calc(100% - 22px),
    calc(100% - 22px) 100%,
    0 100%,
    0 22px
  );
  border: 1px solid #e2e8ff29;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 24px 80px #00000052;
}
.signal-card img {
  aspect-ratio: 1/1.05;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
  width: 100%;
}
.signal-card > div {
  gap: 10px;
  min-height: 190px;
  padding: 20px;
  display: grid;
}
.signal-card span {
  color: var(--ice);
  text-transform: uppercase;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
}
.signal-card--featured {
  border-color: #b9a7ff73;
  transform: translateY(-16px);
  box-shadow: 0 0 38px #8693ff33, 0 24px 90px #0000005c;
}
.orbit-section {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  display: grid;
}
.orbit-section__visual {
  aspect-ratio: 1;
  place-items: center;
  display: grid;
  position: relative;
}
.orbit-section__visual:before,
.orbit-section__visual:after {
  content: "";
  border: 1px solid #e2e8ff2e;
  border-radius: 50%;
  position: absolute;
}
.orbit-section__visual:before {
  inset: 2%;
  transform: rotate(24deg) scaleX(0.82);
}
.orbit-section__visual:after {
  border-color: #b9a7ff47;
  inset: 16%;
  transform: rotate(-18deg) scaleX(1.14);
}
.orbit-section__content {
  color: #d7dcf5;
  font-size: 1.04rem;
  line-height: 1.72;
}
.orbit-section__content > p:not(.eyebrow) {
  max-width: 690px;
  margin: 24px 0 0;
}
.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  display: grid;
}
.metric-grid article {
  clip-path: polygon(
    16px 0,
    100% 0,
    100% calc(100% - 16px),
    calc(100% - 16px) 100%,
    0 100%,
    0 16px
  );
  background: #ffffff09;
  border: 1px solid #e2e8ff29;
  min-height: 118px;
  padding: 18px;
}
.metric-grid strong {
  color: var(--star);
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
}
.metric-grid span {
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.4;
  display: block;
}
.contact {
  width: min(calc(100% - 36px), var(--max));
  background: var(--panel-strong);
  clip-path: polygon(
    34px 0,
    100% 0,
    100% calc(100% - 34px),
    calc(100% - 34px) 100%,
    0 100%,
    0 34px
  );
  border: 1px solid #e2e8ff2e;
  min-height: 420px;
  overflow: hidden;
}
.contact > img {
  z-index: 0;
  object-fit: cover;
  opacity: 0.38;
  filter: saturate(0.85) contrast(1.08);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.contact:after {
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, #000000e6, #0000006b);
  position: absolute;
  inset: 0;
}
.contact__copy {
  z-index: 2;
  max-width: 650px;
  position: relative;
}
.contact p:not(.eyebrow) {
  color: #d7dcf5;
  margin: 22px 0 30px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.contact__actions {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}
.site-footer {
  width: min(100%, var(--max));
  color: var(--muted);
  text-transform: uppercase;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: 24px;
  margin: 0 auto;
  padding: 38px 18px 48px;
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.78rem;
  display: grid;
}
.footer-brand,
.footer-links {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}
.footer-brand {
  flex-direction: column;
}
.footer-brand span:first-child {
  color: var(--star);
}
.footer-links {
  justify-content: flex-end;
  align-items: center;
}
.footer-links a,
.contract-copy {
  min-height: 42px;
  color: var(--mist);
  font: inherit;
  text-transform: uppercase;
  background: #ffffff09;
  border: 1px solid #e2e8ff2e;
  transition: border-color 0.18s, box-shadow 0.18s, color 0.18s;
}
.footer-links a {
  align-items: center;
  padding: 0 13px;
  display: inline-flex;
}
.contract-copy {
  text-align: left;
  cursor: pointer;
  gap: 4px;
  max-width: min(100%, 520px);
  padding: 9px 13px;
  display: grid;
}
.contract-copy span {
  color: var(--muted);
  font-size: 0.64rem;
}
.contract-copy strong {
  overflow-wrap: anywhere;
  color: var(--star);
  text-transform: none;
  font-size: 0.72rem;
  line-height: 1.35;
}
.footer-links a:hover,
.footer-links a:focus-visible,
.contract-copy:hover,
.contract-copy:focus-visible,
.contract-copy[data-copied="true"] {
  color: var(--star);
  border-color: #f5f7ff9e;
  outline: 0;
  box-shadow: 0 0 22px #9fb4ff29;
}
@keyframes spin {
  to {
    rotate: 360deg;
  }
}
@keyframes loader-core-pulse {
  0% {
    opacity: 0.72;
    transform: scale(0.86);
  }
  to {
    opacity: 1;
    transform: scale(1.18);
  }
}
@keyframes forge-letter {
  0% {
    opacity: 0;
    transform: translate3d(calc((var(--i) - 4) * -38px), -92px, 0)
      rotateX(74deg) rotateZ(calc((var(--i) - 4) * -7deg)) scale(1.32);
    filter: blur(12px) brightness(2.2);
  }
  62% {
    opacity: 1;
    filter: blur() brightness(2.8);
    transform: translateY(9px) rotateX(-8deg) rotate(0) scale(0.98);
  }
  78% {
    transform: translateY(-4px) rotateX(5deg) rotate(0) scale(1.03);
  }
  to {
    opacity: 1;
    filter: blur() brightness(1.15);
    transform: translate(0, 0) rotateX(0) rotate(0) scale(1);
  }
}
@keyframes forge-letter-return {
  0% {
    opacity: 1;
    filter: blur() brightness(1.15);
    transform: translate(0, 0) rotateX(0) rotate(0) scale(1);
  }
  24% {
    opacity: 1;
    filter: blur() brightness(2.75);
    transform: translateY(7px) rotateX(-7deg) rotate(0) scale(0.98);
  }
  56% {
    opacity: 1;
    filter: blur() brightness(2.35);
    transform: translateY(-5px) rotateX(6deg) rotate(0) scale(1.04);
  }
  to {
    opacity: 1;
    filter: blur() brightness(1.15);
    transform: translate(0, 0) rotateX(0) rotate(0) scale(1);
  }
}
@keyframes forge-letter-glow {
  0%,
  to {
    text-shadow: 0 0 18px #cfd8ffeb, 0 0 42px #7d68ffb8, 0 0 80px #9fb4ff6b;
  }
  45% {
    text-shadow: 0 0 9px #fff, 0 0 28px #f5f7fffa, 0 0 72px #b9a7fff0,
      0 0 120px #9fb4ffbd;
  }
}
@keyframes forge-flash {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scaleX(0.18);
  }
  24% {
    opacity: 1;
    filter: blur(3px);
    transform: scaleX(1.08);
  }
  to {
    opacity: 0;
    filter: blur(28px);
    transform: scaleX(1.42);
  }
}
@keyframes forge-shockwave {
  0% {
    opacity: 0;
    transform: scale(0.68, 0.16);
  }
  18% {
    opacity: 0.9;
  }
  to {
    opacity: 0;
    transform: scale(1.28, 0.92);
  }
}
@keyframes forge-spark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateX(0)
      scale(0.35);
  }
  18% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--angle))
      translateX(var(--distance)) scale(0.08);
  }
}
@media (width<=980px) {
  .site-header {
    gap: 14px;
  }
  .site-nav a {
    min-width: 78px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 86px;
  }
  .hero h1 {
    font-size: 4.2rem;
  }
  .hero__visual {
    width: min(460px, 100%);
    margin: 12px auto 0;
  }
  .about__grid,
  .orbit-section,
  .signal-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .signal-card--featured {
    transform: none;
  }
  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-links {
    justify-content: flex-start;
  }
}
@media (width<=720px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 14px 12px;
  }
  .brand-logo {
    width: 42px;
    height: 42px;
  }
  .brand-name {
    max-width: 150px;
  }
  .nav-socials {
    margin-left: auto;
  }
  .nav-action {
    display: none;
  }
  .site-nav {
    clip-path: none;
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .site-nav a {
    flex: none;
    min-width: 92px;
  }
  .hero {
    padding-top: 54px;
    padding-bottom: 30px;
  }
  .hero__visual {
    width: min(276px, 82%);
  }
  .hero h1 {
    -webkit-text-stroke-width: 1px;
    font-size: 3.05rem;
  }
  .hero__lead {
    font-size: 1rem;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section h2 {
    font-size: 2rem;
  }
  .signal-list article {
    grid-template-columns: 1fr;
  }
  .signal-list span {
    grid-row: auto;
  }
  .signal-card > div {
    min-height: auto;
  }
  .contact {
    width: calc(100% - 28px);
    min-height: 480px;
  }
  .contact:after {
    background: linear-gradient(#000000e0, #00000080);
  }
  .contract-copy {
    width: 100%;
    max-width: 100%;
  }
  .hero__wordmark {
    display: none;
  }
}
@media (width<=430px) {
  .brand span {
    max-width: 150px;
    font-size: 0.86rem;
  }
  .site-nav a {
    min-width: 78px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.72rem;
  }
  .site-nav {
    gap: 4px;
  }
  .nav-social-link {
    width: 38px;
    height: 38px;
  }
  .hero h1 {
    font-size: 2.42rem;
  }
  .hero__actions {
    display: grid;
  }
  .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .forge-title__char {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .forge-spark {
    display: none;
  }
  *,
  :before,
  :after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
