.elementor-878 .elementor-element.elementor-element-02fd180{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */*{
    box-sizing:border-box;
}

body{
    margin:0;
}

.bio-page{
    display:grid;
    grid-template-columns:42% 58%;
    width:100%;
    min-height:100vh;
    background:#f5f3ef;
    overflow:hidden;
}

/* LEFT IMAGE SIDE */
.bio-hero{
    width:100%;
    height:100vh;
    min-height:850px;
    overflow:hidden;
    background:#f5f3ef;
}

.bio-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
}

/* RIGHT CONTENT SIDE */
.bio-content-wrap{
    padding:70px 80px;
    overflow:hidden;
}

.bio-label{
    color:#b58a4f;
    font-size:14px;
    letter-spacing:2px;
    margin-bottom:20px;
    font-weight:700;
    text-transform:uppercase;
}

.bio-content-wrap h1{
    font-size:clamp(48px, 5vw, 76px);
    line-height:1.05;
    color:#101828;
    margin:0 0 28px;
}

.bio-intro{
    max-width:760px;
    font-size:20px;
    line-height:1.7;
    color:#475467;
    margin:0 0 55px;
}

.bio-stats{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:28px;
    margin-bottom:60px;
}

.bio-stat h3{
    color:#101828;
    margin:0 0 10px;
    font-size:24px;
    line-height:1.2;
}

.bio-stat p{
    margin:0;
    color:#667085;
    line-height:1.5;
    font-size:15px;
}

.bio-main{
    border-top:1px solid #ddd;
    padding-top:40px;
}

.bio-main h2{
    font-size:34px;
    line-height:1.2;
    color:#101828;
    margin:0 0 18px;
}

.bio-main p{
    font-size:17px;
    line-height:1.8;
    color:#475467;
    margin:0 0 28px;
}

.bio-quote{
    border-top:1px solid #ddd;
    margin-top:50px;
    padding-top:38px;
    display:flex;
    gap:25px;
}

.bio-quote-mark{
    font-size:88px;
    color:#b58a4f;
    line-height:1;
}

.bio-quote-content p{
    font-size:24px;
    line-height:1.55;
    color:#344054;
    margin:0 0 18px;
}

.bio-quote-content span{
    color:#b58a4f;
    letter-spacing:2px;
    font-weight:700;
}

/* TABLET */
@media(max-width:1200px){
    .bio-page{
        grid-template-columns:1fr;
    }

    .bio-hero{
        height:700px;
        min-height:700px;
    }

    .bio-content-wrap{
        padding:60px 40px;
    }
}

/* MOBILE */
@media(max-width:768px){
    .bio-hero{
        height:520px;
        min-height:520px;
    }

    .bio-content-wrap{
        padding:40px 24px;
    }

    .bio-stats{
        grid-template-columns:1fr 1fr;
        gap:24px;
    }

    .bio-main h2{
        font-size:28px;
    }

    .bio-quote{
        flex-direction:column;
    }

    .bio-quote-content p{
        font-size:20px;
    }
}

/* SMALL MOBILE */
@media(max-width:480px){
    .bio-hero{
        height:420px;
        min-height:420px;
    }

    .bio-stats{
        grid-template-columns:1fr;
    }
}/* End custom CSS */