.mjv-page {
  --mjv-ink: #16223a;
  --mjv-muted: #687187;
  --mjv-paper: #fbfaf7;
  --mjv-line: #dfe2dc;
  --mjv-green: #174f3d;
  --mjv-green-soft: #dcebdd;
  --mjv-yellow: #f6c449;
  --mjv-yellow-soft: #fff0be;
  --mjv-purple: #7254d6;
  --mjv-purple-soft: #ebe5ff;
  --mjv-white: #fff;
  --mjv-display: Georgia, "Times New Roman", serif;
  --mjv-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  color: var(--mjv-ink);
  background: var(--mjv-paper);
  font-family: var(--mjv-body);
  font-size: 16px;
  line-height: 1.6;
}
.mjv-page *, .mjv-page *::before, .mjv-page *::after { box-sizing: border-box; }
.mjv-page a { color: inherit; text-decoration: none; }
.mjv-page a:focus-visible, .mjv-page button:focus-visible { outline: 3px solid var(--mjv-yellow); outline-offset: 4px; }
.mjv-shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.mjv-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mjv-header { position: sticky; top: 0; z-index: 20; border-top: 4px solid var(--mjv-green); background: rgba(251, 250, 247, .96); backdrop-filter: blur(14px); }
.mjv-nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.mjv-brand { display: inline-flex; align-items: center; gap: 12px; }
.mjv-brand-mark { width: 44px; height: 44px; position: relative; display: grid; place-items: center; color: var(--mjv-green); border: 2px solid var(--mjv-green); border-radius: 50%; font-family: var(--mjv-display); font-size: 25px; font-weight: 700; }
.mjv-brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--mjv-green); border-radius: 50%; opacity: .45; }
.mjv-brand-mark span { position: relative; z-index: 1; }
.mjv-brand-copy { display: grid; line-height: 1.1; }
.mjv-brand-copy strong { font-size: 15px; letter-spacing: -.02em; }
.mjv-brand-copy small { margin-top: 4px; color: var(--mjv-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mjv-nav { display: flex; align-items: center; gap: 28px; color: #4d596b; font-size: 13px; font-weight: 700; }
.mjv-nav a:not(.mjv-nav-cta):hover, .mjv-footer-links a:hover { color: var(--mjv-green); }
.mjv-nav-cta { display: inline-flex; align-items: center; gap: 11px; padding: 12px 17px; color: var(--mjv-white); background: var(--mjv-green); border-radius: 7px; transition: transform .2s ease, background .2s ease; }
.mjv-nav-cta:hover { color: var(--mjv-white); background: #0e392b; transform: translateY(-2px); }
.mjv-menu-toggle { display: none; border: 0; background: transparent; color: var(--mjv-green); font-size: 24px; cursor: pointer; }
.mjv-hero { min-height: 650px; padding-top: 94px; padding-bottom: 84px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 54px; }
.mjv-eyebrow, .mjv-section-label { color: var(--mjv-purple); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mjv-eyebrow span, .mjv-section-label span { margin-right: 10px; color: var(--mjv-green); }
.mjv-page h1, .mjv-page h2, .mjv-page h3, .mjv-page p { margin-top: 0; }
.mjv-page h1, .mjv-page h2 { font-family: var(--mjv-display); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.mjv-page h1 { max-width: 660px; margin: 23px 0 25px; font-size: clamp(58px, 7vw, 94px); }
.mjv-page h1 em, .mjv-page h2 em { color: var(--mjv-purple); font-style: normal; }
.mjv-hero-lede { max-width: 520px; color: #526074; font-size: 19px; line-height: 1.65; }
.mjv-hero-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.mjv-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 7px; padding: 15px 19px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mjv-button:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(22, 34, 58, .14); }
.mjv-button-primary { color: var(--mjv-white) !important; background: var(--mjv-green); }
.mjv-button-primary:hover { color: var(--mjv-white) !important; background: #0e392b; }
.mjv-button-light { color: var(--mjv-green) !important; background: var(--mjv-yellow); }
.mjv-text-link, .mjv-arrow-link { color: var(--mjv-green); font-size: 14px; font-weight: 800; }
.mjv-text-link span, .mjv-arrow-link span { margin-left: 9px; color: var(--mjv-purple); font-size: 18px; }
.mjv-text-link:hover, .mjv-arrow-link:hover { color: var(--mjv-green); text-decoration: underline; text-underline-offset: 4px; }
.mjv-hero-note { margin-top: 52px; display: flex; gap: 10px; align-items: center; color: var(--mjv-muted); font-size: 11px; letter-spacing: .02em; }
.mjv-note-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--mjv-yellow); box-shadow: 0 0 0 5px var(--mjv-yellow-soft); }
.mjv-hero-art { min-height: 470px; position: relative; display: grid; place-items: center; }
.mjv-hero-art::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: var(--mjv-green-soft); opacity: .85; }
.mjv-orbit { position: absolute; border: 1px solid rgba(23, 79, 61, .35); border-radius: 50%; transform: rotate(-20deg); }
.mjv-orbit-one { width: 440px; height: 168px; }
.mjv-orbit-two { width: 420px; height: 235px; transform: rotate(58deg); border-color: rgba(114, 84, 214, .3); }
.mjv-mission-badge { width: 270px; height: 270px; position: relative; z-index: 2; display: grid; place-items: center; border: 9px solid var(--mjv-white); border-radius: 50%; box-shadow: 0 24px 70px rgba(24, 38, 54, .1); }
.mjv-image-badge { padding: 22px; background: #fff6bd; transform: rotate(-6deg); overflow: hidden; }
.mjv-image-badge img { width: 100%; height: 100%; display: block; object-fit: contain; }
.mjv-floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--mjv-ink); background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .9); border-radius: 8px; box-shadow: 0 12px 35px rgba(22, 34, 58, .12); font-size: 11px; line-height: 1.25; }
.mjv-floating-card b { color: var(--mjv-green); font-size: 13px; }
.mjv-card-symbol { width: 28px; height: 28px; display: grid; place-items: center; color: var(--mjv-purple); background: var(--mjv-purple-soft); border-radius: 50%; font-size: 18px; }
.mjv-card-one { top: 61px; right: 0; }
.mjv-card-two { bottom: 60px; left: 0; }
.mjv-ticker { overflow: hidden; color: var(--mjv-white); background: var(--mjv-ink); }
.mjv-ticker-track { width: max-content; min-height: 65px; display: flex; align-items: center; gap: 34px; padding: 0 24px; font-family: var(--mjv-display); font-size: 19px; letter-spacing: -.02em; }
.mjv-ticker-track i { color: var(--mjv-yellow); font-family: var(--mjv-body); font-style: normal; font-size: 13px; }
.mjv-section { padding-top: 120px; padding-bottom: 120px; }
.mjv-intro-grid { margin-top: 42px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 100px; }
.mjv-intro-grid h2, .mjv-heading-row h2, .mjv-support-heading h2, .mjv-story-grid h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 67px); }
.mjv-intro-body { padding-top: 9px; color: #5b6778; font-size: 17px; }
.mjv-intro-body p { max-width: 465px; }
.mjv-intro-body p + p { margin-top: 21px; }
.mjv-arrow-link { display: inline-block; margin-top: 18px; }
.mjv-image-story { margin-top: 66px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: 42px; align-items: center; padding-top: 32px; border-top: 1px solid var(--mjv-line); }
.mjv-image-story img { width: 100%; height: 265px; display: block; object-fit: cover; border-radius: 8px; }
.mjv-image-story h3 { margin: 9px 0 12px; font-family: var(--mjv-display); font-size: 31px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.mjv-image-story p:last-child { max-width: 300px; margin-bottom: 0; color: var(--mjv-muted); font-size: 14px; }
.mjv-image-kicker { margin-bottom: 0; color: var(--mjv-purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mjv-section-wash { background: #f2f5ed; }
.mjv-heading-row { margin-top: 35px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(270px, .65fr); gap: 110px; align-items: end; }
.mjv-heading-row p { max-width: 390px; margin-bottom: 6px; color: #5b6778; font-size: 16px; }
.mjv-impact-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mjv-impact-card { min-height: 300px; padding: 27px; display: flex; flex-direction: column; border-radius: 8px; transition: transform .2s ease, box-shadow .2s ease; }
.mjv-impact-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(22, 34, 58, .08); }
.mjv-green { color: var(--mjv-white); background: var(--mjv-green); }
.mjv-yellow { background: var(--mjv-yellow); }
.mjv-purple { color: var(--mjv-white); background: var(--mjv-purple); }
.mjv-impact-number { align-self: flex-end; font-size: 11px; font-weight: 800; opacity: .7; }
.mjv-impact-icon { margin-top: 42px; font-size: 37px; line-height: 1; }
.mjv-impact-card h3 { margin: 24px 0 8px; font-size: 22px; letter-spacing: -.03em; }
.mjv-impact-card p { max-width: 250px; margin-bottom: 0; font-size: 14px; line-height: 1.55; opacity: .8; }
.mjv-contribution-block { margin-top: 52px; padding: 31px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(330px, 1.05fr); gap: 40px; align-items: center; color: var(--mjv-ink); background: var(--mjv-yellow-soft); border-radius: 8px; }
.mjv-contribution-block h3 { max-width: 390px; margin: 9px 0 13px; font-family: var(--mjv-display); font-size: 31px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.mjv-muted { max-width: 440px; margin-bottom: 0; color: #606a74; font-size: 13px; }
.mjv-level-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mjv-level-grid div { min-height: 82px; padding: 17px; display: grid; align-content: center; color: var(--mjv-white); background: var(--mjv-green); border-radius: 6px; }
.mjv-level-grid div:nth-child(2) { background: #22664e; }
.mjv-level-grid div:nth-child(3) { color: var(--mjv-ink); background: #b6d7e3; }
.mjv-level-grid div:nth-child(4) { color: var(--mjv-white); background: var(--mjv-purple); }
.mjv-level-grid strong { font-size: 24px; line-height: 1; }
.mjv-level-grid span { margin-top: 6px; font-size: 12px; opacity: .82; }
.mjv-program-section { padding-top: 110px; }
.mjv-program-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mjv-program-grid article { min-height: 230px; padding: 20px; border: 1px solid var(--mjv-line); border-radius: 7px; background: var(--mjv-paper); }
.mjv-program-grid article:nth-child(2), .mjv-program-grid article:nth-child(4) { background: var(--mjv-green-soft); }
.mjv-program-grid article:nth-child(3) { background: var(--mjv-purple-soft); }
.mjv-program-grid article:nth-child(5) { background: var(--mjv-yellow-soft); }
.mjv-program-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--mjv-purple); background: var(--mjv-white); border-radius: 50%; font-size: 11px; font-weight: 900; }
.mjv-program-grid h3 { margin: 40px 0 8px; font-size: 17px; line-height: 1.2; }
.mjv-program-grid p { margin-bottom: 0; color: #5b6778; font-size: 13px; line-height: 1.45; }
.mjv-support-section { padding-bottom: 70px; }
.mjv-support-layout { margin-top: 43px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.mjv-support-heading h2 { font-size: clamp(41px, 4.7vw, 63px); }
.mjv-support-heading p { max-width: 380px; margin-top: 28px; color: #5b6778; font-size: 16px; }
.mjv-support-list { border-top: 1px solid var(--mjv-line); }
.mjv-support-item { min-height: 104px; display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 16px; border-bottom: 1px solid var(--mjv-line); }
.mjv-support-index { width: 28px; height: 28px; display: grid; place-items: center; color: var(--mjv-purple); background: var(--mjv-purple-soft); border-radius: 50%; font-size: 11px; font-weight: 900; }
.mjv-support-item h3 { margin: 0 0 2px; font-size: 17px; }
.mjv-support-item p { margin: 0; color: var(--mjv-muted); font-size: 13px; }
.mjv-support-arrow { color: var(--mjv-purple); font-size: 20px; }
.mjv-trust-note { margin-top: 58px; padding: 19px 22px; display: flex; align-items: flex-start; gap: 14px; color: #536056; background: var(--mjv-green-soft); border-left: 4px solid var(--mjv-green); border-radius: 6px; }
.mjv-trust-icon { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; color: var(--mjv-white); background: var(--mjv-green); border-radius: 50%; font-size: 13px; font-weight: 900; }
.mjv-trust-note p { max-width: 900px; margin: 0; font-size: 13px; line-height: 1.55; }
.mjv-trust-note strong { color: var(--mjv-green); }
.mjv-story-grid { margin-top: 42px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.mjv-story-grid h2 { font-size: clamp(42px, 4.7vw, 62px); }
.mjv-story-grid > div > p { max-width: 440px; margin: 25px 0 0; color: #5b6778; font-size: 16px; }
.mjv-media-card { margin: 0; padding: 14px; background: var(--mjv-white); border: 1px solid var(--mjv-line); border-radius: 8px; box-shadow: 0 18px 45px rgba(22, 34, 58, .08); }
.mjv-media-card img { width: 100%; height: auto; display: block; border-radius: 4px; }
.mjv-media-card figcaption { padding: 13px 4px 3px; color: var(--mjv-muted); font-size: 12px; }
.mjv-contact-section { padding: 50px 0; background: var(--mjv-green); }
.mjv-contact-card { min-height: 310px; padding: 48px 52px; display: grid; grid-template-columns: 90px minmax(0, 1fr) 235px; align-items: center; gap: 38px; color: var(--mjv-white); background: #123c30; border: 1px solid rgba(255, 255, 255, .15); border-radius: 8px; }
.mjv-contact-symbol { width: 86px; height: 86px; display: grid; place-items: center; color: var(--mjv-yellow); border: 2px solid var(--mjv-yellow); border-radius: 50%; font-family: var(--mjv-display); font-size: 51px; transform: rotate(-10deg); }
.mjv-contact-symbol span { transform: rotate(10deg); }
.mjv-eyebrow-light { color: var(--mjv-yellow); }
.mjv-eyebrow-light span { color: var(--mjv-white); }
.mjv-contact-copy h2 { max-width: 640px; margin: 17px 0 12px; color: var(--mjv-white); font-size: clamp(36px, 4vw, 53px); }
.mjv-contact-copy p:last-child { max-width: 590px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 15px; }
.mjv-contact-copy a { color: var(--mjv-yellow); text-decoration: underline; text-underline-offset: 3px; }
.mjv-contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.mjv-contact-action small { color: rgba(255, 255, 255, .55); font-size: 11px; }
.mjv-contact-secondary { color: rgba(255, 255, 255, .8) !important; font-size: 13px; font-weight: 700; }
.mjv-contact-secondary:hover { color: var(--mjv-yellow) !important; }
.mjv-closing { padding-top: 95px; padding-bottom: 100px; text-align: center; }
.mjv-closing-mark { width: 48px; height: 48px; margin: 0 auto 24px; display: grid; place-items: center; color: var(--mjv-purple); background: var(--mjv-purple-soft); border-radius: 50%; font-size: 18px; }
.mjv-closing h2 { margin-bottom: 16px; font-size: clamp(38px, 5vw, 64px); }
.mjv-closing p { max-width: 510px; margin: 0 auto; color: var(--mjv-muted); font-size: 16px; }
.mjv-footer { padding: 38px 0 42px; border-top: 1px solid var(--mjv-line); background: #f3f1ed; }
.mjv-footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1fr; gap: 40px; align-items: end; }
.mjv-footer .mjv-brand-mark { width: 37px; height: 37px; font-size: 21px; }
.mjv-footer-caption { margin: 16px 0 0 49px; color: var(--mjv-muted); font-family: var(--mjv-display); font-size: 17px; }
.mjv-footer-links { display: grid; gap: 8px; color: #536073; font-size: 13px; font-weight: 700; }
.mjv-footer-meta { justify-self: end; color: var(--mjv-muted); font-size: 11px; line-height: 1.6; text-align: right; }
.mjv-footer-meta p { margin: 0; }
.mjv-footer-meta p + p { margin-top: 10px; }
.mjv-footer-meta a { color: var(--mjv-purple); font-weight: 800; }
@media (max-width: 1000px) {
  .mjv-program-grid { grid-template-columns: repeat(3, 1fr); }
  .mjv-program-grid article:nth-child(4), .mjv-program-grid article:nth-child(5) { min-height: 205px; }
}
@media (max-width: 900px) {
  .mjv-shell { width: min(100% - 40px, 680px); }
  .mjv-menu-toggle { display: block; }
  .mjv-nav { position: absolute; left: 20px; right: 20px; top: 76px; padding: 19px; display: none; align-items: stretch; flex-direction: column; gap: 16px; background: var(--mjv-white); border: 1px solid var(--mjv-line); border-radius: 8px; box-shadow: 0 24px 70px rgba(24, 38, 54, .1); }
  .mjv-nav.mjv-is-open { display: flex; }
  .mjv-nav-cta { justify-content: space-between; }
  .mjv-hero { min-height: 0; padding-top: 70px; grid-template-columns: 1fr; gap: 30px; }
  .mjv-hero-art { min-height: 420px; }
  .mjv-intro-grid, .mjv-heading-row, .mjv-support-layout, .mjv-story-grid { grid-template-columns: 1fr; gap: 35px; }
  .mjv-heading-row { align-items: start; }
  .mjv-impact-grid { grid-template-columns: 1fr; }
  .mjv-impact-card { min-height: 235px; }
  .mjv-impact-icon { margin-top: 25px; }
  .mjv-contribution-block { grid-template-columns: 1fr; }
  .mjv-image-story { grid-template-columns: 1fr; gap: 25px; }
  .mjv-image-story img { height: auto; }
  .mjv-program-grid { grid-template-columns: repeat(2, 1fr); }
  .mjv-contact-card { grid-template-columns: 70px 1fr; gap: 24px; padding: 38px; }
  .mjv-contact-action { grid-column: 2; }
  .mjv-footer-grid { grid-template-columns: 1fr 1fr; }
  .mjv-footer-meta { grid-column: 1 / -1; justify-self: start; text-align: left; }
}
@media (max-width: 540px) {
  .mjv-shell { width: min(100% - 32px, 430px); }
  .mjv-nav-wrap { min-height: 75px; }
  .mjv-nav { top: 71px; left: 16px; right: 16px; }
  .mjv-page h1 { font-size: clamp(49px, 15vw, 70px); }
  .mjv-hero { padding-top: 55px; padding-bottom: 58px; }
  .mjv-hero-lede { font-size: 17px; }
  .mjv-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .mjv-hero-note { margin-top: 36px; font-size: 10px; }
  .mjv-hero-art { min-height: 330px; transform: scale(.82); transform-origin: center top; margin-bottom: -55px; }
  .mjv-hero-art::before { width: 330px; height: 330px; }
  .mjv-orbit-one { width: 390px; }
  .mjv-card-one { right: -12px; }
  .mjv-card-two { left: -12px; }
  .mjv-section { padding-top: 78px; padding-bottom: 78px; }
  .mjv-intro-grid h2, .mjv-heading-row h2, .mjv-support-heading h2, .mjv-story-grid h2 { font-size: 45px; }
  .mjv-heading-row { margin-top: 25px; }
  .mjv-image-story { margin-top: 45px; }
  .mjv-contribution-block { padding: 22px; }
  .mjv-contribution-block h3 { font-size: 27px; }
  .mjv-level-grid { grid-template-columns: 1fr 1fr; }
  .mjv-program-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .mjv-program-grid article { min-height: 0; }
  .mjv-program-grid h3 { margin-top: 25px; }
  .mjv-support-item { grid-template-columns: 31px 1fr 20px; gap: 10px; }
  .mjv-support-item p { font-size: 12px; line-height: 1.4; }
  .mjv-support-item h3 { font-size: 15px; }
  .mjv-trust-note { margin-top: 36px; padding: 16px; }
  .mjv-contact-section { padding: 30px 0; }
  .mjv-contact-card { grid-template-columns: 1fr; padding: 28px; gap: 22px; }
  .mjv-contact-action { grid-column: auto; }
  .mjv-closing { padding-top: 70px; padding-bottom: 75px; }
  .mjv-footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .mjv-footer-meta { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .mjv-page *, .mjv-page *::before, .mjv-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
