
/* Photography upgrade: location + editorial imagery */
.location-photo{
  position:relative;
  height:245px;
  background-size:cover!important;
  background-position:center!important;
  overflow:hidden;
}
.location-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,49,67,.02),rgba(13,49,67,.34));}
.location-photo-label{position:absolute;z-index:2;left:24px;bottom:20px;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;text-shadow:0 1px 8px rgba(0,0,0,.28)}
.location-card:nth-child(1) .location-photo{background-position:center 42%!important}
.location-card:nth-child(2) .location-photo{background-position:center 55%!important}
.location-card:nth-child(3) .location-photo{background-position:center 52%!important}
.editorial-media{min-height:520px;border-radius:28px;overflow:hidden;background:#e9f2f5}
.editorial-photo{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center;border-radius:28px}
.approach-page .editorial-photo{object-position:center 18%}
@media(max-width:760px){
 .location-photo{height:220px}
 .editorial-media,.editorial-photo{min-height:360px}
}
