/* Curated artwork: preserve the generated blue/gold visual language instead of
   forcing the legacy grayscale treatment on sections using the new assets. */
.sam-home #about .sam-about-main img,
.sam-home #about .sam-about-small img,
.sam-home .sam-platform-grid .sam-inline-photo,
.sam-home .sam-stats > img,
.sam-home .sam-launch-media > img,
.sam-home .sam-final-cta > img {
  filter: saturate(.94) contrast(1.04);
}

.sam-home #about .sam-about-main img { object-position: 70% center; }
.sam-home #about .sam-about-small img { object-position: 73% center; }
.sam-home .sam-platform-grid .sam-inline-photo { object-position: 72% center; }
.sam-home .sam-stats > img { object-position: 66% center; }
.sam-home .sam-launch-media > img { object-position: 70% center; }
.sam-home .sam-final-cta > img { object-position: 68% center; }

/* Page Studio hero artwork is intentionally cinematic but remains readable
   behind the existing content scrim. */
.sam-p12-hero-media {
  filter: saturate(.78) contrast(1.08);
  opacity: .5;
  object-position: 68% center;
}

@media (max-width: 700px) {
  .sam-home #about .sam-about-main img,
  .sam-home #about .sam-about-small img,
  .sam-home .sam-platform-grid .sam-inline-photo,
  .sam-home .sam-stats > img,
  .sam-home .sam-launch-media > img,
  .sam-home .sam-final-cta > img,
  .sam-p12-hero-media {
    object-position: 72% center;
  }
}
