/* ── SECTION ── */
.overview {
    position: relative;
    overflow: hidden;
    padding-top: 7rem;
}

/* Hero background */
.overview .hero-bg {
    position: absolute;
    inset: 0;
}

.overview .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 50, 30, 0.72) 0%, rgba(74, 124, 89, 0.45) 100%);
    /* background: linear-gradient(120deg, oklch(98.5% .012 95) 0%, oklch(98.5% .012 95 / .92) 45%, oklch(98.5% .012 95 / .2) 100%); */
}

/* ── GRID ── */
.overview .hero-grid {
    position: relative;
    max-width: 88rem;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    padding: 3rem 1.5rem 8rem;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .overview .hero-grid {
        grid-template-columns: 1.45fr 1fr;
        padding-top: 5rem;
        padding-bottom: 10rem;
    }
}

/* ── BADGE ── */
.overview .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(247, 245, 240, 0.18);
    padding: 0.375rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    backdrop-filter: blur(8px);
    width: auto;
}

.overview .badge svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* ── HEADING ── */
.overview h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 0.95;
    color: #fff;
    margin-top: 1.5rem;
}

.overview h1 .italic {
    font-style: italic;
    color: #a3d4b0;
}

.overview .hero-desc {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

/* ── CTA BUTTONS ── */
.overview .cta-row {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.overview .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #4a7c59;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(46, 92, 62, 0.13);
    transition: background 0.2s, box-shadow 0.2s;
}

.overview .btn-primary:hover {
    background: #2e5c3e;
    box-shadow: 0 8px 40px rgba(46, 92, 62, 0.22);
}

.overview .btn-primary svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.overview .btn-primary:hover svg {
    transform: translateX(2px);
}

.overview .btn-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-decoration-color: rgba(163, 212, 176, 0.5);
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.overview .btn-link:hover {
    color: #fff;
}

/* ── ICON CARDS ── */
.overview .icon-cards {
    margin-top: 3.5rem;
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .overview .icon-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.overview .icon-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.overview .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 24px rgba(46, 92, 62, 0.13);
}

.overview .icon-box svg {
    width: 20px;
    height: 20px;
}

.overview .icon-box-deep {
    background: #2e5c3e;
    color: #fff;
}

.overview .icon-box-primary {
    background: #4a7c59;
    color: #fff;
}

.overview .icon-box-light {
    background: rgba(247, 245, 240, 0.85);
    color: #4a7c59;
    border: 1px solid rgba(74, 124, 89, 0.25);
    backdrop-filter: blur(6px);
}

.overview .icon-label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.overview .icon-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
}

/* ── ASIDE CARD ── */
.overview aside {
    position: relative;
    align-self: start;
}

@media (min-width: 1024px) {
    .overview aside {
        position: sticky;
        top: 6rem;
    }
}

.overview .aside-glow {
    position: absolute;
    inset: -0.75rem;
    border-radius: 2rem;
    background: rgba(74, 124, 89, 0.18);
    filter: blur(2rem);
    z-index: 0;
}

.overview .aside-inner {
    position: relative;
    z-index: 1;
    border-radius: 1.75rem;
    padding: 2rem;
    color: #fff;
    background: #118c46;
    ;
    box-shadow: 0 8px 40px rgba(46, 92, 62, 0.22);
    overflow: hidden;
}

/* grain texture */
.overview .aside-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
    opacity: 0.18;
    pointer-events: none;
}

.overview .aside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview .aside-title {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.overview .aside-badge {
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.25rem 0.625rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.overview .aside-list {
    margin-top: 1.75rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.overview .aside-item {
    display: flex;
    gap: 0.75rem;
}

.overview .aside-icon {
    margin-top: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.overview .aside-icon svg {
    width: 16px;
    height: 16px;
}

.overview .aside-key {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
}

.overview .aside-value {
    margin-top: 0.125rem;
    font-size: 16px;
}

/* ── STATS BAR ── */
.overview .stats-bar {
    position: relative;
    border-top: 1px solid rgba(74, 124, 89, 0.18);
    border-bottom: 1px solid rgba(74, 124, 89, 0.18);
    background: rgba(247, 245, 240, 0.78);
    backdrop-filter: blur(12px);
    display: none;
}

.overview .stats-inner {
    max-width: 88rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.5rem;
}

@media (min-width: 640px) {
    .overview .stats-inner {
        grid-template-columns: repeat(4, 1fr);
    }
}

.overview .stat-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1.75rem 1.5rem;
    text-align: center;
    border-right: 1px solid rgba(74, 124, 89, 0.18);
}

.overview .stat-cell:last-child {
    border-right: none;
}

@media (min-width: 640px) {
    .overview .stat-cell:nth-child(2) {
        border-right: 1px solid rgba(74, 124, 89, 0.18);
    }
}

.overview .stat-number {
    font-size: 2.25rem;
    font-weight: 600;
    color: #4a7c59;
}

.overview .stat-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(26, 46, 30, 0.6);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.overview .animate-fade-up {
    animation: fadeUp 0.8s ease both;
}

.overview .animate-fade-up:nth-child(2) {
    animation-delay: 0.15s;
}

/*css section image */
.gallery-section {
    position: relative;
    padding: 80px 0;
}

.gallery-section .gallery-inner {}

.gallery-section .gallery-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.gallery-section .gallery-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #1D9E75;
    text-transform: uppercase;
}

.gallery-section .gallery-title {
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
}

.gallery-section .gallery-nav {
    display: flex;
    gap: 8px;
}

.gallery-section .nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.gallery-section .nav-btn:hover:not(:disabled) {
    background: #1D9E75;
    color: #ffffff;
    border-color: #1D9E75;
}

.gallery-section .nav-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.gallery-section .gallery-track-wrap {
    margin-top: 40px;
    overflow: hidden;
}

.gallery-section .gallery-track {
    display: flex;
    gap: 20px;
    transition: transform 0.7s ease-out;
}

.gallery-section .gallery-card {
    width: calc((100% - 40px) / 3);
    flex-shrink: 0;
}

.gallery-section .gallery-card-inner {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 16px;
    background: #e5e7eb;
}

.gallery-section .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
}

.gallery-section .gallery-card-inner:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-section .gallery-caption {
    position: absolute;
    inset: auto 0 0 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px;
}

.gallery-section .gallery-num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.gallery-section .gallery-figcaption {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.gallery-section .gallery-dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.gallery-section .dot {
    height: 4px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: width 0.3s, background 0.3s;
}

.gallery-section .dot.active {
    width: 40px;
    background: #1D9E75;
}

.gallery-section .dot.inactive {
    width: 16px;
    background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .gallery-section .gallery-nav {
        display: none;
    }

    .gallery-section .gallery-card {
        width: calc((100% - 20px) / 2);
    }
}

/* ===== #impact ===== */
#impact {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    gap: 1.5rem;
    padding: 0 1.5rem 5rem;
}

@media (min-width: 1024px) {
    #impact {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Cards --- */
#impact .impact__card {
    border-radius: 1.75rem;
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 640px) {
    #impact .impact__card {
        padding: 2.5rem;
    }
}

/* --- Badge label --- */
#impact .impact__badge {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #16a34a;
    text-transform: uppercase;
}

/* --- Card header row --- */
#impact .impact__header {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* --- Icon wrapper --- */
#impact .impact__icon-wrap {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    flex-shrink: 0;
}

#impact .impact__icon-wrap svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* --- Card title --- */
#impact .impact__card-title {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 640px) {
    #impact .impact__card-title {
        font-size: 2.25rem;
    }
}

/* ===== Mission card — Numbered list ===== */
#impact .impact__objectives {
    margin-top: 2.5rem;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

#impact .impact__objective-item {
    display: flex;
    gap: 1.25rem;
}

#impact .impact__number {
    display: flex;
    height: 3rem;
    width: 3rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #16a34a;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.3);
}

#impact .impact__objective-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

#impact .impact__objective-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
}

/* ===== Results card — Checklist ===== */
#impact .impact__outcomes {
    margin-top: 2rem;
    list-style: none;
    padding: 0;
}

#impact .impact__outcome-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
}

#impact .impact__outcome-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#impact .impact__check-icon {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    margin-top: 0.125rem;
}

#impact .impact__check-icon svg {
    width: 1rem;
    height: 1rem;
}

#impact .impact__outcome-text {
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.8);
}

/* ===== .wra SECTION ===== */
.wra {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
}

.wra__inner {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    padding: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #118d46 0%, #118d46 60%, #118d46 100%);
}

/* Grain overlay */
.wra__inner::before {
    z-index: 0;
    border-radius: inherit;
    content: "";
    pointer-events: none;
    opacity: .06;
    mix-blend-mode: multiply;
    background-image: radial-gradient(#000 1px, #0000 1px);
    background-size: 3px 3px;
    position: absolute;
    inset: 0;
}

/* Leaf decorations */
.wra__leaf-right {
    pointer-events: none;
    position: absolute;
    right: -2.5rem;
    bottom: -2.5rem;
    width: 24rem;
    opacity: 0.15;
    mix-blend-mode: screen;
    animation: wra-float 6s ease-in-out infinite;
}

.wra__leaf-left {
    pointer-events: none;
    position: absolute;
    left: -2.5rem;
    top: -2.5rem;
    width: 18rem;
    opacity: 0.10;
    mix-blend-mode: screen;
    transform: scaleX(-1);
}

@keyframes wra-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Grid */
.wra__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .wra__grid {
        grid-template-columns: 380px 1fr;
    }
}

/* Image */
.wra__image-wrap {
    overflow: hidden;
    border-radius: 1rem;
}

.wra__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Content */
.wra__eyebrow {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.wra__title {
    margin-top: 0.75rem;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

@media (min-width: 640px) {
    .wra__title {
        font-size: 3rem;
    }
}

.wra__desc {
    margin-top: 1rem;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Cards grid */
.wra__cards {
    margin-top: 2rem;
    display: grid;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
}

@media (min-width: 640px) {
    .wra__cards {
        grid-template-columns: 1fr 1fr;
    }
}

/* Card */
.wra__card {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.10);
    padding: 1.25rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 0;
}

.wra__card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wra__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
}

.wra__card-icon svg {
    width: 1rem;
    height: 1rem;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wra__card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.wra__card-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 0;
}

#donate {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6rem;
}

#donate .donate__card {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.12);
}

#donate .donate__bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#donate .donate__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(20, 60, 30, 0.95),
            rgba(30, 80, 40, 0.85),
            rgba(30, 80, 40, 0.40));
}

#donate .donate__grid {
    position: relative;
    display: grid;
    gap: 2rem;
    padding: 2.5rem;
    color: #fff;
}

@media (min-width: 1024px) {
    #donate .donate__grid {
        grid-template-columns: 1.6fr 1fr;
    }
}

#donate .donate__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.70);
    text-transform: uppercase;
}

#donate .donate__heading {
    margin-top: 0.75rem;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.05;
    color: #fff;
}

@media (min-width: 640px) {
    #donate .donate__heading {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    #donate .donate__heading {
        font-size: 2.75rem;
    }
}

#donate .donate__body {
    margin-top: 1.25rem;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.6;
}

#donate .donate__cta-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
}

#donate .donate__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: #fff;
    padding: 1rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

#donate .donate__btn:hover {
    background: #f5f0e8;
}

#donate .donate__btn:hover .donate__btn-arrow {
    transform: translateX(2px);
}

#donate .donate__btn-heart {
    height: 1rem;
    width: 1rem;
    fill: #2d7a3a;
    color: #2d7a3a;
}

#donate .donate__btn-arrow {
    height: 1rem;
    width: 1rem;
    transition: transform 0.2s;
}

#donate .donate__disclaimer {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

.gallery-card-inner img {
    height: 100%;
    object-fit: cover;
}