@font-face { font-family: "Manrope"; src: url("/public/fonts/manrope-cyrillic.woff2") format("woff2"); font-display: swap; }

:root { color: #12366f; background: #fbfdff; font-family: Manrope, Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; color: #12366f; background: linear-gradient(180deg, #f2f8ff 0, #fff 38rem); }
a { color: inherit; }
.seo-header { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.seo-brand { color: #092e69; font-size: 27px; font-weight: 900; letter-spacing: -1.5px; text-decoration: none; }
.seo-brand span { color: #ff6a16; font-size: 15px; vertical-align: 4px; }
.seo-header nav { display: flex; flex-wrap: wrap; gap: 24px; font-weight: 750; }
.seo-header nav a { text-decoration: none; }
.seo-header nav a:hover, .seo-text-link:hover { color: #ff6415; }
.seo-story { width: min(1080px, calc(100% - 40px)); margin: 26px auto 80px; }
.seo-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: #7284a1; font-size: 14px; margin: 0 0 24px; }
.seo-breadcrumbs a { text-decoration: none; }
.seo-card { display: grid; grid-template-columns: 1.15fr minmax(270px, .7fr); align-items: center; gap: clamp(30px, 7vw, 96px); padding: clamp(30px, 5vw, 64px); border: 1px solid #d7e5f7; border-radius: 32px; background: rgba(255,255,255,.94); box-shadow: 0 18px 48px rgba(26, 71, 127, .08); }
.seo-kicker { margin: 0 0 14px; color: #ff6415; font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
h1, h2 { margin: 0; color: #0d3270; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 640px; font-size: clamp(36px, 5vw, 62px); }
h2 { font-size: clamp(27px, 3.5vw, 40px); }
.seo-lead { max-width: 610px; margin: 22px 0; color: #506d98; font-size: 18px; line-height: 1.65; }
.seo-facts { display: flex; gap: 36px; margin: 0 0 28px; }
.seo-facts div { display: grid; gap: 4px; }
.seo-facts dt { color: #7b90b1; font-size: 13px; }
.seo-facts dd { margin: 0; font-weight: 800; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border-radius: 15px; background: #ff6415; color: #fff; box-shadow: 0 11px 25px rgba(255,100,21,.23); font-weight: 850; text-decoration: none; }
.seo-button:hover { background: #e9580e; }
.seo-cover { width: min(100%, 360px); margin-left: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 20px; box-shadow: 0 15px 36px rgba(7, 36, 78, .22); }
.seo-note { margin: 16px 0 0; color: #71839f; font-size: 13px; }
.seo-fact, .seo-more { max-width: 820px; margin: 65px auto 0; }
.seo-fact > p:last-child { max-width: 760px; color: #4e6a94; font-size: 18px; line-height: 1.7; }
.seo-more > div { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 22px 0; }
.seo-more > div a { padding: 16px 18px; border: 1px solid #dce8f7; border-radius: 14px; background: #fff; font-weight: 750; text-decoration: none; }
.seo-more > div a:hover { border-color: #ff9a63; }
.seo-text-link { color: #135eb8; font-weight: 800; }
.seo-footer { width: min(1080px, calc(100% - 40px)); padding: 25px 0 36px; margin: 0 auto; border-top: 1px solid #dce8f7; color: #71839f; font-size: 13px; }
.seo-not-found { width: min(680px, calc(100% - 40px)); min-height: 70vh; display: grid; align-content: center; justify-items: start; gap: 22px; margin: 0 auto; }
.seo-not-found p:not(.seo-kicker) { color: #506d98; font-size: 18px; line-height: 1.6; }
.seo-category-hero { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.seo-category-hero > p:last-child, .seo-category-bottom > p { color: #506d98; font-size: 18px; line-height: 1.7; }
.seo-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.seo-category-story { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: center; padding: 16px; border: 1px solid #dce8f7; border-radius: 20px; background: #fff; }
.seo-category-story img { display: block; width: 130px; height: 164px; object-fit: cover; border-radius: 13px; }
.seo-category-story .seo-kicker { margin-bottom: 8px; font-size: 11px; }
.seo-category-story h2 { font-size: 23px; }
.seo-category-story h2 a { text-decoration: none; }
.seo-category-story p:not(.seo-kicker) { margin: 10px 0; color: #5b749b; font-size: 14px; line-height: 1.5; }
.seo-category-bottom { max-width: 780px; margin: 68px auto 0; padding: 34px; border-radius: 26px; background: #edf7ff; }
.seo-guide { width: min(820px, calc(100% - 40px)); margin: 26px auto 80px; }
.seo-guide article { padding: clamp(28px, 5vw, 62px); border: 1px solid #d7e5f7; border-radius: 32px; background: rgba(255,255,255,.96); box-shadow: 0 18px 48px rgba(26, 71, 127, .08); }
.seo-guide h1 { max-width: 700px; }
.seo-guide__lead { max-width: 690px; margin: 22px 0 28px; color: #506d98; font-size: 20px; line-height: 1.65; }
.seo-guide__body { color: #375884; font-size: 17px; line-height: 1.75; }
.seo-guide__body p { margin: 0 0 20px; }
.seo-guide__faq { margin: 35px 0; padding: 26px; border-radius: 20px; background: #fff7eb; }
.seo-guide__faq h2 { font-size: 25px; }
.seo-guide__faq p { margin: 13px 0 0; color: #506d98; line-height: 1.6; }
.seo-guide__story { display: grid; grid-template-columns: 146px 1fr; gap: 24px; align-items: center; padding: 20px; border: 1px solid #dce8f7; border-radius: 22px; background: #f5faff; }
.seo-guide__story img { width: 146px; height: 183px; display: block; object-fit: cover; border-radius: 14px; box-shadow: 0 10px 22px rgba(7, 36, 78, .15); }
.seo-guide__story .seo-kicker { margin-bottom: 7px; }
.seo-guide__story h2 { font-size: 26px; }
.seo-guide__story p:not(.seo-kicker) { margin: 9px 0 15px; color: #506d98; font-size: 15px; line-height: 1.5; }
.seo-guide__story .seo-button { min-height: 44px; padding: 0 18px; }
.seo-fairy { margin-top: 30px; }
.seo-fairy-hero { max-width: 860px; padding: clamp(32px, 6vw, 68px); margin: 0 auto 30px; text-align: center; border: 1px solid #d6e5f7; border-radius: 32px; background: radial-gradient(circle at 50% 0, #e8f4ff 0, #fff 56%); box-shadow: 0 18px 48px rgba(26, 71, 127, .07); }
.seo-fairy-hero h1 { max-width: 750px; margin: 0 auto; }
.seo-fairy-hero > p:last-of-type { max-width: 690px; margin: 22px auto 0; color: #506d98; font-size: 18px; line-height: 1.7; }
.seo-fairy-hero__actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; }
.seo-fairy-topics { margin: 52px 0 72px; text-align: center; }
.seo-fairy-topics h2 { margin: 0 auto 26px; }
.seo-fairy-topics > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.seo-fairy-topics a { position: relative; display: grid; gap: 6px; min-height: 130px; padding: 21px 42px 20px 19px; overflow: hidden; border: 1px solid #dbe7f6; border-radius: 18px; background: #fff; text-align: left; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.seo-fairy-topics a:hover { transform: translateY(-3px); border-color: #ff9a63; box-shadow: 0 12px 25px rgba(26, 71, 127, .1); }
.seo-fairy-topics strong { font-size: 17px; line-height: 1.25; }
.seo-fairy-topics span { color: #6b82a5; font-size: 13px; line-height: 1.4; }
.seo-fairy-topics b { position: absolute; right: 17px; bottom: 17px; color: #ff6415; font-size: 21px; }
.seo-fairy-list { scroll-margin-top: 28px; }
.seo-fairy-list__heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 25px; }
.seo-fairy-list__heading > p { max-width: 415px; margin: 0; color: #577299; font-size: 15px; line-height: 1.55; }
.seo-fairy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.seo-fairy-story { display: grid; grid-template-columns: 128px 1fr; gap: 19px; min-height: 223px; padding: 16px; border: 1px solid #dce8f7; border-radius: 21px; background: #fff; }
.seo-fairy-story img { display: block; width: 128px; height: 161px; object-fit: cover; border-radius: 13px; box-shadow: 0 8px 18px rgba(7, 36, 78, .12); }
.seo-fairy-story .seo-kicker { margin-bottom: 8px; font-size: 10px; }
.seo-fairy-story h2 { font-size: 22px; }
.seo-fairy-story h2 a { text-decoration: none; }
.seo-fairy-story p:not(.seo-kicker) { margin: 9px 0; color: #5b749b; font-size: 14px; line-height: 1.47; }
.seo-fairy-story dl { display: flex; gap: 14px; margin: 0 0 9px; color: #7b90b1; font-size: 11px; }
.seo-fairy-story dl div { display: flex; gap: 4px; }
.seo-fairy-story dt::after { content: ":"; }
.seo-fairy-story dd { margin: 0; color: #506d98; font-weight: 750; }
.seo-fairy-story .seo-text-link { font-size: 14px; }
.seo-fairy-note { max-width: 860px; margin: 72px auto 0; padding: clamp(28px, 5vw, 48px); border: 1px solid #d3e6fb; border-radius: 28px; background: #eff8ff; text-align: center; }
.seo-fairy-note p { max-width: 670px; margin: 17px auto 25px; color: #506d98; font-size: 17px; line-height: 1.65; }

@media (max-width: 680px) {
  .seo-header { min-height: 70px; width: min(100% - 28px, 540px); }
  .seo-header nav { gap: 15px; font-size: 13px; }
  .seo-brand { font-size: 22px; }
  .seo-story { width: min(100% - 28px, 540px); margin-top: 18px; }
  .seo-card { grid-template-columns: 1fr; padding: 26px; border-radius: 24px; }
  .seo-copy { order: 2; }
  .seo-cover { width: min(68vw, 300px); margin: 0 auto; }
  .seo-facts { gap: 26px; }
  .seo-more > div { grid-template-columns: 1fr; }
  .seo-category-grid { grid-template-columns: 1fr; }
  .seo-category-story { grid-template-columns: 106px 1fr; gap: 14px; }
  .seo-category-story img { width: 106px; height: 134px; }
  .seo-category-story h2 { font-size: 20px; }
  .seo-category-bottom { padding: 26px; }
  .seo-guide { width: min(100% - 28px, 540px); margin-top: 18px; }
  .seo-guide article { padding: 26px; border-radius: 24px; }
  .seo-guide__lead { font-size: 18px; }
  .seo-guide__body { font-size: 16px; }
  .seo-guide__faq { padding: 21px; }
  .seo-guide__story { grid-template-columns: 100px 1fr; gap: 15px; padding: 15px; }
  .seo-guide__story img { width: 100px; height: 126px; }
  .seo-guide__story h2 { font-size: 21px; }
  .seo-fairy { margin-top: 18px; }
  .seo-fairy-hero { padding: 31px 23px; border-radius: 24px; }
  .seo-fairy-hero > p:last-of-type { font-size: 16px; }
  .seo-fairy-hero__actions { flex-direction: column; gap: 17px; margin-top: 25px; }
  .seo-fairy-hero__actions .seo-button { width: 100%; }
  .seo-fairy-topics { margin: 43px 0 54px; text-align: left; }
  .seo-fairy-topics h2 { margin-bottom: 20px; }
  .seo-fairy-topics > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-fairy-topics a { min-height: 120px; padding: 17px 28px 17px 15px; border-radius: 15px; }
  .seo-fairy-topics strong { font-size: 15px; }
  .seo-fairy-topics span { font-size: 12px; }
  .seo-fairy-list__heading { display: block; }
  .seo-fairy-list__heading > p { margin-top: 14px; font-size: 14px; }
  .seo-fairy-grid { grid-template-columns: 1fr; }
  .seo-fairy-story { grid-template-columns: 106px 1fr; gap: 14px; min-height: 190px; padding: 14px; }
  .seo-fairy-story img { width: 106px; height: 133px; }
  .seo-fairy-story h2 { font-size: 19px; }
  .seo-fairy-story p:not(.seo-kicker) { font-size: 13px; }
  .seo-fairy-story dl { display: none; }
  .seo-fairy-note { margin-top: 55px; border-radius: 24px; }
  .seo-fairy-note p { font-size: 16px; }
}

/* /skazki-dlya-detey/ — editorial kids library */
.kids-stories-body {
  --kids-navy: #082f68;
  --kids-blue: #347fdc;
  --kids-orange: #ff6800;
  --kids-muted: #70839b;
  --kids-border: #dce8f4;
  --kids-soft-blue: #eef6ff;
  overflow-x: hidden;
  color: var(--kids-navy);
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
}

.kids-stories-body .svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.kids-stories-body .site-header { position: sticky; }
.kids-stories-body button,
.kids-stories-body input { font: inherit; }
.kids-stories-body button:focus-visible,
.kids-stories-body a:focus-visible,
.kids-stories-body input:focus-visible {
  outline: 3px solid rgba(52, 127, 220, .34);
  outline-offset: 3px;
}
.kids-stories-body img { max-width: 100%; }
.kids-stories-page { width: min(calc(100% - 48px), 1240px); margin: 0 auto; padding: 22px 0 78px; }
.kids-stories__seo-title,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.kids-hero {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 18px;
  padding: 28px 24px 34px 18px;
}
.kids-hero__copy { position: relative; z-index: 1; padding-left: 20px; }
.kids-display {
  position: relative;
  width: max-content;
  margin: 0;
  color: var(--kids-navy);
  font-size: clamp(54px, 5.5vw, 78px);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .96;
}
.kids-rays {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 40px;
  margin-top: -18px;
}
.kids-rays::before,
.kids-rays::after {
  position: absolute;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: var(--kids-orange);
  content: "";
}
.kids-rays::before { top: 3px; }
.kids-rays::after { top: 28px; }
.kids-rays--left { left: -34px; }
.kids-rays--left::before { transform: rotate(25deg); right: 0; }
.kids-rays--left::after { transform: rotate(-25deg); right: 0; }
.kids-rays--right { right: -39px; }
.kids-rays--right::before { transform: rotate(-25deg); left: 0; }
.kids-rays--right::after { transform: rotate(25deg); left: 0; }
.kids-hero__lead {
  max-width: 480px;
  margin: 24px 0 20px;
  color: #405c7f;
  font-size: 19px;
  line-height: 1.5;
}
.kids-filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.kids-filter-row button {
  min-height: 36px;
  padding: 0 14px;
  color: #30659e;
  background: #f7fafe;
  border: 1px solid #d7e5f3;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 550;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.kids-filter-row button:hover,
.kids-filter-row button.is-selected { color: var(--kids-navy); background: #edf5ff; border-color: #94bdea; }
.kids-hero__art { position: relative; min-height: 300px; display: grid; place-items: end center; }
.kids-hero__art::before { position: absolute; inset: 23px 5% 16px 10%; border-radius: 50%; background: #f1f7ff; content: ""; }
.kids-hero__art img { position: relative; z-index: 1; width: min(100%, 690px); height: auto; object-fit: contain; }
.kids-star { position: absolute; z-index: 2; color: #75b8ff; font-size: 20px; line-height: 1; }
.kids-star--one { top: 46px; left: 16%; font-size: 14px; }
.kids-star--two { top: 80px; right: 16%; }
.kids-star--three { top: 27%; right: 4%; color: #8fc7ff; font-size: 12px; }
.kids-featured {
  display: grid;
  grid-template-columns: 1.25fr 1fr .68fr;
  grid-template-rows: 320px;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--kids-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 55, 92, .07);
}
.kids-featured__image { height: 320px; min-height: 0; overflow: hidden; }
.kids-featured__image img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center bottom; transition: transform 220ms ease; }
.kids-featured__image:hover img { transform: scale(1.02); }
.kids-featured__copy { padding: 39px 26px 30px 30px; }
.kids-eyebrow { margin: 0 0 14px; color: var(--kids-orange); font-size: 13px; font-weight: 650; }
.kids-featured h2,
.kids-questions h2,
.kids-bookshelf h2,
.kids-after-reading h2,
.kids-search-panel h2 { color: var(--kids-navy); letter-spacing: -.045em; }
.kids-featured h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.05; }
.kids-featured h2 a { text-decoration: none; }
.kids-featured h2 a:hover { color: var(--kids-blue); }
.kids-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0 0; color: #71839b; font-size: 13px; }
.kids-featured__summary { max-width: 330px; margin: 17px 0 22px; color: #405c7f; font-size: 14px; line-height: 1.55; }
.kids-orange-button { display: inline-flex; align-items: center; gap: 14px; min-height: 46px; padding: 0 20px; color: #fff; background: var(--kids-orange); border-radius: 999px; box-shadow: 0 9px 18px rgba(255, 104, 0, .17); font-size: 14px; font-weight: 650; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.kids-orange-button:hover { background: #e95d00; transform: translateY(-1px); }
.kids-featured__learn { margin: 17px 16px 17px 0; padding: 20px 18px; align-self: center; border-radius: 16px; background: #f1f7ff; }
.kids-featured__learn h3 { margin: 0 0 14px; color: #2d649e; font-size: 14px; }
.kids-featured__learn ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.kids-featured__learn li { position: relative; padding-left: 18px; color: #244b7d; font-size: 12px; line-height: 1.4; }
.kids-featured__learn li::before { position: absolute; top: 1px; left: 0; color: #6aa958; content: "✓"; font-weight: 800; }
.kids-questions { padding: 72px 14px 0; }
.kids-section-heading { margin-bottom: 17px; }
.kids-questions h2 { display: flex; align-items: center; gap: 9px; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.15; }
.kids-heading-rays { color: var(--kids-orange); font-size: 27px; font-weight: 400; line-height: .8; }
.kids-question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 34px; row-gap: 8px; }
.kids-question-item { display: grid; grid-template-columns: 90px minmax(0, 1fr) 24px; align-items: center; gap: 16px; min-height: 82px; padding: 10px 0; color: var(--kids-navy); text-decoration: none; }
.kids-question-item img { display: block; width: 90px; height: 62px; object-fit: cover; border-radius: 18px; transition: transform 160ms ease; }
.kids-question-item span { font-size: 14px; font-weight: 650; line-height: 1.25; }
.kids-question-item b { color: var(--kids-orange); font-size: 22px; font-weight: 400; transition: transform 160ms ease; }
.kids-question-item:hover span { color: var(--kids-blue); }
.kids-question-item:hover img { transform: scale(1.02); }
.kids-question-item:hover b { transform: translateX(4px); }
.kids-centered-link { display: block; width: max-content; margin: 21px auto 0; color: var(--kids-blue); font-size: 14px; font-weight: 550; text-decoration: none; }
.kids-centered-link:hover { color: var(--kids-navy); }
.kids-more-button { display: none; min-height: 44px; margin: 14px auto 0; padding: 0 18px; color: var(--kids-blue); background: transparent; border: 1px solid #b9d6f5; border-radius: 999px; cursor: pointer; }
.kids-shelf-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 76px 0 17px; }
.kids-shelf-heading h2 { display: flex; align-items: center; gap: 8px; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.15; }
.kids-shelf-heading > a { color: var(--kids-blue); font-size: 13px; font-weight: 550; text-decoration: none; }
.kids-shelf-heading > a:hover { color: var(--kids-navy); }
.kids-shelf-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; align-items: end; }
.kids-bookshelf-item { min-width: 0; color: var(--kids-navy); text-decoration: none; transition: transform 160ms ease, filter 160ms ease; }
.kids-bookshelf-item:hover { transform: translateY(-5px); filter: drop-shadow(0 12px 13px rgba(20, 55, 92, .12)); }
.kids-book-cover { display: block; overflow: hidden; aspect-ratio: .72; border-radius: 12px 12px 8px 8px; background: #eaf1f8; }
.kids-book-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kids-book-meta { display: flex; justify-content: space-between; gap: 6px; padding: 9px 5px 0; color: #59718f; font-size: 10px; line-height: 1.2; }
.kids-book-meta span:last-child { white-space: nowrap; }
.kids-shelf-wood { height: 16px; margin: -1px -20px 0; border-radius: 8px; background: #e6bc7f; box-shadow: 0 5px 0 rgba(186, 135, 70, .12); }
.kids-after-reading { display: grid; grid-template-columns: 190px minmax(250px, 1fr) minmax(330px, .96fr); align-items: center; gap: 22px; min-height: 174px; margin-top: 52px; padding: 12px 17px 12px 24px; overflow: hidden; border: 1px solid var(--kids-border); border-radius: 22px; background: #fff; }
.kids-after-reading__art { height: 166px; align-self: end; overflow: hidden; }
.kids-after-reading__art img { display: block; width: 175px; height: 217px; object-fit: contain; object-position: bottom; margin: -22px auto 0; }
.kids-after-reading__copy h2 { max-width: 240px; font-size: clamp(25px, 2.8vw, 34px); line-height: 1.03; }
.kids-after-reading__copy p { max-width: 300px; margin: 12px 0 0; color: #486586; font-size: 13px; line-height: 1.5; }
.kids-discussion-card { position: relative; min-height: 128px; padding: 20px 62px 17px 20px; overflow: hidden; border-radius: 16px; background: #fff5e9; }
.kids-discussion-card p { margin: 0 0 7px; color: var(--kids-orange); font-size: 13px; font-weight: 650; }
.kids-discussion-card strong { display: block; max-width: 320px; color: #344b68; font-size: 14px; line-height: 1.35; }
.kids-discussion-card a { display: block; margin-top: 9px; color: #8c786b; font-size: 10px; line-height: 1.3; text-decoration: none; }
.kids-discussion-card a:hover { color: var(--kids-orange); }
.kids-bear-mark { position: absolute; right: 17px; bottom: 15px; width: 42px; height: 42px; display: grid; place-items: center; color: #936c4a; background: #e6c59e; border-radius: 50%; font-size: 24px; }
.kids-search-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 24px; margin-top: 48px; padding: 27px 34px 26px; overflow: hidden; border-radius: 24px; background: #f1f7ff; }
.kids-search-copy { position: relative; z-index: 1; }
.kids-search-panel h2 { font-size: clamp(25px, 2.7vw, 34px); line-height: 1.1; }
.kids-search-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; height: 56px; margin-top: 17px; overflow: hidden; border: 1px solid #d8e6f4; border-radius: 999px; background: #fff; }
.kids-search-form input { min-width: 0; padding: 0 21px; color: var(--kids-navy); background: transparent; border: 0; outline: 0; font-size: 13px; }
.kids-search-form input::placeholder { color: #9aaabd; }
.kids-search-form button { min-width: 142px; padding: 0 22px; color: #fff; background: var(--kids-blue); border: 0; cursor: pointer; font-size: 13px; font-weight: 650; transition: background 160ms ease; }
.kids-search-form button:hover { background: #216cc8; }
.kids-search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 13px; color: #6c819b; font-size: 11px; }
.kids-search-suggestions button { min-height: 25px; padding: 0 10px; color: #3972aa; background: rgba(255,255,255,.72); border: 1px solid #d4e5f5; border-radius: 999px; cursor: pointer; font-size: 11px; }
.kids-search-suggestions button:hover { color: var(--kids-navy); background: #fff; border-color: #9fc4ec; }
.kids-search-results { max-width: 680px; margin-top: 14px; }
.kids-search-results[hidden] { display: none; }
.kids-search-results > p { margin: 0 0 8px; color: #55718f; font-size: 12px; }
.kids-search-results > a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; color: var(--kids-navy); background: #fff; border: 1px solid #dce8f4; border-radius: 12px; text-decoration: none; }
.kids-search-results > a + a { margin-top: 6px; }
.kids-search-results > a img { width: 42px; height: 52px; border-radius: 7px; object-fit: cover; }
.kids-search-results > a span { display: grid; gap: 2px; min-width: 0; }
.kids-search-results > a strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.kids-search-results > a small { color: #7389a5; font-size: 10px; }
.kids-search-results > a b { margin-left: auto; color: var(--kids-orange); font-size: 18px; font-weight: 400; }
.kids-search-art { position: relative; min-height: 160px; align-self: end; }
.kids-magnifier { position: absolute; right: 42px; bottom: 29px; width: 72px; height: 72px; border: 9px solid #9dc5e9; border-radius: 50%; transform: rotate(-18deg); }
.kids-magnifier::after { position: absolute; right: -39px; bottom: -26px; width: 56px; height: 12px; border-radius: 999px; background: #7daed7; content: ""; transform: rotate(47deg); }
.kids-leaf { position: absolute; bottom: 17px; width: 34px; height: 55px; border-radius: 100% 0 100% 0; background: #8ebc70; transform: rotate(28deg); }
.kids-leaf--one { right: 10px; }
.kids-leaf--two { right: 73px; bottom: 5px; width: 26px; height: 44px; background: #b4ce77; transform: rotate(-10deg); }
.kids-stone { position: absolute; right: 113px; bottom: 5px; width: 48px; height: 22px; border-radius: 60% 60% 40% 40%; background: #a9c1cb; }
.kids-footer { width: min(calc(100% - 48px), 1240px); margin: 0 auto; padding: 29px 0 35px; color: #6f829c; border-top: 1px solid var(--kids-border); font-size: 12px; }
.kids-footer__main { display: flex; align-items: center; gap: 20px; }
.kids-footer__brand { flex: 0 0 auto; line-height: 0; }
.kids-footer__brand img { width: 106px; }
.kids-footer p { margin: 0; }
.kids-footer__links { display: flex; flex-wrap: wrap; gap: 14px; margin-left: auto; }
.kids-footer a { color: inherit; text-decoration: none; }
.kids-footer a:hover { color: var(--kids-blue); }
.kids-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; margin-top: 19px; border-top: 1px solid #eef3f8; }

@media (max-width: 1020px) {
  .kids-featured { grid-template-columns: 1.08fr 1fr; grid-template-rows: 320px auto; }
  .kids-featured__learn { grid-column: 1 / -1; margin: 0; border-radius: 0; }
  .kids-featured__learn ul { grid-template-columns: repeat(3, 1fr); }
  .kids-question-grid { column-gap: 22px; }
  .kids-question-item { grid-template-columns: 72px minmax(0, 1fr) 18px; gap: 10px; }
  .kids-question-item img { width: 72px; height: 56px; }
  .kids-shelf-grid { gap: 10px; }
  .kids-after-reading { grid-template-columns: 150px minmax(210px, 1fr) minmax(280px, .96fr); gap: 14px; }
}

@media (max-width: 680px) {
  .kids-stories-page { width: min(calc(100% - 40px), 540px); padding: 13px 0 50px; }
  .kids-hero { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding: 24px 0 26px; }
  .kids-hero__copy { padding-left: 21px; }
  .kids-display { font-size: clamp(52px, 15vw, 68px); }
  .kids-hero__lead { margin: 19px 0 18px; font-size: 17px; }
  .desktop-only { display: none; }
  .kids-filter-row { flex-wrap: nowrap; overflow-x: auto; margin-right: -20px; padding: 2px 20px 5px 0; scrollbar-width: none; }
  .kids-filter-row::-webkit-scrollbar { display: none; }
  .kids-filter-row button { flex: 0 0 auto; min-height: 40px; }
  .kids-hero__art { min-height: 206px; margin: -1px 0 0; }
  .kids-hero__art::before { inset: 12px 2% 4px 11%; }
  .kids-hero__art img { width: 100%; max-height: 210px; }
  .kids-star--one { top: 18px; left: 12%; }
  .kids-star--two { top: 42px; right: 16%; }
  .kids-star--three { top: 24%; right: 3%; }
  .kids-featured { display: block; overflow: hidden; border-radius: 20px; }
  .kids-featured__image { display: block; min-height: 220px; height: 57vw; max-height: 300px; }
  .kids-featured__copy { padding: 23px 21px 21px; }
  .kids-eyebrow { margin-bottom: 10px; }
  .kids-featured h2 { font-size: 29px; }
  .kids-featured__summary { margin: 13px 0 18px; font-size: 14px; }
  .kids-featured__learn { margin: 0; padding: 20px 21px 22px; border-top: 1px solid #e4eef8; border-radius: 0; }
  .kids-featured__learn ul { grid-template-columns: 1fr; gap: 9px; }
  .kids-questions { padding: 48px 0 0; }
  .kids-questions h2 { font-size: 25px; }
  .kids-heading-rays { display: none; }
  .kids-question-grid { grid-template-columns: 1fr; gap: 0; }
  .kids-question-item { grid-template-columns: 86px minmax(0, 1fr) 24px; min-height: 80px; gap: 14px; }
  .kids-question-item img { width: 86px; height: 60px; }
  .kids-question-item span { font-size: 14px; }
  .kids-question-item[data-mobile-hidden-question] { display: none; }
  body.kids-questions-expanded .kids-question-item[data-mobile-hidden-question] { display: grid; }
  .kids-more-button { display: block; }
  .kids-centered-link { margin-top: 19px; }
  .kids-shelf-heading { display: block; margin: 54px 0 16px; }
  .kids-shelf-heading h2 { font-size: 26px; }
  .kids-shelf-heading > a { display: block; margin-top: 10px; }
  .kids-shelf-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -20px; padding: 0 20px 7px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .kids-shelf-grid::-webkit-scrollbar { display: none; }
  .kids-bookshelf-item { flex: 0 0 154px; scroll-snap-align: start; }
  .kids-book-meta { font-size: 10px; }
  .kids-shelf-wood { height: 13px; margin: 0 -9px; border-radius: 7px; }
  .kids-after-reading { grid-template-columns: 104px minmax(0, 1fr); gap: 12px; min-height: 0; margin-top: 44px; padding: 11px 11px 14px 14px; border-radius: 20px; }
  .kids-after-reading__art { height: 155px; }
  .kids-after-reading__art img { width: 126px; height: 190px; margin: -14px auto 0; }
  .kids-after-reading__copy h2 { font-size: 25px; }
  .kids-after-reading__copy p { margin-top: 10px; font-size: 12px; }
  .kids-discussion-card { grid-column: 1 / -1; min-height: 132px; padding: 18px 48px 16px 17px; }
  .kids-discussion-card strong { font-size: 14px; }
  .kids-search-panel { display: block; margin-top: 40px; padding: 24px 18px 20px; border-radius: 20px; }
  .kids-search-panel h2 { font-size: 25px; }
  .kids-search-form { height: 52px; margin-top: 16px; }
  .kids-search-form input { padding: 0 14px; font-size: 12px; }
  .kids-search-form button { min-width: 49px; width: 49px; padding: 0; font-size: 0; }
  .kids-search-form button::before { content: "⌕"; font-size: 24px; line-height: 1; }
  .kids-search-form button span { display: none; }
  .kids-search-suggestions { gap: 6px; margin-top: 12px; }
  .kids-search-suggestions span { flex: 0 0 100%; }
  .kids-search-art { min-height: 77px; }
  .kids-magnifier { right: 44px; bottom: -2px; width: 51px; height: 51px; border-width: 7px; }
  .kids-magnifier::after { right: -29px; bottom: -20px; width: 43px; height: 9px; }
  .kids-leaf { bottom: 0; right: 5px; transform: scale(.75) rotate(28deg); }
  .kids-leaf--two { right: 58px; bottom: -7px; }
  .kids-stone { right: 87px; bottom: -3px; transform: scale(.75); }
  .kids-footer { width: min(calc(100% - 40px), 540px); padding: 25px 0 29px; }
  .kids-footer__main { display: block; }
  .kids-footer p { margin-top: 12px; }
  .kids-footer__links { gap: 10px 16px; margin: 18px 0 0; }
  .kids-footer__bottom { margin-top: 18px; }
}

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