:root {
  --paper: #f2f0ea;
  --ink: #171717;
  --muted: #686660;
  --line: #cfcbc3;
  --accent: #718d89;
  --white: #fff;
  --side: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1480px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: .75rem var(--side); background: color-mix(in srgb, var(--paper) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: baseline; gap: .85rem; text-decoration: none; }
.brand span { font-size: 1rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.brand small { color: var(--muted); font-size: .78rem; }
nav { display: flex; gap: clamp(1rem, 2.6vw, 2.5rem); }
nav a { color: var(--muted); font-size: .88rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.menu-button { display: none; border: 0; background: none; color: var(--ink); padding: .4rem 0; }
main, footer { max-width: var(--max); margin: 0 auto; }
.opening { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: center; gap: clamp(3rem, 9vw, 10rem); padding: clamp(4rem, 7vw, 7rem) var(--side) clamp(5rem, 9vw, 9rem); }
.eyebrow, .section-index { margin: 0 0 1.7rem; color: var(--muted); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.opening h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 6.7vw, 7rem); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.lead { max-width: 34rem; margin: 2rem 0 2.3rem; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.text-link { display: inline-flex; gap: .7rem; padding-bottom: .2rem; border-bottom: 1px solid var(--ink); text-decoration: none; }
.text-link span { color: var(--accent); }
.opening-art { width: min(100%, 390px); margin: 0 auto; }
.image-button { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.opening-art img { width: 100%; height: auto; background: #050505; }
figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; color: var(--muted); font-size: .76rem; }
.statement, .about, .contact { display: grid; grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 7rem); padding: clamp(5rem, 9vw, 9rem) var(--side); border-top: 1px solid var(--line); }
.statement h2, .about h2, .contact h2, .section-heading h2 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4.4vw, 4.6rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.statement-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; margin-top: 3.3rem; }
.statement-columns p { margin: 0; color: var(--muted); }
.works-section, .color-section { padding: clamp(5rem, 9vw, 9rem) var(--side); background: var(--white); }
.color-section { background: #e9e6df; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-heading .section-index { margin-bottom: 1rem; }
.section-heading h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); }
.section-heading > p { max-width: 300px; margin: 0 0 .35rem; color: var(--muted); font-size: .88rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(2.2rem, 4vw, 4.5rem) clamp(1rem, 2.4vw, 2.2rem); align-items: end; }
.gallery-work { min-width: 0; }
.gallery-work img { width: 100%; height: clamp(210px, 23vw, 330px); object-fit: contain; background: #f7f6f2; transition: opacity .2s ease, transform .25s ease; }
.color-grid .gallery-work img { background: #f4f1eb; }
.gallery-work .image-button:hover img { opacity: .9; transform: translateY(-2px); }
.gallery-number { display: block; margin-top: .7rem; color: var(--muted); font-size: .74rem; letter-spacing: .09em; }
.about { grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); background: var(--ink); color: var(--paper); }
.about .section-index, .about-copy p { color: #afada7; }
.artist-portrait { width: min(100%, 230px); height: auto; margin-top: 2rem; }
.about-copy > p:last-child { max-width: 590px; margin-top: 2.5rem; font-size: 1.05rem; }
.exhibitions { padding-top: 2.8rem; }
.exhibitions h3 { margin: 0 0 1.8rem; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.exhibitions dl { margin: 0; }
.exhibitions dl div { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid #3b3b39; }
.exhibitions dt { color: #afada7; }
.exhibitions dd { margin: 0; }
.contact { min-height: 65vh; align-items: start; }
.contact h2 { margin-bottom: 3rem; }
.contact a { display: block; width: fit-content; margin: .5rem 0; font-size: clamp(1rem, 2.1vw, 1.5rem); text-decoration-thickness: 1px; text-underline-offset: .25rem; }
.contact p { color: var(--muted); }
footer { display: flex; justify-content: space-between; padding: 1.5rem var(--side) 2.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
footer a { text-decoration: none; }
.lightbox { width: min(94vw, 1180px); max-width: none; height: min(94vh, 920px); max-height: none; margin: auto; padding: 3.5rem 2rem 2rem; border: 0; background: #111; color: white; }
.lightbox::backdrop { background: rgba(0, 0, 0, .88); }
.lightbox img { width: 100%; height: calc(100% - 2rem); object-fit: contain; }
.lightbox p { margin: .65rem 0 0; text-align: center; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 1rem; right: 1.2rem; border: 0; background: none; color: white; cursor: pointer; font-size: .82rem; }
@media (max-width: 1050px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-work img { height: clamp(230px, 31vw, 340px); }
}
@media (max-width: 760px) {
  .site-header { min-height: 66px; }
  .brand small { display: none; }
  .menu-button { display: block; }
  nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .8rem var(--side) 1.3rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.is-open { display: flex; }
  nav a { padding: .65rem 0; }
  .opening { grid-template-columns: 1fr; gap: 3rem; padding-top: 3.5rem; }
  .opening-art { width: min(76vw, 360px); margin: 0; }
  .statement, .about, .contact { grid-template-columns: 1fr; }
  .statement-columns { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.6rem 1rem; }
  .gallery-work img { height: min(46vw, 300px); }
  .about { grid-template-columns: 1fr; }
  .exhibitions { padding-top: 1rem; }
}
@media (max-width: 460px) {
  .opening h1 { font-size: 3.05rem; }
  .statement h2, .about h2, .contact h2 { font-size: 2.4rem; }
  .gallery-work img { height: 47vw; }
  .exhibitions dl div { grid-template-columns: 76px 1fr; }
  footer { gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
