:root {
  --ink: #090b0a;
  --ink-soft: #151916;
  --line: #343a34;
  --paper: #e9ede2;
  --paper-bright: #f3f5ed;
  --muted: #a4aba1;
  --acid: #d8fa64;
  --display: "Bricolage Grotesque", "Arial Black", sans-serif;
  --mono: "DM Mono", "Courier New", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--paper-bright); background: var(--ink); font-family: var(--display); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--acid); }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }
section { scroll-margin-top: 4.75rem; }
.page-shell { width: min(calc(100% - 2rem), 84rem); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--acid); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(9, 11, 10, .93); border-bottom: 1px solid #2d332d; backdrop-filter: blur(18px); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand, .footer-brand { display: inline-flex; align-items: center; flex: none; gap: .42rem; font-size: 1.5rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.brand img { width: 2.45rem; height: 2.45rem; object-fit: contain; }
.brand-dot, .footer-brand span { color: var(--acid); }
.site-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: .8rem 1rem 1.15rem; background: #101410; border-bottom: 1px solid var(--line); box-shadow: 0 1rem 2rem #0007; }
.site-nav.is-open { display: grid; }
.site-nav a { display: flex; align-items: center; min-height: 3.5rem; gap: .8rem; padding: .5rem .75rem; border-bottom: 1px solid #30352f; font-size: 1.1rem; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--acid); }
.site-nav a span { color: var(--acid); font: 500 .68rem var(--mono); }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.header-buy { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; gap: .25rem; padding: .25rem .75rem .25rem .35rem; border: 1px solid var(--acid); color: var(--ink); background: var(--acid); font-size: .75rem; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.header-buy:hover { transform: translateY(-2px); background: #e8ff9b; }
.header-buy img { width: 1.65rem; height: 1.65rem; object-fit: contain; filter: brightness(0); transform: scale(1.25); }
.menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 2.9rem; height: 2.9rem; gap: .35rem; padding: 0; border: 1px solid #51594d; color: var(--paper-bright); background: transparent; cursor: pointer; }
.menu-toggle span { width: 1.2rem; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(.2rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.2rem) rotate(-45deg); }

/* Hero */
.hero-section { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 73% 40%, #1e2820 0%, transparent 35%), var(--ink); }
.hero-section::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .45; background-image: linear-gradient(#b4c5b00b 1px, transparent 1px), linear-gradient(90deg, #b4c5b00b 1px, transparent 1px); background-size: 4.25rem 4.25rem; mask-image: linear-gradient(90deg, transparent, #000 45%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); position: relative; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding-block: 3.3rem 2.5rem; }
.eyebrow, .section-topline, .chart-kicker, .hero-footnote, .roadmap-note, .art-index, .art-caption, .art-coordinate, .card-top, .dex-toolbar, .placeholder-label, .placeholder-axis, .chart-bottom, .site-footer { font-family: var(--mono); }
.eyebrow { display: flex; align-items: center; gap: .5rem; color: var(--acid); font-size: .61rem; font-weight: 500; letter-spacing: .035em; white-space: nowrap; }
.signal-dot { display: inline-block; flex: none; width: .46rem; height: .46rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 1rem #d8fa6477; }
.eyebrow-line { width: 1.5rem; height: 1px; margin-left: .2rem; background: #637062; }
.hero-title { display: grid; margin: 2rem 0 1.7rem; font-size: clamp(3.35rem, 13vw, 8.4rem); font-weight: 800; letter-spacing: -.095em; line-height: .87; }
.hero-title > span { display: block; white-space: nowrap; }
.hero-title .title-accent { color: var(--acid); }
.title-period { display: inline; color: var(--paper-bright); }
.hero-description { max-width: 30rem; margin: 0; color: #bdc4b9; font-size: clamp(1rem, 1.6vw, 1.18rem); font-weight: 500; line-height: 1.55; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; max-width: 39rem; margin-top: 2.4rem; }
.hero-action { display: flex; align-items: center; min-width: 0; min-height: 4.55rem; gap: .3rem; padding: .45rem; border: 1px solid #475147; background: rgba(16, 20, 16, .85); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.hero-action:hover { transform: translateY(-3px); border-color: var(--acid); background: #202820; }
.hero-action.primary-action { border-color: var(--acid); color: var(--ink); background: var(--acid); }
.hero-action.primary-action:hover { background: #e8ff9b; }
.action-icon { display: grid; flex: none; place-items: center; width: 1.75rem; height: 1.75rem; overflow: hidden; color: var(--paper-bright); }
.action-icon img { width: 1.9rem; height: 1.9rem; max-width: none; object-fit: contain; transform: scale(1.3); }
.primary-action .action-icon img { filter: brightness(0); }
.action-icon svg { width: 1.25rem; height: 1.25rem; }
.action-text { display: grid; min-width: 0; gap: .16rem; }
.action-text small { color: #aab3a5; font: 500 .48rem var(--mono); letter-spacing: .05em; white-space: nowrap; }
.action-text strong { overflow: hidden; font-size: clamp(.76rem, 2.6vw, 1rem); font-weight: 800; letter-spacing: -.055em; text-overflow: ellipsis; white-space: nowrap; }
.primary-action .action-text small { color: #343d22; }
.action-arrow { align-self: flex-start; margin-left: auto; font-size: 1rem; line-height: 1; }
.hero-footnote { display: flex; align-items: center; gap: .4rem; margin-top: 1.5rem; color: #8e998c; font-size: .6rem; letter-spacing: .045em; }
.footnote-mark { color: var(--acid); font-size: 1rem; }
.action-link.is-disabled { opacity: .78; cursor: not-allowed; }
.action-link.is-disabled:hover { transform: none; }

.hero-art { display: grid; position: relative; place-items: center; min-width: 0; width: min(100%, 40rem); aspect-ratio: 1; margin: 0 auto 2rem; background: radial-gradient(circle, #75826e20 0%, #232d2477 39%, transparent 68%); }
.art-grid { position: absolute; inset: 10%; border: 1px solid #7e90712a; border-radius: 50%; }
.art-grid::before, .art-grid::after { content: ""; position: absolute; background: #7e90712a; }
.art-grid::before { top: 50%; left: -10%; right: -10%; height: 1px; }
.art-grid::after { top: -10%; bottom: -10%; left: 50%; width: 1px; }
.art-orbit { position: absolute; border: 1px solid #d8fa6440; border-radius: 50%; pointer-events: none; }
.art-orbit-outer { inset: 1%; border-style: dashed; animation: orbit 80s linear infinite; }
.art-orbit-inner { inset: 8%; border-color: #d8fa642b; }
.art-orbit-outer::before { content: ""; position: absolute; top: 14%; left: 15%; width: .6rem; height: .6rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 1rem #d8fa6488; }
.coin-art { position: relative; z-index: 1; width: 117%; height: 117%; object-fit: cover; mix-blend-mode: screen; filter: contrast(1.11); mask-image: radial-gradient(circle, #000 43%, #000e 56%, transparent 76%); }
.art-index { position: absolute; z-index: 2; top: 10%; right: 0; padding: .55rem .7rem; border: 1px solid #586654; color: var(--paper-bright); background: #111711d9; font-size: .57rem; line-height: 1.6; letter-spacing: .05em; }
.art-index span { padding-left: 1rem; color: var(--acid); }
.art-caption { position: absolute; z-index: 2; bottom: 8%; left: 0; display: flex; align-items: center; gap: .6rem; padding: .5rem .7rem; color: var(--acid); background: #0c100cf0; font-size: .55rem; letter-spacing: .05em; }
.caption-cross { font-size: 1.15rem; }
.art-coordinate { position: absolute; right: 5%; bottom: 15%; writing-mode: vertical-rl; color: #99a895; font-size: .53rem; letter-spacing: .12em; }
.marquee-band { overflow: hidden; min-height: 3.3rem; display: flex; align-items: center; border-block: 1px solid var(--acid); color: var(--ink); background: var(--acid); }
.marquee-track { display: flex; align-items: center; justify-content: space-around; width: 100%; min-width: 57rem; gap: 2rem; white-space: nowrap; font-size: 1.15rem; font-weight: 800; letter-spacing: -.05em; }
.marquee-track i { font-size: 1.2rem; font-style: normal; }

/* Roadmap */
.roadmap-section { overflow: hidden; padding: 4rem 0 3.5rem; color: var(--ink); background: var(--paper); }
.section-topline { display: flex; align-items: center; gap: 1.2rem; color: var(--acid); font-size: .65rem; font-weight: 500; letter-spacing: .035em; white-space: nowrap; }
.section-topline .topline-rule { height: 1px; flex: 1; background: #4c5748; }
.dark-topline { color: #5c675c; }
.dark-topline .topline-rule { background: #aeb8a9; }
.roadmap-intro { display: grid; gap: 1.5rem; padding: 3.2rem 0 3rem; }
.roadmap-intro h2, .chart-intro h2 { margin: 0; font-size: clamp(4.4rem, 14vw, 10rem); font-weight: 800; letter-spacing: -.095em; line-height: .8; }
.roadmap-intro h2 em, .chart-intro h2 em { font-style: normal; }
.roadmap-intro h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.roadmap-intro-copy { display: flex; align-items: flex-start; gap: .8rem; max-width: 24rem; }
.mini-spark { color: #566c45; font-size: 1.7rem; }
.roadmap-intro-copy p { margin: 0; font-size: 1.08rem; font-weight: 600; line-height: 1.45; }
.roadmap-grid { display: grid; gap: .65rem; }
.roadmap-card { display: flex; flex-direction: column; position: relative; min-height: 20rem; overflow: hidden; padding: 1.1rem; border: 1px solid #aab3a6; background: #f1f4ea; transition: transform .2s ease, box-shadow .2s ease; }
.roadmap-card:hover { transform: translateY(-4px); box-shadow: 0 .8rem 1.2rem #1d291521; }
.roadmap-card:first-child { border-color: var(--ink); color: var(--paper-bright); background: var(--ink); }
.card-top { display: flex; justify-content: space-between; color: #687568; font-size: .62rem; font-weight: 500; letter-spacing: .04em; }
.card-top span:last-child { font-size: 1rem; line-height: .7; }
.roadmap-card:first-child .card-top { color: var(--acid); }
.card-number { margin: .75rem 0 1.25rem; color: transparent; -webkit-text-stroke: 1.3px #aab5a4; font-size: clamp(5rem, 17vw, 8rem); font-weight: 800; letter-spacing: -.1em; line-height: .85; }
.roadmap-card:first-child .card-number { -webkit-text-stroke-color: var(--acid); }
.card-bottom { margin-top: auto; }
.card-bottom h3 { margin: 0 0 .7rem; font-size: 1.85rem; font-weight: 800; letter-spacing: -.07em; line-height: .96; }
.card-bottom p { max-width: 18rem; margin: 0; color: #596359; font-size: .85rem; font-weight: 500; line-height: 1.45; }
.roadmap-card:first-child .card-bottom p { color: #acb8a6; }
.roadmap-note { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 2.4rem 0 0; padding-top: 1rem; border-top: 1px solid #aeb8a9; color: #536052; font-size: .57rem; letter-spacing: .03em; line-height: 1.5; }
.roadmap-note span { color: var(--ink); font-size: 1rem; }

/* Dexscreener */
.chart-section { padding: 4rem 0 3rem; background: radial-gradient(ellipse at 80% 22%, #202b20 0%, transparent 34%), var(--ink); }
.chart-intro { display: grid; gap: 1.5rem; padding: 3.4rem 0 2.5rem; }
.chart-kicker { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.65rem; color: var(--acid); font-size: .65rem; letter-spacing: .04em; }
.chart-intro h2 { font-size: clamp(3.8rem, 12.5vw, 9rem); }
.chart-intro h2 em { color: var(--acid); }
.chart-intro p { max-width: 23rem; margin: 0; color: #b4beb1; font-size: 1.02rem; font-weight: 500; line-height: 1.55; }
.dex-window { border: 1px solid #586454; background: #101411; box-shadow: 0 2rem 5rem #0007; }
.dex-toolbar { display: flex; align-items: center; justify-content: space-between; gap: .6rem; min-height: 3.7rem; padding: .6rem .85rem; border-bottom: 1px solid #394438; color: #c2cdbf; font-size: .58rem; letter-spacing: .035em; }
.window-dots { display: flex; gap: .25rem; }
.window-dots i { width: .39rem; height: .39rem; border-radius: 50%; background: #849480; }
.window-dots i:first-child { background: var(--acid); }
.dex-toolbar-name { display: flex; align-items: center; gap: .35rem; }
.dex-toolbar-name img { width: 1.5rem; height: 1.5rem; object-fit: contain; transform: scale(1.2); }
.dex-live { display: flex; align-items: center; gap: .35rem; color: var(--acid); }
.dex-live span { width: .42rem; height: .42rem; border-radius: 50%; background: var(--acid); }
.dex-content { position: relative; height: clamp(28rem, 54vw, 40rem); overflow: hidden; }
.dex-content iframe { width: 100%; height: 100%; border: 0; background: #0c100d; }
.dex-placeholder { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #141c15, #0c100d 70%); }
.dex-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(#9eaf9617 1px, transparent 1px), linear-gradient(90deg, #9eaf9617 1px, transparent 1px); background-size: 3.5rem 3.5rem; }
.dex-placeholder::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, #111911 9%, transparent 58%); }
.placeholder-graph { position: absolute; inset: auto 0 14% 0; height: 45%; display: flex; align-items: flex-end; justify-content: space-around; gap: 1%; padding-inline: 2%; opacity: .26; transform: skewY(-8deg); }
.placeholder-graph span { flex: 1; height: 33%; border: 1px solid var(--acid); background: #d8fa6418; }
.placeholder-graph span:nth-child(2), .placeholder-graph span:nth-child(8) { height: 48%; }
.placeholder-graph span:nth-child(3), .placeholder-graph span:nth-child(11) { height: 28%; }
.placeholder-graph span:nth-child(4), .placeholder-graph span:nth-child(9) { height: 61%; }
.placeholder-graph span:nth-child(5) { height: 52%; }
.placeholder-graph span:nth-child(6), .placeholder-graph span:nth-child(12) { height: 76%; }
.placeholder-graph span:nth-child(7) { height: 58%; }
.placeholder-graph span:nth-child(10) { height: 88%; }
.placeholder-center { display: grid; position: relative; z-index: 1; justify-items: center; padding: 1rem; text-align: center; }
.placeholder-symbol { display: grid; place-items: center; width: 5rem; height: 5rem; margin-bottom: 1.2rem; border: 1px solid #64725c; border-radius: 50%; background: #1b241b; }
.placeholder-symbol img { width: 4.3rem; height: 4.3rem; object-fit: contain; }
.placeholder-label { color: var(--acid); font-size: .64rem; letter-spacing: .12em; }
.placeholder-center h3 { margin: .7rem 0 .8rem; font-size: clamp(2.3rem, 7vw, 5rem); font-weight: 800; letter-spacing: -.08em; line-height: .88; }
.placeholder-center p { max-width: 17rem; margin: 0; color: #aab7a5; font-size: .9rem; line-height: 1.5; }
.placeholder-axis { position: absolute; z-index: 1; color: #7f8e7d; font-size: .55rem; letter-spacing: .08em; }
.axis-x { right: 1rem; bottom: 1rem; }
.axis-y { top: 1rem; left: 1rem; }
.chart-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.4rem; color: #8f9d8a; font-size: .6rem; letter-spacing: .05em; }
.chart-bottom a { color: var(--acid); }
.chart-bottom a:hover { text-decoration: underline; text-underline-offset: .25rem; }

/* Footer */
.site-footer { border-top: 1px solid #333d32; color: #8b9987; background: #0a0d0a; font-size: .6rem; letter-spacing: .04em; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 5.6rem; gap: 1rem; padding-block: 1rem; }
.footer-brand { color: var(--paper-bright); font-family: var(--display); font-size: 1.25rem; }
.footer-brand img { width: 1.75rem; height: 1.75rem; }
.site-footer p { margin: 0; }

@keyframes reveal { from { opacity: 0; transform: translateY(1.2rem); } to { opacity: 1; transform: translateY(0); } }
@keyframes orbit { to { transform: rotate(360deg); } }
.reveal { opacity: 0; animation: reveal .7s cubic-bezier(.19, 1, .22, 1) forwards; }
.reveal-delay-1 { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .22s; }
.reveal-delay-3 { animation-delay: .32s; }

@media (min-width: 640px) {
  .page-shell { width: min(calc(100% - 3rem), 84rem); }
  .hero-actions { gap: .6rem; }
  .hero-action { min-height: 5.2rem; gap: .7rem; padding: .65rem .8rem; }
  .action-icon { width: 2.5rem; height: 2.5rem; }
  .action-text small { font-size: .55rem; }
  .action-text strong { font-size: 1.05rem; }
  .roadmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .page-shell { width: min(calc(100% - 5rem), 84rem); }
  .header-inner { min-height: 5.5rem; }
  .brand { font-size: 1.8rem; }
  .brand img { width: 2.9rem; height: 2.9rem; }
  .site-nav { display: flex; position: static; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.7rem); padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-nav a { min-height: 3rem; gap: .45rem; padding: .4rem 0; border: 0; font-size: .86rem; }
  .site-nav a span { font-size: .57rem; }
  .header-buy { min-height: 3.1rem; padding-inline: .55rem 1.25rem; font-size: .86rem; }
  .menu-toggle { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; min-height: min(52rem, calc(100vh - 5.5rem)); gap: 1rem; }
  .hero-copy { padding-block: 5rem 5.5rem; }
  .hero-title { margin-top: 2.5rem; font-size: clamp(5.6rem, 8.6vw, 8.4rem); }
  .hero-description { max-width: 28rem; }
  .hero-actions { margin-top: 2.5rem; }
  .hero-art { width: min(100%, 43rem); margin: 0; }
  .art-index { right: -1rem; }
  .art-caption { left: -1rem; }
  .roadmap-section { padding-block: 5.5rem 4.5rem; }
  .roadmap-intro { grid-template-columns: 1fr 18rem; align-items: end; gap: 2rem; padding-block: 4rem 4.5rem; }
  .roadmap-intro-copy { padding-bottom: .7rem; }
  .roadmap-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; }
  .roadmap-card { min-height: 25rem; padding: 1.2rem; }
  .card-number { font-size: clamp(5rem, 8vw, 8rem); }
  .card-bottom h3 { font-size: clamp(1.6rem, 2.2vw, 2.35rem); }
  .chart-section { padding-block: 5.5rem 4rem; }
  .chart-intro { grid-template-columns: 1fr 19rem; align-items: end; gap: 2rem; padding-block: 4rem 3rem; }
  .chart-intro p { padding-bottom: .5rem; }
}

@media (min-width: 1440px) {
  .hero-title { font-size: 7.8rem; }
  .hero-grid { gap: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; }
}

/* Keep native hidden state authoritative for the chart swap. */
[hidden] { display: none !important; }
