/* Relevant page imagery remains visible on narrow screens. */
.pf-section-image > .container{width:calc(100% - 64px);margin-inline:auto}
.pf-section-image .pf-new-hero-visual{width:100%;aspect-ratio:3/2;max-width:560px;border-radius:16px;overflow:hidden}
.pf-section-image .hero-side-photo img,.pf-section-image .hero-visual img{display:block}
.pf-section-image.hero-with-photo .hero-layout{display:block}
.pf-section-image.hero-with-photo .hero-layout .hero-visual{display:none}
@media(min-width:1001px){.pf-section-image.hero-with-photo .hero-content > *{max-width:48%}}
@media(max-width:1000px){.pf-section-image.hero-with-photo{display:block}.pf-section-image .hero-side-photo{display:block;position:relative;inset:auto;transform:none;width:calc(100% - 48px);max-width:650px;aspect-ratio:3/2;margin:28px auto 0;z-index:2}.pf-section-image .hero-side-photo::after{background:linear-gradient(0deg,rgba(11,18,32,.25),transparent 35%)}}
