/* v0.5.6: editorial grotesk with a restrained technical accent.
   Original FBRN copy; no Palantir font files or custom glyphs reused. */
.hero .hero__title {
  font-family: 'Switzer', Inter, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 6.4vw, 100px);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.hero .hero__title .hero__accent {
  font-family: 'Space Grotesk', 'Switzer', sans-serif;
  font-weight: 400;
  letter-spacing: -.055em;
  color: inherit;
}
@media (max-width: 600px) {
  .hero .hero__title { font-size: clamp(34px, 9.2vw, 55px); letter-spacing: -.045em; line-height: 1.08; }
}
