.cover-img {
    height: 85vh;
    max-height: 700px;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
    object-position: top;
}

/* WHD-MENA hero tagline */
.mena-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #245993;
    border-bottom: 3px solid #857a3a;
}
.mena-hero-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #245993;
    margin-bottom: 1rem;
}
.mena-hero-lead,
.mena-hero-text {
    font-size: 1.1rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    line-height: 1.6;
}
.mena-hero-close {
    font-size: 1.15rem;
    font-weight: 600;
    color: #245993;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* WHD-MENA sections */
.mena-section {
    background: #fff;
}
.mena-section.bg-gray,
.bg-gray {
    background: #f1f3f5;
}
.mena-section-title {
    text-align: center;
    color: #245993;
    /* font-weight: 600; */
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.mena-section-title span {
    color: #857a3a;
    font-weight: 700;
}
.mena-section-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #444;
}

/* Secretary General block (under About us) */
.mena-secretary-general {
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

/* Latest briefs (bottom, before UPDATES) */
.mena-latest-briefs {
    clear: both;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}
.mena-latest-briefs .mena-hero-title {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}
.mena-president-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 4px solid #245993;
}
.mena-brief-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #245993;
    margin-bottom: 0.5rem;
}
.mena-brief-role {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.25rem;
}
.mena-brief-bio {
    font-size: 1rem;
    color: #333;
    margin-top: 0.75rem;
    font-style: italic;
}

/* Advocacy & Analysis */
.mena-advocacy .mena-section-lead,
.mena-analysis .mena-section-lead {
    margin-bottom: 0;
}
.mena-advocacy .btn-outline-primary,
.mena-analysis .btn-outline-primary {
    border-color: #245993;
    color: #245993;
}
.mena-advocacy .btn-outline-primary:hover,
.mena-analysis .btn-outline-primary:hover {
    background-color: #245993;
    color: #fff;
    border-color: #245993;
}

@media (max-width: 768px) {
    .mena-president-img {
        width: 180px;
        height: 180px;
    }
}
#our-mission {
    padding-top: 50px;
}
#about-us {
    padding-bottom: 30px;
}
#about-us > .row {
    align-items: center;
}
@media (min-width: 768px) {
    .navbar-nav {
        align-items: center;
    }
    #index-donate-nav {
        margin-top: 0;
    }
    .navbar-brand {
        padding-top: 15px;
    }
}