.bio-page {
    color: #263238;
}

.bio-page-hero {
    padding: 4rem 0 3rem;
    background:
        linear-gradient(90deg, rgba(5, 82, 168, 0.08), rgba(255, 255, 255, 0)),
        #f8f9fa;
}

.bio-page-hero h1 {
    max-width: 52rem;
    font-size: 3.25rem;
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.bio-page-hero .lead {
    max-width: 52rem;
    margin-top: 1.25rem;
    color: #455a64;
}

.bio-page-eyebrow {
    margin-bottom: 0.75rem;
    color: #b65f00;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.bio-profile-card,
.bio-stat-card,
.bio-office-card,
.bio-intro-panel,
.bio-principle-card,
.bio-expertise-card,
.bio-text-panel,
.bio-timeline-item,
.bio-education-card,
.bio-skill-card,
.bio-conference-panel,
.bio-cta-panel {
    border: 1px solid rgba(38, 50, 56, 0.12);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.4rem 1.25rem rgba(38, 50, 56, 0.05);
}

.bio-profile-card {
    overflow: hidden;
    border-color: rgba(5, 82, 168, 0.14);
    box-shadow: 0 0.75rem 2rem rgba(38, 50, 56, 0.08);
}

.bio-profile-card img {
    display: block;
    width: 100%;
    height: 24rem;
    object-fit: cover;
    object-position: center 28%;
}

.bio-profile-copy,
.bio-office-copy,
.bio-intro-panel,
.bio-text-panel,
.bio-education-card,
.bio-skill-card,
.bio-conference-panel,
.bio-cta-panel {
    padding: 1.25rem;
}

.bio-profile-name {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.bio-profile-role {
    margin-bottom: 1rem;
    color: #607d8b;
}

.bio-profile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bio-profile-links a {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    color: #0552a8;
    font-weight: 700;
    text-decoration: none;
}

.bio-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.bio-stat-card {
    min-height: 6.5rem;
    padding: 1.1rem;
}

.bio-stat-card strong,
.bio-stat-card span {
    display: block;
}

.bio-stat-card strong {
    color: #0552a8;
    font-size: 1.8rem;
    line-height: 1.1;
}

.bio-stat-card span {
    margin-top: 0.45rem;
    color: #607d8b;
    line-height: 1.45;
}

.bio-page-section {
    padding: 3rem 0;
}

#bio-expertise {
    scroll-margin-top: 1.5rem;
}

.bio-office-card {
    overflow: hidden;
}

.bio-office-card img {
    display: block;
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center;
}

.bio-intro-panel p:last-child,
.bio-text-panel p:last-child,
.bio-education-card p:last-child,
.bio-skill-card p:last-child {
    margin-bottom: 0;
}

.bio-principle-card {
    height: 100%;
    padding: 1rem;
}

.bio-principle-card span,
.bio-expertise-icon,
.bio-thesis span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    background-color: rgba(5, 82, 168, 0.1);
    color: #0552a8;
}

.bio-principle-card strong,
.bio-principle-card small {
    display: block;
}

.bio-principle-card strong {
    margin-top: 0.9rem;
}

.bio-principle-card small {
    margin-top: 0.35rem;
    color: #607d8b;
    line-height: 1.45;
}

.bio-expertise-card {
    display: flex;
    height: 100%;
    min-height: 9.25rem;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem;
    color: #263238;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.bio-expertise-card:hover,
.bio-expertise-card:focus {
    border-color: rgba(5, 82, 168, 0.38);
    color: #263238;
    box-shadow: 0 0.75rem 1.75rem rgba(38, 50, 56, 0.1);
    transform: translateY(-2px);
}

.bio-expertise-title,
.bio-expertise-text {
    display: block;
}

.bio-expertise-title {
    font-weight: 800;
}

.bio-expertise-text {
    margin-top: 0.35rem;
    color: #607d8b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.bio-text-panel {
    border-left: 4px solid #f39c12;
    background-color: #fbfcfd;
}

.bio-timeline {
    display: grid;
    gap: 1rem;
}

.bio-timeline-item {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 1.6rem;
    overflow: hidden;
}

.bio-timeline-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: rgba(5, 82, 168, 0.32);
    content: "";
}

.bio-timeline-item-featured::before {
    background-color: #0f766e;
}

.bio-timeline-date {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background-color: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    font-size: 0.86rem;
    font-weight: 800;
}

.bio-timeline-item p {
    color: #607d8b;
    line-height: 1.55;
}

.bio-timeline-item p:last-child {
    margin-bottom: 0;
}

.bio-check-list {
    display: grid;
    gap: 0.75rem;
    padding-left: 0;
    list-style: none;
}

.bio-check-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #37474f;
    line-height: 1.5;
}

.bio-check-list i {
    color: #0f766e;
    line-height: 1.5;
}

.bio-thesis {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: 1rem;
    border-radius: 8px;
    background-color: #f4f7f9;
}

.bio-thesis strong,
.bio-thesis small {
    display: block;
}

.bio-thesis small {
    margin-top: 0.35rem;
    color: #607d8b;
    line-height: 1.45;
}

.bio-skill-groups {
    display: grid;
    gap: 1rem;
}

.bio-skill-groups div {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

.bio-skill-groups div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.bio-skill-groups p {
    margin-bottom: 0;
    color: #607d8b;
}

.bio-conference-panel {
    overflow: hidden;
}

.bio-conference-panel img {
    display: block;
    width: 100%;
    height: 20rem;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.bio-cta-panel {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    border-color: rgba(15, 118, 110, 0.2);
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0)),
        #fff;
}

@media (max-width: 1199.98px) {
    .bio-stat-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .bio-profile-card img,
    .bio-office-card img,
    .bio-conference-panel img {
        height: 18rem;
    }
}

@media (max-width: 767.98px) {
    .bio-page-hero {
        padding: 3rem 0 2rem;
    }

    .bio-page-hero h1 {
        font-size: 2rem;
    }

    .bio-page-section {
        padding: 2rem 0;
    }

    .bio-stat-row {
        grid-template-columns: 1fr;
    }

    .bio-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}
