/* 1660 AutoCare V3.2.19.3 — service numeral + Home label microfix.
   Surgical only: keep service-hero numerals fully contained and preserve the
   Home hero-inset caption alignment after its decorative number is removed. */

.service-hero__media > span {
  bottom:clamp(12px,1.5vw,22px) !important;
  color:#fff !important;
  opacity:.14 !important;
}

.home-page .hero__inset figcaption {
  justify-content:flex-end;
  text-align:right;
}
