/* Alpha Axis mobile trust preview — isolated review build only */
.hero-proof {
  width: min(520px, 100%);
  display: grid;
  gap: 7px;
  margin: 13px auto 0;
  padding: 10px 14px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(6,24,39,.72);
  backdrop-filter: blur(7px);
}
.hero-proof-rating,
.hero-proof-credentials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  font-size: 12px;
  line-height: 1.25;
}
.hero-stars { color: var(--gold-400); letter-spacing: 1px; }

.google-review-mark {
  width: 18px;
  height: 18px;
  display: inline-grid;
  flex: 0 0 18px;
  place-items: center;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.google-review-mark img { width: 100%; height: 100%; object-fit: contain; }
.hero-proof-rating strong { font-family: var(--display); font-size: 14px; }
.hero-proof-dot { opacity: .55; }
.hero-proof-credentials { color: #e5f1f6; font-size: 11px; font-weight: 800; }
.hero-proof-credentials span + span { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.22); }
.call-cta-number { font-size: .82em; font-family: var(--body); font-weight: 900; letter-spacing: .01em; }
.process-section-compact { padding-block: 58px; }
.process-compact { padding: 28px 30px; border-top: 4px solid var(--gold-400); background: var(--white); box-shadow: var(--shadow); }
.process-compact .section-kicker { margin: 0; }
.process-compact h2 { margin: 8px 0 22px; font-family: var(--display); font-size: clamp(30px,4vw,42px); line-height: 1; }
.process-compact-steps { display: grid; grid-template-columns: 1fr auto 1.25fr auto 1fr; align-items: stretch; gap: 10px; }
.process-compact-steps span { min-height: 64px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; color: var(--ink); border: 1px solid var(--line); background: var(--cloud); font-weight: 850; }
.process-compact-steps b { width: 26px; height: 26px; display: grid; flex: 0 0 26px; place-items: center; color: var(--navy-950); background: var(--gold-400); font-family: var(--display); }
.process-compact-steps i { align-self: center; color: var(--blue-700); font-style: normal; font-size: 22px; font-weight: 900; }

/* Canonical mobile preview: live Alpha Axis sizing + approved proof/copy */
@media (max-width: 620px) {
  .hero, .hero-content { min-height: 790px; }
  .hero-photo { object-position: 46% 38%; transform: scale(1.02); filter: brightness(1.10) saturate(1.02); }
  .hero-shade { background: linear-gradient(180deg, rgba(6,24,39,.45), rgba(6,24,39,.67)), linear-gradient(90deg, rgba(6,24,39,.11), transparent 46%, rgba(6,24,39,.11)); }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .location-chip {
    margin: 0 0 14px;
    padding: 7px 11px;
    font-size: 10px;
  }
  .hero h1 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(39px, 12vw, 51px);
    line-height: .98;
  }
  .hero-copy {
    max-width: 350px;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.48;
  }
  .hero-offer-line { margin: 10px 0 0; }
  .primary-actions { margin: 17px 0 0; }
  .hero .action-call-primary {
    min-height: 56px;
    gap: 8px;
    font-size: 18px;
  }
  .hero .action-call-primary .ringing-phone-icon { width: 21px; height: 21px; flex-basis: 21px; }
  .hero .action-call-primary .ringing-phone-icon svg { width: 19px; height: 19px; }
  .hero-proof {
    gap: 5px;
    margin: 10px 0 0;
    padding: 8px 9px;
  }
  .hero-proof-rating { font-size: 11px; }
  .hero-proof-rating strong { font-size: 13px; }
  .hero-proof-credentials { font-size: 10px; }
  .hero-callback {
    margin: 13px 0 0;
    padding-top: 12px;
  }
  .callback-heading { margin-bottom: 7px; }
  .callback-form { gap: 9px; }
  .callback-form button[type=submit], .callback-form input { min-height: 46px; }
  .hero-callback .form-disclosure { display: none !important; }

  .trust-rail { grid-template-columns: repeat(3, 1fr); border-bottom-width: 4px; }
  .trust-rail > div { min-height: 82px; display: flex; align-items: center; justify-content: center; padding: 10px 7px; text-align: center; }
  .trust-rail > div + div { border-left: 1px solid rgba(255,255,255,.14); }
  .trust-rail .rail-icon { display: none; }
  .trust-rail p { gap: 0; }
  .trust-rail strong { font-size: 12px; line-height: 1.15; }
  .trust-rail small { display: none; }

  .repairs-section { padding-top: 54px; padding-bottom: 58px; }
  .repairs-section .section-heading { margin-bottom: 26px; }
  .process-section-compact { padding-block: 42px; }
  .process-compact { padding: 22px 10px 14px; }
  .process-compact h2 { margin: 6px 4px 15px; font-size: 28px; }
  .process-compact .section-kicker { margin-inline: 4px; }
  .process-compact-steps { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .process-compact-steps i { display: none; }
  .process-compact-steps span { min-height: 76px; display: grid; place-items: center; gap: 5px; padding: 9px 5px; font-size: 11px; line-height: 1.18; text-align: center; }
  .process-compact-steps b { width: 24px; height: 24px; flex-basis: 24px; }
  .scroll-call-bar { width: calc(100% - 20px); min-height: 58px; bottom: 9px; gap: 7px; padding: 9px 10px; font-size: 17px; white-space: nowrap; }
  .scroll-call-bar .ringing-phone-icon { width: 22px; height: 22px; flex-basis: 22px; }
}

@media (max-width: 370px) {
  .hero, .hero-content { min-height: 810px; }
  .hero h1 { font-size: 39px; }
  .hero-proof-credentials span + span { padding-left: 6px; }
  .scroll-call-bar { font-size: 15px; }
}

/* 2026-08-07 proof + promotion preview additions */
.hero-proof-statement strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 15px;
}
.hero-proof-credentials span {
  white-space: nowrap;
}
.hero-proof-credentials span + span {
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.company-proof-band {
  width: var(--content);
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(300px,.84fr) minmax(0,1.16fr);
  margin: 34px auto 0;
  overflow: hidden;
  border-top: 4px solid var(--gold-400);
  background: var(--white);
  box-shadow: var(--shadow);
}
.team-photo-placeholder {
  min-height: 210px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11,130,189,.34), transparent 56%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 12px),
    var(--navy-900);
}
.team-placeholder-icon {
  width: 72px;
  height: 72px;
  display: grid;
  flex: 0 0 72px;
  place-items: center;
  color: var(--navy-950);
  border: 3px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: var(--gold-400);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 900;
}
.team-photo-placeholder div { display: grid; gap: 6px; }
.team-photo-placeholder small {
  color: var(--sky-300);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.team-photo-placeholder strong {
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.05;
}
.team-photo-placeholder div > span {
  max-width: 27ch;
  color: #c4d6df;
  font-size: 11px;
  line-height: 1.5;
}
.company-proof-copy {
  display: grid;
  align-content: center;
  padding: 28px 34px;
}
.company-proof-copy .section-kicker { margin: 0; }
.company-proof-copy h2 {
  max-width: 24ch;
  margin: 7px 0 18px;
  font-family: var(--display);
  font-size: clamp(25px,3vw,35px);
  line-height: 1.04;
}
.company-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.company-proof-points span {
  padding: 8px 10px;
  color: #284759;
  border: 1px solid var(--line);
  background: var(--cloud);
  font-size: 10px;
  font-weight: 850;
}
.company-proof-band + .repairs-section { padding-top: 58px; }

.new-customer-offer {
  position: relative;
  width: 100%;
  min-height: 154px;
  display: grid;
  grid-template-columns: 130px minmax(0,1fr) auto;
  align-items: center;
  gap: 26px;
  margin-top: 20px;
  padding: 22px 28px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.12);
  border-left: 7px solid var(--gold-400);
  background: var(--navy-900);
  box-shadow: 0 16px 45px rgba(6,24,39,.14);
  text-decoration: none;
}
.new-customer-offer::after {
  position: absolute;
  right: -75px;
  bottom: -95px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(126,211,238,.18);
  border-radius: 50%;
  content: "";
}
.offer-value {
  width: 116px;
  height: 104px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 2px solid var(--gold-400);
  background: rgba(6,24,39,.46);
}
.offer-value b {
  color: var(--gold-400);
  font-family: var(--display);
  font-size: 42px;
  line-height: .9;
}
.offer-value small {
  margin-top: 4px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.offer-copy { display: grid; gap: 5px; }
.offer-copy > small {
  color: var(--sky-300);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}
.offer-copy > strong {
  font-family: var(--display);
  font-size: clamp(25px,3vw,34px);
  line-height: 1;
}
.offer-copy > span {
  max-width: 68ch;
  color: #c4d6df;
  font-size: 11px;
  line-height: 1.5;
}
.offer-action {
  position: relative;
  z-index: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--navy-950);
  background: var(--gold-400);
  font-family: var(--display);
  font-weight: 800;
  white-space: nowrap;
}
.offer-action b { font-size: 19px; }

.site-footer.site-footer-call {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  cursor: pointer;
}
.footer-call-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  color: transparent !important;
  text-decoration: none !important;
}
.site-footer.site-footer-call > .footer-main,
.site-footer.site-footer-call > .footer-bottom {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.footer-main-expanded {
  grid-template-columns: minmax(245px,1.05fr) minmax(190px,.83fr) minmax(200px,.9fr) minmax(300px,1.12fr);
  gap: 30px;
  padding: 54px 0 42px;
}
.footer-company-name {
  max-width: 34ch;
  color: #d9e6ed;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .09em;
}
.footer-promises,
.footer-contact,
.footer-main-expanded .footer-payments {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-left: 25px;
  border-left: 1px solid rgba(185,203,214,.2);
}
.footer-promises ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  color: #c4d6df;
  list-style: none;
  font-size: 11px;
  line-height: 1.4;
}
.footer-promises li::before {
  margin-right: 7px;
  color: var(--gold-400);
  content: "✓";
  font-weight: 900;
}
.footer-contact strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 23px;
}
.footer-contact .footer-verification-number {
  position: relative;
  z-index: 3;
  width: max-content;
  color: #a7bbc7;
  font-size: 11px;
  line-height: 1.45;
  pointer-events: auto;
  text-decoration: none;
}
.footer-contact .footer-verification-number span {
  color: #d9e6ed;
  font-weight: 700;
}
.footer-contact .footer-verification-number:hover {
  color: var(--white);
}
.footer-contact > span:not(.footer-label),
.footer-contact small {
  color: #a7bbc7;
  font-size: 11px;
  line-height: 1.45;
}
.footer-call-hint {
  width: max-content;
  margin-top: 6px;
  padding: 8px 10px;
  color: var(--navy-950);
  background: var(--gold-400);
  font-size: 10px;
  letter-spacing: .02em;
}
.footer-warranty-note {
  max-width: 34ch;
  margin-top: 10px !important;
  color: #a7bbc7 !important;
  font-size: 10px !important;
  line-height: 1.55;
}
.footer-bottom {
  min-height: 72px;
  flex-wrap: wrap;
}
.footer-legal-action {
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
}
.footer-legal-action button {
  min-height: 32px;
  padding: 0 8px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .footer-main-expanded { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-promises { border-left: 1px solid rgba(185,203,214,.2); }
  .footer-contact { padding-left: 0; border-left: 0; }
}

@media (max-width: 620px) {
  .hero-proof-statement strong { font-size: 13px; }
  .hero-proof-credentials { gap: 4px 7px; }
  .hero-proof-credentials span { white-space: normal; }
  .hero-proof-credentials span + span { padding-left: 7px; }

  .company-proof-band {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .team-photo-placeholder {
    min-height: 138px;
    gap: 14px;
    padding: 20px;
  }
  .team-placeholder-icon { width: 58px; height: 58px; flex-basis: 58px; font-size: 20px; }
  .team-photo-placeholder strong { font-size: 21px; }
  .team-photo-placeholder div > span { font-size: 10px; }
  .company-proof-copy { padding: 21px 20px 22px; }
  .company-proof-copy h2 { margin: 6px 0 13px; font-size: 25px; }
  .company-proof-points { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .company-proof-points span { padding: 7px 8px; font-size: 9px; line-height: 1.35; }
  .company-proof-band + .repairs-section { padding-top: 44px; }

  .new-customer-offer {
    min-height: 0;
    grid-template-columns: 82px 1fr;
    gap: 14px;
    margin-top: 14px;
    padding: 17px 14px;
    border-left-width: 5px;
  }
  .offer-value { width: 78px; height: 78px; }
  .offer-value b { font-size: 31px; }
  .offer-value small { font-size: 9px; }
  .offer-copy > strong { font-size: 21px; }
  .offer-copy > span { font-size: 9px; line-height: 1.45; }
  .offer-action {
    grid-column: 1 / -1;
    min-height: 42px;
    justify-content: center;
    padding-inline: 14px;
    font-size: 13px;
  }

  .site-footer.site-footer-call {
    min-height: 0;
    padding-inline: 20px;
  }
  .footer-main-expanded {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 38px 0 25px;
  }
  .footer-intro { max-width: none; padding-bottom: 24px; }
  .footer-promises,
  .footer-contact,
  .footer-main-expanded .footer-payments {
    padding: 22px 0;
    border-top: 1px solid rgba(185,203,214,.18);
    border-left: 0;
  }
  .footer-main-expanded .footer-payments { padding-bottom: 6px; }
  .footer-contact strong { font-size: 25px; }
  .footer-bottom {
    min-height: 0;
    display: grid;
    justify-items: start;
    gap: 9px;
    padding: 18px 0 24px;
    line-height: 1.45;
  }
  .payment-marks { gap: 6px; }
  .payment-mark { transform: scale(.92); transform-origin: left center; }
}

/* 2026-08-07 v3: larger visual offer, dynamic footer service area */
.new-customer-offer {
  min-height: 270px;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 0;
  margin-top: 28px;
  padding: 0;
  border: 0;
  border-top: 6px solid var(--gold-400);
  border-left: 0;
  background: linear-gradient(135deg, #092840 0%, #061827 74%);
  box-shadow: 0 22px 58px rgba(6,24,39,.2);
}
.new-customer-offer::after {
  right: -55px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border-color: rgba(126,211,238,.16);
}
.offer-photo {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: var(--navy-900);
}
.offer-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,24,39,.06), rgba(6,24,39,.35));
  content: "";
}
.offer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.offer-photo .offer-value {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  width: 112px;
  height: 104px;
  border: 3px solid var(--gold-400);
  background: rgba(6,24,39,.88);
  box-shadow: 6px 6px 0 rgba(241,199,91,.26);
}
.offer-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 30px 34px;
}
.offer-eyebrow {
  color: var(--sky-300);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.offer-problems {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.offer-problems span {
  padding: 7px 9px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.055);
  font-size: 10px;
  font-weight: 850;
}
.offer-content h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(32px,4vw,46px);
  line-height: .98;
  letter-spacing: -.02em;
}
.offer-content h3 strong { color: var(--gold-400); }
.offer-content > p {
  max-width: 55ch;
  margin: 0;
  color: #c8dae3;
  font-size: 13px;
  line-height: 1.5;
}
.offer-action {
  min-height: 52px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
}
.offer-terms {
  max-width: 62ch;
  color: #8fa8b7;
  font-size: 9px;
  line-height: 1.45;
}
.offer-request-visual img { object-position: center 54%; }
.offer-request-content h2 { max-width: 14ch; }

.service-area-warranty {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  color: #244657;
  border-left: 4px solid var(--gold-400);
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 24px rgba(6,24,39,.06);
}
.service-area-warranty strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
}
.service-area-warranty span {
  font-size: 11px;
  line-height: 1.5;
}

.footer-main-expanded {
  grid-template-columns: minmax(230px,.9fr) minmax(330px,1.35fr) minmax(190px,.75fr) minmax(260px,1fr);
}
.footer-service-area,
.footer-contact,
.footer-main-expanded .footer-payments {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-left: 25px;
  border-left: 1px solid rgba(185,203,214,.2);
}
.footer-service-area > strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.1;
}
.footer-service-cities {
  display: grid;
  gap: 10px;
}
.footer-area-group {
  display: grid;
  gap: 4px;
}
.footer-area-group-label {
  color: var(--gold-400);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.footer-area-group p {
  margin: 0;
  color: #b5c9d4;
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .footer-main-expanded { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-service-area { border-left: 1px solid rgba(185,203,214,.2); }
}

@media (max-width: 620px) {
  .new-customer-offer {
    min-height: 330px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    border-top-width: 5px;
  }
  .offer-photo {
    min-height: 170px;
    max-height: 170px;
  }
  .offer-photo img { object-position: center 58%; }
  .offer-photo .offer-value {
    right: 13px;
    bottom: 12px;
    width: 88px;
    height: 82px;
  }
  .offer-photo .offer-value b { font-size: 34px; }
  .offer-photo .offer-value small { font-size: 9px; }
  .offer-content {
    gap: 10px;
    padding: 21px 18px 20px;
  }
  .offer-eyebrow { font-size: 9px; }
  .offer-problems { gap: 5px; }
  .offer-problems span { padding: 6px 7px; font-size: 9px; }
  .offer-content h3 {
    max-width: 15ch;
    font-size: 30px;
  }
  .offer-content > p { font-size: 11px; }
  .offer-action {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    grid-column: auto;
    font-size: 14px;
  }
  .offer-terms { font-size: 8.5px; }

  .service-area-warranty {
    margin-top: 15px;
    padding: 12px 13px;
  }
  .service-area-warranty strong { font-size: 15px; }
  .service-area-warranty span { font-size: 10px; }

  .footer-service-area,
  .footer-contact,
  .footer-main-expanded .footer-payments {
    padding: 22px 0;
    border-top: 1px solid rgba(185,203,214,.18);
    border-left: 0;
  }
  .footer-service-area > strong { font-size: 21px; }
  .footer-area-group p { font-size: 10.5px; }
}

@media (max-width: 620px) {
  .footer-main-expanded { grid-template-columns: 1fr; }
}

/* Exact selected #12 image replaces the temporary team placeholder. */
.team-photo-placeholder {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: var(--navy-900);
}
.team-photo-placeholder > img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 620px) {
  .team-photo-placeholder {
    min-height: 185px;
    padding: 0;
  }
  .team-photo-placeholder > img {
    min-height: 185px;
  }
}

/* 2026-08-08: brand trust strip + mobile readability + cleaner location presentation */
.brand-trust-strip {
  width: 100%;
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 14px 0 15px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue-700);
  background: #fff;
  box-shadow: 0 12px 34px rgba(6,24,39,.07);
}
.brand-trust-label {
  padding: 0 18px;
  color: #4e6472;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.brand-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.brand-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
  animation: alpha-brand-marquee 28s linear infinite;
  will-change: transform;
}
.brand-trust-strip:hover .brand-marquee-track { animation-play-state: paused; }
.brand-logo-tile {
  width: 170px;
  height: 62px;
  display: flex;
  flex: 0 0 170px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  overflow: hidden;
  border: 1px solid #e2ebef;
  background: #fbfdfe;
}
.brand-logo-tile img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}
.brand-logo-genie img { max-height: 48px; }
.brand-logo-amarr { background: #074346; }
.brand-logo-amarr img { max-height: 48px; }
.brand-trust-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
@keyframes alpha-brand-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 620px) {
  .brand-trust-strip {
    gap: 8px;
    margin-top: 16px;
    padding: 12px 0 13px;
  }
  .brand-trust-label {
    padding-inline: 14px;
    font-size: 10px;
    letter-spacing: .12em;
  }
  .brand-marquee-track {
    gap: 9px;
    padding-right: 9px;
    animation-duration: 24s;
  }
  .brand-logo-tile {
    width: 142px;
    height: 56px;
    flex-basis: 142px;
    padding: 9px 14px;
  }
  .brand-logo-tile img { max-height: 36px; }
  .brand-logo-genie img,
  .brand-logo-amarr img { max-height: 42px; }

  .offer-eyebrow { font-size: 11px; line-height: 1.35; }
  .offer-problems span { padding: 7px 9px; font-size: 11px; line-height: 1.2; }
  .offer-content > p { font-size: 13px; line-height: 1.55; }
  .offer-terms { font-size: 10.5px; line-height: 1.5; }
  .service-area-groups p { font-size: 13px; line-height: 1.5; }
  .service-area-note { font-size: 13px; line-height: 1.5; }
  .service-area-warranty span { font-size: 11.5px; }
  .footer-area-group-label { font-size: 10px; }
  .footer-area-group p { font-size: 11.5px; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee-track { animation: none; }
  .brand-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* 2026-08-08 final trust push: warranty + discount badges. */
.service-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 4px;
}
.service-trust-badge {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  padding: 15px 10px 13px;
  border: 1px solid #c9dbe4;
  background: linear-gradient(180deg, #f8fbfc, #eef5f8);
  text-align: center;
}
.trust-badge-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--blue-700);
  border: 2px solid var(--gold-400);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(241,199,91,.13);
}
.trust-badge-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-badge-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.trust-badge-copy strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.08;
}
.trust-badge-copy small {
  color: #5b7180;
  font-size: 9.5px;
  line-height: 1.4;
}
.trust-badge-65 {
  color: var(--navy-950);
  background: var(--gold-400);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.service-trust-badge-veteran .trust-badge-icon {
  color: var(--navy-800);
}
.company-proof-copy h2 {
  margin-bottom: 16px;
}
@media (max-width: 620px) {
  .service-trust-badges {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 2px;
  }
  .service-trust-badge {
    grid-template-columns: 50px minmax(0, 1fr);
    justify-items: stretch;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    text-align: left;
  }
  .trust-badge-icon {
    width: 46px;
    height: 46px;
  }
  .trust-badge-icon svg {
    width: 30px;
    height: 30px;
  }
  .trust-badge-65 {
    font-size: 18px;
  }
  .trust-badge-copy strong {
    font-size: 14px;
  }
  .trust-badge-copy small {
    font-size: 11px;
    line-height: 1.35;
  }
}

/* Exact Alpha Axis team photo: preserve the full framed composition on all screens. */
.team-photo-placeholder > img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 620px) {
  .team-photo-placeholder,
  .team-photo-placeholder > img {
    min-height: 0;
    height: auto;
  }
}

/* 2026-08-09: Option 2 team introduction + untouched original team photo. */
.team-family-intro {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  padding: 24px 34px 21px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.team-family-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(29px, 3.4vw, 40px);
  line-height: 1;
  letter-spacing: -.015em;
}
.team-family-intro p {
  max-width: 66ch;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.team-photo-placeholder > img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 620px) {
  .team-family-intro {
    gap: 6px;
    padding: 19px 20px 17px;
  }
  .team-family-intro h2 { font-size: 29px; }
  .team-family-intro p { font-size: 12.5px; line-height: 1.5; }
}

/* 2026-08-09 final local-company pass: team frame, recognizable seals, promo crop. */
.team-photo-placeholder {
  margin: 7px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--gold-400);
  background: var(--navy-900);
}
.team-photo-placeholder > picture,
.team-photo-placeholder > picture > img {
  width: 100%;
  height: auto;
  display: block;
}
.team-photo-placeholder > picture > img { object-fit: contain; }

.trust-badge-icon {
  width: 64px;
  height: 64px;
  border-width: 2px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(241,199,91,.72);
}
.trust-badge-veteran-mark svg {
  width: 45px;
  height: 45px;
  stroke: none;
}
.trust-badge-senior-mark {
  position: relative;
  color: var(--navy-800);
  background: #fff;
}
.trust-badge-senior-mark svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
}
.trust-badge-senior-mark b {
  position: absolute;
  right: -5px;
  bottom: -4px;
  min-width: 29px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  color: var(--navy-950);
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--gold-400);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
}
.offer-photo img,
.offer-request-visual img {
  object-position: center 26% !important;
}
@media (max-width: 620px) {
  .team-photo-placeholder { margin: 6px; }
  .trust-badge-icon { width: 52px; height: 52px; }
  .trust-badge-veteran-mark svg { width: 39px; height: 39px; }
  .trust-badge-senior-mark svg { width: 35px; height: 35px; }
  .offer-photo img,
  .offer-request-visual img { object-position: center 22% !important; }
}

/* 2026-08-09 final spacing + inset Alpha Axis team frame. */
.repairs-section { padding-bottom: 12px !important; }
.service-area {
  padding-top: 24px !important;
  padding-bottom: 32px !important;
  gap: 28px !important;
}
.company-proof-band { margin-top: 0 !important; }
.team-photo-placeholder {
  position: relative;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.team-photo-placeholder::before,
.team-photo-placeholder::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box;
}
.team-photo-placeholder::before { inset: 5px; border: 3px solid var(--gold-400); }
.team-photo-placeholder::after { inset: 11px; border: 2px solid var(--navy-900); }
@media (max-width: 620px) {
  .repairs-section { padding-bottom: 8px !important; }
  .service-area { padding-top: 14px !important; padding-bottom: 20px !important; gap: 18px !important; }
  .team-photo-placeholder::before { inset: 4px; border-width: 3px; }
  .team-photo-placeholder::after { inset: 10px; border-width: 2px; }
}

/* Keep the inset frame attached to the photo itself, never the taller grid row. */
.team-photo-placeholder {
  align-self: start !important;
  height: fit-content !important;
}
.service-area-map,
.service-area-map iframe {
  min-height: 360px !important;
  height: 360px !important;
}
@media (max-width: 620px) {
  .service-area-map,
  .service-area-map iframe {
    min-height: 230px !important;
    height: 230px !important;
  }
}

/* 2026-08-09 final readability + centered family intro. */
.company-proof-band {
  border-top: 1px solid var(--line) !important;
}
.team-family-intro {
  justify-items: center;
  text-align: center;
}
.team-family-intro p {
  margin-inline: auto;
  font-size: 14px;
}
.trust-rail strong { font-size: 18px; }
.trust-rail small { font-size: 12px; }
.repair-card > p:not(.route-label) { font-size: 15px; }
.footer-company-name { font-size: 10.5px; }
.footer-promises ul { font-size: 12px; line-height: 1.5; }
.footer-contact > span:not(.footer-label),
.footer-contact small { font-size: 12px; line-height: 1.5; }
.footer-area-group-label { font-size: 10px; }
.footer-area-group p { font-size: 11.5px; line-height: 1.6; }
.footer-label { font-size: 11px; }
.footer-intro p { font-size: 13px; }
.footer-bottom { font-size: 12px; }
@media (max-width: 620px) {
  .team-family-intro { padding-top: 20px; padding-bottom: 18px; }
  .team-family-intro h2 { font-size: 30px; }
  .team-family-intro p { font-size: 13.5px; line-height: 1.55; }
  .trust-rail strong { font-size: 14px; line-height: 1.18; }
  .repair-card h3 { font-size: 1.18rem; }
  .repair-card > p:not(.route-label) { font-size: .88rem; line-height: 1.48; }
  .repair-card button { font-size: .8rem; }
  .route-label { font-size: .68rem; }
  .footer-company-name { font-size: 11px; }
  .footer-promises ul { font-size: 12.5px; }
  .footer-contact > span:not(.footer-label),
  .footer-contact small { font-size: 12.5px; }
  .footer-area-group-label { font-size: 10.5px; }
  .footer-area-group p { font-size: 12px; }
  .footer-label { font-size: 11px; }
  .footer-bottom { font-size: 12px; }
}

/* 2026-08-11 dedicated ad-group relevance sections */
.adgroup-intent-section{padding:72px 0;background:#fff}
.adgroup-intent-heading{width:var(--content);margin:0 auto}
.adgroup-intent-heading h2{max-width:18ch}
.adgroup-intent-grid{width:var(--content);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:34px auto 0}
.adgroup-intent-card{position:relative;overflow:hidden;border:1px solid var(--line);border-top:4px solid var(--blue-700);background:var(--cloud)}
.adgroup-intent-number{position:absolute;z-index:2;top:14px;right:14px;padding:6px 8px;color:#fff;background:rgba(6,24,39,.76);font-size:10px;font-weight:900;letter-spacing:.12em}
.adgroup-intent-photo{height:215px;overflow:hidden;background:var(--blue-100)}
.adgroup-intent-photo img{width:100%;height:100%;object-fit:cover}
.adgroup-intent-body{padding:24px 24px 26px}
.adgroup-intent-body h3{margin:0;font-family:var(--display);font-size:25px;line-height:1.08}
.adgroup-intent-body p{margin:13px 0 0;color:var(--muted);font-size:14px;line-height:1.65}
.adgroup-intent-action{width:var(--content);display:flex;align-items:center;justify-content:center;gap:18px;margin:28px auto 0;padding-top:25px;border-top:1px solid var(--line)}
.adgroup-intent-button{min-height:56px;padding-inline:24px}
.adgroup-intent-action p{margin:0;color:var(--muted);font-size:13px;font-weight:800}
@media(max-width:860px){.adgroup-intent-grid{grid-template-columns:1fr}.adgroup-intent-photo{height:260px}}
@media(max-width:620px){.adgroup-intent-section{padding:52px 0}.adgroup-intent-heading{width:var(--content);margin-inline:auto}.adgroup-intent-grid{gap:11px;margin-top:25px}.adgroup-intent-photo{height:190px}.adgroup-intent-body{padding:20px}.adgroup-intent-body h3{font-size:23px}.adgroup-intent-action{display:grid;gap:11px;text-align:center}.adgroup-intent-button{width:100%}}
@media(max-width:620px){
  .adgroup-intent-heading,
  .adgroup-intent-grid,
  .adgroup-intent-action{width:calc(100% - 48px)}
}

.adgroup-intent-body{display:flex;flex-direction:column;min-height:245px}
.adgroup-intent-body p{flex:1}
.adgroup-card-action{width:100%;min-height:48px;margin-top:20px;padding:10px 14px;color:var(--blue-700);border:0;border-top:1px solid var(--line);background:transparent;font-family:var(--display);font-size:16px;font-weight:800;text-align:left;cursor:pointer}
.adgroup-card-action:hover,.adgroup-card-action:focus-visible{color:var(--navy-950);background:var(--blue-100)}
.adgroup-card-action span{float:right}
@media(max-width:620px){.adgroup-intent-body{min-height:0}.adgroup-card-action{margin-top:16px}}
.intent-answer-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(34px,6vw,82px);align-items:start;padding-top:72px;padding-bottom:72px}
.intent-answer-copy h2{max-width:650px;margin:10px 0 16px;font-family:var(--display);font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.025em}
.intent-answer-copy>p:last-child{max-width:650px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.intent-answer-points{display:grid;border-top:1px solid var(--line)}
.intent-answer-points article{display:grid;gap:6px;padding:20px 0;border-bottom:1px solid var(--line)}
.intent-answer-points strong{color:var(--ink);font-family:var(--display);font-size:18px}
.intent-answer-points p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
@media(max-width:860px){.intent-answer-section{grid-template-columns:1fr;gap:28px}}
@media(max-width:620px){.intent-answer-section{padding-top:52px;padding-bottom:52px}.intent-answer-copy h2{font-size:clamp(31px,9vw,42px)}.intent-answer-copy>p:last-child{font-size:15px}.intent-answer-points article{padding:17px 0}}

/* Phone-first repair request modal */
.repair-call-option.repair-call-option-first {
  margin: 0 0 18px; padding: 0 0 20px; border-top: 0; border-bottom: 1px solid var(--line);
}
.repair-call-option.repair-call-option-first > span { color: var(--ink); font-size: 12px; font-weight: 900; }
.repair-call-option.repair-call-option-first a { min-height: 58px; justify-content: flex-start; padding: 11px 16px; font-size: 13px; }
.repair-call-copy { display: grid; gap: 2px; text-align: left; }
.repair-call-copy strong { font-size: 14px; }
.repair-call-copy small { color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; }
.repair-callback-choice { display: flex; align-items: center; gap: 12px; margin: 0 0 15px; color: var(--muted); font-size: 11px; font-weight: 900; }
.repair-callback-choice::before,
.repair-callback-choice::after { height: 1px; flex: 1; background: var(--line); content: ""; }
@media (max-width:620px) {
  .repair-call-option.repair-call-option-first { margin-bottom: 15px; padding-bottom: 16px; }
  .repair-call-option.repair-call-option-first a { min-height: 56px; }
}

/* Dedicated conversion-family pages — 2026-08-20 */
.dedicated-visit-section{padding-top:76px;padding-bottom:72px}.dedicated-visit-heading{max-width:760px}.dedicated-visit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.dedicated-visit-card{position:relative;min-height:245px;padding:28px 24px 24px;border:1px solid var(--line);background:var(--white);box-shadow:0 18px 44px rgba(6,24,39,.07)}.dedicated-step{display:inline-grid;width:38px;height:38px;place-items:center;margin-bottom:24px;color:var(--navy-950);background:var(--gold-400);font-family:var(--display);font-weight:800}.dedicated-visit-card h3{margin:0 0 10px;font-family:var(--display);font-size:24px;line-height:1.08}.dedicated-visit-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.dedicated-inline-cta{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.dedicated-inline-cta .action{min-width:260px}.dedicated-inline-cta p{margin:0;color:var(--muted);font-size:12px;font-weight:800}
.dedicated-safety-section{width:var(--content);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);margin:0 auto 72px;overflow:hidden;background:var(--navy-900);box-shadow:var(--shadow)}.dedicated-safety-media{min-height:430px}.dedicated-safety-media img{width:100%;height:100%;object-fit:cover}.dedicated-safety-copy{align-self:center;padding:46px;color:var(--white)}.dedicated-safety-copy .section-kicker{color:var(--gold-400)}.dedicated-safety-copy h2{max-width:560px;margin:10px 0 15px;font-family:var(--display);font-size:clamp(34px,4vw,52px);line-height:1.02}.dedicated-safety-copy>p:not(.section-kicker){margin:0;color:#d8e8f0;font-size:15px;line-height:1.65}.dedicated-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:22px;padding-top:19px;border-top:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:800}.dedicated-safety-cta{min-height:52px;margin-top:24px;padding:0 19px;color:var(--navy-950);border:2px solid var(--gold-400);background:var(--gold-400);font-family:var(--display);font-size:16px;font-weight:800}.dedicated-offer-wrap{padding-top:0}.dedicated-customer-offer{margin-top:0}.dedicated-customer-offer .offer-photo img{object-position:center 45%}
@media(max-width:860px){.dedicated-visit-grid{grid-template-columns:1fr}.dedicated-visit-card{min-height:0}.dedicated-safety-section{grid-template-columns:1fr}.dedicated-safety-media{min-height:300px;max-height:360px}.dedicated-inline-cta{align-items:stretch;flex-direction:column}.dedicated-inline-cta p{text-align:center}}
@media(max-width:620px){.dedicated-visit-section{padding-top:54px;padding-bottom:52px}.dedicated-visit-grid{margin-top:22px}.dedicated-visit-card{padding:22px 19px}.dedicated-visit-card h3{font-size:22px}.dedicated-safety-section{width:100%;margin-bottom:52px}.dedicated-safety-media{min-height:220px;max-height:240px}.dedicated-safety-copy{padding:30px 22px 32px}.dedicated-safety-copy h2{font-size:36px}.dedicated-checks{grid-template-columns:1fr 1fr;gap:9px}.dedicated-safety-cta{width:100%}.dedicated-inline-cta .action{width:100%;min-width:0}.dedicated-offer-wrap{padding-top:0}}

/* 2026-08-20 final local-intent alignment */
.near-me-local-section{width:var(--content);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);margin:34px auto 0;border:1px solid var(--line);border-top:5px solid var(--blue-700);background:#fff;box-shadow:0 18px 54px rgba(6,24,39,.08)}
.near-me-local-copy{padding:34px 36px}.near-me-local-copy h2{max-width:700px;margin:8px 0 13px;font-family:var(--display);font-size:clamp(31px,3.8vw,48px);line-height:1.04;letter-spacing:-.02em}.near-me-local-copy>p:not(.section-kicker){max-width:720px;margin:0;color:var(--muted);font-size:15px;line-height:1.62}
.near-me-local-communities{margin-top:18px!important;padding-top:16px;border-top:1px solid var(--line);color:var(--ink)!important;font-size:12px!important;font-weight:800!important;line-height:1.55!important}
.near-me-local-proof{display:flex;flex-direction:column;justify-content:center;padding:30px;background:var(--navy-900)}
.near-me-local-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.near-me-local-proof-grid span{min-height:50px;display:flex;align-items:center;padding:11px 13px;color:#e6f2f7;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800;line-height:1.35}
.near-me-local-call{min-height:54px;display:flex;align-items:center;justify-content:center;margin-top:18px;padding:10px 16px;color:var(--navy-950);border:2px solid var(--gold-400);background:var(--gold-400);font-family:var(--display);font-size:16px;font-weight:800;text-decoration:none}
@media(max-width:860px){.near-me-local-section{grid-template-columns:1fr}.near-me-local-proof{padding:24px 28px}}
@media(max-width:620px){.near-me-local-section{width:calc(100% - 28px);margin-top:20px}.near-me-local-copy{padding:26px 21px}.near-me-local-copy h2{font-size:32px}.near-me-local-copy>p:not(.section-kicker){font-size:14px}.near-me-local-proof{padding:20px}.near-me-local-proof-grid{gap:8px}.near-me-local-proof-grid span{min-height:46px;padding:9px 10px;font-size:11px}.near-me-local-call{width:100%;font-size:15px}}

/* Universal hero services navigator — preserves market and local context. */
.hero-services-menu{position:relative;z-index:12;width:min(270px,100%);margin:8px 0 0;color:var(--white);text-align:left}
.hero-services-menu summary{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 12px;border:1px solid rgba(255,255,255,.38);background:rgba(6,24,39,.74);font-size:11px;font-weight:900;letter-spacing:.04em;cursor:pointer;backdrop-filter:blur(7px);list-style:none}
.hero-services-menu summary::-webkit-details-marker{display:none}.hero-services-chevron{color:var(--gold-400);font-size:20px;line-height:1;transition:transform .18s ease}.hero-services-menu[open] .hero-services-chevron{transform:rotate(180deg)}
.hero-services-menu nav{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:20;display:grid;overflow:hidden;color:var(--ink);border:1px solid var(--line);background:var(--white);box-shadow:0 22px 54px rgba(6,24,39,.24)}
.hero-services-menu:not([open]) nav{display:none}.hero-services-menu nav a{display:flex;align-items:center;min-height:45px;padding:11px 14px;border-bottom:1px solid var(--line);font-size:13px;font-weight:800;text-decoration:none}.hero-services-menu nav a:last-child{border-bottom:0}.hero-services-menu nav a:hover,.hero-services-menu nav a:focus-visible{background:var(--mist);color:var(--blue-700)}
.hero-services-menu nav a.is-current{color:var(--blue-700);background:var(--blue-100)}.hero-services-menu nav a.is-current::after{margin-left:auto;color:var(--blue-700);font-size:10px;font-weight:900;content:"CURRENT"}
@media(max-width:620px){.hero-services-menu{width:min(250px,100%);margin-top:7px}.hero-services-menu summary{min-height:36px;padding:6px 11px}.hero-services-menu nav a{min-height:43px;padding:10px 12px;font-size:12px}}

/* Header services navigation — replaces the old Repairs anchor on desktop. */
.header-services-menu{position:relative;z-index:100;display:block;color:#344f61}
.header-services-menu summary{display:flex;align-items:center;gap:7px;padding:8px 0;color:#344f61;font-size:13px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap}
.header-services-menu summary::-webkit-details-marker{display:none}.header-services-chevron{font-size:16px;line-height:1;transition:transform .18s ease}.header-services-menu[open] .header-services-chevron{transform:rotate(180deg)}
.header-services-menu>nav{position:absolute;top:calc(100% + 8px);left:50%;z-index:200;display:grid;width:280px;overflow:hidden;border:1px solid var(--line);background:var(--white);box-shadow:0 20px 50px rgba(6,24,39,.20);transform:translateX(-50%)}
.header-services-menu:not([open])>nav{display:none}.desktop-nav .header-services-menu>nav a{display:flex;align-items:center;min-height:44px;padding:10px 14px;color:var(--ink);border-bottom:1px solid var(--line);font-size:13px;font-weight:800;text-decoration:none}.desktop-nav .header-services-menu>nav a:last-child{border-bottom:0}.desktop-nav .header-services-menu>nav a::after{display:none}.desktop-nav .header-services-menu>nav a:hover,.desktop-nav .header-services-menu>nav a:focus-visible{color:var(--blue-700);background:var(--mist)}
.desktop-nav .header-services-menu>nav a.is-current{color:var(--blue-700);background:var(--blue-100)}.desktop-nav .header-services-menu>nav a.is-current::after{display:block;position:static;width:auto;height:auto;margin-left:auto;background:none;content:"CURRENT";transform:none;font-size:9px;font-weight:900}
@media(min-width:1081px){.hero-services-menu{display:none}}
