/* Force all section headings to gold */

.section-label,
.section-title,
.section-subtitle,
.her-journey h6,
.her-journey h5,
.her-journey span,
.founder-philosophy h6,
.founder-philosophy h5,
.founder-philosophy span,
.founder-values h6,
.founder-values h5,
.founder-values span,
.founder-recognition h6,
.founder-recognition h5,
.founder-recognition span{
    color:#C79A46 !important;
    text-transform:uppercase;
    letter-spacing:5px;
    font-family:'Inter',sans-serif;
    font-size:15px;
    font-weight:400;
}



/*=====================================
FOUNDER INTRO
======================================*/

.founder-intro{

    display:grid;
    grid-template-columns:50% 50%;

    width:100%;

    min-height:100vh;
     padding-top:110px;   /* adjust to your navbar height */

    background:#111111;

    align-items:center;

}

.founder-intro-image{

    width:100%;
   height:calc(100vh - 110px);

    overflow:hidden;

}

.founder-intro-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center;

    display:block;

}

.founder-intro-content{

    padding:0 8%;

}

.founder-intro-content .section-label{

    display:block;

    font-family:'Inter',sans-serif;

    font-size:15px;

    letter-spacing:5px;

    color:#C79A46;

    text-transform:uppercase;

    margin-bottom:25px;

}

.founder-intro-content h1{

    font-family:'Cormorant Garamond',serif;

    font-size:25px;

    font-weight:500;

    color:#F5F2EB;

    margin-bottom:35px;

}

.founder-intro-content p{

    font-family:'Inter',sans-serif;

    font-size:15px;

    line-height:2;

    color:#F5F2EB;

    opacity:.9;

}

@media(max-width:1024px){

.founder-intro{

    display:flex;

     padding-top:90px;
    flex-direction:column;

    min-height:auto;

}

.founder-intro-image{

    width:100%;

    height:auto;

}

.founder-intro-image img{

    width:100%;

    height:auto;

    object-fit:contain;

    display:block;

}

.founder-intro-content{

    width:100%;

    padding:50px 30px;

}

.founder-intro-content h1{

    font-size:25px;

}

}

@media(max-width:768px){

.founder-intro-content{

    padding:40px 25px;

}

.founder-intro-content h1{

    font-size:22px;

}

}



/*=====================================
FOUNDER STORY
======================================*/

.founder-story{

    display:grid;
    grid-template-columns:50% 50%;

    width:100%;

    min-height:100vh;

    align-items:center;

    background:#111111;

}

.founder-story-content{

    padding:0 8%;

}

.founder-story-image{

    width:100%;
    height:100vh;

    overflow:hidden;

}

.founder-story-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center;

    display:block;

}

.founder-story-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:25px;

    font-weight:500;

    color:#F5F2EB;

    margin:25px 0 35px;

}

.founder-story-content p{

    font-family:'Inter',sans-serif;

    font-size:15px;

    line-height:2;

    color:#F5F2EB;

    opacity:.9;

}
@media(max-width:1024px){

.founder-story{

    display:flex;

    flex-direction:column;

    min-height:auto;

}

.founder-story-image{

    order:1;

    width:100%;

    height:auto;

}

.founder-story-image img{

    width:100%;

    height:auto;

    object-fit:contain;

}

.founder-story-content{

    order:2;

    width:100%;

    padding:50px 30px;

}

.founder-story-content h2{

    font-size:25px;

}

}

@media(max-width:768px){

.founder-story-content{

    padding:40px 25px;

}

.founder-story-content h2{

    font-size:22px;

}

}



/*=====================================
DESIGN PHILOSOPHY
======================================*/

.founder-philosophy{

    display:grid;
    grid-template-columns:50% 50%;

    width:100%;
    min-height:100vh;

    align-items:center;

    background:#111111;

}

.founder-philosophy-image{

    width:100%;
    height:100vh;

    overflow:hidden;

}

.founder-philosophy-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center;

    display:block;

}

.founder-philosophy-content{

    padding:0 8%;

}

.founder-philosophy-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:25px;

    font-weight:500;

    color:#F5F2EB;

    margin:25px 0 35px;

}

.founder-philosophy-content blockquote{

    font-family:'Cormorant Garamond',serif;

    font-size:30px;

    font-style:italic;

    line-height:1.6;

    color:#C79A46;

    margin-bottom:40px;

}

.founder-philosophy-content p{

    font-family:'Inter',sans-serif;

    font-size:15px;

    line-height:2;

    color:#F5F2EB;

    opacity:.9;

}
@media(max-width:1024px){

.founder-philosophy{

    display:flex;
    flex-direction:column;

}

.founder-philosophy-image{

    width:100%;
    height:auto;

}

.founder-philosophy-image img{

    width:100%;
    height:auto;

    object-fit:contain;

}

.founder-philosophy-content{

    width:100%;
    padding:50px 30px;

}

.founder-philosophy-content h2{

    font-size:25px;

}

.founder-philosophy-content blockquote{

    font-size:26px;

}

}

@media(max-width:768px){

.founder-philosophy-content{

    padding:40px 22px;

}

.founder-philosophy-content h2{

    font-size:28px;

}

.founder-philosophy-content blockquote{

    font-size:22px;

}

}
/*=====================================
BEYOND DESIGN
======================================*/

.founder-values{

    display:grid;
    grid-template-columns:50% 50%;
    grid-template-areas:"content image";

    width:100%;
    min-height:100vh;

    background:#111111;

    align-items:center;

}

.founder-values-content{
    grid-area:content;
    padding:0 8%;
}

.founder-values-image{
    grid-area:image;

    width:100%;
    height:100vh;
    overflow:hidden;
}

.founder-values-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center;

    display:block;

}

.founder-values-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:25px;

    color:#F5F2EB;

    font-weight:500;

    margin:25px 0 35px;

}

.founder-values-content p{

    font-family:'Inter',sans-serif;

    font-size:15px;

    line-height:2;

    color:#F5F2EB;

    opacity:.9;

}
@media(max-width:1024px){

.founder-values{

    display:flex;
    flex-direction:column;

}

.founder-values-image{
    order:1;
    width:100%;
    height:auto;
}

.founder-values-content{
    order:2;
    width:100%;
    padding:50px 30px;
}

.founder-values-image img{

    width:100%;
    height:auto;

    object-fit:contain;

}


.founder-values-content h2{

    font-size:25px;

}

}

@media(max-width:768px){

.founder-values-content{

    padding:40px 25px;

}

.founder-values-content h2{

    font-size:22px;

}

}

/*=====================================
RECOGNITION
======================================*/

.founder-recognition{

    display:grid;
    grid-template-columns:50% 50%;

    width:100%;
    min-height:100vh;

    align-items:center;

    background:#111111;

}

.founder-recognition-image{

    width:100%;
    height:100vh;

    overflow:hidden;

}

.founder-recognition-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center;

    display:block;

}

.founder-recognition-content{

    padding:0 8%;

}

.founder-recognition-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:25px;

    color:#F5F2EB;

    font-weight:500;

    margin:25px 0 35px;

}

.founder-recognition-content p{

    font-family:'Inter',sans-serif;

    font-size:15px;

    line-height:2;

    color:#F5F2EB;

    opacity:.9;

}
@media(max-width:1024px){

.founder-recognition{

    display:flex;
    flex-direction:column;

}

.founder-recognition-image{

    width:100%;
    height:auto;

}

.founder-recognition-image img{

    width:100%;
    height:auto;

    object-fit:contain;

}

.founder-recognition-content{

    width:100%;

    padding:50px 30px;

}

.founder-recognition-content h2{

    font-size:25px;

}

}

@media(max-width:768px){

.founder-recognition-content{

    padding:40px 25px;

}

.founder-recognition-content h2{

    font-size:22px;

}

}
/* ===========================
   CTA
=========================== */

.cta-section{

    width:100%;

    background:#111111;

    min-height:30vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:50px 24px;

    text-align:center;

    box-sizing:border-box;

}

.cta-content{

    width:100%;

    max-width:650px;

    margin:0 auto;

}
.cta-content span{

    display:block;

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    letter-spacing:4px;

    margin-bottom:20px;

}
.cta-content p{

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    line-height:2;

    margin-bottom:30px;

}

.cta-content a{

    text-decoration:none;

    color:#F5F2EB;

    border-bottom:1px solid #F5F2EB;

    padding-bottom:4px;

    font-size:15px;

    transition:.3s;

}

.cta-content a:hover{

    color:#C79A46;

    border-color:#C79A46;

}

/*==============================
FOOTER
==============================*/


/*=====================================
FOOTER
=====================================*/

.footer{

    width:100%;

    background:#111111;

    border-top:1px solid rgba(255,255,255,.08);

    padding:60px 24px 30px;

    box-sizing:border-box;

    text-align:center;

}

/* Links */

.footer-links{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:35px;

    margin-bottom:40px;

}

.footer-links a{

    text-decoration:none;

    color:#F5F2EB;

    font-size:15px;

    transition:.35s ease;

}

.footer-links a:hover{

    color:#C79A46;

}

/* Contact */

.footer-contact{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    flex-wrap:wrap;

    margin-bottom:35px;

}

.footer-contact a,

.footer-contact span{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

}

/* Social */

.footer-social{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    margin-bottom:45px;

}

.footer-social a{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

    transition:.35s ease;

}

.footer-social a:hover{

    color:#C79A46;

}

/* Copyright */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding-top:25px;

    color:rgba(245,242,235,.55);

    font-size:14px;

}

/* Mobile */

@media(max-width:768px){

.footer{

    padding:50px 24px 30px;

}

.footer-links,
.footer-contact,
.footer-social{

    width:100%;

    justify-content:center;

    align-items:center;

    margin-left:auto;

    margin-right:auto;

}

.footer-bottom{

    text-align:center;

}

}


/*=====================================
        SEARCH SECTION
======================================*/

.search-section{

    background:#111111;

    padding:80px 24px 40px;

}

and

.search-trigger{

    max-width:700px;

    margin:auto;

    height:70px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 30px;

    background:rgba(255,255,255,.03);

    cursor:pointer;

    transition:.35s;

}

.search-trigger:hover{

    border-color:#C79A46;

}

.search-icon{

    color:#C79A46;

    font-size:22px;

}

.search-text{

    flex:1;

    margin-left:18px;

    color:#999;

}

.search-shortcut{

    color:#777;

    font-size:14px;

}

/*=====================================
        MODAL
======================================*/

.search-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    backdrop-filter:blur(18px);

    display:none;

    align-items:flex-start;

    justify-content:center;

    padding-top:120px;

    z-index:9999;

}

.search-modal.active{

    display:flex;

}

.search-box{

    width:min(720px,90%);

    background:#161616;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    overflow:hidden;

}

.search-box input{

    width:100%;

    height:72px;

    background:none;

    border:none;

    outline:none;

    color:#fff;

    font-size:20px;

    padding:0 28px;

}

.search-results{

    max-height:420px;

    overflow-y:auto;

}

.search-item{

    display:block;

    padding:18px 28px;

    color:#fff;

    text-decoration:none;

    border-top:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.search-item:hover{

    background:#222;

}
