/* ANIMALS — balanced desktop layout: larger photos, readable cards, no next section visible. */

@media (min-width: 1051px) {
  section.animals#animale {
    min-height: calc(100svh - 82px);
    padding-top: 28px;
    padding-bottom: 34px;
  }

  section.animals#animale .section-head {
    margin-bottom: 18px;
  }

  section.animals#animale .section-head h2 {
    font-size: clamp(42px, 3.7vw, 54px);
  }

  section.animals#animale .animals-grid {
    gap: 14px;
  }

  section.animals#animale .animal-card.has-photo {
    padding-bottom: 14px !important;
    border-radius: 20px;
  }

  section.animals#animale .animal-card .card-photo {
    height: 150px !important;
  }

  section.animals#animale .animal-card.has-photo .emoji {
    width: 42px;
    height: 42px;
    margin: -21px 0 7px 16px;
    font-size: 23px;
  }

  section.animals#animale .animal-card.has-photo h3 {
    margin: 0 14px 4px;
    font-size: 18px;
    line-height: 1.2;
  }

  section.animals#animale .animal-card.has-photo p {
    margin: 0 14px;
    font-size: 13.5px;
    line-height: 1.4;
  }
}

@media (max-width: 1250px) and (min-width: 1051px) {
  section.animals#animale .animal-card .card-photo {
    height: 138px !important;
  }

  section.animals#animale .section-head h2 {
    font-size: 44px;
  }
}
