.dwl-directory-shell,
.dwl-generated-location{
  --dwld-ink:var(--dwl-ui-ink,#102238);
  --dwld-text:var(--dwl-ui-text,#26384a);
  --dwld-muted:var(--dwl-ui-muted,#667789);
  --dwld-brand:var(--dwl-ui-brand,#087a55);
  --dwld-brand-dark:var(--dwl-ui-brand-dark,#065c41);
  --dwld-soft:var(--dwl-ui-surface-soft,#f7f9fa);
  --dwld-line:var(--dwl-ui-line,#dce3e8);
  --dwld-line-strong:var(--dwl-ui-line-strong,#c9d3da);
  --dwld-gold:#b98224;
  width:min(1240px,calc(100% - 40px));
  margin:42px auto 72px;
  color:var(--dwld-text);
  line-height:1.55;
}

.dwl-directory-hero,
.dwl-profile-hero,
.dwl-generated-hero{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:43px;
  margin-bottom:22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 8%,rgba(255,255,255,.14),transparent 19rem),
    linear-gradient(135deg,#0c2236 0%,#123b43 55%,#087a55 125%);
  color:#fff;
  box-shadow:var(--dwl-ui-shadow-lg,0 34px 90px rgba(15,34,55,.14));
}
.dwl-directory-hero::before,.dwl-profile-hero::before,.dwl-generated-hero::before{content:"";position:absolute;right:-160px;bottom:-230px;width:360px;height:360px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.dwl-directory-hero>*,.dwl-profile-hero>*,.dwl-generated-hero>*{position:relative;z-index:1}
.dwl-directory-hero>div,.dwl-profile-heading{min-width:0}
.dwl-directory-hero span,.dwl-generated-hero>span,.dwl-profile-estimator-intro>span{display:inline-flex;align-items:center;gap:8px;color:#9fe3c9;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:850}
.dwl-directory-hero span::before,.dwl-generated-hero>span::before,.dwl-profile-estimator-intro>span::before{content:"";width:25px;height:2px;border-radius:3px;background:currentColor}
.dwl-directory-hero h1,.dwl-generated-hero h1,.dwl-profile-hero h1{margin:14px 0 15px!important;color:#fff!important;font-size:clamp(38px,5vw,62px)!important;line-height:1.02!important;letter-spacing:-.055em!important;font-weight:800!important}
.dwl-directory-hero p,.dwl-generated-hero p,.dwl-profile-hero p{max-width:790px;margin:0;color:#dce8ee!important;font-size:17px}

.dwl-directory-cta,.dwl-profile-actions a,.dwl-directory-card-actions a,.dwl-directory-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:11px 17px;border:1px solid rgba(255,255,255,.5);border-radius:13px;color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap;transition:.16s ease}
.dwl-directory-cta:hover,.dwl-profile-actions a:hover{background:#fff;color:var(--dwld-brand-dark)!important;transform:translateY(-1px)}
.dwl-directory-cta.is-green{background:linear-gradient(145deg,var(--dwld-brand),var(--dwld-brand-dark));border-color:var(--dwld-brand)}

.dwl-directory-filters{display:grid;grid-template-columns:1.35fr repeat(4,minmax(145px,.8fr));gap:13px;align-items:end;padding:21px;border:1px solid var(--dwld-line);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));backdrop-filter:blur(12px);margin-bottom:19px}
.dwl-directory-filters label{display:flex;flex-direction:column;gap:7px;min-width:0}
.dwl-directory-filters label>span{color:var(--dwld-ink);font-size:12px;font-weight:850}
.dwl-directory-filters input,.dwl-directory-filters select{width:100%;min-height:49px;padding:12px 13px;border:1px solid var(--dwld-line-strong);border-radius:13px;background:#fff;color:var(--dwld-ink);font:inherit;box-shadow:inset 0 1px 2px rgba(15,34,55,.025)}
.dwl-directory-filters input:focus,.dwl-directory-filters select:focus{outline:0;border-color:var(--dwld-brand);box-shadow:0 0 0 4px rgba(8,122,85,.11)}
.dwl-directory-filters button{min-height:49px;padding:11px 17px;border:1px solid var(--dwld-brand);border-radius:13px;background:linear-gradient(145deg,var(--dwld-brand),var(--dwld-brand-dark));color:#fff;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(8,122,85,.18)}
.dwl-directory-check{flex-direction:row!important;align-items:center!important;gap:9px!important;padding-bottom:11px}
.dwl-directory-check input{width:19px!important;min-height:19px!important;accent-color:var(--dwld-brand)}

.dwl-directory-results-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:17px 2px;color:var(--dwld-muted)}
.dwl-directory-results-head strong{color:var(--dwld-ink)}
.dwl-directory-results-head a,.dwl-directory-back a{color:var(--dwld-brand);font-weight:800}
.dwl-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}
.dwl-directory-card{display:flex;flex-direction:column;padding:23px;border:1px solid var(--dwld-line);border-radius:20px;background:#fff;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dwl-directory-card:hover{transform:translateY(-3px);border-color:#bfd0c8;box-shadow:0 20px 42px rgba(15,34,55,.11)}
.dwl-directory-card-top{display:flex;gap:16px;align-items:flex-start}
.dwl-directory-card-top h2{margin:8px 0 5px!important;color:var(--dwld-ink)!important;font-size:23px!important;line-height:1.1!important}
.dwl-directory-card-top h2 a{color:var(--dwld-ink)!important;text-decoration:none}
.dwl-directory-card-top p{margin:0;color:var(--dwld-muted)}
.dwl-directory-logo{display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--dwld-line);border-radius:16px;background:linear-gradient(145deg,#f0f5f3,#fff);object-fit:cover;box-shadow:0 8px 20px rgba(15,34,55,.06)}
.dwl-directory-logo.is-card{width:76px;height:76px}
.dwl-directory-logo.is-profile{width:126px;height:126px;border-radius:24px}
.dwl-directory-logo.is-initials{color:var(--dwld-brand);font-size:25px;font-weight:900}
.dwl-directory-logo.is-profile.is-initials{font-size:40px}
.dwl-directory-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;background:#e8f6ef;color:var(--dwld-brand-dark);font-size:10px;font-weight:900;letter-spacing:.02em}
.dwl-directory-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:19px 0}
.dwl-directory-metrics>div{padding:14px;border:1px solid var(--dwld-line);border-radius:13px;background:var(--dwld-soft)}
.dwl-directory-metrics span,.dwl-directory-metrics strong,.dwl-directory-metrics small{display:block}
.dwl-directory-metrics span{color:var(--dwld-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:850}
.dwl-directory-metrics strong{margin:4px 0;color:var(--dwld-ink);font-size:23px}
.dwl-directory-metrics small{color:var(--dwld-muted)}
.dwl-directory-description{margin:0 0 16px;color:var(--dwld-muted)}
.dwl-directory-tags{display:flex;flex-wrap:wrap;gap:7px}
.dwl-directory-tags span{display:inline-flex;padding:7px 10px;border:1px solid #e3e9ec;border-radius:10px;background:var(--dwld-soft);color:var(--dwld-text);font-size:12px;font-weight:750}
.dwl-directory-coverage{margin:17px 0;color:var(--dwld-muted);font-size:13px}
.dwl-directory-coverage strong{color:var(--dwld-ink)}
.dwl-directory-card-actions{display:flex;gap:9px;margin-top:auto}
.dwl-directory-card-actions a{flex:1;border-color:var(--dwld-brand);background:#fff;color:var(--dwld-brand-dark)!important;box-shadow:none}
.dwl-directory-card-actions a.primary{background:linear-gradient(145deg,var(--dwld-brand),var(--dwld-brand-dark));color:#fff!important;box-shadow:0 8px 18px rgba(8,122,85,.16)}
.dwl-directory-card-actions a:hover{transform:translateY(-1px)}
.dwl-directory-empty{grid-column:1/-1;padding:48px;border:1px dashed #b9c7cf;border-radius:20px;background:linear-gradient(145deg,#f5f8f9,#fff);text-align:center}
.dwl-directory-empty h1,.dwl-directory-empty h2{margin-top:0!important;color:var(--dwld-ink)!important}
.dwl-directory-empty a{background:var(--dwld-brand);border-color:var(--dwld-brand)}
.dwl-directory-pagination{display:flex;justify-content:center;gap:8px;margin:27px 0}
.dwl-directory-pagination a{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--dwld-line);border-radius:11px;background:#fff;color:var(--dwld-ink);text-decoration:none;font-weight:800}
.dwl-directory-pagination a.is-active{border-color:var(--dwld-brand);background:var(--dwld-brand);color:#fff}

.dwl-directory-back{margin:0 0 13px}
.dwl-profile-hero{justify-content:flex-start}
.dwl-profile-heading{flex:1}
.dwl-profile-score{min-width:205px;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.09);text-align:center;backdrop-filter:blur(14px)}
.dwl-profile-score span,.dwl-profile-score strong,.dwl-profile-score small{display:block}
.dwl-profile-score span{color:#cfe0e7;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:850}
.dwl-profile-score strong{margin:8px 0;color:#fff;font-size:54px;line-height:1}
.dwl-profile-score small{color:#d9e6eb}
.dwl-profile-score a{color:#fff}
.dwl-profile-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}
.dwl-profile-actions a.primary{background:#fff;color:var(--dwld-brand-dark)!important}
.dwl-profile-paused{display:inline-flex;padding:11px 15px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-weight:800}

.dwl-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:21px;align-items:start}
.dwl-profile-panel,.dwl-profile-estimator{margin-bottom:19px;padding:25px;border:1px solid var(--dwld-line);border-radius:20px;background:#fff;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06))}
.dwl-profile-panel h2,.dwl-profile-estimator h2{margin:0 0 17px!important;color:var(--dwld-ink)!important;font-size:26px!important}
.dwl-profile-panel h3{margin:0 0 10px!important;color:var(--dwld-ink)!important;font-size:16px!important}
.dwl-profile-panel p{color:var(--dwld-text)}
.dwl-profile-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px}
.dwl-profile-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.dwl-profile-gallery a{overflow:hidden;border:1px solid var(--dwld-line);border-radius:13px;background:var(--dwld-soft)}
.dwl-profile-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .22s ease}
.dwl-profile-gallery a:hover img{transform:scale(1.035)}
.dwl-profile-facts{display:grid;grid-template-columns:1fr auto;gap:11px 16px;margin:0}
.dwl-profile-facts dt{color:var(--dwld-muted)}
.dwl-profile-facts dd{margin:0;color:var(--dwld-ink);text-align:right;font-weight:800}
.dwl-profile-disclaimer{margin-bottom:0;color:var(--dwld-muted)!important;font-size:12px}
.dwl-profile-links{display:grid;gap:9px}
.dwl-profile-links a{padding:11px 13px;border:1px solid var(--dwld-line);border-radius:11px;background:var(--dwld-soft);color:var(--dwld-brand-dark);font-weight:800;text-decoration:none}
.dwl-profile-links a:hover{border-color:#bdd1c8;background:#eef8f3}
.dwl-profile-estimator{padding:0;overflow:hidden}
.dwl-profile-estimator-intro{padding:27px 27px 0}
.dwl-profile-estimator-intro>span{color:var(--dwld-brand)}
.dwl-profile-estimator .dwl-app .dwl-shell{width:100%;margin:0;padding:0 0 22px}
.dwl-profile-estimator .dwl-app .dwl-hero{display:none}
.dwl-profile-estimator .dwl-app .dwl-progress,.dwl-profile-estimator .dwl-app .dwl-form{margin-left:20px;margin-right:20px}

.dwl-generated-location{max-width:1200px}
.dwl-generated-hero{display:block}
.dwl-generated-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:21px 0}
.dwl-generated-benefits article,.dwl-generated-copy,.dwl-generated-faq{padding:24px;border:1px solid var(--dwld-line);border-radius:18px;background:#fff;box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06))}
.dwl-generated-benefits article{position:relative;overflow:hidden}
.dwl-generated-benefits article::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--dwld-brand),#34aa7f)}
.dwl-generated-benefits strong{color:var(--dwld-ink);font-size:19px}
.dwl-generated-benefits p,.dwl-generated-copy p{color:var(--dwld-muted)}
.dwl-generated-copy{margin-bottom:21px}
.dwl-generated-copy h2,.dwl-generated-faq h2{color:var(--dwld-ink)!important}
.dwl-generated-faq{margin:21px 0}
.dwl-generated-faq details{padding:14px 0;border-bottom:1px solid var(--dwld-line)}
.dwl-generated-faq details:last-child{border-bottom:0}
.dwl-generated-faq summary{color:var(--dwld-ink);cursor:pointer;font-weight:850}
.dwl-generated-location.is-ad-page .dwl-generated-copy{display:none}

@media(max-width:1050px){
  .dwl-directory-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dwl-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-profile-layout{grid-template-columns:1fr}
  .dwl-profile-layout aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .dwl-profile-layout aside .dwl-profile-panel{margin:0}
}

@media(max-width:720px){
  .dwl-directory-shell,.dwl-generated-location{width:min(100% - 24px,1240px);margin:20px auto 44px}
  .dwl-directory-hero,.dwl-profile-hero,.dwl-generated-hero{align-items:flex-start;flex-direction:column;padding:27px 23px;border-radius:23px}
  .dwl-directory-hero h1,.dwl-generated-hero h1,.dwl-profile-hero h1{font-size:37px!important}
  .dwl-directory-filters,.dwl-directory-grid,.dwl-generated-benefits,.dwl-profile-columns,.dwl-profile-layout aside{grid-template-columns:1fr}
  .dwl-directory-card-actions,.dwl-profile-actions{flex-direction:column}
  .dwl-directory-logo.is-profile{width:94px;height:94px}
  .dwl-profile-score{width:100%}
  .dwl-profile-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-directory-results-head{align-items:flex-start;flex-direction:column}
  .dwl-profile-estimator .dwl-app .dwl-progress,.dwl-profile-estimator .dwl-app .dwl-form{margin-left:10px;margin-right:10px}
}

@media(max-width:430px){
  .dwl-directory-hero h1,.dwl-generated-hero h1,.dwl-profile-hero h1{font-size:33px!important}
  .dwl-directory-card-top{flex-direction:column}
  .dwl-profile-gallery{grid-template-columns:1fr}
}
.dwl-location-intro{margin:0 0 21px;padding:18px 20px;border:1px solid var(--dwld-line);border-radius:16px;background:#fff;color:var(--dwld-muted);box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06))}
.dwl-profile-shell{max-width:1240px}

/* Complete local landing-page template */
.dwl-generated-location.is-location-landing{
  width:min(1380px,calc(100% - 32px));
  max-width:1380px;
  margin:24px auto 72px;
}
.dwl-location-hero{
  display:grid;
  grid-template-columns:minmax(330px,.9fr) minmax(540px,1.15fr);
  gap:0;
  overflow:hidden;
  border:1px solid #cbd8d3;
  border-radius:30px;
  background:#fff;
  box-shadow:0 30px 85px rgba(15,34,55,.15);
}
.dwl-location-hero-copy{
  position:relative;
  min-height:680px;
  background-image:
    linear-gradient(145deg,rgba(8,27,43,.94),rgba(8,72,60,.82)),
    var(--dwl-location-hero-image);
  background-position:center;
  background-size:cover;
  color:#fff;
}
.dwl-location-hero-overlay{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:680px;
  padding:54px 46px;
}
.dwl-location-hero-overlay::after{
  content:"";
  position:absolute;
  right:-130px;
  bottom:-150px;
  width:300px;
  height:300px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
}
.dwl-location-eyebrow,
.dwl-location-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:900;
}
.dwl-location-eyebrow{color:#9fe3c9}
.dwl-location-eyebrow::before,.dwl-location-section-kicker::before{content:"";width:28px;height:2px;border-radius:3px;background:currentColor}
.dwl-location-hero h1{
  position:relative;
  z-index:1;
  margin:16px 0 18px!important;
  color:#fff!important;
  font-size:clamp(42px,5vw,68px)!important;
  line-height:1.01!important;
  letter-spacing:-.055em!important;
  font-weight:820!important;
}
.dwl-location-hero-copy p{
  position:relative;
  z-index:1;
  max-width:620px;
  margin:0;
  color:#dce9ee!important;
  font-size:18px;
}
.dwl-location-trust-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:11px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.dwl-location-trust-list li{display:flex;align-items:center;gap:10px;color:#f6fbfd;font-size:14px;font-weight:760}
.dwl-location-trust-list li::before{content:"✓";display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.14);color:#b9efd9;font-size:12px;font-weight:900}
.dwl-location-photo-credit{position:absolute;left:46px;bottom:28px;z-index:1;color:rgba(255,255,255,.67);font-size:10px}
.dwl-location-form-card{
  min-width:0;
  padding:24px;
  background:linear-gradient(180deg,#f8fbfa,#eef4f1);
}
.dwl-location-form-heading{display:grid;grid-template-columns:1fr auto;gap:3px 16px;align-items:center;margin-bottom:12px;padding:0 2px}
.dwl-location-form-heading>span{color:var(--dwld-ink);font-size:20px;font-weight:850;letter-spacing:-.02em}
.dwl-location-form-heading>strong{padding:6px 10px;border-radius:999px;background:#e2f2ea;color:var(--dwld-brand-dark);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.dwl-location-form-heading p{grid-column:1/-1;margin:0;color:var(--dwld-muted);font-size:12px}
.dwl-location-form-card .dwl-app .dwl-shell{width:100%;margin:0;padding:0}
.dwl-location-form-card .dwl-app .dwl-hero{display:none}
.dwl-location-form-card .dwl-neighbour-invite,.dwl-location-form-card .dwl-notice{margin-bottom:12px}

.dwl-location-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  overflow:hidden;
  margin:20px 0 28px;
  border:1px solid var(--dwld-line);
  border-radius:19px;
  background:var(--dwld-line);
  box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));
}
.dwl-location-proof-strip>div{padding:18px 20px;background:#fff}
.dwl-location-proof-strip strong,.dwl-location-proof-strip span{display:block}
.dwl-location-proof-strip strong{color:var(--dwld-ink);font-size:15px}
.dwl-location-proof-strip span{margin-top:3px;color:var(--dwld-muted);font-size:12px}

.dwl-location-section,
.dwl-location-gallery-section,
.dwl-generated-faq{
  margin:24px 0;
  padding:34px;
  border:1px solid var(--dwld-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--dwl-ui-shadow-sm,0 8px 24px rgba(15,34,55,.06));
}
.dwl-location-section-head{max-width:880px;margin-bottom:24px}
.dwl-location-section-kicker{color:var(--dwld-brand)}
.dwl-location-section h2,.dwl-location-gallery-section h2,.dwl-generated-faq h2{
  margin:10px 0 12px!important;
  color:var(--dwld-ink)!important;
  font-size:clamp(29px,3.6vw,43px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}
.dwl-location-section-head>p,.dwl-location-section-copy>p,.dwl-location-gallery-section .dwl-location-section-head p{color:var(--dwld-muted);font-size:16px}
.dwl-location-intro-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:34px;align-items:center}
.dwl-location-feature-image{overflow:hidden;margin:0;border-radius:19px;background:var(--dwld-soft)}
.dwl-location-feature-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.dwl-location-feature-image figcaption{padding:10px 13px;color:var(--dwld-muted);font-size:11px}
.dwl-location-inline-cta{display:inline-flex;align-items:center;justify-content:center;min-height:47px;margin-top:8px;padding:10px 17px;border-radius:12px;background:linear-gradient(145deg,var(--dwld-brand),var(--dwld-brand-dark));color:#fff!important;text-decoration:none!important;font-weight:850;box-shadow:0 9px 20px rgba(8,122,85,.18)}

.dwl-material-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dwl-material-card{overflow:hidden;border:1px solid var(--dwld-line);border-radius:18px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.dwl-material-card:hover{transform:translateY(-3px);border-color:#b9cec5;box-shadow:0 18px 38px rgba(15,34,55,.10)}
.dwl-material-card>div:last-child{padding:20px}
.dwl-material-card h3{margin:0 0 9px!important;color:var(--dwld-ink)!important;font-size:22px!important}
.dwl-material-card p{margin:0 0 13px;color:var(--dwld-muted);font-size:14px}
.dwl-material-card span,.dwl-material-card small{display:block}
.dwl-material-card span{margin-bottom:12px;color:var(--dwld-text);font-size:12px;font-weight:760}
.dwl-material-card small{padding-top:11px;border-top:1px solid var(--dwld-line);color:var(--dwld-brand-dark);font-size:11px;font-weight:800}
.dwl-material-swatch{height:94px;background-color:#ddd;background-size:26px 26px}
.dwl-material-card.is-resin .dwl-material-swatch{background-image:radial-gradient(circle,#b58f65 1.5px,transparent 1.8px),radial-gradient(circle,#81684f 1.2px,transparent 1.6px),linear-gradient(135deg,#cfb18e,#9e7d5b);background-position:0 0,8px 10px,0 0;background-size:9px 9px,11px 11px,auto}
.dwl-material-card.is-block_paving .dwl-material-swatch{background-image:linear-gradient(90deg,transparent 48%,rgba(40,50,55,.28) 49%,rgba(40,50,55,.28) 52%,transparent 53%),linear-gradient(0deg,transparent 47%,rgba(40,50,55,.26) 48%,rgba(40,50,55,.26) 52%,transparent 53%),linear-gradient(135deg,#b8aaa0,#736c68);background-size:70px 36px,70px 36px,auto}
.dwl-material-card.is-tarmac .dwl-material-swatch{background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1.3px),linear-gradient(135deg,#4b5053,#1f2427);background-size:7px 7px,auto}
.dwl-material-card.is-gravel .dwl-material-swatch{background-image:radial-gradient(ellipse at 20% 35%,#c6b99f 0 5px,transparent 6px),radial-gradient(ellipse at 60% 65%,#857b68 0 6px,transparent 7px),radial-gradient(ellipse at 85% 22%,#dfd3bd 0 4px,transparent 5px),linear-gradient(135deg,#ab9d83,#776e5e);background-size:38px 31px,44px 37px,34px 29px,auto}
.dwl-material-card.is-imprinted .dwl-material-swatch{background-image:linear-gradient(45deg,rgba(255,255,255,.14) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.14) 75%),linear-gradient(135deg,#a97859,#684936);background-size:42px 42px,auto}
.dwl-material-card.is-permeable .dwl-material-swatch{background-image:linear-gradient(90deg,#7f8d80 45%,#465749 46% 54%,#7f8d80 55%),linear-gradient(0deg,#7f8d80 45%,#465749 46% 54%,#7f8d80 55%);background-size:38px 38px}

.dwl-location-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dwl-location-service-grid article{display:flex;gap:13px;padding:20px;border:1px solid var(--dwld-line);border-radius:16px;background:var(--dwld-soft)}
.dwl-location-service-grid article>span{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:10px;background:#dff2e9;color:var(--dwld-brand-dark);font-weight:900}
.dwl-location-service-grid h3{margin:0 0 6px!important;color:var(--dwld-ink)!important;font-size:18px!important}
.dwl-location-service-grid p{margin:0;color:var(--dwld-muted);font-size:13px}

.dwl-location-cost-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.dwl-location-cost-grid article{padding:20px;border:1px solid var(--dwld-line);border-radius:16px;background:linear-gradient(145deg,#fff,#f7faf9)}
.dwl-location-cost-grid h3{margin:0 0 8px!important;color:var(--dwld-ink)!important;font-size:18px!important}
.dwl-location-cost-grid p{margin:0;color:var(--dwld-muted);font-size:13px}

.dwl-location-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dwl-location-gallery figure{overflow:hidden;margin:0;border:1px solid var(--dwld-line);border-radius:16px;background:var(--dwld-soft)}
.dwl-location-gallery img{display:block;width:100%;height:245px;object-fit:cover;transition:transform .22s ease}
.dwl-location-gallery figure:hover img{transform:scale(1.025)}
.dwl-location-gallery figcaption{padding:10px 12px;color:var(--dwld-text);font-size:11px;font-weight:740}
.dwl-location-image-attribution{margin:12px 0 0;color:var(--dwld-muted);font-size:10px}

.dwl-location-planning{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr);gap:26px;background:linear-gradient(145deg,#eef8f4,#fff)}
.dwl-location-planning>div p{color:var(--dwld-muted)}
.dwl-location-planning aside{padding:22px;border:1px solid #c6ded3;border-radius:17px;background:rgba(255,255,255,.86)}
.dwl-location-planning aside strong{color:var(--dwld-ink);font-size:18px}
.dwl-location-planning aside ul{display:grid;gap:8px;margin:15px 0;padding-left:19px;color:var(--dwld-muted);font-size:13px}
.dwl-location-planning aside a{color:var(--dwld-brand-dark);font-weight:850}

.dwl-location-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
.dwl-location-process li{display:flex;gap:13px;padding:19px;border:1px solid var(--dwld-line);border-radius:16px;background:var(--dwld-soft)}
.dwl-location-process li>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:11px;background:linear-gradient(145deg,var(--dwld-brand),var(--dwld-brand-dark));color:#fff;font-weight:900}
.dwl-location-process strong{display:block;color:var(--dwld-ink)}
.dwl-location-process p{margin:4px 0 0;color:var(--dwld-muted);font-size:12px}

.is-location-landing .dwl-generated-faq{padding:34px}
.is-location-landing .dwl-generated-faq details{padding:17px 0;border-bottom:1px solid var(--dwld-line)}
.is-location-landing .dwl-generated-faq summary{color:var(--dwld-ink);cursor:pointer;font-size:16px;font-weight:850}
.is-location-landing .dwl-generated-faq details p{margin:10px 0 0;color:var(--dwld-muted)}
.dwl-location-final-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:37px 40px;border-radius:24px;background:linear-gradient(135deg,#0d2437,#087a55 130%);color:#fff;box-shadow:0 24px 60px rgba(15,34,55,.15)}
.dwl-location-final-cta span{color:#9fe3c9;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900}
.dwl-location-final-cta h2{margin:8px 0 8px!important;color:#fff!important;font-size:35px!important}
.dwl-location-final-cta p{max-width:760px;margin:0;color:#d9e7ec}
.dwl-location-final-cta>a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:11px 20px;border-radius:13px;background:#fff;color:var(--dwld-brand-dark)!important;text-decoration:none!important;font-weight:900;white-space:nowrap}

@media(max-width:1120px){
  .dwl-location-hero{grid-template-columns:minmax(300px,.75fr) minmax(500px,1.25fr)}
  .dwl-location-hero-overlay{padding:42px 34px}
  .dwl-location-photo-credit{left:34px}
  .dwl-material-guide{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-location-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-location-gallery img{height:300px}
}
@media(max-width:920px){
  .dwl-location-hero{grid-template-columns:1fr}
  .dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:470px}
  .dwl-location-form-card{padding:20px}
  .dwl-location-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dwl-location-intro-grid,.dwl-location-planning{grid-template-columns:1fr}
  .dwl-location-cost-grid,.dwl-location-process{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .dwl-generated-location.is-location-landing{width:min(100% - 18px,1380px);margin:12px auto 42px}
  .dwl-location-hero{border-radius:22px}
  .dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:430px}
  .dwl-location-hero-overlay{padding:34px 24px 58px}
  .dwl-location-photo-credit{left:24px;bottom:20px}
  .dwl-location-hero h1{font-size:40px!important}
  .dwl-location-form-card{padding:13px}
  .dwl-location-form-heading{padding:4px}
  .dwl-location-section,.dwl-location-gallery-section,.is-location-landing .dwl-generated-faq{padding:24px 19px;border-radius:20px}
  .dwl-material-guide,.dwl-location-service-grid,.dwl-location-cost-grid,.dwl-location-process{grid-template-columns:1fr}
  .dwl-location-final-cta{align-items:flex-start;flex-direction:column;padding:29px 24px;border-radius:20px}
  .dwl-location-final-cta>a{width:100%}
}
@media(max-width:480px){
  .dwl-location-proof-strip{grid-template-columns:1fr}
  .dwl-location-gallery{grid-template-columns:1fr}
  .dwl-location-gallery img{height:245px}
  .dwl-location-form-heading{grid-template-columns:1fr}
  .dwl-location-form-heading>strong{justify-self:start}
  .dwl-location-hero h1{font-size:34px!important}
}

/* 0.7.3 premium location landing-page refinements */
.dwl-generated-location.is-location-landing{
  margin-top:72px;
  scroll-margin-top:120px;
}
.dwl-location-hero{
  grid-template-columns:minmax(380px,.9fr) minmax(560px,1.1fr);
  align-items:stretch;
}
.dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:620px}
.dwl-location-hero-copy{
  background-position:center bottom;
}
.dwl-location-hero-overlay{justify-content:flex-end;padding:48px 44px 50px;background:linear-gradient(180deg,rgba(5,20,32,.08) 0%,rgba(5,27,39,.35) 34%,rgba(5,35,38,.94) 100%)}
.dwl-location-hero h1{max-width:680px;margin:14px 0 17px!important;font-size:clamp(40px,4.4vw,61px)!important;line-height:1.02!important;letter-spacing:-.045em!important}
.dwl-location-hero-copy p{max-width:650px;font-size:19px;line-height:1.6}
.dwl-location-trust-list li{font-size:15px}
.dwl-location-photo-credit{display:none!important}
.dwl-location-form-card{padding:28px;background:#f2f6f4}
.dwl-location-form-heading{margin-bottom:15px;padding:0 4px}
.dwl-location-form-heading>span{font-size:23px}
.dwl-location-form-heading p{font-size:15px;line-height:1.55}
.dwl-location-section,.dwl-location-gallery-section,.dwl-generated-faq{padding:40px}
.dwl-location-section-head>p,.dwl-location-section-copy>p,.dwl-location-gallery-section .dwl-location-section-head p,
.dwl-location-planning>div p,.is-location-landing .dwl-generated-faq details p{
  color:var(--dwld-muted);
  font-size:18px;
  line-height:1.68;
}
.dwl-location-service-grid p,.dwl-location-cost-grid p,.dwl-location-process p{font-size:15px;line-height:1.6}
.dwl-location-feature-image img{aspect-ratio:16/10;object-position:center bottom}
.dwl-location-feature-image figcaption{font-size:13px}
.dwl-material-card{border-radius:20px}
.dwl-material-image{overflow:hidden;margin:0;background:#eef1ef}
.dwl-material-image img{display:block;width:100%;height:210px;object-fit:cover;object-position:center;transition:transform .25s ease}
.dwl-material-card:hover .dwl-material-image img{transform:scale(1.035)}
.dwl-material-card>div:last-child{padding:23px}
.dwl-material-card h3{font-size:24px!important}
.dwl-material-card p{font-size:16px;line-height:1.62}
.dwl-material-card span{font-size:14px;line-height:1.5}
.dwl-material-card small{font-size:13px;line-height:1.45}
.dwl-material-swatch{display:none!important}
.dwl-location-gallery img{height:280px;object-position:center}
.dwl-location-gallery figcaption{font-size:14px}
.dwl-location-image-attribution{font-size:12px}
.dwl-location-planning aside ul{font-size:15px;line-height:1.55}
.dwl-location-process strong{font-size:17px}
.dwl-location-final-cta p{font-size:17px;line-height:1.6}

@media(max-width:1120px){
  .dwl-location-hero{grid-template-columns:minmax(340px,.8fr) minmax(500px,1.2fr)}
  .dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:590px}
}
@media(max-width:920px){
  .dwl-generated-location.is-location-landing{margin-top:36px}
  .dwl-location-hero{grid-template-columns:1fr}
  .dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:500px}
  .dwl-location-form-card{padding:20px}
}
@media(max-width:700px){
  .dwl-generated-location.is-location-landing{margin-top:20px}
  .dwl-location-hero-copy,.dwl-location-hero-overlay{min-height:470px}
  .dwl-location-hero-overlay{padding:38px 25px 40px}
  .dwl-location-hero h1{font-size:40px!important}
  .dwl-location-hero-copy p{font-size:17px}
  .dwl-location-section,.dwl-location-gallery-section,.is-location-landing .dwl-generated-faq{padding:29px 21px}
  .dwl-location-section-head>p,.dwl-location-section-copy>p,.dwl-location-gallery-section .dwl-location-section-head p,.dwl-location-planning>div p,.is-location-landing .dwl-generated-faq details p{font-size:17px}
  .dwl-material-image img{height:225px}
}

/* 0.7.5 directory search refinements */
.dwl-directory-filters{display:block!important;padding:22px!important}
.dwl-directory-filter-grid{display:grid;grid-template-columns:minmax(260px,1.55fr) repeat(4,minmax(145px,1fr));gap:13px;align-items:end}
.dwl-directory-filter-grid label{display:block;min-width:0}
.dwl-directory-filter-grid label>span{display:block;margin-bottom:7px;color:var(--dwl-directory-ink,#102238);font-size:12px;font-weight:800}
.dwl-directory-filter-grid input,.dwl-directory-filter-grid select{width:100%;min-height:49px;padding:11px 13px;border:1px solid var(--dwl-directory-line-strong,#c9d3da);border-radius:12px;background:#fff;color:var(--dwl-directory-text,#26384a);font-size:14px}
.dwl-directory-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding-top:16px;border-top:1px solid var(--dwl-directory-line,#dce3e8)}
.dwl-directory-filter-actions .dwl-directory-check{display:flex!important;align-items:center;gap:10px;margin:0!important;padding:0!important;border:0!important;background:transparent!important;font-size:13px!important}
.dwl-directory-filter-actions .dwl-directory-check input{width:18px!important;height:18px!important;margin:0!important;accent-color:var(--dwl-directory-brand,#087a55)}
.dwl-directory-filter-buttons{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.dwl-directory-filter-buttons>a{color:var(--dwl-directory-muted,#667789);font-size:13px;font-weight:750;text-decoration:none}
.dwl-directory-filter-buttons button{position:static!important;min-width:178px;min-height:49px;margin:0!important;padding:11px 19px!important;border-radius:12px!important}
@media(max-width:1100px){.dwl-directory-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dwl-directory-filter-grid .is-location{grid-column:1/-1}}
@media(max-width:650px){.dwl-directory-filters{padding:17px!important}.dwl-directory-filter-grid{grid-template-columns:1fr}.dwl-directory-filter-grid .is-location{grid-column:auto}.dwl-directory-filter-actions{align-items:stretch;flex-direction:column}.dwl-directory-filter-buttons{justify-content:space-between}.dwl-directory-filter-buttons button{flex:1;min-width:0}}
