:root {
    --daphne-ink: #17251f;
    --daphne-forest: #254d3d;
    --daphne-river: #4b8797;
    --daphne-mist: #edf5f4;
    --daphne-paper: #fffdf7;
    --daphne-silt: #d9c9a5;
    --daphne-clay: #9b5b3d;
    --daphne-line: rgba(23, 37, 31, 0.14);
}

body {
    background: var(--daphne-paper);
    color: var(--daphne-ink);
    overflow-x: hidden;
}

.row:first-child {
    margin-top: 0;
}

.row>* {
    margin-top: .6rem;
}
.meet-article {
    background:
            linear-gradient(180deg, rgba(237, 245, 244, 0.9) 0, rgba(255, 253, 247, 0) 520px),
            var(--daphne-paper);
    min-height: 100svh;
    overflow-x: clip;
  padding-top: 80px;  /* for sticky nav */
}

.meet-article .container-xl {
    max-width: min(1140px, 100%);
}

.story-hero {
    padding: 4rem 0 3rem;
}

.kicker {
    color: var(--daphne-clay);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.story-hero h1 {
    color: var(--daphne-ink);
    font-size: 2.8rem;
    line-height: 0.95;
    padding-bottom: 30px;
    max-width: none;
}
.story-hero h1 span {
    font-size: 2rem;
}

.story-deck {
    border-left: 5px solid var(--daphne-river);
    color: var(--daphne-forest);
    font-size: 1.32rem;
    line-height: 1.28;
    margin: 0 0 30px;
    max-width: 34rem;
    padding-left: 1rem;
}

.hero-photo {
    margin: 0;
    position: relative;
}

.hero-photo img {
    /*aspect-ratio: 1 / 1;*/
    border-radius: 4px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.hero-photo figcaption,
.story-photo figcaption {
    color: rgba(23, 37, 31, 0.68);
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0.7rem;
}

.intro-band {
    border-top: 1px solid var(--daphne-line);
    padding: 2.5rem 0 1rem;
    background: var(--daphne-forest)
}

.intro-band blockquote {
    color: var(--daphne-paper);
    font-size: 1.5rem;
    padding: 0 20px;
    text-align: center;
    font-family: var(--font-serif);
}

.article-lead {
    color: var(--daphne-forest);
    font-size: 1.22rem;
    line-height: 1.58;
    margin-bottom: 1.1rem;
}

.story-body {
    padding: 1rem 0 5rem;
}
.story-section:first-child {
    border-top: none;
}

.story-section {
    border-top: 1px solid var(--daphne-line);
    padding: 2.3rem 0;
}

.story-section h2 {
    color: var(--daphne-forest);
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.story-copy {
    font-size: 1.08rem;
    line-height: 1.74;
}

.story-copy p {
    margin: 0 0 1.25rem;
}

.story-copy p:last-child {
    margin-bottom: 0;
}

.pull-quote {
    font-family: var(--font-serif);
    color: var(--daphne-forest);
    margin: 0;
    padding: 2rem 0 0;
}

.pull-quote p {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.13;
    margin: 0;
}

.pull-quote cite {
    color: rgba(23, 37, 31, 0.64);
    display: block;
    font-size: 0.86rem;
    font-style: normal;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: 0.08em;
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 800;
}

.photo-strip {
    margin-top: 2rem;
}

.story-photo {
    margin: 0;
}

.story-photo img {
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.story-photo.wide img {
    aspect-ratio: 16 / 9;
}

.story-photo.wide img {
    aspect-ratio: 4 / 3;
}

@media (min-width: 768px) {
    .story-hero {
        padding: 5rem 0 4rem;
    }

    .story-hero h1 {
        font-size: 4rem;
    }
    .story-hero h1 span {
        font-size: 2.6rem;
    }
    .intro-band blockquote {
        font-size: 1.8rem;
    }

    .story-deck {
        font-size: 1.55rem;
    }

    .pull-quote p {
        font-size: 2.35rem;

    }

}
@media (min-width: 992px) {
    .row>* {
        margin-top: 1rem
    }
    .story-section h2 {
        margin: 0 0 1.4rem;
    }

    .pull-quote {
        padding: 2rem 0;

    }

}

@media (min-width: 1200px) {
    .story-hero h1 {
        font-size: 4.35rem;
    }
    .story-hero h1 span {
        font-size: 3rem;
    }

    .intro-band blockquote {
        font-size: 2.5rem;
    }

    .story-section h2 {
        font-size: 2.45rem;
    }

    .story-copy {
        font-size: 1.13rem;
    }
}
