/* Home · Hero — template-parts/gf-home-hero.php */
/* Brand mark above ACF H1 — SEO + brand hierarchy */
.gf-home .gf-hero__brand-mark {
  margin: 0 0 0.85rem;
  font-family: var(--font-display), sans-serif;
  font-weight: 800;
  font-size: clamp(1.05rem, 0.9rem + 0.55vw, 1.35rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gf-yellow, #ffcc00);
  animation: gfHeroFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.homepage-banner-body .slick-active .gf-hero__brand-mark {
  animation: gfHeroFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}


@media (max-width: 480px) {
  .gf-home .gf-hero__title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }
}
