:root {
  --navy: #082746;
  --navy-2: #123b5d;
  --teal: #5ca49d;
  --teal-dark: #2c746f;
  --amber: #dda43f;
  --amber-soft: #f1d392;
  --mint: #dcebe7;
  --cream: #f6f2e9;
  --sand: #e7dfd1;
  --white: #fff;
  --muted: #526578;
  --line: rgba(8, 39, 70, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section { padding: clamp(82px, 9vw, 142px) clamp(24px, 7vw, 112px); }
.section-label, .eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 86px; padding: 13px clamp(24px, 5vw, 80px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { flex: 0 0 min(390px, 32vw); }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 23px; }
nav a { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
nav a:hover, nav a:focus-visible { color: var(--teal-dark); }
.nav-support { padding: 10px 15px; color: var(--navy); background: var(--amber); border: 1px solid var(--amber); }

.hero { position: relative; padding: clamp(58px, 7vw, 104px) clamp(24px, 7vw, 112px) clamp(70px, 8vw, 120px); background: linear-gradient(118deg, var(--white) 0 58%, #d8ebe7 58% 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 33%; height: 12px; background: var(--amber); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr); gap: clamp(48px, 7vw, 110px); align-items: center; max-width: 1450px; margin: 0 auto; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(50px, 6.5vw, 98px); }
h1 em { color: var(--teal-dark); font-weight: 400; text-decoration-color: var(--amber); text-decoration-line: underline; text-decoration-thickness: .08em; text-underline-offset: .12em; }
.hero-deck { max-width: 790px; margin: 0; color: var(--muted); font-size: clamp(20px, 1.9vw, 29px); line-height: 1.43; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border: 1px solid var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--teal-dark); border-color: var(--teal-dark); }
.button-secondary { background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--white); background: var(--navy); }
.hero-visual { position: relative; min-height: 650px; }
.hero-visual::before { content: ""; position: absolute; top: -26px; right: -28px; width: 43%; height: 36%; background: var(--amber); }
.hero-main-image { position: absolute; z-index: 1; inset: 0 0 8% 0; margin: 0; overflow: hidden; background: var(--sand); box-shadow: 0 24px 60px rgba(8,39,70,.16); }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.03); }
.hero-inset-image { position: absolute; z-index: 2; right: -18px; bottom: 0; width: 49%; aspect-ratio: 4 / 3; margin: 0; padding: 10px; overflow: hidden; background: var(--white); box-shadow: 0 22px 48px rgba(8,39,70,.28); }
.hero-inset-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.approach { display: grid; grid-template-columns: .48fr 1.52fr; gap: clamp(45px, 7vw, 110px); max-width: 1450px; margin: 0 auto; }
.section-kicker > span { color: var(--muted); font-size: 14px; }
.approach h2, .section-head h2, .method h2, .media h2, .impact h2, .support h2, .partner h2 { font-size: clamp(43px, 5.3vw, 78px); }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; color: var(--muted); font-size: 20px; }
.two-column-copy p { margin: 24px 0 0; }
.approach-image, .partner-image { margin: 48px 0 0; overflow: hidden; background: var(--sand); box-shadow: 0 22px 55px rgba(8,39,70,.14); }
.approach-image { aspect-ratio: 16 / 9; border-top: 8px solid var(--teal); }
.partner-image { aspect-ratio: 16 / 9; border-top: 8px solid var(--amber); }
.approach-image img, .partner-image img { width: 100%; height: 100%; object-fit: cover; }
blockquote { margin: 62px 0 0; padding: 34px 38px 34px; color: var(--white); background: var(--navy); border-left: 8px solid var(--amber); }
blockquote p { max-width: 930px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.2vw, 45px); line-height: 1.3; }
blockquote cite { display: block; margin-top: 18px; color: var(--amber-soft); font-size: 13px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.initiatives { color: var(--white); background: var(--navy); }
.initiatives .section-label { color: var(--amber-soft); }
.section-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; max-width: 1450px; margin: 0 auto 75px; }
.initiative { display: grid; grid-template-columns: .88fr 1.12fr; max-width: 1450px; margin: 0 auto 34px; color: var(--navy); background: var(--white); border-top: 9px solid var(--teal); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.initiative-two { border-top-color: var(--amber); }
.initiative-two { direction: rtl; }
.initiative-two > * { direction: ltr; }
.initiative-image { position: relative; min-height: 690px; margin: 0; overflow: hidden; }
.initiative-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.12) contrast(1.04); }
.initiative-image figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 11px; color: var(--navy); background: var(--amber); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.initiative-copy { padding: clamp(38px, 5vw, 76px); }
.initiative-number { color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.initiative-number strong { margin-left: 8px; color: var(--navy); font-size: 23px; }
.initiative h3 { max-width: 650px; margin: 34px 0 42px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.1vw, 61px); font-weight: 400; }
.problem-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.problem-solution span, .status-line span, .focus-list > span { color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.problem-solution p { color: var(--muted); }
.status-line, .focus-list { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.status-line strong { display: block; margin-top: 8px; font-size: 18px; line-height: 1.4; }
.focus-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 17px 0 0; padding: 0; list-style: none; }
.focus-list li { color: var(--muted); font-size: 15px; }
.focus-list li::before { content: "—"; margin-right: 7px; color: var(--teal-dark); }

.method { color: var(--white); background: linear-gradient(135deg, #071f39 0 55%, #124f5c 100%); }
.method .section-label { color: var(--amber-soft); }
.method-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: end; max-width: 1450px; margin: 0 auto 70px; }
.method-intro figure { height: clamp(310px, 34vw, 510px); margin: 0; overflow: hidden; }
.method-intro img { width: 100%; height: 100%; object-fit: cover; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1450px; margin: 0 auto; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.method-grid li { min-height: 330px; padding: 32px 28px; border-left: 1px solid rgba(255,255,255,.25); }
.method-grid li:first-child { border-left: 0; }
.step-number { color: var(--amber); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.method-grid h3 { margin: 48px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.method-grid p { color: #cfdae4; font-size: 15px; }

.media { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 10vw, 150px); max-width: 1450px; margin: 0 auto; background: var(--cream); }
.media-body { padding-top: 46px; color: var(--muted); font-size: 20px; }
.media-close { margin-top: 42px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 33px; line-height: 1.28; }
.media-close span { color: var(--teal-dark); }
.editorial-art { position: relative; grid-column: 1 / -1; aspect-ratio: 16 / 9; height: auto; margin: 20px 0 0; overflow: hidden; background: var(--navy); }
.editorial-art img { width: 100%; height: 100%; object-fit: cover; }
.editorial-art figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); height: 23%; color: var(--white); }
.editorial-art figcaption span { display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; border-left: 1px solid rgba(255,255,255,.25); text-align: center; }
.editorial-art figcaption span:first-child { border-left: 0; }
.editorial-art figcaption strong { color: var(--amber-soft); font-size: clamp(14px, 1.5vw, 23px); line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; }
.editorial-art figcaption small { margin-top: 8px; color: #dbe7ef; font-size: clamp(11px, 1vw, 15px); line-height: 1.35; }

.impact { color: var(--navy); background: var(--amber); }
.impact .section-label { color: var(--navy); }
.impact-heading { display: grid; grid-template-columns: .42fr 1.58fr; gap: 40px; align-items: start; max-width: 1450px; margin: 0 auto 65px; }
.impact-heading > div > p { max-width: 980px; margin: 24px 0 0; color: #243b4f; font-size: 20px; }
.commitment-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1450px; margin: 0 auto; color: var(--white); background: var(--navy); box-shadow: 0 24px 55px rgba(8,39,70,.2); }
.commitment-grid article { min-height: 285px; padding: 34px; border-left: 1px solid rgba(255,255,255,.22); }
.commitment-grid article:first-child { border-left: 0; }
.commitment-grid span { color: var(--amber); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 74px); font-weight: 400; line-height: 1; }
.commitment-grid h3 { margin: 42px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.commitment-grid p { color: #d4e0e8; font-size: 15px; }

.support { color: var(--white); background: #0b5d5a; }
.support .section-label { color: var(--amber-soft); }
.support-intro { display: grid; grid-template-columns: .45fr 1.05fr .5fr; gap: 40px; align-items: end; max-width: 1450px; margin: 0 auto 65px; }
.support-intro > p:last-child { color: #d9eeeb; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1450px; margin: 0 auto; border: 1px solid rgba(255,255,255,.34); }
.support-grid article { display: flex; min-height: 320px; padding: 32px; border-left: 1px solid rgba(255,255,255,.34); flex-direction: column; }
.support-grid article:first-child { border-left: 0; }
.amount { display: block; color: var(--amber); font-family: Georgia, "Times New Roman", serif; font-size: 42px; }
.support-grid h3 { margin: 52px 0 16px; font-size: 21px; letter-spacing: -.01em; }
.support-grid p { color: #d9eeeb; font-size: 15px; }
.support-note { max-width: 1450px; margin: 22px auto 0; color: #d9eeeb; font-size: 13px; }
.support-link { align-self: flex-start; margin-top: auto; padding-top: 18px; color: var(--amber-soft); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.support-link:hover, .support-link:focus-visible { color: var(--white); }
.amount-wide { font-size: 34px; }
.support-action { display: flex; align-items: center; justify-content: space-between; gap: 34px; max-width: 1450px; margin: 30px auto 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.3); }
.support-action p { max-width: 930px; margin: 0; color: #d9eeeb; font-size: 14px; }
.button-light { flex: 0 0 auto; color: var(--navy); background: var(--amber); border-color: var(--amber); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--navy); border-color: var(--white); }

.partner { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 10vw, 150px); max-width: 1450px; margin: 0 auto; border-top: 12px solid var(--amber); }
.partner-copy { padding-top: 48px; color: var(--muted); font-size: 20px; }
.partner-copy > p:first-child { margin-top: 0; color: var(--navy); font-size: clamp(22px, 2vw, 28px); line-height: 1.45; }
.partner-seeking { margin: 38px 0 16px; color: var(--navy); }
.partner-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.partner-list li { position: relative; padding: 0 0 18px 28px; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.6; }
.partner-list li::before { position: absolute; top: .56em; left: 0; width: 10px; height: 10px; background: var(--amber); border-radius: 50%; content: ""; }
.partner-list strong { color: var(--teal-dark); }
.partner-copy .button { margin-top: 28px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; padding: 55px clamp(24px, 7vw, 112px); background: var(--white); }
footer img { width: min(460px, 55vw); }
footer p { margin: 0; }
footer > p:nth-of-type(1) { justify-self: end; color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.legal, .copyright { color: var(--muted); font-size: 13px; }
.copyright { justify-self: end; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.footer-links a { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--teal-dark); }

.interior-page { background: var(--cream); }
.policy-main, .contact-main { max-width: 1240px; margin: 0 auto; padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 80px); }
.policy-intro, .contact-intro { max-width: 920px; margin-bottom: 55px; }
.policy-intro h1, .contact-intro h1, .thank-you-main h1 { margin-bottom: 24px; font-size: clamp(48px, 7vw, 88px); }
.policy-intro > p:not(.eyebrow):not(.updated), .contact-intro > p:not(.eyebrow) { color: var(--muted); font-size: clamp(19px, 2vw, 25px); }
.updated { color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.policy-index { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 70px; padding: 22px; background: var(--navy); }
.policy-index a { padding: 8px 11px; color: var(--white); border: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 800; text-decoration: none; }
.policy-index a:hover, .policy-index a:focus-visible { color: var(--navy); background: var(--amber); border-color: var(--amber); }
.policy-content { max-width: 960px; }
.policy-content section { padding: 60px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.policy-content section:first-child { padding-top: 0; border-top: 0; }
.policy-content h2, .contact-card h2 { margin-bottom: 30px; font-size: clamp(38px, 4.8vw, 60px); }
.policy-content h3 { margin: 34px 0 8px; color: var(--teal-dark); font-family: Arial, Helvetica, sans-serif; font-size: 17px; letter-spacing: 0; }
.policy-content p, .policy-content li { color: var(--muted); font-size: 18px; }
.policy-content a:not(.button) { color: var(--teal-dark); font-weight: 700; text-underline-offset: 3px; }
.interior-footer { margin-top: 30px; }

.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 90px); padding: clamp(36px, 5vw, 68px); background: var(--white); border-top: 10px solid var(--amber); box-shadow: 0 25px 70px rgba(8,39,70,.14); }
.giving-disclosure { margin-top: 30px; padding: 22px; color: var(--white); background: var(--teal-dark); border-left: 7px solid var(--amber); }
.giving-disclosure p { margin: 0 0 12px; }
.giving-disclosure p:last-child { margin-bottom: 0; }
.form-alert { padding: 14px 16px; color: #7e1f1f; background: #f9e0dd; border-left: 5px solid #b33a2f; }
.contact-form { display: grid; gap: 9px; }
.contact-form label { margin-top: 10px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--navy); background: var(--cream); border: 1px solid rgba(8,39,70,.32); border-radius: 0; font: inherit; }
.contact-form textarea { resize: vertical; }
.optional { color: var(--muted); font-size: 11px; font-weight: 400; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; line-height: 1.45; }
.consent-row input { margin-top: 4px; }
.consent-row a { color: var(--teal-dark); }
.submit-button { justify-self: start; margin-top: 18px; cursor: pointer; }
.form-note { color: var(--muted); font-size: 12px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.thank-you-main { max-width: 780px; margin: 12vh auto; padding: 50px clamp(24px, 6vw, 70px); background: var(--white); border-top: 10px solid var(--amber); box-shadow: 0 25px 70px rgba(8,39,70,.14); }
.thank-you-main > img { width: min(440px, 100%); margin-bottom: 70px; }
.thank-you-main > p:not(.eyebrow) { margin-bottom: 34px; color: var(--muted); font-size: 20px; }

@media (max-width: 1120px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .brand { flex-basis: auto; width: min(390px, 78vw); }
  nav { width: 100%; overflow-x: auto; justify-content: flex-start; padding-bottom: 6px; }
  .hero-inner, .initiative, .method-intro, .media, .partner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 610px; }
  .initiative-two { direction: ltr; }
  .initiative-image { min-height: 540px; }
  .impact-heading, .support-intro { grid-template-columns: .55fr 1.45fr; }
  .support-intro > p:last-child { grid-column: 2; }
  .method-grid, .commitment-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { grid-template-columns: 1fr; }
  .method-grid li:nth-child(3), .support-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .support-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.3); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { position: relative; padding: 14px 20px; }
  nav { gap: 18px; }
  .nav-support { padding: 6px 9px; }
  .hero { padding-top: 54px; }
  .hero { background: linear-gradient(180deg, var(--white) 0 64%, #d8ebe7 64% 100%); }
  .hero-visual { min-height: 480px; }
  .hero-main-image { inset: 0 0 8% 0; }
  .hero-inset-image { right: -8px; width: 57%; padding: 7px; }
  .approach, .section-head, .two-column-copy, .problem-solution, .impact-heading, .support-intro { grid-template-columns: 1fr; gap: 24px; }
  .support-intro > p:last-child { grid-column: auto; }
  blockquote { padding-left: 22px; }
  .initiative-image { min-height: 390px; }
  .focus-list ul, .method-grid, .commitment-grid, .support-grid { grid-template-columns: 1fr; }
  .editorial-art { aspect-ratio: 16 / 9; height: auto; }
  .editorial-art figcaption span { padding: 8px 6px; }
  .editorial-art figcaption strong { font-size: clamp(9px, 3vw, 14px); }
  .editorial-art figcaption small { display: none; }
  .method-grid li, .commitment-grid article, .support-grid article { min-height: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .commitment-grid article { border-top-color: var(--line); }
  .method-grid li:first-child, .commitment-grid article:first-child, .support-grid article:first-child { border-top: 0; }
  .support-grid article:nth-child(3), .support-grid article:nth-child(4) { border-left: 0; }
  .support-action { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer > p:nth-of-type(1), .copyright { justify-self: start; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
