/* Mobile helpers only — does not change brand colors or layout system */

a, button, summary, [role="button"], .gold-gradient-btn, .blue-gradient-btn {
  touch-action: manipulation;
}

#mobileBar {
  padding-bottom: max(0.55rem, env(safe-area-inset-bottom, 0px));
}

#mobileBar a,
#mobileBar button {
  min-height: 44px;
}

#mobileBar .mobile-bar-call {
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 767px) {
  #cookieConsent.is-visible {
    bottom: calc(4.35rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Below-fold containment — same look, less main-thread paint work */
footer.site-footer,
#cookieConsent {
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px;
}


/* Faster icon font paint without changing glyphs */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/vendor/fontawesome/webfonts/fa-brands-400.woff2) format("woff2");
}
