/* Site-level extras (Tailwind output lives in assets/css/tailwind.css) */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

body.menu-open {
  overflow: hidden;
}

.hero-bg-img {
  object-position: center 70%;
}

.hero-overlay {
  background-color: rgb(255 255 255 / 0.45);
}

.dark .hero-overlay {
  background-color: rgb(2 6 23 / 0.55);
}

/* Services page — subtle living-room vacuuming scene (Pexels: 7492984, Kampus Production) */
.services-bg-img {
  object-position: 55% 42%;
  opacity: 0.38;
}

.dark .services-bg-img {
  opacity: 0.28;
  filter: brightness(0.85);
}

.services-bg-overlay {
  background-color: rgb(248 250 252 / 0.72);
}

.dark .services-bg-overlay {
  background-color: rgb(2 6 23 / 0.78);
}

/* Specials page — subtle bright refreshed interior (Unsplash: photo-1560448204-e02f11c3d0e2, Francesca Tosolini) */
.specials-bg-img {
  object-position: center 40%;
  opacity: 0.38;
}

.dark .specials-bg-img {
  opacity: 0.28;
  filter: brightness(0.85);
}

.specials-bg-overlay {
  background-color: rgb(248 250 252 / 0.72);
}

.dark .specials-bg-overlay {
  background-color: rgb(2 6 23 / 0.78);
}
