.edh-clientinhas-section{max-width:1180px;margin:0 auto;padding:78px 24px}.edh-clientinhas-head{text-align:center;max-width:760px;margin:0 auto 34px}.edh-clientinhas-head>span{display:block;color:#a95569;font-size:11px;font-weight:800;letter-spacing:.16em;margin-bottom:10px}.edh-clientinhas-head h1,.edh-clientinhas-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.02;color:#2c2023;margin:0 0 12px}.edh-clientinhas-head h1{font-size:clamp(42px,6vw,72px)}.edh-clientinhas-head h2{font-size:clamp(36px,5vw,60px)}.edh-clientinhas-head p{margin:0;color:#6e6265}.edh-clientinhas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.edh-clientinha-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px rgba(69,43,50,.09);cursor:pointer}.edh-clientinha-media{position:relative;aspect-ratio:9/12;background:#21181b;overflow:hidden}.edh-clientinha-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.edh-clientinha-card:hover img{transform:scale(1.025)}.edh-clientinha-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;color:#a95569;padding-left:3px;box-shadow:0 7px 25px rgba(0,0,0,.2)}.edh-clientinha-title{padding:14px 16px 16px;color:#2d2023;font-weight:700}.edh-clientinhas-more{text-align:center;margin-top:28px}.edh-clientinhas-more a{display:inline-flex;min-height:46px;padding:0 24px;align-items:center;justify-content:center;border:1px solid #bd7284;border-radius:999px;color:#a95569;font-weight:700;text-decoration:none}.edh-clientinhas-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(17,12,14,.9)}.edh-clientinhas-modal.is-open{display:flex}.edh-clientinhas-modal-inner{position:relative;width:min(520px,92vw);max-height:90vh}.edh-clientinhas-modal video{display:block;width:100%;max-height:88vh;object-fit:contain;background:#000;border-radius:18px}.edh-clientinhas-modal-close{position:absolute;right:-10px;top:-10px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#2d2023;font-size:25px;cursor:pointer}@media(max-width:800px){.edh-clientinhas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edh-clientinhas-section{padding:56px 16px}}
/* v0.10.8 — busca, paginação pública e ampliação de fotos */
.edh-clientinhas-search{
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    margin:0 auto 32px;
}
.edh-clientinhas-search input[type="search"]{
    width:min(520px,100%);
    min-height:48px;
    padding:0 18px;
    border:1px solid #d9cdcf;
    border-radius:999px;
    background:#fff;
    color:#2d2023;
    outline:none;
}
.edh-clientinhas-search input[type="search"]:focus{
    border-color:#bd7284;
    box-shadow:0 0 0 3px rgba(189,114,132,.12);
}
.edh-clientinhas-search button{
    min-height:48px;
    padding:0 24px;
    border:0;
    border-radius:999px;
    background:#bd7284;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}
.edh-clientinhas-search a{
    color:#a75469;
    font-weight:700;
    text-decoration:none;
}
.edh-clientinhas-public-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:34px;
}
.edh-clientinhas-public-pagination a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    height:40px;
    padding:0 10px;
    border:1px solid #dbcdd0;
    border-radius:999px;
    background:#fff;
    color:#6b4c54;
    text-decoration:none;
    font-weight:700;
}
.edh-clientinhas-public-pagination a.is-current{
    background:#bd7284;
    border-color:#bd7284;
    color:#fff;
}
.edh-clientinhas-public-pagination span{
    color:#8a7d80;
}
.edh-clientinhas-empty{
    padding:42px 20px;
    text-align:center;
    border:1px dashed #dbcdd0;
    border-radius:18px;
    color:#766a6c;
}
.edh-clientinha-zoom{
    position:absolute;
    right:12px;
    bottom:12px;
    width:44px;
    height:44px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.94);
    color:#a75469;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
    font-size:23px;
    line-height:1;
}
.edh-clientinhas-modal-image{
    display:none;
    max-width:min(94vw,1100px);
    max-height:88vh;
    width:auto;
    height:auto;
    margin:0 auto;
    object-fit:contain;
    border-radius:18px;
    background:#fff;
}
.edh-clientinhas-modal.is-image .edh-clientinhas-modal-inner{
    width:auto;
    max-width:94vw;
}
.edh-clientinhas-modal.is-image video{
    display:none;
}
.edh-clientinhas-modal.is-image .edh-clientinhas-modal-image{
    display:block;
}
@media(max-width:600px){
    .edh-clientinhas-search{
        align-items:stretch;
    }
    .edh-clientinhas-search input[type="search"],
    .edh-clientinhas-search button{
        width:100%;
    }
}
