/* SEO homepage heading – readable, not dominating the hero */
.page-home .hm-seo-h1 {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 1rem 0 1.25rem;
  color: #2b3340;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .page-home .hm-seo-h1 { font-size: 1.15rem; margin: 0.75rem 0 1rem; }
}
