.hero{position:relative;display:flex;min-height:calc(100vh - 90px);overflow:hidden;isolation:isolate}.hero-photo{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;mask-image:none;-webkit-mask-image:none}.hero::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(13,10,7,.78) 0%,rgba(13,10,7,.46) 42%,rgba(13,10,7,.08) 75%,rgba(13,10,7,.18) 100%)}.hero-copy{position:relative;z-index:1;max-width:850px;padding-bottom:clamp(80px,11vw,170px)}
@media(max-width:800px){.hero{min-height:calc(100vh - 72px)}.hero::after{background:linear-gradient(180deg,rgba(13,10,7,.38) 0%,rgba(13,10,7,.78) 72%,rgba(13,10,7,.92) 100%)}.hero-copy{align-self:end;padding-bottom:75px}}
