:root {
  --paper: #f1efe9;
  --ink: #11110f;
  --acid: #d8ff00;
  --orange: #ff5a36;
  --line: rgba(17, 17, 15, 0.22);
  --display: "Bowlby One SC", Impact, sans-serif;
  --mono: "Azeret Mono", monospace;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.66;
  background-image: linear-gradient(rgba(17,17,15,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,15,.035) 1px, transparent 1px);
  background-size: 46px 46px;
}
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: .11;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
.section { padding-inline: clamp(1.4rem, 5vw, 5.5rem); }

.site-header {
  min-height: 88px;
  padding: 1rem clamp(1.4rem, 5vw, 5.5rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 2px solid var(--ink);
  background: rgba(241, 239, 233, 0.87);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 5;
}
.brand { display: inline-flex; align-items: center; gap: .66rem; width: max-content; font-family: var(--display); font-size: 1.38rem; letter-spacing: -.05em; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3.4rem); font-size: .66rem; font-weight: 700; letter-spacing: -.02em; }
.site-nav a { position: relative; padding-block: .4rem; }
.site-nav a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.buy-button { justify-self: end; display: inline-flex; align-items: center; gap: .7rem; border: 2px solid var(--ink); background: var(--acid); padding: .72rem 1rem .65rem; box-shadow: 4px 4px 0 var(--ink); font-size: .72rem; font-weight: 700; transition: transform .18s, box-shadow .18s, background .18s; }
.buy-button span { font-size: 1.1rem; line-height: .6; }
.buy-button:hover, .buy-button:focus-visible { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); background: #e7ff55; }
.menu-toggle { display: none; }

.hero { min-height: min(820px, calc(100svh - 88px)); display: grid; grid-template-columns: minmax(290px, .91fr) minmax(450px, 1.09fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; padding-top: clamp(3rem, 7vw, 6.5rem); padding-bottom: clamp(3rem, 5vw, 5rem); border-bottom: 2px solid var(--ink); }
.hero-copy { position: relative; z-index: 1; max-width: 570px; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.1rem; font-size: .68rem; font-weight: 700; letter-spacing: .02em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); border: 1.5px solid var(--ink); box-shadow: 0 0 0 3px rgba(216, 255, 0, .25); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.06em; line-height: .84; }
h1 { margin-bottom: 1.8rem; font-size: clamp(4.1rem, 9vw, 9rem); }
h1 span { color: var(--orange); }
.hero-intro { max-width: 390px; margin-bottom: 2.2rem; font-size: clamp(.77rem, 1.2vw, .91rem); line-height: 1.7; }
.social-stack { display: grid; gap: .65rem; width: min(100%, 378px); }
.social-button { min-height: 52px; padding: .57rem .75rem; border: 2px solid var(--ink); background: var(--paper); display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: .65rem; font-size: .72rem; font-weight: 700; letter-spacing: -.035em; box-shadow: 5px 5px 0 var(--ink); transition: transform .17s ease, box-shadow .17s ease, background .17s ease; }
.social-button b { font-size: 1rem; line-height: 1; }
.social-button:hover, .social-button:focus-visible { transform: translate(4px,4px); box-shadow: 1px 1px 0 var(--ink); }
.social-button.pump:hover { background: #ff91be; }.social-button.x:hover { background: #b5b5b0; }.social-button.dexs:hover { background: #d8ff00; }.social-button.telegram:hover { background: #8bcdf0; }
.platform-icon { width: 26px; height: 26px; fill: currentColor; display: block; }
.platform-logo { width: 26px; height: 26px; display: block; object-fit: contain; }
.telegram-icon { padding: 1px; color: #229ed9; }

.hero-art { min-height: 565px; position: relative; display: flex; align-items: end; justify-content: center; isolation: isolate; }
.character { position: relative; z-index: 1; height: min(61vw, 690px); min-height: 450px; width: auto; max-width: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(15px 17px 0 rgba(17,17,15,.16)); animation: character-arrival .8s cubic-bezier(.2,.75,.25,1.2) both; }
.art-caption { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; border-top: 1.5px solid var(--ink); padding-top: .6rem; font-size: .55rem; font-weight: 700; }
@keyframes character-arrival { from { opacity: 0; transform: translateY(35px) rotate(2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }

.roadmap { padding-top: clamp(4.5rem, 10vw, 9rem); padding-bottom: clamp(4.5rem, 10vw, 9rem); background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(300px, 1.3fr) minmax(220px, .55fr); column-gap: 8%; margin-bottom: clamp(2.4rem, 6vw, 5.5rem); }.section-heading .eyebrow { grid-column: 1 / -1; color: var(--acid); }.section-heading h2, .chart h2 { font-size: clamp(3.6rem, 7.7vw, 8rem); margin-bottom: 0; }.section-heading h2 em { color: var(--acid); font-style: normal; }.section-heading > p:last-child { align-self: end; margin-bottom: .5rem; font-size: .78rem; line-height: 1.65; max-width: 290px; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.road-card { min-height: 380px; border: 2px solid var(--paper); padding: 1.25rem; position: relative; display: flex; flex-direction: column; overflow: hidden; transition: transform .25s ease; }.road-card:hover { transform: translateY(-9px) rotate(-1deg); }.road-card::after { content: ""; position: absolute; width: 150px; height: 150px; border: 2px solid currentColor; border-radius: 50%; right: -55px; bottom: -55px; }.phase-one { color: var(--ink); background: var(--acid); }.phase-two { color: var(--ink); background: #aee6fb; }.phase-three { color: var(--paper); background: var(--orange); }.phase-label { font-size: .62rem; font-weight: 700; margin-bottom: auto; }.road-card h3 { position: relative; z-index: 1; font-size: clamp(2.2rem, 3.7vw, 4.1rem); margin-bottom: 1.6rem; }.road-card ul { position: relative; z-index: 1; margin: 0; padding-left: 1rem; font-size: .67rem; font-weight: 600; line-height: 1.9; }.phase-number { position: absolute; top: .45rem; right: .85rem; font-family: var(--display); font-size: 4.4rem; line-height: 1; letter-spacing: -.08em; opacity: .22; }

.chart { padding-top: clamp(4.5rem, 9vw, 8rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }.chart-topline { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.4rem; }.chart h2 { margin: 0; }.text-link { margin-bottom: .6rem; min-width: max-content; border-bottom: 2px solid var(--ink); padding-bottom: .35rem; font-size: .68rem; font-weight: 700; transition: color .2s ease; }.text-link:hover, .text-link:focus-visible { color: var(--orange); }.text-link span { font-size: 1.15rem; margin-left: .3rem; }
.chart-frame { border: 2px solid var(--ink); background: #171719; box-shadow: 11px 11px 0 var(--ink); overflow: hidden; }.chart-browserbar { height: 44px; padding: 0 .8rem; display: flex; align-items: center; gap: .4rem; color: #edeae1; background: #262629; border-bottom: 2px solid var(--ink); }.chart-browserbar > span { width: 9px; height: 9px; border-radius: 50%; background: #f45c43; }.chart-browserbar > span:nth-child(2) { background: #f6be4a; }.chart-browserbar > span:nth-child(3) { background: #8fda52; }.chart-browserbar p { margin: 0 auto 0 .7rem; font-size: .59rem; opacity: .7; }.chart-browserbar b { color: var(--acid); font-size: .57rem; } #dexscreener-frame, .chart-placeholder { display: block; width: 100%; height: min(73vw, 610px); min-height: 430px; border: 0; background: #171719; }.chart-placeholder { margin: 0; display: grid; place-items: center; padding: 2rem; color: var(--acid); font-family: var(--display); font-size: clamp(1.8rem, 5vw, 5.4rem); line-height: .9; text-align: center; letter-spacing: 0; }.chart-note { margin: 1.4rem 0 0; font-size: .64rem; line-height: 1.65; }

.site-footer { min-height: 95px; padding: 1.2rem clamp(1.4rem, 5vw, 5.5rem); display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; color: var(--paper); background: var(--ink); font-size: .56rem; font-weight: 600; line-height: 1.5; }.site-footer p { margin: 0; }.site-footer a { color: var(--acid); white-space: nowrap; }

@media (max-width: 800px) {
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; }.brand { font-size: 1.2rem; }.brand img { width: 34px; height: 34px; }.header-buy { display: none; }.menu-toggle { position: absolute; top: 16px; right: clamp(1.4rem, 5vw, 5.5rem); z-index: 8; width: 44px; height: 38px; display: grid; place-content: center; gap: 6px; border: 2px solid var(--ink); background: var(--acid); cursor: pointer; }.menu-toggle span { width: 19px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }.site-nav { visibility: hidden; opacity: 0; position: absolute; top: calc(100% + 2px); left: 0; right: 0; display: grid; padding: 1.3rem clamp(1.4rem, 5vw, 5.5rem) 1.6rem; background: var(--paper); border-bottom: 2px solid var(--ink); transform: translateY(-8px); transition: .2s ease; }.site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.site-nav a { width: max-content; }
  .hero { min-height: unset; grid-template-columns: 1fr; padding-top: 3.3rem; gap: .9rem; }.hero-art { min-height: min(110vw, 580px); order: -1; }.character { height: min(108vw, 580px); min-height: 0; }.hero-copy { max-width: none; }.hero-intro { max-width: 450px; }.social-stack { width: 100%; max-width: 450px; }.art-caption { bottom: 1.8%; }
  .section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { margin-top: 1.7rem; }.roadmap-grid { grid-template-columns: 1fr; }.road-card { min-height: 300px; }.road-card h3 { font-size: 3.2rem; }.chart-topline { display: block; }.text-link { display: inline-block; margin-top: 1.6rem; }.site-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) { h1 { font-size: 3.75rem; }.section-heading h2, .chart h2 { font-size: 3.2rem; }.hero-art { min-height: 103vw; }.social-button { box-shadow: 3px 3px 0 var(--ink); }.chart-frame { box-shadow: 6px 6px 0 var(--ink); } #dexscreener-frame { min-height: 390px; }.chart-browserbar p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.chart-browserbar b { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
[hidden] { display: none !important; }
