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

:root {
  --neon: #7cff3a;
  --neon-hot: #a8ff6a;
  --neon-dim: rgba(124, 255, 58, 0.14);
  --forest: #050f05;
  --ink: #0a140a;
  --ink-soft: #122012;
  --muted: #6a7a6a;
  --mist: #d8e8d0;
  --white: #f4fff0;
  --cape: #6b3a7a;
  --teal: #2ab8b0;
  --font-pixel: "Press Start 2P", monospace;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 72px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--forest);
  color: var(--mist);
  line-height: 1.6;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.container.narrow {
  width: min(760px, 92vw);
}

.accent {
  color: var(--neon);
}

.accent-ink {
  color: var(--ink);
}

.center {
  text-align: center;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(5, 15, 5, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(124, 255, 58, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 92vw);
  margin: 0 auto;
  height: 100%;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--white);
}

.nav-mark {
  width: 36px;
  height: 36px;
  object-fit: cover;
  image-rendering: pixelated;
  border: 1px solid rgba(124, 255, 58, 0.45);
}

.nav-wordmark {
  font-family: var(--font-pixel);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--neon);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-links a {
  color: rgba(244, 255, 240, 0.72);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s;
}

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

.nav-socials {
  display: flex;
  gap: 0.45rem;
}

.nav-social {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(244, 255, 240, 0.25);
  color: var(--white) !important;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.nav-social:hover {
  border-color: var(--neon);
  color: var(--neon) !important;
  transform: translateY(-2px);
}

.nav-cta {
  display: inline-flex !important;
  align-items: center;
  padding: 0.55rem 1.15rem !important;
  background: var(--neon);
  color: var(--ink) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover {
  background: var(--neon-hot) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(244, 255, 240, 0.25);
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--neon);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--header-h) + 2rem) 0 3.5rem;
  overflow: hidden;
  background: var(--forest);
}

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

.hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  image-rendering: pixelated;
  animation: hero-drift 26s var(--ease-out) infinite alternate;
  will-change: transform;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 15, 5, 0.08) 0%,
      rgba(5, 15, 5, 0.2) 38%,
      rgba(5, 15, 5, 0.72) 62%,
      rgba(5, 15, 5, 0.9) 100%
    ),
    linear-gradient(to top, rgba(5, 15, 5, 0.55) 0%, transparent 38%);
}

.hero-glow {
  position: absolute;
  left: 8%;
  top: 42%;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 255, 58, 0.22) 0%, transparent 68%);
  pointer-events: none;
  animation: glow-breathe 4.5s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
  margin: 0 auto;
  max-width: 520px;
  margin-right: max(4vw, calc((100vw - 1120px) / 2));
  margin-left: auto;
  animation: rise-in 1s var(--ease-out) both;
}

.hero-brand {
  font-family: var(--font-pixel);
  font-size: clamp(1.35rem, 4.2vw, 2.35rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--neon);
  margin-bottom: 1rem;
  text-shadow: 0 0 24px rgba(124, 255, 58, 0.35);
  animation: neon-pulse 3.5s ease-in-out infinite;
}

.hero-title {
  font-family: var(--font-pixel);
  font-size: clamp(1.55rem, 4.8vw, 2.65rem);
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 1.1rem;
}

.hero-lede {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: rgba(244, 255, 240, 0.78);
  max-width: 28rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

@keyframes hero-drift {
  from { transform: scale(1.02) translate(0, 0); }
  to { transform: scale(1.07) translate(-1.2%, -0.8%); }
}

@keyframes glow-breathe {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes neon-pulse {
  0%, 100% { text-shadow: 0 0 18px rgba(124, 255, 58, 0.28); }
  50% { text-shadow: 0 0 32px rgba(124, 255, 58, 0.55); }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.7rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.2s var(--ease-out), background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}

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

.btn-primary {
  background: var(--neon);
  color: var(--ink);
  box-shadow: 0 0 0 0 rgba(124, 255, 58, 0.4);
}

.btn-primary:hover {
  background: var(--neon-hot);
  box-shadow: 0 12px 32px rgba(124, 255, 58, 0.28);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(244, 255, 240, 0.35);
}

.btn-ghost:hover {
  border-color: var(--neon);
  color: var(--neon);
}

.buy .btn-ghost {
  color: var(--ink);
  border-color: rgba(10, 20, 10, 0.3);
}

.buy .btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: rgba(10, 20, 10, 0.06);
}

.btn-lg {
  padding: 1.05rem 2.1rem;
  font-size: 1rem;
}

.btn-copy {
  flex-shrink: 0;
  padding: 0.7rem 1.2rem;
  font-size: 0.88rem;
}

.btn-copy.copied {
  background: var(--ink);
  color: var(--neon);
}

/* ── Ticker ── */
.ticker {
  background: var(--neon);
  color: var(--ink);
  padding: 0.95rem 0;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--font-pixel);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ticker-track img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  image-rendering: pixelated;
}

.ticker-sep {
  opacity: 0.4;
}

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

/* ── Sections ── */
.section {
  padding: 6rem 0;
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}

.eyebrow.center {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: var(--font-pixel);
  font-size: clamp(1.35rem, 3.8vw, 2.15rem);
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin-bottom: 1.35rem;
  color: var(--white);
}

.section-text {
  color: rgba(216, 232, 208, 0.72);
  font-size: 1.08rem;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.section-text strong {
  color: var(--neon);
  font-weight: 700;
}

.section-sub {
  color: var(--muted);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

/* ── About ── */
.about {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(124, 255, 58, 0.08), transparent 45%),
    radial-gradient(ellipse at 90% 80%, rgba(107, 58, 122, 0.18), transparent 40%),
    var(--ink);
}

.about .eyebrow {
  color: rgba(244, 255, 240, 0.5);
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.about-portrait {
  position: relative;
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 10% -6% -6% 10%;
  background: var(--neon);
  z-index: 0;
  transform: rotate(2deg);
}

.about-portrait::after {
  content: "";
  position: absolute;
  inset: 6% -10% -10% 6%;
  border: 2px solid var(--cape);
  z-index: 0;
  transform: rotate(-2deg);
  opacity: 0.7;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
  image-rendering: pixelated;
  background: #000;
}

.value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin-top: 2rem;
}

.value-row li {
  font-family: var(--font-pixel);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  padding: 0.7rem 1rem;
  background: var(--neon);
  color: var(--ink);
}

/* ── Buzz / embeds ── */
.buzz {
  background:
    linear-gradient(180deg, var(--ink-soft) 0%, var(--forest) 100%);
}

.buzz .section-title {
  color: var(--white);
}

.buzz .eyebrow {
  color: rgba(244, 255, 240, 0.5);
}

.buzz .section-sub {
  color: rgba(216, 232, 208, 0.55);
}

.embed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.embed-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(5, 15, 5, 0.65);
  border: 2px solid rgba(124, 255, 58, 0.35);
  overflow: hidden;
}

.embed-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(124, 255, 58, 0.2);
  background: rgba(124, 255, 58, 0.06);
}

.embed-label {
  font-family: var(--font-pixel);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: var(--neon);
}

.embed-open {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(244, 255, 240, 0.65);
  text-decoration: none;
}

.embed-open:hover {
  color: var(--neon);
}

.embed-frame {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  min-height: 420px;
  overflow: auto;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(42, 184, 176, 0.08), transparent 55%),
    #070f07;
}

.embed-frame-x .twitter-tweet {
  margin: 0 auto !important;
}

.embed-frame-ig {
  padding: 0.75rem;
}

.embed-frame-ig .instagram-media {
  margin: 0 auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.buzz-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

/* ── Contract ── */
.contract {
  background: var(--mist);
  color: var(--ink);
}

.contract .section-title {
  color: var(--ink);
}

.contract .eyebrow {
  color: var(--muted);
}

.ca-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: var(--white);
  border: 2px solid var(--ink);
}

.ca-address {
  flex: 1;
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 2.4vw, 0.85rem);
  color: var(--ink);
  word-break: break-all;
  line-height: 1.5;
}

.copy-toast {
  text-align: center;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  min-height: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.copy-toast.show {
  opacity: 1;
}

/* ── Chart ── */
.chart-section {
  background: var(--ink-soft);
  color: var(--white);
}

.chart-section .section-title {
  color: var(--white);
}

.chart-section .eyebrow {
  color: rgba(244, 255, 240, 0.5);
}

.chart-section .section-sub {
  color: rgba(216, 232, 208, 0.55);
}

.chart-frame {
  border: 2px solid var(--neon);
  background: #0a140a;
  overflow: hidden;
}

.chart-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 2rem;
  text-align: center;
  color: rgba(244, 255, 240, 0.6);
}

.chart-link-wrap {
  text-align: center;
  margin-top: 1.25rem;
}

.text-link {
  color: var(--neon);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── Buy ── */
.buy {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(124, 255, 58, 0.45), transparent 48%),
    radial-gradient(ellipse at 92% 100%, rgba(42, 184, 176, 0.28), transparent 42%),
    var(--neon);
  color: var(--ink);
}

.buy .section-title {
  color: var(--ink);
}

.buy .eyebrow {
  color: rgba(10, 20, 10, 0.55);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2.5rem 0 3rem;
}

.step {
  background: var(--ink);
  color: var(--white);
  padding: 1.85rem 1.4rem;
  transition: transform 0.25s var(--ease-out);
  border-top: 3px solid var(--teal);
}

.step:hover {
  transform: translateY(-6px);
}

.step-num {
  display: block;
  font-family: var(--font-pixel);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--neon);
  line-height: 1;
  margin-bottom: 0.85rem;
}

.step h3 {
  font-family: var(--font-pixel);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
  line-height: 1.4;
}

.step p {
  font-size: 0.95rem;
  color: rgba(244, 255, 240, 0.65);
  line-height: 1.55;
}

.buy-cta {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ── */
.footer {
  background: var(--forest);
  color: rgba(244, 255, 240, 0.55);
  padding: 3.25rem 0 2.25rem;
  border-top: 2px solid var(--neon);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  text-align: center;
}

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

.footer-logo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  image-rendering: pixelated;
  border: 2px solid var(--neon);
}

.footer-brand strong {
  display: block;
  font-family: var(--font-pixel);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--neon);
  line-height: 1.3;
}

.footer-brand span {
  font-size: 0.85rem;
  color: rgba(244, 255, 240, 0.5);
}

.footer-disclaimer {
  font-size: 0.75rem;
  max-width: 540px;
  line-height: 1.65;
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

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

/* ── Mobile ── */
@media (max-width: 900px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-portrait {
    max-width: 320px;
    margin: 0 auto;
  }

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

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

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(5, 15, 5, 0.97);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.15rem;
    border-bottom: 1px solid rgba(124, 255, 58, 0.2);
    transform: translateY(-120%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .nav-wordmark {
    font-size: 0.58rem;
  }

  .hero {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 3.5rem;
  }

  .hero-veil {
    background:
      linear-gradient(
        to top,
        rgba(5, 15, 5, 0.94) 0%,
        rgba(5, 15, 5, 0.55) 42%,
        rgba(5, 15, 5, 0.22) 100%
      );
  }

  .hero-glow {
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
    width: min(70vw, 320px);
    height: min(70vw, 320px);
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 100%;
  }

  .hero-art {
    object-position: 22% center;
  }

  .ca-box {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-copy {
    justify-content: center;
  }

  .embed-frame {
    min-height: 360px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art,
  .hero-glow,
  .hero-brand,
  .ticker-track {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
