.homepage-simplified.about-page .about-narrative {
    width: min(calc(100% - clamp(3rem, 10vw, 10rem)), 46rem);
    max-width: 46rem;
    margin-inline: auto;
    padding: 4rem 0;
}

.about-page .about-hero h1 {
    max-width: min(26ch, 100%);
    font-size: clamp(2rem, 3.2vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.about-page .about-hero > p {
    max-width: none;
    margin-top: 1rem;
    font-size: 1.1875rem;
    line-height: 1.75;
}

.about-page .about-hero h1 + p {
    margin-top: 1.5rem;
}

.about-page .about-founder-note {
    max-width: none;
    margin-top: 3.5rem;
    padding-top: 2rem;
}

.about-page .about-founder-label {
    color: var(--editorial-green);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.5;
}

.about-page .about-founder-note h2,
.about-page .about-invitation h2 {
    max-width: none;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.about-page .about-founder-note .about-founder-opening h2 {
    margin-top: 0.75rem;
}

.about-page .about-founder-opening {
    display: block;
}

.about-page .about-founder-opening > .about-story {
    display: flow-root;
    width: 100%;
    max-width: none;
    margin-top: 1.5rem;
}

.about-page .about-founder-portrait {
    width: 100%;
    max-width: 24rem;
    margin: 0 0 1.5rem;
}

.about-page .about-founder-portrait img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.about-page .about-story p,
.about-page .about-invitation p {
    max-width: none;
    margin: 0;
    color: var(--home-muted);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.78;
}

.about-page .about-story p + p {
    margin-top: 1.25rem;
}

.about-page .about-story .about-story-pause {
    max-width: 29ch;
    margin-block: 2rem;
    padding: 1.25rem 1.5rem;
    border-left: 0.3rem solid var(--editorial-gold);
    color: var(--home-ink);
    background: linear-gradient(90deg, color-mix(in srgb, var(--editorial-gold) 10%, transparent), transparent);
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.about-page .about-story .about-story-pause + p {
    margin-top: 0;
}

.about-page .about-story-crisis {
    margin: 1.75rem 0 2rem;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    overflow: hidden;
    border: 1px solid #365648;
    border-left: 0.3rem solid #c5ad70;
    border-radius: 0.5rem;
    background:
        radial-gradient(circle at 100% 0, rgba(181, 217, 192, 0.12), transparent 14rem),
        #10271f;
    box-shadow: 0 1.5rem 3.5rem rgba(16, 39, 31, 0.14);
}

.about-page .about-story-crisis p {
    margin: 0;
    color: #f2f6f2;
    font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.35;
    text-wrap: balance;
}

.about-page .about-founder-note .about-story-heading {
    margin-top: 2.5rem;
}

.about-page .about-founder-note > .about-story {
    max-width: none;
    margin-top: 1.25rem;
}

.about-page .about-invitation {
    max-width: none;
    margin-top: 3rem;
    padding-top: 2rem;
}

.about-page .about-invitation p {
    margin-top: 1rem;
}

.about-page .about-invitation .home-button {
    margin-top: 1.5rem;
}

@media (min-width: 56.25rem) {
    .about-page .about-founder-portrait {
        float: right;
        width: 17rem;
        margin: 0 0 1rem 2rem;
    }
}

@media (max-width: 56.24rem) {
    .homepage-simplified.about-page .about-narrative {
        padding-block: 3rem;
    }

    .about-page .about-hero > p {
        font-size: 1.125rem;
    }

    .about-page .about-founder-note {
        margin-top: 2.5rem;
        padding-top: 1.5rem;
    }
}

@media (max-width: 22.49rem) {
    .homepage-simplified.about-page .about-narrative {
        width: calc(100% - 2.5rem);
    }
}

@media (forced-colors: active) {
    .about-page .about-story-crisis {
        border-color: CanvasText;
    }
}
