@charset "UTF-8";

/*
 * Typography alignment layer for the ZIP reference design.
 * It intentionally changes type only; layout, color, and content stay in the
 * shared static-site stylesheet.
 */

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  letter-spacing: normal;
  text-wrap: wrap;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.111;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
}

.site-nav a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
}

.site-nav a[aria-current="page"] {
  font-weight: 500;
}

.hero h1,
.home-hero h1 {
  max-width: 48rem;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.25;
}

.hero-lead,
.hero .lead,
.home-hero .lead {
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.625;
}

.card-label,
.leadership-label,
.meta-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.4286;
}

.leadership-grid strong,
.leader-role {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4286;
}

.leadership-grid h2,
.leader-name,
.meta-value {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.leadership-grid p,
.leader-title,
.meta-sub {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4286;
}

.page-hero h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.111;
}

.page-hero p,
.page-hero .lead {
  font-size: 1.25rem;
  line-height: 1.4;
}

.section-header h2,
.mission-summary h2,
.split-feature h2,
.cta-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.section-header p {
  font-size: 1rem;
  line-height: 1.5;
}

.image-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375;
}

.image-card p {
  font-size: 0.75rem;
  line-height: 1.625;
}

.large-copy {
  font-size: 1.25rem;
  line-height: 1.4;
}

.project-card h3,
.publication-card h3,
.person-card h3,
.value-card h3 {
  font-weight: 500;
  letter-spacing: normal;
}

.project-card h3 {
  font-size: 1.25rem;
  line-height: 1;
}

.featured-project h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.publication-card h3,
.value-card h3 {
  font-size: 1.125rem;
  line-height: 1.25;
}

.person-card h3 {
  font-size: 1.25rem;
  line-height: 1;
}

.value-card h3 {
  line-height: 1;
}

.featured-story h3 {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.news-card h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.callout-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.button,
.btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4286;
}

.cta-section p {
  font-size: 1.25rem;
  line-height: 1.4;
}

body[data-page="index"] .split-feature p {
  font-size: 1.125rem;
  line-height: 1.5556;
}

@media (min-width: 640px) {
  .hero h1,
  .home-hero h1 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  body[data-page="index"] .section-header h2,
  body[data-page="projects"] .section-header h2,
  body[data-page="mission"] .section-header h2,
  body[data-page="get-involved"] .section-header h2,
  body[data-page="mission"] #mission h2,
  .mission-summary h2,
  .split-feature h2,
  body[data-page="index"] .cta-section h2,
  body[data-page="mission"] .cta-section h2,
  body[data-page="people"] .cta-section h2,
  body[data-page="projects"] .cta-section h2,
  body[data-page="news"] .cta-section h2,
  body[data-page="events"] .cta-section h2,
  body[data-page="get-involved"] .cta-section h2 {
    font-size: 2.25rem;
    line-height: 1.111;
  }

  .hero h1,
  .home-hero h1 {
    font-size: 3.75rem;
  }

  .hero-lead,
  .hero .lead,
  .home-hero .lead {
    font-size: 1.125rem;
  }

  .page-hero h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
