/* ============================================================
   JILLIIPUFF × STAKE — Coming Soon (pastel pink/green)
   Palette: #A8DF8E · #F0FFDF · #FFD8DF · #FFAAB8
   ============================================================ */

/* ============ TOKENS ============ */
:root {
  --green:       #A8DF8E;
  --mint:        #F0FFDF;
  --blush:       #FFD8DF;
  --pink:        #FFAAB8;

  --ink:         #2b3a55;   /* navy — matches the Stake cap */
  --ink-soft:    #5c6b85;
  --ink-faint:   #8a96ab;
  --pink-deep:   #e8607a;
  --green-deep:  #5fae45;

  --paper:       #ffffff;
  --line:        rgba(43,58,85,0.10);

  --sh-sm: 0 1px 2px rgba(43,58,85,0.06), 0 2px 6px rgba(43,58,85,0.05);
  --sh-md: 0 4px 12px rgba(43,58,85,0.08), 0 16px 36px -16px rgba(232,96,122,0.18);
  --sh-lg: 0 8px 20px rgba(43,58,85,0.10), 0 32px 64px -24px rgba(232,96,122,0.25);

  --r-lg: 28px;
  --r-md: 18px;
  --r-sm: 12px;
  --r-pill: 999px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  min-height: 100svh;
  background:
    radial-gradient(900px 600px at 85% -10%, rgba(168,223,142,0.35), transparent 60%),
    radial-gradient(800px 600px at 10% 110%, rgba(255,170,184,0.30), transparent 60%),
    linear-gradient(180deg, var(--mint) 0%, var(--blush) 100%);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.mono { font-family: 'Space Mono', ui-monospace, monospace; }
.num  { font-variant-numeric: tabular-nums; }

a { color: inherit; text-decoration: none; }
button { background: none; border: 0; color: inherit; cursor: pointer; font: inherit; }

/* ============ FLOATING DECOR ============ */
.bubbles { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.bubble {
  position: absolute; border-radius: 50%;
  opacity: 0.55;
  animation: floaty 7s ease-in-out infinite;
}
.bubble.b1 { width: 90px;  height: 90px;  left: 6%;  top: 16%; background: rgba(168,223,142,0.5);  animation-delay: 0s; }
.bubble.b2 { width: 46px;  height: 46px;  left: 14%; top: 64%; background: rgba(255,170,184,0.55); animation-delay: 1.2s; }
.bubble.b3 { width: 64px;  height: 64px;  right: 9%; top: 22%; background: rgba(255,170,184,0.45); animation-delay: 2.1s; }
.bubble.b4 { width: 30px;  height: 30px;  right: 18%; top: 70%; background: rgba(168,223,142,0.6); animation-delay: 0.6s; }
.bubble.b5 { width: 120px; height: 120px; right: -30px; bottom: 8%; background: rgba(240,255,223,0.8); animation-delay: 1.8s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }

/* ============ NAV ============ */
.nav { position: relative; z-index: 2; padding: 22px 0; }
.nav-inner {
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mascot {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--paper);
  box-shadow: var(--sh-sm);
  object-fit: cover;
}
.brand-name { font-weight: 800; font-size: 17px; letter-spacing: -0.01em; color: var(--ink); white-space: nowrap; }
.brand-name .x { font-style: italic; font-weight: 500; color: var(--pink-deep); margin: 0 2px; }

.nav-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-deep);
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(168,223,142,0.6);
  padding: 8px 16px; border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
@media (max-width: 480px) {
  .brand-name { font-size: 14px; }
  .nav-badge { font-size: 10px; padding: 7px 12px; }
}
.nav-badge .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-deep);
  box-shadow: 0 0 0 4px rgba(168,223,142,0.45);
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

/* ============ HERO ============ */
.hero {
  position: relative; z-index: 1;
  flex: 1; display: flex; align-items: center;
  padding: 36px 0 64px;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; width: 100%; }

.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 56px; align-items: center;
}
@media (max-width: 840px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pink-deep);
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(255,170,184,0.55);
  padding: 8px 16px; border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
  margin-bottom: 26px;
}
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(255,170,184,0.35); }

.hero-title {
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.02;
  color: var(--ink);
}
.hero-title .soon {
  display: block;
  background: linear-gradient(95deg, var(--green-deep) 10%, var(--pink-deep) 80%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-lede {
  margin-top: 22px; font-size: 17px; line-height: 1.65;
  color: var(--ink-soft); max-width: 480px;
}
.hero-lede b { color: var(--ink); }
@media (max-width: 840px) { .hero-lede { margin-left: auto; margin-right: auto; } }

/* prize chips */
.hero-chips {
  margin-top: 30px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
@media (max-width: 840px) { .hero-chips { justify-content: center; } }
.chip-card {
  background: rgba(255,255,255,0.8);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px 20px;
  box-shadow: var(--sh-sm);
}
.chip-label { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.chip-val { font-size: 20px; font-weight: 800; color: var(--ink); margin-top: 3px; }
.chip-val.green { color: var(--green-deep); }
.chip-val.pink  { color: var(--pink-deep); }

/* notify / socials row */
.hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
@media (max-width: 840px) { .hero-actions { justify-content: center; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 14px; letter-spacing: -0.01em;
  padding: 14px 26px; border-radius: var(--r-pill);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  white-space: nowrap;
}
.btn .arr { transition: transform 0.2s; }
.btn:hover .arr { transform: translateX(3px); }
.btn-pink {
  background: linear-gradient(95deg, var(--pink) 0%, var(--pink-deep) 100%);
  color: #fff; box-shadow: var(--sh-md);
}
.btn-pink:hover { transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn-ghost {
  background: rgba(255,255,255,0.8); color: var(--ink);
  border: 1px solid var(--line); box-shadow: var(--sh-sm);
}
.btn-ghost:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }

/* ============ MASCOT ============ */
.mascot-col { display: flex; justify-content: center; position: relative; }
.mascot-ring {
  position: relative;
  width: min(380px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--green) 0%, var(--blush) 55%, var(--pink) 100%);
  padding: 10px;
  box-shadow: var(--sh-lg);
  animation: floaty 6s ease-in-out infinite;
}
.mascot-img {
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--paper);
  display: block;
}
.mascot-tag {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  background: var(--paper); color: var(--ink);
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 9px 18px; border-radius: var(--r-pill);
  box-shadow: var(--sh-md);
  border: 1px solid var(--line);
  white-space: nowrap;
}
.mascot-tag .heart { color: var(--pink-deep); }

/* paw sparkles around mascot */
.spark {
  position: absolute; font-size: 22px;
  animation: floaty 5s ease-in-out infinite;
}
.spark.s1 { top: 4%;  right: 8%;  animation-delay: 0.4s; }
.spark.s2 { bottom: 12%; left: -4%; font-size: 18px; animation-delay: 1.4s; }
.spark.s3 { top: 30%; left: -9%; font-size: 16px; animation-delay: 2.2s; }

/* ============ PRIZE STRIP ============ */
.prizes { position: relative; z-index: 1; padding: 0 0 72px; }
.prize-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  box-shadow: var(--sh-md);
}
.prize-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 26px;
}
.prize-title { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.prize-title .accent { font-style: italic; font-weight: 500; color: var(--pink-deep); }
.prize-sub { font-size: 13px; font-weight: 600; color: var(--ink-faint); }

.prize-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
@media (max-width: 760px) { .prize-grid { grid-template-columns: repeat(2, 1fr); } .prize-grid .prize:first-child { grid-column: span 2; } }

.prize {
  border-radius: var(--r-md);
  padding: 20px 14px;
  text-align: center;
  background: var(--mint);
  border: 1px solid rgba(168,223,142,0.5);
  transition: transform 0.18s, box-shadow 0.18s;
}
.prize:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.prize.p1 {
  background: linear-gradient(160deg, var(--blush), #ffe9ee);
  border-color: rgba(255,170,184,0.6);
}
.prize-rank {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  font-weight: 800; font-size: 14px;
  background: var(--paper); color: var(--ink);
  box-shadow: var(--sh-sm);
  margin-bottom: 10px;
}
.prize.p1 .prize-rank { background: var(--pink-deep); color: #fff; }
.prize-amt { font-size: 20px; font-weight: 800; color: var(--ink); }
.prize.p1 .prize-amt { color: var(--pink-deep); font-size: 22px; }
.prize-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-top: 3px; }

/* ============ FOOTER ============ */
footer { position: relative; z-index: 1; padding: 0 0 36px; }
.foot-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 12px; font-weight: 600; color: var(--ink-faint);
}
.foot-row b { color: var(--ink-soft); }
.foot-legal {
  margin-top: 14px; font-size: 11px; line-height: 1.6;
  color: var(--ink-faint); text-align: center;
}
@media (max-width: 600px) { .foot-row { justify-content: center; text-align: center; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0s !important; transition-duration: 0s !important; }
  html { scroll-behavior: auto; }
}
