/* About page typography correction — 2026-08-24
   Aligns About headings with the established CSP display system. */

.page-about .about-executive h1,
.page-about .about-executive h2,
.page-about .about-executive h3,
.page-about .about-journal h2{
  font-family:var(--font-display),"Oswald",sans-serif;
  text-transform:uppercase;
  letter-spacing:.015em;
  font-weight:600;
}

.page-about .about-executive__hero h1{
  max-width:620px;
  font-size:clamp(36px,3.55vw,54px);
  line-height:1.04;
}

.page-about .about-executive__founder-copy h2{
  font-size:clamp(34px,3.25vw,46px);
}

.page-about .about-executive__recognition-heading h2,
.page-about .about-executive__team-head h2,
.page-about .about-executive__legacy-head h2,
.page-about .about-executive__purpose h2,
.page-about .about-journal h2{
  font-size:clamp(31px,3vw,43px);
  line-height:1.06;
}

@media(max-width:700px){
  .page-about .about-executive__hero h1{
    font-size:clamp(34px,10vw,46px);
  }
}
