/* /propertyagents hero map watermark: static, render-blocking critical CSS loaded via a
   <link> in <head>, so the prerendered SVG map is correctly positioned + faint on the FIRST
   paint (before the CSS-in-JS bundle loads) = no flash. Kept in /public as a real file (an
   inline <style> in index.html intermittently broke Vite's html-inline-proxy at build time).
   48em = Chakra's `md` breakpoint. */
.sg-watermark{position:absolute;top:2%;right:-30%;width:340px;opacity:.05;z-index:0;pointer-events:none;overflow:hidden}
@media(min-width:48em){.sg-watermark{top:-8%;right:-4%;width:700px;opacity:.07}}
