.biography-page {
    gap: clamp(2rem, 5vw, 4.5rem);
    max-width: 1080px;
}

.biography-page .bio-hero {
    align-items: end;
    background: var(--accent-dark);
    border-radius: 2px;
    color: #f8fbf9;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: clamp(2rem, 6vw, 5rem);
    position: relative;
}

.biography-page .bio-hero-copy {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 1;
}

.bio-hero .article-card-kicker,
.bio-hero .bio-dates {
    color: #b9d0c7;
}

.bio-hero .article-card-kicker {
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.biography-page .bio-hero .bio-page-title {
    color: #fff;
    font-size: clamp(1.625rem, 4vw, 3.25rem) !important;
    letter-spacing: -.045em;
}

.bio-hero .page-intro {
    color: #e1ebe6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.7;
    max-width: 720px;
}

.bio-hero .btn-outline-site {
    background: transparent;
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
}

.biography-page .bio-hero-portrait {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 2px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    height: auto;
    max-height: 430px;
    max-width: 290px;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.biography-page .bio-overview {
    align-items: start;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
}

.biography-page .bio-overview-copy,
.biography-page .bio-facts {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.bio-overview-copy h2,
.bio-facts h2 {
    color: var(--accent);
    font-size: .78rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.bio-overview-copy p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.85;
}

.biography-page .bio-facts {
    border-left: 1px solid var(--border-strong);
    padding-left: 1.5rem;
}

.bio-facts dd {
    font-size: .94rem;
    line-height: 1.45;
}

.biography-page .bio-timeline {
    display: block;
    position: relative;
}

.biography-page .bio-timeline::before {
    background: var(--border-strong);
    bottom: 0;
    content: "";
    left: 2.1rem;
    position: absolute;
    top: 0;
    width: 1px;
}

.biography-page .bio-timeline .bio-chapter {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: clamp(1.5rem, 5vw, 4rem);
    grid-template-columns: 4.25rem minmax(0, 1fr);
    padding: 0 0 clamp(2.75rem, 6vw, 5rem);
    position: relative;
}

.bio-chapter-number {
    align-items: center;
    background: var(--bg-main);
    border: 1px solid var(--border-strong);
    border-radius: 50%;
    color: var(--accent);
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    height: 4.25rem;
    justify-content: center;
    letter-spacing: .08em;
    margin: 0;
    position: relative;
    z-index: 1;
}

.bio-chapter-copy {
    border-top: 1px solid var(--border-strong);
    max-width: 790px;
    padding-top: 1.25rem;
}

.bio-chapter-copy h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 400;
    margin-top: 0;
}

.bio-chapter-copy p {
    color: #34433b;
    line-height: 1.82;
}

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

.theodor-inline-feature {
    align-items: start;
    background: #f2eadb;
    border: 1px solid #d8c8aa;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
    margin: 1.75rem 0;
    padding: .75rem;
}

.theodor-inline-feature img {
    display: block;
    height: auto;
    width: 100%;
}

.theodor-inline-feature figcaption {
    align-self: center;
    color: #4e493f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .9rem;
    line-height: 1.55;
}

.bio-chapter-copy .bio-source-note {
    color: #5f685f;
    font-size: .86rem;
    line-height: 1.65;
}

.biography-page .caption-block {
    border-radius: 0;
    border-width: 1px 0 0;
    margin: 0;
    padding: 1.25rem 0 0;
}

.bio-back-link {
    align-self: flex-start;
    margin-bottom: -2rem;
}

.theodor-biography .theodor-hero {
    align-items: stretch;
    background:
        linear-gradient(120deg, rgba(23, 50, 42, .98), rgba(40, 72, 61, .94)),
        #17322a;
    grid-template-columns: minmax(0, .92fr) minmax(330px, 1.08fr);
    padding: 0;
}

.theodor-hero .bio-hero-copy {
    align-self: center;
    padding: clamp(2rem, 6vw, 4.5rem);
}

.theodor-hero-figure {
    background: #e6d7b9;
    margin: 0;
    min-height: 100%;
    position: relative;
}

.theodor-biography .theodor-hero .bio-hero-portrait {
    border: 0;
    box-shadow: none;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: 50% 45%;
}

.theodor-hero-figure figcaption {
    background: rgba(18, 35, 30, .9);
    bottom: 0;
    color: #f5f0e6;
    font-size: .73rem;
    left: 0;
    letter-spacing: .04em;
    padding: .75rem 1rem;
    position: absolute;
}

.theodor-biography a:not(.btn-site):not(.btn-outline-site):not(.back-link) {
    color: var(--accent);
    text-decoration-color: rgba(50, 105, 83, .35);
    text-underline-offset: .18em;
}

.theodor-feature {
    background: #efe4ce;
    border: 1px solid #d8c8aa;
    margin: 0;
    padding: clamp(.75rem, 2vw, 1.25rem);
}

.theodor-feature a {
    display: block;
}

.theodor-feature img {
    display: block;
    height: auto;
    width: 100%;
}

.theodor-feature figcaption {
    color: #4e493f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: .95rem;
    line-height: 1.55;
    padding: 1rem .25rem .15rem;
}

.theodor-feature figcaption span {
    color: #6f675a;
}

.workshop-feature {
    background: #f5efe3;
    border: 1px solid #d8c8aa;
    padding: clamp(1.5rem, 4vw, 3.25rem);
}

.workshop-heading {
    align-items: end;
    border-bottom: 1px solid #cfc0a6;
    display: grid;
    gap: clamp(1.5rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    padding-bottom: 1.75rem;
}

.workshop-heading h2,
.shared-life h2,
.theodor-note h2 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 400;
    margin: .35rem 0 0;
}

.workshop-heading > p {
    color: #526158;
    line-height: 1.7;
    margin: 0;
}

.workshop-layout {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.workshop-story {
    position: sticky;
    top: 2rem;
}

.workshop-lede {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    line-height: 1.82;
}

.workshop-story blockquote {
    border-left: 3px solid var(--accent);
    margin: 2rem 0;
    padding: .25rem 0 .25rem 1.5rem;
}

.workshop-story blockquote p {
    color: #1f3d33;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
    line-height: 1.5;
    margin: 0 0 .7rem;
}

.workshop-story cite {
    color: #6c726c;
    font-size: .78rem;
    font-style: normal;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.workshop-archive {
    background: #e7dcc6;
    border: 1px solid #cdbc9f;
    margin: 0;
    padding: .65rem;
}

.workshop-archive img {
    display: block;
    height: auto;
    width: 100%;
}

.workshop-archive figcaption {
    color: #5e594f;
    font-size: .8rem;
    line-height: 1.5;
    padding: .8rem .2rem .15rem;
}

.conservation-steps {
    border-top: 1px solid #cfc0a6;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.conservation-steps li {
    border-right: 1px solid #cfc0a6;
    padding: 1.5rem;
}

.conservation-steps li:last-child {
    border-right: 0;
}

.conservation-steps span {
    color: var(--accent);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.conservation-steps h3 {
    font-size: 1.1rem;
    margin: .55rem 0;
}

.conservation-steps p {
    color: #5c675f;
    font-size: .88rem;
    line-height: 1.6;
    margin: 0;
}

.theodor-notes-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

.theodor-note {
    border: 1px solid var(--border-strong);
    padding: clamp(1.5rem, 4vw, 2.75rem);
}

.theodor-note-accent {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #eef5f1;
}

.theodor-note-accent .article-card-kicker {
    color: #b9d0c7;
}

.theodor-note-accent h2 {
    color: #fff;
}

.theodor-note p:last-child {
    line-height: 1.75;
    margin-bottom: 0;
}

.shared-life {
    border-bottom: 1px solid var(--border-strong);
    border-top: 1px solid var(--border-strong);
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.shared-life > div {
    column-gap: clamp(2rem, 5vw, 4rem);
    columns: 2;
    margin: 1.5rem 0 2rem;
}

.shared-life > div p {
    break-inside: avoid;
    line-height: 1.8;
    margin-top: 0;
}

.archive-credit {
    color: #687169;
    font-size: .82rem;
    line-height: 1.65;
    margin: -1.5rem 0 0;
    max-width: 820px;
}

@media (max-width: 768px) {
    .workshop-heading,
    .workshop-layout,
    .theodor-notes-grid {
        grid-template-columns: 1fr;
    }

    .workshop-story {
        position: static;
    }

    .conservation-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .conservation-steps li:nth-child(2) {
        border-right: 0;
    }

    .conservation-steps li:nth-child(-n+2) {
        border-bottom: 1px solid #cfc0a6;
    }

    .shared-life > div {
        columns: 1;
    }

    .theodor-inline-feature {
        grid-template-columns: 1fr;
    }

    .theodor-inline-feature img {
        max-width: 240px;
    }

    .biography-page .bio-hero {
        grid-template-columns: 1fr;
        padding: 2rem 1.35rem;
    }

    .theodor-biography .theodor-hero {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .theodor-hero .bio-hero-copy {
        padding: 2rem 1.35rem;
    }

    .theodor-biography .theodor-hero .bio-hero-portrait {
        max-height: none;
        max-width: none;
    }

    .bio-back-link {
        margin-bottom: -1rem;
    }

    .biography-page .bio-hero-portrait {
        justify-self: start;
        max-height: 360px;
        max-width: 260px;
    }

    .biography-page .bio-overview {
        grid-template-columns: 1fr;
    }

    .biography-page .bio-facts {
        border-left: 0;
        border-top: 1px solid var(--border-strong);
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .biography-page .bio-timeline::before {
        left: 1.45rem;
    }

    .biography-page .bio-timeline .bio-chapter {
        gap: 1rem;
        grid-template-columns: 2.9rem minmax(0, 1fr);
    }

    .bio-chapter-number {
        height: 2.9rem;
    }
}

@media (max-width: 480px) {
    .conservation-steps {
        grid-template-columns: 1fr;
    }

    .conservation-steps li,
    .conservation-steps li:nth-child(2) {
        border-bottom: 1px solid #cfc0a6;
        border-right: 0;
    }

    .conservation-steps li:last-child {
        border-bottom: 0;
    }
}
