/* Dial 4 Duct — service+location mobile hero sizing matched to homepage.
   Loaded last only on actual service+location pages. */
@media (max-width: 640px) {
  html body.service-location-page-final section.hero .hero-grid {
    padding-top: 9px !important;
    padding-bottom: 12px !important;
    gap: 0 !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    margin: 0 0 8px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .rating-pill,
  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .green-pill {
    width: auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    font-size: 14px !important;
    line-height: 1.08 !important;
    border-radius: 999px !important;
    justify-content: flex-start !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .g-mark {
    width: 21px !important;
    height: 21px !important;
    font-size: 11.5px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .stars {
    font-size: 12.5px !important;
    letter-spacing: 1px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 12.4vw, 50px) !important;
    line-height: .99 !important;
    letter-spacing: -.038em !important;
    margin: 0 0 8px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > h1 .hero-location {
    display: block !important;
    font-size: .61em !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-text {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.34 !important;
    margin: 0 0 10px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-actions {
    margin: 0 !important;
    gap: 8px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-actions .btn-primary {
    display: inline-flex !important;
    min-height: 48px !important;
    padding: 11px 19px !important;
    font-size: 14.5px !important;
    line-height: 1 !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-actions .hero-call-static {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    width: auto !important;
    margin: 0 !important;
  }

  html body.service-location-page-final section.hero .hero-form-card {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 350px) {
  html body.service-location-page-final section.hero .hero-copy > h1 {
    font-size: 39px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-text {
    font-size: 14.5px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .rating-pill,
  html body.service-location-page-final section.hero .hero-copy > .local-hero-trust .green-pill {
    font-size: 13.5px !important;
  }

  html body.service-location-page-final section.hero .hero-copy > .hero-actions .hero-call-static {
    font-size: 13.5px !important;
  }
}
