/* Restrained cross-page finish pass. Keeps R10 composition and content intact. */
img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.btn {
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  text-align: center;
}

.hero-actions,
.cta-actions,
.nav-actions {
  align-items: center;
}

.hero-actions,
.cta-actions {
  flex-wrap: wrap;
}

.section-head > p {
  max-width: 66ch;
}

.service-photo,
.maintenance-photo,
.article-cover,
.blog-card,
.heritage-card {
  isolation: isolate;
}

.service-photo img,
.maintenance-photo img,
.article-cover img,
.blog-card img,
.heritage-card img {
  display: block;
}

.topbar a,
.footer-grid a,
.legal,
.contact-card,
.payment-panel {
  overflow-wrap: anywhere;
}

.legal {
  gap: 24px;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f5a623;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .hero-actions,
  .cta-actions {
    gap: 10px;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .section-head > p {
    max-width: none;
  }
}
