/* =========================================================
   KM MAGAZINE — VITRINES PÚBLICA E VIP PREMIUM V2.2.5
   ========================================================= */

.shop-hero,
.vip-premium-hero{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
    gap:50px;
    align-items:center;
    overflow:hidden;
    padding:90px max(6vw,28px);
    background:
        radial-gradient(circle at 85% 10%,rgba(155,103,167,.25),transparent 28%),
        radial-gradient(circle at 8% 90%,rgba(224,185,139,.22),transparent 25%),
        linear-gradient(135deg,#fbf8fc,#efe4f1);
}

.shop-hero-copy h1,
.vip-premium-copy h1{
    max-width:760px;
    margin:16px 0 18px;
    color:#251d28;
    font:700 clamp(3.2rem,7vw,6.7rem)/.98 Georgia,serif;
    letter-spacing:-.055em;
}

.shop-hero-copy h1 em{
    display:block;
    color:var(--primary);
    font-weight:400;
}

.shop-hero-copy>p,
.vip-premium-copy>p{
    max-width:680px;
    color:#766d79;
    font-size:1.08rem;
    line-height:1.8;
}

.shop-hero-actions,
.vip-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px;
}

.shop-trust-row{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:26px;
    color:#746776;
    font-size:.9rem;
}

.shop-hero-showcase,
.vip-profile-card{
    position:relative;
    min-height:430px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:42px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.92);
    border-radius:38px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.93),rgba(239,224,243,.9));
    box-shadow:0 35px 90px rgba(78,48,86,.18);
}

.shop-hero-showcase:before,
.vip-profile-card:before{
    content:"";
    position:absolute;
    width:330px;
    height:330px;
    top:-130px;
    right:-90px;
    border:42px solid rgba(96,67,109,.07);
    border-radius:50%;
}

.showcase-kicker{
    position:relative;
    z-index:2;
    color:var(--primary);
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.showcase-monogram{
    position:absolute;
    top:55px;
    left:50%;
    width:150px;
    height:150px;
    display:grid;
    place-items:center;
    transform:translateX(-50%);
    border-radius:50%;
    color:#fff;
    background:linear-gradient(145deg,var(--primary),var(--secondary));
    box-shadow:0 25px 55px rgba(96,67,109,.25);
    font:700 3.5rem Georgia,serif;
}

.shop-hero-showcase h2{
    position:relative;
    z-index:2;
    max-width:380px;
    margin:15px 0 10px;
    color:#2c2130;
    font:700 2.4rem/1.08 Georgia,serif;
}

.shop-hero-showcase p{
    position:relative;
    z-index:2;
    margin:0;
    color:#796f7c;
    line-height:1.65;
}

.premium-catalog{
    padding:82px max(6vw,28px);
    background:#fff;
}

.vip-catalog{
    background:linear-gradient(180deg,#fff,#faf6fb);
}

.catalog-heading{
    display:flex;
    justify-content:space-between;
    gap:35px;
    align-items:end;
    margin-bottom:34px;
}

.catalog-heading h2{
    margin:8px 0 0;
    color:#281e2c;
    font:700 clamp(2.3rem,4vw,4rem) Georgia,serif;
}

.catalog-heading>p{
    max-width:520px;
    margin:0;
    color:#7b707e;
    line-height:1.7;
}

.premium-product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    gap:25px;
}

.premium-product-card{
    min-width:0;
    overflow:hidden;
    border:1px solid #eee6f0;
    border-radius:25px;
    background:#fff;
    box-shadow:0 18px 48px rgba(67,45,73,.09);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.premium-product-card:hover{
    transform:translateY(-7px);
    border-color:#d9c8de;
    box-shadow:0 28px 65px rgba(67,45,73,.15);
}

.vip-exclusive-card{
    border-color:rgba(96,67,109,.3);
    box-shadow:0 22px 58px rgba(96,67,109,.15);
}

.premium-product-media{
    position:relative;
    aspect-ratio:4/5;
    overflow:hidden;
    background:linear-gradient(145deg,#f7f1f8,#eadfea);
}

.premium-product-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .5s ease;
}

.premium-product-card:hover .premium-product-media img{
    transform:scale(1.045);
}

.premium-product-placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    color:#fff;
    background:
        radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 23%),
        linear-gradient(145deg,var(--secondary),var(--primary));
    font:700 4rem Georgia,serif;
}

.product-badges{
    position:absolute;
    top:15px;
    left:15px;
    right:15px;
    display:flex;
    gap:7px;
    flex-wrap:wrap;
}

.product-badge{
    padding:7px 10px;
    border-radius:999px;
    box-shadow:0 8px 18px rgba(32,22,35,.12);
    font-size:.67rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.product-badge.vip{
    color:#fff;
    background:linear-gradient(135deg,#4b3154,#7c5588);
}

.product-badge.featured{
    color:#5f4316;
    background:#f7dfae;
}

.product-badge.promo{
    color:#fff;
    background:#b94155;
}

.product-badge.collection{
    color:#574c5a;
    background:rgba(255,255,255,.93);
}

.premium-product-content{
    display:flex;
    flex-direction:column;
    min-height:285px;
    padding:23px;
}

.product-category{
    color:var(--primary);
    font-size:.73rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.premium-product-content h3{
    margin:9px 0 9px;
    color:#2d2230;
    font:700 1.45rem/1.2 Georgia,serif;
}

.product-description{
    margin:0 0 16px;
    color:#7b717e;
    font-size:.92rem;
    line-height:1.6;
}

.product-price-row{
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:end;
    margin-top:auto;
    padding-top:16px;
    border-top:1px solid #f0e9f1;
}

.old-price{
    display:block;
    margin-bottom:3px;
    color:#a49aa7;
    font-size:.82rem;
    text-decoration:line-through;
}

.current-price{
    color:#2d2230;
    font-size:1.3rem;
}

.stock-status{
    padding:6px 9px;
    border-radius:999px;
    font-size:.7rem;
    font-weight:900;
}

.stock-status.available{
    color:#14744c;
    background:#e8f7ef;
}

.stock-status.unavailable{
    color:#8b5a14;
    background:#fff3dd;
}

.product-contact-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:45px;
    margin-top:17px;
    padding:0 15px;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    box-shadow:0 13px 25px rgba(96,67,109,.18);
    text-decoration:none;
    font-size:.88rem;
    font-weight:900;
    transition:transform .2s ease,box-shadow .2s ease;
}

.product-contact-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 17px 30px rgba(96,67,109,.24);
}

.product-contact-btn.disabled{
    opacity:.68;
}

.catalog-empty{
    display:grid;
    place-items:center;
    min-height:330px;
    padding:40px;
    text-align:center;
    border:1px dashed #d8c9dc;
    border-radius:26px;
    background:#faf7fb;
}

.catalog-empty-monogram{
    width:88px;
    height:88px;
    display:grid;
    place-items:center;
    margin-bottom:14px;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(145deg,var(--primary),var(--secondary));
    font:700 2rem Georgia,serif;
}

.catalog-empty h3{
    margin:5px 0;
    font:700 2rem Georgia,serif;
}

.premium-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    margin:0 max(6vw,28px) 75px;
    overflow:hidden;
    border:1px solid #eee6f0;
    border-radius:25px;
    background:#eee6f0;
    box-shadow:0 20px 55px rgba(66,44,72,.09);
}

.premium-benefits article{
    display:flex;
    gap:15px;
    align-items:center;
    padding:25px;
    background:#fff;
}

.premium-benefits article>span{
    width:42px;
    height:42px;
    display:grid;
    flex:0 0 auto;
    place-items:center;
    border-radius:13px;
    color:var(--primary);
    background:#f2e9f4;
    font-size:1.25rem;
}

.premium-benefits strong{
    display:block;
    color:#302434;
}

.premium-benefits p{
    margin:4px 0 0;
    color:#817684;
    font-size:.85rem;
}

/* Área VIP */
.vip-premium-hero{
    background:
        radial-gradient(circle at 85% 12%,rgba(178,128,190,.25),transparent 28%),
        linear-gradient(135deg,#3e2945,#6b4a75);
}

.vip-premium-copy .eyebrow,
.vip-premium-copy h1{
    color:#fff;
}

.vip-premium-copy>p{
    color:rgba(255,255,255,.74);
}

.vip-profile-card{
    min-height:330px;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.vip-avatar-large{
    width:115px;
    height:115px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(145deg,var(--primary),var(--secondary));
    box-shadow:0 20px 45px rgba(96,67,109,.28);
    font:700 2.3rem Georgia,serif;
}

.vip-profile-card>span{
    color:#8b7c8e;
    font-size:.75rem;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.vip-profile-card>strong{
    margin:7px 0;
    color:#302434;
    font:700 2rem Georgia,serif;
}

.vip-profile-card>small{
    color:#8a7e8c;
}

.vip-premium-metrics{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:17px;
    padding:32px max(6vw,28px);
    background:#fff;
}

.vip-premium-metrics article{
    padding:22px;
    border:1px solid #ece4ee;
    border-radius:19px;
    background:linear-gradient(145deg,#fff,#faf7fb);
    box-shadow:0 13px 32px rgba(71,48,77,.07);
}

.vip-premium-metrics small,
.vip-premium-metrics span{
    display:block;
    color:#897d8c;
}

.vip-premium-metrics strong{
    display:block;
    margin:6px 0;
    color:#302434;
    font:700 1.75rem Georgia,serif;
}

.vip-premium-metrics span{
    font-size:.8rem;
}

@media(max-width:1050px){
    .shop-hero,
    .vip-premium-hero{
        grid-template-columns:1fr;
    }

    .shop-hero-showcase,
    .vip-profile-card{
        min-height:360px;
    }

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

@media(max-width:760px){
    .shop-hero,
    .vip-premium-hero{
        padding:60px 22px;
    }

    .shop-hero-copy h1,
    .vip-premium-copy h1{
        font-size:clamp(2.8rem,15vw,4.4rem);
    }

    .shop-hero-showcase{
        min-height:410px;
        padding:28px;
    }

    .catalog-heading{
        align-items:start;
        flex-direction:column;
    }

    .premium-catalog{
        padding:60px 20px;
    }

    .premium-benefits{
        grid-template-columns:1fr;
        margin:0 20px 55px;
    }

    .vip-premium-metrics{
        grid-template-columns:1fr;
        padding:25px 20px;
    }
}
