/* Service Areas V1 — page-scoped presentation for /services/areas/. */

.service-areas-v1 {
  --areas-navy: #071f35;
  --areas-navy-2: #0c2e4d;
  --areas-green: #25794f;
  --areas-green-dark: #17563a;
  --areas-mint: #dff3e8;
  --areas-cream: #f6f4ed;
  --areas-blue-soft: #edf3f5;
  --areas-white: #fff;
  --areas-ink: #122231;
  --areas-muted: #5b6b76;
  --areas-line: #d9e2e5;
  --areas-shadow: 0 18px 48px rgba(7,31,53,.11);
  color: var(--areas-ink);
  background: var(--areas-white);
}

.service-areas-v1 *,
.service-areas-v1 *::before,
.service-areas-v1 *::after {
  box-sizing: border-box;
}

.service-areas-v1 main { overflow: clip; }
.service-areas-v1 a { text-underline-offset: .2em; }
.service-areas-v1 [hidden] { display: none !important; }

.service-areas-v1 a:focus-visible,
.service-areas-v1 button:focus-visible,
.service-areas-v1 input:focus-visible,
.service-areas-v1 summary:focus-visible {
  outline: 3px solid #f2bd4f;
  outline-offset: 4px;
  border-radius: 4px;
}

.service-areas-v1 .areas-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2147483647;
  padding: 12px 16px;
  color: #fff;
  background: var(--areas-navy);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-150%);
}

.service-areas-v1 .areas-skip-link:focus { transform: translateY(0); }

.service-areas-v1 .btn,
.service-areas-v1 .areas-btn-secondary,
.service-areas-v1 .areas-btn-commercial {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.service-areas-v1 .btn-primary {
  color: #fff;
  background: var(--areas-green);
  border-color: var(--areas-green);
  box-shadow: 0 10px 26px rgba(37,121,79,.22);
}

.service-areas-v1 .btn-primary:hover {
  color: #fff;
  background: var(--areas-green-dark);
  border-color: var(--areas-green-dark);
}

.service-areas-v1 .areas-btn-secondary,
.service-areas-v1 .areas-btn-commercial {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.55);
}

.service-areas-v1 .areas-btn-secondary:hover,
.service-areas-v1 .areas-btn-commercial:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
}

/* Header */
.service-areas-v1 .site-header {
  color: #fff;
  background: rgba(7,31,53,.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(7,31,53,.2);
}

.service-areas-v1 .nav-links { gap: clamp(12px, 1.15vw, 22px); }

.service-areas-v1 .nav-links > a,
.service-areas-v1 .nav-dropdown__trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: .91rem;
  white-space: nowrap;
}

.service-areas-v1 .nav-links a[aria-current="page"] { color: #fff; }
.service-areas-v1 .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.service-areas-v1 .header-call,
.service-areas-v1 .header-cta { white-space: nowrap; }
.service-areas-v1 .brand-lockup { height: 60px !important; }

.service-areas-v1 .areas-breadcrumb {
  color: #cbd8e2;
  background: #06192a;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.service-areas-v1 .areas-breadcrumb .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
}

.service-areas-v1 .areas-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.service-areas-v1 .areas-breadcrumb a:hover { text-decoration: underline; }

/* Hero */
.service-areas-v1 .areas-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36,129,83,.23), transparent 43%),
    linear-gradient(115deg, #071f35 0%, #0c2e4d 58%, #081f34 100%);
}

.service-areas-v1 .areas-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.service-areas-v1 .areas-hero__grid {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr);
  gap: clamp(44px, 5vw, 78px);
  align-items: center;
  padding-top: clamp(64px, 7vw, 102px);
  padding-bottom: clamp(72px, 8vw, 110px);
}

.service-areas-v1 .areas-eyebrow {
  margin: 0 0 14px;
  color: var(--areas-green-dark);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-hero .areas-eyebrow { color: #aee5c5; }

.service-areas-v1 .areas-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.15rem, 5.1vw, 5rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .97;
  text-wrap: balance;
}

.service-areas-v1 .areas-hero__lead {
  max-width: 690px;
  margin: 27px 0 0;
  color: #d3e0e8;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.service-areas-v1 .areas-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.service-areas-v1 .areas-hero__phone {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #fff;
  font-weight: 850;
}

.service-areas-v1 .areas-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.service-areas-v1 .areas-hero__trust li {
  padding: 8px 11px;
  color: #d8e6ed;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  font-size: .72rem;
  font-weight: 800;
}

.service-areas-v1 .areas-hero__visual {
  position: relative;
  min-height: 535px;
}

.service-areas-v1 .areas-hero__visual figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: #102d45;
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
}

.service-areas-v1 .areas-hero__visual figure::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(3,18,31,.92));
}

.service-areas-v1 .areas-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-areas-v1 .areas-hero__primary {
  inset: 0 20% 28px 0;
  transform: rotate(-1.5deg);
}

.service-areas-v1 .areas-hero__secondary {
  right: 0;
  bottom: 0;
  width: 47%;
  height: 56%;
  transform: rotate(2deg);
}

.service-areas-v1 .areas-hero__visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
}

.service-areas-v1 .areas-hero__visual figcaption span {
  display: block;
  margin-bottom: 5px;
  color: #aee5c5;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-hero__visual figcaption strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
}

/* Shared section foundations */
.service-areas-v1 .areas-section {
  padding: clamp(78px, 8vw, 120px) 0;
}

.service-areas-v1 .areas-heading { max-width: 760px; }

.service-areas-v1 .areas-heading h2 {
  margin: 0;
  color: var(--areas-navy);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.service-areas-v1 .areas-heading > p:last-child,
.service-areas-v1 .areas-heading--split > p {
  margin: 20px 0 0;
  color: var(--areas-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-areas-v1 .areas-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.service-areas-v1 .areas-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: 40px;
  align-items: end;
}

.service-areas-v1 .areas-heading--split > p { margin: 0; }

/* Proof */
.service-areas-v1 .areas-proof {
  color: #fff;
  background: var(--areas-green-dark);
}

.service-areas-v1 .areas-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-areas-v1 .areas-proof__grid > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px clamp(18px, 2.4vw, 34px);
  border-left: 1px solid rgba(255,255,255,.17);
}

.service-areas-v1 .areas-proof__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.17); }

.service-areas-v1 .areas-proof strong {
  color: #fff;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 900;
  line-height: 1;
}

.service-areas-v1 .areas-proof span {
  margin-top: 7px;
  color: #d7eadf;
  font-size: .84rem;
  line-height: 1.42;
}

/* Property paths */
.service-areas-v1 .areas-paths { background: var(--areas-cream); }

.service-areas-v1 .areas-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1060px;
  margin: 48px auto 0;
}

.service-areas-v1 .areas-path-grid article {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--areas-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--areas-shadow);
}

.service-areas-v1 .areas-path-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--areas-green);
}

.service-areas-v1 .areas-path-grid article:nth-child(2)::before { background: var(--areas-navy-2); }

.service-areas-v1 .areas-path-grid article > span,
.service-areas-v1 .areas-closing-grid article > span {
  color: var(--areas-green-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-path-grid h3 {
  margin: 13px 0 0;
  color: var(--areas-navy);
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.12;
}

.service-areas-v1 .areas-path-grid p {
  margin: 16px 0 0;
  color: var(--areas-muted);
  line-height: 1.65;
}

.service-areas-v1 .areas-path-grid ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-areas-v1 .areas-path-grid li {
  position: relative;
  padding-left: 24px;
  color: #30424f;
  font-weight: 700;
}

.service-areas-v1 .areas-path-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--areas-green);
  font-weight: 900;
}

.service-areas-v1 .areas-path-grid article > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: var(--areas-green-dark);
  font-weight: 900;
}

/* Regional cards */
.service-areas-v1 .areas-featured { background: #fff; }

.service-areas-v1 .areas-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.service-areas-v1 .areas-featured-grid > a {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--areas-navy);
  border: 1px solid var(--areas-line);
  border-radius: 19px;
  background: linear-gradient(150deg, #fff, var(--areas-blue-soft));
  box-shadow: 0 12px 30px rgba(7,31,53,.07);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-areas-v1 .areas-featured-grid > a:hover {
  color: var(--areas-navy);
  border-color: #9fcbb1;
  box-shadow: var(--areas-shadow);
  transform: translateY(-3px);
}

.service-areas-v1 .areas-featured-grid span {
  color: var(--areas-green-dark);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-featured-grid strong {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-areas-v1 .areas-featured-grid small {
  margin-top: 8px;
  color: var(--areas-muted);
  line-height: 1.4;
}

/* Coverage process */
.service-areas-v1 .areas-process {
  color: #fff;
  background: var(--areas-navy);
}

.service-areas-v1 .areas-process__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}

.service-areas-v1 .areas-process .areas-eyebrow { color: #aee5c5; }
.service-areas-v1 .areas-process .areas-heading h2 { color: #fff; }
.service-areas-v1 .areas-process .areas-heading > p:last-child { color: #cbd9e3; }

.service-areas-v1 .areas-process ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-areas-v1 .areas-process li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.service-areas-v1 .areas-process li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(174,229,197,.5);
  border-radius: 15px;
  background: rgba(37,121,79,.3);
  font-weight: 900;
}

.service-areas-v1 .areas-process h3 {
  margin: 0;
  color: #fff;
  font-size: 1.14rem;
}

.service-areas-v1 .areas-process li p {
  margin: 8px 0 0;
  color: #cbd9e3;
  line-height: 1.55;
}

/* Searchable city directory */
.service-areas-v1 .areas-directory { background: var(--areas-blue-soft); }

.service-areas-v1 .areas-tools {
  display: grid;
  grid-template-columns: auto minmax(280px, 420px);
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  padding: 18px;
  border: 1px solid var(--areas-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,31,53,.06);
}

.service-areas-v1 .areas-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-areas-v1 .areas-filters button {
  min-height: 44px;
  padding: 9px 15px;
  color: var(--areas-navy);
  border: 1px solid var(--areas-line);
  border-radius: 10px;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.service-areas-v1 .areas-filters button:hover,
.service-areas-v1 .areas-filters button.is-active {
  color: #fff;
  border-color: var(--areas-green);
  background: var(--areas-green);
}

.service-areas-v1 .areas-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.service-areas-v1 .areas-search input {
  min-width: 0;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--areas-ink);
  border: 1px solid #b9c8cf;
  border-radius: 10px;
  background: #fff;
  font: inherit;
}

.service-areas-v1 .areas-search span {
  color: var(--areas-muted);
  font-size: .8rem;
  font-weight: 800;
  white-space: nowrap;
}

.service-areas-v1 .areas-state-group {
  margin-top: 26px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--areas-line);
  border-radius: 22px;
  background: #fff;
}

.service-areas-v1 .areas-state-heading {
  display: grid;
  grid-template-columns: auto minmax(280px, 620px);
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--areas-line);
}

.service-areas-v1 .areas-state-heading span {
  color: var(--areas-green-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-state-heading h3 {
  margin: 6px 0 0;
  color: var(--areas-navy);
  font-size: 1.55rem;
}

.service-areas-v1 .areas-state-heading p {
  margin: 0;
  color: var(--areas-muted);
  line-height: 1.55;
}

.service-areas-v1 .areas-city-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.service-areas-v1 .areas-city-grid a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  color: var(--areas-navy);
  border: 1px solid var(--areas-line);
  border-radius: 10px;
  background: #f9fbfb;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.service-areas-v1 .areas-city-grid a::after {
  content: "→";
  margin-left: auto;
  color: var(--areas-green);
}

.service-areas-v1 .areas-city-grid a:hover {
  color: var(--areas-green-dark);
  border-color: #9fcbb1;
  background: var(--areas-mint);
}

.service-areas-v1 .areas-not-listed {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: clamp(24px, 3vw, 34px);
  color: #fff;
  border-radius: 20px;
  background: var(--areas-navy-2);
}

.service-areas-v1 .areas-not-listed span {
  color: #aee5c5;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.service-areas-v1 .areas-not-listed h3 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 1.55rem;
}

.service-areas-v1 .areas-not-listed p {
  margin: 8px 0 0;
  color: #d3e0e8;
}

/* FAQ */
.service-areas-v1 .areas-faq { background: #fff; }

.service-areas-v1 .areas-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}

.service-areas-v1 .areas-faq-list { display: grid; gap: 12px; }

.service-areas-v1 .areas-faq details {
  border: 1px solid var(--areas-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7,31,53,.045);
}

.service-areas-v1 .areas-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 17px 52px 17px 19px;
  color: var(--areas-navy);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.service-areas-v1 .areas-faq summary::-webkit-details-marker { display: none; }

.service-areas-v1 .areas-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  color: var(--areas-green);
  font-size: 1.4rem;
}

.service-areas-v1 .areas-faq details[open] summary::after { content: "−"; }

.service-areas-v1 .areas-faq details p {
  margin: 0;
  padding: 0 19px 19px;
  color: var(--areas-muted);
  line-height: 1.65;
}

/* Closing conversion */
.service-areas-v1 .areas-closing {
  padding: clamp(76px, 8vw, 112px) 0;
  color: #fff;
  background: linear-gradient(120deg, #071f35, #0c2e4d);
}

.service-areas-v1 .areas-closing .areas-eyebrow { color: #aee5c5; }
.service-areas-v1 .areas-closing .areas-heading h2 { color: #fff; }
.service-areas-v1 .areas-closing .areas-heading > p:last-child { color: #d0dde5; }

.service-areas-v1 .areas-closing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 940px;
  margin: 42px auto 0;
}

.service-areas-v1 .areas-closing-grid article {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
}

.service-areas-v1 .areas-closing-grid article > span { color: #aee5c5; }

.service-areas-v1 .areas-closing-grid h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.55rem;
}

.service-areas-v1 .areas-closing-grid p {
  margin: 12px 0 22px;
  color: #d2e0e8;
  line-height: 1.55;
}

.service-areas-v1 .areas-closing__phone {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 20px auto 0;
  color: #fff;
  font-weight: 900;
}

/* Footer */
.service-areas-v1 .site-footer { background: #06192a; }
.service-areas-v1 .areas-footer-brand { color: #fff; font-size: 1.15rem; }
.service-areas-v1 .site-footer h3 { color: #fff; }
.service-areas-v1 .site-footer .footer-badge__count { color: #cbd8e2; }
.service-areas-v1 .site-footer .areas-footer-bottom p { color: #cbd8e2; }

.service-areas-v1 .areas-footer-bottom {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
}

.service-areas-v1 .areas-footer-bottom a { color: #dbe7ee; }

/* Tablet and compact desktop */
@media (max-width: 1180px) {
  .service-areas-v1 .brand-lockup { height: 52px !important; }
  .service-areas-v1 .nav-links,
  .service-areas-v1 .header-call,
  .service-areas-v1 .header-cta { display: none; }
  .service-areas-v1 .header-mobile-call,
  .service-areas-v1 .header-mobile-cta,
  .service-areas-v1 .menu-btn { display: inline-flex; }
  .service-areas-v1 .navbar { min-height: 76px; }
  .service-areas-v1 .areas-hero__grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }
  .service-areas-v1 .areas-hero__visual { min-height: 470px; }
  .service-areas-v1 .areas-city-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .service-areas-v1 .areas-hero__grid,
  .service-areas-v1 .areas-process__grid,
  .service-areas-v1 .areas-faq__grid {
    grid-template-columns: 1fr;
  }
  .service-areas-v1 .areas-hero__grid { gap: 44px; }
  .service-areas-v1 .areas-hero__copy { max-width: 760px; }
  .service-areas-v1 .areas-hero__visual { max-width: 680px; width: 100%; min-height: 500px; }
  .service-areas-v1 .areas-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .service-areas-v1 .areas-proof__grid > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.17); }
  .service-areas-v1 .areas-proof__grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.17); border-right: 1px solid rgba(255,255,255,.17); }
  .service-areas-v1 .areas-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .service-areas-v1 .areas-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-areas-v1 .areas-process__grid,
  .service-areas-v1 .areas-faq__grid { gap: 42px; }
  .service-areas-v1 .areas-tools { grid-template-columns: 1fr; }
  .service-areas-v1 .areas-state-heading { grid-template-columns: 1fr; gap: 10px; }
  .service-areas-v1 .areas-city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .service-areas-v1 { padding-bottom: 72px; }
  .service-areas-v1 .brand-lockup { height: 40px !important; }
  .service-areas-v1 .navbar { min-height: 66px; }
  .service-areas-v1 .header-mobile-call { display: none; }
  .service-areas-v1 .areas-breadcrumb .container { min-height: 43px; font-size: .8rem; }
  .service-areas-v1 .areas-hero__grid { padding-top: 52px; padding-bottom: 58px; }
  .service-areas-v1 .areas-hero h1 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .service-areas-v1 .areas-hero__lead { margin-top: 20px; }
  .service-areas-v1 .areas-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .service-areas-v1 .areas-hero__actions > * { width: 100%; }
  .service-areas-v1 .areas-hero__phone { justify-content: center; width: 100%; }
  .service-areas-v1 .areas-hero__trust { justify-content: center; }
  .service-areas-v1 .areas-hero__visual { min-height: 390px; }
  .service-areas-v1 .areas-hero__primary { inset: 0 13% 22px 0; }
  .service-areas-v1 .areas-hero__secondary { width: 48%; height: 51%; }
  .service-areas-v1 .areas-proof__grid { grid-template-columns: 1fr 1fr; }
  .service-areas-v1 .areas-proof__grid > div { min-height: 112px; padding: 20px 14px; }
  .service-areas-v1 .areas-proof span { font-size: .74rem; }
  .service-areas-v1 .areas-section { padding: 72px 0; }
  .service-areas-v1 .areas-heading h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .service-areas-v1 .areas-path-grid,
  .service-areas-v1 .areas-featured-grid,
  .service-areas-v1 .areas-closing-grid { grid-template-columns: 1fr; }
  .service-areas-v1 .areas-featured-grid > a { min-height: 148px; }
  .service-areas-v1 .areas-process li { grid-template-columns: 46px 1fr; padding: 20px 17px; gap: 14px; }
  .service-areas-v1 .areas-process li > span { width: 44px; height: 44px; }
  .service-areas-v1 .areas-tools { padding: 14px; }
  .service-areas-v1 .areas-filters { display: grid; grid-template-columns: 1fr; }
  .service-areas-v1 .areas-search { grid-template-columns: 1fr; }
  .service-areas-v1 .areas-search span { white-space: normal; }
  .service-areas-v1 .areas-state-group { padding: 20px 14px; }
  .service-areas-v1 .areas-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-areas-v1 .areas-city-grid a { font-size: .82rem; padding: 10px; }
  .service-areas-v1 .areas-not-listed { align-items: stretch; flex-direction: column; }
  .service-areas-v1 .areas-not-listed .btn { width: 100%; }
  .service-areas-v1 .areas-closing-grid article { padding: 26px 22px; }
  .service-areas-v1 .areas-closing-grid a { width: 100%; }
  .service-areas-v1 .areas-footer-bottom { flex-direction: column; }
}

@media (max-width: 390px) {
  .service-areas-v1 .header-mobile-cta { display: none; }
  .service-areas-v1 .areas-hero h1 { font-size: 2.45rem; }
  .service-areas-v1 .areas-hero__visual { min-height: 340px; }
  .service-areas-v1 .areas-hero__visual figcaption { right: 14px; bottom: 14px; left: 14px; }
  .service-areas-v1 .areas-hero__visual figcaption strong { font-size: .85rem; }
  .service-areas-v1 .areas-city-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .service-areas-v1 *,
  .service-areas-v1 *::before,
  .service-areas-v1 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
