/* wf-supplement: static-render fixes for Squarespace one-pager (JS-injected assets) */

/* Section full-bleed backgrounds normally injected by Squarespace JS into empty
   .section-background divs — restore them statically. */
[data-section-id="644bb3cdd262cb731369de79"] .section-background,
[data-section-id="644bdfad8402fe07e4133044"] .section-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[data-section-id="644bb3cdd262cb731369de79"] .section-background {
  background-image: url('/content/v1/644bb2eeabc837775b446d2b/f29ab661-508c-4aca-aef6-1d9affbddffc/2.jpg');
}
[data-section-id="644bdfad8402fe07e4133044"] .section-background {
  background-image: url('/content/v1/644bb2eeabc837775b446d2b/4c4d2e83-2a47-4723-a548-3d25fab1df57/rock.jpg');
}

/* Squarespace lazy images fade in via JS .loaded class; force visible when JS
   never runs on the static copy. */
.sqs-gallery-block-grid img:not(.loaded),
img[data-src] {
  opacity: 1 !important;
}
