/* Leadership Team block on /about — load after about.css (same :root tokens) */

.about-leadership.section {
    align-items: stretch;
}

.about-leadership {
    --leadership-bg: #f7f9fd;
    --leadership-kicker: #0080ff;
    --leadership-title: #141434;
    --leadership-intro: #141434;
    --leadership-card-lavender: #e2e2ff;
    --leadership-card-cream: #fef8eb;
    --leadership-card-name: #070c13;
    --leadership-card-muted: #626266;
    --leadership-card-body: #141434;
    background: var(--leadership-bg);
    border-bottom: 1px solid var(--color-gray-30, #ebf0f7);
    box-sizing: border-box;
    padding: 104px 0 120px;
    width: 100%;
}

@media screen and (max-width: 1299px) {
    .about-leadership {
        padding: 80px 0 96px;
    }
}

@media screen and (max-width: 743px) {
    .about-leadership {
        padding: 64px 0 72px;
    }
}

.about-leadership .container.flex.flex-column {
    align-items: stretch;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

.about-leadership__header {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    width: 100%;
}

.about-leadership__titles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
}

.about-leadership__kicker {
    color: var(--leadership-kicker);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.about-leadership__title {
    color: var(--leadership-title);
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 1919px) {
    .about-leadership__title {
        font-size: 34px;
        line-height: 48px;
    }
}

@media screen and (max-width: 743px) {
    .about-leadership__title {
        font-size: 32px;
        line-height: 40px;
    }
}

.about-leadership__intro {
    color: var(--leadership-intro);
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    max-width: 845px;
    padding: 0;
}

@media screen and (max-width: 1919px) {
    .about-leadership__intro {
        font-size: 18px;
        line-height: 32px;
    }
}

.about-leadership__grid {
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 64px 0 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .about-leadership__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 48px;
    }
}

@media screen and (max-width: 743px) {
    .about-leadership__grid {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 40px;
    }
}

.about-leadership__card {
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    min-width: 0;
    padding: 24px;
}

.about-leadership__card--lavender {
    background: var(--leadership-card-lavender);
}

.about-leadership__card--cream {
    background: var(--leadership-card-cream);
}

.about-leadership__card-top {
    align-items: start;
    box-sizing: border-box;
    column-gap: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    width: 100%;
}

.about-leadership__card-top--single {
    grid-template-columns: minmax(0, 1fr);
}

.about-leadership__person {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 16px;
    min-width: 0;
}

.about-leadership__avatar {
    border-radius: 50%;
    flex-shrink: 0;
    height: 72px;
    overflow: hidden;
    width: 72px;
}

.about-leadership__avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-leadership__meta {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
    min-width: 0;
}

.about-leadership__name {
    color: var(--leadership-card-name);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.about-leadership__role {
    color: var(--leadership-card-name);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.about-leadership__location {
    color: var(--leadership-card-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.about-leadership__linkedin {
    align-items: center;
    background: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    justify-self: end;
    line-height: 0;
    width: 24px;
}

.about-leadership__linkedin:hover {
    opacity: 0.88;
}

.about-leadership__linkedin-img {
    display: block;
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
}

.about-leadership__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.about-leadership__tagline {
    color: var(--leadership-card-body);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.about-leadership__bio {
    color: var(--leadership-card-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
