.leadership-modern {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(242, 179, 142, .22), transparent 24%),
        linear-gradient(180deg, #fffaf6 0%, #fdf2eb 100%);
}

.leadership-decoration {
    position: absolute;
    border: 1px solid rgba(125, 45, 58, .09);
    border-radius: 50%;
    pointer-events: none;
}

.leadership-decoration-one {
    top: -260px;
    right: -170px;
    width: 620px;
    height: 620px;
}

.leadership-decoration-two {
    bottom: 80px;
    left: -130px;
    width: 300px;
    height: 300px;
}

.leadership-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 55px;
}

.leadership-heading .section-title {
    max-width: 760px;
    margin-bottom: 0;
}

.leadership-intro {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 9px;
}

.leadership-intro-line {
    width: 45px;
    height: 1px;
    flex: 0 0 45px;
    margin-top: 11px;
    background: var(--wine);
}

.leadership-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.leadership-grid {
    display: grid;
    grid-template-columns: 1.28fr repeat(3, 1fr);
    gap: 20px;
}

.modern-leader-card {
    min-width: 0;
}

.modern-leader-photo {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #e8d8d2;
    border: 7px solid #fff;
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(74, 31, 40, .12);
    isolation: isolate;
    transition: transform .45s ease, box-shadow .45s ease;
}

.featured-leader .modern-leader-photo {
    border-radius: 130px 26px 26px 26px;
}

.modern-leader-card:hover .modern-leader-photo {
    transform: translateY(-12px);
    box-shadow: 0 34px 75px rgba(74, 31, 40, .2);
}

.modern-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.featured-leader .modern-leader-photo img {
    object-position: center 22%;
}

.modern-leader-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.06);
}

.leader-photo-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom, transparent 38%, rgba(34, 10, 17, .12) 58%, rgba(34, 10, 17, .94) 100%);
}

.leader-card-top {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.leader-role-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    color: var(--wine-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    background: rgba(255, 248, 242, .9);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.leader-index {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #fff;
    font: 700 12px var(--serif);
    background: var(--wine);
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.modern-leader-info {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: #fff;
}

.founder-label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--peach);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.modern-leader-info h3 {
    margin: 0;
    font: 700 clamp(20px, 1.55vw, 27px)/1.18 var(--serif);
    letter-spacing: -.35px;
}

.leader-signature-line {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 13px;
}

.leader-signature-line span {
    width: 88%;
    height: 1px;
    background: var(--peach);
}

.leader-signature-line small {
    color: rgba(255, 255, 255, .66);
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leadership-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 42px;
    padding: 23px 26px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(125, 45, 58, .09);
    border-radius: 18px;
    backdrop-filter: blur(10px);
}

.leadership-seal {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    color: #fff;
    background: var(--wine);
    border-radius: 50%;
}

.leadership-footer p {
    flex: 1;
    margin: 0;
    color: var(--wine-dark);
    font: 600 17px var(--serif);
}

.leadership-footer a {
    color: var(--wine);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-leader .modern-leader-photo {
        border-radius: 100px 26px 26px 26px;
    }
}

@media (max-width: 767px) {
    .leadership-heading {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 35px;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .modern-leader-photo {
        height: min(125vw, 590px);
    }

    .featured-leader .modern-leader-photo {
        border-radius: 85px 24px 24px 24px;
    }

    .leadership-footer {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .leadership-footer p {
        width: calc(100% - 60px);
        flex: none;
    }

    .leadership-footer a {
        margin-left: 59px;
    }
}
/* =========================================
   NGO LEADERSHIP SECTION
========================================= */

.ngo-leadership {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(222, 171, 77, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(28, 104, 78, 0.12),
            transparent 30%
        ),
        #f8f5ee;
}

.ngo-leadership-shape {
    position: absolute;
    border: 1px solid rgba(26, 92, 69, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.shape-left {
    top: 120px;
    left: -130px;
    width: 320px;
    height: 320px;
}

.shape-right {
    right: -170px;
    bottom: 80px;
    width: 400px;
    height: 400px;
}

/* Heading */
.ngo-leadership-heading {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}

.ngo-leadership-heading .section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #bd842c;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ngo-leadership-heading .section-label::before,
.ngo-leadership-heading .section-label::after {
    width: 28px;
    height: 1px;
    background: #bd842c;
    content: "";
}

.ngo-leadership-heading .section-title {
    margin-bottom: 18px;
    color: #173f34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.05;
}

.ngo-leadership-heading .section-title span {
    color: #c58a31;
    font-style: italic;
}

.ngo-leadership-heading > p {
    max-width: 650px;
    margin: auto;
    color: #69766f;
    font-size: 1.02rem;
    line-height: 1.8;
}

/* Cards grid */
.ngo-leader-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 22px;
    max-width: 1250px;
    margin: 0 auto;
}

.ngo-leader-card {
    position: relative;
    padding: 35px 20px 28px;
    border: 1px solid rgba(21, 82, 61, 0.09);
    border-radius: 150px 150px 24px 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 50px rgba(18, 67, 51, 0.08);
    text-align: center;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.ngo-leader-card:hover {
    border-color: rgba(197, 138, 49, 0.35);
    box-shadow: 0 28px 60px rgba(18, 67, 51, 0.14);
    transform: translateY(-10px);
}

/* Circular image */
.ngo-leader-photo-wrap {
    position: relative;
    width: 190px;
    max-width: 100%;
    margin: 0 auto 26px;
}

.ngo-photo-ring {
    width: 190px;
    height: 190px;
    max-width: 100%;
    padding: 7px;
    border: 2px solid #d3a453;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 15px 35px rgba(17, 71, 52, 0.17),
        0 0 0 8px rgba(211, 164, 83, 0.09);
}

.ngo-leader-card:hover .ngo-photo-ring {
    transform: scale(1.04);
}

.ngo-leader-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

/* Number */
.ngo-leader-number {
    position: absolute;
    top: 15px;
    right: -4px;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 4px solid #f8f5ee;
    border-radius: 50%;
    background: #174d3d;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
}

/* Founder badge */
.ngo-founder-badge {
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    border: 4px solid #fff;
    border-radius: 30px;
    background: #d59d40;
    color: #173f34;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(-50%);
}

/* Leader details */
.ngo-leader-info h3 {
    /* min-height: 58px; */
    /* margin: 0 0 10px; */
    color: #173f34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.25;
}

.ngo-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.ngo-title-line > span {
    width: 22px;
    height: 1px;
    background: #d1a04d;
}

.ngo-title-line p {
    margin: 0;
    color: #a16e25;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ngo-social-symbol {
    display: grid;
    width: 32px;
    height: 32px;
    margin: 18px auto 0;
    place-items: center;
    border-radius: 50%;
    background: rgba(23, 77, 61, 0.08);
    color: #c48b32;
    font-size: 0.72rem;
    transition: 0.3s ease;
}

.ngo-leader-card:hover .ngo-social-symbol {
    background: #174d3d;
    color: #f2c66f;
}

/* Footer */
.ngo-leadership-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 850px;
    margin: 65px auto 0;
    padding: 22px 28px;
    border: 1px solid rgba(23, 77, 61, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
}

.ngo-leadership-footer > i {
    color: #d29a3e;
    font-size: 2rem;
}

.ngo-leadership-footer p {
    flex: 1;
    margin: 0;
    color: #435c53;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-style: italic;
}

.ngo-leadership-footer a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #174d3d;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 991.98px) {
    .ngo-leadership {
        padding: 85px 0;
    }

    .ngo-leader-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .ngo-leadership {
        padding: 70px 0;
    }

    .ngo-leadership-heading {
        margin-bottom: 45px;
    }

    .ngo-leadership-heading .section-title {
        font-size: 2.55rem;
    }

    .ngo-leader-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 360px;
    }

    .ngo-leader-card {
        padding: 30px 18px 25px;
    }

    .ngo-leader-photo-wrap,
    .ngo-photo-ring {
        width: 200px;
    }

    .ngo-photo-ring {
        height: 200px;
    }

    .ngo-leadership-footer {
        flex-direction: column;
        margin-top: 45px;
        padding: 24px 20px;
        text-align: center;
    }

    .ngo-leadership-footer p {
        flex: initial;
    }
}
/* Category section */
.leader-category-section {
    max-width: 1100px;
    margin: 0 auto;
}

.leader-category-section + .leader-category-section {
    margin-top: 85px;
    padding-top: 75px;
    border-top: 1px solid rgba(23, 77, 61, 0.13);
}

.leader-category-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 750px;
    margin: 0 auto 42px;
    text-align: center;
}

.category-icon {
    display: grid;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    place-items: center;
    border-radius: 20px;
    background: #174d3d;
    box-shadow: 0 12px 28px rgba(23, 77, 61, 0.2);
    color: #f3c86e;
    font-size: 1.5rem;
    transform: rotate(-5deg);
}

.leader-category-heading > div {
    flex: 1;
    text-align: left;
}

.category-small-title {
    display: block;
    margin-bottom: 4px;
    color: #bd842c;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.leader-category-heading h3 {
    margin: 0 0 6px;
    color: #173f34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 600;
}

.leader-category-heading p {
    margin: 0;
    color: #6b7771;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* Category label inside card */
.member-category-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 30px;
    background: rgba(23, 77, 61, 0.09);
    color: #174d3d;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

/* Advisory style */
/* =========================================
   ADVISORY MEMBER DESIGN
========================================= */

.advisory-icon {
    background: #c58a31;
    color: #fff;
    box-shadow: 0 12px 28px rgba(197, 138, 49, 0.25);
}

.advisory-leader-card {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.92),
        rgba(251, 244, 229, 0.92)
    );
}

.advisory-photo-ring {
    border-color: #174d3d;
    box-shadow:
        0 15px 35px rgba(17, 71, 52, 0.17),
        0 0 0 8px rgba(23, 77, 61, 0.08);
}

.advisory-label {
    background: rgba(197, 138, 49, 0.13);
    color: #a36b18;
}

.advisory-symbol {
    background: rgba(197, 138, 49, 0.13);
    color: #b37820;
}

.advisory-leader-card:hover .advisory-symbol {
    background: #c58a31;
    color: #fff;
}

/* =========================================
   CORE AND ADVISORY GRID
========================================= */

.ngo-leader-grid,
.advisory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px 22px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {
    .ngo-leader-grid,
    .advisory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {
    .leader-category-section + .leader-category-section {
        margin-top: 60px;
        padding-top: 55px;
    }

    .leader-category-heading {
        flex-direction: column;
        margin-bottom: 35px;
    }

    .leader-category-heading > div {
        text-align: center;
    }

    .leader-category-heading h3 {
        font-size: 1.75rem;
    }

    .category-icon {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .ngo-leader-grid,
    .advisory-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }

    .ngo-leader-photo-wrap,
    .ngo-photo-ring {
        width: 200px;
    }

    .ngo-photo-ring {
        height: 200px;
    }
}