: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;
}

html {
    scroll-behavior: smooth;
}

body.mra-front,
body {
    margin: 0;
    font-family: var(--mra-sans);
    color: var(--mra-text);
    background: var(--mra-white);
    overflow-x: hidden;
}

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: hidden;
    display: flex;
    justify-content: center;
}

.mra-frame {
    width: 1440px;
    flex-shrink: 0;
    transform-origin: top center;
    background: #fff;
}

.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-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 */
.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 {
    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;
}

.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.35s 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 img[src*="hero-card-figma"] {
    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;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    margin-bottom: -102px;
    z-index: 1;
}

.mra-ring--26 {
    background: conic-gradient(from -80deg, #ec9639 0 95deg, #f4d7b8 95deg 360deg);
}

.mra-ring--16 {
    background: conic-gradient(from 20deg, #ec9639 0 230deg, #f4d7b8 230deg 360deg);
}

.mra-ring--23 {
    background: conic-gradient(from -40deg, #ec9639 0 85deg, #f4d7b8 85deg 360deg);
}

.mra-ring::before {
    content: "";
    position: absolute;
    inset: 21px;
    border-radius: 50%;
    background: #fff;
}

.mra-ring__arc {
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: #f3c48a;
    transform: rotate(-18deg);
    pointer-events: none;
}

.mra-ring--16 .mra-ring__arc {
    transform: rotate(30deg);
    border-top-color: transparent;
    border-right-color: #f3c48a;
}

.mra-ring--23 .mra-ring__arc {
    transform: rotate(-45deg);
}

.mra-ring__value {
    position: relative;
    z-index: 1;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 0 0 8px #fde7d2;
    color: var(--mra-orange-stat);
    font-size: 43px;
    font-weight: 600;
    line-height: 1.273;
    text-align: center;
}

.mra-ring--16 .mra-ring__value {
    font-size: 35px;
}

.mra-ring--16 .mra-ring__value b {
    font-size: 43px;
    font-weight: 600;
    margin-right: 4px;
}

.mra-stat__card {
    width: 100%;
    height: 394px;
    background: var(--mra-cream);
    border-radius: 45px;
    padding: 155px 19px 24px;
    text-align: center;
}

.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 */
.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;
}

/* 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;
}

/* Responsive — keep Figma desktop layout until tablet */
@media (max-width: 1024px) {
    .mra-frame,
    .mra-landing,
    .mra-hero {
        width: 100%;
    }

    .mra-stage .mra-frame,
    .mra-stage .mra-frame .mra-landing,
    .mra-stage .mra-frame .mra-hero {
        width: 1440px;
    }

    .mra-stage .mra-frame .mra-hero {
        height: 1034px;
        min-height: 1034px;
    }

    .mra-stage .mra-frame .mra-hero__content {
        padding: 412px 120px 0;
    }

    .mra-stage .mra-frame .mra-hero__title {
        font-size: 80px;
        white-space: nowrap;
    }

    .mra-stage .mra-frame .mra-hero__media img,
    .mra-stage .mra-frame .mra-hero__overlay {
        width: 1440px;
        height: 1034px;
    }

    .mra-stage .mra-frame .mra-hero-card {
        position: absolute;
        top: 631px;
        left: 998px;
        width: 291px;
        height: 277px;
        margin: 0;
    }

    .mra-hero {
        height: auto;
        min-height: 100vh;
    }

    .mra-hero__media img,
    .mra-hero__overlay {
        width: 100%;
        height: 100%;
    }

    .mra-hero__content {
        padding: 180px 24px 48px;
    }

    .mra-hero__title {
        font-size: clamp(36px, 9vw, 64px);
        white-space: normal;
    }

    .mra-hero-card {
        position: relative;
        top: auto;
        left: auto;
        margin: 24px 24px 48px auto;
    }

    .mra-menu-btn {
        display: flex;
        margin-right: 16px;
    }

    .mra-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 24px;
        right: 24px;
        margin: 12px 0 0;
        background: rgba(80, 30, 0, 0.96);
        border-radius: 16px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        z-index: 9;
    }

    .mra-nav.is-open {
        display: flex;
    }

    .mra-nav__dropdown {
        position: static;
        display: none;
        background: transparent;
        box-shadow: none;
        padding: 0 0 0 12px;
    }

    .mra-nav__dropdown a {
        color: #fff;
    }

    .mra-nav__item--drop:hover .mra-nav__dropdown,
    .mra-nav__item--drop.is-open .mra-nav__dropdown {
        display: block;
    }

    .mra-strip {
        height: auto;
        flex-wrap: wrap;
        padding: 16px 20px;
        gap: 12px;
        margin-top: -20px;
        width: calc(100% - 32px);
    }

    .mra-strip__contact,
    .mra-strip__tag {
        white-space: normal;
    }

    .mra-stats,
    .mra-mission,
    .mra-sponsors {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mra-stats__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        gap: 24px;
    }

    .mra-heading {
        font-size: clamp(36px, 8vw, 60px);
    }

    .mra-change {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        border-radius: 24px;
    }

    .mra-change__intro {
        grid-column: 1 / -1;
        grid-row: auto;
        padding: 40px;
    }

    .mra-change__cell {
        min-height: 240px;
    }

    .mra-mission,
    .mra-request {
        grid-template-columns: 1fr;
        padding-left: 24px;
        padding-right: 24px;
    }

    .mra-request__visual {
        margin-left: 0;
        width: 100%;
        max-width: 520px;
    }

    .mra-mission__collage {
        height: auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mra-mission__collage img {
        position: static;
        width: 100%;
        height: 200px;
    }

    .mra-stories__inner {
        grid-template-columns: 1fr;
        padding: 48px 24px;
    }

    .mra-footer__inner,
    .mra-footer__bar {
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    :root {
        --mra-gutter: 20px;
    }

    .mra-hero__lead {
        font-size: 18px;
    }

    .mra-btn--header {
        width: 120px;
        height: 44px;
        font-size: 18px;
    }

    .mra-logo {
        width: 64px;
        height: 86px;
    }

    .mra-change {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .mra-mission__collage {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mra-mission__collage img {
        position: static;
        width: 100%;
        height: 200px;
    }

    .mra-donate {
        height: auto;
        min-height: 520px;
    }

    .mra-donate__media {
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mra-donate__content {
        position: relative;
        padding: 80px 20px 40px;
    }

    .mra-donate__media img {
        height: 100%;
        margin-top: 0;
    }

    .mra-donate__card {
        width: 100%;
        max-width: 547px;
        min-height: 0;
        margin: 0 auto;
        padding: 32px 24px 36px;
    }

    .mra-request__grid {
        grid-template-columns: 1fr;
    }

    .mra-cause {
        width: 100%;
    }

    .mra-footer__inner,
    .mra-footer__bar {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .mra-hero-card {
        width: min(291px, calc(100% - 40px));
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .mra-hero__title {
        font-size: 36px;
    }

    .mra-btn--ghost-lg {
        font-size: 18px;
        height: 48px;
    }
}
