/*
Theme Name: Descubre Quintero 2026
Description: Minimal scaffold for progressive rebuild.
Version: 0.1.0
Text Domain: descubrequintero-2026
*/

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

#map-container {
  width: 100%;
  height: 360px;
  margin: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.grid-item.elemento-invisible {
  display: none;
}
