/* =================================
   APPROACH PAGE SETTINGS
================================= */

.approach-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.section-label {
    margin: 0 0 9px;

    color: #d99517;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.section-title {
    margin: 0 0 20px;

    color: #163d31;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(35px, 3.4vw, 49px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1px;
}


/* =================================
   APPROACH HERO
================================= */

.approach-hero {
    display: flex;
    min-height: 470px;

    align-items: center;

    color: #ffffff;
    background-color: #003f2e;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 53, 39, 0.99) 0%,
            rgba(0, 53, 39, 0.9) 38%,
            rgba(0, 53, 39, 0.3) 72%
        ),
        url("../images/about-community.webp");

    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.approach-hero-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.approach-hero-content {
    max-width: 680px;
    padding: 70px 0;
}

.approach-label {
    margin: 0 0 9px;

    color: #e2a01d;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.approach-hero-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 4.7vw, 68px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2px;
}

.approach-hero-title span,
.approach-hero-title strong {
    display: block;
}

.approach-hero-title strong {
    color: #e2a01d;
    font-weight: 400;
}

.approach-gold-line {
    width: 55px;
    height: 3px;
    margin: 24px 0;

    background-color: #e2a01d;
}

.approach-hero-description {
    max-width: 560px;
    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.65;
}


/* =================================
   INTRODUCTION
================================= */

.approach-intro {
    padding: 75px 0;
}

.approach-intro-grid,
.partnership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;

    align-items: center;
}

.approach-intro-content p:not(.section-label),
.partnership-content p:not(.section-label) {
    color: #4e5c57;

    font-size: 15px;
    line-height: 1.75;
}

.approach-intro-image,
.partnership-image {
    overflow: hidden;

    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 59, 43, 0.14);
}

.approach-intro-image img,
.partnership-image img {
    display: block;
    width: 100%;
    height: 390px;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.approach-intro-image:hover img,
.partnership-image:hover img {
    transform: scale(1.04);
}


/* =================================
   PRINCIPLES
================================= */

.approach-principles {
    padding: 75px 0;

    background-color: #f7f5ef;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 40px;

    text-align: center;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.approach-card {
    position: relative;

    min-height: 320px;
    padding: 30px 22px;

    background-color: #ffffff;
    border: 1px solid #e7e0d5;
    border-radius: 7px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.approach-card:hover {
    box-shadow: 0 16px 35px rgba(0, 59, 43, 0.12);
    transform: translateY(-6px);
}

.approach-card-number {
    position: absolute;
    top: 18px;
    right: 18px;

    color: rgba(0, 67, 49, 0.16);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.approach-card-icon {
    min-height: 60px;

    color: #d99517;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
}

.approach-card h3 {
    margin: 0 0 13px;

    color: #163d31;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
}

.approach-card p {
    margin: 0;

    color: #59645f;

    font-size: 13px;
    line-height: 1.7;
}


/* =================================
   PROCESS
================================= */

.management-process {
    padding: 75px 0;

    color: #ffffff;
    background-color: #003f2e;
}

.process-heading .section-title {
    color: #ffffff;
}

.process-heading > p:last-child {
    color: rgba(255, 255, 255, 0.8);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.process-step {
    position: relative;

    padding: 15px 28px;

    text-align: center;
}

.process-step:not(:last-child)::after {
    content: "→";

    position: absolute;
    top: 29px;
    right: -9px;

    color: #e2a01d;

    font-size: 20px;
}

.process-number {
    display: flex;
    width: 52px;
    height: 52px;
    margin: 0 auto 17px;

    align-items: center;
    justify-content: center;

    color: #003f2e;
    background-color: #e2a01d;
    border-radius: 50%;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.process-step h3 {
    margin: 0 0 10px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
}

.process-step p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 12px;
    line-height: 1.65;
}


/* =================================
   PARTNERSHIP
================================= */

.partnership-section {
    padding: 75px 0;

    background-color: #ffffff;
}

.partnership-list {
    margin: 23px 0 28px;
    padding: 0;

    list-style: none;
}

.partnership-list li {
    position: relative;

    margin-bottom: 10px;
    padding-left: 26px;

    color: #485750;

    font-size: 14px;
}

.partnership-list li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #d99517;
    font-weight: 800;
}

.approach-button {
    display: inline-flex;
    min-height: 52px;
    padding: 0 23px;

    align-items: center;
    gap: 17px;

    color: #ffffff;
    background-color: #004331;
    border: 1px solid #004331;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 700;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.approach-button:hover {
    color: #004331;
    background-color: #ffffff;
    transform: translateY(-2px);
}


/* =================================
   TABLET
================================= */

@media (max-width: 1000px) {

    .principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-card:last-child {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 0;
    }

    .process-step:not(:last-child)::after {
        display: none;
    }
}


/* =================================
   MOBILE
================================= */

@media (max-width: 650px) {

    .approach-container,
    .approach-hero-container {
        width: calc(100% - 28px);
    }

    .approach-hero {
        min-height: 560px;

        align-items: flex-end;

        background-image:
            linear-gradient(
                180deg,
                rgba(0, 53, 39, 0.2),
                rgba(0, 53, 39, 0.96) 70%,
                #003529
            ),
            url("../images/about-community.webp");

        background-position: center;
    }

    .approach-hero-content {
        padding: 190px 0 50px;
    }

    .approach-hero-title {
        font-size: 43px;
        letter-spacing: -1.5px;
    }

    .approach-intro,
    .approach-principles,
    .management-process,
    .partnership-section {
        padding: 55px 0;
    }

    .approach-intro-grid,
    .partnership-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .approach-intro-image img,
    .partnership-image img {
        height: 310px;
    }

    .section-title {
        font-size: 35px;
    }

    .principles-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .approach-card,
    .approach-card:last-child {
        grid-column: auto;
        min-height: auto;
    }

    .process-step {
        padding: 14px 20px 30px;
    }
}