/*
Theme Name: Schaeffer Kunstcollectie
Theme URI: http://localhost:8085
Author: Codex
Description: Custom WordPress thema voor een warme kunstenaarsbiografie en kunstcollectie.
Version: 0.3.4
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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 224px;
    height: 255px;
    content: "";
    background: url("assets/images/atelier-detail-kwast.jpg") left bottom / 390px auto no-repeat;
    opacity: 0.52;
    mix-blend-mode: multiply;
}

.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;
    }
}
