/* Sanat Galerisi — bağımsız ziyaretçi stilleri. Yönetim paneline yüklenmez. */
:root {
    --paper: #f8f6f1;
    --surface: #eeeae2;
    --ink: #272923;
    --muted: #6d7065;
    --line: #d9d9ce;
    --accent: #7b4d36;
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.1; overflow-wrap: anywhere; }
em { color: var(--accent); font-weight: 400; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.muted { color: var(--muted); }
.accent { color: var(--accent); }
.eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: .17em; font-weight: 600; line-height: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 24px; z-index: 100; background: var(--ink); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 15px; font-family: var(--serif); font-size: 24px; line-height: 1.15; }
.brand-mark { font-size: 39px; font-style: italic; color: var(--accent); padding-right: 16px; border-right: 1px solid var(--line); }
.main-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 34px; font-size: 13px; }
.main-nav a { padding-block: 10px; border-bottom: 1px solid transparent; }
.main-nav a:hover, .main-nav a[aria-current] { border-bottom-color: var(--ink); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; min-height: 51px; padding: 13px 22px; border: 1px solid var(--ink); border-radius: 0; font-size: 12px; font-weight: 600; line-height: 1.5; transition: background .18s, color .18s; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #45493f; }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--surface); }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); }
.hero { display: grid; grid-template-columns: 1fr 1.08fr; gap: 76px; align-items: center; padding-block: 64px 72px; }
.hero-copy { padding-block: 20px; }
.hero-copy > .eyebrow { display: flex; gap: 14px; align-items: center; margin-bottom: 30px; }
.small-line { width: 30px; height: 1px; background: var(--accent); display: inline-block; }
.hero h1 { font-size: clamp(64px, 7.9vw, 112px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; padding-right: .08em; }
.hero-intro { max-width: 340px; margin-block: 30px 26px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.hero-footnote { display: flex; align-items: center; gap: 15px; margin-top: 48px; font-size: 11px; line-height: 1.5; }
.hero-count { font-family: var(--serif); font-size: 40px; line-height: 1; border-right: 1px solid var(--line); padding-right: 16px; }
.hero-visual { position: relative; isolation: isolate; padding: 18px 28px 0 0; }
.hero-visual::before { content: ""; position: absolute; inset: 0 0 96px 42px; background: #e5e3d9; z-index: -1; }
.hero-art-frame { min-height: 240px; aspect-ratio: 4 / 4.7; padding: 28px; background: #f1eee7; display: grid; place-items: center; }
.hero-art-frame img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.hero-art-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; }
.hero-art-caption .eyebrow { color: var(--muted); font-size: 9px; }
.hero-art-caption h2 { margin-top: 6px; font-size: 26px; }
.hero-art-caption p { color: var(--muted); margin-top: 6px; font-size: 11px; }
.circle-arrow { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; }
.hero-art-link:hover .circle-arrow { border-color: var(--ink); }
.vertical-note { position: absolute; right: -24px; top: 46%; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; color: var(--muted); }
.hero-empty { min-height: 420px; background: var(--surface); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; }
.empty-symbol { font: italic 110px/1 var(--serif); color: var(--accent); }
.category-band { border-block: 1px solid var(--line); }
.category-links { display: flex; align-items: center; flex-wrap: wrap; gap: 30px 44px; padding-block: 24px; }
.category-links > .eyebrow { margin-right: auto; color: var(--muted); }
.category-links a { font-family: var(--serif); font-size: 25px; display: inline-flex; align-items: center; gap: 22px; }
.category-links a:hover { color: var(--accent); }
.category-links sup { font: 10px var(--sans); color: var(--muted); margin: -15px -10px 0 -16px; }
.category-links a > span { font-size: 18px; }
.collection-section { padding-block: 76px 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-heading .eyebrow { color: var(--muted); margin-bottom: 10px; }
.section-heading h2 { font-size: clamp(30px, 3.8vw, 45px); letter-spacing: -.025em; }
.artwork-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 28px; }
.artwork-card { min-width: 0; }
.artwork-stage { position: relative; aspect-ratio: 4 / 4.65; background: var(--surface); padding: 26px; display: grid; place-items: center; overflow: hidden; }
.artwork-stage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transition: transform .3s ease; }
.artwork-link:hover .artwork-stage img { transform: scale(1.025); }
.card-view { position: absolute; bottom: 12px; right: 12px; padding: 6px 10px; font-size: 10px; background: var(--paper); opacity: 0; transition: opacity .2s; }
.artwork-link:hover .card-view, .artwork-link:focus-visible .card-view { opacity: 1; }
.card-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 18px; }
.card-heading h3 { font-size: 25px; }
.card-heading > span { font-size: 11px; flex-shrink: 0; }
.card-caption { font-size: 11px; color: var(--muted); margin-top: 7px; }
.card-caption span { padding-inline: 5px; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.availability { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; }
.availability::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--muted); flex-shrink: 0; }
.availability-available::before { background: #507257; }
.availability-reserved::before { background: #9a7636; }
.availability-sold::before { background: #8b554e; }
.price { font-size: 11px; font-variant-numeric: tabular-nums; }
.image-placeholder, .image-fallback { color: var(--muted); text-align: center; font-size: 12px; padding: 32px 12px; }
.artist-section { padding-block: 68px; background: #eae9e0; }
.artist-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; }
.artist-grid h2 { font-size: 44px; margin-top: 20px; }
.artist-grid > p { font-family: var(--serif); font-size: 22px; line-height: 1.65; }
.long-text { white-space: pre-line; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid var(--line); padding-top: 48px; }
.footer-top { display: flex; justify-content: space-between; gap: 36px; padding-bottom: 42px; }
.footer-title { font-family: var(--serif); font-size: 30px; margin-block: 16px 8px; }
.footer-top .muted { font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; padding-top: 8px; overflow-wrap: anywhere; }
.footer-links a { display: flex; gap: 18px; justify-content: space-between; width: 100%; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 20px; font-size: 10px; color: var(--muted); }
.gallery-page { padding-block: 58px 80px; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.page-heading h1 { font-size: clamp(54px, 7vw, 84px); letter-spacing: -.055em; margin-block: 14px 18px; }
.page-heading .muted { font-size: 13px; }
.result-count { display: flex; align-items: baseline; gap: 10px; color: var(--muted); }
.result-count strong { font: 54px/1 var(--serif); color: var(--ink); }
.result-count span { font-size: 11px; }
.filter-form { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr auto; gap: 16px; align-items: end; padding: 24px 0; border-block: 1px solid var(--line); }
.filter-field { min-width: 0; }
.filter-field label { font-size: 10px; color: var(--muted); display: block; margin-bottom: 8px; }
.filter-field input, .filter-field select { border: 1px solid var(--line); width: 100%; height: 44px; padding: 9px 12px; color: var(--ink); background: transparent; border-radius: 0; font-size: 12px; }
.filter-field select { padding-right: 22px; }
.filter-field input::placeholder { color: #787c72; }
.filter-submit { min-height: 44px; gap: 22px; padding: 10px 18px; }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 22px 28px; font-size: 11px; }
.results-bar .text-link { font-size: 11px; }
.pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 12px; gap: 18px; }
.pagination a { padding-block: 10px; }
.pagination-disabled { color: var(--muted); opacity: .65; }
.empty-state { text-align: center; padding: 70px 20px 90px; }
.empty-state h2 { font-size: 37px; margin-block: 16px 20px; }
.empty-state .button { margin-top: 24px; }
.not-found h1 { font-size: clamp(44px, 6vw, 76px); margin-block: 25px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 11px; color: var(--muted); padding-block: 32px; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs > [aria-current] { color: var(--ink); overflow-wrap: anywhere; }
.detail-page { padding-bottom: 64px; }
.detail-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start; }
.detail-gallery { min-width: 0; }
.detail-main-image { position: relative; display: grid; place-items: center; background: var(--surface); aspect-ratio: 1 / 1.12; padding: 32px; }
.detail-main-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.zoom-hint { position: absolute; bottom: 14px; right: 15px; background: var(--paper); font-size: 10px; padding: 7px 12px; }
.zoom-hint > span { padding-right: 8px; }
.gallery-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; font-size: 11px; color: var(--muted); padding-top: 14px; }
.gallery-caption > :first-child { overflow-wrap: anywhere; }
.gallery-caption > :last-child { flex-shrink: 0; font-variant-numeric: tabular-nums; }
.thumbnail-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.thumbnail { display: grid; place-items: center; width: 72px; height: 78px; padding: 6px; background: var(--surface); border: 1px solid transparent; }
.thumbnail img { width: 100%; height: 100%; object-fit: contain; min-height: 0; }
.thumbnail[aria-current], .thumbnail:hover { border-color: var(--ink); }
.detail-information { padding-top: 16px; min-width: 0; }
.detail-information > .eyebrow { color: var(--muted); }
.detail-information h1 { font-size: clamp(38px, 4.7vw, 64px); line-height: 1.05; letter-spacing: -.035em; margin-block: 18px 20px; }
.detail-information > .availability { font-size: 11px; }
.detail-description { font-size: 14px; color: var(--muted); margin-top: 28px; line-height: 1.85; }
.artwork-specs { margin: 30px 0 0; }
.artwork-specs > div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding-block: 13px; border-top: 1px solid var(--line); font-size: 12px; }
.artwork-specs > div:last-child { border-bottom: 1px solid var(--line); }
.artwork-specs dt { color: var(--muted); }
.artwork-specs dd { margin: 0; overflow-wrap: anywhere; }
.detail-price { margin-top: 27px; }
.detail-price .eyebrow { color: var(--muted); }
.detail-price p { font-family: var(--serif); font-size: 32px; margin-top: 3px; }
.contact-button { width: 100%; margin-top: 26px; }
.detail-back { margin-top: 28px; font-size: 11px; }
.related-section { border-top: 1px solid var(--line); padding-top: 55px; }
.dialog-open { overflow: hidden; }
.lightbox { border: none; padding: 16px 24px; background: #191b17; color: #fff; width: min(1150px, 96vw); max-width: 96vw; max-height: 96dvh; }
.lightbox::backdrop { background: rgb(14 16 12 / .88); }
.lightbox-toolbar, .lightbox-navigation { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; }
.lightbox button { color: inherit; background: transparent; border: 1px solid #55594f; padding: 10px 14px; }
.lightbox-close { border: none !important; }
.lightbox-close span { font-size: 22px; padding-left: 12px; }
.lightbox img { width: 100%; height: min(72dvh, 900px); object-fit: contain; margin-block: 12px; }
.lightbox :focus-visible { outline-color: #fff; }
@media (min-width: 1600px) { .hero { gap: 100px; } }
@media (max-width: 1050px) {
    .container { width: calc(100% - 64px); }
    .hero { gap: 40px; }
    .hero h1 { font-size: 82px; }
    .hero-footnote { margin-top: 30px; }
    .filter-form { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .search-field { grid-column: span 2; }
    .detail-grid { gap: 40px; }
    .artwork-stage { padding: 20px; }
    .main-nav { gap: 24px; }
}
@media (max-width: 760px) {
    .container { width: calc(100% - 40px); }
    .site-header { min-height: 84px; gap: 18px; }
    .brand { font-size: 19px; gap: 10px; }
    .brand-mark { font-size: 30px; padding-right: 11px; }
    .main-nav { gap: 18px; font-size: 11px; }
    .hero { gap: 35px; padding-block: 36px 46px; }
    .hero h1 { font-size: 62px; }
    .hero-copy > .eyebrow { font-size: 9px; letter-spacing: .1em; gap: 8px; margin-bottom: 23px; }
    .small-line { width: 18px; }
    .hero-intro { font-size: 12px; margin-block: 24px; }
    .hero-visual { padding: 13px 12px 0 0; }
    .hero-art-frame { padding: 16px; }
    .hero-art-caption h2 { font-size: 22px; }
    .vertical-note { display: none; }
    .circle-arrow { flex-basis: 34px; height: 34px; }
    .category-links { gap: 20px 26px; }
    .category-links > .eyebrow { width: 100%; }
    .category-links a { font-size: 22px; }
    .artwork-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 20px; }
    .card-heading h3 { font-size: 23px; }
    .collection-section { padding-block: 50px 58px; }
    .section-heading { align-items: flex-start; margin-bottom: 28px; }
    .section-heading .text-link { flex-shrink: 0; margin-top: 30px; }
    .artist-grid { gap: 30px; grid-template-columns: 1fr; }
    .artist-grid h2 { font-size: 35px; }
    .artist-grid > p { font-size: 21px; }
    .detail-grid { gap: 28px; grid-template-columns: 1fr 1fr; }
    .detail-main-image { padding: 18px; }
    .detail-information h1 { font-size: 37px; }
    .detail-information { padding-top: 0; }
    .detail-description { font-size: 13px; margin-top: 22px; }
    .artwork-specs > div { grid-template-columns: 1fr; gap: 2px; }
    .gallery-page { padding-top: 38px; }
    .page-heading { margin-bottom: 30px; }
    .result-count strong { font-size: 40px; }
    .filter-form { gap: 12px; }
}
@media (max-width: 520px) {
    .container { width: calc(100% - 36px); }
    .site-header { min-height: 88px; align-items: flex-start; padding-block: 20px; }
    .brand { font-size: 18px; max-width: 63%; }
    .brand-mark { flex-shrink: 0; }
    .main-nav { gap: 8px 14px; font-size: 11px; max-width: 40%; }
    .main-nav a { padding-block: 2px; }
    .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 24px; }
    .hero-copy { padding-block: 12px 0; }
    .hero h1 { font-size: clamp(64px, 18vw, 88px); }
    .hero-intro { max-width: 305px; font-size: 13px; }
    .hero-footnote { margin-top: 28px; }
    .hero-visual { width: 100%; padding-right: 17px; }
    .hero-art-frame { aspect-ratio: 4 / 4.4; padding: 22px; }
    .hero-art-caption { padding-top: 18px; }
    .hero-art-caption h2 { font-size: 25px; }
    .hero-empty { min-height: 290px; }
    .category-links { gap: 18px 25px; padding-block: 22px; }
    .category-links a { font-size: 23px; }
    .section-heading { display: block; }
    .section-heading h2 { font-size: 34px; }
    .section-heading .text-link { margin-top: 20px; }
    .artwork-grid { grid-template-columns: 1fr; gap: 35px; }
    .artwork-stage { padding: 27px; aspect-ratio: 4 / 4.4; }
    .card-heading h3 { font-size: 28px; }
    .card-caption, .price, .availability { font-size: 12px; }
    .card-view { opacity: 1; }
    .footer-top { flex-direction: column; gap: 24px; }
    .footer-links { align-self: flex-start; max-width: 100%; }
    .footer-bottom { font-size: 9px; flex-wrap: wrap; gap: 8px; }
    .page-heading { gap: 20px; align-items: flex-start; }
    .page-heading h1 { font-size: 64px; }
    .page-heading .muted { max-width: 245px; }
    .result-count { padding-top: 30px; gap: 6px; }
    .result-count strong { font-size: 32px; }
    .filter-form { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .search-field { grid-column: 1 / -1; }
    .filter-submit { align-self: end; }
    .results-bar { font-size: 10px; gap: 8px; align-items: baseline; }
    .results-bar .text-link { font-size: 10px; gap: 6px; flex-shrink: 0; }
    .detail-grid { grid-template-columns: 1fr; gap: 34px; }
    .detail-information h1 { font-size: 46px; }
    .detail-description { font-size: 14px; }
    .artwork-specs > div { grid-template-columns: 1fr 1.3fr; gap: 14px; }
    .detail-main-image { padding: 23px; }
    .thumbnail { width: 64px; height: 70px; }
    .lightbox { padding: 12px; }
    .lightbox img { height: 65dvh; }
    .lightbox-navigation { gap: 10px; }
    .lightbox-navigation button { font-size: 11px; padding: 10px; }
}
/* Site ayarları, ortak marka ve Hakkımda sayfası. */
.brand { min-width: 0; }
.brand-name { min-width: 0; overflow-wrap: anywhere; }
.brand-logo { flex: 0 1 auto; width: auto; height: 48px; max-width: 150px; object-fit: contain; }
.brand-mark { overflow-wrap: anywhere; }
.main-nav a { overflow-wrap: anywhere; }
.footer-brand { margin-block: 18px 12px; max-width: 100%; }
.footer-top > div { min-width: 0; }
.footer-location { margin-top: 8px; overflow-wrap: anywhere; }
.footer-bottom span { overflow-wrap: anywhere; }
.home-title-lines { white-space: pre-line; }
.hero-copy, .hero-visual, .page-heading > div, .artist-grid > div { min-width: 0; }
.hero-intro { white-space: pre-line; overflow-wrap: anywhere; }
.artist-excerpt > p { font-family: var(--serif); font-size: 22px; line-height: 1.65; }
.artist-excerpt > a { margin-top: 24px; }
.page-heading .muted { white-space: pre-line; overflow-wrap: anywhere; }
.about-page { padding-block: 65px 100px; }
.about-heading { max-width: 880px; margin-bottom: 64px; }
.about-heading > .eyebrow { display: flex; align-items: center; gap: 18px; }
.about-heading h1 { font-size: clamp(58px, 7.5vw, 102px); letter-spacing: -.055em; margin-block: 24px; }
.about-introduction { max-width: 700px; font: 24px/1.6 var(--serif); color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.about-portrait, .about-story { min-width: 0; }
.portrait-frame { display: grid; place-items: center; aspect-ratio: 4 / 5; padding: 24px; background: var(--surface); }
.portrait-frame img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.portrait-monogram { font: italic clamp(80px, 10vw, 160px)/1 var(--serif); color: var(--accent); overflow-wrap: anywhere; max-width: 100%; }
.about-portrait figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 18px; font-size: 11px; overflow-wrap: anywhere; }
.about-story { padding-top: 12px; }
.about-story h2 { font-size: clamp(32px, 3.5vw, 48px); letter-spacing: -.03em; }
.about-tagline { color: var(--muted); font-size: 12px; margin-top: 14px; overflow-wrap: anywhere; }
.about-biography { margin-top: 32px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.about-biography p + p { margin-top: 20px; }
.about-quote { margin: 36px 0; border-block: 1px solid var(--line); padding-block: 26px; color: var(--accent); font: italic 30px/1.45 var(--serif); overflow-wrap: anywhere; white-space: pre-line; }
.about-story > .button { margin-top: 30px; }
.has-editor-toolbar { padding-bottom: 80px; }
.editor-toolbar { position: fixed; right: 20px; bottom: 18px; z-index: 50; display: flex; flex-wrap: wrap; gap: 0; max-width: calc(100% - 40px); background: var(--ink); color: #fff; border: 1px solid #55594f; box-shadow: 0 6px 24px rgb(0 0 0 / .13); font-size: 12px; }
.editor-toolbar a { padding: 12px 16px; }
.editor-toolbar a + a { border-left: 1px solid #55594f; color: #d9d9ce; }
.editor-toolbar :focus-visible { outline-color: white; outline-offset: -4px; }
@media (max-width: 760px) {
    .about-page { padding-block: 40px 65px; }
    .about-heading { margin-bottom: 40px; }
    .about-heading h1 { font-size: 66px; }
    .about-introduction { font-size: 21px; }
    .about-grid { gap: 35px; grid-template-columns: 1fr; }
    .about-portrait { max-width: 520px; width: 100%; }
    .about-story { padding-top: 8px; }
    .brand-logo { max-width: 120px; height: 40px; }
}
@media (max-width: 520px) {
    .site-header { flex-direction: column; align-items: stretch; gap: 16px; }
    .site-header .brand { max-width: 100%; align-self: flex-start; }
    .main-nav { max-width: 100%; width: 100%; gap: 12px 24px; }
    .brand-logo { max-width: 110px; height: 38px; }
    .about-heading h1 { font-size: clamp(48px, 15vw, 66px); }
    .about-introduction { font-size: 20px; }
    .portrait-frame { padding: 20px; }
    .about-biography { font-size: 14px; }
    .about-quote { font-size: 27px; }
    .artist-excerpt > p { font-size: 21px; }
    .editor-toolbar { right: 12px; bottom: 12px; max-width: calc(100% - 24px); font-size: 11px; }
    .editor-toolbar a { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
