@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --paper: #f4f2e9; --ink: #24241f; --muted: #6c6c62; --line: #d7d6cb; --yellow: #e7ed55; --white: #fffef9; --font: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
button, a, input { touch-action: manipulation; }
:focus-visible { outline: 3px solid #767b00; outline-offset: 5px; }
::selection { background: var(--yellow); color: var(--ink); }
.wrap { width: min(1440px, calc(100% - 100px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--yellow); z-index: 20; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; font: 800 26px 'Manrope', sans-serif; letter-spacing: -1.4px; white-space: nowrap; }
.brand-stamp { border: 1px solid var(--ink); width: 37px; height: 37px; display: grid; place-items: center; font-size: 22px; margin-right: 12px; transform: rotate(-6deg); }
.brand-dot { color: #878d00; }
.site-header nav { display: flex; gap: 35px; font-size: 13px; }
.site-header nav a { padding: 10px 0; position: relative; }
.site-header nav a[aria-current=page]::after { content: ''; position: absolute; bottom: 1px; height: 4px; width: 4px; background: var(--ink); border-radius: 50%; left: calc(50% - 2px); }
.site-header a:hover, .site-footer a:hover { color: #6a7000; }
.header-contact { border: 1px solid var(--ink); border-radius: 30px; padding: 12px 20px; font-size: 13px; }
.header-contact span { margin-left: 24px; }
.hero-topline { display: flex; align-items: center; justify-content: space-between; padding-top: 39px; }
.eyebrow, .edition { font-size: 10px; font-weight: 500; letter-spacing: 1.7px; line-height: 1.8; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: #828830; border-radius: 50%; }
.edition { color: var(--muted); font-size: 9px; }
.hero-heading { display: flex; justify-content: space-between; align-items: end; padding: 28px 0 44px; gap: 24px; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: 'Manrope', sans-serif; font-weight: 500; }
h1 { font-size: clamp(82px, 8.8vw, 140px); line-height: .98; letter-spacing: -.075em; }
em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.07em; }
.yellow-period { font: 35px var(--font); color: #9ea61b; margin-left: 16px; vertical-align: baseline; }
.hero-note { width: 290px; padding: 0 12px 8px 0; }
.note-symbol { display: block; font-size: 52px; line-height: 1; margin-bottom: 22px; }
.hero-note p { font-size: 14px; line-height: 1.8; color: var(--muted); }
.text-link { display: inline-flex; gap: 36px; align-items: center; border-bottom: 1px solid var(--ink); padding: 0 0 7px; margin-top: 24px; font-size: 13px; }
.text-link:hover { gap: 44px; }
.hero-artwork { display: grid; grid-template-columns: 1fr 1.35fr 1fr; height: clamp(270px, 31vw, 470px); gap: 12px; position: relative; }
.art-panel { overflow: hidden; position: relative; background: #e2e1d8; }
.art-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; filter: grayscale(1); }
.panel-left img { object-position: 50% 28%; }
.panel-right img { object-position: 50% 35%; }
.art-panel:hover img { transform: scale(1.035); }
.panel-caption { position: absolute; inset: auto 18px 16px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: 1.5px; color: white; text-shadow: 0 1px 5px #000; z-index: 1; }
.art-panel::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #0006); }
.panel-caption > :last-child { font-size: 24px; }
.art-label { position: absolute; left: 27%; top: -22px; padding: 16px 20px; background: var(--yellow); transform: rotate(-7deg); font-size: 12px; line-height: 1.5; z-index: 2; box-shadow: 0 4px 15px #0001; pointer-events: none; }
.hero-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: 1.4px; }
.hero-bottom a { letter-spacing: 0; font-size: 12px; }
.hero-bottom a span { margin-left: 18px; }
.hero-bottom > :last-child { color: var(--muted); }
.selected-section { padding-block: 95px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-heading .eyebrow { margin-bottom: 20px; }
h2 { font-size: clamp(42px, 4.5vw, 68px); letter-spacing: -.06em; line-height: 1.08; }
.pill-link { border: 1px solid var(--line); border-radius: 30px; padding: 15px 22px; white-space: nowrap; font-size: 13px; }
.pill-link span { margin-left: 26px; }
.pill-link:hover { background: var(--yellow); border-color: var(--yellow); }
.selected-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.work-image { background: #e8e7de; overflow: hidden; position: relative; }
.work-image img { width: 100%; aspect-ratio: 1.15; object-fit: cover; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-open { position: absolute; bottom: 20px; right: 20px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--paper); border-radius: 50%; font-size: 20px; }
.work-caption { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-top: 17px; }
.work-caption h3 { font-size: 18px; font-weight: 500; }
.work-caption > span { color: var(--muted); font-size: 11px; }
.artist-strip { padding-block: 65px 80px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr .7fr; gap: 24px; align-items: start; }
.artist-strip p:not(.eyebrow) { max-width: 480px; line-height: 1.8; font-size: 15px; color: var(--muted); margin-top: 24px; }
.artist-signature { font: italic 100px Georgia, serif; transform: rotate(-12deg); align-self: center; }
.contact-band { background: var(--yellow); padding-block: 45px 55px; }
.contact-band .eyebrow { margin-bottom: 22px; }
.contact-band a { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; font: 500 clamp(30px, 4.5vw, 68px) 'Manrope', sans-serif; letter-spacing: -.06em; }
.contact-band a > span { margin-left: auto; }
.site-footer { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-block: 32px; font-size: 11px; color: var(--muted); }
.site-footer .wordmark { color: var(--ink); font-size: 21px; }
.template-credit { flex-basis: 100%; font-size: 9px; }
@media (min-width: 1600px) { .hero-heading { padding-block: 40px 54px; } }
@media (max-width: 900px) { .wrap { width: calc(100% - 48px); } .site-header nav { gap: 20px; } .hero-note { width: 240px; } .hero-note p { font-size: 12px; } .artist-strip { grid-template-columns: 1fr 2fr; } .artist-signature { display: none; } .edition { display: none; } .hero-bottom > :last-child { display: none; } .work-caption { display: block; } .work-caption > span { display: block; margin-top: 6px; } }
@media (max-width: 600px) { .wrap { width: calc(100% - 36px); } .site-header { min-height: 112px; gap: 12px; flex-wrap: wrap; padding-block: 18px 12px; } .wordmark { font-size: 23px; } .brand-stamp { width: 30px; height: 30px; font-size: 18px; } .site-header nav { order: 3; width: 100%; justify-content: center; gap: 32px; } .header-contact { padding: 9px 13px; font-size: 11px; } .header-contact span { margin-left: 10px; } .hero-topline { padding-top: 24px; } .eyebrow { font-size: 9px; letter-spacing: 1.2px; } .hero-heading { display: block; padding: 28px 0 35px; } h1 { font-size: clamp(76px, 17vw, 108px); } .yellow-period { font-size: 25px; margin-left: 10px; } .hero-note { margin-top: 28px; width: 100%; display: grid; grid-template-columns: 32px 1fr; gap: 0 18px; } .note-symbol { font-size: 34px; grid-row: span 2; } .hero-note p { font-size: 13px; } .hero-note p br { display: none; } .hero-note .text-link { width: fit-content; margin-top: 14px; } .hero-artwork { grid-template-columns: 1.25fr 1fr; height: 290px; gap: 8px; } .panel-left { display: none; } .art-label { left: auto; right: 18px; font-size: 10px; padding: 11px 13px; } .panel-caption { font-size: 8px; inset-inline: 12px; letter-spacing: 1px; } .hero-bottom { font-size: 7px; letter-spacing: .7px; gap: 12px; align-items: center; } .hero-bottom a { font-size: 10px; } .hero-bottom a span { margin-left: 6px; } .selected-section { padding-block: 58px; } .section-heading { align-items: start; } h2 { font-size: 40px; } .pill-link { padding: 12px 13px; font-size: 11px; } .pill-link span { margin-left: 10px; } .selected-grid { gap: 26px; grid-template-columns: 1fr; } .artist-strip { grid-template-columns: 1fr; padding-block: 40px 50px; } .contact-band { padding-block: 32px; } .contact-band a { gap: 8px; font-size: 34px; } .site-footer { align-items: start; font-size: 10px; } .site-footer > span:not(.template-credit) { order: 2; flex-basis: 100%; } .template-credit { order: 3; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

/* Collection, artist, and contact share the same paper-and-ink system. */
[hidden] { display: none !important; }
.page-intro { padding-block: 60px 65px; }
.page-intro > .eyebrow { margin-bottom: 30px; }
.page-intro h1 { font-size: clamp(60px, 7.3vw, 108px); }
.intro-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.intro-row > p { max-width: 290px; font-size: 14px; line-height: 1.8; color: var(--muted); padding-bottom: 7px; }
.gallery-section { padding-bottom: 85px; }
.gallery-toolbar { border-block: 1px solid var(--line); padding-block: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.filter-group { display: flex; gap: 8px; }
.filter-group button { border: 1px solid transparent; border-radius: 30px; padding: 12px 20px; background: transparent; cursor: pointer; font-size: 12px; }
.filter-group button[aria-pressed=true] { background: var(--ink); color: var(--paper); }
.filter-group button span { font-size: 9px; margin-left: 12px; opacity: .7; }
.search-field { display: flex; align-items: center; gap: 10px; }
.search-field > span:first-child { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
.search-field input { width: 230px; border: 0; background: transparent; padding: 12px 0; font-size: 12px; color: var(--ink); }
.search-field > span:last-child { font-size: 25px; }
.results-count { margin-block: 20px 28px; font-size: 11px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 26px; align-items: start; }
.gallery-grid .work-image { display: block; padding: 15px; }
.gallery-grid .work-image img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.gallery-grid .work-caption h2 { font: 500 18px var(--font); letter-spacing: -.4px; }
.work-card:target { outline: 2px solid #878d00; outline-offset: 8px; }
.empty-state { text-align: center; padding: 65px 20px; }
.empty-state > span { display: block; font-size: 60px; margin-bottom: 20px; }
.empty-state h2 { font-size: 38px; }
.empty-state p { color: var(--muted); margin-block: 15px 24px; line-height: 1.7; }
.empty-state button { cursor: pointer; background: var(--yellow); }
.no-script { font-size: 13px; margin-top: 20px; }
.art-dialog { width: min(1000px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 20px 28px; background: var(--paper); color: var(--ink); border: none; overflow: auto; }
.art-dialog::backdrop { background: #141411e8; }
body:has(.art-dialog[open]) { overflow: hidden; }
.dialog-top, .dialog-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dialog-top { padding-bottom: 12px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.icon-button:hover { background: var(--yellow); border-color: var(--yellow); }
.dialog-art { display: flex; align-items: center; justify-content: center; background: #e6e5dd; }
.dialog-art img { max-height: calc(100dvh - 235px); width: 100%; object-fit: contain; }
.dialog-bottom { padding-top: 18px; }
.dialog-bottom h2 { font-size: 26px; letter-spacing: -.7px; }
.dialog-bottom a { display: inline-block; margin-top: 8px; font-size: 11px; text-decoration: underline; }
.dialog-navigation { display: flex; gap: 8px; }
.about-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 9%; padding-bottom: 80px; }
.artist-photo { margin: 0; transform: rotate(-2deg); background: #e3e2d8; padding: 14px 14px 0; }
.artist-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: grayscale(1); }
.artist-photo figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 20px 0; font-size: 8px; letter-spacing: 1px; }
.about-copy .eyebrow { margin-bottom: 20px; }
.about-copy h2 { font-size: clamp(40px, 4vw, 60px); }
.about-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 14px; color: var(--muted); line-height: 1.9; }
.artist-statement { border-top: 1px solid var(--line); padding-block: 60px 80px; text-align: center; }
.artist-statement blockquote { font: italic clamp(28px, 3vw, 44px)/1.4 Georgia, serif; max-width: 950px; margin: 26px auto; }
.statement-label { font-size: 9px; letter-spacing: 1.4px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10%; padding-block: 15px 85px; }
.contact-note h2 { font-size: 46px; }
.contact-note p { max-width: 330px; margin-top: 24px; font-size: 14px; line-height: 1.8; color: var(--muted); }
.contact-note .contact-hint { font-size: 12px; }
.social-list a { display: flex; align-items: center; gap: 24px; padding: 35px 8px; border-top: 1px solid var(--line); }
.social-list a:last-child { border-bottom: 1px solid var(--line); }
.social-list a:hover { background: var(--yellow); padding-inline: 20px; }
.social-number { font-size: 10px; color: var(--muted); align-self: start; margin-top: 7px; }
.social-list h2 { font-size: 34px; letter-spacing: -1.5px; }
.social-list p { margin-top: 10px; font-size: 12px; color: var(--muted); }
.social-list a > span:last-child { margin-left: auto; font-size: 30px; }
.small-endnote { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.small-endnote > span { font-size: 9px; letter-spacing: 1px; }
@media (max-width: 900px) {
  .intro-row { align-items: start; flex-direction: column; gap: 25px; }
  .intro-row > p { max-width: 450px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-layout { gap: 6%; align-items: start; }
  .artist-photo figcaption { flex-direction: column; }
  .contact-layout { gap: 6%; }
}
@media (max-width: 600px) {
  .page-intro { padding-block: 38px 40px; }
  .page-intro > .eyebrow { margin-bottom: 20px; }
  .page-intro h1 { font-size: clamp(46px, 10.5vw, 63px); }
  .gallery-toolbar { flex-wrap: wrap; gap: 12px; }
  .filter-group { width: 100%; }
  .search-field { border-top: 1px solid var(--line); width: 100%; padding-top: 8px; }
  .search-field input { width: 100%; }
  .gallery-grid { gap: 27px 14px; }
  .gallery-grid .work-image { padding: 7px; }
  .gallery-grid .work-caption h2 { font-size: 15px; overflow-wrap: anywhere; }
  .gallery-grid .work-open { width: 28px; height: 28px; font-size: 17px; bottom: 10px; right: 10px; }
  .art-dialog { padding: 14px; }
  .dialog-top .eyebrow { font-size: 8px; }
  .dialog-bottom h2 { font-size: 23px; }
  .about-layout { grid-template-columns: 1fr; gap: 45px; padding-bottom: 45px; }
  .artist-photo { width: calc(100% - 10px); margin-inline: auto; }
  .artist-photo figcaption { flex-direction: row; font-size: 7px; }
  .artist-statement { padding-block: 40px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; padding-block: 0 45px; }
  .social-list a { padding-block: 25px; }
  .social-list h2 { font-size: 29px; }
  .small-endnote { flex-direction: column; gap: 12px; }
}
