
:root{
  --dhg-ink:#181c19;
  --dhg-forest:#35483c;
  --dhg-forest-deep:#26372d;
  --dhg-sage:#dfe7df;
  --dhg-cream:#f7f5f0;
  --dhg-line:#e4e6e1;
  --dhg-muted:#69706b;
  --dhg-white:#fff;
  --dhg-r-xl:24px;
  --dhg-r-lg:18px;
  --dhg-shadow:0 12px 36px rgba(20,27,23,.10);
}
html{scroll-behavior:smooth}
body.dhg-design-active{
  background:#fff;
  color:var(--dhg-ink);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.dhg-design-active *{box-sizing:border-box}
body.dhg-design-active a{text-decoration:none}
.dhg-shell{width:min(1480px,calc(100% - 40px));margin-inline:auto}
.dhg-section{padding:62px 0}
.dhg-center{text-align:center;margin-top:30px}
.dhg-eyebrow{font-size:13px;line-height:1.2;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--dhg-forest);margin-bottom:10px}
.dhg-white{color:#fff}
.dhg-section-title{font-size:clamp(30px,3.4vw,48px);line-height:1.02;letter-spacing:-.045em;font-weight:600;margin:0 0 28px;color:var(--dhg-ink)}

/* Replace legacy Elementor header/footer visually */
body.dhg-replace-header-footer .elementor-location-header,
body.dhg-replace-header-footer .elementor-location-footer{
  display:none !important;
}

/* HEADER */
.dhg-global-header{background:#fff;position:relative;z-index:9990}
.dhg-global-header__inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.dhg-brand{display:flex;align-items:center;gap:10px;color:var(--dhg-ink);font-size:14px;font-weight:650}
.dhg-brand-logo{width:46px;height:46px;border-radius:50%;object-fit:contain}
.dhg-logo-mark{width:46px;height:46px;border:1px solid #b89c85;border-radius:50%;display:grid;place-items:center;color:#9c7a61;font-size:22px}
.dhg-menu-toggle{width:46px;height:46px;border:0;background:transparent;display:grid;place-content:center;gap:4px;border-radius:50%;cursor:pointer}
.dhg-menu-toggle:hover{background:#f4f4f0}
.dhg-menu-toggle span{display:block;width:20px;height:2px;background:#1c211d;border-radius:99px}
.dhg-menu-panel{position:fixed;inset:0;background:rgba(247,245,240,.985);z-index:10000;display:none;align-items:center;justify-content:center;padding:36px}
.dhg-menu-panel.is-open{display:flex}
.dhg-menu-close{position:absolute;right:28px;top:24px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;box-shadow:var(--dhg-shadow);font-size:30px;cursor:pointer}
.dhg-menu-nav{display:flex;flex-direction:column;text-align:center;gap:18px}
.dhg-menu-nav a{color:var(--dhg-ink);font-size:clamp(34px,5.2vw,64px);font-weight:500;line-height:1;letter-spacing:-.045em}
.dhg-menu-nav a:hover{color:var(--dhg-forest)}

/* HERO */
.dhg-hero{
  min-height:540px;border-radius:var(--dhg-r-xl);overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;
  display:grid;place-items:center;padding:52px 24px;
}
.dhg-hero-content{width:min(760px,100%);display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}
.dhg-hero h1{margin:0;font-size:clamp(50px,5.1vw,76px);line-height:.96;letter-spacing:-.05em;font-weight:500;color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.22)}
.dhg-hero p{max-width:650px;margin:20px auto 24px;font-size:clamp(17px,1.7vw,21px);line-height:1.42;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.24)}
.dhg-search{width:min(700px,100%);min-height:64px;background:#fff;color:var(--dhg-ink);border-radius:999px;box-shadow:0 14px 38px rgba(0,0,0,.16);display:grid;grid-template-columns:1.25fr 1fr .85fr auto;align-items:center;padding:6px 7px 6px 14px}
.dhg-search-field{min-width:0;position:relative;display:flex;align-items:center;gap:8px;padding:0 14px}
.dhg-search-field+.dhg-search-field:before{content:"";position:absolute;left:0;top:18%;height:64%;width:1px;background:#e6e7e2}
.dhg-search select,.dhg-search input{width:100%;border:0;outline:0;background:transparent;color:#4e5550;font:inherit;font-size:16px;padding:11px 0;appearance:none}
.dhg-search-icon{font-size:21px;color:#616762}
.dhg-search button{height:52px;padding:0 28px;border:0;border-radius:999px;background:var(--dhg-forest);color:#fff;font:inherit;font-size:16px;font-weight:650;cursor:pointer}
.dhg-search button:hover{background:var(--dhg-forest-deep)}

/* PROPERTY CARDS */
.dhg-property-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(225px,1fr);gap:16px;overflow-x:auto;padding:2px 0 14px;scroll-snap-type:x proximity}
.dhg-property-card{display:block;color:var(--dhg-ink);min-width:0;scroll-snap-align:start}
.dhg-card-image{
  position:relative;
  aspect-ratio:1.28/1;
  border-radius:15px;
  overflow:hidden;
  background:#eef0ec;
}
.dhg-card-image img,
.dhg-card-image picture,
.dhg-card-image picture img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  min-width:100% !important;
  min-height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  transition:transform .28s ease;
}
.dhg-property-card:hover .dhg-card-image img{transform:scale(1.02)}
.dhg-card-copy{padding:10px 3px 0}
.dhg-card-location{color:#747b76;font-size:12px;line-height:1.25;margin-bottom:4px;font-weight:600}
.dhg-property-card h3{color:var(--dhg-ink);font-size:16px;line-height:1.22;margin:0 0 5px;font-weight:650;letter-spacing:-.015em}
.dhg-card-specs{font-size:12.5px;line-height:1.35;color:#69706b;font-weight:550}
.dhg-card-link{display:inline-block;margin-top:10px;font-weight:650;color:var(--dhg-forest)}
.dhg-pill-outline,.dhg-pill-dark,.dhg-pill-light{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;padding:0 24px;font-weight:650;transition:.2s ease}
.dhg-pill-outline{border:1px solid #ccd0ca;color:var(--dhg-ink);background:#fff}
.dhg-pill-outline:hover{background:#f5f5f1}
.dhg-pill-dark{background:var(--dhg-forest);color:#fff}
.dhg-pill-dark:hover{background:var(--dhg-forest-deep);color:#fff}
.dhg-pill-light{background:#fff;color:var(--dhg-forest)}
.dhg-pill-light:hover{background:#f2f4f1;color:var(--dhg-forest)}

/* DISCOVER */
.dhg-discover-section{background:var(--dhg-cream)}
.dhg-discover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dhg-discover-card{min-height:260px;border-radius:18px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:22px;background-size:cover;background-position:center;color:#fff}
.dhg-discover-card.no-image{background:linear-gradient(145deg,#384c40,#809185)}
.dhg-discover-card>div{position:relative;z-index:2}
.dhg-discover-card small{display:block;color:#fff;font-size:13px;font-weight:600;margin-bottom:4px;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.dhg-discover-card strong{display:block;color:#fff;font-size:21px;line-height:1.12;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.dhg-area-story{margin-top:26px;max-width:900px}
.dhg-area-story p{font-size:17px;line-height:1.65;color:#555d57}

/* BENEFITS */
.dhg-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dhg-benefit{border:1px solid var(--dhg-line);border-radius:18px;padding:28px;background:#fff}
.dhg-benefit-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--dhg-sage);color:var(--dhg-forest);font-size:23px;margin-bottom:24px}
.dhg-benefit h3{font-size:21px;line-height:1.2;margin:0 0 9px;color:var(--dhg-ink)}
.dhg-benefit p{font-size:15px;line-height:1.55;color:var(--dhg-muted);font-weight:400;margin:0}

/* MANAGEMENT TEASER */
.dhg-management-panel{background:var(--dhg-forest);border-radius:24px;color:#fff;padding:48px;display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center}
.dhg-management-panel h2{font-size:clamp(34px,4vw,56px);letter-spacing:-.045em;line-height:1.02;color:#fff;margin:0 0 16px}
.dhg-management-panel p{font-size:17px;line-height:1.6;color:#edf2ee;max-width:740px}
.dhg-management-panel .dhg-pill-dark{background:#fff;color:var(--dhg-forest)}
.dhg-management-stats{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;align-items:baseline}
.dhg-management-stats strong{font-size:34px;color:#fff}
.dhg-management-stats span{color:#dfe7df}

/* CTA */
.dhg-home-cta{min-height:390px;border-radius:24px;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;color:#fff}
.dhg-home-cta h2{font-size:clamp(38px,4.2vw,60px);line-height:1.02;letter-spacing:-.045em;font-weight:500;color:#fff;margin:8px 0 26px}

/* FOOTER */
.dhg-global-footer{background:#f6f6f2;padding:58px 0 30px;margin-top:44px}
.dhg-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}
.dhg-footer-grid h4{font-size:15px;margin:0 0 12px;color:var(--dhg-ink)}
.dhg-footer-grid a,.dhg-footer-grid p{display:block;color:#555d57;font-size:14px;line-height:1.55;margin:7px 0}
.dhg-footer-bottom{border-top:1px solid #dcdfda;margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:#777e79;font-size:12px}

/* LISTING PAGE */
.dhg-page-hero{padding:70px 0 30px}
.dhg-page-hero h1{font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.055em;margin:0;color:var(--dhg-ink);font-weight:500}
.dhg-page-hero p{max-width:720px;font-size:18px;color:var(--dhg-muted);line-height:1.6}
.dhg-listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 18px}
.dhg-property-card--listing .dhg-card-image{aspect-ratio:1.28/1}

/* STYLE EXISTING PROPERTIES PAGE WITHOUT CHANGING CONTENT */
.dhg-page-properties main,
.dhg-page-properties .site-main,
.dhg-page-properties .elementor{
  background:#fff;
}
.dhg-page-properties .jet-listing-grid__items,
.dhg-page-properties .elementor-posts-container{
  gap:18px !important;
}
.dhg-page-properties .jet-listing-grid__item,
.dhg-page-properties article{
  border-radius:18px;
}
.dhg-page-properties img{
  border-radius:16px;
}
.dhg-page-properties .elementor-button,
.dhg-page-properties button{
  border-radius:999px !important;
}

/* SINGLE PROPERTY – design layer only; booking/content remain untouched */
.dhg-single-property .site-main,
.dhg-single-property main{
  background:#fff;
}
.dhg-single-property h1{
  font-size:clamp(38px,5vw,62px) !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  font-weight:550 !important;
}
.dhg-single-property h2{
  letter-spacing:-.03em;
}
.dhg-single-property img{
  border-radius:16px;
}
.dhg-single-property .elementor-button,
.dhg-single-property button,
.dhg-single-property input[type="submit"]{
  border-radius:999px !important;
}
.dhg-single-property .jet-form-builder,
.dhg-single-property .jet-form,
.dhg-single-property form{
  border-radius:18px;
}
.dhg-single-property input,
.dhg-single-property select,
.dhg-single-property textarea{
  border-radius:12px !important;
}
.dhg-single-property .elementor-widget-container{
  line-height:1.55;
}

/* MANAGEMENT – preserve old content, modernize layout */
.dhg-page-management .site-main,
.dhg-page-management main,
.dhg-page-management .elementor{
  background:#fff;
}
.dhg-page-management h1,
.dhg-page-management h2{
  letter-spacing:-.045em;
}
.dhg-page-management h1{font-size:clamp(46px,6vw,76px)!important;line-height:.98!important}
.dhg-page-management img{border-radius:20px}
.dhg-page-management .elementor-button,
.dhg-page-management button{border-radius:999px!important}
.dhg-page-management .elementor-section,
.dhg-page-management .e-con{scroll-margin-top:90px}

/* ABOUT */
.dhg-page-about h1,.dhg-page-about h2{letter-spacing:-.04em}
.dhg-page-about img{border-radius:18px}
.dhg-page-about .elementor-button{border-radius:999px!important}

/* CONTACT */
.dhg-page-contact h1{font-size:clamp(48px,6vw,76px)!important;letter-spacing:-.05em!important}
.dhg-page-contact input,
.dhg-page-contact textarea,
.dhg-page-contact select{
  border:1px solid var(--dhg-line)!important;
  border-radius:14px!important;
  min-height:52px;
  padding:14px!important;
}
.dhg-page-contact textarea{min-height:150px}
.dhg-page-contact button,
.dhg-page-contact input[type="submit"],
.dhg-page-contact .elementor-button{
  border-radius:999px!important;
  background:var(--dhg-forest)!important;
  color:#fff!important;
  border:0!important;
  padding:14px 26px!important;
}

/* Remove legacy page title chrome when shortcode pages are used */
.dhg-front-page .entry-title,
.dhg-front-page .page-header,
.dhg-page-properties .entry-title{
  display:none;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .dhg-discover-grid{grid-template-columns:repeat(2,1fr)}
  .dhg-listing-grid{grid-template-columns:repeat(2,1fr)}
  .dhg-management-panel{grid-template-columns:1fr}
}
@media(max-width:760px){
  .dhg-shell{width:min(100% - 24px,1480px)}
  .dhg-global-header__inner{height:72px}
  .dhg-brand-logo,.dhg-logo-mark{width:40px;height:40px}
  .dhg-brand{font-size:13px}
  .dhg-section{padding:46px 0}
  .dhg-hero{min-height:620px;padding:46px 16px}
  .dhg-hero h1{font-size:50px}
  .dhg-hero p{font-size:18px;margin:18px auto 24px}
  .dhg-search{width:min(430px,100%);grid-template-columns:1fr;border-radius:28px;padding:8px}
  .dhg-search-field{min-height:48px;padding:0 14px}
  .dhg-search-field+.dhg-search-field:before{left:14px;right:14px;top:0;width:auto;height:1px}
  .dhg-search button{width:100%;margin-top:6px}
  .dhg-discover-grid,.dhg-benefit-grid,.dhg-listing-grid{grid-template-columns:1fr}
  .dhg-discover-card{min-height:230px}
  .dhg-management-panel{padding:30px 24px}
  .dhg-footer-grid{grid-template-columns:1fr 1fr}
  .dhg-home-cta{min-height:360px}
}
@media(max-width:520px){
  .dhg-hero h1{font-size:44px}
  .dhg-footer-grid{grid-template-columns:1fr}
  .dhg-footer-bottom{flex-direction:column}
}


/* v1.2 — closer WanderOS homepage proportions */
.dhg-home .dhg-hero-content{
  width:min(700px,100%);
}
.dhg-home .dhg-hero h1{
  font-size:clamp(52px,4.75vw,70px);
  line-height:.97;
  font-weight:500;
}
.dhg-home .dhg-hero p{
  max-width:590px;
  margin:18px auto 22px;
  font-size:19px;
  line-height:1.42;
  font-weight:400 !important;
}
.dhg-home .dhg-search{
  width:min(680px,100%);
  min-height:58px;
  padding:5px 6px 5px 14px;
}
.dhg-home .dhg-search button{
  height:48px;
  padding-inline:26px;
}
.dhg-home .dhg-search input,
.dhg-home .dhg-search select{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  min-height:0 !important;
  margin:0 !important;
}
.dhg-home .dhg-search input[type="date"]{
  border:0 !important;
  border-radius:0 !important;
  padding:11px 0 !important;
}

/* Featured Properties should be visually lighter/smaller than the major section titles. */
.dhg-home .dhg-featured{
  padding-top:46px;
  padding-bottom:52px;
}
.dhg-home .dhg-featured .dhg-section-title{
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.035em;
  margin-bottom:24px;
  font-weight:600;
}
.dhg-home .dhg-property-row{
  grid-auto-columns:minmax(245px,1fr);
  gap:18px;
}
.dhg-home .dhg-property-row .dhg-card-image{
  aspect-ratio:1.12/1;
  border-radius:14px;
}
.dhg-home .dhg-property-row .dhg-card-copy{
  padding-top:10px;
}
.dhg-home .dhg-property-row .dhg-card-location{
  font-size:12px;
  margin-bottom:5px;
}
.dhg-home .dhg-property-row h3{
  font-size:16px;
  line-height:1.18;
  font-weight:650;
  margin-bottom:5px;
}
.dhg-home .dhg-property-row 
.dhg-home .dhg-property-row .dhg-card-specs{
  font-size:12.5px;
}
.dhg-home .dhg-featured .dhg-center{
  margin-top:26px;
}
.dhg-home .dhg-featured .dhg-pill-outline{
  min-height:46px;
  padding-inline:22px;
  font-size:14px;
}

/* Keep larger section heading scale for Discover/benefits, matching the reference hierarchy. */
.dhg-home .dhg-discover-section .dhg-section-title,
.dhg-home .dhg-section:not(.dhg-featured) > .dhg-section-title{
  font-size:clamp(30px,3.1vw,44px);
}

@media (max-width:760px){
  .dhg-home .dhg-hero h1{
    font-size:44px;
  }
  .dhg-home .dhg-hero p{
    font-size:17px;
    max-width:340px;
  }
  .dhg-home .dhg-featured{
    padding-top:38px;
  }
  .dhg-home .dhg-featured .dhg-section-title{
    font-size:24px;
  }
  .dhg-home .dhg-property-row{
    grid-auto-columns:minmax(235px,78vw);
  }
}


/* ==========================================================
   v1.4 — old WordPress content inside WanderOS-style design
   ========================================================== */

.dhg-home-v14 .dhg-old-content-hero{
  min-height:560px;
}
.dhg-home-v14 .dhg-hero-eyebrow{
  margin-bottom:12px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#fff;
  opacity:.94;
  text-shadow:0 2px 14px rgba(0,0,0,.25);
}
.dhg-home-v14 .dhg-old-content-hero h1{
  max-width:780px;
}
.dhg-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:22px 0 18px;
}
.dhg-pill-glass{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:999px;
  padding:0 24px;
  color:#fff;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  font-weight:650;
}
.dhg-pill-glass:hover{
  color:#fff;
  background:rgba(255,255,255,.22);
}
.dhg-home-v14 .dhg-search{
  margin-top:2px;
}

/* Trusted management intro */
.dhg-trust-intro{
  padding-top:70px;
  padding-bottom:50px;
}
.dhg-trust-grid{
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  gap:70px;
  align-items:start;
}
.dhg-trust-grid h2{
  margin:0;
  font-size:clamp(34px,4.1vw,58px);
  line-height:1.02;
  letter-spacing:-.048em;
  font-weight:550;
}
.dhg-trust-copy p{
  margin:0 0 16px;
  color:#58605a;
  font-size:17px;
  line-height:1.62;
}
.dhg-text-link{
  display:inline-block;
  margin-top:6px;
  color:var(--dhg-forest);
  font-weight:700;
}

/* Old site's management services in a modern grid */
.dhg-services-section{
  background:var(--dhg-cream);
}
.dhg-services-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  align-items:end;
  margin-bottom:28px;
}
.dhg-services-head .dhg-section-title{
  margin-bottom:0 !important;
}
.dhg-services-head > p{
  margin:0;
  color:#5e655f;
  font-size:16px;
  line-height:1.6;
}
.dhg-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.dhg-service-card{
  min-height:260px;
  padding:28px;
  border:1px solid #e0e2dd;
  border-radius:20px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.dhg-service-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--dhg-sage);
  color:var(--dhg-forest);
  display:grid;
  place-items:center;
  font-size:22px;
  margin-bottom:32px;
}
.dhg-service-card h3{
  margin:0 0 10px;
  color:var(--dhg-ink);
  font-size:21px;
  line-height:1.18;
  letter-spacing:-.025em;
}
.dhg-service-card p{
  margin:0;
  color:#6a716c;
  font-size:15px;
  line-height:1.55;
}
.dhg-service-card--stats{
  background:var(--dhg-forest);
  border-color:var(--dhg-forest);
  color:#fff;
  justify-content:center;
  gap:20px;
}
.dhg-service-card--stats .dhg-stat{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.dhg-service-card--stats .dhg-stat strong{
  color:#fff;
  font-size:34px;
  line-height:1;
}
.dhg-service-card--stats .dhg-stat span{
  color:#e5ece7;
  font-size:14px;
}
.dhg-service-card--stats .dhg-pill-light{
  align-self:flex-start;
  margin-top:8px;
}

/* Reviews */
.dhg-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.dhg-review-card{
  border:1px solid var(--dhg-line);
  border-radius:20px;
  padding:28px;
  min-height:250px;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.dhg-review-stars{
  letter-spacing:.10em;
  color:var(--dhg-forest);
  font-size:14px;
  margin-bottom:24px;
}
.dhg-review-card p{
  margin:0 0 24px;
  color:#444b46;
  font-size:16px;
  line-height:1.6;
  flex:1;
}
.dhg-review-card strong{
  color:var(--dhg-ink);
  font-size:14px;
}
.dhg-review-card span{
  color:#777e79;
  font-size:13px;
  margin-top:2px;
}

/* Gunks area story / final CTA */
.dhg-explore-cta{
  min-height:470px;
  border-radius:24px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
  padding:46px;
}
.dhg-explore-copy{
  max-width:760px;
  color:#fff;
}
.dhg-explore-copy h2{
  margin:8px 0 14px;
  color:#fff;
  font-size:clamp(40px,5vw,68px);
  line-height:.98;
  letter-spacing:-.05em;
  font-weight:500;
}
.dhg-explore-copy p{
  max-width:680px;
  margin:0 0 24px;
  color:#fff;
  font-size:17px;
  line-height:1.58;
  text-shadow:0 2px 18px rgba(0,0,0,.24);
}
.dhg-explore-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* Avoid styling nonexistent price rows */
.dhg-home-v14 .dhg-card-specs{
  margin-top:2px;
}

/* Tablet/mobile */
@media(max-width:1000px){
  .dhg-trust-grid,
  .dhg-services-head{
    grid-template-columns:1fr;
    gap:22px;
  }
  .dhg-service-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .dhg-home-v14 .dhg-old-content-hero{
    min-height:650px;
  }
  .dhg-home-v14 .dhg-old-content-hero h1{
    font-size:46px;
  }
  .dhg-home-v14 .dhg-search{
    margin-top:12px;
  }
  .dhg-service-grid,
  .dhg-review-grid{
    grid-template-columns:1fr;
  }
  .dhg-service-card{
    min-height:230px;
  }
  .dhg-explore-cta{
    min-height:540px;
    padding:30px 24px;
  }
  .dhg-explore-copy h2{
    font-size:44px;
  }
}
