:root {
    --mra-orange: #e67e22;
    --mra-orange-dark: #d35400;
    --mra-orange-stat: #ec9639;
    --mra-orange-mid: #f3670b;
    --mra-brown: #803300;
    --mra-text: #1e1e1e;
    --mra-black: #000000;
    --mra-white: #ffffff;
    --mra-cream: #faf7f2;
    --mra-icon-bg: #fde1da;
    --mra-header-btn: #d9d9d9;
    --mra-page: 1440px;
    --mra-gutter: 120px;
    --mra-content: 1200px;
    --mra-section-gap: 100px;
    --mra-radius-pill: 103px;
    --mra-serif: "Playfair Display", Georgia, serif;
    --mra-sans: "Poppins", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    html:not(.lenis) {
        scroll-behavior: smooth;
    }
}

html {
    overflow-x: clip;
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

body.mra-front,
body {
    margin: 0;
    font-family: var(--mra-sans);
    color: var(--mra-text);
    background: var(--mra-white);
    overflow-x: clip;
    overflow-y: visible;
}

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

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

button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
}

.mra-skip {
    position: absolute;
    left: -999px;
    top: 0;
}

.mra-skip:focus {
    left: 16px;
    top: 16px;
    z-index: 999;
    background: #fff;
    padding: 8px 12px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.mra-stage {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
    overflow-y: visible;
    display: flex;
    justify-content: center;
}

.mra-frame {
    width: 1440px;
    flex-shrink: 0;
    transform-origin: top center;
    background: #fff;
    position: relative;
}

.mra-landing {
    width: 1440px;
    max-width: none;
    margin: 0 auto;
    overflow: visible;
    background: var(--mra-white);
}

.mra-landing > .mra-stats,
.mra-landing > .mra-change,
.mra-landing > .mra-mission,
.mra-landing > .mra-donate,
.mra-landing > .mra-request,
.mra-landing > .mra-stories,
.mra-landing > .mra-sponsors,
.mra-education > .mra-edu-impact,
.mra-education > .mra-edu-programs,
.mra-education > .mra-edu-process,
.mra-education > .mra-edu-quote,
.mra-education > .mra-stories,
.mra-education > .mra-edu-stats,
.mra-education > .mra-edu-cta,
.mra-education > .mra-sponsors,
.mra-healthcare > .mra-hc-impact,
.mra-healthcare > .mra-hc-programs,
.mra-healthcare > .mra-hc-process,
.mra-healthcare > .mra-hc-quote,
.mra-healthcare > .mra-stories,
.mra-healthcare > .mra-hc-stats,
.mra-healthcare > .mra-hc-cta,
.mra-healthcare > .mra-sponsors,
.mra-employment > .mra-emp-impact,
.mra-employment > .mra-emp-programs,
.mra-employment > .mra-emp-process,
.mra-employment > .mra-emp-quote,
.mra-employment > .mra-stories,
.mra-employment > .mra-emp-stats,
.mra-employment > .mra-emp-cta,
.mra-employment > .mra-sponsors,
.mra-farmer > .mra-farmer-impact,
.mra-farmer > .mra-farmer-programs,
.mra-farmer > .mra-farmer-process,
.mra-farmer > .mra-farmer-quote,
.mra-farmer > .mra-stories,
.mra-farmer > .mra-farmer-stats,
.mra-farmer > .mra-farmer-cta,
.mra-farmer > .mra-sponsors,
.mra-donation > .mra-donation-page-impact,
.mra-donation > .mra-donation-page-options,
.mra-donation > .mra-donation-page-other,
.mra-donation > .mra-donation-page-why,
.mra-donation > .mra-stories,
.mra-donation > .mra-sponsors,
.mra-about > .mra-about-mission,
.mra-about > .mra-about-values,
.mra-about > .mra-about-journey,
.mra-about > .mra-about-programs,
.mra-about > .mra-about-stats,
.mra-about > .mra-about-team,
.mra-about > .mra-stories,
.mra-about > .mra-about-cta,
.mra-about > .mra-sponsors,
.mra-contact > .mra-contact-touch,
.mra-contact > .mra-contact-help,
.mra-contact > .mra-contact-donate,
.mra-contact > .mra-stories,
.mra-contact > .mra-sponsors,
.mra-frame > .mra-footer {
    margin-top: var(--mra-section-gap);
}

/* Buttons */
.mra-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--mra-radius-pill);
    white-space: nowrap;
    line-height: normal;
}

.mra-btn--header {
    width: 130px;
    height: 44px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    background-color: var(--mra-header-btn);
    color: var(--mra-orange-dark);
    -webkit-text-fill-color: var(--mra-orange-dark);
}

.mra-btn--ghost-lg {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 22px;
    min-width: 120px;
    height: 48px;
}

.mra-btn--outline {
    border: 1px solid var(--mra-orange-dark);
    color: var(--mra-orange-dark);
    font-size: 16px;
    font-weight: 500;
    padding: 7px 23px;
    height: 38px;
}

.mra-btn--white {
    background: #fff;
    color: var(--mra-orange-dark);
    font-size: 16px;
    font-weight: 500;
    padding: 7px 23px;
    height: 38px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}

.mra-btn--solid {
    background: var(--mra-orange-dark);
    color: #fff;
    padding: 12px 28px;
}

/* Header */
.mra-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0 var(--mra-gutter);
}

.mra-header--solid {
    position: relative;
    background: linear-gradient(90deg, #8a3a00, #d35400);
    padding: 18px var(--mra-gutter);
}

.mra-header__inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    min-height: 0;
}

.mra-header .mra-logo {
    margin-top: 0;
}

.mra-logo {
    width: 140px;
    height: 189px;
    flex-shrink: 0;
    display: block;
    position: relative;
    z-index: 2;
}

.mra-logo img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: left top;
}

.mra-nav {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 51px;
    margin: 0;
    white-space: nowrap;
}

.mra-nav__link,
.mra-nav a,
.mra-nav button {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: 0;
    padding: 4px 6px;
}

.mra-nav__link.is-active,
.mra-nav a.is-active {
    font-weight: 700;
}

.mra-nav__item--drop {
    position: relative;
}

.mra-nav__toggle img {
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
}

/* Desktop header inside scaled Figma frame */
@media (min-width: 1024px) {
.mra-frame .mra-menu-btn {
    display: none !important;
}

.mra-frame .mra-nav {
    display: flex !important;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 51px;
    z-index: 1;
    white-space: nowrap;
}

.mra-header .mra-btn--header {
    margin-left: auto;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}

.mra-header .mra-menu-btn {
    margin-left: auto;
}

.mra-frame .mra-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.mra-frame .mra-nav__dropdown a {
    color: var(--mra-text);
}

/* Keep Figma desktop layout inside scaled preview frame */
.mra-stage .mra-frame .mra-stats,
.mra-stage .mra-frame .mra-mission,
.mra-stage .mra-frame .mra-sponsors {
    padding-left: var(--mra-gutter);
    padding-right: var(--mra-gutter);
}

.mra-stage .mra-frame .mra-stats__grid {
    grid-template-columns: 366px 365px 364px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    gap: 45px;
}

.mra-stage .mra-frame .mra-change {
    width: 1200px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    border-radius: 0 35px 0 35px;
}

.mra-stage .mra-frame .mra-change__intro {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 144px 39px 0 39px;
}

.mra-stage .mra-frame .mra-change__cell {
    min-height: 0;
}

.mra-stage .mra-frame .mra-change__cell--employment {
    grid-column: 2;
    grid-row: 1;
}

.mra-stage .mra-frame .mra-change__cell--education {
    grid-column: 3;
    grid-row: 1;
}

.mra-stage .mra-frame .mra-change__cell--healthcare {
    grid-column: 2;
    grid-row: 2;
}

.mra-stage .mra-frame .mra-change__cell--farmer {
    grid-column: 3;
    grid-row: 2;
}

.mra-stage .mra-frame .mra-mission {
    padding: 0 var(--mra-gutter) 48px;
    width: 100%;
    overflow: visible;
}

.mra-stage .mra-frame .mra-mission__inner {
    display: grid;
    grid-template-columns: minmax(0, 609px) 543px;
    gap: 48px;
    max-width: var(--mra-content);
    margin-left: auto;
    margin-right: auto;
    align-items: start;
    overflow: visible;
}

.mra-stage .mra-frame .mra-mission__collage {
    position: relative;
    width: 543px;
    min-height: 672px;
    height: 672px;
    display: block;
    overflow: visible;
}

.mra-stage .mra-frame .mra-mission__collage img {
    position: absolute;
    width: 259px;
    height: 272px;
    max-width: none;
    object-fit: cover;
    border-radius: 30px;
}

.mra-stage .mra-frame .mra-mission__collage img:nth-child(1) {
    left: 0;
    top: 94px;
}

.mra-stage .mra-frame .mra-mission__collage img:nth-child(2) {
    left: 284px;
    top: 0;
}

.mra-stage .mra-frame .mra-mission__collage img:nth-child(3) {
    left: 0;
    top: 390px;
}

.mra-stage .mra-frame .mra-mission__collage img:nth-child(4) {
    left: 284px;
    top: 296px;
}

.mra-stage .mra-frame .mra-donate {
    position: relative;
    width: 100%;
    height: 754px;
    margin-top: 0;
    overflow: hidden;
}

.mra-stage .mra-frame .mra-donate__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mra-stage .mra-frame .mra-donate__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.mra-stage .mra-frame .mra-donate__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 191px var(--mra-gutter) 0;
    box-sizing: border-box;
    pointer-events: none;
}

.mra-stage .mra-frame .mra-donate__content .mra-container {
    max-width: var(--mra-content);
    margin: 0 auto;
}

.mra-stage .mra-frame .mra-donate__card {
    position: relative;
    top: 0;
    left: 0;
    width: 547px;
    min-height: 437px;
    margin: 0;
    padding: 48px 36px 40px;
    pointer-events: auto;
}

.mra-stage .mra-frame .mra-request {
    display: grid;
    grid-template-columns: 667px 1fr;
    min-height: 602px;
    align-items: center;
    width: 100%;
    padding: 0;
}

.mra-stage .mra-frame .mra-request__visual {
    margin-left: -54px;
    width: 721px;
    max-width: none;
}

.mra-stage .mra-frame .mra-request__visual img {
    width: 102.52%;
    max-width: none;
    height: auto;
}

.mra-stage .mra-frame .mra-request__panel {
    padding: 48px var(--mra-gutter) 48px 24px;
}

.mra-stage .mra-frame .mra-request__grid {
    display: grid;
    grid-template-columns: 299px 320px;
    gap: 35px 18px;
}

.mra-stage .mra-frame .mra-cause {
    width: auto;
}

.mra-stage .mra-frame .mra-stories {
    position: relative;
    min-height: 569px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.mra-stage .mra-frame .mra-stories__scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.mra-stage .mra-frame .mra-stories__scene img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 38% center;
    opacity: 0.38;
    filter: grayscale(0.2) brightness(1.55) contrast(0.9);
    max-width: none;
}

.mra-stage .mra-frame .mra-stories__scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 34%, rgba(255, 255, 255, 0.18) 52%, transparent 68%);
    z-index: 1;
}

.mra-stage .mra-frame .mra-stories__scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 48%, rgba(255, 255, 255, 0.88) 62%, #fff 72%);
    z-index: 1;
}

.mra-stage .mra-frame .mra-stories__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 12px;
    padding: 88px var(--mra-gutter) 64px;
    align-items: center;
}

.mra-stage .mra-frame .mra-stories__intro {
    position: relative;
    z-index: 2;
}

.mra-stage .mra-frame .mra-stories__intro h2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1;
}

.mra-stage .mra-frame .mra-stories__slider {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.mra-stage .mra-frame .mra-stories__track {
    display: flex;
    gap: 22px;
    overflow: hidden;
    width: 100%;
    flex: 1;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
}

.mra-stage .mra-frame .mra-story {
    flex: 0 0 420px;
    width: 420px;
}

.mra-stage .mra-frame .mra-story:nth-child(2) {
    opacity: 0.65;
}

.mra-stage .mra-frame .mra-footer {
    background: var(--mra-orange);
    color: #fff;
    width: 100%;
    padding: 56px 0 24px;
}

.mra-stage .mra-frame .mra-footer__inner {
    width: var(--mra-content);
    max-width: var(--mra-content);
    margin: 0 auto;
    padding: 0 var(--mra-gutter);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 280px 220px 1fr 260px;
    gap: 48px;
    align-items: start;
}

.mra-stage .mra-frame .mra-footer__bar {
    width: var(--mra-content);
    max-width: var(--mra-content);
    margin: 40px auto 0;
    padding: 18px var(--mra-gutter) 0;
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

} /* end min-width: 1024px desktop frame locks */

.mra-nav__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 8;
}

.mra-nav__dropdown a {
    display: block;
    color: var(--mra-text);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
}

.mra-nav__item--drop:hover .mra-nav__dropdown,
.mra-nav__item--drop:focus-within .mra-nav__dropdown {
    display: block;
}

.mra-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.mra-menu-btn span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Hero */
.mra-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    color: #fff;
    overflow: hidden;
}

.mra-hero__media {
    position: absolute;
    inset: 0;
}

.mra-hero__media img {
    width: 1440px;
    height: 1034px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}

.mra-hero__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 1440px;
    height: 913px;
    background:
        linear-gradient(90deg, rgba(128, 51, 0, 0.55) 0%, rgba(128, 51, 0, 0.22) 36%, rgba(128, 51, 0, 0) 64%),
        linear-gradient(180deg, rgba(128, 51, 0, 0.28) 0%, rgba(128, 51, 0, 0) 48%);
    pointer-events: none;
}

.mra-hero__content {
    position: relative;
    z-index: 2;
    padding: 412px 120px 0;
}

.mra-hero__title {
    margin: 0;
    font-family: var(--mra-serif);
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.mra-hero__lead {
    margin: 15px 0 0;
    max-width: 674px;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    color: #fff;
}

.mra-hero__content .mra-btn--ghost-lg {
    margin-top: 29px;
}

.mra-hero-card {
    position: absolute;
    top: 631px;
    left: 998px;
    right: auto;
    width: 291px;
    height: 277px;
    overflow: visible;
    z-index: 4;
}

.mra-hero-card__slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.mra-hero-card__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.mra-hero-card__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center 40%;
    z-index: 0;
}

.mra-hero-card__slide.is-active:first-child img {
    object-position: center center;
}

.mra-hero-card__shade {
    position: absolute;
    inset: 0;
    background: rgba(211, 84, 0, 0.35);
    pointer-events: none;
    z-index: 1;
}

.mra-hero-card__slide:first-child .mra-hero-card__shade {
    background: linear-gradient(180deg, rgba(128, 51, 0, 0.15) 0%, rgba(211, 84, 0, 0.45) 100%);
}

.mra-hero-card__index,
.mra-hero-card__copy {
    position: absolute;
    z-index: 2;
    left: 31px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.mra-hero-card__index {
    top: 61px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.452;
}

.mra-hero-card__copy {
    top: 97px;
    margin: 0;
    width: 230px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.452;
}

.mra-hero-card__copy strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.mra-hero-card__nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    z-index: 3;
    pointer-events: none;
    overflow: visible;
}

.mra-hero-card__nav .mra-arrow {
    pointer-events: auto;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.mra-hero-card__nav .mra-arrow--prev {
    transform: translateX(-50%);
}

.mra-hero-card__nav .mra-arrow--next {
    transform: translateX(50%);
    background: #fff;
}

.mra-hero-card__nav .mra-arrow::before {
    width: 0;
    height: 0;
    border: none;
    border-style: solid;
}

.mra-hero-card__nav .mra-arrow--next::before {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent var(--mra-orange-dark);
    transform: translate(-35%, -50%);
}

.mra-hero-card__nav .mra-arrow--prev::before {
    border-width: 5px 8px 5px 0;
    border-color: transparent var(--mra-orange-dark) transparent transparent;
    transform: translate(-65%, -50%);
}

.mra-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    border: 0;
}

.mra-arrow--next {
    background: linear-gradient(180deg, #e67e22, #d35400);
}

.mra-arrow--prev,
.mra-arrow--outline {
    background: transparent;
    border: 1.5px solid #fff;
}

.mra-arrow--next::before,
.mra-arrow--prev::before,
.mra-arrow--outline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.mra-arrow--next::before {
    transform: translate(-70%, -50%) rotate(-45deg);
}

.mra-arrow--prev::before,
.mra-arrow--outline::before {
    transform: translate(-30%, -50%) rotate(135deg);
}

.mra-stories .mra-arrow--outline {
    border-color: var(--mra-orange-dark);
}

.mra-stories .mra-arrow--outline::before {
    border-color: var(--mra-orange-dark);
}

/* Contact strip */
.mra-strip {
    position: relative;
    z-index: 5;
    width: 1177px;
    max-width: calc(100% - 48px);
    height: 71px;
    margin: -31px auto 0;
    background: #fff;
    box-shadow: 2px 4px 6.9px 2px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    padding: 0 16px 0 45px;
    gap: 28px;
}

.mra-strip__tag {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.273;
    color: var(--mra-text);
    white-space: nowrap;
}

.mra-strip__contact {
    margin: 0 auto 0 0;
    font-size: 15px;
    line-height: 1.452;
    white-space: nowrap;
}

.mra-strip__contact strong {
    font-weight: 600;
}

.mra-strip__contact span {
    font-weight: 300;
}

.mra-strip__pipe {
    margin: 0 8px;
    font-weight: 300;
}

.mra-strip__actions {
    display: flex;
    gap: 29px;
    margin-left: auto;
}

/* Shared headings */
.mra-kicker {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.452;
    text-transform: uppercase;
    text-align: center;
    color: var(--mra-black);
}

.mra-kicker--left {
    text-align: left;
}

.mra-kicker--tight {
    letter-spacing: 2.5px;
}

.mra-kicker--dots {
    letter-spacing: 2.5px;
    margin-top: -8px;
}

.mra-heading {
    margin: 7px 0 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
    color: var(--mra-orange-dark);
    text-align: center;
}

.mra-heading--left {
    text-align: left;
}

/* Stats */
.mra-stats {
    padding: 0 var(--mra-gutter);
}

.mra-stats__grid {
    display: grid;
    grid-template-columns: 366px 365px 364px;
    gap: 45px;
    margin-top: 45px;
    justify-content: center;
}

.mra-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mra-ring {
    width: 239px;
    height: 239px;
    display: grid;
    place-items: center;
    position: relative;
    margin-bottom: -119px;
    z-index: 2;
    flex-shrink: 0;
}

.mra-ring__chart {
    display: block;
    width: 239px;
    height: 239px;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.mra-ring__track,
.mra-ring__progress {
    shape-rendering: geometricPrecision;
}

.mra-ring__value {
    position: absolute;
    z-index: 3;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: transparent;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.273;
    text-align: center;
    pointer-events: none;
}

.mra-ring--26 .mra-ring__value {
    color: #ec9639;
}

.mra-ring--16 .mra-ring__value {
    color: #e54b2c;
    font-size: 35px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.mra-ring--16 .mra-ring__value b {
    font-size: 35px;
    font-weight: 600;
    margin-right: 0;
}

.mra-ring--23 .mra-ring__value {
    color: #ca2e22;
}

.mra-stat__card {
    width: 100%;
    height: 394px;
    background: var(--mra-cream);
    border-radius: 40px 40px 20px 20px;
    padding: 136px 19px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mra-stat__card h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-stat__card p {
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.63;
    color: var(--mra-text);
}

/* Fighting for change */
.mra-change {
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    width: 1200px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 35px 0 35px;
    overflow: hidden;
    background: var(--mra-orange);
    color: #fff;
}

.mra-change__intro {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 144px 39px 0 39px;
    background: var(--mra-orange);
}

.mra-change__intro h2 {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
}

.mra-change__intro p {
    margin: 22px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.69;
}

.mra-change__cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.mra-change__cell--employment {
    grid-column: 2;
    grid-row: 1;
    background: var(--mra-orange-mid);
}

.mra-change__cell--education {
    grid-column: 3;
    grid-row: 1;
    background: #d30000;
    border-top-right-radius: 35px;
}

.mra-change__cell--healthcare {
    grid-column: 2;
    grid-row: 2;
    background: #db691e;
}

.mra-change__cell--farmer {
    grid-column: 3;
    grid-row: 2;
    background: #b95411;
}

.mra-change__cell img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 0.21;
}

.mra-change__cell--employment img {
    height: 190.08%;
    top: -65.5%;
}

.mra-change__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(211, 84, 0, 0) 47.6%, #6d2b00 100%);
    pointer-events: none;
}

.mra-change__cell--employment .mra-change__shade {
    background: linear-gradient(180deg, rgba(211, 84, 0, 0) 41.72%, #6d2b00 100%);
}

.mra-change__cell--healthcare .mra-change__shade {
    background: linear-gradient(180deg, rgba(211, 84, 0, 0) 47.6%, #6d2b00 100%);
}

.mra-change__cell--farmer .mra-change__shade {
    background: linear-gradient(180deg, rgba(211, 84, 0, 0) 48.32%, #6d2b00 100%);
}

.mra-change__shade--red {
    background: linear-gradient(180deg, rgba(211, 0, 0, 0) 64.97%, rgba(109, 0, 0, 0.93) 100%);
}

.mra-change__copy {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 28px;
    z-index: 1;
}

.mra-change__copy h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-change__copy p {
    margin: 6px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-container {
    width: 100%;
    max-width: var(--mra-content);
    margin-left: auto;
    margin-right: auto;
}

/* Mission */
.mra-mission {
    padding: 0 var(--mra-gutter) 48px;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.mra-mission__inner {
    display: grid;
    grid-template-columns: minmax(0, 609px) 543px;
    gap: 48px;
    align-items: start;
    overflow: visible;
}

.mra-mission__copy {
    max-width: 522px;
}

.mra-mission__lead {
    margin: 56px 0 0;
    max-width: 522px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.63;
}

.mra-mission__body {
    margin: 28px 0 0;
    max-width: 522px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.63;
}

.mra-founder {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 56px;
}

.mra-founder img {
    width: 82px;
    height: 82px;
    max-width: none;
    border-radius: 50%;
    object-fit: cover;
}

.mra-founder__name {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.63;
}

.mra-founder__role {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.63;
}

.mra-mission__collage {
    position: relative;
    width: 543px;
    min-height: 672px;
    height: 672px;
    flex-shrink: 0;
    overflow: visible;
}

.mra-mission__collage img {
    position: absolute;
    width: 259px;
    height: 272px;
    max-width: none;
    object-fit: cover;
    border-radius: 30px;
}

.mra-mission__collage img:nth-child(1) {
    left: 0;
    top: 94px;
}

.mra-mission__collage img:nth-child(2) {
    left: 284px;
    top: 0;
}

.mra-mission__collage img:nth-child(3) {
    left: 0;
    top: 390px;
}

.mra-mission__collage img:nth-child(4) {
    left: 284px;
    top: 296px;
}

/* Donate banner */
.mra-donate {
    position: relative;
    width: 100%;
    height: 754px;
    overflow: hidden;
}

.mra-donate__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mra-donate__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.mra-donate__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 191px var(--mra-gutter) 0;
    box-sizing: border-box;
    pointer-events: none;
}

.mra-donate__content .mra-container {
    max-width: var(--mra-content);
    margin: 0 auto;
}

.mra-donate__card {
    position: relative;
    width: 547px;
    min-height: 437px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    padding: 48px 36px 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.mra-donate__card h2 {
    margin: 13px 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-donate__quote {
    margin: 7px 0 0;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-donate__cite {
    margin: 7px 0 0;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-donate__note {
    margin: 35px 0 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-donate__card .mra-btn {
    margin-top: 30px;
    border: 1px solid var(--mra-orange-dark);
}

/* Donation request */
.mra-request {
    display: grid;
    grid-template-columns: 667px 1fr;
    min-height: 602px;
    align-items: center;
}

.mra-request__visual {
    margin-left: -54px;
    width: 721px;
}

.mra-request__visual img {
    width: 102.52%;
    max-width: none;
    height: auto;
    display: block;
}

.mra-request__panel {
    padding: 48px 120px 0 0;
}

.mra-request__lead {
    margin: 12px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.63;
}

.mra-request__grid {
    display: grid;
    grid-template-columns: 299px 320px;
    gap: 35px 18px;
    margin-top: 60px;
}

.mra-cause {
    display: flex;
    align-items: center;
    gap: 19px;
    height: 82px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 6px 16px 6px 9px;
    color: var(--mra-text);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.63;
}

.mra-cause__icon {
    width: 73px;
    height: 69px;
    border-radius: 11px;
    background: var(--mra-icon-bg);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.mra-cause__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mra-cause--sm {
    width: 299px;
}

.mra-cause--lg {
    width: 320px;
}

.mra-request__alt {
    margin: 55px 0 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.63;
}

.mra-request__alt a {
    color: var(--mra-orange-dark);
    font-weight: 600;
}

/* Stories */
.mra-stories {
    position: relative;
    min-height: 569px;
    overflow: hidden;
    background: #fff;
}

.mra-stories__scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.mra-stories__scene img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 38% center;
    opacity: 0.38;
    filter: grayscale(0.2) brightness(1.55) contrast(0.9);
    max-width: none;
}

.mra-stories__scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.45) 34%, rgba(255, 255, 255, 0.18) 52%, transparent 68%);
    z-index: 1;
}

.mra-stories__scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 48%, rgba(255, 255, 255, 0.88) 62%, #fff 72%);
    z-index: 1;
}

.mra-stories__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 12px;
    padding: 88px var(--mra-gutter) 64px;
    align-items: center;
}

.mra-stories__intro {
    position: relative;
    z-index: 2;
}

.mra-stories__intro p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--mra-text);
}

.mra-stories__intro h2 {
    margin: 8px 0 0;
    font-family: var(--mra-serif);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--mra-orange-dark);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mra-stories__intro h2 span {
    display: block;
}

.mra-stories__slider {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.mra-stories__track {
    display: flex;
    gap: 22px;
    overflow: hidden;
    width: 100%;
    flex: 1;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
}

.mra-story {
    flex: 0 0 420px;
    width: 420px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 28px 26px 22px;
}

.mra-story:nth-child(2) {
    opacity: 0.65;
}

.mra-story__mark {
    display: block;
    font-family: var(--mra-serif);
    font-size: 64px;
    line-height: 0.6;
    color: var(--mra-orange);
}

.mra-story p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4a4a4a;
}

.mra-story__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
}

.mra-story__author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

/* Sponsors */
.mra-sponsors {
    padding: 0 var(--mra-gutter) 56px;
    text-align: center;
}

.mra-sponsors__logos-wrap {
    width: 1139px;
    max-width: 100%;
    height: 140px;
    margin: 36px auto 0;
    overflow: hidden;
}

.mra-sponsors__logos {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin-top: -192px;
}

/* Footer ? shared across landing, education, healthcare */
.mra-footer {
    background: var(--mra-orange);
    color: #fff;
    padding: 56px 0 24px;
    width: 100%;
}

.mra-footer__inner {
    width: var(--mra-content);
    max-width: var(--mra-content);
    margin: 0 auto;
    padding: 0 var(--mra-gutter);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 280px 220px 1fr 260px;
    gap: 48px;
    align-items: start;
}

.mra-footer__brand {
    max-width: 280px;
}

.mra-logo--footer {
    width: 200px;
    height: 250px;
}

.mra-social {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.mra-social a {
    width: 36px;
    height: 36px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 600;
}

.mra-footer__col h3 {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.mra-footer__col a:not(.mra-btn),
.mra-footer__col p {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.mra-footer__col--donate p {
    max-width: 220px;
}

.mra-footer__col--donate .mra-btn {
    margin-top: 12px;
    border: none;
    color: var(--mra-orange-dark);
    -webkit-text-fill-color: var(--mra-orange-dark);
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--mra-radius-pill);
    min-width: 140px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mra-footer__bar {
    width: var(--mra-content);
    max-width: var(--mra-content);
    margin: 40px auto 0;
    padding: 18px var(--mra-gutter) 0;
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mra-footer__bar p {
    margin: 0;
    color: #fff;
}

.mra-footer__bar a {
    color: #fff;
}

/* Education page */
.mra-edu-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #e67e22 0%, #d35400 100%);
}

.mra-edu-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-edu-hero__media img {
    position: absolute;
    left: -17px;
    top: -24px;
    width: 1499px;
    height: 1058px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 58% center;
    opacity: 0.5;
}

.mra-edu-hero__overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1137px;
    height: 1034px;
    background: linear-gradient(90deg, rgba(211, 84, 0, 0.8) 1%, rgba(211, 84, 0, 0) 100%);
    pointer-events: none;
}

.mra-edu-hero .mra-header {
    z-index: 3;
}

.mra-edu-hero__content {
    position: relative;
    z-index: 2;
    padding: 243px 120px 0;
}

.mra-edu-hero__title {
    margin: 0;
    max-width: 634px;
    font-family: var(--mra-serif);
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.mra-edu-hero__lead {
    margin: 15px 0 0;
    max-width: 674px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.mra-edu-hero__content .mra-btn--ghost-lg {
    margin-top: 29px;
    font-size: 25px;
    height: auto;
    padding: 12px 23px;
}

.mra-edu-impact {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-edu-impact__grid {
    display: grid;
    grid-template-columns: 379px 378px 379px;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 45px;
}

.mra-edu-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 45px;
    overflow: visible;
    min-height: 563px;
}

.mra-edu-impact__card--dark {
    background: var(--mra-orange-dark);
}

.mra-edu-impact__card--mid {
    background: var(--mra-orange);
}

.mra-edu-impact__card--light {
    background: var(--mra-orange-dark);
}

.mra-edu-impact__card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 23px 13px 0 0;
    min-height: 540px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 42px 24px 36px;
    text-align: center;
}

.mra-edu-impact__icon {
    width: 108px;
    height: 103px;
    margin: 0 auto;
    border-radius: 73px;
    background: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
}

.mra-edu-impact__icon img {
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
}

.mra-edu-impact__card-body h3 {
    margin: 48px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-edu-impact__card-body p {
    margin: 20px auto 0;
    max-width: 328px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-edu-impact__link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 23px;
    border: 1px solid var(--mra-orange-dark);
    border-radius: var(--mra-radius-pill);
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(90deg, var(--mra-orange), var(--mra-orange-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mra-edu-impact__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--mra-orange-dark);
    border-bottom: 2px solid var(--mra-orange-dark);
    transform: rotate(-45deg);
}

.mra-edu-programs {
    padding: 0 var(--mra-gutter);
}

.mra-edu-programs__grid {
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    width: 1200px;
    max-width: none;
    margin: 0 auto;
    border-radius: 35px 35px 35px 0;
    overflow: hidden;
    background: var(--mra-orange);
    color: #fff;
}

.mra-edu-programs__intro {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 165px 39px 0;
    background: var(--mra-orange);
}

.mra-edu-programs__kicker {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.4px;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
}

.mra-edu-programs__intro h2 {
    margin: 18px 0 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
    color: #fff;
    max-width: 475px;
}

.mra-edu-programs__cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.mra-edu-programs__cell--support {
    grid-column: 2;
    grid-row: 1;
    background: var(--mra-orange-mid);
}

.mra-edu-programs__cell--digital {
    grid-column: 3;
    grid-row: 1;
    background: #d30000;
    border-top-right-radius: 35px;
}

.mra-edu-programs__cell--skills {
    grid-column: 2;
    grid-row: 2;
    background: #db691e;
}

.mra-edu-programs__cell--career {
    grid-column: 3;
    grid-row: 2;
    background: #b95411;
}

.mra-edu-programs__cell img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
}

.mra-edu-programs__cell--support img {
    height: 190%;
    top: -65.5%;
}

.mra-edu-programs__cell--digital img {
    left: -10.52%;
    width: 121%;
    height: 100%;
    top: 0;
}

.mra-edu-programs__cell--skills img {
    object-position: center 35%;
}

.mra-edu-programs__cell--career img {
    object-position: center center;
}

.mra-edu-programs__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.mra-edu-programs__cell--support .mra-edu-programs__shade {
    background: linear-gradient(180deg, rgba(243, 103, 11, 0.18) 0%, rgba(243, 103, 11, 0.42) 46%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-edu-programs__cell--skills .mra-edu-programs__shade {
    background: linear-gradient(180deg, rgba(219, 105, 30, 0.18) 0%, rgba(219, 105, 30, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-edu-programs__cell--career .mra-edu-programs__shade {
    background: linear-gradient(180deg, rgba(185, 84, 17, 0.18) 0%, rgba(185, 84, 17, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-edu-programs__shade--red {
    background: linear-gradient(180deg, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0.38) 58%, rgba(109, 0, 0, 0.92) 100%);
}

.mra-edu-programs__copy {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 28px;
    z-index: 2;
}

.mra-edu-programs__copy h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-edu-programs__copy p {
    margin: 8px 0 0;
    max-width: 328px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-edu-process {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-edu-process__timeline {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 45px auto 0;
}

.mra-edu-process__line {
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #bebebe;
    transform: translateX(-50%);
    overflow: visible;
}

.mra-edu-process__line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--mra-orange-dark) 0%, #f39c12 100%);
    border-radius: 2px;
}

.mra-edu-process__line-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(219, 105, 30, 0.95),
        0 0 22px 8px rgba(243, 156, 18, 0.45);
    pointer-events: none;
}

.mra-edu-process__step {
    display: grid;
    grid-template-columns: 1fr 103px 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
    cursor: pointer;
}

.mra-edu-process__step:last-child {
    margin-bottom: 0;
}

.mra-edu-process__step--right .mra-edu-process__media {
    grid-column: 3;
    grid-row: 1;
}

.mra-edu-process__step--right .mra-edu-process__copy {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.mra-edu-process__step--left .mra-edu-process__media {
    grid-column: 1;
}

.mra-edu-process__step--left .mra-edu-process__copy {
    grid-column: 3;
    text-align: left;
}

.mra-edu-process__num {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 103px;
    height: 59px;
    border-radius: 72px;
    border: 0;
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
    background: #bebebe;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mra-edu-process__step.is-active .mra-edu-process__num {
    background: var(--mra-orange-dark);
    box-shadow: 0 0 11.7px 0 #db691e;
}

.mra-edu-process__step:not(.is-active) .mra-edu-process__copy {
    opacity: 0.4;
}

.mra-edu-process__step.is-active .mra-edu-process__copy {
    opacity: 1;
}

.mra-edu-process__step .mra-edu-process__copy {
    transition: opacity 0.25s ease;
}

.mra-edu-process__media {
    position: relative;
    width: 361px;
    height: 236px;
    border-radius: 37px;
    overflow: hidden;
    justify-self: center;
}

.mra-edu-process__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
    filter: none;
}

.mra-edu-process__media::after {
    content: none;
}

.mra-edu-process__step:not(.is-active) .mra-edu-process__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.62);
    pointer-events: none;
    z-index: 1;
}

.mra-edu-process__step.is-active .mra-edu-process__media::after {
    content: none;
}

.mra-edu-process__copy h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-edu-process__copy p {
    margin: 12px 0 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-edu-process__step--right .mra-edu-process__copy p {
    margin-left: auto;
}

.mra-edu-quote {
    position: relative;
    width: 1440px;
    height: 514px;
    overflow: hidden;
    border-radius: 0;
    background-color: #6d2b00;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mra-edu-quote__media {
    position: absolute;
    left: -85px;
    top: 0;
    width: 1610px;
    height: 100%;
    background-color: #6d2b00;
}

.mra-edu-quote__shade {
    display: none;
}

.mra-edu-quote__media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 42% center;
    opacity: 0.35;
    border-radius: 0;
}

.mra-edu-quote__inner {
    position: relative;
    z-index: 2;
    padding: 87px 120px 0;
    width: 100%;
    box-sizing: border-box;
}

.mra-edu-quote__inner h2 {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.273;
    color: #ff9f4a;
}

.mra-edu-quote__inner blockquote {
    margin: 29px 0 0;
    max-width: 1034px;
    font-family: var(--mra-sans);
    font-size: 33px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    border: 0;
    padding: 0;
}

.mra-edu-stats {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-edu-stats__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
}

.mra-edu-stats__card {
    min-height: 267px;
    background: var(--mra-cream);
    border-radius: 45px;
    display: grid;
    place-content: center;
    padding: 32px 24px;
}

.mra-edu-stats__value {
    margin: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-edu-stats__label {
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-edu-cta {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mra-edu-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-edu-cta__inner h2 {
    margin: 0 auto;
    max-width: 689px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #fff;
}

.mra-edu-cta__inner p {
    margin: 24px auto 0;
    max-width: 810px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: #fff;
}

.mra-edu-cta__btn {
    margin-top: 32px;
    min-width: 280px;
    height: 56px;
    font-size: 30px;
    font-weight: 600;
    background: var(--mra-orange);
    border: 1px solid var(--mra-orange);
    border-radius: var(--mra-radius-pill);
}

.mra-stage .mra-frame .mra-edu-programs__grid,
.mra-stage .mra-frame .mra-edu-impact__grid,
.mra-stage .mra-frame .mra-edu-process__timeline,
.mra-stage .mra-frame .mra-edu-stats__grid {
    max-width: none;
}

.mra-stage .mra-frame .mra-edu-hero {
    width: 1440px;
    height: 1034px;
}

.mra-stage .mra-frame .mra-edu-hero__media img,
.mra-stage .mra-frame .mra-edu-hero__overlay {
    max-width: none;
}

.mra-stage .mra-frame .mra-edu-quote {
    width: 1440px;
}

.mra-stage .mra-frame .mra-edu-process__media img {
    opacity: 1;
    filter: none;
}

.mra-stage .mra-frame .mra-edu-process__media::after {
    content: none;
}

.mra-stage .mra-frame .mra-edu-process__step:not(.is-active) .mra-edu-process__media::after {
    content: "";
    opacity: 1;
}

.mra-stage .mra-frame .mra-edu-process__step.is-active .mra-edu-process__media::after {
    content: none;
}

/* Education: full-height sections without scroll snap (snap blocked footer scroll) */
body.mra-education-page .mra-education > section:not(.mra-sponsors) {
    min-height: var(--mra-screen-h, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Sponsors + footer: natural height like landing page (no snap targets) */
body.mra-education-page .mra-education > .mra-sponsors,
body.mra-education-page .mra-frame > .mra-footer {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
}

body.mra-education-page .mra-education > .mra-edu-hero {
    margin-top: 0;
    height: auto;
    min-height: var(--mra-screen-h, 1034px);
    justify-content: flex-start;
}

body.mra-education-page .mra-edu-section__inner {
    width: 100%;
}

body.mra-education-page .mra-edu-hero__content {
    padding-top: clamp(180px, 24vh, 243px);
}

body.mra-education-page .mra-edu-impact__card {
    min-height: 563px;
}

body.mra-education-page .mra-edu-impact__card-body {
    min-height: 540px;
    padding: 42px 24px 36px;
}

body.mra-education-page .mra-edu-impact__grid,
body.mra-education-page .mra-edu-stats__grid {
    margin-top: 40px;
}

body.mra-education-page .mra-education > .mra-edu-quote {
    height: 514px;
    min-height: 514px;
    max-height: 514px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.mra-education-page .mra-education > .mra-edu-quote .mra-edu-quote__inner {
    padding: 87px 120px 0;
}

body.mra-education-page .mra-education > .mra-stories {
    display: block;
    min-height: 569px;
    justify-content: unset;
}

body.mra-education-page .mra-edu-cta {
    min-height: var(--mra-screen-h, 900px);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

body.mra-education-page .mra-edu-cta__inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
}

body.mra-education-page .mra-education > .mra-edu-process {
    min-height: auto;
    justify-content: flex-start;
}

body.mra-education-page .mra-edu-process__timeline {
    margin-top: 40px;
}


/* Healthcare page */
.mra-hc-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #e67e22 0%, #d35400 100%);
}

.mra-hc-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-hc-hero__media img {
    position: absolute;
    left: -17px;
    top: -24px;
    width: 1499px;
    height: 1058px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 58% center;
    opacity: 0.5;
}

.mra-hc-hero__overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1137px;
    height: 1034px;
    background: linear-gradient(90deg, rgba(211, 84, 0, 0.8) 1%, rgba(211, 84, 0, 0) 100%);
    pointer-events: none;
}

.mra-hc-hero .mra-header {
    z-index: 3;
}

.mra-hc-hero__content {
    position: relative;
    z-index: 2;
    padding: 243px 120px 0;
}

.mra-hc-hero__title {
    margin: 0;
    max-width: 634px;
    font-family: var(--mra-serif);
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.mra-hc-hero__lead {
    margin: 15px 0 0;
    max-width: 674px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.mra-hc-hero__content .mra-btn--ghost-lg {
    margin-top: 29px;
    font-size: 25px;
    height: auto;
    padding: 12px 23px;
}

.mra-hc-impact {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-hc-impact__grid {
    display: grid;
    grid-template-columns: 379px 378px 379px;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 45px;
}

.mra-hc-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 45px;
    overflow: visible;
    min-height: 563px;
}

.mra-hc-impact__card--dark {
    background: var(--mra-orange-dark);
}

.mra-hc-impact__card--mid {
    background: var(--mra-orange);
}

.mra-hc-impact__card--light {
    background: var(--mra-orange-dark);
}

.mra-hc-impact__card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 23px 13px 0 0;
    min-height: 540px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 42px 24px 36px;
    text-align: center;
}

.mra-hc-impact__icon {
    width: 108px;
    height: 103px;
    margin: 0 auto;
    border-radius: 73px;
    background: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
}

.mra-hc-impact__icon img {
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
}

.mra-hc-impact__card-body h3 {
    margin: 48px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-hc-impact__card-body p {
    margin: 20px auto 0;
    max-width: 328px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-hc-impact__link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 23px;
    border: 1px solid var(--mra-orange-dark);
    border-radius: var(--mra-radius-pill);
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(90deg, var(--mra-orange), var(--mra-orange-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mra-hc-impact__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--mra-orange-dark);
    border-bottom: 2px solid var(--mra-orange-dark);
    transform: rotate(-45deg);
}

.mra-hc-programs {
    padding: 0 var(--mra-gutter);
}

.mra-hc-programs__grid {
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    width: 1200px;
    max-width: none;
    margin: 0 auto;
    border-radius: 35px 35px 35px 0;
    overflow: hidden;
    background: var(--mra-orange);
    color: #fff;
}

.mra-hc-programs__intro {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 165px 39px 0;
    background: var(--mra-orange);
}

.mra-hc-programs__kicker {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.4px;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
}

.mra-hc-programs__intro h2 {
    margin: 18px 0 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
    color: #fff;
    max-width: 475px;
}

.mra-hc-programs__cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.mra-hc-programs__cell--community {
    grid-column: 2;
    grid-row: 1;
    background: var(--mra-orange-mid);
}

.mra-hc-programs__cell--women {
    grid-column: 3;
    grid-row: 1;
    background: #d30000;
    border-top-right-radius: 35px;
}

.mra-hc-programs__cell--awareness {
    grid-column: 2;
    grid-row: 2;
    background: #db691e;
}

.mra-hc-programs__cell--assistance {
    grid-column: 3;
    grid-row: 2;
    background: #b95411;
}

.mra-hc-programs__cell img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
}

.mra-hc-programs__cell--community img {
    height: 190%;
    top: -65.5%;
}

.mra-hc-programs__cell--women img {
    left: -10.52%;
    width: 121%;
    height: 100%;
    top: 0;
}

.mra-hc-programs__cell--awareness img {
    object-position: center 35%;
}

.mra-hc-programs__cell--assistance img {
    object-position: center center;
}

.mra-hc-programs__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.mra-hc-programs__cell--community .mra-hc-programs__shade {
    background: linear-gradient(180deg, rgba(243, 103, 11, 0.18) 0%, rgba(243, 103, 11, 0.42) 46%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-hc-programs__cell--awareness .mra-hc-programs__shade {
    background: linear-gradient(180deg, rgba(219, 105, 30, 0.18) 0%, rgba(219, 105, 30, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-hc-programs__cell--assistance .mra-hc-programs__shade {
    background: linear-gradient(180deg, rgba(185, 84, 17, 0.18) 0%, rgba(185, 84, 17, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-hc-programs__shade--red {
    background: linear-gradient(180deg, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0.38) 58%, rgba(109, 0, 0, 0.92) 100%);
}

.mra-hc-programs__copy {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 28px;
    z-index: 2;
}

.mra-hc-programs__copy h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-hc-programs__copy p {
    margin: 8px 0 0;
    max-width: 328px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-hc-process {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-hc-process__timeline {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 45px auto 0;
}

.mra-hc-process__line {
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #bebebe;
    transform: translateX(-50%);
    overflow: visible;
}

.mra-hc-process__line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--mra-orange-dark) 0%, #f39c12 100%);
    border-radius: 2px;
}

.mra-hc-process__line-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(219, 105, 30, 0.95),
        0 0 22px 8px rgba(243, 156, 18, 0.45);
    pointer-events: none;
}

.mra-hc-process__step {
    display: grid;
    grid-template-columns: 1fr 103px 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
    cursor: pointer;
}

.mra-hc-process__step:last-child {
    margin-bottom: 0;
}

.mra-hc-process__step--right .mra-hc-process__media {
    grid-column: 3;
    grid-row: 1;
}

.mra-hc-process__step--right .mra-hc-process__copy {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.mra-hc-process__step--left .mra-hc-process__media {
    grid-column: 1;
}

.mra-hc-process__step--left .mra-hc-process__copy {
    grid-column: 3;
    text-align: left;
}

.mra-hc-process__num {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 103px;
    height: 59px;
    border-radius: 72px;
    border: 0;
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
    background: #bebebe;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mra-hc-process__step.is-active .mra-hc-process__num {
    background: var(--mra-orange-dark);
    box-shadow: 0 0 11.7px 0 #db691e;
}

.mra-hc-process__step:not(.is-active) .mra-hc-process__copy {
    opacity: 0.4;
}

.mra-hc-process__step.is-active .mra-hc-process__copy {
    opacity: 1;
}

.mra-hc-process__step .mra-hc-process__copy {
    transition: opacity 0.25s ease;
}

.mra-hc-process__media {
    position: relative;
    width: 361px;
    height: 236px;
    border-radius: 37px;
    overflow: hidden;
    justify-self: center;
}

.mra-hc-process__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
    filter: none;
}

.mra-hc-process__media::after {
    content: none;
}

.mra-hc-process__step:not(.is-active) .mra-hc-process__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.62);
    pointer-events: none;
    z-index: 1;
}

.mra-hc-process__step.is-active .mra-hc-process__media::after {
    content: none;
}

.mra-hc-process__copy h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-hc-process__copy p {
    margin: 12px 0 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-hc-process__step--right .mra-hc-process__copy p {
    margin-left: auto;
}

.mra-hc-quote {
    position: relative;
    width: 1440px;
    height: 514px;
    overflow: hidden;
    border-radius: 0;
    background-color: #6d2b00;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mra-hc-quote__media {
    position: absolute;
    left: -85px;
    top: 0;
    width: 1610px;
    height: 100%;
    background-color: #6d2b00;
}

.mra-hc-quote__shade {
    display: none;
}

.mra-hc-quote__media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 42% center;
    opacity: 0.35;
    border-radius: 0;
}

.mra-hc-quote__inner {
    position: relative;
    z-index: 2;
    padding: 87px 120px 0;
    width: 100%;
    box-sizing: border-box;
}

.mra-hc-quote__inner h2 {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.273;
    color: #ff9f4a;
}

.mra-hc-quote__inner blockquote {
    margin: 29px 0 0;
    max-width: 1034px;
    font-family: var(--mra-sans);
    font-size: 33px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    border: 0;
    padding: 0;
}

.mra-hc-stats {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-hc-stats__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
}

.mra-hc-stats__card {
    min-height: 267px;
    background: var(--mra-cream);
    border-radius: 45px;
    display: grid;
    place-content: center;
    padding: 32px 24px;
}

.mra-hc-stats__value {
    margin: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-hc-stats__label {
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-hc-cta {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mra-hc-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-hc-cta__inner h2 {
    margin: 0 auto;
    max-width: 689px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #fff;
}

.mra-hc-cta__inner p {
    margin: 24px auto 0;
    max-width: 810px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: #fff;
}

.mra-hc-cta__btn {
    margin-top: 32px;
    min-width: 280px;
    height: 56px;
    font-size: 30px;
    font-weight: 600;
    background: var(--mra-orange);
    border: 1px solid var(--mra-orange);
    border-radius: var(--mra-radius-pill);
}

.mra-stage .mra-frame .mra-hc-programs__grid,
.mra-stage .mra-frame .mra-hc-impact__grid,
.mra-stage .mra-frame .mra-hc-process__timeline,
.mra-stage .mra-frame .mra-hc-stats__grid {
    max-width: none;
}

.mra-stage .mra-frame .mra-hc-hero {
    width: 1440px;
    height: 1034px;
}

.mra-stage .mra-frame .mra-hc-hero__media img,
.mra-stage .mra-frame .mra-hc-hero__overlay {
    max-width: none;
}

.mra-stage .mra-frame .mra-hc-quote {
    width: 1440px;
}

.mra-stage .mra-frame .mra-hc-process__media img {
    opacity: 1;
    filter: none;
}

.mra-stage .mra-frame .mra-hc-process__media::after {
    content: none;
}

.mra-stage .mra-frame .mra-hc-process__step:not(.is-active) .mra-hc-process__media::after {
    content: "";
    opacity: 1;
}

.mra-stage .mra-frame .mra-hc-process__step.is-active .mra-hc-process__media::after {
    content: none;
}

/* Healthcare: full-height sections without scroll snap */
body.mra-healthcare-page .mra-healthcare > section:not(.mra-sponsors) {
    min-height: var(--mra-screen-h, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Sponsors + footer: natural height like landing page (no snap targets) */
body.mra-healthcare-page .mra-healthcare > .mra-sponsors,
body.mra-healthcare-page .mra-frame > .mra-footer {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
}

body.mra-healthcare-page .mra-healthcare > .mra-hc-hero {
    margin-top: 0;
    height: auto;
    min-height: var(--mra-screen-h, 1034px);
    justify-content: flex-start;
}

body.mra-healthcare-page .mra-hc-section__inner {
    width: 100%;
}

body.mra-healthcare-page .mra-hc-hero__content {
    padding-top: clamp(180px, 24vh, 243px);
}

body.mra-healthcare-page .mra-hc-impact__card {
    min-height: 563px;
}

body.mra-healthcare-page .mra-hc-impact__card-body {
    min-height: 540px;
    padding: 42px 24px 36px;
}

body.mra-healthcare-page .mra-hc-impact__grid,
body.mra-healthcare-page .mra-hc-stats__grid {
    margin-top: 40px;
}

body.mra-healthcare-page .mra-healthcare > .mra-hc-quote {
    height: 514px;
    min-height: 514px;
    max-height: 514px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.mra-healthcare-page .mra-healthcare > .mra-hc-quote .mra-hc-quote__inner {
    padding: 87px 120px 0;
}

body.mra-healthcare-page .mra-healthcare > .mra-stories {
    display: block;
    min-height: 569px;
    justify-content: unset;
}

body.mra-healthcare-page .mra-hc-cta {
    min-height: var(--mra-screen-h, 900px);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

body.mra-healthcare-page .mra-hc-cta__inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
}

body.mra-healthcare-page .mra-healthcare > .mra-hc-process {
    min-height: auto;
    justify-content: flex-start;
}

body.mra-healthcare-page .mra-hc-process__timeline {
    margin-top: 40px;
}

/* Employment page */
.mra-emp-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #e67e22 0%, #d35400 100%);
}

.mra-emp-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-emp-hero__media img {
    position: absolute;
    left: -17px;
    top: -24px;
    width: 1499px;
    height: 1058px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 58% center;
    opacity: 0.5;
}

.mra-emp-hero__overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1137px;
    height: 1034px;
    background: linear-gradient(90deg, rgba(211, 84, 0, 0.8) 1%, rgba(211, 84, 0, 0) 100%);
    pointer-events: none;
}

.mra-emp-hero .mra-header {
    z-index: 3;
}

.mra-emp-hero__content {
    position: relative;
    z-index: 2;
    padding: 243px 120px 0;
}

.mra-emp-hero__title {
    margin: 0;
    max-width: 863px;
    font-family: var(--mra-serif);
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.mra-emp-hero__lead {
    margin: 15px 0 0;
    max-width: 804px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.mra-emp-hero__content .mra-btn--ghost-lg {
    margin-top: 29px;
    font-size: 25px;
    height: auto;
    padding: 12px 23px;
}

.mra-emp-impact {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-emp-impact__grid {
    display: grid;
    grid-template-columns: 379px 378px 379px;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 45px;
}

.mra-emp-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 45px;
    overflow: visible;
    min-height: 563px;
}

.mra-emp-impact__card--dark {
    background: var(--mra-orange-dark);
}

.mra-emp-impact__card--mid {
    background: var(--mra-orange);
}

.mra-emp-impact__card--light {
    background: var(--mra-orange-dark);
}

.mra-emp-impact__card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 23px 13px 0 0;
    min-height: 540px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 42px 24px 36px;
    text-align: center;
}

.mra-emp-impact__icon {
    width: 108px;
    height: 103px;
    margin: 0 auto;
    border-radius: 73px;
    background: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
}

.mra-emp-impact__icon img {
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
}

.mra-emp-impact__card-body h3 {
    margin: 48px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-emp-impact__card-body p {
    margin: 20px auto 0;
    max-width: 328px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-emp-impact__link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 23px;
    border: 1px solid var(--mra-orange-dark);
    border-radius: var(--mra-radius-pill);
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(90deg, var(--mra-orange), var(--mra-orange-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mra-emp-impact__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--mra-orange-dark);
    border-bottom: 2px solid var(--mra-orange-dark);
    transform: rotate(-45deg);
}

.mra-emp-programs {
    padding: 0 var(--mra-gutter);
}

.mra-emp-programs__grid {
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    width: 1200px;
    max-width: none;
    margin: 0 auto;
    border-radius: 35px 35px 35px 0;
    overflow: hidden;
    background: var(--mra-orange);
    color: #fff;
}

.mra-emp-programs__intro {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 165px 39px 0;
    background: var(--mra-orange);
}

.mra-emp-programs__kicker {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.4px;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
}

.mra-emp-programs__intro h2 {
    margin: 18px 0 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
    color: #fff;
    max-width: 475px;
}

.mra-emp-programs__cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.mra-emp-programs__cell--vocational {
    grid-column: 2;
    grid-row: 1;
    background: var(--mra-orange-mid);
}

.mra-emp-programs__cell--professional {
    grid-column: 3;
    grid-row: 1;
    background: #d30000;
    border-top-right-radius: 35px;
}

.mra-emp-programs__cell--business {
    grid-column: 2;
    grid-row: 2;
    background: #db691e;
}

.mra-emp-programs__cell--skills {
    grid-column: 3;
    grid-row: 2;
    background: #b95411;
}

.mra-emp-programs__cell img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
}

.mra-emp-programs__cell--vocational img {
    height: 190%;
    top: -65.5%;
}

.mra-emp-programs__cell--professional img {
    left: -10.52%;
    width: 121%;
    height: 100%;
    top: 0;
}

.mra-emp-programs__cell--business img {
    object-position: center 35%;
}

.mra-emp-programs__cell--skills img {
    object-position: center center;
}

.mra-emp-programs__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.mra-emp-programs__cell--vocational .mra-emp-programs__shade {
    background: linear-gradient(180deg, rgba(243, 103, 11, 0.18) 0%, rgba(243, 103, 11, 0.42) 46%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-emp-programs__cell--business .mra-emp-programs__shade {
    background: linear-gradient(180deg, rgba(219, 105, 30, 0.18) 0%, rgba(219, 105, 30, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-emp-programs__cell--skills .mra-emp-programs__shade {
    background: linear-gradient(180deg, rgba(185, 84, 17, 0.18) 0%, rgba(185, 84, 17, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-emp-programs__shade--red {
    background: linear-gradient(180deg, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0.38) 58%, rgba(109, 0, 0, 0.92) 100%);
}

.mra-emp-programs__copy {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 28px;
    z-index: 2;
}

.mra-emp-programs__copy h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-emp-programs__copy p {
    margin: 8px 0 0;
    max-width: 328px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-emp-process {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-emp-process__timeline {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 45px auto 0;
}

.mra-emp-process__line {
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #bebebe;
    transform: translateX(-50%);
    overflow: visible;
}

.mra-emp-process__line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--mra-orange-dark) 0%, #f39c12 100%);
    border-radius: 2px;
}

.mra-emp-process__line-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(219, 105, 30, 0.95),
        0 0 22px 8px rgba(243, 156, 18, 0.45);
    pointer-events: none;
}

.mra-emp-process__step {
    display: grid;
    grid-template-columns: 1fr 103px 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
    cursor: pointer;
}

.mra-emp-process__step:last-child {
    margin-bottom: 0;
}

.mra-emp-process__step--right .mra-emp-process__media {
    grid-column: 3;
    grid-row: 1;
}

.mra-emp-process__step--right .mra-emp-process__copy {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.mra-emp-process__step--left .mra-emp-process__media {
    grid-column: 1;
}

.mra-emp-process__step--left .mra-emp-process__copy {
    grid-column: 3;
    text-align: left;
}

.mra-emp-process__num {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 103px;
    height: 59px;
    border-radius: 72px;
    border: 0;
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
    background: #bebebe;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mra-emp-process__step.is-active .mra-emp-process__num {
    background: var(--mra-orange-dark);
    box-shadow: 0 0 11.7px 0 #db691e;
}

.mra-emp-process__step:not(.is-active) .mra-emp-process__copy {
    opacity: 0.4;
}

.mra-emp-process__step.is-active .mra-emp-process__copy {
    opacity: 1;
}

.mra-emp-process__step .mra-emp-process__copy {
    transition: opacity 0.25s ease;
}

.mra-emp-process__media {
    position: relative;
    width: 361px;
    height: 236px;
    border-radius: 37px;
    overflow: hidden;
    justify-self: center;
}

.mra-emp-process__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
    filter: none;
}

.mra-emp-process__media::after {
    content: none;
}

.mra-emp-process__step:not(.is-active) .mra-emp-process__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.62);
    pointer-events: none;
    z-index: 1;
}

.mra-emp-process__step.is-active .mra-emp-process__media::after {
    content: none;
}

.mra-emp-process__copy h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-emp-process__copy p {
    margin: 12px 0 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-emp-process__step--right .mra-emp-process__copy p {
    margin-left: auto;
}

.mra-emp-quote {
    position: relative;
    width: 1440px;
    height: 514px;
    overflow: hidden;
    border-radius: 0;
    background-color: #6d2b00;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mra-emp-quote__media {
    position: absolute;
    left: -85px;
    top: 0;
    width: 1610px;
    height: 100%;
    background-color: #6d2b00;
}

.mra-emp-quote__shade {
    display: none;
}

.mra-emp-quote__media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 42% center;
    opacity: 0.35;
    border-radius: 0;
}

.mra-emp-quote__inner {
    position: relative;
    z-index: 2;
    padding: 87px 120px 0;
    width: 100%;
    box-sizing: border-box;
}

.mra-emp-quote__inner h2 {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.273;
    color: #ff9f4a;
}

.mra-emp-quote__inner blockquote {
    margin: 29px 0 0;
    max-width: 1034px;
    font-family: var(--mra-sans);
    font-size: 33px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    border: 0;
    padding: 0;
}

.mra-emp-stats {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-emp-stats__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
}

.mra-emp-stats__card {
    min-height: 267px;
    background: var(--mra-cream);
    border-radius: 45px;
    display: grid;
    place-content: center;
    padding: 32px 24px;
}

.mra-emp-stats__value {
    margin: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-emp-stats__label {
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-emp-cta {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mra-emp-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-emp-cta__inner h2 {
    margin: 0 auto;
    max-width: 689px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #fff;
}

.mra-emp-cta__inner p {
    margin: 24px auto 0;
    max-width: 810px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: #fff;
}

.mra-emp-cta__btn {
    margin-top: 32px;
    min-width: 280px;
    height: 56px;
    font-size: 30px;
    font-weight: 600;
    background: var(--mra-orange);
    border: 1px solid var(--mra-orange);
    border-radius: var(--mra-radius-pill);
}

.mra-stage .mra-frame .mra-emp-programs__grid,
.mra-stage .mra-frame .mra-emp-impact__grid,
.mra-stage .mra-frame .mra-emp-process__timeline,
.mra-stage .mra-frame .mra-emp-stats__grid {
    max-width: none;
}

.mra-stage .mra-frame .mra-emp-hero {
    width: 1440px;
    height: 1034px;
}

.mra-stage .mra-frame .mra-emp-hero__media img,
.mra-stage .mra-frame .mra-emp-hero__overlay {
    max-width: none;
}

.mra-stage .mra-frame .mra-emp-quote {
    width: 1440px;
}

.mra-stage .mra-frame .mra-emp-process__media img {
    opacity: 1;
    filter: none;
}

.mra-stage .mra-frame .mra-emp-process__media::after {
    content: none;
}

.mra-stage .mra-frame .mra-emp-process__step:not(.is-active) .mra-emp-process__media::after {
    content: "";
    opacity: 1;
}

.mra-stage .mra-frame .mra-emp-process__step.is-active .mra-emp-process__media::after {
    content: none;
}

/* Employment: full-height sections without scroll snap */
body.mra-employment-page .mra-employment > section:not(.mra-sponsors) {
    min-height: var(--mra-screen-h, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Sponsors + footer: natural height like landing page (no snap targets) */
body.mra-employment-page .mra-employment > .mra-sponsors,
body.mra-employment-page .mra-frame > .mra-footer {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
}

body.mra-employment-page .mra-employment > .mra-emp-hero {
    margin-top: 0;
    height: auto;
    min-height: var(--mra-screen-h, 1034px);
    justify-content: flex-start;
}

body.mra-employment-page .mra-emp-section__inner {
    width: 100%;
}

body.mra-employment-page .mra-emp-hero__content {
    padding-top: clamp(180px, 24vh, 243px);
}

body.mra-employment-page .mra-emp-impact__card {
    min-height: 563px;
}

body.mra-employment-page .mra-emp-impact__card-body {
    min-height: 540px;
    padding: 42px 24px 36px;
}

body.mra-employment-page .mra-emp-impact__grid,
body.mra-employment-page .mra-emp-stats__grid {
    margin-top: 40px;
}

body.mra-employment-page .mra-employment > .mra-emp-quote {
    height: 514px;
    min-height: 514px;
    max-height: 514px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.mra-employment-page .mra-employment > .mra-emp-quote .mra-emp-quote__inner {
    padding: 87px 120px 0;
}

body.mra-employment-page .mra-employment > .mra-stories {
    display: block;
    min-height: 569px;
    justify-content: unset;
}

body.mra-employment-page .mra-emp-cta {
    min-height: var(--mra-screen-h, 900px);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

body.mra-employment-page .mra-emp-cta__inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
}

body.mra-employment-page .mra-employment > .mra-emp-process {
    min-height: auto;
    justify-content: flex-start;
}

body.mra-employment-page .mra-emp-process__timeline {
    margin-top: 40px;
}



/* Farmer page */
.mra-farmer-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #e67e22 0%, #d35400 100%);
}

.mra-farmer-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-farmer-hero__media img {
    position: absolute;
    left: -17px;
    top: -24px;
    width: 1499px;
    height: 1058px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 58% center;
    opacity: 0.5;
}

.mra-farmer-hero__overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1137px;
    height: 1034px;
    background: linear-gradient(90deg, rgba(211, 84, 0, 0.8) 1%, rgba(211, 84, 0, 0) 100%);
    pointer-events: none;
}

.mra-farmer-hero .mra-header {
    z-index: 3;
}

.mra-farmer-hero__content {
    position: relative;
    z-index: 2;
    padding: 243px 120px 0;
}

.mra-farmer-hero__title {
    margin: 0;
    max-width: 863px;
    font-family: var(--mra-serif);
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff;
}

.mra-farmer-hero__lead {
    margin: 15px 0 0;
    max-width: 804px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.mra-farmer-hero__content .mra-btn--ghost-lg {
    margin-top: 29px;
    font-size: 25px;
    height: auto;
    padding: 12px 23px;
}

.mra-farmer-impact {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-farmer-impact__grid {
    display: grid;
    grid-template-columns: 379px 378px 379px;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-top: 45px;
}

.mra-farmer-impact__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 45px;
    overflow: visible;
    min-height: 563px;
}

.mra-farmer-impact__card--dark {
    background: var(--mra-orange-dark);
}

.mra-farmer-impact__card--mid {
    background: var(--mra-orange);
}

.mra-farmer-impact__card--light {
    background: var(--mra-orange-dark);
}

.mra-farmer-impact__card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 23px 13px 0 0;
    min-height: 540px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 42px 24px 36px;
    text-align: center;
}

.mra-farmer-impact__icon {
    width: 108px;
    height: 103px;
    margin: 0 auto;
    border-radius: 73px;
    background: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
}

.mra-farmer-impact__icon img {
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
}

.mra-farmer-impact__card-body h3 {
    margin: 48px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-farmer-impact__card-body p {
    margin: 20px auto 0;
    max-width: 328px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-farmer-impact__link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 23px;
    border: 1px solid var(--mra-orange-dark);
    border-radius: var(--mra-radius-pill);
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(90deg, var(--mra-orange), var(--mra-orange-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mra-farmer-impact__link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--mra-orange-dark);
    border-bottom: 2px solid var(--mra-orange-dark);
    transform: rotate(-45deg);
}

.mra-farmer-programs {
    padding: 0 var(--mra-gutter);
}

.mra-farmer-programs__grid {
    display: grid;
    grid-template-columns: 485px 358px 357px;
    grid-template-rows: 288px 271px;
    width: 1200px;
    max-width: none;
    margin: 0 auto;
    border-radius: 35px 35px 35px 0;
    overflow: hidden;
    background: var(--mra-orange);
    color: #fff;
}

.mra-farmer-programs__intro {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 165px 39px 0;
    background: var(--mra-orange);
}

.mra-farmer-programs__kicker {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.4px;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
}

.mra-farmer-programs__intro h2 {
    margin: 18px 0 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 0.955;
    color: #fff;
    max-width: 475px;
}

.mra-farmer-programs__cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.mra-farmer-programs__cell--sustainable {
    grid-column: 2;
    grid-row: 1;
    background: var(--mra-orange-mid);
}

.mra-farmer-programs__cell--water {
    grid-column: 3;
    grid-row: 1;
    background: #d30000;
    border-top-right-radius: 35px;
}

.mra-farmer-programs__cell--agricultural {
    grid-column: 2;
    grid-row: 2;
    background: #db691e;
}

.mra-farmer-programs__cell--market {
    grid-column: 3;
    grid-row: 2;
    background: #b95411;
}

.mra-farmer-programs__cell img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
}

.mra-farmer-programs__cell--sustainable img {
    height: 190%;
    top: -65.5%;
}

.mra-farmer-programs__cell--water img {
    left: -10.52%;
    width: 121%;
    height: 100%;
    top: 0;
}

.mra-farmer-programs__cell--agricultural img {
    object-position: center 35%;
}

.mra-farmer-programs__cell--market img {
    object-position: center center;
}

.mra-farmer-programs__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.mra-farmer-programs__cell--sustainable .mra-farmer-programs__shade {
    background: linear-gradient(180deg, rgba(243, 103, 11, 0.18) 0%, rgba(243, 103, 11, 0.42) 46%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-farmer-programs__cell--agricultural .mra-farmer-programs__shade {
    background: linear-gradient(180deg, rgba(219, 105, 30, 0.18) 0%, rgba(219, 105, 30, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-farmer-programs__cell--market .mra-farmer-programs__shade {
    background: linear-gradient(180deg, rgba(185, 84, 17, 0.18) 0%, rgba(185, 84, 17, 0.4) 48%, rgba(109, 43, 0, 0.9) 100%);
}

.mra-farmer-programs__shade--red {
    background: linear-gradient(180deg, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0.38) 58%, rgba(109, 0, 0, 0.92) 100%);
}

.mra-farmer-programs__copy {
    position: absolute;
    left: 20px;
    right: 16px;
    bottom: 28px;
    z-index: 2;
}

.mra-farmer-programs__copy h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-farmer-programs__copy p {
    margin: 8px 0 0;
    max-width: 328px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-farmer-process {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-farmer-process__timeline {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 45px auto 0;
}

.mra-farmer-process__line {
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #bebebe;
    transform: translateX(-50%);
    overflow: visible;
}

.mra-farmer-process__line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--mra-orange-dark) 0%, #f39c12 100%);
    border-radius: 2px;
}

.mra-farmer-process__line-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(219, 105, 30, 0.95),
        0 0 22px 8px rgba(243, 156, 18, 0.45);
    pointer-events: none;
}

.mra-farmer-process__step {
    display: grid;
    grid-template-columns: 1fr 103px 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 48px;
    cursor: pointer;
}

.mra-farmer-process__step:last-child {
    margin-bottom: 0;
}

.mra-farmer-process__step--right .mra-farmer-process__media {
    grid-column: 3;
    grid-row: 1;
}

.mra-farmer-process__step--right .mra-farmer-process__copy {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

.mra-farmer-process__step--left .mra-farmer-process__media {
    grid-column: 1;
}

.mra-farmer-process__step--left .mra-farmer-process__copy {
    grid-column: 3;
    text-align: left;
}

.mra-farmer-process__num {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 103px;
    height: 59px;
    border-radius: 72px;
    border: 0;
    display: grid;
    place-items: center;
    font-family: inherit;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.452;
    text-transform: uppercase;
    color: #fff;
    background: #bebebe;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mra-farmer-process__step.is-active .mra-farmer-process__num {
    background: var(--mra-orange-dark);
    box-shadow: 0 0 11.7px 0 #db691e;
}

.mra-farmer-process__step:not(.is-active) .mra-farmer-process__copy {
    opacity: 0.4;
}

.mra-farmer-process__step.is-active .mra-farmer-process__copy {
    opacity: 1;
}

.mra-farmer-process__step .mra-farmer-process__copy {
    transition: opacity 0.25s ease;
}

.mra-farmer-process__media {
    position: relative;
    width: 361px;
    height: 236px;
    border-radius: 37px;
    overflow: hidden;
    justify-self: center;
}

.mra-farmer-process__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
    filter: none;
}

.mra-farmer-process__media::after {
    content: none;
}

.mra-farmer-process__step:not(.is-active) .mra-farmer-process__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.62);
    pointer-events: none;
    z-index: 1;
}

.mra-farmer-process__step.is-active .mra-farmer-process__media::after {
    content: none;
}

.mra-farmer-process__copy h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-farmer-process__copy p {
    margin: 12px 0 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-farmer-process__step--right .mra-farmer-process__copy p {
    margin-left: auto;
}

.mra-farmer-quote {
    position: relative;
    width: 1440px;
    height: 514px;
    overflow: hidden;
    border-radius: 0;
    background-color: #6d2b00;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mra-farmer-quote__media {
    position: absolute;
    left: -85px;
    top: 0;
    width: 1610px;
    height: 100%;
    background-color: #6d2b00;
}

.mra-farmer-quote__shade {
    display: none;
}

.mra-farmer-quote__media img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 42% center;
    opacity: 0.35;
    border-radius: 0;
}

.mra-farmer-quote__inner {
    position: relative;
    z-index: 2;
    padding: 87px 120px 0;
    width: 100%;
    box-sizing: border-box;
}

.mra-farmer-quote__inner h2 {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.273;
    color: #ff9f4a;
}

.mra-farmer-quote__inner blockquote {
    margin: 29px 0 0;
    max-width: 1034px;
    font-family: var(--mra-sans);
    font-size: 33px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    border: 0;
    padding: 0;
}

.mra-farmer-stats {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-farmer-stats__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 20px;
    justify-content: center;
    margin-top: 45px;
}

.mra-farmer-stats__card {
    min-height: 267px;
    background: var(--mra-cream);
    border-radius: 45px;
    display: grid;
    place-content: center;
    padding: 32px 24px;
}

.mra-farmer-stats__value {
    margin: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-farmer-stats__label {
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-farmer-cta {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mra-farmer-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-farmer-cta__inner h2 {
    margin: 0 auto;
    max-width: 689px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #fff;
}

.mra-farmer-cta__inner p {
    margin: 24px auto 0;
    max-width: 810px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: #fff;
}

.mra-farmer-cta__btn {
    margin-top: 32px;
    min-width: 280px;
    height: 56px;
    font-size: 30px;
    font-weight: 600;
    background: var(--mra-orange);
    border: 1px solid var(--mra-orange);
    border-radius: var(--mra-radius-pill);
}

.mra-stage .mra-frame .mra-farmer-programs__grid,
.mra-stage .mra-frame .mra-farmer-impact__grid,
.mra-stage .mra-frame .mra-farmer-process__timeline,
.mra-stage .mra-frame .mra-farmer-stats__grid {
    max-width: none;
}

.mra-stage .mra-frame .mra-farmer-hero {
    width: 1440px;
    height: 1034px;
}

.mra-stage .mra-frame .mra-farmer-hero__media img,
.mra-stage .mra-frame .mra-farmer-hero__overlay {
    max-width: none;
}

.mra-stage .mra-frame .mra-farmer-quote {
    width: 1440px;
}

.mra-stage .mra-frame .mra-farmer-process__media img {
    opacity: 1;
    filter: none;
}

.mra-stage .mra-frame .mra-farmer-process__media::after {
    content: none;
}

.mra-stage .mra-frame .mra-farmer-process__step:not(.is-active) .mra-farmer-process__media::after {
    content: "";
    opacity: 1;
}

.mra-stage .mra-frame .mra-farmer-process__step.is-active .mra-farmer-process__media::after {
    content: none;
}

/* Farmer: full-height sections without scroll snap */
body.mra-farmer-page .mra-farmer > section:not(.mra-sponsors) {
    min-height: var(--mra-screen-h, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

/* Sponsors + footer: natural height like landing page (no snap targets) */
body.mra-farmer-page .mra-farmer > .mra-sponsors,
body.mra-farmer-page .mra-frame > .mra-footer {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
}

body.mra-farmer-page .mra-farmer > .mra-farmer-hero {
    margin-top: 0;
    height: auto;
    min-height: var(--mra-screen-h, 1034px);
    justify-content: flex-start;
}

body.mra-farmer-page .mra-farmer-section__inner {
    width: 100%;
}

body.mra-farmer-page .mra-farmer-hero__content {
    padding-top: clamp(180px, 24vh, 243px);
}

body.mra-farmer-page .mra-farmer-impact__card {
    min-height: 563px;
}

body.mra-farmer-page .mra-farmer-impact__card-body {
    min-height: 540px;
    padding: 42px 24px 36px;
}

body.mra-farmer-page .mra-farmer-impact__grid,
body.mra-farmer-page .mra-farmer-stats__grid {
    margin-top: 40px;
}

body.mra-farmer-page .mra-farmer > .mra-farmer-quote {
    height: 514px;
    min-height: 514px;
    max-height: 514px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.mra-farmer-page .mra-farmer > .mra-farmer-quote .mra-farmer-quote__inner {
    padding: 87px 120px 0;
}

body.mra-farmer-page .mra-farmer > .mra-stories {
    display: block;
    min-height: 569px;
    justify-content: unset;
}

body.mra-farmer-page .mra-farmer-cta {
    min-height: var(--mra-screen-h, 900px);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

body.mra-farmer-page .mra-farmer-cta__inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
}

body.mra-farmer-page .mra-farmer > .mra-farmer-process {
    min-height: auto;
    justify-content: flex-start;
}

body.mra-farmer-page .mra-farmer-process__timeline {
    margin-top: 40px;
}

/* Donation page */
.mra-donation {
    background: var(--mra-white);
}

.mra-donation-page-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--mra-orange) 0%, var(--mra-orange-dark) 100%);
    color: #fff;
}

.mra-donation-page-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-donation-page-hero__media img {
    position: absolute;
    left: -54px;
    top: -24px;
    width: 1553px;
    height: 1058px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.mra-donation-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.mra-donation-page-hero__gradient {
    position: absolute;
    left: calc(50% - 0.5px);
    top: 497px;
    z-index: 1;
    width: 537px;
    height: 1471px;
    transform: translateX(-50%) rotate(-90deg);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.53) 1.22%, rgba(0, 0, 0, 0) 78.89%);
    pointer-events: none;
}

.mra-donation-page-hero .mra-header {
    z-index: 3;
}

.mra-donation-page-form {
    position: absolute;
    z-index: 2;
    left: 158px;
    top: 240px;
    width: 585px;
    min-height: 636px;
    padding: 50px 51px 56px;
    border-radius: 51px;
    background: var(--mra-white);
    color: var(--mra-text);
}

.mra-donation-page-form__title {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.273;
    text-align: center;
    color: var(--mra-text);
}

.mra-donation-page-form__rule {
    display: block;
    width: 100%;
    height: 0;
    margin: 19px 0 0;
    border: 0;
    border-top: 1px solid #3f3f3f;
}

.mra-donation-page-form__label {
    margin: 22px 0 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.452;
    color: var(--mra-black);
}

.mra-donation-page-form__label--freq {
    margin-top: 49px;
}

.mra-donation-page-form__amounts {
    display: grid;
    grid-template-columns: repeat(3, 139px);
    gap: 25px 16px;
    margin-top: 17px;
}

.mra-donation-page-form__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 52px;
    border: 1px solid #3f3f3f;
    border-radius: 11px;
    background: transparent;
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.452;
}

.mra-donation-page-form__chip.is-selected {
    border-color: var(--mra-orange);
    background: var(--mra-orange);
    color: var(--mra-white);
}

.mra-donation-page-form__freq {
    display: grid;
    grid-template-columns: 233px 233px;
    gap: 16px;
    margin-top: 17px;
}

.mra-donation-page-form__freq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border: 1px solid #3f3f3f;
    border-radius: 11px;
    background: transparent;
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.452;
}

.mra-donation-page-form__freq-btn.is-selected {
    border-color: var(--mra-orange);
    background: var(--mra-orange);
    color: var(--mra-white);
}

.mra-donation-page-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 52px;
    margin-top: 52px;
    border: 0;
    border-radius: 11px;
    background: var(--mra-orange-dark);
    color: var(--mra-white);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.452;
}

.mra-donation-page-form__submit img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.mra-donation-page-impact {
    padding: 91px var(--mra-gutter) 0;
    text-align: center;
}

.mra-donation-page-impact__grid {
    display: grid;
    grid-template-columns: repeat(3, 425px);
    gap: 23px;
    justify-content: center;
    margin-top: 45px;
}

.mra-donation-page-impact__photo {
    width: 425px;
    height: 303px;
    border-radius: 40px;
    overflow: hidden;
}

.mra-donation-page-impact__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mra-donation-page-impact__card h3 {
    margin: 22px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
    text-align: left;
}

.mra-donation-page-impact__card p {
    margin: 12px 0 0;
    max-width: 405px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.31;
    color: var(--mra-text);
    text-align: left;
}

.mra-donation-page-impact__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-orange-dark);
}

.mra-donation-page-impact__link img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.mra-donation-page-impact__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}

.mra-donation-page-impact__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 55px;
    border: 0;
    border-radius: 14px;
    background: var(--mra-orange-dark);
}

.mra-donation-page-impact__arrow img {
    width: 35px;
    height: 35px;
}

.mra-donation-page-impact__arrow--prev img {
    transform: rotate(180deg);
}

.mra-donation-page-options {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-donation-page-options__grid {
    display: grid;
    grid-template-columns: repeat(2, 588px);
    gap: 27px 24px;
    justify-content: center;
    margin-top: 45px;
}

.mra-donation-page-options__card {
    min-height: 321px;
    padding: 52px 48px 40px;
    border-radius: 45px;
    background: var(--mra-cream);
    text-align: center;
}

.mra-donation-page-options__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.mra-donation-page-options__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mra-donation-page-options__card h3 {
    margin: 19px 0 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-donation-page-options__card p {
    margin: 8px 0 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-donation-page-other {
    padding: 0;
}

.mra-donation-page-other__panel {
    position: relative;
    display: grid;
    grid-template-columns: 640px 1fr;
    align-items: center;
    gap: 48px;
    min-height: 848px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 35px 120px;
    border-radius: 45px;
    background: var(--mra-cream);
}

.mra-donation-page-other__photo {
    width: 640px;
    height: 547px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.mra-donation-page-other__photo img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.mra-donation-page-other__kicker {
    margin: 0;
    text-align: left;
    color: var(--mra-orange-dark);
    letter-spacing: 5px;
}

.mra-donation-page-other__list {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
}

.mra-donation-page-other__item {
    position: relative;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 18px 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: var(--mra-text);
    opacity: 0.3;
}

.mra-donation-page-other__item.is-active {
    opacity: 1;
}

.mra-donation-page-other__marker {
    display: grid;
    place-items: center;
    width: 62px;
    height: 60px;
    border-radius: 73px;
    background: transparent;
    flex-shrink: 0;
}

.mra-donation-page-other__item.is-active .mra-donation-page-other__marker {
    background: rgba(255, 217, 184, 0.68);
}

.mra-donation-page-other__icon {
    display: grid;
    place-items: center;
}

.mra-donation-page-other__icon img {
    width: 35px;
    height: 35px;
    margin-top: 0;
}

.mra-donation-page-other__copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mra-donation-page-other__copy strong {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-donation-page-other__copy span {
    max-width: 321px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.31;
}

.mra-donation-page-why {
    position: relative;
    padding: 52px 0 0;
    background: var(--mra-cream);
}

.mra-donation-page-why__intro {
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-donation-page-why__intro p {
    margin: 20px 0 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.452;
    color: var(--mra-black);
}

.mra-donation-page-why__photo {
    width: 1447px;
    max-width: calc(100% - (var(--mra-gutter) * 2));
    height: 588px;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}

.mra-donation-page-why__photo img {
    width: 100%;
    height: 137.93%;
    margin-top: -240px;
    max-width: none;
    object-fit: cover;
    display: block;
}

body.mra-donation-page .mra-donation-page-why__photo img {
    width: 100%;
    height: 137.93%;
    margin-top: -240px;
    max-width: none;
    object-fit: cover;
}

body.mra-donation-page .mra-donation > .mra-stories {
    display: block;
    min-height: 569px;
}

body.mra-donation-page .mra-sponsors__logos-wrap {
    max-width: 1124px;
    height: auto;
    margin: 36px auto 0;
    overflow: visible;
}

body.mra-donation-page .mra-sponsors__logos {
    margin-top: 0;
    width: 100%;
    height: auto;
}

/* Contact page */
.mra-contact {
    background: var(--mra-white);
}

.mra-contact-hero {
    position: relative;
    width: 1440px;
    height: 1034px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--mra-orange) 0%, var(--mra-orange-dark) 100%);
    color: #fff;
}

.mra-contact-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mra-contact-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: 56% center;
}

.mra-contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.74) 0%,
        rgba(0, 0, 0, 0.58) 26%,
        rgba(0, 0, 0, 0.38) 48%,
        rgba(0, 0, 0, 0.18) 68%,
        rgba(0, 0, 0, 0.06) 100%
    );
    pointer-events: none;
}

.mra-contact-hero__gradient,
.mra-contact-hero__shade {
    display: none;
}

.mra-contact-hero .mra-header {
    z-index: 3;
}

.mra-contact-hero__content {
    position: relative;
    z-index: 2;
    padding: 262px 120px 0;
}

.mra-contact-hero__title {
    margin: 0;
    max-width: 863px;
    font-family: var(--mra-serif);
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.mra-contact-hero__title span {
    display: block;
}

.mra-contact-hero__lead {
    margin: 15px 0 0;
    max-width: 804px;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.mra-contact-hero__cta {
    margin-top: 29px;
    gap: 10px;
    font-size: 25px;
    font-weight: 600;
    padding: 12px 23px;
    height: auto;
}

.mra-contact-hero__cta img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.mra-contact-touch {
    padding: 71px var(--mra-gutter) 0;
}

.mra-contact-touch__inner {
    display: grid;
    grid-template-columns: 554px 558px;
    gap: 61px;
    justify-content: space-between;
    align-items: start;
}

.mra-contact-touch__heading {
    margin: 0;
    font-family: var(--mra-serif);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    color: var(--mra-orange-dark);
}

.mra-contact-touch__intro {
    margin: 13px 0 0;
    max-width: 544px;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    color: #0b0c38;
}

.mra-contact-touch__cards {
    display: grid;
    grid-template-columns: 222px 320px;
    gap: 22px 18px;
    margin-top: 36px;
}

.mra-contact-touch__card {
    position: relative;
    min-height: 177px;
    padding: 19px;
    border-radius: 15px;
    background: var(--mra-cream);
}

.mra-contact-touch__card--office {
    grid-column: 1 / -1;
    width: 554px;
}

.mra-contact-touch__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 51px;
    border-radius: 15px;
}

.mra-contact-touch__icon--phone {
    background: #defffb;
}

.mra-contact-touch__icon--email {
    background: #dee2ff;
}

.mra-contact-touch__icon--office {
    background: #ffe5de;
}

.mra-contact-touch__icon img {
    max-width: none;
}

.mra-contact-touch__card h3 {
    margin: 28px 0 0;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    color: #0b0c38;
}

.mra-contact-touch__card p {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.452;
    color: #0b0c38;
}

.mra-contact-touch__form-wrap {
    padding: 41px 45px 45px;
    border-radius: 27px;
    background: rgba(237, 237, 237, 0.52);
}

.mra-contact-touch__form-title {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    color: #0b0c38;
}

.mra-contact-touch__form {
    margin-top: 32px;
}

.mra-contact-touch__row {
    display: grid;
    grid-template-columns: 214px 214px;
    gap: 17px;
}

.mra-contact-touch__field {
    display: block;
    margin-bottom: 20px;
}

.mra-contact-touch__field > span:first-child {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #0b0c38;
}

.mra-contact-touch__field input,
.mra-contact-touch__field textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    background: #fff;
    font-family: var(--mra-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #2b2626;
}

.mra-contact-touch__field input {
    height: 34px;
    padding: 0 12px;
}

.mra-contact-touch__field input::placeholder,
.mra-contact-touch__field textarea::placeholder {
    color: #aaa;
}

.mra-contact-touch__field textarea {
    min-height: 156px;
    padding: 12px;
    resize: vertical;
}

.mra-contact-touch__field--phone input {
    padding-left: 12px;
}

.mra-contact-touch__phone {
    display: flex;
    align-items: center;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}

.mra-contact-touch__dial {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 0 10px 0 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 500;
    color: #0b0c38;
}

.mra-contact-touch__dial img {
    max-width: none;
}

.mra-contact-touch__chevron {
    width: 6px;
    height: 4px;
}

.mra-contact-touch__phone input {
    flex: 1;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.mra-contact-touch__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 445px;
    max-width: 100%;
    height: 34px;
    margin-top: 10px;
    border: 0;
    border-radius: 24px;
    background: #5045e8;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.mra-contact-help {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-contact-help__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 27px 24px;
    justify-content: center;
    margin-top: 45px;
}

.mra-contact-help__card {
    min-height: 321px;
    padding: 52px 68px 40px;
    border-radius: 45px;
    background: var(--mra-cream);
    text-align: center;
}

.mra-contact-help__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.mra-contact-help__icon img {
    width: 68px;
    height: 68px;
    max-width: none;
    object-fit: contain;
}

.mra-contact-help__card h3 {
    margin: 19px 0 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
}

.mra-contact-help__card p {
    margin: 14px auto 0;
    max-width: 469px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.26;
    color: var(--mra-text);
}

.mra-contact-donate {
    position: relative;
    padding: 52px 0 0;
    background: var(--mra-cream);
}

.mra-contact-donate__panel {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.mra-contact-donate__intro {
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-contact-donate__intro p {
    margin: 20px 0 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.452;
    color: var(--mra-black);
}

.mra-contact-donate__photo {
    width: 1447px;
    max-width: none;
    height: 588px;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
}

.mra-contact-donate__photo img {
    width: 100%;
    height: 137.93%;
    margin-top: -17.93%;
    max-width: none;
    object-fit: cover;
    display: block;
}

body.mra-contact-page .mra-contact-donate__photo img {
    height: 137.93%;
    margin-top: -17.93%;
}

.mra-stage .mra-frame .mra-contact-hero {
    width: 1440px;
    height: 1034px;
}

.mra-stage .mra-frame .mra-contact-hero__media img {
    max-width: none;
}

.mra-stage .mra-frame .mra-contact-touch__inner,
.mra-stage .mra-frame .mra-contact-help__grid {
    max-width: none;
}

body.mra-contact-page .mra-contact > .mra-stories {
    display: block;
    min-height: 569px;
}

body.mra-contact-page .mra-sponsors__logos-wrap {
    max-width: 1124px;
    height: auto;
    margin: 36px auto 0;
    overflow: visible;
}

body.mra-contact-page .mra-sponsors__logos {
    margin-top: 0;
    width: 100%;
    height: auto;
}


/* Inner pages */
.mra-page {
    padding: 48px var(--mra-gutter) 80px;
}

.mra-page__inner {
    max-width: 900px;
}

.mra-prose {
    font-size: 18px;
    line-height: 1.7;
}

/* Tablet & mobile styles live in assets/css/responsive.css */

/* About Us page */
.mra-about {
    background: #fff;
}

.mra-about-hero {
    position: relative;
    min-height: 1034px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #1a1208;
    color: #fff;
}

.mra-about-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
}

.mra-about-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.mra-about-hero__strips {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 0;
    width: 100%;
}

.mra-about-hero__strip {
    position: relative;
    flex: 1 1 25%;
    width: 25%;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.mra-about-hero__strip + .mra-about-hero__strip {
    margin-left: -1px;
}

.mra-about-hero__strip img {
    position: absolute;
    inset: 0;
    width: calc(100% + 2px);
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.mra-about-hero__strip::after {
    content: none;
}

.mra-about-hero__title,
.mra-about-hero__lead {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.mra-about-hero .mra-header {
    position: relative;
    z-index: 3;
}

.mra-about-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 243px 251px 120px;
}

.mra-about-hero__title {
    margin: 0 auto;
    max-width: 938px;
    font-family: var(--mra-serif);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
}

.mra-about-hero__lead {
    margin: 36px auto 0;
    max-width: 938px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
}

.mra-about-mission {
    padding: 88px var(--mra-gutter) 0;
    text-align: center;
}

.mra-about-mission__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    line-height: 1.05;
}

.mra-about-mission__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 24px;
    justify-content: center;
    margin-top: 45px;
}

.mra-about-mission__card {
    min-height: 480px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 42px 54px 48px;
    box-sizing: border-box;
}

.mra-about-mission__icon-wrap {
    width: 108px;
    height: 103px;
    margin: 0 auto;
    border-radius: 73px;
    background: rgba(255, 217, 184, 0.68);
    display: grid;
    place-items: center;
}

.mra-about-mission__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.mra-about-mission__card h3 {
    margin: 47px 0 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
}

.mra-about-mission__card p {
    margin: 24px auto 0;
    max-width: 480px;
    font-size: 20px;
    line-height: 1.63;
    color: var(--mra-text);
}

.mra-about-values {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 48px;
    align-items: start;
    padding: 0 var(--mra-gutter);
}

.mra-about-values__media {
    position: relative;
    width: 440px;
    height: 691px;
}

.mra-about-values__media > img {
    width: 440px;
    height: 691px;
    object-fit: cover;
    border-radius: 320px 26px 26px 26px;
}

.mra-about-values__frame {
    position: absolute;
    inset: 19px 0 0 0;
    border: 2px solid #fff;
    border-radius: 320px 26px 26px 26px;
    pointer-events: none;
}

.mra-about-values__content {
    padding-top: 21px;
}

.mra-about-values__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 44px;
    margin-top: 48px;
}

.mra-about-values__icon-wrap {
    width: 82px;
    height: 78px;
    border-radius: 73px;
    background: rgba(255, 217, 184, 0.68);
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

.mra-about-values__item h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-about-values__item p {
    margin: 8px 0 0;
    max-width: 291px;
    font-size: 15px;
    line-height: 1.31;
}

.mra-about-journey {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-about-journey__timeline {
    position: relative;
    margin-top: 48px;
    padding-bottom: 24px;
}

.mra-about-journey__rail {
    position: absolute;
    left: 50%;
    top: 29px;
    bottom: 29px;
    width: 2px;
    transform: translateX(-50%);
    background: #bebebe;
    overflow: visible;
}

.mra-about-journey__rail-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--mra-orange-dark) 0%, #f39c12 100%);
    border-radius: 2px;
}

.mra-about-journey__rail-light {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(219, 105, 30, 0.95),
        0 0 22px 8px rgba(243, 156, 18, 0.45);
    pointer-events: none;
}

.mra-about-journey__step {
    position: relative;
    display: grid;
    justify-items: center;
    margin-bottom: 60px;
}

.mra-about-journey__step:last-child {
    margin-bottom: 0;
}

.mra-about-journey__year {
    position: relative;
    z-index: 2;
    width: 170px;
    height: 59px;
    border: 0;
    border-radius: 72px;
    background: #bebebe;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.mra-about-journey__step.is-active .mra-about-journey__year {
    background: var(--mra-orange-dark);
    box-shadow: 0 0 11.7px #db691e;
}

.mra-about-journey__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    text-align: left;
}

.mra-about-journey__panel--right .mra-about-journey__media {
    grid-column: 1;
    justify-self: center;
    align-self: center;
    margin-right: 0;
}

.mra-about-journey__panel--right .mra-about-journey__copy {
    grid-column: 3;
    justify-self: center;
    align-self: center;
    margin-left: 0;
}

.mra-about-journey__panel--left .mra-about-journey__copy {
    grid-column: 1;
    justify-self: center;
    align-self: center;
    margin-right: 0;
    text-align: right;
}

.mra-about-journey__panel--left .mra-about-journey__media {
    grid-column: 3;
    justify-self: center;
    align-self: center;
    margin-left: 0;
}

.mra-about-journey__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 236px;
    width: 100%;
    max-width: 455px;
}

.mra-about-journey__copy h3 {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.273;
    color: var(--mra-text);
    transition: opacity 0.35s ease;
}

.mra-about-journey__step:not(.is-active) .mra-about-journey__copy h3,
.mra-about-journey__step:not(.is-active) .mra-about-journey__copy p {
    opacity: 0.4;
}

.mra-about-journey__step.is-active .mra-about-journey__copy h3,
.mra-about-journey__step.is-active .mra-about-journey__copy p {
    opacity: 1;
}

.mra-about-journey__copy p {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.26;
    transition: opacity 0.35s ease;
}

.mra-about-journey__panel--left .mra-about-journey__copy p {
    margin-left: auto;
}

.mra-about-journey__media {
    position: relative;
    width: 361px;
    height: 236px;
    border-radius: 37px;
    overflow: hidden;
    transition: opacity 0.35s ease;
}

.mra-about-journey__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 1;
    filter: none;
    border-radius: 0;
}

.mra-about-journey__step:not(.is-active) .mra-about-journey__media {
    opacity: 0.3;
}

.mra-about-journey__step.is-active .mra-about-journey__media {
    opacity: 1;
}

.mra-about-journey__step.is-active .mra-about-journey__logo {
    opacity: 1;
}

.mra-about-journey__logo {
    width: 361px;
    height: 236px;
    border-radius: 37px;
    background: var(--mra-cream);
    border: 2px solid rgba(230, 126, 34, 0.4);
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.mra-about-journey__logo img {
    width: 258px;
    height: auto;
    opacity: 1;
    border-radius: 0;
    object-fit: contain;
}

.mra-about-programs {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-about-programs__slider {
    width: calc(425px * 3 + 24px * 2);
    margin-left: calc(50% - (425px * 3 + 24px * 2) / 2);
    margin-right: 0;
}

.mra-about-programs__viewport {
    width: 100%;
    max-width: none;
    margin: 45px 0 0;
    overflow: hidden;
}

.mra-about-programs__track {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.mra-about-programs__card {
    flex: 0 0 425px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mra-about-programs__photo {
    width: 425px;
    height: 303px;
    object-fit: cover;
    border-radius: 40px;
}

.mra-about-programs__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 220px;
}

.mra-about-programs__card h3 {
    margin: 22px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
}

.mra-about-programs__card p {
    margin: 12px 0 0;
    max-width: 405px;
    font-size: 20px;
    line-height: 1.31;
}

.mra-about-programs__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    font-size: 25px;
    font-weight: 600;
    color: var(--mra-orange-dark);
}

.mra-about-programs__card--dark {
    background: #1e1e1e;
    border-radius: 40px;
    overflow: hidden;
}

.mra-about-programs__card--dark .mra-about-programs__photo {
    border-radius: 40px 40px 0 0;
}

.mra-about-programs__card--dark .mra-about-programs__body {
    padding: 0 20px 28px;
    min-height: 200px;
}

.mra-about-programs__card--dark h3,
.mra-about-programs__card--dark p {
    color: #fff;
}

.mra-about-programs__card--dark .mra-about-programs__link {
    color: var(--mra-orange);
}

.mra-about-programs__link img {
    width: 20px;
    height: 20px;
}

.mra-about-programs__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 28px;
}

.mra-about-programs__arrow {
    width: 59px;
    height: 55px;
    border-radius: 14px;
    background: var(--mra-orange-dark);
    display: grid;
    place-items: center;
}

.mra-about-programs__arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.mra-about-programs__arrow img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.mra-about-programs__arrow--prev img {
    transform: rotate(180deg);
}

.mra-about-stats {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-about-stats__grid {
    display: grid;
    grid-template-columns: 588px 588px;
    gap: 24px;
    justify-content: center;
    margin-top: 45px;
}

.mra-about-stats__card {
    min-height: 321px;
    background: var(--mra-cream);
    border-radius: 45px;
    display: grid;
    place-content: center;
    padding: 28px 24px 32px;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.mra-about-stats__card.is-active,
.mra-about-stats__card:hover {
    opacity: 1;
}

.mra-about-stats__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    object-fit: contain;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}

.mra-about-stats__card:not(.is-active):not(:hover) .mra-about-stats__icon {
    width: 68px;
    height: 68px;
    opacity: 0.85;
}

.mra-about-stats__value {
    margin: 18px 0 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.273;
    color: #b95411;
    transition: opacity 0.25s ease;
}

.mra-about-stats__card:not(.is-active):not(:hover) .mra-about-stats__value {
    opacity: 0.6;
}

.mra-about-stats__label {
    margin: 10px 0 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.26;
    transition: opacity 0.25s ease;
}

.mra-about-stats__card:not(.is-active):not(:hover) .mra-about-stats__label {
    opacity: 0.6;
}

.mra-about-team {
    padding: 0 var(--mra-gutter);
    text-align: center;
}

.mra-about-team__grid {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 48px;
    justify-content: center;
    align-items: start;
    margin-top: 45px;
}

.mra-about-team__avatar--photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.mra-about-team__avatar--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mra-about-team__avatar--initial {
    width: 161px;
    height: 161px;
    border-radius: 50%;
    background: #f3f3f3;
    display: grid;
    place-items: center;
    margin: 39px auto 0;
}

.mra-about-team__avatar--initial span {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: var(--mra-team-color, #198b19);
}

.mra-about-team__member {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: max-content;
}

.mra-about-team__member h3 {
    margin: 14px 0 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.273;
    white-space: nowrap;
}

.mra-about-team__member p {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 1.26;
    white-space: nowrap;
    word-break: keep-all;
}

.mra-about-cta {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mra-about-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-about-cta__inner h2 {
    margin: 0 auto;
    max-width: 689px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.273;
    color: #fff;
}

.mra-about-cta__inner p {
    margin: 24px auto 0;
    max-width: 810px;
    font-size: 25px;
    line-height: 1.26;
    color: #fff;
}

.mra-about-cta__btn {
    margin-top: 32px;
    min-width: 219px;
    height: 56px;
    font-size: 30px;
    font-weight: 600;
    background: var(--mra-orange);
    border: 1px solid var(--mra-orange);
    border-radius: var(--mra-radius-pill);
}

/* About: full-height sections without scroll snap */
body.mra-about-page .mra-about > section:not(.mra-sponsors) {
    min-height: var(--mra-screen-h, 900px);
    box-sizing: border-box;
}

body.mra-about-page .mra-about > section:not(.mra-sponsors):not(.mra-about-values):not(.mra-about-journey) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.mra-about-page .mra-about > .mra-sponsors,
body.mra-about-page .mra-frame > .mra-footer {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: unset;
    box-sizing: border-box;
}

body.mra-about-page .mra-about > .mra-about-hero {
    margin-top: 0;
    height: auto;
    min-height: var(--mra-screen-h, 1034px);
    justify-content: flex-start;
}

body.mra-about-page .mra-about-hero__content {
    padding-top: clamp(180px, 24vh, 243px);
}

body.mra-about-page .mra-about-mission {
    padding-top: 0;
}

body.mra-about-page .mra-about > .mra-about-values {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: calc(var(--mra-content) + var(--mra-gutter) * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--mra-gutter);
    box-sizing: border-box;
}

body.mra-about-page .mra-about > .mra-about-journey {
    display: block;
    min-height: auto;
    overflow: visible;
    padding: 0 var(--mra-gutter);
}

.mra-about-journey__step {
    cursor: pointer;
}

body.mra-about-page .mra-about > .mra-about-programs {
    overflow: visible;
}

body.mra-about-page .mra-about-programs__slider {
    width: calc(425px * 3 + 24px * 2);
    margin-left: calc(50% - (425px * 3 + 24px * 2) / 2);
    margin-right: 0;
}

body.mra-about-page .mra-about-programs__viewport {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.mra-about-page .mra-about-programs__card {
    flex: 0 0 425px;
    width: 425px;
    overflow: visible;
}

body.mra-about-page .mra-about-programs__card p {
    max-width: none;
}

body.mra-about-page .mra-about-programs__card--dark .mra-about-programs__body {
    padding: 0 24px 28px;
}

body.mra-about-page .mra-about > .mra-stories {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.mra-about-page .mra-about-cta {
    min-height: var(--mra-screen-h, 900px);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

body.mra-about-page .mra-about-cta__inner {
    width: 1200px;
    max-width: calc(100% - 48px);
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3543 0%, #683e51 42%, #9e6e5a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
    box-sizing: border-box;
}

.mra-stage .mra-frame .mra-about-mission__grid,
.mra-stage .mra-frame .mra-about-values,
.mra-stage .mra-frame .mra-about-stats__grid,
.mra-stage .mra-frame .mra-about-team__grid {
    width: 100%;
}

.mra-stage .mra-frame .mra-about-programs__viewport {
    width: 100%;
    max-width: none;
}

.mra-stage .mra-frame .mra-about-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mra-stage .mra-frame .mra-about-hero__media img {
    max-width: none;
}

.mra-stage .mra-frame .mra-about-journey__media img {
    opacity: 1;
    filter: none;
}

.mra-stage .mra-frame .mra-about-journey__step:not(.is-active) .mra-about-journey__media {
    opacity: 0.3;
}

.mra-stage .mra-frame .mra-about-journey__step.is-active .mra-about-journey__media {
    opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
    @keyframes mra-blur-in {
        0% {
            opacity: 0;
            filter: blur(12px);
            transform: translateY(14px) scale(0.99);
        }

        100% {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0) scale(1);
        }
    }

    .mra-reveal-lines .mra-reveal-word {
        display: inline-block;
        opacity: 0;
        filter: blur(12px);
        transform: translateY(14px) scale(0.99);
        will-change: opacity, transform, filter;
    }

    .mra-reveal-lines.is-visible .mra-reveal-word {
        animation: mra-blur-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: var(--mra-reveal-delay, 0ms);
    }

    .mra-reveal-block {
        opacity: 0;
        filter: blur(12px);
        transform: translateY(14px) scale(0.99);
        will-change: opacity, transform, filter;
    }

    .mra-reveal-block.is-visible {
        animation: mra-blur-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: var(--mra-reveal-delay, 0ms);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mra-reveal-lines .mra-reveal-word,
    .mra-reveal-block {
        opacity: 1;
        filter: none;
        transform: none;
        animation: none !important;
    }
}