:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-40512f6 *//*======================================
ABOUT HERO
======================================*/

.rr-about-hero{

    background:#FFFDF8;

    min-height:90vh;

    display:flex;

    align-items:center;

}

.rr-about-hero .rr-grid{

    grid-template-columns:1fr 520px;

    align-items:center;

    gap:90px;

}

.rr-about-hero-content{

    max-width:650px;

}

.rr-about-hero-content h1{

    margin:30px 0;

}

.rr-about-hero-content p{

    margin-bottom:40px;

    max-width:560px;

}

.rr-about-hero-image{

    position:relative;

}

.rr-about-hero-image img{

    width:100%;

    border-radius:18px;

    display:block;

    box-shadow:0 35px 70px rgba(0,0,0,.08);

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:992px){

    .rr-about-hero .rr-grid{

        grid-template-columns:1fr;

        gap:60px;

    }

    .rr-about-hero-content{

        order:2;

        text-align:center;

        margin:auto;

    }

    .rr-about-hero-content p{

        margin-left:auto;
        margin-right:auto;

    }

    .rr-about-hero-image{

        order:1;

        max-width:520px;

        margin:auto;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c58fe9f *//*======================================
OUR STORY
======================================*/

.rr-story{

    background:#F8F5EF;

}

.rr-story .rr-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:110px;

    align-items:center;

}

/*======================================
IMAGE
======================================*/

.rr-story-image{

    display:flex;

    justify-content:center;

    align-items:center;

}

.rr-story-image img{

    width:100%;

    max-width:420px;

    aspect-ratio:4 / 5;

    object-fit:cover;

    display:block;

    border-radius:18px;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

    transition:.45s ease;

}

.rr-story-image img:hover{

    transform:scale(1.02);

}

/*======================================
CONTENT
======================================*/

.rr-story-content{

    max-width:650px;

}

.rr-story-content h2{

    margin:25px 0 30px;

}

.rr-story-content p{

    margin-bottom:22px;

}

.rr-story-content blockquote{

    margin-top:45px;

    padding-left:28px;

    border-left:3px solid var(--gold);

    font-family:'Cormorant Garamond',serif;

    font-size:34px;

    line-height:1.5;

    color:var(--green);

    font-style:italic;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:1200px){

    .rr-story .rr-grid{

        grid-template-columns:380px 1fr;

        gap:70px;

    }

    .rr-story-image img{

        max-width:380px;

    }

}

@media(max-width:992px){

    .rr-story{

        text-align:center;

    }

    .rr-story .rr-grid{

        grid-template-columns:1fr;

        gap:60px;

    }

    .rr-story-image{

        order:1;

    }

    .rr-story-content{

        order:2;

        margin:0 auto;

    }

    .rr-story-image img{

        width:100%;

        max-width:450px;

        aspect-ratio:4 / 5;

    }

    .rr-story-content blockquote{

        margin-top:40px;

        padding:25px 0 0;

        border-left:none;

        border-top:3px solid var(--gold);

        font-size:30px;

    }

}

@media(max-width:768px){

    .rr-story .rr-grid{

        gap:45px;

    }

    .rr-story-image img{

        max-width:100%;

        border-radius:14px;

    }

    .rr-story-content h2{

        margin:20px 0 25px;

    }

    .rr-story-content p{

        margin-bottom:20px;

    }

    .rr-story-content blockquote{

        font-size:26px;

        line-height:1.6;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7237a76 *//*======================================
MISSION & VISION
======================================*/

.rr-purpose{

    background:#FFFDF8;

}

.rr-purpose-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:50px;

    margin-top:80px;

}

.rr-purpose-card{

    padding:55px;

    background:#fff;

    border:1px solid #ECE3D3;

    border-radius:18px;

    transition:.35s ease;

}

.rr-purpose-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.06);

}

.rr-purpose-label{

    display:block;

    margin-bottom:18px;

    color:var(--gold);

    font-size:12px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:600;

}

.rr-purpose-card h3{

    margin-bottom:24px;

}

.rr-purpose-card p{

    margin:0;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:768px){

    .rr-purpose-grid{

        grid-template-columns:1fr;

        gap:30px;

        margin-top:60px;

    }

    .rr-purpose-card{

        padding:35px 28px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdb774b *//*======================================
OUR PHILOSOPHY
======================================*/

.rr-philosophy{

    background:#F8F5EF;

}

.rr-pillars{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

    margin-top:80px;

}

.rr-pillar{

    padding:45px;

    background:#fff;

    border:1px solid #ECE3D3;

    border-radius:18px;

    transition:.35s ease;

}

.rr-pillar:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.06);

}

.rr-pillar-number{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:58px;

    height:58px;

    margin-bottom:28px;

    border-radius:50%;

    background:var(--green);

    color:#fff;

    font-size:16px;

    font-weight:600;

    letter-spacing:1px;

}

.rr-pillar h3{

    margin-bottom:20px;

}

.rr-pillar p{

    margin:0;

}

.rr-philosophy-summary{

    max-width:760px;

    margin:90px auto 0;

    text-align:center;

}

.rr-philosophy-summary h3{

    margin-bottom:25px;

}

.rr-philosophy-summary p{

    margin:0;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:992px){

    .rr-pillars{

        grid-template-columns:1fr;

        gap:30px;

    }

    .rr-philosophy-summary{

        margin-top:60px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a9749d *//* ==========================================
   WIDGET 1
   FOUNDER + PERSONAL NOTE
========================================== */

.rr-founder-story{
    background:#F9F7F2;
    padding:120px 0;
}

.rr-founder-story .rr-container{
    max-width:1050px;
}

/* -------------------------
Heading
------------------------- */

.rr-founder-story .rr-section-heading{
    text-align:center;
    margin-bottom:70px;
}

.rr-founder-story .rr-section-heading h2{
    font-size:56px;
    color:#234739;
    margin-bottom:18px;
}

/* -------------------------
Content
------------------------- */

.rr-founder-story-content{
    max-width:820px;
    margin:0 auto;
}

.rr-founder-story-content p{
    font-size:20px;
    line-height:2;
    color:#4E4E4E;
    margin-bottom:34px;
}

.rr-founder-story-content p:first-child{
    font-size:24px;
    color:#234739;
    font-family:"Cormorant Garamond",serif;
}

.rr-founder-story-content strong{
    color:#234739;
    font-weight:600;
}

/* Decorative divider */

.rr-founder-story-content::after{
    content:"";
    display:block;
    width:90px;
    height:2px;
    background:#B7904F;
    margin:70px auto 0;
}

/* -------------------------
Personal Note
------------------------- */

.rr-founder-note{
    position:relative;
    max-width:900px;
    margin:90px auto 0;
    background:#fff;
    padding:70px;
    border-radius:28px;
    border:1px solid rgba(183,144,79,.18);
    box-shadow:0 30px 70px rgba(0,0,0,.08);
    overflow:hidden;
}

.rr-founder-note::before{
    content:"“";
    position:absolute;
    top:-45px;
    left:30px;
    font-size:180px;
    color:rgba(183,144,79,.12);
    font-family:Georgia, serif;
    line-height:1;
}

.rr-founder-note p{
    position:relative;
    z-index:2;
    margin:0;
    font-size:32px;
    line-height:1.7;
    text-align:center;
    color:#234739;
    font-family:"Cormorant Garamond",serif;
}

.rr-founder-note footer{
    margin-top:45px;
    text-align:center;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.rr-founder-note footer strong{
    display:block;
    color:#234739;
    font-size:22px;
    margin-bottom:6px;
}

/* Gold accent */

.rr-founder-note::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:5px;
    background:linear-gradient(90deg,#B7904F,#E4C98A,#B7904F);
}

/* -------------------------
Animation
------------------------- */

.rr-founder-note,
.rr-founder-story-content{
    transition:.35s ease;
}

.rr-founder-note:hover{
    transform:translateY(-8px);
    box-shadow:0 40px 90px rgba(0,0,0,.12);
}

/* -------------------------
Responsive
------------------------- */

@media(max-width:768px){

.rr-founder-story{
    padding:80px 0;
}

.rr-founder-story .rr-section-heading h2{
    font-size:40px;
}

.rr-founder-story-content p{
    font-size:18px;
}

.rr-founder-story-content p:first-child{
    font-size:22px;
}

.rr-founder-note{
    padding:40px 28px;
}

.rr-founder-note::before{
    font-size:110px;
    top:-25px;
    left:18px;
}

.rr-founder-note p{
    font-size:24px;
}

.rr-founder-note footer strong{
    font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bedea73 *//* ==========================================
   WIDGET 2
   JOURNEY + APPROACH
========================================== */

.rr-journey,
.rr-approach{
    padding:110px 0;
}

.rr-journey{
    background:#FCFAF6;
}

.rr-approach{
    background:#ffffff;
}

/* -----------------------
HEADINGS
----------------------- */

.rr-journey .rr-section-heading,
.rr-approach .rr-section-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.rr-journey .rr-section-heading h2,
.rr-approach .rr-section-heading h2{
    font-size:52px;
    color:#234739;
    margin-bottom:20px;
}

.rr-journey .rr-section-heading p,
.rr-approach .rr-section-heading p{
    color:#666;
    font-size:18px;
    line-height:1.9;
}

/* =======================
JOURNEY TIMELINE
======================= */

.rr-journey-grid{
    position:relative;
    max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:35px;
}

.rr-journey-grid::before{
    content:"";
    position:absolute;
    left:28px;
    top:0;
    bottom:0;
    width:2px;
    background:#D9C29A;
}

.rr-journey-step{
    position:relative;
    background:#fff;
    margin-left:70px;
    padding:35px;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.06);
    transition:.35s;
    border:1px solid rgba(183,144,79,.15);
}

.rr-journey-step:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.10);
}

.rr-journey-step::before{
    content:"";
    position:absolute;
    left:-56px;
    top:38px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#234739;
    border:6px solid #FCFAF6;
    box-shadow:0 0 0 2px #B7904F;
}

.rr-journey-step h3{
    color:#234739;
    font-size:30px;
    margin-bottom:15px;
}

.rr-journey-step p{
    margin:0;
    line-height:1.9;
    color:#666;
}

/* =======================
APPROACH GRID
======================= */

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

.rr-grid>div{
    background:#fff;
    padding:40px 35px;
    border-radius:22px;
    border:1px solid #ECE7DF;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.04);
    text-align:left;
}

.rr-grid>div:hover{
    transform:translateY(-8px);
    border-color:#B7904F;
    box-shadow:0 25px 55px rgba(0,0,0,.08);
}

.rr-grid h3{
    font-size:26px;
    color:#234739;
    margin-bottom:18px;
    line-height:1.3;
}

.rr-grid p{
    margin:0;
    color:#666;
    line-height:1.9;
}

/* Bottom Statement */

.rr-approach .rr-container>div:last-child{
    margin-top:70px !important;
    padding:45px;
    background:#234739;
    border-radius:22px;
    text-align:center;
}

.rr-approach .rr-container>div:last-child p{
    color:#fff;
    font-size:22px;
    line-height:1.8;
    margin:0;
    font-family:"Cormorant Garamond",serif;
}

/* =======================
RESPONSIVE
======================= */

@media (max-width:992px){

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

}

@media (max-width:768px){

.rr-journey,
.rr-approach{
    padding:80px 0;
}

.rr-journey .rr-section-heading h2,
.rr-approach .rr-section-heading h2{
    font-size:38px;
}

.rr-journey-grid::before{
    left:18px;
}

.rr-journey-step{
    margin-left:45px;
    padding:28px;
}

.rr-journey-step::before{
    left:-37px;
}

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

.rr-grid>div{
    padding:30px;
}

.rr-grid h3{
    font-size:22px;
}

.rr-approach .rr-container>div:last-child{
    padding:35px 25px;
}

.rr-approach .rr-container>div:last-child p{
    font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c062eb *//* ==========================================
   WIDGET 3
   OFFERINGS • FAQ • CLOSING
========================================== */

.rr-offerings,
.rr-faq,
.rr-closing{
    padding:110px 0;
    background:#FAF8F3;
}

.rr-faq{
    background:#FFFFFF;
}

.rr-closing{
    background:#234739;
    color:#fff;
}

/* ---------------------------------
SECTION TITLES
--------------------------------- */

.rr-offerings .rr-section-heading,
.rr-faq .rr-section-heading,
.rr-closing .rr-section-heading{
    text-align:center;
    margin-bottom:70px;
}

.rr-offerings .rr-section-heading h2,
.rr-faq .rr-section-heading h2{
    font-size:52px;
    color:#234739;
    margin-bottom:20px;
}

.rr-closing .rr-section-heading h2{
    font-size:52px;
    color:#fff;
}

.rr-offerings .rr-section-heading p{
    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:1.9;
}

/* ---------------------------------
OFFERINGS
--------------------------------- */

.rr-offerings .rr-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.rr-offerings .rr-grid>div{
    background:#fff;
    border-radius:22px;
    padding:40px;
    transition:.35s;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    border:1px solid rgba(183,144,79,.15);
}

.rr-offerings .rr-grid>div:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.rr-offerings h3{
    color:#234739;
    margin-bottom:18px;
    font-size:28px;
}

.rr-offerings p{
    color:#555;
    line-height:1.9;
    margin:0;
}

/* ---------------------------------
FAQ
--------------------------------- */

.rr-faq-list{
    max-width:900px;
    margin:auto;
}

.rr-faq details{
    background:#fff;
    border:1px solid #E8E2D8;
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.rr-faq details:hover{
    border-color:#B7904F;
}

.rr-faq details[open]{
    border-color:#B7904F;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.rr-faq summary{
    list-style:none;
    cursor:pointer;
    padding:26px 70px 26px 30px;
    position:relative;
    font-size:20px;
    font-weight:600;
    color:#234739;
    transition:.3s;
}

.rr-faq summary::-webkit-details-marker{
    display:none;
}

.rr-faq summary::after{
    content:"+";
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#234739;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:300;
    transition:.35s;
}

.rr-faq details[open] summary::after{
    content:"−";
    background:#B7904F;
}

.rr-faq details p{
    padding:0 30px 30px;
    color:#666;
    line-height:1.9;
    font-size:17px;
    margin:0;
}

/* ---------------------------------
CLOSING SECTION
--------------------------------- */

.rr-closing{
    position:relative;
    overflow:hidden;
}

.rr-closing::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.08),
    transparent 45%);
}

.rr-closing .rr-founder-story-content{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
}

.rr-closing p{
    color:rgba(255,255,255,.88);
    font-size:19px;
    line-height:2;
    margin-bottom:28px;
}

.rr-closing strong{
    color:#D8B36C;
}

.rr-closing p:last-child{
    font-size:22px;
    font-family:"Cormorant Garamond",serif;
    color:#fff;
    margin-top:45px;
}

/* ---------------------------------
RESPONSIVE
--------------------------------- */

@media(max-width:768px){

.rr-offerings,
.rr-faq,
.rr-closing{
    padding:80px 0;
}

.rr-offerings .rr-section-heading h2,
.rr-faq .rr-section-heading h2,
.rr-closing .rr-section-heading h2{
    font-size:36px;
}

.rr-offerings .rr-grid{
    grid-template-columns:1fr;
}

.rr-offerings .rr-grid>div{
    padding:30px;
}

.rr-faq summary{
    font-size:18px;
    padding:22px 60px 22px 22px;
}

.rr-faq details p{
    padding:0 22px 25px;
}

.rr-closing p{
    font-size:17px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8d5e04 *//*======================================
OUR VALUES
======================================*/

.rr-values{

    background:#F8F5EF;

}

.rr-values-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

    margin-top:80px;

}

.rr-value{

    padding:40px;

    background:#fff;

    border-radius:18px;

    border:1px solid #ECE3D3;

    transition:.35s ease;

}

.rr-value:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 55px rgba(0,0,0,.06);

}

.rr-value-number{

    display:block;

    margin-bottom:18px;

    font-size:14px;

    letter-spacing:3px;

    color:var(--gold);

    font-weight:700;

}

.rr-value h3{

    margin-bottom:18px;

}

.rr-value p{

    margin:0;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:992px){

    .rr-values-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .rr-values-grid{

        grid-template-columns:1fr;

        gap:25px;

        margin-top:60px;

    }

    .rr-value{

        padding:30px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6ae1e4 *//*======================================
ABOUT CTA
======================================*/

.rr-about-cta{

    background:linear-gradient(180deg,#234739 0%,#1A352B 100%);

    color:#fff;

}

.rr-about-cta .rr-about-cta-inner{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.rr-about-cta .rr-small-title{

    color:rgba(255,255,255,.75);

}

.rr-about-cta .rr-small-title span{

    background:rgba(255,255,255,.35);

}

.rr-about-cta h2{

    color:#fff;

    margin:25px 0 30px;

}

.rr-about-cta p{

    max-width:720px;

    margin:0 auto 45px;

    color:rgba(255,255,255,.85);

}

.rr-about-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/* Primary Button */

.rr-about-cta .rr-btn{

    background:var(--gold);

    color:#fff;

    border:2px solid var(--gold);

}

.rr-about-cta .rr-btn:hover{

    background:#fff;

    color:var(--green);

}

/* Secondary Button */

.rr-btn-outline{

    background:transparent;

    color:#fff;

    border:2px solid rgba(255,255,255,.4);

}

.rr-btn-outline:hover{

    background:#fff;

    color:var(--green);

    border-color:#fff;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:768px){

    .rr-about-buttons{

        flex-direction:column;

        align-items:center;

    }

    .rr-about-buttons .rr-btn{

        width:100%;

        max-width:340px;

    }

}/* End custom CSS */