



body{
    background:var(--bg);
    font-family:var(--font-sans);
    color:var(--text);
}


/* HERO */

.hero{
    padding:140px 0;
}

.hero-wrapper{
    max-width:780px;
    margin:0 auto;
}

.hero-eyebrow{
    margin:0 0 18px;

    font-family:var(--font-sans);
    font-size:11px;
    font-weight:500;
    letter-spacing:.18em;
    text-transform:uppercase;

    color:var(--muted);
}

.hero-title{
    margin:0;

    font-family:var(--font-serif);
    font-size:7.5rem;
    font-weight:400;
    line-height:.88;
    letter-spacing:-0.04em;
}

.hero-title span{
    display:block;
    margin-top:8px;

    font-style:italic;
    color:#6f6963;
}

.hero-description{
    margin-top:36px;
    max-width:660px;

    font-size:1.35rem;
    line-height:1.7;
    color:var(--muted);
}

.hero-description a{
    color:var(--text);
    text-decoration:underline;
    pointer-events: none;
    cursor: default;
}

.hero-actions{
    display:flex;
    align-items:center;
    gap:28px;

    margin-top:42px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 28px;

    border-radius:999px;

    background:var(--accent);
    color:#fff;

    text-decoration:none;
    font-weight:500;

    transition:.2s;
}

.hero-btn:hover{
    color:#fff;
    opacity:.9;
}

.hero-note{
    color:#b2ada7;
    font-size:.95rem;
}

/* TABLET */

@media (max-width:992px){

    .hero{
        padding:100px 0;
    }

    .hero-wrapper{
        max-width:620px;
    }

    .hero-title{
        font-size:4.5rem;
    }

    .hero-description{
        font-size:1.15rem;
    }
}

/* MOBILE */

@media (max-width:768px){

    .hero{
        padding:80px 0;
    }

    .hero-wrapper{
        max-width:100%;
    }

    .hero-title{
        font-size:3.25rem;
    }

    .hero-description{
        font-size:1rem;
    }

    .hero-actions{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }
}













/* ==========================
   SECTION 2
========================== */

.problem-section{
    padding:140px 0 180px;
    background-color: var(--bg_sec);
}

.problem-wrap{
    max-width:820px;
    margin:0 auto;
    text-align:center;
}

.problem-title{
    margin:0;

    font-family:var(--font-serif);
    font-size: 3.75rem;
    font-weight:400;
    line-height:.92;
    letter-spacing:-0.03em;
}

.problem-reasons{
    margin-top:48px;
    max-width:530px;
    margin-left:auto;
    margin-right:auto;
}

.reason{
    padding:8px 0;

    font-size:1.05rem;
    line-height:1.4;

    color:var(--muted);
}

.reason + .reason{
    border-top:1px solid rgba(0,0,0,.08);
}

.reason.active{
    color:var(--text);
    font-size:1.1rem;
}



/* ==========================
   SECTION 3
========================== */

.chaos-section{
    padding:120px 0 180px;
}

.chaos-wrap{
    max-width:820px;
    margin:0 auto;
    text-align:center;
}

.chaos-cloud{
    max-width:760px;
    margin:0 auto;

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px 18px;
}

.chaos-cloud span{
    font-family:var(--font-serif);
    font-size:2.3rem;
    line-height:1;

    color:#c4bdb6;
}

.chaos-note{
    margin-top:70px;
    margin-bottom:0;

    font-size:.95rem;
    color:#9f9992;
}

.chaos-spacer{
    height:100px;
}

.chaos-conclusion{
    max-width:720px;
    margin:0 auto;

    font-family:var(--font-serif);
    font-style:italic;
    font-weight:400;

    font-size:3rem;
    line-height:.95;
    letter-spacing:-0.02em;
}



/* ==========================
   RESPONSIVE
========================== */

@media (max-width:768px){

    .problem-section{
        padding:90px 0 120px;
    }

    .chaos-section{
        padding:90px 0 120px;
    }

    .problem-reasons{
        margin-top:36px;
    }

    .chaos-cloud{
        gap:10px 14px;
    }

    .chaos-cloud span{
        font-size:1.7rem;
    }

    .chaos-spacer{
        height:120px;
    }
}





/* ==================================================
   PROCESS SECTION
================================================== */

.lp-process-section{
    padding:10rem 0;
    background:var(--bg_sec);
}

.lp-process-label,
.lp-benefits-label{
    display:block;

    margin-bottom:1rem;

    font-family:var(--font-sans);
    font-size:.75rem;
    letter-spacing:.18em;
    text-transform:uppercase;

    color:var(--muted);
}

.lp-process-heading,
.lp-benefits-heading{
    /* margin-bottom:2rem; */

    font-family:var(--font-serif);
    font-size: 3.75rem;
    line-height:.95;
    font-weight:400;

    color:var(--text);
}

.lp-process-heading em,
.lp-benefits-heading em{
    font-style:italic;
}

.lp-process-copy{
    /* max-width:470px; */

    font-family:var(--font-sans);
    line-height:1.8;

    color:var(--muted);
}

.lp-process-list{
    display:flex;
    flex-direction:column;
    gap:3rem;
}

.lp-process-item{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:1rem;
}

.lp-process-number{

    margin-top: -5px;
}

.lp-process-number p{
    font-family:var(--font-serif);
    font-size:1.4rem;
    font-style:italic;

    color:var(--muted);
    padding: 0;
    margin: 0;
    text-align: center;
}

.lp-process-item-title{
    margin-bottom:.5rem;

    font-family:var(--font-sans);
    font-size:1.125rem;
    font-weight:500;

    color:var(--text);
}

.lp-process-item-copy{
    margin:0;

    font-family:var(--font-sans);
    line-height:1.7;

    color:var(--muted);
}

/* ==================================================
   BENEFITS SECTION
================================================== */

.lp-benefits-section{
    padding:10rem 0;
}

.lp-benefits-heading-block{
    height:100%;
}

.lp-benefits-intro-wrap{
    height:100%;

    display:flex;
    align-items:flex-end;
}

.lp-benefits-intro{
    /* max-width:340px; */

    margin:0;

    font-family:var(--font-sans);
    line-height:1.8;

    color:var(--muted);
}

.lp-benefit-card{
    position:relative;
    padding-left:2rem;
}

.lp-benefit-number{
    position:absolute;
    top:.1rem;
    left:0;

    font-size:.75rem;
    font-family:var(--font-sans);
    font-weight:600;

    color:#b86d48;
}

.lp-benefit-title{
    margin-bottom:.5rem;

    font-family:var(--font-serif);
    font-size:1.8rem;
    font-weight:400;

    color:var(--text);
}

.lp-benefit-card p{
    margin:0;

    font-family:var(--font-sans);
    line-height:1.7;

    color:var(--muted);
}







/* ========================================
   SECTION LABEL
======================================== */

.ws-section-label,
.ws-card-label{
    display:inline-block;
    font-family:var(--font-sans);
    font-size:.72rem;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--muted);
}

.ws-section-label-dark{
    color:#b8afa6;
}

/* ========================================
   TITLES
======================================== */

.ws-section-title,
.ws-cta-title{
    font-family:var(--font-serif);
    font-size:3.75rem;
    line-height:.92;
    font-weight:400;
    color:var(--text);
}

.ws-cta-title{
    color:#fff;
    max-width:900px;
}

.ws-cta-title span{
    display:block;
    font-style:italic;
    color:#d8d1ca;
}

/* ========================================
   SECTION 1
======================================== */

.ws-compare-section{
    background:var(--bg_sec);
    padding: 10rem 0;
}

.ws-compare-card{
    height:100%;
    padding:2rem;
}

.ws-compare-card-light{
    background:var(--bg);
}

.ws-compare-card-dark{
    background:var(--accent);
    color:#fff;
}

.ws-list{
    list-style:none;
    padding:0;
    margin:1.5rem 0 0;
}

.ws-list li{
    position:relative;
    padding:1rem 0 1rem 1.5rem;
    border-bottom:1px solid rgba(0,0,0,.12);

    font-family:var(--font-sans);
    font-size:1rem;
}

.ws-compare-card-dark .ws-list li{
    border-color:rgba(255,255,255,.12);
}

.ws-list li::before{
    content:"";
    width:10px;
    height:2px;
    background:currentColor;

    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.ws-compare-note{
    margin:0;

    font-family:var(--font-sans);
    color:var(--muted);
    font-size:1rem;
}

/* ========================================
   SECTION 2
======================================== */




/* ========================================
   BUTTONS
======================================== */





/* ========================================
   STATS
======================================== */



/* ========================================
   RESPONSIVE
======================================== */

@media (max-width:991px){

    .ws-section-title{
        font-size:3rem;
    }

    .ws-compare-card:first-child{
        margin-bottom:1rem;
    }
}

@media (max-width:768px){

    .ws-section-title{
        font-size:2.4rem;
    }

    .ws-cta-title span{
        display:inline;
    }
}







.consultation-cta {
    background:
    radial-gradient(
        circle at 20% 10%,
        rgba(254, 250, 241, 0.03),
        transparent 40%
    ),
    #170F0A;
    color: #f4eee8;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.consultation-cta__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 4px;
    color: #9d9187;
}

.consultation-cta__title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.95;
    font-weight: 400;
}

.consultation-cta__title-accent {
    font-style: italic;
    color: #a89b90;
}

.consultation-cta__description {
    max-width: 560px;
    font-size: 1.2rem;
    color: #d7d0ca;
}

.consultation-cta__divider {
    border-color: rgba(255,255,255,.15);
    margin: 5rem 0;
}

.consultation-cta__info-label {
    font-size: .75rem;
    letter-spacing: 3px;
    color: #9d9187;
    margin-bottom: .5rem;
}

.consultation-cta__info-value {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    color: #f4eee8;
}










