/* Phase 7: performance-safe enhancements layered after template CSS. */
img,
svg,
video {
  max-width: 100%;
}

img[loading="lazy"] {
  height: auto;
}

/* Avoid paying layout/paint cost for lower-page migrated/provenance sections until needed. */
.phase4-provenance,
.related-page-cards,
.service-sidebar {
  content-visibility: auto;
  contain-intrinsic-size: 1px 480px;
}

@media (prefers-reduced-data: reduce) {
  .wow,
  .animated,
  [class*="img-custom-anim"] {
    animation: none !important;
    transition: none !important;
  }
}
