/* Scoped photographic proof: retain the full original composition, without cropping. */
.ecrm-photo-img-wrap picture { display: block; }
.ecrm-photo-img-wrap img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.ecrm-proof .ecrm-photo-img-wrap,
.news-ecrm-gallery .ecrm-photo-img-wrap {
  overflow: visible;
}
.ecrm-proof .ecrm-photo-img-wrap picture,
.news-ecrm-gallery .ecrm-photo-img-wrap picture {
  display: block;
}
.ecrm-proof .ecrm-photo-img-wrap img,
.news-ecrm-gallery .ecrm-photo-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transform: none;
}
.ecrm-proof .ecrm-photo:hover .ecrm-photo-img-wrap img,
.news-ecrm-gallery .ecrm-photo:hover .ecrm-photo-img-wrap img {
  transform: none;
}
.ecrm-proof .ecrm-retailer-name,
.news-ecrm-gallery .ecrm-retailer-name {
  font-size: clamp(16px, 1.6vw, 21px);
  letter-spacing: .035em;
  border-left: 3px solid var(--teal);
}
.ecrm-proof .ecrm-photo,
.news-ecrm-gallery .ecrm-photo {
  box-shadow: 0 10px 32px rgba(7, 21, 34, .05);
}
.ecrm-proof .ecrm-proof-cta-actions .btn {
  white-space: normal;
}
.ecrm-proof-meaning {
  margin: 24px 0 0;
  padding: 22px clamp(20px, 3vw, 32px);
  border-left: 3px solid var(--teal);
  background: var(--mist);
  max-width: 90ch;
}
.ecrm-proof-meaning p {
  margin: 0 0 12px;
  line-height: 1.65;
  color: var(--ink);
}
.ecrm-proof-meaning a {
  font-weight: 600;
  color: var(--teal);
  text-underline-offset: 4px;
}