.mdv-fm-single-staff {
    background: var(--mdv-surface, #f5f7fb);
    color: var(--mdv-text, #172033);
    min-height: 65vh;
    padding: clamp(32px, 6vw, 88px) 20px;
}

.mdv-fm-single-staff .mdv-fm-single__container {
    margin: 0 auto;
    max-width: 1180px;
}

.mdv-fm-staff-profile {
    background: #fff;
    border: 1px solid rgba(23, 32, 51, .1);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(23, 32, 51, .1);
    display: grid;
    gap: clamp(24px, 5vw, 64px);
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.35fr);
    overflow: hidden;
    padding: clamp(22px, 4vw, 54px);
}

.mdv-fm-staff-profile__media {
    align-self: stretch;
    background: linear-gradient(145deg, color-mix(in srgb, var(--mdfm-primary, var(--mdv-primary, #1f2b52)) 12%, #fff), #eef2f7);
    border-radius: 20px;
    min-height: 360px;
    overflow: hidden;
}

.mdv-fm-staff-profile__image,
.mdv-fm-staff-profile__media img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
}

.mdv-fm-staff-profile__content {
    align-self: center;
    min-width: 0;
}

.mdv-fm-staff-profile__eyebrow {
    color: var(--mdfm-primary, var(--mdv-primary, #1f2b52));
    display: block;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mdv-fm-staff-profile__title {
    font-size: clamp(2rem, 3.2rem, 4.4rem);
    line-height: .98;
    margin: 0;
    overflow-wrap: break-word;
}

.mdv-fm-staff-profile__role {
    color: var(--mdfm-accent, var(--mdv-accent, #fe5900));
    font-size: clamp(1.05rem, 1.25rem, 1.45rem);
    font-weight: 750;
    margin: 16px 0 0;
}

.mdv-fm-staff-profile__teams {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.mdv-fm-staff-profile__teams span {
    background: color-mix(in srgb, var(--mdfm-primary, var(--mdv-primary, #1f2b52)) 8%, #fff);
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 700;
    padding: 8px 13px;
}

.mdv-fm-staff-profile__facts {
    margin: 24px 0 0;
}

.mdv-fm-staff-profile__facts .mdv-fm-definition-row {
    display: grid;
    grid-template-columns: minmax(80px, auto) minmax(0, 1fr);
    gap: 16px;
    justify-content: start;
}

.mdv-fm-staff-profile__facts .mdv-fm-definition-row strong {
    text-align: left;
}

.mdv-fm-staff-profile__description {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 24px;
    max-width: 66ch;
    overflow-wrap: break-word;
}

.mdv-fm-staff-profile__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 767px) {
    .mdv-fm-single-staff {
        padding: 22px 14px 52px;
    }

    .mdv-fm-staff-profile {
        border-radius: 18px;
        grid-template-columns: minmax(0, 1fr);
        padding: 18px;
    }

    .mdv-fm-staff-profile__media {
        min-height: 280px;
    }

    .mdv-fm-staff-profile__contact,
    .mdv-fm-staff-profile__contact .mdv-fm-button {
        width: 100%;
    }
}
