/* Homepage hero typography — bold geometric Sora treatment */
#homepage-container > section[aria-label="Hero Search"] h1.font-heading {
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

@media (min-width: 640px) {
  #homepage-container > section[aria-label="Hero Search"] h1.font-heading {
    font-size: clamp(3.25rem, 5vw, 4.75rem);
  }
}
