:root {
  --ink: #24223a;
  --muted: #6e6a82;
  --purple: #079be9;
  --purple-dark: #0874c8;
  --yellow: #ffd541;
  --pink: #ff3f4b;
  --aqua: #43d36c;
  --peach: #ff9f6e;
  --lavender: #e7f7ff;
  --cream: #fffaf0;
  --line: #e9e5f3;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(62, 37, 131, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
body.no-scroll { overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.prototype-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 20px;
  background: #28213f;
  color: #f6f1ff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.prototype-strip span {
  padding: 2px 8px;
  border-radius: 99px;
  background: var(--yellow);
  color: #392b00;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(233, 229, 243, .85);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 800;
  letter-spacing: -.035em;
}
.brand-logo {
  display: block;
  width: clamp(210px, 20vw, 300px);
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(2, 93, 155, .13));
}
.site-header nav { display: flex; gap: 28px; font-weight: 800; }
.site-header nav a { position: relative; }
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 99px;
  transform: scaleX(0);
  background: var(--pink);
  transition: transform .2s ease;
}
.site-header nav a:hover::after { transform: scaleX(1); }
.cart-button {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 10px 8px 14px;
  border: 0;
  border-radius: 99px;
  background: var(--lavender);
  font-weight: 900;
  cursor: pointer;
}
.toy-chest { position: relative; display: block; width: 34px; height: 31px; transform-origin: 50% 100%; }
.chest-lid, .chest-body { position: absolute; left: 2px; width: 30px; border: 2px solid #342319; background: linear-gradient(90deg, #ff9c2e, #ffcf3f); box-shadow: inset 0 -3px 0 rgba(151, 64, 16, .2); }
.chest-lid { top: 3px; height: 10px; border-radius: 7px 7px 2px 2px; transform-origin: 4px 100%; }
.chest-body { bottom: 1px; height: 19px; border-radius: 3px 3px 7px 7px; }
.chest-body::before { content: ""; position: absolute; left: 12px; top: -2px; width: 4px; height: 18px; background: #8c491e; }
.chest-body i { position: absolute; z-index: 1; left: 50%; top: 3px; color: #fff; font-size: 9px; font-style: normal; transform: translateX(-50%); }
.cart-button.celebrate .toy-chest { animation: chest-bounce .65s ease; }
.cart-button.celebrate .chest-lid { animation: chest-open .65s ease; }
@keyframes chest-bounce { 35% { transform: translateY(-5px) rotate(-6deg); } 65% { transform: translateY(1px) rotate(4deg); } }
@keyframes chest-open { 30%, 70% { transform: rotate(-28deg) translate(-2px, -4px); } }
.flying-star { position: fixed; z-index: 90; color: var(--yellow); font-size: 34px; line-height: 1; pointer-events: none; filter: drop-shadow(0 3px 0 #ff7f25) drop-shadow(0 0 8px white); }
.confetti-piece { position: fixed; z-index: 89; width: 9px; height: 15px; border-radius: 3px; pointer-events: none; }
.cart-count {
  display: grid;
  place-items: center;
  min-width: 27px;
  height: 27px;
  padding: 0 7px;
  border-radius: 99px;
  background: var(--purple);
  color: white;
  font-size: 13px;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  min-height: 640px;
  padding: 70px clamp(24px, 7vw, 108px);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 213, 65, .22) 0 7%, transparent 7.2%),
    linear-gradient(135deg, #fffdf6 0%, #eefaff 72%, #e5f7ff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 340px;
  height: 340px;
  border: 58px solid rgba(7, 155, 233, .12);
  border-radius: 50%;
}
.hero-copy { position: relative; z-index: 2; max-width: 620px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Baloo 2", system-ui, sans-serif; line-height: 1.05; }
h1 {
  margin: 0;
  font-size: clamp(50px, 6vw, 84px);
  letter-spacing: -.055em;
}
h1 span { color: var(--purple); }
.hero-text {
  max-width: 550px;
  margin: 24px 0 30px;
  color: #5b576e;
  font-size: clamp(17px, 1.8vw, 21px);
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; }
.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 20px;
  border: 0;
  border-radius: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.primary-button { background: var(--purple); color: white; box-shadow: 0 9px 20px rgba(100, 56, 232, .24); }
.primary-button:hover { transform: translateY(-2px); background: var(--purple-dark); box-shadow: 0 12px 24px rgba(100, 56, 232, .3); }
.secondary-button { background: var(--lavender); color: var(--purple-dark); }
.secondary-button:hover { background: #e5dcff; }
.text-button { padding: 10px 0; border: 0; border-bottom: 2px solid var(--pink); background: transparent; font-weight: 900; cursor: pointer; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: #625e75; font-size: 13px; font-weight: 800; }

.hero-visual { position: relative; z-index: 2; min-height: 460px; }
.brand-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin-left: 30px;
  transform: rotate(1.5deg);
}
.hero-brand-art {
  display: block;
  width: min(100%, 700px);
  height: auto;
  border: 8px solid white;
  border-radius: 34px;
  background: white;
  box-shadow: 0 28px 60px rgba(7, 92, 149, .2);
}
.original-art-badge {
  position: absolute;
  right: -8px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  border: 4px solid white;
  border-radius: 99px;
  background: var(--yellow);
  color: #302300;
  box-shadow: 0 10px 25px rgba(60, 40, 0, .16);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-4deg);
}
.hero-card {
  position: absolute;
  display: grid;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, .9);
  box-shadow: 0 25px 50px rgba(61, 38, 119, .2);
  text-align: center;
}
.hero-card span { display: block; font-size: 76px; filter: drop-shadow(0 10px 5px rgba(60, 20, 80, .1)); }
.hero-card small, .hero-card strong { font-family: "Baloo 2", sans-serif; font-size: 20px; line-height: 1; }
.card-main {
  top: 50%;
  left: 51%;
  width: 250px;
  height: 290px;
  border-radius: 46px 28px 48px 30px;
  transform: translate(-50%, -50%) rotate(4deg);
  background: linear-gradient(145deg, #ff8fbe, #ff649f);
  color: white;
}
.card-main span { font-size: 100px; }
.card-main strong { font-size: 29px; }
.card-left { top: 34%; left: 1%; width: 180px; height: 210px; border-radius: 30px; transform: rotate(-10deg); background: var(--aqua); }
.card-right { right: -2%; bottom: 3%; width: 175px; height: 200px; border-radius: 32px; transform: rotate(10deg); background: var(--yellow); }
.hero-burst {
  position: absolute;
  top: 0;
  right: 2%;
  display: grid;
  place-items: center;
  width: 105px;
  height: 105px;
  transform: rotate(10deg);
  border-radius: 44% 56% 52% 48%;
  background: var(--purple);
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: .95;
  text-align: center;
}
.spark { position: absolute; color: var(--pink); font-size: 42px; }
.spark-one { left: 20%; top: 0; }
.spark-two { right: 24%; bottom: 0; color: var(--purple); }

.shop-section {
  position: relative;
  overflow: hidden;
  padding: 88px clamp(24px, 7vw, 108px) 100px;
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 213, 65, .22) 0 110px, transparent 112px),
    radial-gradient(circle at 2% 60%, rgba(7, 155, 233, .08) 0 150px, transparent 152px),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 48%, #fffdf8 100%);
}
.shop-section::before {
  content: "★";
  position: absolute;
  top: 38px;
  right: 7%;
  color: rgba(255, 63, 75, .14);
  font-size: 68px;
  transform: rotate(12deg);
}
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2, .why-copy h2 { margin: 0; font-size: clamp(36px, 4.3vw, 60px); letter-spacing: -.04em; }
.section-heading > p { max-width: 380px; margin: 0 0 7px; color: var(--muted); text-align: right; }
.character-parade {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 0 28px;
}
.character-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  min-height: 150px;
  border: 4px solid white;
  border-radius: 25px;
  box-shadow: 0 14px 30px rgba(21, 95, 142, .12);
}
.character-card::after {
  content: "★";
  position: absolute;
  top: 10px;
  right: 13px;
  color: rgba(255, 255, 255, .7);
  font-size: 25px;
}
.bear-card { background: linear-gradient(135deg, #fff0a9, #ffd541); }
.dino-card { background: linear-gradient(135deg, #bdf2cb, #52d978); }
.panda-card { background: linear-gradient(135deg, #cdeeff, #6bcaf7); }
.character-sprite {
  align-self: stretch;
  min-height: 142px;
  background-image: url("./assets/kidzkollectablez-brand.png");
  background-repeat: no-repeat;
  background-size: 420% auto;
  background-blend-mode: multiply;
}
.bear-sprite { background-color: #ffe46f; background-position: 0 34%; }
.dino-sprite { background-color: #8ce6a5; background-position: 0 95%; }
.panda-sprite { background-color: #9cddfb; background-position: 100% 44%; }
.character-card > div:last-child { position: relative; z-index: 2; padding: 20px 18px 20px 8px; }
.character-card strong {
  display: block;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.03em;
}
.character-card span { display: block; margin-top: 5px; color: rgba(36, 34, 58, .72); font-size: 12px; font-weight: 900; }
.category-row { display: flex; gap: 10px; overflow-x: auto; padding: 4px 1px 12px; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.category-chip {
  flex: 0 0 auto;
  padding: 10px 17px;
  border: 1.5px solid var(--line);
  border-radius: 99px;
  background: white;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}
.category-chip:hover { border-color: #cfc4f7; background: #faf8ff; }
.category-chip.active { border-color: var(--purple); background: var(--purple); color: white; }
.shop-tools { display: grid; grid-template-columns: 1fr 220px; gap: 12px; margin: 14px 0 14px; }
.search-box {
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: #fbfaff;
  padding: 0 14px;
}
.search-box > span { color: var(--purple); font-size: 26px; line-height: 1; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 12px; color: var(--ink); }
.clear-search { display: none; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--lavender); font-size: 22px; cursor: pointer; }
.clear-search.visible { display: grid; place-items: center; }
.sort-box select { width: 100%; height: 52px; padding: 0 42px 0 15px; border: 1.5px solid var(--line); border-radius: 16px; outline: 0; background: white; color: var(--ink); font-weight: 800; cursor: pointer; }
.result-summary { min-height: 26px; color: var(--muted); font-size: 14px; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 9px; }
.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 225px;
  background: var(--art-bg);
  cursor: pointer;
}
.product-art::before, .product-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
}
.product-art::before { width: 90px; height: 90px; left: -28px; bottom: -24px; }
.product-art::after { width: 58px; height: 58px; right: 15px; top: 18px; }
.product-emoji { position: relative; z-index: 1; font-size: 92px; transform: rotate(var(--art-rotate)); filter: drop-shadow(0 16px 10px rgba(50, 25, 75, .16)); transition: transform .2s ease; }
.product-card:hover .product-emoji { transform: rotate(var(--art-rotate)) scale(1.05); }
.placeholder-tag { position: absolute; z-index: 2; left: 12px; bottom: 12px; padding: 5px 9px; border-radius: 99px; background: rgba(255, 255, 255, .88); color: #575168; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(7px); }
.product-badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 6px 10px; border-radius: 99px; background: var(--purple); color: white; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.product-info { padding: 18px; }
.product-category { margin: 0 0 4px; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { min-height: 46px; margin: 0 0 8px; font-size: 21px; letter-spacing: -.02em; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-price { font-size: 18px; font-weight: 900; }
.placeholder-price { display: block; color: var(--muted); font-size: 10px; font-weight: 800; }
.quick-add {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--yellow);
  color: #302300;
  font-size: 23px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}
.quick-add:hover { transform: rotate(-5deg) scale(1.08); background: #ffc928; }
.view-details { margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--purple); font-size: 13px; font-weight: 900; cursor: pointer; }
.view-details:hover { text-decoration: underline; }
.empty-state { padding: 70px 20px; border-radius: var(--radius); background: var(--cream); text-align: center; }
.empty-state span { font-size: 52px; }
.empty-state h3 { margin: 12px 0 6px; font-size: 28px; }
.empty-state p { margin: 0 0 18px; color: var(--muted); }

.why-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding: 90px clamp(24px, 7vw, 108px);
  background: #2c2345;
  color: white;
}
.crew-section { position: relative; overflow: hidden; padding: 90px clamp(24px, 7vw, 108px); background: linear-gradient(180deg, #fff8df, #fff); }
.crew-section::before { content: "★"; position: absolute; right: 4%; top: 24px; color: rgba(255, 63, 75, .12); font-size: 95px; transform: rotate(14deg); }
.crew-heading { position: relative; z-index: 1; }
.crew-heading h2, .world-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.045em; }
.crew-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.crew-card { overflow: hidden; border: 5px solid white; border-radius: 30px; box-shadow: 0 18px 42px rgba(28, 84, 121, .14); }
.crew-panda { background: #dff5ff; }
.crew-dino { background: #dcf8df; }
.crew-bear { background: #fff1b4; }
.crew-art { min-height: 280px; background-image: url("./assets/kidzkollectablez-brand.png"); background-repeat: no-repeat; background-size: 360% auto; background-blend-mode: multiply; }
.crew-art.panda-sprite { background-color: #9cddfb; background-position: 100% 43%; }
.crew-art.dino-sprite { background-color: #8ce6a5; background-position: 0 92%; }
.crew-art.bear-sprite { background-color: #ffe46f; background-position: 0 32%; }
.crew-copy { padding: 25px 25px 29px; }
.crew-trait { display: inline-block; padding: 5px 10px; border-radius: 99px; background: white; color: var(--purple-dark); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.crew-copy h3 { margin: 13px 0 8px; font-size: 31px; letter-spacing: -.03em; }
.crew-copy p { margin: 0; color: #5e5a6e; font-size: 15px; }

.world-section { position: relative; overflow: hidden; padding: 92px clamp(24px, 7vw, 108px); background: #28213f; color: white; }
.world-section::after { content: "✦"; position: absolute; right: 3%; bottom: 5px; color: rgba(255, 213, 65, .15); font-size: 150px; }
.world-heading { max-width: 780px; margin: 0 auto 35px; text-align: center; }
.world-heading .eyebrow { color: #8ddcff; }
.world-heading > p:last-child { margin: 13px auto 0; color: #d8d0e8; font-size: 17px; }
.world-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.world-map { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 7px solid white; border-radius: 38px; background: #173d96; box-shadow: 0 25px 55px rgba(0, 0, 0, .3), 0 0 45px rgba(75, 188, 255, .18); }
.world-map-art { display: block; width: 100%; height: 100%; object-fit: cover; }
.map-location { position: absolute; display: grid; place-items: center; min-width: 132px; padding: 10px 13px; border: 3px solid white; border-radius: 18px; background: rgba(24, 28, 55, .86); color: white; box-shadow: 0 9px 24px rgba(0, 25, 75, .42); cursor: pointer; backdrop-filter: blur(7px); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.map-location:hover, .map-location.active { transform: translateY(-5px) scale(1.04); box-shadow: 0 13px 24px rgba(0, 63, 98, .28), 0 0 0 5px var(--yellow); }
.map-location span { font-size: 37px; line-height: 1; }
.map-location strong { margin-top: 5px; font-family: "Baloo 2", sans-serif; font-size: 16px; line-height: 1; }
.map-location small { margin-top: 4px; color: #cceeff; font-size: 11px; font-weight: 900; }
.panda-location { left: 13%; top: 18%; }
.dino-location { right: 11%; top: 19%; }
.sticker-location { left: 12%; bottom: 16%; }
.squishy-location { right: 9%; bottom: 16%; }
.map-panel { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 26px 30px; border: 5px solid rgba(255, 255, 255, .16); border-radius: 30px; background: linear-gradient(145deg, #3b3159, #201a34); box-shadow: 0 18px 40px rgba(0, 0, 0, .18); }
.map-panel-icon { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 25px; background: rgba(255, 255, 255, .09); font-size: 58px; filter: drop-shadow(0 8px 4px rgba(0, 0, 0, .18)); }
.map-panel-copy { min-width: 0; }
.map-panel .eyebrow { margin: 0 0 7px; color: #91ddff; }
.map-panel h3 { margin: 0; font-size: 32px; letter-spacing: -.03em; }
.map-panel-copy > p:last-child { max-width: 660px; margin: 8px 0 0; color: #ece8f4; font-size: 16px; line-height: 1.55; }
.map-action { min-width: 230px; }
.why-copy .eyebrow { color: #d5c8ff; }
.why-copy > p:last-child { color: #d4cee1; font-size: 17px; }
.why-copy .story-note { color: #ffe88e; font-size: 14px; font-weight: 800; }
.value-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-cards article { min-height: 210px; padding: 26px 20px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 23px; background: rgba(255, 255, 255, .07); }
.value-cards span { font-size: 40px; }
.value-cards h3 { margin: 24px 0 6px; font-size: 22px; }
.value-cards p { margin: 0; color: #c9c1d9; font-size: 14px; }
.brainstorm-section {
  position: relative;
  overflow: hidden;
  padding: 88px clamp(24px, 9vw, 150px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 213, 65, .4) 0 90px, transparent 92px),
    radial-gradient(circle at 93% 84%, rgba(255, 63, 75, .15) 0 130px, transparent 132px),
    linear-gradient(135deg, #e9f8ff, #fff8db);
}
.brainstorm-section::before,
.brainstorm-section::after { position: absolute; color: rgba(7, 155, 233, .15); font-size: 58px; content: "★"; }
.brainstorm-section::before { top: 40px; right: 7%; transform: rotate(15deg); }
.brainstorm-section::after { left: 5%; bottom: 26px; transform: rotate(-12deg); }
.activity-privacy { margin: 15px 0 0; color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; }
.animal-quiz-card {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  padding: 38px 42px;
  border: 6px solid white;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(241, 253, 242, .95));
  box-shadow: 0 24px 60px rgba(35, 131, 78, .14);
}
.quiz-topline { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.quiz-topline h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; }
.quiz-score { display: grid; place-items: center; min-width: 82px; padding: 10px 15px; border-radius: 18px; background: #28213f; color: white; }
.quiz-score span { color: #cdeeff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quiz-score strong { font-family: "Baloo 2", sans-serif; font-size: 28px; line-height: 1; }
.quiz-progress { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin: 20px 0; color: var(--muted); font-size: 12px; font-weight: 900; }
.quiz-progress > div { overflow: hidden; height: 9px; border-radius: 99px; background: #e8e5ef; }
.quiz-progress i { display: block; width: 20%; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--aqua), var(--purple)); transition: width .25s ease; }
.quiz-question-wrap { display: grid; grid-template-columns: 115px 1fr; gap: 22px; align-items: start; }
.quiz-mascot { display: grid; place-items: center; min-height: 115px; border-radius: 28px; background: linear-gradient(145deg, #fff0a8, #ffd541); font-size: 58px; transform: rotate(-3deg); }
.quiz-question { margin: 0 0 17px; font-family: "Baloo 2", sans-serif; font-size: clamp(22px, 2.7vw, 31px); font-weight: 800; line-height: 1.15; }
.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-answer { padding: 13px 15px; border: 2px solid var(--line); border-radius: 15px; background: white; font-weight: 900; text-align: left; cursor: pointer; transition: .16s ease; }
.quiz-answer:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--purple); background: var(--lavender); }
.quiz-answer:disabled { cursor: default; }
.quiz-answer.correct { border-color: #32b963; background: #dcf8e5; color: #155b2d; }
.quiz-answer.incorrect { border-color: #ff6974; background: #fff0f1; color: #8d2028; }
.quiz-feedback { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; padding: 16px 18px; border-radius: 18px; background: #e8f8ff; }
.quiz-feedback strong { font-family: "Baloo 2", sans-serif; font-size: 20px; }
.quiz-feedback p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.quiz-feedback button { flex: 0 0 auto; padding: 10px 14px; border: 0; border-radius: 12px; background: var(--purple); color: white; font-weight: 900; cursor: pointer; }

.site-footer { padding: 0; background: #057bc9; color: white; }
.footer-main { position: relative; display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 55px; padding: 58px clamp(24px, 7vw, 108px) 45px; }
.footer-main::after { content: "★"; position: absolute; right: 4%; top: 25px; color: rgba(255, 213, 65, .32); font-size: 80px; transform: rotate(12deg); }
.footer-brand .brand-logo { width: clamp(230px, 24vw, 330px); filter: drop-shadow(0 6px 0 rgba(0, 0, 0, .16)); }
.footer-brand-block > p { margin: 20px 0 3px; color: var(--yellow); font-family: "Baloo 2", sans-serif; font-size: 22px; font-weight: 900; text-align: left; }
.footer-brand-block > span { display: block; max-width: 390px; color: #d8f2ff; font-size: 13px; }
.footer-main h3 { margin: 0 0 16px; font-size: 21px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a { color: #e9f8ff; font-weight: 800; }
.footer-links a:hover { color: var(--yellow); text-decoration: underline; }
.footer-social > p { margin: -6px 0 17px; color: #d8f2ff; font-size: 13px; text-align: left; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link { display: grid; place-items: center; width: 47px; height: 47px; border: 2px solid rgba(255, 255, 255, .55); border-radius: 15px; background: rgba(255, 255, 255, .12); color: white; transition: transform .18s ease, background .18s ease; }
.social-link:hover { transform: translateY(-3px) rotate(-3deg); background: white; color: #057bc9; }
.social-link svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; }
.social-link.youtube svg path { fill: currentColor; stroke: none; }
.social-link.facebook span { font-family: Arial, sans-serif; font-size: 30px; font-weight: 900; }
.social-link.tiktok span { font-size: 29px; font-weight: 900; }
.footer-social small { display: block; margin-top: 11px; color: #bfe7ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px clamp(24px, 7vw, 108px); border-top: 1px solid rgba(255, 255, 255, .24); color: #d8f2ff; font-size: 11px; font-weight: 800; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 49; background: rgba(28, 20, 48, .42); backdrop-filter: blur(3px); }
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  height: 100dvh;
  padding: 26px;
  transform: translateX(105%);
  background: white;
  box-shadow: -25px 0 60px rgba(25, 13, 57, .2);
  transition: transform .25s ease;
}
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-size: 34px; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f3effc; font-size: 26px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 10px 2px; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item-art { display: grid; place-items: center; height: 74px; border-radius: 18px; background: var(--art-bg); font-size: 40px; }
.cart-item h3 { margin: 0 0 4px; font-size: 16px; }
.cart-item-price { color: var(--muted); font-size: 12px; font-weight: 800; }
.quantity-control { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; padding: 3px; border-radius: 99px; background: #f5f2fb; }
.quantity-control button { width: 26px; height: 26px; border: 0; border-radius: 50%; background: white; cursor: pointer; }
.quantity-control span { min-width: 13px; text-align: center; font-size: 13px; font-weight: 900; }
.remove-item { align-self: start; padding: 4px; border: 0; background: transparent; color: #918aa0; font-size: 20px; cursor: pointer; }
.cart-empty { margin: auto; padding: 30px 20px; text-align: center; }
.empty-bag { font-size: 62px; }
.cart-empty h3 { margin: 14px 0 6px; font-size: 25px; }
.cart-empty p { margin: 0 0 18px; color: var(--muted); }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.subtotal-row { display: flex; justify-content: space-between; align-items: center; font-size: 18px; }
.subtotal-row strong { font-size: 23px; }
.cart-footer p { margin: 6px 0 15px; color: var(--muted); font-size: 12px; }
.checkout-button { width: 100%; }
.cart-footer small { display: block; margin-top: 9px; color: var(--muted); text-align: center; }

dialog { border: 0; padding: 0; color: var(--ink); }
dialog::backdrop { background: rgba(28, 20, 48, .55); backdrop-filter: blur(4px); }
.product-dialog { width: min(880px, calc(100% - 30px)); max-height: calc(100dvh - 30px); border-radius: 28px; overflow: auto; box-shadow: 0 30px 80px rgba(31, 15, 73, .28); }
.dialog-close { position: absolute; z-index: 3; top: 18px; right: 18px; }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 530px; }
.dialog-art { position: relative; display: grid; place-items: center; min-height: 430px; background: var(--art-bg); }
.dialog-art .product-emoji { font-size: 150px; }
.dialog-art .placeholder-tag { left: 22px; bottom: 22px; }
.dialog-info { display: flex; flex-direction: column; justify-content: center; padding: 56px 46px 46px; }
.dialog-info h2 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 48px); }
.dialog-description { color: var(--muted); font-size: 16px; }
.detail-list { display: grid; gap: 8px; padding: 16px 0; margin: 4px 0 18px; border-block: 1px solid var(--line); }
.detail-list span { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.detail-list strong { text-align: right; }
.dialog-price { margin-bottom: 18px; font-size: 25px; font-weight: 900; }
.dialog-add { width: 100%; }
.checkout-dialog { width: min(500px, calc(100% - 30px)); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 80px rgba(31, 15, 73, .28); }
.checkout-content { padding: 52px 44px 40px; text-align: center; background: linear-gradient(150deg, #fff, #faf5ff); }
.checkout-icon { font-size: 58px; }
.checkout-content h2 { margin: 5px 0 12px; font-size: 38px; }
.checkout-content > p { color: var(--muted); }
.checkout-summary { display: flex; justify-content: space-between; margin: 24px 0; padding: 15px 18px; border-radius: 15px; background: var(--lavender); }
.checkout-content .primary-button { width: 100%; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 80;
  padding: 12px 18px;
  border-radius: 99px;
  transform: translate(-50%, 120px);
  background: #28213f;
  color: white;
  box-shadow: var(--shadow);
  font-weight: 800;
  transition: transform .25s ease;
}
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 44px; }
  .brand-showcase { margin-left: 10px; transform: rotate(1deg); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-section { grid-template-columns: 1fr; gap: 34px; }
  .site-header nav { gap: 15px; font-size: 13px; }
  .brand-logo { width: clamp(190px, 19vw, 230px); }
  .crew-grid { grid-template-columns: 1fr; }
  .crew-card { display: grid; grid-template-columns: minmax(240px, .8fr) 1.2fr; }
  .world-layout { grid-template-columns: 1fr; }
  .map-panel { grid-template-columns: auto 1fr; }
  .map-action { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 780px) {
  .prototype-strip { align-items: flex-start; font-size: 10px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding-inline: 18px; }
  .site-header nav { display: none; }
  .brand-logo { width: min(56vw, 230px); }
  .cart-label { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 60px 24px 40px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-text { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 0; margin-top: 34px; transform: none; }
  .brand-showcase { margin-left: 0; }
  .hero-brand-art { width: min(100%, 620px); border-width: 6px; border-radius: 26px; }
  .original-art-badge { right: 10px; bottom: -12px; }
  .card-main { width: 220px; height: 250px; }
  .card-main span { font-size: 84px; }
  .card-left { top: 40%; left: -8%; width: 145px; height: 170px; }
  .card-right { right: -7%; width: 145px; height: 165px; }
  .hero-card span { font-size: 62px; }
  .hero-burst { width: 88px; height: 88px; font-size: 18px; }
  .shop-section { padding: 64px 18px 72px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 10px; text-align: left; }
  .character-parade { grid-template-columns: 1fr; gap: 10px; }
  .character-card { grid-template-columns: 135px 1fr; min-height: 125px; }
  .character-sprite { min-height: 125px; background-size: 450% auto; }
  .bear-sprite { background-position: 0 34%; }
  .dino-sprite { background-position: 0 96%; }
  .panda-sprite { background-position: 100% 44%; }
  .character-card strong { font-size: 27px; }
  .shop-tools { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-art { min-height: 190px; }
  .product-emoji { font-size: 74px; }
  .why-section { padding: 68px 22px; }
  .value-cards { grid-template-columns: 1fr; }
  .value-cards article { min-height: auto; }
  .value-cards h3 { margin-top: 12px; }
  .brainstorm-section { padding: 62px 18px 90px; }
  .crew-section, .world-section { padding: 64px 18px; }
  .crew-card { grid-template-columns: 1fr; }
  .crew-art { min-height: 300px; }
  .map-location { min-width: 104px; padding: 8px; border-width: 3px; }
  .map-location span { font-size: 31px; }
  .map-location strong { font-size: 14px; }
  .map-location small { display: none; }
  .map-panel { gap: 16px; padding: 22px; }
  .map-panel-icon { width: 72px; height: 72px; font-size: 44px; }
  .map-panel h3 { font-size: 27px; }
  .animal-quiz-card { padding: 28px 20px; border-width: 4px; }
  .quiz-question-wrap { grid-template-columns: 1fr; }
  .quiz-mascot { min-height: 90px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 46px 22px 35px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { padding-inline: 22px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-art { min-height: 310px; }
  .dialog-art .product-emoji { font-size: 120px; }
  .dialog-info { padding: 34px 24px 28px; }
}

@media (max-width: 480px) {
  .prototype-strip { gap: 6px; padding-inline: 8px; }
  .brand-logo { width: min(58vw, 215px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .primary-button { width: 100%; }
  .hero-visual { min-height: 0; transform: none; margin-inline: 0; }
  .hero-brand-art { width: 100%; border-width: 5px; border-radius: 22px; }
  .original-art-badge { right: 8px; bottom: -14px; padding: 8px 12px; font-size: 11px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .character-card { grid-template-columns: 120px 1fr; }
  .product-art { min-height: 158px; }
  .product-emoji { font-size: 62px; }
  .placeholder-tag { left: 8px; bottom: 8px; font-size: 8px; }
  .product-info { padding: 13px; }
  .product-info h3 { min-height: 42px; font-size: 18px; }
  .product-price { font-size: 16px; }
  .quick-add { width: 38px; height: 38px; }
  .cart-drawer { padding: 20px; }
  .checkout-content { padding-inline: 24px; }
  .world-section { padding: 44px 12px 52px; }
  .world-heading { margin-bottom: 20px; }
  .world-heading h2 { font-size: 34px; line-height: 1; }
  .world-heading > p:last-child { margin-top: 8px; font-size: 14px; line-height: 1.4; }
  .world-layout { gap: 14px; width: 100%; }
  .world-map { width: 100%; max-width: 100%; overflow: visible; margin-bottom: 96px; border-width: 4px; border-radius: 20px; }
  .map-location { min-width: 0; width: 48%; grid-template-columns: auto minmax(0, 1fr); gap: 4px; padding: 6px 7px; border-width: 2px; border-radius: 13px; }
  .map-location:hover, .map-location.active { transform: none; box-shadow: 0 7px 16px rgba(0, 63, 98, .28), 0 0 0 3px var(--yellow); }
  .map-location span { font-size: 20px; }
  .map-location strong { overflow-wrap: anywhere; font-size: 11px; line-height: 1.05; }
  .panda-location { left: 0; top: calc(100% + 10px); }
  .dino-location { right: 0; top: calc(100% + 10px); }
  .sticker-location { left: 0; bottom: auto; top: calc(100% + 54px); }
  .squishy-location { right: 0; bottom: auto; top: calc(100% + 54px); }
  .map-panel { width: 100%; max-width: 100%; grid-template-columns: 52px minmax(0, 1fr); gap: 10px 12px; padding: 14px; border-width: 3px; border-radius: 20px; text-align: left; }
  .map-panel-icon { width: 52px; height: 52px; margin: 0; border-radius: 15px; font-size: 30px; }
  .map-panel .eyebrow { margin-bottom: 3px; font-size: 10px; }
  .map-panel h3 { font-size: 22px; line-height: 1.05; }
  .map-panel-copy > p:last-child { margin-top: 5px; font-size: 14px; line-height: 1.35; }
  .map-action { grid-column: 1 / -1; min-width: 0; width: 100%; min-height: 44px; padding: 9px 12px; font-size: 14px; }
  .quiz-topline h2 { font-size: 31px; }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-feedback { align-items: stretch; flex-direction: column; }
  .quiz-feedback button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-block { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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