/* Intrinsic HTML dimensions reserve space while images scale to their containers. */
img{max-width:100%;height:auto}
/* Keep the existing home-page crop while enabling native image lazy loading. */
.hero-image>img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}
