body.dh-clean-area-detail-page {
  --dh-area-navy: #102033;
  --dh-area-teal: #0e5f6a;
  --dh-area-gold: #c89b3c;
  --dh-area-muted: #5b6975;
  --dh-area-line: rgba(16, 32, 51, 0.14);
  --dh-area-soft: #f5f7f7;
  --dh-sr-lane-max: 1180px;
  background: #fff;
  color: var(--dh-area-navy);
}

body.dh-clean-area-detail-page *,
body.dh-clean-area-detail-page *::before,
body.dh-clean-area-detail-page *::after {
  box-shadow: none !important;
}

body.dh-clean-area-detail-page :where(button, input, select, textarea, figure, img, [class*="card"], [class*="button"], [class*="btn"], .dhcpf-load-more) {
  border-radius: 4px !important;
}

body.dh-clean-area-detail-page .dh-area-detail-container,
body.dh-clean-area-detail-page .dh-area-detail-results-summary {
  width: calc(100% - 32px);
  max-width: 1310px;
  margin-inline: auto;
  box-sizing: border-box;
}

body.dh-clean-area-detail-page .dh-area-detail-results-summary {
  max-width: var(--dh-sr-lane-max);
}

body.dh-clean-area-detail-page .dh-area-detail-hero {
  padding: 28px 0 34px;
  background: #fff;
  border-bottom: 1px solid var(--dh-area-line);
}

body.dh-clean-area-detail-page .dh-area-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: var(--dh-area-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.dh-clean-area-detail-page .dh-area-detail-breadcrumb a {
  color: var(--dh-area-teal);
  font-weight: 650;
  text-decoration: none;
}

body.dh-clean-area-detail-page .dh-area-detail-breadcrumb a:hover,
body.dh-clean-area-detail-page .dh-area-detail-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.dh-clean-area-detail-page .dh-area-detail-layout {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

body.dh-clean-area-detail-page .dh-area-detail-media {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--dh-area-line);
  background: var(--dh-area-soft);
}

body.dh-clean-area-detail-page .dh-area-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

body.dh-clean-area-detail-page .dh-area-detail-media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(16, 32, 51, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

body.dh-clean-area-detail-page .dh-area-detail-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--dh-area-navy);
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.dh-clean-area-detail-page .dh-area-detail-description {
  max-width: 760px;
  color: #334453;
  font-size: 16px;
  line-height: 1.75;
}

body.dh-clean-area-detail-page .dh-area-detail-description > :first-child {
  margin-top: 0;
}

body.dh-clean-area-detail-page .dh-area-detail-description > :last-child {
  margin-bottom: 0;
}

body.dh-clean-area-detail-page .dh-area-detail-count {
  display: inline-flex;
  margin: 20px 0 0;
  padding: 8px 11px;
  border: 1px solid rgba(14, 95, 106, 0.25);
  border-radius: 4px;
  background: rgba(14, 95, 106, 0.06);
  color: var(--dh-area-teal);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

body.dh-clean-area-detail-page .dh-area-detail-projects-intro {
  padding: 42px 0 20px;
  background: #fff;
}

body.dh-clean-area-detail-page .dh-area-detail-projects-intro h2,
body.dh-clean-area-detail-page .dh-area-detail-faq h2 {
  margin: 0 0 10px;
  color: var(--dh-area-navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

body.dh-clean-area-detail-page .dh-area-detail-projects-intro p {
  max-width: 800px;
  margin: 0;
  color: var(--dh-area-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.dh-clean-area-detail-page .dh-clean-search-results-search-band {
  padding: 0 0 24px;
}

body.dh-clean-area-detail-page .dhgs-smart-area[data-dhgs-locked-area="true"] .dhgs-input {
  border-color: rgba(14, 95, 106, 0.28);
  background: rgba(14, 95, 106, 0.06);
  color: var(--dh-area-teal);
  cursor: not-allowed;
  font-weight: 700;
  opacity: 1;
}

body.dh-clean-area-detail-page .dhgs-smart-area[data-dhgs-locked-area="true"] :where(.dhgs-smart-clear, .dhgs-suggestions) {
  display: none !important;
}

body.dh-clean-area-detail-page .dh-area-detail-results-summary {
  margin-bottom: 12px;
}

body.dh-clean-area-detail-page .dh-area-detail-results-summary p {
  margin: 0;
  color: var(--dh-area-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.dh-clean-area-detail-page .dh-area-detail-results-summary strong {
  color: var(--dh-area-navy);
}

body.dh-clean-area-detail-page .dhcpf-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  background: #00a6ae;
  color: #fff !important;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  text-decoration: none;
}

body.dh-clean-area-detail-page .dhcpf-load-more:hover,
body.dh-clean-area-detail-page .dhcpf-load-more:focus {
  background: #0e5f6a;
  color: #fff !important;
  outline: none;
}

body.dh-clean-area-detail-page .dhcpf-load-more:focus-visible {
  outline: 2px solid #102033;
  outline-offset: 3px;
}

body.dh-clean-area-detail-page .dhcpf-load-more[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.72;
}

body.dh-clean-area-detail-page .dh-area-detail-faq {
  padding: 48px 0 64px;
  border-top: 1px solid var(--dh-area-line);
  background: var(--dh-area-soft);
}

body.dh-clean-area-detail-page .dh-area-detail-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

body.dh-clean-area-detail-page .dh-area-detail-faq-item {
  padding: 22px;
  border: 1px solid var(--dh-area-line);
  border-radius: 4px;
  background: #fff;
}

body.dh-clean-area-detail-page .dh-area-detail-faq-item h3 {
  margin: 0 0 10px;
  color: var(--dh-area-navy);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
}

body.dh-clean-area-detail-page .dh-area-detail-faq-item p {
  margin: 0;
  color: var(--dh-area-muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  body.dh-clean-area-detail-page .dh-area-detail-layout {
    grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
    gap: 28px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-media,
  body.dh-clean-area-detail-page .dh-area-detail-media img {
    min-height: 250px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.dh-clean-area-detail-page .dh-area-detail-container,
  body.dh-clean-area-detail-page .dh-area-detail-results-summary {
    width: calc(100% - 28px);
  }

  body.dh-clean-area-detail-page .dh-area-detail-hero {
    padding: 18px 0 28px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-breadcrumb {
    margin-bottom: 14px;
    font-size: 12px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-media,
  body.dh-clean-area-detail-page .dh-area-detail-media img {
    min-height: 200px;
    max-height: 240px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-copy h1 {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 1.13;
  }

  body.dh-clean-area-detail-page .dh-area-detail-description {
    font-size: 15px;
    line-height: 1.65;
  }

  body.dh-clean-area-detail-page .dh-area-detail-projects-intro {
    padding: 32px 0 18px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-faq {
    padding: 38px 0 48px;
  }

  body.dh-clean-area-detail-page .dh-area-detail-faq-item {
    padding: 18px;
  }

  body.dh-clean-area-detail-page .dhcpf-load-more-wrap {
    margin-top: 26px;
    padding-inline: 18px;
  }

  body.dh-clean-area-detail-page .dhcpf-load-more {
    width: 100%;
    max-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dh-clean-area-detail-page *,
  body.dh-clean-area-detail-page *::before,
  body.dh-clean-area-detail-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
