@media (min-width: 1101px) {
  .menu_layout.header .right-div {
    width: min(850px, calc(100vw - 380px)) !important;
  }

  .menu_layout.header .preview-links-wrapper {
    gap: clamp(11px, 1.25vw, 20px);
  }
}

.dcm-home-services,
.dcm-home-services *,
.dcm-home-services *::before,
.dcm-home-services *::after {
  box-sizing: border-box;
}

/* The source page retains its legacy blocks for Turbify compatibility. These
   replacements make the public service area one consistent 2 x 3 grid. */
#vbid-09f17691-scxbza7z,
#home-winter-storage,
#vbid-7e18bc77-45qvpfw9 {
  display: none !important;
}

.dcm-home-services {
  background: #111820;
  color: #fff;
  width: 100%;
}

.dcm-home-services__heading {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dcm-home-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcm-home-service-card {
  align-items: center;
  aspect-ratio: 1.55 / 1;
  display: flex;
  isolation: isolate;
  min-height: 410px;
  overflow: hidden;
  padding: clamp(44px, 6vw, 88px);
  position: relative;
}

.dcm-home-service-card::before,
.dcm-home-service-card::after {
  content: "";
  inset: 0;
  position: absolute;
}

.dcm-home-service-card::before {
  background-image: var(--card-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.002);
  transition: transform 600ms ease;
  z-index: -2;
}

.dcm-home-service-card::after {
  background:
    linear-gradient(90deg, rgba(7, 14, 21, 0.72) 0%, rgba(7, 14, 21, 0.52) 54%, rgba(7, 14, 21, 0.28) 100%),
    linear-gradient(0deg, rgba(4, 10, 16, 0.26), rgba(4, 10, 16, 0.26));
  z-index: -1;
}

.dcm-home-service-card:hover::before,
.dcm-home-service-card:focus-within::before {
  transform: scale(1.035);
}

.dcm-home-service-card--winter::before {
  background-position: center 42%;
}

.dcm-home-service-card--loopers::before {
  background-position: center 38%;
}

.dcm-home-service-card__content {
  max-width: 455px;
}

.dcm-home-service-card h3 {
  color: rgba(255, 255, 255, 0.94);
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 300;
  letter-spacing: 0.055em;
  line-height: 1.22;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dcm-home-service-card p {
  color: rgba(255, 255, 255, 0.78);
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 300;
  line-height: 1.68;
  margin: 0;
  max-width: 430px;
}

.dcm-home-service-card__button {
  background: #56b9ea;
  color: #fff;
  display: inline-flex;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.055em;
  line-height: 1.25;
  margin-top: 26px;
  min-height: 42px;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dcm-home-service-card__button:hover,
.dcm-home-service-card__button:focus-visible {
  background: #fff;
  color: #0879b8;
  outline: none;
  transform: translateY(-2px);
}

.dcm-home-winter-hero-button {
  background: rgba(8, 16, 24, 0.24);
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: #fff;
}

.dcm-home-winter-hero-button:hover,
.dcm-home-winter-hero-button:focus-visible {
  background: rgba(8, 16, 24, 0.5);
  border-color: #fff;
}

@media (max-width: 900px) {
  .dcm-home-service-card {
    aspect-ratio: 1.28 / 1;
    min-height: 380px;
    padding: clamp(34px, 6vw, 56px);
  }
}

@media (max-width: 620px) {
  .dcm-home-services__grid {
    grid-template-columns: 1fr;
  }

  .dcm-home-service-card {
    aspect-ratio: auto;
    min-height: 410px;
    padding: 44px 30px;
  }

  .dcm-home-service-card h3 {
    font-size: 21px;
  }

  .dcm-home-service-card p {
    font-size: 14px;
  }

  .dcm-home-dockage-cta-row {
    max-width: min(100%, 340px);
  }

  .dcm-home-dockage-cta-row > .preview-item-links,
  .dcm-home-dockage-cta-row > .preview-item-links > a {
    width: 100%;
  }
}
