/* Senior Dog Comfort v175 targeted desktop spacing refinement — 2026-09-05
   Tightens the two remaining large first-screen gaps seen in the v174 preview.
   Mobile behavior, approved links, cards, and imagery remain unchanged. */

@media (min-width:961px){
  /* Home: the hero image was still keeping the first section taller than the
     left-side copy. Reduce it slightly and close the transition into Featured picks. */
  .home-hero .hero-photo-card{width:min(100%,392px)!important;}
  .home-hero{padding-bottom:6px!important;}
  .editors-picks{padding-top:26px!important;}

  /* Meet Cooper: preserve the approved portrait size and button placement,
     but remove the last extra bottom air before the next section. */
  .cooper-hero{padding-bottom:8px!important;}
  #cooper-story{padding-top:22px!important;}
}
