/* Responsive refinements shared by every page. */
html { -webkit-text-size-adjust: 100%; }
img { height: auto; }
button, a, summary { touch-action: manipulation; }
.button { max-width: 100%; overflow-wrap: anywhere; }
.actions { flex-wrap: wrap; }
.purpose-grid > *, .program-grid > *, .resource-grid > *, .values > *,
.team-overview > *, .landing-story-grid > * { min-width: 0; }
footer .footer-grid p, footer .footer-grid > div > a:not(:has(img)) { font-size: .875rem; }
footer .footer-grid > div > a:not(:has(img)) { padding-block: 8px; margin-bottom: 0; }
@media (max-width: 1100px) {
  .nav { gap: 12px; }
  .nav > a { min-width: 0; }
  .nav .logo { width: clamp(120px, 37vw, 175px); }
  .menu-toggle { min-height: 44px; flex-shrink: 0; border-radius: 4px; }
  .topbar .wrap > span { font-size: .875rem; line-height: 1.5; }
  .nav nav {
    max-height: calc(100vh - 130px);
    max-height: var(--menu-height, calc(100dvh - 130px));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
  .nav nav > a:not(.button) { white-space: normal; min-height: 44px; }
  .team-menu-links { min-width: 0; width: 100%; }
  .team-menu-links a { min-height: 44px; overflow-wrap: anywhere; }
  .pillars p { font-size: 1rem; }
}
@media (max-width: 680px) {
  .program-grid, .values { grid-template-columns: minmax(0, 1fr); }
  .purpose-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .purpose-grid article + article { border-left: 0; border-top: 1px solid #d5cbd9; padding: 28px 0 0; }
  .section { padding-block: 48px; }
  .page-intro h1 { font-size: clamp(1.84rem, 6.44vw, 2.53rem); }
  .photo-caption { position: relative; padding: 18px 20px; margin-top: -20px; }
  .photo-stack { padding-bottom: 0; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 32px); }
  h2 { font-size: clamp(1.518rem, 6.44vw, 1.84rem); }
  h3, .resource-grid h2 { font-size: 1.38rem; }
  .page-intro { padding-block: 40px; }
  .page-intro h1 br, .contact-panel h2 br { display: none; }
  .contact-panel, .resource-grid article, .note { padding: 22px; }
  .contact-panel .button, .actions .button, .join .button { width: 100%; }
  .actions, .join .wrap > div { width: 100%; }
  .contact-item a { font-size: 1.035rem; min-height: 44px; padding-block: 5px; }
  .quote-slide { min-height: 430px; padding-block: 40px 88px; }
  .quote-content blockquote { font-size: 1rem; padding: 16px; }
  .landing-story-grid > img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .stats span { font-size: .875rem; }
  .text-link { min-height: 44px; padding-block: 8px; }
}

/* Compact typography, following the requested reference. */
body, h1, h2, h3 { font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
body { font-size: 14px; line-height: 1.7; }
.split p, .pillars p, .program-card p, .values p, .story-side p,
.purpose-grid p, .hero p { font-size: 14px; }
.page-intro p { font-size: 15px; }
h1, .page-intro h1, .hero h1 { font-size: clamp(30px, 3.4vw, 48px); }
h2 { font-size: clamp(24px, 2.5vw, 34px); }
h3, .program-card h3, .team-overview h2, .resource-grid h2,
.landing-story-grid h2, .pillars h3 { font-size: 20px; }
.landing-story h1 { font-size: clamp(28px, 3vw, 38px); }
.purpose-grid h2 { font-size: 24px; }
.story h3, .story-side h3, .join h2 { font-size: 28px; }
.quote-content blockquote { font-size: 14px; line-height: 1.7; }
.photo-caption { font-size: 14px; }
.eyebrow, .program-card .eyebrow, .hero .eyebrow { font-size: 11px; }
.nav nav, .team-menu > summary, .team-menu-links a,
.button, .button.small, .text-link, .hero-link { font-size: 12px; }
footer .footer-grid p, footer .footer-grid > div > a:not(:has(img)),
footer .copyright { font-size: 12px; }
footer .footer-grid h3 { font-size: 13px; }
.topbar, .topbar .wrap > span { font-size: 12px; }
.contact-item a { font-size: 18px; }
.landing-stats-grid dt, .stats span { font-size: 12px; }
@media (max-width: 1100px) {
  .nav nav > a:not(.button), .team-menu > summary { font-size: 14px; }
  .team-menu-links a { font-size: 13px; }
}
@media (max-width: 520px) {
  h1, .page-intro h1, .hero h1 { font-size: clamp(28px, 7vw, 34px); }
  .landing-story h1 { font-size: 28px; }
  h2, .purpose-grid h2 { font-size: 24px; }
  h3, .resource-grid h2 { font-size: 20px; }
  .story h3, .story-side h3, .join h2 { font-size: 26px; }
  .contact-item a { font-size: 16px; }
}
