/* ============================================================
   HITTY KITTY — hittykitty.com  ·  "Candy Pop" build
   Static site stylesheet (adapted from the Claude Design handoff)
   ============================================================ */

:root {
  --pink:        #FF3D8B;
  --pink-deep:   #D4156A;
  --pink-700:    #A8004E;
  --pink-soft:   #FFD4E6;
  --pink-wash:   #FFEAF3;

  --cream:   #FFF6EC;
  --cream-2: #FCE9D6;
  --ink:     #3A2433;   /* warm plum near-black */
  --ink-2:   #6E5263;
  --ink-3:   #A78C9C;

  --butter: #FFD23F;
  --mint:   #6FD2AE;
  --sky:    #8BC7F5;
  --peach:  #FF9E76;
  --lilac:  #BBA6F2;
  --steel:  #9FB2CC;

  --candy-bg: #FFF4D6;

  --round: "Baloo 2", system-ui, sans-serif;
  --sans:  "Nunito", system-ui, -apple-system, sans-serif;
  --mono:  "Space Mono", ui-monospace, monospace;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--round);
  color: var(--ink);
  background: var(--candy-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- accent map ---------- */
.acc-pink   { --acc: var(--pink);  --acc-soft: var(--pink-soft); --acc-deep: var(--pink-deep); }
.acc-peach  { --acc: var(--peach); --acc-soft: #FFE0CF; --acc-deep: #E0561F; }
.acc-sky    { --acc: var(--sky);   --acc-soft: #DCEEFE; --acc-deep: #1E72B8; }
.acc-mint   { --acc: var(--mint);  --acc-soft: #D2F2E6; --acc-deep: #138A63; }
.acc-butter { --acc: var(--butter);--acc-soft: #FFEFB8; --acc-deep: #C98700; }
.acc-lilac  { --acc: var(--lilac); --acc-soft: #E7DEFB; --acc-deep: #6E45C7; }

/* ---------- primitives ---------- */
.portrait { mix-blend-mode: multiply; }

.slot {
  position: relative;
  background: repeating-linear-gradient(45deg, #efe3ea 0 10px, #f7eef3 10px 20px);
  border: 2px dashed #d6b9cb;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #9a7488; font-family: var(--mono); font-size: 12px;
  letter-spacing: .02em; text-align: center; line-height: 1.5; padding: 16px;
}
.slot span { max-width: 84%; }

/* sticker-outline display text */
.pop {
  font-family: var(--round); font-weight: 800; line-height: .92;
  color: #fff;
  -webkit-text-stroke: 5px var(--ink);
  paint-order: stroke fill;
  text-shadow: 6px 7px 0 rgba(58,36,51,.22);
  letter-spacing: -.01em;
}
.pop.pink   { color: var(--pink); }
.pop.butter { color: var(--butter); }
.pop.white  { color: #fff; }

/* chunky candy button */
.btn-candy {
  background: var(--butter); color: var(--ink);
  font-family: var(--round); font-weight: 800; font-size: 18px;
  padding: 15px 30px; border-radius: 999px;
  border: 4px solid var(--ink); box-shadow: 0 6px 0 var(--ink);
  cursor: pointer; display: inline-flex; align-items: center; gap: 10px;
  transition: transform .1s, box-shadow .1s;
}
.btn-candy:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--ink); }
.btn-candy:active { transform: translateY(2px); box-shadow: 0 3px 0 var(--ink); }
.btn-candy.pink  { background: var(--pink); color: #fff; }
.btn-candy.white { background: #fff; color: var(--pink-deep); }
.btn-candy.sm { font-size: 15px; padding: 9px 18px; box-shadow: 0 4px 0 var(--ink); }
.pill-static { pointer-events: none; }

/* black kicker pill */
.ch-kicker {
  display: inline-block; background: var(--ink); color: #fff;
  font-family: var(--round); font-weight: 800; font-size: 15px; letter-spacing: .05em;
  padding: 7px 18px; border-radius: 999px;
}

/* NEW! starburst */
.burst {
  --burst-bg: var(--butter);
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 120px; height: 120px;
  font-family: var(--round); font-weight: 800; color: var(--ink);
  font-size: 22px; line-height: .9; text-align: center;
  background: var(--burst-bg);
  border-radius: 4px;
  clip-path: polygon(50% 0%,61% 12%,76% 6%,79% 23%,95% 23%,89% 39%,
    100% 50%,89% 61%,95% 77%,79% 77%,76% 94%,61% 88%,50% 100%,
    39% 88%,24% 94%,21% 77%,5% 77%,11% 61%,0% 50%,11% 39%,
    5% 23%,21% 23%,24% 6%,39% 12%);
  transform: rotate(-12deg);
}
.burst.sm { width: 58px; height: 58px; font-size: 11px; }

/* scattered deco sparkles */
.deco {
  position: absolute; pointer-events: none; z-index: 2;
  font-family: var(--round); font-weight: 800; line-height: 1;
  animation: hk-bob 4s ease-in-out infinite;
}
.bob { animation: hk-bob 4s ease-in-out infinite; }

/* ---------- blocks + dividers ---------- */
.cblock { position: relative; overflow: hidden; }
.block-pad { padding: 64px 0 72px; }
.block-pad-sm { padding: 46px 0 56px; }

.sunburst {
  position: absolute; inset: -10% -20%;
  background: repeating-conic-gradient(from 0deg at 50% 42%,
    rgba(255,255,255,.22) 0deg 7deg, transparent 7deg 14deg);
  pointer-events: none; z-index: 0;
}

.scallop-div {
  height: 30px; width: 100%;
  -webkit-mask: radial-gradient(20px at 50% 0, transparent 97%, #000) 50% 0/56px 100% repeat-x;
          mask: radial-gradient(20px at 50% 0, transparent 97%, #000) 50% 0/56px 100% repeat-x;
}

.bg-pink   { background: linear-gradient(160deg, var(--pink) 0%, #FF6FAE 100%); }
.bg-lilac  { background: linear-gradient(160deg, var(--lilac) 0%, #C9B6FF 100%); }
.bg-mint   { background: var(--mint); }
.bg-sky    { background: var(--sky); }
.bg-butter { background: var(--butter); }

.block-inner { position: relative; z-index: 3; }
.center { text-align: center; }

/* ---------- wordmark + nav ---------- */
.topbar { background: var(--candy-bg); position: relative; z-index: 20; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; gap: 16px;
}
.wm { display: inline-flex; align-items: center; gap: 13px; line-height: 1; }
.wm-emblem {
  width: 54px; height: 54px; border-radius: 50%; overflow: hidden; flex: 0 0 auto;
  background: var(--pink-wash); box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px var(--pink);
}
.wm-emblem img { width: 128%; height: 128%; object-fit: cover; object-position: 50% 22%;
  margin: -8% 0 0 -14%; mix-blend-mode: multiply; }
.wm-type { display: flex; flex-direction: column; }
.wm-name { font-family: var(--round); font-weight: 800; font-size: 30px; color: var(--pink-deep);
  letter-spacing: -.01em; }
.wm-name .k2 { color: var(--ink); }
.wm-sub { font-family: var(--mono); font-size: 10px; letter-spacing: .3em;
  text-transform: uppercase; color: var(--ink-3); margin-top: 3px; }

.nav-right { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 30px;
  font-family: var(--round); font-weight: 700; font-size: 17px; list-style: none; }
.nav-links a { position: relative; padding: 4px 0; color: var(--ink); }
.nav-links a:hover { color: var(--pink-deep); }
.nav-links a.active { color: var(--pink-deep); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 3px; border-radius: 3px; background: var(--pink);
}
.nav-toggle { display: none; background: #fff; border: 4px solid var(--ink);
  border-radius: 14px; width: 50px; height: 46px; cursor: pointer;
  box-shadow: 0 4px 0 var(--ink); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 3px; border-radius: 3px;
  background: var(--ink); margin: 0 auto; position: relative; }
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after  { position: absolute; top: 7px; }

/* ---------- marquee ---------- */
.marquee-frame { background: var(--ink); padding: 4px 0; }
.marquee { overflow: hidden; white-space: nowrap; position: relative;
  background: var(--butter); color: var(--ink); padding: 14px 0; }
.marquee-track { display: inline-flex; align-items: center;
  animation: hk-marquee 28s linear infinite; }
.marquee-track .grp { display: inline-flex; align-items: center; }
.marquee-track .slogan { font-family: var(--round); font-weight: 800; font-size: 24px;
  padding: 0 26px; display: inline-flex; align-items: center; }
.marquee-track .dot { width: 11px; height: 11px; border-radius: 50%;
  background: var(--pink); }
@keyframes hk-marquee { to { transform: translateX(-50%); } }

/* ---------- hero ---------- */
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 30px; align-items: center; padding-top: 14px; }
.hero h1 { font-size: clamp(46px, 8vw, 92px); margin-top: 20px; }
.hero-sub { margin-top: 22px; font-family: var(--sans); font-size: 21px; line-height: 1.45;
  color: #fff; font-weight: 700; max-width: 460px; text-shadow: 0 2px 0 rgba(168,0,78,.35); }
.hero-cta { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
.hero-circle {
  width: min(430px, 84vw); aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  background: radial-gradient(circle at 50% 32%, #fff, var(--pink-soft));
  border: 7px solid var(--ink); box-shadow: 0 0 0 12px #fff, 12px 14px 0 rgba(58,36,51,.18);
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-circle img { width: 106%; margin-bottom: -4%; }
.hero-burst { position: absolute; top: 0; right: 4%; }
.hero-chip { position: absolute; bottom: 26px; left: -4px; transform: rotate(-6deg); }

/* eyebrow pill (non-interactive) */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--pink-deep);
  font-family: var(--round); font-weight: 800; font-size: 15px;
  padding: 8px 18px; border-radius: 999px; box-shadow: 0 4px 0 var(--ink); border: 4px solid var(--ink);
}
.eyebrow.on-light { box-shadow: 0 4px 0 var(--ink); }

/* ---------- relaunch ---------- */
.relaunch-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.relaunch h2 { font-size: clamp(42px, 6vw, 70px); margin-top: 16px; }
.relaunch p { font-family: var(--sans); margin-top: 20px; font-size: 18.5px; line-height: 1.55;
  color: var(--ink); font-weight: 600; max-width: 480px; }
.stats { display: flex; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.stat { background: #fff; border: 4px solid var(--ink); border-radius: 20px; padding: 14px 22px;
  text-align: center; box-shadow: 4px 5px 0 rgba(58,36,51,.2); }
.stat .n { font-family: var(--round); font-weight: 800; font-size: 36px; color: var(--pink-deep); line-height: 1; }
.stat .l { font-family: var(--round); font-weight: 800; font-size: 12px; letter-spacing: .06em;
  color: var(--ink-2); margin-top: 4px; }
.relaunch-art { position: relative; min-height: 360px; background: #fff; border: 5px solid var(--ink);
  border-radius: 28px; box-shadow: 8px 9px 0 rgba(58,36,51,.2); }
.relaunch-art .slot { position: absolute; inset: 22px; border-color: var(--mint);
  background: repeating-linear-gradient(45deg,#e4f6ee 0 10px,#f2fbf7 10px 20px); color: var(--ink-2); }
.relaunch-art .relaunch-img { position: absolute; inset: 22px; width: calc(100% - 44px);
  height: calc(100% - 44px); object-fit: contain; }

/* ---------- section heading ---------- */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head h2 { font-size: clamp(40px, 6vw, 64px); margin-top: 16px; }

/* ---------- character grid + cards ---------- */
.char-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.charcard {
  position: relative; background: #fff; border: 5px solid var(--ink); border-radius: 30px;
  box-shadow: 8px 9px 0 var(--acc-deep); overflow: hidden; text-align: center;
}
.charcard .cc-art {
  height: 270px; position: relative;
  background:
    repeating-conic-gradient(from 0deg at 50% 28%, rgba(255,255,255,.55) 0 6deg, transparent 6deg 12deg),
    radial-gradient(120% 92% at 50% 20%, var(--acc-soft), #fff 86%);
  display: flex; align-items: flex-end; justify-content: center;
}
.charcard .cc-art img { height: 270px; margin-bottom: -2px;
  filter: drop-shadow(0 8px 10px rgba(58,36,51,.14)); }
.charcard .cc-no { position: absolute; top: 14px; left: 14px; }
.charcard .cc-body { padding: 18px 22px 26px; background: #fff; }
.charcard .cc-name { font-family: var(--round); font-weight: 800; font-size: 32px; color: var(--ink); }
.charcard .cc-weapon {
  display: inline-block; margin-top: 8px;
  font-family: var(--round); font-weight: 800; font-size: 13px; letter-spacing: .03em;
  color: #fff; background: var(--ink); padding: 6px 16px; border-radius: 999px;
}
.charcard .cc-slogan {
  margin-top: 16px; padding: 12px 14px; border-radius: 14px;
  background: var(--acc); color: var(--ink); border: 3px solid var(--ink);
  font-family: var(--round); font-weight: 800; font-size: 17px; line-height: 1.15;
}
.charcard .cc-likes {
  margin-top: 14px; font-family: var(--sans); font-size: 14.5px; line-height: 1.5;
  color: var(--ink-2); font-weight: 700;
}
.charcard .cc-likes b { color: var(--ink); }

/* ---------- teasers ---------- */
.teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.teaser {
  background: #fff; border: 5px solid var(--ink); border-radius: 28px; overflow: hidden;
  box-shadow: 8px 9px 0 rgba(58,36,51,.2);
}
.teaser:nth-child(1) { transform: rotate(-1.5deg); }
.teaser:nth-child(2) { transform: rotate(1.5deg); }
.teaser .t-art { height: 230px; position: relative; display: flex; align-items: flex-end;
  justify-content: center; border-bottom: 5px solid var(--ink); }
.teaser .t-art img { height: 224px; margin-bottom: -2px; }
.teaser .t-art img.t-cut { display: block; height: 200px; width: auto;
  margin: 12px auto 10px; object-fit: contain; }
.teaser .t-art .slot { position: absolute; inset: 20px; border-color: var(--pink); color: var(--pink-deep); }
.teaser .t-body { padding: 26px 30px 32px; }
.teaser .t-body h3 { font-family: var(--round); font-weight: 800; font-size: 30px; margin-top: 12px; color: var(--ink); }
.teaser .t-body p { font-family: var(--sans); margin-top: 10px; font-size: 16px; line-height: 1.5;
  color: var(--ink-2); font-weight: 600; }

/* ---------- candy header (interior pages) ---------- */
.candy-header { padding: 44px 0 54px; }
.candy-header h1 { font-size: clamp(44px, 7vw, 78px); margin-top: 18px; }
.candy-header .sub { font-family: var(--sans); margin-top: 16px; font-size: 19px; color: #fff;
  font-weight: 700; max-width: 640px; margin-left: auto; margin-right: auto;
  text-shadow: 0 2px 0 rgba(168,0,78,.35); }

/* ---------- generic CTA band ---------- */
.cta-band { padding: 54px 0 64px; text-align: center; }
.cta-band h2 { font-size: clamp(34px, 5vw, 48px); }
.cta-band p { font-family: var(--sans); margin: 14px auto 0; font-size: 18px; color: var(--ink);
  font-weight: 600; max-width: 560px; }
.cta-band .btn-candy { margin-top: 24px; }
.cta-panel {
  background: #fff; border: 5px solid var(--ink); border-radius: 28px;
  box-shadow: 8px 9px 0 rgba(58,36,51,.2); padding: 38px 46px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left;
}
.cta-panel h3 { font-family: var(--round); font-weight: 800; font-size: 34px; margin-top: 12px; color: var(--ink); }
.cta-panel p { font-family: var(--sans); margin-top: 8px; font-size: 17px; color: var(--ink-2); font-weight: 600; max-width: 540px; }

/* ---------- games ---------- */
.game-stack { display: flex; flex-direction: column; gap: 40px; position: relative; z-index: 3; }
.gamecard {
  position: relative; background: #fff; border: 5px solid var(--ink); border-radius: 30px;
  box-shadow: 8px 9px 0 var(--acc-deep); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.1fr;
}
.gamecard .g-art {
  position: relative; min-height: 320px;
  background:
    repeating-conic-gradient(from 0deg at 50% 40%, rgba(255,255,255,.5) 0 6deg, transparent 6deg 12deg),
    radial-gradient(120% 100% at 40% 30%, var(--acc-soft), #fff 88%);
  border-right: 5px solid var(--ink); display: flex; align-items: flex-end; justify-content: center;
}
.gamecard .g-art img { height: 290px; filter: drop-shadow(0 10px 12px rgba(58,36,51,.16)); }
.gamecard .g-art img.g-art-2 { height: 200px; opacity: .9; margin-left: -30px; }
.gamecard .g-body { padding: 34px 38px; }
.gamecard .g-body h3 { font-family: var(--round); font-weight: 800; font-size: clamp(30px,4vw,42px);
  color: var(--ink); margin-top: 14px; line-height: 1; }
.g-soon {
  position: absolute; top: 18px; right: 18px; transform: rotate(6deg); z-index: 4;
  background: var(--sky); color: var(--ink); border: 4px solid var(--ink);
  font-family: var(--round); font-weight: 800; font-size: 14px; letter-spacing: .04em;
  padding: 8px 16px; border-radius: 999px; box-shadow: 0 4px 0 var(--ink);
}
.g-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.g-meta span { font-family: var(--round); font-weight: 800; font-size: 12.5px;
  background: var(--acc-soft); color: var(--ink-2); padding: 6px 13px; border-radius: 999px; }
.gamecard .g-body p { font-family: var(--sans); margin-top: 16px; font-size: 16.5px; line-height: 1.55;
  color: var(--ink-2); font-weight: 600; }
.g-actions { display: flex; gap: 14px; margin-top: 22px; align-items: center; flex-wrap: wrap; }
.g-actions .note { font-family: var(--round); font-weight: 700; font-size: 14px; color: var(--ink-3); }

/* ---------- shop ---------- */
.cat-chips { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.cat-chip { font-family: var(--round); font-weight: 800; font-size: 15px; background: #fff; color: var(--ink);
  border: 3px solid var(--ink); padding: 9px 20px; border-radius: 999px; box-shadow: 0 4px 0 var(--ink); cursor: pointer; }
.cat-chip.on { background: var(--ink); color: #fff; }
.shop-count { text-align: center; font-family: var(--round); font-weight: 700; font-size: 15px;
  color: var(--ink-2); margin-bottom: 30px; }
.shop-count b { color: #0c5a40; }
.shopgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.cat-group-title { font-family: var(--round); font-weight: 800; font-size: 22px; color: var(--ink);
  margin: 40px 0 18px; }
.cat-group-title:first-of-type { margin-top: 0; }

.prodcard { position: relative; background: #fff; border: 4px solid var(--ink); border-radius: 24px;
  overflow: hidden; box-shadow: 6px 7px 0 rgba(58,36,51,.18); }
.prodcard .p-art { height: 300px; position: relative;
  background: radial-gradient(120% 90% at 50% 25%, var(--acc-soft), #fff 86%); border-bottom: 4px solid var(--ink); }
.prodcard .p-art .slot { position: absolute; inset: 16px; border-style: dashed; }
.prodcard .p-art .p-cut { position: absolute; inset: 14px; width: calc(100% - 28px);
  height: calc(100% - 28px); object-fit: contain; }
.prodcard .p-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; }
.prodcard .p-cat { font-family: var(--round); font-weight: 800; font-size: 11.5px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--acc-deep); }
.prodcard .p-name { font-family: var(--round); font-weight: 800; font-size: 18px; color: var(--ink); line-height: 1.15; }
.prodcard .p-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.prodcard .p-price { font-family: var(--round); font-weight: 800; font-size: 19px; color: var(--ink); }

.prodcard.out .p-art { filter: grayscale(.55) opacity(.7); }
.prodcard.out .p-art .stamp {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-9deg);
  font-family: var(--round); font-weight: 800; font-size: 24px; letter-spacing: .04em;
  color: #fff; background: rgba(58,36,51,.82); padding: 8px 22px; border-radius: 10px;
  border: 3px solid #fff; white-space: nowrap;
}
.prodcard.out .p-name, .prodcard.out .p-price { color: var(--ink-2); }
.badge-out { font-family: var(--round); font-weight: 800; font-size: 12px; letter-spacing: .04em;
  background: #efe6ec; color: #9a8090; padding: 6px 13px; border-radius: 999px; }

.prodcard.in { border-color: var(--mint);
  box-shadow: 0 0 0 4px #fff, 0 0 0 8px var(--mint), 8px 10px 0 rgba(19,138,99,.28); }
.p-instock-flag { position: absolute; top: 14px; right: 14px; transform: rotate(7deg); z-index: 3;
  background: var(--mint); color: #0c5a40; border: 3px solid #0c5a40;
  font-family: var(--round); font-weight: 800; font-size: 13px; letter-spacing: .03em;
  padding: 6px 14px; border-radius: 999px; box-shadow: 0 3px 0 #0c5a40; }
.badge-in { font-family: var(--round); font-weight: 800; font-size: 12px; letter-spacing: .04em;
  background: var(--mint); color: #0c5a40; padding: 6px 13px; border-radius: 999px; }

/* ---------- legal ---------- */
.legal { background: #FFFBEF; }
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 90px; }
.legal h1 { font-family: var(--round); font-weight: 800; font-size: clamp(34px,5vw,44px); color: var(--ink); margin-top: 16px; }
.legal h2 { font-family: var(--round); font-weight: 800; font-size: 20px; color: var(--ink); margin-top: 36px; }
.legal p { font-family: var(--sans); font-size: 16px; line-height: 1.65; color: var(--ink-2); margin-top: 10px; }
.legal .intro { font-size: 18px; }
.legal-card { background: #fff; border: 3px solid var(--ink); border-radius: 18px; padding: 22px 26px;
  margin-top: 20px; box-shadow: 4px 5px 0 rgba(58,36,51,.14); }
.legal-card p { color: var(--ink); font-weight: 700; font-family: var(--sans); margin-top: 0; }
.legal .updated { margin-top: 40px; font-size: 14px; color: var(--ink-3); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--cream); }
.footer .scallop-top { background: var(--candy-bg); height: 24px;
  -webkit-mask: radial-gradient(15px at 50% 100%, transparent 98%, #000) 50% 0/52px 100% repeat-x;
          mask: radial-gradient(15px at 50% 100%, transparent 98%, #000) 50% 0/52px 100% repeat-x; }
.footer-inner { padding: 54px 0 30px; }
.foot-cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer .wm-sub { color: rgba(255,255,255,.6); }
.footer .wm-name { color: #fff; }
.footer .wm-name .k2 { color: var(--pink); }
.foot-blurb { font-family: var(--sans); margin-top: 18px; font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,.72); max-width: 360px; }
.footer h4 { font-family: var(--round); font-weight: 800; font-size: 15px; letter-spacing: .04em;
  margin-bottom: 14px; color: #fff; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer ul a { color: rgba(255,255,255,.82); font-weight: 600; font-family: var(--sans); }
.footer ul a:hover { color: #fff; }
.foot-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14);
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.foot-legal { font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,.62); }
.foot-legal a { color: rgba(255,255,255,.82); text-decoration: underline; }

/* ---------- keyframes ---------- */
@keyframes hk-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) {
  .deco, .bob { animation: none !important; }
  .marquee-track { animation: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 360px; order: -1; }
  .relaunch-grid { grid-template-columns: 1fr; }
  .relaunch-art { min-height: 240px; }
  .gamecard { grid-template-columns: 1fr; }
  .gamecard .g-art { border-right: none; border-bottom: 5px solid var(--ink); min-height: 260px; }
  .char-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 820px) {
  .pop { -webkit-text-stroke-width: 3px; text-shadow: 4px 5px 0 rgba(58,36,51,.22); }
  .nav-links, .nav-right .btn-candy { display: none; }
  .nav-toggle { display: block; }
  .nav-right { gap: 14px; }
  .nav.open + .nav-drawer { display: block; }
  .teaser-grid { grid-template-columns: 1fr; }
  .teaser:nth-child(1), .teaser:nth-child(2) { transform: none; }
}
@media (max-width: 560px) {
  .char-grid { grid-template-columns: 1fr; }
  .shopgrid { grid-template-columns: 1fr; }
  .hero-sub { font-size: 18px; }
  .stats { gap: 12px; }
  .block-pad { padding: 48px 0 54px; }
}

/* mobile drawer */
.nav-drawer { display: none; background: #fff; border-top: 4px solid var(--ink); }
.nav-drawer ul { list-style: none; padding: 14px 24px 20px; display: flex; flex-direction: column; gap: 4px; }
.nav-drawer a { display: block; padding: 12px 4px; font-family: var(--round); font-weight: 800;
  font-size: 18px; color: var(--ink); border-bottom: 1px solid #f0e6ec; }
.nav-drawer .btn-candy { margin-top: 14px; }
.nav-drawer.show { display: block; }
@media (min-width: 821px) { .nav-drawer { display: none !important; } }

/* theme audio button state */
.btn-candy.playing { background: var(--mint); color: var(--ink); }
