/* Premium editorial cover: one responsive campaign image, no client work in the hero. */
.hero{min-height:820px}
.heroPhoto.main{inset:0;width:100%;height:100%;clip-path:none;opacity:1}
.heroPhoto.main picture{display:block;width:100%;height:100%}
.heroPhoto.main .heroSlide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transform:none;animation:none;opacity:1}
.hero:before{background:linear-gradient(90deg,rgba(15,8,6,.88) 0%,rgba(15,8,6,.76) 24%,rgba(15,8,6,.32) 48%,rgba(15,8,6,.02) 73%,rgba(15,8,6,.12) 100%)}
.heroInner{height:570px}
@media(max-width:1020px){.heroInner{grid-template-columns:1fr .3fr}}
@media(max-width:760px){
  .hero{min-height:520px;padding-top:76px}
  .heroPhoto.main{height:100%;top:0}
  .heroPhoto.main .heroSlide{object-position:82% 22%}
  .hero:before{background:linear-gradient(180deg,rgba(15,8,6,.05) 0%,rgba(15,8,6,.14) 38%,rgba(15,8,6,.76) 68%,rgba(15,8,6,.96) 100%)}
  .heroInner{height:440px;grid-template-columns:1fr;align-items:end;padding-bottom:24px}
}
