/**
 * SMNET Core 1.17.11 — Global Hero H1 Typography
 * Canonical scale: current homepage hero H1.
 */

:root {
  --smnet-global-hero-h1: clamp(48px, 4.75vw, 72px);
}

body.smnet-core .smnet-home-hero h1,
body.smnet-core .smnet-brand-hero-copy h1,
body.smnet-core .smnet-brand-detail-copy h1,
body.smnet-core .smnet-corp-hero h1,
body.smnet-core .smnet-landing-v160-hero-copy h1,
body.smnet-core .smnet-hub-v113-hero-copy h1,
body.smnet-core .smnet-commerce-hero h1,
body.smnet-core .smnet-transaction-hero h1,
body.smnet-core .smnet-search-page-hero h1,
body.smnet-core .smnet-archive-header h1,
body.smnet-core .smnet-404 h1,
body.smnet-core .woocommerce-products-header__title.page-title,
body.smnet-core .smnet-page-article > .smnet-entry-header h1,
body.smnet-core .smnet-single-article > .smnet-entry-header h1 {
  font-size: var(--smnet-global-hero-h1) !important;
}

/* The homepage currently uses a compact one-line enterprise scale on wide desktop. */
@media (min-width: 1181px) {
  :root {
    --smnet-global-hero-h1: clamp(28px, 2.55vw, 39px);
  }
}

/* Match the current homepage mobile hero scale. */
@media (max-width: 640px) {
  :root {
    --smnet-global-hero-h1: clamp(36px, 10.2vw, 46px);
  }
}
