/*
 * Vila Baco Core v0.15.0
 * Página Empório + localização.
 * Regras isoladas sob .vb-emporio / body.vb-emporio-page.
 */

body.vb-emporio-page .vb-page-content,
body.vb-emporio-page .vb-page-hero{
    display:none !important;
}

.vb-emporio{
    color:#3d3035;
    background:#faf6f0;
}

.vb-emporio__hero{
    position:relative;
    overflow:hidden;
    padding:104px 0 96px;
    color:#fff;
    background:
        radial-gradient(circle at 82% 28%,rgba(114,169,0,.18),transparent 24%),
        linear-gradient(118deg,#25000f 0%,#50001e 65%,#762740 100%);
}

.vb-emporio__hero:before{
    position:absolute;
    top:-190px;
    right:-70px;
    width:520px;
    height:520px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    content:"";
}

.vb-emporio__hero .vb-global-container{
    position:relative;
    z-index:2;
}

.vb-emporio__hero span,
.vb-emporio__heading span,
.vb-emporio-location__info>span{
    color:#72a900;
    font-size:10px;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
}

.vb-emporio__hero h1{
    max-width:900px;
    margin:18px 0 18px;
    color:#faf6f0;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:clamp(52px,6vw,78px);
    font-weight:500;
    line-height:.98;
    letter-spacing:-.035em;
}

.vb-emporio__hero p{
    max-width:660px;
    margin:0 0 32px;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:1.75;
}

.vb-emporio__hero a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:48px;
    padding:0 22px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    color:#fff !important;
    font-size:11px;
    font-weight:600;
    text-decoration:none !important;
    text-transform:uppercase;
}

.vb-emporio__experience,
.vb-emporio__location{
    padding:88px 0 96px;
}

.vb-emporio__brands{
    padding:90px 0 96px;
    color:#fff;
    background:#350014;
}

.vb-emporio__heading{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
    align-items:end;
    gap:60px;
    margin-bottom:38px;
}

.vb-emporio__heading h2,
.vb-emporio-location__info h2{
    max-width:720px;
    margin:8px 0 0;
    color:#430019;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:clamp(42px,5vw,62px);
    font-weight:500;
    line-height:1;
    letter-spacing:-.03em;
}

.vb-emporio__heading>p{
    margin:0;
    color:#7a696f;
    font-size:13px;
    line-height:1.8;
}

.vb-emporio__heading--light h2{
    color:#faf6f0;
}

.vb-emporio__heading--light>p{
    color:rgba(255,255,255,.62);
}

.vb-emporio-gallery{
    display:grid;
    grid-template-columns:1.35fr .85fr .85fr;
    grid-template-rows:240px 240px;
    gap:14px;
}

.vb-emporio-gallery__item{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:18px;
    background:#ede5df;
}

.vb-emporio-gallery__item:first-child{
    grid-row:1 / span 2;
}

.vb-emporio-gallery__item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.vb-emporio-gallery__item:hover img{
    transform:scale(1.03);
}

.vb-emporio-gallery-empty{
    padding:52px;
    border:1px dashed rgba(67,0,25,.18);
    border-radius:22px;
    text-align:center;
    background:#fff;
}

.vb-emporio-gallery-empty span{
    color:#72a900;
    font-size:10px;
    font-weight:700;
    letter-spacing:2px;
}

.vb-emporio-gallery-empty h3{
    margin:10px 0 8px;
    color:#430019;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:36px;
    font-weight:500;
}

.vb-emporio-gallery-empty p{
    max-width:620px;
    margin:0 auto;
    color:#75656b;
    font-size:13px;
    line-height:1.7;
}

.vb-emporio-brands{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.vb-emporio-brand{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(255,255,255,.055);
}

.vb-emporio-brand__image{
    display:grid;
    place-items:center;
    aspect-ratio:4/3;
    padding:26px;
    background:#fff;
}

.vb-emporio-brand__image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}

.vb-emporio-brand__placeholder{
    display:grid;
    place-items:center;
    gap:4px;
    width:100%;
    height:100%;
    color:#430019;
}

.vb-emporio-brand__placeholder span{
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:32px;
}

.vb-emporio-brand__placeholder small{
    color:#72a900;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.vb-emporio-brand__content{
    padding:24px 24px 26px;
}

.vb-emporio-brand__content>span{
    color:#72a900;
    font-size:9px;
    font-weight:700;
    letter-spacing:1.8px;
    text-transform:uppercase;
}

.vb-emporio-brand__content h3{
    margin:8px 0 9px;
    color:#fff;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:30px;
    font-weight:500;
    line-height:1.05;
}

.vb-emporio-brand__content p{
    margin:0 0 18px;
    color:rgba(255,255,255,.62);
    font-size:12px;
    line-height:1.7;
}

.vb-emporio-brand__content a{
    color:#fff !important;
    font-size:10px;
    font-weight:650;
    letter-spacing:.8px;
    text-decoration:none !important;
    text-transform:uppercase;
}

.vb-emporio-brands-empty{
    padding:34px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    color:rgba(255,255,255,.7);
    background:rgba(255,255,255,.05);
    text-align:center;
}

.vb-emporio__brands-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:38px;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.12);
}

.vb-emporio__brands-cta p{
    margin:0;
    color:rgba(255,255,255,.72);
}

.vb-emporio__brands-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:46px;
    padding:0 20px;
    border-radius:999px;
    color:#fff !important;
    background:#72a900;
    font-size:10px;
    font-weight:700;
    text-decoration:none !important;
    text-transform:uppercase;
}

.vb-emporio__brands-cta svg{
    width:16px;
    height:16px;
    fill:currentColor;
}

.vb-emporio__location .vb-global-container{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:58px;
    align-items:stretch;
}

.vb-emporio-location__info{
    padding:34px 0;
}

.vb-emporio-location__details{
    display:grid;
    gap:20px;
    margin:30px 0;
}

.vb-emporio-location__details>div{
    padding-top:16px;
    border-top:1px solid rgba(67,0,25,.12);
}

.vb-emporio-location__details small{
    display:block;
    margin-bottom:6px;
    color:#72a900;
    font-size:9px;
    font-weight:700;
    letter-spacing:1.8px;
}

.vb-emporio-location__details p{
    margin:0;
    color:#62545a;
    font-size:13px;
    line-height:1.7;
}

.vb-emporio-location__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.vb-emporio-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    border:1px solid rgba(67,0,25,.22);
    border-radius:999px;
    color:#430019 !important;
    font-size:10px;
    font-weight:700;
    text-decoration:none !important;
    text-transform:uppercase;
}

.vb-emporio-button--primary{
    border-color:#430019;
    color:#fff !important;
    background:#430019;
}

.vb-emporio-location__map{
    overflow:hidden;
    min-height:510px;
    border-radius:22px;
    box-shadow:0 22px 60px rgba(67,0,25,.09);
    background:#e9e0da;
}

.vb-emporio-location__map iframe{
    display:block;
    width:100%;
    height:100%;
    min-height:510px;
    border:0;
}

@media(max-width:900px){
    .vb-emporio__heading,
    .vb-emporio__location .vb-global-container{
        grid-template-columns:1fr;
        gap:28px;
    }

    .vb-emporio-gallery{
        grid-template-columns:1fr 1fr;
        grid-template-rows:320px 200px 200px;
    }

    .vb-emporio-gallery__item:first-child{
        grid-column:1 / -1;
        grid-row:auto;
    }

    .vb-emporio-brands{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .vb-emporio-location__map,
    .vb-emporio-location__map iframe{
        min-height:420px;
    }
}

@media(max-width:600px){
    .vb-emporio__hero{
        padding:74px 0 68px;
    }

    .vb-emporio__experience,
    .vb-emporio__brands,
    .vb-emporio__location{
        padding:62px 0 70px;
    }

    .vb-emporio__hero h1{
        font-size:48px;
    }

    .vb-emporio__heading{
        margin-bottom:28px;
    }

    .vb-emporio__heading h2,
    .vb-emporio-location__info h2{
        font-size:42px;
    }

    .vb-emporio-gallery{
        display:grid;
        grid-template-columns:1fr;
        grid-template-rows:none;
    }

    .vb-emporio-gallery__item,
    .vb-emporio-gallery__item:first-child{
        grid-column:auto;
        grid-row:auto;
        aspect-ratio:4/3;
    }

    .vb-emporio-brands{
        grid-template-columns:1fr;
    }

    .vb-emporio__brands-cta{
        align-items:flex-start;
        flex-direction:column;
    }

    .vb-emporio-location__map,
    .vb-emporio-location__map iframe{
        min-height:360px;
    }

    .vb-emporio-gallery-empty{
        padding:34px 22px;
    }
}
