/* HERO */

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--clr-light);

    display: flex;
    align-items: center;
    padding-top: 130px;
}

/* HUGE WORD */

.hero-bg-word {
    position: absolute;

    left: -2%;
    top: 50%;

    transform: translateY(-50%);

    font-size: 18vw;
    font-weight: 200;
    line-height: 1;

    color: rgba(23, 23, 23, 0.04);

    letter-spacing: -0.05em;

    z-index: 1;

    pointer-events: none;
}

/* RIGHT IMAGE */

.hero-image {
    position: absolute;

    right: 0;
    top: 0;

    width: 42%;
    height: 100%;

    z-index: 2;

    
}

.hero-image::after {
       content: "";
    position: absolute;
   
    /* background: linear-gradient(to bottom, rgba(248, 248, 246, 0), rgba(248, 248, 246, 1)); */
  
    height: 65%;
    bottom: 0px;
    width: 100%;
    left: 0px;
}


.hero-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    filter:
        grayscale(100%) contrast(105%);
}

/* CONTENT */

.hero .container {
    position: relative;
    z-index: 5;
}

.hero-content {
    max-width: 650px;
}

/* LABEL */

.hero-label {
    display: inline-block;

    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;

    color: var(--clr-gold);

    margin-bottom: 24px;
}

/* TITLE */

.hero-title {
    font-family: var(--font-heading);
    font-family: 'Cormorant Garamond', serif;

    /* font-size: clamp(4rem, 7vw, 7rem); */
    font-weight: 300;

    line-height: 0.95;
    letter-spacing: -0.04em;

    color: var(--clr-navy);

    margin-bottom: 30px;
}

/* TEXT */

.hero-text {
    max-width: 500px;

    font-size: 18px;
    line-height: 1.9;

    color: #666;

    margin-bottom: 40px;
}

/* BUTTON */

.hero-btn {
    display: inline-flex;
    align-items: center;

    padding: 18px 36px;

    border: 1px solid #d5c5a5;

    text-decoration: none;

    color: var(--clr-navy);

    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;

    transition: .4s ease;
}

.hero-btn:hover {
    background: var(--clr-navy);
    color: white;
    border-color: var(--clr-navy);
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .hero {
        min-height: auto;
        padding: 120px 0 60px;
        display: block;
    }

    /* Hide giant background word */
    .hero-bg-word {
        font-size: 22vw;
        left: -5%;
        top: 25%;
        opacity: .4;
    }

    /* Put image below content */
    .hero-image {
        position: relative;
        width: 100%;
        height: 320px;
        margin-top: 50px;
    }

    .hero-image::after {
        display: none;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(2.8rem, 10vw, 4rem);
        line-height: 0.95;
        margin-bottom: 20px;
    }

    .hero-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .hero-btn {
        padding: 15px 28px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 576px) {

    .hero {
        padding-top: 100px;
    }

    .hero-bg-word {
        display: none;
    }

    .hero-title {
        font-size: 2.4rem;
        letter-spacing: -0.03em;
    }

    .hero-label {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-image {
        height: 260px;
        margin-top: 40px;
    }
}


.section-services {
    padding: 80px 0 120px;
    background-color: var(--clr-navy);
    /* Assumes your dark navy background */
}

/* Header Block with Vertical Rule */
.header-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}

.vertical-rule {
    width: 1px;
    height: 48px;
    background-color: #3A9CAA;
    margin-right: 30px;
    flex-shrink: 0;
}

.hero-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 28px;
    color: #F0EDE6;
    opacity: 0.6;
    line-height: 1.3;
    margin-bottom: 25px;
}

.cta-link {
    display: inline-block;
    color: #F0EDE6;
    font-family: var(--font-body);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}



.what-we-do {

    padding-top: 80px;
    padding-bottom: 120px;

    /* background: var(--clr-white); */

}


.what-we-do .container {

    max-width: var(--container-max);
    margin: auto;
    padding: 0 40px;

}



/* Title */

.what-title {

    /* font-family:'Cormorant Garamond', serif; */
    font-style: italic;
    font-weight: 400;

    font-size: 28px;

    color: rgba(23, 23, 23, 0.6);

    margin: 0 0 45px;

}



/* Services block */

.services-wrapper {

    display: flex;

    align-items: flex-start;

    gap: 30px;

}



/* Teal vertical line */

.service-line {

    width: 1px;

    height: 48px;

    background: #3A9CAA;

}



/* Service text */

.services-list {

    display: flex;

    flex-direction: column;

    gap: 18px;

}



.services-list div {


    font-family: var(--font-body);

    font-size: 20px;

    font-weight: 400;

    color: var(--clr-charcoal);

    line-height: 1.4;

}


.distinction-section {


    padding-top: 120px;
    padding-bottom: 120px;

    background: var(--clr-light);

}



.distinction-section .container {


    max-width: var(--container-max);

    margin: auto;

    padding: 0 40px;


}



.section-label {


    font-family: var(--font-body);

    font-size: 12px;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: var(--clr-medium);


}



.distinction {

    padding: 120px 0;

    background: var(--clr-white);

}


.distinction-grid {


    display: grid;

    grid-template-columns: 1fr 420px;

    gap: 80px;

    align-items: center;


}



.label {

    font-size: 12px;

    letter-spacing: 3px;

    color: var(--clr-medium);


}



.distinction-text h2 {


    font-family: 'Cormorant Garamond';

    font-style: italic;

    font-weight: 400;

    font-size: 64px;

    line-height: 1;


    color: var(--clr-navy);

    margin: 40px 0;


}



.distinction-text p {


    font-size: 17px;

    line-height: 1.9;

    color: var(--clr-charcoal);

    max-width: 600px;

}



.closing {

    margin-top: 40px;

    font-size: 22px;

    color: var(--clr-navy);

}




/* GRAPHIC */


.distinction-visual {

    position: relative;

    padding: 40px;


}


.circle-box {


    width: 240px;

    height: 240px;

    border: 1px solid #3A9CAA;

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    margin: auto;


}



.circle-box span {


    font-family: 'Cormorant Garamond';

    font-size: 90px;

    color: var(--clr-navy);


}



.circle-box small {


    letter-spacing: 4px;

    font-size: 11px;

}




.line-item {


    border-top: 1px solid #ddd;

    padding: 18px 0;

    font-size: 14px;

    letter-spacing: 1px;

    color: var(--clr-charcoal);


}



@media(max-width:900px) {

    .distinction-grid {

        grid-template-columns: 1fr;

    }


}



/* ============ WHAT WE DO ============ */

.what-we-do {
    padding: 140px 0;
    background: var(--clr-light);
    position: relative;
}

.what-we-do-img {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.05;
    width: 66%;
}

.what-we-do .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.what-title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    color: var(--clr-charcoal);
    text-transform: uppercase;
    margin: 0 0 12px;
}

.what-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2rem, 3.4vw, 3rem);
    color: var(--clr-navy);
    letter-spacing: -0.01em;
    max-width: 620px;
    margin: 0 0 90px;
    line-height: 1.25;
}

.what-heading em {
    font-style: italic;
    color: var(--clr-gold);
}

/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(23, 23, 23, 0.1);
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

.service-card {
    position: relative;
    background: var(--clr-light);
    padding: 64px 56px 56px;
    overflow: hidden;
    transition: background .5s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    background: var(--clr-white);
}

/* top row: numeral left, icon right */

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.service-numeral {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.5px;
    color: rgba(11, 31, 58, 0.12);
    line-height: 1;
}

.service-icon {
    width: 40px;
    height: 40px;
    stroke: var(--clr-navy);
    fill: none;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .5s ease, transform .6s ease;
}

.service-card:hover .service-icon {
    stroke: var(--clr-gold);
    transform: translateY(-3px);
}

/* title */

.service-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 27px;
    color: var(--clr-navy);
    line-height: 1.3;
    max-width: 340px;
    margin: 0 0 22px;
}

/* rule */

.service-rule {
    display: block;
    width: 32px;
    height: 1px;
    background: rgba(23, 23, 23, 0.25);
    margin-bottom: 20px;
    transition: width .5s ease, background .5s ease;
}

.service-card:hover .service-rule {
    width: 64px;
    background: var(--clr-gold);
}

/* desc */

.service-desc {
    font-size: 14.5px;
    line-height: 1.8;
    color: #767979;
    max-width: 340px;
    margin: 0 0 auto;
}

/* RESPONSIVE */

@media (max-width: 860px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .what-we-do {
        padding: 90px 0;
    }

    .service-card {
        padding: 48px 32px 44px;
    }

    .what-heading {
        margin-bottom: 60px;
    }
}




.approach {
    padding: 140px 0;
    background: var(--clr-light);
}

.approach .container {
    max-width: var(--container-max);
    margin: auto;
    padding: 0 40px;
}

/* LAYOUT */

.approach-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 100px;
}

/* LEFT INTRO */

.approach-intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.approach-intro h2 {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.15;
    color: var(--clr-navy);
    margin: 22px 0 14px;
}

.approach-tagline {
    font-family: var(--font-body);
    font-size: 12.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--clr-medium);
    margin-bottom: 48px;
}

.approach-quote {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: var(--clr-charcoal);
    padding-left: 24px;
    border-left: 1px solid rgba(11, 31, 58, 0.25);
}

/* RIGHT LIST */

.approach-list {
    display: flex;
    flex-direction: column;
}

.approach-item {
    display: grid;
    grid-template-columns: 70px 60px 1fr;
    align-items: start;
    gap: 32px;
    padding: 48px 0;
    border-top: 1px solid rgba(11, 31, 58, 0.12);
}

.approach-item:last-child {
    border-bottom: 1px solid rgba(11, 31, 58, 0.12);
}

.approach-ghost {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    color: rgba(11, 31, 58, 0.14);
}

.approach-icon {
    width: 44px;
    height: 44px;
    color: var(--clr-navy);
    margin-top: 8px;
}

.approach-icon svg {
    width: 100%;
    height: 100%;
}

.approach-copy h3 {
    font-family: var(--font-body);
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: var(--clr-navy);
    margin-bottom: 14px;
}

.approach-copy p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.85;
    color: var(--clr-charcoal);
    max-width: 480px;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .approach-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .approach-intro {
        position: static;
    }

    .approach-item {
        grid-template-columns: 50px 50px 1fr;
        gap: 20px;
    }

    .approach-ghost {
        font-size: 44px;
    }
}

@media (max-width: 600px) {
    .approach-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .approach-ghost {
        font-size: 36px;
    }
}



.outcomes {
    padding: 140px 0;
    background: var(--clr-white);
}

.outcomes .container {
    max-width: var(--container-max);
    margin: auto;
    padding: 0 40px;
}

/* HEADER */

.outcomes-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 90px;
}

.outcomes-header h2 {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.15;
    color: var(--clr-navy);
    margin-top: 20px;
}

/* GRID */

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.outcome-item {
    text-align: center;
    padding: 0 30px;
    border-left: 1px solid rgba(11, 31, 58, 0.12);
}

.outcome-item:first-child {
    border-left: none;
}

.outcome-number {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 56px;
    line-height: 1;
    color: var(--clr-navy);
    margin-bottom: 20px;
}

.outcome-number span {
    font-size: 26px;
}

.outcome-item p {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.7;
    color: var(--clr-charcoal);
    max-width: 220px;
    margin: 0 auto;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .outcomes-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 60px;
    }

    .outcome-item {
        border-left: none;
        border-top: 1px solid rgba(11, 31, 58, 0.12);
        padding-top: 40px;
    }

    .outcome-item:nth-child(odd) {
        border-right: 1px solid rgba(11, 31, 58, 0.12);
    }
}

@media (max-width: 560px) {
    .outcomes-grid {
        grid-template-columns: 1fr;
    }

    .outcome-item:nth-child(odd) {
        border-right: none;
    }
}


.closing-cta {
    padding-block: 60px;
    background: var(--clr-light);
}

.closing-cta .container {
    max-width: var(--container-max);
    margin: auto;
    padding: 0 40px;
}

/* RESEARCH TEASE */

.cta-research {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.research-title {
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--clr-medium);
    margin-bottom: 16px;
}

.research-subtitle {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--clr-charcoal);
    margin-bottom: 24px;
}

.research-link {
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--clr-navy);
    text-decoration: none;
    border-bottom: 1px solid rgba(11, 31, 58, 0.35);
    padding-bottom: 4px;
    transition: border-color 0.3s ease;
}

.research-link .arrow {
    display: inline-block;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.research-link:hover {
    border-color: var(--clr-navy);
}

.research-link:hover .arrow {
    transform: translateX(4px);
}

/* DIVIDER */

.cta-divider {
    width: 1px;
    height: 80px;
    background: rgba(11, 31, 58, 0.15);
    margin: 70px auto;
}

/* MAIN CLOSE */

.cta-main {
    text-align: center;
}

.cta-main h2 {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-size: 46px;
    line-height: 1.3;
    color: var(--clr-navy);
    max-width: 640px;
    margin: 0 auto 44px;
}

.cta-button {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--clr-white);
    background: var(--clr-navy);
    padding: 18px 44px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background: #14284a;
    transform: translateY(-1px);
}

/* RESPONSIVE */

@media (max-width: 600px) {
    .cta-main h2 {
        font-size: 32px;
    }

    .research-subtitle {
        font-size: 20px;
    }

    .cta-divider {
        margin: 50px auto;
        height: 60px;
    }
}