
/*
 * Vila Baco Core v0.18.0
 * Página Quem Somos administrável pelo painel da cliente.
 */

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

.vb-about{
    color:#3d3035;
    background:#fff;
}

.vb-about__intro{
    padding:44px 0 74px;
    background:#fff;
}

.vb-about__intro-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:64px;
    align-items:center;
}

.vb-about__media{
    position:relative;
    overflow:hidden;
    aspect-ratio:8/9;
    border-radius:0 0 90px 0;
    background:#3f0018;
    box-shadow:0 20px 55px rgba(67,0,25,.08);
}

.vb-about__media:before{
    position:absolute;
    top:24px;
    left:24px;
    z-index:2;
    width:68px;
    height:68px;
    border-top:2px solid #72a900;
    border-left:2px solid #72a900;
    content:"";
}

.vb-about__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.vb-about__media-placeholder{
    display:grid;
    place-items:center;
    align-content:center;
    gap:10px;
    width:100%;
    height:100%;
    padding:40px;
    color:rgba(255,255,255,.72);
    text-align:center;
}

.vb-about__media-placeholder span{
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
}

.vb-about__media-placeholder small{
    max-width:280px;
    color:rgba(255,255,255,.45);
    font-size:10px;
    line-height:1.6;
}

.vb-about__content>span,
.vb-about__history-heading>span,
.vb-about__closing span{
    color:#72a900;
    font-size:10px;
    font-weight:700;
    letter-spacing:2.6px;
    text-transform:uppercase;
}

.vb-about__content h1{
    max-width:640px;
    margin:14px 0 22px;
    color:#430019;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:clamp(58px,6vw,82px);
    font-weight:500;
    line-height:.91;
    letter-spacing:-.035em;
}

.vb-about__lead{
    max-width:660px;
    margin:0;
    color:#54464c;
    font-size:15px;
    line-height:1.9;
}

.vb-about__values{
    display:grid;
    gap:18px;
    margin:32px 0 30px;
}

.vb-about__values>div{
    display:grid;
    grid-template-columns:38px 1fr;
    gap:10px;
    align-items:start;
}

.vb-about__values i{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#fff;
    background:#72a900;
    font-size:20px;
    font-style:normal;
    font-weight:700;
}

.vb-about__values p{
    display:grid;
    gap:2px;
    margin:2px 0 0;
}

.vb-about__values strong{
    color:#2f2529;
    font-size:14px;
}

.vb-about__values small{
    color:#685a60;
    font-size:12px;
    line-height:1.5;
}

.vb-about__cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 25px;
    border-radius:999px;
    color:#fff !important;
    background:#72a900;
    font-size:11px;
    font-weight:700;
    text-decoration:none !important;
}

.vb-about__history{
    padding:94px 0 100px;
    background:#f7f1eb;
}

.vb-about__history-grid{
    display:grid;
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:86px;
    align-items:start;
}

.vb-about__history-heading{
    position:sticky;
    top:118px;
}

.vb-about__history-heading h2{
    max-width:500px;
    margin:12px 0 0;
    color:#430019;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:clamp(44px,5vw,64px);
    font-weight:500;
    line-height:.98;
    letter-spacing:-.03em;
}

.vb-about__history-text{
    padding-left:34px;
    border-left:1px solid rgba(67,0,25,.15);
}

.vb-about__history-text p{
    margin:0 0 20px;
    color:#5e5056;
    font-size:16px;
    line-height:1.95;
}

.vb-about__history-text p:last-child{
    margin-bottom:0;
}

.vb-about__history-placeholder{
    color:#8e7e84 !important;
    font-style:italic;
}

.vb-about__closing{
    padding:84px 0 88px;
    color:#fff;
    text-align:center;
    background:
        radial-gradient(circle at 82% 22%,rgba(114,169,0,.18),transparent 24%),
        #430019;
}

.vb-about__closing h2{
    max-width:760px;
    margin:12px auto 0;
    color:#fff;
    font-family:'Cormorant Garamond',Georgia,serif;
    font-size:clamp(42px,5vw,62px);
    font-weight:500;
    line-height:1;
}

@media(max-width:900px){
    .vb-about__intro-grid,
    .vb-about__history-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .vb-about__media{
        max-width:640px;
        width:100%;
        margin:0 auto;
    }

    .vb-about__history-heading{
        position:static;
    }

    .vb-about__history-text{
        padding-left:0;
        border-left:0;
        padding-top:30px;
        border-top:1px solid rgba(67,0,25,.14);
    }
}

@media(max-width:600px){
    .vb-about__intro{
        padding:30px 0 56px;
    }

    .vb-about__intro-grid{
        gap:34px;
    }

    .vb-about__media{
        border-radius:0 0 54px 0;
    }

    .vb-about__content h1{
        font-size:54px;
    }

    .vb-about__lead{
        font-size:14px;
        line-height:1.8;
    }

    .vb-about__history{
        padding:64px 0 70px;
    }

    .vb-about__history-heading h2{
        font-size:44px;
    }

    .vb-about__history-text p{
        font-size:14px;
        line-height:1.85;
    }

    .vb-about__closing{
        padding:62px 0 66px;
    }
}
