.fun-growth-page {
  --indoor-coral: #df6540;
  --indoor-gold: #efb94f;
}

.fun-growth-page .indoor-hero h1 {
  max-width: 690px;
  font-size: clamp(2.6rem, 4.15vw, 4rem);
}

.fun-library-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fun-library-groups article:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .fun-library-groups,
  .fun-library-groups article:last-child {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .fun-growth-page .indoor-hero h1 {
    font-size: clamp(2.3rem, 10.4vw, 3.05rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fun-growth-page *,
  .fun-growth-page *::before,
  .fun-growth-page *::after {
    scroll-behavior: auto !important;
  }
}
