:root {
  color-scheme: dark;
  --bg: #030511;
  --ink: #fff7fb;
  --muted: #b9c6d0;
  --cyan: #58edff;
  --rose: #ff8fb9;
  --gold: #f8c25c;
  --panel: rgba(7, 12, 26, 0.78);
  --panel-strong: rgba(5, 8, 19, 0.94);
  --line: rgba(88, 237, 255, 0.22);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.54);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 26%, rgba(88, 237, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 10% 76%, rgba(255, 143, 185, 0.14), transparent 24rem),
    linear-gradient(145deg, #02030b 0%, #071326 48%, #030511 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(88, 237, 255, 0.12) 49%, transparent 57%),
    radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.4px) 20px 12px / 120px 96px,
    radial-gradient(circle, rgba(255, 143, 185, 0.82) 0 1px, transparent 1.5px) 72px 42px / 180px 150px;
  opacity: 0.34;
}

body::after {
  background:
    linear-gradient(90deg, rgba(18, 6, 28, 0.85) 0 3%, transparent 16%),
    linear-gradient(270deg, rgba(15, 5, 30, 0.86) 0 3%, transparent 16%);
}

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

button {
  font: inherit;
}

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

.light-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(ellipse at top, rgba(88, 237, 255, 0.14), transparent 42rem),
    linear-gradient(98deg, transparent 0 24%, rgba(88, 237, 255, 0.12) 25%, transparent 32%),
    linear-gradient(82deg, transparent 0 62%, rgba(255, 143, 185, 0.1) 64%, transparent 71%);
  animation: lightDrift 18s ease-in-out infinite alternate;
}

.cursor-light {
  --x: 62vw;
  --y: 20vh;
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at var(--x) var(--y), rgba(255, 143, 185, 0.15), transparent 21rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 6, 17, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.board-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  min-width: 0;
  font-weight: 900;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #07101d;
  background: linear-gradient(135deg, var(--cyan), #ffffff 50%, var(--rose));
  box-shadow: 0 0 32px rgba(88, 237, 255, 0.42);
  font-size: 0.8rem;
  font-weight: 950;
}

.nav-links {
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a,
.button,
.board-links a {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-links a {
  min-height: 38px;
  padding: 0.55rem 0.84rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links a:hover,
.button:hover,
.board-links a:hover {
  border-color: rgba(88, 237, 255, 0.55);
  background: rgba(88, 237, 255, 0.1);
  box-shadow: 0 0 26px rgba(88, 237, 255, 0.14);
  transform: translateY(-2px);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.86fr);
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 88px);
  align-items: center;
  padding: clamp(3rem, 8vw, 6rem) 0 3rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--rose);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1.2rem;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(3.4rem, 9vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow:
    0 0 28px rgba(88, 237, 255, 0.28),
    0 0 48px rgba(255, 143, 185, 0.12);
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.8vw, 1.25rem);
  line-height: 1.72;
}

.hero-actions,
.board-links {
  flex-wrap: wrap;
  gap: 0.78rem;
}

.button,
.board-links a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.14rem;
  cursor: pointer;
}

.button.primary {
  color: #06101c;
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), #ffffff 52%, var(--rose));
}

.button.ghost {
  color: var(--cyan);
}

.spotlight-stage {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(88, 237, 255, 0.24);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(88, 237, 255, 0.13), transparent 30%),
    radial-gradient(ellipse at bottom, rgba(255, 143, 185, 0.18), transparent 56%),
    rgba(5, 9, 22, 0.72);
  box-shadow: var(--shadow), inset 0 0 90px rgba(88, 237, 255, 0.08);
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.spotlight-stage::before,
.spotlight-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.spotlight-stage::before {
  top: -18%;
  left: 16%;
  width: 22%;
  height: 88%;
  background: linear-gradient(to bottom, rgba(88, 237, 255, 0.3), transparent);
  filter: blur(18px);
  transform: rotate(18deg);
}

.spotlight-stage::after {
  right: 12%;
  bottom: 8%;
  width: 62%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(88, 237, 255, 0.32), transparent 70%);
  filter: blur(18px);
}

.stage-ring {
  position: absolute;
  inset: auto 11% 10%;
  height: 88px;
  border: 2px solid rgba(88, 237, 255, 0.5);
  border-radius: 50%;
  box-shadow:
    0 0 34px rgba(88, 237, 255, 0.42),
    inset 0 0 24px rgba(255, 143, 185, 0.12);
}

.hero-character {
  position: relative;
  z-index: 2;
  width: min(82%, 430px);
  max-height: 500px;
  object-fit: contain;
  border-radius: 34%;
  filter:
    drop-shadow(0 0 32px rgba(88, 237, 255, 0.52))
    drop-shadow(0 26px 32px rgba(0, 0, 0, 0.62));
  animation: float 5.6s ease-in-out infinite;
}

.ticker-badge {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: 3;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 143, 185, 0.58);
  border-radius: 999px;
  color: #06101c;
  background: linear-gradient(135deg, #ffffff, var(--rose));
  box-shadow: 0 0 28px rgba(255, 143, 185, 0.36);
  font-weight: 950;
}

.banner-panel {
  overflow: hidden;
  margin: 0 0 3.4rem;
  border: 1px solid rgba(88, 237, 255, 0.32);
  border-radius: 32px;
  background: #030511;
  box-shadow: var(--shadow);
}

.banner-panel img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.signal-row article,
.launch-board {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 143, 185, 0.09), transparent 46%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.signal-row article {
  min-height: 238px;
  padding: clamp(1.2rem, 3vw, 1.7rem);
  border-radius: 28px;
}

.signal-row span {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--gold);
  font-weight: 950;
}

.signal-row h2,
.launch-board h2 {
  margin-bottom: 0.82rem;
  font-size: clamp(1.4rem, 2.8vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.signal-row p,
.launch-board p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.64;
}

.launch-board {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: clamp(3rem, 8vw, 5.5rem);
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 18%, rgba(88, 237, 255, 0.16), transparent 22rem),
    var(--panel-strong);
}

.board-links {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-weight: 850;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(1.015);
  }
}

@keyframes lightDrift {
  to {
    transform: translate3d(-34px, 20px, 0);
    opacity: 0.75;
  }
}

@media (max-width: 900px) {
  .hero,
  .launch-board {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .spotlight-stage {
    min-height: 500px;
  }

  .signal-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 20px, 1180px);
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  .hero-actions,
  .board-links,
  .site-footer {
    flex-direction: column;
  }

  .button,
  .board-links a {
    width: 100%;
  }

  .spotlight-stage {
    min-height: 390px;
    border-radius: 28px;
  }
}

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