/* Irrigation stock photos — match front-page markup:
   section.hero-utility > .wrap.inner > (.hero-copy + .hero-media) */

.hero-utility > .wrap.inner,
.hero-utility > .inner,
.hero-utility .wrap.inner {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}
.hero-utility .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-utility .hero-media {
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  border: 3px solid rgba(255, 210, 0, 0.45);
  background: #0a2f70;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  border-radius: 20px;
}
.hero-utility .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.page-hero .wrap.page-hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}
.page-hero-media {
  margin: 0;
  overflow: hidden;
  min-height: 200px;
  border: 3px solid rgba(255, 210, 0, 0.45);
  border-radius: 20px;
}
.page-hero-media img {
  width: 100%;
  min-height: 200px;
  max-height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.svc-dense a {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 16px;
}
.svc-dense a .svc-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef7;
}
.svc-dense a .svc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-dense a .svc-body { padding: 12px 14px 14px; }

.wrap.band-media {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.wrap.band-media.flip { direction: rtl; }
.wrap.band-media.flip > * { direction: ltr; }
.band-media-img {
  margin: 0;
  overflow: hidden;
  min-height: 220px;
  border: 2px solid #d7e0ef;
  border-radius: 20px;
  background: #e8eef7;
}
.band-media-img img {
  width: 100%;
  min-height: 220px;
  max-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

@media (max-width: 860px) {
  .hero-utility > .wrap.inner,
  .hero-utility > .inner,
  .hero-utility .wrap.inner,
  .page-hero-grid,
  .wrap.band-media,
  .wrap.band-media.flip {
    grid-template-columns: 1fr !important;
    direction: ltr;
  }
  .hero-utility .hero-media img { max-height: 260px; min-height: 220px; }
}

/* Hero photo prominence */
.hero-utility .hero-media {
  background: #062a66 url('/wp-content/uploads/2026/09/hero-lawn-spray.jpg') center/cover no-repeat !important;
  min-height: 360px !important;
}
.hero-utility .hero-media img {
  min-height: 360px !important;
  max-height: 480px !important;
}
@media (max-width: 860px) {
  .hero-utility .hero-media,
  .hero-utility .hero-media img {
    min-height: 240px !important;
    max-height: 300px !important;
  }
}
