/* Damans Local LP — Frontend CSS
   Body scoped to .dmw-lp
   Brand: #0a1324 (navy) · #3580d6 (blue CTA) · #1a2d4a (dark) · #1a1a1a · #f0f5fb
   font-sizes are px !important so a Bootstrap-style html{font-size} root can't scale them. */

.dmw-lp*,.dmw-lp*::before,.dmw-lp*::after{box-sizing:border-box;margin:0;padding:0}
.dmw-lp{font-family:'Merriweather Sans','Lato',sans-serif;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased}

/* Hide all theme chrome */
.dmw-lp #header,.dmw-lp .header-wrap,.dmw-lp #top-bar,
.dmw-lp #top-bar-sticky-wrapper,.dmw-lp #mobile-header,
.dmw-lp #mobile-header-sticky-wrapper,.dmw-lp nav.std-menu,
.dmw-lp .site-navigation,.dmw-lp #footer-widgets,.dmw-lp .main-footer,
.dmw-lp .page-heading.fancy-heading,.dmw-lp .breadcrumbs,
.dmw-lp .sidebar,.dmw-lp #sidebar,.dmw-lp .fusion-header-wrapper,
.dmw-lp .fusion-footer,.dmw-lp .fusion-page-title-bar,
.dmw-lp .awb-menu,.dmw-lp #wrapper_top,.dmw-lp #wrapper_blank{display:none!important}
.dmw-lp .wpadminbar{display:block!important}

.dmw-lp-wrap{max-width:1180px;margin:0 auto;padding:0 24px}

/* Text fallback shown only if the logo image fails to load */
.dmw-lp-logotext{font-family:'Merriweather',serif;font-size:22px !important;font-weight:700;color:#1a2d4a;letter-spacing:.02em}
.dmw-lp-footer .dmw-lp-logotext{color:#fff}

/* ── Header ── */
.dmw-lp-header{background:#fff;border-bottom:1px solid #d5e4f5;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(44,62,63,.08)}
.dmw-lp-header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;max-width:1180px;margin:0 auto}
.dmw-lp-header__logo{height:50px;width:auto;display:block}
.dmw-lp-header__phone{display:flex;align-items:center;gap:6px;font-family:'Merriweather Sans',sans-serif;font-size:18px !important;font-weight:700;color:#1a2d4a;text-decoration:none}
.dmw-lp-header__phone:hover{color:#0a1324}

/* ── Hero ── */
.dmw-lp-hero{position:relative;min-height:560px;background-size:cover;background-position:center;display:flex;align-items:center;padding:80px 0}
.dmw-lp-hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(10,19,36,.86) 0%,rgba(10,19,36,.62) 55%,rgba(10,19,36,.20) 100%)}
.dmw-lp-hero__content{position:relative;max-width:600px;color:#fff;padding:0 24px}
.dmw-lp-eyebrow{font-size:12px !important;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#93b8e8;margin-bottom:12px}
.dmw-lp-hero__h1{font-family:'Merriweather',serif;font-size:clamp(26px,3.8vw,46px) !important;font-weight:300;line-height:1.25;color:#fff;margin-bottom:16px}
.dmw-lp-hero__sub{font-size:clamp(14px,1.7vw,17px) !important;line-height:1.75;color:rgba(255,255,255,.88);margin-bottom:28px}
.dmw-lp-hero__rating{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px !important;color:rgba(255,255,255,.82)}

/* ── Buttons ── */
.dmw-lp-btn{display:inline-block;font-family:'Merriweather Sans',sans-serif;font-size:15px !important;font-weight:600;padding:15px 28px;border-radius:2px;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .2s,transform .15s;line-height:1.3}
.dmw-lp-btn:hover{transform:translateY(-1px)}
.dmw-lp-btn--hero{background:#3580d6;color:#fff;border-color:#3580d6}
.dmw-lp-btn--hero:hover{background:#2268b8;color:#fff}
.dmw-lp-btn--submit{background:#0a1324;color:#fff;border-color:#0a1324;width:100%;text-align:center;font-size:15px !important;padding:16px 20px}
.dmw-lp-btn--submit:hover{background:#1a2d4a;color:#fff}
.dmw-lp-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.dmw-lp-btn--outline:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}

/* ── Stars ── */
.dmw-stars{color:#f5c518;letter-spacing:3px;font-size:20px !important}
.dmw-lp-hero__rating .dmw-stars{font-size:22px !important}
.dmw-lp-rating-badge .dmw-stars{font-size:22px !important}
.dmw-lp-testimonial .dmw-stars{font-size:16px !important}

/* ── Trust bar ── */
.dmw-lp-trust-bar{background:#f0f5fb;border-bottom:1px solid #d5e4f5;padding:16px 0}
.dmw-lp-trust-bar__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 26px;padding:0;margin:0}
.dmw-lp-trust-bar li{display:flex;align-items:center;gap:6px;font-size:13px !important;color:#1a2d4a;font-weight:600}

/* ── Main ── */
.dmw-lp-main{padding:60px 0 72px}
.dmw-lp-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.dmw-lp-main__left h2{font-family:'Merriweather',serif;font-size:clamp(20px,2.8vw,28px) !important;font-weight:300;color:#1a2d4a;margin-bottom:12px}
.dmw-lp-intro{font-size:15px !important;line-height:1.8;color:#444;margin-bottom:30px}

/* Steps */
.dmw-lp-steps{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}
.dmw-lp-step{display:flex;gap:14px;align-items:flex-start}
.dmw-lp-step__num{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#0a1324;color:#fff;font-family:'Merriweather',serif;display:flex;align-items:center;justify-content:center;margin-top:2px}
.dmw-lp-step h3{font-size:14px !important;font-weight:700;color:#1a1a1a;margin-bottom:3px}
.dmw-lp-step p{font-size:13px !important;color:#666;line-height:1.6}

/* Pull quote */
.dmw-lp-pull-quote{border-left:3px solid #93b8e8;padding:12px 0 12px 16px;margin-bottom:22px}
.dmw-lp-pull-quote p{font-family:'Merriweather',serif;font-size:14px !important;font-weight:300;font-style:italic;color:#444;line-height:1.75;margin-bottom:6px}
.dmw-lp-pull-quote cite{font-size:12px !important;color:#0a1324;font-style:normal}

/* Rating badge */
.dmw-lp-rating-badge{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f0f5fb;border:1px solid #d5e4f5;border-radius:4px;font-size:13px !important;color:#444}

/* ── Form box ── */
.dmw-lp-form-box{background:#fff;border:1px solid #c8d8ec;border-radius:4px;overflow:hidden;box-shadow:0 4px 24px rgba(44,62,63,.10);position:sticky;top:86px}
.dmw-lp-form-box__hdr{background:#0a1324;padding:20px 24px}
.dmw-lp-form-box__hdr h2{font-family:'Merriweather',serif;font-size:18px !important;font-weight:300;color:#fff;margin-bottom:3px}
.dmw-lp-form-box__hdr p{font-size:12px !important;color:rgba(255,255,255,.78);letter-spacing:.04em;text-transform:uppercase}
.dmw-lp-form-box__body{padding:22px}

/* ── Built-in form ── */
.dmw-form{display:flex;flex-direction:column;gap:12px}
.dmw-form__row{display:flex;flex-direction:column;gap:12px}
@media(min-width:480px){.dmw-form__row--half{flex-direction:row}.dmw-form__row--half .dmw-form__field{flex:1}}
.dmw-form__field{display:flex;flex-direction:column;gap:4px}
.dmw-form__field label{font-family:'Lato',sans-serif;font-size:12px !important;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.04em}
.dmw-form__field label em{font-weight:400;text-transform:none;color:#888}
.dmw-label-note{font-weight:400;text-transform:none;letter-spacing:0;color:#888;font-size:11px !important}
.dmw-form__field input,.dmw-form__field select,.dmw-form__field textarea{width:100%;padding:10px 12px;border:1px solid #c0d0e0;border-radius:3px;background:#f8fafa;font-family:'Lato',sans-serif;font-size:14px !important;color:#1a1a1a;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;appearance:none}
.dmw-form__field input:focus,.dmw-form__field select:focus,.dmw-form__field textarea:focus{border-color:#3580d6;box-shadow:0 0 0 3px rgba(53,128,214,.16);outline:none}
.dmw-form__field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%230a1324' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:30px}
.dmw-form__field textarea{resize:vertical;min-height:80px}
.dmw-form__consent{display:flex;align-items:flex-start;gap:8px}
.dmw-form__consent input{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#0a1324}
.dmw-form__consent span{font-family:'Lato',sans-serif;font-size:12px !important;color:#666;line-height:1.5}
.dmw-form__consent a{color:#0a1324}
.dmw-form-err{background:#fef2f2;border-left:3px solid #e53935;padding:8px 12px;font-size:13px !important;color:#b71c1c;border-radius:0 3px 3px 0;margin-bottom:4px}

/* Inline field validation errors */
.dmw-form__field--invalid input,
.dmw-form__field--invalid select,
.dmw-form__field--invalid textarea{border-color:#cc0000!important;border-width:2px!important;box-shadow:0 0 0 3px rgba(204,0,0,.15)!important;background:#fff8f8!important}
.dmw-form__consent--invalid{background:#fff0f0;border-radius:4px;padding:8px 10px;margin:-4px -6px;border:2px solid #cc0000}
.dmw-form__consent--invalid input{outline:2px solid #cc0000;outline-offset:2px}
.dmw-field-err{display:block;font-size:12px !important;color:#cc0000;margin-top:5px;font-weight:700}

/* Form success */
.dmw-form-success{text-align:center;padding:24px 16px}
.dmw-form-success__icon{font-size:40px !important;margin-bottom:12px}
.dmw-form-success h3{font-family:'Merriweather',serif;font-size:18px !important;font-weight:300;color:#1a2d4a;margin-bottom:8px}
.dmw-form-success p{font-size:14px !important;color:#444;line-height:1.65;margin-bottom:8px}
.dmw-form-success__tel a{color:#0a1324;font-size:17px !important;font-weight:700}

.dmw-lp-reassurance{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px !important;color:#999;margin-top:8px}

/* ── Testimonials ── */
.dmw-lp-testimonials{background:#0a1324;padding:56px 0}
.dmw-lp-testimonials h2{font-family:'Merriweather',serif;font-size:clamp(18px,2.5vw,24px) !important;font-weight:300;color:#fff;text-align:center;margin-bottom:28px}
.dmw-lp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:28px}
.dmw-lp-testimonial{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:4px;padding:22px 18px}
.dmw-lp-testimonial .dmw-stars{display:block;margin-bottom:10px;font-size:14px !important}
.dmw-lp-testimonial blockquote{font-family:'Merriweather',serif;font-size:13px !important;font-weight:300;font-style:italic;line-height:1.75;color:rgba(255,255,255,.9);margin-bottom:10px;border:none;padding:0}
.dmw-lp-testimonial cite{font-size:12px !important;color:#93b8e8;font-style:normal}

/* ── Contact ── */
.dmw-lp-contact{background:#f0f5fb;padding:56px 0}
.dmw-lp-contact__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:44px;align-items:start}
.dmw-lp-contact h2{font-family:'Merriweather',serif;font-size:clamp(18px,2.3vw,24px) !important;font-weight:300;color:#1a2d4a;margin-bottom:14px}
.dmw-lp-contact address{font-size:15px !important;line-height:1.8;color:#444;font-style:normal;margin-bottom:14px}
.dmw-lp-contact address strong{color:#1a1a1a;font-weight:700}
.dmw-lp-contact__hours{font-size:14px !important;line-height:1.7;color:#444;margin-bottom:14px}
.dmw-lp-contact__link{color:#0a1324;text-decoration:none;font-weight:600;font-size:15px !important}
.dmw-lp-contact__link:hover{color:#1a2d4a}
.dmw-lp-contact__areas{font-size:13px !important;color:#666;margin-top:14px;line-height:1.7}

/* ── Footer ── */
.dmw-lp-footer{background:#1a2d4a;padding:30px 0}
.dmw-lp-footer__inner{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
/* Damans' single logo is dark; flip it to white for the navy footer. */
.dmw-lp-footer__logo{opacity:.9;max-height:46px;width:auto;filter:brightness(0) invert(1)}
.dmw-lp-footer__copy{font-size:13px !important;color:rgba(255,255,255,.78);line-height:1.7}
.dmw-lp-footer__copy a{color:rgba(255,255,255,.92)}
.dmw-lp-footer__small{font-size:11px !important;color:rgba(255,255,255,.5);max-width:620px;line-height:1.6}

/* ── Mobile sticky bar ── */
.dmw-lp-sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a2d4a;border-top:2px solid #0a1324}
.dmw-lp-sticky__call,.dmw-lp-sticky__book{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 10px;font-family:'Merriweather Sans',sans-serif;font-size:14px !important;font-weight:600;text-decoration:none;transition:background .2s}
.dmw-lp-sticky__call{background:#1a2d4a;color:#fff;border-right:1px solid #1a2d4a}
.dmw-lp-sticky__call:hover{background:#1a2d4a;color:#fff}
.dmw-lp-sticky__book{background:#3580d6;color:#fff}
.dmw-lp-sticky__book:hover{background:#2268b8;color:#fff}

/* ── Tablet ── */
@media(max-width:1024px){
    .dmw-lp-main__grid{grid-template-columns:1fr;gap:36px}
    .dmw-lp-form-box{position:static}
    .dmw-lp-testimonials__grid{grid-template-columns:1fr 1fr}
    .dmw-lp-contact__grid{grid-template-columns:1fr}
}

/* ── Mobile ── */
@media(max-width:767px){
    .dmw-lp-sticky{display:flex}
    .dmw-lp-footer{padding-bottom:72px}
    .dmw-lp-hero{min-height:420px;padding:52px 0 68px;background-position:65% center}
    .dmw-lp-hero__h1{font-size:24px !important}
    .dmw-lp-hero__sub{font-size:14px !important}
    .dmw-lp-trust-bar li span{display:none}
    .dmw-lp-main{padding:40px 0 52px}
    .dmw-lp-testimonials__grid{grid-template-columns:1fr}
    .dmw-lp-header__phone{font-size:16px !important}
    .dmw-lp-form-box__body{padding:16px}
    .dmw-lp-contact__grid iframe{height:240px}
}
@media(max-width:400px){.dmw-lp-hero__h1{font-size:21px !important}}

/* ── Project Gallery ── */
.dmw-lp-gallery{background:#fff;padding:52px 0 44px}
.dmw-lp-gallery h2{font-family:'Merriweather',serif;font-size:clamp(18px,2.3vw,24px) !important;font-weight:300;color:#1a2d4a;text-align:center;margin-bottom:28px}
.dmw-lp-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dmw-lp-gallery__item{overflow:hidden;border-radius:4px;aspect-ratio:4/3;background:#f0f5fb}
.dmw-lp-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.dmw-lp-gallery__item:hover img{transform:scale(1.04)}
.dmw-lp-gallery__cta-line{text-align:center;margin-top:22px;font-size:15px !important;color:#444}
.dmw-lp-gallery__cta-line a{color:#0a1324;font-weight:700;text-decoration:none}
.dmw-lp-gallery__cta-line a:hover{color:#1a2d4a}
@media(max-width:767px){
    .dmw-lp-gallery__grid{grid-template-columns:1fr 1fr;gap:10px}
    .dmw-lp-gallery{padding:36px 0 30px}
}
@media(max-width:480px){
    .dmw-lp-gallery__grid{grid-template-columns:1fr}
}

/* ─── Local SEO LP additions (indexable town pages) ───────────────── */
.dmw-lp-header--seo .dmw-lp-header__inner { flex-wrap: wrap; gap: 12px; }
.dmw-lp-nav { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 auto; }
.dmw-lp-nav a { color: #1a2d4a; text-decoration: none; font-family: "Merriweather Sans", sans-serif; font-weight: 600; font-size: 14px !important; }
.dmw-lp-nav a:hover { color: #0a1324; }
@media (max-width: 820px){ .dmw-lp-nav { display: none; } }

.dmw-lp-breadcrumb { background: #f0f5fb; border-bottom: 1px solid #d5e4f5; font-size: 13px !important; }
.dmw-lp-breadcrumb .dmw-lp-wrap { padding: 10px 24px; }
.dmw-lp-breadcrumb a { color: #0a1324; text-decoration: none; }
.dmw-lp-breadcrumb span { color: #6b7688; margin: 0 6px; }

.dmw-lp-local { margin: 22px 0; padding: 20px 24px; background: #f0f5fb; border-left: 4px solid #0a1324; border-radius: 4px; }
.dmw-lp-local h3 { margin: 0 0 8px; color: #1a2d4a; font-family: "Merriweather", serif; font-size: 20px !important; }
.dmw-lp-local p { margin: 0; color: #3a4658; line-height: 1.7; }

.dmw-lp-explore { background: #1a2d4a; color: #fff; padding: 40px 0; }
.dmw-lp-explore h2 { color: #fff; text-align: center; margin: 0 0 20px; }
.dmw-lp-explore__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.dmw-lp-explore__links a { display: inline-block; padding: 10px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 40px; color: #93b8e8; text-decoration: none; font-family: "Merriweather Sans", sans-serif; font-size: 14px !important; transition: all .15s; }
.dmw-lp-explore__links a:hover { background: #0a1324; border-color: #0a1324; color: #fff; }

/* CTA button used on the brands band + hub hero */
.dmw-lp-btn--access { display: inline-block; background: #3580d6; color: #fff; border: 2px solid #3580d6; margin-top: 6px; }
.dmw-lp-btn--access:hover { background: #2268b8; border-color: #2268b8; color: #fff; }

/* ─── Cross-links (other services in this town + nearby towns) ───── */
.dmw-lp-crosslinks { margin: 22px 0; padding: 16px 20px; background: #fff; border: 1px solid #d5e4f5; border-radius: 4px; }
.dmw-lp-crosslinks p { margin: 0 0 8px; font-size: 14px !important; color: #3a4658; line-height: 1.9; }
.dmw-lp-crosslinks p:last-child { margin-bottom: 0; }
.dmw-lp-crosslinks strong { color: #1a2d4a; }
.dmw-lp-crosslinks a { display: inline-block; margin: 2px 4px 2px 0; padding: 3px 12px; background: #f0f5fb; border: 1px solid #c8d8ec; border-radius: 30px; color: #0a1324; text-decoration: none; font-weight: 600; font-size: 13px !important; }
.dmw-lp-crosslinks a:hover { background: #0a1324; border-color: #0a1324; color: #fff; }

/* ─── Brands & trust band ────────────────────────────────────────── */
.dmw-lp-brands { background: #f0f5fb; padding: 52px 0; }
.dmw-lp-brands__inner { max-width: 820px; }
.dmw-lp-brands h2 { margin: 0 0 12px; color: #1a2d4a; font-family: 'Merriweather', serif; font-weight: 300; font-size: clamp(20px,2.6vw,28px) !important; }
.dmw-lp-brands p { color: #3a4658; line-height: 1.75; margin: 0 0 14px; font-size: 15px !important; }

/* ─── FAQ accordion ──────────────────────────────────────────────── */
.dmw-lp-faq { background: #fff; padding: 52px 0; }
.dmw-lp-faq__inner { max-width: 820px; }
.dmw-lp-faq h2 { margin: 0 0 20px; color: #1a2d4a; font-family: 'Merriweather', serif; font-weight: 300; font-size: clamp(20px,2.6vw,28px) !important; }
.dmw-lp-faq__item { border: 1px solid #c8d8ec; border-radius: 4px; margin-bottom: 10px; background: #fff; }
.dmw-lp-faq__item summary { padding: 14px 18px; cursor: pointer; font-weight: 700; color: #1a2d4a; font-size: 15px !important; list-style: none; position: relative; padding-right: 40px; }
.dmw-lp-faq__item summary::-webkit-details-marker { display: none; }
.dmw-lp-faq__item summary::after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #0a1324; font-size: 22px !important; font-weight: 400; }
.dmw-lp-faq__item[open] summary::after { content: '–'; }
.dmw-lp-faq__item[open] summary { border-bottom: 1px solid #d5e4f5; }
.dmw-lp-faq__item p { padding: 14px 18px; margin: 0; color: #3a4658; line-height: 1.75; font-size: 14px !important; }

/* ─── Finance strip ──────────────────────────────────────────────── */
.dmw-lp-finance { background: #0a1324; color: #fff; padding: 34px 0; }
.dmw-lp-finance__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.dmw-lp-finance h2 { margin: 0 0 6px; color: #fff; font-family: 'Merriweather', serif; font-weight: 300; font-size: clamp(18px,2.3vw,24px) !important; }
.dmw-lp-finance p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.65; font-size: 14px !important; max-width: 640px; }
.dmw-lp-btn--finance { background: #fff; color: #1a2d4a; border: 2px solid #fff; white-space: nowrap; }
.dmw-lp-btn--finance:hover { background: #1a2d4a; border-color: #1a2d4a; color: #fff; }

/* ─── "Areas We Cover" hub page ──────────────────────────────────── */
.dmw-hub-hero { background: #0a1324; color: #fff; padding: 54px 0; text-align: center; }
.dmw-hub-hero h1 { color: #fff; max-width: 840px; margin: 0 auto 14px; font-family: 'Merriweather', serif; font-weight: 300; font-size: clamp(26px,3.4vw,40px) !important; line-height: 1.3; }
.dmw-hub-hero p { color: #eaf1fb; max-width: 760px; margin: 0 auto 22px; line-height: 1.7; }
.dmw-hub-hero .dmw-lp-btn--access { background: #3580d6; border-color: #3580d6; }
.dmw-hub-hero .dmw-lp-btn--access:hover { background: #ffffff; border-color: #ffffff; color: #0a1324; }
.dmw-hub-filter { background: #fff; padding: 22px 0 0; }
.dmw-hub-filter__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.dmw-hub-filter__btns a { display: inline-block; padding: 8px 18px; border: 1px solid #c8d8ec; border-radius: 40px; color: #1a2d4a; text-decoration: none; font-family: "Merriweather Sans", sans-serif; font-weight: 600; font-size: 14px !important; transition: all .15s; }
.dmw-hub-filter__btns a:hover { border-color: #0a1324; color: #0a1324; }
.dmw-hub-filter__btns a.is-on { background: #0a1324; border-color: #0a1324; color: #fff; }
.dmw-hub-map-wrap { padding: 36px 0; background: #fff; }
.dmw-hub-map__note { text-align: center; color: #6b7688; font-size: 13px !important; margin-top: 10px; }
.dmw-hub-towns { padding: 10px 0 56px; background: #fff; }
.dmw-hub-towns h2 { text-align: center; font-family: 'Merriweather', serif; font-weight: 300; color: #1a2d4a; font-size: clamp(20px,2.6vw,28px) !important; margin: 0 0 12px; }
.dmw-hub-towns > .dmw-lp-wrap > p { text-align: center; max-width: 760px; margin: 0 auto 22px; color: #3a4658; line-height: 1.7; }
.dmw-hub-towns h3 { color: #1a2d4a; border-bottom: 2px solid #d5e4f5; padding-bottom: 6px; margin: 26px 0 12px; font-size: 18px !important; }
.dmw-hub-grid { list-style: none; padding: 0; margin: 0; columns: 4; column-gap: 24px; }
.dmw-hub-grid li { padding: 4px 0; break-inside: avoid; font-size: 14px !important; color: #50596b; }
.dmw-hub-grid li a { color: #0a1324; text-decoration: none; font-weight: 600; }
.dmw-hub-grid li a:hover { text-decoration: underline; }
.dmw-hub-grid__links { color: #8a9496; font-size: 13px !important; }
.dmw-hub-towns__note { text-align: center; margin-top: 26px; color: #3a4658; }
@media (max-width: 900px){ .dmw-hub-grid { columns: 3; } }
@media (max-width: 600px){ .dmw-hub-grid { columns: 2; } }
