/* Expanded morning scene: clear copy space at left, home retained at right. */
@media (min-width: 761px) {
  .hero { height: 520px; min-height: 520px; }
  .hero-photo {
    inset: 0;
    transform: none;
    background-image: url('royal-care-open-lawn.png');
    background-size: cover;
    background-position: center 38%;
  }
  .hero-wash {
    background: linear-gradient(90deg, rgba(251,248,240,.95) 0%, rgba(251,248,240,.82) 29%, rgba(251,248,240,.28) 54%, rgba(251,248,240,0) 72%);
  }
  .hero-copy { padding-top: 70px; }
}

@media (max-width: 760px) {
  .hero { height: 645px; min-height: 645px; }
  .hero-photo {
    inset: 0 0 auto;
    height: 276px;
    transform: none;
    background-image: url('royal-care-open-lawn.png');
    background-size: cover;
    background-position: 64% 38%;
  }
  .hero-wash { height: 276px; }
  .hero-copy { padding-top: 296px; }
}
