:root{color-scheme:light;--paper:#f7f6f2;--ink:#34352f;--muted:#707168;--line:#dcdcd4;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Helvetica Neue',Helvetica,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--ink);outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.site-header{padding:48px var(--gutter) 55px;display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.wordmark{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,2.7vw,39px);letter-spacing:-1.3px;line-height:1.1}.wordmark:hover{text-decoration:none}.wordmark span{display:block;margin-top:12px;font-family:'Helvetica Neue',Helvetica,sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}nav{display:flex;gap:36px;padding-top:10px;font-size:12px}nav a:first-child{border-bottom:1px solid var(--ink);padding-bottom:5px}nav span{padding-left:5px}.gallery-section{padding:0 var(--gutter)}.section-heading{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--line);padding-top:20px;margin-bottom:44px;font-size:11px;letter-spacing:.3px}.section-heading h1{font-size:inherit;font-weight:400;margin:0}.section-heading h1 span{color:var(--muted);padding-left:8px}.section-heading p{margin:0;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(28px,4.4vw,72px);row-gap:64px;align-items:start}.work{margin:0;min-width:0}.artwork-link{display:flex;align-items:center;justify-content:center;height:clamp(300px,36vw,570px)}.artwork-link img{display:block;width:100%;height:100%;object-fit:contain;transition:opacity .25s}.artwork-link:hover img{opacity:.91}figcaption{display:flex;justify-content:space-between;gap:12px;padding-top:18px;font-size:11px;letter-spacing:.2px;color:var(--muted)}.view-label{opacity:0;transition:opacity .2s}.work:hover .view-label,.work:focus-within .view-label{opacity:1}.enquiries{margin:100px var(--gutter) 0;border-top:1px solid var(--line);padding:64px 0 76px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:10px;color:var(--muted)}h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(29px,3vw,44px);letter-spacing:-1px;margin:15px 0 0}.enquiry-copy{font-size:14px;line-height:1.85}.enquiry-copy p{margin:0 0 20px}.contact-email{border-bottom:1px solid var(--ink);padding-bottom:5px}.contact-pending{color:var(--muted);font-size:12px}.bio{max-width:48ch;margin-top:32px!important}footer{border-top:1px solid var(--line);margin:0 var(--gutter);padding:24px 0 32px;display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.skip-link{position:fixed;top:10px;left:20px;background:var(--paper);padding:14px;z-index:10;transform:translateY(-150%)}.skip-link:focus{transform:none}dialog{position:fixed;inset:0;border:0;padding:0;width:100%;max-width:none;height:100%;max-height:none;background:var(--paper);color:var(--ink)}dialog[open]{display:flex;flex-direction:column}dialog::backdrop{background:var(--paper)}.viewer-top{display:flex;justify-content:space-between;align-items:center;padding:22px var(--gutter);font-family:Georgia,serif;font-size:21px}.close-viewer{font-family:'Helvetica Neue',Helvetica,sans-serif;font-size:12px;border:0;background:none;padding:10px;cursor:pointer}.close-viewer span{font-size:25px;vertical-align:-2px;margin-left:16px}.viewer-image-wrap{flex:1;min-height:0;padding:12px var(--gutter) 24px;display:flex;align-items:center;justify-content:center}.viewer-image-wrap img{width:100%;height:100%;object-fit:contain}.viewer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px var(--gutter) 25px;border-top:1px solid var(--line)}.viewer-bottom h2{font-family:inherit;font-size:13px;letter-spacing:0;margin:0 0 9px}.viewer-bottom a{font-size:11px;color:var(--muted)}.viewer-navigation{display:flex;align-items:center;gap:20px}.viewer-navigation button{border:1px solid var(--line);background:transparent;width:44px;height:44px;cursor:pointer;font-size:20px}.viewer-navigation button:hover{background:#eae9e2}#position{font-size:11px;color:var(--muted);min-width:46px;text-align:center}.not-found{padding:15vh var(--gutter)}
@media(min-width:1600px){body{max-width:1920px;margin:auto}}@media(max-width:1000px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 35px}.artwork-link{height:52vw;max-height:560px}.site-header{padding-top:35px;padding-bottom:44px}}@media(max-width:600px){.site-header{padding-top:29px;padding-bottom:36px;gap:20px}.wordmark{font-size:27px;letter-spacing:-1px}.wordmark span{font-size:9px;margin-top:9px}nav{gap:15px;font-size:10px;padding-top:7px}nav span{display:none}.section-heading{margin-bottom:30px;font-size:10px}.section-heading p{display:none}.gallery{grid-template-columns:1fr;gap:44px}.artwork-link{height:auto;max-height:none}.artwork-link img{height:auto;max-height:78vh;object-fit:contain}figcaption{padding-top:14px}.view-label{opacity:1}.enquiries{margin-top:65px;padding:39px 0 45px;grid-template-columns:1fr;gap:25px}.enquiry-copy{font-size:13px}.desktop-break{display:none}.viewer-top{padding:15px 18px;font-size:19px}.viewer-image-wrap{padding:5px 16px 20px}.viewer-bottom{padding:18px 20px 24px;gap:12px}.viewer-navigation{gap:8px}.viewer-navigation button{width:40px;height:44px}.viewer-bottom a{font-size:10px}footer{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Quiet artwork labels and details from the artist’s captions. */
.work-caption{display:flex;flex-direction:column;gap:6px;line-height:1.5}.work-title{color:var(--ink)}.work-year{font-size:10px}.view-label{flex-shrink:0;line-height:1.5}.viewer-info{min-width:0;max-width:720px}.viewer-bottom{flex-shrink:0;max-height:40vh;overflow-y:auto}.viewer-bottom h2{font-family:Georgia,'Times New Roman',serif;font-size:23px;line-height:1.25;margin-bottom:8px}.viewer-info p{font-size:12px;line-height:1.6;margin:0 0 10px;color:var(--muted)}.viewer-info #viewer-notes{font-size:11px;max-width:66ch}.viewer-navigation{flex-shrink:0}.viewer-top{flex-shrink:0}
@media(max-width:600px){.viewer-bottom{display:grid;grid-template-columns:1fr;gap:14px;max-height:45vh}.viewer-navigation{justify-content:space-between}.viewer-bottom h2{font-size:21px}.viewer-info p{font-size:11px}.viewer-info #viewer-notes{font-size:10px}.viewer-bottom a{font-size:12px}}
