:root {
  --bg: #070707;
  --panel: #111111;
  --panel-soft: #161616;
  --line: #2a2a2a;
  --text: #f5f5f5;
  --muted: #b5b5b5;
  --soft: #d8d8d8;
  --radius: 20px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: radial-gradient(circle at 10% 0%, #1a1a1a 0%, var(--bg) 52%);
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.bg-orbit {
  position: fixed;
  width: 40rem;
  height: 40rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(0.4px);
}

.bg-orbit-a {
  top: -24rem;
  right: -8rem;
  animation: spin-a 30s linear infinite;
}

.bg-orbit-b {
  bottom: -20rem;
  left: -10rem;
  animation: spin-b 42s linear infinite;
}

.topbar,
main,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(1200px, 92vw);
  margin: 1.2rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  color: var(--text);
  display: grid;
  line-height: 1;
}

.brand-main {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-sub {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-top: 0.25rem;
}

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

.nav-links a {
  text-decoration: none;
  color: var(--soft);
  font-size: 0.9rem;
  transition: color 180ms ease;
}

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

main {
  width: min(1200px, 92vw);
  margin: 1.75rem auto 4rem;
}

.section {
  margin-bottom: 1.5rem;
}

.hero {
  border: 1px solid var(--line);
  background: linear-gradient(140deg, #121212 0%, #090909 56%);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 3rem);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #cecece;
  font-size: 0.75rem;
  margin: 0 0 0.7rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 600;
  max-width: 15ch;
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  margin-top: 1rem;
  max-width: 65ch;
}

.actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-size: 0.92rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-solid {
  background: #f3f3f3;
  color: #0a0a0a;
  border: 1px solid #f3f3f3;
}

.btn-solid:hover {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.18);
}

.btn-outline {
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
}

.btn-outline:hover {
  background: #f3f3f3;
  color: #0b0b0b;
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--soft);
}

.btn-ghost:hover {
  border-color: #5f5f5f;
}

.stats-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-soft);
  padding: 1rem;
}

.label {
  margin: 0;
  color: #d9d9d9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.card h3 {
  margin-top: 0.55rem;
  font-size: 1.2rem;
}

.card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: clamp(1rem, 2.4vw, 1.8rem);
}

.panel-kicker {
  margin: 0;
  color: #d9d9d9;
  font-size: 0.73rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.panel h2 {
  margin-top: 0.7rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
  max-width: 20ch;
}

.panel p {
  color: var(--muted);
  margin-top: 0.8rem;
}

.text-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 0.08rem;
}

.text-link:hover {
  border-color: #ffffff;
}

.roadmap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0d0d;
  padding: clamp(1rem, 2.8vw, 2rem);
}

.section-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
}

.roadmap-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.roadmap-item {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #151515;
  padding: 1rem;
}

.roadmap-item span {
  font-size: 0.85rem;
  color: #d7d7d7;
  letter-spacing: 0.1em;
}

.roadmap-item h3 {
  margin-top: 0.45rem;
  font-size: 1.18rem;
}

.roadmap-item p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.cta {
  border: 1px solid #242424;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #151515 0%, #0a0a0a 100%);
  padding: clamp(1rem, 2.8vw, 2.2rem);
}

.cta h2 {
  margin-top: 0.65rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  max-width: 19ch;
}

.cta p {
  color: var(--muted);
  max-width: 70ch;
  margin-top: 0.7rem;
}

.footer {
  width: min(1200px, 92vw);
  margin: 0 auto 2rem;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #222222;
  padding-top: 1rem;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

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

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

@media (max-width: 980px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .topbar {
    width: 94vw;
    margin-top: 0.8rem;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    order: 3;
    border-top: 1px solid #232323;
    padding-top: 0.7rem;
  }

  main {
    width: 94vw;
    margin-top: 1rem;
  }

  .footer {
    width: 94vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
