:root {
  --bg: #080604;
  --bg-soft: #120e08;
  --panel: rgba(22, 16, 8, 0.78);
  --panel-strong: rgba(39, 29, 12, 0.92);
  --gold: #f8c84a;
  --gold-2: #ffde7a;
  --gold-dark: #9d6a12;
  --ink: #fff8e7;
  --muted: #cdbf9a;
  --line: rgba(255, 214, 107, 0.22);
  --green: #8bff4a;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 75% 18%, rgba(245, 183, 49, 0.22), transparent 31rem),
    radial-gradient(circle at 22% 10%, rgba(255, 214, 107, 0.13), transparent 24rem),
    linear-gradient(180deg, #050403 0%, #0c0804 42%, #070504 100%);
  color: var(--ink);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.stars {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.6;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(248,200,74,.9) 0 1px, transparent 1px);
  background-size: 90px 90px, 140px 140px;
  background-position: 8px 22px, 40px 70px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 18px 24px;
  backdrop-filter: blur(16px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 8px 14px;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 5, 3, 0.64);
  box-shadow: 0 18px 70px rgba(0,0,0,0.34);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: -0.04em;
  font-size: 1.1rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(248, 200, 74, 0.45);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.nav a:hover { color: var(--gold-2); }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  font-size: 1.2rem;
  padding: 8px 11px;
}

.section-pad {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 24px;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.86fr);
  align-items: center;
  gap: 56px;
  padding-top: 64px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(4rem, 10vw, 9.4rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  max-width: 780px;
  text-shadow: 0 10px 50px rgba(248, 200, 74, 0.2);
}

h1 span {
  display: inline-block;
  color: var(--gold);
  background: linear-gradient(180deg, #fff4b1 0%, #ffc637 44%, #9e6412 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 7px 0 rgba(0,0,0,0.3));
}

h2 {
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

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

.hero-subtitle {
  max-width: 650px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: #efe2bd;
}

.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: -0.02em;
  border: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 222, 122, 0.55);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.btn.primary {
  color: #100b03;
  background: linear-gradient(180deg, #fff0a1, #ffca3a 48%, #b87912);
  box-shadow: 0 14px 50px rgba(248, 200, 74, 0.26);
}

.btn.ghost {
  color: var(--ink);
  background: rgba(255,255,255,0.045);
}

.contract-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: 560px;
  margin: 24px 0 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
}

.contract-card span {
  color: var(--muted);
  font-weight: 800;
  padding-left: 10px;
}

.contract-card strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract-card button {
  border: 0;
  border-radius: 12px;
  color: #120c03;
  background: var(--gold);
  padding: 10px 14px;
  font-weight: 950;
  cursor: pointer;
}

.microcopy {
  font-size: 0.88rem;
  color: #a89977;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 108%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248,200,74,.45), transparent 62%);
  filter: blur(28px);
  z-index: -2;
  animation: pulse 4s ease-in-out infinite;
}

.hero-visual img {
  width: min(100%, 530px);
  border-radius: 50%;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 214, 107, 0.18);
  animation: float 5.5s ease-in-out infinite;
}

.orbital-ring {
  position: absolute;
  width: 94%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 214, 107, 0.34);
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-15deg);
  z-index: -1;
}

.rocket-chip {
  position: absolute;
  right: 4%;
  bottom: 12%;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.75);
  color: var(--gold-2);
  font-weight: 950;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.ticker-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 201, 58, 0.07);
  overflow: hidden;
}

.marquee {
  display: flex;
  width: max-content;
  animation: scroll 26s linear infinite;
}

.marquee span {
  padding: 18px 28px;
  color: var(--gold-2);
  font-weight: 950;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
}

.story-card, .cta-section, .faq-list, .principles article, .roadmap article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
    var(--panel);
  box-shadow: 0 24px 90px rgba(0,0,0,0.24);
}

.story-card {
  padding: clamp(24px, 4vw, 44px);
}

.story-card h3 {
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: .92;
  color: var(--gold);
  text-transform: uppercase;
  margin: 10px 0 20px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.lead {
  font-size: 1.18rem;
  color: #eadbb6;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article {
  padding: 22px;
}

.principles span, .roadmap span {
  display: inline-flex;
  color: var(--gold-2);
  font-weight: 950;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.meme-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: 34px;
  align-items: center;
}

.meme-copy {
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(248, 200, 74, 0.12), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
}

.meme-img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 800px;
}

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

.roadmap article {
  padding: 24px;
  min-height: 265px;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 78% 50%, rgba(248,200,74,.22), transparent 30rem),
    var(--panel-strong);
}

.cta-section h2 { margin-bottom: 12px; }
.cta-section p { max-width: 620px; }
.cta-actions { justify-content: flex-end; margin: 0; }

.faq-list {
  padding: 8px;
}

details {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

details:last-child { border-bottom: 0; }
summary {
  cursor: pointer;
  font-weight: 950;
  font-size: 1.05rem;
  color: var(--ink);
}

details p {
  margin: 14px 0 0;
}

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 24px 64px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.footer strong {
  color: var(--gold-2);
  font-size: 1.4rem;
}

.footer p { margin: 6px 0 0; }
.disclaimer {
  max-width: 620px;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 110ms; }
.delay-2 { transition-delay: 220ms; }
.delay-3 { transition-delay: 330ms; }

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

@keyframes pulse {
  0%, 100% { transform: scale(.95); opacity: .65; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero, .story-grid, .split-section, .meme-section { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; text-align: center; }
  .hero-subtitle, .contract-card { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual img { width: min(86vw, 480px); }
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-section, .footer { flex-direction: column; align-items: flex-start; }
  .cta-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .site-header { padding: 12px 14px; }
  .site-header::before { inset: 5px 8px; border-radius: 24px; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(7,5,3,0.96);
  }
  .nav.open { display: flex; }
  .section-pad { padding: 64px 18px; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .contract-card { grid-template-columns: 1fr; text-align: left; }
  .contract-card span { padding-left: 0; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .meme-copy { padding: 24px; }
}
