:root {
  --ink: #f7f7fb;
  --muted: rgba(237, 239, 250, 0.58);
  --line: rgba(255, 255, 255, 0.12);
  --violet: #806bff;
  --blue: #52b8ff;
  --green: #7bf1c2;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #08090d;
}

body {
  margin: 0;
  background: #08090d;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.launch-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(128, 107, 255, 0.09), transparent 34%),
    linear-gradient(145deg, #0b0c12 0%, #07080b 48%, #0a0b10 100%);
}

.launch-page::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 42vw;
  height: 42vw;
  min-width: 420px;
  min-height: 420px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.ambient-one {
  top: -22vw;
  left: -12vw;
  background: var(--violet);
}

.ambient-two {
  right: -18vw;
  bottom: -26vw;
  background: var(--blue);
}

.grain {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header,
.site-footer {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px clamp(22px, 4vw, 72px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.17em;
}

.mark {
  position: relative;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px 11px 11px 4px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mark-core {
  background: linear-gradient(135deg, #fff 20%, #a8b9ff 90%);
  background-clip: text;
  color: transparent;
  font-size: 15px;
  font-weight: 850;
}

.status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 540;
  letter-spacing: 0.04em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(123, 241, 194, 0.08), 0 0 20px rgba(123, 241, 194, 0.55);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 40px 0 64px;
}

.signal {
  position: relative;
  width: min(38vw, 470px);
  aspect-ratio: 1;
  justify-self: center;
}

.signal::before {
  position: absolute;
  inset: 14%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 107, 255, 0.22), rgba(82, 184, 255, 0.04) 48%, transparent 68%);
  filter: blur(10px);
}

.signal-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.signal-ring-one {
  animation: orbit 22s linear infinite;
}

.signal-ring-one::after,
.signal-ring-two::after {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 18px rgba(128, 107, 255, 0.9);
  content: "";
}

.signal-ring-two {
  inset: 1%;
  border-style: dashed;
  opacity: 0.5;
  animation: orbit 34s linear infinite reverse;
}

.signal-ring-two::after {
  top: 23%;
  right: 6%;
  left: auto;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(82, 184, 255, 0.9);
}

.signal-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42%;
  aspect-ratio: 1;
  translate: -50% -50%;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38% 38% 38% 16%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(16, 17, 27, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 30px 100px rgba(0, 0, 0, 0.42),
    0 0 80px rgba(128, 107, 255, 0.17);
  backdrop-filter: blur(18px);
  animation: float 5s ease-in-out infinite;
}

.signal-letter {
  background: linear-gradient(145deg, #ffffff 18%, #91a7ff 78%);
  background-clip: text;
  color: transparent;
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.08em;
  transform: translateX(-0.04em);
}

.message {
  position: absolute;
  width: 54px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 15px 15px 15px 5px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.message::before,
.message::after {
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.message::before {
  top: 13px;
  width: 27px;
}

.message::after {
  top: 22px;
  width: 18px;
}

.message-one {
  top: 10%;
  right: 17%;
  animation: float 4.8s ease-in-out -1s infinite;
}

.message-two {
  bottom: 14%;
  left: 9%;
  scale: 0.82;
  opacity: 0.72;
  animation: float 5.4s ease-in-out -2.6s infinite;
}

.message-three {
  right: 2%;
  bottom: 31%;
  scale: 0.58;
  opacity: 0.44;
  animation: float 6.1s ease-in-out -0.5s infinite;
}

.hero-copy {
  position: relative;
  padding-left: clamp(30px, 5vw, 86px);
}

.eyebrow {
  margin: 0 0 22px;
  color: #9ea8c7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(64px, 8vw, 126px);
  font-weight: 730;
  line-height: 0.83;
  letter-spacing: -0.075em;
}

h1 span {
  display: block;
  margin-left: 0.42em;
  background: linear-gradient(105deg, #fff 15%, #b5c0ff 50%, #6bc5ff 92%);
  background-clip: text;
  color: transparent;
}

.subline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 34px 0 0 0.55em;
  color: var(--muted);
  font-size: 15px;
  letter-spacing: 0.025em;
}

.subline::before {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, var(--violet), var(--blue));
  content: "";
}

.site-footer {
  color: rgba(237, 239, 250, 0.38);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-line {
  width: 48px;
  height: 1px;
  margin-left: auto;
  background: var(--line);
}

.site-footer span:last-child {
  margin-left: 18px;
}

@keyframes orbit {
  to {
    rotate: 360deg;
  }
}

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

@keyframes pulse {
  0%,
  100% {
    opacity: 0.55;
    scale: 0.92;
  }
  50% {
    opacity: 1;
    scale: 1.08;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-top: 22px;
  }

  .status {
    font-size: 0;
  }

  .status-dot {
    width: 8px;
    height: 8px;
  }

  .hero {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 2px;
    padding: 16px 0 32px;
  }

  .signal {
    width: min(68vw, 350px);
  }

  .hero-copy {
    z-index: 2;
    margin-top: -18px;
    padding-left: 0;
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 17px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 92px);
    line-height: 0.86;
  }

  h1 span {
    margin-left: 0;
  }

  .subline {
    justify-content: center;
    margin: 25px 0 0;
    font-size: 13px;
  }

  .site-footer {
    padding-bottom: 22px;
  }
}

@media (max-width: 480px) {
  .site-header,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    width: calc(100% - 28px);
  }

  .signal {
    width: min(79vw, 330px);
  }

  .message-one {
    right: 8%;
  }

  .message-two {
    left: 3%;
  }

  .site-footer span:last-child,
  .footer-line {
    display: none;
  }
}

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