/* People Network page */

.program-portfolio-label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: var(--aou-light);
    color: var(--aou-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.program-portfolio-intro {
    max-width: 46rem;
    margin-bottom: 0;
}

.program-format-card {
    padding: 1.45rem 1.35rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-format-card__head {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    margin-bottom: 1rem;
}

.program-format-card__num {
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border-radius: .65rem;
    background: rgba(230, 204, 131, .35);
    color: #7a5a12;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
}

.program-format-card h3 {
    margin: 0;
    padding-top: .2rem;
    color: var(--aou-navy);
    font-size: 1.08rem;
    line-height: 1.28;
    letter-spacing: -.015em;
}

.program-format-card p {
    color: var(--aou-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.program-cooperation-card {
    padding: 1.75rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.program-cooperation-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.22rem, 1.5vw, 1.42rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1.15rem;
}

.program-direction-card__action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: .85rem 1rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.program-direction-card__action:hover {
    color: var(--aou-gold);
    border-color: rgba(199, 164, 90, .55);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.program-cooperation-note {
    margin-top: 1rem;
    padding: 1.15rem 2.15rem 1.25rem;
    border-radius: 1.35rem;
    background: var(--aou-cream);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    color: #7a6a4a;
    font-size: .88rem;
    line-height: 1.65;
}

.program-cooperation-note strong {
    color: #5c4e32;
}

.program-cooperation-cta-wrap {
    padding-top: 0;
}

.program-cooperation-cta {
    padding: 2rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.program-cooperation-cta__title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: -.025em;
    margin-bottom: .85rem;
}

.program-cooperation-cta__text {
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.7;
    max-width: 42rem;
}

.people-network-page-anchor {
    display: block;
    position: relative;
    top: calc(-1 * var(--aou-page-hero-pt, 6.75rem));
    visibility: hidden;
    pointer-events: none;
}

.people-network-join-cta-wrap {
    padding-top: 0;
}

.people-network-join-cta__actions .btn {
    white-space: nowrap;
}

.youth-pathway-card {
    padding: 1.5rem 1.4rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.youth-pathway-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.15rem, 1.3vw, 1.35rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.youth-pathway-card p {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.youth-pathway-card h3:first-child {
    margin-top: 0;
}

.people-network-fellow-card {
    padding: 1.5rem 1.4rem 1.45rem;
    border: 1px solid var(--aou-border);
    border-top: 3px solid var(--aou-gold);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.people-network-fellow-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.08rem, 1.2vw, 1.22rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}

.people-network-fellow-card p {
    color: var(--aou-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.people-network-contribution-card .program-format-card__num {
    border-radius: 50%;
}

.people-network-voices-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.75rem 1.65rem 1.5rem;
    border: 1px solid var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.people-network-voices-card h3 {
    color: var(--aou-navy);
    font-size: clamp(1.18rem, 1.35vw, 1.42rem);
    line-height: 1.28;
    letter-spacing: -.02em;
    margin-bottom: .85rem;
}

.people-network-voices-card p {
    flex: 1 1 auto;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
    margin-bottom: 1.5rem;
}

.people-network-voices-card .program-direction-card__action {
    margin-top: auto;
}

.people-network-vision-panel {
    padding: 2rem 2.15rem 2.15rem;
    border-radius: 1.35rem;
    background: linear-gradient(135deg, var(--aou-navy), var(--aou-navy-2));
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
    color: #fff;
}

.people-network-vision-panel__label {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .88);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.people-network-vision-panel__title {
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.22;
    letter-spacing: -.025em;
    margin-bottom: .85rem;
}

.people-network-vision-panel__text {
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.7;
    max-width: 46rem;
}

.people-network-africa-map-wrap {
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .04);
}

.people-network-africa-map {
    display: block;
    width: 100%;
    height: auto;
}

.people-network-africa-map__outline path {
    fill: none;
    stroke: rgba(255, 255, 255, .22);
    stroke-width: 2;
    stroke-linejoin: round;
}

.people-network-africa-map__region {
    text-decoration: none;
    cursor: pointer;
}

.people-network-africa-map__region path {
    fill-rule: evenodd;
    stroke: rgba(255, 255, 255, .18);
    stroke-width: 1.2;
    stroke-linejoin: round;
    transition: opacity .2s ease, filter .2s ease;
}

.people-network-africa-map__overlay {
    fill-rule: evenodd;
    stroke: rgba(255, 255, 255, .18);
    stroke-width: 1.2;
    stroke-linejoin: round;
    pointer-events: none;
}

.people-network-africa-map__overlay--north {
    fill: #4f8fd9;
}

.people-network-africa-map__overlay--west {
    fill: #d4a843;
}

.people-network-africa-map__overlay--central {
    fill: #d9534f;
}

.people-network-africa-map__overlay--east {
    fill: #3fa86b;
}

.people-network-africa-map__overlay--south {
    fill: #8b6bd6;
}

.people-network-africa-map__region:hover path,
.people-network-africa-map__region:focus-visible path {
    opacity: .88;
    filter: brightness(1.08);
}

.people-network-africa-map__region--north path {
    fill: #4f8fd9;
}

.people-network-africa-map__region--west path {
    fill: #d4a843;
}

.people-network-africa-map__region--central path {
    fill: #d9534f;
}

.people-network-africa-map__region--east path {
    fill: #3fa86b;
}

.people-network-africa-map__region--south path {
    fill: #8b6bd6;
}

.people-network-africa-map text {
    fill: #fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .05em;
    pointer-events: none;
    paint-order: stroke;
    stroke: rgba(15, 23, 42, .45);
    stroke-width: 2.5px;
}

.people-network-region-list__item {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .08);
}

.people-network-region-list__item + .people-network-region-list__item {
    margin-top: .75rem;
}

.people-network-region-list__item strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

.people-network-region-list__item span {
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
    line-height: 1.6;
}

.people-network-outreach-panel {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding: 2rem 2.15rem 2.15rem;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
}

.people-network-country-tag {
    display: inline-flex;
    padding: .55rem 1rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1;
}

.people-network-directory-preview-card {
    max-width: 52rem;
    margin: 0 auto;
    padding: clamp(2.25rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
    border: 1px solid var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.people-network-directory-preview-card__title {
    color: var(--aou-navy);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}

.people-network-directory-preview-card__text {
    max-width: 40rem;
    margin: 0 auto 1.75rem;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.people-network-directory-preview-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-radius: 999px;
    background: #fff;
    color: var(--aou-navy);
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.people-network-directory-preview-card__action:hover {
    color: var(--aou-gold);
    border-color: rgba(199, 164, 90, .55);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.fellows-directory-status {
    padding: clamp(2.25rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3rem);
    border: 1px dashed var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.fellows-directory-status__title {
    color: var(--aou-navy);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    line-height: 1.25;
    letter-spacing: -.02em;
    margin-bottom: 1rem;
}

.fellows-directory-status__text {
    max-width: 46rem;
    margin: 0 auto;
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.fellow-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 1.75rem 1.5rem 1.65rem;
    border: 1px solid var(--aou-border);
    border-top: 3px solid var(--aou-gold);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.fellow-card__badge {
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: .38rem .72rem;
    border-radius: 999px;
    background: rgba(230, 204, 131, .55);
    border: 1px solid var(--aou-gold);
    color: #8a6a1e;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.35;
}

.fellow-card__badge--founding {
    background: var(--aou-gold-light);
    border-color: #b8922e;
    color: var(--aou-navy);
}

.fellow-card__badge--member {
    background: rgba(230, 204, 131, .42);
    border-color: rgba(199, 164, 90, .65);
    color: #7a5f18;
}

.fellow-card__badge--fellow {
    background: rgba(230, 204, 131, .48);
    color: #8a6a1e;
}

.fellow-card--link {
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fellow-card--link:hover,
.fellow-card--link:focus-visible {
    color: inherit;
    transform: translateY(-4px);
    border-color: rgba(199, 164, 90, .45);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .1);
}

.fellow-card__media {
    margin-bottom: 1.15rem;
}

.fellow-card__avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(199, 164, 90, .28);
}

.fellow-card__avatar--placeholder {
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    color: var(--aou-navy);
}

.fellow-card__avatar--placeholder .bi {
    font-size: 2.35rem;
    line-height: 1;
    opacity: .72;
}

.fellow-card__body {
    width: 100%;
}

.fellow-card__meta {
    color: var(--aou-muted);
    font-size: .86rem;
    line-height: 1.55;
}

.fellow-card__name {
    color: var(--aou-navy);
    font-size: clamp(1.08rem, 1.2vw, 1.28rem);
    line-height: 1.3;
    letter-spacing: -.02em;
    margin: 0 0 .75rem;
}

.fellow-detail-back-nav {
    margin-bottom: 1.5rem;
}

.fellow-detail-back {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--aou-navy);
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.fellow-detail-back:hover {
    color: var(--aou-gold);
}

.fellow-detail-profile {
    display: grid;
    grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
    gap: 2rem 2.5rem;
    align-items: start;
    padding: clamp(2rem, 4vw, 2.75rem);
    border: 1px solid var(--aou-border);
    border-top: 3px solid var(--aou-gold);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.fellow-detail-profile__avatar {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(199, 164, 90, .28);
}

.fellow-detail-profile__avatar--placeholder {
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    color: var(--aou-navy);
}

.fellow-detail-profile__avatar--placeholder .bi {
    font-size: 3.5rem;
    line-height: 1;
    opacity: .72;
}

.fellow-detail-profile__name {
    color: var(--aou-navy);
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -.03em;
    margin-bottom: .85rem;
}

.fellow-detail-profile__meta {
    color: var(--aou-muted);
    font-size: .94rem;
    line-height: 1.6;
    margin-bottom: 1.35rem;
}

.fellow-detail-profile__content {
    color: var(--aou-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.fellow-detail-profile__content :where(p, ul, ol) {
    margin-bottom: 1rem;
}

.fellow-detail-profile__content :where(p:last-child, ul:last-child, ol:last-child) {
    margin-bottom: 0;
}

.fellow-detail-missing-card {
    max-width: 40rem;
    margin: 0 auto;
    padding: clamp(2.25rem, 4vw, 3rem);
    border: 1px dashed var(--aou-border);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
    text-align: center;
}

.fellow-detail-missing-icon {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: var(--aou-light);
    color: var(--aou-navy);
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    .fellow-detail-profile {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

.fellow-join-app {
    min-height: 16rem;
}

.fellow-join-consent-follow {
    margin-top: -.35rem;
}

.fellow-join-consent-follow .el-form-item__label {
    display: none;
}

.contact-el-form .fellow-join-consent-follow .el-checkbox,
.contact-el-form .fellow-join-consent-item .el-checkbox {
    align-items: flex-start;
    height: auto;
    white-space: normal;
}

.contact-el-form .fellow-join-consent-follow .el-checkbox__label,
.contact-el-form .fellow-join-consent-item .el-checkbox__label {
    line-height: 1.55;
    white-space: normal;
}

.contact-el-form .fellow-join-consent-checkbox--error .el-checkbox__inner {
    border-color: var(--el-color-danger) !important;
}

.contact-el-form .fellow-join-consent-checkbox--error .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: var(--el-color-danger) !important;
}
