:root {
  --yellow: #f6d83f;
  --yellow-deep: #d5a900;
  --cream: #fff9d7;
  --ink: #17120b;
  --charcoal: #3a3015;
  --brown: #6d4a00;
  --orange: #ff8f1f;
  --white: #fffef4;
  --line: rgba(23, 18, 11, 0.28);
  --shadow: 0 18px 0 rgba(23, 18, 11, 0.16);
  --display-font: Impact, "Arial Black", "Cooper Black", "Arial Rounded MT Bold", system-ui, sans-serif;
  --body-font: "Trebuchet MS", "Arial Rounded MT Bold", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #e7bc19;
  border-bottom: 3px solid rgba(23, 18, 11, 0.22);
  box-shadow: 0 3px 0 rgba(255, 255, 255, 0.26) inset;
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(23, 18, 11, 0.78);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 4px 0 rgba(23, 18, 11, 0.24);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-text,
.eyebrow {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.85;
  color: var(--white);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px var(--ink);
  paint-order: stroke fill;
  text-shadow: 4px 5px 0 var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 22px);
  font-size: 1.18rem;
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  -webkit-text-stroke: 0.8px var(--ink);
  paint-order: stroke fill;
  text-shadow: 2px 3px 0 var(--ink);
}

.nav-links a {
  white-space: nowrap;
}

.buy-button,
.pill-link {
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 0 rgba(23, 18, 11, 0.16);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  padding: 9px;
}

.nav-toggle span {
  display: block;
  height: 3px;
  background: var(--ink);
  margin: 4px 0;
}

.section-anchor {
  scroll-margin-top: 90px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: clamp(36px, 5.5vw, 70px) 0 28px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 68%, rgba(255, 255, 255, 0.24), transparent 16rem),
    radial-gradient(circle at 72% 24%, rgba(255, 143, 31, 0.32), transparent 18rem);
  pointer-events: none;
}

.hero-bg-word {
  position: absolute;
  left: -3vw;
  top: 18%;
  font-size: clamp(8rem, 23vw, 24rem);
  font-weight: 950;
  color: rgba(116, 83, 0, 0.16);
  transform: rotate(-7deg);
  pointer-events: none;
}

.hero-inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
}

.hero-copy {
  transform: translateY(-24px);
}

.section-inner h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  line-height: 0.82;
  color: var(--white);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: skewX(-7deg);
  -webkit-text-stroke: clamp(1.5px, 0.25vw, 4px) var(--ink);
  paint-order: stroke fill;
  text-shadow:
    5px 6px 0 var(--ink),
    10px 12px 0 rgba(23, 18, 11, 0.18);
}

.hero h1,
.hero h2,
.hero h3 {
  max-width: 560px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 2.15vw, 2.35rem);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: skewX(-7deg) rotate(-1deg);
  -webkit-text-stroke: clamp(1px, 0.14vw, 2px) var(--ink);
  paint-order: stroke fill;
  text-shadow:
    3px 4px 0 var(--ink),
    6px 8px 0 rgba(23, 18, 11, 0.15);
}

.hero h3 {
  max-width: 580px;
  color: var(--ink);
  font-family: var(--body-font);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-style: normal;
  font-weight: 950;
  line-height: 1.18;
  text-transform: none;
  transform: none;
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.34);
}

.hero .eyebrow {
  margin: 0 0 16px;
}

.hero-text {
  max-width: 640px;
  margin: 28px 0;
  color: var(--white);
  font-size: clamp(1.3rem, 1.1vw, 2rem);
  line-height: 1.28;
  text-shadow: 2px 3px 0 rgba(23, 18, 11, 0.22);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-row a {
  width: 56px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  border: 3px solid var(--ink);
  font-size: 1.65rem;
  font-weight: 950;
  box-shadow: 0 7px 0 rgba(23, 18, 11, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-row a:hover {
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: 0 11px 0 rgba(23, 18, 11, 0.24);
}

.social-link svg {
  width: 62%;
  height: 62%;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link img {
  width: 74%;
  height: 74%;
  object-fit: contain;
  display: block;
}

.social-link.twitter {
  background: #1da1f2;
  color: var(--white);
}

.social-link.telegram {
  background: #2aabee;
  color: var(--white);
}

.social-link.dexscreener {
  background: #000;
  color: #fff;
}

.social-link.bscscan {
  background: #f4c21b;
  color: var(--ink);
}

.social-link.bscscan img {
  width: 82%;
  height: 82%;
}

.contract-box {
  position: relative;
  width: min(590px, 100%);
  min-height: 76px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(180deg, #ffe87b, #ffc72e);
  border: 4px solid var(--brown);
  border-radius: 999px;
  box-shadow:
    0 7px 0 rgba(109, 74, 0, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.32) inset;
  overflow: hidden;
}

.contract-label {
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(180deg, #2f2612, #17120b);
  border: 3px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: 0 4px 0 rgba(109, 74, 0, 0.38);
  font-family: var(--display-font);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contract-box code {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", system-ui, sans-serif;
  font-style: normal;
  font-size: clamp(0.78rem, 1.12vw, 1rem);
  font-weight: 950;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-ca {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--brown);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(109, 74, 0, 0.32);
  cursor: pointer;
  font-family: var(--display-font);
  font-style: italic;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.copy-ca svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linejoin: round;
}

.copy-ca:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 rgba(109, 74, 0, 0.32);
}

.copy-ca.is-copied {
  color: var(--white);
  background: var(--brown);
}

.hero-art {
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.meme-stage {
  position: relative;
  width: min(640px, 100%);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  animation: stageFloat 5.5s ease-in-out infinite;
}

.hero-card {
  position: absolute;
  inset: 11% 2% auto auto;
  width: 78%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 18px 18px 0 rgba(23, 18, 11, 0.22);
  transform-style: preserve-3d;
}

.hero-logo-card {
  position: absolute;
  left: 4%;
  top: 2%;
  z-index: 4;
  width: 35%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 16px 16px 0 rgba(23, 18, 11, 0.24);
  transform: rotateY(-18deg) rotateX(10deg) translateZ(96px);
  animation: logoFloat 4s ease-in-out infinite;
}

.hero-card-main {
  z-index: 2;
  transform: rotateY(-14deg) rotateX(6deg) translateZ(42px);
  animation: cardWobble 4.6s ease-in-out infinite;
}

.hero-card-back {
  z-index: 1;
  opacity: 0.82;
  transform: translate(-72px, 68px) rotateY(18deg) rotateX(-4deg) translateZ(-30px) scale(0.82);
  filter: saturate(1.15);
}

@media (min-width: 621px) {
  .hero-card-back {
    opacity: 0;
    transform: translate(-24px, 64px) rotateY(8deg) rotateX(-2deg) translateZ(-80px) scale(0.72);
  }
}

.coin-orbit {
  position: absolute;
  top: 4%;
  right: 4%;
  z-index: 3;
  width: 96px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, var(--cream), var(--yellow) 48%, var(--yellow-deep));
  box-shadow: 8px 10px 0 rgba(23, 18, 11, 0.2);
  transform-style: preserve-3d;
  animation: coinSpin 2.8s linear infinite;
}

.coin-orbit span {
  font-size: 3rem;
  font-weight: 950;
  color: var(--brown);
}

.cube-3d {
  position: absolute;
  left: 2%;
  bottom: 9%;
  z-index: 4;
  width: 78px;
  height: 78px;
  transform-style: preserve-3d;
  animation: cubeSpin 5.2s linear infinite;
}

.cube-3d span {
  position: absolute;
  inset: 0;
  border: 4px solid var(--ink);
  background: rgba(255, 143, 31, 0.92);
}

.cube-3d span:nth-child(1) {
  transform: rotateY(0deg) translateZ(39px);
}

.cube-3d span:nth-child(2) {
  transform: rotateY(90deg) translateZ(39px);
}

.cube-3d span:nth-child(3) {
  transform: rotateX(90deg) translateZ(39px);
}

.cube-3d span:nth-child(4) {
  transform: rotateX(-90deg) translateZ(39px);
}

.sun-frog {
  width: min(620px, 100%);
  filter: drop-shadow(18px 24px 0 rgba(23, 18, 11, 0.13));
}

.sun-frog .body,
.about-art .body {
  fill: #f9de45;
  stroke: var(--ink);
  stroke-width: 8;
  stroke-linejoin: round;
}

.sun-frog .cheek,
.about-art .cap-bill {
  fill: #efb721;
}

.sun-frog .eyes path,
.about-art .eyes-fill {
  fill: var(--cream);
  stroke: var(--ink);
  stroke-width: 7;
}

.sun-frog .eyes ellipse {
  fill: var(--white);
  stroke: var(--ink);
  stroke-width: 5;
}

.sun-frog .eyes circle,
.about-art circle {
  fill: var(--ink);
}

.sun-frog .eyes circle:nth-last-child(-n + 2) {
  fill: var(--white);
}

.sun-frog .brow,
.sun-frog .mouth,
.sun-frog .smile,
.sun-frog .line,
.about-art .mouth,
.about-art .smile,
.about-art .line {
  fill: none;
  stroke: var(--ink);
  stroke-width: 8;
  stroke-linecap: round;
}

.sun-frog .smile,
.about-art .smile {
  stroke: #8f3e10;
}

.sun-frog .hand {
  fill: #f4d033;
  stroke: var(--ink);
  stroke-width: 7;
}

.sun-frog .coin,
.about-art .cap {
  fill: var(--orange);
  stroke: var(--ink);
  stroke-width: 7;
}

.sun-frog .shadow {
  fill: rgba(23, 18, 11, 0.18);
}

.exchange-strip {
  position: relative;
  width: min(980px, calc(100% - 32px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.exchange-strip a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  background: rgba(23, 18, 11, 0.16);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-text-stroke: 0.8px var(--ink);
  paint-order: stroke fill;
  text-shadow: 2px 3px 0 var(--ink);
}

.exchange-strip span {
  color: var(--yellow);
}

.brush-band {
  position: relative;
  background: #dcae16;
  padding: clamp(76px, 10vw, 132px) 0;
  border-block: 12px solid var(--cream);
}

.brush-band::before,
.brush-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background: repeating-linear-gradient(90deg, transparent 0 72px, rgba(23, 18, 11, 0.28) 72px 78px, transparent 78px 146px);
  opacity: 0.35;
}

.brush-band::before {
  top: -16px;
}

.brush-band::after {
  bottom: -16px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.about-art svg,
.about-art img {
  width: min(540px, 100%);
  display: block;
  margin-inline: auto;
  filter: drop-shadow(12px 18px 0 rgba(23, 18, 11, 0.12));
}

.image-tilt {
  perspective: 1000px;
}

.image-tilt img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 18px 18px 0 rgba(23, 18, 11, 0.18);
  transform: rotateY(11deg) rotateX(4deg);
  animation: imageTilt 5s ease-in-out infinite;
}

.about-art text {
  fill: var(--white);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1px;
}

.about-copy p,
.bridge-panel p,
.tokenomics p,
.site-footer p {
  font-size: clamp(1.1rem, 2vw, 1.48rem);
  line-height: 1.35;
  color: var(--white);
  text-shadow: 1px 2px 0 rgba(23, 18, 11, 0.22);
}

.about-copy p {
  max-width: 560px;
}

.section-logo {
  width: 84px;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  margin: 0 0 18px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 7px 8px 0 rgba(23, 18, 11, 0.22);
  animation: badgeBounce 3.8s ease-in-out infinite;
}

.section-logo-center {
  margin-inline: auto;
}

.gallery-3d {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 11vw, 150px) 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 34%),
    radial-gradient(circle at 78% 30%, rgba(255, 143, 31, 0.42), transparent 24rem),
    var(--yellow);
}

.gallery-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
}

.gallery-copy {
  position: relative;
  z-index: 2;
}

.gallery-copy p:not(.eyebrow) {
  max-width: 460px;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.36;
  text-shadow: 1px 2px 0 rgba(23, 18, 11, 0.22);
}

.gallery-copy h2 {
  max-width: 720px;
  margin: 0 0 34px;
  color: var(--white);
  font-family: var(--display-font);
  font-size: clamp(2.8rem, 5.8vw, 6.7rem);
  font-style: italic;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: skewX(-8deg) rotate(-1deg);
  -webkit-text-stroke: clamp(2px, 0.32vw, 5px) var(--ink);
  paint-order: stroke fill;
  text-shadow:
    5px 6px 0 var(--ink),
    10px 12px 0 rgba(23, 18, 11, 0.18);
}

.gallery-button {
  width: min(380px, 100%);
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffd75a, #ffb400);
  border: 5px solid var(--ink);
  border-radius: 18px;
  box-shadow: 0 9px 0 rgba(23, 18, 11, 0.32);
  font-family: var(--display-font);
  font-style: italic;
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 0 rgba(23, 18, 11, 0.32);
}

.carousel-scene {
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1300px;
}

.carousel-ring {
  position: relative;
  width: min(310px, 62vw);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  animation: carouselSpin 18s linear infinite;
}

.carousel-ring:hover {
  animation-play-state: paused;
}

.carousel-ring figure {
  --angle: calc(var(--i) * 60deg);
  position: absolute;
  inset: 0;
  margin: 0;
  transform: rotateY(var(--angle)) translateZ(380px);
  transform-style: preserve-3d;
}

.carousel-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 12px 14px 0 rgba(23, 18, 11, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.carousel-ring figure:hover img {
  transform: translateZ(34px) scale(1.04);
  box-shadow: 18px 20px 0 rgba(23, 18, 11, 0.28);
}

.narrow {
  width: min(960px, calc(100% - 32px));
}

.buy-section h2 {
  text-align: center;
  margin-bottom: 26px;
}

.buy-contract {
  width: min(760px, 100%);
  margin: 0 auto 36px;
}

.steps {
  display: grid;
  gap: 22px;
}

.step-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px 34px;
  border: 2px solid var(--cream);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(180deg, #473917, #302711);
  color: var(--white);
  box-shadow: var(--shadow);
}

.step-icon {
  width: 78px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--ink);
  font-size: 2.35rem;
  font-weight: 950;
  transform: rotate(-8deg);
}

.step-icon.coins {
  background: #65c8ff;
}

.step-icon.swap {
  background: #ff4fa3;
}

.step-icon.shine {
  background: #f8efe2;
}

.step-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-family: var(--display-font);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--ink);
  paint-order: stroke fill;
  text-shadow: 3px 4px 0 var(--ink);
}

.step-card p {
  margin: 0;
  line-height: 1.42;
}

.bridge {
  padding: clamp(64px, 9vw, 110px) 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 35%),
    var(--yellow);
}

.bridge-panel {
  display: grid;
  grid-template-columns: 0.9fr 1fr auto 220px;
  align-items: center;
  gap: 28px;
  padding: clamp(26px, 5vw, 50px);
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: var(--orange);
  box-shadow: 14px 14px 0 rgba(23, 18, 11, 0.22);
}

.bridge-panel .eyebrow {
  display: block;
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 10px;
}

.bridge-panel h2 {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
}

.pill-link {
  color: var(--white);
  font-weight: 950;
  text-transform: lowercase;
  white-space: nowrap;
}

.bridge-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 4px solid var(--ink);
  border-radius: 8px;
  box-shadow: 10px 12px 0 rgba(23, 18, 11, 0.2);
  transform: rotateY(-14deg) rotateX(4deg);
  transform-style: preserve-3d;
  animation: imageTilt 4.8s ease-in-out infinite reverse;
}

@keyframes stageFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    transform: translateY(-16px) rotateX(3deg);
  }
}

@keyframes cardWobble {
  0%,
  100% {
    transform: rotateY(-14deg) rotateX(6deg) translateZ(42px);
  }
  50% {
    transform: rotateY(-5deg) rotateX(10deg) translateZ(60px);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: rotateY(-18deg) rotateX(10deg) translateZ(96px) translateY(0);
  }
  50% {
    transform: rotateY(-4deg) rotateX(14deg) translateZ(118px) translateY(-12px);
  }
}

@keyframes badgeBounce {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-8px) rotate(5deg);
  }
}

@keyframes coinSpin {
  from {
    transform: rotateY(0deg) rotateZ(-8deg);
  }
  to {
    transform: rotateY(360deg) rotateZ(-8deg);
  }
}

@keyframes cubeSpin {
  from {
    transform: rotateX(-18deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-18deg) rotateY(360deg);
  }
}

@keyframes imageTilt {
  0%,
  100% {
    transform: rotateY(11deg) rotateX(4deg) translateY(0);
  }
  50% {
    transform: rotateY(-7deg) rotateX(7deg) translateY(-10px);
  }
}

@keyframes carouselSpin {
  from {
    transform: rotateX(-6deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-6deg) rotateY(360deg);
  }
}

.tokenomics {
  padding: clamp(76px, 10vw, 132px) 0;
  background: var(--yellow);
}

.token-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.token-grid > div:first-child {
  padding-right: 26px;
}

.tokenomics h2 {
  margin-bottom: 24px;
}

.supply-label {
  margin: 0;
  color: var(--brown) !important;
  font-family: var(--display-font);
  font-style: italic;
  text-transform: uppercase;
  font-weight: 950;
}

.supply {
  margin: 6px 0 18px;
  color: var(--ink) !important;
  font-size: clamp(1.6rem, 3vw, 2.8rem) !important;
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  word-break: break-word;
  text-shadow: none !important;
}

.token-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 10px 10px 0 rgba(23, 18, 11, 0.18);
  text-align: center;
}

.token-card span {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  -webkit-text-stroke: 1.5px var(--ink);
  paint-order: stroke fill;
  text-shadow: 3px 4px 0 rgba(23, 18, 11, 0.24);
}

.token-card p {
  margin: 0;
  color: var(--brown);
  text-shadow: none;
  font-family: var(--display-font);
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.roadmap-art {
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.roadmap-art img {
  width: min(330px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--ink);
  border-radius: 8px;
  box-shadow: 16px 18px 0 rgba(23, 18, 11, 0.2);
  transform: rotateY(10deg) rotateX(3deg);
  animation: imageTilt 5.4s ease-in-out infinite;
}

.roadmap-content {
  text-align: center;
}

.roadmap-content h2 {
  margin-bottom: 46px;
}

.roadmap ol {
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 28px 34px;
  list-style: none;
  display: grid;
  gap: 16px;
  color: var(--white);
  background: linear-gradient(180deg, #473917, #302711);
  border: 3px solid var(--cream);
  border-radius: 0 24px 24px 0;
  box-shadow: 14px 16px 0 rgba(23, 18, 11, 0.18);
}

.roadmap li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-text-stroke: 1px var(--ink);
  paint-order: stroke fill;
  text-shadow: 2px 3px 0 var(--ink);
}

.roadmap span {
  color: var(--yellow);
}

.site-footer {
  background: var(--charcoal);
  color: var(--white);
  padding: 44px 0;
  border-top: 4px solid var(--ink);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-brand .brand-text {
  font-size: 2.4rem;
}

.site-footer p {
  margin: 0;
  max-width: 760px;
  font-size: 1rem;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .nav-shell,
  .hero-inner,
  .section-inner,
  .footer-inner {
    width: min(1080px, calc(100% - 40px));
  }

  .nav-links {
    gap: 14px;
    font-size: 1rem;
  }

  .buy-button,
  .pill-link {
    padding-inline: 22px;
  }

  .hero {
    padding-top: clamp(34px, 4vw, 54px);
  }

  .hero-inner {
    grid-template-columns: minmax(280px, 0.84fr) minmax(420px, 1.16fr);
    gap: 18px;
  }

  .hero-copy {
    transform: translateY(-18px);
  }

  .hero-art {
    min-height: clamp(430px, 48vw, 500px);
  }

  .meme-stage {
    width: min(540px, 100%);
  }

  .hero-card {
    inset: 12% 0 auto auto;
    width: 76%;
  }

  .hero-logo-card {
    left: 2%;
    top: 4%;
    width: 32%;
  }
}

@media (max-width: 980px) {
  .nav-shell {
    min-height: 78px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    border: 3px solid var(--ink);
    border-radius: 8px;
    background: #e7bc19;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 8px 4px;
  }

  .buy-button {
    text-align: center;
  }

  .hero-inner,
  .about-grid,
  .gallery-layout,
  .token-grid,
  .roadmap-grid,
  .bridge-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-copy {
    transform: none;
  }

  .hero-art {
    min-height: clamp(390px, 58vw, 520px);
  }

  .meme-stage {
    width: min(520px, 92vw);
  }

  .carousel-scene {
    min-height: clamp(390px, 56vw, 500px);
  }

  .carousel-ring figure {
    transform: rotateY(var(--angle)) translateZ(280px);
  }

  .exchange-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .bridge-panel {
    text-align: left;
  }

  .token-grid > div:first-child {
    padding-right: 0;
  }

  .bridge-image {
    max-width: 420px;
  }

  .roadmap-grid {
    text-align: center;
  }

  .roadmap-art img {
    width: min(300px, 80vw);
  }
}

@media (max-width: 620px) {
  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand-text {
    font-size: 2.3rem;
  }

  .hero {
    padding-top: 30px;
  }

  .section-inner h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .hero h1,
  .hero h2 {
    max-width: 100%;
    font-size: clamp(1.55rem, 8.5vw, 2.85rem);
    line-height: 0.98;
  }

  .hero h3 {
    max-width: 100%;
    font-size: clamp(1.28rem, 6.2vw, 1.85rem);
    line-height: 1.08;
    font-weight: 950;
    text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.42);
  }

  .section-inner h2,
  .brand-text,
  .eyebrow {
    text-shadow:
      3px 4px 0 #5f4300,
      6px 7px 0 rgba(95, 67, 0, 0.18);
  }

  .gallery-copy h2 {
    font-size: clamp(2.05rem, 10.5vw, 3.45rem);
    line-height: 0.92;
    margin-bottom: 22px;
    -webkit-text-stroke: 2px var(--ink);
    text-shadow:
      3px 4px 0 #5f4300,
      6px 7px 0 rgba(95, 67, 0, 0.18);
  }

  .gallery-button {
    min-height: 62px;
    border-width: 4px;
    border-radius: 14px;
  }

  .hero-text,
  .about-copy p,
  .bridge-panel p,
  .tokenomics p {
    font-size: 1.08rem;
  }

  .social-row a {
    width: 54px;
    font-size: 1.35rem;
  }

  .contract-box {
    min-height: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
    padding: 12px;
    border-width: 3px;
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 42%),
      linear-gradient(180deg, #fff1a0, #ffd03d);
    box-shadow: 0 6px 0 rgba(109, 74, 0, 0.34);
  }

  .hero-copy > .contract-box {
    display: none;
  }

  .contract-label {
    width: 44px;
    color: var(--ink);
    background: linear-gradient(180deg, #ffe77b, #ffc31c);
    border: 3px solid var(--brown);
    border-radius: 12px;
    box-shadow: 0 3px 0 rgba(109, 74, 0, 0.26);
    font-size: 1.05rem;
  }

  .contract-box code {
    font-size: 0.84rem;
    line-height: 1.1;
  }

  .copy-ca {
    grid-column: 1 / -1;
    min-height: 46px;
    width: 100%;
    color: var(--brown);
    background: linear-gradient(180deg, #fffced, #fff1b0);
    border-color: var(--brown);
    box-shadow: 0 4px 0 rgba(109, 74, 0, 0.24);
  }

  .meme-stage {
    width: min(380px, 96vw);
  }

  .hero-card {
    inset: 12% 0 auto auto;
    width: 77%;
    border-width: 3px;
    box-shadow: 10px 10px 0 rgba(23, 18, 11, 0.2);
  }

  .hero-logo-card {
    left: 1%;
    top: 3%;
    width: 36%;
    border-width: 3px;
    box-shadow: 10px 10px 0 rgba(23, 18, 11, 0.2);
  }

  .section-logo {
    width: 68px;
  }

  .coin-orbit {
    width: 68px;
    border-width: 3px;
  }

  .coin-orbit span {
    font-size: 2rem;
  }

  .cube-3d {
    width: 54px;
    height: 54px;
  }

  .cube-3d span:nth-child(1) {
    transform: rotateY(0deg) translateZ(27px);
  }

  .cube-3d span:nth-child(2) {
    transform: rotateY(90deg) translateZ(27px);
  }

  .cube-3d span:nth-child(3) {
    transform: rotateX(90deg) translateZ(27px);
  }

  .cube-3d span:nth-child(4) {
    transform: rotateX(-90deg) translateZ(27px);
  }

  .carousel-scene {
    min-height: 340px;
    padding-top: 6px;
    overflow: hidden;
    perspective: 900px;
  }

  .carousel-ring {
    width: min(168px, 46vw);
    aspect-ratio: 1;
    display: block;
    animation: carouselSpin 18s linear infinite;
    transform-style: preserve-3d;
  }

  .carousel-ring figure {
    position: absolute;
    inset: 0;
    transform: rotateY(var(--angle)) translateZ(170px);
  }

  .carousel-ring img {
    height: 100%;
    aspect-ratio: 1;
    border-width: 4px;
    box-shadow: 8px 9px 0 rgba(23, 18, 11, 0.2);
  }

  .exchange-strip {
    grid-template-columns: 1fr;
  }

  .step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 8px;
  }

  .roadmap li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: clamp(1.15rem, 6vw, 1.65rem);
  }

  .roadmap ol {
    padding: 24px 18px;
    border-radius: 8px;
  }

  .footer-inner {
    gap: 18px;
  }
}
