:root {
  color-scheme: light;
  --paper: #f5f0e6;
  --paper-deep: #e8dfce;
  --ink: #122333;
  --ink-soft: #4f5c64;
  --blue: #92d4ef;
  --blue-deep: #245c88;
  --yellow: #f3c948;
  --orange: #e58245;
  --line: rgba(18, 35, 51, 0.18);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--yellow); }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  transform: translateY(-150%);
  border: 2px solid var(--ink);
  background: var(--paper);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  height: 84px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5.4vw, 84px);
  border-bottom: 1px solid rgba(18, 35, 51, 0.1);
  background: rgba(245, 240, 230, 0.96);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: block; width: 53px; height: 53px; object-fit: contain; }
.brand-name { font-family: var(--display); font-size: 19px; font-weight: 900; line-height: 0.86; letter-spacing: 0.045em; }
.brand-name b { color: var(--blue-deep); font-weight: 900; }
.main-nav { display: flex; gap: clamp(22px, 4vw, 62px); align-items: center; margin-left: 62px; }
.main-nav a { color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; transition: color 160ms ease; }
.main-nav a span { margin-right: 8px; color: var(--orange); font-family: var(--display); font-size: 16px; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue-deep); }
.buy-button { display: inline-flex; min-width: 116px; height: 46px; align-items: center; justify-content: center; gap: 18px; border: 2px solid var(--ink); border-radius: 4px; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-family: var(--display); font-size: 20px; font-weight: 900; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; transition: transform 150ms ease, box-shadow 150ms ease; }
.buy-button span { font: 700 16px var(--body); }
.buy-button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero { position: relative; display: flex; min-height: min(790px, calc(100svh - 84px)); min-height: max(680px, min(790px, calc(100svh - 84px))); align-items: center; overflow: hidden; isolation: isolate; background: #81c8ed; }
.hero-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.hero-copy { width: min(100%, 630px); padding: 62px 0 72px clamp(28px, 8.2vw, 126px); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(229, 130, 69, 0.16); }
.hero h1, .section-heading h2, .chart-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(68px, 8.5vw, 124px); font-weight: 900; line-height: 0.79; letter-spacing: -0.035em; text-transform: uppercase; }
.hero h1 span { color: var(--blue-deep); }
.hero-intro { max-width: 400px; margin: 26px 0 17px; color: #314451; font-size: 15px; line-height: 1.65; }
.ticker { margin: 0 0 23px; color: var(--blue-deep); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; }
.ticker span { padding: 0 7px; color: var(--orange); }
.social-links { display: grid; width: min(100%, 338px); gap: 9px; }
.social-button { display: flex; min-height: 48px; align-items: center; gap: 13px; padding: 0 14px; border: 1px solid rgba(18, 35, 51, 0.42); border-radius: 3px; background: rgba(245, 240, 230, 0.81); box-shadow: 2px 2px 0 rgba(18, 35, 51, 0.85); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease; }
.social-button:hover, .social-button:focus-visible { transform: translate(2px, 2px); background: #fffaf0; box-shadow: 0 0 0 rgba(18, 35, 51, 0.85); }
.social-icon { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; }
.social-icon svg { display: block; width: 22px; height: 22px; fill: currentColor; }
.social-pump .social-icon { width: 25px; height: 25px; color: var(--ink); }
.pump-icon svg { width: 22px; height: 22px; }
.social-x .social-icon { color: #000; }
.social-dex .dex-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.social-telegram .social-icon { color: #229ed9; }
.button-arrow { margin-left: auto; color: var(--ink-soft); font-size: 15px; font-weight: 500; }
.hero-scroll { position: absolute; bottom: 26px; left: clamp(28px, 8.2vw, 126px); display: flex; align-items: center; gap: 10px; color: rgba(18, 35, 51, 0.7); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.scroll-line { width: 33px; height: 1px; background: currentColor; }
.hero-stamp { position: absolute; right: clamp(26px, 6vw, 92px); bottom: 28px; display: grid; width: 75px; height: 75px; place-content: center; transform: rotate(8deg); border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-family: var(--display); font-size: 15px; font-weight: 900; line-height: 0.88; text-align: center; }

.section-pad { padding: 118px clamp(24px, 7.7vw, 118px) 106px; }
.roadmap { position: relative; overflow: hidden; background-color: var(--paper); background-image: radial-gradient(rgba(18, 35, 51, 0.12) 0.8px, transparent 0.8px); background-position: 9px 10px; background-size: 22px 22px; }
.section-heading { position: relative; z-index: 1; margin: 0 auto 62px; max-width: 1260px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-heading h2, .chart-intro h2 { font-size: clamp(65px, 8vw, 110px); line-height: 0.85; }
.heading-period { color: var(--orange); }
.section-note { margin: 0 1.3% 7px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.roadmap-track { position: relative; display: grid; max-width: 1260px; grid-template-columns: 1fr 54px 1fr 54px 1fr; align-items: center; gap: 12px; margin: auto; }
.roadmap-track::before { position: absolute; top: 49px; right: 4.5%; left: 4.5%; height: 2px; background: repeating-linear-gradient(90deg, rgba(18, 35, 51, 0.36) 0 8px, transparent 8px 16px); content: ""; }
.road-card { position: relative; z-index: 1; min-height: 394px; padding: 24px 25px 23px; border: 1.5px solid var(--ink); border-radius: 3px; background: #fbf8f1; box-shadow: 5px 5px 0 var(--ink); }
.road-card-two { transform: translateY(21px); background: #e2f2f8; }
.road-card-three { background: #fae8d9; }
.road-card-top { display: flex; align-items: center; justify-content: space-between; }
.road-number { font-family: var(--display); font-size: 30px; font-weight: 900; }
.road-tag { padding: 5px 8px; border: 1px solid currentColor; border-radius: 99px; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; }
.road-icon { display: grid; width: 64px; height: 64px; place-items: center; margin: 21px 0 18px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 32px; line-height: 1; }
.road-icon-sun { background: #92d4ef; }
.road-icon-star { background: #eca878; }
.road-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: 32px; font-weight: 900; line-height: 0.95; text-transform: uppercase; }
.road-card p { min-height: 70px; margin: 0 0 14px; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.road-card ul { display: grid; gap: 8px; margin: 0; padding: 14px 0 0; border-top: 1px dashed var(--line); list-style: none; }
.road-card li { position: relative; padding-left: 17px; font-size: 11px; font-weight: 600; }
.road-card li::before { position: absolute; left: 0; color: var(--orange); content: "✓"; font-weight: 900; }
.track-connector { position: relative; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; justify-self: center; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 18px; }
.roadmap-footnote { max-width: 1260px; margin: 48px auto 0; color: var(--ink-soft); font-size: 10px; letter-spacing: 0.035em; }

.chart-section { display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.6fr); gap: clamp(40px, 7vw, 100px); align-items: center; overflow: hidden; background: var(--ink); color: var(--paper); }
.eyebrow-light { color: #d4dfdf; }
.eyebrow-light .eyebrow-dot { background: var(--yellow); box-shadow: 0 0 0 4px rgba(243, 201, 72, 0.17); }
.chart-intro h2 { margin-bottom: 24px; font-size: clamp(59px, 6.5vw, 88px); }
.chart-intro > p:not(.eyebrow) { max-width: 320px; margin: 0; color: #bdc9cd; font-size: 13px; line-height: 1.75; }
.chart-intro code, .placeholder-message code { padding: 1px 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.11); color: #fff2c4; font-family: ui-monospace, Consolas, monospace; font-size: 0.92em; }
.chart-link { display: inline-flex; gap: 12px; margin-top: 21px; padding-bottom: 5px; border-bottom: 1px solid var(--yellow); color: var(--yellow); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-decoration: none; }
.chart-token { display: flex; align-items: center; gap: 11px; margin-top: 62px; padding-top: 17px; border-top: 1px solid rgba(245, 240, 230, 0.2); }
.chart-token img { width: 44px; height: 44px; border: 1px solid rgba(245, 240, 230, 0.4); border-radius: 50%; object-fit: contain; background: var(--paper); }
.chart-token b, .chart-token small { display: block; }
.chart-token b { font-size: 10px; letter-spacing: 0.07em; }
.chart-token small { margin-top: 4px; color: #aebdc2; font-size: 10px; }
.chart-window { min-width: 0; overflow: hidden; border: 1px solid #52616d; border-radius: 5px; background: #111b24; box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.2); }
.chart-window-bar { display: flex; height: 50px; align-items: center; gap: 18px; padding: 0 16px; border-bottom: 1px solid #34414c; color: #d7e1e6; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }
.window-brand { display: flex; align-items: center; gap: 8px; }
.window-brand-icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 5px; background: #e5a13c; color: #17212a; font-size: 17px; }
.window-live { display: flex; align-items: center; gap: 7px; margin-left: auto; color: #9baeb4; font-size: 9px; }
.window-live i { width: 6px; height: 6px; border-radius: 50%; background: #91d67d; box-shadow: 0 0 9px #91d67d; }
.window-live.is-unconfigured i { background: var(--yellow); box-shadow: none; }
.chart-window-bar > a { color: #aab8bd; font-size: 17px; text-decoration: none; }
.chart-placeholder { position: relative; min-height: 420px; overflow: hidden; background: repeating-linear-gradient(0deg, transparent 0 52px, rgba(175, 194, 201, 0.07) 52px 53px), repeating-linear-gradient(90deg, transparent 0 78px, rgba(175, 194, 201, 0.06) 78px 79px), #141f29; }
.placeholder-grid { position: absolute; inset: 34px 24px 30px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(175, 194, 201, 0.15); }
.placeholder-grid > span { width: 1px; height: 100%; border-left: 1px dashed rgba(175, 194, 201, 0.1); }
.placeholder-grid svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.32; }
.placeholder-grid path { fill: none; stroke: #83bd77; stroke-dasharray: 7 8; stroke-width: 2; }
.placeholder-message { position: absolute; top: 50%; left: 50%; width: min(360px, calc(100% - 40px)); transform: translate(-50%, -50%); text-align: center; }
.placeholder-symbol { display: grid; width: 42px; height: 42px; place-items: center; margin: auto auto 14px; border: 1px solid rgba(243, 201, 72, 0.65); border-radius: 50%; color: var(--yellow); font-size: 20px; }
.placeholder-message p { margin: 0 0 9px; color: #f3efe5; font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: 0.05em; }
.placeholder-message small { color: #9cabb1; font-size: 11px; line-height: 1.6; }
.chart-watermark { position: absolute; right: 26px; bottom: 18px; color: rgba(204, 218, 222, 0.32); font-size: 9px; font-weight: 700; letter-spacing: 0.17em; }
.dex-frame { display: block; width: 100%; height: 484px; border: 0; background: #111b24; }
.dex-frame[hidden] { display: none; }
.chart-window-footer { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 15px; border-top: 1px solid #34414c; color: #8fa0a7; font-size: 8px; font-weight: 700; letter-spacing: 0.14em; }
.chart-window-footer i { margin-left: 4px; color: var(--yellow); font-size: 12px; font-style: normal; }

.site-footer { display: flex; min-height: 102px; align-items: center; justify-content: space-between; gap: 22px; padding: 16px clamp(24px, 7.7vw, 118px); background: #0c1924; color: var(--paper); }
.brand-footer .brand-mark { width: 44px; height: 44px; }
.brand-footer .brand-name { font-size: 16px; }
.brand-footer .brand-name b { color: var(--yellow); }
.site-footer p { margin: 0; color: #d9e0df; font-size: 11px; }
.site-footer p span { display: block; margin-top: 6px; color: #829198; font-size: 9px; letter-spacing: 0.08em; }
.back-top { color: var(--yellow); font-size: 10px; font-weight: 700; text-decoration: none; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1000px) {
  .main-nav { gap: 22px; margin-left: 0; }
  .main-nav a { font-size: 10px; }
  .hero { min-height: 710px; }
  .hero-copy { padding-left: 6vw; }
  .roadmap-track { grid-template-columns: 1fr 34px 1fr 34px 1fr; gap: 8px; }
  .road-card { min-height: 414px; padding: 20px 17px; }
  .chart-section { grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.4fr); gap: 36px; }
}

@media (max-width: 760px) {
  :root { scroll-padding-top: 71px; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand { gap: 7px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 16px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 0; }
  .main-nav a span { margin: 0; font-size: 15px; }
  .buy-button { min-width: 83px; height: 39px; gap: 10px; font-size: 17px; }
  .hero { min-height: 730px; align-items: flex-start; }
  .hero-art { object-position: 60% center; }
  .hero-copy { width: 100%; padding: 66px 25px 90px; }
  .hero h1 { font-size: clamp(68px, 13vw, 98px); }
  .hero-intro { max-width: 360px; }
  .social-links { width: min(100%, 345px); }
  .hero-scroll { left: 25px; }
  .hero-stamp { right: 24px; bottom: 20px; width: 66px; height: 66px; font-size: 13px; }
  .section-pad { padding: 83px 24px 76px; }
  .section-heading { margin-bottom: 38px; }
  .heading-row { align-items: start; flex-direction: column; gap: 14px; }
  .section-heading h2 { font-size: clamp(66px, 13vw, 92px); }
  .section-note { margin: 0; }
  .roadmap-track { grid-template-columns: 1fr; gap: 22px; }
  .roadmap-track::before { top: 35px; bottom: 35px; left: 22px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, rgba(18, 35, 51, 0.36) 0 8px, transparent 8px 16px); }
  .road-card { min-height: unset; padding: 22px; }
  .road-card-two { transform: none; }
  .road-card p { min-height: unset; }
  .road-card ul { grid-template-columns: 1fr 1fr; column-gap: 10px; }
  .track-connector { position: absolute; left: 5px; width: 35px; height: 35px; }
  .track-connector:nth-child(2) { top: calc(33.333% - 19px); }
  .track-connector:nth-child(4) { top: calc(66.666% - 20px); }
  .roadmap-footnote { margin-top: 32px; line-height: 1.55; }
  .chart-section { grid-template-columns: 1fr; gap: 40px; }
  .chart-intro h2 { font-size: clamp(62px, 12vw, 88px); }
  .chart-token { max-width: 280px; margin-top: 36px; }
  .chart-window { margin: 0 -4px; }
  .chart-placeholder { min-height: 370px; }
  .dex-frame { height: 410px; }
  .site-footer { flex-wrap: wrap; min-height: 130px; padding: 20px 24px; }
  .site-footer p { order: 3; width: 100%; }
}

@media (max-width: 440px) {
  .main-nav { gap: 10px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: 14px; }
  .buy-button { min-width: 72px; }
  .hero { min-height: 745px; }
  .hero-copy { padding: 61px 21px 90px; }
  .hero h1 { font-size: 67px; }
  .hero-intro { margin-top: 22px; font-size: 13px; }
  .social-button { min-height: 46px; }
  .hero-scroll { left: 21px; font-size: 9px; }
  .road-card ul { grid-template-columns: 1fr; }
  .chart-window-bar { padding: 0 10px; }
  .window-brand { font-size: 9px; }
  .chart-window-footer { padding: 0 9px; font-size: 7px; }
}

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

/* Keep each primary section inside the visible space below the sticky header. */
:root { --header-height: 84px; scroll-padding-top: calc(var(--header-height) + 2px); }
.site-header { height: var(--header-height); }
.hero { height: calc(100vh - var(--header-height)); height: calc(100svh - var(--header-height)); min-height: 0; }
.roadmap {
  display: flex;
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(20px, 4.5svh, 60px);
}
.section-heading { margin-bottom: clamp(20px, 3.5svh, 42px); }
.roadmap-track { width: 100%; margin: 0 auto; }
.road-card { min-height: clamp(270px, calc(100svh - 440px), 360px); }
.road-card-two { transform: translateY(14px); }
.roadmap-footnote { margin-top: clamp(16px, 2.6svh, 28px); }
.chart-section {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  min-height: 0;
  padding-block: clamp(24px, 5svh, 64px);
}
.chart-placeholder { height: clamp(250px, 48svh, 420px); min-height: 0; }
.dex-frame { height: clamp(300px, 53svh, 484px); }
.chart-token { margin-top: clamp(24px, 5svh, 62px); }

@media (max-height: 760px) and (min-width: 761px) {
  .hero-copy { padding-top: 30px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(72px, 12vh, 94px); }
  .hero-intro { margin-top: 18px; margin-bottom: 12px; font-size: 13px; }
  .ticker { margin-bottom: 14px; }
  .social-links { gap: 6px; }
  .social-button { min-height: 40px; }
  .road-card { padding: 15px 17px; }
  .road-card-top { min-height: 28px; }
  .road-icon { width: 46px; height: 46px; margin: 10px 0 12px; font-size: 25px; }
  .road-card h3 { margin-bottom: 6px; font-size: 27px; }
  .road-card p { min-height: 0; margin-bottom: 8px; font-size: 11px; line-height: 1.45; }
  .road-card ul { gap: 5px; padding-top: 8px; }
  .road-card li { font-size: 10px; }
  .chart-placeholder { height: clamp(190px, calc(100svh - 500px), 270px); }
  .dex-frame { height: clamp(240px, calc(100svh - 450px), 340px); }
  .chart-token { margin-top: 22px; }
}

@media (max-width: 760px) {
  :root { --header-height: 70px; scroll-padding-top: calc(var(--header-height) + 2px); }
  .site-header { height: var(--header-height); }
  .main-nav { gap: clamp(7px, 1.7vw, 13px); }
  .main-nav a { font-size: clamp(8px, 1.3vw, 10px); letter-spacing: 0.015em; white-space: nowrap; }
  .main-nav a span { display: none; }
  .hero { height: calc(100vh - var(--header-height)); height: calc(100svh - var(--header-height)); min-height: 0; }
  .roadmap {
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
    padding: clamp(18px, 3.5svh, 30px) 24px;
  }
  .section-heading { margin: 0 0 clamp(16px, 3svh, 28px); }
  .heading-row { flex-direction: row; align-items: end; justify-content: space-between; gap: 14px; }
  .section-heading h2 { font-size: clamp(60px, 11vw, 82px); }
  .section-note { max-width: 175px; font-size: 11px; line-height: 1.45; }
  .roadmap-track {
    display: flex;
    width: calc(100% + 48px);
    max-width: none;
    gap: 12px;
    margin: 0 -24px;
    overflow-x: auto;
    padding: 4px 24px 14px;
    scroll-padding-inline: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--orange) rgba(18, 35, 51, 0.12);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .roadmap-track::before { display: none; }
  .road-card { flex: 0 0 min(78vw, 340px); min-height: 0; padding: 18px 20px; scroll-snap-align: start; }
  .road-card-two { transform: none; }
  .road-card-top { min-height: 28px; }
  .road-icon { width: 48px; height: 48px; margin: 12px 0; font-size: 26px; }
  .road-card h3 { font-size: 28px; }
  .road-card p { min-height: 0; margin-bottom: 10px; font-size: 11px; line-height: 1.5; }
  .road-card ul { gap: 6px; padding-top: 10px; }
  .road-card li { font-size: 10px; }
  .track-connector { position: static; width: 28px; height: 28px; flex: 0 0 28px; align-self: center; font-size: 14px; }
  .roadmap-footnote { margin: 12px 0 0; font-size: 9px; line-height: 1.4; }
  .chart-section {
    display: flex;
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
    flex-direction: column;
    justify-content: center;
    gap: clamp(12px, 2.5svh, 22px);
    padding: clamp(18px, 3.5svh, 30px) 24px;
  }
  .chart-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 14px; align-items: end; }
  .chart-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 6px; }
  .chart-intro h2 { grid-column: 1; grid-row: 2; margin: 0; font-size: clamp(54px, 10vw, 72px); }
  .chart-intro > p:not(.eyebrow) { grid-column: 1 / -1; margin: 8px 0 0; font-size: 11px; line-height: 1.45; }
  .chart-link { grid-column: 2; grid-row: 2; align-self: end; margin: 0 0 7px; font-size: 9px; white-space: nowrap; }
  .chart-token { display: none; }
  .chart-window { display: flex; width: 100%; min-height: 0; flex: 0 1 auto; flex-direction: column; margin: 0; }
  .chart-window-bar { height: 42px; min-height: 42px; }
  .chart-placeholder { height: clamp(200px, 38svh, 330px); min-height: 0; flex: 0 1 auto; }
  .dex-frame { height: clamp(220px, 40svh, 380px); flex: 0 1 auto; }
  .chart-window-footer { min-height: 34px; }
}

@media (max-width: 440px) {
  .hero-copy { padding-top: clamp(34px, 7svh, 61px); padding-bottom: 68px; }
  .hero h1 { font-size: clamp(57px, 15.5vw, 67px); }
  .section-note { max-width: 138px; font-size: 10px; }
  .road-card { flex-basis: 82vw; }
  .chart-intro h2 { font-size: 54px; }
  .chart-intro > p:not(.eyebrow) { font-size: 10px; }
  .chart-link { gap: 6px; font-size: 8px; }
}

@media (max-width: 360px) {
  .main-nav { gap: 6px; }
  .main-nav a { font-size: 7px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 12px; }
  .buy-button { min-width: 60px; height: 36px; }
}

@media (max-height: 760px) and (max-width: 760px) {
  .hero-copy { padding-top: 26px; padding-bottom: 55px; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { font-size: clamp(52px, 9svh, 68px); }
  .hero-intro { margin: 13px 0 9px; font-size: 11px; line-height: 1.4; }
  .ticker { margin-bottom: 11px; font-size: 9px; }
  .social-links { gap: 5px; }
  .social-button { min-height: 36px; }
  .hero-scroll { bottom: 14px; }
  .hero-stamp { width: 55px; height: 55px; font-size: 11px; }
  .roadmap { padding-block: 14px; }
  .section-heading { margin-bottom: 12px; }
  .section-heading .eyebrow { margin-bottom: 7px; }
  .section-heading h2 { font-size: 56px; }
  .road-card { padding: 14px 18px; }
  .road-icon { width: 40px; height: 40px; margin: 8px 0; font-size: 22px; }
  .road-card h3 { font-size: 25px; }
  .road-card p { font-size: 10px; }
  .road-card ul { gap: 4px; padding-top: 8px; }
  .chart-section { padding-block: 14px; gap: 10px; }
  .chart-intro .eyebrow { margin-bottom: 2px; }
  .chart-intro h2 { font-size: 50px; }
  .chart-intro > p:not(.eyebrow) { margin-top: 5px; font-size: 9px; }
  .chart-link { margin-bottom: 5px; }
  .chart-window-bar { height: 36px; min-height: 36px; }
  .chart-placeholder { height: clamp(180px, 34svh, 260px); }
  .dex-frame { height: clamp(200px, 37svh, 290px); }
  .chart-window-footer { min-height: 28px; }
}

/* Hero copy and platform links: approximately 20% larger. */
.hero-copy { padding-top: clamp(24px, 5svh, 50px); padding-bottom: clamp(30px, 5.5svh, 55px); }
.hero-copy .eyebrow { gap: 11px; margin-bottom: 22px; font-size: 13px; }
.hero-copy .eyebrow-dot { width: 10px; height: 10px; }
.hero-copy h1 { font-size: clamp(82px, 10.2vw, 149px); line-height: 0.66; }
.hero-copy .hero-intro { max-width: 480px; margin: 31px 0 20px; font-size: 18px; line-height: 1.4; }
.hero-copy .ticker { margin-bottom: 28px; font-size: 12px; }
.hero-copy .social-links { width: min(100%, 414px); gap: 11px; }
.hero-copy .social-button { min-height: 58px; gap: 16px; padding-inline: 17px; font-size: 13px; }
.hero-copy .social-icon { width: 29px; height: 29px; }
.hero-copy .social-icon svg { width: 26px; height: 26px; }
.hero-copy .button-arrow { font-size: 18px; }

@media (max-width: 760px) {
  .hero-copy { padding: 20px 25px 34px; }
  .hero-copy h1 { font-size: clamp(82px, 15.6vw, 118px); }
  .hero-copy .hero-intro { font-size: clamp(15.6px, 2.9vw, 18px); }
  .hero-copy .social-links { width: min(100%, 414px); }
}

@media (max-width: 440px) {
  .hero-copy { padding-inline: 21px; }
  .hero-copy h1 { font-size: clamp(68px, 18.6vw, 80px); }
}

@media (max-height: 760px) and (min-width: 761px) {
  .hero-copy { padding-top: 18px; padding-bottom: 32px; }
  .hero-copy h1 { font-size: clamp(86px, 14.4vh, 113px); }
  .hero-copy .eyebrow { margin-bottom: 12px; }
  .hero-copy .hero-intro { margin: 18px 0 10px; font-size: 15.6px; }
  .hero-copy .ticker { margin-bottom: 15px; }
  .hero-copy .social-links { gap: 7px; }
  .hero-copy .social-button { min-height: 48px; }
}

@media (max-height: 760px) and (max-width: 760px) {
  .hero-copy { padding-top: 14px; padding-bottom: 28px; }
  .hero-copy .eyebrow { margin-bottom: 6px; }
  .hero-copy h1 { font-size: clamp(62px, 10.8svh, 82px); }
  .hero-copy .hero-intro { margin: 8px 0 5px; font-size: 13.2px; }
  .hero-copy .ticker { margin-bottom: 6px; font-size: 10.8px; }
  .hero-copy .social-links { gap: 6px; }
  .hero-copy .social-button { min-height: 43px; }
}

[hidden] { display: none !important; }
