.people-hub-page {
    --people-ink: #0b2034;
    --people-muted: #607181;
    --people-line: #dbe6eb;
    --people-turquoise: #087d85;
    --people-turquoise-dark: #075b63;
    --people-blue: #1b5ab8;
    --people-violet: #6d52be;
    overflow: clip;
    color: var(--people-ink);
    background:
        radial-gradient(circle at 8% 44%, rgba(25, 183, 198, .07), transparent 20rem),
        radial-gradient(circle at 94% 74%, rgba(109, 82, 190, .055), transparent 22rem),
        #f7fafb;
}

.people-breadcrumbs {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-height: 42px;
    color: #687987;
    font-size: .82rem;
}

.people-breadcrumbs a {
    color: #36586e;
    font-weight: 750;
}

.people-breadcrumbs a:hover {
    color: var(--people-turquoise);
}

.people-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-block: 1px solid rgba(166, 191, 202, .46);
    background: linear-gradient(115deg, rgba(255, 255, 255, .99) 0 48%, rgba(235, 249, 250, .95) 74%, rgba(239, 242, 255, .94) 100%);
}

.people-hero::before,
.people-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(8, 125, 133, .12);
    border-radius: 50%;
    content: "";
}

.people-hero::before {
    width: 380px;
    height: 380px;
    right: -90px;
    top: -245px;
}

.people-hero::after {
    width: 220px;
    height: 220px;
    right: 28%;
    bottom: -185px;
}

.people-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .48fr);
    align-items: center;
    min-height: 300px;
    padding-block: 38px;
}

.people-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.people-kicker,
.people-section__head > div:first-child > p {
    margin: 0 0 .42rem;
    color: var(--people-turquoise-dark);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.people-hero h1 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(2.3rem, 4.2vw, 3.75rem);
    line-height: 1.01;
    letter-spacing: -.04em;
}

.people-hero__copy > p:not(.people-kicker) {
    max-width: 740px;
    margin: 1rem 0 0;
    color: #526779;
    font-size: 1.02rem;
    line-height: 1.56;
}

.people-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1.2rem;
    margin-top: 1.35rem;
}

.people-primary-action {
    min-width: 168px;
    box-shadow: 0 12px 28px rgba(8, 125, 133, .19);
}

.people-secondary-action {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #294a60;
    font-weight: 850;
}

.people-secondary-action span {
    margin-left: .45rem;
    color: var(--people-turquoise);
}

.people-hero__motif {
    position: relative;
    width: min(100%, 340px);
    height: 210px;
    justify-self: end;
}

.people-hero__motif::before,
.people-hero__motif::after {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff, #d7f0f3);
    box-shadow: 0 20px 60px rgba(27, 90, 184, .13);
    content: "";
}

.people-hero__motif::before {
    width: 148px;
    height: 148px;
    top: 20px;
    left: 40px;
}

.people-hero__motif::after {
    width: 104px;
    height: 104px;
    right: 22px;
    bottom: 15px;
    background: linear-gradient(145deg, #fff, #e7e4fa);
}

.people-motif-node {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 8px solid #fff;
    border-radius: 50%;
    background: var(--people-blue);
    box-shadow: 0 8px 24px rgba(11, 32, 52, .15);
}

.people-motif-node--one {
    left: 92px;
    top: 66px;
}

.people-motif-node--two {
    right: 58px;
    bottom: 46px;
    background: var(--people-violet);
}

.people-motif-node--three {
    left: 16px;
    bottom: 24px;
    width: 34px;
    height: 34px;
    background: var(--people-turquoise);
}

.people-motif-line {
    position: absolute;
    z-index: 1;
    height: 2px;
    transform-origin: left center;
    background: repeating-linear-gradient(90deg, rgba(27, 90, 184, .42) 0 7px, transparent 7px 13px);
}

.people-motif-line--one {
    width: 158px;
    left: 42px;
    bottom: 52px;
    transform: rotate(-24deg);
}

.people-motif-line--two {
    width: 126px;
    left: 130px;
    top: 88px;
    transform: rotate(29deg);
}

.people-hub-content {
    padding-block: 24px 62px;
}

.people-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid var(--people-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 24px rgba(11, 32, 52, .045);
}

.people-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .55rem 1rem;
    border-radius: 8px;
    color: #536878;
    font-size: .92rem;
    font-weight: 900;
}

.people-tabs a:hover {
    color: var(--people-turquoise-dark);
    background: #eef8f9;
}

.people-tabs a.is-active {
    color: #fff;
    background: var(--people-ink);
    box-shadow: 0 6px 16px rgba(11, 32, 52, .15);
}

.people-hub-filter {
    grid-template-columns: minmax(280px, 1.35fr) minmax(220px, .8fr) auto;
    max-width: 1050px;
    margin: 14px auto 0;
    padding: 13px;
    border-color: rgba(178, 198, 207, .78);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(11, 32, 52, .065);
}

.people-hub-filter > input[type="hidden"] {
    display: none;
}

.people-hub-filter label {
    gap: .35rem;
    font-size: .8rem;
}

.people-hub-filter input {
    min-height: 46px;
}

.people-filter-actions {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.people-filter-actions button {
    min-width: 102px;
}

.people-filter-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-inline: .25rem;
    color: #4e6677;
    font-size: .8rem;
    font-weight: 800;
}

.people-filter-summary {
    max-width: 1050px;
    margin: 12px auto 0;
    color: #647684;
    font-size: .86rem;
}

.people-filter-summary strong {
    color: var(--people-ink);
}

.people-section {
    max-width: 1180px;
    margin: 30px auto 0;
    scroll-margin-top: 100px;
}

.people-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 15px;
}

.people-section__head h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.3vw, 2.1rem);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.people-section__tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .65rem;
}

.people-section__tools > a.people-section-create {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: .42rem .72rem;
    border: 1px solid #b9d7dc;
    border-radius: 8px;
    color: var(--people-turquoise-dark);
    background: #f0fafb;
    font-size: .78rem;
    font-weight: 900;
}

.people-section__tools > a.people-section-create:hover {
    border-color: #78bbc1;
    background: #e5f5f6;
}

.people-showcase-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .26rem .65rem;
    border: 1px solid #decf9d;
    border-radius: 999px;
    color: #735618;
    background: #fff9e8;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.people-profile-grid,
.people-community-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.people-hub-page .people-profile-card,
.people-hub-page .people-community-card {
    min-width: 0;
    border: 1px solid var(--people-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(11, 32, 52, .055);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.people-hub-page .people-profile-card:hover,
.people-hub-page .people-community-card:hover {
    border-color: #8fc9cd;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(11, 32, 52, .09);
}

.people-hub-page .people-profile-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    min-height: 202px;
    padding: 16px;
}

.people-profile-avatar {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    overflow: hidden;
    border: 3px solid #e5f4f5;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--people-turquoise), var(--people-blue));
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
}

.people-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people-profile-copy,
.people-community-copy {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}

.people-profile-copy > strong,
.people-community-copy > strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--people-ink);
    font-size: 1.03rem;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.people-profile-copy > small {
    overflow: hidden;
    margin-top: .22rem;
    color: #657886;
    font-size: .77rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people-profile-purpose {
    overflow: hidden;
    margin-top: .38rem;
    color: var(--people-turquoise-dark);
    font-size: .76rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people-interest-chips,
.people-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    margin-top: .5rem;
}

.people-interest-chips em,
.people-card-tags > span {
    display: inline-flex;
    max-width: 100%;
    min-height: 23px;
    align-items: center;
    overflow: hidden;
    padding: .19rem .46rem;
    border-radius: 999px;
    color: #526879;
    background: #eff4f6;
    font-size: .66rem;
    font-style: normal;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people-card-description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .52rem;
    color: #617482;
    font-size: .8rem;
    line-height: 1.43;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.people-card-cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: .6rem;
    color: var(--people-turquoise-dark);
    font-size: .75rem;
    font-weight: 900;
}

.people-card-cta span {
    margin-left: .38rem;
}

.people-hub-page .people-community-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    min-height: 182px;
    padding: 16px;
}

.people-community-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, var(--people-violet), var(--people-blue));
    font-size: 1.25rem;
}

.people-community-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people-community-copy > strong {
    margin-top: .6rem;
}

.people-empty-state {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 18px 20px;
    border: 1px dashed #b8cdd5;
    border-radius: 12px;
    background: rgba(255, 255, 255, .76);
}

.people-empty-state > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 12px;
    background: #edf6f7;
    font-size: 1.25rem;
}

.people-empty-state h3 {
    margin: 0;
    font-size: 1rem;
}

.people-empty-state p {
    margin: .25rem 0 0;
    color: #647785;
    font-size: .82rem;
}

.people-empty-state .button {
    min-width: 150px;
}

.people-hub-ad {
    max-width: 1180px;
    margin: 28px auto 0;
}

.people-hub-ad .public-ad-slot {
    margin-block: 0;
}

.people-results .hybrid-pagination {
    margin-top: 22px;
}

.people-hub-page a:focus-visible,
.people-hub-page button:focus-visible,
.people-hub-page input:focus-visible {
    outline: 3px solid rgba(25, 183, 198, .45);
    outline-offset: 3px;
}

@media (max-width: 1023px) {
    .people-hero__inner {
        grid-template-columns: minmax(0, 1fr) 230px;
        min-height: 286px;
    }

    .people-hero__motif {
        transform: scale(.84);
        transform-origin: right center;
    }

    .people-profile-grid,
    .people-community-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .people-breadcrumbs {
        min-height: 36px;
        font-size: .73rem;
    }

    .people-hero__inner {
        display: block;
        min-height: 0;
        padding-block: 25px 28px;
    }

    .people-hero__copy {
        max-width: 620px;
    }

    .people-hero h1 {
        max-width: 580px;
        font-size: clamp(1.82rem, 8.2vw, 2.55rem);
        line-height: 1.04;
    }

    .people-hero__copy > p:not(.people-kicker) {
        max-width: 570px;
        margin-top: .72rem;
        font-size: .9rem;
        line-height: 1.45;
    }

    .people-hero__actions {
        margin-top: 1rem;
    }

    .people-primary-action {
        min-width: 150px;
    }

    .people-hero__motif {
        position: absolute;
        right: -145px;
        bottom: -75px;
        width: 280px;
        opacity: .22;
        transform: scale(.66);
        pointer-events: none;
    }

    .people-hub-content {
        padding-block: 15px 42px;
    }

    .people-tabs {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 4px;
    }

    .people-tabs a {
        min-height: 42px;
        padding: .5rem .7rem;
        font-size: .86rem;
    }

    .people-hub-filter {
        display: block;
        margin-top: 10px;
        padding: 10px;
    }

    .people-hub-filter.js-mobile-filter .mobile-filter-query {
        margin: 0;
    }

    .people-hub-filter .mobile-filter-primary-submit {
        min-height: 46px;
    }

    .people-filter-summary {
        margin-top: 9px;
        font-size: .78rem;
    }

    .people-section {
        margin-top: 22px;
    }

    .people-section__head {
        align-items: flex-start;
        margin-bottom: 11px;
    }

    .people-section__head h2 {
        font-size: 1.34rem;
    }

    .people-section__tools {
        flex: 0 0 auto;
    }

    .people-section__tools > a.people-section-create {
        min-height: 34px;
        padding: .32rem .58rem;
        font-size: .7rem;
    }

    .people-showcase-label {
        min-height: 25px;
        padding: .2rem .5rem;
        font-size: .59rem;
    }

    .people-profile-grid,
    .people-community-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .people-hub-page .people-profile-card {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 10px;
        min-height: 151px;
        padding: 11px;
        border-radius: 11px;
    }

    .people-profile-avatar {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }

    .people-profile-copy > strong,
    .people-community-copy > strong {
        font-size: .94rem;
    }

    .people-profile-copy > small,
    .people-profile-purpose {
        font-size: .69rem;
    }

    .people-interest-chips {
        gap: .25rem;
        margin-top: .38rem;
    }

    .people-interest-chips em,
    .people-card-tags > span {
        min-height: 21px;
        padding: .14rem .38rem;
        font-size: .61rem;
    }

    .people-card-description {
        margin-top: .4rem;
        font-size: .72rem;
        line-height: 1.38;
        -webkit-line-clamp: 2;
    }

    .people-card-cta {
        padding-top: .42rem;
        font-size: .68rem;
    }

    .people-hub-page .people-community-card {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
        min-height: 142px;
        padding: 11px;
        border-radius: 11px;
    }

    .people-community-icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 1.1rem;
    }

    .people-community-copy > strong {
        margin-top: .42rem;
    }

    .people-empty-state {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 11px;
        padding: 14px;
    }

    .people-empty-state .button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .people-hub-ad {
        margin-top: 22px;
    }

    .people-results .hybrid-pagination {
        margin-top: 18px;
    }
}

@media (max-width: 520px) {
    .people-section__head {
        display: block;
    }

    .people-section__tools {
        justify-content: space-between;
        margin-top: .4rem;
    }
}

@media (max-width: 349px) {
    .people-hero h1 {
        font-size: 1.72rem;
    }

    .people-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .people-primary-action,
    .people-secondary-action {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .people-hub-page * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
