:root {
  --pink-50: #fff8fc;
  --pink-100: #ffeaf4;
  --pink-200: #ffd0e4;
  --pink-300: #ffafd0;
  --pink-400: #ff83b5;
  --pink-500: #f74f98;
  --pink-600: #d92d78;
  --berry: #8b174a;
  --ink: #301827;
  --muted: #79586a;
  --white: #fff;
  --line: rgba(197, 53, 115, .16);
  --shadow: 0 24px 80px rgba(203, 64, 128, .14);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 190, 220, .58), transparent 32rem),
    radial-gradient(circle at 89% 14%, rgba(255, 220, 239, .9), transparent 35rem),
    linear-gradient(180deg, #fff 0%, #fff8fc 35%, #ffeef7 100%);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: .62;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 2px, transparent 2.8px),
    radial-gradient(circle, rgba(255,122,177,.18) 0 1.5px, transparent 2.4px);
  background-size: 64px 64px, 92px 92px;
  background-position: 0 0, 28px 20px;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.ambient {
  position: fixed;
  z-index: -3;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.ambient-one { top: 12%; left: -18%; background: rgba(255,132,185,.18); }
.ambient-two { right: -20%; top: 54%; background: rgba(255,187,217,.22); }

.floating-hearts span {
  position: fixed;
  z-index: -1;
  left: var(--x);
  top: var(--y);
  color: rgba(255, 106, 167, .23);
  font-size: calc(34px * var(--s));
  animation: drift 7s ease-in-out infinite var(--d);
  text-shadow: 0 8px 20px rgba(210,47,117,.12);
  pointer-events: none;
}
@keyframes drift { 50% { transform: translateY(-14px) rotate(8deg) scale(1.08); } }

.page-shell { width: min(1420px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 12px;
  min-height: 78px;
  margin: 14px 0 26px;
  padding: 10px 12px 10px 18px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 26px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 16px 46px rgba(175,51,109,.12);
  backdrop-filter: blur(20px);
}

.mini-brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 950; color: var(--pink-600); }
.brand-face {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 2px solid var(--pink-200); border-radius: 50%; background: linear-gradient(145deg,#fff,#ffe2f0);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.75), 0 8px 16px rgba(198,59,120,.14);
  font-size: 15px; color: #3f3540;
}
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 44px); }
.main-nav a { color: #604354; font-size: 14px; font-weight: 850; transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--pink-600); transform: translateY(-2px); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.round-link {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid var(--pink-200); border-radius: 50%; background: #fff;
  box-shadow: 0 8px 18px rgba(190,54,117,.12); transition: transform .2s ease;
}
.round-link:hover, .pill-link:hover, .ca-button:hover { transform: translateY(-2px); }
.round-link svg { width: 18px; fill: #20151b; }
.pill-link, .action {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 999px; font-weight: 950; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.pill-link { min-height: 46px; padding: 0 19px; color: #fff; background: linear-gradient(180deg,#ff8cbd,#f14b92); box-shadow: inset 0 2px rgba(255,255,255,.38), 0 8px 18px rgba(221,45,118,.23); }
.capsule {
  width: 23px; height: 13px; border: 2px solid #40313a; border-radius: 999px;
  background: linear-gradient(135deg,#9cf2d8 0 50%,#fff 50%); transform: rotate(-43deg);
  box-shadow: inset 0 1px rgba(255,255,255,.8);
}
.ca-button {
  min-height: 46px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--pink-200); border-radius: 999px; color: var(--berry); background: #fff;
  box-shadow: 0 8px 18px rgba(190,54,117,.1); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease;
}
.ca-button span { font-size: 11px; color: var(--pink-500); font-weight: 950; }
.ca-button strong { max-width: 92px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.ca-button.copied, .action-ca.copied { color: #fff; background: var(--pink-500); border-color: var(--pink-500); }

.section-card {
  border: 1px solid rgba(225,99,154,.16);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero {
  min-height: 700px;
  padding: clamp(28px,5vw,72px);
  display: grid;
  grid-template-columns: minmax(0,1.02fr) minmax(450px,.98fr);
  align-items: center;
  gap: clamp(24px,4vw,70px);
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 82% 32%, rgba(255,162,205,.4), transparent 20rem),
    radial-gradient(circle at 75% 68%, rgba(255,222,238,.88), transparent 27rem),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,240,248,.9));
}
.hero::after {
  content: ""; position: absolute; inset: auto -4% -110px 37%; height: 230px;
  border-radius: 50%; background: rgba(255,193,220,.28); filter: blur(8px); transform: rotate(-5deg);
}
.hero-copy { position: relative; z-index: 5; }
.eyebrow { margin: 0 0 12px; color: var(--pink-500); font-size: 12px; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  max-width: 670px;
  color: var(--pink-500);
  font-size: clamp(68px,8.4vw,132px);
  line-height: .79;
  letter-spacing: -.085em;
  text-shadow:
    0 3px 0 #fff,
    0 7px 0 #7e204c,
    0 12px 22px rgba(138,26,75,.22);
  transform: rotate(-1deg);
}
.hero h1 span { display: block; color: #fff; -webkit-text-stroke: 3px #541d38; text-shadow: 0 4px 0 #f4bfd3,0 8px 0 #7e204c,0 12px 20px rgba(138,26,75,.22); }
.ticker-chip {
  width: fit-content; margin-top: 30px; padding: 12px 21px;
  border: 2px solid #ffb2d2; border-radius: 999px; color: var(--pink-500); background: #fff;
  box-shadow: 0 8px 0 rgba(217,45,120,.1), 0 14px 30px rgba(217,45,120,.12);
  font-size: clamp(16px,2vw,23px);
}
.ticker-chip strong { margin: 0 10px; }
.hero-text { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: clamp(16px,1.6vw,20px); line-height: 1.6; }
.hero-buttons { margin-top: 28px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.action { min-height: 58px; padding: 0 24px; border: 2px solid transparent; font-size: 15px; }
.action svg { width: 18px; fill: currentColor; }
.action:hover { transform: translateY(-3px) scale(1.01); }
.action-dark { color: #fff; background: linear-gradient(180deg,#30262c,#151014); box-shadow: 0 10px 0 #060405,0 16px 25px rgba(16,8,13,.18); }
.action-pink { color: #fff; background: linear-gradient(180deg,#ff8cbd,#ef3f8a); box-shadow: 0 10px 0 #c8236b,0 16px 25px rgba(206,38,109,.2); }
.action-ca { color: var(--berry); border-color: var(--pink-200); background: #fff; box-shadow: 0 10px 0 #f3c4d8,0 16px 25px rgba(206,38,109,.11); }
.action-ca span { color: var(--pink-500); font-size: 12px; }
.token-stats { margin-top: 36px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--pink-200); border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 12px 24px rgba(201,56,120,.08); }
.token-stats div { min-width: 0; padding: 15px 18px; position: relative; }
.token-stats div + div::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: var(--pink-200); }
.token-stats span { display: block; margin-bottom: 4px; color: var(--pink-500); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.token-stats strong { display: block; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }

.hero-art { position: relative; min-height: 580px; display: grid; place-items: center; }
.pink-orbit { position: absolute; border-radius: 50%; border: 28px solid rgba(255,126,181,.12); }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 385px; height: 385px; border-width: 3px; border-style: dashed; border-color: rgba(233,53,129,.22); animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.raccoon-stage { position: relative; z-index: 5; width: min(530px,95%); animation: bob 4.2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-9px); } }
.raccoon-svg { width: 100%; }
.hero-heart { position: absolute; z-index: 6; color: #ff70ab; text-shadow: 0 4px 0 #d93279,0 10px 20px rgba(214,44,117,.2); animation: heartFloat 3.6s ease-in-out infinite; }
.heart-a { top: 11%; right: 8%; font-size: 84px; transform: rotate(12deg); }
.heart-b { top: 25%; left: 3%; font-size: 46px; animation-delay: -1.4s; }
.heart-c { bottom: 21%; right: 3%; font-size: 38px; animation-delay: -2.4s; }
@keyframes heartFloat { 50% { translate: 0 -12px; rotate: -4deg; scale: 1.05; } }
.cloud { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 999px; background: #fff; box-shadow: 0 12px 40px rgba(209,71,131,.12); }
.cloud::before, .cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.cloud-back { z-index: 1; bottom: 68px; width: 470px; height: 110px; opacity: .7; }
.cloud-back::before { width: 160px; height: 160px; left: 60px; }
.cloud-back::after { width: 205px; height: 205px; right: 65px; }
.cloud-front { z-index: 7; bottom: 25px; width: 520px; height: 105px; background: linear-gradient(180deg,#fff,#ffddee); }
.cloud-front::before { width: 160px; height: 150px; left: 30px; }
.cloud-front::after { width: 190px; height: 170px; right: 25px; }

.chart-section { margin-top: 34px; padding: clamp(24px,4vw,46px); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
h2 { margin: 0; color: var(--berry); font-size: clamp(38px,5vw,64px); line-height: 1; letter-spacing: -.055em; }
.small-link { padding: 11px 16px; border: 1px solid var(--pink-200); border-radius: 999px; color: var(--pink-600); background: #fff; font-weight: 900; font-size: 13px; }
.is-hidden { display: none !important; }
.chart-frame { min-height: 480px; margin-top: 24px; overflow: hidden; border: 2px dashed #ffb0d0; border-radius: 27px; background: linear-gradient(180deg,#fff,#fff7fb); }
.chart-frame iframe { width: 100%; height: 630px; border: 0; display: block; }
.chart-placeholder { min-height: 480px; padding: 35px; display: grid; place-items: center; align-content: center; text-align: center; }
.chart-placeholder strong { margin-top: 20px; color: var(--berry); font-size: 23px; }
.chart-placeholder p { max-width: 560px; margin: 10px auto 0; color: var(--muted); line-height: 1.55; }
.chart-placeholder code { padding: 3px 7px; border-radius: 8px; color: var(--pink-600); background: var(--pink-100); }
.tiny-bars { height: 100px; display: flex; align-items: end; gap: 9px; }
.tiny-bars i { width: 18px; border-radius: 7px 7px 2px 2px; background: linear-gradient(#ff9cc6,#ed3d86); animation: bars 1.8s ease-in-out infinite alternate; }
.tiny-bars i:nth-child(1){height:35%}.tiny-bars i:nth-child(2){height:62%;animation-delay:-.4s}.tiny-bars i:nth-child(3){height:50%;animation-delay:-.8s}.tiny-bars i:nth-child(4){height:91%;animation-delay:-.2s}.tiny-bars i:nth-child(5){height:72%;animation-delay:-.65s}
@keyframes bars { to { transform: scaleY(.72); opacity: .7; } }

.roadmap-section { margin-top: 92px; }
.section-heading { text-align: center; }
.roadmap-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.road-card { position: relative; min-height: 290px; padding: 28px; border: 1px solid var(--pink-200); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); box-shadow: 0 18px 50px rgba(199,55,118,.1); transition: transform .25s ease, box-shadow .25s ease; }
.road-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 28px 60px rgba(199,55,118,.16); }
.road-card::after { content: "♥"; position: absolute; right: 22px; top: 20px; color: var(--pink-300); font-size: 20px; }
.road-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--pink-200); border-radius: 50%; background: linear-gradient(145deg,#fff,#ffe2f0); box-shadow: inset 0 0 0 7px rgba(255,255,255,.7); font-size: 32px; }
.road-card > span { display: block; margin-top: 30px; color: var(--pink-500); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.road-card h3 { margin: 8px 0 10px; color: var(--berry); font-size: 28px; }
.road-card p { margin: 0; color: var(--muted); line-height: 1.6; }

.game-section { margin-top: 34px; padding: clamp(28px,4vw,52px); display: grid; grid-template-columns: .8fr 1.2fr .7fr; align-items: center; gap: 28px; overflow: hidden; }
.game-copy p:not(.eyebrow) { max-width: 360px; color: var(--muted); line-height: 1.6; }
.score-card { width: fit-content; margin-top: 26px; padding: 13px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--pink-200); border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(210,52,120,.11); }
.score-heart { color: #ff5a9f; font-size: 48px; line-height: 1; text-shadow: 0 5px 0 #d52b74,0 10px 18px rgba(205,44,111,.18); }
.score-card span { display: block; color: var(--pink-500); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.score-card strong { display: block; min-width: 100px; margin-top: 2px; color: var(--pink-500); font-size: 34px; }
.reset-button { margin-top: 15px; padding: 9px 13px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 850; }
.reset-button:hover { color: var(--pink-600); }
.tap-zone { min-height: 420px; position: relative; display: grid; place-items: center; }
.tap-ring { position: absolute; width: 370px; height: 370px; border: 2px dashed rgba(240,70,144,.3); border-radius: 50%; animation: spin 24s linear infinite reverse; }
.tap-raccoon { position: relative; z-index: 3; width: 340px; border: 0; background: transparent; cursor: pointer; filter: drop-shadow(0 22px 20px rgba(198,51,113,.16)); touch-action: manipulation; }
.tap-raccoon:hover { transform: scale(1.035); }
.tap-raccoon:active, .tap-raccoon.is-hit { animation: tapBounce .34s ease; }
@keyframes tapBounce { 45% { transform: scale(.86) rotate(-4deg); } 75% { transform: scale(1.08) rotate(3deg); } }
.tap-label { position: absolute; z-index: 5; bottom: 9%; padding: 10px 18px; border: 1px solid var(--pink-200); border-radius: 999px; color: var(--pink-600); background: #fff; box-shadow: 0 10px 24px rgba(197,51,113,.12); font-size: 13px; font-weight: 950; pointer-events: none; }
.game-help { padding: 24px; border: 1px solid var(--pink-200); border-radius: 24px; background: linear-gradient(145deg,#fff,#fff3f9); box-shadow: 0 16px 40px rgba(194,52,115,.09); }
.game-help h3 { margin: 0 0 15px; color: var(--pink-600); font-size: 21px; }
.game-help p { margin: 10px 0; color: var(--muted); }
.game-help p::before { content: "♥"; margin-right: 9px; color: var(--pink-400); }
.burst-heart { position: absolute; z-index: 15; left: 50%; top: 50%; color: #ff4e99; font-size: var(--size,34px); line-height: 1; text-shadow: 0 4px 0 #cf2169,0 10px 20px rgba(203,36,104,.22); pointer-events: none; animation: burst .8s cubic-bezier(.15,.7,.2,1) forwards; }
@keyframes burst { 0% { opacity: 0; transform: translate(-50%,-20%) scale(.5) rotate(0); } 18% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(1.25) rotate(var(--rot)); } }

.about-strip { margin: 34px 0 0; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-radius: 26px; color: #fff; background: linear-gradient(135deg,#f85da0,#d92f78); box-shadow: 0 20px 55px rgba(201,42,112,.2); }
.about-strip > div:first-child { display: grid; grid-template-columns: auto 1fr; gap: 0 10px; align-items: center; }
.about-strip > div:first-child span { grid-row: 1 / 3; font-size: 35px; }
.about-strip strong { font-size: 19px; }
.about-strip small { color: rgba(255,255,255,.75); }
.about-strip p { margin: 0; color: rgba(255,255,255,.84); line-height: 1.5; }
.about-actions { display: flex; gap: 9px; }
.about-actions a { padding: 11px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.12); font-weight: 900; }
footer { min-height: 82px; padding: 24px 8px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.svg-defs { position: absolute; overflow: hidden; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-text { margin-left: auto; margin-right: auto; }
  .ticker-chip, .hero-buttons { margin-left: auto; margin-right: auto; justify-content: center; }
  .token-stats { max-width: 680px; margin-left: auto; margin-right: auto; }
  .hero-art { min-height: 520px; }
  .game-section { grid-template-columns: 1fr 1fr; }
  .game-help { grid-column: 1 / -1; }
  .about-strip { grid-template-columns: 1fr; text-align: center; }
  .about-strip > div:first-child, .about-actions { justify-content: center; }
}

@media (max-width: 760px) {
  .page-shell { width: min(100% - 18px,1420px); }
  .site-header { top: 8px; min-height: 66px; margin-top: 8px; padding: 8px 9px 8px 12px; grid-template-columns: 1fr auto; border-radius: 21px; }
  .mini-brand { font-size: 15px; }
  .brand-face { width: 42px; height: 42px; }
  .header-actions .pill-link, .ca-button-small { display: none; }
  .hero { min-height: auto; padding: 42px 18px 22px; grid-template-columns: 1fr; border-radius: 28px; }
  .hero h1 { font-size: clamp(64px,22vw,92px); }
  .hero h1 span { -webkit-text-stroke-width: 2px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .action { width: 100%; }
  .token-stats { grid-template-columns: 1fr; }
  .token-stats div + div::before { left: 10%; right: 10%; top: 0; bottom: auto; width: auto; height: 1px; }
  .hero-art { min-height: 420px; }
  .raccoon-stage { width: 420px; max-width: 105%; }
  .pink-orbit { width: 340px; height: 340px; }
  .orbit-two { width: 290px; height: 290px; }
  .cloud-front { width: 390px; max-width: 110%; }
  .heart-a { font-size: 54px; }
  .chart-section { padding: 24px 14px; border-radius: 28px; }
  .chart-frame, .chart-placeholder { min-height: 380px; }
  .chart-frame iframe { height: 570px; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .roadmap-section { margin-top: 68px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .road-card { min-height: 240px; }
  .game-section { padding: 30px 18px; grid-template-columns: 1fr; text-align: center; border-radius: 28px; }
  .game-copy p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .score-card { margin-left: auto; margin-right: auto; }
  .tap-zone { min-height: 360px; }
  .tap-ring { width: 300px; height: 300px; }
  .tap-raccoon { width: 290px; }
  .about-strip { padding: 24px 18px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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


/* MicRaccoon mascot refresh */
.hero-mascot-image {
  position: relative;
  z-index: 5;
  width: min(590px, 112%);
  max-height: 610px;
  object-fit: contain;
  border-radius: 42px;
  filter: drop-shadow(0 24px 28px rgba(181, 43, 105, .22));
  transform: rotate(-1.5deg);
  animation: mascotFloat 4.8s ease-in-out infinite;
}
@keyframes mascotFloat {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}
.raccoon-stage { width: min(610px, 100%); height: auto; min-height: 520px; display: grid; place-items: center; }
.raccoon-stage .raccoon-svg { display: none; }

.mascot-section {
  margin-top: 92px;
}
.mascot-heading {
  max-width: 760px;
  margin: 0 auto 30px;
}
.mascot-heading > p:last-child {
  margin: 14px auto 0;
  color: var(--muted);
  font-weight: 700;
}
.mascot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.mascot-card {
  grid-column: span 2;
  min-height: 360px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--pink-200);
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(199,55,118,.11);
  transition: transform .25s ease, box-shadow .25s ease;
}
.mascot-card:hover {
  transform: translateY(-8px) rotate(-.7deg);
  box-shadow: 0 28px 60px rgba(199,55,118,.18);
}
.mascot-card img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
}
.mascot-card span {
  display: block;
  margin: 14px 10px 3px;
  color: var(--pink-500);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mascot-card strong {
  display: block;
  margin: 0 10px 12px;
  color: var(--berry);
  font-size: 21px;
}
.mascot-card-wide { grid-column: span 4; }
.mascot-card-wide img { object-position: center 60%; }
.mascot-card-tall { grid-row: span 1; }

@media (max-width: 900px) {
  .mascot-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mascot-card, .mascot-card-wide { grid-column: span 1; }
  .hero-mascot-image { width: min(520px, 100%); }
  .raccoon-stage { min-height: 430px; }
}
@media (max-width: 580px) {
  .mascot-grid { grid-template-columns: 1fr; }
  .mascot-card { min-height: 0; }
  .mascot-card img { height: auto; aspect-ratio: 1 / 1; }
  .raccoon-stage { min-height: 360px; }
}

/* Final mascot layout refinements */
.mascot-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}
.mascot-card,
.mascot-card-wide,
.mascot-card-tall {
  grid-column: span 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.mascot-card img,
.mascot-card-wide img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #fff8fc, #ffe9f3);
}
.mascot-card strong { margin-top: auto; }

.hero-art {
  overflow: visible;
  isolation: isolate;
}
.raccoon-stage {
  position: relative;
  z-index: 5;
  min-height: 510px;
  align-items: end;
  padding-bottom: 62px;
}
.hero-mascot-image {
  width: min(430px, 85%);
  max-height: 470px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(181,43,105,.22));
  animation: mascotCloudFloat 4.2s ease-in-out infinite;
}
.cloud-back { display: none; }
.cloud-front {
  z-index: 4;
  bottom: 34px;
  width: 420px;
  height: 86px;
  animation: cloudDrift 5.2s ease-in-out infinite;
}
.cloud-front::before { width: 135px; height: 125px; left: 28px; }
.cloud-front::after { width: 160px; height: 145px; right: 24px; }
.hero-heart {
  z-index: 8;
  font-size: clamp(32px, 4vw, 58px);
  animation: heartOrbit 4.4s ease-in-out infinite;
}
.heart-a { left: 10%; top: 25%; }
.heart-b { right: 7%; top: 17%; animation-delay: -1.3s; }
.heart-c { right: 14%; bottom: 22%; animation-delay: -2.5s; }
@keyframes mascotCloudFloat {
  0%,100% { transform: translateY(0) rotate(-1.2deg); }
  50% { transform: translateY(-16px) rotate(1.2deg); }
}
@keyframes cloudDrift {
  0%,100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) translateY(6px) scale(1.025); }
}
@keyframes heartOrbit {
  0%,100% { transform: translateY(0) rotate(-8deg) scale(1); opacity: .82; }
  50% { transform: translateY(-20px) rotate(9deg) scale(1.12); opacity: 1; }
}
.tap-raccoon {
  overflow: visible;
  display: grid;
  place-items: center;
}
.tap-mascot-image {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 14px 12px rgba(181,43,105,.18));
  pointer-events: none;
  user-select: none;
}
.tap-raccoon:active .tap-mascot-image { transform: scale(.92) rotate(-3deg); }

@media (max-width: 1100px) {
  .mascot-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .mascot-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .raccoon-stage { min-height: 400px; padding-bottom: 55px; }
  .hero-mascot-image { width: min(350px, 82%); max-height: 370px; }
  .cloud-front { width: 340px; }
}
@media (max-width: 500px) {
  .mascot-grid { grid-template-columns: 1fr; }
  .mascot-card img, .mascot-card-wide img { aspect-ratio: 4 / 5; }
}

/* Hero mascot and cloud now move as one transparent floating unit. */
.hero-art {
  min-height: 560px;
  overflow: visible;
  isolation: isolate;
  background: transparent;
}
.hero-art .pink-orbit,
.hero-art .cloud,
.hero-art .raccoon-stage {
  display: none !important;
}
.hero-flyer {
  position: relative;
  z-index: 5;
  width: min(500px, 96%);
  height: 500px;
  margin: auto;
  animation: heroFly 4.6s ease-in-out infinite;
  transform-origin: 50% 72%;
  filter: drop-shadow(0 28px 28px rgba(181, 43, 105, .16));
}
.hero-mascot-image {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 82px;
  width: min(365px, 78%);
  max-height: none;
  border-radius: 0;
  object-fit: contain;
  transform: translateX(-50%);
  animation: none !important;
  filter: none;
}
.hero-cloud {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  width: min(455px, 94%);
  height: 112px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #fff7fb 48%, #ffdceb 100%);
  box-shadow:
    inset 0 5px 12px rgba(255,255,255,.95),
    0 22px 38px rgba(204, 67, 128, .14);
}
.hero-cloud::before,
.hero-cloud::after,
.hero-cloud i {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}
.hero-cloud::before {
  width: 155px;
  height: 155px;
  left: 35px;
  bottom: 18px;
}
.hero-cloud::after {
  width: 190px;
  height: 190px;
  right: 35px;
  bottom: 8px;
}
.hero-cloud i:nth-child(1) {
  width: 145px;
  height: 145px;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
}
.hero-cloud i:nth-child(2) {
  width: 92px;
  height: 92px;
  left: 10px;
  bottom: 3px;
}
.hero-cloud i:nth-child(3) {
  width: 102px;
  height: 102px;
  right: 7px;
  bottom: 0;
}
@keyframes heroFly {
  0%, 100% { transform: translateY(0) rotate(-.7deg); }
  50% { transform: translateY(-22px) rotate(.8deg); }
}
.hero-heart {
  z-index: 8;
  animation: heroHeartDrift 4.2s ease-in-out infinite;
}
.heart-a { left: 7%; top: 24%; right: auto; }
.heart-b { right: 7%; top: 18%; left: auto; animation-delay: -1.4s; }
.heart-c { right: 10%; bottom: 24%; animation-delay: -2.6s; }
@keyframes heroHeartDrift {
  0%,100% { transform: translateY(0) rotate(-8deg) scale(1); opacity: .82; }
  50% { transform: translateY(-17px) rotate(8deg) scale(1.1); opacity: 1; }
}

/* Keep the clicker mascot in the visual center of the ring. */
.tap-zone {
  min-height: 420px;
  position: relative;
  display: block;
}
.tap-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 370px;
  height: 370px;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.tap-raccoon {
  position: absolute;
  z-index: 3;
  left: 49%;
  top: 45%;
  width: 310px;
  height: 310px;
  padding: 0;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  overflow: visible;
}
.tap-raccoon:hover { transform: translate(-50%, -50%) scale(1.035); }
.tap-raccoon:active,
.tap-raccoon.is-hit { animation: tapBounceCentered .34s ease; }
.tap-mascot-image {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
}
@keyframes tapBounceCentered {
  0%,100% { transform: translate(-50%, -50%) scale(1) rotate(0); }
  45% { transform: translate(-50%, -50%) scale(.86) rotate(-4deg); }
  75% { transform: translate(-50%, -50%) scale(1.08) rotate(3deg); }
}
.tap-label {
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .hero-art { min-height: 430px; }
  .hero-flyer { width: min(390px, 100%); height: 400px; }
  .hero-mascot-image { width: min(290px, 76%); bottom: 72px; }
  .hero-cloud { width: min(350px, 94%); height: 88px; bottom: 30px; }
  .hero-cloud::before { width: 120px; height: 120px; left: 24px; bottom: 15px; }
  .hero-cloud::after { width: 145px; height: 145px; right: 25px; bottom: 7px; }
  .hero-cloud i:nth-child(1) { width: 112px; height: 112px; bottom: 27px; }
  .hero-cloud i:nth-child(2) { width: 72px; height: 72px; }
  .hero-cloud i:nth-child(3) { width: 78px; height: 78px; }
  .tap-zone { min-height: 360px; }
  .tap-ring { width: 300px; height: 300px; }
  .tap-raccoon { width: 260px; height: 260px; }
  .tap-label { bottom: 13px; }
}
.tap-ring { animation: tapRingSpin 24s linear infinite; }
@keyframes tapRingSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.music-toggle{position:fixed;right:20px;bottom:20px;z-index:9999;background:#ff75ad;color:#fff;border:none;padding:12px 16px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.music-toggle:hover{transform:scale(1.05)}
