:root {
  --ink: #171615;
  --paper: #fff6df;
  --paper-deep: #ffedc5;
  --orange: #ff5a1f;
  --yellow: #ffcb3d;
  --mint: #d9ff5a;
  --line: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --font-display: "Titan One", sans-serif;
  --font-body: "DM Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }

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

body::before {
  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='.32'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  opacity: .08;
  pointer-events: none;
  position: fixed;
  z-index: 10;
}

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

.site-shell { overflow: hidden; }
.section { padding-inline: clamp(1.1rem, 5vw, 5.8rem); }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-header {
  align-items: center;
  background: rgba(255, 246, 223, .86);
  border-bottom: var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 5.2rem;
  padding: .65rem clamp(1.1rem, 5vw, 5.8rem);
  position: sticky;
  top: 0;
  z-index: 8;
  backdrop-filter: blur(10px);
}

.brand { align-items: center; display: inline-flex; font-family: var(--font-display); font-size: clamp(1.05rem, 1.65vw, 1.4rem); gap: .6rem; letter-spacing: .015em; line-height: 1; white-space: nowrap; }
.brand-name em { color: var(--orange); font-family: var(--font-body); font-size: .48em; font-style: normal; letter-spacing: .04em; margin-left: .25rem; vertical-align: .16em; }
.brand-mark { background: var(--orange); border: 2px solid var(--ink); border-radius: 50%; display: grid; height: 2.35rem; overflow: hidden; place-items: center; width: 2.35rem; }
.brand-mark img { height: 110%; max-width: none; object-fit: cover; width: 110%; }

.site-nav { align-items: center; display: flex; gap: clamp(.7rem, 2.6vw, 2.3rem); justify-content: center; }
.nav-link { border-bottom: 2px solid transparent; font-size: .68rem; font-weight: 500; letter-spacing: .08em; padding: .45rem 0; transition: border-color .2s ease, color .2s ease; }
.nav-link:hover, .nav-link.is-active { border-color: var(--orange); color: var(--orange); }

.buy-button {
  align-items: center;
  background: var(--orange);
  border: var(--line);
  box-shadow: 4px 4px 0 var(--ink);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 500;
  gap: .7rem;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 2.65rem;
  padding: .35rem .75rem .35rem .95rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.buy-button:hover { box-shadow: 1px 1px 0 var(--ink); transform: translate(3px, 3px); }
.button-arrow { font-family: Arial, sans-serif; font-size: 1.1rem; }
.menu-toggle { display: none; }

.hero { align-items: center; display: grid; grid-template-columns: minmax(20rem, .9fr) minmax(24rem, 1.1fr); min-height: calc(100svh - 5.2rem); padding-bottom: 5.3rem; padding-top: clamp(3.5rem, 7vw, 7rem); position: relative; }
.hero-copy { max-width: 38rem; position: relative; z-index: 2; }
.kicker { align-items: center; display: flex; font-size: .66rem; font-weight: 500; gap: .55rem; letter-spacing: .13em; margin: 0 0 1rem; }
.kicker-dot { background: var(--orange); border: 1.5px solid var(--ink); border-radius: 50%; display: inline-block; height: .65rem; width: .65rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--font-display); letter-spacing: .025em; line-height: .88; }
h1 { font-size: clamp(3.25rem, 7.4vw, 7.7rem); margin-bottom: 1.45rem; max-width: 8ch; text-shadow: 3px 3px 0 var(--yellow); }
.hero-lede { font-size: clamp(.84rem, 1.2vw, 1rem); line-height: 1.7; margin-bottom: 1.8rem; max-width: 33rem; }

.social-stack { display: grid; gap: .65rem; max-width: 22rem; }
.social-button { align-items: center; background: #fffdf8; border: var(--line); box-shadow: var(--shadow); display: grid; font-size: .77rem; font-weight: 500; gap: .75rem; grid-template-columns: 1.95rem 1fr auto; letter-spacing: .035em; min-height: 3.3rem; padding: .35rem .8rem .35rem .45rem; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.social-button:hover { background: var(--yellow); box-shadow: 2px 2px 0 var(--ink); transform: translate(5px, 5px); }
.social-logo { align-items: center; border-right: 2px solid var(--ink); display: flex; height: 1.95rem; justify-content: flex-start; }
.social-logo img { height: 1.25rem; object-fit: contain; width: 1.25rem; }
.social-pump .social-logo img { height: 1.45rem; width: 1.45rem; }
.social-dex .social-logo img { border-radius: .17rem; }
.social-arrow { font-family: Arial, sans-serif; font-size: 1.25rem; line-height: 1; }

.hero-art { align-self: stretch; display: grid; min-height: 38rem; place-items: center; position: relative; }
.hero-art > img { filter: drop-shadow(15px 17px 0 rgba(23, 22, 21, .16)); max-height: min(73vh, 49rem); object-fit: contain; position: relative; transform: rotate(1.1deg); width: min(100%, 48rem); z-index: 1; animation: oven-bob 4.5s ease-in-out infinite; }
.hero-rays { border: 3px dashed var(--ink); border-radius: 50%; height: min(78%, 34rem); position: absolute; transform: rotate(-12deg); width: min(90%, 34rem); }
.art-caption { bottom: 3%; display: flex; font-size: .6rem; font-weight: 500; justify-content: space-between; left: 8%; letter-spacing: .11em; position: absolute; right: 6%; transform: rotate(-2deg); z-index: 2; }
.scroll-cue { align-items: center; bottom: 1.45rem; display: flex; font-size: .61rem; font-weight: 500; gap: .55rem; left: clamp(1.1rem, 5vw, 5.8rem); letter-spacing: .08em; position: absolute; }
.scroll-cue i { align-items: center; background: var(--ink); border-radius: 50%; color: var(--paper); display: inline-flex; font-family: Arial, sans-serif; font-size: 1.1rem; font-style: normal; height: 1.65rem; justify-content: center; width: 1.65rem; }

.roadmap { background: var(--orange); border-bottom: var(--line); border-top: var(--line); padding-bottom: clamp(4.5rem, 9vw, 8rem); padding-top: clamp(4.5rem, 9vw, 8rem); }
.section-heading, .chart-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: clamp(2.3rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2.65rem, 5.7vw, 6.1rem); margin-bottom: 0; text-shadow: 3px 3px 0 var(--paper-deep); }
.section-intro { font-size: .78rem; line-height: 1.65; margin-bottom: .4rem; max-width: 23rem; }
.roadmap-list { counter-reset: recipe; display: grid; gap: .95rem; list-style: none; margin: 0 auto; max-width: 81rem; padding: 0; }
.roadmap-card { align-items: center; background: var(--paper); border: var(--line); display: grid; gap: 1.5rem; grid-template-columns: 7.2rem minmax(0, 1fr) auto; min-height: 8.7rem; padding: 1.1rem 1.35rem; position: relative; transition: transform .2s ease; }
.roadmap-card:hover { transform: translateX(.45rem); }
.roadmap-card.is-now { background: var(--yellow); }
.roadmap-meta { align-self: stretch; border-right: 2px solid var(--ink); display: flex; flex-direction: column; font-family: var(--font-display); font-size: 1.95rem; justify-content: center; line-height: 1; }
.roadmap-meta span:last-child { font-family: var(--font-body); font-size: .57rem; letter-spacing: .1em; margin-top: .55rem; }
.roadmap-card h3 { font-family: var(--font-display); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1; margin-bottom: .55rem; }
.roadmap-card p { font-size: .73rem; line-height: 1.6; margin-bottom: 0; max-width: 50rem; }
.roadmap-stamp { border: 2px solid var(--ink); font-size: .57rem; font-weight: 500; letter-spacing: .08em; padding: .48rem .57rem; transform: rotate(-4deg); white-space: nowrap; }
.is-now .roadmap-stamp { background: var(--ink); color: var(--yellow); }

.chart { background: var(--ink); color: var(--paper); padding-bottom: clamp(4.5rem, 9vw, 8rem); padding-top: clamp(4.5rem, 9vw, 8rem); }
.chart h2 { text-shadow: 3px 3px 0 var(--orange); }
.chart .kicker-dot { background: var(--yellow); }
.chart-link { border-bottom: 2px solid var(--yellow); color: var(--yellow); font-size: .67rem; font-weight: 500; letter-spacing: .08em; padding-bottom: .3rem; white-space: nowrap; }
.chart-window { background: #101213; border: 3px solid var(--paper); box-shadow: 8px 8px 0 var(--yellow); margin: 0 auto; max-width: 83rem; overflow: hidden; }
.window-bar { align-items: center; background: var(--paper); color: var(--ink); display: flex; gap: .45rem; height: 2.65rem; padding: 0 .75rem; }
.window-bar span { background: var(--orange); border: 1.4px solid var(--ink); border-radius: 50%; height: .63rem; width: .63rem; }
.window-bar span:nth-child(2) { background: var(--yellow); }
.window-bar span:nth-child(3) { background: var(--mint); }
.window-bar p { font-size: .57rem; font-weight: 500; letter-spacing: .1em; margin: 0 auto 0 .3rem; }
.window-bar i { background: var(--mint); border: 1.5px solid var(--ink); font-size: .53rem; font-style: normal; font-weight: 500; letter-spacing: .08em; padding: .25rem .35rem; }
.dexscreener-frame-wrap { background: #101213; height: clamp(30rem, 60vw, 43rem); }
#dexscreener-frame { border: 0; height: 100%; width: 100%; }
.chart-note { color: #bfc3b1; font-size: .64rem; line-height: 1.55; margin: 0; padding: .7rem .85rem; text-align: center; }
.chart-note code { color: var(--yellow); font-family: var(--font-body); }

.site-footer { align-items: center; background: var(--yellow); display: grid; gap: 1.5rem; grid-template-columns: 1fr auto 1fr; padding: 1.25rem clamp(1.1rem, 5vw, 5.8rem); }
.site-footer p { font-size: .58rem; font-weight: 500; letter-spacing: .08em; margin: 0; text-align: center; }
.back-top { font-size: .61rem; font-weight: 500; justify-self: end; letter-spacing: .08em; }
.back-top span { font-family: Arial, sans-serif; font-size: 1rem; }

@keyframes oven-bob { 0%, 100% { transform: rotate(1.1deg) translateY(0); } 50% { transform: rotate(-1.1deg) translateY(-12px); } }

@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { background: transparent; border: 0; cursor: pointer; display: grid; gap: .35rem; grid-column: 2; grid-row: 1; padding: .5rem; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; transition: transform .2s ease; width: 1.45rem; }
  .site-nav { background: var(--paper); border-bottom: var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: .7rem 1.1rem; position: absolute; right: 0; top: 100%; }
  .site-nav.is-open { display: flex; }
  .nav-link { padding: .75rem 0; width: 100%; }
  .header-buy { display: inline-flex; grid-column: 3; grid-row: 1; min-height: 2.35rem; }
  .hero { align-items: stretch; display: flex; flex-direction: column; gap: 2.4rem; min-height: auto; padding-bottom: 5rem; padding-top: 3.4rem; }
  .hero-art { min-height: 0; width: 100%; }
  .hero-art > img { max-height: none; width: min(100%, 34rem); }
  .hero-rays { height: 78%; width: 70%; }
  .art-caption { bottom: -1rem; left: 4%; right: 2%; }
  .scroll-cue { bottom: 1.2rem; }
  .section-heading, .chart-heading { align-items: start; flex-direction: column; gap: 1.25rem; }
  .section-intro { max-width: 31rem; }
  .roadmap-card { align-items: start; grid-template-columns: 4.4rem minmax(0, 1fr); padding: .95rem; }
  .roadmap-meta { font-size: 1.45rem; }
  .roadmap-stamp { grid-column: 2; justify-self: start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 420px) {
  .brand { font-size: .96rem; gap: .4rem; }
  .brand-mark { height: 2rem; width: 2rem; }
  .header-buy { font-size: .65rem; gap: .4rem; padding-inline: .65rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
  .roadmap-card { gap: .8rem; grid-template-columns: 3.75rem minmax(0, 1fr); }
  .roadmap-card p { font-size: .67rem; }
  .window-bar p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .window-bar i { display: none; }
}

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

/* Full-bleed hero scene --------------------------------------------------- */
.hero {
  align-items: stretch;
  display: block;
  isolation: isolate;
  min-height: calc(100svh - 5.2rem);
  overflow: hidden;
  padding: 0;
}

.hero-backdrop {
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: -3;
}

.hero::before {
  background: transparent;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.hero::after {
  background: transparent;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-copy {
  color: #fff1d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 37rem;
  min-height: calc(100svh - 5.2rem);
  padding-bottom: 7rem;
  padding-top: clamp(4.5rem, 9vw, 8.5rem);
  transform: scale(1.12);
  transform-origin: left center;
}

.hero-copy .kicker { color: #160602; font-weight: 500; text-shadow: 1px 1px 0 #fff1d6, -1px -1px 0 #fff1d6; }
.hero-copy .kicker-dot { background: #ff4a16; border-color: #fff1d6; box-shadow: 0 0 12px #ff5a1f; }
.ticker-chip { align-self: flex-start; background: #d9ff5a; border: 2px solid #120503; box-shadow: 4px 4px 0 #120503; color: #120503; font-size: .66rem; letter-spacing: .12em; margin: 0 0 1.15rem; padding: .45rem .6rem; transform: rotate(-2deg); }
.ticker-chip strong { font-size: 1.08em; margin-left: .3rem; }
.hero h1 { -webkit-text-stroke: 3px #160602; color: #fff1d6; font-family: "Bungee", var(--font-display); font-size: clamp(4.7rem, 10.1vw, 10.8rem); letter-spacing: -.035em; line-height: .88; margin-bottom: 1.4rem; paint-order: stroke fill; text-shadow: 5px 5px 0 #ff4a16, 8px 8px 0 #130502; }
.hero h1 span { color: #ffc332; }
.hero-lede { color: #160602; font-size: clamp(1.18rem, 1.78vw, 1.48rem); font-weight: 500; line-height: 1.55; max-width: 34rem; text-shadow: 1px 1px 0 #fff1d6, -1px -1px 0 #fff1d6; }

.hero .social-stack { max-width: 22.5rem; }
.hero .social-button { background: rgba(21, 7, 2, .89); border-color: #fff1d6; box-shadow: 6px 6px 0 #ff4a16; color: #fff1d6; }
.hero .social-button:hover { background: #ff4a16; box-shadow: 2px 2px 0 #fff1d6; color: #130502; transform: translate(4px, 4px); }
.hero .social-logo { border-color: currentColor; }
.hero .social-button img[src*="simpleicons"] { filter: invert(1); }
.hero .social-button:hover img[src*="simpleicons"] { filter: none; }
.hero .scroll-cue { bottom: 1.4rem; color: #fff1d6; z-index: 3; }
.hero .scroll-cue i { background: #ff4a16; border: 2px solid #fff1d6; color: #130502; }

.hero-sparks { inset: 0; overflow: hidden; pointer-events: none; position: absolute; z-index: 1; }
.hero-sparks i { animation: ember-float 4s ease-in-out infinite; background: #ffc332; border-radius: 50%; box-shadow: 0 0 18px 5px #ff4a16; height: .45rem; position: absolute; width: .45rem; }
.hero-sparks i:nth-child(1) { animation-delay: -1.4s; left: 5%; top: 21%; }
.hero-sparks i:nth-child(2) { animation-delay: -2.8s; left: 39%; top: 13%; transform: scale(.7); }
.hero-sparks i:nth-child(3) { animation-delay: -.5s; right: 14%; top: 24%; transform: scale(1.25); }
.hero-sparks i:nth-child(4) { animation-delay: -3.2s; right: 7%; top: 70%; transform: scale(.6); }
.hero-sparks i:nth-child(5) { animation-delay: -2s; left: 29%; top: 73%; transform: scale(.8); }

@keyframes ember-float {
  0%, 100% { opacity: .35; translate: 0 0; }
  50% { opacity: 1; translate: 10px -22px; }
}

@media (max-width: 780px) {
  .hero { min-height: max(44rem, calc(100svh - 5.2rem)); }
  .hero-backdrop { object-position: 63% center; }
  .hero::before { background: transparent; }
  .hero-copy { min-height: max(44rem, calc(100svh - 5.2rem)); padding-bottom: 5.5rem; padding-top: 3.6rem; }
  .hero h1 { font-size: clamp(4.15rem, 18vw, 6.15rem); }
  .hero .social-stack { max-width: 20rem; }
}

/* Hot-steel navigation --------------------------------------------------- */
.site-header {
  background:
    radial-gradient(ellipse 34% 160% at 4% 118%, rgba(255, 198, 45, .62) 0 18%, transparent 19%),
    radial-gradient(ellipse 26% 160% at 92% 118%, rgba(255, 77, 18, .8) 0 18%, transparent 19%),
    linear-gradient(100deg, #1d0703 0%, #3b0c03 34%, #7b1705 64%, #310903 100%);
  border-bottom: 3px solid #160602;
  box-shadow: 0 4px 0 #ff5019, 0 7px 0 #160602;
  color: #fff1d6;
  isolation: isolate;
  overflow: hidden;
}

.site-header::before {
  background:
    radial-gradient(ellipse 22px 42px at 5% 100%, #ffca32 0 52%, transparent 54%) 0 100% / 74px 38px repeat-x,
    linear-gradient(90deg, transparent, rgba(255, 198, 45, .55), transparent);
  bottom: 0;
  content: "";
  height: 1.65rem;
  left: 0;
  opacity: .82;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

.site-header::after {
  background: repeating-linear-gradient(115deg, transparent 0 20px, rgba(255, 202, 50, .12) 21px 23px, transparent 24px 48px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.site-header > * { position: relative; z-index: 1; }
.brand { color: #fff1d6; text-shadow: 2px 2px 0 #160602; }
.brand-name em { color: #ffcb3d; }
.brand-mark { background: #ffcb3d; border-color: #160602; box-shadow: 3px 3px 0 #ff4a16; }
.site-nav { color: #fff1d6; }
.nav-link { border-bottom-color: transparent; text-shadow: 1px 1px 0 #160602; }
.nav-link:hover, .nav-link.is-active { border-bottom-color: #ffcb3d; color: #ffcb3d; }
.buy-button { background: #ffcb3d; border-color: #160602; box-shadow: 4px 4px 0 #160602, 7px 7px 0 #ff4a16; color: #160602; }
.buy-button:hover { background: #fff1d6; box-shadow: 2px 2px 0 #160602, 4px 4px 0 #ff4a16; }

@media (max-width: 780px) {
  .menu-toggle span:not(.sr-only) { background: #fff1d6; }
  .site-nav { background: #2a0803; border-bottom-color: #ffcb3d; box-shadow: 0 5px 0 #160602; }
}

/* Keep the header deliberately quiet against the busy hero illustration. */
.site-header {
  background: #1b0703;
  border-bottom-color: #160602;
  box-shadow: 0 3px 0 #ff4a16;
  overflow: visible;
}

.site-header::before,
.site-header::after { display: none; }

.brand { text-shadow: none; }
.brand-mark { background: #ff4a16; box-shadow: none; }
.nav-link { text-shadow: none; }
.buy-button { background: #ff4a16; box-shadow: 3px 3px 0 #160602; color: #fff1d6; }
.buy-button:hover { background: #ffcb3d; box-shadow: 1px 1px 0 #160602; color: #160602; }

@media (max-width: 780px) {
  .site-nav { background: #1b0703; border-bottom-color: #ff4a16; box-shadow: 0 3px 0 #160602; }
}

/* Roadmap: an oven chamber with four heat-proof stage cards -------------- */
.roadmap {
  background: #3b1105 url("assets/boba-roadmap-oven.png") center / cover no-repeat;
  border-color: #160602;
  color: #fff1d6;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: clamp(5rem, 9vw, 8.5rem);
  padding-top: clamp(4.5rem, 7vw, 7rem);
  position: relative;
}

.roadmap::before {
  background: linear-gradient(180deg, rgba(22, 6, 2, .16), transparent 20%, transparent 78%, rgba(22, 6, 2, .22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.roadmap .section-heading { align-items: flex-start; margin: 0 auto clamp(2.3rem, 4vw, 4rem); max-width: 75rem; }
.roadmap .kicker { color: #ffcb3d; font-weight: 500; text-shadow: 2px 2px 0 #160602; }
.roadmap .kicker-dot { background: #ff4a16; border-color: #fff1d6; box-shadow: 0 0 10px #ffcb3d; }
.roadmap h2 { -webkit-text-stroke: 2px #160602; color: #fff1d6; paint-order: stroke fill; text-shadow: 5px 5px 0 #ff4a16, 8px 8px 0 #160602; }
.roadmap .section-intro { background: #ffcb3d; border: 3px solid #160602; box-shadow: 5px 5px 0 #160602; color: #160602; font-weight: 500; margin: .25rem 0 0; max-width: 23rem; padding: .9rem 1rem; transform: rotate(1.4deg); }

.roadmap-list {
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 75rem;
  position: relative;
}

.roadmap-card {
  align-items: stretch;
  background: #fff1d6;
  border: 4px solid #160602;
  box-shadow: 8px 8px 0 #160602, 13px 13px 0 #ff4a16;
  color: #160602;
  gap: 1rem;
  grid-template-columns: 5.3rem minmax(0, 1fr);
  min-height: 12rem;
  padding: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.roadmap-card:nth-child(2) { transform: rotate(1deg); }
.roadmap-card:nth-child(3) { transform: rotate(-.75deg); }
.roadmap-card:nth-child(4) { transform: rotate(.6deg); }
.roadmap-card:hover { box-shadow: 4px 4px 0 #160602, 7px 7px 0 #ff4a16; transform: translate(4px, 4px) rotate(0deg); }
.roadmap-card.is-now { background: #ffcb3d; }
.roadmap-meta { background: #ff4a16; border: 3px solid #160602; border-right: 3px solid #160602; color: #fff1d6; font-size: 2.15rem; padding: .7rem .35rem; text-align: center; text-shadow: 2px 2px 0 #160602; }
.roadmap-meta span:last-child { font-weight: 500; }
.roadmap-card h3 { color: #160602; font-size: clamp(1.35rem, 2vw, 1.95rem); letter-spacing: .02em; margin-bottom: .55rem; }
.roadmap-card p { font-size: .72rem; font-weight: 500; line-height: 1.68; }
.roadmap-stamp { align-self: end; background: #160602; border-color: #160602; color: #fff1d6; grid-column: 2; justify-self: start; transform: rotate(-3deg); }
.is-now .roadmap-stamp { background: #160602; color: #ffcb3d; }

@media (max-width: 780px) {
  .roadmap { background-position: center top; }
  .roadmap .section-heading { gap: 1.7rem; }
  .roadmap-list { grid-template-columns: 1fr; }
  .roadmap-card,
  .roadmap-card:nth-child(n) { min-height: 0; transform: none; }
  .roadmap-card:hover { transform: translate(3px, 3px); }
}

/* One primary section per screen ----------------------------------------- */
html { scroll-snap-type: y proximity; }

.hero,
.roadmap,
.chart {
  min-height: calc(100svh - 5.2rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.roadmap {
  border-bottom-width: 16px;
  border-top-width: 16px;
}

.chart { border-bottom: 16px solid #160602; }

.roadmap,
.chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 780px) {
  html { scroll-snap-type: none; }
  .hero,
  .roadmap,
  .chart { min-height: calc(100svh - 5.2rem); }
  .roadmap,
  .chart { justify-content: flex-start; }
}

/* Make the live chart the dominant element of its screen. */
.chart { padding-inline: clamp(1rem, 2.8vw, 3.5rem); }
.chart-window { border-width: 4px; max-width: none; width: 100%; }
.dexscreener-frame-wrap { height: clamp(40rem, 72svh, 58rem); }

@media (max-width: 780px) {
  .chart { padding-inline: 1rem; }
  .dexscreener-frame-wrap { height: clamp(34rem, 68svh, 46rem); }
}

/* Compact square social cards */
.hero .social-stack {
  gap: .65rem;
  grid-template-columns: repeat(4, 4rem);
  max-width: none;
}

.hero .social-button {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  font-size: 0;
  gap: 0;
  justify-content: center;
  min-height: 0;
  padding: .5rem;
  position: relative;
}

.hero .social-logo { border: 0; height: 2.2rem; justify-content: center; padding: 0; width: 2.2rem; }
.hero .social-logo img { height: 1.9rem; width: 1.9rem; }
.hero .pump-pill-mark { display: block; height: 2.1rem; width: 2.1rem; }
.hero .social-arrow { display: none; }

@media (max-width: 780px) {
  .hero .social-stack { grid-template-columns: repeat(4, 3.6rem); }
}

.contract-address {
  align-items: center;
  background: rgba(21, 7, 2, .88);
  border: 2px solid #fff1d6;
  box-shadow: 4px 4px 0 #ff4a16;
  color: #fff1d6;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .8rem;
  margin-top: 1.3rem;
  max-width: 38rem;
  padding: .7rem .85rem;
}

.contract-label { color: #ffcb3d; font-size: .58rem; letter-spacing: .1em; }
.contract-address code { flex: 1 1 16rem; font-size: .64rem; overflow-wrap: anywhere; }
.copy-ca { background: #ffcb3d; border: 2px solid #160602; color: #160602; cursor: pointer; font: inherit; font-size: .58rem; padding: .4rem .55rem; }
.custom-links { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.custom-link { background: #fff1d6; border: 2px solid #160602; box-shadow: 3px 3px 0 #160602; color: #160602; font-size: .58rem; letter-spacing: .06em; padding: .45rem .6rem; }
.custom-link:hover { background: #ffcb3d; }

.dexscreener-frame-wrap { display: grid; }
#dexscreener-frame,
.chart-note { grid-area: 1 / 1; }
.chart-note { align-items: center; background: #101213; display: grid; justify-content: center; }
.site-footer { grid-template-columns: 1fr auto auto auto; }
.footer-website { border-bottom: 1px solid currentColor; font-size: .58rem; justify-self: center; letter-spacing: .07em; padding-bottom: .2rem; }
.footer-website span { font-family: Arial, sans-serif; font-size: 1rem; }

@media (max-width: 780px) {
  .site-footer { grid-template-columns: 1fr auto auto; }
  .footer-website { justify-self: end; }
}

[hidden] { display: none !important; }
