*{ margin: 0; padding: 0; box-sizing: border-box; outline: none !important; }
       
:root{

    --ivory:#F4EFE4;
    --gold:#9A7636;
    --navy:#1E2A40;
    --text:#4b4b4b;

}
           
body{
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    color: #2A2A30; background: var(--ivory);
}
           
h1,h2,h3,h4,h5,h6{
    font-family: 'Marcellus', serif;
    font-weight: 400;
    color: #1E2A40; margin: 0 0 20px;
}

section{ overflow: hidden; }

.w-100{ width: 100%; }

.section-padding{
    padding:100px 0;
}

.section-heading{

    max-width:950px;
    margin-bottom:60px;

}

.section-tag{

    display:inline-block;
    font-size:13px;
    letter-spacing:.25em;
    color:var(--gold);
    margin-bottom:18px;

}

h2{
    font-family:'Marcellus',serif;
    font-size:clamp(30px,3.4vw,44px);
    color:var(--navy);
    line-height:1.2;
    font-weight:400;

}

@media (max-width: 600px){
    .section-heading{
        margin: 0 0 40px;
    }
    .section-padding{
        padding: 60px 0;
    }
    .mob-none{
        display: none !important;
    }
}



.btn-primary{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 36px;
    border:1px solid var(--gold);
    background:var(--gold);
    color:#fff;
    text-decoration:none;
    transition:.35s;

}

.btn-primary:hover{

    background:transparent;
    color:var(--gold);

}

.btn-secondary{

    color:var(--navy);
    text-decoration:none;
    font-weight:500;

}

.btn-secondary span{

    margin-left:10px;
    transition:.3s;

}

.btn-secondary:hover span{

    margin-left:18px;

}

.container{

    width:min(1200px,90%);
    margin:auto;

}


.hero{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    overflow:hidden;
    padding:60px 0 0;
}

.hero .container{
    display:flex;
    align-items:center;
    gap:80px;
}

.hero-content{
    width:55%;
    flex:none;
}

.hero-tag{
    display:inline-block;
    font-size:13px;
    letter-spacing:.35em;
    color:var(--gold);
    margin-bottom:30px; text-transform: uppercase;
}

.hero h1{
    font-family:'Marcellus',serif;
    font-size:clamp(36px,4.5vw,56px);
    line-height:1.08;
    color:var(--navy);
    margin-bottom:30px;
    font-weight:400;
}

.hero p{
    max-width:620px;
    font-size:18px;
    line-height:1.9;
    color:var(--text);
    margin-bottom:22px;
}

.hero p:last-of-type{
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    gap:25px;
    align-items:center;
}

.practicepage-hero-buttons{
    margin-top:20px;
    flex-wrap:wrap;
}

.practicepage-hero-buttons .btn-primary{
    text-align:center;
    line-height:1.4;
}

.hero-image{
    width:45%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-image img{
    width:100%;
    display:block;
}


/* PRACTICE AREAS */

.hero-bottom{
    width:min(1200px,90%);
    margin:30px auto 0;

    display:flex;
    flex-wrap:wrap;

    border-top:1px solid rgba(154,118,54,.25);
}

.hero-bottom > div{
    width:25%;
    padding:25px 20px;

    border-right:1px solid rgba(154,118,54,.15);
    border-bottom:1px solid rgba(154,118,54,.15);

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-bottom > div:nth-child(4),
.hero-bottom > div:nth-child(8){
    border-right:none;
}

.hero-bottom span{
    font-size:13px;
    line-height:1.5;
    letter-spacing:.12em;
    color:var(--navy);
    text-transform:uppercase;
}


/* TABLET */

@media(max-width:992px){

    .hero{
        padding:80px 0;
    }

    .hero .container{
        flex-direction:column;
        text-align:center;
        gap:40px;
    }

    .hero-content{
        width:100%;
    }

    .hero p{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-image{
        width:100%;
    }

    .hero-image img{
        max-width:450px;
    }

    .hero-bottom{
        width:90%;
    }

}


/* MOBILE */

@media(max-width:576px){

    .hero{
        padding:70px 0;
    }
    .hero .container{ text-align: start; }

    .hero h1{
        font-size:30px;
    }

    .hero p{
        font-size:16px;
        line-height:1.8;
    }

    .hero-buttons{
/*        flex-direction:column;*/ justify-content:flex-start;
        gap:15px;
    }

    .hero-bottom{
        margin-top:10px;
    }

    .hero-bottom > div{
        width:50%;
        padding:20px 12px;
        border-right:1px solid rgba(154,118,54,.15);
    }

    .hero-bottom > div:nth-child(2n){
        border-right:none;
    }

    .hero-bottom span{
        font-size:11px;
        letter-spacing:.08em;
    }

}


           
.about-reva{

    background:#fff;

}



.about-reva{
    background:#fff;
}

.about-reva-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:90px;
    align-items:center;
}

.about-reva-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:28px;
}

.about-reva-image{
    overflow:hidden;
}

.about-reva-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
    transition:.6s ease;
}

.about-reva-image:hover img{
    transform:scale(1.05);
}

.text-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--gold);
    text-decoration:none;
    letter-spacing:.08em;
    font-weight:500;
    transition:.3s;
}

.text-btn:hover{
    gap:16px;
}

/* Tablet */

@media (max-width:991px){

    .about-reva-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .about-reva-image{
        order:-1;
    }


}

/* Mobile */

@media (max-width:576px){

    .about-reva-content p{
        font-size:16px;
    }

}
           


.center{

    text-align:center;
    margin:0 auto 80px;

}

.practice-list{

    border-top:1px solid rgba(154,118,54,.2);

}

.practice-item{

    display:grid;
    grid-template-columns:45% 55%;
    align-items:center;
    padding:45px 0;
    border-bottom:1px solid rgba(154,118,54,.2);
    text-decoration:none;
    color:inherit;
    transition:.4s ease;

}

.practice-item:hover{

    padding-left:25px;
    background:#faf7f1;

}

.practice-left{

    display:flex;
    align-items:center;
    gap:35px;

}

.practice-left span{

    font-size:15px;
    color:var(--gold);
    letter-spacing:.2em;
    min-width:40px;

}

.practice-left h3{

    font-family:'Marcellus', serif;
    font-size:42px;
    color:var(--navy);
    font-weight:400; margin: 0;

}

.practice-right{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;

}

.practice-right p{

    font-size:17px;
    color:#555;
    line-height:1.8;
    max-width:520px;

}

.arrow{

    width:60px;
    height:60px;
    border:1px solid rgba(154,118,54,.3);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:var(--gold);
    transition:.35s;

}

.practice-item:hover .arrow{

    background:var(--gold);
    color:#fff;
    transform:rotate(-45deg);

}

@media(max-width:991px){

    .practice-item{

    grid-template-columns:1fr;
    gap:25px;

    }

    .practice-left{

    gap:20px;

    }

    .practice-left h3{

    font-size:32px;

    }

    .practice-right{

    flex-direction:column;
    align-items:flex-start;

    }

}
.why-reva{

    background:#ffffff;

}

.why-reva .container{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;
    align-items:start;

}



.why-left p{

    font-size:18px;
    line-height:1.9;
    color:#555;
    max-width:520px;

}

.value-box{

    display:flex;
    gap:35px;
    padding:35px 0;
    border-bottom:1px solid rgba(154,118,54,.18);

}

.value-box:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.number{

    font-size:15px;
    letter-spacing:.2em;
    color:var(--gold);
    min-width:45px;
    margin-top:8px;

}

.value-box h3{

    font-family:'Marcellus', serif;
    font-size:30px;
    color:var(--navy);
    margin-bottom:15px;
    font-weight:400;

}

.value-box p{

    font-size:17px;
    color:#666;
    line-height:1.8;

}

@media(max-width:991px){

    .why-reva .container{

    grid-template-columns:1fr;
    gap:60px;

    }

}
   
.about-firm{ background: #fff; }

.about-firm .container{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;

}

.about-image{

    position:relative;
    overflow:hidden;

}

.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.experience-card{

    position:absolute;
    bottom:30px;
    right:30px;

    background:#fff;

    padding:25px 35px;

    border-left:4px solid var(--gold);

}

.experience-card span{

    display:block;

    font-size:13px;

    letter-spacing:.15em;

    color:var(--gold);

    text-transform:uppercase;

}

.experience-card h3{

    margin-top:10px;

    font-size:40px;

    color:var(--navy);

    font-family:'Marcellus';

    font-weight:400;

}



.about-content p{

    margin-bottom:25px;

    line-height:1.9;

    color:#555;

}

@media (max-width: 991px) {

    .about-firm .container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image {
        order: -1;
    }

    .about-content {
        text-align: center;
    }

    .experience-card {
        bottom: 20px;
        right: 20px;
    }

}

@media (max-width: 576px) {

    .about-image img {
        height: 450px;
        object-fit: cover;
    }

    .experience-card {
        padding: 18px 25px;
    }

    .experience-card h3 {
        font-size: 28px;
    }

}

.our-approach{
    
}

.approach-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin-top:70px;
}

.approach-card{
    padding:50px 40px;
    background:#fff;
    border-top:3px solid var(--gold);
    transition:.35s;
}

.approach-card:hover{
    transform:translateY(-8px);
}

.approach-card span{
    color:var(--gold);
    letter-spacing:.2em;
    font-size:13px;
}

.approach-card h3{
    font-family:'Marcellus';
    font-size:34px;
    color:var(--navy);
    margin:20px 0;
    font-weight:400;
}

.approach-card p{
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

.approach-grid{
grid-template-columns:1fr;
}

}










 .site-header{

    position:sticky;

    top:0;

    left:0;

    width:100%;

    z-index:999;

    padding:25px 0;

    transition:.4s ease;
     background: var(--ivory);
     border-bottom: 1px solid #ebe0cb;

}

.site-header.scrolled{

    background:rgba(244,239,228,.95);

    backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(154,118,54,.15);

    padding:18px 0;

}

.site-header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo img{

    width:180px;

    display:block;

}

.navbar ul{

    display:flex;

    gap:40px;

    list-style:none;

}

.navbar a{

    text-decoration:none;

    color:var(--navy);

    font-size:15px;

    letter-spacing:.08em;

    transition:.3s; display: block; padding: 5px 15px; border-radius: 5px;

}

.navbar a:hover{

    color:var(--gold); background: var(--navy);

}

.navbar a.active{

    color:var(--gold); background: var(--navy);

}

.header-btn{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:var(--navy);

    border-bottom:1px solid var(--gold);

    padding-bottom:5px;

    transition:.3s;

}

.header-btn:hover{

    color:var(--gold);

}

.header-btn span{

    transition:.3s;

}

.header-btn:hover span{

    transform:translateX(6px);

}
           
           .menu-btn{

    width:45px;

    height:45px;

    border:none;

    background:none;

    display:none;

    flex-direction:column;

    justify-content:center;

    gap:7px;

    cursor:pointer;

}

.menu-btn span{

    width:26px;

    height:2px;

    background:var(--navy);

    display:block;

}

@media(max-width:991px){

.navbar{

display:none;

}

.header-btn{

display:none;

}

.menu-btn{

display:flex;

}

.logo img{

width:150px;

}
    .navbar{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:var(--ivory);
    display:none;
    padding:30px;
    border-top:1px solid rgba(154,118,54,.15);
}

.navbar.active{
    display:block;
}

.navbar ul{
    flex-direction:column;
    gap:20px;
}

}
 

/*Footer */

.site-footer{
    background:var(--navy);
    color:#fff;
    padding:0;
}


/* MAIN FOOTER */

.footer-main{
    display:flex;
    gap:80px;
    padding:65px 0 55px;
}


/* BRAND */

.footer-brand{
    width:36%;
    flex:0 0 36%;
    padding-right:40px;
}

.footer-brand h3{
    margin:0 0 25px;
    font-family:'Marcellus',serif;
    font-size:48px;
    line-height:1;
    font-weight:400;
    color:#fff;
}

.footer-brand p{
    max-width:400px;
    margin:0 0 30px;
    color:rgba(255,255,255,.65);
    font-size:17px;
    line-height:1.9;
}

.footer-social{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    text-decoration:none;
    transition:.3s ease;
}

.footer-social svg{
    width:18px;
    height:18px;
    transition:.3s ease;
}

.footer-social:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:var(--navy);
}


/* COLUMNS */

.footer-column{
    flex:1;
}

.footer-column h4{
    margin:0 0 25px;
    font-family:'Marcellus',serif;
    font-size:22px;
    line-height:1.2;
    font-weight:400;
    color:#fff;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column li{
    margin-bottom:14px;
    color:rgba(255,255,255,.62);
    font-size:15px;
    line-height:1.7;
}

.footer-column a{
    color:rgba(255,255,255,.62);
    text-decoration:none;
    transition:.3s ease;
}

.footer-column a:hover{
    color:var(--gold);
}


/* BOTTOM */

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.1);
    color:rgba(255,255,255,.45);
    font-size:13px;
}

.footer-bottom p{
    margin:0;
}

.footer-bottom span{
    color:rgba(255,255,255,.45);
}


/* TABLET */

@media(max-width:991px){

    .footer-main{
        flex-wrap:wrap;
        gap:55px 40px;
        padding:70px 0 60px;
    }

    .footer-brand{
        width:100%;
        flex:0 0 100%;
        padding-right:0;
    }

    .footer-brand p{
        max-width:550px;
    }

    .footer-column{
        width:calc(33.333% - 27px);
        flex:0 0 calc(33.333% - 27px);
    }

}


/* MOBILE */

@media(max-width:576px){

    .footer-main{
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
        gap:40px 24px;
        padding:60px 0 50px;
    }

    /* Brand */

    .footer-brand{
        width:100%;
        flex:0 0 100%;
        order:1;
        padding-right:0;
    }

    .footer-brand h3{
        font-size:40px;
    }

    .footer-brand p{
        max-width:100%;
        font-size:15px;
    }


    /* Explore */

    .footer-column:nth-child(2){
        width:calc(50% - 12px);
        flex:0 0 calc(50% - 12px);
        order:2;
    }


    /* Contact */

    .footer-column:nth-child(3){
        width:100%;
        flex:0 0 100%;
        order:4;
    }


    /* Legal */

    .footer-column:nth-child(4){
        width:calc(50% - 12px);
        flex:0 0 calc(50% - 12px);
        order:3;
    }


    .footer-column h4{
        font-size:20px;
        margin-bottom:18px;
    }

    .footer-column li{
        font-size:14px;
        margin-bottom:12px;
        line-height:1.6;
    }


    /* Bottom */

    .footer-bottom{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
        padding:22px 0;
    }

}

/*Footer End*/


/*about page*/

.aboutpage-hero{
    background:var(--ivory);
    padding:160px 0 120px;
}

.aboutpage-hero-content{
    max-width:850px;
    margin:0 auto;
    text-align:center;
}

.aboutpage-hero-content h1{
    font-size:clamp(52px,6vw,82px);
    line-height:1.08;
    margin:20px 0 30px;
}

.aboutpage-hero-content p{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.aboutpage-hero::after{
    content:"";
    display:block;
    width:120px;
    height:2px;
    background:var(--gold);
    margin:80px auto 0;
}

@media(max-width:991px){

    .aboutpage-hero{
        padding:120px 0 80px;
    }

    .aboutpage-hero-content h1{
        font-size:48px;
    }

}

@media(max-width:576px){

    .aboutpage-hero-content h1{
        font-size:38px;
    }

    .aboutpage-hero-content p{
        font-size:16px;
    }

}

.aboutpage-story{
    background:#fff;
}

.aboutpage-story-heading{
    max-width:900px;
    margin-bottom:45px;
}

.aboutpage-story-heading h2{
    margin-top:18px;
}


/* INTRO */

.aboutpage-story-intro{
    max-width:950px;
    margin-bottom:70px;
}

.aboutpage-story-intro p{
    color:#444;
    font-size: 20px;
    margin-bottom:25px;
    text-align:justify;
}

.aboutpage-story-intro p:last-child{
    margin-bottom:0;
}


/* NAME */

.aboutpage-story-meaning{
    display:flex;
    gap:80px;
    padding:55px 0;
    border-top:1px solid rgba(154,118,54,.2);
    border-bottom:1px solid rgba(154,118,54,.2);
}

.aboutpage-story-meaning-title{
    width:35%;
    flex:none;
}

.aboutpage-story-meaning-title h3{
    font-family:'Marcellus',serif;
    font-size:28px;
    font-weight:400;
    line-height:1.4;
    color:var(--navy);
    margin-top:15px;
}

.aboutpage-story-meanings{
    flex:1;
    margin:0;
    padding-left:22px;
}

.aboutpage-story-meanings li{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:12px;
}

.aboutpage-story-meanings li:last-child{
    margin-bottom:0;
}

.aboutpage-story-meanings li::marker{
    color:var(--gold);
}


/* PHILOSOPHY */

.aboutpage-story-philosophy{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    padding:55px 0;
    text-align:center;
}

.aboutpage-story-philosophy p{
    font-family:'Marcellus',serif;
    font-size:28px;
    line-height:1.5;
    color:var(--navy);
    text-align:center;
}


/* MARK */

.aboutpage-story-mark{
    display:flex;
    align-items:center;
    gap:60px;
    padding:55px 0;
    border-top:1px solid rgba(154,118,54,.2);
    border-bottom:1px solid rgba(154,118,54,.2);
}

.aboutpage-story-mark-image{
    width:220px;
    flex:0 0 220px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.aboutpage-story-mark-image img{
    width:100%;
    max-width:220px;
    display:block;
}

.aboutpage-story-mark-content{
    flex:1;
}

.aboutpage-story-mark-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin:18px 0 0;
}


/* FOOTER CONTENT */

.aboutpage-story-footer{
    max-width:1000px;
    padding-top:55px;
}

.aboutpage-story-footer p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.aboutpage-story-footer p:last-child{
    margin-bottom:0;
}


/* TABLET */

@media(max-width:991px){

    .aboutpage-story-meaning{
        flex-direction:column;
        gap:35px;
    }

    .aboutpage-story-meaning-title{
        width:100%;
    }

    .aboutpage-story-mark{
        gap:40px;
    }

}


/* MOBILE */

@media(max-width:576px){

    .aboutpage-story-intro p,
    .aboutpage-story-mark-content p,
    .aboutpage-story-footer p{
        font-size:16px;
        line-height:1.8;
    }

    .aboutpage-story-meaning-title h3{
        font-size:24px;
    }

    .aboutpage-story-meanings li{
        font-size:15px;
    }

    .aboutpage-story-philosophy{
        padding:40px 0;
    }

    .aboutpage-story-philosophy p{
        font-size:23px;
    }

    .aboutpage-story-mark{
        flex-direction:column;
        align-items:flex-start;
        gap:30px;
        padding:40px 0;
    }

    .aboutpage-story-mark-image{
        width:150px;
        flex:0 0 150px;
    }

    .aboutpage-story-mark-image img{
        max-width:150px;
    }

}

.aboutpage-principles{
    background:var(--ivory);
}

.aboutpage-principles-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.aboutpage-principle-card{
    padding:45px 35px;
    background:#fff;
    border-top:3px solid var(--gold);
    transition:.35s ease;
}

.aboutpage-principle-card:hover{
    transform:translateY(-8px);
}

.aboutpage-principle-card span{
    display:block;
    margin-bottom:18px;
    color:var(--gold);
    letter-spacing:.2em;
    font-size:13px;
}

.aboutpage-principle-card h3{
    font-size:32px;
    margin-bottom:20px;
}

.aboutpage-principle-card p{
    font-size:17px;
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

    .aboutpage-principles-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:576px){

    .aboutpage-principles-grid{
        grid-template-columns:1fr;
    }

}

.aboutpage-approach{
    background:#fff;
}

.aboutpage-approach-top{
    padding-bottom:25px;
    border-bottom:1px solid rgba(154,118,54,.2);
}

.aboutpage-approach-content{
    display:flex;
    gap:100px;
    padding-top:70px;
    align-items:flex-start;
}

.aboutpage-approach-content h2{
    width:50%;
    max-width:650px;
    margin:0;
    font-family:'Marcellus',serif;
    font-size:clamp(42px,5vw,68px);
    line-height:1.15;
    font-weight:400;
    color:var(--navy);
}

.aboutpage-approach-text{
    width:50%;
    max-width:620px;
}

.aboutpage-approach-text p{
    margin:0 0 25px;
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.aboutpage-approach-text p:last-child{
    margin-bottom:0;
}

@media(max-width:991px){

    .aboutpage-approach-content{
        flex-direction:column;
        gap:40px;
        padding-top:55px;
    }

    .aboutpage-approach-content h2,
    .aboutpage-approach-text{
        width:100%;
        max-width:750px;
    }

}

@media(max-width:576px){

    .aboutpage-approach-content{
        padding-top:45px;
        gap:30px;
    }

    .aboutpage-approach-content h2{
        font-size:38px;
    }

    .aboutpage-approach-text p{
        font-size:16px;
        line-height:1.8;
    }

}

.aboutpage-partners{
    background:var(--ivory);
}

.aboutpage-partners-intro{
    max-width:850px;
    margin-bottom:100px;
}

.aboutpage-partners-intro h2{
    font-family:'Marcellus',serif;
    font-size:clamp(36px,4.5vw,56px);
    font-weight:400;
    line-height:1.08;
    margin:20px 0;
}

.aboutpage-partners-intro p{
    font-size:20px;
    line-height:1.7;
    color:#555;
}


/* PARTNER */

.aboutpage-partner-profile{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:60px;
    padding:65px 0;
    border-top:1px solid rgba(154,118,54,.25);
}

.aboutpage-partner-photo{
    width:300px;
    flex:none;
}

.aboutpage-partner-photo img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
}

.aboutpage-partner-details{
    flex:1;
    min-width:0;
}


/* HEADER */

.aboutpage-partner-header{
    padding-bottom:25px;
    border-bottom:1px solid rgba(154,118,54,.2);
}

.aboutpage-partner-header h3{
    font-family:'Marcellus',serif;
    font-size:42px;
    font-weight:400;
    line-height:1.15;
    margin:0 0 10px;
}

.aboutpage-partner-header span{
    display:block;
    color:var(--gold);
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:10px;
}

.aboutpage-partner-header a{
    color:#555;
    font-size:15px;
    text-decoration:none;
}

.aboutpage-partner-header a:hover{
    color:var(--gold);
}

.aboutpage-partner-linkedin{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin-left:14px;
    vertical-align:middle;
    border:1px solid rgba(154,118,54,.3);
    border-radius:50%;
    color:var(--navy);
    transition:.3s;
}

.aboutpage-partner-linkedin:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
}


/* PRACTICE AREAS */

.aboutpage-partner-practice{
    margin:25px 0 30px;
    padding:14px 20px;
    font-size:14px;
    font-weight:500;
    letter-spacing:.02em;
    line-height:1.9;
    color:var(--gold);
    background:rgba(154,118,54,.08);
    border-left:3px solid var(--gold);
    border-radius:4px;
}


/* SUMMARY */

.aboutpage-partner-summary{
    max-width:700px;
}

.aboutpage-partner-summary p{
    color:#555;
    font-size:17px;
    line-height:1.85;
    margin:0;
}


/* FULL PROFILE */

.aboutpage-partner-toggle{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:5px;
    padding:0;
    background:none;
    border:0;
    cursor:pointer;
    font-family:'Jost',sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--navy);
}

.aboutpage-partner-toggle-arrow{
    width:34px;
    height:34px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(154,118,54,.3);
    border-radius:50%;
    color:var(--gold);
    font-size:15px;
    transition:.35s;
}

.aboutpage-partner-toggle:hover .aboutpage-partner-toggle-arrow{
    background:var(--gold);
    color:#fff;
}

.aboutpage-partner-profile.active .aboutpage-partner-toggle-arrow{
    background:var(--gold);
    color:#fff;
    transform:rotate(180deg);
}

.aboutpage-partner-expanded{
    max-height:0;
    overflow:hidden;
    opacity:0;
    margin-top:0;
    transition:
        max-height .5s ease,
        opacity .35s ease,
        margin-top .35s ease;
}

.aboutpage-partner-profile.active .aboutpage-partner-expanded{
    max-height:6000px;
    opacity:1;
    margin-top:35px;
}


/* BIO */

.aboutpage-partner-bio p{
    font-size:17px;
    line-height:1.8;
    color:#555;
    margin:0 0 15px;
    text-align:justify;
}

.aboutpage-partner-bio p:last-child{
    margin-bottom:0;
}


/* RECOGNITION */

.aboutpage-partner-recognition{
    margin-top:45px;
    padding-top:30px;
    border-top:1px solid rgba(154,118,54,.2);
}

.aboutpage-partner-recognition h4{
    font-family:'Marcellus',serif;
    font-size:26px;
    font-weight:400;
    margin:0 0 25px;
}

.aboutpage-partner-recognition ul{
    margin:0;
    padding-left:18px;
}

.aboutpage-partner-recognition li{
    color:#555;
    font-size:15px;
    line-height:1.75;
    margin-bottom:13px;
}


/* TABLET */

@media(max-width:991px){

    .aboutpage-partner-profile{
        gap:40px;
    }

    .aboutpage-partner-photo{
        width:280px;
    }

    .aboutpage-partner-photo img{
        height:380px;
    }

    .aboutpage-partner-header h3{
        font-size:36px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .aboutpage-partners-intro{
        margin-bottom:60px;
    }

    .aboutpage-partner-profile{
        display:block;
        padding:60px 0;
    }

    .aboutpage-partner-photo{
        width:100%;
        margin:0 0 35px;
    }

    .aboutpage-partner-photo img{
        height:420px;
    }

    .aboutpage-partner-header h3{
        font-size:36px;
    }

}


/* SMALL MOBILE */

@media(max-width:576px){

    .aboutpage-partners-intro h2{
        font-size:30px;
    }

    .aboutpage-partner-photo img{
        height:350px;
    }

    .aboutpage-partner-header h3{
        font-size:32px;
    }

    .aboutpage-partner-summary p,
    .aboutpage-partner-bio p{
        font-size:16px;
    }

}

/*about end*/


/* THOUGHT LEADERSHIP (Partners page) — scoped, do not reuse these class names elsewhere */

.tl-section{
    background:#fff;
}

.tl-heading{
    font-family:'Libre Baskerville',Georgia,serif !important;
}

.tl-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.tl-card{
    background:#FBF7ED;
    border:1px solid #DFD4BC;
    border-radius:10px;
    padding:28px 26px 24px;
    display:flex;
    flex-direction:column;
    min-height:250px;
    transition:.25s;
}

.tl-card:hover{
    box-shadow:0 16px 34px -18px rgba(20,25,40,.25);
    transform:translateY(-4px);
}

.tl-tag{
    font-size:11px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:16px;
}

.tl-quote{
    font-family:'Libre Baskerville',Georgia,serif;
    font-style:italic;
    font-size:19px;
    line-height:1.5;
    color:var(--navy);
    flex:1;
}

.tl-meta{
    margin-top:22px;
    padding-top:16px;
    border-top:1px solid #DFD4BC;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.tl-who{
    font-size:13px;
    color:var(--navy);
}

.tl-who span{
    display:block;
    font-size:11px;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#5A6272;
    margin-top:3px;
}

.tl-badge{
    font-size:10px;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#5A6272;
    border:1px solid #DFD4BC;
    border-radius:16px;
    padding:6px 12px;
    text-align:center;
    line-height:1.5;
    white-space:nowrap;
    flex:none;
}

.tl-context{
    margin-top:16px;
    font-size:13px;
    line-height:1.6;
    color:#5A6272;
}

.tl-context b{
    color:var(--gold);
    font-weight:400;
    letter-spacing:.1em;
    text-transform:uppercase;
    font-size:11px;
    display:block;
    margin-bottom:6px;
}

.tl-foot{
    margin-top:50px;
    padding-top:24px;
    border-top:1px solid #DFD4BC;
    text-align:center;
    color:#5A6272;
    font-size:13px;
    letter-spacing:.06em;
}

@media(max-width:900px){
    .tl-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:640px){
    .tl-grid{
        grid-template-columns:1fr;
    }
}

/* end thought leadership */


/*contact*/

.contactpage-contact{
}

.contactpage-grid{
    display:flex;
    align-items:stretch;
    gap:70px;
    margin-top:60px;
}

.contactpage-info{
    width:42%;
    flex:0 0 42%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.contactpage-map{
    width:58%;
    flex:0 0 58%;
}

.contactpage-map iframe{
    width:100%;
    height:450px;
    display:block;
    border:0;
    border-radius:12px;
}


/* CONTACT ITEMS */

.contactpage-item{
    padding-bottom:35px;
    margin-bottom:35px;
    border-bottom:1px solid rgba(154,118,54,.15);
}

.contactpage-item:last-child{
    margin-bottom:0;
}

.contactpage-item span{
    display:block;
    margin-bottom:14px;
    font-size:13px;
    letter-spacing:.18em;
    color:var(--gold);
    text-transform:uppercase;
}

.contactpage-item h3{
    font-family:'Marcellus',serif;
    font-size:25px;
    font-weight:400;
    line-height:1.6;
    margin:0;
    color:var(--navy);
}

.contactpage-item p{
    color:#555;
    font-size:16px;
    line-height:1.8;
    margin:0 0 18px;
}

.contactpage-item p:last-child{
    margin-bottom:0;
}

.contactpage-item a{
    color:var(--navy);
    text-decoration:none;
}

.contactpage-item a:hover{
    color:var(--gold);
}


/* TABLET */

@media(max-width:991px){

    .contactpage-grid{
        flex-direction:column;
        gap:50px;
    }

    .contactpage-info{
        width:100%;
        flex:0 0 100%;
    }

    .contactpage-map{
        width:100%;
        flex:0 0 100%;
    }

    .contactpage-map iframe{
        height:450px;
    }

}


/* MOBILE */

@media(max-width:576px){

    .contactpage-grid{
        margin-top:45px;
        gap:40px;
    }

    .contactpage-map iframe{
        height:350px;
    }

    .contactpage-item h3{
        font-size:22px;
    }

    .contactpage-item p{
        font-size:15px;
    }

}

/*contact end*/

/*practice areas*/

.practicepage-hero{
    background:var(--ivory);
    padding:90px 0 50px;
    border-bottom:1px solid rgba(154,118,54,.15);
}

.practicepage-hero-content{
    max-width:900px;
}

.practicepage-hero-content h1{
    font-family:'Marcellus',serif;
    font-size:clamp(36px,4.5vw,56px);
    line-height:1.08;
    font-weight:400;
    color:var(--navy);
    margin:20px 0 30px;
}

.practicepage-hero-content p{
    max-width:700px;
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin:0 0 18px;
}

.practicepage-hero-content p:last-child{
    margin-bottom:0;
}


@media(max-width:991px){

    .practicepage-hero{
        padding:70px 0 40px;
    }

}


@media(max-width:576px){

    .practicepage-hero{
        padding:55px 0 35px;
    }

    .practicepage-hero-content h1{
        font-size:30px;
    }

    .practicepage-hero-content p{
        font-size:16px;
        line-height:1.8;
    }

}

.practicepage-list{
    background:#fff;
    padding:55px 0;
}

.practicepage-accordion{
    margin-top:40px;
    border-top:1px solid rgba(154,118,54,.2);
}

.practicepage-item{
    border-bottom:1px solid rgba(154,118,54,.2);
}

.practicepage-trigger{
    width:100%;
    padding:26px 0;
    border:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    cursor:pointer;
    color:inherit;
}

.practicepage-title{
    display:flex;
    align-items:center;
}

.practicepage-title h3{
    margin:0;
    font-family:'Marcellus',serif;
    font-size:40px;
    line-height:1.2;
    font-weight:400;
    color:var(--navy);
}

.practicepage-arrow{
    width:52px;
    height:52px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(154,118,54,.3);
    border-radius:50%;
    color:var(--gold);
    font-size:26px;
    font-weight:300;
    transition:.35s ease;
}

.practicepage-trigger:hover .practicepage-arrow{
    background:var(--gold);
    color:#fff;
}

.practicepage-summary{
    max-width:900px;
    margin:0;
    padding:0 90px 18px 0;
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.practicepage-content{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:
        max-height:.5s ease,
        opacity:.3s ease,
        padding .5s ease;

    padding:0 90px 0 0;
}

.practicepage-item.active .practicepage-content{
    max-height:3000px;
    opacity:1;
    padding:0 90px 30px 0;
}

.practicepage-item.active .practicepage-arrow{
    background:var(--gold);
    color:#fff;
    transform:rotate(180deg);
}

.practicepage-content p{
    max-width:900px;
    margin:0 0 30px;
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.practicepage-content h4{
    margin:0 0 22px;
    font-family:'Marcellus',serif;
    font-size:24px;
    font-weight:400;
    color:var(--navy);
}

.practicepage-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.practicepage-content li{
    position:relative;
    padding-left:22px;
    margin-bottom:16px;
    font-size:16px;
    line-height:1.8;
    color:#555;
}

.practicepage-content li::before{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    left:0;
    top:11px;
    border-radius:50%;
    background:var(--gold);
}

.practicepage-content li:last-child{
    margin-bottom:0;
}

.practicepage-content strong{
    color:var(--navy);
    font-weight:500;
}


/* TABLET */

@media(max-width:991px){

    .practicepage-accordion{
        margin-top:50px;
    }

    .practicepage-trigger{
        padding:30px 0;
    }

    .practicepage-title h3{
        font-size:32px;
    }

    .practicepage-summary{
        padding-right:30px;
    }

    .practicepage-content{
        padding-right:30px;
    }

    .practicepage-item.active .practicepage-content{
        padding-right:30px;
        padding-bottom:40px;
    }

}


/* MOBILE */

@media(max-width:576px){

    .practicepage-trigger{
        padding:25px 0;
    }

    .practicepage-title h3{
        font-size:24px;
        line-height:1.3;
    }

    .practicepage-arrow{
        width:42px;
        height:42px;
        font-size:22px;
    }

    .practicepage-summary{
        padding-right:0;
        font-size:15px;
        line-height:1.8;
    }

    .practicepage-content{
        padding-right:0;
    }

    .practicepage-item.active .practicepage-content{
        padding-right:0;
        padding-bottom:30px;
    }

    .practicepage-content p{
        font-size:15px;
        line-height:1.8;
    }

    .practicepage-content h4{
        font-size:21px;
    }

    .practicepage-content li{
        font-size:15px;
        line-height:1.75;
    }

}

/*practice end*/

/*approach*/

.approachpage-hero{
    background: var(--ivory);
    padding: 160px 0 120px;
}

.approachpage-hero-content{
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.approachpage-hero-content h1{
    font-size: clamp(52px, 6vw, 82px);
    line-height: 1.08;
    margin: 20px 0 30px;
}

.approachpage-hero-content p{
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #555;
}

.approachpage-hero::after{
    content:"";
    display:block;
    width:120px;
    height:2px;
    background:var(--gold);
    margin:80px auto 0;
}

@media(max-width:991px){

    .approachpage-hero{
        padding:120px 0 80px;
    }

    .approachpage-hero-content h1{
        font-size:48px;
    }

}

@media(max-width:576px){

    .approachpage-hero-content h1{
        font-size:38px;
    }

    .approachpage-hero-content p{
        font-size:16px;
    }

}

.approachpage-philosophy{
    background:#fff;
}

.approachpage-philosophy-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
    margin-top:70px;
}

.approachpage-philosophy-item{
    padding-top:30px;
    border-top:2px solid var(--gold);
}

.approachpage-philosophy-item h3{
    font-size:30px;
    margin-bottom:20px;
}

.approachpage-philosophy-item p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

@media(max-width:991px){

    .approachpage-philosophy-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

}

.approachpage-process{
    background:var(--ivory);
}

.approachpage-process-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    position:relative;
    margin-top:70px;
}

.approachpage-process-step{
    position:relative;
}

.approachpage-process-step h3{
    font-size:28px;
    margin-bottom:18px;
}

.approachpage-process-step p{
    font-size:17px;
    color:#555;
    line-height:1.8;
}

@media(max-width:991px){

    .approachpage-process-wrapper{
        grid-template-columns:1fr;
    }

    .approachpage-process-wrapper::before{
        display:none;
    }

}

/*approach end*/


/*Policy Start*/

.legalpage-content{
    background:var(--ivory);
}

.legalpage-header{
    width:100%;
    padding-bottom:50px;
    border-bottom:1px solid rgba(154,118,54,.2);
}

.legalpage-header h1{
    font-family:'Marcellus',serif;
    font-size:clamp(36px,4.5vw,56px);
    font-weight:400;
    line-height:1.1;
    margin:20px 0 25px;
    color:var(--navy);
}

.legalpage-header p{
    max-width:100%;
    font-size:18px;
    line-height:1.8;
    color:#555;
    text-align:justify;
}

.legalpage-body{
    width:100%;
    margin-top:50px;
}

.legalpage-body h2{
    font-family:'Marcellus',serif;
    font-size:30px;
    font-weight:400;
    line-height:1.3;
    margin:55px 0 25px;
    color:var(--navy);
}

.legalpage-body h3{
    font-family:'Jost',sans-serif;
    font-size:17px;
    font-weight:500;
    margin:30px 0 15px;
    color:var(--navy);
}

.legalpage-body p{
    font-family:'Jost',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin:0 0 14px;
    text-align:justify;
}

.legalpage-body a{
    color:var(--navy);
    text-decoration:none;
}

.legalpage-body a:hover{
    color:var(--gold);
}

.legalpage-contact{
    padding:20px 25px;
    margin-top:25px;
    border-left:2px solid var(--gold);
    background:#faf8f3;
}

.legalpage-contact p{
    margin-bottom:8px;
}

.legalpage-contact p:last-child{
    margin-bottom:0;
}

.legalpage-list{
    margin:0 0 25px;
    padding-left:22px;
}

.legalpage-list > li{
    padding-left:8px;
    margin-bottom:14px;
    color:#555;
    font-family:'Jost',sans-serif;
    font-size:16px;
    line-height:1.9;
    text-align:justify;
}

.legalpage-list > li::marker{
    color:var(--gold);
}

.legalpage-list ul{
    margin:14px 0 0;
    padding-left:25px;
}

.legalpage-list ul li{
    margin-bottom:8px;
    color:#555;
    font-family:'Jost',sans-serif;
    font-size:16px;
    line-height:1.9;
    text-align:justify;
}

@media(max-width:576px){

    .legalpage-list{
        padding-left:20px;
    }

    .legalpage-list > li,
    .legalpage-list ul li{
        font-size:15px;
        line-height:1.8;
    }

}

.legalpage-confirmation{
    margin-top:50px;
    padding-top:35px;
    border-top:1px solid rgba(154,118,54,.2);
}

.legalpage-confirmation p{
    margin-bottom:25px;
}

.legalpage-confirmation a{
    color:var(--navy);
    text-decoration:none;
}

.legalpage-confirmation a:hover{
    color:var(--gold);
}

.legalpage-confirmation .btn-primary{
    border:0;
    cursor:pointer;
}

/*Policy End */


/* DISCLAIMER MODAL */

.disclaimer-overlay{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(20,26,38,.85);
    padding:30px;
    align-items:center;
    justify-content:center;
}

.disclaimer-overlay.is-open{
    display:flex;
}

.disclaimer-box{
    width:100%;
    max-width:720px;
    max-height:85vh;
    overflow-y:auto;
    background:var(--ivory);
    border-top:4px solid var(--gold);
    padding:50px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.disclaimer-box h2{
    font-size:32px;
    margin-bottom:20px;
}

.disclaimer-box p{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin:0 0 20px;
    text-align:justify;
}

.disclaimer-list{
    margin:0 0 25px;
    padding-left:20px;
}

.disclaimer-list li{
    font-size:15px;
    line-height:1.8;
    color:#555;
    margin-bottom:14px;
    text-align:justify;
}

.disclaimer-list li::marker{
    color:var(--gold);
}

.disclaimer-box-terms{
    font-size:14px !important;
    margin-bottom:30px !important;
}

.disclaimer-box-terms a{
    color:var(--navy);
    text-decoration:underline;
}

.disclaimer-box-terms a:hover{
    color:var(--gold);
}

.disclaimer-box .btn-primary{
    border:0;
    cursor:pointer;
    width:100%;
}

@media(max-width:576px){

    .disclaimer-box{
        padding:35px 25px;
        max-height:90vh;
    }

    .disclaimer-box h2{
        font-size:26px;
    }

}