/* Content-led photography replacing the Approach page's abstract primary visuals. */
.approach-hero-image {
  height: 448px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(44, 31, 9, .16);
  transform: none;
}

.approach-hero-image img,
.approach-execution-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.approach-execution-image {
  display: block;
  min-height: 330px;
  background: #151515;
}

.approach-execution-image::before,
.approach-execution-image::after {
  display: none;
}

@media (max-width: 1150px) {
  .approach-hero-image { transform: none; }
}

@media (max-width: 820px) {
  .approach-hero-art.approach-hero-image {
    height: 385px;
    transform: none;
  }
}

@media (max-width: 560px) {
  .approach-hero-art.approach-hero-image {
    height: 300px;
    margin: 0;
    transform: none;
  }

  .approach-execution-image {
    min-height: 255px;
  }
}
