:root {
  --ink: #102016;
  --paper: #f3eddf;
  --paper-deep: #e1d6bf;
  --lime: #d7fb32;
  --foneton-green: #5dc92b;
  --orange: #ff6335;
  --line: rgba(16, 32, 22, .22);
  --display: "Bowlby One SC", Impact, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
.page-noise {
  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='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.26'/%3E%3C/svg%3E");
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 20;
  mix-blend-mode: multiply;
  opacity: .16;
}

.site-header {
  height: 88px;
  align-items: center;
  background: rgba(243, 237, 223, .91);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 clamp(18px, 4vw, 72px);
  position: relative;
  z-index: 5;
}
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 20px; gap: 10px; letter-spacing: -.04em; width: fit-content; }
.brand img { height: 52px; object-fit: contain; width: 52px; }
.site-nav { align-items: center; display: flex; gap: clamp(16px, 3vw, 42px); }
.site-nav a { font-size: 11px; font-weight: 500; letter-spacing: .08em; white-space: nowrap; }
.site-nav a span { color: var(--foneton-green); font-size: 9px; margin-right: 5px; }
.site-nav a:hover, .text-link:hover { color: var(--orange); }
.header-buy { justify-self: end; }

.button { align-items: center; border: 2px solid var(--ink); display: inline-flex; font-family: var(--display); font-size: 12px; gap: 8px; justify-content: center; letter-spacing: .02em; min-height: 48px; padding: 8px 16px; transition: transform .17s ease, box-shadow .17s ease, background .17s ease; }
.button img { height: 25px; object-fit: contain; width: 25px; }
.button:hover { box-shadow: 5px 5px 0 var(--ink); transform: translate(-2px, -2px); }
.button--lime { background: var(--lime); }
.button--ink { background: var(--ink); color: var(--paper); }

.hero { background: var(--paper); display: grid; grid-template-columns: minmax(240px, .9fr) minmax(440px, 1.15fr) minmax(350px, 1fr); min-height: calc(100svh - 88px); overflow: hidden; padding: clamp(42px, 8vh, 110px) clamp(18px, 6vw, 112px) 88px; position: relative; }
.hero::before { border: 1px solid var(--line); border-radius: 50%; content: ""; height: min(55vw, 840px); position: absolute; right: -17vw; top: 7%; width: min(55vw, 840px); }
.hero::after { border: 1px solid var(--line); border-radius: 50%; content: ""; height: min(34vw, 520px); position: absolute; right: 8vw; top: 17%; width: min(34vw, 520px); }
.hero__rays { background: repeating-conic-gradient(from 202deg at 78% 53%, rgba(215,251,50,.57) 0 9deg, transparent 9deg 21deg); height: 1000px; opacity: .32; pointer-events: none; position: absolute; right: -400px; top: -290px; width: 1000px; }
.hero__ticker { background: var(--lime); border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); bottom: 0; color: var(--ink); font-family: var(--display); font-size: 14px; left: 0; letter-spacing: .05em; overflow: hidden; padding: 9px 0 7px; position: absolute; transform: rotate(-1.35deg) scale(1.03); white-space: nowrap; width: 100%; z-index: 4; }
.hero__ticker div { animation: ticker 17s linear infinite; display: inline-block; }
@keyframes ticker { to { transform: translateX(-31%); } }

.social-dock { align-self: center; display: grid; gap: 8px; position: relative; width: min(186px, 100%); z-index: 2; }
.dock-link { align-items: center; border: 1px solid var(--line); display: flex; font-size: 10px; font-weight: 500; gap: 10px; min-height: 47px; padding: 7px 11px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.dock-link:hover { background: rgba(215,251,50,.55); border-color: var(--ink); transform: translateX(5px); }
.dock-link img, .dock-link svg { height: 25px; width: 25px; }
.dock-link img { object-fit: contain; }
.dock-link svg { fill: var(--ink); }
.dock-link--buy { background: var(--lime); border-color: var(--ink); font-family: var(--display); }
.dock-link--chart { background: var(--ink); color: var(--paper); }

.hero__copy { align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker { align-items: center; display: flex; font-size: 10px; font-weight: 500; gap: 10px; letter-spacing: .11em; margin: 0 0 15px; }
.eyebrow span { background: var(--orange); border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
h1 { font-size: clamp(58px, 8.4vw, 148px); margin: 0; position: relative; z-index: 1; }
h1 em, h2 em { color: var(--foneton-green); font-style: normal; -webkit-text-stroke: 1px var(--ink); text-shadow: 3px 3px 0 var(--lime); }
.hero__description { font-size: 13px; line-height: 1.65; margin: 24px 0 28px; max-width: 360px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 23px; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 500; letter-spacing: .08em; padding-bottom: 4px; }
.text-link span { color: var(--foneton-green); font-size: 17px; padding-left: 5px; }

.hero__character { align-self: end; height: min(68vh, 690px); margin: 0; min-height: 440px; position: relative; z-index: 1; }
.hero__character > img { bottom: -32px; filter: drop-shadow(18px 18px 0 rgba(16,32,22,.13)); height: 100%; object-fit: contain; object-position: center bottom; position: absolute; right: 0; width: 100%; z-index: 2; }
.hero__character::before { background: var(--lime); border: 2px solid var(--ink); border-radius: 50%; content: ""; height: min(27vw, 410px); position: absolute; right: 2%; top: 4%; width: min(27vw, 410px); z-index: 0; }
.hero__character figcaption { bottom: 12px; font-size: 9px; font-weight: 500; left: 50%; letter-spacing: .12em; position: absolute; transform: translateX(-50%) rotate(-3deg); white-space: nowrap; z-index: 4; }
.hero__facts { align-self: end; display: grid; gap: 20px; padding-bottom: 17px; position: relative; z-index: 2; }
.hero__facts div { border-bottom: 1px solid var(--line); display: grid; gap: 5px; padding-bottom: 10px; }
.hero__facts span { color: rgba(16,32,22,.65); font-size: 9px; letter-spacing: .1em; }
.hero__facts strong { font-family: var(--display); font-size: 18px; font-weight: 400; letter-spacing: -.035em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero__facts .contract strong { font-family: var(--mono); font-size: 11px; letter-spacing: 0; }

.roadmap { background: var(--ink); color: var(--paper); min-height: 840px; padding: 104px clamp(18px, 6vw, 112px); position: relative; }
.roadmap::after { color: rgba(215,251,50,.08); content: "B"; font-family: var(--display); font-size: min(82vw, 1050px); line-height: .7; position: absolute; right: -4vw; top: 6%; }
.section-kicker { position: relative; z-index: 1; }
.section-kicker i { background: currentColor; height: 1px; opacity: .42; width: 72px; }
.roadmap__heading { display: grid; gap: 9%; grid-template-columns: minmax(300px, 1fr) minmax(210px, .44fr); margin: 50px 0 85px; position: relative; z-index: 1; }
h2 { font-size: clamp(54px, 8vw, 128px); margin: 0; }
.roadmap__heading p { align-self: end; font-size: 13px; line-height: 1.7; margin: 0 0 7px; max-width: 360px; }
.roadmap__steps { counter-reset: roadmap; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.roadmap__steps li { border: 1px solid rgba(243,237,223,.35); display: flex; flex-direction: column; min-height: 306px; padding: 26px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.roadmap__steps li:hover { background: var(--lime); color: var(--ink); transform: translateY(-9px) rotate(-1deg); }
.step-number { color: var(--lime); font-size: 10px; letter-spacing: .1em; }
.roadmap__steps li:hover .step-number { color: var(--orange); }
.roadmap h3 { font-family: var(--display); font-size: clamp(23px, 2.2vw, 34px); font-weight: 400; letter-spacing: -.05em; line-height: .98; margin: auto 0 16px; }
.roadmap__steps p { font-size: 11px; line-height: 1.7; max-width: 270px; }
.roadmap__steps b { font-size: 9px; letter-spacing: .1em; margin-top: auto; }
.roadmap__steps b span { color: var(--foneton-green); font-size: 15px; float: right; }

.chart-section { background: var(--paper-deep); padding: 100px clamp(18px, 6vw, 112px) 118px; }
.chart-section__heading { align-items: end; display: flex; justify-content: space-between; margin: 46px 0 58px; }
.chart-frame { background: var(--ink); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); position: relative; }
.chart-frame__top { align-items: center; background: var(--lime); color: var(--ink); display: flex; font-size: 10px; font-weight: 500; justify-content: space-between; letter-spacing: .08em; padding: 12px 16px; }
.live-dot { align-items: center; display: flex; gap: 6px; }
.live-dot::before { animation: pulse 1.3s infinite; background: var(--orange); border-radius: 50%; content: ""; height: 7px; width: 7px; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.6); } }
.chart-frame iframe { background: #111; border: 0; display: block; height: 600px; width: 100%; }
.chart-frame iframe[hidden] { display: none; }
.chart-placeholder { align-items: center; background: #111; color: var(--paper); display: flex; flex-direction: column; height: 600px; justify-content: center; padding: 30px; text-align: center; }
.chart-placeholder img { height: 105px; margin-bottom: 18px; object-fit: contain; width: 105px; }
.chart-placeholder p { font-family: var(--display); font-size: clamp(19px, 3vw, 35px); letter-spacing: -.04em; margin: 0 0 12px; }
.chart-placeholder span { color: rgba(243,237,223,.65); font-size: 10px; letter-spacing: .05em; }
.chart-placeholder code { color: var(--lime); font-family: var(--mono); }
.chart-frame__hint { color: rgba(243,237,223,.62); font-size: 10px; margin: 0; padding: 12px 16px; }
.chart-frame code { color: var(--lime); font-family: var(--mono); }

.site-footer { align-items: center; background: var(--lime); border-top: 2px solid var(--ink); display: grid; grid-template-columns: 1fr auto 1fr; min-height: 104px; padding: 18px clamp(18px, 4vw, 72px); }
.brand--footer img { height: 48px; width: 48px; }
.site-footer p, .site-footer > a { font-size: 10px; font-weight: 500; letter-spacing: .08em; margin: 0; }
.site-footer p span { opacity: .65; }
.site-footer > a { justify-self: end; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(230px, .9fr) minmax(280px, 1.1fr); padding-bottom: 104px; }
  .hero__character { grid-column: 2; grid-row: 1 / span 2; height: min(69vh, 590px); }
  .hero__facts { display: none; }
  .social-dock { align-self: end; margin-top: 48px; }
  .roadmap__heading { grid-template-columns: 1fr .52fr; }
}

@media (max-width: 720px) {
  .site-header { height: auto; min-height: 72px; grid-template-columns: 1fr auto; padding-block: 10px; }
  .brand { font-size: 17px; }
  .brand img { height: 44px; width: 44px; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; order: 3; padding: 12px 0 2px; }
  .site-nav a { font-size: 9px; }
  .header-buy { font-size: 10px; min-height: 40px; padding: 5px 8px; }
  .header-buy img { height: 22px; width: 22px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding-top: 39px; }
  .hero__rays { height: 700px; right: -310px; top: -190px; width: 700px; }
  .hero__copy { order: 1; }
  h1 { font-size: clamp(61px, 19vw, 112px); }
  .hero__character { align-self: center; height: 470px; min-height: 0; order: 2; width: 100%; }
  .hero__character::before { height: 320px; right: 5%; top: 13%; width: 320px; }
  .hero__character > img { bottom: -10px; }
  .social-dock { grid-template-columns: 1fr 1fr; margin: 7px 0 5px; order: 3; width: 100%; }
  .dock-link { font-size: 9px; }
  .hero__ticker { font-size: 11px; transform: none; }
  .roadmap, .chart-section { padding-block: 78px; }
  .roadmap { min-height: 0; }
  .roadmap__heading { display: block; margin: 38px 0 49px; }
  .roadmap__heading p { margin-top: 27px; }
  .roadmap__steps { grid-template-columns: 1fr; }
  .roadmap__steps li { min-height: 236px; }
  .chart-section__heading { align-items: flex-start; flex-direction: column; gap: 24px; margin: 38px 0 42px; }
  .chart-frame { box-shadow: 7px 7px 0 var(--orange); }
  .chart-frame iframe, .chart-placeholder { height: 440px; }
  .site-footer { gap: 18px; grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
  .brand--footer img { height: 42px; width: 42px; }
}

@media (max-width: 380px) {
  .header-buy span { display: none; }
  .header-buy { min-width: 42px; }
  .hero__character { height: 420px; }
  .social-dock { gap: 5px; }
  .dock-link { gap: 6px; padding: 6px; }
}
