.service-hero-video {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  background: #e8ddc9;
  filter: saturate(.78) sepia(.06);
  transform: translateY(-10%) scale(1.26);
  transform-origin: center center;
}

.service-hero figure { overflow: hidden; }
.service-hero figcaption {
  position: relative;
  z-index: 2;
  margin: 0 -1px -1px;
  padding: 11px 3px 1px;
  background: #fffdf8;
}

@media (max-width: 900px) {
  .service-hero-video { height: 390px; }
}

@media (max-width: 580px) {
  .service-hero-video { height: 320px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-video { display: none; }
  .service-hero figure:has(.service-hero-video) {
    min-height: 320px;
    background: #eee4d3 url('/dbp-media/book-mockup-3fWG--ET.jpg') center/cover no-repeat;
  }
}
