:root {
  --lime: #c6ff3a;
  --ink: #1a1408;
  --cream: #fff6e4;
  --blush: #ff7eb6;
  --blush-deep: #e84d8a;
  --muted: #6b5a48;
  --card: 28px;
  --shadow: 0 8px 0 rgba(26, 20, 8, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: Nunito, system-ui, sans-serif;
  background: var(--lime);
  background-image: radial-gradient(rgba(26, 20, 8, 0.08) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  color: var(--ink);
  min-height: 100vh;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { font: inherit; }

.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.display { font-family: Fredoka, system-ui, sans-serif; font-weight: 600; letter-spacing: -0.03em; }

.header-pad { position: sticky; top: 0; z-index: 20; padding: 16px 16px 0; }
.bar {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  flex-wrap: wrap;
  background: var(--cream);
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: var(--shadow);
}
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; padding-left: 4px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-family: Fredoka, system-ui, sans-serif; font-size: 20px; }
nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
nav .jump { padding: 8px 12px; text-decoration: none; font-weight: 800; color: var(--muted); font-size: 14px; }

.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 8px 16px; border-radius: 999px;
  text-decoration: none; font-weight: 800; font-size: 14px;
  box-shadow: var(--shadow); cursor: pointer; border: 0;
  background: var(--cream); color: var(--ink);
}
.pill.blush { background: var(--blush); }
.pill:hover { filter: brightness(1.04); }

.hero {
  display: grid; grid-template-columns: 1fr; align-items: center; gap: 24px;
  padding: 28px 0 32px;
}
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream); border-radius: 999px; padding: 8px 16px;
  font-weight: 800; font-size: 14px; box-shadow: var(--shadow); margin-bottom: 16px;
}
h1 { font-size: clamp(48px, 10vw, 88px); line-height: 0.9; }
h1 em { font-style: normal; color: var(--blush-deep); }
.lead { margin-top: 20px; max-width: 28rem; font-weight: 700; font-size: 18px; line-height: 1.5; color: rgba(26,20,8,.8); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.ca {
  margin-top: 24px; display: flex; align-items: stretch; min-width: 0; max-width: 32rem;
  overflow: hidden; background: var(--cream); border-radius: var(--card); box-shadow: var(--shadow);
}
.ca .tag {
  display: grid; place-items: center; padding: 0 16px;
  background: var(--blush); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.ca code { flex: 1; min-width: 0; padding: 12px 16px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ca button { margin: 8px; border: 0; border-radius: 999px; background: var(--blush); padding: 0 16px; font-weight: 800; cursor: pointer; }

.mascot { order: -1; text-align: center; }
.stage { position: relative; display: grid; place-items: center; }
.halo { position: absolute; width: 256px; height: 256px; border-radius: 50%; background: rgba(255,246,228,.8); }
.mascot img { position: relative; width: min(220px, 70vw); }
.speech {
  position: relative; z-index: 1; margin: 12px auto 0; max-width: 22rem;
  background: var(--cream); border-radius: 999px; padding: 8px 16px;
  font-weight: 800; font-size: 14px; box-shadow: var(--shadow);
}

.ticker {
  overflow: hidden; border-top: 2px solid rgba(26,20,8,.1); border-bottom: 2px solid rgba(26,20,8,.1);
  background: rgba(255,246,228,.7); padding: 12px 0;
}
.ticker-track { display: flex; width: max-content; gap: 32px; animation: marquee 22s linear infinite; font-weight: 800; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.ticker-track span { display: flex; gap: 32px; }

.section { padding: 40px 0; }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(26,20,8,.7); }
h2 { font-size: clamp(28px, 6vw, 48px); margin-top: 8px; }

.parade { margin-top: 24px; overflow: hidden; border-radius: var(--card); background: rgba(255,246,228,.4); padding: 16px 0; }
.parade-track { display: flex; width: max-content; animation: parade 28s linear infinite; }
.parade-track img { height: 140px; width: auto; object-fit: contain; }

.crew { display: grid; gap: 16px; }
.card { background: var(--cream); border-radius: var(--card); padding: 20px; box-shadow: var(--shadow); }
.card img { height: 240px; width: 100%; object-fit: contain; margin: 0 auto; }
.role { margin-top: 12px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blush-deep); }
.card h3 { font-size: 26px; margin-top: 4px; }
.card p { margin-top: 8px; font-weight: 700; font-size: 14px; line-height: 1.5; color: var(--muted); }

.story { display: grid; gap: 24px; }
.quote { margin-top: 16px; font-size: clamp(22px, 4vw, 30px); line-height: 1.25; }
.story-body p { font-weight: 700; line-height: 1.6; color: var(--muted); }
.story-body p + p { margin-top: 16px; }
.story-body strong { color: var(--ink); font-weight: 800; }

.stats { display: grid; gap: 16px; margin-top: 24px; }
.stat .n { font-size: 36px; color: var(--blush-deep); }
.stat .l { margin-top: 4px; font-weight: 800; color: var(--muted); }

.chart-box { margin-top: 24px; overflow: hidden; background: var(--cream); border-radius: var(--card); box-shadow: var(--shadow); min-height: 320px; }
.chart-box iframe { width: 100%; height: 420px; border: 0; display: block; }
.nap { display: grid; place-items: center; text-align: center; padding: 40px 24px; min-height: 320px; }
.nap img { width: 112px; margin-bottom: 8px; }
.nap h3 { font-size: 30px; }
.nap p { margin-top: 8px; font-weight: 700; color: var(--muted); }

.steps { display: grid; gap: 16px; margin-top: 24px; }
.step .num {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--lime); font-family: Fredoka, system-ui, sans-serif; font-size: 20px;
}
.step h3 { margin-top: 16px; font-size: 24px; }
.step p { margin-top: 8px; font-weight: 700; line-height: 1.5; color: var(--muted); }

.links { display: grid; gap: 16px; margin-top: 24px; }
.link-card { display: flex; flex-direction: column; min-height: 176px; }
.link-card h3 { font-size: 26px; }
.link-card p { margin-top: 4px; flex: 1; font-weight: 700; font-size: 14px; color: var(--muted); }
.link-card .pill { margin-top: 16px; width: 100%; background: var(--blush); }

footer { padding: 0 16px 64px; text-align: center; }
footer .fine { margin: 12px auto 0; max-width: 36rem; font-size: 13px; font-weight: 700; line-height: 1.6; color: rgba(26,20,8,.7); }

.bob { animation: bob 3s ease-in-out infinite; }
.wobble { animation: wobble 1.6s ease-in-out infinite; color: var(--blush); }

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes wobble {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(8deg); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes parade {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (min-width: 640px) {
  .crew { grid-template-columns: 1fr 1fr; }
  .card img { height: 208px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .links { grid-template-columns: 1fr 1fr; }
  .link-card .pill { width: auto; align-self: flex-start; }
  .bar { border-radius: 999px; }
  .hide-sm { display: none; }
}
@media (max-width: 639px) {
  .hide-sm { display: none; }
  nav .jump { display: none; }
}
@media (min-width: 1024px) {
  .hero { grid-template-columns: 1fr 1fr; padding-top: 64px; }
  .mascot { order: 0; }
  .halo { width: 384px; height: 384px; }
  .mascot img { width: 320px; }
  .story { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: 1fr 1fr 1fr; }
  .links { grid-template-columns: repeat(4, 1fr); }
}
