.endowment-editorial-main { background: #fff; }

.endowment-editorial-hero {
  position: relative;
  display: grid;
  min-height: 50.9375rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(30rem, 0.95fr);
  overflow: hidden;
  background: var(--editorial-hero-background);
  color: #fff;
}
.endowment-editorial-hero::after {
  position: absolute;
  inset: 0 0 0 54%;
  background: linear-gradient(115deg, rgba(7, 21, 68, 0), rgba(20, 75, 205, 0.22));
  content: "";
  pointer-events: none;
}
.endowment-editorial-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem var(--editorial-edge) 5rem;
}
.endowment-editorial-kicker,
.endowment-editorial-eyebrow {
  margin: 0;
  color: #2862ff;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.endowment-editorial-kicker { display: flex; align-items: center; gap: 0.75rem; color: var(--editorial-cyan); font-size: .68rem; line-height: 1.35; letter-spacing: 0; }
.endowment-editorial-kicker span { width: 1.75rem; height: 1px; flex: 0 0 auto; background: currentColor; }
.endowment-editorial-hero h1 {
  max-width: 16ch;
  margin: 1.65rem 0 0;
  font-size: 4.75rem;
  font-weight: 620;
  line-height: 0.99;
}
.endowment-editorial-hero h1 > span { display: block; }
.endowment-editorial-hero h1 strong { display: block; color: #54e6ff; font: inherit; }
.endowment-editorial-hero__summary {
  max-width: 47rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.72;
}
.endowment-editorial-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.3rem; }
.endowment-editorial-action {
  display: inline-flex;
  min-height: 3.25rem;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.35rem;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}
.endowment-editorial-action--light { border-color: #fff; background: #fff; color: #071544; }
.endowment-editorial-action--cyan { border-color: #54e6ff; background: #54e6ff; color: #071544; }
.endowment-editorial-action:hover,
.endowment-editorial-action:focus-visible { transform: translateY(-2px); }
.endowment-editorial-hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 3rem var(--editorial-edge) 3rem 1rem;
}
.endowment-editorial-stat-card {
  position: relative;
  z-index: 2;
  width: min(31rem, 92%);
  min-height: 36.875rem;
  border: 1px solid rgba(7, 21, 68, 0.13);
  padding: 2.4rem 2.6rem;
  background: #fff;
  color: #07102d;
  box-shadow: 0 2.5rem 6rem rgba(1, 7, 29, 0.26);
}
.endowment-editorial-stat-card header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.endowment-editorial-stat-card header small {
  color: #285fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.endowment-editorial-stat-card header i { padding: 0.4rem 0.65rem; background: #e9f9c9; color: #3f6b19; font-size: 0.58rem; font-style: normal; font-weight: 750; }
.endowment-editorial-stat-card h2 { max-width: 10ch; margin: 4.2rem 0 0; font-family: "Manrope", sans-serif; font-size: 3.7rem; font-weight: 760; line-height: 0.96; }
.endowment-editorial-stat-card__amount { display: flex; align-items: end; gap: 0.7rem; margin-top: 2.2rem; }
.endowment-editorial-stat-card__amount strong { font-size: 3.8rem; font-weight: 780; line-height: 0.85; }
.endowment-editorial-stat-card__amount span { color: #657187; font-size: 0.62rem; line-height: 1.25; }
.endowment-editorial-stat-card__progress { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; }
.endowment-editorial-stat-card__progress > span { flex: 1; height: 0.45rem; background: #e6eaf2; }
.endowment-editorial-stat-card__progress > span i { display: block; height: 100%; background: #54dff5; }
.endowment-editorial-stat-card__progress small { color: #285fff; font-size: 0.62rem; font-weight: 750; }
.endowment-editorial-stat-card footer { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.2rem; border-top: 1px solid #cdd5e3; }
.endowment-editorial-stat-card footer span { display: grid; justify-items: center; gap: 0.4rem; padding-top: 1.4rem; text-align: center; }
.endowment-editorial-stat-card footer strong { font-size: 1.15rem; }
.endowment-editorial-stat-card footer small { color: #657187; font-size: 0.62rem; }

.endowment-editorial-hero-media-card {
  position: relative;
  z-index: 2;
  width: min(31rem, 92%);
  min-height: 36.875rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #071544;
  box-shadow: 0 2.5rem 6rem rgba(1, 7, 29, 0.26);
}
.endowment-editorial-hero-media-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 53, 0.02) 42%, rgba(5, 15, 53, 0.92) 100%);
  content: "";
}
.endowment-editorial-hero-media-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.endowment-editorial-hero-media-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
  padding: 2rem;
}
.endowment-editorial-hero-media-card figcaption small {
  color: #54e6ff;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.endowment-editorial-hero-media-card figcaption strong { max-width: 18ch; font-size: 1.55rem; line-height: 1.08; }

.endowment-editorial-nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 1px solid rgba(84, 230, 255, 0.28); background: var(--editorial-hero-nav-background); }
.endowment-editorial-nav a { display: grid; min-height: 5.2rem; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-right: 1px solid rgba(255, 255, 255, 0.13); padding: 0 var(--editorial-edge); color: #fff; text-decoration: none; }
.endowment-editorial-nav a:last-child { border-right: 0; }
.endowment-editorial-nav a:hover,
.endowment-editorial-nav a.is-active { background: linear-gradient(105deg, rgba(117, 231, 243, 0.11), rgba(37, 79, 228, 0.3)); }
.endowment-editorial-nav span { color: #54e6ff; font-size: 0.65rem; font-weight: 750; }
.endowment-editorial-nav strong { font-size: 0.85rem; }
.endowment-editorial-nav i { color: #54e6ff; font-style: normal; }

.endowment-page-navigation {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid var(--editorial-line);
  padding: 0 var(--editorial-edge);
  background: #fff;
}

.endowment-breadcrumbs,
.endowment-page-navigation__links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
}

.endowment-breadcrumbs {
  overflow: hidden;
  color: #718096;
  font-size: 0.68rem;
  font-weight: 650;
}

.endowment-breadcrumbs a,
.endowment-page-navigation__links a {
  color: inherit;
  text-decoration: none;
}

.endowment-breadcrumbs a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.endowment-breadcrumbs a:hover,
.endowment-page-navigation__links a:hover {
  color: #285fff;
}

.endowment-breadcrumbs > span:last-child {
  min-width: 0;
  overflow: hidden;
  color: #172238;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.endowment-page-navigation__links {
  flex: 0 0 auto;
  gap: 1.25rem;
  color: #536176;
  font-size: 0.66rem;
  font-weight: 750;
}

.endowment-page-navigation__links a[aria-current="page"] {
  color: #285fff;
}

.endowment-editorial-subpage-cover {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin: 2.25rem 0 0;
  overflow: hidden;
  background: #e7eef4;
}

.endowment-editorial-subpage-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.endowment-editorial-section,
.endowment-editorial-split,
.endowment-editorial-contact,
.endowment-editorial-cta { padding: 6.5rem var(--editorial-edge); }
.endowment-editorial-section--light { background: #f2f5fb; }
.endowment-editorial-section--dark { background: #071544; color: #fff; }
.endowment-editorial-split { display: grid; min-height: 43rem; grid-template-columns: minmax(20rem, 0.64fr) minmax(0, 1.36fr); align-items: stretch; gap: 4.5rem; }
.endowment-editorial-main--overview .endowment-editorial-section,
.endowment-editorial-main--overview .endowment-editorial-split,
.endowment-editorial-main--overview .endowment-editorial-cta { padding-right: clamp(1rem, 6vw, 5.75rem); padding-left: clamp(1rem, 6vw, 5.75rem); }
.endowment-editorial-main--overview .endowment-editorial-split {
  grid-template-columns: minmax(25rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(4rem, 8.5vw, 8.5rem);
}
.endowment-editorial-mark {
  position: relative;
  display: flex;
  min-height: 30rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(84, 230, 255, 0.18);
  padding: 2.125rem;
  background: linear-gradient(145deg, #07133e 0%, #173fc3 100%);
}
.endowment-editorial-mark small {
  color: #54e6ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.endowment-editorial-mark img {
  width: min(21rem, 82%);
  height: auto;
  align-self: center;
  margin: auto 0;
  object-fit: contain;
}
.endowment-editorial-copy { display: flex; max-width: 58rem; flex-direction: column; justify-content: center; }
.endowment-editorial-copy h2,
.endowment-editorial-heading h2,
.endowment-editorial-contact h2,
.endowment-editorial-cta h2 { margin: 1rem 0 0; font-size: 3.8rem; font-weight: 620; line-height: 1; }
.endowment-editorial-copy__lead { margin: 2rem 0 0; color: #152142 !important; font-size: 1.08rem !important; font-weight: 700; }
.endowment-editorial-copy > p:not(.endowment-editorial-eyebrow) { max-width: 49rem; margin: 1.1rem 0 0; color: #627087; font-size: 0.96rem; line-height: 1.8; }
.endowment-editorial-text-link { display: inline-flex; width: fit-content; align-items: center; gap: 1.5rem; margin-top: 2rem; border-bottom: 1px solid #8ea5e5; padding-bottom: 0.55rem; color: #1f52e8; font-size: 0.78rem; font-weight: 750; text-decoration: none; }

.endowment-editorial-heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr); align-items: end; gap: 4rem; margin-bottom: 4rem; }
.endowment-editorial-heading h2 { max-width: 48rem; }
.endowment-editorial-heading--representatives { grid-template-columns: minmax(0, 1.05fr) minmax(28rem, .95fr); }
.endowment-editorial-heading--representatives h2 { max-width: 18ch; }
.endowment-editorial-heading--representatives .endowment-editorial-heading__aside { width: 100%; max-width: 42rem; justify-self: end; }
.endowment-editorial-heading > p,
.endowment-editorial-heading > div:not(:first-child):last-child > p { max-width: 42rem; margin: 0; color: #627087; font-size: 0.96rem; line-height: 1.75; }
.endowment-editorial-section--dark .endowment-editorial-heading > p { color: rgba(255, 255, 255, 0.65); }
.endowment-editorial-section--dark .endowment-editorial-eyebrow { color: #54e6ff; }
.endowment-editorial-main--overview .endowment-editorial-copy h2 { max-width: 17ch; font-size: 3.45rem; }
.endowment-editorial-main--overview .endowment-editorial-copy__lead { color: #627087 !important; font-size: .96rem !important; font-weight: 400; }
.endowment-editorial-principles-section .endowment-editorial-heading,
.endowment-editorial-directions-section .endowment-editorial-heading { grid-template-columns: minmax(0, 1.18fr) minmax(24rem, .82fr); }
.endowment-editorial-principles-section .endowment-editorial-heading h2,
.endowment-editorial-directions-section .endowment-editorial-heading h2 { max-width: 48rem; }

.endowment-editorial-grid { display: grid; border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.endowment-editorial-grid--three,
.endowment-editorial-grid--steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.endowment-editorial-grid article { display: flex; min-height: 17rem; min-width: 0; flex-direction: column; justify-content: end; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; padding: 1.8rem; background: #fff; }
.endowment-editorial-grid--steps article:nth-child(even) { background: #f2f5fb; }
.endowment-editorial-grid article small { margin-bottom: auto; color: #285fff; font-size: 0.62rem; font-weight: 750; }
.endowment-editorial-grid article h3 { margin: 1rem 0 0; font-size: 1.35rem; line-height: 1.08; }
.endowment-editorial-grid article p { margin: 0.75rem 0 0; color: #627087; font-size: 0.8rem; line-height: 1.62; }
.endowment-editorial-principles-section { min-height: 50rem; }
.endowment-editorial-principles-section .endowment-editorial-heading { margin-bottom: 4.5rem; }
.endowment-editorial-principles a { display: flex; min-height: 20.5rem; min-width: 0; flex-direction: column; justify-content: end; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; padding: 1.8rem; background: #fff; color: #0f1939; text-decoration: none; transition: background-color 180ms ease, color 180ms ease; }
.endowment-editorial-principles a small { margin-bottom: auto; color: #285fff; font-size: 0.62rem; font-style: normal; font-weight: 750; letter-spacing: 0; text-transform: uppercase; }
.endowment-editorial-principles a h3 { max-width: 13ch; margin: 3.2rem 0 0; font-size: 1.65rem; line-height: 1.02; }
.endowment-editorial-principles a p { margin: 0.85rem 0 0; color: #627087; font-size: 0.78rem; line-height: 1.65; }
.endowment-editorial-principles a:hover { background: #f2f5fb; }
.endowment-editorial-principles a:focus-visible { position: relative; z-index: 1; outline: 3px solid #54e6ff; outline-offset: -3px; }

.endowment-editorial-participation {
  position: relative;
  display: grid;
  min-height: 44rem;
  grid-template-columns: minmax(0, 1fr) minmax(30rem, 1fr);
  gap: clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  padding: 6.5rem clamp(1rem, 6vw, 5.75rem);
  background: #071544 url("./media/endowment/endowment-campus-benefits.39a0153ccc57.webp") center / cover no-repeat;
  color: #fff;
}
.endowment-editorial-participation::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 43, 0.8), rgba(7, 36, 112, 0.88));
  content: "";
}
.endowment-editorial-participation > * { position: relative; z-index: 1; }
.endowment-editorial-participation__heading { display: flex; flex-direction: column; justify-content: end; }
.endowment-editorial-participation__heading .endowment-editorial-eyebrow { color: #54e6ff; }
.endowment-editorial-participation__heading h2 { max-width: 14ch; margin: 1.2rem 0 0; font-size: 4rem; font-weight: 620; line-height: 1; }
.endowment-editorial-participation__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.endowment-editorial-participation__lead { max-width: 43rem; margin: 0 0 2.5rem; color: rgba(255, 255, 255, 0.74); font-size: 0.98rem; line-height: 1.75; }
.endowment-editorial-list { display: grid; max-width: none; margin-left: 0; }
.endowment-editorial-list article { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 1.6rem 0; }
.endowment-editorial-list article small { color: #54e6ff; font-weight: 750; }
.endowment-editorial-list h3 { margin: 0; font-size: 1.35rem; }
.endowment-editorial-list p { margin: 0.5rem 0 0; color: rgba(255, 255, 255, 0.65); line-height: 1.65; }

.endowment-editorial-direction-grid,
.endowment-editorial-results { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-directions-section { min-height: 57rem; }
.endowment-editorial-direction-grid a { position: relative; display: flex; min-height: 32rem; min-width: 0; flex-direction: column; overflow: hidden; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; color: #07102d; text-decoration: none; }
.endowment-editorial-direction-grid a:hover { background: #f2f5fb; }
.endowment-editorial-direction-card__media { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; flex: 0 0 auto; overflow: hidden; background: #edf2f8; }
.endowment-editorial-direction-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.endowment-editorial-direction-grid a:hover .endowment-editorial-direction-card__media img { transform: scale(1.025); }
.endowment-editorial-direction-grid small { font-size: 0.62rem; font-weight: 750; text-transform: uppercase; }
.endowment-editorial-direction-grid i { font-style: normal; }
.endowment-editorial-direction-grid a > div { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; justify-content: flex-end; padding: 1.7rem; background: #fff; }
.endowment-editorial-direction-grid a > div > small { display: block; width: max-content; color: #2a5bbf; }
.endowment-editorial-direction-grid h3 { margin: 0.7rem 0 0; font-size: 2.05rem; line-height: 1; }
.endowment-editorial-direction-grid p { margin: 0.85rem 0 0; color: #627087; font-size: 0.85rem; line-height: 1.65; }

.endowment-editorial-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-metrics article { display: flex; min-height: 15rem; flex-direction: column; justify-content: space-between; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; padding: 1.6rem; background: #fff; }
.endowment-editorial-metrics article > span { color: #285fff; font-size: 0.62rem; font-weight: 750; }
.endowment-editorial-metrics small { color: #627087; font-size: 0.66rem; text-transform: uppercase; }
.endowment-editorial-metrics strong { color: #285fff; font-size: 2.4rem; line-height: 1; }
.endowment-editorial-metrics-section { display: grid; min-height: 43rem; grid-template-columns: minmax(25rem, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(4rem, 7vw, 7rem); }
.endowment-editorial-metrics-section .endowment-editorial-heading { display: block; margin: 0; }
.endowment-editorial-metrics-section .endowment-editorial-heading h2 { max-width: 14ch; }
.endowment-editorial-metrics-section .endowment-editorial-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.endowment-editorial-metrics-section .endowment-editorial-metrics article { min-height: 13rem; }
.endowment-editorial-metrics-section .endowment-editorial-metrics strong { margin-top: auto; color: #07102d; font-size: 2.85rem; }
.endowment-editorial-metrics-section .endowment-editorial-metrics small { margin-top: 1rem; }

.endowment-editorial-media-story {
  display: grid;
  min-height: 43rem;
  grid-template-columns: minmax(0, 1.18fr) minmax(25rem, .82fr);
  background: #eef3f8;
}
.endowment-editorial-media-story figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dce4ee;
}
.endowment-editorial-media-story figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 15, 53, .2) 100%);
  content: "";
}
.endowment-editorial-media-story img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 43rem;
  object-fit: cover;
}
.endowment-editorial-media-story > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) var(--editorial-edge);
  background: linear-gradient(145deg, #183cae 0%, #2459e7 100%);
  color: #fff;
}
.endowment-editorial-media-story h2 {
  max-width: 14ch;
  margin: 1rem 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 4.15vw, 4.35rem);
  font-weight: 800;
  line-height: .98;
}
.endowment-editorial-media-story > article > p:not(.endowment-editorial-eyebrow) {
  max-width: 39rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: .96rem;
  line-height: 1.8;
}
.endowment-editorial-media-story .endowment-editorial-eyebrow { color: #7be7f5; }
.endowment-editorial-media-story .endowment-editorial-media-story__lead {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}
.endowment-editorial-media-story .endowment-editorial-text-link {
  border-color: rgba(123, 231, 245, .58);
  color: #7be7f5;
}
.endowment-editorial-media-story .endowment-editorial-text-link span {
  transition: transform 180ms ease;
}
.endowment-editorial-media-story .endowment-editorial-text-link:hover span {
  transform: translate(.15rem, -.15rem);
}
.endowment-editorial-media-story--reverse {
  grid-template-columns: minmax(25rem, .82fr) minmax(0, 1.18fr);
  background: #071544;
  color: #fff;
}
.endowment-editorial-media-story--reverse figure { order: 2; }
.endowment-editorial-media-story--reverse > article { order: 1; background: #071544; }
.endowment-editorial-media-story--reverse .endowment-editorial-eyebrow { color: #54e6ff; }
.endowment-editorial-media-story--reverse > article > p:not(.endowment-editorial-eyebrow) { color: rgba(255,255,255,.67); }
.endowment-editorial-media-story--reverse .endowment-editorial-media-story__lead { color: #fff; }
.endowment-editorial-media-story--reverse .endowment-editorial-text-link {
  border-color: rgba(84,230,255,.55);
  color: #54e6ff;
}
.endowment-editorial-format-grid article > a,
.endowment-editorial-format-grid article > button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  border: 0;
  border-bottom: 1px solid #8ea5e5;
  padding: 0 0 .5rem;
  background: transparent;
  color: #1f52e8;
  font: inherit;
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.endowment-editorial-format-grid article > a span,
.endowment-editorial-format-grid article > button span { transition: transform 180ms ease; }
.endowment-editorial-format-grid article > a:hover span,
.endowment-editorial-format-grid article > button:hover span { transform: translate(.15rem, -.1rem); }

.endowment-editorial-campaigns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-campaigns > a { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; background: #fff; color: #07102d; text-decoration: none; }
.endowment-editorial-campaigns__media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #e7ebf3; }
.endowment-editorial-campaigns__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.endowment-editorial-campaigns > a:hover img { transform: scale(1.025); }
.endowment-editorial-campaigns__media > i { position: absolute; top: 1rem; left: 1rem; padding: .45rem .65rem; background: #54e6ff; color: #07102d; font-size: .58rem; font-style: normal; font-weight: 750; }
.endowment-editorial-campaigns__copy { display: flex; min-height: 18rem; flex: 1; flex-direction: column; padding: 1.45rem; }
.endowment-editorial-campaigns__copy > small { color: #285fff; font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.endowment-editorial-campaigns__copy h3 { margin: .8rem 0 0; font-size: 1.35rem; line-height: 1.06; }
.endowment-editorial-campaigns__copy > p { margin: .75rem 0 0; color: #627087; font-size: .8rem; line-height: 1.6; }
.endowment-editorial-campaigns__copy > span { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.2rem; font-size: .66rem; }
.endowment-editorial-campaigns__copy > span i { color: #627087; font-style: normal; }
.endowment-editorial-campaigns__copy > em { display: block; height: .25rem; margin-top: .6rem; background: #e3e8f1; }
.endowment-editorial-campaigns__copy > em i { display: block; height: 100%; background: #285fff; }

.endowment-editorial-results article,
.endowment-editorial-people article { min-width: 0; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; padding-bottom: 1.5rem; }
.endowment-editorial-people {
  display: flex;
  overflow-x: auto;
  border-top: 1px solid #cbd5e5;
  border-left: 1px solid #cbd5e5;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.endowment-editorial-people::-webkit-scrollbar { display: none; }
.endowment-editorial-people article {
  flex: 0 0 25%;
  scroll-snap-align: start;
}
.endowment-editorial-people-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  margin-top: 1.5rem;
}
.endowment-editorial-people-controls > span {
  display: inline-flex;
  min-width: 5.3rem;
  align-items: baseline;
  gap: .42rem;
  margin-right: .4rem;
  color: #627087;
  font-size: .72rem;
}
.endowment-editorial-people-controls b { color: #285fff; font-size: 1.05rem; }
.endowment-editorial-people-controls i { font-style: normal; }
.endowment-editorial-people-controls small { font-size: .72rem; }
.endowment-editorial-people-controls button {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e5;
  background: #fff;
  color: #07102d;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.endowment-editorial-people-controls button:hover:not(:disabled) { border-color: #285fff; color: #285fff; }
.endowment-editorial-people-controls button:disabled { color: #a7b0c0; cursor: default; opacity: .55; }
.endowment-editorial-results img,
.endowment-editorial-people img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.endowment-editorial-people__portrait {
  display: block;
  aspect-ratio: 8 / 11;
  overflow: hidden;
  background: #e7ebf3;
}
.endowment-editorial-people .endowment-editorial-people__portrait img {
  height: 100%;
  aspect-ratio: auto;
  object-position: center top;
  transform: scale(1.12);
}
.endowment-editorial-results small,
.endowment-editorial-results h3,
.endowment-editorial-results p,
.endowment-editorial-results strong,
.endowment-editorial-people small,
.endowment-editorial-people h3 { display: block; margin-right: 1.25rem; margin-left: 1.25rem; }
.endowment-editorial-results small,
.endowment-editorial-people small { margin-top: 1.2rem; color: #285fff; font-size: .6rem; text-transform: uppercase; }
.endowment-editorial-results h3,
.endowment-editorial-people h3 { margin-top: .55rem; margin-bottom: 0; font-size: 1.35rem; line-height: 1.1; }
.endowment-editorial-results p { margin-top: .65rem; color: #627087; font-size: .78rem; line-height: 1.55; }
.endowment-editorial-results strong { margin-top: 1.25rem; color: #285fff; font-size: .75rem; }

.endowment-editorial-executive { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-executive article { display: grid; min-height: 22rem; grid-template-columns: minmax(12rem, .42fr) minmax(0, .58fr); border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; background: #fff; }
.endowment-editorial-executive img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; object-position: center 16%; }
.endowment-editorial-executive article > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 1.5rem; }
.endowment-editorial-executive small { color: #285fff; font-size: .66rem; font-weight: 750; line-height: 1.45; text-transform: uppercase; }
.endowment-editorial-executive h3 { margin: .8rem 0 1.4rem; font-size: clamp(1.2rem, 1.55vw, 1.5rem); line-height: 1.08; overflow-wrap: anywhere; }
.endowment-editorial-executive a { border-top: 1px solid #cbd5e5; padding: .75rem 0; color: #07102d; font-size: .8rem; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.endowment-editorial-governance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cbd5e5; border-left: 1px solid #cbd5e5; }
.endowment-editorial-governance article { display: flex; min-height: 23rem; flex-direction: column; justify-content: end; border-right: 1px solid #cbd5e5; border-bottom: 1px solid #cbd5e5; padding: 2rem; background: #fff; }
.endowment-editorial-governance strong { margin-bottom: auto; color: #285fff; font-size: 4rem; line-height: 1; }
.endowment-editorial-governance h3 { margin: 1rem 0 0; font-size: 1.35rem; }
.endowment-editorial-governance p { margin: .7rem 0 0; color: #627087; font-size: .78rem; line-height: 1.6; }

.endowment-editorial-heading--donors { align-items: start; }
.endowment-editorial-donors-summary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.endowment-editorial-donors-summary > p {
  max-width: 42rem;
  margin: 0;
  color: #627087;
  font-size: .86rem;
  line-height: 1.7;
}
.endowment-editorial-donors-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #cbd5e5;
  border-left: 1px solid #cbd5e5;
}
.endowment-editorial-donors-summary dl > div {
  display: grid;
  gap: .55rem;
  border-right: 1px solid #cbd5e5;
  border-bottom: 1px solid #cbd5e5;
  padding: .9rem 1rem;
}
.endowment-editorial-donors-summary dt {
  color: #627087;
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
}
.endowment-editorial-donors-summary dd {
  margin: 0;
  color: #285fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.endowment-editorial-supporters-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
  border-top: 1px solid #cbd5e5;
  border-left: 1px solid #cbd5e5;
}
.endowment-editorial-supporters-lane {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid #cbd5e5;
  border-bottom: 1px solid #cbd5e5;
  padding: 1.75rem;
  background: #fff;
}
.endowment-editorial-supporters-lane > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
.endowment-editorial-supporters-lane > header small {
  color: #285fff;
  font-size: .6rem;
  font-weight: 750;
  text-transform: uppercase;
}
.endowment-editorial-supporters-lane > header h3 {
  margin: .4rem 0 0;
  font-size: 1.45rem;
  line-height: 1.08;
}
.endowment-editorial-supporters-lane > header > strong {
  color: #285fff;
  font-size: .78rem;
  white-space: nowrap;
}
.endowment-editorial-donors {
  border-top: 1px solid #cbd5e5;
}
.endowment-editorial-donors article {
  display: grid;
  grid-template-columns: 3.35rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  border-bottom: 1px solid #cbd5e5;
  padding: 1rem 0;
}
.endowment-editorial-donors__identity {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  overflow: hidden;
  background: #f1f5fb;
  color: #285fff;
  font-size: .62rem;
  font-weight: 750;
}
.endowment-editorial-donors__identity i { font-style: normal; }
.endowment-editorial-donors__identity img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.endowment-editorial-donors__identity.is-organization img { object-fit: contain; object-position: center; padding: .45rem; background: #fff; }
.endowment-editorial-donors h4 {
  margin: 0;
  font-size: .95rem;
  line-height: 1.25;
}
.endowment-editorial-donors article div small {
  display: block;
  margin-top: .35rem;
  color: #627087;
  font-size: .62rem;
}
.endowment-editorial-donors article > strong {
  color: #07102d;
  font-size: .78rem;
  white-space: nowrap;
}
.endowment-editorial-donors-link { margin-top: auto; padding-top: 1.5rem; }
.endowment-editorial-team-fundraisers { background: #f4f7fc; }
.endowment-editorial-team-fundraisers__list { display: grid; gap: .75rem; }
.endowment-editorial-team-fundraisers__list > a {
  display: grid;
  gap: .7rem;
  border: 1px solid #cbd5e5;
  padding: 1rem;
  background: #fff;
  color: #07102d;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.endowment-editorial-team-fundraisers__list > a:hover { border-color: #285fff; transform: translateY(-2px); }
.endowment-editorial-team-fundraisers__list > a > span:first-child,
.endowment-editorial-team-fundraisers__list footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.endowment-editorial-team-fundraisers__list small,
.endowment-editorial-team-fundraisers__list i { color: #627087; font-size: .6rem; font-style: normal; }
.endowment-editorial-team-fundraisers__list h4 { margin: 0; font-size: 1rem; line-height: 1.2; }
.endowment-editorial-team-fundraisers__list p { margin: 0; color: #627087; font-size: .68rem; line-height: 1.5; }
.endowment-editorial-team-fundraisers__progress { height: 3px; overflow: hidden; background: #dce3ee; }
.endowment-editorial-team-fundraisers__progress i { display: block; height: 100%; background: #285fff; }
.endowment-editorial-team-fundraisers__list footer strong { color: #285fff; font-size: .76rem; }
.endowment-editorial-team-fundraisers__empty {
  display: grid;
  align-content: end;
  min-height: 13rem;
  border-top: 1px solid #cbd5e5;
  border-bottom: 1px solid #cbd5e5;
  padding: 1.5rem 0;
}
.endowment-editorial-team-fundraisers__empty strong { font-size: 1.1rem; }
.endowment-editorial-team-fundraisers__empty p { max-width: 32rem; margin: .65rem 0 0; color: #627087; font-size: .75rem; line-height: 1.6; }

.endowment-editorial-contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); gap: 5rem; background: linear-gradient(105deg, #071544, #173db7); color: #fff; }
.endowment-editorial-contact .endowment-editorial-eyebrow { color: #54e6ff; }
.endowment-editorial-contact > div:first-child > p:last-child { margin: 2rem 0 0; color: rgba(255,255,255,.63); line-height: 1.7; }
.endowment-editorial-contact > div:last-child { display: flex; flex-direction: column; justify-content: center; }
.endowment-editorial-contact > div:last-child > a:not(.endowment-editorial-action) { display: grid; gap: .45rem; border-top: 1px solid rgba(255,255,255,.25); padding: 1.3rem 0; color: #fff; text-decoration: none; }
.endowment-editorial-contact > div:last-child > a small { color: #54e6ff; font-size: .58rem; text-transform: uppercase; }
.endowment-editorial-contact > div:last-child > a strong { font-size: 1.05rem; }
.endowment-editorial-contact .endowment-editorial-action { margin-top: 1.4rem; }

.endowment-editorial-documents { border-top: 1px solid #cbd5e5; }
.endowment-editorial-documents article { display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; border-bottom: 1px solid #cbd5e5; padding: 1.3rem 0; }
.endowment-editorial-documents article > span { color: #285fff; font-size: .62rem; font-weight: 750; }
.endowment-editorial-documents small { color: #285fff; font-size: .58rem; text-transform: uppercase; }
.endowment-editorial-documents h3 { margin: .45rem 0 0; font-size: 1.15rem; }
.endowment-editorial-documents p { margin: .35rem 0 0; color: #627087; font-size: .78rem; }
.endowment-editorial-documents nav { display: flex; gap: .6rem; }
.endowment-editorial-documents button,
.endowment-editorial-documents nav a { border: 0; background: transparent; color: #285fff; font: inherit; font-size: .7rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.endowment-editorial-reporting { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-left: 40%; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.endowment-editorial-reporting article { display: grid; grid-template-columns: 2rem minmax(0,1fr); gap: 1rem; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); padding: 1.2rem; }
.endowment-editorial-reporting small { color: #54e6ff; font-size: .58rem; }
.endowment-editorial-reporting strong { font-size: .78rem; }

.endowment-editorial-cta { display: flex; min-height: 19rem; align-items: end; justify-content: space-between; gap: 3rem; background: linear-gradient(105deg, #0b1f65, #214be0); color: #fff; }
.endowment-editorial-cta small { color: #54e6ff; font-size: .65rem; text-transform: uppercase; }
.endowment-editorial-cta h2 { max-width: 18ch; }
.endowment-editorial-cta p { max-width: 46rem; margin: 1rem 0 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.endowment-editorial-cta__content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.endowment-editorial-cta__text-link { display: inline-flex; min-height: 3rem; flex: 0 0 auto; align-items: center; gap: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.5); color: #fff; font-size: .8rem; font-weight: 750; text-decoration: none; }
.endowment-editorial-cta--overview { min-height: 34rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.8fr); align-items: end; gap: clamp(4rem, 9vw, 9rem); background: linear-gradient(90deg, #0e2063 0%, #132b86 32%, #122d88 65%, #155895 100%); }
.endowment-editorial-cta--overview h2 { max-width: 12ch; font-size: 4rem; }
.endowment-editorial-cta--overview .endowment-editorial-cta__content { padding-bottom: 0.5rem; }
.endowment-editorial-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.6rem; }

@media (max-width: 1180px) {
  .endowment-editorial-hero { min-height: 44rem; grid-template-columns: minmax(0, 1fr) minmax(25rem, .78fr); }
  .endowment-editorial-hero h1 { font-size: 3.8rem; }
  .endowment-editorial-stat-card { min-height: 30rem; padding: 2rem; }
  .endowment-editorial-stat-card h2 { margin-top: 3rem; font-size: 2.5rem; }
  .endowment-editorial-stat-card__amount strong { font-size: 3rem; }
  .endowment-editorial-heading h2,
  .endowment-editorial-copy h2,
  .endowment-editorial-contact h2,
  .endowment-editorial-cta h2 { font-size: 3rem; }
  .endowment-editorial-grid--four,
  .endowment-editorial-direction-grid,
  .endowment-editorial-results,
  .endowment-editorial-campaigns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .endowment-editorial-executive { grid-template-columns: 1fr; }
  .endowment-editorial-people article { flex-basis: 50%; }
  .endowment-editorial-main--overview .endowment-editorial-split { gap: 4rem; }
  .endowment-editorial-participation__heading h2,
  .endowment-editorial-cta--overview h2 { font-size: 3.2rem; }
}

@media (max-width: 820px) {
  .endowment-editorial-hero { min-height: auto; grid-template-columns: 1fr; }
  .endowment-editorial-hero::after { inset: 45% 0 0; }
  .endowment-editorial-hero__copy { padding-top: 4rem; padding-bottom: 2rem; }
  .endowment-editorial-hero h1 { max-width: 13ch; font-size: 3rem; }
  .endowment-editorial-hero__visual { min-height: 34rem; padding: 1rem var(--editorial-edge) 3rem; }
  .endowment-editorial-stat-card,
  .endowment-editorial-hero-media-card { width: min(31rem, 100%); }
  .endowment-editorial-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .endowment-editorial-split,
  .endowment-editorial-heading,
  .endowment-editorial-contact,
  .endowment-editorial-supporters-layout { grid-template-columns: 1fr; }
  .endowment-editorial-main--overview .endowment-editorial-split,
  .endowment-editorial-principles-section .endowment-editorial-heading,
  .endowment-editorial-directions-section .endowment-editorial-heading,
  .endowment-editorial-participation,
  .endowment-editorial-metrics-section,
  .endowment-editorial-cta--overview { grid-template-columns: 1fr; }
  .endowment-editorial-split { min-height: auto; }
  .endowment-editorial-main--overview .endowment-editorial-split { gap: 3rem; }
  .endowment-editorial-mark { min-height: 24rem; }
  .endowment-editorial-heading { align-items: start; gap: 1.5rem; }
  .endowment-editorial-donors-summary dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .endowment-editorial-grid--three,
  .endowment-editorial-grid--steps,
  .endowment-editorial-governance,
  .endowment-editorial-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .endowment-editorial-media-story,
  .endowment-editorial-media-story--reverse { min-height: auto; grid-template-columns: 1fr; }
  .endowment-editorial-media-story figure,
  .endowment-editorial-media-story--reverse figure { min-height: 29rem; order: 1; }
  .endowment-editorial-media-story img { min-height: 29rem; }
  .endowment-editorial-media-story > article,
  .endowment-editorial-media-story--reverse > article { order: 2; }
  .endowment-editorial-reporting { margin-left: 0; }
  .endowment-editorial-participation { min-height: auto; gap: 2.5rem; }
  .endowment-editorial-participation__heading { min-height: 18rem; justify-content: end; }
  .endowment-editorial-participation__heading h2 { max-width: 12ch; }
  .endowment-editorial-metrics-section { min-height: auto; align-items: start; }
  .endowment-editorial-cta--overview { min-height: 31rem; gap: 3rem; }
}

@media (max-width: 560px) {
  .endowment-editorial-hero h1 { font-size: 2.35rem; }
  .endowment-editorial-hero__summary { font-size: .9rem; }
  .endowment-editorial-hero__actions { flex-direction: column; }
  .endowment-editorial-action { width: 100%; }
  .endowment-editorial-hero__visual { min-height: 30rem; }
  .endowment-editorial-stat-card { min-height: 26rem; padding: 1.35rem; }
  .endowment-editorial-stat-card h2 { margin-top: 2.2rem; font-size: 2rem; }
  .endowment-editorial-stat-card__amount { align-items: start; flex-direction: column; }
  .endowment-editorial-stat-card__amount strong { font-size: 2.55rem; }
  .endowment-editorial-nav { grid-template-columns: 1fr; }
  .endowment-editorial-section,
  .endowment-editorial-split,
  .endowment-editorial-contact,
  .endowment-editorial-cta { padding-top: 4rem; padding-bottom: 4rem; }
  .endowment-editorial-media-story figure,
  .endowment-editorial-media-story--reverse figure,
  .endowment-editorial-media-story img { min-height: 20rem; }
  .endowment-editorial-media-story > article { padding-top: 4rem; padding-bottom: 4rem; }
  .endowment-editorial-media-story h2 { font-size: 2.35rem; }
  .endowment-editorial-heading h2,
  .endowment-editorial-copy h2,
  .endowment-editorial-contact h2,
  .endowment-editorial-cta h2 { font-size: 2.35rem; }
  .endowment-editorial-mark { min-height: 19rem; }
  .endowment-editorial-mark { padding: 1.5rem; }
  .endowment-editorial-grid--four,
  .endowment-editorial-grid--three,
  .endowment-editorial-grid--steps,
  .endowment-editorial-direction-grid,
  .endowment-editorial-results,
  .endowment-editorial-campaigns,
  .endowment-editorial-governance,
  .endowment-editorial-metrics,
  .endowment-editorial-reporting { grid-template-columns: 1fr; }
  .endowment-editorial-grid article { min-height: 13rem; }
  .endowment-editorial-principles a { min-height: 16rem; }
  .endowment-editorial-principles a h3 { margin-top: 2.2rem; }
  .endowment-editorial-direction-grid a { min-height: 20rem; }
  .endowment-editorial-executive article { min-height: auto; grid-template-columns: 1fr; }
  .endowment-editorial-executive img { min-height: 0; aspect-ratio: 4 / 5; object-position: center top; }
  .endowment-editorial-people article { flex-basis: 88%; }
  .endowment-editorial-people-controls { justify-content: flex-start; }
  .endowment-editorial-donors-summary dl { grid-template-columns: 1fr; }
  .endowment-editorial-supporters-lane { padding: 1.25rem; }
  .endowment-editorial-supporters-lane > header { align-items: start; flex-direction: column; gap: .7rem; }
  .endowment-editorial-donors article { grid-template-columns: 3rem minmax(0, 1fr); gap: .7rem; }
  .endowment-editorial-donors__identity { width: 3rem; height: 3rem; }
  .endowment-editorial-donors article > strong { grid-column: 2; }
  .endowment-editorial-documents article { grid-template-columns: 2rem minmax(0, 1fr); }
  .endowment-editorial-documents nav { grid-column: 2; justify-content: flex-start; }
  .endowment-editorial-cta { align-items: start; flex-direction: column; }
  .endowment-editorial-participation { padding-top: 4rem; padding-bottom: 4rem; }
  .endowment-editorial-participation__heading { min-height: 14rem; }
  .endowment-editorial-participation__heading h2,
  .endowment-editorial-cta--overview h2 { font-size: 2.35rem; }
  .endowment-editorial-participation__lead { font-size: .9rem; }
  .endowment-editorial-metrics-section .endowment-editorial-metrics { grid-template-columns: 1fr; }
  .endowment-editorial-metrics-section .endowment-editorial-metrics article { min-height: 11rem; }
  .endowment-editorial-cta--overview { display: grid; }
  .endowment-editorial-cta__actions { align-items: stretch; flex-direction: column; width: 100%; }
  .endowment-editorial-cta__actions .endowment-editorial-action,
  .endowment-editorial-cta__actions .endowment-editorial-cta__text-link { width: 100%; }
}

/* Desktop geometry follows the 1545px Figma endowment frames. */

@media (min-width: 1181px) {
  .endowment-editorial-main--overview { --endowment-edge: 6.058252vw; }
  .endowment-editorial-hero {
    min-height: 46.1875rem;
    height: 46.1875rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    background: var(--editorial-hero-background);
  }
  .endowment-editorial-hero::after { display: none; }
  .endowment-editorial-hero .endowment-editorial-hero__copy {
    justify-content: flex-start;
    padding: 9.5625rem 0 0 3.9rem;
  }
  .endowment-editorial-hero--donate .endowment-editorial-hero__copy {
    justify-content: center;
    padding: 0 0 0 3.9rem;
  }
  .endowment-editorial-hero .endowment-editorial-kicker { width: max-content; gap: .75rem; font-size: .68rem; line-height: 1.35; letter-spacing: 0; }
  .endowment-editorial-hero .endowment-editorial-kicker span { width: 1.75rem; }
  .endowment-editorial-hero h1 {
    max-width: none;
    margin-top: 1.6875rem;
    font-family: "Unbounded", sans-serif;
    font-size: 4.75rem;
    font-weight: 500;
    letter-spacing: -0.087em;
    line-height: 5.0625rem;
    white-space: nowrap;
  }
  .endowment-editorial-hero h1 strong { display: block; width: max-content; }
  .endowment-editorial-hero .endowment-editorial-hero__summary { width: 41.25rem; margin-top: 1.875rem; font-size: .875rem; line-height: 1.4525rem; }
  .endowment-editorial-hero .endowment-editorial-hero__actions { margin-top: 2.375rem; }
  .endowment-editorial-hero .endowment-editorial-action { min-height: 3.4375rem; border-radius: .35rem; padding: 0 1.25rem; font-size: .875rem; font-weight: 700; }
  .endowment-editorial-hero .endowment-editorial-hero__visual { display: block; padding: 0; }
  .endowment-editorial-hero--subpage h1 {
    max-width: 13ch;
    font-size: clamp(3.1rem, 4vw, 4.35rem);
    letter-spacing: -0.065em;
    line-height: 1.02;
    white-space: normal;
  }
  .endowment-editorial-hero--subpage .endowment-editorial-hero__summary { max-width: 39rem; }
  .endowment-editorial-hero--team h1 > span,
  .endowment-editorial-hero--team h1 strong { display: inline; width: auto; transform: none; }
  .endowment-editorial-hero--team h1 strong::before { content: " "; }
  .endowment-editorial-stat-card {
    position: absolute;
    top: 5.94rem;
    left: 9.85rem;
    width: 31.375rem;
    min-height: 36.875rem;
    height: 36.875rem;
    padding: 2.375rem 2.625rem;
    box-shadow: 0 1.875rem 6.25rem rgba(0,0,0,.34);
  }
  .endowment-editorial-hero-media-card {
    position: absolute;
    top: 5.94rem;
    left: 9.85rem;
    width: 31.375rem;
    min-height: 36.875rem;
    height: 36.875rem;
    box-shadow: 0 1.875rem 6.25rem rgba(0,0,0,.34);
  }
  .endowment-editorial-hero--media .endowment-editorial-hero-media-card::after {
    background:
      linear-gradient(90deg, rgba(7,21,68,.92) 0%, rgba(7,21,68,.32) 8%, rgba(7,21,68,0) 18%),
      linear-gradient(180deg, rgba(5,15,53,.02) 42%, rgba(5,15,53,.92) 100%);
  }
  .endowment-editorial-stat-card h2 { margin-top: 3.0625rem; font-size: 3.8125rem; line-height: 3.8125rem; letter-spacing: -.07em; }
  .endowment-editorial-stat-card__amount { margin-top: 1.55rem; gap: .75rem; }
  .endowment-editorial-stat-card__amount strong { font-size: 5.125rem; line-height: 5.125rem; letter-spacing: -.07em; }
  .endowment-editorial-stat-card__goal { display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; color: #687487; font-size: .44rem; }
  .endowment-editorial-stat-card__goal strong { color: #2459ff; font-size: inherit; }
  .endowment-editorial-stat-card__progress { margin-top: .65rem; }
  .endowment-editorial-stat-card footer { margin-top: 1.6rem; }
  .endowment-editorial-nav { min-height: 4.75rem; height: 4.75rem; }
  .endowment-editorial-nav a { min-height: 4.75rem; padding: 0 1.95rem; }
  .endowment-editorial-nav a.is-active { background: linear-gradient(105deg, rgba(117,231,243,.11), rgba(37,79,228,.3)); }
  .endowment-editorial-nav a:hover { background: linear-gradient(105deg, rgba(117,231,243,.08), rgba(37,79,228,.24)); }
  .endowment-editorial-nav span,
  .endowment-editorial-nav strong,
  .endowment-editorial-nav i { font-size: .9375rem; }

  .endowment-editorial-main--overview .endowment-editorial-section,
  .endowment-editorial-main--overview .endowment-editorial-split,
  .endowment-editorial-main--overview .endowment-editorial-cta { padding-right: var(--endowment-edge); padding-left: var(--endowment-edge); }
  .endowment-editorial-main--overview .endowment-editorial-split {
    min-height: 43.75rem;
    height: 43.75rem;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 8.8125rem;
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
  .endowment-editorial-main--overview .endowment-editorial-eyebrow { width: max-content; }
  .endowment-editorial-main--overview .endowment-editorial-mark { min-height: 30rem; height: 30rem; padding: 2.125rem; }
  .endowment-editorial-main--overview .endowment-editorial-mark img { width: min(20.9375rem, 82%); transform: translateY(-.375rem); }
  .endowment-editorial-main--overview .endowment-editorial-copy { gap: 1.5rem; transform: translateY(.1875rem); }
  .endowment-editorial-main--overview .endowment-editorial-copy h2 { max-width: none; margin: 0; font-size: 4.875rem; letter-spacing: -.07em; line-height: 4.436rem; }
  .endowment-editorial-main--overview .endowment-editorial-copy > p:not(.endowment-editorial-eyebrow) { max-width: 40.25rem; margin: 0; font-size: .875rem; line-height: 1.575rem; }
  .endowment-editorial-main--overview .endowment-editorial-copy__lead { color: #687487 !important; font-size: .875rem !important; font-weight: 400; }
  .endowment-editorial-main--overview .endowment-editorial-copy__lead + p { margin-top: -1.125rem !important; }
  .endowment-editorial-main--overview .endowment-editorial-text-link { margin-top: .25rem; }

  .endowment-editorial-principles-section {
    min-height: 51.9415rem;
    height: 51.9415rem;
    padding-top: 3.1875rem;
    padding-bottom: 6.875rem;
  }
  .endowment-editorial-principles-section .endowment-editorial-heading {
    min-height: 17.522rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: end;
    gap: 5rem;
    margin-bottom: 3.625rem;
  }
  .endowment-editorial-principles-section .endowment-editorial-heading h2,
  .endowment-editorial-directions-section .endowment-editorial-heading h2 { max-width: none; font-size: 5.5rem; letter-spacing: -.065em; line-height: 5.06rem; }
  .endowment-editorial-principles-section .endowment-editorial-heading > p { max-width: 35.625rem; font-size: .9375rem; line-height: 1.59375rem; }
  .endowment-editorial-principles { min-height: 20.7315rem; }
  .endowment-editorial-principles a { min-height: 20.7315rem; height: 20.7315rem; padding: 1.75rem; }
  .endowment-editorial-principles a h3 { max-width: none; font-size: 1.75rem; letter-spacing: -.055em; }
  .endowment-editorial-principles a:first-child h3 { max-width: 17.5rem; }

  .endowment-editorial-participation {
    min-height: 42.5rem;
    height: 42.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(30rem, 1fr);
    gap: 6.25rem;
    padding: 5.5rem var(--endowment-edge);
  }
  .endowment-editorial-participation__heading { justify-content: center; transform: translateY(.75rem); }
  .endowment-editorial-participation__heading .endowment-editorial-eyebrow { color: #fff; }
  .endowment-editorial-participation__content { transform: translateY(.75rem); }
  .endowment-editorial-participation__heading h2 { max-width: 11ch; margin-top: 1.325rem; font-size: 5.46875rem; letter-spacing: -.065em; line-height: 4.9375rem; }
  .endowment-editorial-participation__lead { margin-bottom: 2.375rem; font-size: .875rem; }
  .endowment-editorial-list article { grid-template-columns: 2.6rem minmax(0,1fr); padding: 1rem 0; }
  .endowment-editorial-list h3 { font-size: .875rem; }
  .endowment-editorial-list p { font-size: .75rem; }

  .endowment-editorial-directions-section {
    min-height: 75rem;
    height: auto;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .endowment-editorial-directions-section .endowment-editorial-heading {
    min-height: 17.5625rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(24rem, .75fr);
    margin-bottom: 3.75rem;
  }
  .endowment-editorial-directions-section .endowment-editorial-direction-grid {
    min-height: 39rem;
    grid-template-columns: minmax(0, 1.26fr) minmax(25rem, .74fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    border: 0;
  }
  .endowment-editorial-direction-grid a {
    min-height: 0;
    height: auto;
    border: 1px solid #cbd5e5;
    background: #fff;
  }
  .endowment-editorial-direction-grid a:first-child { grid-row: 1 / 4; min-height: 39rem; }
  .endowment-editorial-direction-grid a:first-child::after {
    position: absolute;
    z-index: 1;
    inset: 24% 0 0;
    background: linear-gradient(180deg, rgba(4,14,45,0) 0%, rgba(4,14,45,.82) 70%, rgba(4,14,45,.96) 100%);
    content: "";
    pointer-events: none;
  }
  .endowment-editorial-direction-grid a:first-child .endowment-editorial-direction-card__media { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
  .endowment-editorial-direction-grid a:first-child > div { position: relative; z-index: 2; max-width: 46rem; justify-content: flex-end; padding: 2.25rem; background: transparent; }
  .endowment-editorial-direction-grid a:first-child > div > small { color: #78e7f3; }
  .endowment-editorial-direction-grid a:first-child h3 { max-width: 15ch; color: #fff; font-size: 3.55rem; letter-spacing: -.055em; }
  .endowment-editorial-direction-grid a:first-child p { max-width: 42rem; color: rgba(255,255,255,.78); font-size: .85rem; }
  .endowment-editorial-direction-grid a:not(:first-child) { display: grid; grid-template-columns: minmax(10rem, .42fr) minmax(0, .58fr); }
  .endowment-editorial-direction-grid a:not(:first-child) .endowment-editorial-direction-card__media { width: 100%; height: 100%; aspect-ratio: auto; }
  .endowment-editorial-direction-grid a:not(:first-child) > div { justify-content: center; padding: 1.35rem 1.5rem; }
  .endowment-editorial-direction-grid a:not(:first-child) h3 { margin-top: .55rem; font-size: 1.35rem; letter-spacing: -.035em; line-height: 1.05; }
  .endowment-editorial-direction-grid a:not(:first-child) p { display: -webkit-box; overflow: hidden; margin-top: .65rem; font-size: .68rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

  .endowment-editorial-metrics-section {
    min-height: 40.6875rem;
    height: 40.6875rem;
    grid-template-columns: 27.153rem minmax(0, 1fr);
    gap: 5rem;
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }
  .endowment-editorial-metrics-section .endowment-editorial-heading h2 { max-width: 8ch; font-size: 4.5rem; letter-spacing: -.065em; line-height: 4.125rem; }
  .endowment-editorial-metrics-section .endowment-editorial-heading h2 { margin-top: .5rem; }
  .endowment-editorial-metrics-section > .endowment-editorial-heading { transform: translateY(-.90625rem); }
  .endowment-editorial-metrics-section .endowment-editorial-metrics { min-height: 27.5625rem; height: 27.5625rem; }
  .endowment-editorial-metrics-section .endowment-editorial-metrics article { min-height: 13.78125rem; padding: 1.65rem; }
  .endowment-editorial-metrics-section .endowment-editorial-metrics strong { font-size: 3rem; }
  .endowment-editorial-metrics-section .endowment-editorial-metrics small { font-size: .6rem; text-transform: none; }

  .endowment-editorial-cta--overview {
    position: relative;
    min-height: 40.625rem;
    height: 40.625rem;
    grid-template-columns: 45.202rem minmax(0, 1fr);
    align-items: end;
    gap: 6.25rem;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 5.625rem;
  }
  .endowment-editorial-cta--overview::before { position: absolute; top: -8.2rem; right: -5rem; width: 32.625rem; height: 32.625rem; border: 1px solid rgba(99,230,255,.32); border-radius: 50%; box-shadow: 0 0 0 5.25rem rgba(7,22,81,.12), 0 0 0 10.5rem rgba(7,22,81,.08); content: ""; }
  .endowment-editorial-cta--overview > * { position: relative; z-index: 1; }
  .endowment-editorial-cta--overview > div:first-child { transform: none; }
  .endowment-editorial-cta--overview h2 { max-width: 10ch; margin-top: 1.75rem; font-size: 4.75rem; letter-spacing: -.08em; line-height: 4.9375rem; }
  .endowment-editorial-cta--overview .endowment-editorial-cta__content { padding-bottom: 0; }
  .endowment-editorial-cta--overview .endowment-editorial-cta__content p { font-size: .875rem; }
  .endowment-editorial-hero .endowment-editorial-action,
  .endowment-editorial-cta--overview .endowment-editorial-action { gap: 1.5rem; }

  .endowment-editorial-main--overview .endowment-editorial-copy h2,
  .endowment-editorial-main--overview .endowment-editorial-heading h2,
  .endowment-editorial-main--overview .endowment-editorial-participation__heading h2,
  .endowment-editorial-main--overview .endowment-editorial-direction-grid h3,
  .endowment-editorial-main--overview .endowment-editorial-principles h3,
  .endowment-editorial-main--overview .endowment-editorial-metrics strong,
  .endowment-editorial-main--overview .endowment-editorial-cta h2 { font-family: "Manrope", sans-serif; font-weight: 800; }

}

@media (max-width: 1180px) {
  .endowment-editorial-hero-media-card { min-height: 30rem; }
}

@media (max-width: 700px) {
  .endowment-page-navigation {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding-inline: 1rem;
  }
  .endowment-breadcrumbs { min-height: 3rem; }
  .endowment-page-navigation__links {
    min-height: 3rem;
    overflow-x: auto;
    border-top: 1px solid var(--editorial-line);
    white-space: nowrap;
  }
  .endowment-editorial-subpage-cover {
    aspect-ratio: 4 / 3;
    margin-top: 1.75rem;
  }
  .endowment-editorial-stat-card,
  .endowment-editorial-hero-media-card { min-height: 30.1875rem; }
  .endowment-editorial-hero-media-card figcaption { padding: 1.35rem; }
  .endowment-editorial-hero-media-card figcaption strong { font-size: 1.2rem; }
}

/* Keep the Figma composition on compact desktop and landscape tablet widths. */
@media (min-width: 701px) {
  .endowment-editorial-hero--about .endowment-editorial-hero__copy {
    padding-right: 1rem;
  }

  .endowment-editorial-hero--about h1 {
    max-width: 19ch;
    font-size: clamp(4.25rem, 5vw, 4.75rem);
  }

  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-heading {
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr);
    gap: 5.25rem;
  }

  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-heading h2,
  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-contact h2,
  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-cta h2 {
    max-width: 42rem;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3.25rem, 4.1vw, 4.35rem);
    font-weight: 800;
    line-height: .98;
  }

  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-heading > p,
  .endowment-editorial-main:not(.endowment-editorial-main--overview) .endowment-editorial-heading > div:not(:first-child):last-child > p {
    max-width: 34rem;
    justify-self: end;
  }

  .endowment-editorial-format-section {
    display: grid;
    grid-template-columns: minmax(23rem, .72fr) minmax(0, 1.28fr);
    align-items: end;
    gap: 5.25rem;
  }

  .endowment-editorial-format-section > .endowment-editorial-heading,
  .endowment-editorial-documents-metrics-section > .endowment-editorial-heading {
    display: block;
    margin: 0;
  }

  .endowment-editorial-format-section > .endowment-editorial-heading > p,
  .endowment-editorial-documents-metrics-section > .endowment-editorial-heading > p {
    margin-top: 1.4rem;
  }

  .endowment-editorial-format-section .endowment-editorial-grid {
    align-self: stretch;
  }

  .endowment-editorial-format-section .endowment-editorial-grid article {
    min-height: 21rem;
  }

  .endowment-editorial-documents-metrics-section {
    display: grid;
    grid-template-columns: minmax(22rem, .78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 5.25rem;
  }

  .endowment-editorial-documents-metrics-section .endowment-editorial-action {
    margin-top: 1.65rem;
  }

  .endowment-editorial-documents-metrics-section .endowment-editorial-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .endowment-editorial-documents-metrics-section .endowment-editorial-metrics article {
    min-height: 12.5rem;
  }

  .endowment-editorial-reporting-section {
    min-height: 31rem;
  }

  .endowment-editorial-reporting-section .endowment-editorial-heading {
    margin-bottom: 3rem;
  }

  .endowment-editorial-reporting-section .endowment-editorial-reporting {
    margin-left: 40%;
  }

  .endowment-editorial-main--documents .endowment-editorial-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(22rem, .88fr);
    align-items: end;
  }

  .endowment-editorial-main--documents .endowment-editorial-cta h2 {
    max-width: 52rem;
    font-size: clamp(3.05rem, 3.75vw, 4rem);
  }

  .endowment-editorial-representatives-section .endowment-editorial-heading--representatives {
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr);
  }
}

@media (max-width: 560px) {
  .endowment-editorial-hero__copy { min-height: 38.125rem; }
  .endowment-editorial-hero__visual { min-height: 34.25rem; }
}
