/* ==========================================================
   Ajuste Chrome/Safari · Foto Marta
   Evita que Chrome recorte ligeramente la cabeza
   ========================================================== */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .marta-photo,
  .marta-image,
  .marta-portrait,
  .marta-foto,
  .foto-marta,
  .foto-perfil,
  .profile-photo,
  .profile-image,
  .about-photo,
  .about-image,
  .hero-marta,
  .psychologist-photo,
  .therapist-photo,
  [style*="Marta"][style*="background"],
  [style*="marta"][style*="background"] {
    background-position: center top !important;
  }

  .marta-photo img,
  .marta-image img,
  .marta-portrait img,
  .marta-foto img,
  .foto-marta img,
  .foto-perfil img,
  .profile-photo img,
  .profile-image img,
  .about-photo img,
  .about-image img,
  .hero-marta img,
  .psychologist-photo img,
  .therapist-photo img,
  img[alt*="Marta"],
  img[src*="Marta"],
  img[src*="marta"] {
    object-position: center top !important;
  }
}
