/* FAEY typography scale v3 — restrained, readable, hospitality-grade. */
html body h1 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 650;
}
html body h2 {
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1.04;
  letter-spacing: -.042em;
  font-weight: 650;
}
html body h3 {
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
html body .pillar h3,
html body .audience strong,
html body .advisory-item strong,
html body .industry strong,
html body .insight-content h2 {
  font-size: 24px;
  line-height: 1.18;
}
html body p {
  font-size: 16px;
  line-height: 1.75;
}
html body .lead,
html body .home-hero .lead,
html body .hero .lead {
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.65;
}
html body .manifesto .statement {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.16;
}
html body .cta h2 {
  font-size: clamp(40px, 4.2vw, 60px);
}
@media (max-width: 900px) {
  html body h1 { font-size: clamp(44px, 10vw, 58px); }
  html body h2 { font-size: clamp(34px, 8vw, 46px); }
}
@media (max-width: 640px) {
  html body h1,
  html body .home-hero h1,
  html body .about-hero h1 { font-size: clamp(40px, 11vw, 48px); line-height: 1; }
  html body h2 { font-size: clamp(32px, 9vw, 42px); }
  html body h3 { font-size: 22px; }
  html body p { font-size: 16px; line-height: 1.7; }
  html body .about-hero-note p { font-size: 15px; }
}
