/* BustMaxx V12.4 — clean homepage hero, reviews and FAQ */

/* Remove secondary product labels and product-switch icons around the 3D hero bottle. */
.home-page .hero-v3-product-name,
.home-page .hero-v3-switcher{
    display:none!important;
}

/* The complete label action was intentionally removed from Product Clarity. */
.home-page .label-lightbox-trigger{
    display:none!important;
}

/* Premium, readable review carousel. No overlapping 3D cylinder. */
.review-showcase-section{
    background:#14070e;
    color:#fff;
    padding:clamp(84px,9vw,150px) clamp(20px,4vw,72px);
    overflow:hidden;
}
.review-showcase-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:32px;
    margin-bottom:40px;
}
.review-showcase-head small{
    display:block;
    margin-bottom:16px;
    color:#ff8fbd;
    font-size:11px;
    font-weight:800;
    letter-spacing:.18em;
}
.review-showcase-head h2{
    max-width:850px;
    margin:0;
    font-size:clamp(48px,6vw,98px);
    line-height:.92;
    letter-spacing:-.065em;
    font-weight:500;
}
.review-showcase-head p{
    max-width:700px;
    margin:24px 0 0;
    color:rgba(255,255,255,.68);
    font-size:16px;
    line-height:1.7;
}
.review-showcase-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px;
    max-width:430px;
}
.review-showcase-actions button{
    width:52px;
    height:52px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    background:rgba(255,255,255,.04);
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:.25s ease;
}
.review-showcase-actions button:hover:not(:disabled){
    background:#fff;
    color:#17080f;
    transform:translateY(-2px);
}
.review-showcase-actions button:disabled{
    opacity:.32;
    cursor:default;
}
.review-showcase-actions a{
    color:#fff;
    padding:12px 3px 9px;
    border-bottom:1px solid rgba(255,255,255,.35);
    font-size:12px;
    font-weight:700;
    text-decoration:none;
}
.review-showcase-viewport{
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:6px 0 22px;
}
.review-showcase-viewport::-webkit-scrollbar{display:none}
.review-showcase-track{
    display:flex;
    align-items:stretch;
    gap:18px;
    width:max-content;
}
.review-showcase-card{
    flex:0 0 min(430px,calc(100vw - 48px));
    width:min(430px,calc(100vw - 48px));
    min-height:570px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    scroll-snap-align:start;
    border:1px solid rgba(255,255,255,.34);
    border-radius:30px;
    background:linear-gradient(155deg,#fff 0%,#fff8fb 70%,#ffeaf4 100%);
    color:#1b0a12;
    box-shadow:0 28px 90px rgba(0,0,0,.3);
}
.review-showcase-media{
    position:relative;
    height:235px;
    overflow:hidden;
    background:radial-gradient(circle at 50% 45%,#fff 0,#f9eef3 70%,#eddbe4 100%);
}
.review-showcase-media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.review-showcase-card.uses-product-fallback .review-showcase-media img{
    object-fit:contain;
    padding:18px;
}
.review-showcase-media::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:45%;
    background:linear-gradient(transparent,rgba(18,7,13,.68));
    pointer-events:none;
}
.review-showcase-media span{
    position:absolute;
    z-index:2;
    left:18px;
    right:18px;
    bottom:15px;
    overflow:hidden;
    color:#fff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.review-showcase-body{
    flex:1;
    display:flex;
    flex-direction:column;
    padding:26px 26px 24px;
}
.review-showcase-stars{
    color:#e80071;
    font-size:15px;
    letter-spacing:3px;
}
.review-showcase-body h3{
    margin:15px 0 0;
    font-size:24px;
    line-height:1.1;
    letter-spacing:-.035em;
}
.review-showcase-body blockquote{
    margin:22px 0 28px;
    color:#3c2631;
    font-size:17px;
    line-height:1.62;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
    overflow:hidden;
}
.review-showcase-body footer{
    margin-top:auto;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    padding-top:20px;
    border-top:1px solid rgba(24,8,16,.1);
}
.review-showcase-body footer div{
    min-width:0;
    display:grid;
    gap:5px;
}
.review-showcase-body footer b{
    font-size:15px;
}
.review-showcase-body footer span,
.review-showcase-body footer time{
    color:#876c79;
    font-size:10px;
    line-height:1.4;
}
.review-showcase-body footer time{
    flex:0 0 auto;
    white-space:nowrap;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.review-invite-card{
    min-height:430px;
}
.review-invite-card .review-showcase-body{
    justify-content:center;
}

/* Cleaner FAQ heading. */
.faq-home>header{
    align-items:end;
}
.faq-home>header h2{
    margin:0;
    font-style:normal;
}

@media (min-width:1200px){
    .review-showcase-card{
        flex-basis:calc((100vw - 180px)/3);
        width:calc((100vw - 180px)/3);
        max-width:470px;
    }
}

@media (max-width:900px){
    .review-showcase-head{
        grid-template-columns:1fr;
        align-items:start;
    }
    .review-showcase-actions{
        justify-content:flex-start;
        max-width:none;
    }
}

@media (max-width:760px){
    .review-showcase-section{
        padding:72px 14px 58px;
    }
    .review-showcase-head{
        gap:22px;
        margin-bottom:24px;
    }
    .review-showcase-head h2{
        font-size:44px;
        line-height:.94;
        letter-spacing:-.055em;
    }
    .review-showcase-head p{
        margin-top:18px;
        font-size:14px;
        line-height:1.65;
    }
    .review-showcase-actions{
        gap:8px;
    }
    .review-showcase-actions button{
        width:46px;
        height:46px;
    }
    .review-showcase-actions a{
        font-size:10px;
    }
    .review-showcase-viewport{
        width:calc(100% + 28px);
        margin-left:-14px;
        padding:4px 14px 18px;
        scroll-padding-left:14px;
    }
    .review-showcase-track{
        gap:12px;
    }
    .review-showcase-card{
        flex-basis:calc(100vw - 42px);
        width:calc(100vw - 42px);
        min-height:515px;
        border-radius:24px;
    }
    .review-showcase-media{
        height:185px;
    }
    .review-showcase-card.uses-product-fallback .review-showcase-media img{
        padding:12px;
    }
    .review-showcase-body{
        padding:21px 20px 20px;
    }
    .review-showcase-body h3{
        font-size:21px;
    }
    .review-showcase-body blockquote{
        margin:18px 0 22px;
        font-size:15px;
        line-height:1.55;
        -webkit-line-clamp:6;
    }
    .review-showcase-body footer{
        align-items:flex-start;
    }
    .faq-home>header h2{
        font-size:48px!important;
        line-height:.96!important;
        letter-spacing:-.055em!important;
    }
}
