.about-page {
    background: var(--cream);
}

.about-page .main-nav .is-current::after {
    transform: scaleX(1);
}

.story-hero {
    min-height: 650px;
    padding: clamp(80px, 10vw, 150px) clamp(22px, 6vw, 92px) 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .4fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: end;
    color: var(--white);
    background: var(--blue);
}

.story-hero h1 {
    max-width: 1100px;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(78px, 10vw, 150px);
    font-weight: 600;
    line-height: .76;
    letter-spacing: -.055em;
}

.story-hero h1 em {
    color: #e8d8c4;
}

.story-hero-note {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .45);
}

.story-hero-note span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.story-hero-note p {
    margin: 18px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 27px;
    line-height: 1.25;
}

.story-introduction {
    padding: clamp(90px, 11vw, 170px) clamp(22px, 9vw, 145px);
    display: grid;
    grid-template-columns: minmax(140px, .35fr) minmax(0, 1.4fr) minmax(250px, .55fr);
    gap: clamp(30px, 5vw, 90px);
    align-items: start;
    background: var(--white);
}

.story-statement {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(46px, 5.3vw, 78px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.035em;
}

.story-body-copy {
    margin: 4px 0 0;
    font-size: 15px;
    line-height: 1.85;
}

.story-chapters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.story-chapter {
    min-height: 540px;
    padding: 42px clamp(26px, 3.5vw, 58px);
    display: flex;
    flex-direction: column;
    color: var(--white);
}

.story-chapter + .story-chapter {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.chapter-beginning {
    background: var(--pink);
}

.chapter-approach {
    background: var(--yellow);
}

.chapter-community {
    background: var(--lime);
}

.chapter-number {
    margin-bottom: auto;
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px;
}

.story-chapter h2 {
    max-width: 420px;
    margin: 0 0 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 600;
    line-height: .94;
    letter-spacing: -.035em;
}

.story-chapter > p:last-child {
    max-width: 410px;
    margin: 0;
    line-height: 1.7;
}

.story-values {
    padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 110px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(50px, 8vw, 130px);
    align-items: end;
}

.story-values h2,
.story-cta h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(70px, 8vw, 120px);
    font-weight: 600;
    line-height: .78;
    letter-spacing: -.05em;
}

.story-values h2 em {
    color: var(--orange);
}

.values-list {
    border-top: 1px solid var(--ink);
}

.values-list div {
    min-height: 72px;
    padding: 18px 2px;
    display: grid;
    grid-template-columns: 55px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--ink);
}

.values-list span {
    font-size: 11px;
    font-weight: 700;
}

.values-list strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(25px, 2.4vw, 36px);
    font-weight: 600;
}

.story-cta {
    padding: clamp(90px, 10vw, 145px) 24px;
    text-align: center;
    color: var(--white);
    background: var(--ink);
}

.story-cta h2 em {
    color: #d4b9c6;
}

.story-cta > p:not(.eyebrow) {
    max-width: 600px;
    margin: 32px auto;
    color: #dddcd5;
    font-size: 17px;
    line-height: 1.7;
}

.story-cta .button {
    margin: 0 auto;
}

@media (max-width: 900px) {
    .story-hero,
    .story-introduction,
    .story-values {
        grid-template-columns: 1fr;
    }

    .story-hero {
        min-height: 600px;
    }

    .story-hero-note {
        max-width: 520px;
    }

    .story-chapters {
        grid-template-columns: 1fr;
    }

    .story-chapter {
        min-height: 430px;
    }

    .story-chapter + .story-chapter {
        border-top: 1px solid rgba(255, 255, 255, .3);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .story-hero {
        min-height: auto;
        padding: 60px 18px 48px;
        gap: 38px;
    }

    .story-hero h1 {
        font-size: clamp(48px, 15vw, 58px);
        line-height: .82;
    }

    .story-hero-note p {
        font-size: 23px;
    }

    .story-introduction {
        padding: 60px 18px;
        gap: 28px;
    }

    .story-statement {
        font-size: clamp(40px, 12vw, 48px);
    }

    .story-body-copy {
        font-size: 16px;
    }

    .story-chapter {
        min-height: auto;
        padding: 48px 20px;
    }

    .chapter-number {
        margin-bottom: 64px;
        font-size: 54px;
    }

    .story-chapter h2 {
        font-size: 40px;
    }

    .story-values {
        padding: 65px 18px;
    }

    .story-values h2,
    .story-cta h2 {
        font-size: clamp(50px, 15vw, 58px);
    }

    .values-list strong {
        font-size: 26px;
    }

    .story-cta {
        padding: 70px 18px;
    }
}
