/* Design D — Contractor Utility | blue/yellow | trust bar | dense grid | map-forward */
:root {
  --blue: #0b3d91;
  --blue-2: #062a66;
  --blue-soft: #e8f0fc;
  --yellow: #ffd100;
  --yellow-2: #e6bc00;
  --ink: #12141a;
  --muted: #5a6270;
  --line: #c5ccd8;
  --paper: #f5f7fa;
  --white: #ffffff;
  --display: "Roboto Condensed", "Arial Narrow", sans-serif;
  --sans: "Work Sans", system-ui, sans-serif;
  --max: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
.wrap { width: min(var(--max), calc(100% - 28px)); margin: 0 auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 8px; top: 8px; z-index: 9999; background: #fff; padding: 8px; }

.trust-bar {
  background: var(--blue);
  color: #fff;
  font-size: 0.78rem; font-weight: 600;
}
.trust-bar .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  padding: 10px 0; text-align: center;
}
.trust-bar span { border-right: 1px solid rgba(255,255,255,.25); padding: 4px 8px; }
.trust-bar span:last-child { border-right: 0; }
.trust-bar strong { color: var(--yellow); display: block; font-family: var(--display); font-size: 0.95rem; letter-spacing: 0.02em; }

.site-header {
  background: #fff;
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 2px 8px rgba(11,61,145,.08);
}
.header-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 10px 0; min-height: 64px;
}
.brand {
  font-family: var(--display); font-size: 1.4rem; color: var(--blue);
  text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
}
.brand b { background: var(--yellow); color: var(--blue-2); padding: 2px 6px; margin-left: 4px; }
.nav { display: flex; gap: 14px; flex-wrap: wrap; }
.nav a { color: var(--ink); text-decoration: none; font-size: 0.88rem; font-weight: 600; }
.nav a:hover { color: var(--blue); }

.header-cta { display: flex; align-items: center; flex-shrink: 0; }
.header-cta .phone-pill { white-space: nowrap; }
@media (max-width: 960px) {
  .header-cta .phone-pill { padding: 8px 12px; font-size: 0.95rem; }
}

.phone-pill {
  background: var(--yellow); color: var(--blue-2); font-weight: 800;
  padding: 10px 16px; text-decoration: none; font-family: var(--display);
  font-size: 1.05rem; letter-spacing: 0.02em;
}

.hero-utility {
  background: var(--blue);
  color: #fff;
  padding: 36px 0 0;
}
.hero-utility .inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: end;
  padding-bottom: 28px;
}
.hero-utility .eyebrow {
  display: inline-block; background: var(--yellow); color: var(--blue-2);
  font-family: var(--display); font-weight: 700; font-size: 0.8rem;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; margin-bottom: 12px;
}
.hero-utility h1 {
  font-family: var(--display); font-size: clamp(2rem, 4.5vw, 3.4rem);
  text-transform: uppercase; line-height: 1.05; margin: 0 0 12px; letter-spacing: 0.01em;
}
.hero-utility .lede { color: #c9d7f0; margin: 0 0 18px; max-width: 42ch; }
.hero-utility .quick-facts {
  background: var(--blue-2); padding: 18px; border: 2px solid var(--yellow); margin: 0;
}
.hero-utility .quick-facts li { list-style: none; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 0.92rem; }
.hero-utility .quick-facts li:last-child { border-bottom: 0; }
.hero-utility .quick-facts strong { color: var(--yellow); }
.cta-strip {
  background: var(--yellow); color: var(--blue-2);
  padding: 14px 0; font-weight: 700;
}
.cta-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.cta-strip a { color: var(--blue-2); }

.btn {
  display: inline-flex; align-items: center; padding: 12px 18px;
  font-weight: 700; text-decoration: none; border: 2px solid transparent;
  cursor: pointer; font-family: var(--sans); font-size: 0.9rem; border-radius: 3px;
}
.btn-primary { background: var(--yellow); color: var(--blue-2); border-color: var(--yellow); }
.btn-primary:hover { background: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--blue); }
.btn-blue { background: var(--blue); color: #fff; }

.band { padding: 40px 0; }
.band-white { background: #fff; }
.band h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(1.4rem, 2.5vw, 2rem); margin: 0 0 8px; color: var(--blue);
}
.kicker { color: var(--blue); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; }

.svc-dense {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px;
}
.svc-dense a {
  background: #fff; border: 2px solid var(--line); padding: 14px 12px;
  text-decoration: none; color: inherit; min-height: 110px;
  display: flex; flex-direction: column; gap: 6px;
  border-top: 4px solid var(--blue);
}
.svc-dense a:hover { border-color: var(--yellow); border-top-color: var(--yellow); box-shadow: 0 4px 12px rgba(11,61,145,.12); }
.svc-dense h3 {
  font-family: var(--display); text-transform: uppercase; font-size: 1rem;
  margin: 0; color: var(--blue); line-height: 1.15;
}
.svc-dense p { margin: 0; font-size: 0.8rem; color: var(--muted); line-height: 1.35; }

.areas-map {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; align-items: stretch;
}
.map-panel {
  background: var(--blue-soft); border: 3px solid var(--blue); min-height: 320px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.map-panel::before {
  content: ""; position: absolute; inset: 20% 18%;
  border: 2px dashed var(--blue); border-radius: 50% 40% 55% 45%;
  opacity: 0.35;
}
.map-panel .pin {
  width: 18px; height: 18px; background: var(--yellow); border: 3px solid var(--blue);
  border-radius: 50%; position: relative; z-index: 1;
}
.map-panel p { margin: 12px 0 0; font-family: var(--display); text-transform: uppercase; color: var(--blue); font-weight: 700; position: relative; z-index: 1; }
.city-dense {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  max-height: 360px; overflow: auto;
}
.city-dense a {
  background: #fff; border: 1px solid var(--line); padding: 10px 12px;
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 0.88rem;
  display: flex; justify-content: space-between; align-items: center;
}
.city-dense a:hover { background: var(--yellow); border-color: var(--yellow-2); }
.city-dense a::after { content: "→"; color: var(--blue); font-weight: 800; }

.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; counter-reset: step;
  padding: 0; margin: 0;
}
.process-steps li {
  list-style: none; background: #fff; border: 2px solid var(--line); padding: 14px;
  counter-increment: step; position: relative;
}
.process-steps li::before {
  content: counter(step); font-family: var(--display); font-weight: 700;
  background: var(--blue); color: var(--yellow); width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 8px; font-size: 0.95rem;
}
.process-steps strong { display: block; font-family: var(--display); text-transform: uppercase; font-size: 0.9rem; margin-bottom: 4px; }
.process-steps span { font-size: 0.8rem; color: var(--muted); }

.faq-table details {
  background: #fff; border: 1px solid var(--line); margin-bottom: 6px; padding: 12px 14px;
}
.faq-table summary { font-weight: 700; cursor: pointer; font-family: var(--display); text-transform: uppercase; font-size: 0.95rem; color: var(--blue); }

.site-footer { background: var(--blue-2); color: #b8c6e0; padding: 48px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
.site-footer a { color: #fff; text-decoration: none; font-size: 0.88rem; }
.site-footer h3 { font-family: var(--display); text-transform: uppercase; color: var(--yellow); font-size: 0.9rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 5px 0; }
.legal-row { margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 0.75rem; }

.msrd-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.msrd-form label { display: flex; flex-direction: column; gap: 4px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--blue); }
.msrd-form label.full { grid-column: 1 / -1; }
.msrd-form input, .msrd-form select, .msrd-form textarea {
  padding: 10px; border: 2px solid var(--line); background: #fff; font: inherit; border-radius: 2px;
  text-transform: none; letter-spacing: 0; color: var(--ink); font-weight: 500;
}
.msrd-form input:focus { border-color: var(--blue); outline: none; }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.form-note { font-size: 0.75rem; color: var(--muted); }
.check { flex-direction: row !important; align-items: center; gap: 8px !important; text-transform: none !important; font-size: 0.85rem !important; color: var(--ink) !important; }

.page-hero { background: var(--blue); color: #fff; padding: 32px 0 28px; border-bottom: 4px solid var(--yellow); }
.page-hero h1 { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.crumbs { font-size: 0.8rem; color: #9eb4e0; margin-bottom: 8px; }
.crumbs a { color: var(--yellow); }
.lead { font-size: 1.05rem; }

@media (max-width: 960px) {
  .trust-bar .wrap { grid-template-columns: 1fr 1fr; }
  .hero-utility .inner { grid-template-columns: 1fr; }
  .svc-dense { grid-template-columns: 1fr 1fr; }
  .areas-map { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .msrd-form .form-grid { grid-template-columns: 1fr; }
}

.brand-logo{display:block;height:48px;width:auto;max-width:220px;object-fit:contain;}
.brand{display:inline-flex;align-items:center;}
