.premium-hero{
    min-height:100vh;
    padding:138px 6vw 70px;
    display:grid;
    grid-template-columns:minmax(0, .95fr) minmax(380px, .78fr);
    align-items:center;
    gap:70px;
    background:
        radial-gradient(circle at 8% 22%, rgba(216,194,181,.40), transparent 36%),
        linear-gradient(135deg,#fffaf7 0%,#f7eee8 54%,#eee0d8 100%);
}

.premium-hero-copy{
    max-width:760px;
}

.premium-hero-copy h1{
    font-family:var(--font-title);
    font-size:clamp(58px,7.5vw,118px);
    line-height:.84;
    letter-spacing:-.055em;
    color:var(--text);
}

.premium-hero-copy p{
    max-width:580px;
    margin-top:26px;
    color:var(--muted);
    font-size:17px;
    line-height:1.85;
}

.premium-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.premium-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.premium-tags a{
    border:1px solid var(--border);
    background:rgba(255,255,255,.72);
    border-radius:999px;
    padding:10px 15px;
    color:var(--text);
    font-size:13px;
    transition:.25s ease;
}

.premium-tags a:hover{
    background:var(--text);
    color:#fff;
}

.premium-hero-showcase{
    width:100%;
    max-width:520px;
    justify-self:center;
    position:relative;
}

.premium-slider{
    position:relative;
    min-height:650px;
}

.premium-slide{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    color:inherit;
    text-decoration:none;
    opacity:0;
    pointer-events:none;
    transform:translateY(18px) scale(.985);
    transition:.55s ease;
    background:#111;
    border:1px solid rgba(255,255,255,.12);
    border-radius:34px;
    padding:18px;
    box-shadow:0 30px 90px rgba(67,48,39,.18);
    overflow:hidden;
}

.premium-slide.active{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0) scale(1);
}

.premium-slide-image{
    flex:1;
    min-height:455px;
    background:#f8f4f1;
    border-radius:26px;
    overflow:hidden;
    position:relative;
}

.premium-slide-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
}

.premium-slide-image span{
    position:absolute;
    top:14px;
    left:14px;
    background:rgba(49,39,34,.88);
    color:#fff;
    border-radius:999px;
    padding:8px 13px;
    font-size:12px;
}

.premium-slide-info{
    padding:20px 0 0;
}

.premium-slide-info small{
    display:block;
    color:#b99586;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-size:11px;
    font-weight:700;
    margin-bottom:8px;
}

.premium-slide-info h3{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:7px;
}

.premium-slide-info p{
    color:#c9927e;
    font-weight:800;
    margin-bottom:16px;
}

.premium-slide-info strong{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:46px;
    background:#2b241f;
    color:#fff;
    border-radius:999px;
    font-size:14px;
}

.premium-slider-dots{
    position:absolute;
    left:50%;
    bottom:138px;
    transform:translateX(-50%);
    display:flex;
    gap:6px;
    z-index:3;
}

.premium-slider-dots button{
    width:7px;
    height:7px;
    border:none;
    border-radius:999px;
    background:rgba(255,255,255,.45);
    padding:0;
    cursor:pointer;
    transition:.25s ease;
}

.premium-slider-dots button.active{
    width:22px;
    background:#fff;
}

.premium-empty-card{
    background:#111;
    color:#fff;
    border-radius:34px;
    padding:40px;
    min-height:520px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.premium-empty-card span{
    font-family:var(--font-title);
    font-size:80px;
    opacity:.5;
}

.home-product-link{
    color:inherit;
    text-decoration:none;
}

.home-card-image{
    background:#f8f4f1 !important;
    overflow:hidden;
}

.home-card-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    background:#f8f4f1;
}

.product-card .product-image{
    height:430px;
}

.product-card .home-card-image img{
    transition:.35s ease;
}

.product-card:hover .home-card-image img{
    transform:scale(1.025);
}

@media(max-width:1180px){
    .premium-hero{
        grid-template-columns:1fr .82fr;
        gap:42px;
    }

    .premium-hero-copy h1{
        font-size:clamp(52px,7vw,92px);
    }

    .premium-slider{
        min-height:600px;
    }

    .premium-slide-image{
        min-height:410px;
    }
}

@media(max-width:980px){
    .premium-hero{
        grid-template-columns:1fr;
        padding-top:118px;
        gap:38px;
    }

    .premium-hero-showcase{
        max-width:620px;
        justify-self:start;
    }

    .premium-slider{
        min-height:650px;
    }

    .premium-slide-image{
        min-height:470px;
    }
}

@media(max-width:760px){
    .premium-hero{
        min-height:auto;
        padding:112px 18px 46px;
    }

    .premium-hero-copy h1{
        font-size:56px;
    }

    .premium-hero-copy p{
        font-size:15px;
        margin-top:18px;
    }

    .premium-actions .btn{
        width:100%;
    }

    .premium-tags{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

    .premium-tags a{
        text-align:center;
    }

    .premium-hero-showcase{
        max-width:100%;
    }

    .premium-slider{
        min-height:590px;
    }

    .premium-slide{
        border-radius:28px;
        padding:14px;
    }

    .premium-slide-image{
        min-height:410px;
        border-radius:22px;
    }

    .premium-slide-info h3{
        font-size:20px;
    }

    .premium-slider-dots{
        bottom:126px;
    }

    .product-card .product-image{
        height:470px;
    }
}

@media(max-width:430px){
    .premium-hero-copy h1{
        font-size:48px;
    }

    .premium-slider{
        min-height:530px;
    }

    .premium-slide-image{
        min-height:350px;
    }

    .product-card .product-image{
        height:420px;
    }
}
