/* =====================================================================
   WEDRYCLEAN_THEME_2026_06_30
   Clean / modern polish overlay for Diamond Back Dry Cleaners.
   Inspired by wedryclean.com's crisp, professional, well-spaced look,
   while KEEPING the Diamond Back gold/brown brand identity.

   This file is an OVERLAY: it is loaded AFTER tidytouch.css and only
   refines visuals (shadows, spacing, hover, buttons, forms, header).
   To revert the theme, simply remove the <link> to this file in
   header.php (and optionally delete this file).
   ===================================================================== */

:root {
  --db-gold: #bb8308;
  --db-gold-bright: #ffb400;
  --db-gold-soft: #f7d481;
  --db-hero-accent: #f2c14e;
  --db-brown: #623314;
  --db-brown-deep: #6b3516;
  --db-brown-black: #21130a;
  --db-ink: #1f1a16;
  --db-muted: #6f655c;
  --db-cream: #fff8ec;
  --db-ivory: #fffdf8;
  --db-line: rgba(98, 51, 20, 0.12);
  --db-shadow: 0 10px 30px rgba(33, 26, 22, 0.10);
  --db-shadow-lg: 0 18px 45px rgba(33, 26, 22, 0.16);
  --db-shadow-xl: 0 28px 70px rgba(33, 26, 22, 0.22);
  --db-radius: 14px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 180, 0, 0.10), transparent 28rem),
    linear-gradient(180deg, var(--db-ivory) 0%, #fff 46%, var(--db-cream) 100%);
  color: var(--db-ink);
}

html { scroll-behavior: smooth; }

a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

::selection {
  background: rgba(187, 131, 8, 0.22);
  color: var(--db-brown-black);
}

/* ---------------------------------------------------------------------
   Buttons — high-contrast, rounded, with depth + hover lift (wedryclean)
   --------------------------------------------------------------------- */
.tidytouch-btn,
.btnOrangr {
  padding: 13px 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 60px;
  box-shadow: 0 8px 20px rgba(187, 131, 8, 0.28);
  transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}
.tidytouch-btn:hover,
.btnOrangr:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(187, 131, 8, 0.38);
}
/* keep the brand gold as the primary call-to-action colour */
.tidytouch-btn--primary,
.btnOrangr {
  background-color: var(--db-gold) !important;
  color: #fff !important;
}
.tidytouch-btn--primary:hover,
.btnOrangr:hover {
  background-color: #a5740a !important;
}

/* ---------------------------------------------------------------------
   Logo — the source image is 1014x700, and the template sizes it by
   width (240px) which makes it ~166px TALL and overflow the header.
   Cap it by HEIGHT instead so it sits as a tidy nav-height mark.
   --------------------------------------------------------------------- */
.main-header__logo img {
  width: auto !important;
  height: 70px !important;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .main-header__logo img { height: 52px !important; }
}

/* ---------------------------------------------------------------------
   Sticky header — clean white bar with a soft shadow when pinned
   --------------------------------------------------------------------- */
.main-header--one .main-header__wrapper,
.main-header.sticky-header--cloned,
.sticky-header--cloned {
  background: rgba(255, 253, 248, 0.92) !important;
  border-bottom: 1px solid rgba(98, 51, 20, 0.08);
  box-shadow: 0 16px 45px rgba(33, 26, 22, 0.08) !important;
  backdrop-filter: blur(14px);
}
.main-header__inner {
  min-height: 86px;
}
.main-menu .main-menu__list > li > a {
  color: #4c3526;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.main-menu__list > li > a {
  transition: color 200ms ease;
}
.main-menu__list > li > a:hover {
  color: var(--db-gold) !important;
}
.main-menu .main-menu__list li ul {
  border: 1px solid rgba(98, 51, 20, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(33, 26, 22, 0.16);
  overflow: hidden;
}
.main-menu .main-menu__list li ul li > a {
  margin-bottom: 0;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--db-gold) !important;
}

/* ---------------------------------------------------------------------
   "#1 Trusted Brand" feature row — light cards with hover lift
   --------------------------------------------------------------------- */
.trusted-section {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  background:
    radial-gradient(circle at 100% 12%, rgba(187, 131, 8, 0.12), transparent 24rem),
    linear-gradient(180deg, #fff 0%, var(--db-cream) 100%);
  overflow: hidden;
}
.trusted-section::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(98, 51, 20, 0.07);
  border-radius: 34px;
  pointer-events: none;
}
.trusted-section__kicker,
.services-subfooter__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--db-gold);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.trusted-section__kicker::before,
.services-subfooter__kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
.trusted-title {
  color: var(--db-brown);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.trusted-title span {
  color: var(--db-gold);
  font-style: italic;
}
.trusted-desc {
  max-width: 760px;
  margin: 0 auto;
  color: var(--db-muted);
  font-size: 17px;
  line-height: 1.8;
}
.feature-box {
  position: relative;
  height: 100%;
  padding: 34px 18px;
  border: 1px solid var(--db-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 236, 0.86));
  box-shadow: 0 16px 35px rgba(33, 26, 22, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}
.feature-box::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  right: -34px;
  top: -34px;
  border-radius: 50%;
  background: rgba(187, 131, 8, 0.10);
}
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(33, 26, 22, 0.13);
  border-color: rgba(187, 131, 8, 0.35);
}
.feature-box a {
  position: relative;
  z-index: 1;
  display: block;
}
.feature-icon {
  height: 66px;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(42%) saturate(928%) hue-rotate(346deg) brightness(90%) contrast(91%);
}
.feature-box h6 {
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--db-brown);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
}
.db-trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 44px auto 0;
}
.db-trust-stat {
  padding: 22px 18px;
  border: 1px solid var(--db-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(33, 26, 22, 0.06);
}
.db-trust-stat strong {
  display: block;
  color: var(--db-brown);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}
.db-trust-stat span {
  display: block;
  margin-top: 7px;
  color: var(--db-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------------
   "We Offer More Services" cards — keep the brown section, polish cards
   --------------------------------------------------------------------- */
.services-subfooter {
  position: relative;
  padding: 110px 0 120px;
  background:
    linear-gradient(135deg, rgba(33, 19, 10, 0.94), rgba(98, 51, 20, 0.90)),
    url("../images/backgrounds/work-process-bg-2.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.services-subfooter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 180, 0, 0.24), transparent 24rem),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  pointer-events: none;
}
.services-subfooter > .container {
  position: relative;
  z-index: 1;
}
.services-subfooter .title {
  color: #fff;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.services-subfooter .title span {
  color: var(--db-gold-soft);
  font-style: italic;
}
.services-subfooter .yellow-line {
  width: 112px;
  height: 3px;
  background: linear-gradient(90deg, var(--db-gold-bright), rgba(255, 255, 255, 0.32));
  border-radius: 999px;
}
.services-subfooter .desc {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.75;
}
.services-subfooter .service-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.20);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}
.services-subfooter .service-item:hover {
  transform: translateY(-10px);
  border-color: rgba(247, 212, 129, 0.50);
  box-shadow: var(--db-shadow-xl);
}
/* softer, smoother image scrim so photos read cleaner */
.services-subfooter .service-item .imgBox:before {
  background:
    linear-gradient(180deg, rgba(20, 12, 6, 0.20), rgba(20, 12, 6, 0.76));
  border-radius: 28px;
  opacity: 1 !important;
  visibility: visible !important;
}
.services-subfooter .service-item img {
  height: 315px;
  border-radius: 28px;
  transition: transform 600ms ease;
}
.services-subfooter .service-item:hover img {
  transform: scale(1.08);
}
/* refined gold label bar */
.services-subfooter .service-item p {
  display: inline-block;
  max-width: calc(100% - 36px);
  background: rgba(255, 248, 236, 0.94);
  color: var(--db-brown);
  padding: 13px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.20);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-shadow: none;
}

/* ---------------------------------------------------------------------
   Inner page headers — crisper title
   --------------------------------------------------------------------- */
.page-header__title { letter-spacing: 0.3px; }

/* ---------------------------------------------------------------------
   Forms — clean, rounded inputs with a subtle gold focus ring
   (applies to sign-up, contact, and general Bootstrap forms)
   --------------------------------------------------------------------- */
.form-one__control input,
.form-one__control textarea,
.delivery-card input,
.delivery-card select,
.contact-two__form input,
.contact-two__form textarea,
.form-control,
.form-select {
  border-radius: 10px !important;
  border: 1px solid rgba(98, 51, 20, 0.18) !important;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.form-one__control input:focus,
.form-one__control textarea:focus,
.delivery-card input:focus,
.delivery-card select:focus,
.contact-two__form input:focus,
.contact-two__form textarea:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--db-gold) !important;
  box-shadow: 0 0 0 3px rgba(187, 131, 8, 0.16) !important;
  outline: 2px solid var(--db-gold) !important;
  outline-offset: 2px !important;
}

/* ---------------------------------------------------------------------
   Generic content cards used on service pages get gentle depth
   --------------------------------------------------------------------- */
.restoration-card,
.delivery-card,
.contact-two__form {
  border-radius: var(--db-radius);
  box-shadow: var(--db-shadow);
}

/* Section heading accent underline kept subtle and on-brand */
.section-title { letter-spacing: 0.2px; }

/* =====================================================================
   HERO — full-bleed, warm-amber scrim, editorial display headline,
   staggered load-in. Premium garment-care feel, gold identity kept.
   ===================================================================== */
.db-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.db-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, transparent 70%);
}
.db-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: dbHeroZoom 16s ease-out forwards;
  z-index: -2;
}
@keyframes dbHeroZoom { to { transform: scale(1); } }
.db-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(26,15,6,0.93) 0%, rgba(26,15,6,0.74) 36%, rgba(26,15,6,0.32) 70%, rgba(26,15,6,0.08) 100%),
    radial-gradient(130% 130% at 0% 100%, rgba(187,131,8,0.30) 0%, rgba(26,15,6,0) 55%);
}
.db-hero .container { position: relative; z-index: 1; }
.db-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.db-hero__content { max-width: 760px; color: #fff; padding: 70px 0; }

.db-hero__eyebrow {
  display: inline-block;
  font-family: var(--tidytouch-font, "Montserrat"), sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--db-hero-accent);
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(242, 193, 78, 0.5);
  opacity: 0; transform: translateY(14px);
  animation: dbUp 0.7s 0.12s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-hero__title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(44px, 6.6vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 24px;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,0.25);
  opacity: 0; transform: translateY(18px);
  animation: dbUp 0.85s 0.26s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-hero__title span { display: block; }
.db-hero__title em { display: block; font-style: italic; font-weight: 500; color: var(--db-hero-accent); }
.db-hero__text {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88);
  max-width: 540px;
  margin: 0 0 36px;
  opacity: 0; transform: translateY(18px);
  animation: dbUp 0.85s 0.4s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-hero__actions {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  opacity: 0; transform: translateY(18px);
  animation: dbUp 0.85s 0.54s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--tidytouch-font, "Montserrat"), sans-serif;
  font-weight: 600; font-size: 14px; letter-spacing: 0.6px; text-transform: uppercase;
  padding: 16px 34px; border-radius: 60px; cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.db-btn--gold {
  background: linear-gradient(135deg, #d99a0b, #bb8308);
  color: #fff;
  box-shadow: 0 12px 28px rgba(187, 131, 8, 0.40);
}
.db-btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(187, 131, 8, 0.55);
  color: #fff;
}
.db-btn--gold i { transition: transform 0.3s ease; font-size: 12px; }
.db-btn--gold:hover i { transform: translateX(5px); }
.db-btn--ghost {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(2px);
}
.db-btn--ghost:hover {
  background: #fff; color: #3a2410; border-color: #fff; transform: translateY(-3px);
}
.db-hero__trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 12px 28px;
  padding: 0; margin: 42px 0 0;
  font-size: 13.5px; letter-spacing: 0.4px; color: rgba(255, 255, 255, 0.82);
  opacity: 0; transform: translateY(18px);
  animation: dbUp 0.85s 0.66s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-hero__trust li { position: relative; padding-left: 25px; }
.db-hero__trust li::before {
  content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;
  position: absolute; left: 0; top: 1px; color: var(--db-hero-accent); font-size: 12px;
}
.db-hero__card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
  color: #fff;
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(18px);
  animation: dbUp 0.85s 0.74s cubic-bezier(.2,.7,.2,1) forwards;
}
.db-hero__card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 22px;
  pointer-events: none;
}
.db-hero__card-label {
  color: var(--db-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.db-hero__card strong {
  display: block;
  margin-top: 18px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 0.95;
}
.db-hero__card p {
  margin: 14px 0 24px;
  color: rgba(255,255,255,0.76);
  line-height: 1.65;
}
.db-hero__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.db-hero__card-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
  font-size: 14px;
}
.db-hero__card-list span {
  color: #fff;
  font-weight: 800;
}
@keyframes dbUp { to { opacity: 1; transform: translateY(0); } }

/* ---------------------------------------------------------------------
   Footer — calmer contact area and higher-contrast social links
   --------------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding-top: 0;
  border-top: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,180,0,0.18), transparent 25rem),
    linear-gradient(135deg, var(--db-brown-black), var(--db-brown-deep));
  box-shadow: none;
  overflow: hidden;
}
.site-footer .sub-footer {
  background: transparent;
  padding: 82px 0 64px;
}
.site-footer .footer-title {
  color: #fff;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.site-footer .footer-desc {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
}
.site-footer .footer-btn,
.site-footer .location-btn,
.site-footer .search-btn {
  background: linear-gradient(135deg, #d99a0b, #bb8308);
  border: 0;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,0.22);
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.site-footer .footer-btn:hover,
.site-footer .location-btn:hover,
.site-footer .search-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,0.30);
}
.site-footer .location-search {
  justify-content: flex-end;
}
.site-footer .location-search input {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: #fff;
  backdrop-filter: blur(10px);
}
.site-footer .location-search input::placeholder {
  color: rgba(255,255,255,0.58);
}
.site-footer .prefooter-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 36px 0 0;
}
.site-footer .prefooter-link-item,
.site-footer .prefooter-link-item:first-child {
  padding-left: 0;
}
.site-footer .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
}
.site-footer .contact-item i {
  margin-bottom: 0;
  border-color: rgba(247, 212, 129, 0.52);
  color: var(--db-gold-soft);
}
.site-footer .contact-item p {
  color: rgba(255,255,255,0.84);
  font-style: normal;
}
.site-footer .footer-main {
  background: rgba(0,0,0,0.22);
  border-top: 1px solid rgba(255,255,255,0.10);
}
.site-footer .footer-links a {
  opacity: 0.72;
  transition: opacity 200ms ease, color 200ms ease;
}
.site-footer .footer-links a:hover {
  color: var(--db-gold-soft);
  opacity: 1;
}
.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 4px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
  transition: transform 220ms ease, background-color 220ms ease;
}
.site-footer .social-icons a:hover {
  transform: translateY(-3px);
  background: var(--db-gold);
}
.site-footer .copyright {
  color: rgba(255,255,255,0.58);
  opacity: 1;
}

@media (max-width: 991px) {
  .db-hero { min-height: 80vh; }
  .db-hero__layout {
    grid-template-columns: 1fr;
  }
  .db-hero__card {
    max-width: 520px;
    margin-bottom: 54px;
  }
  .db-hero__scrim {
    background: linear-gradient(180deg, rgba(26,15,6,0.55) 0%, rgba(26,15,6,0.88) 100%);
  }
  .db-trust-stats {
    grid-template-columns: 1fr;
  }
  .site-footer .location-col {
    padding-left: 0;
  }
  .site-footer .location-col::before {
    display: none;
  }
  .site-footer .location-search {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .db-hero { min-height: 86vh; }
  .db-hero__content { padding: 50px 0; }
  .db-hero__actions { gap: 12px; }
  .db-btn { padding: 14px 26px; flex: 1 1 auto; justify-content: center; }
  .db-hero__trust { gap: 10px 20px; font-size: 12.5px; }
  .trusted-section,
  .services-subfooter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .trusted-section::before {
    inset: 12px;
    border-radius: 24px;
  }
  .db-hero__card {
    padding: 24px;
  }
  .db-hero__card strong {
    font-size: 42px;
  }
  .site-footer .prefooter-links {
    display: grid;
  }
  .site-footer .contact-item {
    border-radius: 24px;
  }
  .site-footer .location-search input {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .db-hero__media,
  .db-hero__eyebrow,
  .db-hero__title,
  .db-hero__text,
  .db-hero__actions,
  .db-hero__trust,
  .db-hero__card { animation: none; opacity: 1; transform: none; }
  .tidytouch-btn,
  .btnOrangr,
  .db-btn,
  .feature-box,
  .services-subfooter .service-item,
  .services-subfooter .service-item img,
  .site-footer .footer-btn,
  .site-footer .location-btn,
  .site-footer .search-btn,
  .site-footer .social-icons a {
    transition: none;
  }
  .tidytouch-btn:hover,
  .btnOrangr:hover,
  .db-btn:hover,
  .db-btn--gold:hover i,
  .feature-box:hover,
  .services-subfooter .service-item:hover,
  .services-subfooter .service-item:hover img,
  .site-footer .footer-btn:hover,
  .site-footer .location-btn:hover,
  .site-footer .search-btn:hover,
  .site-footer .social-icons a:hover {
    transform: none;
  }
}
