:root {
  --ink: #12120f;
  --ink-2: #1c1c16;
  --paper: #f0eadb;
  --paper-2: #dcd5c5;
  --orange: #ff5a1f;
  --orange-dark: #c73c10;
  --lime: #caff36;
  --blue: #239fd3;
  --muted: #76766b;
  --line: rgba(18, 18, 15, 0.2);
  --display: "Bowlby One", Impact, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--mono); overflow-x: hidden; }
body::selection { background: var(--orange); color: var(--ink); }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 700; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .12; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }

.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 10px max(22px, calc((100vw - 1500px) / 2)); background: rgba(18, 18, 15, .96); color: var(--paper); border-bottom: 1px solid rgba(240, 234, 219, .18); backdrop-filter: blur(12px); }
.logo { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.logo__mark { display: grid; place-items: center; width: 49px; height: 49px; overflow: hidden; background: var(--orange); border: 1px solid var(--paper); border-radius: 50%; transform: rotate(-5deg); transition: transform .25s ease; }
.logo:hover .logo__mark { transform: rotate(5deg) scale(1.04); }
.logo__mark img { width: 62px; height: 62px; object-fit: contain; }
.logo__type { display: grid; gap: 3px; text-transform: uppercase; line-height: 1; }
.logo__type strong { font-family: var(--display); font-size: 14px; font-weight: 400; letter-spacing: -.04em; }
.logo__type small { color: #aaa99f; font-size: 8px; font-weight: 600; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; display: flex; gap: 7px; padding: 12px 0; color: #aaa99f; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: color .2s ease; }
.site-nav a span { color: var(--orange); }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--lime); transition: width .25s ease; }
.site-nav a:hover, .site-nav a.is-current { color: var(--paper); }
.site-nav a:hover::after, .site-nav a.is-current::after { width: 100%; }
.header-buy { justify-self: end; display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 5px 11px 5px 6px; background: var(--lime); color: var(--ink); border: 1px solid var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.header-buy:hover { transform: translate(-3px, -3px); box-shadow: 4px 4px 0 var(--orange); }
.header-buy img { width: 32px; height: 32px; object-fit: contain; }
.header-buy svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: none; justify-self: end; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(240, 234, 219, .25); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--paper); transition: transform .2s ease, opacity .2s ease; }

.panel { width: min(100% - 72px, 1450px); margin-inline: auto; }
.hero { position: relative; display: grid; grid-template-columns: minmax(420px, .92fr) minmax(440px, 1.08fr); column-gap: clamp(38px, 6vw, 100px); min-height: calc(100svh - 78px); padding: clamp(54px, 7vw, 98px) 0 66px; align-items: center; }
.hero::before { content: ""; position: absolute; top: 7%; left: 42%; z-index: -1; width: 38vw; height: 38vw; max-width: 590px; max-height: 590px; background: var(--orange); border-radius: 50%; filter: blur(0); opacity: .12; }
.hero__copy { position: relative; z-index: 2; align-self: center; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 11px; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; box-shadow: 3px 3px 0 var(--orange); }
.live-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 3px rgba(202, 255, 54, .2); animation: pulse 1.8s ease-in-out infinite; }
.hero__serial { position: absolute; top: 3px; right: 0; color: var(--muted); font-size: 8px; font-weight: 600; line-height: 1.7; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(62px, 7.2vw, 116px); line-height: .79; letter-spacing: -.075em; }
h1 span { display: block; }
h1 span:nth-child(2) { color: transparent; -webkit-text-stroke: 2px var(--ink); transform: translateX(8%); }
h1 span:nth-child(3) { transform: translateX(17%); }
h1 em { display: block; margin-top: .09em; color: var(--orange); font-style: normal; transform: rotate(-2deg); transform-origin: left center; }
.hero__intro { max-width: 510px; margin-bottom: 25px; padding-left: 18px; border-left: 5px solid var(--orange); color: #515149; font-size: 13px; font-weight: 500; line-height: 1.65; }
.hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-width: 650px; }
.action { position: relative; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 68px; padding: 8px 13px 8px 8px; border: 1px solid var(--ink); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.action::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.12); transform: translateX(-105%) skewX(-15deg); transition: transform .35s ease; }
.action:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.action:hover::before { transform: translateX(105%) skewX(-15deg); }
.action--orange { background: var(--orange); }
.action--cream { background: #fffaf0; }
.action--blue { background: var(--blue); }
.action--lime { background: var(--lime); }
.action__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; background: var(--ink); border: 1px solid var(--ink); }
.action__icon img { width: 55px; height: 55px; object-fit: contain; }
.action__icon svg { width: 24px; height: 24px; fill: currentColor; }
.action__icon--x { color: #fff; }
.action__icon--telegram { background: #fff; color: var(--blue); }
.action__label { position: relative; z-index: 1; display: grid; gap: 4px; min-width: 0; line-height: 1; }
.action__label small { font-size: 7px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .64; }
.action__label strong { overflow: hidden; font-size: 10px; letter-spacing: .035em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.action__arrow { position: relative; z-index: 1; align-self: start; padding-top: 5px; font-size: 17px; font-weight: 700; }
.hero__visual { position: relative; display: grid; place-items: center; min-height: 620px; }
.hero__visual::before { content: ""; position: absolute; width: 75%; height: 75%; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 24px 24px; transform: rotate(7deg); }
.photo-frame { position: relative; z-index: 2; width: min(100%, 610px); padding: 13px 13px 0; background: #f8f3e9; border: 2px solid var(--ink); transform: rotate(2.2deg); box-shadow: 16px 16px 0 var(--ink); }
.photo-frame::after { content: ""; position: absolute; inset: 13px 13px 54px; pointer-events: none; background: linear-gradient(110deg, transparent 50%, rgba(255, 90, 31, .09)); mix-blend-mode: multiply; }
.photo-frame > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; filter: saturate(1.07) contrast(1.02); }
.photo-frame__caption { display: flex; justify-content: space-between; gap: 16px; padding: 15px 4px 16px; font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.photo-frame__tape { position: absolute; z-index: 3; width: 110px; height: 27px; background: rgba(202, 255, 54, .84); border-left: 1px solid rgba(18,18,15,.18); border-right: 1px solid rgba(18,18,15,.18); }
.photo-frame__tape--one { top: -13px; left: -34px; transform: rotate(-38deg); }
.photo-frame__tape--two { right: -35px; bottom: 60px; transform: rotate(-48deg); }
.stamp { position: absolute; z-index: 3; display: grid; place-items: center; text-align: center; font-family: var(--display); text-transform: uppercase; }
.stamp--top { top: 1%; right: -1%; width: 118px; height: 118px; color: var(--paper); background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; font-size: 20px; line-height: .9; letter-spacing: -.04em; transform: rotate(11deg); box-shadow: 6px 6px 0 var(--ink); }
.stamp--bottom { bottom: 2%; left: -3%; width: 112px; height: 82px; background: var(--lime); border: 2px solid var(--ink); transform: rotate(-8deg); box-shadow: 6px 6px 0 var(--ink); }
.stamp--bottom b { font-size: 22px; line-height: .8; }
.stamp--bottom span { font-size: 11px; letter-spacing: .08em; }
.scribble { position: absolute; top: 12%; left: -11%; z-index: 4; width: 190px; overflow: visible; transform: rotate(-18deg); }
.scribble path { fill: none; stroke: var(--ink); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.hero__footer { position: absolute; right: 0; bottom: 19px; left: 0; display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero__footer code { color: var(--ink); font-family: inherit; }
.hero__footer a { display: flex; align-items: center; gap: 9px; color: var(--ink); }
.hero__footer i { display: grid; place-items: center; width: 24px; height: 24px; background: var(--ink); color: var(--paper); border-radius: 50%; font-style: normal; }

.ticker { position: relative; z-index: 5; width: 102%; margin-left: -1%; overflow: hidden; color: var(--ink); background: var(--orange); border-block: 2px solid var(--ink); transform: rotate(-1deg); }
.ticker__track { display: flex; align-items: center; width: max-content; padding: 17px 0; animation: ticker 24s linear infinite; }
.ticker__track span { font-family: var(--display); font-size: clamp(20px, 2.1vw, 31px); letter-spacing: -.045em; white-space: nowrap; }
.ticker__track i { margin: 0 30px; color: var(--lime); font-size: 25px; font-style: normal; }

.roadmap { padding-top: clamp(120px, 11vw, 170px); padding-bottom: clamp(120px, 11vw, 170px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 60px; }
.section-index { display: block; margin-bottom: 19px; color: var(--orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-head h2 { margin: 0; font-size: clamp(54px, 6.5vw, 101px); line-height: .86; letter-spacing: -.065em; }
.section-head h2 em { color: var(--orange); font-style: normal; }
.section-head > p { max-width: 400px; margin-bottom: 2px; color: #55554d; font-size: 12px; line-height: 1.75; }
.roadmap__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.roadmap-card { position: relative; min-height: 470px; padding: 20px; overflow: hidden; background: var(--paper-2); border: 1px solid var(--ink); transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.roadmap-card:hover { z-index: 2; color: var(--paper); background: var(--ink); transform: translateY(-10px) rotate(-1deg); }
.roadmap-card--live { color: var(--paper); background: var(--orange); }
.roadmap-card--live:hover { background: var(--orange-dark); }
.roadmap-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.roadmap-card__head b { padding: 5px 7px; color: var(--ink); background: var(--lime); font-size: 7px; }
.roadmap-card__number { display: block; margin: 24px 0 44px; color: transparent; font-family: var(--display); font-size: 83px; line-height: .8; -webkit-text-stroke: 1.5px currentColor; opacity: .5; }
.roadmap-card h3 { min-height: 70px; margin-bottom: 14px; font-size: clamp(24px, 2.25vw, 35px); line-height: .92; letter-spacing: -.045em; }
.roadmap-card p { min-height: 87px; margin-bottom: 22px; color: inherit; font-size: 10px; line-height: 1.65; opacity: .72; }
.roadmap-card ul { display: grid; gap: 8px; margin: 0; padding: 16px 0 0; border-top: 1px solid currentColor; list-style: none; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.roadmap-card li::before { content: "↳"; margin-right: 7px; color: var(--orange); }
.roadmap-card--live li::before { color: var(--lime); }

.chart { padding-bottom: clamp(120px, 11vw, 170px); }
.section-head--chart { margin-bottom: 45px; }
.chart__intro { max-width: 390px; margin-bottom: 2px; }
.chart__intro p { color: #55554d; font-size: 11px; line-height: 1.7; }
.inline-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 2px solid var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.inline-link span { color: var(--orange); font-size: 16px; }
.terminal { overflow: hidden; background: var(--ink); color: var(--paper); border: 2px solid var(--ink); box-shadow: 13px 13px 0 var(--orange); }
.terminal__bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 51px; padding: 0 17px; border-bottom: 1px solid rgba(240,234,219,.17); color: #929287; font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.terminal__bar > b { justify-self: end; display: flex; align-items: center; gap: 8px; color: var(--lime); font-size: 8px; }
.terminal__lights { display: flex; gap: 6px; }
.terminal__lights i { display: block; width: 9px; height: 9px; border: 1px solid #77776f; border-radius: 50%; }
.terminal__lights i:first-child { background: var(--orange); border-color: var(--orange); }
.terminal__body { display: flex; min-height: min(63vw, 720px); background-color: #0d110e; background-image: linear-gradient(rgba(202,255,54,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(202,255,54,.045) 1px, transparent 1px); background-size: 28px 28px; }
.terminal__body iframe { flex: 1 1 auto; width: 100%; min-height: inherit; border: 0; background: #0d110e; }
.chart-placeholder { flex: 1 1 auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: inherit; padding: 45px 24px; text-align: center; }
.chart-placeholder[hidden] { display: none; }
.chart-placeholder::before { content: ""; position: absolute; width: 380px; height: 380px; background: var(--lime); border-radius: 50%; filter: blur(150px); opacity: .09; }
.chart-placeholder img { position: relative; width: 84px; height: 84px; margin-bottom: 15px; object-fit: contain; }
.chart-placeholder > span { position: relative; color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.chart-placeholder h3 { position: relative; margin: 17px 0 12px; font-size: clamp(32px, 4vw, 58px); line-height: .92; letter-spacing: -.04em; }
.chart-placeholder p { position: relative; max-width: 480px; margin-bottom: 25px; color: #85857b; font-size: 10px; line-height: 1.7; }
.chart-placeholder code, .chart__intro code { color: var(--orange); font-family: inherit; }
.chart-placeholder .action { position: relative; grid-template-columns: minmax(0, 1fr) auto; min-width: 320px; color: var(--ink); text-align: left; }
.terminal__foot { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 49px; border-top: 1px solid rgba(240,234,219,.17); color: #74746c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.terminal__foot span { display: flex; align-items: center; padding: 0 15px; border-right: 1px solid rgba(240,234,219,.17); }
.terminal__foot span:last-child { border-right: 0; }
.terminal__foot strong { margin-left: 7px; color: var(--paper); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 120px; padding: 25px max(22px, calc((100vw - 1500px) / 2)); background: var(--ink); color: var(--paper); border-top: 1px solid rgba(240,234,219,.14); }
.site-footer p { margin: 0; color: #83837a; font-size: 8px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; align-items: center; gap: 22px; color: #aaa99f; font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { transition: color .2s ease; }
.footer-links a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease, transform .72s cubic-bezier(.18,.8,.22,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: translateY(0); }
.reveal--late { transition-delay: .12s; }
.reveal--step-1 { transition-delay: .08s; }
.reveal--step-2 { transition-delay: .16s; }
.reveal--step-3 { transition-delay: .24s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(202,255,54,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; justify-content: center; padding: 12px 20px; background: var(--ink); border-top: 1px solid rgba(240,234,219,.12); }
  .hero { grid-template-columns: 1fr 1fr; padding-top: 95px; }
  h1 { font-size: clamp(61px, 8vw, 94px); }
  .hero__visual { min-height: 530px; }
  .stamp--top { right: -3%; width: 94px; height: 94px; font-size: 16px; }
  .scribble { display: none; }
  .roadmap__grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap-card { min-height: 430px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 66px; }
  .site-header { min-height: 66px; padding-inline: 14px; }
  .logo__mark { width: 40px; height: 40px; }
  .logo__mark img { width: 51px; height: 51px; }
  .logo__type strong { font-size: 12px; }
  .logo__type small { font-size: 7px; }
  .header-buy { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); transform-origin: center; }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); transform-origin: center; }
  .site-nav { top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px 14px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { justify-content: space-between; padding: 15px 4px; border-bottom: 1px solid rgba(240,234,219,.13); }
  .site-nav a span { order: 2; }
  .panel { width: calc(100% - 32px); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 62px 0 70px; }
  .hero::before { top: 47%; left: 10%; width: 80vw; height: 80vw; }
  .hero__copy { padding-bottom: 45px; }
  .hero__serial { display: none; }
  h1 { font-size: clamp(58px, 15.5vw, 98px); }
  .hero__visual { min-height: auto; padding: 18px 15px 60px; }
  .photo-frame { width: min(100%, 580px); box-shadow: 10px 10px 0 var(--ink); }
  .stamp--top { top: -2%; right: 0; }
  .stamp--bottom { bottom: 20px; left: -5px; }
  .hero__footer { position: static; grid-column: 1; margin-top: 15px; }
  .section-head { display: grid; gap: 25px; margin-bottom: 42px; }
  .section-head > p, .chart__intro { max-width: 520px; }
  .roadmap { padding-top: 110px; padding-bottom: 110px; }
  .terminal__bar { grid-template-columns: auto 1fr; gap: 18px; }
  .terminal__bar > span:nth-child(2) { display: none; }
  .terminal__body { min-height: 570px; }
  .terminal__foot { grid-template-columns: 1fr; }
  .terminal__foot span { min-height: 39px; border-right: 0; border-bottom: 1px solid rgba(240,234,219,.14); }
  .terminal__foot span:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; order: 3; text-align: left; }
}

@media (max-width: 540px) {
  .hero { padding-top: 48px; }
  .kicker { margin-bottom: 18px; font-size: 7px; }
  h1 { font-size: clamp(52px, 17vw, 82px); }
  h1 span:nth-child(2) { transform: translateX(4%); }
  h1 span:nth-child(3) { transform: translateX(8%); }
  .hero__intro { font-size: 11px; }
  .hero__actions { grid-template-columns: 1fr; }
  .action { min-height: 64px; }
  .photo-frame { padding: 8px 8px 0; }
  .photo-frame::after { inset: 8px 8px 49px; }
  .photo-frame__caption { padding-inline: 2px; font-size: 6px; }
  .photo-frame__caption span:last-child { display: none; }
  .photo-frame__tape { width: 82px; height: 21px; }
  .stamp--top { width: 78px; height: 78px; font-size: 13px; box-shadow: 4px 4px 0 var(--ink); }
  .stamp--bottom { width: 86px; height: 64px; box-shadow: 4px 4px 0 var(--ink); }
  .stamp--bottom b { font-size: 17px; }
  .hero__footer { align-items: flex-end; gap: 20px; }
  .hero__footer > span { max-width: 55%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ticker__track { padding: 13px 0; }
  .section-head h2 { font-size: clamp(46px, 14vw, 72px); }
  .roadmap__grid { grid-template-columns: 1fr; }
  .roadmap-card { min-height: 400px; }
  .roadmap-card__number { margin-bottom: 32px; }
  .terminal { box-shadow: 7px 7px 0 var(--orange); }
  .terminal__body { min-height: 520px; }
  .chart-placeholder img { width: 68px; height: 68px; }
  .chart-placeholder .action { min-width: 0; width: 100%; }
  .site-footer { display: grid; grid-template-columns: 1fr; gap: 22px; padding-block: 34px; }
  .footer-links { justify-self: start; }
}

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

[hidden] { display: none !important; }
