/* Preserve the palette while distinguishing primary paths from supporting content. */
body.playful-site.academic-site :is(.v2-five > article, .topic-matrix > article, .account-stats article, .overview article, .study-paper, .worked-example, .unit-detail, .panel, .catalog-filters, .placement-help, .preview-note, .common-mistake, .next-review, .story-grid blockquote),
body.playful-site.academic-site :is(.v2-five > article, .topic-matrix > article, .account-stats article, .overview article, .study-paper, .worked-example, .unit-detail, .panel, .catalog-filters, .placement-help, .preview-note, .common-mistake, .next-review, .story-grid blockquote):hover {
  box-shadow: inset 0 1px 0 #ffffff70, 0 2px 6px #182f4d0d;
  transform: none;
}
body.playful-site.academic-site .pathway-details { margin: 8px 0 18px; }
body.playful-site.academic-site .pathway-details summary { cursor: pointer; padding-block: 12px; min-height: 44px; font-size: 15px; font-weight: 600; }
body.playful-site.academic-site .home-pathways .pathway-details ul { margin: 8px 0 0; padding-top: 12px; }
body.playful-site.academic-site .home-pathways .pathway-actions { min-height: 104px; }
body.playful-site.academic-site .v2-five { gap: 12px; }
body.playful-site.academic-site .v2-five > article { padding: 22px; }
body.playful-site.academic-site .brand picture { display: block; }
@media (min-width: 1001px) {
  body.playful-site.academic-site .home-pathways .program-card > p:not(.grade) { min-height: 5.1em; }
}
@media (max-width: 620px) {
  body.playful-site.academic-site :is(.site-header, .simple-header, .algebra-header, .club-header, .course-header) picture .brand-logo {
    width: clamp(120px, calc(100vw - 200px), 160px); height: auto; max-height: none;
  }
  body.playful-site.academic-site .simple-header > .button { font-size: 13px; padding-inline: 8px; }
  body.playful-site.academic-site .home-pathways .pathway-actions { min-height: 0; }
  body.playful-site.academic-site .v2-five > article { padding: 18px 20px; }
}
@media print {
  body.playful-site.academic-site .pathway-details::details-content { content-visibility: visible; }
}
