/* ==========================================================
   HERO
========================================================== */

.crusto-hero{

    background:#F7F3EE;

}

.crusto-hero-overlay{

    width:100%;

}

.crusto-hero .crusto-container{

    min-height:720px;

    display:grid;

    grid-template-columns:42% 58%;

    align-items:center;

    gap:70px;

    padding-top:120px;

    padding-bottom:80px;

}

.crusto-hero-content{

    max-width:520px;

}

.crusto-hero-subheading{

    display:block;

    margin-bottom:18px;

    font-size:.85rem;

    text-transform:uppercase;

    letter-spacing:2px;

    color:var(--accent);

}

.crusto-hero-title{

    font-size:4.5rem;

    line-height:1.05;

    margin-bottom:28px;

}

.crusto-hero-description{

    font-size:1.15rem;

    color:var(--text-light);

    margin-bottom:40px;

}

.crusto-hero-actions{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.crusto-hero-image{

    display:flex;

    justify-content:flex-end;

    align-items:center;

}

.crusto-hero-image img{

    width:100%;

    max-width:760px;

    height:auto;

    border-radius:18px;

    object-fit:cover;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}