/* ============================
   KIDS & NURSERY PAGE - OVERRIDES ONLY
   Lighthouse Baptist Church

   NOTE: This file only contains page-specific overrides.
   Common ministry styles are in lbc-ministry-shared.css

   DO NOT redefine :root variables - use lbc-tokens.css
   ============================ */

/* ============================
   HERO VARIANT - Kids specific background
   REMOVED: Non-existent background image
   Base gradient from lbc-ministry-shared.css is used
   ============================ */

/* ============================
   WHO GROUPS - 3-column layout for Kids
   Extends the shared .who-groups style
   ============================ */
@media (min-width: 640px) {
  .who-groups {
    grid-template-columns: repeat(3, 1fr);
  }
}
