:root {
    --bhh-navy: #103b63;
    --bhh-blue: #65acd6;
    --bhh-blue-dark: #3d8fbe;
    --bhh-blue-soft: #eaf6fc;
    --bhh-surface: #f6fafc;
    --bhh-border: #dbe9f1;
    --bhh-text: #233541;
    --bhh-muted: #667986;
    --bhh-white: #ffffff;
    --bhh-shadow: 0 18px 50px rgba(28, 68, 94, 0.10);
}

.bhh-eyebrow,
.bhh-profile-section__kicker {
    display: inline-block;
    color: var(--bhh-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bhh-team-intro {
    padding: 72px 0 36px;
    background: var(--bhh-white);
}
.bhh-team-intro__inner { max-width: 820px; }
.bhh-team-intro h2 {
    margin: 10px 0 18px;
    color: var(--bhh-navy);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
}
.bhh-team-intro p {
    margin: 0;
    color: var(--bhh-muted);
    font-size: 18px;
    line-height: 1.75;
}

.bhh-team-groups {
    padding: 24px 0 90px;
    background: var(--bhh-surface);
}
.bhh-team-group + .bhh-team-group { margin-top: 72px; }
.bhh-team-group__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--bhh-border);
}
.bhh-team-group__heading h2 {
    margin: 0;
    color: var(--bhh-navy);
    font-size: clamp(27px, 3vw, 38px);
}
.bhh-team-group__heading span { color: var(--bhh-muted); font-size: 14px; }

.bhh-team-card {
    height: 100%;
    overflow: hidden;
    background: var(--bhh-white);
    border: 1px solid var(--bhh-border);
    border-radius: 26px;
    box-shadow: 0 10px 35px rgba(28, 68, 94, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.bhh-team-card:hover { transform: translateY(-5px); box-shadow: var(--bhh-shadow); }
.bhh-team-card__image-link {
    display: block;
    height: 330px;
    overflow: hidden;
    background: linear-gradient(145deg, #eef8fd, #dcedf7);
}
.bhh-team-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.bhh-team-card__body { padding: 26px 26px 30px; }
.bhh-team-card__role {
    margin: 0 0 7px;
    color: var(--bhh-blue-dark);
    font-size: 13px;
    font-weight: 700;
}
.bhh-team-card__name { margin: 0 0 14px; font-size: 25px; line-height: 1.2; }
.bhh-team-card__name a { color: var(--bhh-navy); text-decoration: none; }
.bhh-team-card__summary { margin: 17px 0 20px; color: var(--bhh-muted); line-height: 1.65; }
.bhh-team-card__link { color: var(--bhh-navy); font-weight: 800; text-decoration: none; }

.bhh-team-card__tags,
.bhh-profile-hero__tags,
.bhh-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bhh-team-card__tags span,
.bhh-profile-hero__tags span,
.bhh-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid #cfe5f1;
    border-radius: 999px;
    background: var(--bhh-blue-soft);
    color: #286f98;
    font-size: 12px;
    font-weight: 700;
}
.bhh-chip-list--soft span { background: var(--bhh-white); }

.bhh-profile-hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 0;
    background: radial-gradient(circle at 88% 8%, rgba(101, 172, 214, .22), transparent 32%), linear-gradient(135deg, #f8fcfe 0%, #e9f6fc 100%);
}
.bhh-profile-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
    grid-template-areas:
        "heading visual"
        "details visual";
    align-items: start;
    column-gap: 64px;
    row-gap: 0;
}
.bhh-profile-hero__heading {
    grid-area: heading;
    padding: 28px 0 0;
}
.bhh-profile-hero__details {
    grid-area: details;
    padding: 0 0 56px;
}
.bhh-profile-hero__back {
    display: inline-block;
    margin-bottom: 36px;
    color: var(--bhh-muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.bhh-profile-hero h1 {
    max-width: 760px;
    margin: 12px 0 14px;
    color: var(--bhh-navy);
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 750;
    line-height: 1.02;
    letter-spacing: -.035em;
}
.bhh-profile-hero__role {
    max-width: 700px;
    margin: 0 0 22px;
    color: #3c6077;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
}
.bhh-profile-hero__summary,
.bhh-profile-hero__summary p {
    max-width: 720px;
    margin: 0;
    color: var(--bhh-text);
    font-size: 17px;
    line-height: 1.75;
}
.bhh-profile-hero__tags { margin-top: 26px; }
.bhh-profile-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.bhh-profile-hero__visual {
    grid-area: visual;
    display: flex;
    justify-content: center;
    align-self: start;
}
.bhh-profile-hero__image-wrap {
    display: flex;
    width: 100%;
    min-height: 0;
    aspect-ratio: 7 / 8;
    box-sizing: border-box;
    padding: 32px 32px 0;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    background: rgba(255,255,255,.64);
    box-shadow: 0 30px 70px rgba(40,94,126,.12);
}
.bhh-profile-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center top;
}

.bhh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}
.bhh-button--primary { background: var(--bhh-navy); color: var(--bhh-white); }
.bhh-button--primary:hover { background: #0a304f; color: var(--bhh-white); }
.bhh-button--secondary { border-color: #a9cedf; background: rgba(255,255,255,.72); color: var(--bhh-navy); }
.bhh-button--full { width: 100%; }

.bhh-profile-content { padding: 78px 0 100px; background: var(--bhh-white); }
.bhh-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 64px;
}
.bhh-profile-section { padding: 0 0 54px; }
.bhh-profile-section + .bhh-profile-section { padding-top: 54px; border-top: 1px solid var(--bhh-border); }
.bhh-profile-section h2 {
    margin: 9px 0 22px;
    color: var(--bhh-navy);
    font-size: clamp(28px, 3vw, 40px);
}
.bhh-profile-section > p,
.bhh-rich-content,
.bhh-rich-content p,
.bhh-profile-subsection p { color: var(--bhh-text); font-size: 16px; line-height: 1.8; }
.bhh-profile-subsection { margin-top: 32px; }
.bhh-profile-subsection h3 { margin: 0 0 14px; color: var(--bhh-navy); font-size: 20px; }
.bhh-profile-list { display: grid; gap: 10px; margin: 0; padding-left: 21px; color: var(--bhh-text); }

.bhh-timeline { display: grid; }
.bhh-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 24px;
    padding: 0 0 28px 28px;
    border-left: 2px solid #d4e8f2;
}
.bhh-timeline__item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 3px solid var(--bhh-white);
    border-radius: 50%;
    background: var(--bhh-blue-dark);
}
.bhh-timeline__date { color: var(--bhh-blue-dark); font-size: 13px; font-weight: 800; }
.bhh-timeline__item h3 { margin: 0 0 4px; color: var(--bhh-navy); font-size: 19px; }
.bhh-timeline__role { margin: 0 0 5px !important; color: #46687e !important; font-weight: 700; }
.bhh-timeline__item p { margin: 0; color: var(--bhh-muted); line-height: 1.65; }

.bhh-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.bhh-detail-card {
    padding: 22px;
    border: 1px solid var(--bhh-border);
    border-radius: 18px;
    background: var(--bhh-surface);
}
.bhh-detail-card h3 { margin: 0 0 6px; color: var(--bhh-navy); font-size: 17px; }
.bhh-detail-card p { margin: 0 0 7px; color: var(--bhh-muted); }
.bhh-detail-card span { color: var(--bhh-blue-dark); font-size: 13px; font-weight: 800; }

.bhh-publication-list { display: grid; gap: 14px; }
.bhh-publication-item {
    padding: 22px 24px;
    border-left: 3px solid var(--bhh-blue);
    border-radius: 0 16px 16px 0;
    background: var(--bhh-surface);
}
.bhh-publication-item h3 { margin: 0 0 7px; color: var(--bhh-navy); font-size: 17px; }
.bhh-publication-item p { margin: 0 0 7px; color: var(--bhh-muted); }
.bhh-publication-item a { color: var(--bhh-blue-dark); font-weight: 800; text-decoration: none; }

.bhh-profile-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 18px;
}
.bhh-profile-sidebar__card {
    padding: 26px;
    border: 1px solid var(--bhh-border);
    border-radius: 22px;
    background: var(--bhh-surface);
}
.bhh-profile-sidebar__card h2 { margin: 8px 0 18px; color: var(--bhh-navy); font-size: 22px; }
.bhh-profile-sidebar__row { padding: 14px 0; border-top: 1px solid var(--bhh-border); }
.bhh-profile-sidebar__row span {
    display: block;
    margin-bottom: 5px;
    color: var(--bhh-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.bhh-profile-sidebar__row strong { color: var(--bhh-text); font-size: 14px; line-height: 1.5; }
.bhh-profile-sidebar__link { display: inline-block; margin-top: 14px; color: var(--bhh-blue-dark); font-weight: 800; text-decoration: none; }
.bhh-profile-sidebar__card--cta { background: linear-gradient(145deg, #f0f9fd, #e2f2fa); }
.bhh-profile-sidebar__card--cta p { margin: -5px 0 18px; color: var(--bhh-muted); line-height: 1.6; }
.bhh-profile-sidebar__card--cta .bhh-button + .bhh-button { margin-top: 10px; }

@media (max-width: 991.98px) {
    .bhh-profile-hero { padding-top: 44px; }
    .bhh-profile-hero__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "visual"
            "details";
        gap: 0;
    }
    .bhh-profile-hero__heading { padding: 0 0 28px; }
    .bhh-profile-hero__details { padding: 30px 0 38px; }
    .bhh-profile-hero__image-wrap { min-height: 390px; max-width: 600px; }
    .bhh-profile-layout { grid-template-columns: 1fr; gap: 26px; }
    .bhh-profile-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767.98px) {
    .bhh-team-intro { padding: 50px 0 28px; }
    .bhh-team-intro p { font-size: 16px; }
    .bhh-team-groups { padding-bottom: 64px; }
    .bhh-team-card__image-link { height: 300px; }

    .bhh-profile-hero { padding-top: 28px; }
    .bhh-profile-hero__heading { padding-bottom: 22px; }
    .bhh-profile-hero__back { margin-bottom: 18px; }
    .bhh-profile-hero h1 {
        font-size: clamp(36px, 10vw, 44px);
        line-height: 1.04;
    }
    .bhh-profile-hero__role {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.45;
    }
    .bhh-profile-hero__visual {
        width: 100%;
        align-self: auto;
    }
    .bhh-profile-hero__image-wrap {
        min-height: 0;
        max-width: none;
        padding: 0;
        border-radius: 26px;
    }
    .bhh-profile-hero__image {
        width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center top;
    }
    .bhh-profile-hero__details { padding: 28px 0 34px; }
    .bhh-profile-hero__summary,
    .bhh-profile-hero__summary p {
        font-size: 16px;
        line-height: 1.65;
    }
    .bhh-profile-hero__tags { margin-top: 20px; }
    .bhh-profile-hero__actions { margin-top: 24px; }

    .bhh-profile-content { padding: 46px 0 72px; }
    .bhh-profile-section { padding-bottom: 40px; }
    .bhh-profile-section + .bhh-profile-section { padding-top: 40px; }
    .bhh-profile-section h2 { line-height: 1.12; }
    .bhh-timeline__item { grid-template-columns: 1fr; gap: 6px; padding-left: 24px; }
    .bhh-detail-grid, .bhh-profile-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .bhh-profile-hero__actions, .bhh-button { width: 100%; }
    .bhh-team-group__heading { align-items: flex-start; flex-direction: column; gap: 5px; }
}
