:root {
  --ink: #202520;
  --ink-soft: #4e554d;
  --paper: #f4f0e7;
  --paper-light: #fbf8f1;
  --white: #fffdf8;
  --line: #cec5b5;
  --accent: #a44e2d;
  --accent-dark: #79351e;
  --forest: #26352e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(20, 24, 21, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  padding: 8px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(80, 72, 60, .22);
  background: rgba(244, 240, 231, .92);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -.02em;
}
.brand-logo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.main-nav { display: flex; gap: clamp(18px, 2.5vw, 36px); }
.main-nav a, .site-footer a {
  position: relative;
  font-size: .78rem;
  font-weight: 650;
  text-decoration: none;
}
.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.language-switch { display: flex; justify-content: flex-end; gap: 4px; }
.language-switch button {
  min-width: 38px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 30px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: .73rem;
  font-weight: 700;
}
.language-switch button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(380px, 1.22fr);
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px);
  min-height: 0;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 56px) clamp(22px, 5vw, 72px);
}
.hero-branding { display: flex; align-items: center; gap: clamp(14px, 2vw, 24px); margin-bottom: clamp(16px, 2.5vh, 28px); }
.hero-branding .eyebrow { margin: 0; }
.collection-logo { display: block; width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.collection-logo-home { flex: 0 0 auto; width: clamp(74px, 7.5vw, 112px); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--serif); }
.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(2.7rem, 4.7vw, 5.35rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}
.hero-intro {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(.95rem, 1.2vw, 1.16rem);
}
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .04em;
  cursor: pointer;
}
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: .83rem; font-weight: 700; text-decoration: none; }
.text-link:hover span:last-child { transform: translate(3px, 3px); }
.text-link span:last-child { transition: transform .2s ease; }
.hero-stats { display: flex; gap: clamp(22px, 3vw, 42px); margin: clamp(22px, 3vh, 34px) 0 0; }
.hero-stats div { display: grid; gap: 2px; }
.hero-stats dt { font-family: var(--serif); font-size: 1.5rem; }
.hero-stats dd { margin: 0; color: var(--ink-soft); font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta {
  position: absolute;
  bottom: 14px;
  left: clamp(22px, 5vw, 72px);
  margin: 0;
  color: var(--ink-soft);
  font-size: .66rem;
  line-height: 1.5;
}
.hero-meta strong { color: var(--ink); font-weight: 650; }
.hero-artwork { position: relative; display: grid; min-height: 0; margin: 0; place-items: center; background: #cbc4b5; overflow: hidden; }
.hero-artwork::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(14, 18, 15, .58)); content: ""; pointer-events: none; }
.hero-artwork img { width: 100%; height: 100%; object-fit: contain; }
.hero-caption {
  position: absolute;
  right: clamp(24px, 4vw, 58px);
  bottom: 34px;
  left: clamp(24px, 4vw, 58px);
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  color: white;
}
.hero-caption strong { display: block; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500; }
.hero-caption small { opacity: .82; }
.hero-caption button { border: 0; background: transparent; color: white; font-size: 1.6rem; cursor: pointer; }
.hero-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #b8afa0, #d7d0c4); }

.collection-section, .artists-section, .about-section { padding: clamp(64px, 7vw, 110px) clamp(20px, 4vw, 60px); }
.collection-section { min-height: calc(100vh - 64px); }
.view-home .site-footer { display: none; }
.collection-section { background: var(--paper-light); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  align-items: end;
  gap: 42px;
  max-width: 1500px;
  margin: 0 auto 54px;
}
.section-heading h2, .about-section h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.section-heading > p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.08rem; }
.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(190px, 280px) minmax(180px, 230px);
  gap: 10px;
  max-width: 1500px;
  margin: 0 auto;
}
.catalog-toolbar label { position: relative; }
.catalog-toolbar input, .catalog-toolbar select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}
.catalog-toolbar input:focus, .catalog-toolbar select:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.search-field > span[aria-hidden] { position: absolute; top: 11px; left: 16px; font-size: 1.2rem; }
.search-field input { padding-left: 45px; }
.search-syntax-hint {
  max-width: 1500px;
  margin: 8px auto 0;
  color: var(--ink-soft);
  font-size: .69rem;
}
.result-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1500px; margin: 24px auto 18px; color: var(--ink-soft); font-size: .78rem; }
.result-actions { display: flex; align-items: center; gap: 18px; }
.grid-size-switch { display: flex; gap: 4px; }
.grid-size-switch button { min-width: 64px; padding: 6px 10px; border: 1px solid var(--line); background: transparent; color: var(--ink-soft); cursor: pointer; font-size: .71rem; }
.grid-size-switch button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: white; }
.quiet-button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; font-size: .75rem; }
.site-view[hidden] { display: none !important; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 62px) clamp(16px, 2.4vw, 36px);
  max-width: 1500px;
  margin: 0 auto;
}
.gallery-grid.small { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 34px 18px; }
.gallery-grid.small .art-image-wrap { padding: 7px; }
.gallery-grid.small .art-card h3 { font-size: .92rem; }
.gallery-grid.small .art-card .artist { font-size: .7rem; }
.gallery-grid.small .art-card-meta { gap: 5px 9px; padding-top: 10px; }
.art-card { min-width: 0; }
.art-card button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.art-image-wrap { display: block; padding: 10px; background: #e3ded4; }
.art-card img { width: 100%; height: auto; object-fit: contain; transition: filter .25s ease; }
.art-card button:hover img, .art-card button:focus-visible img { filter: saturate(1.05); }
.art-card-meta { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding-top: 15px; border-top: 1px solid transparent; }
.art-card h3 { margin: 0; font-size: 1.15rem; font-weight: 500; line-height: 1.15; }
.art-card .catalog { color: var(--ink-soft); font-size: .69rem; letter-spacing: .09em; }
.art-card .artist { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.art-card .year { color: var(--ink-soft); font-family: var(--serif); font-size: .85rem; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; border: 1px solid var(--line); text-align: center; }
.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1500px;
  margin: 54px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.page-size-control { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: .76rem; }
.page-size-control select { min-width: 70px; height: 40px; padding: 0 10px; border: 1px solid var(--line); background: transparent; }
.pagination { display: flex; align-items: center; gap: 5px; }
.pagination button {
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: .77rem;
}
.pagination button:hover:not(:disabled), .pagination button:focus-visible { border-color: var(--ink); }
.pagination button[aria-current="page"] { background: var(--ink); color: white; }
.pagination button:disabled { cursor: default; opacity: .32; }

.artists-section { background: var(--forest); color: #f1ede4; }
.section-heading.light > p { color: #c6c7c0; }
.author-jump-bar {
  display: grid;
  grid-template-columns: auto minmax(240px, 420px) auto;
  align-items: center;
  gap: 16px;
  max-width: 1500px;
  margin: -12px auto 48px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.045);
}
.author-jump-bar label { font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.author-jump-bar select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid rgba(255,255,255,.32); background: var(--forest); color: #f1ede4; }
.author-jump-button { min-height: 46px; border-color: #f1ede4; background: #f1ede4; color: var(--forest); }
.author-jump-button:disabled { cursor: default; opacity: .4; }
.artists-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1500px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.23); }
.artist-card { min-width: 0; padding: 18px 14px 20px 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.artist-card:nth-child(5n + 2), .artist-card:nth-child(5n + 3), .artist-card:nth-child(5n + 4), .artist-card:nth-child(5n + 5) { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.23); }
.artist-card button { display: grid; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.artist-portrait { display: block; width: min(100%, 180px); height: auto; margin-bottom: 18px; background: rgba(255,255,255,.07); }
.artist-portrait img { width: 100%; height: auto; object-fit: contain; filter: grayscale(.2); }
.artist-initials { display: grid; width: 100%; height: 100%; place-items: center; font-family: var(--serif); font-size: 1.4rem; }
.artist-card h3 { margin: 0 0 6px; font-size: 1.18rem; font-weight: 500; }
.artist-card p { margin: 0; color: #b8beb8; font-size: .7rem; }
.artist-card .work-count { margin-top: 14px; color: #f1ede4; }

.about-section { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; gap: clamp(34px, 6vw, 100px); background: #d9d0c2; }
.about-logo-wrap { display: flex; justify-content: center; width: 100%; }
.collection-logo-about { width: min(100%, 270px); opacity: .74; }
.about-copy > p[data-i18n="aboutText"] { max-width: 780px; margin: 30px 0 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.5vw, 1.3rem); text-align: justify; text-justify: inter-word; }
.about-article { max-width: 780px; margin-top: clamp(38px, 5vw, 70px); padding-top: 22px; border-top: 1px solid rgba(32,37,32,.3); }
.about-article .eyebrow { margin: 0 0 12px; }
.about-article a { display: grid; gap: 8px; color: inherit; text-decoration: none; }
.about-article strong { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.15; }
.about-article a > span { color: var(--accent); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.about-article a:hover strong, .about-article a:focus-visible strong { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { display: block; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(32,37,32,.22); border-radius: 0; padding: 13px 14px; background: rgba(255,255,255,.6); color: var(--ink); font: inherit; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.contact-note { margin: 4px 0 2px; color: var(--ink-soft); font-size: .72rem; line-height: 1.45; }
.contact-submit { justify-self: start; min-width: 116px; margin-top: 4px; }
.contact-submit:disabled { opacity: .58; cursor: wait; }
.contact-status { min-height: 1.35em; margin: -2px 0 0; font-size: .78rem; line-height: 1.45; }
.contact-status:empty { display: none; }
.contact-status.is-pending { color: var(--ink-soft); }
.contact-status.is-success { color: #2f6545; }
.contact-status.is-error { color: #8d3131; }
.contact-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.article-page { min-height: 100vh; background: var(--paper-light); }
.article-site-header { position: sticky; top: 0; z-index: 20; background: rgba(246,242,233,.96); backdrop-filter: blur(10px); }
.article-shell { width: min(100%, 1180px); margin: 0 auto; padding: clamp(48px, 7vw, 100px) clamp(24px, 6vw, 90px) clamp(80px, 10vw, 150px); }
.article-back { display: inline-block; margin-bottom: clamp(44px, 7vw, 90px); color: var(--ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.article-hero { max-width: 920px; padding-bottom: clamp(40px, 6vw, 74px); border-bottom: 1px solid rgba(32,37,32,.25); }
.article-hero h1 { max-width: 900px; margin: 16px 0 0; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.article-content { width: min(100%, 820px); margin: clamp(48px, 7vw, 86px) auto 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.25vw, 1.23rem); line-height: 1.72; }
.article-content h2 { margin: 3.2em 0 1em; font-family: var(--sans); font-size: clamp(1.45rem, 2.4vw, 2.25rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; text-align: left; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 2.4em 0 .9em; font-family: var(--sans); font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-weight: 650; line-height: 1.25; text-align: left; }
.article-content p { margin: 0 0 1.25em; text-align: justify; text-justify: inter-word; hyphens: auto; }
.article-citation-link { color: var(--accent); font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-citation-link:hover, .article-citation-link:focus-visible { color: var(--ink); }
.article-figure { margin: clamp(34px, 6vw, 66px) 0; }
.article-figure img { display: block; width: 100%; max-height: min(76vh, 780px); object-fit: contain; background: #eee9df; }
.article-figure figcaption { margin-top: 13px; color: var(--ink-soft); font-family: var(--sans); font-size: .78rem; line-height: 1.55; text-align: left; }
.article-bullets, .article-timeline { margin: 0 0 1.8em; padding-left: 1.4em; }
.article-bullets li, .article-timeline li { margin-bottom: .55em; padding-left: .35em; text-align: justify; text-justify: inter-word; }
.article-timeline { list-style: none; padding-left: 0; border-top: 1px solid rgba(32,37,32,.2); }
.article-timeline li { margin: 0; padding: .75em 0; border-bottom: 1px solid rgba(32,37,32,.14); }
.article-sources { margin: 0; padding-left: 1.5em; font-family: var(--sans); font-size: .82rem; line-height: 1.55; }
.article-sources li { margin-bottom: 1.2em; padding-left: .45em; }
.article-sources li[id] { scroll-margin-top: 110px; transition: background-color .2s ease; }
.article-sources li[id]:target { background: rgba(178, 73, 31, .12); }
.article-sources span, .article-sources a { display: block; }
.article-sources a { margin-top: .2em; color: var(--accent); overflow-wrap: anywhere; }
.article-footer { margin-top: 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 36px clamp(20px, 5vw, 78px); background: var(--ink); color: #f4f0e7; }
.site-footer p { margin: 0; color: #b9bcb6; font-size: .75rem; }
.site-footer a { justify-self: end; }
.footer-actions { display: flex; align-items: center; justify-self: end; gap: clamp(18px, 3vw, 42px); }
.footer-actions button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: .74rem; font-weight: 700; letter-spacing: .02em; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.footer-brand { color: inherit; }
.footer-brand .brand-logo { background: white; mix-blend-mode: normal; }

.detail-dialog {
  width: min(1180px, calc(100% - 36px));
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 36px);
  overflow-x: hidden;
  padding: 0;
  border: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.detail-dialog::backdrop { background: rgba(20, 25, 21, .76); backdrop-filter: blur(6px); }
.dialog-close { position: fixed; z-index: 3; top: max(30px, calc((100vh - min(900px, 100vh - 36px)) / 2 + 18px)); right: max(30px, calc((100vw - min(1180px, 100vw - 36px)) / 2 + 18px)); display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(32,37,32,.4); border-radius: 50%; background: var(--paper-light); color: var(--ink); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.contact-dialog { width: min(620px, calc(100% - 36px)); }
.contact-dialog .dialog-close { position: absolute; top: 18px; right: 18px; }
.contact-dialog-panel { padding: clamp(42px, 7vw, 72px); }
.contact-dialog-panel .eyebrow { margin: 0 0 12px; }
.contact-dialog-panel h2 { margin: 0 54px 28px 0; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.artwork-detail-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); min-width: 0; min-height: 700px; }
.artwork-detail-image { display: grid; place-items: center; min-height: 620px; padding: clamp(24px, 5vw, 70px); background: #ded8cc; }
.artwork-detail-image img { width: 100%; height: auto; max-width: 100%; max-height: calc(100vh - 110px); object-fit: contain; box-shadow: 0 12px 36px rgba(21,24,21,.18); }
.artwork-image-button { display: grid; width: 100%; max-width: 100%; padding: 0; border: 0; place-items: center; background: transparent; cursor: zoom-in; }
.artwork-detail-copy { min-width: 0; padding: clamp(64px, 7vw, 92px) clamp(24px, 3vw, 44px) 52px; }
.detail-catalog { color: var(--accent); font-size: .7rem; font-weight: 750; letter-spacing: .14em; }
.artwork-detail-copy h2, .author-detail-copy h2 { max-width: 100%; margin: 14px 0 8px; overflow-wrap: anywhere; font-size: clamp(2.2rem, 3.6vw, 4.2rem); font-weight: 500; hyphens: auto; letter-spacing: -.045em; line-height: .95; }
.author-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink-soft); cursor: pointer; font-family: var(--serif); font-size: 1rem; }
.detail-list { display: grid; grid-template-columns: minmax(95px, auto) 1fr; gap: 10px 20px; margin: 42px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-list dt { font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.detail-list dd { margin: 0; font-family: var(--serif); }
.detail-section { margin-top: 34px; }
.detail-section h3 { margin: 0 0 11px; font-size: .78rem; font-family: var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.detail-section p { margin: 0; color: var(--ink-soft); font-family: var(--serif); }
.related-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.related-strip button { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.related-strip img { width: 100%; height: auto; object-fit: contain; }
.related-strip span { display: block; margin-top: 6px; font-size: .69rem; }
.author-detail-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); min-height: 680px; }
.author-detail-visual { display: flex; align-items: end; min-height: 560px; padding: 44px; background: var(--forest); color: white; }
.author-detail-visual img { width: 100%; max-height: 650px; object-fit: contain; filter: grayscale(.2); }
.author-monogram { font-family: var(--serif); font-size: clamp(7rem, 16vw, 14rem); font-style: italic; line-height: .7; opacity: .68; }
.author-detail-copy { padding: clamp(70px, 8vw, 105px) clamp(30px, 6vw, 90px); }
.life-dates { color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; }
.biography { margin-top: 38px; }
.biography p { margin: 0 0 18px; color: var(--ink-soft); font-family: var(--serif); text-align: justify; text-justify: inter-word; hyphens: auto; }
.author-works { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.author-works button { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.author-works img { width: 100%; height: auto; object-fit: contain; }
.author-works span { display: block; margin-top: 6px; font-size: .72rem; }

.image-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 24px; border: 0; overflow: hidden; background: rgba(16,20,17,.96); color: white; }
.image-lightbox::backdrop { background: rgba(16,20,17,.82); }
.image-lightbox figure { display: grid; width: 100%; height: 100%; margin: 0; place-items: center; grid-template-rows: minmax(0,1fr) auto; gap: 12px; }
.image-lightbox img { max-width: calc(100vw - 48px); max-height: calc(100vh - 88px); object-fit: contain; cursor: zoom-in; transition: transform .12s ease-out; will-change: transform; }
.image-lightbox figcaption { display: flex; align-items: center; gap: 16px; font-family: var(--serif); font-size: .9rem; opacity: .82; }
#lightbox-zoom { min-width: 48px; font-family: var(--sans); font-size: .72rem; text-align: right; }
.image-lightbox .dialog-close { top: 22px; right: 22px; border-color: rgba(255,255,255,.65); background: rgba(16,20,17,.78); color: white; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 40px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .artists-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery-grid.small { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .artist-card:nth-child(n) { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.23); }
  .artist-card:nth-child(4n + 1) { padding-left: 0; border-left: 0; }
  .about-section { grid-template-columns: .35fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; padding: 10px 18px; }
  .main-nav { grid-column: 1 / -1; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 9px; border-top: 1px solid rgba(80, 72, 60, .18); }
  .main-nav a { font-size: .73rem; }
  .brand { font-size: 1.12rem; }
  .brand-logo { width: 30px; height: 30px; }
  .hero { display: flex; height: calc(100dvh - 112px); min-height: 0; flex-direction: column; }
  .hero-copy { order: 2; height: 58%; padding: 24px 20px; overflow: auto; }
  .hero-branding { gap: 12px; margin-bottom: 12px; }
  .collection-logo-home { width: 58px; }
  .hero h1 { font-size: clamp(2.5rem, 11vw, 4rem); }
  .hero-intro { margin-top: 14px; font-size: 1rem; }
  .hero-actions { margin-top: 18px; }
  .hero-artwork { order: 1; width: 100%; height: 42%; min-height: 0; }
  .hero-stats { display: none; }
  .hero-meta { position: static; margin-top: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 12px; }
  .gallery-grid.small { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 8px; }
  .art-image-wrap { padding: 7px; }
  .art-card-meta { grid-template-columns: 1fr; gap: 5px; }
  .art-card .year { display: none; }
  .artists-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .author-jump-bar { grid-template-columns: 1fr; }
  .pagination-bar { align-items: flex-start; flex-direction: column; }
  .result-line { align-items: flex-start; flex-direction: column; }
  .result-actions { width: 100%; justify-content: space-between; }
  .pagination { width: 100%; justify-content: center; }
  .artist-card:nth-child(n) { padding: 20px 14px; border-left: 1px solid rgba(255,255,255,.23); }
  .artist-card:nth-child(2n + 1) { padding-left: 0; border-left: 0; }
  .artist-portrait { margin-bottom: 26px; }
  .about-section { grid-template-columns: 1fr; }
  .about-logo-wrap { justify-content: flex-start; }
  .collection-logo-about { width: 118px; }
  .article-site-header { position: static; }
  .article-shell { padding-top: 38px; }
  .article-back { margin-bottom: 42px; }
  .article-hero h1 { font-size: clamp(2.65rem, 13vw, 4.6rem); }
  .article-content { font-size: 1rem; line-height: 1.65; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .footer-actions { gap: 18px; }
  .footer-actions a { display: none; }
  .contact-dialog-panel { padding: 54px 22px 28px; }
  .artwork-detail-layout, .author-detail-layout { grid-template-columns: 1fr; }
  .artwork-detail-image { min-height: 50vh; padding: 60px 20px 28px; }
  .artwork-detail-copy, .author-detail-copy { padding: 46px 22px 60px; }
  .author-detail-visual { min-height: 330px; padding: 38px 24px; }
  .related-strip, .author-works { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dialog-close { top: 28px; right: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
