@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Playfair:ital,wght@0,300;1,300&family=Inter:wght@400;500&display=swap";:root{--color-bg: #fafaf9;--color-text: #1a1a1a;--color-muted: #5c5c5c;--color-border: #e0ded9;--font-display: "Playfair Display", "Times New Roman", serif;--font-ui: "Inter", system-ui, sans-serif;--max-content: 42rem;--max-wide: 72rem;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: 4.5rem;--space-7: 6rem;--gallery-step-0: 0;--gallery-step-1: var(--space-2);--gallery-step-2: var(--space-4);--gallery-step-3: var(--space-6);--gallery-step-4: var(--space-7);--gallery-width-small: 40%;--gallery-width-medium: 70%;--gallery-width-large: 100%;--gallery-img-max-height: min(90dvh, 100svh);--line-tight: 1.25;--line-body: 1.6}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{margin:0;min-height:100vh;font-family:var(--font-ui);font-size:1rem;line-height:var(--line-body);color:var(--color-text);background-color:var(--color-bg)}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{opacity:.72}a:focus-visible{outline:1px solid var(--color-text);outline-offset:2px}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:var(--line-tight)}.skip-link{position:absolute;left:-9999px;z-index:999;padding:var(--space-2);background:var(--color-bg);color:var(--color-text)}.skip-link:focus{left:var(--space-2);top:var(--space-2)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout-main{padding:var(--space-4) var(--space-3) var(--space-7);max-width:var(--max-wide);margin-inline:auto}@media(min-width:48rem){.layout-main{padding-inline:var(--space-5)}}.prose-narrow{max-width:var(--max-content)}.home-projects{display:flex;justify-content:center;width:100%}.home-project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2);width:100%;max-width:var(--max-content)}.home-project-link{display:block;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);text-align:center;text-decoration:none;font-family:var(--font-display);font-size:1.125rem;font-weight:400;line-height:var(--line-tight)}.home-project-link:hover{opacity:.72}.text-muted{color:var(--color-muted);font-size:.9375rem}.site-header{display:grid;grid-template-columns:1fr auto;align-items:start;column-gap:var(--space-3);row-gap:0;padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-6)}.site-nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;margin:0;padding:.5rem;border:1px solid transparent;background:transparent;color:inherit;cursor:pointer;border-radius:2px}.site-nav-toggle:hover{opacity:.72}.site-nav-toggle:focus-visible{outline:1px solid var(--color-text);outline-offset:2px}.site-nav-toggle-bar{display:block;height:2px;width:100%;background:currentColor;transition:transform .2s ease,opacity .2s ease}.site-header--nav-open .site-nav-toggle-bar:nth-child(2){transform:translateY(7px) rotate(45deg)}.site-header--nav-open .site-nav-toggle-bar:nth-child(3){opacity:0}.site-header--nav-open .site-nav-toggle-bar:nth-child(4){transform:translateY(-7px) rotate(-45deg)}@media(min-width:48rem){.site-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-3)}.site-nav-toggle{display:none}}.site-title{font-family:var(--font-display);font-size:1.375rem;font-weight:500;letter-spacing:.02em;margin:0}.site-title a{text-decoration:none}.site-title a:hover{opacity:.72}.site-nav{grid-column:1 / -1;display:none;flex-direction:column;align-items:flex-end;gap:var(--space-2);padding-top:var(--space-3);font-size:.875rem;letter-spacing:.04em;text-transform:uppercase}.site-header--nav-open .site-nav{display:flex}@media(min-width:48rem){.site-nav{grid-column:auto;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:var(--space-3) var(--space-4);padding-top:0}}.site-nav a{text-decoration:none}.site-nav a[aria-current=page]{text-decoration:underline;text-underline-offset:.25em}.site-nav-item{display:contents}.site-nav-trigger{appearance:none;background:transparent;border:0;padding:0;margin:0;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;text-decoration:none}.site-nav-trigger:focus-visible{outline:1px solid var(--color-text);outline-offset:2px}.site-nav-trigger[aria-current=page]{text-decoration:underline;text-underline-offset:.25em}.site-nav-submenu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1);font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase}.site-nav-submenu[hidden]{display:none}.site-nav-submenu a{text-decoration:none;color:var(--color-muted)}.site-nav-submenu a:hover,.site-nav-submenu a:focus-visible{color:var(--color-text)}.site-nav-submenu a[aria-current=page]{color:var(--color-text);text-decoration:underline;text-underline-offset:.25em}@media(min-width:48rem){.site-nav-item{display:block;position:relative}.site-nav-submenu{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:14rem;align-items:flex-start;gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--color-bg);border:1px solid var(--color-border);text-transform:none;letter-spacing:normal;font-size:.9375rem;z-index:10}}.page-title{font-size:clamp(1.75rem,4vw,2.25rem);margin:0 0 var(--space-3)}.page-lede{margin:0 0 var(--space-5);max-width:var(--max-content);color:var(--color-muted);font-size:1.0625rem}.work-grid{display:grid;gap:var(--space-6)}.work-item{display:block;text-decoration:none;--work-item-fade-duration: 1.2s;--work-item-fade-easing: ease}.work-item-figure{position:relative;margin:0;aspect-ratio:4 / 3;background:#eee;overflow:hidden;outline:1px solid transparent;outline-offset:0;transition:outline-color 0s linear var(--work-item-fade-duration)}.work-item-figure img{width:100%;height:100%;object-fit:cover;display:block}.work-item-figure:after{content:"";position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;z-index:1;transition:opacity var(--work-item-fade-duration) var(--work-item-fade-easing)}.work-item:hover .work-item-figure:after,.work-item:focus-visible .work-item-figure:after{opacity:1}.work-item:hover .work-item-figure,.work-item:focus-visible .work-item-figure{outline-color:#fff}.work-item-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:var(--space-3);pointer-events:none;z-index:2}.work-item:active .work-item-figure:after{opacity:1;transition-duration:0s}.work-item:active .work-item-figure{outline-color:#9a9a9a;transition-delay:0s}.work-item-meta{margin-top:var(--space-2)}.work-item-title{font-family:"Playfair",var(--font-display);font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.05;margin:0;font-weight:300;color:#fff;text-align:center;letter-spacing:-.01em;transition:color var(--work-item-fade-duration) var(--work-item-fade-easing)}.work-item:hover .work-item-title,.work-item:focus-visible .work-item-title{color:#000}.work-item:active .work-item-title{color:#000;transition-duration:0s}@media(prefers-reduced-motion:reduce){.work-item-figure,.work-item-figure:after,.work-item-title{transition-duration:0s!important;transition-delay:0s!important}}.work-item-year{margin:0;font-size:.875rem;color:var(--color-muted)}.project-gallery{display:flex;flex-direction:column;gap:var(--gallery-step-3);margin-top:var(--space-5)}.project-gallery--two-up{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.project-gallery--two-up>:is(.gallery-figure,.gallery-pair){min-width:0}.project-gallery[data-space-between="0"]{gap:var(--gallery-step-0)}.project-gallery[data-space-between="1"]{gap:var(--gallery-step-1)}.project-gallery[data-space-between="2"]{gap:var(--gallery-step-2)}.project-gallery[data-space-between="3"]{gap:var(--gallery-step-3)}.project-gallery[data-space-between="4"]{gap:var(--gallery-step-4)}.gallery-figure{margin:0}.gallery-figure__content{display:block}.gallery-figure--with-poem .gallery-figure__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-4);align-items:start}.gallery-figure--with-poem[data-poem-position=left] .gallery-poem{order:1}.gallery-figure--with-poem[data-poem-position=left] .gallery-figure__media{order:2}.gallery-figure--with-poem[data-poem-position=right] .gallery-figure__media{order:1}.gallery-figure--with-poem[data-poem-position=right] .gallery-poem{order:2}.gallery-poem{max-width:42ch;font-family:var(--font-display);color:var(--color-text);line-height:var(--line-body)}.gallery-poem p{margin:0}.gallery-poem p+p{margin-top:var(--space-2)}.gallery-figure--with-poem[data-poem-width=narrow] .gallery-poem{max-width:28ch}.gallery-figure--with-poem[data-poem-width=medium] .gallery-poem{max-width:42ch}.gallery-figure--with-poem[data-poem-width=wide] .gallery-poem{max-width:56ch}.gallery-figure--with-poem[data-poem-align=left] .gallery-poem{text-align:left;justify-self:start}.gallery-figure--with-poem[data-poem-align=center] .gallery-poem{text-align:center;justify-self:center}.gallery-figure--with-poem[data-poem-align=right] .gallery-poem{text-align:right;justify-self:end}.gallery-figure--with-poem[data-poem-align-v=top] .gallery-figure__content{align-items:start}.gallery-figure--with-poem[data-poem-align-v=center] .gallery-figure__content{align-items:center}.gallery-figure--with-poem[data-poem-align-v=bottom] .gallery-figure__content{align-items:end}html:has(.project-gallery):not(.project-gallery-snap-active){scroll-snap-type:none}html:has(.project-gallery).project-gallery-snap-active{scroll-snap-type:y proximity}.project-gallery>.gallery-figure,.project-gallery>.gallery-pair{scroll-snap-align:center;scroll-snap-stop:normal}.project-gallery>.gallery-figure:first-child,.project-gallery>.gallery-pair:first-child{scroll-snap-align:none}@property --scroll-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}@property --focus-opacity{syntax: "<number>"; inherits: false; initial-value: 1;}.project-gallery{--gallery-linger-duration: 1.5s}@supports (animation-timeline: view()){.project-gallery .gallery-figure{opacity:calc(var(--scroll-opacity) * var(--focus-opacity));animation:gallery-figure-fade linear both;animation-timeline:view(block);animation-range:entry 0% exit 100%;transition:--focus-opacity var(--gallery-linger-duration) ease}@keyframes gallery-figure-fade{0%{--scroll-opacity: 0}40%,60%{--scroll-opacity: 1}to{--scroll-opacity: 0}}}@supports not (animation-timeline: view()){.project-gallery .gallery-figure{opacity:0;transition:opacity .6s ease}.project-gallery .gallery-figure.is-revealed{opacity:1}.project-gallery.is-idle .gallery-figure.is-revealed:not(.is-focused){opacity:0;transition-duration:var(--gallery-linger-duration)}}.project-gallery.is-idle .gallery-figure:not(.is-focused){--focus-opacity: 0}@media(prefers-reduced-motion:reduce){html:has(.project-gallery),html:has(.project-gallery).project-gallery-snap-active{scroll-snap-type:none}.project-gallery .gallery-figure{animation:none;opacity:1;transition:none}.project-gallery.is-idle .gallery-figure:not(.is-focused){--focus-opacity: 1;opacity:1}}.gallery-figure__media{display:flex;flex-direction:column}.gallery-figure[data-align=left] .gallery-figure__media{align-items:flex-start}.gallery-figure[data-align=center] .gallery-figure__media{align-items:center}.gallery-figure[data-align=right] .gallery-figure__media{align-items:flex-end}@media(max-width:48rem){.gallery-figure--with-poem .gallery-figure__content{grid-template-columns:minmax(0,1fr);gap:var(--space-3)}.gallery-figure--with-poem .gallery-figure__media,.gallery-figure--with-poem .gallery-poem{order:initial}.gallery-figure--with-poem .gallery-poem{max-width:100%;justify-self:stretch;text-align:left}}.gallery-figure__media[data-inset-left="0"]{padding-left:var(--gallery-step-0)}.gallery-figure__media[data-inset-left="1"]{padding-left:var(--gallery-step-1)}.gallery-figure__media[data-inset-left="2"]{padding-left:var(--gallery-step-2)}.gallery-figure__media[data-inset-left="3"]{padding-left:var(--gallery-step-3)}.gallery-figure__media[data-inset-left="4"]{padding-left:var(--gallery-step-4)}.gallery-figure__media[data-inset-right="0"]{padding-right:var(--gallery-step-0)}.gallery-figure__media[data-inset-right="1"]{padding-right:var(--gallery-step-1)}.gallery-figure__media[data-inset-right="2"]{padding-right:var(--gallery-step-2)}.gallery-figure__media[data-inset-right="3"]{padding-right:var(--gallery-step-3)}.gallery-figure__media[data-inset-right="4"]{padding-right:var(--gallery-step-4)}.gallery-figure__media img{display:block;max-width:100%;width:auto;height:auto;max-height:var(--gallery-img-max-height);min-width:0;object-fit:contain;background:#eee}.gallery-figure[data-width=small] .gallery-figure__media{width:var(--gallery-width-small)}.gallery-figure[data-width=medium] .gallery-figure__media{width:var(--gallery-width-medium)}.gallery-figure[data-width=large] .gallery-figure__media{width:var(--gallery-width-large)}.gallery-figure[data-width=small][data-align=left] .gallery-figure__media,.gallery-figure[data-width=medium][data-align=left] .gallery-figure__media,.gallery-figure[data-width=large][data-align=left] .gallery-figure__media{margin-inline:0 auto}.gallery-figure[data-width=small][data-align=center] .gallery-figure__media,.gallery-figure[data-width=medium][data-align=center] .gallery-figure__media,.gallery-figure[data-width=large][data-align=center] .gallery-figure__media{margin-inline:auto}.gallery-figure[data-width=small][data-align=right] .gallery-figure__media,.gallery-figure[data-width=medium][data-align=right] .gallery-figure__media,.gallery-figure[data-width=large][data-align=right] .gallery-figure__media{margin-inline:auto 0}.gallery-figure[data-width=full] .gallery-figure__media{width:100vw;margin-left:calc(50% - 50vw);padding-inline:0;max-width:none}.gallery-pair{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:var(--gallery-step-2)}.gallery-pair[data-ratio="50/50"]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.gallery-pair[data-ratio="60/40"]{grid-template-columns:minmax(0,6fr) minmax(0,4fr)}.gallery-pair[data-ratio="40/60"]{grid-template-columns:minmax(0,4fr) minmax(0,6fr)}.gallery-pair[data-align-v=top]{align-items:start}.gallery-pair[data-align-v=center]{align-items:center}.gallery-pair[data-align-v=bottom]{align-items:end}.gallery-pair>.gallery-figure--paired{margin:0;min-width:0}.gallery-pair[data-pair-gap="0"]{gap:var(--gallery-step-0)}.gallery-pair[data-pair-gap="1"]{gap:var(--gallery-step-1)}.gallery-pair[data-pair-gap="2"]{gap:var(--gallery-step-2)}.gallery-pair[data-pair-gap="3"]{gap:var(--gallery-step-3)}.gallery-pair[data-pair-gap="4"]{gap:var(--gallery-step-4)}.gallery-pair .gallery-figure--paired .gallery-figure__media{width:100%;margin-inline:0;max-width:none}.gallery-pair .gallery-figure--paired[data-width=full] .gallery-figure__media{margin-left:0;padding-inline:0}.gallery-pair .gallery-caption{max-width:100%}.gallery-caption{margin-top:var(--space-2);font-size:.9375rem;color:var(--color-muted);max-width:var(--max-content)}.print-meta{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-muted);line-height:1.5}.print-meta dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem}.print-meta dt{font-weight:500;color:var(--color-text)}.print-meta dd{margin:0}.neuhoff-note{margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--color-border);max-width:var(--max-content);font-size:.9375rem;color:var(--color-muted)}.contact-block{margin-top:var(--space-5);max-width:var(--max-content)}.contact-list{list-style:none;padding:0;margin:var(--space-3) 0 0}.contact-list li{margin-bottom:var(--space-2)}.contact-inline-social{margin-top:var(--space-3)}.form-contact label{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-1);color:var(--color-muted)}.form-contact input,.form-contact textarea{width:100%;max-width:28rem;font:inherit;padding:var(--space-2);border:1px solid var(--color-border);background:#fff;margin-bottom:var(--space-3)}.form-contact textarea{min-height:8rem;resize:vertical}.form-contact button{font:inherit;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;padding:var(--space-2) var(--space-3);border:1px solid var(--color-text);background:var(--color-text);color:var(--color-bg);cursor:pointer}.form-contact button:hover{opacity:.85}.form-contact button:disabled{opacity:.5;cursor:not-allowed}.form-contact .form-status{margin-top:var(--space-2);font-size:.9375rem;max-width:28rem}.form-contact .form-status--error{color:#6b1c1c}.form-contact .form-status--success{color:var(--color-muted)}.page-section{margin-bottom:var(--space-6)}.page-section-heading{font-size:1.125rem;font-family:var(--font-ui);font-weight:500;margin-bottom:var(--space-2)}.page-section-body{margin:0}.page-section-body--pre{white-space:pre-wrap}.exhibitions-list{margin:0;padding-left:1.25rem}.exhibitions-list li{margin-bottom:var(--space-2)}.publications-note{margin-top:var(--space-3);margin-bottom:0}.contact-primary-email{margin:0 0 var(--space-3)}.contact-primary-meta{margin:0}.contact-form-section{margin-top:var(--space-6)}.contact-form-intro{margin-top:0;margin-bottom:var(--space-3);font-size:.9375rem}.project-header-year{margin-top:0;margin-bottom:var(--space-3)}.project-header-lede{margin-bottom:var(--space-3)}.project-header-long{margin:0;color:var(--color-muted)}.neuhoff-note p{margin:var(--space-2) 0 0}.site-footer{margin-top:var(--space-7);padding-top:var(--space-5);border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-muted)}.site-footer-inner{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4);align-items:center;justify-content:space-between}.site-footer-left,.site-footer-center,.site-footer-right{flex:1 1 0;min-width:0}.site-footer-center{display:flex;justify-content:center}.site-footer-right{display:flex;justify-content:flex-end}.site-footer-logo{display:block;max-height:40px;width:auto;max-width:min(220px,100%)}.site-footer-social{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);list-style:none;padding:0;margin:0}.site-footer-social a{text-decoration:none}.site-footer-meta{margin:0}@media(max-width:720px){.site-footer-inner{flex-direction:column;align-items:flex-start}.site-footer-left,.site-footer-center,.site-footer-right{flex:none;width:100%;justify-content:flex-start}}
