:root {
  --ink: #17171c;
  --muted: #62636d;
  --paper: #f4fbf6;
  --lime: #d7ff4f;
  --coral: #ff6f5f;
  --cyan: #60d5ff;
  --mint: #76e0a6;
  --white: #ffffff;
  --line: rgba(23, 23, 28, 0.14);
  --shadow: 0 24px 60px rgba(23, 23, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 23, 28, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 23, 28, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.ticker-strip,
.join-form div,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover,
footer a:hover {
  color: var(--ink);
}

.header-cta,
.button,
.join-form button {
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 10px 16px;
  background: var(--lime);
  box-shadow: 4px 4px 0 var(--ink);
}

.header-cta:hover,
.button:hover,
.join-form button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: clamp(40px, 8vh, 92px) 0 36px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--cyan);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  line-height: 0.96;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 6.6rem;
}

h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 4rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.7rem;
}

p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 28px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  min-height: 52px;
  padding: 15px 20px;
}

.button.primary {
  background: var(--coral);
  box-shadow: 4px 4px 0 var(--ink);
}

.button.secondary {
  background: var(--white);
}

.hero-stats {
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
}

.hero-stats div,
.token-card,
.roadmap article {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 6px 6px 0 var(--ink);
}

.hero-stats div {
  min-width: 116px;
  padding: 14px 16px;
}

.hero-stats dt {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  transform: rotate(2deg);
}

.hero-visual::before {
  position: absolute;
  inset: 9% -3% -4% 11%;
  z-index: -1;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--lime);
  content: "";
}

.hero-visual img {
  width: min(100%, 560px);
  margin-left: auto;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.ticker-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 16px;
  border-block: 2px solid var(--ink);
  background: var(--ink);
}

.ticker-strip span {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--lime);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 5vw, 72px);
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.token-card,
.roadmap article {
  min-height: 260px;
  padding: 24px;
}

.token-card span,
.roadmap span {
  display: block;
  width: fit-content;
  margin-bottom: 42px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.token-card:nth-child(2) span {
  background: var(--cyan);
}

.token-card:nth-child(3) span {
  background: var(--coral);
}

.vibe {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(26px, 6vw, 90px);
}

.vibe img {
  width: min(100%, 320px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.section-heading {
  margin-bottom: 32px;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.roadmap article:nth-child(2) span {
  background: var(--lime);
}

.roadmap article:nth-child(3) span {
  background: var(--cyan);
}

.final-cta {
  padding: clamp(56px, 8vw, 92px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--lime);
  box-shadow: 10px 10px 0 var(--ink);
}

.final-cta p {
  max-width: 720px;
  color: rgba(23, 23, 28, 0.72);
}

.join-form {
  max-width: 720px;
  margin-top: 30px;
}

.join-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.join-form div {
  gap: 12px;
}

.join-form input {
  width: 100%;
  min-height: 58px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 700;
}

.join-form button {
  min-height: 58px;
  padding: 0 20px;
  background: var(--coral);
  font: inherit;
  box-shadow: 4px 4px 0 var(--ink);
}

.form-note {
  min-height: 28px;
  margin: 12px 0 0;
  font-size: 0.95rem;
}

footer {
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 64px auto 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

footer p,
footer a {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

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

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-visual {
    transform: none;
  }

  .hero-visual img {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  h3 {
    font-size: 1.55rem;
  }

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

  .token-card,
  .roadmap article {
    min-height: 220px;
  }
}

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

  .header-cta {
    padding-inline: 12px;
  }

  .hero,
  .section,
  footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  p {
    font-size: 1rem;
  }

  .hero-stats div {
    flex: 1 1 92px;
    min-width: 0;
  }

  .final-cta {
    padding: 34px 18px;
  }

  .join-form div,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .join-form button {
    width: 100%;
  }
}
