:root {
  --cream: #fff8ea;
  --cream-deep: #f7edd7;
  --ink: #111111;
  --orange: #ff5a1f;
  --orange-dark: #e7410d;
  --cyan: #14d9e8;
  --cyan-dark: #00adc6;
  --yellow: #ffe14a;
  --pink: #ff3c8e;
  --white: #ffffff;
  --muted: #625f59;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --body: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --page-width: 1500px;
  --outline: 3px solid var(--ink);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 90, 31, .055) 0 1px, transparent 1.5px) 0 0 / 12px 12px,
    radial-gradient(circle at 82% 42%, rgba(20, 217, 232, .055) 0 1px, transparent 1.5px) 0 0 / 15px 15px,
    linear-gradient(115deg, #fffdf6 0%, var(--cream) 50%, #fffaf0 100%);
}

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

:focus-visible {
  outline: 4px solid var(--cyan);
  outline-offset: 4px;
}

.site-shell { min-height: 100vh; }

.site-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 92px;
  padding: 14px clamp(24px, 4vw, 64px);
  background: rgba(255, 248, 234, .96);
  border-bottom: 2px solid var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(27px, 2.65vw, 43px);
  font-style: italic;
  letter-spacing: -1.8px;
  line-height: .9;
  text-shadow: 2px 2px 0 var(--white), 4px 4px 0 var(--ink);
  transform: skew(-3deg);
}

.brand-bolt {
  display: inline-grid;
  place-items: center;
  width: .8em;
  height: 1.35em;
  margin-inline: 1px;
  color: var(--orange);
  font-family: var(--body);
  font-size: .82em;
  font-style: normal;
  text-shadow: 1px 1px 0 var(--ink);
  transform: skew(3deg) rotate(4deg);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 50px);
  padding-inline: 24px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
}

.desktop-nav a { position: relative; padding: 10px 0; }

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 4px;
  left: 50%;
  height: 4px;
  content: "";
  background: var(--orange);
  transition: left .2s ease, right .2s ease;
}

.desktop-nav a:hover::after { right: 0; left: 0; }

.header-actions, .hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: var(--white);
  border: var(--outline);
  border-radius: 6px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.button:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button-small { min-height: 48px; padding: 12px 22px; }
.button-large { min-height: 62px; padding: 17px clamp(23px, 2.4vw, 36px); font-size: clamp(17px, 1.4vw, 22px); }
.button-ghost { background: var(--cream); }
.button-ghost:hover { background: var(--yellow); }
.button-orange { color: var(--white); background: linear-gradient(105deg, var(--orange), #ff7b1f); }
.button-pink { color: var(--white); background: linear-gradient(105deg, var(--pink), #ff176f); }

.sticker-button { position: relative; border-radius: 2px; transform: rotate(-1deg); }
.sticker-button:hover { transform: translate(-2px, -2px) rotate(0deg); }

.mobile-menu, .mobile-toggle, .mobile-navigation { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  align-items: center;
  max-width: var(--page-width);
  min-height: 625px;
  margin: 0 auto;
  padding: 44px clamp(24px, 4.3vw, 72px) 36px;
}

.hero-copy { position: relative; z-index: 5; padding-right: 20px; }

.eyebrow, .section-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 16px 6px;
  font-family: var(--display);
  font-size: clamp(17px, 1.65vw, 25px);
  font-style: italic;
  letter-spacing: .3px;
  line-height: 1;
  text-transform: uppercase;
  background: var(--yellow);
  border: var(--outline);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-1deg);
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 6.15vw, 100px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: .89;
  text-transform: uppercase;
}

.hero h1 span { display: block; -webkit-text-stroke: 2px var(--ink); }
.shadow-orange { text-shadow: 5px 6px 0 var(--orange); }
.shadow-cyan { text-shadow: 5px 6px 0 var(--cyan); }
.shadow-pink { text-shadow: 5px 6px 0 var(--pink); }

.hero-intro {
  max-width: 700px;
  margin: 24px 0 24px;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 800;
  line-height: 1.32;
}

.trust-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 22px 0 0 7px;
  font-size: clamp(14px, 1.2vw, 19px);
  font-weight: 900;
}

.trust-note i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 535px;
  isolation: isolate;
}

.comic-burst {
  position: absolute;
  top: 4%;
  right: 1%;
  bottom: 0;
  left: 1%;
  z-index: -2;
  background:
    radial-gradient(circle, rgba(17,17,17,.17) 0 3px, transparent 3.5px) 0 0 / 18px 18px,
    var(--cyan);
  border: 5px solid var(--ink);
  clip-path: polygon(4% 22%, 25% 19%, 19% 2%, 41% 15%, 50% 0, 59% 15%, 78% 5%, 77% 26%, 100% 25%, 84% 45%, 98% 61%, 77% 65%, 82% 91%, 60% 79%, 48% 100%, 38% 78%, 13% 94%, 18% 67%, 0 59%, 15% 43%);
  transform: rotate(2deg);
}

.comic-burst::before {
  position: absolute;
  inset: 22%;
  content: "";
  background: var(--yellow);
  clip-path: polygon(49% 0, 61% 36%, 100% 31%, 68% 55%, 93% 94%, 56% 70%, 42% 100%, 37% 65%, 0 73%, 29% 49%, 5% 18%, 39% 31%);
}

.mascot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(91%, 630px);
  max-height: 550px;
  object-fit: contain;
  filter: drop-shadow(9px 10px 0 rgba(17, 17, 17, .95));
  transform: translate(-49%, -50%) rotate(2deg);
  animation: mascot-arrive .65s cubic-bezier(.18,.89,.32,1.28) both, mascot-float 4.8s 1s ease-in-out infinite;
}

.burst-dots { position: absolute; z-index: -1; width: 98px; height: 98px; opacity: .9; background: radial-gradient(circle, var(--ink) 0 3px, transparent 3.8px) 0 0 / 14px 14px; }
.dots-one { right: -12px; bottom: 20px; transform: rotate(12deg); }
.dots-two { top: 75px; left: -5px; transform: rotate(-10deg); }

.spark { position: absolute; z-index: 4; width: 34px; height: 60px; background: var(--yellow); border: 4px solid var(--ink); clip-path: polygon(48% 0, 100% 0, 66% 40%, 100% 40%, 28% 100%, 45% 55%, 0 55%); }
.spark-one { top: 20px; left: 3%; transform: rotate(-30deg); }
.spark-two { right: -15px; bottom: 100px; transform: rotate(28deg) scale(.75); }
.spark-three { right: 8%; top: 30px; background: var(--pink); transform: rotate(16deg) scale(.52); }

.stats-rail {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(var(--page-width) - 80px);
  min-height: 126px;
  margin: -8px auto 0;
  background: rgba(255, 253, 246, .95);
  border: 4px solid var(--ink);
  box-shadow: 8px 9px 0 var(--orange), 12px 13px 0 var(--ink);
  clip-path: polygon(1.5% 0, 98.5% 0, 100% 22%, 99% 100%, 1% 100%, 0 76%, 0 16%);
}

.stat {
  position: relative;
  display: grid;
  place-content: center;
  min-width: 0;
  padding: 14px 28px;
  text-align: center;
}

.stat + .stat::before { position: absolute; top: 23%; bottom: 23%; left: 0; width: 3px; content: ""; background: var(--ink); }
.stat strong { font-family: var(--display); font-size: clamp(46px, 5vw, 76px); letter-spacing: 1px; line-height: .9; }
.stat span { margin-top: 7px; font-size: clamp(15px, 1.3vw, 21px); font-weight: 900; }
.stat-orange strong { color: var(--orange); text-shadow: 3px 3px 0 rgba(255, 90, 31, .18); }
.stat-cyan strong { color: var(--cyan-dark); text-shadow: 3px 3px 0 rgba(20, 217, 232, .2); }
.stat-pink strong { color: var(--pink); text-shadow: 3px 3px 0 rgba(255, 60, 142, .18); }
.live-dot { display: inline-block; width: .2em; height: .2em; margin: 0 0 .13em .12em; background: var(--pink); border-radius: 50%; animation: live-pulse 1.8s ease-in-out infinite; }

.content-section {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 120px clamp(24px, 4.3vw, 72px);
}

.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading h2, .community-copy h2, .final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -1px;
  line-height: .95;
  text-transform: uppercase;
}
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: clamp(17px, 1.4vw, 22px); font-weight: 700; }
.section-kicker { margin-bottom: 20px; font-size: 17px; }

.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 345px;
  padding: 28px;
  background: var(--white);
  border: 4px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card:hover { transform: translate(-4px, -4px) rotate(-.4deg); box-shadow: 13px 13px 0 var(--ink); }
.promo-card::before { position: absolute; inset: 0 0 auto; height: 13px; content: ""; border-bottom: 3px solid var(--ink); }
.card-orange::before { background: var(--orange); }
.card-cyan::before { background: var(--cyan); }
.card-pink::before { background: var(--pink); }
.promo-card-top, .promo-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.promo-number { font-family: var(--display); font-size: 36px; line-height: 1; }
.promo-category, .reward-pill { padding: 6px 10px; font-size: 12px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; background: var(--yellow); border: 2px solid var(--ink); }
.promo-card h3 { margin: 32px 0 12px; font-family: var(--display); font-size: clamp(29px, 2.6vw, 42px); line-height: 1; text-transform: uppercase; }
.promo-card > p { flex: 1; margin: 0 0 26px; color: var(--muted); font-weight: 700; }
.promo-card-bottom { padding-top: 20px; border-top: 2px dashed var(--ink); }
.promo-card-bottom a { font-weight: 900; }
.promo-card-bottom a:hover { color: var(--orange); }
.reward-pill { background: var(--cream-deep); }
.preview-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; text-align: right; }

.how-section {
  max-width: none;
  color: var(--white);
  background: var(--ink);
  border-block: 5px solid var(--orange);
}
.how-section > * { max-width: calc(var(--page-width) - 144px); margin-inline: auto; }
.section-heading-light .section-kicker { color: var(--ink); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.steps-grid article { display: flex; gap: 22px; padding: 28px; color: var(--ink); background: var(--cream); border: 3px solid var(--white); box-shadow: 7px 7px 0 var(--orange); }
.steps-grid article:nth-child(2) { box-shadow: 7px 7px 0 var(--cyan); }
.steps-grid article:nth-child(3) { box-shadow: 7px 7px 0 var(--pink); }
.steps-grid strong { display: grid; flex: 0 0 62px; place-items: center; width: 62px; height: 62px; font-family: var(--display); font-size: 39px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; }
.steps-grid h3 { margin: 1px 0 7px; font-family: var(--display); font-size: 29px; text-transform: uppercase; }
.steps-grid p { margin: 0; color: var(--muted); font-weight: 700; }

.community-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.community-copy > p:not(.section-kicker) { max-width: 590px; margin: 24px 0 32px; color: var(--muted); font-size: 19px; font-weight: 700; }
.leaderboard-card { background: var(--white); border: 4px solid var(--ink); box-shadow: 11px 11px 0 var(--cyan), 16px 16px 0 var(--ink); transform: rotate(1deg); }
.leaderboard-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 22px 25px; color: var(--white); background: var(--orange); border-bottom: 4px solid var(--ink); }
.leaderboard-title span { font-family: var(--display); font-size: 31px; text-transform: uppercase; }
.leaderboard-title small { font-weight: 900; }
.leaderboard-card ol { margin: 0; padding: 0; list-style: none; }
.leaderboard-card li { display: grid; grid-template-columns: 42px 48px 1fr auto; align-items: center; gap: 13px; min-height: 70px; padding: 10px 22px; border-bottom: 2px solid var(--ink); }
.leaderboard-card li:last-child { border-bottom: 0; }
.rank { font-family: var(--display); font-size: 22px; }
.avatar { display: grid; place-items: center; width: 43px; height: 43px; font-weight: 900; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; }
.avatar-2, .avatar-5 { background: var(--cyan); }.avatar-3 { background: var(--pink); }.avatar-4 { background: var(--orange); }
.points { color: var(--orange-dark); font-weight: 900; white-space: nowrap; }

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  max-width: calc(var(--page-width) - 80px);
  margin: 0 auto 100px;
  padding: 36px 42px;
  background: var(--yellow);
  border: 4px solid var(--ink);
  box-shadow: 10px 10px 0 var(--pink), 15px 15px 0 var(--ink);
  transform: rotate(-.5deg);
}
.mini-bolt { font-size: 70px; filter: drop-shadow(3px 3px 0 var(--white)); }
.final-cta p { margin: 0 0 4px; font-size: 17px; font-weight: 900; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(36px, 4vw, 64px); }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 35px;
  padding: 38px clamp(24px, 4.3vw, 72px);
  color: var(--white);
  background: var(--ink);
  border-top: 7px solid var(--orange);
}
.brand-footer { color: var(--white); font-size: 28px; text-shadow: 3px 3px 0 var(--orange); }
.site-footer p { margin: 0; color: #d8d8d8; font-size: 14px; font-weight: 700; }
.site-footer p:last-child { text-align: right; }

.pj-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; }
.pj-modal:target { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.78); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 1; width: min(500px, 100%); padding: 42px; text-align: center; background: var(--cream); border: 5px solid var(--ink); box-shadow: 10px 10px 0 var(--cyan); animation: modal-in .25s ease both; }
.modal-close { position: absolute; top: 9px; right: 15px; font-size: 33px; font-weight: 900; line-height: 1; }
.modal-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 20px; font-family: var(--display); font-size: 30px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; }
.modal-card h2 { margin: 0; font-family: var(--display); font-size: 45px; line-height: 1; text-transform: uppercase; }
.modal-card p { margin: 18px 0 28px; color: var(--muted); font-weight: 700; }

@keyframes mascot-arrive { from { opacity: 0; transform: translate(-42%, -47%) scale(.68) rotate(8deg); } to { opacity: 1; transform: translate(-49%, -50%) scale(1) rotate(2deg); } }
@keyframes mascot-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes live-pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,60,142,.5); } 50% { opacity: .55; box-shadow: 0 0 0 9px rgba(255,60,142,0); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(22px) rotate(-2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }

@media (max-width: 1180px) {
  .desktop-nav { gap: 22px; }
  .header-actions .button-ghost { display: none; }
  .hero { grid-template-columns: 1.05fr .95fr; min-height: 585px; }
  .hero h1 { font-size: clamp(62px, 8.5vw, 95px); }
  .hero-art { min-height: 475px; }
  .promo-grid { gap: 18px; }
  .promo-card { padding: 23px; }
  .steps-grid article { display: block; }
  .steps-grid strong { margin-bottom: 18px; }
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary, .mobile-toggle { display: grid; width: 52px; height: 48px; padding: 11px; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span, .mobile-toggle span { display: block; width: 100%; height: 3px; margin-block: 2px; background: var(--ink); }
  .mobile-menu nav { position: absolute; top: 61px; right: 0; display: grid; width: min(330px, calc(100vw - 32px)); background: var(--cream); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); }
  .mobile-menu nav a { padding: 15px 20px; font-weight: 900; border-bottom: 2px solid var(--ink); }
  .mobile-menu nav a:last-child { color: var(--white); background: var(--pink); border-bottom: 0; }
  .mobile-toggle { place-content: center; }
  .mobile-navigation { position: absolute; top: calc(100% + 3px); right: 20px; left: 20px; display: none; background: var(--cream); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); }
  .mobile-navigation.is-open { display: grid; }
  .mobile-navigation a { padding: 15px 20px; font-weight: 900; border-bottom: 2px solid var(--ink); }
  .mobile-navigation a:last-child { color: var(--white); background: var(--pink); border-bottom: 0; }
  .menu-open { overflow: hidden; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero-copy { padding: 0; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .trust-note { justify-content: center; }
  .hero-art { width: min(660px, 100%); min-height: 510px; margin: 30px auto 0; }
  .stats-rail { width: calc(100% - 42px); margin-top: 8px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card { min-height: 285px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { display: flex; }
  .community-section { grid-template-columns: 1fr; }
  .community-copy { text-align: center; }
  .community-copy > p:not(.section-kicker) { margin-inline: auto; }
  .final-cta { grid-template-columns: auto 1fr; width: calc(100% - 42px); text-align: left; }
  .final-cta .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer p:last-child { text-align: center; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 18px; }
  .brand { font-size: 27px; }
  .hero { min-height: 0; padding: 42px 19px 28px; }
  .eyebrow { font-size: 15px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); letter-spacing: -1px; }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero-intro { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-note { gap: 8px; font-size: 13px; }
  .trust-note i { width: 5px; height: 5px; }
  .hero-art { min-height: 365px; }
  .mascot { max-height: 390px; }
  .stats-rail { grid-template-columns: 1fr; width: calc(100% - 34px); clip-path: none; }
  .stat { min-height: 116px; }
  .stat + .stat::before { top: 0; right: 13%; bottom: auto; left: 13%; width: auto; height: 3px; }
  .stat strong { font-size: 56px; }
  .content-section { padding: 86px 19px; }
  .section-heading { text-align: center; }
  .section-heading h2, .community-copy h2 { font-size: 51px; }
  .promo-card { min-height: 330px; }
  .steps-grid article { display: block; }
  .leaderboard-card { transform: none; }
  .leaderboard-title { align-items: flex-start; flex-direction: column; gap: 2px; }
  .leaderboard-card li { grid-template-columns: 33px 42px 1fr; padding-inline: 13px; }
  .leaderboard-card li .points { grid-column: 3; font-size: 13px; }
  .final-cta { grid-template-columns: 1fr; justify-items: center; margin-bottom: 80px; padding: 31px 22px; text-align: center; }
  .final-cta .mini-bolt { font-size: 58px; }
  .final-cta h2 { font-size: 43px; }
  .modal-card { padding: 38px 24px 30px; }
}

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