/* V8.2: authentic Vivarta field photography */
.real-photo {
  background: #eaf4fb;
  object-fit: cover !important;
  padding: 0 !important;
}

.hero-image > img.real-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-position: center 31%;
}

.page-hero-grid > img.real-photo {
  object-fit: cover !important;
}

.visual-card > img[src*="/real-v82/"],
.service-card-media img[src*="/real-v82/"],
.page-hero-grid > img[src*="/real-v82/"] {
  object-fit: cover !important;
  padding: 0 !important;
}

.page-hero-grid > img.founder-hero-photo {
  object-position: center 30%;
}

.page-hero-grid > img.team-hero-photo {
  object-position: center 28%;
}

.page-hero-grid > img.delhi-hero-photo {
  object-position: center 53%;
}

.photo-card img[src*="/real-v82/"] {
  object-position: center 34%;
}

.photo-card.wide {
  grid-column: span 2;
  min-height: 560px;
}

.photo-card.wide img[src*="upholstery-chair"] {
  object-position: center 5%;
}

.authentic-photo-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .85rem;
}

@media (max-width: 600px) {
  .hero-image > img.real-photo,
  .page-hero-grid > img.real-photo {
    aspect-ratio: 4 / 3;
  }

  .photo-card {
    min-height: 390px;
  }

  .photo-card.wide {
    grid-column: auto;
  }
}
