/*=========================================================
ESSENCE
=========================================================*/

.essence{
    padding:140px 0 100px;
    background:#faf8f5;
}

.essence-header{
    max-width:900px;
    margin:0 auto 70px;
    text-align:center;
}

.essence .eyebrow{
    display:inline-block;
    letter-spacing:.25em;
    color:#ff7a00;
    font-size:.8rem;
    font-weight:700;
    margin-bottom:24px;
}

.essence h2{
    font-size:clamp(3rem,6vw,5rem);
    line-height:1.05;
    font-weight:300;
    margin:0;
}

.essence h2 strong{
    display:block;
    font-weight:700;
}

.essence .lead{
    max-width:720px;
    margin:36px auto 0;
    font-size:1.2rem;
    line-height:1.9;
    color:#666;
}

.essence-image{
    width:min(1700px,92vw);
    margin:0 auto;
}

.essence-image img{
    width:100%;
    display:block;
    border-radius:36px;
    box-shadow:0 35px 80px rgba(0,0,0,.18);
}

.essence-footer{
    max-width:700px;
    margin:60px auto 0;
    text-align:center;
}

.signature-line{
    width:90px;
    height:2px;
    background:#ff7a00;
    margin:0 auto 25px;
}

.essence-footer p{
    color:#777;
    line-height:1.8;
    font-size:1.05rem;
}

@media (max-width:768px){

.essence{
padding:90px 0 70px;
}

.essence-header{
margin-bottom:40px;
}

.essence h2{
font-size:2.6rem;
}

.essence .lead{
font-size:1.05rem;
padding:0 20px;
}

.essence-image{
width:94vw;
}

.essence-image img{
border-radius:22px;
}

.essence-footer{
padding:0 20px;
margin-top:40px;
}

}
