/* Approved V1 hero: geometry and mask preserved from A2. */
.sp-hero-approved { overflow: hidden; }
.sp-hero-approved .sp-hero-photo {
  width: calc(100% + max((100vw - 1200px) / 2, 32px));
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.sp-hero-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 18%);
  mask-image: linear-gradient(to right, transparent, #000 18%);
}
@media (max-width: 1080px) and (min-width: 821px) {
  .sp-hero-approved .sp-hero-photo { width: calc(100% + max((100vw - 960px) / 2, 24px)); }
}
@media (max-width: 820px) {
  .sp-hero-approved .sp-hero-photo { width: calc(100% + 48px); margin-left: -24px; }
}
@media (max-width: 600px) {
  .sp-hero-approved .sp-hero-photo { width: calc(100% + 32px); margin-left: -16px; }
}
