/* Team profile mobile-only refinements.
   Desktop layout is owned by team-v2.css so mobile work cannot alter it. */
@media (max-width: 767.98px) {
    .bhh-profile-hero__image-wrap {
        aspect-ratio: 1 / 1;
        min-height: 0;
        max-height: none;
        overflow: hidden;
        border-radius: 26px;
    }

    .bhh-profile-hero__image {
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center 18%;
    }

    .bhh-profile-hero__details {
        margin-top: 14px;
        padding: 24px 18px 30px;
        border: 1px solid #dbe9f1;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: 0 12px 32px rgba(28, 68, 94, 0.08);
    }

    .bhh-profile-hero__summary,
    .bhh-profile-hero__summary p {
        color: #233541;
    }

    /* The hero already exposes Randevu + WhatsApp, and the persistent mobile
       contact dock keeps those actions available while scrolling. Avoid a
       second identical CTA card at the end of the profile content. */
    .bhh-profile-sidebar__card--cta {
        display: none;
    }
}
