:root{--ink:#14202a;--slate:#263849;--muted:#52657a;--line:#d8e0e7;--cream:#f7f2e8;--paper:#fffdf8;--sage:#6f8a6a;--clay:#b45f3a;--sky:#6aa6b8;--gold:#d6a24a;--shadow:0 18px 44px rgba(20,32,42,.14);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.home-dsm{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.shell{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav-shell{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;min-width:190px}.brand-logo{width:188px;height:auto;max-height:62px;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;gap:22px;color:var(--slate);font-size:.94rem;font-weight:700}.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--clay)}.nav-call{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:var(--radius);background:var(--clay);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(180,95,58,.24)}.hero{position:relative;min-height:740px;isolation:isolate;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,22,31,.86) 0%,rgba(20,32,42,.74) 45%,rgba(20,32,42,.28) 100%)}.hero-grid{min-height:740px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.56fr);gap:42px;align-items:center;padding:84px 0 72px}.eyebrow{margin:0 0 12px;color:#f6d78c;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:.76rem}.hero h1{margin:0;color:#fff;max-width:780px;font-size:clamp(2.55rem,4.8vw,5.15rem);line-height:.98;letter-spacing:0}.hero-lede{margin:22px 0 0;max-width:660px;color:#edf4f3;font-size:clamp(1.08rem,1.45vw,1.28rem)}.hero-actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:var(--radius);text-decoration:none;font-weight:900;border:1px solid transparent}.btn-primary{background:var(--gold);color:#162330}.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.46)}.trust-pills{margin-top:32px;display:flex;flex-wrap:wrap;gap:10px}.trust-pills span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);color:#fff;font-weight:800;font-size:.88rem}.quote-panel{background:rgba(255,253,248,.97);border:1px solid rgba(255,255,255,.55);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;color:var(--ink)}.quote-panel h2{margin:0;font-size:1.35rem;line-height:1.15}.quote-panel p{margin:8px 0 18px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{display:grid;gap:6px;color:var(--slate);font-weight:800;font-size:.86rem}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);min-height:44px;padding:10px 12px;font:inherit;color:var(--ink);background:#fff}textarea{min-height:92px;resize:vertical}button.btn-primary{width:100%;border:0;cursor:pointer;margin-top:14px}.form-note{font-size:.82rem;color:var(--muted);margin:12px 0 0}.section{padding:78px 0}.section-tight{padding:58px 0}.section h2,.content-page h1{margin:0;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05;letter-spacing:0}.section-kicker{margin:0 0 10px;color:var(--clay);text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;font-weight:900}.section-lede{margin:16px 0 0;color:var(--muted);max-width:720px;font-size:1.08rem}.intro-section{background:var(--cream);border-bottom:1px solid var(--line)}.split-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:start}.intro-copy{display:grid;gap:18px;color:var(--slate);font-size:1.04rem}.local-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.local-list div{border-left:4px solid var(--sage);background:#fff;padding:14px 16px;border-radius:var(--radius);font-weight:800;color:var(--slate)}.service-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(20,32,42,.08)}.service-card-media{display:block;aspect-ratio:1.28/1;overflow:hidden}.service-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.service-card:hover img{transform:scale(1.035)}.service-card-body{padding:20px}.service-card h3{margin:0;font-size:1.22rem;line-height:1.2}.service-card h3 a{text-decoration:none}.service-card p{margin:10px 0 0;color:var(--muted)}.shaded{background:linear-gradient(180deg,#fffdf8 0%,#edf4f3 100%);border-block:1px solid var(--line)}.proof-safe{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.65fr);gap:44px;align-items:center}.brand-badge-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.brand-badge-card img{width:220px;margin-bottom:20px}.brand-badge-card p{margin:0;color:var(--muted)}.detail-grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.detail-grid div,.cost-card,.step-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.detail-grid h3,.cost-card h3,.step-card h3{margin:0;font-size:1rem}.detail-grid p,.cost-card p,.step-card p{margin:8px 0 0;color:var(--muted)}.area-cloud{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.area-cloud a{padding:11px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--slate);text-decoration:none;font-weight:800}.cost-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:42px;align-items:start}.cost-cards{display:grid;gap:14px}.steps{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;counter-reset:step}.step-card{position:relative;padding-top:54px}.step-card:before{counter-increment:step;content:counter(step);position:absolute;top:16px;left:18px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--sage);color:#fff;font-weight:900}.resource-grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.resource-card{display:block;min-height:150px;text-decoration:none;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px}.resource-card span{display:block;font-size:1.05rem;line-height:1.2;font-weight:900}.resource-card p{margin:12px 0 0;color:var(--muted)}.faq-grid{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}summary{cursor:pointer;font-weight:900;color:var(--slate)}details p{margin:12px 0 0;color:var(--muted)}.final-cta{background:var(--ink);color:#fff}.final-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center}.final-cta h2{color:#fff}.final-cta p{color:#dce8e8}.site-footer{background:#0f1a23;color:#d8e4e7;padding:44px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(150px,1fr));gap:28px}.footer-grid img{width:180px;filter:brightness(1.08);margin-bottom:14px}.footer-grid h3{margin:0 0 10px;color:#fff;font-size:.95rem}.footer-grid a{display:block;color:#d8e4e7;text-decoration:none;margin:7px 0}.footer-bottom{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;color:#a9bac1;font-size:.9rem}.content-page{min-height:58vh}.content-page p{max-width:780px;color:var(--muted);font-size:1.08rem}.mobile-call-bar{display:none}@media(max-width:980px){.nav-links{display:none}.hero,.hero-grid{min-height:auto}.hero-grid,.split-intro,.proof-safe,.cost-layout,.final-cta-grid{grid-template-columns:1fr}.hero-grid{padding:64px 0 52px}.service-grid,.steps,.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.shell{width:min(100% - 22px,1160px)}.nav-shell{min-height:66px}.brand-logo{width:154px}.nav-call{display:none}.hero-overlay{background:linear-gradient(180deg,rgba(12,22,31,.9) 0%,rgba(20,32,42,.78) 62%,rgba(20,32,42,.72) 100%)}.hero-grid{gap:28px;padding:46px 0 40px}.hero-actions,.trust-pills{display:grid;grid-template-columns:1fr}.form-grid,.service-grid,.detail-grid,.steps,.resource-grid,.faq-grid,.local-list,.footer-grid{grid-template-columns:1fr}.section{padding:54px 0}.quote-panel{padding:18px}.mobile-call-bar{position:sticky;bottom:0;z-index:30;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;background:rgba(255,253,248,.98);border-top:1px solid var(--line)}.mobile-call-bar a{min-height:44px;display:grid;place-items:center;border-radius:var(--radius);text-decoration:none;font-weight:900}.mobile-call-bar a:first-child{background:var(--clay);color:#fff}.mobile-call-bar a:last-child{background:var(--ink);color:#fff}}
/* West Metro v2 parity correction: override legacy generator rules that made the hero behave like a constrained card. */
body.home-dsm h1,
body.home-dsm h2,
body.home-dsm h3,
body.home-dsm p {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual;
}

body.home-dsm .site-header {
  z-index: 40;
}

body.home-dsm .nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  padding: 0;
}

body.home-dsm .brand {
  flex: 0 0 auto;
  min-width: 0;
  border-radius: 0;
  background: transparent;
}

body.home-dsm .brand-logo {
  display: block;
  width: 154px;
  height: auto;
  max-height: 64px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

body.home-dsm .hero {
  max-width: none !important;
  min-height: 720px;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  gap: 0 !important;
  border-radius: 0 !important;
  background: #14202a;
}

body.home-dsm .hero > img,
body.home-dsm .hero > picture,
body.home-dsm .hero > picture img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-dsm .hero-grid {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 440px) !important;
  gap: 3rem !important;
  align-items: center !important;
  padding: 5rem 0 !important;
}

body.home-dsm .hero-copy {
  width: 100%;
  max-width: 760px;
  min-width: 0;
  color: #fff;
}

body.home-dsm .hero h1 {
  width: 100%;
  max-width: 760px;
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(2.9rem, 5.2vw, 5.05rem);
  line-height: 0.99;
  letter-spacing: 0;
  white-space: normal;
}

body.home-dsm .hero-lede,
body.home-dsm .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

body.home-dsm .quote-panel {
  position: static !important;
  align-self: center;
  width: 100%;
  max-width: 440px;
  border-radius: 7px;
}

body.home-dsm .form-grid {
  display: block;
}

body.home-dsm .form-grid label {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.9rem;
}

body.home-dsm .form-grid label.full {
  grid-column: auto;
}

body.home-dsm .two-fields,
body.home-dsm .form-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

body.home-dsm .service-card-media img,
body.home-dsm .service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

body.home-dsm .final-cta {
  padding: 4rem 0;
}

body.home-dsm .footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
}

@media (max-width: 980px) {
  body.home-dsm .hero {
    min-height: auto;
  }
  body.home-dsm .hero-grid {
    grid-template-columns: 1fr !important;
    min-height: auto;
    gap: 2rem !important;
    padding: 3.5rem 0 !important;
  }
  body.home-dsm .quote-panel {
    max-width: 520px;
  }
  body.home-dsm .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home-dsm .nav-shell {
    width: min(100% - 28px, 1180px);
    min-height: 66px;
  }
  body.home-dsm .brand-logo {
    width: 128px;
  }
  body.home-dsm .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    line-height: 1.04;
  }
  body.home-dsm .two-fields,
  body.home-dsm .form-row-two,
  body.home-dsm .footer-grid {
    grid-template-columns: 1fr;
  }
}
/* West Metro header masthead parity: match desktop logo/nav/call-button scale and spacing. */
@media (min-width: 981px) {
  body.home-dsm .site-header {
    background: rgba(255, 253, 248, 0.98);
  }

  body.home-dsm .nav-shell {
    width: min(1420px, calc(100% - 40px));
    min-height: 180px;
    gap: 2.6rem;
  }

  body.home-dsm .brand {
    flex: 0 0 420px;
    justify-content: flex-start;
  }

  body.home-dsm .brand-logo {
    width: 170px;
    max-height: 150px;
  }

  body.home-dsm .nav-links {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 1.55rem;
    font-size: 1.02rem;
    font-weight: 900;
  }

  body.home-dsm .nav-call {
    flex: 0 0 auto;
    min-height: 60px;
    padding: 0 1.2rem;
    border-radius: 7px;
    font-size: 1.04rem;
    font-weight: 900;
    white-space: nowrap;
  }
}
/* Brand card logo alignment: center logo artwork inside proof cards while keeping copy readable. */
body.home-dsm .brand-badge-card img {
  margin-left: auto;
  margin-right: auto;
}
/* West Metro area-button parity: centered section and rectangular city buttons. */
body.home-dsm #areas {
  background: #eef6ff;
}

body.home-dsm #areas .section-head {
  max-width: 920px;
  margin: 0 auto 2.35rem;
  text-align: center;
}

body.home-dsm #areas .section-kicker {
  margin-bottom: 1rem;
  color: #1f63a6;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

body.home-dsm #areas h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #14202a;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 1.03;
  text-align: center;
}

body.home-dsm #areas .section-lede {
  max-width: 880px;
  margin: 2rem auto 0;
  color: #405b7b;
  font-size: 1.12rem;
  line-height: 1.55;
  text-align: center;
}

body.home-dsm #areas .area-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}

body.home-dsm #areas .area-cloud a {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid #cbdde3;
  border-radius: 7px;
  background: #fff;
  color: #14202a;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: none;
}

body.home-dsm #areas .area-cloud a:hover {
  border-color: #1f63a6;
  color: #0b2f5b;
}

@media (max-width: 980px) {
  body.home-dsm #areas .area-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home-dsm #areas h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  body.home-dsm #areas .area-cloud {
    grid-template-columns: 1fr;
  }
}
/* Intro spacing balance: decision cards span the section instead of extending only the copy column. */
body.home-dsm .intro-shell > .local-list {
  margin-top: 2.15rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.home-dsm .intro-shell > .local-list div {
  min-height: 78px;
  display: flex;
  align-items: center;
  border-left: 4px solid var(--sage);
  border-radius: 7px;
  background: #fff;
  padding: 1rem 1.15rem;
  color: var(--slate);
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 980px) {
  body.home-dsm .intro-shell > .local-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home-dsm .intro-shell > .local-list {
    grid-template-columns: 1fr;
  }
}
/* Header navigation refinement: Home link, dropdowns, quote icon CTA, and shorter West Metro-like masthead. */
body.home-dsm .site-header {
  overflow: visible;
}

body.home-dsm .nav-shell,
body.home-dsm .nav-links,
body.home-dsm .nav-actions,
body.home-dsm .nav-trigger,
body.home-dsm .nav-quote {
  display: flex;
  align-items: center;
}

body.home-dsm .nav-links {
  position: relative;
}

body.home-dsm .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

body.home-dsm .nav-trigger {
  gap: 0.38rem;
}

body.home-dsm .chevron {
  width: 0.46rem;
  height: 0.46rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

body.home-dsm .dropdown-menu {
  position: absolute;
  top: calc(100% + 2.35rem);
  left: -1.25rem;
  z-index: 80;
  width: max-content;
  min-width: 292px;
  display: grid;
  gap: 0;
  padding: 0.8rem 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(20, 32, 42, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

body.home-dsm .dropdown-menu-areas {
  min-width: 260px;
}

body.home-dsm .has-dropdown:hover .dropdown-menu,
body.home-dsm .has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.home-dsm .dropdown-menu a {
  display: block;
  padding: 0.66rem 1.25rem;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 850;
}

body.home-dsm .dropdown-menu a:hover,
body.home-dsm .dropdown-menu a:focus {
  background: #f6f8f7;
  color: var(--clay);
}

body.home-dsm .nav-actions {
  flex: 0 0 auto;
  gap: 0.86rem;
}

body.home-dsm .nav-quote {
  min-height: 54px;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.15rem;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

body.home-dsm .nav-quote svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

@media (min-width: 981px) {
  body.home-dsm .nav-shell {
    min-height: 160px;
    gap: 2.1rem;
  }

  body.home-dsm .brand {
    flex-basis: 360px;
  }

  body.home-dsm .brand-logo {
    width: 150px;
    max-height: 132px;
  }

  body.home-dsm .nav-links {
    gap: 1.3rem;
    font-size: 1rem;
  }

  body.home-dsm .nav-call {
    min-height: 54px;
    padding: 0 1.05rem;
    font-size: 1rem;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  body.home-dsm .brand {
    flex-basis: 280px;
  }

  body.home-dsm .nav-links {
    gap: 0.95rem;
    font-size: 0.94rem;
  }

  body.home-dsm .nav-quote,
  body.home-dsm .nav-call {
    min-height: 50px;
    padding: 0 0.9rem;
    font-size: 0.94rem;
  }
}

@media (max-width: 980px) {
  body.home-dsm .nav-actions {
    margin-left: auto;
  }

  body.home-dsm .nav-quote {
    min-height: 44px;
    padding: 0 0.9rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 640px) {
  body.home-dsm .nav-actions {
    display: none;
  }
}
/* Footer spacing correction: keep four columns on desktop and attach the bottom rule to the full footer width. */
body.home-dsm .site-footer {
  padding: 3rem 0 1.35rem;
}

body.home-dsm .footer-grid {
  grid-template-columns: minmax(220px, 1.18fr) repeat(3, minmax(150px, 0.72fr));
  gap: 2.2rem;
  align-items: start;
}

body.home-dsm .footer-grid > div {
  min-width: 0;
}

body.home-dsm .footer-grid img {
  width: 176px;
  margin-bottom: 1rem;
}

body.home-dsm .footer-grid p {
  max-width: 270px;
  margin: 0;
  color: #d8e4e7;
}

body.home-dsm .footer-grid a {
  line-height: 1.42;
}

body.home-dsm .footer-bottom {
  width: min(1160px, calc(100% - 32px));
  margin: 2.2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.home-dsm .footer-bottom span:last-child {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 980px) {
  body.home-dsm .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }

  body.home-dsm .footer-bottom {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  body.home-dsm .site-footer {
    padding-bottom: 5.25rem;
  }

  body.home-dsm .footer-grid {
    grid-template-columns: 1fr;
  }

  body.home-dsm .footer-bottom {
    display: grid;
    justify-content: stretch;
    gap: 0.45rem;
    text-align: left;
  }

  body.home-dsm .footer-bottom span:last-child {
    margin-left: 0;
    text-align: left;
  }
}
/* Footer v9: single balanced footer row with contact/meta folded into the grid. */
body.home-dsm .site-footer {
  padding: 3.1rem 0 3rem;
}

body.home-dsm .site-footer .footer-grid {
  width: min(1420px, calc(100% - 40px));
  grid-template-columns: minmax(235px, 1.2fr) minmax(150px, 0.78fr) minmax(140px, 0.7fr) minmax(150px, 0.72fr) minmax(230px, 1.05fr);
  gap: clamp(2.1rem, 4vw, 4.2rem);
  align-items: start;
}

body.home-dsm .footer-brand img {
  width: 220px;
  max-width: 100%;
  margin: 0 0 1.35rem;
  filter: none;
  background: #fff;
}

body.home-dsm .footer-brand p,
body.home-dsm .footer-meta p {
  margin: 0;
  color: #d8e4e7;
  line-height: 1.48;
}

body.home-dsm .footer-brand p {
  max-width: 270px;
}

body.home-dsm .footer-grid h3 {
  margin-bottom: 0.7rem;
}

body.home-dsm .footer-grid a {
  line-height: 1.46;
}

body.home-dsm .footer-meta {
  padding-top: 0.05rem;
}

body.home-dsm .footer-meta::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 260px;
  height: 1px;
  margin: 0 0 1.05rem;
  background: rgba(255, 255, 255, 0.16);
}

body.home-dsm .footer-phone {
  display: inline-block;
  margin: 0 0 1.1rem;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

body.home-dsm .footer-bottom {
  display: none;
}

@media (max-width: 1100px) {
  body.home-dsm .site-footer .footer-grid {
    grid-template-columns: minmax(220px, 1.1fr) repeat(2, minmax(150px, 0.8fr));
  }
}

@media (max-width: 760px) {
  body.home-dsm .site-footer .footer-grid {
    width: min(100% - 28px, 1420px);
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  body.home-dsm .footer-brand img {
    width: 190px;
  }
}

/* Anchor offset v11: keep sticky masthead from covering homepage sections. */
html {
  scroll-padding-top: 176px;
}

body.home-dsm :where(#top, #intro, #services, #areas, #cost, #resources, #quote) {
  scroll-margin-top: 176px;
}

body.home-dsm.generated-page main {
  background: #f3f7f8;
}

body.home-dsm.generated-page .page-hero {
  padding-top: clamp(42px, 5vw, 72px);
}

body.home-dsm.generated-page .page-hero h1 {
  overflow-wrap: normal;
  word-break: normal;
}

body.home-dsm.generated-page .site-footer {
  margin-top: 3rem;
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 82px;
  }

  body.home-dsm :where(#top, #intro, #services, #areas, #cost, #resources, #quote) {
    scroll-margin-top: 82px;
  }
}