:root {
  --ink: #071327;
  --blue: #0747ff;
  --blue-deep: #06309f;
  --lime: #c8ff24;
  --cream: #fffdf6;
  --paper: #f3f0e8;
  --orange: #ff693d;
  --line: rgba(7, 19, 39, 0.14);
  --display: "Bowlby One SC", Impact, sans-serif;
  --body: "Outfit", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-noise {
  position: fixed;
  z-index: 10;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.section-shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 10px max(32px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 232, 0.88);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-family: var(--display); font-size: 19px; letter-spacing: -1px; }
.brand-mark { width: 44px; height: 44px; overflow: hidden; border-radius: 50%; background: var(--blue); box-shadow: 2px 3px 0 var(--ink); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.main-nav { display: flex; align-items: center; gap: 28px; font-family: var(--mono); font-size: 12px; font-weight: 500; text-transform: uppercase; }
.main-nav a { position: relative; padding: 8px 0; opacity: 0.55; transition: opacity 180ms ease; }
.main-nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transition: transform 180ms ease; }
.main-nav a:hover, .main-nav a.is-active { opacity: 1; }
.main-nav a.is-active::after { transform: scaleX(1); }

.header-buy { justify-self: end; display: inline-flex; align-items: center; gap: 7px; min-height: 43px; padding: 5px 15px 5px 7px; border: 2px solid var(--ink); border-radius: 100px; background: var(--lime); font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; box-shadow: 3px 3px 0 var(--ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.header-buy:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.header-buy img { width: 29px; height: 29px; object-fit: contain; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: 240px minmax(320px, 1fr) minmax(330px, 465px); gap: clamp(26px, 4vw, 70px); align-items: center; min-height: calc(100svh - 82px); padding-top: 58px; padding-bottom: 70px; }
.hero-actions { align-self: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-actions .eyebrow { padding-left: 10px; }
.action-button { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 11px; width: 100%; min-height: 65px; margin-bottom: 10px; padding: 7px 12px 7px 8px; border: 1.5px solid var(--line); border-radius: 12px; background: rgba(255, 253, 246, 0.72); box-shadow: 0 0 0 rgba(7,19,39,0); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.action-button:hover { background: var(--cream); transform: translateX(5px); box-shadow: -4px 4px 0 var(--ink); border-color: var(--ink); }
.action-icon { display: grid; width: 43px; height: 43px; place-items: center; overflow: hidden; border-radius: 9px; background: #e9e6de; }
.action-icon img { width: 40px; height: 40px; object-fit: contain; transform: scale(1.36); }
.x-logo { background: #111; }
.x-logo svg { width: 20px; fill: #fff; }
.action-button strong { display: block; font-size: 14px; line-height: 1.05; }
.action-button small { display: block; margin-top: 4px; color: rgba(7,19,39,0.6); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.action-arrow { font-size: 19px; transition: transform 180ms ease; }
.action-button:hover .action-arrow { transform: translate(2px, -2px); }
.action-button.is-disabled,
.header-buy.is-disabled,
.footer-x.is-disabled,
.chart-external.is-disabled { opacity: .46; pointer-events: none; filter: grayscale(.5); }

.hero-copy { align-self: center; }
.signal-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 11px; border: 1px solid var(--ink); border-radius: 100px; background: var(--cream); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.signal-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,36,.3); }
.hero-kicker { margin: 0 0 5px; color: var(--orange); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: 0.11em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 22px; color: var(--blue); font-family: var(--display); font-size: clamp(54px, 6.2vw, 94px); line-height: 0.89; letter-spacing: -0.065em; }
h1 em { color: var(--ink); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--lime); }
.hero-description { max-width: 420px; margin-bottom: 27px; font-size: 17px; line-height: 1.48; }
.scroll-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 2px solid var(--ink); font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.scroll-link span { font-size: 19px; transition: transform 180ms ease; }
.scroll-link:hover span { transform: translateY(4px); }

.hero-portrait { position: relative; align-self: stretch; display: flex; align-items: center; min-height: 600px; }
.photo-card { position: relative; width: 100%; overflow: hidden; border: 3px solid var(--ink); border-radius: 220px 220px 30px 30px; background: #e9e4d8; box-shadow: 11px 12px 0 var(--ink); }
.photo-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 72%, rgba(7,19,39,.16)); pointer-events: none; }
.photo-card img { width: 100%; height: 650px; object-fit: cover; object-position: center top; mix-blend-mode: multiply; }
.photo-caption { position: absolute; z-index: 1; right: 16px; bottom: 13px; left: 16px; display: flex; justify-content: space-between; color: var(--cream); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.splash-badge { position: absolute; z-index: 2; top: 7%; right: -31px; display: grid; width: 112px; height: 112px; place-items: center; border: 3px solid var(--ink); border-radius: 45% 55% 52% 48% / 52% 44% 56% 48%; background: var(--lime); box-shadow: 4px 4px 0 var(--ink); transform: rotate(12deg); }
.splash-badge span { font-family: var(--display); font-size: 22px; line-height: .9; text-align: center; }
.pool-ticket { position: absolute; z-index: 1; bottom: 22px; left: -55px; padding: 10px 15px; border: 2px solid var(--ink); background: var(--orange); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; transform: rotate(-8deg); box-shadow: 3px 3px 0 var(--ink); }

.roadmap-section { position: relative; overflow: hidden; padding: 110px 0; color: var(--cream); background: var(--blue); }
.roadmap-section::before { position: absolute; top: -180px; right: -90px; width: 560px; height: 560px; border: 2px solid rgba(200,255,36,.5); border-radius: 50%; content: ""; box-shadow: 0 0 0 52px rgba(200,255,36,.09), 0 0 0 104px rgba(200,255,36,.06); }
.roadmap-wrap { position: relative; display: grid; grid-template-columns: minmax(260px, .85fr) minmax(450px, 1.5fr); gap: clamp(45px, 10vw, 150px); align-items: center; }
.eyebrow-light { color: var(--lime); }
.section-intro h2, .chart-heading h2 { margin-bottom: 17px; font-family: var(--display); font-size: clamp(42px, 4.6vw, 70px); line-height: .94; letter-spacing: -0.055em; }
.section-intro > p:last-child { max-width: 350px; margin-bottom: 0; font-size: 17px; line-height: 1.5; }
.roadmap-list { display: grid; gap: 13px; }
.roadmap-card { display: grid; grid-template-columns: 67px 1fr auto; gap: 17px; align-items: center; padding: 24px; border: 1.5px solid rgba(255,253,246,.5); border-radius: 13px; background: rgba(3, 39, 145, .34); transition: transform 180ms ease, background 180ms ease; }
.roadmap-card:hover { background: rgba(255,253,246,.11); transform: translateX(7px); }
.lap-number { color: var(--lime); font-family: var(--display); font-size: 32px; letter-spacing: -0.08em; }
.roadmap-label { margin-bottom: 4px; color: var(--lime); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.roadmap-card h3 { margin-bottom: 6px; font-size: 21px; line-height: 1; }
.roadmap-card div p:last-child { max-width: 380px; margin-bottom: 0; color: rgba(255,253,246,.78); font-size: 14px; line-height: 1.35; }
.status-tag { align-self: start; padding: 6px 8px; border: 1px solid rgba(255,253,246,.65); border-radius: 100px; color: var(--cream); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.status-done { border-color: var(--lime); color: var(--lime); }

.chart-section { padding-top: 115px; padding-bottom: 120px; }
.chart-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 32px; }
.chart-heading h2 { margin-bottom: 0; color: var(--blue); }
.chart-external { display: inline-flex; gap: 9px; align-items: center; padding: 12px 14px; border: 2px solid var(--ink); border-radius: 100px; background: var(--cream); font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; box-shadow: 3px 3px 0 var(--ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.chart-external:hover { box-shadow: 0 0 0 var(--ink); transform: translate(3px, 3px); }
.chart-window { overflow: hidden; border: 3px solid var(--ink); border-radius: 17px; background: #0a1020; box-shadow: 11px 11px 0 var(--blue); }
.browser-bar { display: flex; align-items: center; gap: 15px; height: 48px; padding: 0 17px; border-bottom: 2px solid var(--ink); color: var(--cream); background: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .03em; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.browser-dots i:nth-child(2) { background: #ffd84b; }
.browser-dots i:nth-child(3) { background: var(--lime); }
.browser-url { opacity: .7; }
.live-dot { margin-left: auto; color: var(--lime); font-weight: 700; }
.live-dot::before { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; content: ""; background: currentColor; }
#dexscreener-frame { display: block; width: 100%; height: 610px; border: 0; background: #0a1020; }
.chart-placeholder { display: grid; min-height: 610px; place-items: center; padding: 28px; color: rgba(255,253,246,.82); background: radial-gradient(circle at center, rgba(7,71,255,.28), transparent 58%), #0a1020; font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.chart-placeholder[hidden] { display: none; }
.chart-note { margin: 22px 0 0; color: rgba(7,19,39,.61); font-family: var(--mono); font-size: 11px; text-align: right; }
code { padding: 2px 4px; border-radius: 3px; color: var(--blue); background: rgba(7,71,255,.09); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 114px; padding: 24px max(32px, calc((100vw - 1280px) / 2)); border-top: 1px solid var(--line); background: var(--cream); }
.footer-brand { font-size: 16px; }
.footer-brand .brand-mark { width: 37px; height: 37px; box-shadow: 2px 2px 0 var(--ink); }
.site-footer p { margin: 0; color: rgba(7,19,39,.65); font-family: var(--mono); font-size: 10px; text-align: center; }
.footer-x { justify-self: end; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); transition: transform 180ms ease; }
.footer-x:hover { transform: rotate(-8deg) scale(1.08); }
.footer-x svg { width: 17px; fill: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .1s; }
.hero .reveal:nth-child(3) { transition-delay: .2s; }
.roadmap-card:nth-child(2) { transition-delay: .1s; }
.roadmap-card:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 205px minmax(260px, 1fr) minmax(290px, 380px); gap: 32px; }
  .photo-card img { height: 570px; }
  .hero-portrait { min-height: 535px; }
  .roadmap-wrap { grid-template-columns: .8fr 1.45fr; gap: 55px; }
}

@media (max-width: 820px) {
  .section-shell { width: min(100% - 38px, 620px); }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 68px; padding: 8px 19px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 37px; height: 37px; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; width: 38px; height: 38px; margin-right: 8px; padding: 11px 8px; border: 1px solid var(--ink); border-radius: 50%; background: var(--cream); cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 7px); right: 19px; display: grid; gap: 4px; min-width: 180px; padding: 10px; border: 1px solid var(--ink); border-radius: 11px; background: var(--cream); box-shadow: 4px 4px 0 var(--ink); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 10px; }
  .header-buy { min-height: 38px; padding: 4px 10px 4px 4px; box-shadow: 2px 2px 0 var(--ink); }
  .header-buy img { width: 27px; height: 27px; }
  .hero { grid-template-columns: 1fr; gap: 34px; min-height: auto; padding-top: 64px; padding-bottom: 66px; }
  .hero-copy { grid-row: 1; }
  h1 { font-size: clamp(53px, 15vw, 83px); }
  .hero-description { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .hero-actions .eyebrow { grid-column: 1 / -1; padding-left: 0; margin-bottom: 1px; }
  .action-button { margin-bottom: 0; min-height: 62px; gap: 7px; padding-right: 8px; }
  .action-button small { display: none; }
  .action-button strong { font-size: 12px; }
  .action-icon { width: 40px; height: 40px; }
  .action-icon img { width: 36px; height: 36px; }
  .hero-portrait { min-height: auto; width: min(100%, 480px); margin: 0 auto; }
  .photo-card img { height: auto; aspect-ratio: 0.79; }
  .splash-badge { top: 6%; right: -21px; width: 92px; height: 92px; }
  .splash-badge span { font-size: 18px; }
  .pool-ticket { bottom: 15px; left: -14px; }
  .roadmap-section { padding: 76px 0; }
  .roadmap-wrap { grid-template-columns: 1fr; gap: 34px; }
  .section-intro h2, .chart-heading h2 { font-size: clamp(42px, 11vw, 64px); }
  .roadmap-card { grid-template-columns: 48px 1fr; gap: 12px; padding: 18px; }
  .lap-number { font-size: 27px; }
  .status-tag { grid-column: 2; justify-self: start; margin-top: -2px; }
  .chart-section { padding-top: 74px; padding-bottom: 80px; }
  .chart-heading { align-items: start; gap: 18px; flex-direction: column; margin-bottom: 22px; }
  #dexscreener-frame { height: 490px; }
  .chart-placeholder { min-height: 490px; }
  .chart-note { line-height: 1.5; text-align: left; }
  .site-footer { grid-template-columns: 1fr auto; padding: 21px 19px; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 430px) {
  .header-buy span { display: none; }
  .header-buy { padding: 4px; }
  .hero { padding-top: 47px; }
  .action-button { grid-template-columns: 35px 1fr auto; min-height: 56px; border-radius: 9px; }
  .action-icon { width: 35px; height: 35px; }
  .action-icon img { width: 32px; height: 32px; }
  .x-logo svg { width: 16px; }
  .action-button strong { font-size: 10.5px; }
  .action-arrow { font-size: 16px; }
  .splash-badge { right: -13px; width: 79px; height: 79px; }
  .pool-ticket { font-size: 8px; }
  .browser-url { overflow: hidden; max-width: 165px; text-overflow: ellipsis; white-space: nowrap; }
  .browser-bar { gap: 10px; padding: 0 12px; }
}

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