/*========== Home Product Menu ==========*/
.home-product-menu-section{
    --pm-blue: var(--blue-dark);
    --pm-light: #d8eef7;
    --pm-line: #69b7da;
    --pm-text: rgba(13,43,67,.72);
    --pm-white: rgba(255,255,255,.94);
    --pm-shadow: 0 10px 28px rgba(13,43,67,.10), 0 24px 60px rgba(13,43,67,.08);
    --pm-shadow-active: 0 18px 38px rgba(13,43,67,.16), 0 34px 80px rgba(13,43,67,.12);

    width: 90%;
    margin: 44px auto 56px;
    position: relative;
}

.home-product-menu-head{
    margin-bottom: 20px;
    text-align: center;
}

.home-product-menu-head span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    color: var(--pm-blue);
    background: rgba(216,238,247,.55);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.home-product-menu-head h2{
    margin: 0;
    color: var(--pm-blue);
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-product-menu-head p{
    max-width: 760px;
    margin: 12px auto 0;
    color: var(--pm-text);
    font-size: 15px;
    line-height: 1.7;
}

/* Wrapper */
#home-product-menu.product-menu-wrap,
.product-menu-panel{
    position: relative;
    width: 100%;
}

.product-menu-panel{
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.product-menu-panel::before{
    display: none;
}

/* Accordion */
.product-menu-accordion{
    display: flex;
    gap: 6px;
    width: 100%;
    height: clamp(500px, 60vh, 680px);
}

.product-acc-card{
    position: relative;
    flex: 1;
    min-width: 88px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 26px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--pm-shadow);
    filter: saturate(.95) brightness(.96);
    transition: flex .55s cubic-bezier(.22,.61,.36,1), transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.product-acc-card.active{
    flex: 4.2;
    filter: none;
    box-shadow: var(--pm-shadow-active);
}

.product-acc-card:hover{ transform: translateY(-4px); }

.product-acc-card::before,
.product-acc-overlay{
    content: "";
    position: absolute;
    inset: 0;
}

.product-acc-card::before{
    z-index: 1;
    background: linear-gradient(180deg, rgba(8,22,35,.10) 0%, rgba(8,22,35,.24) 38%, rgba(8,22,35,.52) 100%);
}

.product-acc-overlay{
    z-index: 2;
    background: rgba(255,255,255,.02);
    transition: background .35s ease;
}

.product-acc-card.active .product-acc-overlay{ background: rgba(8,22,35,.16); }

.product-acc-plus{
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 4;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    opacity: .95;
    transform: translateX(-50%);
    transition: opacity .32s ease, transform .32s ease, background .32s ease;
}

.product-acc-card:hover .product-acc-plus{ background: rgba(255,255,255,.12); }

.product-acc-card.active .product-acc-plus{
    opacity: 0;
    transform: translateX(-50%) scale(.82);
}

.product-acc-content{
    position: absolute;
    inset: 30px 28px auto;
    z-index: 5;
    max-width: 760px;
    color: #fff;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .35s ease, transform .35s ease;
}

.product-acc-card.active .product-acc-content{
    opacity: 1;
    transform: translateY(0);
}

.product-acc-content a{ text-decoration: none; }

.product-acc-content h3{
    margin: 0 0 10px;
    color: var(--pm-light);
    font-size: clamp(28px, 2vw, 42px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -.02em;
}

.gold-line{
    width: 68px;
    height: 3px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pm-line), var(--pm-light));
}

.product-acc-content p{
    max-width: 690px;
    margin: 0 0 22px;
    color: var(--pm-white);
    font-size: 15px;
    line-height: 1.72;
}

.product-acc-title{
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 6;
    color: rgba(255,255,255,.98);
    font-size: clamp(18px, 1.45vw, 30px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .01em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-shadow: 0 4px 18px rgba(0,0,0,.28);
    pointer-events: none;
    opacity: .96;
}

.product-acc-card.active .product-acc-title{ opacity: 0; }

.product-acc-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 0.5vw;
    max-width: 760px;
    margin-top: 10px;
}

.product-acc-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform .28s ease, opacity .28s ease;
}

.product-acc-item:hover{
    transform: translateY(-3px);
    opacity: .95;
}

.product-acc-item img{
    display: block;
    width: 100%;
    max-width: 128px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.16), 0 18px 36px rgba(0,0,0,.12);
}

.product-acc-item span{
    display: block;
    color: rgba(255,255,255,.98);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0,0,0,.30);
}

@media (max-width: 768px){
    .home-product-menu-section{
        width: calc(100% - 24px);
        margin: 28px auto 34px;
    }

    .home-product-menu-head{
        text-align: left;
        margin-bottom: 16px;
    }

    .home-product-menu-head h2{ font-size: 26px; }

    .home-product-menu-head p{
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
    }

    .product-menu-accordion{
        flex-direction: column;
        gap: 12px;
        height: auto;
    }

    .product-acc-card,
    .product-acc-card.active{
        flex: none;
        min-width: 0;
        border-radius: 22px;
        padding: 18px;
    }

    /*.product-acc-plus,
    .product-acc-title{
        display: none !important;
    }*/

    .product-acc-content,
    .product-acc-card.active .product-acc-content{
        position: relative;
        inset: auto;
        max-width: 100%;
        opacity: 1;
        transform: none;
    }

    .product-acc-content h3{
        font-size: 24px;
        margin-bottom: 8px;
    }

    .product-acc-content p{
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .product-acc-grid{
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 12px;
        max-width: 100%;
    }

    .product-acc-item img{
        max-width: 120px;
        border-radius: 16px;
    }

    .product-acc-item span{ font-size: 13px; }
}

/*========== Mobile ==========*/
@media (max-width: 728px){
    .ast-builder-menu-mobile { display: none !important; }
    .ast-builder-layout-element { padding: 0 !important; }

    .duy-lux-menu{
        position: relative;
        width: 100vw;
        margin: 0;
        padding: 0;
        max-height: 85vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background: #fff;
    }

    .duy-lux-menu__top::-webkit-scrollbar{ display: none; }
    .duy-lux-menu__toggle{ display: none !important; }
    body:has(.ast-mobile-menu-trigger-minimal.toggled){ overflow: hidden; }

    .duy-lux-menu__top{
        position: sticky;
        top: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 12px;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        background: rgba(255,255,255,.78);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(212,175,55,.18);
        box-shadow: 0 10px 28px rgba(0,0,0,.08);
        scrollbar-width: none;
    }

    .duy-lux-menu__top::after{
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(212,175,55,.45),
            transparent
        );
        pointer-events: none;
    }

    .duy-lux-menu__tab{
        flex: 0 0 auto;
        width: auto;
        min-width: max-content;
        height: 38px;
        padding: 0 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        text-decoration: none;
        color: #4b3a1e;
        background: rgba(255,255,255,.62);
        border: 1px solid rgba(212,175,55,.2);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.75),
            0 6px 16px rgba(0,0,0,.05);
        transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    }

    .duy-lux-menu__tab::before{
        content: "✦";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
        color: #c6a75e;
        font-size: 10px;
        line-height: 1;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
    }

    .duy-lux-menu__tab:active{ transform: scale(.96); }

    .duy-lux-menu__toggle:checked ~ .duy-lux-menu__top .duy-lux-menu__tab--toggle{
        color: #fff;
        background: var(--grad-glass-soft);
        border-color: var(--blue-soft);
    }

    .duy-lux-menu__toggle:checked ~ .duy-lux-menu__top .duy-lux-menu__tab--toggle::before{ color: #fff; }

    .duy-lux-menu__panel{
        margin-top: 0;
        padding: 12px;
    }

    .product-menu-accordion{
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: auto;
        padding: 0;
    }

    .product-acc-card{
        position: relative;
        min-height: 92px;
        border-radius: 22px;
        overflow: hidden;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        box-shadow: 0 18px 45px rgba(0,0,0,.16);
        padding: 16px;
        box-sizing: border-box;
        transition: transform .35s ease, filter .35s ease;
        display: flex;
        flex-direction: column;
    }

    .product-acc-card::before{
        content:"";
        position:absolute;
        inset:0;
        background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(0,0,0,.24) 100%);
        z-index: 1;
    }

    .product-acc-overlay{
        position:absolute;
        inset:0;
        background: rgba(255,255,255,.05);
        z-index:2;
        transition: background .35s ease;
    }

    .product-acc-card.active .product-acc-overlay{ background: rgba(0,0,0,.70); }

    .product-acc-plus{
        position:absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,.55);
        border-radius: 999px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        font-size: 28px;
        line-height: 1;
        z-index: 4;
        opacity: .9;
        backdrop-filter: blur(4px);
        transition: opacity .35s ease, transform .35s ease;
    }

    .product-acc-card.active .product-acc-plus{
        opacity:0;
        transform: translateX(-50%) scale(.75);
    }

    .product-acc-content{
        position: relative;
        z-index: 5;
        display: none;
        color:#fff;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .product-acc-content .gold-line { margin-bottom: 2vw; }

    .product-acc-card.active .product-acc-content{
        display: block;
        margin-top: 10px;
    }

    .product-acc-content h3{
        margin:0 0 10px;
        font-size: 23px;
        line-height: 1.12;
        font-weight: 700;
    }

    .product-acc-content p{
        margin:0 0 14px;
        font-size: 14px;
        line-height: 1.55;
        color: rgba(255,255,255,.92);
        max-width: 100%;
    }

    .product-acc-title{
        position: relative;
        left: auto;
        bottom: auto;
        z-index: 6;
        color:#fff;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: .02em;
        writing-mode: horizontal-tb;
        transform: none;
        text-shadow: 0 2px 10px rgba(0,0,0,.45);
        pointer-events:none;
        order: 1;
        margin-top: auto;
    }

    .product-acc-card.active .product-acc-title{
        display: none;
        /*font-size: 26px;
        margin-bottom: 6px;*/
    }

    .product-acc-grid{
        display:grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 10px;
    }

    .product-acc-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        gap: 8px;
        text-decoration:none;
        color:#fff;
        text-align:center;
        transition: .3s ease;
        padding: 0;
    }

    .product-acc-item img,
    .product-acc-fallback{
        width: 100%;
        max-width: 120px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
        display:flex;
    }

    .product-acc-fallback{
        align-items:center;
        justify-content:center;
        background: rgba(255,255,255,.14);
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

    .product-acc-item span{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        color: rgba(255,255,255,.95);
    }

    .product-acc-item:hover{
        transform: translateY(-2px);
    }

    body.duy-menu-open-from-sticky .duy-lux-menu {
        position: fixed;
        top: 7.2vh;
        left: 0;
        right: 0;
        width: 100vw;
        max-height: calc(100vh - 140px);
        z-index: 99998;
        background: #fff;
        overflow-y: auto;
        border-top: 1px solid rgba(212, 175, 55, .25);
        box-shadow: 0 18px 45px rgba(0,0,0,.18);
    }

    body.duy-menu-open-from-sticky {
        overflow: hidden;
    }
}