:root {
  --bg: #08090b;
  --bg-soft: #101214;
  --text: #eceae4;
  --muted: #9b9a93;
  --accent: #f5c518;
  --accent-deep: #e0a800;
  --silver: #d5d8dc;
  --line: rgba(245, 197, 24, 0.22);
  --glass: rgba(16, 18, 20, 0.72);
  --radius: 22px;
  --nav-h: 76px;
  --font-display: Cinzel, "Times New Roman", serif;
  --font-body: Inter, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.08;
  margin: 0;
}

p {
  margin: 0;
}

.nav,
main,
.footer,
.to-top {
  position: relative;
  z-index: 1;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--nav-h);
  padding: 0 4vw;
  background: linear-gradient(to bottom, rgba(8, 9, 11, 0.88), rgba(8, 9, 11, 0.2) 70%, transparent);
}

.nav.scrolled {
  background: rgba(8, 9, 11, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
}

.brand img {
  height: 36px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 0.15rem;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.88rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-end {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 5px auto;
  background: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #111;
  box-shadow: 0 0 28px rgba(245, 197, 24, 0.28);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 2.5rem) 6vw 4rem;
  background: #050607;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(245, 197, 24, 0.18), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(196, 122, 18, 0.2), transparent 45%),
    #050607;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.78) 0%, rgba(8, 9, 11, 0.42) 45%, rgba(8, 9, 11, 0.94) 100%),
    radial-gradient(ellipse at center, transparent 32%, rgba(8, 9, 11, 0.82) 100%);
}

.hero > :not(.hero-media) {
  position: relative;
  z-index: 1;
}

.badge {
  display: inline-flex;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 9, 11, 0.7);
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.hero-logo {
  margin: 0;
}

.hero-logo img {
  width: min(520px, 72vw);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 12px 28px rgba(245, 197, 24, 0.28));
}

.lede,
.section-copy {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.lede {
  margin: 1.3rem auto 1.8rem;
  color: #f4f2ea;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
}

.ca-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1rem;
  width: min(640px, 100%);
  padding: 0.7rem 0.85rem 0.7rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: blur(16px);
}

.ca-bar span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.ca-bar code {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.92rem;
  color: var(--silver);
}

.ca-bar.wide {
  width: min(820px, 100%);
  margin: 1.6rem auto 0;
  border-radius: 18px;
}

.copy-btn {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--accent);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(760px, 100%);
  margin-top: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 18, 20, 0.55);
  overflow: hidden;
}

.hero-stats article {
  padding: 1.15rem 1rem;
  text-align: center;
}

.hero-stats article + article {
  border-left: 1px solid var(--line);
}

.hero-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--accent);
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: 6.5rem 6vw;
  text-align: center;
  background: var(--bg);
}

.kicker {
  display: inline-flex;
  padding: 0.32rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.section h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  margin-bottom: 1.2rem;
}

.section-copy {
  margin: 0 auto 1rem;
}

.pillar-grid,
.token-grid,
.steps,
.social-row {
  display: grid;
  gap: 1rem;
  margin-top: 2.4rem;
  text-align: left;
}

.pillar-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pillar {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
  box-shadow: 0 0 24px rgba(245, 197, 24, 0.06);
}

.art {
  width: 100%;
  height: 240px;
  background: radial-gradient(circle at 30% 30%, #ffe57a, #f5c518 40%, #7a3b08);
}

.art-2 {
  background: radial-gradient(circle at 70% 40%, #ffd54a, #e08a00 50%, #3a1c08);
}

.art-3 {
  background: radial-gradient(circle at 50% 60%, #fff3c4, #f5c518 35%, #5c2a0a);
}

.pillar .art {
  height: 280px;
  display: block;
  object-fit: cover;
}

.pillar div:not(.art) {
  padding: 1.15rem 1.2rem 1.3rem;
}

.pillar h3 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.pillar p,
.stat-card p,
.steps p,
.social-card span,
.faq p,
.live-card p,
.disclaimer {
  color: var(--muted);
}

.token-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-card,
.live-card,
.social-card,
.steps li,
.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16, 18, 20, 0.7);
}

.stat-card {
  padding: 1.2rem 1.15rem;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.stat-card p {
  margin-top: 0.45rem;
  font-size: 0.88rem;
}

.live-card {
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 2.4rem 1.6rem;
}

.live-label {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--text) !important;
  margin-bottom: 0.5rem;
}

.live-actions {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
}

.steps li {
  padding: 1.3rem 1.15rem 1.4rem;
}

.steps span {
  display: block;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.steps h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.social-row {
  grid-template-columns: repeat(3, 1fr);
}

.social-card {
  padding: 1.3rem 1.2rem;
}

.social-card strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 0.35rem;
}

.faq {
  max-width: 760px;
  margin: 2rem auto 0;
  display: grid;
  gap: 0.7rem;
  text-align: left;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 600;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  padding: 0 1.15rem 1.1rem;
}

.footer {
  display: grid;
  gap: 1.2rem;
  padding: 2.5rem 6vw 5rem;
  border-top: 1px solid var(--line);
  background: #050607;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-brand img {
  height: 42px;
  width: auto;
}

.footer-brand strong {
  font-family: var(--font-display);
}

.footer-brand p,
.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.disclaimer {
  font-size: 0.85rem;
  max-width: 46rem;
}

.to-top {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 15;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--glass);
  color: var(--accent);
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 4vw;
    right: 4vw;
    flex-direction: column;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(8, 9, 11, 0.96);
  }

  .nav.open .nav-links {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .hero-stats,
  .pillar-grid,
  .token-grid,
  .steps,
  .social-row {
    grid-template-columns: 1fr;
  }

  .hero-stats article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .ca-bar {
    border-radius: 18px;
  }

  .copy-btn {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-video {
    display: none;
  }
}
