/* Hero Carousel - responsive full image + right-to-left slide */
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--Secondary);
}

#homeHero {
    width: 100%;
    overflow: hidden;
    background: var(--Secondary);
}

#homeHero .carousel-inner,
#homeHero .carousel-item {
    width: 100%;
    height: auto;
    min-height: 0;
}

#homeHero .carousel-item {
    position: relative;
}

.hero-carousel-img {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: var(--Secondary);
}

/* Optional dark readability layer for desktop text */
/*#homeHero .carousel-item::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.02));*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

.hero-carousel-caption {
    left: 8%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 680px;
    text-align: left;
    z-index: 2;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--White);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-carousel-caption h1 {
    color: var(--White);
    font-size: clamp(36px, 5vw, 76px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.hero-carousel-caption p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 26px;
}

/* Bootstrap indicators */
#homeHero .carousel-indicators {
    bottom: 22px;
    z-index: 3;
    margin-bottom: 0;
}

#homeHero .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 3px;
    border: 0;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

#homeHero .carousel-indicators .active {
    background-color: #f8f5f2;
}

/* Arrows */
#homeHero .carousel-control-prev,
#homeHero .carousel-control-next {
    width: 70px;
    z-index: 4;
    opacity: 1;
}

#homeHero .carousel-control-prev-icon,
#homeHero .carousel-control-next-icon {
    width: 46px;
    height: 46px;
    background-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background-color: rgba(0, 0, 0, 0.28);
    transition: all 0.35s ease;
}

#homeHero .carousel-control-prev:hover .carousel-control-prev-icon,
#homeHero .carousel-control-next:hover .carousel-control-next-icon {
    background-color: #f8f5f2;
    filter: invert(1);
}

/* Real slide animation: next slide moves from right to left */
#homeHero .carousel-item {
    transition: transform 0.8s ease-in-out;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-carousel-caption {
        left: 6%;
        max-width: 88%;
    }

    .hero-carousel-caption h1 {
        font-size: clamp(30px, 5vw, 52px);
    }

    .hero-carousel-caption p {
        font-size: 15px;
        line-height: 1.55;
    }
}

/* Mobile: no fixed height, no crop */
@media (max-width: 575px) {
    #homeHero,
    #homeHero .carousel-inner,
    #homeHero .carousel-item {
        height: auto !important;
        min-height: 0 !important;
    }

    .hero-carousel-img {
        width: 100%;
        height: auto !important;
        object-fit: contain !important;
        object-position: center center;
    }

    #homeHero .carousel-item::after {
        display: none;
    }

    #homeHero .carousel-indicators {
        bottom: 8px;
    }

    #homeHero .carousel-indicators [data-bs-target] {
        width: 22px;
        height: 2px;
        margin: 0 3px;
    }

    #homeHero .carousel-control-prev,
    #homeHero .carousel-control-next {
        width: 38px;
    }

    #homeHero .carousel-control-prev-icon,
    #homeHero .carousel-control-next-icon {
        width: 30px;
        height: 30px;
        background-size: 14px;
    }
}

.hero-content { position: relative; z-index: 2; max-width: 760px; color: var(--White); }
.hero-content .section-tag { color: var(--color-D4B04C); }
.hero-content h1 { color: var(--White); font-size: clamp(48px, 8vw, 94px); line-height: .98; margin: 14px 0 22px; }
.hero-content p { font-size: 18px; color: rgba(255,255,255,.84); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.category-card .card-img-wrap { position: relative; overflow: hidden; }
.category-card img { transition: transform .55s cubic-bezier(.22,1,.36,1); }
.category-card:hover img { transform: scale(1.045); }
.category-count { color: var(--Primary); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.feature-product .price { color: var(--Primary); font-weight: 800; font-size: 18px; }
.feature-product .old-price { text-decoration: line-through; color: var(--Body-text-2); margin-left: 8px; }
.split-showcase {
    border-radius: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, #6c757d, #E3DCC7 34%), linear-gradient(135deg, #fff8fc 0%, #ffe8f4 52%, #f7f4ef 100%);
    color: #111111;
    border-top: 1px solid rgba(238,155,199,.38);
    border-bottom: 1px solid rgba(238,155,199,.38);
}
.split-showcase h2 { color: #111111; }
.split-showcase p { color: #222222; }
.split-showcase img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.stat-box {
    padding: 26px;
    background: rgba(255,255,255,.74);
    border: 1px solid #b8a38f;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(238,155,199,.14);
}
.stat-box h3 { color: #b8a38f; font-size: 42px; margin: 0; }
.stat-box p { color: #111111; font-weight: 700; }

/* About Brand full width section */
.about-brand-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff8fc 0%, #ffeaf5 100%);
}
.about-brand-section .container-fluid {
    width: 100%;
    max-width: 100%;
}
.about-brand-section .split-showcase {
    width: 100%;
    margin: 0;
}

@media (max-width: 575.98px) {
    .about-brand-section .col-lg-6.p-5 {
        padding: 34px 20px !important;
    }
}
.why-choose-section {
    background:
        radial-gradient(circle at top left, rgba(238,155,199,.32), transparent 34%),
        radial-gradient(circle at bottom right, rgba(184,163,143,.16), transparent 32%),
        linear-gradient(135deg, #fff8fc 0%, #ffe8f4 48%, #f7f4ef 100%);
    padding: 80px 0;
    color: #111111;
    position: relative;
    overflow: hidden;
}

.why-choose-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-section .section-header .section-tag {
    color: #a84f7e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 10px;
}

.why-choose-section .section-header .section-title {
    color: #111111;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0;
}

.why-choose-section .feature-card {
    background: rgba(255,255,255,.72);
    border: 1.5px solid rgba(238,155,199,.72);
    border-radius: 20px;
    padding: 35px 25px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #111111;
    box-shadow: 0 14px 42px rgba(238,155,199,.13);
}

.why-choose-section .feature-card:hover {
    background: rgba(255,255,255,.9);
    border-color: #EE9BC7;
    transform: translateY(-5px);
    box-shadow: 0 20px 58px rgba(238,155,199,.22);
}

.why-choose-section .feature-card .card-icon {
    font-size: 2.8rem;
    color: #b85c8f;
    margin-bottom: 20px;
    display: inline-block;
}

.why-choose-section .feature-card h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

.why-choose-section .feature-card p {
    color: #252525;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-choose-section .why-choose-image {
    border-radius: 26px;
    overflow: hidden;
    border: 2px solid rgba(238,155,199,.64);
    box-shadow: 0 22px 70px rgba(238,155,199,.18);
}

.why-choose-section .why-choose-image img {
    width: 100%;
    display: block;
}

@media (max-width: 767px) {
    .why-choose-section {
        padding: 50px 0;
    }
    .why-choose-section .section-header .section-title {
        font-size: 2rem;
    }
    .why-choose-section .feature-card {
        padding: 25px 20px;
    }
}

/* Index product/category pink border */
.index-pink-card{
    border:1.5px solid rgba(238,155,199,.50) !important;
    border-radius:24px !important;
    box-shadow:0 12px 34px rgba(238,155,199,.08) !important;
}
.index-pink-card:hover{
    border-color:rgba(238,155,199,.72) !important;
    box-shadow:0 18px 46px rgba(238,155,199,.14) !important;
}
.index-pink-card .card-img-wrap{
    border-radius:22px 22px 0 0 !important;
}

/* Requested home banner video and four-reel row. Scoped classes avoid overriding existing components. */
.wv-video-hero,
.wv-home-video-wrap {
    width: 100%;
    background: #151515;
}

.wv-home-video-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1108 / 536;
}

.wv-home-banner-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wv-home-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(16, 11, 8, .76) 0%, rgba(16, 11, 8, .48) 42%, rgba(16, 11, 8, .13) 72%, rgba(16, 11, 8, .06) 100%),
        linear-gradient(0deg, rgba(16, 11, 8, .24), rgba(16, 11, 8, .04) 48%);
}

.wv-home-video-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(22px, 7vw, 110px);
    transform: translateY(-50%);
    width: min(650px, calc(100% - 44px));
    color: #fff;
    text-align: left;
}

.wv-home-video-tag {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(255,255,255,.92);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.wv-home-video-caption h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 5.4vw, 78px);
    line-height: 1.04;
    text-shadow: 0 3px 20px rgba(0,0,0,.24);
}

.wv-home-video-caption p {
    max-width: 570px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.9);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.7;
    text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.wv-home-reels-section {
    padding: clamp(54px, 7vw, 92px) 0;
    background: #f8f5f2;
}

.wv-home-reels-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 24px);
}

.wv-home-reel-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    background: #f8f5f2;
    border: 1px solid rgba(141, 122, 104, .24);
    box-shadow: 0 14px 34px rgba(21, 21, 21, .08);
}

.wv-home-reel-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767.98px) {
    .wv-home-video-wrap {
        min-height: 520px;
        aspect-ratio: auto;
    }

    .wv-home-banner-video {
        object-position: center;
    }

    .wv-home-video-overlay {
        background: linear-gradient(90deg, rgba(16, 11, 8, .78) 0%, rgba(16, 11, 8, .52) 68%, rgba(16, 11, 8, .28) 100%);
    }

    .wv-home-video-caption {
        left: 24px;
        width: calc(100% - 48px);
    }

    .wv-home-video-caption h1 {
        font-size: clamp(36px, 10vw, 54px);
    }

    .wv-home-video-caption p {
        max-width: 480px;
        font-size: 15px;
        line-height: 1.6;
    }

    .wv-home-reels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .wv-home-reels-grid {
        gap: 10px;
    }
}
