/* Fotos reales de Yasmina Marín — ajustes responsive */

img[src="/about-yasmina.jpg"] {
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 3 / 4;
  max-height: 520px;
}

img[src="/hero-nutrition.jpg"],
img[src="/hero-nutrition-mobile.jpg"] {
  width: 100%;
  min-height: 320px;
  max-height: 72vh;
  object-fit: cover;
  object-position: center 30%;
}

img[src="/service-child-nutrition.jpg"] {
  object-position: center 35%;
}

img[src="/service-family-care.jpg"] {
  object-position: center 25%;
}

img[src="/service-education.jpg"] {
  object-position: center 20%;
}

@media (min-width: 768px) {
  img[src="/about-yasmina.jpg"] {
    max-height: 640px;
    aspect-ratio: 4 / 5;
  }

  img[src="/hero-nutrition.jpg"],
  img[src="/hero-nutrition-mobile.jpg"] {
    min-height: 420px;
    max-height: 560px;
    object-position: center center;
  }
}

@media (min-width: 1024px) {
  img[src="/about-yasmina.jpg"] {
    max-height: none;
    aspect-ratio: auto;
  }

  img[src="/hero-nutrition.jpg"] {
    min-height: 480px;
    max-height: 620px;
  }
}
