/* ═══════════════════════════════════════════════
   🎉 SOUNDCARROT KIDS
   html.kid scoped — drop this after global.css
   ═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;600;700;800;900&display=swap');

/* ─────────────────────────────────────────────
   Keyframes
────────────────────────────────────────────── */
@keyframes kid-bounce-in {
  0%   { transform: scale(0.5) rotate(-6deg); opacity: 0; }
  60%  { transform: scale(1.15) rotate(3deg); opacity: 1; }
  80%  { transform: scale(0.95) rotate(-1deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@keyframes kid-wiggle {
  0%, 100% { transform: rotate(-4deg); }
  50%       { transform: rotate(4deg); }
}
@keyframes kid-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
@keyframes kid-rainbow-border {
  0%   { border-color: #FFD93D; }
  20%  { border-color: #FF6B35; }
  40%  { border-color: #C77DFF; }
  60%  { border-color: #4D96FF; }
  80%  { border-color: #6BCB77; }
  100% { border-color: #FFD93D; }
}
@keyframes kid-slide-up {
  from { transform: translateY(30px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
@keyframes kid-jiggle {
  0%   { transform: rotate(0deg) scale(1.02); }
  25%  { transform: rotate(-3deg) scale(1.05); }
  50%  { transform: rotate(3deg) scale(1.07); }
  75%  { transform: rotate(-2deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1.06); }
}
@keyframes kid-pulse-glow {
  0%, 100% { box-shadow: 0 4px 0 rgba(0,0,0,0.15), 0 0 0 0 rgba(255,107,53,0.5); }
  50%       { box-shadow: 0 4px 0 rgba(0,0,0,0.15), 0 0 0 14px rgba(255,107,53,0); }
}
@keyframes kid-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes kid-stars {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.3); }
}

/* ─────────────────────────────────────────────
   Scrollbar
────────────────────────────────────────────── */
html.kid ::-webkit-scrollbar { width: 14px; }
html.kid ::-webkit-scrollbar-track { background: #FFD93D; border-radius: 999px; }
html.kid ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FF6B35, #C77DFF);
  border-radius: 999px;
  border: 3px solid #FFD93D;
}

/* ─────────────────────────────────────────────
   Base
────────────────────────────────────────────── */
html.kid body {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  background-color: #FFF9F0;
  background-image:
    radial-gradient(circle at 8% 12%,  rgba(255,217,61,0.25)  0%, transparent 35%),
    radial-gradient(circle at 92% 8%,  rgba(199,125,255,0.2)  0%, transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(77,150,255,0.18)  0%, transparent 40%),
    radial-gradient(circle at 15% 85%, rgba(107,203,119,0.18) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255,107,53,0.06)  0%, transparent 60%);
  background-attachment: fixed;
}

/* ─────────────────────────────────────────────
   Typography
────────────────────────────────────────────── */
html.kid h1,
html.kid h2,
html.kid h3,
html.kid h4,
html.kid h5,
html.kid h6 {
  font-family: 'Fredoka One', cursive;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

html.kid h1 {
  font-size: 2.8rem;
  background: linear-gradient(135deg, #FF6B35 0%, #C77DFF 60%, #4D96FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: kid-slide-up 0.6s ease both;
}

html.kid h2 { font-size: 2rem; }
html.kid h3 { font-size: 1.7rem; }

html.kid small {
  font-family: 'Nunito', sans-serif;
}

/* ─────────────────────────────────────────────
   Navigation
────────────────────────────────────────────── */
html.kid .site-nav {
  background: linear-gradient(135deg, #FFD93D 0%, #FF6B35 45%, #C77DFF 100%);
  box-shadow: 0 5px 0 rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

html.kid .site-nav::after {
  content: '⭐ 🎵 🎧 🌈 🎶 ⭐ 🎵 🎧 🌈 🎶';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.5rem;
  opacity: 0.3;
  pointer-events: none;
}

html.kid .nav-logo {
  animation: kid-float 3.5s ease-in-out infinite;
  display: inline-block;
}

html.kid .nav-logo-img {
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.25));
}

html.kid .nav-btns {
  gap: 0.5rem;
}

html.kid .nav-btn,
html.kid .q-btn {
  font-family: 'Fredoka One', cursive;
  font-size: 0.95rem;
  border-radius: 999px !important;
  padding: 0.55rem 1.2rem;
  height: auto;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  border: none;
}

html.kid .nav-btn:hover,
html.kid .q-btn:hover {
  transform: scale(1.15) rotate(-2deg);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  text-decoration: none;
}

html.kid .nav-btn:active,
html.kid .q-btn:active {
  transform: scale(0.94);
}

html.kid .btn-primary,
html.kid .q-btn {
  background: linear-gradient(135deg, #4D96FF, #C77DFF);
  box-shadow: 0 4px 0 rgba(0,0,0,0.18);
}

html.kid .btn-border-left {
  border-left: none !important;
  background: linear-gradient(135deg, #6BCB77, #4D96FF);
  box-shadow: 0 4px 0 rgba(0,0,0,0.18);
}

html.kid .btn-dark {
  background: linear-gradient(135deg, #555, #222);
  box-shadow: 0 4px 0 rgba(0,0,0,0.3);
}

html.kid .btn-danger {
  background: linear-gradient(135deg, #FF6B6B, #C0392B);
  box-shadow: 0 4px 0 rgba(0,0,0,0.2);
}

/* ─────────────────────────────────────────────
   Waves — keep the PNGs, just hide them in kid mode
   The section backgrounds do the heavy lifting
────────────────────────────────────────────── */
html.kid .wave-down,
html.kid .wave-up,
html.kid .wave-top,
html.kid .wave-bottom,
html.kid .wave-foot {
  display: none;
}

/* ─────────────────────────────────────────────
   Shows / Podcast grid
────────────────────────────────────────────── */
html.kid .shows-section {
  background: transparent;
  padding: 7rem 2rem 2rem;
}

html.kid .podcast-grid {
  gap: 1rem;
}

html.kid .podcast-grid li {
  animation: kid-bounce-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
html.kid .podcast-grid li:nth-child(1) { animation-delay: 0.05s; }
html.kid .podcast-grid li:nth-child(2) { animation-delay: 0.10s; }
html.kid .podcast-grid li:nth-child(3) { animation-delay: 0.15s; }
html.kid .podcast-grid li:nth-child(4) { animation-delay: 0.20s; }
html.kid .podcast-grid li:nth-child(5) { animation-delay: 0.25s; }
html.kid .podcast-grid li:nth-child(6) { animation-delay: 0.30s; }
html.kid .podcast-grid li:nth-child(7) { animation-delay: 0.35s; }
html.kid .podcast-grid li:nth-child(8) { animation-delay: 0.40s; }

html.kid .podcast-grid li a {
  border-radius: 24px;
  border: 4px solid transparent;
  animation: kid-rainbow-border 3s linear infinite;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s;
}

html.kid .podcast-grid li a:hover {
  transform: scale(1.09) rotate(-3deg);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

html.kid .placeholder {
  background: linear-gradient(135deg, #FFD93D, #FF6B35);
  font-family: 'Fredoka One', cursive;
  font-size: 2.8rem;
  color: #fff;
}

/* ─────────────────────────────────────────────
   Hero section
────────────────────────────────────────────── */
html.kid .hero-section {
  padding: 7rem 2rem 2rem;
}

html.kid .hero-inner {
  gap: 3rem;
}

html.kid .hero-info {
  animation: kid-slide-up 0.6s ease 0.2s both;
}

html.kid .artwork {
  border-radius: 28px;
  border: 5px solid #FFD93D;
  box-shadow:
    0 0 0 4px #FF6B35,
    0 12px 40px rgba(0,0,0,0.2);
  animation: kid-bounce-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

html.kid .artwork:hover {
  animation: kid-jiggle 0.4s ease-in-out;
  transform: scale(1.06);
}

html.kid .breadcrumb {
  font-family: 'Fredoka One', cursive;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

html.kid .breadcrumb a {
  color: #FF6B35;
  transition: color 0.2s;
}

html.kid .breadcrumb a:hover { color: #C77DFF; }

html.kid .author {
  font-family: 'Fredoka One', cursive;
  font-size: 0.85rem;
  color: #FF6B35 !important;
  opacity: 1 !important;
  letter-spacing: 0.06em;
}

html.kid .intro,
html.kid .description {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

html.kid .ep-count-bar {
  font-family: 'Fredoka One', cursive;
  font-size: 1.5rem;
  color: #FF6B35;
}

html.kid .ep-box {
  background: linear-gradient(135deg, #FFD93D, #FF6B35);
  color: #fff;
  border-radius: 12px;
  padding: 0.2rem 0.6rem;
  display: inline-block;
}

/* ─────────────────────────────────────────────
   Play button
────────────────────────────────────────────── */
html.kid .play-btn {
  font-family: 'Fredoka One', cursive;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #FF6B35, #C77DFF);
  border: none;
  border-radius: 999px;
  padding: 0.75rem 2rem;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0,0,0,0.18);
  letter-spacing: 0.04em;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s;
  animation: kid-pulse-glow 2.5s ease-in-out infinite;
}

html.kid .play-btn:hover {
  transform: scale(1.1) rotate(-2deg);
  box-shadow: 0 8px 24px rgba(199,125,255,0.5);
}

html.kid .play-btn:active {
  transform: scale(0.95);
  box-shadow: 0 2px 0 rgba(0,0,0,0.18);
}

html.kid .play-ep1-btn {
  font-family: 'Fredoka One', cursive;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #FFD93D, #FF6B35);
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0,0,0,0.15);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s;
}

html.kid .play-ep1-btn:hover {
  transform: scale(1.1) rotate(-2deg);
  box-shadow: 0 6px 18px rgba(255,107,53,0.5);
}

/* ─────────────────────────────────────────────
   Meta row tags
────────────────────────────────────────────── */
html.kid .meta-row {
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.4rem;
}

html.kid .meta-row span {
  background: rgba(255,107,53,0.12);
  border-radius: 999px;
  padding: 0.15rem 0.65rem;
  color: #FF6B35;
  display: inline-block;
}

html.kid .meta-row span + span::before { content: none; }

/* ─────────────────────────────────────────────
   Quick links / nav
────────────────────────────────────────────── */
html.kid .quick-links {
  border-top: 3px dashed rgba(255,107,53,0.2);
}

html.kid .quick-label {
  font-family: 'Fredoka One', cursive;
  color: #bbb;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

html.kid .nav-btns .nav-btn {
  font-family: 'Fredoka One', cursive;
  font-size: 0.9rem;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #4D96FF, #C77DFF);
  color: #fff;
  height: auto;
  padding: 0.55rem 1.3rem;
  box-shadow: 0 4px 0 rgba(0,0,0,0.15);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s;
}

html.kid .nav-btns .nav-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 20px rgba(77,150,255,0.45);
  opacity: 1;
  text-decoration: none;
}

/* ─────────────────────────────────────────────
   Featured section
────────────────────────────────────────────── */
html.kid .featured-section {
  background: linear-gradient(135deg, #FF6B35 0%, #C77DFF 55%, #4D96FF 100%);
  position: relative;
  overflow: hidden;
}

html.kid .featured-section::before {
  content: '⭐';
  position: absolute;
  top: 1.5rem; right: 3rem;
  font-size: 2rem;
  animation: kid-stars 2s ease-in-out infinite;
  pointer-events: none;
}

html.kid .featured-section::after {
  content: '🎵';
  position: absolute;
  bottom: 1.5rem; left: 3rem;
  font-size: 1.5rem;
  animation: kid-stars 2.5s ease-in-out infinite 0.5s;
  pointer-events: none;
}

html.kid .featured-card {
  background: rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 1.5rem;
  border: 2px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

html.kid .featured-card:hover {
  transform: scale(1.02) rotate(1deg);
}

html.kid .featured-art {
  border-radius: 18px;
  border: 3px solid rgba(255,255,255,0.5);
  animation: kid-float 3.5s ease-in-out infinite;
}

html.kid .featured-label {
  font-family: 'Fredoka One', cursive;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.1em;
}

html.kid .featured-info h3 {
  font-family: 'Fredoka One', cursive;
  font-size: 1.25rem;
  color: #fff;
}

html.kid .featured-info p { color: rgba(255,255,255,0.85); }

html.kid .featured-link {
  color: #FFD93D;
  font-weight: 800;
  font-size: 0.9rem;
}

/* ─────────────────────────────────────────────
   Promo section
────────────────────────────────────────────── */
html.kid .promo-section {
  background: transparent;
}

html.kid .promo-section h2 {
  font-family: 'Fredoka One', cursive;
  font-size: 2.2rem;
  color: #FF6B35;
  -webkit-text-fill-color: #FF6B35;
  background: none;
}

html.kid .promo-card {
  background: #fff;
  border-radius: 28px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  border: 3px solid transparent;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s;
}

html.kid .promo-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  border-color: #FFD93D;
}

html.kid .promo-card:hover .promo-icon {
  animation: kid-wiggle 0.4s ease-in-out;
}

html.kid .promo-icon {
  width: 72px;
  height: 72px;
  border-width: 4px;
  font-size: 1.9rem;
  border-radius: 50%;
  transition: transform 0.3s;
}

html.kid .promo-card h4 {
  font-family: 'Fredoka One', cursive;
  font-size: 1.15rem;
}

/* ─────────────────────────────────────────────
   Content section (purple bg on podcast page)
────────────────────────────────────────────── */
html.kid .content-section {
  background: linear-gradient(160deg, #4D96FF 0%, #C77DFF 55%, #FF6B35 100%);
  border-radius: 32px 32px 0 0;
  margin-top: -2px;
}

/* ─────────────────────────────────────────────
   Episode list
────────────────────────────────────────────── */
html.kid .episode-list h2 {
  font-family: 'Fredoka One', cursive;
  color: #fff;
  font-size: 1.8rem;
}

html.kid .ep-line {
  width: 5px;
  background: linear-gradient(180deg, #FFD93D, #FF6B35, #C77DFF, #4D96FF);
  border-radius: 999px;
}

html.kid .ep-thumb {
  border: 4px solid #FFD93D;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

html.kid .ep-row:hover .ep-thumb {
  transform: rotate(360deg);
  transition: transform 3s linear;
  border-color: #C77DFF;
}

html.kid .ep-details {
  background: rgba(255,255,255,0.12);
  border-radius: 18px;
  border: 2px solid transparent;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

html.kid .ep-row:hover .ep-details {
  background: rgba(255,255,255,0.22);
  transform: translateX(5px);
  border-color: rgba(255,255,255,0.35);
}

html.kid .ep-title {
  font-family: 'Fredoka One', cursive;
  color: #FFD93D;
  font-size: 1.1rem;
  transition: color 0.2s;
}

html.kid .ep-title:hover { color: #fff; }

html.kid .ep-meta {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.6);
  font-weight: 800;
}

html.kid .ep-snippet {
  color: rgba(255,255,255,0.78);
  font-style: italic;
  font-size: 0.84rem;
}

/* ─────────────────────────────────────────────
   Sidebar
────────────────────────────────────────────── */
html.kid .sidebar-card {
  background: rgba(255,255,255,0.14);
  border-radius: 22px;
  border: 2px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
}

html.kid .sidebar-card:hover {
  transform: translateY(-5px) rotate(0.5deg);
  box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}

html.kid .sidebar-card-label {
  font-family: 'Fredoka One', cursive;
  color: rgba(255,255,255,0.6);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

html.kid .sidebar-card-title {
  font-family: 'Fredoka One', cursive;
  color: #FFD93D;
  font-size: 1rem;
}

html.kid .sidebar-card-body {
  color: rgba(255,255,255,0.82);
  font-size: 0.84rem;
  line-height: 1.6;
}

html.kid .sidebar-card-body a { color: #FFD93D; font-weight: 800; }

html.kid .about-row {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.82);
}

html.kid .about-row strong { color: rgba(255,255,255,0.5); }

html.kid .disclaimer {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

html.kid .quick-links.sidebar-card .about-row {
  color: rgba(255,255,255,0.8);
}

/* ─────────────────────────────────────────────
   Description section (episode page)
────────────────────────────────────────────── */
html.kid .description-section {
  background: linear-gradient(135deg, #4D96FF 0%, #C77DFF 50%, #FF6B35 100%);
  border-radius: 32px 32px 0 0;
  margin-top: -2px;
  position: relative;
  overflow: hidden;
}

html.kid .description-section::before {
  content: '🌟 🎶 🎧 🌟 🎶 🎧 🌟 🎶 🎧 🌟';
  position: absolute;
  top: 1rem; right: 0; left: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.8rem;
  opacity: 0.15;
  pointer-events: none;
}

html.kid .description-left .episode-art {
  border-radius: 22px;
  border: 4px solid rgba(255,255,255,0.4);
  animation: kid-float 4s ease-in-out infinite;
}

html.kid .episode-title {
  font-family: 'Fredoka One', cursive;
  color: #fff;
  font-size: 1.15rem;
}

html.kid .description-body p {
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  line-height: 1.65;
}

html.kid .description-meta,
html.kid .disclaimer {
  color: rgba(255,255,255,0.6);
}

html.kid .description-section a {
  color: #FFD93D;
  font-weight: 800;
}

html.kid .orange-left-dash {
  border-left: 4px dashed #FFD93D;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
}

html.kid hr {
  border: none;
  border-top: 2px dashed rgba(255,255,255,0.2);
}

/* ─────────────────────────────────────────────
   Latest episodes list
────────────────────────────────────────────── */
html.kid .episode {
  background: #fff;
  border-radius: 22px;
  padding: 1.25rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  border: 3px solid transparent;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s;
}

html.kid .episode:hover {
  transform: translateY(-6px) rotate(0.5deg);
  border-color: #FFD93D;
}

html.kid .thumb img {
  border-radius: 18px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

html.kid .episode:hover .thumb img {
  transform: scale(1.06) rotate(-3deg);
}

html.kid .info h2 {
  font-family: 'Fredoka One', cursive;
  font-size: 1.35rem;
}

html.kid .info h2 a { color: #FF6B35; }
html.kid .info h2 a:hover { color: #C77DFF; }

/* ─────────────────────────────────────────────
   More / episode grid
────────────────────────────────────────────── */
html.kid .more-section h2 {
  font-family: 'Fredoka One', cursive;
  color: #FF6B35;
  font-size: 1.6rem;
}

html.kid .episode-grid img {
  border-radius: 18px;
  border: 3px solid transparent;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, border-color 0.3s;
}

html.kid .episode-grid li a:hover img {
  transform: scale(1.12) rotate(-3deg);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
  border-color: #FFD93D;
}

html.kid .episode-grid span {
  font-weight: 800;
}

/* ─────────────────────────────────────────────
   Footer
────────────────────────────────────────────── */
html.kid .site-footer {
  background: linear-gradient(135deg, #FF6B35 0%, #C77DFF 100%);
  position: relative;
  overflow: hidden;
}

html.kid .site-footer::before {
  content: '🎵 🎧 🎶 🌟 🎵 🎧 🎶 🌟 🎵 🎧 🎶 🌟';
  position: absolute;
  bottom: 4px; left: 0; right: 0;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5rem;
  opacity: 0.2;
  pointer-events: none;
}

html.kid .site-footer p { color: rgba(255,255,255,0.8); }
html.kid .site-footer a { color: #FFD93D; font-weight: 800; }

/* ─────────────────────────────────────────────
   External links
────────────────────────────────────────────── */
html.kid .exlink { color: #FFD93D !important; font-weight: 800; }
html.kid .exlink:hover { color: #fff !important; }

/* ─────────────────────────────────────────────
   Reduced motion
────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html.kid *,
  html.kid *::before,
  html.kid *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ─────────────────────────────────────────────
   Responsive
────────────────────────────────────────────── */
@media (max-width: 600px) {
  html.kid h1 { font-size: 1.9rem; }
  html.kid h2 { font-size: 1.5rem; }

  html.kid .artwork {
    width: 180px;
    height: 180px;
    max-width: 100%;
  }

  html.kid .hero-inner {
    flex-direction: column;
    gap: 1.5rem;
  }

  html.kid .hero-info {
    height: auto;
    padding-right: 0;
  }

  html.kid .promo-cards { grid-template-columns: 1fr; }
  html.kid .featured-card { flex-direction: column; }

  html.kid .episode {
    flex-direction: column;
    align-items: flex-start;
  }

  html.kid .thumb img { width: 100%; height: auto; }
  html.kid .play-btn { font-size: 0.95rem; padding: 0.65rem 1.5rem; }
}

@media (max-width: 768px) {
  html.kid .description-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  html.kid .content-inner { grid-template-columns: 1fr; }
  html.kid .sidebar { position: static; }
}