/* custom.css — small visual tweaks for this specific site.
   Loads AFTER main.css, so anything here wins. The AI content engine may add
   rules here when params can't express a change. Keep it short; prefer params. */

:root {
  --map-filter: invert(0.92) hue-rotate(180deg);
  --footer-bg: #d3131b;
  --header-bg: #d3131b;
}

/* On the red header, keep the phone CTA readable (it defaults to accent red). */
.site-header .nav__cta {
  color: #ffffff;
}
