/* Encuadres deliberados: preservan el rostro completo en todas las pantallas. */
.team-card:first-child .team-portrait {
  object-position: center top !important;
}

.team-card:nth-child(3) .team-portrait {
  object-position: center 20% !important;
}

.team-card:nth-child(2) .team-portrait {
  object-fit: cover !important;
  object-position: center 20% !important;
  background: transparent !important;
}
