/*
Theme Name: MŠ Sobotka
Theme URI: https://zssobotka.justpure.space
Author: PureOnline (pro bono)
Description: Hravý web Mateřské školy Sobotka — redesign 2026. Vygenerováno z Claude design systému (V2).
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

/* The full visual system lives in assets/colors_and_type.css + kit.css + kit-v2.css
   (enqueued in functions.php). Below: only the bits the static build needs that the
   React prototype handled at runtime. */

/* Working mobile menu (the prototype rendered it conditionally; here it's always in
   the DOM and toggled by a .nav-open class on the header — see footer.php). */
.site-header .mobile-nav { display: none; }
@media (max-width: 900px) {
  .site-header.nav-open .mobile-nav { display: block; }
}

html { scroll-behavior: smooth; }
