/* Barefoot Technologies MASTER v4.8 — cache-proof hero title sizing
   Keep all hero H1s on the same scale as the home-page "Monaco-rooted. World-focused." title. */
.hero-live__copy h1,
.page-hero h1,
.diagnostics-hero h1,
.tool-head h1 {
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.04em !important;
}
@media (max-width:580px) {
  .hero-live__copy h1,
  .page-hero h1,
  .diagnostics-hero h1,
  .tool-head h1 { font-size:39px !important; }
}
