/* Personal pages and the author's notes share the site's existing palette and type. */
.about-page {
    padding-bottom: 80px;
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: center;
    padding-block: 38px 64px;
    border-bottom: 1px solid var(--line);
}

.about-hero-copy {
    min-width: 0;
}

.about-hero h1 {
    max-width: 620px;
    margin-block: 22px 28px;
    font-size: clamp(52px, 5.6vw, 80px);
    line-height: 1.06;
    overflow-wrap: break-word;
}

.about-lede {
    max-width: 510px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.9;
}

.about-identity {
    margin-top: 32px;
}

.about-identity > p {
    font-family: var(--serif);
    font-size: 25px;
    line-height: 1.3;
}

.about-identity > a {
    display: inline-block;
    padding-block: 9px;
    font-size: 12px;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about-identity > a > span {
    white-space: nowrap;
}

.about-portrait,
.about-photo {
    min-width: 0;
    margin: 0;
}

.about-portrait > img,
.about-photo > img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: var(--mist);
}

.about-portrait > img {
    aspect-ratio: 1;
}

.about-portrait figcaption {
    margin-top: 12px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.about-portrait figcaption a,
.about-photo figcaption a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about-story.prose {
    max-width: 720px;
    margin: 64px auto 0;
}

.about-story.prose > :first-child {
    margin-top: 0;
}

.about-gallery {
    margin-top: 76px;
}

.about-gallery-heading {
    max-width: 730px;
    margin-bottom: 30px;
}

.about-gallery h2 {
    font-size: clamp(34px, 3.2vw, 46px);
}

.about-gallery-intro {
    max-width: 680px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.about-photo figcaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    line-height: 1.6;
}

.about-photo .about-place {
    color: var(--ocean);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
}

.about-photo h3 {
    margin: 8px 0 0;
    font-family: var(--serif);
    font-size: 25px;
    line-height: 1.24;
}

.about-photo-note,
.about-local-story p,
.about-source {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.75;
}

.about-photo-note {
    color: var(--muted);
}

.about-local-story {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.about-story-label {
    color: var(--ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.about-local-story p {
    margin-top: 8px;
}

.about-source {
    color: var(--muted);
    font-size: 11px;
}

.about-photo .about-instagram {
    display: inline-block;
    margin-top: 8px;
    padding-block: 7px;
    color: var(--muted);
    font-size: 11px;
}

.about-method {
    max-width: 720px;
    margin: 72px auto 0;
    padding-top: 44px;
    border-top: 1px solid var(--line);
}

.about-method h2 {
    margin-top: 14px;
    font-size: clamp(34px, 3.2vw, 46px);
}

.about-method p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.9;
}

.about-closing {
    margin-top: 68px;
    padding-top: 48px;
    border-top: 1px solid var(--line);
    text-align: center;
}

.about-closing blockquote {
    max-width: 790px;
    margin: 0 auto 28px;
}

.about-closing blockquote > p {
    font-family: var(--serif);
    font-size: clamp(32px, 3.8vw, 51px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.about-closing blockquote > footer {
    margin-top: 20px;
    color: var(--muted);
    font-size: 12px;
}

.personal-notes {
    min-width: 0;
    margin-block: 36px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--mist);
}

.personal-notes h2,
.prose .personal-notes h2 {
    margin-top: 0;
    font-size: 31px;
    line-height: 1.25;
}

.personal-notes-intro {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

.personal-notes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.personal-note {
    min-width: 0;
    padding-top: 18px;
    border-top: 1px solid var(--line-strong);
}

.personal-note h3,
.prose .personal-note h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.25;
}

.personal-note p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.author-portrait {
    display: block;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    max-width: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.author-note > div {
    min-width: 0;
}

.about-page a:focus-visible {
    outline: 3px solid var(--ocean);
    outline-offset: 5px;
}

@media (max-width: 760px) {
    .about-page {
        padding-bottom: 54px;
    }

    .about-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding-block: 24px 38px;
    }

    .about-hero h1 {
        max-width: none;
        margin-block: 18px 22px;
        font-size: clamp(46px, 9vw, 66px);
    }

    .about-lede {
        max-width: none;
        font-size: 16px;
        line-height: 1.85;
    }

    .about-identity {
        margin-top: 22px;
    }

    .about-portrait {
        width: 100%;
        max-width: 570px;
        margin-inline: auto;
    }

    .about-story.prose {
        margin-top: 38px;
    }

    .about-gallery {
        margin-top: 48px;
    }

    .about-gallery-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 570px;
        gap: 30px;
        margin-inline: auto;
    }

    .about-photo figcaption {
        margin-top: 12px;
    }

    .about-method {
        margin-top: 48px;
        padding-top: 36px;
    }

    .about-closing {
        margin-top: 42px;
        padding-top: 36px;
    }

    .personal-notes-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }
}

@media (max-width: 390px) {
    .about-hero h1 {
        font-size: 46px;
    }

    .about-lede {
        font-size: 15px;
    }

    .about-gallery h2 {
        font-size: 33px;
    }

    .about-closing blockquote > p {
        font-size: 31px;
    }

    .about-closing .button {
        width: 100%;
        gap: 14px;
        padding-inline: 16px;
    }

    .personal-notes {
        padding: 22px 18px;
    }

    .personal-notes h2,
    .prose .personal-notes h2 {
        font-size: 28px;
    }

    .author-note {
        gap: 14px;
    }
}

.about-local-story h4 {
    margin: 10px 0 0;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.3;
}

.about-source a {
    overflow-wrap: anywhere;
}
