/*
Theme Name: Schaeffer Kunstcollectie
Theme URI: http://localhost:8085
Author: Codex
Description: Custom WordPress thema voor een warme kunstenaarsbiografie en kunstcollectie.
Version: 0.4.9
Text Domain: schaeffer
*/

:root {
    --color-cream: #f6f0e6;
    --color-paper: #fbf8f1;
    --color-paper-warm: #efe4d3;
    --color-taupe: #9b886c;
    --color-taupe-soft: #c8b89d;
    --color-taupe-dark: #75644f;
    --color-ink: #2b2722;
    --color-muted: #6f675d;
    --border-soft: 1px solid rgba(117, 100, 79, 0.24);
    --shadow-soft: 0 18px 46px rgba(70, 57, 39, 0.13);
    --shadow-card: 0 10px 25px rgba(70, 57, 39, 0.11);
    --font-heading: Georgia, "Palatino Linotype", "Book Antiqua", serif;
    --font-body: Georgia, "Times New Roman", serif;
    --font-script: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
    --site-max: 1304px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-ink);
    background:
        radial-gradient(circle at 16% 4%, rgba(220, 201, 168, 0.36), transparent 33rem),
        radial-gradient(circle at 86% 12%, rgba(255, 252, 244, 0.92), transparent 30rem),
        linear-gradient(180deg, #faf7f0 0%, var(--color-cream) 48%, #eee4d5 100%);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.72;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(rgba(117, 100, 79, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(117, 100, 79, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.52;
}

a {
    color: inherit;
    text-underline-offset: 0.18em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

p {
    margin-top: 0;
}

.site-main {
    min-height: 68vh;
}

.script-accent {
    color: var(--color-taupe);
    font-family: var(--font-script);
    font-weight: 400;
    letter-spacing: 0;
}

.site-header {
    position: relative;
    z-index: 20;
    background: rgba(251, 248, 241, 0.92);
    border-bottom: var(--border-soft);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: 66px;
    margin: 0 auto;
    gap: 34px;
}

.brand {
    display: flex;
    align-items: baseline;
    gap: 18px;
    color: var(--color-ink);
    text-decoration: none;
    white-space: nowrap;
}

.brand__main {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 2.35vw, 2.55rem);
    line-height: 1;
}

.brand__script {
    transform: rotate(-4deg);
    display: inline-block;
    font-size: clamp(1.45rem, 2.2vw, 2.35rem);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(16px, 2.4vw, 34px);
    font-size: 1rem;
    white-space: nowrap;
}

.main-nav a {
    position: relative;
    padding: 22px 0 18px;
    text-decoration: none;
}

.main-nav a::after {
    position: absolute;
    left: 50%;
    bottom: 16px;
    width: 0;
    height: 2px;
    content: "";
    background: var(--color-taupe);
    transform: translateX(-50%);
    transition: width 160ms ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
    width: 100%;
}

.home-hero,
.bio-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    min-height: 356px;
    border-bottom: var(--border-soft);
}

.home-hero__art,
.bio-hero__art {
    min-height: 356px;
    overflow: hidden;
}

.home-hero__art img,
.bio-hero__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero__text,
.bio-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px clamp(36px, 5vw, 86px);
    text-align: center;
    background:
        radial-gradient(circle at center, rgba(255, 252, 246, 0.94), rgba(255, 252, 246, 0.74) 45%, rgba(246, 240, 230, 0.78));
}

.home-hero h1,
.bio-hero h1,
.gallery-hero h1 {
    max-width: 640px;
    margin: 0;
    font-size: clamp(2.25rem, 4.5vw, 3.65rem);
}

.home-hero p,
.bio-hero p,
.gallery-hero p {
    max-width: 540px;
    margin-bottom: 8px;
    color: var(--color-ink);
}

.hero-handline {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin: 18px auto 20px;
}

.ornament span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(117, 100, 79, 0.34);
}

.ornament span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 30px;
    height: 24px;
    content: "\2661";
    color: var(--color-taupe);
    background: rgba(251, 248, 241, 0.94);
    transform: translate(-50%, -50%);
}

.ornament--small {
    width: 160px;
    margin-top: 12px;
}

.band {
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    padding: 52px 0;
}

.band--split {
    display: grid;
    grid-template-columns: minmax(180px, 0.6fr) minmax(260px, 0.95fr) minmax(440px, 1.35fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.home-intro {
    min-height: 288px;
}

.home-portrait {
    display: grid;
    place-items: center;
}

.home-portrait img {
    width: min(240px, 100%);
    aspect-ratio: 1;
    object-fit: cover;
    border: 10px solid #b99b66;
    border-radius: 999px;
    box-shadow: var(--shadow-soft);
}

.home-about h2,
.home-featured h2,
.painter-life h2,
.bio-story h2,
.inspiration h2,
.legacy h2,
.detail-lower h2 {
    margin: 0 0 20px;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
}

.button,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 42px;
    padding: 9px 20px;
    border: var(--border-soft);
    font-size: 0.97rem;
    text-decoration: none;
}

.button::after,
.text-link::after {
    content: "\2192";
    font-size: 1.4rem;
    line-height: 1;
}

.button--filled {
    color: var(--color-paper);
    background: var(--color-taupe);
}

.button--ghost {
    color: var(--color-taupe-dark);
    background: rgba(251, 248, 241, 0.48);
}

.text-link {
    margin-top: 18px;
    padding: 0;
    color: var(--color-taupe-dark);
    border: 0;
}

.featured-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.featured-work {
    text-decoration: none;
}

.featured-work__image {
    display: block;
    aspect-ratio: 1.28;
    margin-bottom: 8px;
    overflow: hidden;
    background: var(--color-paper-warm);
    box-shadow: var(--shadow-card);
}

.featured-work img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-work strong,
.featured-work span:not(.featured-work__image) {
    display: block;
}

.featured-work strong {
    font-weight: 400;
    line-height: 1.25;
}

.featured-work span:not(.featured-work__image) {
    color: var(--color-muted);
    font-size: 0.86rem;
}

.painter-life {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 34px;
    padding: 30px calc((100% - min(var(--site-max), calc(100% - 112px))) / 2) 28px;
    background:
        linear-gradient(90deg, rgba(251, 248, 241, 0.88), rgba(239, 228, 211, 0.55)),
        radial-gradient(circle at 74% 40%, rgba(191, 171, 139, 0.3), transparent 30rem);
    border-top: var(--border-soft);
    border-bottom: var(--border-soft);
}

.painter-life__text {
    padding: 24px 0;
}

.painter-life__image img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    object-position: center;
}

.bio-story {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
    gap: 44px;
    align-items: center;
}

.bio-story__image img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border: 8px solid #b99b66;
    box-shadow: var(--shadow-soft);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    padding: 22px min(5vw, 74px);
    border-top: var(--border-soft);
    border-bottom: var(--border-soft);
    background: rgba(251, 248, 241, 0.68);
}

.timeline article {
    position: relative;
    min-height: 120px;
    text-align: center;
}

.timeline article:not(:last-child)::after {
    position: absolute;
    top: 31px;
    right: -18px;
    width: 14px;
    height: 1px;
    content: "";
    background: rgba(117, 100, 79, 0.32);
}

.timeline__icon {
    display: inline-grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 8px;
    color: var(--color-taupe-dark);
    border: var(--border-soft);
    border-radius: 50%;
    font-size: 0.9rem;
}

.timeline h3,
.inspiration h3 {
    margin: 0 0 2px;
    font-size: 1.05rem;
}

.timeline p,
.inspiration p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.inspiration {
    display: grid;
    grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
    gap: 42px;
}

.inspiration__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.inspiration article img {
    width: 100%;
    aspect-ratio: 1.65;
    object-fit: cover;
    margin-bottom: 8px;
    box-shadow: var(--shadow-card);
}

.quote-band {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 22px min(5vw, 80px);
    color: var(--color-taupe-dark);
    background: rgba(251, 248, 241, 0.74);
    border-top: var(--border-soft);
    border-bottom: var(--border-soft);
    font-family: var(--font-script);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    text-align: center;
}

.quote-band p {
    margin: 0;
}

.quote-band span::before {
    content: "-";
    margin-right: 10px;
}

.legacy.band--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.section-mark,
.eyebrow,
.artwork-status {
    margin: 0 0 8px;
    color: var(--color-taupe);
    font-size: 0.78rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.gallery-hero {
    width: min(820px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 42px;
    text-align: center;
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto 36px;
}

.gallery-filters a {
    min-width: 96px;
    padding: 9px 22px;
    color: var(--color-taupe-dark);
    background: rgba(251, 248, 241, 0.62);
    border: var(--border-soft);
    border-radius: 2px;
    font-size: 0.98rem;
    text-align: center;
    text-decoration: none;
}

.gallery-filters a.is-active,
.gallery-filters a:hover {
    color: var(--color-paper);
    background: var(--color-taupe);
}

.gallery-separator {
    width: min(var(--site-max), calc(100% - 112px));
    height: 1px;
    margin: 0 auto 34px;
    background: rgba(117, 100, 79, 0.22);
}

.gallery-grid-wrap {
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    padding-bottom: 34px;
}

.artwork-grid {
    display: grid;
    gap: 18px;
}

.artwork-grid--archive {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.artwork-card {
    overflow: hidden;
    background: rgba(251, 248, 241, 0.82);
    border: var(--border-soft);
    border-radius: 4px;
    box-shadow: var(--shadow-card);
}

.artwork-card-link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}

.artwork-card-image {
    aspect-ratio: 1.42;
    overflow: hidden;
    background: var(--color-paper-warm);
}

.artwork-card-image img,
.artwork-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artwork-card-body {
    padding: 15px 16px 18px;
}

.artwork-card h3 {
    margin: 0 0 9px;
    font-size: 1.18rem;
    line-height: 1.25;
}

.artwork-card .artwork-status {
    margin-bottom: 8px;
    font-size: 0.68rem;
}

.artwork-card-meta {
    display: grid;
    gap: 2px;
    margin: 0;
}

.artwork-card-meta div {
    display: inline;
    color: var(--color-muted);
    font-size: 0.88rem;
}

.artwork-card-meta div:not(:last-child)::after {
    content: "  \2022  ";
}

.artwork-card-meta dt,
.artwork-card-meta dd {
    display: inline;
    margin: 0;
}

.artwork-card-meta dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.collection-closing {
    margin-top: 0;
    padding: 38px 24px 34px;
    color: var(--color-taupe-dark);
    background: rgba(251, 248, 241, 0.74);
    border-top: var(--border-soft);
    text-align: center;
    font-family: var(--font-script);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.botanical-mark {
    display: inline-block;
    width: 46px;
    height: 62px;
    margin-bottom: 10px;
    border-left: 1px solid rgba(117, 100, 79, 0.36);
    transform: rotate(18deg);
}

.botanical-mark::before,
.botanical-mark::after {
    display: block;
    width: 18px;
    height: 28px;
    content: "";
    border: 1px solid rgba(117, 100, 79, 0.3);
    border-left: 0;
    border-bottom: 0;
    border-radius: 100% 0;
}

.botanical-mark::before {
    margin: 8px 0 0 6px;
    transform: rotate(-48deg);
}

.botanical-mark::after {
    margin: -2px 0 0 -12px;
    transform: rotate(132deg);
}

.breadcrumb {
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    padding: 20px 0 14px;
    color: var(--color-taupe-dark);
    font-size: 0.96rem;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb span {
    margin-left: 10px;
}

.breadcrumb span + span {
    margin-left: 10px;
}

.art-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.78fr);
    gap: clamp(38px, 5vw, 78px);
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    padding: 10px 0 62px;
}

.art-detail__stage {
    min-height: 530px;
}

.art-detail__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 520px;
    background: rgba(238, 228, 213, 0.56);
}

.art-detail__frame img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.art-detail__info {
    padding-top: 48px;
}

.art-detail__info h1 {
    margin: 0;
    font-size: clamp(2.5rem, 4.5vw, 4.15rem);
}

.art-detail__year {
    margin: 8px 0 30px;
    color: var(--color-muted);
}

.detail-table {
    margin: 0;
    border-top: var(--border-soft);
}

.detail-table div {
    display: grid;
    grid-template-columns: minmax(170px, 0.75fr) minmax(0, 1fr);
    gap: 28px;
    padding: 10px 0;
    border-bottom: var(--border-soft);
}

.detail-table dt,
.detail-table dd {
    margin: 0;
}

.detail-table dd {
    color: var(--color-muted);
}

.status-panel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-top: 42px;
    padding-top: 28px;
    border-top: var(--border-soft);
}

.status-panel strong {
    display: block;
    margin-bottom: 2px;
    font-size: 1.35rem;
    font-weight: 400;
}

.status-panel p {
    margin: 0;
    color: var(--color-muted);
    font-style: italic;
}

.status-panel a {
    display: inline-block;
    margin-top: 10px;
    color: var(--color-taupe-dark);
}

.detail-lower {
    border-top: var(--border-soft);
}

.detail-story {
    padding-right: 40px;
    border-right: var(--border-soft);
}

.detail-story .script-accent {
    margin: 24px 0;
    font-size: 1.45rem;
}

.more-works__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.more-works__grid a {
    text-decoration: none;
}

.more-works__grid span {
    display: block;
    aspect-ratio: 1.55;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: var(--shadow-card);
}

.more-works__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-works__grid strong,
.more-works__grid em {
    display: block;
    font-style: normal;
}

.more-works__grid strong {
    font-weight: 400;
    line-height: 1.25;
}

.more-works__grid em {
    color: var(--color-muted);
    font-size: 0.86rem;
}

.site-footer {
    background: rgba(251, 248, 241, 0.72);
    border-top: var(--border-soft);
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px;
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    padding: 28px 0;
}

.footer-note {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    color: var(--color-muted);
    font-size: 0.9rem;
}

.footer-quote {
    margin: 0;
    padding: 0 34px;
    color: var(--color-taupe-dark);
    border-inline: var(--border-soft);
    text-align: center;
}

.footer-quote p {
    margin: 0 0 8px;
    font-family: var(--font-script);
    font-size: 1.35rem;
    line-height: 1.4;
}

.footer-quote cite {
    font-style: normal;
}

.footer-contact h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.footer-contact p {
    margin-bottom: 8px;
    color: var(--color-muted);
    font-size: 0.92rem;
}

.footer-contact a {
    color: var(--color-taupe-dark);
}

.site-footer__bar {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 7px 20px;
    color: var(--color-paper);
    background: var(--color-taupe);
    font-size: 0.78rem;
}

.page-hero {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0 36px;
    text-align: center;
}

.page-hero h1,
.entry-title {
    margin: 0;
    font-size: clamp(2.45rem, 5vw, 4rem);
}

.content-panel,
.empty-state {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto 46px;
    padding: 34px;
    background: rgba(251, 248, 241, 0.76);
    border: var(--border-soft);
    box-shadow: var(--shadow-card);
}

.section {
    padding: 52px 0;
}

.two-column {
    display: grid;
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
    gap: 34px;
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
}

.two-column .content-panel {
    width: auto;
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1120px) {
    .site-header__inner,
    .band,
    .gallery-filters,
    .gallery-separator,
    .gallery-grid-wrap,
    .breadcrumb,
    .art-detail,
    .site-footer__top {
        width: min(100% - 48px, var(--site-max));
    }

    .two-column {
        width: min(100% - 48px, var(--site-max));
        grid-template-columns: 1fr;
    }

    .site-header__inner {
        display: block;
        padding: 16px 0 12px;
    }

    .main-nav {
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
    }

    .main-nav a {
        padding: 12px 0 10px;
    }

    .main-nav a::after {
        bottom: 8px;
    }

    .home-hero,
    .bio-hero {
        grid-template-columns: 1fr;
    }

    .home-hero__art,
    .bio-hero__art {
        min-height: 300px;
    }

    .band--split {
        grid-template-columns: 1fr;
    }

    .home-portrait img {
        width: 220px;
    }

    .artwork-grid--archive {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .art-detail {
        grid-template-columns: 1fr;
    }

    .art-detail__info {
        padding-top: 0;
    }

    .detail-story {
        padding-right: 0;
        border-right: 0;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .footer-quote {
        padding: 24px 0;
        border-inline: 0;
        border-block: var(--border-soft);
    }
}

@media (max-width: 760px) {
    body {
        font-size: 15px;
    }

    .site-header__inner,
    .band,
    .gallery-filters,
    .gallery-separator,
    .gallery-grid-wrap,
    .breadcrumb,
    .art-detail,
    .site-footer__top {
        width: min(100% - 28px, var(--site-max));
    }

    .two-column {
        width: min(100% - 28px, var(--site-max));
    }

    .brand {
        display: block;
        white-space: normal;
    }

    .brand__main,
    .brand__script {
        display: block;
    }

    .home-hero__text,
    .bio-hero__text {
        padding: 38px 24px;
    }

    .home-hero h1,
    .bio-hero h1,
    .gallery-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    .featured-strip,
    .inspiration,
    .inspiration__grid,
    .painter-life,
    .bio-story,
    .timeline,
    .more-works__grid {
        grid-template-columns: 1fr;
    }

    .timeline article:not(:last-child)::after {
        display: none;
    }

    .artwork-grid--archive {
        grid-template-columns: 1fr;
    }

    .detail-table div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .art-detail__stage,
    .art-detail__frame,
    .art-detail__frame img {
        min-height: 300px;
    }

    .site-footer__bar {
        flex-direction: column;
        gap: 2px;
        align-items: center;
    }
}

/* Hard mockup correction layer, 2026-05-03. */
body {
    background:
        radial-gradient(circle at 11% 9%, rgba(219, 200, 166, 0.42), transparent 29rem),
        radial-gradient(circle at 90% 14%, rgba(251, 248, 241, 0.94), transparent 31rem),
        radial-gradient(circle at 50% 86%, rgba(199, 181, 150, 0.22), transparent 34rem),
        linear-gradient(180deg, #fbf8f1 0%, #f6f0e6 52%, #eee3d3 100%);
}

.site-header {
    background:
        linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(248, 242, 232, 0.94)),
        radial-gradient(circle at 18% 10%, rgba(218, 199, 163, 0.24), transparent 23rem);
    box-shadow: 0 1px 0 rgba(117, 100, 79, 0.12);
}

.site-header__inner {
    min-height: 72px;
}

.brand {
    gap: 22px;
}

.brand__main {
    font-size: clamp(1.9rem, 2.42vw, 2.72rem);
}

.brand__script {
    color: #9a7045;
    font-size: clamp(1.6rem, 2.25vw, 2.5rem);
}

.main-nav {
    gap: clamp(18px, 2.3vw, 38px);
}

.main-nav a {
    padding-top: 25px;
    padding-bottom: 22px;
    font-size: 1.02rem;
}

.main-nav a::after {
    bottom: 19px;
    height: 1px;
}

.home-hero,
.bio-hero {
    position: relative;
    min-height: 414px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.05fr) minmax(475px, 0.95fr);
    background: rgba(251, 248, 241, 0.78);
}

.home-hero::after,
.bio-hero::after {
    position: absolute;
    inset: 0 0 auto auto;
    width: 54%;
    height: 100%;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.58), transparent 25rem),
        linear-gradient(90deg, rgba(246, 240, 230, 0), rgba(251, 248, 241, 0.78) 36%, rgba(251, 248, 241, 0.94));
}

.home-hero__art,
.bio-hero__art {
    min-height: 414px;
}

.home-hero__art img,
.bio-hero__art img {
    object-position: center center;
    filter: saturate(0.94) sepia(0.05);
}

.home-hero__text,
.bio-hero__text {
    position: relative;
    z-index: 1;
    padding: 58px clamp(48px, 6vw, 104px);
    background: transparent;
}

.home-hero h1,
.bio-hero h1 {
    max-width: 620px;
    font-size: clamp(2.52rem, 4.35vw, 4rem);
    line-height: 1.03;
}

.home-hero p,
.bio-hero p {
    max-width: 560px;
    margin-bottom: 7px;
    line-height: 1.72;
}

.hero-handline {
    color: #9a7045;
    transform: rotate(-2deg);
}

.ornament {
    width: 238px;
}

.ornament span {
    background: rgba(117, 100, 79, 0.38);
}

.ornament span::after {
    width: 36px;
    color: #9a7045;
}

.section-rule {
    width: min(260px, 100%);
    height: 1px;
    margin: -8px 0 18px;
    background: rgba(117, 100, 79, 0.28);
}

.home-intro {
    position: relative;
    min-height: 356px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-intro::before {
    position: absolute;
    inset: 0 50% 0 auto;
    width: 38vw;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(206, 188, 153, 0.18), transparent 20rem);
}

.home-portrait img {
    width: min(276px, 100%);
    border-width: 12px;
    border-color: #b59256;
    outline: 1px solid rgba(117, 100, 79, 0.22);
    outline-offset: 7px;
}

.home-about p {
    max-width: 460px;
}

.home-featured h2 {
    margin-bottom: 16px;
}

.featured-strip {
    gap: 18px;
}

.featured-work__image {
    aspect-ratio: 1.34;
    border: 1px solid rgba(117, 100, 79, 0.18);
    box-shadow: 0 8px 17px rgba(70, 57, 39, 0.16);
}

.featured-work strong {
    margin-top: 2px;
    font-size: 1.02rem;
}

.painter-life {
    position: relative;
    min-height: 316px;
    padding-top: 34px;
    padding-bottom: 34px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(251, 248, 241, 0.94), rgba(240, 230, 215, 0.58)),
        radial-gradient(circle at 62% 52%, rgba(190, 170, 134, 0.34), transparent 34rem),
        url("assets/images/atelier-detail-kwast.jpg") right center / auto 92% no-repeat;
}

.painter-life::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(0deg, rgba(246, 240, 230, 0.84), rgba(246, 240, 230, 0));
}

.painter-life__text,
.painter-life__image {
    position: relative;
    z-index: 1;
}

.painter-life__text {
    max-width: 520px;
}

.painter-life__image img {
    max-height: 284px;
    object-position: center;
    opacity: 0.78;
    mix-blend-mode: multiply;
}

.bio-story {
    min-height: 304px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.bio-story__image {
    position: relative;
}

.bio-story__image::before {
    position: absolute;
    left: -56px;
    bottom: -18px;
    width: 150px;
    height: 190px;
    content: "";
    background: url("assets/images/atelier-detail-kwast.jpg") left bottom / 260px auto no-repeat;
    opacity: 0.42;
    mix-blend-mode: multiply;
}

.bio-story__image img {
    position: relative;
    z-index: 1;
    max-width: 448px;
    border-color: #b59256;
}

.timeline {
    position: relative;
    align-items: start;
    gap: 28px;
    padding-top: 30px;
    padding-bottom: 28px;
}

.timeline::before {
    position: absolute;
    top: 61px;
    right: 7%;
    left: 7%;
    height: 1px;
    content: "";
    background: rgba(117, 100, 79, 0.22);
}

.timeline article {
    z-index: 1;
}

.timeline article:not(:last-child)::after {
    display: none;
}

.timeline__icon {
    display: inline-grid;
    grid-template-columns: 1fr;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    background: rgba(251, 248, 241, 0.94);
    border-color: rgba(117, 100, 79, 0.32);
}

.timeline__icon > span:last-child {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
}

.timeline__glyph {
    display: block;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
    border: 1px solid rgba(117, 100, 79, 0.52);
}

.timeline__glyph--birth {
    border-radius: 50%;
}

.timeline__glyph--palette {
    border-radius: 50% 45% 55% 42%;
}

.timeline__glyph--home {
    clip-path: polygon(50% 0, 100% 42%, 88% 42%, 88% 100%, 12% 100%, 12% 42%, 0 42%);
    background: rgba(117, 100, 79, 0.1);
}

.timeline__glyph--easel {
    transform: rotate(45deg);
}

.timeline__glyph--frame {
    box-shadow: inset 0 0 0 5px rgba(251, 248, 241, 0.95);
}

.timeline__glyph--branch {
    width: 1px;
    border: 0;
    border-left: 1px solid rgba(117, 100, 79, 0.52);
}

.timeline__glyph--branch::before,
.timeline__glyph--branch::after {
    display: block;
    width: 12px;
    height: 9px;
    content: "";
    border: 1px solid rgba(117, 100, 79, 0.42);
    border-left: 0;
    border-bottom: 0;
    border-radius: 100% 0;
}

.timeline__glyph--branch::before {
    margin: 2px 0 0 1px;
    transform: rotate(-42deg);
}

.timeline__glyph--branch::after {
    margin: -2px 0 0 -13px;
    transform: rotate(136deg);
}

.inspiration {
    padding-top: 40px;
    padding-bottom: 42px;
}

.inspiration__grid {
    gap: 24px;
}

.inspiration article img {
    aspect-ratio: 1.72;
    border: 1px solid rgba(117, 100, 79, 0.16);
}

.quote-band {
    min-height: 76px;
    background:
        linear-gradient(90deg, rgba(251, 248, 241, 0.86), rgba(239, 228, 211, 0.54), rgba(251, 248, 241, 0.86));
    font-family: var(--font-heading);
    font-style: italic;
}

.quote-band p {
    position: relative;
    padding-inline: 72px;
}

.quote-band p::before,
.quote-band p::after {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 1px;
    content: "";
    background: rgba(117, 100, 79, 0.26);
}

.quote-band p::before {
    left: 0;
}

.quote-band p::after {
    right: 0;
}

.legacy {
    position: relative;
    min-height: 170px;
}

.legacy__heart {
    display: block;
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    color: #9a7045;
}

.legacy__heart::before {
    content: "\2661";
    font-size: 1.45rem;
}

.gallery-hero {
    padding-top: 86px;
    padding-bottom: 34px;
}

.gallery-hero h1 {
    font-size: clamp(2.58rem, 4.45vw, 4.05rem);
}

.gallery-hero p {
    max-width: 680px;
    margin-inline: auto;
}

.gallery-filters {
    gap: 16px 18px;
    margin-bottom: 42px;
}

.gallery-filters a {
    min-width: 116px;
    padding: 9px 21px;
    background: rgba(251, 248, 241, 0.74);
    border-color: rgba(117, 100, 79, 0.3);
}

.gallery-separator {
    margin-bottom: 48px;
}

.admin-draft-notice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 22px;
    width: min(var(--site-max), calc(100% - 112px));
    margin: -24px auto 38px;
    padding: 14px 20px;
    color: var(--color-taupe-dark);
    background: rgba(251, 248, 241, 0.72);
    border: var(--border-soft);
    font-size: 0.92rem;
}

.admin-draft-notice p {
    margin: 0;
}

.admin-draft-notice a {
    color: var(--color-taupe-dark);
}

.artwork-grid {
    gap: 20px;
}

.artwork-card {
    border-color: rgba(117, 100, 79, 0.24);
    border-radius: 3px;
    box-shadow: 0 8px 20px rgba(70, 57, 39, 0.1);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.artwork-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(70, 57, 39, 0.13);
}

.artwork-card-image {
    aspect-ratio: 1.44;
}

.artwork-card-body {
    min-height: 126px;
    padding: 17px 17px 19px;
    background: rgba(251, 248, 241, 0.92);
}

.artwork-card h3 {
    font-size: 1.16rem;
}

.artwork-card .artwork-status {
    color: rgba(117, 100, 79, 0.82);
    font-size: 0.66rem;
}

.collection-closing {
    min-height: 128px;
    padding-top: 34px;
    padding-bottom: 30px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 253, 247, 0.92), rgba(239, 228, 211, 0.58)),
        linear-gradient(180deg, rgba(251, 248, 241, 0.7), rgba(239, 228, 211, 0.62));
}

.collection-closing p {
    margin-bottom: 4px;
}

.breadcrumb {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 0.95rem;
}

.breadcrumb span {
    color: var(--color-taupe-dark);
}

.art-detail {
    grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.82fr);
    padding-bottom: 70px;
}

.art-detail__stage {
    position: relative;
    min-height: 574px;
    padding: 10px 0 0 86px;
}

.art-detail__stage::before {
    display: none;
    content: none;
}

.art-detail__frame {
    position: relative;
    z-index: 1;
    min-height: 538px;
    padding: 18px;
    background: linear-gradient(135deg, #b4883f, #e2bf73 28%, #8f672d 52%, #d7af5f 75%, #765125);
    border: 1px solid rgba(83, 57, 25, 0.28);
    box-shadow: 0 22px 46px rgba(70, 57, 39, 0.23);
}

.art-detail__frame::before {
    position: absolute;
    inset: 18px;
    z-index: 2;
    content: "";
    pointer-events: none;
    border: 6px solid rgba(245, 225, 156, 0.72);
    box-shadow: inset 0 0 0 2px rgba(95, 70, 30, 0.38);
}

.art-detail__frame img {
    min-height: 498px;
    background: var(--color-paper);
    border: 8px solid rgba(238, 228, 213, 0.95);
}

.art-detail__info {
    padding-top: 54px;
}

.art-detail__info h1 {
    max-width: 590px;
}

.detail-table div {
    padding-top: 12px;
    padding-bottom: 12px;
}

.status-panel {
    margin-top: 42px;
    padding-top: 31px;
}

.status-panel strong {
    font-family: var(--font-heading);
}

.detail-lower {
    padding-top: 38px;
    padding-bottom: 38px;
}

.detail-story {
    min-height: 230px;
}

.more-works__grid {
    gap: 18px;
}

.more-works__grid span {
    border: 1px solid rgba(117, 100, 79, 0.18);
}

.concept-card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 0;
}

.concept-card-links .text-link {
    margin-top: 0;
}

.concept-pagination {
    margin: 26px auto 0;
    text-align: center;
}

.concept-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 3px;
    padding: 4px 11px;
    border: var(--border-soft);
    text-decoration: none;
}

.concept-pagination .current {
    color: var(--color-paper);
    background: var(--color-taupe);
}

.site-footer {
    background:
        linear-gradient(180deg, rgba(251, 248, 241, 0.82), rgba(239, 228, 211, 0.72)),
        radial-gradient(circle at 50% 0, rgba(255, 253, 247, 0.8), transparent 18rem);
}

.site-footer__top {
    min-height: 126px;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 24px;
}

.botanical-mark--footer {
    opacity: 0.66;
}

.footer-quote p {
    margin-bottom: 0;
    font-family: var(--font-heading);
    font-style: italic;
}

.footer-quote__ornament {
    margin-top: 6px;
    margin-bottom: 4px;
}

.footer-contact__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-contact__icon {
    position: relative;
    width: 22px;
    height: 15px;
    border: 1px solid rgba(117, 100, 79, 0.48);
}

.footer-contact__icon::before,
.footer-contact__icon::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 24px;
    content: "";
    background: rgba(117, 100, 79, 0.38);
    transform-origin: top;
}

.footer-contact__icon::before {
    left: 0;
    transform: rotate(-51deg);
}

.footer-contact__icon::after {
    right: 0;
    transform: rotate(51deg);
}

.site-footer__bar {
    background: #8f806a;
}

@media (max-width: 1280px) {
    .artwork-grid--archive {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1120px) {
    .home-hero,
    .bio-hero {
        grid-template-columns: 1fr;
    }

    .home-hero::after,
    .bio-hero::after {
        width: 100%;
        height: 52%;
        top: auto;
        bottom: 0;
    }

    .home-hero__art,
    .bio-hero__art {
        min-height: 330px;
    }

    .home-intro::before,
    .bio-story__image::before,
    .art-detail__stage::before {
        display: none;
    }

    .painter-life {
        background:
            linear-gradient(90deg, rgba(251, 248, 241, 0.94), rgba(240, 230, 215, 0.58)),
            radial-gradient(circle at 62% 52%, rgba(190, 170, 134, 0.34), transparent 34rem);
    }

    .art-detail__stage {
        padding-left: 0;
    }

    .artwork-grid--archive {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .timeline::before {
        display: none;
    }

    .artwork-grid--archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-header__inner {
        min-height: auto;
    }

    .main-nav {
        padding-top: 4px;
    }

    .home-hero__text,
    .bio-hero__text {
        padding: 42px 24px 48px;
    }

    .home-hero h1,
    .bio-hero h1,
    .gallery-hero h1 {
        font-size: clamp(2.1rem, 11vw, 3.1rem);
    }

    .quote-band p {
        padding-inline: 0;
    }

    .quote-band p::before,
    .quote-band p::after {
        display: none;
    }

    .artwork-grid--archive {
        grid-template-columns: 1fr;
    }

    .art-detail__frame {
        min-height: 320px;
        padding: 10px;
    }

    .art-detail__frame::before {
        inset: 10px;
        border-width: 3px;
    }

    .art-detail__frame img {
        min-height: 290px;
        border-width: 5px;
    }

    .footer-contact__row {
        justify-content: flex-start;
    }
}

/* Image blend polish, 2026-05-03. Keeps decorative art from reading as hard rectangles. */
.hero-art-fade,
.image-blend-right,
.image-blend-left,
.paper-wash {
    position: relative;
    isolation: isolate;
}

.hero-art-fade {
    overflow: hidden;
    background: var(--color-cream);
}

.hero-art-fade::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(246, 240, 230, 0) 46%, rgba(246, 240, 230, 0.36) 66%, rgba(246, 240, 230, 0.94) 96%),
        linear-gradient(to bottom, rgba(246, 240, 230, 0) 70%, rgba(246, 240, 230, 0.74) 100%);
}

.hero-art-fade img {
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 58%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0) 100%);
}

.home-hero::after,
.bio-hero::after {
    left: 41%;
    width: 59%;
    background:
        radial-gradient(circle at 38% 34%, rgba(255, 253, 247, 0.66), transparent 28rem),
        radial-gradient(circle at 82% 46%, rgba(223, 206, 174, 0.22), transparent 23rem),
        linear-gradient(90deg, rgba(246, 240, 230, 0), rgba(246, 240, 230, 0.62) 30%, rgba(251, 248, 241, 0.96) 78%);
}

.home-hero__text,
.bio-hero__text {
    background:
        radial-gradient(ellipse at 50% 52%, rgba(255, 253, 247, 0.74), rgba(251, 248, 241, 0.34) 54%, rgba(246, 240, 230, 0) 76%);
}

.image-watercolor {
    border: 0;
    background: transparent;
    box-shadow: 0 18px 42px rgba(70, 57, 39, 0.08);
    filter: saturate(0.94) sepia(0.04);
}

.paper-wash::before {
    position: absolute;
    inset: -42px -54px;
    z-index: -1;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(ellipse at 48% 52%, rgba(223, 207, 178, 0.38) 0%, rgba(223, 207, 178, 0.2) 39%, rgba(246, 240, 230, 0) 72%),
        radial-gradient(circle at 28% 78%, rgba(188, 165, 126, 0.16), transparent 34%);
    filter: blur(2px);
}

.home-portrait.paper-wash::before {
    inset: -36px -42px;
    border-radius: 999px;
}

.bio-story {
    background:
        radial-gradient(ellipse at 24% 50%, rgba(223, 207, 178, 0.22), transparent 30rem),
        linear-gradient(90deg, rgba(251, 248, 241, 0.25), rgba(246, 240, 230, 0));
}

.bio-story__image {
    overflow: visible;
}

.bio-story__image img.image-watercolor--story {
    max-width: 510px;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 54%, #000 0%, #000 68%, rgba(0, 0, 0, 0.58) 84%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 54%, #000 0%, #000 68%, rgba(0, 0, 0, 0.58) 84%, rgba(0, 0, 0, 0) 100%);
}

.bio-story__image::after {
    position: absolute;
    inset: auto -26px -22px -30px;
    z-index: 2;
    height: 40%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(246, 240, 230, 0), rgba(246, 240, 230, 0.78) 72%, rgba(246, 240, 230, 0.96));
}

.painter-life {
    background:
        linear-gradient(90deg, rgba(251, 248, 241, 0.96), rgba(246, 240, 230, 0.78) 45%, rgba(239, 228, 211, 0.34)),
        radial-gradient(ellipse at 72% 50%, rgba(190, 170, 134, 0.28), transparent 33rem);
}

.painter-life__image {
    min-height: 282px;
    overflow: visible;
}

.painter-life__image::before {
    inset: -34px -46px -32px -82px;
    background:
        radial-gradient(ellipse at 64% 54%, rgba(218, 200, 168, 0.36), rgba(218, 200, 168, 0.16) 45%, rgba(246, 240, 230, 0) 73%),
        linear-gradient(90deg, rgba(246, 240, 230, 0.58), rgba(246, 240, 230, 0));
}

.painter-life__image::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(246, 240, 230, 0.92), rgba(246, 240, 230, 0.16) 24%, rgba(246, 240, 230, 0) 54%),
        linear-gradient(to bottom, rgba(246, 240, 230, 0) 68%, rgba(246, 240, 230, 0.88) 100%);
}

.painter-life__image img.image-watercolor {
    width: 100%;
    height: 100%;
    min-height: 282px;
    max-height: none;
    object-fit: cover;
    opacity: 0.7;
    mix-blend-mode: multiply;
    box-shadow: none;
    -webkit-mask-image: radial-gradient(ellipse at 58% 50%, #000 0%, #000 52%, rgba(0, 0, 0, 0.62) 72%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 58% 50%, #000 0%, #000 52%, rgba(0, 0, 0, 0.62) 72%, rgba(0, 0, 0, 0) 100%);
}

.image-blend-left img {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 18%, #000 42%, rgba(0, 0, 0, 0.78) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 18%, #000 42%, rgba(0, 0, 0, 0.78) 82%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1120px) {
    .hero-art-fade::before {
        background:
            linear-gradient(to bottom, rgba(246, 240, 230, 0) 52%, rgba(246, 240, 230, 0.62) 82%, rgba(246, 240, 230, 0.96) 100%),
            linear-gradient(to right, rgba(246, 240, 230, 0.28), rgba(246, 240, 230, 0) 18%, rgba(246, 240, 230, 0) 82%, rgba(246, 240, 230, 0.32));
    }

    .hero-art-fade img {
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.68) 86%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.68) 86%, rgba(0, 0, 0, 0) 100%);
    }

    .home-hero::after,
    .bio-hero::after {
        left: 0;
        width: 100%;
        height: 58%;
        background:
            linear-gradient(to bottom, rgba(246, 240, 230, 0), rgba(251, 248, 241, 0.92) 72%),
            radial-gradient(circle at center, rgba(255, 253, 247, 0.62), transparent 25rem);
    }

    .painter-life__image {
        min-height: 240px;
    }

    .painter-life__image img.image-watercolor {
        min-height: 240px;
    }
}

@media (max-width: 760px) {
    .paper-wash::before {
        inset: -26px -18px;
    }

    .bio-story__image img.image-watercolor--story {
        max-width: 100%;
    }

    .painter-life__image::after {
        background:
            linear-gradient(to bottom, rgba(246, 240, 230, 0), rgba(246, 240, 230, 0.86) 100%),
            linear-gradient(to right, rgba(246, 240, 230, 0.54), rgba(246, 240, 230, 0), rgba(246, 240, 230, 0.54));
    }
}

/* Structural biography seam fix, 2026-05-03.
   The biography hero and story sections are now one shared visual surface with
   absolute artwork layers, instead of two adjacent visual columns. */
.bio-hero.bio-hero--unified {
    position: relative;
    display: block;
    min-height: 414px;
    overflow: hidden;
    isolation: isolate;
    border-bottom: var(--border-soft);
    background:
        radial-gradient(circle at 24% 22%, rgba(223, 206, 174, 0.28), transparent 31rem),
        radial-gradient(circle at 82% 34%, rgba(255, 253, 247, 0.84), transparent 29rem),
        linear-gradient(180deg, #fbf8f1 0%, var(--color-cream) 100%);
}

.bio-hero--unified .bio-hero__art-layer {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 0;
    width: min(68vw, 980px);
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bio-hero--unified .bio-hero__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.94) sepia(0.04);
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 46%, rgba(0, 0, 0, 0.72) 65%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 46%, rgba(0, 0, 0, 0.72) 65%, rgba(0, 0, 0, 0) 100%);
}

.bio-hero--unified::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(246, 240, 230, 0) 0%, rgba(246, 240, 230, 0) 32%, rgba(246, 240, 230, 0.58) 55%, #fbf8f1 82%),
        linear-gradient(180deg, rgba(246, 240, 230, 0) 72%, var(--color-cream) 100%);
}

.bio-hero--unified::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: auto;
    height: auto;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(ellipse at 72% 48%, rgba(255, 253, 247, 0.78), rgba(251, 248, 241, 0.28) 42%, rgba(251, 248, 241, 0) 68%),
        radial-gradient(ellipse at 40% 82%, rgba(190, 170, 134, 0.16), transparent 28rem);
}

.bio-hero--unified .bio-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.92fr);
    align-items: center;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: 414px;
    margin: 0 auto;
}

.bio-hero--unified .bio-hero__copy {
    grid-column: 2;
    justify-self: center;
    max-width: 620px;
    padding: 58px clamp(40px, 5vw, 86px);
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bio-hero--unified .bio-hero__copy h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(2.52rem, 4.35vw, 4rem);
    line-height: 1.03;
}

.bio-hero--unified .bio-hero__copy p {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7px;
    line-height: 1.72;
}

.bio-story.bio-story--unified {
    position: relative;
    display: block;
    width: 100%;
    min-height: 330px;
    overflow: hidden;
    isolation: isolate;
    padding: 42px 0 48px;
    background:
        radial-gradient(ellipse at 22% 52%, rgba(223, 207, 178, 0.28), transparent 31rem),
        radial-gradient(circle at 72% 42%, rgba(255, 253, 247, 0.76), transparent 30rem),
        linear-gradient(90deg, var(--color-cream) 0%, #fbf8f1 56%, var(--color-cream) 100%);
    border-bottom: var(--border-soft);
}

.bio-story--unified .bio-story__art-layer {
    position: absolute;
    z-index: 0;
    top: 16px;
    bottom: -10px;
    left: max(0px, calc((100% - var(--site-max)) / 2));
    width: min(43vw, 560px);
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bio-story--unified .bio-story__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center left;
    background: transparent;
    border: 0;
    box-shadow: none;
    filter: saturate(0.94) sepia(0.04);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 48% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 48% 54%, #000 0%, #000 64%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0) 100%);
}

.bio-story--unified::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(246, 240, 230, 0) 0%, rgba(246, 240, 230, 0.1) 30%, rgba(251, 248, 241, 0.82) 49%, rgba(251, 248, 241, 0.96) 100%),
        linear-gradient(180deg, rgba(246, 240, 230, 0.55), rgba(246, 240, 230, 0) 32%, rgba(246, 240, 230, 0.42));
}

.bio-story--unified::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 30%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(246, 240, 230, 0), var(--color-cream) 88%);
}

.bio-story--unified .bio-story__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: 286px;
    margin: 0 auto;
}

.bio-story--unified .bio-story__text {
    grid-column: 2;
    max-width: 760px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

@media (max-width: 1120px) {
    .bio-hero.bio-hero--unified,
    .bio-story.bio-story--unified {
        display: block;
    }

    .bio-hero--unified .bio-hero__content,
    .bio-story--unified .bio-story__content {
        width: min(100% - 48px, var(--site-max));
        grid-template-columns: 1fr;
    }

    .bio-hero--unified .bio-hero__copy,
    .bio-story--unified .bio-story__text {
        grid-column: 1;
        justify-self: center;
    }

    .bio-hero--unified .bio-hero__art-layer,
    .bio-story--unified .bio-story__art-layer {
        width: 100%;
        opacity: 0.38;
    }

    .bio-story--unified .bio-story__art-layer {
        left: 0;
    }
}

@media (max-width: 760px) {
    .bio-hero.bio-hero--unified,
    .bio-story.bio-story--unified {
        min-height: auto;
    }

    .bio-hero--unified .bio-hero__content,
    .bio-story--unified .bio-story__content {
        width: min(100% - 28px, var(--site-max));
        min-height: 360px;
    }

    .bio-hero--unified .bio-hero__copy {
        padding: 44px 22px;
    }

    .bio-story--unified .bio-story__text {
        padding: 32px 0;
    }
}

/* Real Jan content polish, 2026-05-03. Keeps the added portrait and atelier
   detail integrated with the existing watercolor/paper surface. */
.home-portrait {
    position: relative;
    isolation: isolate;
}

.home-portrait::after {
    position: absolute;
    inset: -22px -28px;
    z-index: -1;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(ellipse at 52% 48%, rgba(255, 253, 247, 0.76), rgba(222, 205, 174, 0.24) 48%, rgba(246, 240, 230, 0) 74%),
        radial-gradient(circle at 22% 78%, rgba(155, 136, 108, 0.16), transparent 34%);
    filter: blur(1px);
}

.home-portrait img.image-watercolor--portrait {
    width: min(248px, 100%);
    border: 0;
    border-radius: 52% 48% 50% 50%;
    background: transparent;
    box-shadow: 0 18px 38px rgba(70, 57, 39, 0.12);
    filter: sepia(0.15) saturate(0.82) contrast(0.96);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 64%, rgba(0, 0, 0, 0.68) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 64%, rgba(0, 0, 0, 0.68) 82%, rgba(0, 0, 0, 0) 100%);
}

.bio-story--unified .bio-story__art-layer {
    width: min(36vw, 430px);
    top: 6px;
    bottom: -18px;
}

.bio-story--unified .bio-story__art-layer img {
    object-position: center left;
    opacity: 0.84;
    filter: sepia(0.16) saturate(0.78) contrast(0.97);
    -webkit-mask-image: radial-gradient(ellipse at 48% 52%, #000 0%, #000 58%, rgba(0, 0, 0, 0.58) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 48% 52%, #000 0%, #000 58%, rgba(0, 0, 0, 0.58) 78%, rgba(0, 0, 0, 0) 100%);
}

.painter-life__image img.image-watercolor--atelier {
    min-height: 292px;
    max-height: 320px;
    border: 0;
    background: transparent;
    box-shadow: none;
    filter: saturate(0.86) sepia(0.1) contrast(0.96);
    opacity: 0.76;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 48% 50%, #000 0%, #000 56%, rgba(0, 0, 0, 0.62) 74%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 48% 50%, #000 0%, #000 56%, rgba(0, 0, 0, 0.62) 74%, rgba(0, 0, 0, 0) 100%);
}

.paint-accent {
    position: relative;
}

.paint-accent::after {
    position: absolute;
    right: clamp(4px, 2vw, 24px);
    bottom: -14px;
    width: 92px;
    height: 18px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 48%, rgba(117, 100, 79, 0.28) 0 4px, transparent 5px),
        linear-gradient(102deg, rgba(117, 100, 79, 0), rgba(117, 100, 79, 0.22) 16%, rgba(117, 100, 79, 0.12) 58%, rgba(117, 100, 79, 0));
    border-radius: 999px;
    opacity: 0.52;
    transform: rotate(-6deg);
}

.bio-story__text.paint-accent::after {
    right: 8%;
    bottom: -4px;
}

.painter-life__text.paint-accent::after {
    right: 12%;
    bottom: 4px;
}

@media (max-width: 1120px) {
    .bio-story--unified .bio-story__art-layer {
        width: 100%;
        opacity: 0.24;
    }
}

@media (max-width: 760px) {
    .home-portrait img.image-watercolor--portrait {
        width: min(220px, 78vw);
    }

    .paint-accent::after {
        display: none;
    }

    .painter-life__image img.image-watercolor--atelier {
        min-height: 230px;
    }
}

/* Neutral Jan focus polish, 2026-05-03. The homepage now uses the painting
   atelier image as the primary visual, while biography uses a distinct portrait. */
.home-intro.band--split {
    grid-template-columns: minmax(360px, 1.08fr) minmax(260px, 0.82fr) minmax(390px, 1.05fr);
    gap: clamp(30px, 3.4vw, 48px);
}

.home-studio-feature {
    position: relative;
    min-height: 318px;
    isolation: isolate;
}

.home-studio-feature::before {
    position: absolute;
    inset: -34px -46px;
    z-index: -1;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(ellipse at 48% 52%, rgba(255, 253, 247, 0.86), rgba(223, 206, 174, 0.28) 52%, rgba(246, 240, 230, 0) 76%),
        radial-gradient(circle at 18% 30%, rgba(155, 136, 108, 0.16), transparent 36%),
        linear-gradient(90deg, rgba(246, 240, 230, 0.58), rgba(246, 240, 230, 0));
    filter: blur(1px);
}

.home-studio-feature::after {
    position: absolute;
    inset: auto -22px -20px -24px;
    z-index: 2;
    height: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(246, 240, 230, 0), rgba(246, 240, 230, 0.76) 72%, var(--color-cream));
}

.home-studio-feature img.image-watercolor--home-studio {
    width: 100%;
    min-height: 318px;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: saturate(0.9) sepia(0.08) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, #000 13%, #000 78%, rgba(0, 0, 0, 0.22) 100%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, #000 16%, #000 76%, rgba(0, 0, 0, 0) 100%);
    mask-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, #000 13%, #000 78%, rgba(0, 0, 0, 0.22) 100%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, #000 16%, #000 76%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

@media (max-width: 1120px) {
    .home-intro.band--split {
        grid-template-columns: 1fr;
    }

    .home-studio-feature {
        min-height: 300px;
    }
}

@media (max-width: 760px) {
    .home-studio-feature,
    .home-studio-feature img.image-watercolor--home-studio {
        min-height: 250px;
    }
}

/* Final visual integration pass, 2026-05-03.
   Purpose: avoid hard rectangular photo edges in Firefox/Chrome by using
   overlay gradients on the image wrappers, not only CSS masks. */

:root {
    --schaeffer-page-cream: #f6f0e6;
    --schaeffer-paper-light: #fbf8f1;
}

/* Biography hero: one continuous surface, artwork as a background layer. */
.bio-hero.bio-hero--unified {
    min-height: clamp(380px, 28vw, 470px);
    background:
        radial-gradient(ellipse at 78% 42%, rgba(255,255,255,0.72), rgba(251,248,241,0.94) 44%, rgba(246,240,230,0.98) 100%),
        linear-gradient(90deg, var(--schaeffer-page-cream) 0%, var(--schaeffer-paper-light) 56%, var(--schaeffer-page-cream) 100%);
}

.bio-hero--unified .bio-hero__art-layer {
    left: 0;
    top: 0;
    bottom: 0;
    width: min(68vw, 1180px);
    opacity: 0.94;
    overflow: hidden;
}

.bio-hero--unified .bio-hero__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    filter: saturate(0.88) sepia(0.08) contrast(0.98);
    mix-blend-mode: multiply;
    -webkit-mask-image: none;
    mask-image: none;
}

.bio-hero--unified .bio-hero__art-layer::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246,240,230,0) 0%,
            rgba(246,240,230,0) 44%,
            rgba(246,240,230,0.48) 61%,
            rgba(251,248,241,0.92) 75%,
            var(--schaeffer-paper-light) 100%),
        linear-gradient(180deg,
            rgba(246,240,230,0) 0%,
            rgba(246,240,230,0) 74%,
            var(--schaeffer-page-cream) 100%);
}

.bio-hero--unified::before {
    background:
        radial-gradient(circle at 78% 38%, rgba(255,255,255,0.62), transparent 26rem),
        radial-gradient(circle at 46% 76%, rgba(185,160,120,0.14), transparent 28rem);
}

.bio-hero--unified::after {
    background:
        linear-gradient(180deg, rgba(246,240,230,0) 0%, rgba(246,240,230,0) 78%, var(--schaeffer-page-cream) 100%);
}

.bio-hero--unified .bio-hero__content {
    min-height: clamp(380px, 28vw, 470px);
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
}

.bio-hero--unified .bio-hero__copy {
    padding-top: clamp(54px, 5vw, 86px);
    padding-bottom: clamp(54px, 5vw, 86px);
}

/* Biography story portrait: prevent the image from reading as a pasted rectangle. */
.bio-story.bio-story--unified {
    background:
        radial-gradient(ellipse at 26% 54%, rgba(222,205,174,0.32), transparent 34rem),
        radial-gradient(ellipse at 64% 44%, rgba(255,253,247,0.78), transparent 28rem),
        linear-gradient(90deg, var(--schaeffer-page-cream) 0%, var(--schaeffer-paper-light) 54%, var(--schaeffer-page-cream) 100%);
}

.bio-story--unified .bio-story__art-layer {
    left: max(0px, calc((100% - var(--site-max)) / 2));
    top: -2px;
    bottom: -22px;
    width: min(42vw, 560px);
    overflow: hidden;
}

.bio-story--unified .bio-story__art-layer img {
    opacity: 0.9;
    object-fit: contain;
    object-position: center left;
    -webkit-mask-image: none;
    mask-image: none;
}

.bio-story--unified .bio-story__art-layer::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246,240,230,0) 0%,
            rgba(246,240,230,0) 48%,
            rgba(251,248,241,0.66) 74%,
            var(--schaeffer-paper-light) 100%),
        linear-gradient(180deg,
            var(--schaeffer-page-cream) 0%,
            rgba(246,240,230,0) 18%,
            rgba(246,240,230,0) 70%,
            var(--schaeffer-page-cream) 100%);
}

/* Homepage atelier image: make it intentionally prominent and integrated. */
.home-studio-feature {
    min-height: clamp(340px, 24vw, 430px);
    overflow: hidden;
}

.home-studio-feature img.image-watercolor--home-studio {
    display: block;
    min-height: clamp(340px, 24vw, 430px);
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) sepia(0.06) contrast(0.98);
    mix-blend-mode: multiply;
    -webkit-mask-image: none;
    mask-image: none;
}

.home-studio-feature::after {
    inset: 0;
    height: auto;
    background:
        linear-gradient(90deg,
            var(--schaeffer-page-cream) 0%,
            rgba(246,240,230,0.18) 12%,
            rgba(246,240,230,0) 30%,
            rgba(246,240,230,0) 70%,
            var(--schaeffer-page-cream) 100%),
        linear-gradient(180deg,
            var(--schaeffer-page-cream) 0%,
            rgba(246,240,230,0) 16%,
            rgba(246,240,230,0) 74%,
            var(--schaeffer-page-cream) 100%);
}

.home-intro.band--split {
    align-items: center;
}

/* Avoid accidental visible panel seams from older repeated CSS blocks. */
.home-hero__text,
.bio-hero__text,
.bio-hero--unified .bio-hero__copy,
.bio-story--unified .bio-story__text,
.home-about,
.home-featured {
    background-color: transparent !important;
    box-shadow: none;
}

@media (max-width: 1120px) {
    .bio-hero--unified .bio-hero__art-layer,
    .bio-story--unified .bio-story__art-layer {
        width: 100%;
        opacity: 0.28;
    }

    .bio-hero--unified .bio-hero__content,
    .bio-story--unified .bio-story__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .home-studio-feature,
    .home-studio-feature img.image-watercolor--home-studio {
        min-height: 260px;
    }
}

/* Still-life placement correction, 2026-05-03.
   Keep only the biography still-life as a true section image. Remove floating
   decorative objects from hero, footer and unrelated backgrounds. */
.bio-story--stilllife .bio-story__art-layer {
    top: 20px;
    bottom: 14px;
    width: min(50vw, 720px);
    overflow: visible;
}

.bio-story--stilllife .bio-story__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center left;
    opacity: 0.78;
    filter: saturate(0.88) sepia(0.08) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 46% 54%, #000 0%, #000 54%, rgba(0, 0, 0, 0.62) 73%, rgba(0, 0, 0, 0) 92%);
    mask-image: radial-gradient(ellipse at 46% 54%, #000 0%, #000 54%, rgba(0, 0, 0, 0.62) 73%, rgba(0, 0, 0, 0) 92%);
}

.bio-story--stilllife .bio-story__art-layer::after {
    inset: -26px -80px -20px -22px;
    background:
        linear-gradient(90deg, rgba(246, 240, 230, 0) 0%, rgba(246, 240, 230, 0.08) 50%, var(--schaeffer-paper-light, #fbf8f1) 92%),
        linear-gradient(180deg, var(--schaeffer-page-cream, #f6f0e6) 0%, rgba(246, 240, 230, 0) 22%, rgba(246, 240, 230, 0) 68%, var(--schaeffer-page-cream, #f6f0e6) 100%);
}

@media (max-width: 1120px) {
    .bio-story--stilllife .bio-story__art-layer {
        width: 100%;
        opacity: 0.24;
    }
}

/* Biography hero image correction, 2026-05-03.
   Use a distinct portrait atmosphere here so Biography no longer repeats
   the Home harbor/atelier visual impression. */
.bio-hero--portrait .bio-hero__art-layer {
    width: min(54vw, 820px);
    opacity: 0.62;
}

.bio-hero--portrait .bio-hero__art-layer img {
    object-position: 42% 46%;
    filter: sepia(0.18) saturate(0.58) contrast(0.96);
    mix-blend-mode: multiply;
}

.bio-hero--portrait .bio-hero__art-layer::after {
    background:
        radial-gradient(ellipse at 38% 50%, rgba(246, 240, 230, 0) 0%, rgba(246, 240, 230, 0.16) 48%, var(--schaeffer-page-cream, #f6f0e6) 88%),
        linear-gradient(90deg, rgba(246, 240, 230, 0) 0%, rgba(246, 240, 230, 0.2) 44%, var(--schaeffer-paper-light, #fbf8f1) 88%),
        linear-gradient(180deg, var(--schaeffer-page-cream, #f6f0e6) 0%, rgba(246, 240, 230, 0) 18%, rgba(246, 240, 230, 0) 72%, var(--schaeffer-page-cream, #f6f0e6) 100%);
}

@media (max-width: 1120px) {
    .bio-hero--portrait .bio-hero__art-layer {
        width: 100%;
        opacity: 0.2;
    }
}

/* Biography composition fill, 2026-05-03.
   Adds one real work fragment inside the story text and strengthens the
   existing still-life layer without introducing loose decoration. */
.bio-story--stilllife .bio-story__art-layer {
    top: 8px;
    bottom: 4px;
    width: min(54vw, 760px);
}

.bio-story--stilllife .bio-story__art-layer img {
    opacity: 0.84;
    filter: saturate(0.92) sepia(0.08) contrast(0.98);
}

.bio-story__work-fragment {
    float: right;
    width: min(255px, 44%);
    margin: 2px 0 20px 30px;
    color: var(--color-muted);
}

.bio-story__work-fragment img {
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(0.9) sepia(0.08) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 64%, rgba(0, 0, 0, 0.54) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 64%, rgba(0, 0, 0, 0.54) 82%, rgba(0, 0, 0, 0) 100%);
}

.bio-story__work-fragment figcaption {
    margin-top: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.78rem;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: center;
}

.bio-story__text .section-rule {
    clear: both;
}

@media (max-width: 760px) {
    .bio-story__work-fragment {
        float: none;
        width: min(280px, 88vw);
        margin: 18px auto 22px;
    }
}

/* Biography balance pass, 2026-05-03.
   Tighten the first two biography sections and make the existing portrait,
   still-life and single work fragment carry the composition. */
.bio-hero.bio-hero--portrait {
    min-height: clamp(310px, 23vw, 390px);
}

.bio-hero--portrait .bio-hero__content {
    min-height: clamp(310px, 23vw, 390px);
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.78fr);
}

.bio-hero--portrait .bio-hero__copy {
    max-width: 620px;
    padding-top: clamp(34px, 3.6vw, 58px);
    padding-bottom: clamp(34px, 3.6vw, 58px);
    transform: translateY(-6px);
}

.bio-hero--portrait .bio-hero__copy h1 {
    margin-bottom: 12px;
}

.bio-hero--portrait .bio-hero__copy p {
    max-width: 520px;
}

.bio-hero--portrait .bio-hero__art-layer {
    top: -18px;
    bottom: -20px;
    width: min(56vw, 780px);
    opacity: 0.74;
}

.bio-hero--portrait .bio-hero__art-layer img {
    object-position: 40% 45%;
}

.bio-story.bio-story--unified {
    min-height: clamp(390px, 32vw, 520px);
    margin-top: clamp(-24px, -1.4vw, -12px);
    padding-top: clamp(12px, 2vw, 28px);
    padding-bottom: clamp(32px, 4vw, 58px);
}

.bio-story--unified .bio-story__content {
    min-height: clamp(355px, 29vw, 470px);
    grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
}

.bio-story--unified .bio-story__text {
    max-width: 720px;
    padding-top: clamp(8px, 1.6vw, 22px);
    padding-bottom: clamp(10px, 1.8vw, 24px);
}

.bio-story--unified .bio-story__text h2 {
    margin-bottom: 14px;
}

.bio-story--unified .bio-story__text p {
    margin-bottom: 12px;
}

.bio-story--stilllife .bio-story__art-layer {
    left: max(8px, calc((100% - var(--site-max)) / 2 - 18px));
    top: -10px;
    bottom: -4px;
    width: min(50vw, 690px);
}

.bio-story--stilllife .bio-story__art-layer img {
    opacity: 0.9;
    filter: saturate(0.94) sepia(0.07) contrast(0.98);
}

.bio-story--stilllife .bio-story__art-layer::after {
    inset: -20px -62px -22px -18px;
}

.bio-story__work-fragment {
    width: min(285px, 46%);
    margin: -4px 0 16px 28px;
}

.bio-story__work-fragment img {
    opacity: 0.94;
}

@media (max-width: 1120px) {
    .bio-hero.bio-hero--portrait,
    .bio-story.bio-story--unified {
        min-height: auto;
    }

    .bio-hero--portrait .bio-hero__content,
    .bio-story--unified .bio-story__content {
        min-height: 340px;
        grid-template-columns: 1fr;
    }

    .bio-hero--portrait .bio-hero__copy {
        transform: none;
    }

    .bio-hero--portrait .bio-hero__art-layer,
    .bio-story--stilllife .bio-story__art-layer {
        width: 100%;
        opacity: 0.24;
    }

    .bio-story.bio-story--unified {
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .bio-hero--portrait .bio-hero__content,
    .bio-story--unified .bio-story__content {
        min-height: auto;
    }

    .bio-hero--portrait .bio-hero__copy {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .bio-story--unified .bio-story__text {
        padding-top: 24px;
    }

    .bio-story__work-fragment {
        width: min(300px, 90vw);
        margin: 16px auto 20px;
    }
}

/* Exact biography mockup pass, 2026-05-03.
   Scope: only the approved biography page structure: hero plus story block. */
.bio-hero.bio-hero--portrait {
    position: relative;
    display: block;
    min-height: clamp(356px, 26vw, 430px);
    overflow: hidden;
    border-bottom: 1px solid rgba(117, 100, 79, 0.2);
    background:
        radial-gradient(ellipse at 77% 42%, rgba(255, 253, 247, 0.82), rgba(251, 248, 241, 0.96) 42%, rgba(246, 240, 230, 0.98) 100%),
        linear-gradient(90deg, var(--color-cream) 0%, var(--color-paper) 54%, var(--color-cream) 100%);
}

.bio-hero.bio-hero--portrait::before,
.bio-hero.bio-hero--portrait::after {
    display: none;
}

.bio-hero--portrait .bio-hero__art-layer {
    position: absolute;
    inset: -18px auto -22px 0;
    width: min(57vw, 820px);
    opacity: 0.78;
    overflow: hidden;
}

.bio-hero--portrait .bio-hero__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 42% 45%;
    filter: sepia(0.18) saturate(0.58) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image: none;
    mask-image: none;
}

.bio-hero--portrait .bio-hero__art-layer::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246, 240, 230, 0) 0%,
            rgba(246, 240, 230, 0) 45%,
            rgba(246, 240, 230, 0.36) 61%,
            rgba(251, 248, 241, 0.88) 78%,
            var(--color-paper) 100%),
        linear-gradient(180deg,
            var(--color-cream) 0%,
            rgba(246, 240, 230, 0) 15%,
            rgba(246, 240, 230, 0) 72%,
            var(--color-cream) 100%);
}

.bio-hero--portrait .bio-hero__content {
    position: relative;
    z-index: 2;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: clamp(356px, 26vw, 430px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.82fr);
    align-items: center;
}

.bio-hero--portrait .bio-hero__copy {
    grid-column: 2;
    max-width: 500px;
    justify-self: center;
    padding: clamp(38px, 4vw, 60px) 0 clamp(32px, 3.5vw, 54px);
    text-align: center;
    transform: none;
}

.bio-hero--portrait .bio-hero__copy h1 {
    margin: 0 0 9px;
    font-size: clamp(3.1rem, 4.4vw, 4.75rem);
    line-height: 0.94;
}

.bio-hero--portrait .bio-hero__copy .ornament {
    width: 132px;
    margin: 8px auto 13px;
}

.bio-hero--portrait .bio-hero__copy p:not(.bio-hero__quote) {
    max-width: 425px;
    margin: 0 auto 9px;
    color: var(--color-ink);
    font-size: 0.98rem;
    line-height: 1.55;
}

.bio-hero--portrait .bio-hero__quote {
    display: grid;
    gap: 0;
    max-width: none;
    margin: 24px auto 0;
    color: #9a7045;
    font-size: clamp(1.85rem, 2.75vw, 3.05rem);
    line-height: 1.16;
    transform: rotate(-2deg);
}

.bio-hero--portrait .bio-hero__quote span {
    display: block;
}

.bio-story.bio-story--exact {
    position: relative;
    display: block;
    min-height: clamp(405px, 32vw, 525px);
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(117, 100, 79, 0.18);
    background:
        radial-gradient(ellipse at 26% 50%, rgba(222, 205, 174, 0.26), transparent 31rem),
        radial-gradient(ellipse at 72% 42%, rgba(255, 253, 247, 0.72), transparent 28rem),
        linear-gradient(90deg, var(--color-cream) 0%, var(--color-paper) 54%, var(--color-cream) 100%);
}

.bio-story--exact .bio-story__art-layer {
    position: absolute;
    left: max(8px, calc((100% - var(--site-max)) / 2 - 28px));
    top: 0;
    bottom: -4px;
    width: min(52vw, 765px);
    opacity: 1;
    overflow: visible;
}

.bio-story--exact .bio-story__art-layer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    opacity: 0.94;
    filter: saturate(0.94) sepia(0.07) contrast(0.98);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 45% 54%, #000 0%, #000 70%, rgba(0, 0, 0, 0.62) 86%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 45% 54%, #000 0%, #000 70%, rgba(0, 0, 0, 0.62) 86%, rgba(0, 0, 0, 0) 100%);
}

.bio-story--exact .bio-story__art-layer::after {
    position: absolute;
    inset: -24px -76px -20px -18px;
    z-index: 1;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246, 240, 230, 0) 0%,
            rgba(246, 240, 230, 0) 58%,
            rgba(251, 248, 241, 0.62) 80%,
            var(--color-paper) 100%),
        linear-gradient(180deg,
            var(--color-cream) 0%,
            rgba(246, 240, 230, 0) 18%,
            rgba(246, 240, 230, 0) 72%,
            var(--color-cream) 100%);
}

.bio-story--exact .bio-story__content {
    position: relative;
    z-index: 2;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: clamp(405px, 32vw, 525px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(520px, 0.98fr) minmax(0, 1.02fr);
    gap: clamp(34px, 4vw, 58px);
    align-items: center;
}

.bio-story--exact .bio-story__text {
    grid-column: 2;
    max-width: 730px;
    padding: clamp(32px, 3.2vw, 48px) 0 clamp(28px, 3vw, 42px);
    color: var(--color-ink);
    background: transparent !important;
    box-shadow: none !important;
}

.bio-story--exact .bio-story__text.paint-accent::after {
    display: none;
}

.bio-story--exact .bio-story__text h2 {
    max-width: 430px;
    margin: 0 0 14px;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    line-height: 1.05;
}

.bio-story--exact .bio-story__text p {
    max-width: 470px;
    margin: 0 0 11px;
    font-size: 0.98rem;
    line-height: 1.56;
}

.bio-story--exact .bio-story__work-fragment {
    float: right;
    width: min(260px, 39%);
    margin: 7px 0 17px 34px;
    color: var(--color-muted);
}

.bio-story--exact .bio-story__work-fragment img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.9;
    filter: saturate(0.88) sepia(0.08) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 65%, rgba(0, 0, 0, 0.58) 84%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, #000 65%, rgba(0, 0, 0, 0.58) 84%, rgba(0, 0, 0, 0) 100%);
}

.bio-story--exact .bio-story__work-fragment figcaption {
    margin-top: 5px;
    font-size: 0.78rem;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: center;
}

.bio-story--exact .section-rule {
    clear: both;
    width: 175px;
    margin: 16px 0 0;
    background: rgba(117, 100, 79, 0.3);
}

.bio-page-ending {
    position: relative;
    height: 32px;
    background: linear-gradient(180deg, var(--color-cream) 0%, rgba(251, 248, 241, 0.72) 100%);
}

.bio-page-ending::before {
    position: absolute;
    top: 11px;
    left: 50%;
    width: min(300px, 52vw);
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background: rgba(117, 100, 79, 0.26);
}

.bio-page-ending span::after {
    position: absolute;
    top: 1px;
    left: 50%;
    display: grid;
    width: 30px;
    height: 22px;
    place-items: center;
    content: "♥";
    transform: translateX(-50%);
    color: #9a7045;
    background: var(--color-cream);
    font-size: 0.78rem;
}

@media (max-width: 1120px) {
    .bio-hero--portrait .bio-hero__content,
    .bio-story--exact .bio-story__content {
        width: min(100% - 48px, 760px);
        grid-template-columns: 1fr;
    }

    .bio-hero--portrait .bio-hero__art-layer,
    .bio-story--exact .bio-story__art-layer {
        width: 100%;
        opacity: 0.22;
    }

    .bio-hero--portrait .bio-hero__copy,
    .bio-story--exact .bio-story__text {
        grid-column: 1;
        justify-self: center;
        text-align: center;
    }

    .bio-story--exact .bio-story__text h2,
    .bio-story--exact .bio-story__text p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 760px) {
    .bio-hero.bio-hero--portrait,
    .bio-story.bio-story--exact {
        min-height: auto;
    }

    .bio-hero--portrait .bio-hero__content,
    .bio-story--exact .bio-story__content {
        width: min(100% - 30px, 620px);
        min-height: auto;
    }

    .bio-hero--portrait .bio-hero__copy {
        padding: 36px 0 34px;
    }

    .bio-hero--portrait .bio-hero__copy h1 {
        font-size: clamp(2.45rem, 12vw, 3.25rem);
    }

    .bio-hero--portrait .bio-hero__copy p:not(.bio-hero__quote),
    .bio-story--exact .bio-story__text p {
        font-size: 0.94rem;
    }

    .bio-hero--portrait .bio-hero__quote {
        font-size: clamp(1.65rem, 9vw, 2.2rem);
    }

    .bio-story--exact .bio-story__text {
        padding: 34px 0 30px;
    }

    .bio-story--exact .bio-story__work-fragment {
        float: none;
        width: min(280px, 88vw);
        margin: 18px auto 20px;
    }
}



/* -------------------------------------------------------------------------
   Biography page exact mockup integration, 2026-05-03
   Purpose: replace the loose/empty biography layout with one deliberate
   editorial composition: portrait + intro, then still-life + biography text.
   This block intentionally overrides earlier Codex biography passes.
------------------------------------------------------------------------- */

.bio-mockup-hero,
.bio-mockup-story {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(117, 100, 79, 0.22);
    background:
        radial-gradient(ellipse at 18% 42%, rgba(213, 197, 171, 0.25), transparent 34rem),
        radial-gradient(ellipse at 78% 45%, rgba(255, 253, 247, 0.75), transparent 36rem),
        linear-gradient(90deg, #f4ede3 0%, #fbf8f1 50%, #f5efe5 100%);
}

.bio-mockup-hero {
    min-height: clamp(410px, 38vw, 565px);
}

.bio-mockup-hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246, 240, 230, 0) 0%,
            rgba(246, 240, 230, 0.08) 31%,
            rgba(251, 248, 241, 0.82) 52%,
            rgba(251, 248, 241, 0.97) 100%),
        radial-gradient(ellipse at 62% 48%, rgba(255, 252, 246, 0.86), rgba(255, 252, 246, 0.42) 35%, transparent 72%);
}

.bio-mockup-hero__portrait {
    position: absolute;
    z-index: 1;
    left: max(-38px, calc((100% - var(--site-max)) / 2 - 68px));
    top: -34px;
    bottom: -26px;
    width: min(50vw, 770px);
    pointer-events: none;
}

.bio-mockup-hero__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 39% 36%;
    opacity: 0.58;
    filter: grayscale(1) sepia(0.14) contrast(0.92) brightness(1.08);
    mix-blend-mode: multiply;
    -webkit-mask-image:
        radial-gradient(ellipse at 32% 45%, #000 0%, #000 43%, rgba(0, 0, 0, 0.62) 61%, rgba(0, 0, 0, 0) 84%);
    mask-image:
        radial-gradient(ellipse at 32% 45%, #000 0%, #000 43%, rgba(0, 0, 0, 0.62) 61%, rgba(0, 0, 0, 0) 84%);
}

.bio-mockup-hero__workwash {
    position: absolute;
    z-index: 2;
    left: max(10px, calc((100% - var(--site-max)) / 2 + 8px));
    bottom: 28px;
    width: min(22vw, 320px);
    opacity: 0.34;
    pointer-events: none;
}

.bio-mockup-hero__workwash img {
    width: 100%;
    filter: saturate(0.72) sepia(0.1) contrast(0.86);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 55%, #000 0%, rgba(0,0,0,.72) 49%, rgba(0,0,0,0) 83%);
    mask-image: radial-gradient(ellipse at 50% 55%, #000 0%, rgba(0,0,0,.72) 49%, rgba(0,0,0,0) 83%);
}

.bio-mockup-hero__copy {
    position: relative;
    z-index: 4;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: clamp(410px, 38vw, 565px);
    margin: 0 auto;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: clamp(44px, 5vw, 78px) 0 clamp(46px, 5vw, 82px);
    padding-left: min(52vw, 735px);
    text-align: center;
}

.bio-mockup-hero__copy h1 {
    max-width: 460px;
    margin: 0;
    font-size: clamp(3.05rem, 4.15vw, 4.85rem);
    line-height: 0.94;
    letter-spacing: -0.038em;
}

.bio-mockup-hero__copy .bio-mockup-ornament {
    width: 128px;
    margin: 12px auto 14px;
}

.bio-mockup-hero__copy p:not(.bio-mockup-quote) {
    max-width: 475px;
    margin: 0 auto 7px;
    color: #332d25;
    font-size: clamp(0.94rem, 0.92vw, 1.04rem);
    line-height: 1.5;
}

.bio-mockup-quote {
    display: grid;
    gap: 0;
    margin: clamp(22px, 2.5vw, 32px) auto 0;
    color: #9a7045;
    font-size: clamp(2rem, 3.05vw, 3.35rem);
    line-height: 1.18;
    transform: rotate(-2deg);
}

.bio-mockup-quote span {
    display: block;
}

.bio-mockup-hero__tools {
    position: absolute;
    z-index: 3;
    right: max(0px, calc((100% - var(--site-max)) / 2 + 8px));
    bottom: 10px;
    width: min(22vw, 345px);
    opacity: 0.58;
    pointer-events: none;
}

.bio-mockup-hero__tools img {
    width: 100%;
    filter: saturate(0.83) sepia(0.08) contrast(0.93);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 58% 68%, #000 0%, rgba(0,0,0,.78) 45%, rgba(0,0,0,0) 86%);
    mask-image: radial-gradient(ellipse at 58% 68%, #000 0%, rgba(0,0,0,.78) 45%, rgba(0,0,0,0) 86%);
}

/* Story block: deliberate still-life on the left, real biography on the right. */
.bio-mockup-story {
    min-height: clamp(440px, 35vw, 585px);
    padding: clamp(34px, 3.2vw, 52px) 0 clamp(30px, 3vw, 48px);
    background:
        radial-gradient(ellipse at 27% 42%, rgba(203, 184, 153, 0.24), transparent 34rem),
        radial-gradient(ellipse at 75% 42%, rgba(255, 253, 247, 0.82), transparent 36rem),
        linear-gradient(90deg, var(--color-cream) 0%, #fbf8f1 52%, var(--color-cream) 100%);
}

.bio-mockup-story::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246, 240, 230, 0.06) 0%,
            rgba(246, 240, 230, 0.2) 40%,
            rgba(251, 248, 241, 0.7) 56%,
            rgba(251, 248, 241, 0.98) 100%),
        linear-gradient(180deg,
            rgba(246, 240, 230, 0.95) 0%,
            rgba(246, 240, 230, 0) 12%,
            rgba(246, 240, 230, 0) 78%,
            rgba(246, 240, 230, 0.82) 100%);
}

.bio-mockup-story__stilllife {
    position: absolute;
    z-index: 1;
    left: max(0px, calc((100% - var(--site-max)) / 2 - 18px));
    top: clamp(18px, 2vw, 32px);
    bottom: clamp(18px, 2vw, 36px);
    width: min(50vw, 740px);
    pointer-events: none;
}

.bio-mockup-story__painting {
    position: absolute;
    left: 18%;
    top: 2%;
    width: 74%;
    max-height: 86%;
    object-fit: contain;
    opacity: 0.96;
    filter: saturate(0.94) sepia(0.05) contrast(0.98);
    mix-blend-mode: multiply;
    box-shadow: 0 22px 46px rgba(70, 57, 39, 0.12);
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 72%, rgba(0,0,0,.78) 84%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 72%, rgba(0,0,0,.78) 84%, rgba(0,0,0,0) 100%);
}

.bio-mockup-story__brushjar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    opacity: 0.72;
    filter: saturate(0.82) sepia(0.1) contrast(0.9);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 55% 58%, #000 0%, rgba(0,0,0,.8) 55%, rgba(0,0,0,0) 88%);
    mask-image: radial-gradient(ellipse at 55% 58%, #000 0%, rgba(0,0,0,.8) 55%, rgba(0,0,0,0) 88%);
}

.bio-mockup-story__brushes {
    position: absolute;
    left: 23%;
    bottom: 1%;
    width: 47%;
    opacity: 0.58;
    filter: saturate(0.82) sepia(0.1) contrast(0.9);
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, #000 16%, #000 80%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, #000 16%, #000 80%, rgba(0,0,0,0) 100%);
}

.bio-mockup-story__content {
    position: relative;
    z-index: 2;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: clamp(390px, 30vw, 500px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(455px, 0.92fr) minmax(470px, 0.9fr) minmax(230px, 0.52fr);
    gap: clamp(28px, 3.4vw, 56px);
    align-items: center;
}

.bio-mockup-story__text {
    grid-column: 2;
    align-self: center;
    max-width: 560px;
}

.bio-mockup-story__text h2 {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 2.6vw, 3rem);
    line-height: 1.04;
}

.bio-mockup-story__text p {
    max-width: 535px;
    margin: 0 0 10px;
    color: #342e26;
    font-size: clamp(0.94rem, 0.88vw, 1rem);
    line-height: 1.52;
}

.bio-mockup-story__text .section-rule {
    width: 170px;
    margin-top: 16px;
}

.bio-mockup-story__fragment {
    grid-column: 3;
    align-self: center;
    margin: 0;
    color: var(--color-muted);
    text-align: center;
    transform: translateY(8px);
}

.bio-mockup-story__fragment img {
    width: min(260px, 100%);
    margin: 0 auto;
    opacity: 0.86;
    filter: saturate(0.84) sepia(0.09) contrast(0.93);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 58%, rgba(0,0,0,.64) 77%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 58%, rgba(0,0,0,.64) 77%, rgba(0,0,0,0) 100%);
}

.bio-mockup-story__fragment figcaption {
    margin-top: 8px;
    color: #81715d;
    font-size: 0.82rem;
    font-style: italic;
    line-height: 1.35;
}

.bio-page-ending {
    height: 38px;
    background:
        linear-gradient(180deg, rgba(246, 240, 230, 0.95), rgba(251, 248, 241, 0.74));
}

/* Make footer read like the lower strip of the mockup on biography pages too. */
body:has(.bio-mockup-hero) .site-footer {
    background:
        linear-gradient(180deg, rgba(251, 248, 241, 0.82), rgba(246, 240, 230, 0.92));
}

body:has(.bio-mockup-hero) .site-footer__top {
    padding-top: 24px;
    padding-bottom: 24px;
}

/* Responsive biography composition */
@media (max-width: 1180px) {
    .bio-mockup-hero__copy {
        padding-left: min(48vw, 640px);
        width: min(100% - 64px, var(--site-max));
    }

    .bio-mockup-hero__tools {
        opacity: 0.24;
    }

    .bio-mockup-story__content {
        width: min(100% - 64px, var(--site-max));
        grid-template-columns: minmax(380px, 0.88fr) minmax(420px, 1fr);
    }

    .bio-mockup-story__text {
        grid-column: 2;
    }

    .bio-mockup-story__fragment {
        display: none;
    }

    .bio-mockup-story__stilllife {
        width: min(52vw, 660px);
    }
}

@media (max-width: 860px) {
    .bio-mockup-hero {
        min-height: auto;
    }

    .bio-mockup-hero__portrait {
        width: 100%;
        opacity: 0.28;
        left: 0;
        right: 0;
    }

    .bio-mockup-hero__workwash,
    .bio-mockup-hero__tools {
        display: none;
    }

    .bio-mockup-hero__copy {
        min-height: 430px;
        width: min(100% - 40px, 680px);
        padding: 72px 0 64px;
        justify-content: center;
        padding-left: 0;
    }

    .bio-mockup-story {
        padding: 34px 0 42px;
    }

    .bio-mockup-story__stilllife {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: min(100% - 40px, 640px);
        height: 290px;
        margin: 0 auto 20px;
    }

    .bio-mockup-story__content {
        display: block;
        width: min(100% - 40px, 680px);
        min-height: 0;
    }

    .bio-mockup-story__text {
        max-width: none;
        text-align: left;
    }

    .bio-mockup-story__fragment {
        display: block;
        width: min(260px, 70vw);
        margin: 24px auto 0;
    }
}

@media (max-width: 560px) {
    .bio-mockup-hero__copy h1 {
        font-size: clamp(2.55rem, 15vw, 3.3rem);
    }

    .bio-mockup-quote {
        font-size: clamp(1.65rem, 9vw, 2.35rem);
    }

    .bio-mockup-story__stilllife {
        height: 230px;
    }

    .bio-mockup-story__painting {
        left: 18%;
        width: 82%;
    }

    .bio-mockup-story__brushjar {
        width: 34%;
    }
}

/* Biography calm rollback, 2026-05-03.
   Replaces the previous overlapping mockup collage with a stable flow:
   portrait + copy, one broad atmosphere image, then readable biography text. */
.bio-simple-hero,
.bio-simple-atmosphere,
.bio-simple-story {
    width: min(var(--site-max), calc(100% - 112px));
    margin-right: auto;
    margin-left: auto;
}

.bio-simple-hero {
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(420px, 0.86fr);
    gap: clamp(38px, 5vw, 82px);
    align-items: center;
    padding: clamp(44px, 5vw, 72px) 0 clamp(38px, 4.6vw, 66px);
    border-bottom: 1px solid rgba(117, 100, 79, 0.2);
}

.bio-simple-hero__portrait {
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 44% 52%, rgba(255, 253, 247, 0.68), transparent 60%),
        transparent;
}

.bio-simple-hero__portrait img {
    width: 100%;
    min-height: clamp(315px, 35vw, 470px);
    object-fit: cover;
    object-position: 42% 43%;
    filter: grayscale(1) sepia(0.14) contrast(0.94) brightness(1.07);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 45% 50%, #000 0%, #000 58%, rgba(0, 0, 0, 0.68) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 45% 50%, #000 0%, #000 58%, rgba(0, 0, 0, 0.68) 78%, rgba(0, 0, 0, 0) 100%);
}

.bio-simple-hero__copy {
    max-width: 520px;
    justify-self: center;
    text-align: center;
}

.bio-simple-hero__copy h1 {
    margin: 0;
    font-size: clamp(3rem, 4.1vw, 4.55rem);
    line-height: 0.96;
}

.bio-simple-ornament {
    width: 144px;
    margin: 13px auto 16px;
}

.bio-simple-hero__copy p:not(.bio-simple-quote) {
    max-width: 450px;
    margin: 0 auto 9px;
    color: var(--color-ink);
    font-size: 1rem;
    line-height: 1.58;
}

.bio-simple-quote {
    display: grid;
    gap: 1px;
    margin: clamp(20px, 2.4vw, 30px) auto 0;
    color: #9a7045;
    font-size: clamp(1.7rem, 2.45vw, 2.65rem);
    line-height: 1.17;
    transform: rotate(-1.5deg);
}

.bio-simple-quote span {
    display: block;
}

.bio-simple-atmosphere {
    padding: clamp(28px, 4vw, 52px) 0 clamp(20px, 3vw, 36px);
}

.bio-simple-atmosphere img {
    width: 100%;
    max-height: clamp(260px, 34vw, 430px);
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) sepia(0.06) contrast(0.98);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 70%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 70%, rgba(0, 0, 0, 0.62) 88%, rgba(0, 0, 0, 0) 100%);
}

.bio-simple-story {
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(190px, 280px);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
    padding: clamp(20px, 3vw, 38px) 0 clamp(48px, 6vw, 78px);
    border-bottom: 1px solid rgba(117, 100, 79, 0.18);
}

.bio-simple-story__text {
    max-width: 720px;
}

.bio-simple-story__text h2 {
    margin: 0 0 18px;
    font-size: clamp(2.15rem, 3vw, 3.15rem);
    line-height: 1.05;
}

.bio-simple-story__text p {
    margin: 0 0 13px;
    color: #342e26;
    font-size: 1rem;
    line-height: 1.66;
}

.bio-simple-story__text .section-rule {
    width: 180px;
    margin-top: 20px;
}

.bio-simple-story__fragment {
    margin: clamp(10px, 2vw, 24px) 0 0;
    color: var(--color-muted);
    text-align: center;
}

.bio-simple-story__fragment img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    filter: saturate(0.88) sepia(0.08) contrast(0.96);
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 62%, rgba(0, 0, 0, 0.6) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at 50% 52%, #000 0%, #000 62%, rgba(0, 0, 0, 0.6) 82%, rgba(0, 0, 0, 0) 100%);
}

.bio-simple-story__fragment figcaption {
    margin-top: 8px;
    color: #81715d;
    font-size: 0.82rem;
    font-style: italic;
    line-height: 1.35;
}

@media (max-width: 960px) {
    .bio-simple-hero,
    .bio-simple-story {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bio-simple-hero,
    .bio-simple-atmosphere,
    .bio-simple-story {
        width: min(100% - 42px, 760px);
    }

    .bio-simple-story__fragment {
        width: min(280px, 82vw);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 560px) {
    .bio-simple-hero,
    .bio-simple-atmosphere,
    .bio-simple-story {
        width: min(100% - 30px, 640px);
    }

    .bio-simple-hero {
        padding-top: 34px;
        padding-bottom: 32px;
    }

    .bio-simple-hero__portrait img {
        min-height: 265px;
    }

    .bio-simple-hero__copy h1 {
        font-size: clamp(2.45rem, 13vw, 3.2rem);
    }

    .bio-simple-atmosphere img {
        max-height: 275px;
    }
}

/* Biography fixed-composition pass, 2026-05-03.
   The approved intro composition is now one image, not rebuilt with loose layers. */
.bio-fixed-intro {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(117, 100, 79, 0.2);
    background:
        radial-gradient(ellipse at 50% 45%, rgba(255, 253, 247, 0.74), transparent 36rem),
        linear-gradient(180deg, var(--color-paper) 0%, var(--color-cream) 100%);
}

.bio-fixed-intro img {
    width: 100%;
    max-height: clamp(420px, 48vw, 720px);
    object-fit: cover;
    object-position: center top;
    border: 0;
}

.bio-fixed-story {
    padding: clamp(46px, 6vw, 86px) 0 clamp(58px, 7vw, 96px);
    background:
        radial-gradient(ellipse at 22% 12%, rgba(220, 201, 168, 0.22), transparent 30rem),
        linear-gradient(180deg, var(--color-cream) 0%, var(--color-paper) 58%, var(--color-cream) 100%);
}

.bio-fixed-story__inner {
    width: min(920px, calc(100% - 52px));
    margin: 0 auto;
    text-align: center;
}

.bio-fixed-story__inner h1 {
    max-width: 720px;
    margin: 0 auto;
    font-size: clamp(2.35rem, 4vw, 4.15rem);
    line-height: 1;
}

.bio-fixed-story__ornament {
    width: 150px;
    margin: 16px auto 30px;
}

.bio-fixed-story__columns {
    column-count: 2;
    column-gap: clamp(42px, 6vw, 78px);
    text-align: left;
}

.bio-fixed-story__columns p {
    break-inside: avoid;
    margin: 0 0 16px;
    color: #342e26;
    font-size: 1.02rem;
    line-height: 1.72;
}

/* Disable earlier biography collage/overlay hooks. They should not be used by
   the biography template anymore, but this prevents accidental floating layers. */
.bio-mockup-hero__portrait,
.bio-mockup-hero__workwash,
.bio-mockup-hero__tools,
.bio-mockup-story__stilllife,
.bio-mockup-story__painting,
.bio-mockup-story__brushjar,
.bio-mockup-story__brushes,
.bio-simple-hero__portrait,
.bio-simple-atmosphere,
.bio-simple-story__fragment {
    display: none !important;
}

.bio-hero__art-layer,
.bio-story__art-layer {
    pointer-events: none;
}

@media (max-width: 900px) {
    .bio-fixed-intro img {
        max-height: none;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center top;
    }

    .bio-fixed-story__columns {
        column-count: 1;
    }
}

@media (max-width: 560px) {
    .bio-fixed-intro img {
        aspect-ratio: 4 / 3;
    }

    .bio-fixed-story {
        padding-top: 38px;
    }

    .bio-fixed-story__inner {
        width: min(100% - 30px, 620px);
    }
}

/* Biography split-composition pass, 2026-05-03.
   The source mockup is split into section visuals. Text remains real HTML. */
.bio-split-hero {
    position: relative;
    min-height: clamp(440px, 39vw, 620px);
    overflow: hidden;
    border-bottom: 1px solid rgba(117, 100, 79, 0.2);
    background:
        radial-gradient(ellipse at 50% 45%, rgba(255, 253, 247, 0.78), transparent 34rem),
        linear-gradient(90deg, var(--color-cream) 0%, var(--color-paper) 52%, var(--color-cream) 100%);
}

.bio-split-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.bio-split-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bio-split-hero__copy {
    position: relative;
    z-index: 1;
    width: min(var(--site-max), calc(100% - 112px));
    min-height: clamp(440px, 39vw, 620px);
    margin: 0 auto;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: clamp(48px, 5vw, 76px) 0;
    padding-left: min(43vw, 650px);
    text-align: center;
}

.bio-split-hero__copy h1 {
    max-width: 470px;
    margin: 0;
    font-size: clamp(3.05rem, 4.4vw, 4.9rem);
    line-height: 0.94;
}

.bio-split-ornament {
    width: 136px;
    margin: 13px auto 16px;
}

.bio-split-hero__copy p:not(.bio-split-quote) {
    max-width: 455px;
    margin: 0 auto 7px;
    color: #332d25;
    font-size: clamp(0.94rem, 0.92vw, 1.04rem);
    line-height: 1.52;
}

.bio-split-quote {
    display: grid;
    gap: 1px;
    margin: clamp(22px, 2.5vw, 32px) auto 0;
    color: #9a7045;
    font-size: clamp(1.85rem, 2.75vw, 3.05rem);
    line-height: 1.17;
    transform: rotate(-1.8deg);
}

.bio-split-quote span {
    display: block;
}

.bio-split-story {
    padding: clamp(52px, 6vw, 92px) 0 clamp(64px, 7vw, 104px);
    background:
        radial-gradient(ellipse at 78% 30%, rgba(220, 201, 168, 0.2), transparent 32rem),
        linear-gradient(180deg, var(--color-cream) 0%, var(--color-paper) 52%, var(--color-cream) 100%);
}

.bio-split-story__inner {
    width: min(var(--site-max), calc(100% - 112px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(360px, 0.78fr);
    gap: clamp(44px, 6vw, 96px);
    align-items: center;
}

.bio-split-story__text {
    max-width: 720px;
}

.bio-split-story__text h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(2.25rem, 3.45vw, 4rem);
    line-height: 1;
}

.bio-split-story__ornament {
    width: 150px;
    margin: 16px 0 26px;
}

.bio-split-story__text p:not(.section-mark) {
    margin: 0 0 15px;
    color: #342e26;
    font-size: 1.02rem;
    line-height: 1.72;
}

.bio-split-story__subheading {
    margin: 30px 0 13px;
    color: var(--color-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.1;
}

.bio-timeline {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bio-timeline li {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid rgba(117, 100, 79, 0.18);
    color: #342e26;
    font-size: 1rem;
    line-height: 1.55;
}

.bio-timeline strong {
    color: var(--color-taupe-dark);
    font-weight: 600;
}

.bio-split-story__visual {
    display: block;
    width: 100%;
    margin: 0;
    pointer-events: none;
}

.bio-split-story__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.bio-split-story__visual--montage {
    position: relative;
    align-self: start;
    justify-self: center;
    width: min(460px, 100%);
    margin-top: clamp(28px, 3.6vw, 56px);
    isolation: isolate;
}

.bio-split-story__visual--montage::before {
    position: absolute;
    inset: 7% -8% 4%;
    z-index: -1;
    content: "";
    background:
        radial-gradient(ellipse at 52% 38%, rgba(214, 196, 163, 0.24), transparent 66%),
        radial-gradient(ellipse at 50% 82%, rgba(157, 126, 89, 0.11), transparent 62%);
    filter: blur(10px);
}

.bio-life-montage {
    opacity: 0.96;
    filter: saturate(0.92) sepia(0.04) contrast(0.98);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.9) 76%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.9) 76%, transparent 100%);
}

/* Old biography visual attempts are not used anymore. Hide them if cached or
   accidentally reintroduced so no loose collage layers can float over text. */
.bio-mockup-hero,
.bio-mockup-story,
.bio-simple-hero,
.bio-simple-atmosphere,
.bio-simple-story,
.bio-fixed-intro,
.bio-fixed-story {
    display: none !important;
}

@media (max-width: 1060px) {
    .bio-split-hero__copy {
        width: min(100% - 56px, var(--site-max));
        padding-left: min(38vw, 500px);
    }

    .bio-split-story__inner {
        width: min(100% - 56px, 880px);
        grid-template-columns: 1fr;
    }

    .bio-split-story__visual {
        width: min(560px, 100%);
        margin: 10px auto 0;
    }

    .bio-split-story__visual--montage {
        width: min(440px, 100%);
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .bio-split-hero {
        min-height: auto;
    }

    .bio-split-hero__visual {
        position: relative;
        height: auto;
    }

    .bio-split-hero__visual img {
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: center top;
    }

    .bio-split-hero__copy {
        width: min(100% - 34px, 620px);
        min-height: 0;
        padding: 30px 0 38px;
        padding-left: 0;
    }

    .bio-split-hero__copy h1 {
        font-size: clamp(2.5rem, 13vw, 3.45rem);
    }

    .bio-split-quote {
        font-size: clamp(1.65rem, 8vw, 2.25rem);
    }

    .bio-split-story {
        padding: 42px 0 64px;
    }

    .bio-split-story__inner {
        width: min(100% - 34px, 640px);
        gap: 28px;
    }

    .bio-split-story__text h2 {
        font-size: clamp(2.05rem, 10vw, 3rem);
    }

    .bio-timeline li {
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: start;
        padding: 12px 0;
        line-height: 1.55;
    }

    .bio-timeline strong,
    .bio-timeline span {
        display: block;
    }

    .bio-timeline strong {
        line-height: 1.2;
    }

    .bio-timeline span {
        line-height: 1.58;
    }

    .bio-split-story__visual--montage {
        width: min(100%, 390px);
        margin-top: 8px;
    }
}

/* Biography hero polish, 2026-05-03.
   Keep the split composition intact, but calm the center text and right work. */
.bio-split-hero::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(246, 240, 230, 0) 0%,
            rgba(246, 240, 230, 0.06) 31%,
            rgba(246, 240, 230, 0.36) 39%,
            rgba(246, 240, 230, 0.84) 48%,
            rgba(246, 240, 230, 0.86) 62%,
            rgba(246, 240, 230, 0.58) 70%,
            rgba(246, 240, 230, 0.18) 80%,
            rgba(246, 240, 230, 0) 100%),
        radial-gradient(ellipse at 53% 48%, rgba(251, 248, 241, 0.64), rgba(246, 240, 230, 0.24) 50%, rgba(246, 240, 230, 0) 76%);
}

.bio-split-hero__visual img {
    filter: saturate(0.91) sepia(0.04) contrast(0.95);
}

.bio-split-hero__copy {
    width: min(500px, calc(100% - 32px));
    max-width: 500px;
    margin: 0 auto 0 0;
    margin-left: clamp(640px, 41vw, 755px);
    padding-left: 0;
    transform: none;
}

.bio-split-hero__copy h1 {
    max-width: 430px;
}

.bio-split-hero__copy p:not(.bio-split-quote) {
    max-width: 405px;
}

.bio-split-quote {
    max-width: 365px;
    margin-top: clamp(18px, 2vw, 25px);
    font-size: clamp(1.48rem, 2.12vw, 2.38rem);
    line-height: 1.15;
    transform: rotate(-1.4deg);
}

@media (max-width: 1060px) {
    .bio-split-hero__copy {
        margin-left: clamp(280px, 32vw, 360px);
        padding-left: 0;
        transform: none;
    }
}

@media (max-width: 760px) {
    .bio-split-hero::after {
        display: none;
    }

    .bio-split-hero__copy {
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        transform: none;
    }

    .bio-split-quote {
        max-width: 330px;
        font-size: clamp(1.42rem, 7vw, 1.92rem);
    }
}
/* Contact page: scoped styling only. */
.contact-page {
    padding: clamp(42px, 5vw, 74px) 0 clamp(56px, 6vw, 92px);
    background:
        radial-gradient(circle at 14% 18%, rgba(176, 151, 109, 0.13), transparent 30%),
        linear-gradient(180deg, rgba(247, 240, 226, 0.74), rgba(250, 246, 236, 0.94));
}

.contact-layout {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 1fr);
    gap: clamp(34px, 4.6vw, 68px);
    align-items: center;
}

.contact-visual {
    position: relative;
    justify-self: center;
    width: 100%;
    max-width: 520px;
    min-height: clamp(340px, 36vw, 500px);
    margin: 0;
    overflow: hidden;
    background: transparent;
}

.contact-visual::before {
    position: absolute;
    inset: 8% 4% 6% 0;
    z-index: 0;
    content: "";
    background:
        radial-gradient(circle at 28% 52%, rgba(183, 159, 120, 0.2), transparent 42%),
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.48), transparent 38%);
    filter: blur(8px);
}

.contact-visual::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(to right, var(--color-cream) 0%, rgba(250, 246, 236, 0) 12%, rgba(250, 246, 236, 0) 76%, var(--color-cream) 100%),
        linear-gradient(to bottom, rgba(250, 246, 236, 0) 66%, var(--color-cream) 100%);
}

.contact-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 520px;
    height: clamp(340px, 36vw, 500px);
    object-fit: cover;
    object-position: center;
    opacity: 0.96;
    filter: saturate(0.94) contrast(0.96);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 82%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 82%, transparent 100%);
}

.contact-content {
    position: relative;
    z-index: 3;
    justify-self: start;
    width: 100%;
    max-width: 580px;
    padding: clamp(24px, 3.4vw, 40px);
    background: rgba(250, 246, 236, 0.78);
    border: 1px solid rgba(143, 122, 91, 0.18);
    box-shadow: 0 20px 55px rgba(82, 65, 42, 0.08);
    backdrop-filter: blur(2px);
}

.contact-content h1 {
    margin: 0;
    font-size: clamp(3rem, 5.4vw, 5.8rem);
    line-height: 0.95;
}

.contact-ornament {
    margin: 20px 0 22px;
}

.contact-lead {
    font-size: 1.08rem;
    color: var(--color-ink);
}

.contact-selected-work {
    padding: 12px 14px;
    margin: 22px 0 0;
    color: var(--color-taupe-dark);
    background: rgba(238, 228, 208, 0.62);
    border-left: 3px solid rgba(143, 122, 91, 0.48);
}

.contact-form-panel {
    width: 100%;
    max-width: 560px;
    margin-top: clamp(22px, 3vw, 34px);
}

.contact-form-panel .wpforms-container,
.contact-form-panel div.wpforms-container-full {
    width: 100%;
    max-width: 560px;
    margin: 0;
}

.contact-form-panel div.wpforms-container-full .wpforms-form {
    width: 100%;
    max-width: 560px;
}

.contact-form-panel div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 8px 0 14px;
}

.contact-form-panel div.wpforms-container-full .wpforms-form label.wpforms-field-label {
    margin-bottom: 7px;
    color: var(--color-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.98rem;
    font-weight: 600;
}

.contact-form-panel div.wpforms-container-full .wpforms-form input[type="text"],
.contact-form-panel div.wpforms-container-full .wpforms-form input[type="email"],
.contact-form-panel div.wpforms-container-full .wpforms-form textarea {
    width: 100%;
    max-width: 100%;
    color: var(--color-ink);
    background: rgba(255, 252, 245, 0.9);
    border: 1px solid rgba(117, 100, 79, 0.32);
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.contact-form-panel div.wpforms-container-full .wpforms-form input[type="text"]:focus,
.contact-form-panel div.wpforms-container-full .wpforms-form input[type="email"]:focus,
.contact-form-panel div.wpforms-container-full .wpforms-form textarea:focus {
    border-color: var(--color-taupe);
    box-shadow: 0 0 0 2px rgba(143, 122, 91, 0.16);
}

.contact-form-panel div.wpforms-container-full .wpforms-form .wpforms-field-description {
    color: var(--color-muted);
    font-size: 0.88rem;
}

.contact-form-panel div.wpforms-container-full .wpforms-form button[type="submit"],
.contact-form-panel div.wpforms-container-full .wpforms-form input[type="submit"] {
    padding: 12px 24px;
    color: #fff;
    background: var(--color-taupe-dark);
    border: 1px solid var(--color-taupe-dark);
    border-radius: 999px;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0.03em;
}

.contact-form-panel div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.contact-form-panel div.wpforms-container-full .wpforms-form input[type="submit"]:hover {
    background: var(--color-taupe);
    border-color: var(--color-taupe);
}

@media (max-width: 900px) {
    .contact-layout {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-visual {
        max-width: 560px;
        min-height: clamp(260px, 58vw, 420px);
    }

    .contact-visual img {
        max-width: 560px;
        height: clamp(260px, 58vw, 420px);
        object-position: center top;
    }

    .contact-content {
        justify-self: center;
        max-width: none;
        padding: clamp(22px, 6vw, 34px);
    }

    .contact-form-panel,
    .contact-form-panel .wpforms-container,
    .contact-form-panel div.wpforms-container-full,
    .contact-form-panel div.wpforms-container-full .wpforms-form {
        max-width: none;
    }
}

/* Artwork detail simplification: avoid catalogue-like placeholder output. */
.art-detail__stage {
    min-height: auto;
    padding: 0;
}

.art-detail__stage::before {
    display: none;
}

.art-detail__image {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: clamp(420px, 52vw, 760px);
    padding: clamp(8px, 1.2vw, 14px);
    background:
        radial-gradient(circle at 42% 48%, rgba(176, 151, 109, 0.16), transparent 56%),
        #efe9df;
    box-shadow: 0 18px 42px rgba(70, 57, 39, 0.12);
}

.art-detail__zoom-trigger {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: clamp(380px, 48vw, 710px);
    padding: 0;
    cursor: zoom-in;
    background: transparent;
    border: 0;
}

.art-detail__zoom-trigger:focus-visible {
    outline: 2px solid var(--color-taupe);
    outline-offset: 6px;
}

.art-detail__image img {
    display: block;
    width: min(92%, 760px);
    max-width: 100%;
    height: min(70vh, 760px);
    max-height: 760px;
    min-height: 0;
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.art-detail__image-hint {
    margin: 12px 0 0;
    color: var(--color-muted);
    font-size: 0.92rem;
    font-style: italic;
    text-align: center;
}

.art-detail__description {
    margin-top: clamp(26px, 3vw, 38px);
}

.art-detail__description h2 {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}

.art-detail__description p {
    margin: 0;
    color: var(--color-muted);
}

.status-panel--simple {
    display: block;
    grid-template-columns: none;
    width: 100%;
}

.status-panel--simple p {
    margin-top: 4px;
}

.status-panel--simple .button {
    display: inline-flex;
    justify-content: center;
    width: auto;
    min-width: min(100%, 320px);
    max-width: 100%;
    margin-top: 18px;
    padding: 11px 22px;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 760px) {
    .art-detail__image {
        min-height: 280px;
    }

    .art-detail__zoom-trigger {
        min-height: 260px;
    }

    .art-detail__image img {
        width: 100%;
        height: min(68vh, 560px);
        max-height: 560px;
    }
}

body.artwork-lightbox-open {
    overflow: hidden;
}

.artwork-lightbox[hidden] {
    display: none;
}

.artwork-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(43, 39, 34, 0.72);
    backdrop-filter: blur(3px);
}

.artwork-lightbox__panel {
    display: grid;
    place-items: center;
    width: min(92vw, 1200px);
    height: min(86vh, 900px);
    padding: clamp(10px, 2vw, 22px);
    background: rgba(246, 240, 230, 0.96);
    box-shadow: 0 28px 80px rgba(22, 18, 14, 0.34);
}

.artwork-lightbox__panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.artwork-lightbox__close {
    position: fixed;
    top: clamp(14px, 3vw, 30px);
    right: clamp(14px, 3vw, 32px);
    z-index: 1;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: var(--color-ink);
    background: rgba(251, 248, 241, 0.92);
    border: 1px solid rgba(117, 100, 79, 0.3);
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 1.7rem;
    line-height: 1;
}

.artwork-lightbox__close:focus-visible {
    outline: 2px solid var(--color-paper);
    outline-offset: 4px;
}

@media (max-width: 760px) {
    .artwork-lightbox {
        padding: 14px;
    }

    .artwork-lightbox__panel {
        width: 94vw;
        height: 82vh;
        padding: 8px;
    }

    .artwork-lightbox__close {
        width: 46px;
        height: 46px;
    }
}
