html {
  overflow-x: hidden;
}

.inner-page {
  --inner-pine: #060807;
  --inner-ivory: #F2EFE6;
  --inner-rust: #A84B29;
  --home-ink: #060807;
  --home-ink-soft: #060807;
  --home-cream: #F2EFE6;
  --home-muted: #F2EFE6;
  --home-rust: #A84B29;
  --home-rust-dark: #A84B29;
  --home-line: #F2EFE6;
  background: var(--inner-pine);
  color: var(--inner-ivory);
  overflow-x: hidden;
  width: 100%;
}

.inner-page main,
.inner-hero,
.inner-content {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.inner-page .home-header {
  background: var(--inner-pine);
  position: relative;
}

.inner-page .home-brand img {
  display: none;
}

.inner-page .home-brand__name small,
.inner-page .mobile-menu nav a span {
  color: var(--inner-rust);
}

.inner-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.inner-page .home-footer {
  background: var(--inner-pine);
  border-top-color: var(--inner-ivory);
  color: var(--inner-ivory);
}

.inner-hero {
  background: var(--inner-pine);
  color: var(--inner-ivory);
}

.inner-hero__copy {
  margin: 0 auto;
  max-width: 1360px;
  padding: clamp(64px, 6.2vw, 94px) clamp(42px, 7vw, 112px) clamp(70px, 6.5vw, 98px);
  width: 100%;
}

.inner-eyebrow,
.inner-label {
  color: var(--inner-rust);
  font-family: var(--home-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.inner-eyebrow {
  margin-bottom: 20px;
}

.inner-page h1,
.inner-page h2,
.inner-page h3 {
  font-family: var(--home-narrow);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.inner-hero h1 {
  color: var(--inner-ivory);
  font-size: clamp(4rem, 6.1vw, 7rem);
  letter-spacing: -0.035em;
  line-height: 0.84;
  max-width: 980px;
}

.inner-content {
  background: var(--inner-ivory);
  color: var(--inner-pine);
  padding: 0 clamp(24px, 7vw, 112px);
}

.inner-content__wrap {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}

.inner-row {
  align-items: start;
  border-bottom: 1px solid rgba(6, 8, 7, 0.22);
  display: grid;
  gap: clamp(50px, 7vw, 108px);
  grid-template-columns: minmax(250px, 0.72fr) minmax(480px, 1.28fr);
  padding: clamp(64px, 6vw, 86px) 0;
}

.inner-row:last-child {
  border-bottom: 0;
}

.inner-row__heading {
  display: grid;
  gap: 15px;
}

.inner-row__heading h2,
.inner-row__heading h3 {
  border-bottom: 1px solid var(--inner-pine);
  color: var(--inner-pine);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  letter-spacing: -0.03em;
  line-height: 0.9;
  padding-bottom: 22px;
}

.inner-row__body {
  max-width: 720px;
  min-width: 0;
}

.inner-lede {
  color: var(--inner-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.03;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.inner-copy {
  color: var(--inner-pine);
  font-size: clamp(1.05rem, 1.22vw, 1.2rem);
  line-height: 1.62;
  margin: 0;
  max-width: 700px;
}

.inner-copy + .inner-copy {
  margin-top: 18px;
}

.inner-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.inner-button {
  align-items: center;
  background: var(--inner-pine);
  border: 1px solid var(--inner-pine);
  color: var(--inner-ivory) !important;
  display: inline-flex;
  font-family: var(--home-narrow);
  font-size: 0.88rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 52px;
  padding: 11px 21px;
  text-align: center;
  text-transform: uppercase;
}

.inner-text-link {
  border-bottom: 1px solid var(--inner-rust);
  color: var(--inner-rust) !important;
  font-family: var(--home-narrow);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 7px 0 5px;
  text-transform: uppercase;
}

.inner-text-link span {
  margin-left: 7px;
}

.contact-intro {
  margin-bottom: 28px;
}

.contact-list {
  border-top: 1px solid var(--inner-pine);
  display: grid;
}

.contact-item {
  align-items: center;
  border-bottom: 1px solid rgba(6, 8, 7, 0.35);
  display: grid;
  gap: 18px;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  min-height: 88px;
  padding: 17px 0;
}

.contact-item--phone {
  grid-template-columns: minmax(0, 1fr) auto;
}

.contact-item__value--phone {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.contact-item__label {
  color: var(--inner-rust);
  font-family: var(--home-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-item__value {
  color: var(--inner-pine) !important;
  font-family: var(--home-narrow);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.05;
  min-width: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.contact-item__action {
  border-bottom: 1px solid var(--inner-rust);
  color: var(--inner-rust) !important;
  font-family: var(--home-narrow);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-item__actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.contact-socials {
  border-top: 1px solid var(--inner-pine);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  padding-top: 20px;
}

.contact-socials a {
  border-bottom: 1px solid var(--inner-rust);
  color: var(--inner-rust) !important;
  font-family: var(--home-narrow);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  text-transform: uppercase;
}

@media (max-width: 1040px) and (min-width: 841px) {
  .inner-row {
    gap: 48px;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .contact-item {
    grid-template-columns: 120px minmax(0, 1fr) auto;
  }

  .contact-item--phone {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 840px) {
  .inner-hero__copy {
    padding: 58px 42px 66px;
  }

  .inner-hero h1 {
    font-size: clamp(3.3rem, 13.5vw, 5.4rem);
    line-height: 0.86;
  }

  .inner-content {
    padding: 0 42px;
  }

  .inner-row {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 46px 0 50px;
  }

  .inner-row__heading {
    gap: 11px;
  }

  .inner-row__heading h2,
.inner-row__heading h3 {
    font-size: clamp(2.2rem, 8.4vw, 3.2rem);
    line-height: 0.94;
    padding-bottom: 16px;
  }

  .inner-lede {
    font-size: clamp(1.45rem, 5.8vw, 1.95rem);
    line-height: 1.06;
    margin-bottom: 16px;
  }

  .inner-copy {
    font-size: clamp(1.04rem, 4.35vw, 1.24rem);
    line-height: 1.52;
  }

  .inner-actions {
    align-items: stretch;
    display: grid;
    gap: 14px;
    margin-top: 28px;
  }

  .inner-button {
    min-height: 58px;
    width: 100%;
  }

  .inner-text-link {
    justify-self: start;
    font-size: 0.96rem;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-fact,
  .about-fact + .about-fact {
    border-bottom: 1px solid rgba(6, 8, 7, 0.3);
    border-right: 0;
    padding: 17px 0;
  }

  .about-fact:last-child {
    border-bottom: 0;
  }

  .contact-item,
  .contact-item--phone {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px 0 20px;
  }

  .contact-item__value {
    font-size: clamp(1.55rem, 6.7vw, 2.05rem);
  }

  .contact-item__value--phone {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  .contact-item--email .contact-item__value {
    font-size: clamp(1.2rem, 5.3vw, 1.55rem);
    line-height: 1.12;
  }

  .contact-item__actions {
    margin-top: 4px;
  }

  .contact-item__action {
    font-size: 0.88rem;
  }

  .contact-socials {
    display: grid;
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .inner-hero__copy,
  .inner-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-hero__copy {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .inner-row {
    padding: 42px 0 46px;
  }

  .inner-row__heading h2,
.inner-row__heading h3 {
    font-size: clamp(2.1rem, 9vw, 2.9rem);
  }

  .contact-item__value {
    font-size: clamp(1.42rem, 6.8vw, 1.85rem);
  }

  .contact-item__value--phone {
    font-size: clamp(1.8rem, 8.2vw, 2.2rem);
  }

  .contact-item--email .contact-item__value {
    font-size: clamp(1.12rem, 5.1vw, 1.38rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inner-page *,
  .inner-page *::before,
  .inner-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* v16 combined About + Contact foundation */
.inner-hero--contact {
  scroll-margin-top: 0;
}

.inner-contact-title {
  color: var(--inner-ivory);
  font-size: clamp(4rem, 6.1vw, 7rem);
  letter-spacing: -0.035em;
  line-height: 0.84;
  max-width: 980px;
}

@media (max-width: 840px) {
  .inner-contact-title {
    font-size: clamp(3.3rem, 13.5vw, 5.4rem);
    line-height: 0.86;
  }
}

/* v17 combined About + Contact foundation corrections */
/* About remains editorial/narrative; Contact is intentionally utility-first. */
.about-page .inner-row {
  /* Hairline restored 2026-08-27 (owner: "missing the very faint thin line
     in between each section"). It was zeroed here when About was
     narrative-only; now that Contact's rows are siblings in the same
     pattern, the sections need the same separation every other page has. */
  border-bottom: 1px solid rgba(6, 8, 7, 0.18);
  padding-top: 54px;
  padding-bottom: 54px;
}

.about-page .inner-row:last-child {
  border-bottom: 0;
}

.about-page .inner-row:first-child {
  padding-top: 58px;
  padding-bottom: 46px;
}

.about-page .inner-row:nth-child(2) {
  padding-top: 48px;
  padding-bottom: 56px;
}

.about-page .inner-row:last-child {
  padding-top: 50px;
  padding-bottom: 72px;
}

.about-page .inner-row:last-child .inner-actions {
  margin-top: 28px;
}

/* Build note badge — shared across inner pages (Pricing, Start Service).
   Previously defined only in pricing.css, which meant the badge on
   /start-service/ rendered unstyled. Consolidated here so every page that
   uses .build-note gets consistent styling. */
.build-note {
  border: 1px solid color-mix(in srgb, var(--inner-rust) 55%, transparent);
  color: var(--inner-rust);
  display: inline-block;
  font-family: var(--home-bold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  padding: 6px 8px 5px;
  text-transform: uppercase;
}

.build-note--inline {
  margin-top: 18px;
}

/* Contact does not reuse the numbered editorial-row component. */
.inner-content--contact {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-content {
  padding-top: clamp(58px, 5vw, 76px);
  padding-bottom: clamp(58px, 4.8vw, 74px);
}

/* This page is a single flowing column, not the two-column layout these
   elements were originally styled for. margin-left:auto was leftover from
   that older structure and pushed the phone/email/service-area block to
   the right while the blurb above it (a plain paragraph, no such rule)
   stayed left-aligned — visually splitting one column into two. */
.contact-utility,
.contact-section,
.contact-blurb,
.contact-actions {
  max-width: 760px;
  width: 100%;
}

.contact-utility {
  display: grid;
  /* Phone and email read as one small block, not two separated sections. */
  gap: 2px;
  font-style: normal;
}

.contact-method {
  display: grid;
  gap: 9px;
}

.contact-method__label {
  color: var(--inner-rust);
  font-family: var(--home-sans);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.contact-method__value {
  align-items: baseline;
  color: var(--inner-pine) !important;
  display: inline-flex;
  font-family: var(--home-narrow);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-style: normal;
  font-weight: 700;
  gap: 9px;
  justify-self: start;
  letter-spacing: -0.01em;
  line-height: 1.02;
  text-decoration: none;
}

.contact-method__value--phone {
  /* Sized to sit closer to the email below it. Previously ran up to 3rem
     against the email's ~2.1rem, which read as mismatched rather than as a
     pair of equally-valid ways to reach us. */
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
}

.contact-method__value--email {
  /* No nowrap on desktop: at narrower desktop widths, forcing this long
     address onto one line made it look cramped next to the much larger
     phone number. Allowing a wrap keeps it readable at a comfortable size.
     Mobile keeps nowrap at a smaller size (see media queries), where it fits. */
  font-size: clamp(1.4rem, 2.35vw, 2.1rem);
  overflow-wrap: anywhere;
  text-transform: none;
}

/* Secondary action under a contact method (e.g. "Send a text instead").
   Keeps the primary tel: link clickable on desktop while still offering
   the sms: path that phones handle natively. */
.contact-method__alt {
  color: var(--inner-rust) !important;
  display: inline-flex;
  font-family: var(--home-bold);
  font-size: 0.82rem;
  font-weight: 700;
  gap: 6px;
  justify-self: start;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-method__alt:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-method__value span,
.contact-section__link span {
  color: var(--inner-rust);
}

.contact-section {
  border-top: 1px solid rgba(6, 8, 7, 0.24);
  margin-top: 52px;
  padding-top: 46px;
}

.contact-section h3 {
  color: var(--inner-pine);
  font-size: clamp(2.35rem, 3.7vw, 3.8rem);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin-bottom: 26px;
}

.contact-section .inner-lede {
  margin-bottom: 12px;
}

.contact-section__link {
  color: var(--inner-rust) !important;
  display: inline-flex;
  font-family: var(--home-narrow);
  font-size: 0.92rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.075em;
  margin-top: 22px;
  text-transform: uppercase;
}

.contact-socials {
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 0;
  padding-top: 0;
}

.contact-socials a {
  border-bottom: 0;
  font-size: 0.92rem;
  padding-bottom: 0;
}

@media (max-width: 840px) {
  .about-page .inner-hero:not(.inner-hero--contact) h1 {
    font-size: clamp(3rem, 11.8vw, 4.7rem);
    line-height: 0.88;
    max-width: 100%;
  }

  .about-page .inner-row,
  .about-page .inner-row:first-child,
  .about-page .inner-row:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .about-page .inner-row:last-child {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .contact-content {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .contact-utility,
  .contact-section {
    margin-left: 0;
    max-width: none;
  }

  .contact-method__value--phone {
    font-size: clamp(1.6rem, 6.5vw, 2rem);
  }

  .contact-method__value--email {
    /* Matched to the phone above rather than shrunk to force one line.
       Wrapping is fine here; a readable pair beats a cramped single line. */
    font-size: clamp(1.05rem, 4.4vw, 1.3rem);
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
  }

  .contact-section {
    margin-top: 44px;
    padding-top: 40px;
  }

  .contact-section h3 {
    font-size: clamp(1.95rem, 7.8vw, 2.75rem);
    margin-bottom: 24px;
  }

  .contact-socials {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .contact-socials a {
    font-size: 0.88rem;
  }
}

@media (max-width: 420px) {
  .about-page .inner-hero:not(.inner-hero--contact) h1 {
    font-size: clamp(2.8rem, 11.2vw, 3.6rem);
  }

  .contact-method__value--email {
    font-size: clamp(1rem, 4.2vw, 1.15rem);
  }
}

@media (max-width: 420px) {
  /* Keep the longest About hero word inside the 320px minimum viewport. */
  .about-page .inner-hero:not(.inner-hero--contact) h1 {
    font-size: clamp(2.65rem, 11vw, 3.6rem);
  }
}

/* v18 desktop hierarchy polish: make About/Contact hero eyebrows and About sequence numbers legible at desktop scale. Mobile remains unchanged. */
@media (min-width: 841px) {
  .about-page .inner-eyebrow {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .about-page .inner-row__heading > .inner-label {
    font-size: 0.9rem;
  }
}

/* v20 Service Area foundation */
.service-area-content {
  padding-top: 0;
  padding-bottom: 0;
}

.service-area-section {
  align-items: start;
  display: grid;
  gap: clamp(50px, 7vw, 108px);
  grid-template-columns: minmax(250px, 0.72fr) minmax(480px, 1.28fr);
  /* The left column is a short heading and the right is a long list, so the
     stock bottom rhythm left a ~140px band of nothing under the towns before
     the divider. Trimmed for this page only -- these sections are not used
     anywhere else. */
  padding: clamp(56px, 5vw, 74px) 0 clamp(52px, 4.4vw, 66px);
}

.service-area-section__heading h2 {
  border-bottom: 1px solid var(--inner-pine);
  color: var(--inner-pine);
  font-family: var(--home-narrow);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.9;
  margin: 0;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.service-area-section__body {
  max-width: 760px;
  min-width: 0;
}

.service-area-list {
  column-count: 3;
  column-gap: clamp(28px, 4vw, 54px);
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.service-area-list li {
  break-inside: avoid;
  color: var(--inner-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.15rem, 1.45vw, 1.42rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 17px;
  padding-left: 18px;
  position: relative;
  text-transform: uppercase;
}

.service-area-list li::before {
  background: var(--inner-rust);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0.52em;
  width: 9px;
}

.service-area-actions {
  margin-top: 36px;
}

@media (max-width: 1040px) and (min-width: 841px) {
  .service-area-section {
    gap: 48px;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  }

  .service-area-list {
    column-count: 2;
  }
}

@media (max-width: 840px) {
  .service-area-section {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 48px 0 58px;
  }

  .service-area-section__heading h2 {
    font-size: clamp(2.2rem, 8.4vw, 3.2rem);
    line-height: 0.94;
    padding-bottom: 16px;
  }

  .service-area-list {
    column-count: 2;
    column-gap: 22px;
    margin-top: 34px;
  }

  .service-area-list li {
    font-size: clamp(1.05rem, 4.4vw, 1.28rem);
    margin-bottom: 15px;
    padding-left: 15px;
  }

  .service-area-list li::before {
    width: 8px;
  }

  .service-area-actions {
    margin-top: 30px;
  }
}

@media (max-width: 420px) {
  .service-area-section {
    padding: 44px 0 52px;
  }

  .service-area-list {
    column-gap: 16px;
  }

  .service-area-list li {
    font-size: clamp(0.98rem, 4.25vw, 1.12rem);
    padding-left: 13px;
  }
}

/* v21 Service Area ZIP fallback: visible town list stays primary; ZIP is only for unlisted smaller communities. */
/* This block used to be a standalone card with its own eyebrow, heading and
   copy, so it carried a divider rule and 120px of air. The heading and copy
   were later moved out to the section header, but the rule and the padding
   stayed -- leaving a horizontal line that separates a paragraph from the
   field that belongs to it, with a dead 120px band around it. The section
   already provides the heading and the separation, so the block just needs
   room to breathe under the copy. */
.service-area-zip {
  margin-top: 26px;
}

.service-area-zip__eyebrow {
  color: var(--inner-rust);
  font-family: var(--home-bold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.service-area-zip h3 {
  color: var(--inner-pine);
  font-family: var(--home-narrow);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.service-area-zip__copy {
  color: var(--inner-pine);
  font-family: var(--home-regular);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 590px;
}

.service-area-zip__form {
  margin-top: 26px;
  max-width: 520px;
}

.service-area-zip__form > label {
  color: var(--inner-pine);
  display: block;
  font-family: var(--home-bold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.service-area-zip__controls {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.service-area-zip__controls input {
  appearance: none;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--inner-pine) 55%, transparent);
  border-radius: 0;
  color: var(--inner-pine);
  font-family: var(--home-bold);
  font-size: 1.05rem;
  min-height: 50px;
  padding: 0 15px;
  width: 100%;
}

.service-area-zip__controls input::placeholder {
  color: color-mix(in srgb, var(--inner-pine) 45%, transparent);
}

.service-area-zip__controls input:focus-visible,
.service-area-zip__controls button:focus-visible {
  outline: 3px solid var(--inner-rust);
  outline-offset: 3px;
}

.service-area-zip__controls button {
  appearance: none;
  background: var(--inner-pine);
  border: 1px solid var(--inner-pine);
  border-radius: 0;
  color: var(--inner-ivory);
  cursor: pointer;
  font-family: var(--home-bold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 0 22px;
  text-transform: uppercase;
}

.service-area-zip__controls button:hover {
  background: var(--inner-rust);
  border-color: var(--inner-rust);
}

.service-area-zip__result {
  color: var(--inner-pine);
  font-family: var(--home-bold);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 15px 0 0;
  min-height: 1.4em;
}

.service-area-zip__result.is-approved {
  color: var(--inner-rust);
}

.service-area-zip__result.is-outside,
.service-area-zip__result.is-error {
  color: var(--inner-pine);
}

@media (max-width: 840px) {
  .service-area-zip {
    margin-top: 40px;
    padding-top: 34px;
  }

  .service-area-zip h3 {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
  }

  .service-area-zip__copy {
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .service-area-zip__controls {
    grid-template-columns: 1fr;
  }

  .service-area-zip__controls button {
    width: 100%;
  }
}

/* v22 FAQ foundation: visible operational answers, no accordion and no duplicated pricing tables. */
.faq-content {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-list {
  padding: clamp(34px, 3.2vw, 48px) 0 0;
}

.faq-item {
  align-items: start;
  border-bottom: 1px solid rgba(6, 8, 7, 0.22);
  display: grid;
  gap: clamp(42px, 6vw, 96px);
  grid-template-columns: minmax(290px, 0.78fr) minmax(420px, 1.22fr);
  padding: clamp(38px, 4vw, 58px) 0;
}

.faq-item:first-child {
  border-top: 1px solid rgba(6, 8, 7, 0.22);
}

.faq-item h2 {
  color: var(--inner-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
  max-width: 430px;
  text-transform: uppercase;
}

.faq-answer {
  max-width: 720px;
  min-width: 0;
}

.faq-answer p {
  color: var(--inner-pine);
  font-family: var(--home-regular);
  font-size: clamp(1.02rem, 1.18vw, 1.15rem);
  line-height: 1.62;
  margin: 0;
}

.faq-answer a {
  border-bottom: 1px solid var(--inner-rust);
  color: var(--inner-rust);
  font-family: var(--home-bold);
  font-weight: 700;
}

.faq-answer strong {
  font-family: var(--home-bold);
  font-weight: 700;
}

.faq-footer-action {
  display: flex;
  justify-content: flex-end;
  padding: clamp(42px, 4.8vw, 70px) 0 clamp(58px, 6vw, 86px);
}

@media (max-width: 1040px) and (min-width: 841px) {
  .faq-item {
    gap: 48px;
    grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 840px) {
  .faq-list {
    padding-top: 20px;
  }

  .faq-item {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 34px 0 36px;
  }

  .faq-item h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    line-height: 1;
    max-width: 620px;
  }

  .faq-answer p {
    font-size: clamp(1rem, 4.2vw, 1.08rem);
    line-height: 1.58;
  }

  .faq-footer-action {
    justify-content: flex-start;
    padding: 38px 0 58px;
  }
}


/* v24 Service Area hero fit: keep the long locality name inside mobile viewports. */
@media (max-width: 840px) {
  .service-area-page .inner-hero h1 {
    font-size: clamp(3.05rem, 11vw, 4.7rem);
    line-height: 0.88;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .service-area-page .inner-hero h1 {
    font-size: clamp(2.8rem, 12vw, 3.55rem);
  }
}

/* Mobile: make the contact methods behave as tappable action targets rather
   than plain text links. Same markup, no duplicated button row — the phone,
   text, and email links each become a full-width tap target meeting the
   44px minimum, so acting on them is one thumb tap. */
@media (max-width: 840px) {
  .contact-method {
    border: 1px solid rgba(6, 8, 7, 0.18);
    border-radius: 4px;
    gap: 6px;
    padding: 16px 18px 18px;
  }

  .contact-method__value {
    min-height: 44px;
    align-items: center;
  }

  .contact-method__alt {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }
}

/* Contact: action buttons first (act now), readable details below (look up,
   copy, save to contacts). Replaces the older label + "send a text instead"
   arrangement, which repeated the same information three ways and left the
   email rendering visibly smaller than the phone. */
/* Buttons are a mobile pattern only (tap to act). On desktop, working
   tel:/mailto: links plus a readable number and address are enough — no
   button row needed there. */
.contact-actions {
  display: none;
}

.contact-action {
  align-items: center;
  background: var(--inner-pine);
  border: 1px solid var(--inner-pine);
  color: var(--inner-cream, #F2EFE6) !important;
  display: inline-flex;
  font-family: var(--home-narrow);
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-action:hover {
  background: var(--inner-rust);
  border-color: var(--inner-rust);
}

.contact-action:focus-visible {
  outline: 3px solid var(--inner-rust);
  outline-offset: 3px;
}

/* Readable details: phone and email at the SAME size, quieter than the
   buttons above so they support rather than compete. */
.contact-utility {
  display: grid;
  gap: 10px;
}

.contact-utility .contact-method__value--phone,
.contact-utility .contact-method__value--email {
  /* Rust rather than pine: this is already how the site marks interactive/
     link elements (kickers, inline links, savings text), so using it here
     for two clickable links is consistent with the existing system, not a
     departure from it. */
  color: var(--inner-rust) !important;
  font-family: var(--home-regular);
  font-size: 0.88rem;
  font-weight: 400;
  justify-self: start;
  letter-spacing: 0;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-transform: none;
}

.contact-utility a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 840px) {
  .contact-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 26px;
  }
}


/* Short line between the action buttons and the readable number/email. */
.contact-blurb {
  color: var(--inner-pine);
  font-family: var(--home-regular);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 14px;
  margin-top: 0;
}

/* Contact section heading (04), reusing .inner-row__heading so it matches
   the numbered sections above it (01 Based here, 02, 03 Four seasons)
   instead of jumping straight into buttons/text with no equivalent header. */
.contact-content .inner-row__heading {
  margin-bottom: 32px;
}

@media (max-width: 840px) {
  .contact-content .inner-row__heading {
    margin-bottom: 24px;
  }
}

/* The contact block opens with its own "Get in touch." band, so its
   numbering restarts at 01 (owner, 2026-08-27). Its last row closes on the
   footer, so it drops the divider rule the stacked rows above it carry. */
.inner-row--last {
  border-bottom: 0;
}

/* Service area sections carry rust numbers like every other numbered section
   on the site (owner, 2026-08-27). "Check your ZIP" was a subheading buried
   under the town list; it is a real tool, so it is section 02 in the same
   two-column pattern. */
.service-area-section__heading .inner-label {
  color: var(--inner-rust, #A84B29);
  font-family: var(--home-bold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
}

.service-area-section + .service-area-section {
  border-top: 1px solid rgba(6, 8, 7, 0.22);
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: clamp(40px, 5vw, 64px);
}


