/**
 * Hero section styles.
 * Enqueued only on the front page. Excluded from LiteSpeed CSS optimization
 * via the style_loader_tag filter in functions.php — see $critical_style_handles.
 */

/* Croatian-only hero size override — Polylang sets <html lang="hr"> on HR pages */
@media (min-width: 1024px) {
  html[lang^="hr"] .hero-title {
    font-size: 6rem;
  }
}
