/* Start custom CSS for html, class: .elementor-element-dcda7c7 */:root{

--bg:#FBF6F5;
--card:#ffffff;

--rose:#D88D97;
--rose-dark:#C27481;

--wine:#6F4357;

--text:#24181C;
--light:#6B6266;

--border:#EFE3E6;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:var(--bg);
font-family:'Inter',sans-serif;
}

.container{
max-width:1400px;
margin:auto;
padding:0 30px;
}

.luxury-showcase{
padding:100px 0;
}

.showcase-grid{
display:grid;
grid-template-columns:480px 1fr;
gap:60px;
align-items:center;
}

.tagline{
letter-spacing:4px;
font-size:13px;
color:var(--wine);
font-weight:600;
}

.showcase-content h1{
font-size:82px;
line-height:.95;
margin:25px 0;
font-family:'Playfair Display',serif;
color:var(--text);
}

.showcase-content p{
font-size:18px;
line-height:1.8;
color:var(--light);
margin-bottom:35px;
}

.main-btn{
display:inline-block;
padding:18px 36px;
background:var(--rose);
color:white;
text-decoration:none;
border-radius:8px;
font-weight:600;
}

.feature-list{
margin-top:50px;
display:flex;
flex-direction:column;
gap:20px;
}

.feature{
font-size:16px;
color:var(--text);
font-weight:500;
}

.showcase-images{
display:grid;
grid-template-columns:1.6fr 1fr;
gap:20px;
}

.large-image img{
width:100%;
height:850px;
object-fit:cover;
border-radius:25px;
}

.small-images{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.small-images img{
width:100%;
height:415px;
object-fit:cover;
border-radius:20px;
}

.large-image img,
.small-images img{
transition:.5s;
}

.large-image:hover img,
.small-images img:hover{
transform:scale(1.03);
}

@media(max-width:992px){

.showcase-grid{
grid-template-columns:1fr;
}

.large-image img{
height:600px;
}

}

@media(max-width:768px){

.showcase-content h1{
font-size:48px;
}

.showcase-images{
grid-template-columns:1fr;
}

.small-images{
grid-template-columns:1fr;
}

.small-images img{
height:300px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37a60f2 *//* ==========================
   FEATURED COLLECTION
========================== */

.featured-collection{
    padding:120px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
}

.section-title span{
    color:#B96D78;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
}

.section-title h2{
    font-size:62px;
    margin:20px 0;
    color:#24181C;
    line-height:1.1;
    font-family:'Playfair Display',serif;
}

.section-title p{
    color:#6E6468;
    line-height:1.9;
}

.collection-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.collection-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #EFE3E6;
    transition:.4s;
}

.collection-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.product-image{
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:450px;
    object-fit:cover;
    transition:.6s;
}

.collection-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:30px;
}

.product-content span{
    color:#B96D78;
    font-size:12px;
    letter-spacing:2px;
    font-weight:600;
}

.product-content h3{
    font-size:32px;
    margin:15px 0;
    font-family:'Playfair Display',serif;
    color:#24181C;
}

.product-content p{
    color:#6E6468;
    line-height:1.8;
    margin-bottom:20px;
}

.product-content a{
    text-decoration:none;
    color:#B96D78;
    font-weight:600;
}

@media(max-width:991px){

    .collection-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:46px;
    }

}

@media(max-width:576px){

    .section-title h2{
        font-size:34px;
    }

    .product-image img{
        height:320px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd945de *//* ==========================
   WHY CHOOSE US
========================== */

.why-choose{
    padding:140px 0;
    background:#FBF6F5;
}

.why-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 80px;
}

.why-header span{
    color:#B96D78;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
}

.why-header h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display',serif;
}

.why-header p{
    color:#6E6468;
    line-height:1.9;
    font-size:18px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.why-card{
    background:#fff;
    padding:45px 35px;
    border-radius:30px;
    border:1px solid #EFE3E6;
    transition:.4s;
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.why-number{
    font-size:70px;
    font-family:'Playfair Display',serif;
    color:#E7D3D6;
    line-height:1;
    margin-bottom:20px;
}

.why-card h3{
    font-size:28px;
    margin-bottom:15px;
    color:#24181C;
    font-family:'Playfair Display',serif;
}

.why-card p{
    color:#6E6468;
    line-height:1.8;
}

@media(max-width:991px){

    .why-grid{
        grid-template-columns:1fr 1fr;
    }

    .why-header h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .why-grid{
        grid-template-columns:1fr;
    }

    .why-header h2{
        font-size:36px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ca679b *//* ==========================
   INGREDIENT SPOTLIGHT
========================== */

.ingredient-spotlight{
    padding:140px 0;
    background:#ffffff;
}

.ingredient-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 80px;
}

.ingredient-header span{
    color:#B96D78;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.ingredient-header h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display', serif;
}

.ingredient-header p{
    color:#6E6468;
    line-height:1.9;
    font-size:18px;
}

.ingredient-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.ingredient-card{
    text-align:center;
    padding:30px;
    border-radius:30px;
    background:#FBF6F5;
    transition:.4s;
}

.ingredient-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.ingredient-image{
    width:220px;
    height:220px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:25px;
}

.ingredient-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ingredient-card h3{
    font-size:28px;
    margin-bottom:15px;
    color:#24181C;
    font-family:'Playfair Display', serif;
}

.ingredient-card p{
    color:#6E6468;
    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

    .ingredient-grid{
        grid-template-columns:1fr 1fr;
    }

    .ingredient-header h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .ingredient-grid{
        grid-template-columns:1fr;
    }

    .ingredient-header h2{
        font-size:36px;
    }

    .ingredient-image{
        width:180px;
        height:180px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bd1626 *//* ==========================
   BEFORE & AFTER RESULTS
========================== */

.results-section{
    padding:140px 0;
    background:
    linear-gradient(
    135deg,
    #5B1F32,
    #6F4357
    );
}

.results-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 80px;
}

.results-header span{
    color:#D4A373;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.results-header h2{
    font-size:68px;
    line-height:1.1;
    color:white;
    margin:20px 0;
    font-family:'Playfair Display',serif;
}

.results-header p{
    color:rgba(255,255,255,.8);
    line-height:1.9;
}

.results-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.result-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    overflow:hidden;
}

.comparison{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.before,
.after{
    position:relative;
}

.before img,
.after img{
    width:100%;
    height:400px;
    object-fit:cover;
}

.before span,
.after span{
    position:absolute;
    top:20px;
    left:20px;
    background:white;
    color:#24181C;
    padding:8px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.result-content{
    padding:30px;
    color:white;
}

.result-content h3{
    font-size:32px;
    margin-bottom:15px;
    font-family:'Playfair Display',serif;
}

.result-content p{
    opacity:.85;
    line-height:1.8;
}

/* Statistics */

.results-stats{
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.stat-box{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border-radius:25px;
    text-align:center;
    padding:40px 20px;
    color:white;
}

.stat-box h3{
    font-size:54px;
    color:#D4A373;
    font-family:'Playfair Display',serif;
    margin-bottom:10px;
}

.stat-box p{
    opacity:.8;
}

/* Responsive */

@media(max-width:991px){

    .results-grid{
        grid-template-columns:1fr;
    }

    .results-stats{
        grid-template-columns:1fr 1fr;
    }

    .results-header h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .results-stats{
        grid-template-columns:1fr;
    }

    .results-header h2{
        font-size:36px;
    }

    .before img,
    .after img{
        height:250px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a80b170 *//* ==========================
   TESTIMONIALS SECTION
========================== */

.testimonials{
    padding:140px 0;
    background:#FBF6F5;
}

.testimonial-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 80px;
}

.testimonial-header span{
    color:#B96D78;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.testimonial-header h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display',serif;
}

.testimonial-header p{
    color:#6E6468;
    line-height:1.9;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:white;
    border-radius:30px;
    padding:40px;
    border:1px solid #EFE3E6;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.stars{
    color:#D4A373;
    font-size:22px;
    margin-bottom:25px;
}

.review{
    color:#555;
    line-height:1.9;
    margin-bottom:35px;
}

.client{
    display:flex;
    align-items:center;
    gap:15px;
}

.client img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.client h4{
    color:#24181C;
    margin-bottom:5px;
    font-size:18px;
}

.client span{
    color:#777;
    font-size:14px;
}

.testimonial-summary{
    margin-top:80px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.summary-item{
    text-align:center;
    background:white;
    padding:35px;
    border-radius:25px;
}

.summary-item h3{
    font-size:54px;
    color:#B96D78;
    font-family:'Playfair Display',serif;
}

.summary-item p{
    color:#666;
    margin-top:10px;
}

@media(max-width:991px){

    .testimonial-grid,
    .testimonial-summary{
        grid-template-columns:1fr;
    }

    .testimonial-header h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .testimonial-header h2{
        font-size:36px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e22242c *//* ==========================
   SKINCARE ROUTINE
========================== */

.routine-section{
    padding:140px 0;
    background:#ffffff;
}

.routine-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 90px;
}

.routine-header span{
    color:#B96D78;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.routine-header h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display', serif;
}

.routine-header p{
    color:#6E6468;
    line-height:1.9;
}

.routine-timeline{
    max-width:1100px;
    margin:auto;
}

.routine-step{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:40px;
    margin-bottom:50px;
    align-items:center;
}

.step-number{
    font-size:90px;
    font-family:'Playfair Display', serif;
    color:#E9D7DA;
    text-align:center;
}

.step-content{
    background:#FBF6F5;
    border-radius:30px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:30px;
    border:1px solid #EFE3E6;
}

.step-content img{
    width:180px;
    height:180px;
    object-fit:cover;
    border-radius:25px;
}

.step-content span{
    color:#B96D78;
    font-size:12px;
    letter-spacing:2px;
    font-weight:600;
}

.step-content h3{
    font-size:34px;
    margin:15px 0;
    color:#24181C;
    font-family:'Playfair Display', serif;
}

.step-content p{
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

    .routine-step{
        grid-template-columns:1fr;
    }

    .step-number{
        text-align:left;
    }

    .routine-header h2{
        font-size:48px;
    }

}

@media(max-width:768px){

    .step-content{
        flex-direction:column;
        text-align:center;
    }

    .step-content img{
        width:100%;
        height:280px;
    }

    .routine-header h2{
        font-size:36px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e860ed7 */.step-content img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:30px;
    flex-shrink:0;

    box-shadow:
    0 25px 50px rgba(0,0,0,.12);

    transition:.5s;
}

.step-content:hover img{
    transform:scale(1.05);
}

.step-content{
    background:white;
    border-radius:35px;
    padding:35px;
    display:flex;
    gap:35px;
    align-items:center;

    border:1px solid #EFE3E6;

    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d99339 *//* ==========================
   LUXURY FAQ SECTION
========================== */

.faq-section{
    padding:140px 0;
    background:#FBF6F5;
}

.faq-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.faq-image img{
    width:100%;
    height:750px;
    object-fit:cover;
    border-radius:35px;

    box-shadow:
    0 30px 70px rgba(0,0,0,.08);
}

.faq-content span{
    color:#B96D78;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.faq-content h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display',serif;
}

.faq-content p{
    color:#6E6468;
    line-height:1.9;
    margin-bottom:40px;
}

.faq-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-item{
    background:white;
    border-radius:20px;
    border:1px solid #EFE3E6;
    overflow:hidden;
}

.faq-question{
    width:100%;
    border:none;
    background:none;
    padding:25px 30px;
    text-align:left;
    font-size:18px;
    font-weight:600;
    color:#24181C;

    display:flex;
    justify-content:space-between;
    align-items:center;

    cursor:pointer;
}

.faq-question span{
    color:#B96D78;
    font-size:26px;
}

.faq-answer{
    padding:0 30px 25px;
    color:#6E6468;
    line-height:1.8;
}

@media(max-width:991px){

    .faq-wrapper{
        grid-template-columns:1fr;
    }

    .faq-content h2{
        font-size:48px;
    }

    .faq-image img{
        height:500px;
    }

}

@media(max-width:576px){

    .faq-content h2{
        font-size:36px;
    }

    .faq-image img{
        height:350px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bfc12c *//* ==========================
   COMMUNITY GALLERY
========================== */

.community-gallery{
    padding:140px 0;
    background:#ffffff;
}

.gallery-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 80px;
}

.gallery-header span{
    color:#B96D78;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
}

.gallery-header h2{
    font-size:68px;
    line-height:1.1;
    margin:20px 0;
    color:#24181C;
    font-family:'Playfair Display',serif;
}

.gallery-header p{
    color:#6E6468;
    line-height:1.9;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:280px;
    gap:25px;
}

.gallery-item{
    overflow:hidden;
    border-radius:30px;
    position:relative;
}

.gallery-item.large{
    grid-column:span 2;
    grid-row:span 2;
}

.gallery-item.wide{
    grid-column:span 2;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-footer{
    text-align:center;
    margin-top:60px;
}

.instagram-btn{
    display:inline-block;
    padding:18px 40px;
    background:linear-gradient(
        135deg,
        #D88D97,
        #B96D78
    );
    color:white;
    text-decoration:none;
    border-radius:60px;
    font-weight:600;
    transition:.4s;
}

.instagram-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(185,109,120,.25);
}

@media(max-width:991px){

    .gallery-grid{
        grid-template-columns:1fr 1fr;
    }

    .gallery-header h2{
        font-size:48px;
    }

}

@media(max-width:576px){

    .gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:250px;
    }

    .gallery-item.large,
    .gallery-item.wide{
        grid-column:auto;
        grid-row:auto;
    }

    .gallery-header h2{
        font-size:36px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d720d54 *//* ==========================
   VIP BEAUTY CLUB
========================== */

.vip-club{
    padding:140px 0;
    background:
    linear-gradient(
    135deg,
    #5A2235,
    #7A4B60
    );
}

.vip-wrapper{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}

.vip-content span{
    color:#E9C78D;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.vip-content h2{
    font-size:72px;
    line-height:1.05;
    color:white;
    margin:20px 0;
    font-family:'Playfair Display',serif;
}

.vip-content p{
    color:rgba(255,255,255,.85);
    line-height:1.9;
    margin-bottom:40px;
}

.vip-benefits{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:40px;
}

.benefit{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.12);
    color:white;
    padding:18px 20px;
    border-radius:16px;
}

.vip-form{
    display:flex;
    gap:15px;
}

.vip-form input{
    flex:1;
    height:60px;
    border:none;
    outline:none;
    border-radius:60px;
    padding:0 25px;
    font-size:15px;
}

.vip-form button{
    height:60px;
    padding:0 35px;
    border:none;
    border-radius:60px;
    background:#D88D97;
    color:white;
    font-weight:600;
    cursor:pointer;
    transition:.4s;
}

.vip-form button:hover{
    transform:translateY(-3px);
}

.vip-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:35px;

    box-shadow:
    0 30px 80px rgba(0,0,0,.25);
}

@media(max-width:991px){

    .vip-wrapper{
        grid-template-columns:1fr;
    }

    .vip-content h2{
        font-size:50px;
    }

    .vip-image img{
        height:500px;
    }

}

@media(max-width:768px){

    .vip-benefits{
        grid-template-columns:1fr;
    }

    .vip-form{
        flex-direction:column;
    }

    .vip-content h2{
        font-size:38px;
    }

}/* End custom CSS */