/* Delta-Sierra V20.30.2i — micro-correctif accueil France/general.
   Objet : remplacer visuellement le portrait du hero par la maison en A,
   sans modifier la structure globale de la page ni aucun fichier Mars. */

.hero__photo--a-frame {
  overflow: hidden;
  aspect-ratio: 949 / 1278;
}

.hero__photo--a-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 50%;
}

@media (max-width: 760px) {
  .hero__photo--a-frame {
    aspect-ratio: 16 / 10;
  }

  .hero__photo--a-frame img {
    object-position: 68% 50%;
  }
}
