/* Keep the directors' original photo proportions, without a square frame. */
.story-section{align-items:center;gap:clamp(28px,5vw,72px)}
.story-section figure{align-self:center}
.story-section figure img{display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain;border-radius:6px;background:transparent!important}
.story-section .directors-caption{position:static;padding:16px 0 0;background:none}
.leadership .portrait{padding:0;background:transparent;align-self:center}
.leadership .portrait img{height:auto;aspect-ratio:auto;object-fit:contain}
@media(prefers-reduced-motion:no-preference){
.scroll-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.65,.3,1)}
.scroll-reveal.is-visible{opacity:1;transform:none}
}
@media(max-width:680px){.story-section{gap:28px}.story-section .directors-caption{padding-top:14px}}
