/*
|--------------------------------------------------------------------------
| VINCIT MANAGEMENT CONSULTING
| FILE       : 17-about.css
| PURPOSE    : About Page
| VERSION    : 2.0.0
|--------------------------------------------------------------------------
*/


/* ==========================================================
   ABOUT PAGE BASE
========================================================== */

.about-page {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.about-page .container {
    position: relative;
    width: min(1240px, calc(100% - 110px));
    margin: 0 auto;
}


/* ==========================================================
   SHARED EYEBROW
========================================================== */

.about-page .about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #d9a441;

    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.18em;
    line-height: 1.2;

    text-transform: uppercase;
}

.about-page .about-eyebrow::before {
    content: "";

    width: 34px;
    height: 1px;

    flex: 0 0 34px;

    background: #d9a441;
}


/* ==========================================================
   HERO
========================================================== */

.about-page .about-hero {
    position: relative;

    min-height: 610px;

    display: flex;
    align-items: center;

    background: #073957;

    color: #ffffff;

    overflow: hidden;

    /*
       IMPORTANT:
       Gives the hero enough breathing room below navbar.
    */
    padding: 115px 0 90px;
}


/* Decorative circle */

.about-page .about-hero::after {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: -255px;
    right: -215px;

    border: 1px solid rgba(217,164,65,0.22);

    border-radius: 50%;

    pointer-events: none;
}


/* Small secondary decorative curve */

.about-page .about-hero::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: 80px;
    bottom: -190px;

    border: 1px solid rgba(66,168,102,0.18);

    border-radius: 50%;

    pointer-events: none;
}


.about-page .about-hero__inner {
    position: relative;
    z-index: 2;

    max-width: 1100px;
}


/* Hero eyebrow */

.about-page .about-hero .about-eyebrow {
    margin-bottom: 35px;
}


/* Main heading */

.about-page .about-hero h1 {
    max-width: 1050px;

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: clamp(64px, 7.5vw, 108px);

    font-weight: 600;

    line-height: 0.92;

    letter-spacing: -0.045em;

    color: #ffffff;
}


/* Green emphasis */

.about-page .about-hero h1 span {
    color: #42a866;
}


/* Gold emphasis if used */

.about-page .about-hero h1 strong {
    color: #d9a441;
    font-weight: inherit;
}


/* Hero divider */

.about-page .about-hero__line {
    width: 48px;
    height: 2px;

    margin: 34px 0 25px;

    background: #d9a441;
}


/* Hero paragraph */

.about-page .about-hero p {
    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,0.84);

    font-family: "Manrope", sans-serif;

    font-size: 18px;

    line-height: 1.8;
}


/* ==========================================================
   WHO WE ARE
========================================================== */

.about-page .about-intro {
    padding: 110px 0;

    background: #ffffff;
}


.about-page .about-intro__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.85fr)
        minmax(0, 1.15fr);

    gap: 105px;

    align-items: start;
}


.about-page .about-intro__heading h2 {
    max-width: 600px;

    margin: 25px 0 0;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 70px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.035em;
}


.about-page .about-intro__heading h2 span {
    color: #298f59;
}


.about-page .about-intro__content {
    max-width: 760px;
}


.about-page .about-intro__content p {
    margin: 0 0 24px;

    color: #55758c;

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.85;
}


.about-page .about-intro__content .about-intro__lead {
    margin-bottom: 30px;

    color: #073957;

    font-size: 21px;

    line-height: 1.7;
}


/* ==========================================================
   EXPERIENCE / HIGHLIGHT STRIP
========================================================== */

.about-page .about-highlights {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    border-top: 1px solid #d9e2de;
    border-left: 1px solid #d9e2de;

    margin-top: 5px;
}


.about-page .about-highlight {
    min-height: 205px;

    padding: 30px 28px;

    background: #ffffff;

    border-right: 1px solid #d9e2de;
    border-bottom: 1px solid #d9e2de;
}


.about-page .about-highlight__number {
    display: block;

    margin-bottom: 42px;

    color: #d39d37;

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.12em;
}


.about-page .about-highlight h3 {
    margin: 0 0 12px;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: 23px;

    line-height: 1.1;
}


.about-page .about-highlight p {
    margin: 0;

    color: #55758c;

    font-family: "Manrope", sans-serif;

    font-size: 13px;

    line-height: 1.65;
}


/* ==========================================================
   VISION / MISSION
========================================================== */

.about-page .about-purpose {
    padding: 105px 0 115px;

    background: #f4f7f5;
}


.about-page .about-purpose__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 28px;
}


.about-page .about-purpose__card {
    position: relative;

    min-height: 390px;

    padding: 48px 42px;

    overflow: hidden;
}


.about-page .about-purpose__card--vision {
    background: #073957;

    color: #ffffff;
}


.about-page .about-purpose__card--mission {
    background: #298f59;

    color: #ffffff;
}


.about-page .about-purpose__card::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    top: 25px;
    right: 25px;

    border: 1px solid rgba(255,255,255,0.10);

    border-radius: 50%;
}


.about-page .about-purpose__number {
    position: absolute;

    top: 30px;
    right: 35px;

    font-family: "Playfair Display", serif;

    font-size: 65px;

    line-height: 1;

    color: rgba(255,255,255,0.10);
}


.about-page .about-purpose__card h2 {
    position: relative;
    z-index: 2;

    max-width: 600px;

    margin: 75px 0 22px;

    font-family: "Playfair Display", serif;

    font-size: clamp(40px, 4vw, 58px);

    font-weight: 600;

    line-height: 1;

    letter-spacing: -0.035em;

    color: #ffffff;
}


.about-page .about-purpose__card p {
    position: relative;
    z-index: 2;

    max-width: 590px;

    margin: 0;

    color: rgba(255,255,255,0.78);

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.8;
}


/* ==========================================================
   OUR APPROACH
========================================================== */

.about-page .about-approach {
    padding: 110px 0;

    background: #f4f7f5;
}


.about-page .about-approach__header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.85fr);

    gap: 100px;

    align-items: end;

    margin-bottom: 60px;
}


.about-page .about-approach__header h2 {
    max-width: 700px;

    margin: 25px 0 0;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 70px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.035em;
}


.about-page .about-approach__header h2 span {
    color: #298f59;
}


.about-page .about-approach__header p {
    max-width: 600px;

    margin: 0;

    color: #55758c;

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


/* Approach cards */

.about-page .about-approach__steps {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;
}


.about-page .about-approach__step {
    min-height: 285px;

    padding: 35px 30px;

    background: #ffffff;

    border: 1px solid #dce5e0;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.about-page .about-approach__step:hover {
    transform: translateY(-5px);

    box-shadow: 0 15px 35px rgba(7,57,87,0.08);
}


.about-page .about-approach__step-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    margin-bottom: 55px;

    border-radius: 50%;

    background: #298f59;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    font-weight: 700;
}


.about-page .about-approach__step h3 {
    margin: 0 0 13px;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: 28px;

    line-height: 1.05;
}


.about-page .about-approach__step p {
    margin: 0;

    color: #55758c;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================
   WHY CLIENTS CHOOSE US
========================================================== */

.about-page .about-why {
    padding: 110px 0;

    background: #ffffff;
}


.about-page .about-why__header {
    max-width: 800px;

    margin-bottom: 60px;
}


.about-page .about-why__header h2 {
    margin: 25px 0 0;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 70px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.035em;
}


.about-page .about-why__header h2 span {
    color: #298f59;
}


.about-page .about-why__grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    border-top: 1px solid #dce5e0;
    border-left: 1px solid #dce5e0;
}


.about-page .about-why__item {
    min-height: 245px;

    padding: 32px 30px;

    border-right: 1px solid #dce5e0;
    border-bottom: 1px solid #dce5e0;
}


.about-page .about-why__item span {
    display: block;

    margin-bottom: 45px;

    color: #d39d37;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.12em;
}


.about-page .about-why__item h3 {
    margin: 0 0 13px;

    color: #073957;

    font-family: "Playfair Display", serif;

    font-size: 24px;

    line-height: 1.08;
}


.about-page .about-why__item p {
    margin: 0;

    color: #55758c;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================
   REGIONAL PERSPECTIVE
========================================================== */

.about-page .about-region {
    padding: 90px 0;

    background: #073957;

    color: #ffffff;
}


.about-page .about-region__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 90px;

    align-items: center;
}


.about-page .about-region h2 {
    max-width: 650px;

    margin: 25px 0 0;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(46px, 5vw, 68px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.035em;
}


.about-page .about-region h2 span {
    color: #42a866;
}


.about-page .about-region p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,0.78);

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


/* ==========================================================
   FINAL CTA
========================================================== */

.about-page .about-cta {
    padding: 100px 0;

    background: #298f59;

    color: #ffffff;
}


.about-page .about-cta__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(0, 0.8fr);

    gap: 80px;

    align-items: center;
}


.about-page .about-cta h2 {
    max-width: 800px;

    margin: 25px 0 0;

    color: #ffffff;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 72px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.035em;
}


.about-page .about-cta h2 span {
    color: #e2b052;
}


.about-page .about-cta p {
    max-width: 500px;

    margin: 0 0 28px;

    color: rgba(255,255,255,0.86);

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


.about-page .about-cta a {
    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding: 17px 25px;

    background: #ffffff;

    color: #073957;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;
}


.about-page .about-cta a span {
    color: #d39d37;

    font-size: 18px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1050px) {

    .about-page .container {
        width: min(100% - 70px, 1240px);
    }


    .about-page .about-highlights {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .about-page .about-approach__steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .about-page .about-why__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 800px) {

    .about-page .container {
        width: calc(100% - 44px);
    }


    .about-page .about-hero {
        min-height: auto;

        padding: 90px 0 75px;
    }


    .about-page .about-hero h1 {
        font-size: clamp(52px, 13vw, 82px);
    }


    .about-page .about-hero p {
        font-size: 16px;
    }


    .about-page .about-intro,
    .about-page .about-purpose,
    .about-page .about-approach,
    .about-page .about-why {
        padding: 80px 0;
    }


    .about-page .about-intro__grid,
    .about-page .about-approach__header,
    .about-page .about-region__grid,
    .about-page .about-cta__grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .about-page .about-highlights {
        grid-template-columns: 1fr;
    }


    .about-page .about-purpose__grid {
        grid-template-columns: 1fr;
    }


    .about-page .about-purpose__card {
        min-height: 350px;

        padding: 38px 30px;
    }


    .about-page .about-approach__steps {
        grid-template-columns: 1fr;
    }


    .about-page .about-why__grid {
        grid-template-columns: 1fr;
    }


    .about-page .about-region {
        padding: 80px 0;
    }


    .about-page .about-cta {
        padding: 80px 0;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 500px) {

    .about-page .container {
        width: calc(100% - 36px);
    }


    .about-page .about-hero {
        padding: 75px 0 65px;
    }


    .about-page .about-hero h1 {
        font-size: 50px;

        line-height: 0.95;
    }


    .about-page .about-intro__heading h2,
    .about-page .about-approach__header h2,
    .about-page .about-why__header h2,
    .about-page .about-region h2 {
        font-size: 43px;
    }


    .about-page .about-cta h2 {
        font-size: 43px;
    }


    .about-page .about-purpose__card h2 {
        font-size: 42px;
    }


    .about-page .about-intro__content .about-intro__lead {
        font-size: 19px;
    }


    .about-page .about-purpose__card {
        min-height: 330px;
    }
}