/* A fixed drawing plane, sized once per layout, shared by all map artwork. */
body .elementor.elementor-2612 .elementor-element.elementor-element-8ccc6ad::after {
 position:fixed; inset:auto; top:var(--fw-map-origin-y,0px); left:0;
 width:100%; height:100vh; height:var(--fw-map-height,100lvh);
 background-position:center bottom;
}
body .elementor-2612 .fw-map-brand-layer {
 position:fixed; inset:auto; top:var(--fw-map-origin-y,0px); left:0;
 width:100%; height:100vh; height:var(--fw-map-height,100lvh);
 max-width:none; overflow:hidden; pointer-events:none; z-index:0;
}
/* Move the map artwork, logo and interactive lake together on phones. */
@media(max-width:767px) {
 body .elementor-2612 .elementor-element-8ccc6ad {
  /* Limit the shift to the spare width of the 2858×1526 cover image. */
  --fw-map-shift-x:min(calc(48px + 3mm),var(--fw-map-spare-x,0px));
 }
 body .elementor.elementor-2612 .elementor-element.elementor-element-8ccc6ad::after {
  background-position:calc(50% + var(--fw-map-shift-x)) bottom;
 }
 body .elementor-2612 :is(.fw-map-brand-layer,.fw-lake-scene) {
  transform:translateX(var(--fw-map-shift-x));
 }
}
.fw-map-brand-piece { opacity:0; }
