/* ==========================================================================
   TOUCH GRASS™
   About Page Styles
   Story-driven landscaping company page
   ========================================================================== */


/* ==========================================================================
   1. ABOUT HERO
   ========================================================================== */

.about-hero {
    padding:
        58px
        0
        88px;

    background: var(--off-white);
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    align-items: stretch;
    gap: clamp(48px, 7vw, 96px);
}

.about-hero__copy {
    display: flex;
    min-height: 590px;
    flex-direction: column;
    justify-content: center;

    padding-block: 35px;
}

.about-hero__copy h1 {
    max-width: 580px;

    margin:
        0
        0
        28px;

    font-size: 52px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.about-hero__lead {
    max-width: 530px;

    margin:
        0
        0
        17px;

    color: var(--text);

    font-size: 17px;
    line-height: 1.65;
}

.about-hero__aside {
    margin: 0;

    color: var(--ochre);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.about-hero__image {
    min-height: 590px;

    overflow: hidden;

    background: var(--sage);
}

.about-hero__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ==========================================================================
   2. INTRODUCTION
   ========================================================================== */

.about-intro {
    padding:
        var(--section-space)
        0;

    background: var(--white);

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.about-intro__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(70px, 10vw, 145px);
}

.about-intro h2 {
    max-width: 560px;

    margin: 0;

    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.about-intro__copy {
    max-width: 650px;
}

.about-intro__copy p {
    margin:
        0
        0
        20px;

    color: var(--text);

    font-size: 15px;
    line-height: 1.8;
}

.about-intro__copy p:nth-child(2) {
    color: var(--ochre);

    font-weight: 600;
}

.about-intro__copy p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
   3. ORIGIN STORY
   ========================================================================== */

.origin-story {
    padding:
        var(--section-space)
        0;

    background: var(--off-white);
}

.origin-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
    align-items: center;
    gap: clamp(60px, 9vw, 125px);
}

.origin-story__image {
    min-height: 620px;

    overflow: hidden;

    background: var(--sage-light);
}

.origin-story__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.origin-story__content {
    max-width: 560px;
}

.origin-story__content h2 {
    max-width: 500px;

    margin:
        0
        0
        26px;

    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.origin-story__content > p:not(.origin-story__note) {
    max-width: 520px;

    margin:
        0
        0
        18px;

    color: var(--text);

    font-size: 15px;
    line-height: 1.78;
}

.origin-story__content > p:nth-of-type(2) {
    color: var(--green-dark);

    font-size: 17px;
    font-weight: 600;
}

.origin-story__note {
    max-width: 500px;

    margin:
        32px
        0
        0;

    padding-top: 19px;

    border-top: 1px solid var(--border-strong);

    color: var(--ochre);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
}


/* ==========================================================================
   4. BELIEFS
   ========================================================================== */

.beliefs {
    padding:
        var(--section-space)
        0;

    background: var(--sage-light);

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.beliefs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid var(--border-strong);
    border-left: 1px solid var(--border);
}

.beliefs-grid article {
    min-height: 285px;

    padding:
        28px
        30px
        28px;

    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.beliefs-grid article > span {
    display: block;

    margin-bottom: 62px;

    color: var(--muted);

    font-size: 12px;
    font-weight: 600;
}

.beliefs-grid h3 {
    max-width: 390px;

    margin:
        0
        0
        13px;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.beliefs-grid p {
    max-width: 460px;
    margin: 0;

    color: var(--text);

    font-size: 14px;
    line-height: 1.72;
}


/* ==========================================================================
   5. ABOUT STATEMENT
   ========================================================================== */

.about-statement {
    padding:
        92px
        0;

    color: var(--white);
    background: var(--green-dark);
}

.about-statement__inner {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
}

.about-statement__inner > span {
    padding-top: 8px;

    color: rgba(255, 255, 255, 0.44);

    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.about-statement__inner p {
    max-width: 760px;
    margin: 0;

    font-size: 34px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.025em;
}


/* ==========================================================================
   6. YARD LENS
   ========================================================================== */

.yard-lens {
    padding:
        var(--section-space)
        0;

    background: var(--white);
}

.yard-lens__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(70px, 10vw, 145px);
}

.yard-lens__copy {
    max-width: 500px;
}

.yard-lens__copy h2 {
    margin:
        0
        0
        23px;

    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.yard-lens__copy > p:not(.yard-lens__joke) {
    margin: 0;

    color: var(--text);

    font-size: 15px;
    line-height: 1.75;
}

.yard-lens__joke {
    margin:
        26px
        0
        0;

    color: var(--ochre);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
}

.yard-lens__list {
    border-top: 1px solid var(--border-strong);
}

.yard-lens__list > div {
    display: grid;
    grid-template-columns: minmax(135px, 0.36fr) minmax(0, 1fr);
    gap: 34px;

    padding:
        22px
        0;

    border-bottom: 1px solid var(--border);
}

.yard-lens__list span {
    color: var(--green-dark);

    font-size: 15px;
    font-weight: 600;
}

.yard-lens__list p {
    max-width: 540px;
    margin: 0;

    color: var(--text);

    font-size: 14px;
    line-height: 1.7;
}


/* ==========================================================================
   7. IMAGE BREAK
   ========================================================================== */

.about-image-break {
    padding:
        0
        0
        var(--section-space);

    background: var(--white);
}

.about-image-break img {
    width: 100%;
    height: 650px;

    object-fit: cover;
}

.about-image-break__caption {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;

    padding-top: 15px;
}

.about-image-break__caption span {
    color: var(--muted);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-image-break__caption p {
    margin: 0;

    color: var(--text);

    font-size: 13px;
}


/* ==========================================================================
   8. TEAM
   ========================================================================== */

.team {
    padding:
        var(--section-space)
        0;

    background: var(--off-white);

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.team-grid article {
    min-width: 0;
}

.team-grid__placeholder {
    position: relative;

    display: flex;
    height: 420px;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    color: var(--green-soft);
    background:
        linear-gradient(
            135deg,
            rgba(48, 69, 52, 0.04),
            rgba(48, 69, 52, 0.12)
        ),
        var(--sage);
}

.team-grid__placeholder::before,
.team-grid__placeholder::after {
    position: absolute;

    content: "";

    border: 1px solid rgba(48, 69, 52, 0.14);
    border-radius: 50%;
}

.team-grid__placeholder::before {
    width: 190px;
    height: 190px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.team-grid__placeholder::after {
    width: 280px;
    height: 280px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.team-grid__placeholder--plant {
    background:
        linear-gradient(
            145deg,
            rgba(163, 121, 73, 0.07),
            rgba(48, 69, 52, 0.13)
        ),
        var(--sage-light);
}

.team-grid__placeholder span {
    position: relative;
    z-index: 2;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.team-grid__info {
    padding-top: 18px;
}

.team-grid__info > span {
    display: block;

    margin-bottom: 6px;

    color: var(--muted);

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.team-grid__info h3 {
    margin:
        0
        0
        11px;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.team-grid__info p {
    max-width: 360px;
    margin: 0;

    color: var(--text);

    font-size: 13px;
    line-height: 1.7;
}

.team-disclaimer {
    max-width: 730px;

    margin:
        34px
        0
        0;

    padding-top: 20px;

    border-top: 1px solid var(--border);

    color: var(--ochre);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.65;
}


/* ==========================================================================
   9. YARD MYTHS
   ========================================================================== */

.yard-myths {
    padding:
        var(--section-space)
        0;

    background: var(--white);
}

.yard-myths__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(70px, 10vw, 145px);
}

.yard-myths__grid > div:first-child h2 {
    max-width: 500px;

    margin: 0;

    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.yard-myths__list {
    border-top: 1px solid var(--border-strong);
}

.yard-myths__list article {
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(115px, 0.3fr) minmax(0, 1fr);
    gap: 24px;

    padding:
        24px
        0;

    border-bottom: 1px solid var(--border);
}

.yard-myths__list article > span {
    color: var(--green-dark);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.yard-myths__list article > strong {
    color: var(--ochre);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.yard-myths__list p {
    margin: 0;

    color: var(--text);

    font-size: 13px;
    line-height: 1.7;
}


/* ==========================================================================
   10. ABOUT CTA
   ========================================================================== */

.about-cta {
    padding:
        96px
        0;

    background: var(--sage-light);

    border-top: 1px solid var(--border);
}

.about-cta__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 0.5fr);
    align-items: end;
    gap: clamp(65px, 10vw, 145px);
}

.about-cta h2 {
    max-width: 620px;

    margin: 0;

    font-size: 36px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.about-cta__grid > div:last-child {
    display: grid;
    gap: 24px;

    max-width: 470px;
}

.about-cta__grid > div:last-child p {
    margin: 0;

    color: var(--text);

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================================================
   11. RESPONSIVE — 1100PX
   ========================================================================== */

@media (max-width: 1100px) {

    .about-hero__grid {
        grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
        gap: 55px;
    }

    .about-hero__copy h1 {
        font-size: 46px;
    }

    .origin-story__grid {
        gap: 65px;
    }

    .yard-myths__list article {
        grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1fr);
    }

    .yard-myths__list article > strong {
        grid-column: 2;
        grid-row: 1;
    }

    .yard-myths__list p {
        grid-column: 2;
    }

}


/* ==========================================================================
   12. RESPONSIVE — 900PX
   ========================================================================== */

@media (max-width: 900px) {

    .about-hero__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__copy {
        min-height: 0;

        padding:
            42px
            0
            10px;
    }

    .about-hero__copy h1 {
        max-width: 640px;
    }

    .about-hero__image {
        min-height: 560px;
    }


    .about-intro__grid,
    .yard-lens__grid,
    .yard-myths__grid,
    .about-cta__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }


    .origin-story__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .origin-story__image {
        min-height: 560px;
    }

    .origin-story__content {
        max-width: 680px;
    }


    .about-statement__inner {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 50px;
    }


    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid article:last-child {
        grid-column: 1 / -1;

        max-width: calc(50% - 13px);
    }


    .yard-myths__grid > div:first-child h2 {
        max-width: 620px;
    }

}


/* ==========================================================================
   13. RESPONSIVE — 680PX
   ========================================================================== */

@media (max-width: 680px) {

    .about-hero {
        padding:
            30px
            0
            68px;
    }

    .about-hero__copy h1 {
        font-size: 40px;
    }

    .about-hero__lead {
        font-size: 16px;
    }

    .about-hero__image {
        min-height: 430px;
    }


    .about-intro h2,
    .origin-story__content h2,
    .yard-lens__copy h2,
    .yard-myths__grid > div:first-child h2,
    .about-cta h2 {
        font-size: 30px;
    }


    .origin-story__image {
        min-height: 430px;
    }


    .beliefs-grid {
        grid-template-columns: 1fr;
    }

    .beliefs-grid article {
        min-height: 245px;
    }


    .about-statement {
        padding:
            72px
            0;
    }

    .about-statement__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .about-statement__inner p {
        font-size: 28px;
    }


    .yard-lens__list > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }


    .about-image-break img {
        height: 430px;
    }

    .about-image-break__caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }


    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-grid article:last-child {
        grid-column: auto;

        max-width: none;
    }

    .team-grid__placeholder {
        height: 400px;
    }


    .yard-myths__list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .yard-myths__list article > strong,
    .yard-myths__list p {
        grid-column: auto;
        grid-row: auto;
    }

}


/* ==========================================================================
   14. RESPONSIVE — 420PX
   ========================================================================== */

@media (max-width: 420px) {

    .about-hero__copy h1 {
        font-size: 36px;
    }

    .about-hero__image,
    .origin-story__image,
    .about-image-break img {
        height: 370px;
        min-height: 370px;
    }

    .about-intro h2,
    .origin-story__content h2,
    .yard-lens__copy h2,
    .yard-myths__grid > div:first-child h2,
    .about-cta h2 {
        font-size: 28px;
    }

    .about-statement__inner p {
        font-size: 26px;
    }

    .team-grid__placeholder {
        height: 360px;
    }

}