:root{
  --ink:#16091f;
  --purple:#5a0f88;
  --purple-dark:#280540;
  --orange:#ff7417;
  --lime:#b9f600;
  --paper:#fffdf9;
  --muted:#665d69;
  --line:rgba(22,9,31,.13);
  --shadow:0 24px 70px rgba(28,4,49,.16);
  --radius:34px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-rounded,"Arial Rounded MT Bold","Trebuchet MS",system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.skip{position:fixed;left:1rem;top:-6rem;z-index:9999;background:#fff;color:#000;padding:.8rem 1rem;border-radius:12px}.skip:focus{top:1rem}.topbar{height:88px;position:sticky;top:0;z-index:100;background:rgba(255,253,249,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,64px)}.brand{display:block;width:205px;max-height:74px;overflow:hidden}.brand img{width:100%;height:74px;object-fit:contain}.nav{display:flex;align-items:center;gap:8px}.nav a{text-decoration:none;font-weight:900;padding:12px 16px;border-radius:999px}.nav a:hover,.nav a:focus-visible{background:#eee7f4}.nav .watch-link{background:var(--ink);color:white}.hero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);align-items:center;max-width:1500px;margin:auto;padding:clamp(50px,7vw,110px) clamp(22px,5vw,80px) clamp(40px,6vw,80px);position:relative}.hero-copy{position:relative;z-index:5}.eyebrow{font-size:.8rem;font-weight:1000;letter-spacing:.18em;text-transform:uppercase;color:var(--purple);margin:0 0 12px}.hero h1,.section-heading h2,.comic-copy h2,.watch-copy h2,.finale h2{font-family:Impact,"Arial Black",ui-sans-serif,sans-serif;text-transform:uppercase;line-height:.92;letter-spacing:-.025em;margin:0}.hero h1{font-size:clamp(3.7rem,7vw,8.7rem);max-width:880px}.hero h1 span{color:var(--purple)}.hero-lede{font-size:clamp(1.05rem,1.7vw,1.38rem);max-width:680px;color:var(--muted);margin:28px 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:1000;padding:14px 20px;border-radius:16px;box-shadow:0 8px 0 rgba(22,9,31,.16);transition:.18s transform,.18s box-shadow}.button:hover,.button:focus-visible{transform:translateY(-3px);box-shadow:0 11px 0 rgba(22,9,31,.16)}.button-purple{background:var(--purple);color:#fff}.button-orange{background:var(--orange);color:var(--ink)}.button-green{background:var(--lime);color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.button.big{padding:17px 24px;font-size:1.05rem}.hero-art{height:min(700px,70vw);min-height:520px;position:relative}.hero-art img{position:absolute;filter:drop-shadow(0 30px 35px rgba(45,5,74,.18));z-index:2}.hero-felipe{height:90%;bottom:0;left:24%;transform:rotate(2deg)}.hero-runny{height:56%;left:-5%;bottom:4%;transform:rotate(-7deg)}.hero-gummy{height:58%;right:-12%;bottom:1%;transform:rotate(7deg)}.orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.95}.orb-purple{width:340px;height:340px;background:#d5a9ff;right:5%;top:5%}.orb-green{width:250px;height:250px;background:#d8ff69;left:4%;top:17%}.orb-orange{width:180px;height:180px;background:#ffbf80;right:17%;bottom:7%}.friends-strip{background:var(--ink);display:flex;justify-content:center;align-items:flex-end;gap:clamp(8px,2vw,34px);padding:28px 3vw 0;min-height:280px;overflow:hidden}.friend{height:250px;min-width:120px;position:relative;display:flex;align-items:flex-end;justify-content:center}.friend img{height:230px;width:auto;object-fit:contain;filter:drop-shadow(0 20px 20px #0008);transition:transform .2s}.friend:nth-child(even) img{height:205px}.friend:hover img{transform:translateY(-8px) rotate(1deg)}.friend span{position:absolute;bottom:14px;background:white;color:var(--ink);font-size:.78rem;font-weight:1000;padding:6px 11px;border-radius:999px;box-shadow:0 5px 0 #0003}.content-section{position:relative;padding:clamp(74px,8vw,130px) clamp(20px,5vw,72px)}.section-heading{max-width:1380px;margin:0 auto 40px;display:grid;grid-template-columns:1fr minmax(280px,480px);gap:30px;align-items:end}.section-heading h2{font-size:clamp(4.4rem,8vw,8.6rem)}.section-heading>p{font-size:1.12rem;color:var(--muted);margin:0 0 10px}.rail-wrap{max-width:1460px;margin:auto;position:relative}.poster-rail,.game-rail{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:18px 5px 34px;scrollbar-width:none}.poster-rail::-webkit-scrollbar,.game-rail::-webkit-scrollbar{display:none}.poster{scroll-snap-align:start;flex:0 0 clamp(190px,18vw,260px);text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:transform .2s}.poster:hover,.poster:focus-visible{transform:translateY(-9px) rotate(-1deg)}.poster:nth-child(even){transform:rotate(1.5deg)}.poster:nth-child(even):hover,.poster:nth-child(even):focus-visible{transform:translateY(-9px) rotate(0deg)}.poster img{width:100%;aspect-ratio:.72;object-fit:cover;border-radius:12px;box-shadow:0 18px 35px #2b0a3c2e}.poster strong{font-size:1.02rem;line-height:1.22}.poster span{font-size:.84rem;color:var(--purple);font-weight:900}.rail-button{position:absolute;top:42%;z-index:7;width:52px;height:52px;border:0;border-radius:50%;font-size:2rem;line-height:1;background:#fff;color:var(--ink);box-shadow:0 8px 24px #1b09233b;cursor:pointer}.rail-button.prev{left:-20px}.rail-button.next{right:-20px}.games-section{background:linear-gradient(145deg,#27043e 0%,#5c0d8c 55%,#8c239d 100%);color:white;overflow:hidden}.section-heading.light .eyebrow{color:var(--lime)}.section-heading.light>p{color:#eadff1}.games-section .section-heading{position:relative;z-index:3}.games-section .section-heading h2{color:#fff}.game-rail{gap:20px;position:relative;z-index:3}.game{flex:0 0 clamp(260px,28vw,390px);scroll-snap-align:start;text-decoration:none;background:#fff;color:var(--ink);border-radius:22px;padding:10px;box-shadow:0 20px 45px #13002180;position:relative;transition:transform .2s;overflow:hidden}.game:hover,.game:focus-visible{transform:translateY(-8px) rotate(-.6deg)}.game img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:#eee}.game strong{display:block;padding:12px 8px 7px;font-size:1rem}.game .status{position:absolute;top:20px;left:20px;background:var(--lime);color:var(--ink);font-size:.68rem;font-weight:1000;padding:6px 9px;border-radius:999px;box-shadow:0 4px 10px #0004}.game.classic .status{background:#ded7e3}.rail-dark .rail-button{background:var(--lime)}.games-note{max-width:1380px;margin:10px auto 0;color:#eadff1;font-size:.84rem}.section-character{position:absolute;opacity:.23;pointer-events:none;filter:drop-shadow(0 20px 40px #0005)}.games-gummy{width:440px;left:-135px;bottom:-40px;transform:rotate(12deg)}.games-sunny{height:650px;right:-120px;top:30px;transform:rotate(-7deg)}.comics-section{min-height:760px;background:linear-gradient(120deg,#f4ffba 0 44%,#fff 44% 100%);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(30px,6vw,100px);align-items:center;overflow:hidden}.comic-art{position:relative;min-height:590px}.comic-banner{position:absolute;width:min(740px,90%);left:2%;top:50%;transform:translateY(-50%) rotate(-2deg);border-radius:28px;box-shadow:var(--shadow)}.comic-melody{position:absolute;height:78%;right:-3%;bottom:-7%;filter:drop-shadow(0 30px 30px #4b0b6b40)}.comic-gilli{position:absolute;height:56%;left:-8%;bottom:-10%;transform:rotate(-7deg);filter:drop-shadow(0 30px 30px #4b0b6b30)}.comic-copy{position:relative;z-index:4}.comic-copy h2{font-size:clamp(4rem,7vw,7.4rem)}.comic-copy>p:not(.eyebrow){font-size:1.2rem;color:var(--muted);max-width:560px}.text-link{display:block;margin-top:22px;font-weight:900;color:var(--purple)}.watch-section{background:#09070b;color:#fff;display:grid;grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr);gap:50px;align-items:center;min-height:760px;overflow:hidden}.watch-copy{max-width:620px;margin-left:auto;position:relative;z-index:4}.watch-copy .eyebrow{color:#ff4545}.watch-copy h2{font-size:clamp(4.2rem,7.5vw,8rem)}.watch-copy>p{color:#c9c0ce;font-size:1.18rem}.watch-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.watch-actions>a:not(.youtube-main){padding:11px 14px;border-radius:999px;text-decoration:none;background:#1e1722;border:1px solid #3c2c46;font-weight:900}.youtube-main{width:100%;display:flex;gap:15px;align-items:center;text-decoration:none;background:#ff0033;padding:16px 18px;border-radius:19px;margin-bottom:6px;box-shadow:0 12px 30px #ff00334d}.youtube-main .play-icon{width:52px;height:52px;background:white;color:#ff0033;border-radius:50%;display:grid;place-items:center;font-size:1.3rem;padding-left:3px}.youtube-main span:last-child{display:flex;flex-direction:column}.youtube-main strong{font-size:1.16rem}.youtube-main small{opacity:.82}.watch-art{position:relative;min-height:650px}.watch-art img{position:absolute;right:-3%;bottom:-4%;width:min(980px,110%);z-index:2;filter:drop-shadow(0 30px 40px #000)}.sound-ring{position:absolute;border:3px solid rgba(185,246,0,.24);border-radius:50%;right:16%;top:13%;aspect-ratio:1}.ring-1{width:250px}.ring-2{width:410px;right:8%;top:2%}.ring-3{width:600px;right:-2%;top:-10%}.finale{text-align:center;min-height:750px;padding:90px 20px 0;position:relative;overflow:hidden;background:linear-gradient(#fff,#f6edfb)}.finale-logo{width:min(650px,80vw);margin:0 auto 12px}.finale h2{font-size:clamp(3rem,6vw,6.5rem)}.finale>p{font-size:1.15rem;color:var(--muted)}.finale-cast{height:370px;display:flex;justify-content:center;align-items:flex-end;gap:10px;margin-top:15px}.finale-cast img{height:350px;width:auto;object-fit:contain;filter:drop-shadow(0 25px 25px #38005420)}.finale-cast img:nth-child(2){height:300px}.finale-cast img:nth-child(3){height:315px}.back-top{display:inline-block;font-weight:1000;color:var(--purple);margin-top:10px}footer{text-align:center;padding:28px 20px;background:var(--ink);color:#ad9db6;font-size:.78rem}
@media(max-width:1000px){.topbar{height:76px}.brand{width:165px}.brand img{height:64px}.hero{min-height:auto;grid-template-columns:1fr;padding-top:68px}.hero-art{height:620px;min-height:0;margin-top:15px}.hero-felipe{left:30%;height:92%}.hero-runny{left:4%;height:54%}.hero-gummy{right:1%;height:54%}.section-heading{grid-template-columns:1fr}.section-heading>p{max-width:600px}.comics-section,.watch-section{grid-template-columns:1fr}.comics-section{background:linear-gradient(180deg,#f4ffba 0 48%,#fff 48%)}.comic-art{min-height:540px}.comic-copy{padding:0 6vw 40px}.watch-copy{margin:0;max-width:700px}.watch-art{min-height:520px}.watch-art img{right:50%;transform:translateX(50%);width:min(900px,110%)}.rail-button{display:none}.friends-strip{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.friend{flex:0 0 135px}}
@media(max-width:700px){.topbar{padding:0 14px}.brand{width:118px}.nav{gap:0}.nav a{font-size:.78rem;padding:10px 8px}.nav .watch-link{padding-inline:10px}.hero{padding:54px 18px 28px}.hero h1{font-size:clamp(3.2rem,16vw,5.2rem)}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.button{padding:13px 12px}.hero-art{height:480px}.hero-felipe{left:25%;height:90%}.hero-runny{left:-7%;height:50%}.hero-gummy{right:-8%;height:48%}.orb-purple{width:230px;height:230px}.orb-green{width:170px;height:170px}.orb-orange{width:120px;height:120px}.friends-strip{min-height:220px;padding-top:18px}.friend{height:210px;flex-basis:115px}.friend img,.friend:nth-child(even) img{height:195px}.content-section{padding:66px 18px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:clamp(4rem,20vw,6.2rem)}.poster-rail,.game-rail{margin-right:-18px}.poster{flex-basis:180px}.game{flex-basis:280px}.games-gummy{width:280px;left:-100px}.games-sunny{height:430px;right:-130px}.comic-art{min-height:440px}.comic-banner{width:94%;left:3%}.comic-melody{height:69%;right:-18%}.comic-gilli{height:44%;left:-20%}.comic-copy h2,.watch-copy h2{font-size:clamp(3.7rem,17vw,5.5rem)}.watch-section{padding-bottom:0}.watch-art{min-height:380px}.watch-art img{width:115%}.finale{min-height:620px;padding-top:68px}.finale-cast{height:270px;gap:0}.finale-cast img{height:255px}.finale-cast img:nth-child(2){height:220px}.finale-cast img:nth-child(3){height:230px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.poster,.game,.friend img{transition:none}}

/* v2 — large logo masthead, 3D book grid, shadowless character presentation */
.masthead{
  min-height:clamp(330px,38vw,560px);
  background:#fff;
  display:grid;
  place-items:center;
  padding:clamp(18px,3vw,36px) 20px;
}
.masthead-logo{
  display:block;
  width:min(980px,92vw);
  text-decoration:none;
}
.masthead-logo img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.topbar{
  height:72px;
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,253,249,.92);
  backdrop-filter:blur(16px);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 clamp(18px,4vw,64px);
}
.topbar .nav{justify-content:center}
.hero{min-height:auto;padding-top:clamp(62px,7vw,105px)}

.book-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(28px,4vw,62px) clamp(18px,3vw,44px);
  align-items:end;
}
.book-tile{
  min-width:0;
  text-decoration:none;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  transition:transform .2s ease;
}
.book-tile:hover,.book-tile:focus-visible{transform:translateY(-7px)}
.book-tile img{
  width:100%;
  height:clamp(250px,26vw,410px);
  object-fit:contain;
  object-position:center bottom;
}
.book-tile strong{font-size:1rem;line-height:1.2;max-width:280px}
.book-tile span{font-size:.82rem;font-weight:900;color:var(--purple)}

/* Character renders already have dimensional lighting; don't add another CSS shadow. */
.hero-art img,
.friend img,
.section-character,
.comic-melody,
.comic-gilli,
.watch-art img,
.finale-cast img{filter:none !important}

/* On dark sections, tuck the original studio-floor shadow below the crop. */
.friends-strip .friend{overflow:hidden}
.friends-strip .friend img{position:relative;bottom:-22px}
.friends-strip .friend:hover img{transform:none}
.games-gummy{bottom:-90px}
.games-sunny{top:62px;right:-135px}
.watch-art{overflow:hidden}
.watch-art img{bottom:-12%}

@media(max-width:1000px){
  .masthead{min-height:clamp(280px,48vw,430px)}
  .topbar{height:68px}
  .book-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}
  .book-tile img{height:clamp(210px,27vw,310px)}
}
@media(max-width:700px){
  .masthead{min-height:260px;padding:14px 10px}
  .masthead-logo{width:min(680px,98vw)}
  .topbar{height:64px;padding:0 8px}
  .topbar .nav{width:100%;justify-content:space-around}
  .topbar .nav a{font-size:.84rem;padding:10px 9px}
  .book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 14px}
  .book-tile img{height:clamp(210px,58vw,330px)}
  .book-tile strong{font-size:.92rem}
}

/* v3 — complete monster roster, Amazon book links, studio shadows only on light backgrounds */
.topbar .nav{overflow-x:auto;scrollbar-width:none;white-space:nowrap;max-width:100%}
.topbar .nav::-webkit-scrollbar{display:none}

.monsters-section{
  background:#fff;
  padding-top:clamp(74px,8vw,120px);
  padding-bottom:clamp(80px,9vw,140px);
}
.monster-heading{margin-bottom:20px}
.monster-grid{
  max-width:1420px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:clamp(28px,4vw,70px);
  row-gap:clamp(58px,7vw,100px);
}
.monster-profile{min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center}
.monster-art{
  width:100%;
  height:clamp(300px,33vw,470px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}
.monster-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  filter:none !important;
}
.monster-copy{max-width:360px;margin:12px auto 0}
.monster-species{display:inline-block;color:var(--purple);font-size:.7rem;font-weight:1000;letter-spacing:.15em;margin-bottom:4px}
.monster-copy h3{font-size:clamp(1.55rem,2.1vw,2.2rem);line-height:1;margin:0 0 10px}
.monster-copy p{margin:0;color:var(--muted);font-size:.97rem;line-height:1.55}

/* Keep dark game section focused on game art; no studio-render character cutouts here. */
.games-section .section-character{display:none !important}

/* The Skeletones render has a studio floor shadow, so present it on white. */
.watch-section{
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
}
.watch-copy{max-width:620px}
.watch-copy .eyebrow{color:#ff0033}
.watch-copy>p{color:var(--muted)}
.watch-actions>a:not(.youtube-main){background:#f3edf6;border:1px solid #e2d7e8;color:var(--ink)}
.watch-art{background:radial-gradient(circle at 66% 44%,#f0ffd0 0 20%,transparent 21%),radial-gradient(circle at 42% 25%,#ead4ff 0 17%,transparent 18%)}
.watch-art img{filter:none !important;bottom:-4%}
.sound-ring{border-color:rgba(90,15,136,.14)}

.finale{min-height:420px;padding-bottom:80px}

@media(max-width:1000px){
  .monster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 34px}
  .monster-art{height:clamp(300px,50vw,430px)}
}
@media(max-width:700px){
  .topbar .nav{justify-content:flex-start!important;padding:0 2px}
  .topbar .nav a{flex:0 0 auto}
  .monster-grid{grid-template-columns:1fr;gap:62px}
  .monster-art{height:min(120vw,470px)}
  .monster-copy{max-width:430px}
  .watch-art{min-height:420px}
}

/* v4 — grid games, comic-panel feature, simpler watch section, monster shadows on white */
.game-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.game-card{
  min-width:0;
  text-decoration:none;
  background:#fff;
  color:var(--ink);
  border-radius:22px;
  padding:10px;
  box-shadow:0 20px 45px #13002180;
  position:relative;
  overflow:hidden;
  transition:transform .2s ease;
}
.game-card:hover,.game-card:focus-visible{transform:translateY(-8px) rotate(-.5deg)}
.game-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:14px;
  background:#eee;
}
.game-card strong{display:block;padding:12px 8px 7px;font-size:1rem;line-height:1.25}
.game-card .status{
  position:absolute;
  top:20px;
  left:20px;
  background:var(--lime);
  color:var(--ink);
  font-size:.68rem;
  font-weight:1000;
  padding:6px 9px;
  border-radius:999px;
  box-shadow:0 4px 10px #0004;
}
.game-card.classic .status{background:#ded7e3}

.monster-art img{filter:drop-shadow(0 26px 22px rgba(27,9,35,.16)) !important}

.comics-section{
  min-height:auto;
  background:linear-gradient(120deg,#f0e6fb 0%,#ffffff 52%);
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:clamp(30px,6vw,100px);
  align-items:center;
}
.comic-art{position:relative;min-height:auto}
.comic-banner.comic-panel{
  position:relative;
  width:min(900px,100%);
  left:auto;
  top:auto;
  transform:none;
  border-radius:22px;
  box-shadow:var(--shadow);
}
.comic-melody,.comic-gilli{display:none !important}

.watch-section{
  background:#fff;
  color:var(--ink);
  display:grid;
  grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);
  gap:50px;
  align-items:center;
  min-height:620px;
}
.watch-art{
  background:#fff;
  min-height:460px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}
.watch-art img{
  position:relative;
  right:auto;
  bottom:auto;
  width:min(920px,100%);
  max-width:100%;
  filter:none !important;
}
.sound-ring{display:none !important}

@media(max-width:1000px){
  .game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .comics-section,.watch-section{grid-template-columns:1fr}
  .comic-art{order:1}
  .comic-copy{order:2;padding:0 6vw 40px}
  .watch-art{min-height:420px}
}
@media(max-width:700px){
  .game-grid{grid-template-columns:1fr;gap:18px}
  .watch-art{min-height:320px}
  .watch-art img{width:100%}
}


/* v5 — cleaner monster cards, green WEBTOON section, smaller clean footer logo */
.comics-section{
  background:linear-gradient(145deg,#026b38 0%,#00d564 54%,#8cf48b 100%) !important;
  color:#fff;
}
.comics-section .eyebrow{color:#d9ffe8 !important}
.comics-section .comic-copy h2{color:#fff}
.comics-section .comic-copy>p:not(.eyebrow){color:#effff4 !important}
.comics-section .text-link{color:#ffffff !important}
.comics-section .button.button-green{
  background:#fff;
  color:#027840;
  box-shadow:0 10px 0 rgba(3,73,41,.22);
}
.comic-banner.comic-panel{box-shadow:0 28px 70px rgba(5,50,27,.28)}

.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.games-note{max-width:1380px;margin:16px auto 0;color:#eadff1;font-size:.84rem}

.monster-art{
  align-items:flex-end;
  overflow:hidden;
}
.monster-art img{
  width:auto !important;
  max-width:100%;
  height:100% !important;
  object-fit:contain;
  object-position:center bottom;
  transform:translateY(24px);
  filter:drop-shadow(0 16px 16px rgba(27,9,35,.18)) !important;
}
.monster-copy h3{
  margin:0 0 10px;
  text-shadow:0 1px 0 rgba(255,255,255,.45);
}
.monster-profile:nth-child(odd) .monster-copy h3{color:var(--purple)}
.monster-profile:nth-child(even) .monster-copy h3{color:#5f9d00}
.monster-species{opacity:.95}

.finale{
  background:linear-gradient(#fff,#f7fbf7);
}
.finale-logo{
  width:min(430px,62vw) !important;
  margin:0 auto 18px !important;
}

@media(max-width:1000px){
  .game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .finale-logo{width:min(380px,70vw) !important}
}
@media(max-width:700px){
  .game-grid{grid-template-columns:1fr}
  .monster-art img{transform:translateY(18px)}
  .finale-logo{width:min(300px,78vw) !important}
}


/* v6 — original white-background character renders + embedded video library */
.monsters-section{background:#fff !important}
.monster-art{
  width:100%;
  height:clamp(320px,34vw,500px);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.monster-art img{
  width:100% !important;
  height:100% !important;
  max-width:100%;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
  background:#fff;
}

.video-showcase{
  padding:clamp(72px,8vw,120px) clamp(20px,5vw,72px);
}
.video-showcase-heading{
  max-width:1380px;
  margin:0 auto 34px;
}
.video-showcase-heading h2{
  font-family:Impact,"Arial Black",ui-sans-serif,sans-serif;
  text-transform:uppercase;
  line-height:.92;
  letter-spacing:-.025em;
  font-size:clamp(3.8rem,7vw,7rem);
  margin:0 0 14px;
}
.video-showcase-heading>p:last-child{
  margin:0;
  max-width:700px;
  font-size:1.08rem;
}
.video-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(18px,2.4vw,34px);
}
.video-embed{
  aspect-ratio:16/9;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(23,8,31,.16);
  background:#000;
}
.video-embed iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.recipe-videos{
  background:linear-gradient(145deg,#ff781a 0%,#d94b00 52%,#7d2100 100%);
  color:#fff;
}
.recipe-videos .eyebrow{color:#ffe0c6}
.recipe-videos .video-showcase-heading>p:last-child{color:#fff1e8}
.scary-videos{
  background:linear-gradient(145deg,#25033d 0%,#570c85 55%,#8f28a2 100%);
  color:#fff;
}
.scary-videos .eyebrow{color:var(--lime)}
.scary-videos .video-showcase-heading>p:last-child{color:#eadff1}

@media(max-width:800px){
  .video-grid{grid-template-columns:1fr}
  .monster-art{height:min(122vw,500px)}
}


/* v8 — simplify the opening hero to Felipe alone */
.hero-art .hero-felipe{
  height:96% !important;
  left:50% !important;
  right:auto !important;
  bottom:0 !important;
  transform:translateX(-50%) rotate(1deg) !important;
}
.hero-art .hero-runny,
.hero-art .hero-gummy{display:none !important}
@media(max-width:1000px){
  .hero-art .hero-felipe{height:94% !important;left:50% !important;transform:translateX(-50%) rotate(1deg) !important}
}
@media(max-width:700px){
  .hero-art .hero-felipe{height:92% !important;left:50% !important;transform:translateX(-50%) !important}
}


/* v9 — Pirate Felipe hero, unified purple video zone, bigger playful nav */
.topbar{
  height:94px !important;
  padding:0 clamp(14px,3vw,48px) !important;
  background:rgba(255,255,255,.96) !important;
}
.topbar .nav{
  display:flex;
  justify-content:center !important;
  align-items:center;
  gap:clamp(10px,1.4vw,20px) !important;
  padding:10px 4px;
}
.topbar .nav a{
  flex:0 0 auto;
  font-size:clamp(.92rem,1.15vw,1.08rem) !important;
  font-weight:1000 !important;
  letter-spacing:.01em;
  padding:14px clamp(18px,2.2vw,30px) !important;
  border-radius:18px !important;
  color:#fff !important;
  border:2px solid rgba(22,9,31,.08);
  box-shadow:0 6px 0 rgba(22,9,31,.16),0 10px 22px rgba(22,9,31,.10);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.topbar .nav a:nth-child(1){background:#a8e600 !important;color:#1d2030 !important}
.topbar .nav a:nth-child(2){background:#6417a0 !important}
.topbar .nav a:nth-child(3){background:#ff7218 !important;color:#241027 !important}
.topbar .nav a:nth-child(4){background:#00b95b !important}
.topbar .nav a:nth-child(5){background:#e7343f !important}
.topbar .nav a:hover,.topbar .nav a:focus-visible{
  transform:translateY(-3px) rotate(-1deg);
  box-shadow:0 9px 0 rgba(22,9,31,.14),0 15px 26px rgba(22,9,31,.13);
  filter:saturate(1.08) brightness(1.03);
}
.topbar .nav a:nth-child(even):hover,.topbar .nav a:nth-child(even):focus-visible{transform:translateY(-3px) rotate(1deg)}

.hero{
  background:#fff;
}
.pirate-hero-art{
  min-height:560px;
  height:min(720px,65vw);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  background:#fff;
}
.pirate-hero-art .hero-pirate{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:auto !important;
  height:100% !important;
  max-width:100%;
  object-fit:contain;
  object-position:center bottom;
  transform:none !important;
  filter:none !important;
}
.hero-art .orb{display:none !important}

.recipe-videos,
.scary-videos{
  background:linear-gradient(145deg,#25033d 0%,#570c85 54%,#8f28a2 100%) !important;
  color:#fff !important;
}
.recipe-videos{
  border-bottom:1px solid rgba(255,255,255,.14);
}
.recipe-videos .eyebrow{color:#ffb36d !important}
.recipe-videos .video-showcase-heading>p:last-child{color:#eadff1 !important}
.scary-videos .eyebrow{color:var(--lime) !important}

@media(max-width:1000px){
  .topbar{height:86px !important}
  .topbar .nav{justify-content:flex-start !important}
  .pirate-hero-art{height:620px;min-height:0}
  .pirate-hero-art .hero-pirate{height:100% !important}
}
@media(max-width:700px){
  .topbar{height:78px !important;padding:0 8px !important}
  .topbar .nav{gap:9px !important;justify-content:flex-start !important}
  .topbar .nav a{font-size:.84rem !important;padding:12px 16px !important;border-radius:16px !important}
  .pirate-hero-art{height:480px;min-height:0;margin-top:16px}
  .pirate-hero-art .hero-pirate{height:100% !important}
}


/* v10 — illustrated icon navigation */
.topbar{
  height:104px !important;
  padding:0 clamp(12px,2.8vw,46px) !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid rgba(22,9,31,.08) !important;
}
.topbar .playful-nav{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center !important;
  gap:clamp(10px,1.35vw,18px) !important;
  padding:12px 4px;
}
.topbar .playful-nav .nav-pill{
  --pill:#5d1597;
  --pill-dark:#3f0a6d;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:60px;
  padding:11px clamp(17px,2.1vw,28px) !important;
  border-radius:20px !important;
  color:#fff !important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--pill) 90%,white 10%),var(--pill)) !important;
  border:2px solid color-mix(in srgb,var(--pill-dark) 72%,transparent 28%) !important;
  box-shadow:
    0 6px 0 var(--pill-dark),
    0 12px 22px color-mix(in srgb,var(--pill) 24%,transparent 76%) !important;
  font-family:"Arial Rounded MT Bold","Trebuchet MS",ui-rounded,system-ui,sans-serif !important;
  font-size:clamp(1rem,1.25vw,1.16rem) !important;
  font-weight:1000 !important;
  line-height:1;
  letter-spacing:.015em;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(0,0,0,.16);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease !important;
}
.topbar .playful-nav .nav-pill:hover,
.topbar .playful-nav .nav-pill:focus-visible{
  transform:translateY(-4px) rotate(-1deg) scale(1.025) !important;
  box-shadow:
    0 9px 0 var(--pill-dark),
    0 17px 30px color-mix(in srgb,var(--pill) 30%,transparent 70%) !important;
  filter:saturate(1.08) brightness(1.04);
  outline:3px solid rgba(255,255,255,.94);
  outline-offset:2px;
}
.topbar .playful-nav .nav-pill:nth-child(even):hover,
.topbar .playful-nav .nav-pill:nth-child(even):focus-visible{
  transform:translateY(-4px) rotate(1deg) scale(1.025) !important;
}
.topbar .playful-nav .nav-pill:active{
  transform:translateY(3px) scale(.99) !important;
  box-shadow:0 2px 0 var(--pill-dark) !important;
}
.nav-icon{
  width:29px;
  height:29px;
  flex:0 0 29px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.17);
  border-radius:9px;
  padding:4px;
}
.nav-icon svg{width:100%;height:100%;display:block;fill:currentColor}
.nav-label{position:relative;top:1px}

.topbar .playful-nav .nav-books{--pill:#6a19a8;--pill-dark:#410874}
.topbar .playful-nav .nav-games{--pill:#ff731b;--pill-dark:#b43d00;color:#211020 !important;text-shadow:0 1px 0 rgba(255,255,255,.25)}
.topbar .playful-nav .nav-comics{--pill:#00b95b;--pill-dark:#02753b}
.topbar .playful-nav .nav-watch{--pill:#e53442;--pill-dark:#9e1522;background:linear-gradient(180deg,#ef4652,#d92837) !important}
.topbar .playful-nav .nav-monsters{--pill:#a8e600;--pill-dark:#649100;color:#1d2030 !important;text-shadow:0 1px 0 rgba(255,255,255,.4)}
.topbar .playful-nav .nav-games .nav-icon,
.topbar .playful-nav .nav-monsters .nav-icon{background:rgba(255,255,255,.32)}

@media(max-width:1000px){
  .topbar{height:94px !important}
  .topbar .playful-nav{justify-content:flex-start !important;overflow-x:auto;scrollbar-width:none;padding-inline:8px}
  .topbar .playful-nav::-webkit-scrollbar{display:none}
  .topbar .playful-nav .nav-pill{min-height:56px;padding:10px 18px !important;font-size:.94rem !important;border-radius:18px !important}
  .nav-icon{width:26px;height:26px;flex-basis:26px}
}
@media(max-width:700px){
  .topbar{height:84px !important;padding:0 4px !important}
  .topbar .playful-nav{gap:10px !important;padding:10px 7px}
  .topbar .playful-nav .nav-pill{min-height:52px;padding:9px 14px !important;font-size:.82rem !important;border-radius:16px !important;gap:8px}
  .nav-icon{width:24px;height:24px;flex-basis:24px;padding:3px;border-radius:7px}
}

/* v11 — cleaner glossy navigation pills based on supplied reference */
.topbar{
  height:84px !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid rgba(35,12,47,.08) !important;
  box-shadow:0 5px 22px rgba(35,12,47,.06) !important;
  padding:0 clamp(14px,3vw,42px) !important;
}
.topbar .playful-nav{
  width:100%;
  justify-content:center !important;
  gap:14px !important;
  padding:8px 0 !important;
}
.topbar .playful-nav .nav-pill{
  min-height:50px !important;
  padding:11px 20px !important;
  border-radius:16px !important;
  gap:10px !important;
  border:1px solid rgba(255,255,255,.66) !important;
  font-family:"Arial Narrow","Avenir Next Condensed","Roboto Condensed",Impact,sans-serif !important;
  font-size:1rem !important;
  font-weight:900 !important;
  letter-spacing:.025em !important;
  text-transform:uppercase !important;
  line-height:1 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    0 3px 7px rgba(22,9,31,.14),
    0 8px 18px color-mix(in srgb,var(--pill) 26%,transparent) !important;
  transform:none !important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease !important;
}
.nav-icon{
  width:24px !important;
  height:24px !important;
  flex:0 0 24px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:inherit !important;
  box-shadow:none !important;
}
.nav-icon svg{
  width:100%;
  height:100%;
  fill:currentColor;
}
.nav-label{top:0 !important}

.topbar .playful-nav .nav-books{
  --pill:#7b22dc;
  color:#fff !important;
  background:linear-gradient(180deg,#9b35ef 0%,#7620d4 100%) !important;
  text-shadow:0 1px 1px rgba(54,6,91,.34) !important;
}
.topbar .playful-nav .nav-games{
  --pill:#f3412e;
  color:#fff !important;
  background:linear-gradient(180deg,#ff604b 0%,#f13826 100%) !important;
  text-shadow:0 1px 1px rgba(111,18,7,.32) !important;
}
.topbar .playful-nav .nav-comics{
  --pill:#08b94d;
  color:#fff !important;
  background:linear-gradient(180deg,#16d864 0%,#08af49 100%) !important;
  text-shadow:0 1px 1px rgba(0,77,31,.32) !important;
}
.topbar .playful-nav .nav-watch{
  --pill:#dd2032;
  color:#fff !important;
  background:linear-gradient(180deg,#f13b4a 0%,#d91c2f 100%) !important;
  text-shadow:0 1px 1px rgba(98,6,18,.34) !important;
}
.topbar .playful-nav .nav-monsters{
  --pill:#a9ef39;
  color:#172037 !important;
  background:linear-gradient(180deg,#c1ff54 0%,#9ce82e 100%) !important;
  text-shadow:0 1px 0 rgba(255,255,255,.46) !important;
}
.topbar .playful-nav .nav-games .nav-icon,
.topbar .playful-nav .nav-monsters .nav-icon{
  background:transparent !important;
}
.topbar .playful-nav .nav-pill:hover,
.topbar .playful-nav .nav-pill:focus-visible{
  transform:translateY(-2px) !important;
  filter:saturate(1.07) brightness(1.02) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 4px 8px rgba(22,9,31,.16),
    0 11px 24px color-mix(in srgb,var(--pill) 34%,transparent) !important;
  outline:none !important;
}
.topbar .playful-nav .nav-pill:nth-child(even):hover,
.topbar .playful-nav .nav-pill:nth-child(even):focus-visible{
  transform:translateY(-2px) !important;
}
.topbar .playful-nav .nav-pill:active{
  transform:translateY(1px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 2px 5px rgba(22,9,31,.14) !important;
}

@media(max-width:1000px){
  .topbar{height:78px !important;padding:0 8px !important}
  .topbar .playful-nav{justify-content:flex-start !important;gap:10px !important;overflow-x:auto;padding:8px 7px !important}
  .topbar .playful-nav .nav-pill{min-height:48px !important;padding:10px 17px !important;font-size:.92rem !important;border-radius:15px !important}
  .nav-icon{width:22px !important;height:22px !important;flex-basis:22px !important}
}
@media(max-width:700px){
  .topbar{height:72px !important}
  .topbar .playful-nav{gap:8px !important}
  .topbar .playful-nav .nav-pill{min-height:45px !important;padding:9px 14px !important;font-size:.82rem !important;border-radius:14px !important;gap:8px !important}
  .nav-icon{width:20px !important;height:20px !important;flex-basis:20px !important}
}

/* v12 — remove separator rules around navigation */
.topbar{
  border-top:none !important;
  border-bottom:none !important;
}

/* v13 — simplified oversized navigation, three-color rotation, no separators/shadows */
.topbar{
  height:124px !important;
  background:#fff !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  padding:0 clamp(16px,3vw,48px) !important;
}
.topbar::before,.topbar::after{display:none !important;content:none !important}
.topbar .playful-nav{
  width:100%;
  justify-content:center !important;
  align-items:center !important;
  gap:18px !important;
  padding:12px 0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.topbar .playful-nav .nav-pill{
  min-height:88px !important;
  padding:20px 34px !important;
  border-radius:22px !important;
  gap:15px !important;
  border:0 !important;
  color:#fff !important;
  font-family:"Arial Narrow","Avenir Next Condensed","Roboto Condensed",Impact,sans-serif !important;
  font-size:1.65rem !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  line-height:1 !important;
  text-transform:uppercase !important;
  text-shadow:none !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  transition:transform .14s ease,filter .14s ease !important;
}
.topbar .playful-nav .nav-pill:nth-child(1){background:#08b95a !important;color:#fff !important}
.topbar .playful-nav .nav-pill:nth-child(2){background:#6b1bad !important;color:#fff !important}
.topbar .playful-nav .nav-pill:nth-child(3){background:#ff7018 !important;color:#fff !important}
.topbar .playful-nav .nav-pill:nth-child(4){background:#08b95a !important;color:#fff !important}
.topbar .playful-nav .nav-pill:nth-child(5){background:#6b1bad !important;color:#fff !important}
.topbar .playful-nav .nav-pill:nth-child(6){background:#ff7018 !important;color:#fff !important}
.topbar .playful-nav .nav-pill:hover,
.topbar .playful-nav .nav-pill:focus-visible,
.topbar .playful-nav .nav-pill:nth-child(even):hover,
.topbar .playful-nav .nav-pill:nth-child(even):focus-visible{
  transform:translateY(-2px) !important;
  filter:brightness(1.06) saturate(1.05) !important;
  box-shadow:none !important;
  outline:3px solid rgba(22,9,31,.14) !important;
  outline-offset:3px !important;
}
.topbar .playful-nav .nav-pill:active{
  transform:translateY(0) scale(.985) !important;
  box-shadow:none !important;
}
.topbar .playful-nav .nav-icon{
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
}
.topbar .playful-nav .nav-icon svg{fill:#fff !important;color:#fff !important}
.topbar .playful-nav .nav-label{color:#fff !important;text-shadow:none !important;top:0 !important}

@media(max-width:1100px){
  .topbar{height:108px !important;padding:0 8px !important}
  .topbar .playful-nav{justify-content:flex-start !important;gap:12px !important;overflow-x:auto !important;padding:10px 8px !important;scrollbar-width:none}
  .topbar .playful-nav::-webkit-scrollbar{display:none}
  .topbar .playful-nav .nav-pill{min-height:76px !important;padding:17px 26px !important;font-size:1.35rem !important;border-radius:20px !important;flex:0 0 auto}
  .topbar .playful-nav .nav-icon{width:34px !important;height:34px !important;flex-basis:34px !important}
}
@media(max-width:700px){
  .topbar{height:88px !important;padding:0 4px !important}
  .topbar .playful-nav{gap:9px !important;padding:8px 6px !important}
  .topbar .playful-nav .nav-pill{min-height:64px !important;padding:13px 19px !important;font-size:1.05rem !important;border-radius:17px !important;gap:10px !important}
  .topbar .playful-nav .nav-icon{width:28px !important;height:28px !important;flex-basis:28px !important}
}


/* v14 — simplify hero and reduce masthead logo */
.masthead{
  min-height:clamp(180px,21vw,300px) !important;
  padding:clamp(14px,2vw,24px) 20px !important;
}
.masthead-logo{
  width:min(490px,62vw) !important;
}
.hero-lede{margin-bottom:0 !important}
@media(max-width:1000px){
  .masthead{min-height:clamp(160px,28vw,240px) !important}
  .masthead-logo{width:min(440px,68vw) !important}
}
@media(max-width:700px){
  .masthead{min-height:150px !important;padding:10px !important}
  .masthead-logo{width:min(340px,78vw) !important}
}


/* v15 — lightweight SEO landing pages + footer discovery links */
.footer-halloween-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 12px;
  margin:0 auto 10px;
  font-size:.82rem;
}
.footer-halloween-links strong{color:#fff}
.footer-halloween-links a{color:#d8ff69;font-weight:900;text-decoration:none}
.footer-halloween-links a:hover,.footer-halloween-links a:focus-visible{text-decoration:underline}
.footer-halloween-links span{color:#806f89}

.landing-page{background:#fffdf9}
.landing-header{
  max-width:1380px;
  margin:auto;
  padding:24px clamp(20px,5vw,72px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:#fff;
}
.landing-logo{display:block;width:min(270px,48vw)}
.landing-logo img{width:100%;height:auto;object-fit:contain}
.landing-home{font-weight:1000;color:var(--purple);text-decoration:none}
.landing-home:hover,.landing-home:focus-visible{text-decoration:underline}
.landing-hero{
  text-align:center;
  padding:clamp(58px,7vw,105px) 20px clamp(42px,5vw,72px);
}
.landing-hero h1{
  font-family:Impact,"Arial Black",ui-sans-serif,sans-serif;
  text-transform:uppercase;
  font-size:clamp(3.8rem,9vw,8.5rem);
  line-height:.92;
  letter-spacing:-.025em;
  margin:0 auto 22px;
}
.landing-hero>p:last-child{max-width:760px;margin:0 auto;font-size:1.18rem;color:var(--muted)}
.landing-games-hero{background:linear-gradient(180deg,#fff 0%,#f0e7f8 100%)}
.landing-games-hero .eyebrow{color:var(--purple)}
.landing-games-content{
  background:linear-gradient(145deg,#27043e 0%,#5c0d8c 55%,#8c239d 100%);
  padding:clamp(55px,7vw,100px) clamp(20px,5vw,72px);
}
.landing-games-content .game-grid{max-width:1380px}
.landing-games-content .games-note{color:#eadff1}
.landing-recipes-hero{background:linear-gradient(180deg,#fff 0%,#eee2fa 100%)}
.landing-recipes-hero .eyebrow{color:var(--purple)}
.landing-recipes-content{
  background:linear-gradient(145deg,#27043e 0%,#5c0d8c 55%,#8c239d 100%);
  padding:clamp(55px,7vw,100px) clamp(20px,5vw,72px);
}
.landing-recipes-content .video-grid{max-width:1380px;margin:auto}
.landing-youtube-link{text-align:center;margin:32px 0 0}
.landing-youtube-link a{display:inline-block;background:#fff;color:var(--purple);font-weight:1000;text-decoration:none;padding:14px 20px;border-radius:999px}
.landing-youtube-link a:hover,.landing-youtube-link a:focus-visible{transform:translateY(-2px)}
@media(max-width:700px){
  .landing-header{padding:16px 18px}
  .landing-logo{width:min(210px,50vw)}
  .landing-home{font-size:.86rem}
  .landing-hero h1{font-size:clamp(3.2rem,17vw,5rem)}
}
/* v17 — phone-only usability pass. Everything below is restricted to phone breakpoints. */
@media (max-width:700px){
  html{scroll-padding-top:12px}
  body{-webkit-text-size-adjust:100%;text-size-adjust:100%}

  /* Show every main destination at once on phones instead of hiding items in a horizontal scroller. */
  .topbar{
    position:relative !important;
    height:auto !important;
    min-height:0 !important;
    padding:10px 12px 12px !important;
    background:#fff !important;
  }
  .topbar .playful-nav{
    display:grid !important;
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
    width:100% !important;
    gap:8px !important;
    padding:0 !important;
    overflow:visible !important;
    white-space:normal !important;
  }
  .topbar .playful-nav .nav-pill{
    min-width:0 !important;
    min-height:54px !important;
    padding:9px 7px !important;
    border-radius:15px !important;
    gap:6px !important;
    font-size:clamp(.76rem,3.4vw,.92rem) !important;
    line-height:1 !important;
  }
  .topbar .playful-nav .nav-pill{grid-column:span 2 !important}
  .topbar .playful-nav .nav-icon{width:21px !important;height:21px !important;flex:0 0 21px !important}

  .masthead{min-height:118px !important;padding:10px 14px !important}
  .masthead-logo{width:min(275px,72vw) !important}

  .hero{grid-template-columns:1fr !important;padding:40px 18px 22px !important;gap:12px !important}
  .hero-copy{text-align:center}
  .hero h1{font-size:clamp(3rem,14.2vw,4.65rem) !important;line-height:.94 !important}
  .hero-lede{font-size:1rem !important;line-height:1.55 !important;margin:20px auto 0 !important;max-width:34rem}
  .pirate-hero-art{height:min(100vw,390px) !important;margin-top:6px !important}
  .pirate-hero-art .hero-pirate{max-width:94vw !important}

  .content-section,.video-showcase{padding:58px 18px !important}
  .section-heading{gap:12px !important;margin-bottom:26px !important;text-align:center}
  .section-heading h2{font-size:clamp(3.25rem,16vw,4.75rem) !important}
  .section-heading>p{font-size:1rem !important;line-height:1.5 !important;margin:0 auto !important}
  .eyebrow{font-size:.72rem !important;letter-spacing:.14em !important}

  .monster-grid{gap:44px !important}
  .monster-art{height:min(106vw,410px) !important}
  .monster-copy{margin-top:8px !important;padding:0 4px}
  .monster-copy h3{font-size:1.8rem !important}
  .monster-copy p{font-size:.98rem !important;line-height:1.55 !important}

  .book-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:30px 12px !important}
  .book-tile img{height:clamp(195px,55vw,280px) !important}
  .book-tile strong{font-size:.9rem !important;line-height:1.2 !important}
  .book-tile span{font-size:.75rem !important}

  .game-grid{grid-template-columns:1fr !important;gap:16px !important}
  .game-card{border-radius:18px !important;padding:8px !important}
  .game-card img{border-radius:12px !important}
  .game-card strong{font-size:1.02rem !important}
  .games-note{text-align:center;line-height:1.45}

  .comics-section{gap:26px !important;text-align:center}
  .comic-banner.comic-panel{width:100% !important;border-radius:16px !important}
  .comic-copy{padding:0 !important}
  .comic-copy h2{font-size:clamp(3rem,14vw,4.35rem) !important;overflow-wrap:anywhere}
  .comic-copy>p:not(.eyebrow){font-size:1rem !important;line-height:1.55 !important;margin-left:auto;margin-right:auto}
  .comic-copy .button{width:100%;min-height:50px;box-shadow:none !important}
  .text-link{font-size:.9rem;line-height:1.4}

  .watch-section{gap:24px !important;text-align:center;padding-bottom:28px !important}
  .watch-copy{max-width:none !important}
  .watch-copy h2{font-size:clamp(3.2rem,15vw,4.6rem) !important}
  .watch-copy>p{font-size:1rem !important;line-height:1.55 !important}
  .watch-actions{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px !important}
  .youtube-main{grid-column:1/-1;min-height:72px;text-align:left;margin:0 !important}
  .watch-actions>a:not(.youtube-main){display:grid;place-items:center;min-height:48px;padding:10px 7px !important;font-size:.83rem}
  .watch-art{min-height:0 !important;height:auto !important;padding-top:6px}
  .watch-art img{width:100% !important;height:auto !important}

  .video-showcase-heading{text-align:center;margin-bottom:24px !important}
  .video-showcase-heading h2{font-size:clamp(3rem,15vw,4.6rem) !important}
  .video-showcase-heading>p:last-child{font-size:1rem !important;line-height:1.5 !important;margin-left:auto !important;margin-right:auto !important}
  .video-grid{grid-template-columns:1fr !important;gap:16px !important}
  .video-embed{border-radius:16px !important;box-shadow:none !important}

  .finale{min-height:0 !important;padding:58px 18px 64px !important}
  .finale-logo{width:min(250px,70vw) !important;margin-bottom:14px !important}
  .finale h2{font-size:clamp(2.8rem,13vw,4rem) !important}
  .finale>p{font-size:1rem !important}
  .back-top{min-height:44px;display:inline-flex !important;align-items:center;justify-content:center;padding:8px 14px}

  footer{padding:26px 18px calc(26px + env(safe-area-inset-bottom)) !important;line-height:1.5}
  .footer-halloween-links{display:grid !important;gap:6px !important;font-size:.82rem !important}
  .footer-halloween-links span{display:none}
  .footer-halloween-links a{display:inline-flex;min-height:40px;align-items:center;justify-content:center}

  .landing-header{padding:14px 16px !important;gap:12px !important}
  .landing-logo{width:min(180px,46vw) !important}
  .landing-home{font-size:.8rem !important;text-align:right}
  .landing-hero{padding:46px 18px 38px !important}
  .landing-hero h1{font-size:clamp(3rem,15vw,4.6rem) !important}
  .landing-hero>p:last-child{font-size:1rem !important;line-height:1.5 !important}
  .landing-games-content,.landing-recipes-content{padding:48px 18px !important}
  .landing-youtube-link a{min-height:48px;display:inline-flex !important;align-items:center;justify-content:center}
}

@media (max-width:390px){
  .topbar{padding-inline:8px !important}
  .topbar .playful-nav{gap:6px !important}
  .topbar .playful-nav .nav-pill{font-size:.72rem !important;padding:8px 5px !important;gap:4px !important}
  .topbar .playful-nav .nav-icon{width:18px !important;height:18px !important;flex-basis:18px !important}
  .hero h1{font-size:clamp(2.8rem,14vw,4rem) !important}
  .book-tile img{height:52vw !important}
}

