/* Endeavor Home Care — custom styles beyond Tailwind utilities */

html {
  scroll-behavior: smooth;
}

/* Subtle dot pattern used on hero/CTA color blocks instead of stock photography */
.pattern-dots {
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

.pattern-dots-dark {
  background-image: radial-gradient(rgba(30, 58, 138, 0.12) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

/* Logo: pre-cropped to a clean 2.5:1 lockup, contained (never distorted) within its box */
.logo-crop img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

::selection {
  background-color: #0d9488;
  color: #ffffff;
}
