body.site-patch-mobile-ready {
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  body.site-patch-mobile-ready #dm,
  body.site-patch-mobile-ready #site_content,
  body.site-patch-mobile-ready .site_content {
    overflow-x: clip;
  }

  body.site-patch-mobile-ready #layout-drawer-hamburger {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1000001002;
  }

  body.site-patch-mobile-ready #layout-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 24, 40, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1000000998;
  }

  body.site-patch-mobile-ready #hamburger-drawer {
    display: block !important;
    position: fixed !important;
    top: 0;
    right: 0;
    width: min(88vw, 360px);
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(calc(100% + 32px)) !important;
    transition: transform 0.25s ease;
    z-index: 1000001000;
    background: #ffffff;
    box-shadow: -24px 0 48px rgba(15, 34, 56, 0.22);
    visibility: hidden;
    pointer-events: none;
  }

  body.mobile-drawer-open #hamburger-drawer {
    transform: translateX(0) !important;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-drawer-open #layout-drawer-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

body[data-page-alias="home-services"] [id="0c1ef09f"] {
  background-image:
    linear-gradient(rgba(10, 23, 40, 0.34), rgba(10, 23, 40, 0.34)),
    url("/Resources/images/pexels-photo-17602538-1920w.png") !important;
  background-position: center center !important;
  background-size: cover !important;
}

body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] {
  background-image:
    linear-gradient(rgba(9, 22, 39, 0.38), rgba(9, 22, 39, 0.38)),
    url("/Resources/images/pexels-photo-4068317-2880w.jpeg") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.site-patch-estimate-box {
  margin-top: 24px;
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #1d75c8 0%, #0d4b8a 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 75, 138, 0.22);
}

.site-patch-estimate-box p,
.site-patch-estimate-box h3,
.site-patch-estimate-box a {
  color: inherit !important;
}

.site-patch-estimate-box h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
}

.site-patch-estimate-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.site-patch-estimate-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
}

.site-patch-estimate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.site-patch-estimate-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0d4b8a !important;
  font-weight: 700;
  text-decoration: none;
}

.site-patch-estimate-link.site-patch-estimate-link-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.site-patch-map-fallback {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 24px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 68, 116, 0.92), rgba(8, 35, 61, 0.96)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 50%);
  color: #ffffff;
  text-align: center;
}

.site-patch-map-fallback p {
  margin: 0;
  max-width: 520px;
  line-height: 1.6;
}

.site-patch-map-fallback a {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  body[data-page-alias="home-services"] [id="0c1ef09f"] h1,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] h1 {
    font-size: clamp(1.45rem, 6.6vw, 2.1rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.02em;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    max-width: 100%;
  }

  body[data-page-alias="service-area"] [id="0c1ef09f"] h1 {
    font-size: clamp(2rem, 9vw, 3.3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.03em;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    max-width: 100%;
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] h2,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] h2,
  body[data-page-alias="service-area"] [id="0c1ef09f"] h2 {
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    max-width: 100%;
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] .dmButtonLink,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] .dmButtonLink,
  body[data-page-alias="service-area"] [id="0c1ef09f"] .dmButtonLink {
    width: min(100%, 320px);
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] #629801c2,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #629801c2,
  body[data-page-alias="service-area"] [id="0c1ef09f"] #629801c2 {
    width: 100% !important;
    max-width: 80% !important;
    padding-right: 12px;
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] #1141398776,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #1141398776,
  body[data-page-alias="home-services"] [id="0c1ef09f"] #1645346226,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #1645346226 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] #1141398776 h1,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #1141398776 h1 {
    display: block !important;
    width: 100% !important;
  }

  body[data-page-alias="home-services"] [id="0c1ef09f"] #1141398776 span,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #1141398776 span,
  body[data-page-alias="service-area"] [id="0c1ef09f"] #1141398776 span,
  body[data-page-alias="home-services"] [id="0c1ef09f"] #1645346226 span,
  body[data-page-alias="commercial-refrigeration"] [id="0c1ef09f"] #1645346226 span,
  body[data-page-alias="service-area"] [id="0c1ef09f"] #1645346226 span {
    display: block !important;
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .site-patch-estimate-box {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .site-patch-estimate-box h3 {
    font-size: 24px;
  }

  .site-patch-estimate-box p {
    font-size: 16px;
  }

  .site-patch-estimate-actions {
    flex-direction: column;
  }

  .site-patch-estimate-link {
    width: 100%;
  }
}
