@font-face {
  font-family: "Geist Local";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Local";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font-geist-sans: "Geist Local", Arial, Helvetica, sans-serif;
  --navy: #003366;
  --navy-deep: #022643;
  --blue: #0066cc;
  --sky: #dceeff;
  --gold: #f4b400;
  --gold-soft: #ffd76b;
  --cream: #f5f0e6;
  --paper: #fbfaf7;
  --ink: #122638;
  --muted: #5d6c78;
  --line: rgba(0, 51, 102, 0.16);
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 35, 67, 0.16);
}

/* WordPress integration */
[hidden] {
  display: none !important;
}

.v3-desktop-nav .t2i-menu,
.v3-mobile-nav .t2i-menu {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-desktop-nav .t2i-menu li,
.v3-mobile-nav .t2i-menu li {
  display: contents;
}

.t2i-has-admin-bar .v3-header {
  top: 32px;
}

.t2i-modal-open {
  overflow: hidden;
}

.t2i-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.t2i-added-content .entry-content,
.t2i-generic-page .entry-content,
.t2i-index .entry-content {
  max-width: 900px;
}

.t2i-added-content .entry-content > * + *,
.t2i-generic-page .entry-content > * + *,
.t2i-index .entry-content > * + * {
  margin-top: 1.25em;
}

.t2i-generic-page,
.t2i-index,
.t2i-not-found {
  min-height: 60vh;
  padding: clamp(90px, 12vw, 170px) 0;
}

.t2i-generic-page h1,
.t2i-index h1,
.t2i-not-found h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: var(--v3-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.98;
}

.t2i-story-pagination {
  margin-top: 48px;
}

.t2i-story-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.t2i-story-pagination a,
.t2i-story-pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid var(--v3-line);
  border-radius: 999px;
}

.t2i-story-pagination .current {
  border-color: var(--v3-navy);
  background: var(--v3-navy);
  color: #fff;
}

@media screen and (max-width: 782px) {
  .t2i-has-admin-bar .v3-header {
    top: 46px;
  }
}

/* Final content and trust overhaul */
.v4-footer-contacts {
  margin-top: 48px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(220px, 1fr));
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.v4-footer-contact-heading > span,
.v4-footer-contacts address > span {
  display: block;
  color: var(--v3-gold-soft);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v4-footer-contact-heading p {
  max-width: 360px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.v4-footer-contacts address {
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  font-style: normal;
}

.v4-footer-contacts address strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.v4-footer-contacts address a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.v4-footer-contacts address a:first-of-type {
  margin-top: 8px;
}

.v4-footer-contacts address a:hover {
  color: #fff;
}

.v4-partnership-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v4-partnership-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(232, 178, 63, 0.18), transparent 30%), linear-gradient(120deg, transparent 65%, rgba(14, 102, 128, 0.24));
  pointer-events: none;
}

.v4-partnership-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
}

.v4-partnership-hero .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v4-partnership-hero h1,
.v4-transparency-hero h1,
.v4-story-detail h1,
.v4-story-not-found h1 {
  margin: 16px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.4vw, 7rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.v4-partnership-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.72;
}

.v4-relationship-tags {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v4-relationship-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.65rem;
  font-weight: 730;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v4-partnership-hero figure {
  position: relative;
  margin: 0;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.v4-partnership-hero figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.v4-partnership-hero figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.v4-partnership-hero figcaption {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: rgba(2, 21, 36, 0.9);
  backdrop-filter: blur(8px);
}

.v4-partnership-hero figcaption strong {
  color: var(--v3-gold-soft);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v4-partnership-hero figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  text-align: right;
}

.v3-partner-card.is-government {
  outline: 2px solid var(--v3-gold);
  outline-offset: -2px;
}

.v3-partner-card.is-government::after {
  background: linear-gradient(0deg, rgba(2, 21, 36, 0.98), rgba(2, 21, 36, 0.1) 80%);
}

.v4-next-partner-card {
  min-height: 390px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 2px dashed rgba(3, 31, 52, 0.38);
  background: linear-gradient(145deg, rgba(232, 178, 63, 0.34), rgba(255, 255, 255, 0.6)), var(--v3-paper);
  color: var(--v3-navy-deep);
  transition: transform 240ms ease, border-color 240ms ease;
}

.v4-next-partner-card > span {
  color: var(--v3-blue);
  font-size: 0.64rem;
  font-weight: 830;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v4-next-partner-card h3 {
  margin: 13px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
}

.v4-next-partner-card p {
  margin: 0 0 34px;
  color: var(--v3-muted);
  line-height: 1.55;
}

.v4-next-partner-card strong {
  display: flex;
  justify-content: space-between;
  color: var(--v3-navy);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.v4-next-partner-card:hover {
  transform: translateY(-5px);
  border-color: var(--v3-blue);
}

.v4-partnership-inquiry {
  scroll-margin-top: 90px;
  background: var(--v3-navy);
  color: #fff;
}

.v4-partnership-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: start;
}

.v4-partnership-inquiry .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v4-partnership-inquiry h2,
.v4-operating-trust h2,
.v4-faq-layout h2 {
  margin: 14px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.8vw, 5.1rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.v4-partnership-inquiry-grid > div > p {
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.v4-partnership-inquiry ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.v4-partnership-inquiry li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.v4-partnership-inquiry form {
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: var(--v3-paper);
  color: var(--v3-navy-deep);
}

.v4-partnership-inquiry label {
  display: grid;
  gap: 8px;
  color: var(--v3-blue);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.v4-partnership-inquiry label span {
  color: var(--v3-muted);
  font-size: 0.58rem;
  font-weight: 650;
}

.v4-partnership-inquiry label:nth-child(4) {
  grid-column: 1 / -1;
}

.v4-partnership-inquiry input,
.v4-partnership-inquiry textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--v3-line);
  border-radius: 0;
  background: #fff;
  color: var(--v3-ink);
  font: inherit;
  font-size: 0.9rem;
  text-transform: none;
}

.v4-partnership-inquiry textarea {
  resize: vertical;
}

.v4-partnership-inquiry form .v3-button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.v4-form-status {
  min-height: 1.3em;
  margin: 8px 0 0;
  align-self: center;
  color: var(--v3-blue);
  font-size: 0.75rem;
  font-weight: 720;
}

.v4-transparency-hero {
  padding: clamp(75px, 9vw, 125px) 0;
  background: linear-gradient(125deg, var(--v3-navy-deep) 0 67%, var(--v3-blue) 67% 100%);
  color: #fff;
}

.v4-transparency-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.5fr);
  gap: 70px;
  align-items: center;
}

.v4-transparency-hero .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v4-transparency-hero h1 {
  max-width: 900px;
}

.v4-transparency-hero-grid > div:first-child > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
  line-height: 1.7;
}

.v4-trust-seal {
  aspect-ratio: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  outline: 1px solid rgba(255, 255, 255, 0.22);
  outline-offset: -12px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.v4-trust-seal > span {
  color: var(--v3-gold-soft);
  font-size: 0.63rem;
  font-weight: 830;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v4-trust-seal strong {
  margin: 15px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 6vw, 6.4rem);
  font-weight: 600;
  line-height: 0.9;
}

.v4-trust-seal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.55;
}

.v4-trust-markers,
.v4-public-documents {
  background: var(--v3-paper);
}

.v4-trust-marker-grid,
.v4-document-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--v3-line);
  border-left: 1px solid var(--v3-line);
}

.v4-trust-marker-grid article,
.v4-document-grid > * {
  min-height: 285px;
  padding: 28px;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
}

.v4-trust-marker-grid span,
.v4-document-grid > * > span,
.v4-testimonial-grid article > span {
  color: var(--v3-blue);
  font-size: 0.63rem;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v4-trust-marker-grid strong {
  min-height: 74px;
  margin-top: 70px;
  display: block;
  color: var(--v3-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
}

.v4-trust-marker-grid p,
.v4-document-grid p {
  color: var(--v3-muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.v4-operating-trust {
  background: var(--v3-sand);
}

.v4-operating-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(55px, 8vw, 120px);
}

.v4-operating-trust-grid > div:first-child > p,
.v4-faq-layout > div:first-child > p {
  color: var(--v3-muted);
  line-height: 1.72;
}

.v4-operating-trust-grid > div:last-child {
  border-top: 1px solid var(--v3-line);
}

.v4-operating-trust article {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--v3-line);
}

.v4-operating-trust article > span {
  color: var(--v3-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.v4-operating-trust h3 {
  margin: 0 0 7px;
  color: var(--v3-navy-deep);
}

.v4-operating-trust article p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.82rem;
  line-height: 1.58;
}

.v4-document-grid > * {
  display: flex;
  flex-direction: column;
  color: var(--v3-navy-deep);
  transition: background 200ms ease;
}

.v4-document-grid > a:hover {
  background: var(--v3-sand);
}

.v4-document-grid h3 {
  margin: 65px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.08;
}

.v4-document-grid strong {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: var(--v3-blue);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v4-testimonials {
  background: var(--v3-navy);
  color: #fff;
}

.v4-testimonials .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v4-testimonials .v3-section-heading h2 {
  color: #fff;
}

.v4-testimonials .v3-section-heading p {
  color: rgba(255, 255, 255, 0.64);
}

.v4-testimonial-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v4-testimonial-grid > * {
  min-height: 330px;
  margin: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.v4-testimonial-grid blockquote {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  line-height: 1.32;
}

.v4-testimonial-grid figcaption {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.v4-testimonial-grid figcaption strong,
.v4-testimonial-grid figcaption span {
  display: block;
}

.v4-testimonial-grid figcaption span {
  margin-top: 4px;
  color: var(--v3-gold-soft);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.v4-testimonial-grid article p {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.65;
}

.v4-faqs {
  background: var(--v3-cream);
}

.v4-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(55px, 9vw, 135px);
  align-items: start;
}

.v4-faq-layout > div:first-child {
  position: sticky;
  top: 115px;
}

.v4-faq-layout > div:first-child > a {
  margin-top: 25px;
  display: inline-flex;
  gap: 9px;
  color: var(--v3-blue);
  font-size: 0.73rem;
  font-weight: 730;
}

.v4-faq-list {
  border-top: 1px solid var(--v3-line);
}

.v4-faq-list details {
  border-bottom: 1px solid var(--v3-line);
}

.v4-faq-list summary {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--v3-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.v4-faq-list summary::-webkit-details-marker {
  display: none;
}

.v4-faq-list summary span {
  color: var(--v3-blue);
  font-family: "Geist Local", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.v4-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.v4-faq-list details p {
  max-width: 760px;
  margin: -5px 0 24px;
  color: var(--v3-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.v4-story-detail header {
  padding: clamp(60px, 8vw, 110px) 0;
  background: var(--v3-sand);
}

.v4-story-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.v4-story-back {
  margin-bottom: 45px;
  width: fit-content;
  display: flex;
  gap: 8px;
  color: var(--v3-blue);
  font-size: 0.72rem;
  font-weight: 730;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.v4-story-detail-head .v3-eyebrow {
  display: block;
}

.v4-story-detail h1,
.v4-story-not-found h1 {
  color: var(--v3-navy-deep);
  font-size: clamp(3.4rem, 5.8vw, 6.4rem);
}

.v4-story-detail-head > div > p {
  color: var(--v3-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.v4-story-detail-head small {
  color: var(--v3-blue);
  font-size: 0.7rem;
  font-weight: 730;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v4-story-detail figure {
  margin: 0;
  min-height: 560px;
}

.v4-story-detail figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.v4-story-body {
  padding-top: 85px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(55px, 10vw, 145px);
  align-items: start;
}

.v4-story-body > div {
  max-width: 820px;
}

.v4-story-body > div p {
  margin: 0 0 24px;
  color: var(--v3-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.68;
}

.v4-story-body aside {
  padding-top: 20px;
  border-top: 2px solid var(--v3-gold);
}

.v4-story-body aside > span {
  color: var(--v3-blue);
  font-size: 0.65rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v4-story-body dl {
  margin: 24px 0 0;
}

.v4-story-body dl > div {
  padding: 13px 0;
  border-bottom: 1px solid var(--v3-line);
}

.v4-story-body dt {
  color: var(--v3-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.v4-story-body dd {
  margin: 5px 0 0;
  color: var(--v3-navy-deep);
  font-size: 0.8rem;
  font-weight: 700;
}

.v4-related-stories {
  background: var(--v3-navy-deep);
  color: #fff;
}

.v4-related-stories .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v4-related-stories .v3-section-heading h2 {
  color: #fff;
}

.v4-related-stories .shell > div:last-child {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.v4-related-stories .shell > div:last-child a {
  min-height: 245px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.v4-related-stories a > span:first-child {
  color: var(--v3-gold-soft);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v4-related-stories h3 {
  margin: 55px 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15;
}

.v4-related-stories a > span:last-child {
  margin-top: auto;
  color: var(--v3-gold-soft);
}

.v4-story-not-found {
  min-height: 70vh;
  padding: 110px 0;
  display: grid;
  place-items: center;
  background: var(--v3-sand);
  text-align: center;
}

.v4-story-not-found p {
  margin-bottom: 28px;
  color: var(--v3-muted);
}

@media (max-width: 1100px) {
  .v4-partnership-hero-grid,
  .v4-transparency-hero-grid,
  .v4-story-detail-head {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .v4-trust-marker-grid,
  .v4-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v4-partnership-inquiry-grid,
  .v4-operating-trust-grid,
  .v4-faq-layout {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .v4-footer-contacts,
  .v4-partnership-hero-grid,
  .v4-transparency-hero-grid,
  .v4-partnership-inquiry-grid,
  .v4-operating-trust-grid,
  .v4-faq-layout,
  .v4-story-detail-head,
  .v4-story-body {
    grid-template-columns: 1fr;
  }

  .v4-footer-contacts address {
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .v4-partnership-hero figure,
  .v4-partnership-hero figure img,
  .v4-story-detail figure,
  .v4-story-detail figure img {
    min-height: 460px;
    height: 460px;
  }

  .v4-transparency-hero {
    background: var(--v3-navy-deep);
  }

  .v4-trust-seal {
    width: min(350px, 100%);
  }

  .v4-testimonial-grid,
  .v4-related-stories .shell > div:last-child {
    grid-template-columns: 1fr;
  }

  .v4-faq-layout > div:first-child {
    position: static;
  }

  .v4-story-body {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .v4-partnership-hero,
  .v4-transparency-hero,
  .v4-story-detail header,
  .v4-story-not-found {
    padding-right: 20px;
    padding-left: 20px;
  }

  .v4-partnership-hero h1,
  .v4-transparency-hero h1,
  .v4-story-detail h1,
  .v4-story-not-found h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .v4-partnership-hero figure,
  .v4-partnership-hero figure img,
  .v4-story-detail figure,
  .v4-story-detail figure img {
    min-height: 360px;
    height: 360px;
  }

  .v4-partnership-hero figcaption {
    flex-direction: column;
    gap: 5px;
  }

  .v4-partnership-hero figcaption span {
    text-align: left;
  }

  .v4-partnership-inquiry form,
  .v4-trust-marker-grid,
  .v4-document-grid {
    grid-template-columns: 1fr;
  }

  .v4-partnership-inquiry label:nth-child(4) {
    grid-column: auto;
  }

  .v4-testimonial-grid > * {
    min-height: 290px;
    padding: 27px;
  }

  .v4-faq-list summary {
    font-size: 1.08rem;
  }
}

/* Version 3 shared system and homepage */

:root {
  --v3-navy: #062f4f;
  --v3-navy-deep: #031f34;
  --v3-blue: #0e6680;
  --v3-gold: #efb928;
  --v3-gold-soft: #f8d976;
  --v3-sand: #eee6d8;
  --v3-cream: #f8f5ee;
  --v3-paper: #fffdf8;
  --v3-ink: #172c38;
  --v3-muted: #5e6c72;
  --v3-line: rgba(6, 47, 79, 0.15);
  --v3-shadow: 0 24px 70px rgba(3, 31, 52, 0.14);
}

.v3-site {
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(248, 245, 238, 0.9));
  box-shadow: 0 9px 30px rgba(3, 31, 52, 0.05);
  backdrop-filter: blur(18px) saturate(130%);
}

.v3-nav-shell {
  width: min(1420px, calc(100% - 42px));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.v3-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}

.v3-brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 18px rgba(3, 31, 52, 0.11);
}

.v3-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v3-brand-copy {
  display: grid;
  line-height: 1.02;
}

.v3-brand-copy strong {
  color: var(--v3-navy);
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.v3-brand-copy small {
  margin-top: 7px;
  color: var(--v3-muted);
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.15vw, 20px);
}

.v3-desktop-nav a {
  position: relative;
  color: #2d4654;
  font-size: 0.78rem;
  font-weight: 710;
  white-space: nowrap;
}

.v3-desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--v3-gold);
  transition: right 180ms ease;
}

.v3-desktop-nav a:hover::after,
.v3-desktop-nav a:focus-visible::after {
  right: 0;
}

.v3-nav-cta,
.v3-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.v3-nav-cta {
  flex-shrink: 0;
  background: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-nav-cta:hover,
.v3-button:hover {
  transform: translateY(-2px);
}

.v3-nav-cta:hover {
  background: var(--v3-gold-soft);
}

.v3-menu-button {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  gap: 6px;
  border: 0;
  border-radius: 50%;
  background: var(--v3-navy);
  cursor: pointer;
}

.v3-menu-button span {
  width: 19px;
  height: 2px;
  display: block;
  background: #fff;
}

.v3-mobile-nav {
  display: none;
}

.v3-hero {
  position: relative;
  min-height: min(790px, calc(100vh - 82px));
  overflow: hidden;
  isolation: isolate;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-hero-slides,
.v3-hero-image,
.v3-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v3-hero-image {
  z-index: -3;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 900ms ease, transform 6500ms ease;
}

.v3-hero-image.is-active {
  opacity: 1;
  transform: scale(1.075);
}

.v3-hero-overlay {
  z-index: -2;
  background: linear-gradient(90deg, rgba(2, 25, 42, 0.76) 0%, rgba(3, 31, 52, 0.46) 42%, rgba(3, 31, 52, 0.06) 74%), linear-gradient(0deg, rgba(3, 31, 52, 0.42) 0%, transparent 34%);
}

.v3-hero-copy {
  min-height: min(790px, calc(100vh - 82px));
  display: flex;
  align-items: flex-start;
}

.v3-hero-copy > div {
  width: min(655px, 58vw);
  padding: clamp(56px, 8vh, 80px) 0 136px;
}

.v3-hero-minor {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v3-gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-hero-minor::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--v3-gold);
}

.v3-hero h1 {
  max-width: 650px;
  margin: 24px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 6.4vw, 6.9rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.v3-hero-copy p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.65;
}

.v3-hero-caption {
  position: absolute;
  right: clamp(24px, 5vw, 86px);
  bottom: 35px;
  min-width: 225px;
  display: grid;
  padding: 15px 20px 14px;
  border-left: 3px solid var(--v3-gold);
  background: rgba(3, 31, 52, 0.64);
  backdrop-filter: blur(12px);
}

.v3-hero-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-hero-caption strong {
  margin-top: 3px;
  color: #fff;
  font-size: 0.94rem;
}

.v3-hero-controls {
  position: absolute;
  left: max(24px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.v3-hero-controls > button {
  min-width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: rgba(3, 31, 52, 0.45);
  color: #fff;
  cursor: pointer;
}

.v3-slide-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 6px;
}

.v3-slide-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.v3-slide-dots button.is-active {
  width: 25px;
  border-radius: 10px;
  background: var(--v3-gold);
}

.v3-hero-controls .v3-pause {
  min-width: auto;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v3-section-space {
  padding: 112px 0;
}

.v3-eyebrow {
  display: inline-block;
  color: var(--v3-blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v3-section-heading {
  max-width: 720px;
}

.v3-section-heading h2,
.v3-impact-heading h2,
.v3-mission-copy h2,
.v3-involved-copy h2 {
  margin: 16px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(2.5rem, 4.6vw, 4.65rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.v3-section-heading p,
.v3-impact-heading p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.v3-section-heading.is-light .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-section-heading.is-light h2 {
  color: #fff;
}

.v3-section-heading.is-light p {
  color: rgba(255, 255, 255, 0.68);
}

.v3-impact-home {
  background: var(--v3-cream);
}

.v3-impact-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.v3-metric-grid {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.v3-metric-card {
  position: relative;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid var(--v3-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 40px rgba(3, 31, 52, 0.06);
}

.v3-metric-card:nth-child(2),
.v3-metric-card:nth-child(3) {
  background: var(--v3-navy);
  color: #fff;
}

.v3-metric-card strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy);
  font-size: clamp(4rem, 7vw, 6.2rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.v3-metric-card:nth-child(2) strong,
.v3-metric-card:nth-child(3) strong {
  color: var(--v3-gold-soft);
}

.v3-metric-card > span {
  margin-top: 18px;
  font-size: 0.79rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-metric-card details {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
}

.v3-metric-card summary {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.85rem;
  font-style: italic;
  cursor: pointer;
  list-style: none;
}

.v3-metric-card summary::-webkit-details-marker {
  display: none;
}

.v3-metric-card details p {
  position: absolute;
  top: 38px;
  right: 0;
  width: min(310px, calc(100vw - 72px));
  margin: 0;
  padding: 18px;
  border: 1px solid var(--v3-line);
  background: #fff;
  box-shadow: var(--v3-shadow);
  color: var(--v3-ink);
  font-size: 0.85rem;
  line-height: 1.55;
}

.v3-partner-line {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: 32px;
  align-items: center;
  padding: 31px 34px;
  background: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-partner-line > div:first-child {
  display: grid;
}

.v3-partner-line span {
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-partner-line strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.22;
}

.v3-partner-names {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.v3-partner-names a {
  padding: 8px 12px;
  border: 1px solid rgba(3, 31, 52, 0.24);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 730;
}

.v3-partner-names a:hover {
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-mission {
  background: var(--v3-paper);
}

.v3-mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.v3-mission-visuals {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 240px 240px;
  gap: 12px;
}

.v3-mission-visuals figure {
  margin: 0;
  overflow: hidden;
  background: var(--v3-sand);
}

.v3-mission-visuals .mission-photo-main {
  grid-row: 1 / 3;
}

.v3-mission-visuals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3-mission-visuals .mission-photo-main img {
  object-position: center 46%;
}

.v3-mission-copy h2 {
  max-width: 720px;
  font-size: clamp(2.6rem, 4.25vw, 4.5rem);
}

.mission-statement {
  margin: 0;
  color: #40535d;
  font-size: 1.07rem;
  line-height: 1.8;
}

.v3-mission-answers {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--v3-line);
  border-left: 1px solid var(--v3-line);
}

.v3-mission-answers > div {
  min-height: 135px;
  padding: 21px;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
}

.v3-mission-answers span {
  color: var(--v3-blue);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-mission-answers p {
  margin: 9px 0 0;
  color: var(--v3-ink);
  font-size: 0.88rem;
  line-height: 1.55;
}

.v3-portal {
  position: relative;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-portal::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.v3-portal .shell {
  position: relative;
}

.v3-portal-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v3-portal-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.v3-portal-card img,
.v3-portal-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v3-portal-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 450ms ease;
}

.v3-portal-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(2, 21, 36, 0.92), rgba(2, 21, 36, 0.1) 76%);
}

.v3-portal-card > div {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.v3-portal-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.v3-portal-card p {
  margin: 8px 38px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.55;
}

.v3-card-arrow {
  position: absolute;
  right: 22px;
  bottom: 23px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.v3-portal-card:hover img {
  transform: scale(1.055);
}

.v3-portal-card:hover .v3-card-arrow {
  background: var(--v3-gold);
  border-color: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-involved-home {
  background: var(--v3-sand);
}

.v3-involved-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}

.v3-involved-copy p {
  max-width: 670px;
  margin: 0;
  color: #40535d;
  font-size: 1.05rem;
  line-height: 1.75;
}

.v3-involved-copy ul {
  margin: 30px 0 34px;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.v3-involved-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--v3-ink);
  font-size: 0.93rem;
  font-weight: 680;
}

.v3-involved-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v3-gold);
  box-shadow: 0 0 0 5px rgba(239, 185, 40, 0.2);
}

.v3-button-navy {
  background: var(--v3-navy);
  color: #fff;
}

.v3-button-navy:hover {
  background: var(--v3-navy-deep);
}

.v3-campaign-card {
  position: relative;
  padding: clamp(35px, 5vw, 58px);
  overflow: hidden;
  background: var(--v3-navy);
  box-shadow: var(--v3-shadow);
  color: #fff;
}

.v3-campaign-card::after {
  content: "2027";
  position: absolute;
  right: -17px;
  top: -33px;
  color: rgba(255, 255, 255, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}

.v3-campaign-card > * {
  position: relative;
  z-index: 1;
}

.v3-campaign-year {
  color: var(--v3-gold-soft);
  font-size: 0.7rem;
  font-weight: 840;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-campaign-card h3 {
  margin: 18px 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.v3-campaign-card > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.v3-placeholder-slot {
  margin: 30px 0 24px;
  padding: 17px 18px;
  display: grid;
  border: 1px dashed rgba(248, 217, 118, 0.68);
  background: rgba(255, 255, 255, 0.055);
}

.v3-placeholder-slot span {
  color: var(--v3-gold-soft);
  font-size: 0.64rem;
  font-weight: 830;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v3-placeholder-slot strong {
  margin-top: 5px;
  font-size: 0.87rem;
}

.v3-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.v3-text-link:hover {
  color: var(--v3-gold-soft);
}

.v3-testimonial-whisper {
  padding: 58px 0;
  background: var(--v3-paper);
}

.v3-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--v3-line);
  border: 1px solid var(--v3-line);
}

.v3-testimonial-grid article {
  padding: 30px 34px;
  background: var(--v3-paper);
}

.v3-testimonial-grid span {
  color: var(--v3-blue);
  font-size: 0.65rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-testimonial-grid blockquote {
  margin: 13px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 1.32rem;
  line-height: 1.4;
}

.v3-footer {
  padding: 78px 0 24px;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.45fr) repeat(3, minmax(130px, 0.55fr));
  gap: 45px;
}

.v3-brand-light .v3-brand-copy strong {
  color: #fff;
}

.v3-brand-light .v3-brand-copy small {
  color: rgba(255, 255, 255, 0.58);
}

.v3-footer-intro > p {
  max-width: 465px;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.v3-trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v3-trust-notes span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 700;
}

.v3-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.v3-footer-column h2 {
  margin: 0 0 10px;
  color: var(--v3-gold-soft);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-footer-column > a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.v3-footer-column > a:hover {
  color: #fff;
}

.v3-social-links {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v3-social-links a {
  color: var(--v3-gold-soft);
  font-size: 0.68rem;
  font-weight: 740;
}

.v3-footer-bottom {
  margin-top: 58px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
}

.v3-site a:focus-visible,
.v3-site button:focus-visible,
.v3-header a:focus-visible,
.v3-header button:focus-visible,
.v3-footer a:focus-visible {
  outline: 3px solid var(--v3-gold);
  outline-offset: 4px;
}

@media (max-width: 1220px) {
  .v3-desktop-nav,
  .v3-nav-cta {
    display: none;
  }

  .v3-menu-button {
    margin-left: auto;
    display: grid;
  }

  .v3-mobile-nav {
    width: min(100%, 540px);
    max-height: 0;
    margin-left: auto;
    display: grid;
    overflow: hidden;
    background: var(--v3-paper);
    transition: max-height 280ms ease;
  }

  .v3-mobile-nav.is-open {
    max-height: 760px;
    border-top: 1px solid var(--v3-line);
    border-left: 1px solid var(--v3-line);
  }

  .v3-mobile-nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    border-bottom: 1px solid var(--v3-line);
    color: var(--v3-navy);
    font-size: 0.82rem;
    font-weight: 720;
  }

  .v3-mobile-nav .mobile-get-involved {
    background: var(--v3-gold);
    color: var(--v3-navy-deep);
  }
}

@media (max-width: 980px) {
  .v3-hero-copy > div {
    width: min(700px, 80vw);
  }

  .v3-hero-overlay {
    background: linear-gradient(90deg, rgba(2, 25, 42, 0.76), rgba(3, 31, 52, 0.26) 75%), linear-gradient(0deg, rgba(3, 31, 52, 0.48), transparent 45%);
  }

  .v3-mission-grid,
  .v3-involved-grid {
    grid-template-columns: 1fr;
  }

  .v3-mission-visuals {
    order: 2;
  }

  .v3-portal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-footer-main {
    grid-template-columns: 1.5fr repeat(2, 0.75fr);
  }

  .v3-footer-column:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }

  .v3-nav-shell {
    width: calc(100% - 26px);
    min-height: 70px;
  }

  .v3-brand-mark {
    width: 43px;
    height: 43px;
  }

  .v3-brand-copy strong {
    font-size: 0.9rem;
  }

  .v3-brand-copy small {
    font-size: 0.55rem;
  }

  .v3-hero,
  .v3-hero-copy {
    min-height: 710px;
  }

  .v3-hero-copy {
    align-items: flex-start;
  }

  .v3-hero-copy > div {
    width: 100%;
    padding: 100px 5px 160px;
  }

  .v3-hero h1 {
    max-width: 520px;
    font-size: clamp(3.3rem, 14vw, 5.1rem);
  }

  .v3-hero-copy p {
    max-width: 540px;
    font-size: 0.98rem;
  }

  .v3-hero-overlay {
    background: linear-gradient(180deg, rgba(2, 25, 42, 0.74) 0%, rgba(3, 31, 52, 0.38) 58%, rgba(3, 31, 52, 0.74) 100%);
  }

  .v3-hero-controls {
    left: 20px;
    right: 20px;
    bottom: 21px;
  }

  .v3-slide-dots {
    display: none;
  }

  .v3-hero-caption {
    left: 20px;
    right: auto;
    bottom: 75px;
    min-width: 215px;
  }

  .v3-section-space {
    padding: 78px 0;
  }

  .v3-section-heading h2,
  .v3-impact-heading h2,
  .v3-mission-copy h2,
  .v3-involved-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .v3-metric-grid {
    grid-template-columns: 1fr;
  }

  .v3-metric-card {
    min-height: 220px;
  }

  .v3-partner-line {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .v3-partner-names {
    justify-content: flex-start;
  }

  .v3-mission-visuals {
    grid-template-rows: 190px 190px;
  }

  .v3-mission-answers {
    grid-template-columns: 1fr;
  }

  .v3-mission-answers > div {
    min-height: auto;
  }

  .v3-portal-grid {
    grid-template-columns: 1fr;
  }

  .v3-portal-card,
  .v3-portal-card > div {
    min-height: 270px;
  }

  .v3-involved-grid {
    gap: 48px;
  }

  .v3-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .v3-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-footer-intro {
    grid-column: 1 / 3;
  }

  .v3-footer-column:last-child {
    grid-column: 1 / 3;
  }

  .v3-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .v3-brand-copy small {
    display: none;
  }

  .v3-mission-visuals {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 175px 175px;
  }

  .v3-mission-visuals .mission-photo-main {
    grid-row: auto;
  }

  .v3-footer-main {
    grid-template-columns: 1fr;
  }

  .v3-footer-intro,
  .v3-footer-column:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-hero-image,
  .v3-portal-card img,
  .v3-mobile-nav,
  .v3-nav-cta,
  .v3-button {
    transition: none;
  }
}

/* Version 3 interior pages */

.v3-page-intro {
  padding: 94px 0 78px;
  background: linear-gradient(140deg, var(--v3-paper), var(--v3-cream));
  border-bottom: 1px solid var(--v3-line);
}

.v3-page-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

.v3-page-intro.has-image .v3-page-intro-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
}

.v3-page-intro h1,
.v3-stories-head h1,
.v3-gallery-head h1,
.v3-direct-page h1 {
  max-width: 900px;
  margin: 20px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(3.35rem, 6.3vw, 6.8rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.v3-page-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--v3-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.v3-page-intro figure {
  position: relative;
  height: 480px;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--v3-shadow);
}

.v3-page-intro figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 9px;
  background: var(--v3-gold);
}

.v3-page-intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3-action-band {
  padding: 82px 0;
  background: var(--v3-navy);
  color: #fff;
}

.v3-action-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 70px;
  align-items: center;
}

.v3-action-band .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-action-band h2 {
  margin: 14px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.v3-action-band p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.v3-action-band-grid > div:last-child {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.v3-button-gold {
  background: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-button-gold:hover {
  background: var(--v3-gold-soft);
}

.v3-simple-link-light {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.77rem;
  font-weight: 760;
}

.v3-simple-link-light:hover {
  color: #fff;
}

.v3-quote-placeholder {
  padding: 25px;
  border: 1px solid var(--v3-line);
  background: var(--v3-paper);
}

.v3-quote-placeholder span {
  color: var(--v3-blue);
  font-size: 0.63rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-quote-placeholder blockquote {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 1.22rem;
  line-height: 1.4;
}

.v3-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 105px);
  align-items: center;
}

.v3-about-story figure {
  height: 590px;
  margin: 0;
  overflow: hidden;
}

.v3-about-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v3-about-story h2,
.v3-documents h2,
.v3-case-study h2,
.v3-methods h2,
.v3-output-grid h2,
.v3-exchange-apply h2,
.v3-contact-block h2,
.v3-transparency h2 {
  margin: 16px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(2.55rem, 4.5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.v3-about-story p {
  margin: 0 0 18px;
  color: #40535d;
  line-height: 1.78;
}

.v3-link-dark {
  margin-top: 14px;
  color: var(--v3-navy);
}

.v3-link-dark:hover {
  color: var(--v3-blue);
}

.v3-three-beliefs {
  background: var(--v3-navy-deep);
}

.v3-belief-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.v3-belief-grid article {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-belief-grid article:nth-child(even) {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
}

.v3-belief-grid article:nth-child(even) img {
  order: 2;
}

.v3-belief-grid img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.v3-belief-grid article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 78px);
}

.v3-belief-grid span,
.v3-principle-grid > article > span {
  color: var(--v3-gold-soft);
  font-size: 0.68rem;
  font-weight: 840;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-belief-grid h2 {
  margin: 16px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.7vw, 3.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.v3-belief-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72;
}

.v3-operating {
  background: var(--v3-sand);
}

.v3-principle-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.v3-principle-grid article {
  min-height: 300px;
  padding: 29px;
  background: var(--v3-paper);
  border-top: 5px solid var(--v3-navy);
}

.v3-principle-grid > article > span {
  color: var(--v3-blue);
}

.v3-principle-grid h3 {
  margin: 40px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 1.65rem;
  line-height: 1.1;
}

.v3-principle-grid p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.v3-timeline-section {
  background: var(--v3-paper);
}

.v3-timeline {
  position: relative;
  max-width: 1040px;
  margin-top: 64px;
}

.v3-timeline::before {
  content: "";
  position: absolute;
  left: 141px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--v3-line);
}

.v3-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 52px;
  padding: 0 0 44px;
}

.v3-timeline article::before {
  content: "";
  position: absolute;
  left: 135px;
  top: 7px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--v3-paper);
  border-radius: 50%;
  background: var(--v3-gold);
  box-shadow: 0 0 0 1px var(--v3-line);
}

.v3-timeline article > span {
  padding-top: 2px;
  color: var(--v3-blue);
  font-size: 0.7rem;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.v3-timeline h3 {
  margin: 0 0 8px;
  color: var(--v3-navy-deep);
  font-size: 1.08rem;
}

.v3-timeline p {
  max-width: 720px;
  margin: 0;
  color: var(--v3-muted);
  line-height: 1.7;
}

.v3-timeline article.is-goal > div {
  padding: 22px 25px;
  border: 1px dashed var(--v3-blue);
  background: rgba(14, 102, 128, 0.04);
}

.v3-people {
  background: var(--v3-paper);
}

.v3-people-soft {
  background: var(--v3-cream);
}

.v3-people-grid {
  margin-top: 48px;
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.v3-people-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v3-people-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v3-people-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-person-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--v3-line);
}

.v3-person-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.v3-person-card > div {
  flex: 1;
  padding: 25px;
}

.v3-person-card > div > span {
  color: var(--v3-blue);
  font-size: 0.63rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-person-card h3 {
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
}

.v3-person-card p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.83rem;
  line-height: 1.66;
}

.v3-person-card.is-featured {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
}

.v3-person-card.is-featured img {
  height: 100%;
  aspect-ratio: auto;
}

.v3-person-card.is-featured > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.v3-person-card.is-featured h3 {
  font-size: 2.25rem;
}

.v3-person-card.is-featured p {
  font-size: 0.91rem;
}

.v3-documents {
  background: var(--v3-sand);
}

.v3-documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 80px;
  align-items: center;
}

.v3-documents-grid > div:first-child p {
  max-width: 630px;
  margin: 0;
  color: var(--v3-muted);
  line-height: 1.72;
}

.v3-documents-grid > div:last-child {
  display: grid;
  gap: 10px;
}

.v3-documents-grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 20px;
  padding: 24px;
  background: var(--v3-paper);
  border: 1px solid var(--v3-line);
}

.v3-documents-grid a span {
  color: var(--v3-blue);
  font-size: 0.62rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-documents-grid a strong {
  grid-column: 1;
  color: var(--v3-navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.v3-documents-grid a > span:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 1rem;
}

.v3-program-jump {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--v3-line);
  border: 1px solid var(--v3-line);
}

.v3-program-jump a {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: var(--v3-paper);
  color: var(--v3-navy);
  font-size: 0.78rem;
  font-weight: 780;
}

.v3-program-jump a:hover {
  background: var(--v3-gold);
}

.v3-program-section {
  scroll-margin-top: 88px;
  background: var(--v3-paper);
}

.v3-program-sand {
  background: var(--v3-sand);
}

.v3-program-dark {
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-program-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(58px, 8vw, 108px);
  align-items: start;
}

.v3-program-layout.is-reversed .v3-program-copy {
  order: 2;
}

.v3-program-copy h2 {
  margin: 17px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(2.75rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.v3-program-copy p {
  margin: 0 0 18px;
  color: #40535d;
  line-height: 1.76;
}

.v3-program-copy .v3-lead {
  color: var(--v3-ink);
  font-size: 1.13rem;
  line-height: 1.7;
}

.v3-program-dark .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-program-dark .v3-program-copy h2 {
  color: #fff;
}

.v3-program-dark .v3-program-copy p,
.v3-program-dark .v3-program-copy .v3-lead {
  color: rgba(255, 255, 255, 0.72);
}

.v3-subject-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.v3-subject-grid span {
  padding: 13px 15px;
  border: 1px solid var(--v3-line);
  color: var(--v3-navy);
  font-size: 0.73rem;
  font-weight: 760;
}

.v3-program-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v3-program-gallery > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.v3-program-gallery > img.is-large {
  grid-column: 1 / 3;
  height: 390px;
}

.v3-program-gallery .v3-quote-placeholder {
  grid-column: 1 / 3;
}

.v3-program-dark .v3-quote-placeholder {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.v3-program-dark .v3-quote-placeholder span {
  color: var(--v3-gold-soft);
}

.v3-program-dark .v3-quote-placeholder blockquote {
  color: #fff;
}

.v3-source-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--v3-gold-soft);
  font-size: 0.75rem;
  font-weight: 790;
}

.v3-program-callout {
  margin-top: 70px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  background: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-program-callout span {
  font-size: 0.66rem;
  font-weight: 830;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v3-program-callout h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
}

.v3-program-callout p {
  max-width: 800px;
  margin: 0;
  line-height: 1.6;
}

.v3-inline-slot {
  margin-top: 26px;
  padding: 17px 19px;
  display: grid;
  border: 1px dashed var(--v3-blue);
  background: rgba(255, 255, 255, 0.38);
}

.v3-inline-slot span {
  color: var(--v3-blue);
  font-size: 0.62rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-inline-slot strong {
  margin-top: 4px;
  color: var(--v3-navy-deep);
  font-size: 0.86rem;
}

.v3-impact-dashboard {
  background: var(--v3-cream);
}

.v3-impact-metrics {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.v3-impact-metric {
  min-height: 285px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  border: 1px solid var(--v3-line);
}

.v3-impact-metric:nth-child(2),
.v3-impact-metric:nth-child(3) {
  background: var(--v3-navy);
  color: #fff;
}

.v3-impact-metric > strong {
  color: var(--v3-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.v3-impact-metric:nth-child(2) > strong,
.v3-impact-metric:nth-child(3) > strong {
  color: var(--v3-gold-soft);
}

.v3-impact-metric > span {
  margin-top: 17px;
  font-size: 0.74rem;
  font-weight: 830;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v3-impact-metric details {
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
}

.v3-impact-metric details[open] {
  padding-bottom: 2px;
}

.v3-impact-metric summary {
  color: inherit;
  font-size: 0.68rem;
  font-weight: 780;
  cursor: pointer;
}

.v3-impact-metric details p {
  max-width: 520px;
  margin: 13px 0 0;
  color: inherit;
  opacity: 0.76;
  font-size: 0.82rem;
  line-height: 1.55;
}

.v3-metric-placeholders {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.v3-metric-placeholders article {
  min-height: 135px;
  padding: 20px;
  border: 1px dashed rgba(14, 102, 128, 0.55);
  background: rgba(255, 255, 255, 0.62);
}

.v3-metric-placeholders span,
.v3-resource-slots span,
.v3-youth-slots span {
  color: var(--v3-blue);
  font-size: 0.61rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-metric-placeholders strong,
.v3-resource-slots strong,
.v3-youth-slots strong {
  display: block;
  margin-top: 9px;
  color: var(--v3-navy-deep);
  font-size: 0.79rem;
  line-height: 1.5;
}

.v3-case-study {
  background: var(--v3-paper);
}

.v3-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.v3-case-photos {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10px;
}

.v3-case-photos img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.v3-case-study p {
  color: var(--v3-muted);
  line-height: 1.75;
}

.v3-case-study ul {
  margin: 28px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.v3-case-study li {
  padding-left: 20px;
  position: relative;
  color: var(--v3-ink);
  font-size: 0.86rem;
  font-weight: 680;
}

.v3-case-study li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 2px;
  background: var(--v3-gold);
}

.v3-evidence {
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-evidence .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-evidence h2 {
  color: #fff;
}

.v3-evidence-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.v3-evidence-grid article {
  min-height: 290px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.v3-evidence-grid span {
  color: var(--v3-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.v3-evidence-grid h3 {
  margin: 60px 0 12px;
  font-size: 1.08rem;
}

.v3-evidence-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.82rem;
  line-height: 1.6;
}

.v3-goals {
  background: var(--v3-sand);
}

.v3-goal-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.v3-goal-grid article {
  min-height: 260px;
  padding: 27px;
  border: 1px dashed var(--v3-blue);
  background: rgba(255, 255, 255, 0.42);
}

.v3-goal-grid strong {
  display: block;
  color: var(--v3-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.v3-goal-grid span {
  display: block;
  margin-top: 17px;
  color: var(--v3-blue);
  font-size: 0.68rem;
  font-weight: 830;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-goal-grid p {
  margin: 22px 0 0;
  color: var(--v3-muted);
  font-size: 0.81rem;
}

.v3-relationship-spotlight {
  background: var(--v3-paper);
}

.v3-spotlight-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  background: var(--v3-sand);
}

.v3-spotlight-grid figure {
  min-height: 560px;
  margin: 0;
}

.v3-spotlight-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3-spotlight-grid > div {
  padding: clamp(38px, 6vw, 70px);
  align-self: center;
}

.v3-spotlight-grid > div > span {
  color: var(--v3-blue);
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-spotlight-grid h3 {
  margin: 15px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.v3-spotlight-grid p {
  color: var(--v3-muted);
  line-height: 1.72;
}

.v3-resource-slots {
  margin: 26px 0;
  display: grid;
  gap: 8px;
}

.v3-resource-slots > div {
  padding: 15px 17px;
  border: 1px dashed rgba(14, 102, 128, 0.55);
  background: rgba(255, 255, 255, 0.45);
}

.v3-featured-partners {
  padding: 0 0 95px;
  background: var(--v3-paper);
}

.v3-featured-grid {
  min-height: 480px;
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  background: var(--v3-navy);
  color: #fff;
}

.v3-featured-grid > div {
  padding: clamp(40px, 6vw, 72px);
  align-self: center;
}

.v3-featured-grid .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-featured-grid h2 {
  margin: 13px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.6vw, 4.8rem);
  font-weight: 600;
  line-height: 1;
}

.v3-featured-grid p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.v3-featured-grid .v3-link-dark {
  color: var(--v3-gold-soft);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.v3-featured-grid > img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.v3-partner-directory {
  background: var(--v3-cream);
}

.v3-partner-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.v3-partner-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-partner-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.v3-partner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(2, 21, 36, 0.96), rgba(2, 21, 36, 0.03) 75%);
}

.v3-partner-card > div {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 65px 25px 25px;
}

.v3-partner-card span {
  color: var(--v3-gold-soft);
  font-size: 0.62rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-partner-card h3 {
  margin: 10px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.08;
}

.v3-partner-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.77rem;
}

.v3-partner-card button {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(3, 31, 52, 0.35);
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  cursor: pointer;
}

.v3-partner-card:hover > img {
  transform: scale(1.05);
}

.v3-partner-card button:hover {
  background: var(--v3-gold);
  border-color: var(--v3-gold);
  color: var(--v3-navy-deep);
}

.v3-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(2, 21, 36, 0.82);
  backdrop-filter: blur(10px);
}

.v3-partner-modal {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  overflow: auto;
  background: var(--v3-paper);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.35);
}

.v3-partner-modal > img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.v3-partner-modal > div {
  padding: clamp(40px, 6vw, 70px);
}

.v3-partner-modal h2 {
  margin: 14px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: clamp(2.5rem, 4.3vw, 4.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.v3-partner-modal .v3-modal-lead {
  color: var(--v3-ink);
  font-size: 1.04rem;
  line-height: 1.67;
}

.v3-partner-modal h3 {
  margin: 29px 0 8px;
  color: var(--v3-navy);
  font-size: 0.77rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-partner-modal p {
  color: var(--v3-muted);
  line-height: 1.68;
}

.v3-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--v3-navy-deep);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.v3-research-focus {
  background: var(--v3-paper);
}

.v3-research-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v3-research-grid article {
  min-height: 510px;
  padding: 31px;
  border: 1px solid var(--v3-line);
  background: var(--v3-cream);
}

.v3-research-grid article > span {
  color: var(--v3-blue);
  font-size: 0.64rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-research-grid h3 {
  margin: 45px 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 2rem;
  line-height: 1.08;
}

.v3-research-grid p,
.v3-research-grid li {
  color: var(--v3-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.v3-research-grid ul {
  margin: 27px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.v3-research-grid li {
  padding-left: 15px;
  position: relative;
}

.v3-research-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 2px;
  background: var(--v3-gold);
}

.v3-methods {
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-methods-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 90px;
}

.v3-methods .v3-eyebrow {
  color: var(--v3-gold-soft);
}

.v3-methods h2 {
  color: #fff;
}

.v3-methods-grid > div:first-child p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.v3-method-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.v3-method-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.v3-method-list > article > span {
  color: var(--v3-gold-soft);
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.v3-method-list h3 {
  margin: 0 0 4px;
  font-size: 0.98rem;
}

.v3-method-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.v3-independent-research {
  background: var(--v3-sand);
}

.v3-founder-research {
  max-width: 980px;
  margin-top: 50px;
  display: grid;
  gap: 14px;
}

.v3-founder-research article {
  display: grid;
  grid-template-columns: 250px 1fr;
  background: var(--v3-paper);
  border: 1px solid var(--v3-line);
}

.v3-founder-research img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center top;
}

.v3-founder-research article > div {
  padding: 38px;
  align-self: center;
}

.v3-founder-research article > div > span {
  color: var(--v3-blue);
  font-size: 0.65rem;
  font-weight: 830;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-founder-research h3 {
  margin: 13px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.08;
}

.v3-founder-research p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.86rem;
  line-height: 1.68;
}

.v3-founder-research article.is-placeholder {
  border-style: dashed;
}

.v3-founder-research .v3-placeholder-note {
  margin-top: 13px;
  color: var(--v3-blue);
  font-size: 0.75rem;
}

.v3-research-output {
  background: var(--v3-paper);
}

.v3-output-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.v3-output-grid > div:first-child p {
  color: var(--v3-muted);
  line-height: 1.7;
}

.v3-output-grid > div:last-child {
  display: grid;
  gap: 9px;
}

.v3-output-grid article {
  padding: 24px;
  display: grid;
  border: 1px dashed rgba(14, 102, 128, 0.55);
  background: var(--v3-cream);
}

.v3-output-grid article span {
  color: var(--v3-blue);
  font-size: 0.62rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.v3-output-grid article strong {
  margin-top: 8px;
  color: var(--v3-navy-deep);
}

.v3-stories-head,
.v3-gallery-head {
  padding: 92px 0 62px;
  background: var(--v3-paper);
}

.v3-stories-head h1,
.v3-gallery-head h1 {
  max-width: 930px;
  margin-bottom: 20px;
}

.v3-stories-head p,
.v3-gallery-head p {
  max-width: 700px;
  margin: 0;
  color: var(--v3-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.v3-stories-grid-section {
  padding: 0 0 112px;
  background: var(--v3-paper);
}

.v3-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v3-story-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--v3-line);
  background: #fff;
}

.v3-story-card.is-lead {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.v3-story-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.v3-story-card.is-lead > img {
  height: 100%;
  min-height: 520px;
}

.v3-story-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.v3-story-card > div > span {
  color: var(--v3-blue);
  font-size: 0.61rem;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v3-story-card h2 {
  margin: 18px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -0.03em;
}

.v3-story-card.is-lead h2 {
  font-size: clamp(2.3rem, 3.7vw, 3.8rem);
}

.v3-story-card p {
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.83rem;
  line-height: 1.65;
}

.v3-story-card small {
  margin-top: auto;
  padding-top: 23px;
  color: #78848a;
  font-size: 0.68rem;
}

.v3-story-card > div > strong {
  margin-top: 14px;
  color: var(--v3-navy);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

a.v3-story-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--v3-shadow);
}

.v3-gallery-head {
  background: var(--v3-cream);
}

.v3-gallery-wall {
  padding: 0 0 112px;
  background: var(--v3-cream);
}

.v3-masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 190px;
  gap: 10px;
}

.v3-gallery-tile {
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--v3-sand);
  cursor: zoom-in;
}

.v3-gallery-tile.is-standard {
  grid-row: span 2;
}

.v3-gallery-tile.is-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.v3-gallery-tile.is-tall {
  grid-row: span 3;
}

.v3-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.v3-gallery-tile:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.v3-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  padding: 30px 85px;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  place-items: center;
  background: rgba(2, 16, 28, 0.94);
}

.v3-lightbox figure {
  width: min(1200px, 100%);
  max-height: calc(100vh - 60px);
  margin: 0;
  display: grid;
  justify-items: center;
}

.v3-lightbox figure img {
  max-width: 100%;
  max-height: calc(100vh - 105px);
  object-fit: contain;
}

.v3-lightbox figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  text-align: center;
}

.v3-lightbox > button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.v3-lightbox .v3-lightbox-close {
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 1.5rem;
}

.v3-involved-options {
  background: var(--v3-cream);
}

.v3-involved-option-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v3-involved-option-grid a {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--v3-line);
  background: var(--v3-paper);
}

.v3-involved-option-grid a > span:first-child {
  color: var(--v3-blue);
  font-size: 0.64rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-involved-option-grid h3 {
  margin: 60px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 2rem;
  line-height: 1.05;
}

.v3-involved-option-grid p {
  max-width: 480px;
  margin: 0;
  color: var(--v3-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.v3-involved-option-grid a > span:last-child {
  margin-top: auto;
  align-self: flex-end;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid var(--v3-line);
  border-radius: 50%;
}

.v3-involved-option-grid a:hover {
  background: var(--v3-gold);
  transform: translateY(-3px);
}

.v3-exchange-apply {
  scroll-margin-top: 88px;
  background: var(--v3-paper);
}

.v3-exchange-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(55px, 8vw, 100px);
  align-items: center;
}

.v3-exchange-apply p {
  color: var(--v3-muted);
  line-height: 1.75;
}

.v3-exchange-apply ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.v3-exchange-apply li {
  padding: 12px 14px;
  border: 1px solid var(--v3-line);
  color: var(--v3-navy);
  font-size: 0.78rem;
  font-weight: 680;
}

.v3-exchange-apply aside {
  padding: 38px;
  border: 1px dashed var(--v3-blue);
  background: var(--v3-sand);
}

.v3-exchange-apply aside > span {
  color: var(--v3-blue);
  font-size: 0.65rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-exchange-apply aside h3 {
  margin: 22px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--v3-navy-deep);
  font-size: 2.15rem;
  line-height: 1.07;
}

.v3-exchange-apply aside p {
  font-size: 0.83rem;
}

.v3-exchange-apply aside button {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 47, 79, 0.18);
  color: var(--v3-navy);
  font-size: 0.72rem;
  font-weight: 790;
}

.v3-youth-program {
  scroll-margin-top: 88px;
  background: var(--v3-navy-deep);
  color: #fff;
}

.v3-youth-heading {
  max-width: 940px;
}

.v3-youth-heading > span {
  color: var(--v3-gold-soft);
  font-size: 0.68rem;
  font-weight: 840;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-youth-heading h2 {
  margin: 18px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.v3-youth-heading p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.v3-youth-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.v3-youth-grid article {
  min-height: 335px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.v3-youth-grid span {
  color: var(--v3-gold-soft);
  font-size: 0.63rem;
  font-weight: 830;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-youth-grid h3 {
  margin: 60px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.08;
}

.v3-youth-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.62;
}

.v3-youth-slots {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.v3-youth-slots > div {
  padding: 20px;
  border: 1px dashed rgba(248, 217, 118, 0.58);
  background: rgba(255, 255, 255, 0.055);
}

.v3-youth-slots span {
  color: var(--v3-gold-soft);
}

.v3-youth-slots strong {
  color: #fff;
}

.v3-contact-block {
  background: var(--v3-sand);
}

.v3-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 95px;
  align-items: start;
}

.v3-contact-grid p {
  max-width: 650px;
  color: var(--v3-muted);
  line-height: 1.7;
}

.v3-contact-grid > div:first-child > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--v3-navy);
  font-weight: 760;
}

.v3-contact-grid > div:last-child {
  display: grid;
  gap: 9px;
}

.v3-contact-grid h3 {
  margin: 0 0 11px;
  color: var(--v3-navy-deep);
}

.v3-contact-grid > div:last-child > a {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-navy);
  font-size: 0.83rem;
  font-weight: 710;
}

.v3-direct-page {
  min-height: 70vh;
  padding: 110px 24px;
  display: grid;
  place-items: center;
  background: var(--v3-sand);
  text-align: center;
}

.v3-direct-page > div {
  max-width: 820px;
}

.v3-direct-page p {
  max-width: 680px;
  margin: 0 auto 30px;
  color: var(--v3-muted);
  line-height: 1.7;
}

.v3-transparency {
  background: var(--v3-paper);
}

.v3-transparency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 85px;
}

.v3-transparency ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--v3-line);
}

.v3-transparency li {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-transparency li span {
  color: var(--v3-muted);
  font-size: 0.8rem;
}

.v3-transparency li strong {
  color: var(--v3-navy);
  font-size: 0.8rem;
  text-align: right;
}

.v3-transparency p {
  color: var(--v3-muted);
  line-height: 1.7;
}

.v3-transparency .v3-text-link {
  margin-left: 20px;
}

@media (max-width: 1100px) {
  .v3-page-intro.has-image .v3-page-intro-grid,
  .v3-program-layout,
  .v3-methods-grid,
  .v3-contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .v3-principle-grid,
  .v3-people-four,
  .v3-metric-placeholders,
  .v3-evidence-grid,
  .v3-goal-grid,
  .v3-youth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-partner-grid,
  .v3-research-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-masonry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .v3-page-intro.has-image .v3-page-intro-grid,
  .v3-about-story-grid,
  .v3-documents-grid,
  .v3-program-layout,
  .v3-case-grid,
  .v3-spotlight-grid,
  .v3-featured-grid,
  .v3-methods-grid,
  .v3-output-grid,
  .v3-exchange-apply-grid,
  .v3-contact-grid,
  .v3-transparency-grid,
  .v3-action-band-grid {
    grid-template-columns: 1fr;
  }

  .v3-program-layout.is-reversed .v3-program-copy {
    order: 0;
  }

  .v3-page-intro figure,
  .v3-about-story figure {
    height: 480px;
  }

  .v3-program-jump {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-belief-grid article,
  .v3-belief-grid article:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .v3-belief-grid article:nth-child(even) img {
    order: 0;
  }

  .v3-belief-grid img {
    min-height: 330px;
  }

  .v3-people-three,
  .v3-people-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-people-two {
    grid-template-columns: 1fr;
  }

  .v3-program-gallery {
    order: 2;
  }

  .v3-program-callout {
    grid-template-columns: 1fr;
  }

  .v3-case-photos img {
    height: 430px;
  }

  .v3-featured-grid > img {
    min-height: 420px;
  }

  .v3-partner-modal {
    grid-template-columns: 1fr;
  }

  .v3-partner-modal > img {
    height: 310px;
    min-height: 0;
  }

  .v3-founder-research article {
    grid-template-columns: 210px 1fr;
  }

  .v3-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-story-card.is-lead {
    grid-column: 1 / 3;
  }

  .v3-masonry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .v3-page-intro,
  .v3-stories-head,
  .v3-gallery-head {
    padding: 70px 0 52px;
  }

  .v3-page-intro h1,
  .v3-stories-head h1,
  .v3-gallery-head h1,
  .v3-direct-page h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .v3-page-intro figure,
  .v3-about-story figure {
    height: 360px;
  }

  .v3-program-jump,
  .v3-principle-grid,
  .v3-people-three,
  .v3-people-four,
  .v3-impact-metrics,
  .v3-metric-placeholders,
  .v3-evidence-grid,
  .v3-goal-grid,
  .v3-partner-grid,
  .v3-research-grid,
  .v3-involved-option-grid,
  .v3-youth-grid,
  .v3-youth-slots,
  .v3-transparency-grid {
    grid-template-columns: 1fr;
  }

  .v3-person-card.is-featured,
  .v3-founder-research article {
    grid-template-columns: 1fr;
  }

  .v3-person-card.is-featured img,
  .v3-founder-research img {
    height: 330px;
    min-height: 0;
  }

  .v3-timeline::before {
    left: 10px;
  }

  .v3-timeline article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 40px;
  }

  .v3-timeline article::before {
    left: 4px;
  }

  .v3-timeline article > span {
    text-align: left;
  }

  .v3-subject-grid,
  .v3-exchange-apply ul {
    grid-template-columns: 1fr;
  }

  .v3-program-gallery > img,
  .v3-program-gallery > img.is-large {
    height: 260px;
  }

  .v3-case-photos {
    grid-template-columns: 1fr;
  }

  .v3-case-photos img {
    height: 300px;
  }

  .v3-spotlight-grid figure {
    min-height: 340px;
  }

  .v3-partner-grid,
  .v3-research-grid {
    grid-template-columns: 1fr;
  }

  .v3-story-grid {
    grid-template-columns: 1fr;
  }

  .v3-story-card.is-lead {
    grid-column: auto;
    display: flex;
  }

  .v3-story-card.is-lead > img {
    height: 290px;
    min-height: 0;
  }

  .v3-masonry-grid {
    grid-auto-rows: 150px;
  }

  .v3-gallery-tile.is-wide {
    grid-column: span 2;
  }

  .v3-lightbox {
    padding: 70px 15px 30px;
    grid-template-columns: 42px 1fr 42px;
  }

  .v3-lightbox > button {
    width: 38px;
    height: 38px;
  }

  .v3-contact-grid {
    gap: 52px;
  }
}

@media (max-width: 420px) {
  .v3-masonry-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .v3-gallery-tile.is-wide {
    grid-column: span 1;
  }

  .v3-gallery-tile.is-tall {
    grid-row: span 2;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-frame {
  overflow: hidden;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 750;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 18px;
}

.trust-bar {
  position: relative;
  z-index: 50;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.trust-bar-inner a {
  margin-left: auto;
  color: var(--gold-soft);
  text-transform: none;
  letter-spacing: 0;
}

.trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid rgba(0, 51, 102, 0.1);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 5px 20px rgba(0, 51, 102, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1.05rem;
  letter-spacing: -0.025em;
  color: var(--navy);
}

.brand-copy small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.65vw, 25px);
}

.desktop-nav a {
  position: relative;
  color: #314757;
  font-size: 0.87rem;
  font-weight: 690;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 13px 21px;
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.desktop-nav a:focus-visible,
.footer-column a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.button-small {
  min-height: 44px;
  padding: 10px 16px;
}

.button-gold {
  background: var(--gold);
  color: var(--navy-deep);
}

.button-gold:hover {
  background: var(--gold-soft);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 28, 54, 0.18);
  color: var(--white);
}

.button-ghost:hover {
  background: var(--white);
  color: var(--navy);
}

.button-navy {
  background: var(--navy);
  color: var(--white);
}

.button-navy:hover {
  background: var(--navy-deep);
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.button-outline-navy {
  border-color: var(--navy);
  color: var(--navy);
}

.button-outline-navy:hover {
  background: var(--navy);
  color: var(--white);
}

.menu-button {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 0;
  background: var(--navy);
  cursor: pointer;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: var(--white);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: var(--navy-deep);
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 48%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 30, 57, 0.96) 0%, rgba(0, 40, 72, 0.86) 37%, rgba(0, 39, 70, 0.28) 67%, rgba(0, 25, 49, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 22, 42, 0.5), transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 110px 135px;
}

.hero-copy {
  max-width: 690px;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--gold-soft);
}

.hero-kicker span {
  width: 34px;
  height: 2px;
  background: var(--gold);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.partnership-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.hero h1 {
  max-width: 650px;
  margin-top: 24px;
  font-size: clamp(3.5rem, 6.2vw, 6.2rem);
}

.hero-copy > p {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 30px;
  display: grid;
  padding: 13px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(0, 27, 50, 0.66);
  backdrop-filter: blur(8px);
  font-size: 0.71rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-caption span {
  color: rgba(255, 255, 255, 0.65);
}

.hero-caption strong {
  margin-top: 3px;
  color: var(--white);
}

.impact-strip {
  position: relative;
  z-index: 5;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.impact-grid {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}

.impact-stat {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 28px 28px;
  border-left: 1px solid var(--line);
}

.impact-stat:last-child {
  border-right: 1px solid var(--line);
}

.impact-stat strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3vw, 3.15rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.impact-stat span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.impact-stat-seal {
  background: var(--navy);
}

.impact-stat-seal strong,
.impact-stat-seal span {
  color: var(--white);
}

.section-space {
  padding-block: 112px;
}

.section-heading {
  max-width: 720px;
}

.section-heading h2,
.story-copy h2,
.partnership-copy h2,
.final-cta h2 {
  margin-top: 17px;
  color: var(--navy-deep);
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.section-heading > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.section-heading-light h2,
.section-heading-light > p {
  color: var(--white);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.76);
}

.mission-section {
  background: var(--paper);
}

.mission-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
  align-items: start;
}

.mission-copy {
  padding-top: 34px;
}

.mission-lead {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.45;
}

.mission-answers {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.mission-answers div {
  padding: 25px 25px 27px 0;
  border-bottom: 1px solid var(--line);
}

.mission-answers div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.mission-answers div:nth-child(even) {
  padding-left: 25px;
}

.mission-answers span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mission-answers p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--gold);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.programs-section {
  background: var(--cream);
}

.heading-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.heading-link {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.program-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.program-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 340px;
  background: var(--white);
  border: 1px solid rgba(0, 51, 102, 0.08);
  box-shadow: 0 12px 40px rgba(0, 43, 80, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.program-image-wrap {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.program-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.program-card:hover img {
  transform: scale(1.035);
}

.program-number {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 850;
}

.program-card-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px 30px;
}

.program-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.13;
}

.program-card p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.card-link {
  margin-top: auto;
  padding-top: 28px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.story-section {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 80px;
  align-items: center;
}

.story-image-wrap {
  position: relative;
  height: 650px;
}

.story-image-wrap::before {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 65%;
  height: 60%;
  background: var(--gold);
}

.story-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-image-tag {
  position: absolute;
  z-index: 2;
  right: -22px;
  bottom: 28px;
  padding: 15px 20px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-copy h2 {
  max-width: 500px;
}

.story-lead {
  margin: 30px 0 0;
  color: var(--ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem !important;
  line-height: 1.45 !important;
}

.story-copy > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.story-copy .button {
  margin-top: 22px;
}

.partnership-callout {
  background: var(--navy);
  color: var(--white);
}

.partnership-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 75px;
  align-items: center;
}

.partnership-photo {
  height: 520px;
  box-shadow: 28px 28px 0 rgba(244, 180, 0, 0.95);
}

.partnership-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow-gold {
  color: var(--gold-soft);
}

.partnership-copy h2 {
  color: var(--white);
}

.partnership-copy p {
  max-width: 620px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.04rem;
  line-height: 1.8;
}

.timeline-section {
  background: var(--paper);
}

.timeline {
  position: relative;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--navy);
}

.timeline article {
  position: relative;
  padding: 39px 34px 10px 0;
}

.timeline article::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--navy);
}

.timeline article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.timeline span {
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.timeline h3 {
  margin: 13px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.timeline p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.timeline-future {
  background: var(--cream);
}

.exchange-section {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--navy-deep);
}

.exchange-photo {
  min-height: 690px;
}

.exchange-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exchange-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px max(48px, calc((100vw - 1180px) / 2));
}

.exchange-list {
  margin: 32px 0 38px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.exchange-list li {
  position: relative;
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.exchange-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 8px;
  height: 8px;
  background: var(--gold);
}

.exchange-copy .button {
  align-self: flex-start;
}

.photo-journal {
  background: var(--cream);
}

.photo-grid {
  height: 730px;
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.85fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 13px;
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.photo-grid figure:hover img {
  transform: scale(1.035);
}

.photo-wide {
  grid-row: 1 / 3;
}

.photo-tall {
  grid-row: 1 / 3;
}

.final-cta {
  background: var(--gold);
}

.final-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}

.final-cta .eyebrow {
  color: var(--navy);
}

.final-cta h2 {
  max-width: 700px;
}

.final-cta p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(0, 38, 70, 0.77);
  font-size: 1.02rem;
}

.final-actions {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
}

.site-footer {
  padding-top: 80px;
  background: var(--navy-deep);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.65fr 0.75fr 1fr;
  gap: 60px;
}

.brand-light .brand-copy strong,
.brand-light .brand-copy small {
  color: var(--white);
}

.brand-mark-footer {
  width: 48px;
  height: 48px;
}

.footer-intro > p {
  max-width: 390px;
  margin: 26px 0 19px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.75;
}

.registration {
  color: var(--gold-soft);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
}

.footer-column > a:hover {
  color: var(--white);
}

.footer-contact p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.65;
}

.footer-contact > a {
  color: var(--gold-soft);
  font-weight: 700;
}

.social-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.footer-bottom {
  margin-top: 70px;
  min-height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .menu-button {
    display: flex;
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-nav.is-open {
    padding-block: 20px;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .mobile-nav a {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-weight: 700;
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .program-image-wrap {
    min-height: 260px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, 720px);
  }

  .section-space {
    padding-block: 84px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 30, 57, 0.94), rgba(0, 35, 65, 0.62));
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-stat,
  .impact-stat:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .impact-stat-seal {
    grid-column: 1 / 3;
  }

  .mission-grid,
  .story-grid,
  .partnership-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .mission-copy {
    padding-top: 0;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .story-image-wrap {
    height: 520px;
  }

  .partnership-photo {
    width: calc(100% - 28px);
    height: 500px;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
    border-top: 0;
  }

  .timeline article,
  .timeline article + article {
    padding: 30px;
    border-top: 2px solid var(--navy);
    border-left: 0;
  }

  .timeline article:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .timeline article::before {
    top: -8px;
    left: 30px;
  }

  .exchange-section {
    grid-template-columns: 1fr;
  }

  .exchange-photo {
    min-height: 530px;
  }

  .exchange-copy {
    padding: 80px max(24px, calc((100vw - 720px) / 2));
  }

  .photo-grid {
    height: 870px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .photo-wide,
  .photo-tall {
    grid-row: auto;
  }

  .final-cta-inner {
    display: grid;
  }

  .final-actions {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-intro {
    grid-column: 1 / 3;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, 540px);
  }

  .trust-bar-inner {
    justify-content: center;
  }

  .trust-bar-inner span:nth-child(2),
  .trust-bar-inner span:nth-child(3),
  .trust-bar-inner a {
    display: none;
  }

  .nav-shell {
    min-height: 74px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    display: none;
  }

  .nav-actions .button-small {
    display: none;
  }

  .mobile-nav {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 680px;
  }

  .hero-image {
    object-position: 56% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 27, 52, 0.92), rgba(0, 33, 62, 0.66));
  }

  .hero-inner {
    padding-block: 90px 130px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-caption {
    right: 14px;
    bottom: 14px;
  }

  .impact-grid {
    width: 100%;
  }

  .impact-stat {
    min-height: 132px;
    padding: 22px;
  }

  .impact-stat strong {
    font-size: 2.2rem;
  }

  .section-space {
    padding-block: 72px;
  }

  .section-heading h2,
  .story-copy h2,
  .partnership-copy h2,
  .final-cta h2 {
    font-size: clamp(2.6rem, 12vw, 3.7rem);
  }

  .mission-answers {
    grid-template-columns: 1fr;
  }

  .mission-answers div:nth-child(odd) {
    border-right: 0;
  }

  .mission-answers div:nth-child(even) {
    padding-left: 0;
  }

  .heading-row {
    display: block;
  }

  .heading-link {
    margin-top: 28px;
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .program-image-wrap {
    min-height: 270px;
  }

  .story-image-wrap {
    width: calc(100% - 12px);
    height: 430px;
  }

  .story-image-wrap::before {
    left: -12px;
    bottom: -12px;
  }

  .story-image-tag {
    right: -12px;
  }

  .partnership-photo {
    width: calc(100% - 14px);
    height: 400px;
    box-shadow: 14px 14px 0 var(--gold);
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article:nth-child(even) {
    border-left: 0;
  }

  .exchange-photo {
    min-height: 400px;
  }

  .exchange-copy {
    padding: 70px 24px;
  }

  .photo-grid {
    height: 1050px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .final-actions {
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 28px;
  }

  .footer-intro,
  .footer-contact {
    grid-column: 1 / 3;
  }

  .footer-bottom {
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}

/* Interior pages */

.interior-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}

.interior-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 28, 51, 0.93) 0%, rgba(2, 38, 67, 0.69) 48%, rgba(2, 38, 67, 0.2) 100%);
}

.interior-hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 100px 82px;
}

.interior-hero h1 {
  max-width: 900px;
  margin: 18px 0 21px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.interior-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.62;
}

.lead-copy {
  color: var(--navy-deep);
  font-size: 1.18rem;
  line-height: 1.72;
}

.split-story-grid,
.impact-story-grid,
.leadership-preview-grid,
.research-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(60px, 8vw, 112px);
}

.split-story-copy > p,
.partner-philosophy p {
  max-width: 680px;
}

.editorial-figure {
  position: relative;
  margin: 0 18px 18px 0;
}

.editorial-figure::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  background: var(--gold);
}

.editorial-figure img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}

.editorial-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 320px;
  padding: 13px 17px;
  background: var(--navy-deep);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 650;
}

.belief-section,
.program-principles,
.partner-types,
.measurement-section,
.advisor-section {
  background: var(--cream);
}

.belief-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.belief-grid article {
  padding: 38px 28px 42px;
  border-right: 1px solid var(--line);
}

.belief-grid article:last-child {
  border-right: 0;
}

.belief-grid span,
.method-steps span,
.activity-grid span,
.program-index-number {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.belief-grid h3,
.three-up h3,
.partner-type-grid h3,
.method-steps h3,
.donation-uses h3,
.contact-topics h3,
.activity-grid h3 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.17;
}

.belief-grid p,
.three-up p,
.partner-type-grid p,
.method-steps p,
.donation-uses p,
.contact-topics p {
  margin: 0;
  color: var(--muted);
}

.mission-vision {
  background: var(--navy-deep);
  color: var(--white);
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mission-vision article {
  padding: 35px clamp(30px, 5vw, 76px) 35px 0;
}

.mission-vision article + article {
  padding-left: clamp(30px, 5vw, 76px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mission-vision h2,
.program-detail-grid h2,
.program-forward h2,
.research-feature h2,
.donation-panel h2,
.transparency-callout h2,
.document-panel h2,
.form-success h2 {
  margin: 20px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.interior-timeline {
  background: var(--paper);
}

.timeline-list {
  margin-top: 52px;
  border-top: 1px solid var(--line);
}

.timeline-list article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 42px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-list strong {
  color: var(--blue);
  font-size: 1.35rem;
}

.timeline-list p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.leadership-preview {
  background: var(--sky);
}

.leadership-preview-grid {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.leadership-preview img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  box-shadow: -18px 18px 0 var(--gold);
}

.action-band {
  padding-block: 82px;
  background: var(--navy-deep);
  color: var(--white);
}

.action-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}

.action-band h2 {
  max-width: 650px;
  margin: 15px 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.action-band p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.action-band-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
}

.programs-index-list {
  display: grid;
  gap: 26px;
}

.program-index-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: 70px minmax(320px, 0.82fr) minmax(320px, 1fr);
  align-items: stretch;
  border: 1px solid var(--line);
  background: var(--white);
}

.program-index-number {
  padding: 28px 20px;
  border-right: 1px solid var(--line);
}

.program-index-image {
  overflow: hidden;
}

.program-index-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.program-index-card:hover .program-index-image img {
  transform: scale(1.025);
}

.program-index-copy {
  align-self: center;
  padding: clamp(34px, 5vw, 70px);
}

.program-index-copy h2,
.story-card-grid h2,
.leader-grid h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.program-index-copy p {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
}

.three-up {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.three-up article {
  padding: 34px;
  border-top: 3px solid var(--gold);
  background: var(--white);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric-grid article {
  min-height: 210px;
  display: grid;
  align-content: center;
  padding: 35px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.metric-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric-grid span {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impact-story-panel {
  background: var(--sky);
}

.impact-story-grid figure {
  margin: 0;
}

.impact-story-grid figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  box-shadow: -18px 18px 0 var(--gold);
}

.check-list,
.exchange-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-weight: 680;
}

.check-list li::before {
  content: "✓";
  margin-left: -30px;
  margin-right: 14px;
  color: var(--blue);
}

.partner-type-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.partner-type-grid article {
  padding: 34px 28px;
  background: var(--white);
  border-bottom: 3px solid var(--blue);
}

.partner-symbol {
  color: var(--gold);
  font-size: 1.5rem;
}

.named-partners {
  background: var(--paper);
}

.partner-evidence-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.partner-evidence-grid figure {
  position: relative;
  height: 410px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.partner-evidence-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-evidence-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 17px 18px;
  background: linear-gradient(transparent, rgba(1, 28, 51, 0.92));
  color: var(--white);
  font-weight: 720;
}

.research-intro-grid,
.donate-intro-grid,
.contact-grid,
.transparency-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.68fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: start;
}

.research-intro aside {
  padding: 38px;
  background: var(--navy-deep);
  color: var(--white);
}

.research-intro aside strong {
  display: block;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.research-intro aside ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.research-intro aside li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.research-method {
  background: var(--cream);
}

.method-steps,
.activity-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.method-steps article,
.activity-grid article {
  min-height: 250px;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.method-steps article:first-child,
.activity-grid article:first-child {
  border-left: 1px solid var(--line);
}

.research-feature {
  background: var(--navy-deep);
  color: var(--white);
}

.research-feature-grid img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.research-feature p {
  color: rgba(255, 255, 255, 0.72);
}

.report-placeholder {
  margin-top: 31px;
  display: grid;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.report-placeholder span,
.report-placeholder small {
  color: var(--gold-soft);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.report-placeholder strong {
  margin-block: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.story-card-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.story-card-grid article {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 37px;
  border: 1px solid var(--line);
  background: var(--white);
}

.story-card-grid article > span,
.leader-grid article > span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-card-grid h2 {
  margin-top: 35px;
  font-size: 2.15rem;
}

.story-card-grid p {
  color: var(--muted);
}

.story-card-grid .text-link {
  margin-top: auto;
}

.gallery-section {
  background: var(--cream);
}

.gallery-count {
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.masonry-gallery {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 260px;
  gap: 14px;
}

.masonry-gallery figure {
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.masonry-gallery .gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.masonry-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.masonry-gallery figure:hover img {
  transform: scale(1.025);
}

.donate-intro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
}

.donation-uses {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.donation-uses article {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.donation-panel {
  position: sticky;
  top: 132px;
  padding: 42px;
  background: var(--navy-deep);
  color: var(--white);
  box-shadow: 16px 16px 0 var(--gold);
}

.donation-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.donation-panel .button {
  width: 100%;
  margin-block: 22px 15px;
}

.donation-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.transparency-callout {
  background: var(--sky);
}

.transparency-callout-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: start;
  gap: 70px;
}

.transparency-callout p {
  margin-top: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr);
}

.contact-topics {
  margin-top: 38px;
  display: grid;
  gap: 12px;
}

.contact-topics article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.contact-topics h3 {
  margin-top: 0;
}

.contact-email {
  margin-top: 34px;
  display: inline-flex;
  gap: 12px;
  color: var(--blue);
  font-weight: 760;
}

.contact-form,
.form-success {
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form,
.contact-form label {
  display: grid;
  gap: 18px;
}

.contact-form label {
  gap: 8px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 13px;
  background: var(--paper);
  color: var(--ink);
  outline: 0;
  text-transform: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form small {
  color: var(--muted);
}

.form-success {
  min-height: 480px;
  display: grid;
  align-content: center;
  justify-items: start;
}

.form-success > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 800;
}

.form-success p {
  max-width: 440px;
  color: var(--muted);
}

.leaders-section {
  background: var(--paper);
}

.leader-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.leader-grid article {
  padding-bottom: 32px;
  border-bottom: 3px solid var(--gold);
}

.leader-photo {
  height: 580px;
  margin-bottom: 25px;
  overflow: hidden;
  background: var(--navy);
}

.leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-grid h2 {
  margin: 10px 0 8px;
}

.leader-grid p {
  max-width: 520px;
  color: var(--muted);
}

.document-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.document-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.document-list span {
  color: var(--muted);
}

.document-list strong {
  color: var(--navy);
}

.document-panel {
  padding: 40px;
  background: var(--sky);
  border-top: 4px solid var(--blue);
}

.document-panel p {
  color: var(--muted);
}

.document-panel .button {
  margin-top: 18px;
}

.program-detail-intro {
  background: var(--paper);
}

.program-detail-grid,
.program-forward-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 110px);
}

.program-detail-grid h2 {
  margin-top: 17px;
}

.program-activities {
  background: var(--cream);
}

.activity-grid h3 {
  margin-top: 70px;
  font-size: 1.65rem;
}

.program-forward {
  background: var(--navy-deep);
  color: var(--white);
}

.program-forward article {
  padding: 10px 0;
}

.program-forward article + article {
  padding-left: clamp(40px, 6vw, 90px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.program-forward p {
  color: rgba(255, 255, 255, 0.72);
}

.program-forward .button {
  margin-top: 18px;
}

@media (max-width: 1000px) {
  .belief-grid,
  .partner-type-grid {
    grid-template-columns: 1fr 1fr;
  }

  .belief-grid article:nth-child(2),
  .partner-type-grid article:nth-child(2) {
    border-right: 0;
  }

  .program-index-card {
    grid-template-columns: 58px minmax(270px, 0.8fr) 1fr;
  }

  .action-band-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .action-band-buttons {
    justify-content: flex-start;
  }

  .method-steps,
  .activity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .method-steps article:nth-child(3),
  .activity-grid article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .research-intro-grid,
  .donate-intro-grid,
  .contact-grid,
  .transparency-page-grid {
    grid-template-columns: 1fr;
  }

  .donation-panel {
    position: static;
  }
}

@media (max-width: 820px) {
  .interior-hero {
    min-height: 520px;
  }

  .interior-hero-shade {
    background: linear-gradient(90deg, rgba(1, 28, 51, 0.92), rgba(2, 38, 67, 0.45));
  }

  .split-story-grid,
  .impact-story-grid,
  .leadership-preview-grid,
  .research-feature-grid,
  .program-detail-grid,
  .program-forward-grid {
    grid-template-columns: 1fr;
  }

  .editorial-figure img,
  .leadership-preview img,
  .impact-story-grid figure img,
  .research-feature-grid img {
    height: 470px;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision article + article,
  .program-forward article + article {
    margin-top: 35px;
    padding: 35px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .program-index-card {
    grid-template-columns: 58px 1fr;
  }

  .program-index-image {
    min-height: 330px;
  }

  .program-index-copy {
    grid-column: 1 / 3;
  }

  .three-up,
  .metric-grid,
  .partner-evidence-grid,
  .story-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .masonry-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .transparency-callout-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 620px) {
  .interior-hero {
    min-height: 500px;
  }

  .interior-hero-inner {
    padding-block: 80px 58px;
  }

  .interior-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .belief-grid,
  .three-up,
  .metric-grid,
  .partner-type-grid,
  .partner-evidence-grid,
  .story-card-grid,
  .method-steps,
  .activity-grid,
  .donation-uses,
  .leader-grid {
    grid-template-columns: 1fr;
  }

  .belief-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .action-band-buttons {
    display: grid;
  }

  .program-index-card {
    grid-template-columns: 1fr;
  }

  .program-index-number {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .program-index-copy {
    grid-column: auto;
    padding: 30px 24px 38px;
  }

  .metric-grid article {
    min-height: 170px;
  }

  .method-steps article,
  .activity-grid article,
  .method-steps article:nth-child(3),
  .activity-grid article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .masonry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .masonry-gallery .gallery-large {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-form,
  .form-success,
  .donation-panel,
  .document-panel {
    padding: 28px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .leader-photo {
    height: 450px;
  }

  .document-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* 2026 content-and-credibility revision */

.nav-shell {
  gap: 18px;
}

.desktop-nav {
  gap: clamp(10px, 1.05vw, 18px);
}

.desktop-nav a {
  font-size: 0.79rem;
}

.hero-founders .hero-image {
  object-position: center 42%;
}

.impact-grid-four {
  width: min(900px, calc(100% - 48px));
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-block: 58px;
}

.impact-grid-four .impact-stat {
  min-height: 225px;
  align-items: center;
  text-align: center;
  border: 1px solid var(--line);
  margin: -0.5px;
  background: rgba(255, 255, 255, 0.4);
}

.impact-grid-four .impact-stat strong {
  font-size: clamp(3.6rem, 6vw, 5.7rem);
}

.impact-grid-four .impact-stat span {
  font-size: 0.82rem;
}

.impact-stat small {
  max-width: 230px;
  margin-top: 8px;
  color: #7a7060;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-ribbon {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.partner-ribbon-inner {
  display: grid;
  grid-template-columns: 0.7fr repeat(3, 1fr);
  align-items: stretch;
}

.partner-ribbon-label,
.partner-ribbon a {
  min-height: 112px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 22px 25px;
  border-right: 1px solid var(--line);
}

.partner-ribbon-label {
  border-left: 1px solid var(--line);
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-ribbon a {
  transition: background 180ms ease;
}

.partner-ribbon a:hover {
  background: var(--sky);
}

.partner-ribbon strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.partner-ribbon small {
  margin-top: 5px;
  color: var(--muted);
}

.founder-band {
  background: var(--sky);
}

.founder-band-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
}

.founder-band figure {
  height: 600px;
  margin: 0;
  box-shadow: -24px 24px 0 var(--gold);
}

.founder-band figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.founder-band h2,
.people-section h2,
.documents-section h2,
.partner-directory h2,
.story-gallery-tease h2,
.donate-redirect h2 {
  margin: 17px 0 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.6vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.founder-band p {
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

.timeline-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.timeline-five article {
  padding-right: 22px;
}

.timeline-five h3 {
  font-size: 1.28rem;
}

.testimonial-whisper {
  padding-block: 70px;
  background: var(--cream);
}

.testimonial-whisper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px;
}

.testimonial-whisper article {
  position: relative;
  padding: 8px 0 8px 32px;
  border-left: 3px solid var(--gold);
}

.testimonial-whisper span {
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-whisper blockquote {
  margin: 14px 0 0;
  color: #445664;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.8vw, 1.48rem);
  line-height: 1.55;
}

.people-section {
  background: var(--paper);
}

.people-section-muted {
  background: var(--cream);
}

.people-grid {
  margin-top: 52px;
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.people-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.people-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.people-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.person-card {
  display: flex;
  flex-direction: column;
  padding: 0 0 28px;
  border-bottom: 3px solid var(--gold);
}

.person-card img,
.person-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center;
  background: var(--navy);
}

.person-placeholder {
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
}

.person-card > span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.person-card h3 {
  margin: 9px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.people-grid-two .person-card h3 {
  font-size: 2.25rem;
}

.person-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.75;
}

.documents-section {
  background: var(--navy-deep);
}

.documents-section .section-heading h2,
.documents-section .section-heading p {
  color: var(--white);
}

.documents-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.documents-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: center;
}

.document-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.document-cards a {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--white);
  border-top: 5px solid var(--gold);
}

.document-cards span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.document-cards strong {
  margin-top: 24px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.document-cards small {
  margin-top: auto;
  color: var(--blue);
  font-weight: 750;
}

.provisional-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: italic;
}

.partner-directory {
  background: var(--paper);
}

.publication-note {
  margin: -60px 0 70px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(244, 180, 0, 0.65);
  background: #fff8df;
  color: #655622;
  font-size: 0.83rem;
}

.publication-note strong {
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-partner-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.featured-partner-grid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: var(--navy);
  color: var(--white);
  border-bottom: 6px solid var(--gold);
}

.featured-partner-grid span,
.featured-partner-grid em {
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-partner-grid span {
  color: var(--gold-soft);
}

.featured-partner-grid h2 {
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.featured-partner-grid small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
}

.featured-partner-grid p {
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.featured-partner-grid em {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.52);
}

.partner-directory-heading {
  margin: 82px 0 26px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.partner-directory-heading h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
}

.partner-directory-heading span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.partner-accordion-grid details {
  align-self: start;
  border: 1px solid var(--line);
  background: var(--white);
}

.partner-accordion-grid summary {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  cursor: pointer;
  list-style: none;
}

.partner-accordion-grid summary::-webkit-details-marker {
  display: none;
}

.partner-accordion-grid summary > span {
  display: grid;
}

.partner-accordion-grid summary small {
  color: var(--blue);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-accordion-grid summary strong {
  margin-top: 5px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.2;
}

.partner-accordion-grid summary em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
}

.partner-accordion-grid summary b {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--blue);
  font-size: 1.3rem;
  font-weight: 400;
}

.partner-accordion-grid details[open] summary b {
  transform: rotate(45deg);
}

.partner-accordion-grid details > div {
  padding: 0 26px 25px;
  border-top: 1px solid var(--line);
}

.partner-accordion-grid details p {
  color: var(--muted);
  line-height: 1.7;
}

.partner-accordion-grid details div small {
  color: #7a7060;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.archive-story-grid {
  margin-top: 52px;
  display: grid;
  gap: 28px;
}

.archive-story-grid article {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) 1.28fr;
  border: 1px solid var(--line);
  background: var(--white);
}

.archive-story-grid article > img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.archive-story-grid article > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 36px 42px;
}

.archive-story-grid article span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.archive-story-grid h2 {
  margin: 10px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.archive-story-grid small {
  margin-top: 12px;
  color: var(--muted);
}

.archive-story-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.social-story-section {
  background: var(--cream);
}

.story-gallery-tease {
  background: var(--paper);
}

.story-gallery-tease-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}

.story-gallery-tease-grid > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.story-gallery-tease .button {
  margin-top: 28px;
}

.unified-gallery {
  grid-auto-rows: 250px;
}

.donate-redirect {
  background: var(--cream);
}

.donate-redirect-card {
  max-width: 760px;
  padding: 58px;
  background: var(--white);
  border-top: 6px solid var(--gold);
  box-shadow: var(--shadow);
}

.donate-redirect-card p {
  margin: 26px 0 30px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.leadership-links {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.document-panel .text-link {
  margin-left: 20px;
}

@media (max-width: 1120px) {
  .timeline-five {
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
  }

  .timeline-five article,
  .timeline-five article + article {
    padding: 32px 26px;
    border-top: 2px solid var(--navy);
    border-left: 0;
  }

  .timeline-five article::before {
    top: -8px;
    left: 26px;
  }

  .people-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .impact-grid-four {
    width: min(720px, calc(100% - 32px));
    padding-block: 34px;
  }

  .impact-grid-four .impact-stat {
    min-height: 180px;
    padding: 24px 18px;
  }

  .impact-grid-four .impact-stat strong {
    font-size: clamp(2.7rem, 10vw, 4.3rem);
  }

  .partner-ribbon-inner {
    grid-template-columns: 1fr 1fr;
  }

  .partner-ribbon-label,
  .partner-ribbon a {
    border: 1px solid var(--line);
    margin: -0.5px;
  }

  .founder-band-grid,
  .documents-grid,
  .story-gallery-tease-grid {
    grid-template-columns: 1fr;
  }

  .founder-band figure {
    height: 520px;
  }

  .testimonial-whisper-grid,
  .people-grid-three,
  .featured-partner-grid,
  .partner-accordion-grid {
    grid-template-columns: 1fr;
  }

  .archive-story-grid article {
    grid-template-columns: 1fr;
  }

  .archive-story-grid article > img {
    height: 380px;
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .hero-founders .hero-image {
    object-position: 56% center;
  }

  .impact-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-grid-four .impact-stat {
    min-height: 160px;
    padding: 20px 10px;
  }

  .impact-grid-four .impact-stat strong {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .impact-grid-four .impact-stat span {
    font-size: 0.65rem;
  }

  .impact-stat small {
    font-size: 0.52rem;
    line-height: 1.35;
  }

  .partner-ribbon-inner,
  .people-grid-two,
  .people-grid-four,
  .document-cards {
    grid-template-columns: 1fr;
  }

  .partner-ribbon-label,
  .partner-ribbon a {
    min-height: 88px;
  }

  .founder-band-grid {
    gap: 48px;
  }

  .founder-band figure {
    height: 390px;
    box-shadow: -12px 12px 0 var(--gold);
  }

  .timeline-five {
    grid-template-columns: 1fr;
  }

  .publication-note {
    margin-top: -30px;
    grid-template-columns: 1fr;
  }

  .featured-partner-grid article {
    min-height: 320px;
    padding: 30px 24px;
  }

  .partner-directory-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-story-grid article > img {
    height: 280px;
  }

  .archive-story-grid article > div {
    padding: 28px 23px 34px;
  }

  .story-gallery-tease-grid > img {
    height: 360px;
  }

  .donate-redirect-card {
    padding: 38px 24px;
  }

  .document-panel .text-link {
    margin-left: 0;
  }
}
