:root {
  --ink: #11161d;
  --metal: #6e7783;
  --paper: #fffdf8;
  --sky: #39aef8;
  --deep-sky: #0775ce;
  --grass: #52c51f;
  --lime: #a5f12f;
  --sun: #ffd43d;
  --red: #f24840;
  --violet: #7d5cff;
  --line: #10151d;
  --soft: rgba(17, 22, 29, 0.1);
  --shadow: 0 24px 60px rgba(10, 33, 60, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(57, 174, 248, 0.22), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(82, 197, 31, 0.18), transparent 26rem),
    var(--paper);
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(255, 253, 248, 0.82);
  border-bottom: 3px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: 0;
}

.brand img,
footer img {
  width: 46px;
  height: 46px;
  border: 3px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
  background: white;
  box-shadow: 4px 4px 0 var(--grass);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 2.5vw, 1.4rem);
  font-size: 0.88rem;
  font-weight: 900;
}

nav a {
  padding: 0.45rem 0;
  border-bottom: 3px solid transparent;
}

nav a:hover {
  border-color: var(--grass);
}

.section-band,
.content-grid {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3.5rem);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 4px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 49%, rgba(255, 253, 248, 0.72) 0 20%, rgba(255, 253, 248, 0.28) 38%, transparent 58%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.04));
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 92vw);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-2vh);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--deep-sky);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
.ticker,
.stat-grid strong {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: 0;
  line-height: 0.95;
}

h1 {
  max-width: 9ch;
  margin-inline: auto;
  color: #8ef01f;
  font-family: "Bungee Inline", "Archivo Black", Impact, sans-serif;
  font-size: clamp(4.2rem, 12vw, 10.4rem);
  text-shadow:
    0 4px 0 white,
    0 9px 0 var(--line),
    7px 7px 0 var(--sky),
    13px 13px 0 var(--violet),
    0 0 28px rgba(165, 241, 47, 0.75);
  -webkit-text-stroke: 2px var(--line);
}

.ticker {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.65rem 0.9rem;
  color: white;
  font-family: "Bungee Inline", "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.35rem, 3.4vw, 3rem);
  background: linear-gradient(90deg, var(--sky), var(--deep-sky) 50%, var(--violet));
  border: 4px solid var(--line);
  box-shadow: 7px 7px 0 var(--line);
  transform: rotate(-1deg);
  text-shadow: 2px 2px 0 var(--line);
}

.hero-text {
  max-width: 560px;
  margin: 1.6rem auto 0;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 2px 0 white, 0 0 18px white;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.25rem;
  font-weight: 900;
  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--line);
}

.primary {
  color: white;
  background: var(--ink);
}

.secondary {
  background: white;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

h2 {
  max-width: 11ch;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}

.copy-block {
  display: grid;
  gap: 1.1rem;
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  font-weight: 800;
  line-height: 1.55;
}

.copy-block p,
.community-panel p,
.steps p,
.stat-grid p,
.roadmap-track p {
  margin: 0;
}

.poster {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--ink);
  color: white;
  border-block: 4px solid var(--line);
}

.poster-copy h2 {
  max-width: 8ch;
  color: var(--lime);
  text-shadow: 3px 3px 0 var(--line);
}

.poster-frame {
  margin: 0;
  overflow: hidden;
  border: 4px solid var(--line);
  background: white;
  box-shadow: 10px 10px 0 var(--grass);
}

.poster-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1731 / 909;
  object-fit: cover;
}

.tokenomics,
.roadmap {
  background:
    linear-gradient(135deg, rgba(57,174,248,0.15), rgba(82,197,31,0.12)),
    repeating-linear-gradient(-8deg, transparent 0 14px, rgba(17, 22, 29, 0.035) 14px 16px),
    white;
  border-block: 4px solid var(--line);
}

.section-heading {
  max-width: 980px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.section-heading h2 {
  max-width: none;
}

.stat-grid,
.roadmap-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
}

.stat-grid article,
.steps li,
.roadmap-track article,
.link-list a,
.community-panel {
  background: rgba(255, 253, 248, 0.92);
  border: 4px solid var(--line);
  box-shadow: 8px 8px 0 var(--line);
}

.stat-grid article {
  min-height: 230px;
  padding: 1.4rem;
}

.stat-grid span,
.steps span,
.roadmap-track span,
.link-list span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--deep-sky);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stat-grid strong {
  display: block;
  color: var(--grass);
  font-size: clamp(3rem, 8vw, 5.8rem);
  text-shadow: 3px 3px 0 white, 6px 6px 0 var(--line);
}

.stat-grid p,
.roadmap-track p,
.steps p,
.community-panel p {
  font-weight: 800;
  line-height: 1.45;
}

.steps {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  padding: 1.25rem;
}

.steps strong,
.link-list strong,
.roadmap-track h3 {
  display: block;
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 900;
}

.community {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  background:
    linear-gradient(90deg, rgba(57,174,248,0.9), rgba(82,197,31,0.86)),
    var(--sky);
  border-block: 4px solid var(--line);
}

.community-panel {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.community-panel h2 {
  max-width: none;
  margin-bottom: 1rem;
}

.links {
  align-items: center;
}

.link-list {
  display: grid;
  gap: 0.9rem;
}

.link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
}

.link-list a:hover {
  background: #eaf7ff;
}

.roadmap-track article {
  padding: 1.3rem;
}

footer {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 3rem 1rem;
  text-align: center;
  background: var(--ink);
  color: white;
}

footer p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-weight: 800;
  line-height: 1.45;
}

footer span {
  color: var(--lime);
  font-family: "Archivo Black", Impact, sans-serif;
}

@media (max-width: 880px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero,
  .content-grid,
  .stat-grid,
  .roadmap-track,
  .poster {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100svh - 118px);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-bg::after {
    background:
      radial-gradient(ellipse at 50% 45%, rgba(255, 253, 248, 0.82) 0 24%, rgba(255, 253, 248, 0.36) 46%, rgba(255, 253, 248, 0.08) 72%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.04));
  }

  h1 {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .ticker {
    max-width: 100%;
    font-size: clamp(1.35rem, 8vw, 2.5rem);
    overflow-wrap: anywhere;
  }

  h2 {
    max-width: 12ch;
  }

  .poster-copy h2 {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .brand span {
    font-size: 0.95rem;
  }

  nav a {
    font-size: 0.82rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero {
    min-height: 720px;
  }

  .hero-copy {
    transform: translateY(-1rem);
  }

  h1 {
    font-size: clamp(3.2rem, 19vw, 5.2rem);
    text-shadow:
      0 3px 0 white,
      0 7px 0 var(--line),
      5px 5px 0 var(--sky),
      9px 9px 0 var(--violet),
      0 0 22px rgba(165, 241, 47, 0.72);
  }

  .stat-grid article,
  .steps li,
  .roadmap-track article,
  .link-list a,
  .community-panel {
    box-shadow: 5px 5px 0 var(--line);
  }
}
