:root {
  --color-primary: #00102e;
  --color-accent: #ffb700;
  --color-link: #ffb344;
  --color-ink: #233452;
  --color-muted: #666;
  --color-paper: #fff;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-heading: var(--font-body);
  --content-width: 1140px;
  --space-xs: .5rem;
  --space-sm: 1rem;
  --space-md: 20px;
  --space-lg: 80px;
  --space-xl: 150px;
  --radius-card: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-paper); color: var(--color-ink); font: 16px/1.68 var(--font-body); }
a { color: var(--color-link); text-decoration: none; text-underline-offset: .2em; }
a:hover { text-decoration: underline; }
p { margin: 0 0 20px; }
img, video { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, h4 { color: var(--color-primary); font-family: var(--font-heading); font-weight: 600; line-height: 1.2; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid #3987b2; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px; background: #fff; color: var(--color-primary); z-index: 30; }
.skip-link:focus { top: 16px; }
.site-header { padding: 20px 0; position: relative; z-index: 5; background: #fff; }
.header-overlay { position: absolute; inset: 0 0 auto; background: transparent; }
.header-content { max-width: 1170px; margin: auto; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: block; flex-shrink: 0; }
.wordmark img { width: 224px; height: 100px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links > li > a, .nav-group > summary { color: var(--color-primary); font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.header-overlay .nav-links > li > a, .header-overlay .nav-group > summary { color: #fff; }
.nav-group { position: relative; }
.nav-group > summary { list-style: none; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > ul { position: absolute; top: 100%; right: 0; min-width: 250px; max-width: 310px; padding: 10px 0; margin: 12px 0 0; background: #1c1c1c; list-style: none; box-shadow: 0 3px 8px #0003; }
.nav-group > ul a { display: block; padding: 10px 18px; color: #fff; font-size: 14px; line-height: 1.4; }
.nav-group > ul a:hover { color: var(--color-link); }
.mobile-nav { display: none; }
.hero { height: 600px; background: url('../images/cropped-clean_drop-no-black-d5199715.png') center center / cover no-repeat; }
.section, .section-wide { width: 100%; max-width: var(--content-width); margin: 0 auto; padding: 60px 10px; }
.section { max-width: 900px; }
.heading-display { margin: 10px 0 24px; font-size: 42px; font-weight: 600; letter-spacing: normal; overflow-wrap: break-word; }
.heading-section { margin: 0 0 24px; font-size: 52px; color: var(--color-accent); font-weight: 600; letter-spacing: normal; overflow-wrap: break-word; }
h3.heading-section { font-size: 32px; }
.text-lead { font-size: 20px; line-height: 1.68; }
.text-muted, .caption { color: var(--color-muted); }
.caption { font-size: 13px; }
.eyebrow { font-size: 12px; letter-spacing: 1px; }
.welcome { padding-top: 80px; padding-bottom: 160px; text-align: center; }
.welcome .heading-display { margin: 0 0 20px; line-height: 1; }
.welcome p { margin: 0; }
.home-section { padding-top: 20px; padding-bottom: 0; margin-bottom: var(--space-xl); }
.home-section > .heading-section { line-height: 1.68; font-weight: 700; margin: 0 0 30px; }
.mission-statement { text-align: center; color: var(--color-primary); font-size: 20px; font-weight: 600; line-height: 1.2; margin: 0 0 44px; }
.columns-2, .columns-3, .card-grid { display: grid; gap: var(--space-md); align-items: start; }
.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.columns-3, .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mission-columns img { width: 80%; margin: 0 auto 15px; }
.mission-columns p { margin-bottom: 0; }
.initiative-row { display: grid; grid-template-columns: 34% minmax(0, 1fr); gap: 20px; min-height: 220px; padding: 10px 0; }
.initiative-row > img { width: 200px; height: 200px; object-fit: contain; justify-self: center; }
.initiative-row h3 { font-size: 32px; margin: 10px 0 24px; line-height: 1.2; }
.initiative-row p { margin-bottom: 20px; }
.grantee-grid { row-gap: 90px; }
.grantee-grid p { margin: 0; }
.grantee-grid img { width: auto; max-height: 360px; margin: 0 auto; }
.grantee-grid a { display: block; }
.about-columns video { width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: contain; }
.giving-columns { display: grid; grid-template-columns: 40% minmax(0, 1fr); gap: 20px; align-items: start; }
.giving-columns > img { width: 300px; margin: 0 auto; }
.featured-story { margin-bottom: 80px; }
.featured-story > .heading-section { color: var(--color-primary); line-height: 1.2; margin-bottom: 24px; }
.featured-story > h3 { font-size: 42px; }
.prose { overflow-wrap: anywhere; }
.prose > img, .prose > .image-full { width: auto; max-height: 480px; margin: 30px auto; object-fit: contain; }
.prose p > img { max-height: 430px; width: auto; margin: auto; }
.prose h2:first-child { margin-top: 0; }
.prose h2 { margin-top: 40px; }
.page-heading { padding-bottom: 0; }
.page-heading .heading-display { margin-bottom: 0; }
.card { padding: 25px; border: 1px solid #ddd; border-radius: var(--radius-card); overflow-wrap: anywhere; }
.card .heading-section { font-size: 28px; }
.image-full { max-width: 100%; height: auto; border-radius: var(--radius-card); }
.button-primary, .button-secondary { display: inline-block; padding: 10px 24px; border: 1px solid var(--color-link); border-radius: 3px; font-size: 14px; font-weight: 600; text-decoration: none; }
.button-primary { background: var(--color-link); color: var(--color-primary); }
.button-secondary { background: #fff; color: var(--color-primary); }
.button-primary:hover, .button-secondary:hover { background: var(--color-primary); color: #fff; text-decoration: none; }
.callout { background: #fff5dc; border-left: 3px solid var(--color-accent); padding: 24px; }
.quote, blockquote { margin: 28px 0; padding-left: 24px; font-size: 24px; font-style: italic; border-left: 3px solid var(--color-accent); }
.text-left { text-align: left; }.text-center { text-align: center; }.text-right { text-align: right; }
.site-footer { background: #252525; color: #b8b8b8; font-size: 14px; }
.footer-content { max-width: 1170px; margin: auto; padding: 75px 15px; gap: 30px; }
.site-footer h2 { color: #fff; font-size: 22px; text-transform: uppercase; margin: 5px 0 18px; }
.site-footer nav { display: grid; justify-items: start; gap: 12px; }
.site-footer address { font-style: normal; line-height: 2; }
.site-footer a { color: #ddd; }
.site-footer .button-primary { color: var(--color-primary); }
.site-footer .button-primary:hover { color: #fff; }
.footer-credit { padding: 22px max(15px, calc((100% - 1140px) / 2)); background: #1c1c1c; color: #aaa; font-size: 13px; }
@media (max-width: 1199px) and (min-width: 1025px) { .header-content { max-width: 970px; }.section-wide { max-width: 960px; }.nav-links { gap: 18px; } }
@media (max-width: 1024px) {
  .site-header, .header-overlay { position: relative; background: #fff; }
  .header-content { flex-direction: column; gap: 20px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; width: 100%; text-align: center; }
  .mobile-nav > summary { display: inline-block; cursor: pointer; font-size: 24px; line-height: 1; list-style: none; padding: 0 10px; color: var(--color-primary); }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .mobile-nav > summary span { font-size: 14px; vertical-align: middle; }
  .mobile-nav nav { text-align: left; margin-top: 20px; background: #1c1c1c; }
  .mobile-nav .nav-links { display: block; }
  .mobile-nav .nav-links > li > a, .mobile-nav .nav-group > summary { display: block; color: #fff; padding: 12px 18px; }
  .mobile-nav .nav-group > ul { position: static; margin: 0; padding-left: 20px; min-width: 0; max-width: none; box-shadow: none; }
  .hero { display: none; }
  .section-wide { max-width: 960px; padding-inline: 20px; }
}
@media (max-width: 767px) {
  .section, .section-wide { padding-inline: 20px; }
  .heading-display, .welcome .heading-display { font-size: 24px; }
  .heading-section { font-size: clamp(32px, 9vw, 52px); }
  h3.heading-section { font-size: 28px; }
  .welcome { padding-top: 80px; padding-bottom: 150px; }
  .home-section { margin-bottom: 100px; }
  .home-section > .heading-section { line-height: 1.35; }
  .columns-2, .columns-3, .card-grid, .initiative-row, .giving-columns { grid-template-columns: minmax(0, 1fr); }
  .mission-columns { gap: 45px; }
  .mission-statement { font-size: 18px; }
  .initiative-row { padding-bottom: 30px; gap: 20px; }
  .grantee-grid { gap: 40px; }
  .grantee-grid img { max-height: 300px; }
  .giving-columns { gap: 30px; }
  .featured-story > h3 { font-size: 30px; }
  .footer-content { padding: 45px 20px; gap: 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
