.team-section{position:relative;min-height:62vw;max-height:900px;color:#fff;display:flex;align-items:flex-end;overflow:hidden}
.team-section>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;filter:grayscale(1) contrast(1.06)}
.team-section::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,11,10,.86),rgba(8,11,10,.08) 64%)}
.team-copy{position:relative;z-index:1;padding:clamp(3rem,7vw,7rem) var(--pad);max-width:850px}
.team-copy h2{font-family:Newsreader,Georgia,serif;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:400;letter-spacing:-.025em;line-height:.98;margin:0}
.team-copy>p:last-child{max-width:620px;color:rgba(255,255,255,.8);margin:1.8rem 0 0}
@media(max-width:760px){.team-section{min-height:78vh}.team-section>img{object-position:center 28%}.team-copy{padding-bottom:3.5rem}}
