:root{--max-width:1600px;--background:#fff;--text:#000}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--text);font-family:Times New Roman,Times,serif}main{width:100%;margin:0 auto;padding:0}.site-title{font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:300;font-style:italic;margin:30px 0;text-align:center;color:var(--text);letter-spacing:-.04em}.site-title-link{text-decoration:none;color:inherit;display:block;width:-moz-fit-content;width:fit-content;margin:0 auto}.site-title-link:hover{opacity:.7}.artwork-list{position:relative;width:90vw;margin:40px auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px 40px;gap:40px 40px}.artwork-item{position:relative;width:100%}.artwork-item:nth-child(odd){justify-self:start}.artwork-item:nth-child(2n){justify-self:end}.artwork-image-container{position:relative;width:100%;overflow:hidden;aspect-ratio:3/2}.artwork-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.artwork-item:hover .artwork-image{transform:scale(1.03)}@media (max-width:768px){.artwork-list{width:95vw;grid-template-columns:1fr;gap:30px}.artwork-item{width:100%}}.artwork-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.artwork-item:hover .artwork-overlay{opacity:1}.artwork-title{font-size:.9rem;margin-bottom:.25rem}.artwork-location,.artwork-title{font-family:Times New Roman,Times,serif;font-weight:400;color:#fff}.artwork-location{font-size:.7rem}footer{font-family:Times New Roman,Times,serif;text-align:center;margin:64px 0 32px;padding-top:32px;color:#888;font-size:14px}footer p+p{margin-top:8px}.artwork-detail{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 40px}.artwork-detail main{max-width:var(--max-width);padding:0 20px}.artwork-detail-content{display:grid;grid-template-columns:minmax(300px,2fr) 3fr;grid-gap:80px;gap:80px;margin:80px auto;max-width:1400px}.artwork-detail-text{position:-webkit-sticky;position:sticky;top:80px;height:-moz-fit-content;height:fit-content;padding-right:60px}.artwork-detail-text h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}.artwork-detail-text h1,.artwork-detail-text h2{font-family:Times New Roman,Times,serif;font-weight:400}.artwork-detail-text h2{font-size:1rem;margin-bottom:1.5rem;font-style:italic}.artwork-description{font-family:Times New Roman,Times,serif;font-size:.9rem;line-height:1.5;margin-bottom:2rem;white-space:pre-line}.artwork-external-link{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}.external-link{font-family:Times New Roman,Times,serif;font-size:.9rem;color:blue;text-decoration:none;transition:color .2s ease}.external-link:hover{color:orange;text-decoration:underline}.artwork-detail-images{display:flex;flex-direction:column;gap:40px;max-width:800px}.artwork-detail-image-container{width:100%;display:flex;justify-content:center;align-items:center}.artwork-detail-image{max-width:100%;height:auto;display:block;object-fit:contain}@media (max-width:768px){.artwork-detail-content{grid-template-columns:1fr;gap:40px}.artwork-detail-text{position:relative;top:0;padding-right:0}}.artwork-materials{font-family:Times New Roman,Times,serif;font-size:.9rem;font-style:italic;margin-bottom:2rem;color:#666}.nav-links{text-align:center;margin:-20px 0 40px}.nav-link{font-family:Times New Roman,Times,serif;font-size:.9rem;color:var(--text);text-decoration:none;margin:0 15px;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.about-content{max-width:800px;margin:80px auto;padding:0 40px}.about-text{font-family:Times New Roman,Times,serif;font-size:.9rem;line-height:1.6;text-align:justify;margin-bottom:2rem}.about-image{display:flex;justify-content:center;margin-top:2rem}.headshot-image{box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}.headshot-image:hover{transform:scale(1.02)}.contact-content{margin:60px auto;padding:0 20px}.contact-info{font-family:Times New Roman,Times,serif;font-size:1rem;line-height:1.6}.contact-info p{margin:1rem 0;text-align:center}.contact-link{color:var(--text);text-decoration:none;transition:opacity .2s ease}.research-content{max-width:800px;margin:80px auto;padding:0 40px}.research-content h1{font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2}.research-content p{font-family:Times New Roman,Times,serif;font-size:.9rem;line-height:1.6;margin-bottom:2rem}.research-item{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.research-item:last-child{border-bottom:none}.research-item h2{font-family:Times New Roman,Times,serif;font-size:1.2rem;font-weight:400;margin-bottom:.5rem;line-height:1.3}.research-item h2 a{color:var(--text);text-decoration:none;transition:opacity .2s ease}.research-item h2 a:hover{opacity:.7}.research-meta{margin-bottom:1rem}.read-more{font-family:Times New Roman,Times,serif;font-size:.9rem;color:blue;text-decoration:none;transition:color .2s ease}.read-more:hover{color:orange;text-decoration:underline}.research-detail{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 40px}.research-detail-content{display:flex;flex-direction:column;align-items:center;margin:80px auto;max-width:900px;padding:0 40px}.research-detail-text{width:100%;text-align:center;margin-bottom:3rem;margin-top:2rem}.research-detail-text h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}.research-detail-text h1,.research-detail-text h2{font-family:Times New Roman,Times,serif;font-weight:400;font-style:italic}.research-detail-text h2{font-size:1rem;margin-bottom:1.5rem}.research-meta{font-family:Times New Roman,Times,serif;font-size:.8rem;color:#666;margin-bottom:1.5rem;font-style:italic}.research-description{line-height:1.5;margin-bottom:2rem}.research-description,.research-detail-body{font-family:Times New Roman,Times,serif;font-size:.9rem}.research-detail-body{line-height:1.6;width:100%;text-align:justify}.research-detail-body h2{font-family:Times New Roman,Times,serif;font-size:1.3rem;font-weight:400;margin:2rem 0 1rem;line-height:1.2;text-align:left}.research-detail-body p{margin:1rem 0;text-align:justify}.research-detail-body .image-container{margin:2rem auto;text-align:center;max-width:800px}.research-detail-body .research-image{max-width:100%;height:auto}.research-detail-body .image-caption{font-size:.8rem;color:#666;margin-top:.5rem;font-style:italic}.research-detail-body .references{margin-top:2rem}.research-detail-body .references p{margin:.8rem 0;text-indent:-2rem;padding-left:2rem;font-size:.85rem}.back-link{font-family:Times New Roman,Times,serif;font-size:.9rem;color:blue;text-decoration:none;margin-bottom:2rem;display:block;text-align:center;transition:color .2s ease}.back-link:hover{color:orange;text-decoration:underline}@media (max-width:768px){.research-detail-content{padding:0 20px}}.contact-link:hover{opacity:.7}.header{display:none}section{max-width:1200px;margin:0 auto;padding:40px}section h1{font-size:2.5rem;margin-bottom:2rem}section h1,section h3{font-family:Times New Roman,Times,serif;font-weight:400}section h3{font-size:1.5rem;margin:3rem 0 1.5rem}section p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin-bottom:1.5rem}section p,section ul{font-size:1rem;line-height:1.6}section ul{font-family:Times New Roman,Times,serif;margin:1rem 0;list-style-type:none}section ul li{margin-bottom:.5rem}.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media (max-width:768px){.grid{grid-template-columns:1fr}section{padding:20px}}.space-y-4>*+*{margin-top:1rem}.text-gray-400{color:#9ca3af}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.rounded-full{border-radius:9999px}.text-blue-400{color:#60a5fa}.text-blue-400:hover{color:#93c5fd}.mt-20{margin-top:5rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.mt-2{margin-top:.5rem}.space-x-4>*+*{margin-left:1rem}.flex{display:flex}.items-center{align-items:center}.text-center{text-align:center}.italic{font-style:italic}.aspect-video{position:relative;width:100%;padding-bottom:56.25%}.aspect-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.flex-col{flex-direction:column}.md\:flex-row{flex-direction:row}.gap-4{gap:1rem}.w-full{width:100%}.md\:w-\[80\%\]{width:80%}.md\:w-\[20\%\]{width:20%}@media (max-width:768px){.md\:flex-row{flex-direction:column}.md\:w-\[20\%\],.md\:w-\[80\%\]{width:100%}}section img{width:100%;height:auto;object-fit:contain;display:block}.exhibitions-content{max-width:1200px;margin:80px auto;padding:0 40px}.exhibitions-section{margin-bottom:4rem}.section-title{font-family:Times New Roman,Times,serif;font-size:1.8rem;font-weight:400;font-style:italic;margin-bottom:2rem;text-align:center;color:var(--text)}.exhibitions-list{display:flex;flex-direction:column;gap:3rem}.exhibition-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.exhibition-item:last-child{border-bottom:none}.exhibition-image-container{position:relative;width:100%;overflow:hidden;aspect-ratio:3/2}.exhibition-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease;background-color:#fff}.exhibition-item:hover .exhibition-image{transform:scale(1.03)}.exhibition-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.exhibition-item:hover .exhibition-overlay{opacity:1}.exhibition-overlay .exhibition-title{font-size:1rem;margin-bottom:.5rem}.exhibition-overlay .exhibition-location,.exhibition-overlay .exhibition-title{font-family:Times New Roman,Times,serif;font-weight:400;color:#fff;text-align:center;padding:0 1rem}.exhibition-overlay .exhibition-location{font-size:.8rem}.exhibition-details{display:flex;flex-direction:column;gap:1rem}.exhibition-title-text{font-size:1.3rem;line-height:1.3}.exhibition-subtitle,.exhibition-title-text{font-family:Times New Roman,Times,serif;font-weight:400;margin:0}.exhibition-subtitle{font-size:1rem;font-style:italic;color:#666}.exhibition-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.exhibition-date{font-weight:700;color:var(--text)}.exhibition-date,.exhibition-location-text{font-family:Times New Roman,Times,serif;font-size:.9rem}.exhibition-location-text{color:#666;font-style:italic}.exhibition-description{line-height:1.6;margin:0;text-align:justify}.exhibition-description,.exhibition-link{font-family:Times New Roman,Times,serif;font-size:.9rem}.exhibition-link{color:blue;text-decoration:none;transition:color .2s ease;margin-top:.5rem;align-self:flex-start}.exhibition-link:hover{color:orange;text-decoration:underline}@media (max-width:768px){.exhibitions-content{padding:0 20px}.exhibition-item{grid-template-columns:1fr;gap:2rem}.section-title{font-size:1.5rem}.exhibition-title-text{font-size:1.1rem}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}