/* ATL — fidélité des visuels fournis. */
.brand img,
.mission__visual img,
.launch__poster img,
.contact__visual img {
  display: block;
  object-fit: contain;
  object-position: 50% 50%;
  transform: none;
  filter: none;
}

.brand img {
  padding: 0;
}

.mission__visual img,
.launch__poster img,
.contact__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  margin: 0 auto;
}

/* L'affiche reste droite : aucune rotation / aucun décalage décoratif. */
.launch__poster {
  transform: none;
}
