/* ==========================================================================
   VINCIT MANAGEMENT CONSULTING
   FILE    : 24-services.css
   PURPOSE : Consolidated Services Page
   VERSION : 1.0.0
   ========================================================================== */


/* ==========================================================================
   SHARED
   ========================================================================== */

.services-page {
    overflow: hidden;
}

.services-page .container {
    position: relative;
}


/* ==========================================================================
   HERO
   ========================================================================== */

.services-hero {
    position: relative;
    background: var(--color-navy, #0b3b56);
    color: #ffffff;
    padding: 110px 0 120px;
    overflow: hidden;
}

.services-hero::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(226, 169, 58, 0.28);
    border-radius: 50%;
    right: -210px;
    top: -270px;
}

.services-hero__content {
    max-width: 1050px;
}

.services-hero__title {
    margin: 35px 0 35px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: .88;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.services-hero__title span {
    color: #45b86b;
}

.services-hero__title strong {
    color: #e2a93a;
    font-weight: 600;
}

.services-hero__intro {
    max-width: 720px;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.75;
    color: rgba(255,255,255,.86);
}


/* ==========================================================================
   EYEBROW
   ========================================================================== */

.services-page .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dca43a;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.services-page .section-eyebrow span {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: currentColor;
}

.section-eyebrow--light {
    color: #f0bd53 !important;
}


/* ==========================================================================
   INTRO
   ========================================================================== */

.services-intro {
    background: #f7f8f7;
    padding: 125px 0;
}

.services-intro__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: start;
}

.services-intro__heading h2,
.services-list__header h2,
.services-approach__heading h2 {
    margin: 35px 0 0;
    max-width: 620px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: -.045em;
    color: #0b3b56;
}

.services-intro__heading h2 span,
.services-list__header h2 span,
.services-approach__heading h2 span {
    display: block;
    color: #2f9960;
}

.services-intro__content {
    max-width: 700px;
}

.services-intro__content p {
    margin: 0 0 30px;
    color: #42627b;
    font-size: 1.08rem;
    line-height: 1.85;
}

.services-intro__content p:last-child {
    margin-bottom: 0;
}

.services-intro__lead {
    font-size: 1.35rem !important;
    line-height: 1.65 !important;
    color: #0b3b56 !important;
}


/* ==========================================================================
   SERVICES LIST
   ========================================================================== */

.services-list {
    background: #ffffff;
    padding: 125px 0;
}

.services-list__header {
    margin-bottom: 80px;
}

.service-overview {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 280px;
    gap: 35px;
    padding: 70px;
    margin-bottom: 28px;
    overflow: hidden;
}

.service-overview:last-child {
    margin-bottom: 0;
}

.service-overview--navy {
    background: #0b3b56;
    color: #ffffff;
}

.service-overview--green {
    background: #2f9960;
    color: #ffffff;
}

.service-overview--light {
    background: #f4f6f5;
    color: #0b3b56;
    border: 1px solid #dce3df;
}

.service-overview__number {
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: 2rem;
    line-height: 1;
    color: #e2a93a;
}

.service-overview__content {
    max-width: 720px;
}

.service-overview__eyebrow {
    margin-bottom: 20px;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #e2a93a;
}

.service-overview h3 {
    margin: 0 0 22px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.service-overview__lead {
    margin: 0 0 22px;
    font-size: 1.35rem;
    line-height: 1.55;
}

.service-overview p:not(.service-overview__lead) {
    margin: 0 0 28px;
    font-size: 1rem;
    line-height: 1.8;
}

.service-overview ul {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 30px;
}

.service-overview li {
    position: relative;
    padding-left: 18px;
    font-size: .95rem;
    line-height: 1.5;
}

.service-overview li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f9960;
}

.service-overview--navy li::before,
.service-overview--green li::before {
    background: #e2a93a;
}

.service-overview__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2a93a;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    transition: gap .25s ease;
}

.service-overview__link span {
    color: #e2a93a;
}

.service-overview__link:hover {
    gap: 24px;
}

.service-overview__statement {
    align-self: center;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: 2.2rem;
    line-height: 1.05;
    letter-spacing: -.035em;
    opacity: .85;
}

.service-overview__statement span {
    display: block;
    opacity: .35;
}

.service-overview__statement strong {
    display: block;
    color: #43b86b;
    font-weight: 600;
}

.service-overview--green .service-overview__statement strong {
    color: #f0bd53;
}

.service-overview--light .service-overview__statement strong {
    color: #2f9960;
}


/* ==========================================================================
   APPROACH
   ========================================================================== */

.services-approach {
    background: #f7f8f7;
    padding: 125px 0;
}

.services-approach__heading {
    max-width: 650px;
}

.services-approach__intro {
    max-width: 650px;
    margin: 45px 0 65px auto;
    color: #49677f;
    font-size: 1.15rem;
    line-height: 1.75;
}

.services-approach__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7dfdc;
    border-bottom: 1px solid #d7dfdc;
}

.services-approach__card {
    min-height: 290px;
    padding: 38px 30px;
    border-right: 1px solid #d7dfdc;
}

.services-approach__card:last-child {
    border-right: 0;
}

.services-approach__card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 65px;
    border-radius: 50%;
    background: #2f9960;
    color: #ffffff;
    font-size: .75rem;
    font-weight: 700;
}

.services-approach__card h3 {
    margin: 0 0 12px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: 1.9rem;
    color: #0b3b56;
}

.services-approach__card p {
    margin: 0;
    color: #58738a;
    line-height: 1.65;
}


/* ==========================================================================
   CTA
   ========================================================================== */

.services-cta {
    background: #2f9960;
    color: #ffffff;
    padding: 115px 0;
}

.services-cta__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 100px;
    align-items: center;
}

.services-cta h2 {
    margin: 35px 0 0;
    max-width: 760px;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(3.5rem, 6vw, 6rem);
    line-height: .95;
    letter-spacing: -.05em;
}

.services-cta h2 span {
    color: #f0bd53;
}

.services-cta__content p {
    margin: 0 0 35px;
    max-width: 500px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
}

.services-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 20px 28px;
    background: #ffffff;
    color: #0b3b56;
    text-decoration: none;
    font-weight: 700;
    transition: transform .25s ease;
}

.services-cta__button span {
    color: #d99d2f;
}

.services-cta__button:hover {
    transform: translateY(-3px);
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1100px) {

    .service-overview {
        grid-template-columns: 65px minmax(0, 1fr);
    }

    .service-overview__statement {
        display: none;
    }

    .services-intro__grid {
        gap: 60px;
    }

    .services-cta__grid {
        gap: 60px;
    }

}


@media (max-width: 800px) {

    .services-hero {
        padding: 85px 0 90px;
    }

    .services-intro,
    .services-list,
    .services-approach {
        padding: 85px 0;
    }

    .services-intro__grid,
    .services-cta__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-list__header {
        margin-bottom: 55px;
    }

    .service-overview {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 45px 30px;
    }

    .service-overview__number {
        margin-bottom: 5px;
    }

    .service-overview ul {
        grid-template-columns: 1fr;
    }

    .services-approach__grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-approach__card {
        border-bottom: 1px solid #d7dfdc;
    }

    .services-approach__card:nth-child(2) {
        border-right: 0;
    }

    .services-approach__card:nth-child(3) {
        border-right: 1px solid #d7dfdc;
    }

}


@media (max-width: 560px) {

    .services-hero__title {
        font-size: 3.5rem;
    }

    .services-hero__intro {
        font-size: 1.05rem;
    }

    .services-intro__heading h2,
    .services-list__header h2,
    .services-approach__heading h2 {
        font-size: 3rem;
    }

    .service-overview {
        padding: 38px 24px;
    }

    .service-overview h3 {
        font-size: 2.6rem;
    }

    .service-overview__lead {
        font-size: 1.15rem;
    }

    .services-approach__grid {
        grid-template-columns: 1fr;
    }

    .services-approach__card,
    .services-approach__card:nth-child(3) {
        border-right: 0;
    }

    .services-approach__card:last-child {
        border-bottom: 0;
    }

    .services-cta {
        padding: 85px 0;
    }

    .services-cta h2 {
        font-size: 3.3rem;
    }

}