:root {
  --ink: #f7f4ff;
  --electric: #7c55ff;
  --copper: #c78661;
  --void: #120f1c;
}

* { box-sizing: border-box; }

html { background: var(--void); }

body {
  margin: 0;
  background: var(--void);
  color: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

img { display: block; max-width: 100%; }

.launch-page {
  isolation: isolate;
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(88, 40, 190, 0.18), transparent 33%),
    radial-gradient(circle at 16% 82%, rgba(122, 71, 152, 0.12), transparent 34%),
    linear-gradient(138deg, #171320 0%, #20152c 51%, #120f1c 100%);
}

.launch-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 7.5vw 7.5vw;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 76%, transparent);
}

.noise {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 20;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.ambient {
  position: absolute;
  z-index: -3;
  border-radius: 999px;
  filter: blur(24px);
  mix-blend-mode: screen;
  animation: ambient-shift 11s ease-in-out infinite alternate;
}

.ambient-one {
  width: min(44vw, 650px);
  height: min(44vw, 650px);
  top: -26%;
  left: 18%;
  background: radial-gradient(circle, rgba(103, 62, 255, 0.34), transparent 67%);
}

.ambient-two {
  width: min(38vw, 560px);
  height: min(38vw, 560px);
  right: -8%;
  bottom: -28%;
  background: radial-gradient(circle, rgba(199, 134, 97, 0.16), transparent 66%);
  animation-delay: -5s;
}

.topbar, .footer {
  position: absolute;
  z-index: 30;
  left: clamp(22px, 3vw, 52px);
  right: clamp(22px, 3vw, 52px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(9px, 0.66vw, 12px);
}

.topbar {
  top: clamp(22px, 3vw, 46px);
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.topbar-mark { justify-self: end; color: rgba(255,255,255,0.32); }

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 18px rgba(124, 85, 255, 0.9);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 110px 6vw 92px;
  perspective: 1200px;
}

.eyebrow {
  position: absolute;
  z-index: 8;
  top: 16.5%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: clamp(9px, 0.72vw, 12px);
  color: rgba(255,255,255,0.5);
  animation: intro-down 1s cubic-bezier(.2,.8,.2,1) both;
}

.word-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.word {
  position: absolute;
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(112px, 21.5vw, 405px);
  line-height: 0.72;
  letter-spacing: -0.068em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 223, 255, 0.14);
  filter: drop-shadow(0 18px 70px rgba(0,0,0,0.22));
  user-select: none;
}

.word-coming {
  top: 14.5%;
  left: -2.5%;
  animation: word-enter-left 1.25s cubic-bezier(.18,.86,.24,1) both,
             word-drift-left 9s 1.25s ease-in-out infinite alternate;
}

.word-soon {
  right: -1.5%;
  bottom: 13%;
  -webkit-text-stroke-color: rgba(139, 96, 255, 0.24);
  animation: word-enter-right 1.25s .08s cubic-bezier(.18,.86,.24,1) both,
             word-drift-right 9s 1.33s ease-in-out infinite alternate;
}

.logo-stage {
  position: relative;
  z-index: 8;
  width: min(72vw, 940px);
  animation: logo-arrive 1.25s .15s cubic-bezier(.16,.88,.25,1) both,
             logo-float 7s 1.4s ease-in-out infinite;
  transform-style: preserve-3d;
}

.logo-glow {
  position: absolute;
  inset: 5% 10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(76, 27, 255, 0.36), transparent 70%);
  filter: blur(38px);
  transform: translateZ(-40px);
}

.logo-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 34px) clamp(20px, 3vw, 48px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: clamp(24px, 3vw, 48px);
  background:
    linear-gradient(128deg, rgba(255,255,255,0.11), rgba(255,255,255,0.025) 43%, rgba(83,36,255,0.09)),
    rgba(20, 15, 31, 0.34);
  box-shadow:
    0 42px 100px rgba(0,0,0,0.33),
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(124,85,255,0.2);
  backdrop-filter: blur(18px) saturate(135%);
}

.logo-shell::after {
  content: "";
  position: absolute;
  inset: auto 8% -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124,85,255,.9), transparent);
  box-shadow: 0 0 24px rgba(124,85,255,.7);
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.28));
}

.logo-sheen {
  position: absolute;
  z-index: 2;
  top: -120%;
  bottom: -120%;
  left: -30%;
  width: 16%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  filter: blur(7px);
  animation: sheen 6.5s 1.7s ease-in-out infinite;
}

.orbit {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(137, 103, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.orbit::before, .orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #a894ff;
  box-shadow: 0 0 24px rgba(139,102,255,.8);
}

.orbit-one {
  width: min(70vw, 980px);
  aspect-ratio: 2.1 / 1;
  transform: translate(-50%, -50%) rotate(-7deg);
  animation: orbit-tilt 14s ease-in-out infinite alternate;
}

.orbit-one::before { width: 6px; height: 6px; top: 16%; right: 17%; }

.orbit-two {
  width: min(54vw, 740px);
  aspect-ratio: 1.75 / 1;
  transform: translate(-50%, -50%) rotate(19deg);
  border-color: rgba(200, 146, 114, .11);
  animation: orbit-tilt-two 17s ease-in-out infinite alternate;
}

.orbit-two::after {
  width: 5px; height: 5px; left: 9%; bottom: 28%;
  background: var(--copper);
  box-shadow: 0 0 22px rgba(199,134,97,.8);
}

.prism {
  position: absolute;
  z-index: 7;
  width: clamp(54px, 6.4vw, 106px);
  aspect-ratio: 1;
  border-radius: 24%;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(140deg, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(320deg, rgba(82,30,255,.38), rgba(255,255,255,.03));
  box-shadow: inset 0 0 22px rgba(255,255,255,.08), 0 24px 46px rgba(4,2,12,.34);
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
}

.prism span {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: inset 0 0 18px rgba(89,38,255,.35);
}

.prism-one {
  left: 8.5%;
  top: 28%;
  transform: rotate(-24deg) perspective(400px) rotateY(24deg);
  animation: prism-one 8s ease-in-out infinite;
}

.prism-two {
  right: 9%;
  bottom: 25%;
  border-radius: 50%;
  transform: rotate(18deg) perspective(400px) rotateX(22deg);
  animation: prism-two 9s -2s ease-in-out infinite;
}

.launch-note {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 15.5%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  animation: intro-up 1s .65s cubic-bezier(.2,.8,.2,1) both;
}

.launch-note p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .23em;
  font-size: clamp(9px, .72vw, 12px);
  color: rgba(255,255,255,.58);
}

.launch-line {
  width: clamp(32px, 5vw, 76px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--electric));
}

.footer { bottom: clamp(20px, 2.8vw, 42px); color: rgba(255,255,255,.34); }
.footer-centre { justify-self: center; color: rgba(255,255,255,.66); }
.footer span:last-child { justify-self: end; }

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

@keyframes logo-arrive {
  from { opacity: 0; transform: translateY(40px) rotateX(10deg) scale(.88); filter: blur(12px); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(-1deg); }
  50% { transform: translateY(-12px) rotateX(1deg) rotateY(1.5deg); }
}

@keyframes word-enter-left { from { opacity: 0; transform: translateX(-12vw); } to { opacity: 1; transform: translateX(0); } }
@keyframes word-enter-right { from { opacity: 0; transform: translateX(12vw); } to { opacity: 1; transform: translateX(0); } }
@keyframes word-drift-left { to { transform: translateX(2vw) skewX(-1deg); } }
@keyframes word-drift-right { to { transform: translateX(-2vw) skewX(1deg); } }
@keyframes intro-down { from { opacity: 0; transform: translate(-50%, -12px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes intro-up { from { opacity: 0; transform: translate(-50%, 12px); } to { opacity: 1; transform: translate(-50%, 0); } }

@keyframes sheen {
  0%, 30% { left: -30%; opacity: 0; }
  38% { opacity: 1; }
  58%, 100% { left: 118%; opacity: 0; }
}

@keyframes ambient-shift { to { transform: translate3d(5vw, 3vh, 0) scale(1.12); } }
@keyframes orbit-tilt { to { transform: translate(-50%, -50%) rotate(-2deg) scale(1.03); } }
@keyframes orbit-tilt-two { to { transform: translate(-50%, -50%) rotate(24deg) scale(.97); } }

@keyframes prism-one {
  0%,100% { transform: translateY(0) rotate(-24deg) perspective(400px) rotateY(24deg); }
  50% { transform: translateY(-24px) rotate(-13deg) perspective(400px) rotateY(-10deg); }
}

@keyframes prism-two {
  0%,100% { transform: translateY(0) rotate(18deg) perspective(400px) rotateX(22deg); }
  50% { transform: translateY(20px) rotate(30deg) perspective(400px) rotateX(-9deg); }
}

@keyframes pulse {
  0%,100% { opacity: .5; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 720px) {
  .launch-page::before { background-size: 25vw 25vw; }
  .topbar { left: 20px; right: 20px; }
  .topbar-mark { display: none; }
  .hero { padding-inline: 18px; }

  .eyebrow {
    top: 19%;
    max-width: 84vw;
    white-space: normal;
    text-align: center;
    line-height: 1.6;
  }

  .word { font-size: clamp(92px, 33vw, 180px); }
  .word-coming { top: 24%; left: -11%; }
  .word-soon { right: -7%; bottom: 22%; }
  .logo-stage { width: min(94vw, 620px); }
  .logo-shell { padding: 16px 14px; border-radius: 24px; }
  .orbit-one { width: 112vw; }
  .orbit-two { width: 94vw; }
  .prism-one { left: -3%; top: 31%; }
  .prism-two { right: -2%; bottom: 28%; }
  .launch-note { bottom: 19%; gap: 10px; }
  .launch-note p { letter-spacing: .13em; }

  .footer {
    grid-template-columns: 1fr auto;
    left: 20px;
    right: 20px;
  }

  .footer-centre { display: none; }
}

@media (max-height: 660px) and (min-width: 721px) {
  .eyebrow { top: 13%; }
  .launch-note { bottom: 12%; }
  .logo-stage { width: min(68vw, 800px); }
}

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