/*
 * Scoped portrait refinements for the Arquiener home page.
 * The existing grid, spacing system and responsive structure remain intact.
 */

#aqwb-empresa .aqabout-founder__portrait {
    background: #f4f1ec;
}

#aqwb-empresa .aqabout-founder__portrait img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: 50% 20% !important;
}

#aqwb-equipo .aqteam-card:first-child .aqteam-photo {
    background: #f4f1ec;
}

#aqwb-equipo .aqteam-card:first-child .aqteam-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15% !important;
}

#aqwb-contacto .aqmedia-contact-image {
    height: clamp(220px, 18vw, 250px) !important;
    background: #f4f1ec;
}

#aqwb-contacto .aqmedia-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 42% !important;
}

@media (max-width: 760px) {
    #aqwb-empresa .aqabout-founder__portrait img {
        object-position: 50% 17% !important;
    }

    #aqwb-equipo .aqteam-card:first-child .aqteam-photo img {
        object-position: 50% 13% !important;
    }

    #aqwb-contacto .aqmedia-contact-image {
        height: clamp(240px, 70vw, 360px) !important;
    }

    #aqwb-contacto .aqmedia-contact-image img {
        object-position: 50% 39% !important;
    }
}

