@font-face { font-family: 'Anton'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/anton.ttf') format('truetype'); }
:root {
  --paper: #f6f4ef;
  --paper-2: #ebe7df;
  --ink: #171615;
  --maroon: #7a3244;
  --maroon-dark: #5d2434;
  --denim: #3f5f90;
  --grey: #9a9a9a;
  --rule: #d6d1c8;
  --muted: #5b5650;
  --display: 'Anton', Impact, 'Arial Narrow Bold', sans-serif;
  --sans: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --radius: 20px;
  --line: 2px;
  --shadow: 5px 5px 0 var(--ink);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--denim); outline-offset: 4px; }
::selection { background: var(--maroon); color: var(--paper); }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin: 0; letter-spacing: .01em; text-transform: uppercase; text-wrap: balance; line-height: 1; }
p, ul, ol, dl { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
.skip { position: absolute; left: -999px; top: 0; padding: .5rem 1rem; background: var(--ink); color: var(--paper); z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
.wrap { width: min(100% - 2.5rem, 72rem); margin-inline: auto; }
.label { font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--maroon); }
.card { background: #fff; border: var(--line) solid var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }

/* buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .8rem 1.3rem; background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 700; font-size: 1rem; border: var(--line) solid var(--ink); border-radius: 999px; box-shadow: 3px 3px 0 var(--ink); transition: transform .12s ease, box-shadow .12s ease, background .12s ease; cursor: pointer; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button-primary { background: var(--maroon); color: #fff; }
.button-primary:hover { background: var(--maroon-dark); }
.button-quiet { background: #fff; color: var(--ink); }
.button-quiet:hover { background: var(--paper-2); }
.button-big { padding: 1.05rem 1.9rem; font-size: 1.125rem; }
.button-small { padding: .55rem 1.05rem; font-size: .9375rem; box-shadow: 2px 2px 0 var(--ink); background: var(--maroon); color: #fff; }
.button svg { width: 18px; height: 18px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246, 244, 239, .92); backdrop-filter: blur(8px); border-bottom: var(--line) solid var(--ink); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .9rem 0; }
.wordmark { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--display); font-size: 1.75rem; line-height: 1; text-decoration: none; letter-spacing: .03em; }
.wordmark-badge { display: inline-grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 10px; background: var(--maroon); color: var(--paper); font-size: 1.15rem; border: var(--line) solid var(--ink); }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a:not(.button) { font-size: .9375rem; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.site-nav a:not(.button):hover { border-bottom-color: var(--maroon); }

/* hero */
.hero { padding: 4rem 0 3rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 3rem; align-items: center; }
.hero .label { margin-bottom: 1.25rem; }
.hero h1 { font-size: clamp(2.75rem, 8.5vw, 6.75rem); line-height: .92; }
.hero h1 em { font-style: normal; color: var(--maroon); }
.hero .lede { max-width: 36rem; margin-top: 1.75rem; font-size: 1.25rem; line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2.25rem; }
.risk { margin-top: 1.75rem; max-width: 36rem; font-size: .9375rem; line-height: 1.5; color: var(--muted); }
.risk strong { color: var(--ink); }
.risk a { color: var(--maroon); font-weight: 600; }
.risk-block { margin-top: 2rem; padding: 1rem 1.25rem; border-left: 4px solid var(--maroon); background: #fff; border-radius: 0 12px 12px 0; }
.hero-art { margin: 0; position: relative; display: grid; justify-items: center; }
.hero-art::before { content: ''; position: absolute; inset: 8% 10% 4% 10%; background: var(--paper-2); border: var(--line) solid var(--ink); border-radius: 50% 50% 28px 28px / 40% 40% 28px 28px; z-index: 0; }
.hero-art .mascot { position: relative; z-index: 1; width: min(100%, 22rem); height: auto; filter: drop-shadow(6px 6px 0 rgba(23, 22, 21, .12)); }
.hero-art figcaption { position: relative; z-index: 1; margin-top: -1.25rem; background: #fff; border: var(--line) solid var(--ink); border-radius: 999px; padding: .5rem 1.1rem; font-size: .875rem; box-shadow: 3px 3px 0 var(--ink); }

/* strip */
.strip { border-top: var(--line) solid var(--ink); border-bottom: var(--line) solid var(--ink); background: var(--maroon); color: var(--paper); overflow: hidden; }
.strip-track { display: flex; gap: 3rem; white-space: nowrap; padding: .7rem 0; font-family: var(--display); font-size: 1.25rem; letter-spacing: .06em; text-transform: uppercase; animation: slide 28s linear infinite; width: max-content; }
.strip-track span::after { content: '★'; margin-left: 3rem; opacity: .6; }
@keyframes slide { to { transform: translateX(-50%); } }

/* sections */
.section { padding: 5rem 0; }
.section-alt { background: var(--paper-2); border-top: var(--line) solid var(--ink); border-bottom: var(--line) solid var(--ink); }
.strip + .section-alt { border-top: 0; }
.section-head { max-width: 46rem; margin-bottom: 2.5rem; }
.section-head .label { margin-bottom: .75rem; }
.section h2 { font-size: clamp(2.5rem, 5vw, 4rem); }
.section-lede { margin-top: 1.25rem; font-size: 1.125rem; line-height: 1.55; color: var(--muted); }
.section-lede a { color: var(--maroon); }

/* pillars */
.pillars { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.pillars li { padding: 1.75rem; position: relative; }
.pillar-num { font-family: var(--display); font-size: 1.125rem; color: var(--maroon); letter-spacing: .05em; }
.pillars h3 { font-size: 1.75rem; margin: .75rem 0 .75rem; }
.pillars p { color: var(--muted); }
.plain { margin-top: 2.5rem; padding: 1.5rem 1.75rem; background: var(--ink); color: var(--paper); border-radius: var(--radius); font-size: 1.125rem; line-height: 1.5; max-width: 46rem; }
.plain strong { color: #fff; }

/* tokenomics */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.stats > div { padding: 1.5rem; }
.stats dt { font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.stats dd { margin: .5rem 0 0; font-family: var(--display); font-size: 2rem; text-transform: uppercase; line-height: 1; word-break: break-word; }
.stats dd.tba { color: var(--grey); }
.dist-card { margin-top: 1.5rem; padding: 1.5rem 1.75rem; }
.dist-note { margin-top: .5rem; color: var(--muted); max-width: 46rem; }
.dist-bar { display: flex; height: 2.25rem; margin-top: 1rem; border: var(--line) solid var(--ink); border-radius: 999px; overflow: hidden; background: var(--paper-2); }
.dist-seg { display: block; height: 100%; }
.dist-0 { background: var(--maroon); } .dist-1 { background: var(--denim); } .dist-2 { background: var(--grey); } .dist-3 { background: var(--ink); }
.dist-legend { list-style: none; padding: 0; margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.dist-legend li { display: inline-flex; align-items: center; gap: .5rem; }
.swatch { width: 14px; height: 14px; border-radius: 4px; border: 2px solid var(--ink); }

/* roadmap */
.phases { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; counter-reset: none; }
.phases > li { padding: 1.5rem; }
.phase-label { font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--maroon); }
.phases h3 { font-size: 1.75rem; margin: .5rem 0 1rem; }
.phases ul { padding-left: 1.1rem; color: var(--muted); font-size: .9375rem; display: grid; gap: .5rem; }
.phases ul li::marker { color: var(--maroon); }

/* contract address */
.ca { overflow: hidden; }
.ca-head { padding: .9rem 1.5rem; border-bottom: var(--line) solid var(--ink); display: flex; justify-content: space-between; gap: 1rem; align-items: center; background: var(--paper); }
.ca-status { font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--maroon); }
.ca-body { padding: 1.5rem; }
.ca-empty { color: var(--muted); }
.ca-empty a { color: var(--maroon); font-weight: 600; }
.ca-row { display: flex; align-items: stretch; border: var(--line) solid var(--ink); border-radius: 12px; overflow: hidden; }
.ca-value { flex: 1; min-width: 0; padding: .9rem 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9375rem; word-break: break-all; }
.copy-button { border: 0; border-left: var(--line) solid var(--ink); background: var(--ink); color: var(--paper); font: inherit; font-weight: 700; padding: 0 1.25rem; cursor: pointer; }
.copy-button:hover { background: var(--maroon); }
.ca-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.ca-note { border-top: var(--line) solid var(--ink); padding: .9rem 1.5rem; font-size: .9375rem; background: var(--paper); }

/* steps */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.steps li { padding: 1.75rem; }
.step-num { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--maroon); color: #fff; font-family: var(--display); font-size: 1.5rem; border: var(--line) solid var(--ink); }
.steps h3 { font-size: 1.5rem; margin: 1rem 0 .5rem; }
.steps p { color: var(--muted); }

/* faq */
.faq-list { max-width: 46rem; display: grid; gap: .75rem; }
.faq details { background: #fff; border: var(--line) solid var(--ink); border-radius: 14px; padding: 0 1.25rem; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; padding: 1rem 0; font-weight: 700; font-size: 1.0625rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--display); font-size: 1.5rem; line-height: 1; color: var(--maroon); }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 0 1.25rem; color: var(--muted); }

/* trial tracker */
.case-updated { display: block; margin-top: .5rem; font-size: .9375rem; font-weight: 600; color: var(--maroon); }
.case-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem; }
.case-col { display: grid; gap: 1.5rem; align-content: start; }
.case-card { padding: 1.5rem 1.75rem; }
.case-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.case-status { display: grid; gap: .9rem; margin-top: 1rem; }
.case-status > div { display: grid; grid-template-columns: 8.5rem minmax(0, 1fr); gap: .35rem 1rem; align-items: start; border-top: 1px solid var(--rule); padding-top: .9rem; }
.case-status dt { font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-top: .2rem; }
.case-status dd { margin: 0; font-weight: 600; }
.case-status dd small { display: block; margin-top: .3rem; font-size: .9375rem; font-weight: 400; color: var(--muted); }
.chip { display: inline-block; padding: .2rem .65rem; border-radius: 999px; background: var(--maroon); color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.chip-quiet { background: var(--paper-2); color: var(--muted); border: 1px solid var(--rule); text-transform: none; letter-spacing: 0; font-weight: 600; }
.charges-label { margin-top: 1.5rem; }
.charges { list-style: none; padding: 0; margin-top: .75rem; display: grid; gap: .5rem; }
.charges li { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--rule); padding-top: .5rem; }
.charges li span:last-child { color: var(--muted); text-align: right; font-size: .9375rem; flex-shrink: 0; max-width: 45%; }
.case-foot { margin-top: 1rem; font-size: .9375rem; color: var(--muted); }
.case-foot a { color: var(--maroon); font-weight: 600; }
.timeline { list-style: none; padding: 0; margin-top: 1rem; display: grid; gap: 1.1rem; }
.timeline li { position: relative; padding-left: 1.7rem; }
.timeline li::before { content: ''; position: absolute; left: 0; top: .35rem; width: .8rem; height: .8rem; border-radius: 50%; background: #fff; border: var(--line) solid var(--ink); z-index: 1; }
.timeline li.is-next::before { background: var(--maroon); }
.timeline li::after { content: ''; position: absolute; left: .33rem; top: 1.25rem; bottom: -1.2rem; width: 2px; background: var(--rule); }
.timeline li:last-child::after { display: none; }
.timeline time { display: block; font-family: var(--display); font-size: 1.125rem; letter-spacing: .03em; text-transform: uppercase; color: var(--maroon); line-height: 1.2; }
.timeline p { margin-top: .2rem; }
.timeline a { color: var(--muted); font-size: .875rem; }
.facade { position: relative; margin-top: 1rem; aspect-ratio: 16 / 9; border: var(--line) solid var(--ink); border-radius: 14px; overflow: hidden; background: var(--ink) repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 12px, transparent 12px 24px); display: grid; place-items: center; }
.facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.facade-btn { display: inline-flex; align-items: center; gap: .9rem; background: var(--maroon); color: #fff; border: var(--line) solid var(--paper); border-radius: 999px; padding: .85rem 1.5rem .85rem 1rem; font: inherit; font-weight: 700; font-size: 1.0625rem; cursor: pointer; box-shadow: 4px 4px 0 rgba(0, 0, 0, .5); }
.facade-btn:hover { background: var(--maroon-dark); }
.facade-btn:disabled { opacity: .7; cursor: default; }
.facade-play { display: inline-grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: #fff; color: var(--maroon); font-size: .85rem; padding-left: .2rem; }
.case-caption { margin-top: .9rem; font-size: .9375rem; color: var(--muted); }
.news { list-style: none; padding: 0; margin-top: 1rem; display: grid; gap: .75rem; }
.news li { border-top: 1px solid var(--rule); padding-top: .75rem; }
.news li:first-child { border-top: 0; padding-top: 0; }
.news a { font-weight: 600; text-decoration: none; }
.news a:hover { color: var(--maroon); text-decoration: underline; }
.news-meta { display: block; margin-top: .2rem; font-size: .8125rem; color: var(--muted); }
.news-empty { color: var(--muted); }
.case-sources { margin-top: 1.5rem; padding: 1.5rem 1.75rem; }
.case-sources ul { list-style: none; padding: 0; margin-top: .75rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 2rem; }
.case-sources a { color: var(--maroon); font-weight: 600; }
.case-sources small { display: block; color: var(--muted); }

/* footer */
.site-footer { border-top: var(--line) solid var(--ink); padding: 3rem 0; background: var(--paper); }
.footer-top { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-tag { margin-top: .5rem; color: var(--muted); font-size: .9375rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-nav a { font-size: .9375rem; font-weight: 600; text-decoration: none; }
.footer-nav a:hover { color: var(--maroon); }
.social { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; border: var(--line) solid var(--ink); background: #fff; box-shadow: 3px 3px 0 var(--ink); }
.social svg { width: 18px; height: 18px; }
.social:hover { background: var(--maroon); color: #fff; }
.disclaimer-short { margin-top: 2.5rem; max-width: 52rem; font-size: 1rem; line-height: 1.6; padding: 1.25rem 1.5rem; border: var(--line) solid var(--ink); border-radius: 14px; background: #fff; }
.legal { margin-top: 1.5rem; max-width: 52rem; display: grid; gap: .75rem; }
.legal details { border: var(--line) solid var(--ink); border-radius: 14px; background: #fff; }
.legal summary { list-style: none; cursor: pointer; padding: 1rem 1.5rem; font-weight: 700; font-size: 1.0625rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.legal summary::-webkit-details-marker { display: none; }
.legal summary::after { content: '+'; font-family: var(--display); font-size: 1.5rem; line-height: 1; color: var(--maroon); }
.legal details[open] summary::after { content: '–'; }
.legal-body { padding: 0 1.5rem 1.5rem; font-size: 1rem; line-height: 1.6; color: var(--ink); }
.legal-body h3 { font-family: var(--sans); font-weight: 700; font-size: 1rem; text-transform: none; letter-spacing: 0; margin: 1.25rem 0 .4rem; }
.legal-body p + p { margin-top: .75rem; }
.legal-date { color: var(--muted); font-size: .9375rem; }
.legal-body a { color: var(--maroon); }
.copyright { margin-top: 2rem; font-size: .9375rem; color: var(--muted); }

@media (max-width: 960px) {
  .pillars, .stats, .phases, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-grid, .case-sources ul { grid-template-columns: 1fr; }
}
@media (max-width: 1080px) {
  .site-nav { gap: 1.1rem; }
  .site-nav a:not(.button) { font-size: .875rem; }
  .site-nav a[href="#why"] { display: none; }
}
@media (max-width: 800px) {
  .site-nav a:not(.button) { display: none; }
  .hero { padding: 2.5rem 0 2.5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero h1 { max-width: none; }
  .hero-art .mascot { width: min(100%, 17rem); }
  .section { padding: 3.5rem 0; }
}
@media (max-width: 560px) {
  .pillars, .stats, .phases, .steps { grid-template-columns: 1fr; }
  .case-status > div { grid-template-columns: 1fr; gap: .25rem; }
  .charges li { flex-direction: column; gap: .15rem; }
  .charges li span:last-child { text-align: left; max-width: none; }
  .button-big { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .strip-track { animation: none; } .button, .button:hover { transition: none; transform: none; } }

/* ===== motion layer ===== */
.progress { position: absolute; left: 0; right: 0; bottom: -2px; height: 4px; background: transparent; }
.progress span { display: block; height: 100%; width: 100%; background: var(--maroon); transform: scaleX(0); transform-origin: 0 50%; }
.site-header.is-scrolled .wrap { padding: .55rem 0; }
.site-header .wrap { transition: padding .25s ease; }
.floats { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero { position: relative; }
.hero .wrap { position: relative; z-index: 1; }
.float { position: absolute; display: grid; place-items: center; font-family: var(--display); border: var(--line) solid var(--ink); box-shadow: 3px 3px 0 var(--ink); will-change: transform; }
.float.coin { width: 3.5rem; height: 3.5rem; border-radius: 50%; background: #f2c14e; color: var(--ink); font-size: 1.75rem; }
.float.coin-sm { width: 2.5rem; height: 2.5rem; font-size: 1.25rem; }
.float.star { width: 2.75rem; height: 2.75rem; border-radius: 12px; background: var(--denim); color: #fff; font-size: 1.5rem; transform: rotate(12deg); }
.float.star-sm { width: 2rem; height: 2rem; font-size: 1.1rem; }
.float.bubble { padding: .35rem .8rem; border-radius: 999px 999px 999px 4px; background: #fff; font-size: 1.1rem; letter-spacing: .08em; }
.hero-art { perspective: 900px; }
.hero-art .mascot { cursor: pointer; transform-style: preserve-3d; }
.hero-art .mascot:active { cursor: grabbing; }
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; margin-bottom: -.06em; }
.w > span { display: inline-block; will-change: transform; }
.pillars, .phases, .steps, .stats { perspective: 1200px; }
.flip, .tilt { transform-style: preserve-3d; will-change: transform; }
.tilt { position: relative; }
.tilt::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(122, 50, 68, .10), transparent 55%); opacity: 0; transition: opacity .3s ease; }
.tilt:hover::after { opacity: 1; }
.roadline { position: relative; height: 4px; margin: 0 0 2.25rem; background: var(--rule); border-radius: 999px; }
.roadline span { position: absolute; inset: 0; background: var(--maroon); border-radius: inherit; transform: scaleX(0); transform-origin: 0 50%; }
.roadline i { position: absolute; top: 50%; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: #fff; border: var(--line) solid var(--ink); transform: translate(-50%, -50%); }
.roadline i:nth-child(2) { left: 0; transform: translate(0, -50%); } .roadline i:nth-child(3) { left: 33.33%; } .roadline i:nth-child(4) { left: 66.66%; } .roadline i:nth-child(5) { left: 100%; transform: translate(-100%, -50%); }
.roadline i.on { background: var(--maroon); }
.site-footer { position: relative; overflow: hidden; }
.peek { position: absolute; right: 4%; bottom: -8px; width: 8.5rem; height: auto; transform: translateY(110%); pointer-events: none; }
.js-marquee .strip-track { animation: none; }
.copy-button.is-done { background: var(--denim); }
.stats dd { display: inline-block; }
@media (max-width: 800px) { .float { display: none; } .peek { width: 6.5rem; } }
