:root{--paper:#fbfaf7;--ink:#202321;--accent:#a82d1a;--line:#d8d9d2;--muted:#585e57;--green:#233a30}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.7 Arial,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header{padding:1.25rem 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:1.5rem}.brand{font-size:1.45rem;font-weight:850;letter-spacing:-.06rem;white-space:nowrap}.brand span{color:var(--accent)}nav{display:flex;gap:1.6rem;font-size:.875rem;align-items:center}nav a{padding:.65rem 0}nav .contact-link{border:1px solid var(--line);padding:.65rem 1rem;margin-left:.5rem}.hero{display:grid;grid-template-columns:1fr 1fr;padding:3.5rem 5% 3rem;gap:6%;align-items:center}.hero-copy{padding:1rem 0}.eyebrow{font-size:.875rem;letter-spacing:.1em;font-weight:600;margin:0 0 1.75rem}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.06;letter-spacing:-.045em;margin:0}h1{font-size:clamp(3.5rem,7.2vw,7rem)}em{font-weight:400;color:var(--accent)}.intro{max-width:26rem;font-size:1.125rem;line-height:1.75;margin:1.75rem 0 2rem;color:var(--muted)}.button{display:inline-flex;justify-content:space-between;background:var(--ink);color:white;padding:1rem 1.5rem;gap:2.5rem;align-items:center;font-size:1rem;min-height:3rem;transition:background .2s}.button:hover{background:var(--accent);text-decoration:none}.hero-note{font-size:.75rem;letter-spacing:.1em;margin-top:2.5rem;color:var(--muted)}figure{margin:0;min-width:0}img{display:block;width:100%;height:auto}.hero-art{width:100%;max-width:35rem;justify-self:end}.hero-art>img{height:clamp(25rem,43vw,39rem);object-fit:contain;background:#e9ece4;padding:1.25rem}figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.875rem;margin-top:1rem;flex-wrap:wrap}figcaption a{min-height:2.75rem;display:inline-flex;align-items:center;font-size:.875rem;border-bottom:1px solid var(--line)}.hero-art figcaption{font-size:.75rem;color:var(--muted)}.discipline{border-block:1px solid var(--line);display:flex;justify-content:space-between;gap:1.25rem;padding:1.5rem 5%;font-size:.875rem}.section{padding:5.5rem 5%}.section-top{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;align-items:start;margin-bottom:3rem}.section-top .eyebrow{padding-top:.5rem}h2{font-size:clamp(2.5rem,4.6vw,4.4rem)}.section-top>p:last-child{margin:0;color:var(--muted)}.works{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.art-frame{height:clamp(28rem,47vw,44rem);background:#eeeee8;padding:clamp(1rem,3vw,3rem);display:flex;justify-content:center;align-items:center;transition:background .2s}.art-frame img{max-width:100%;height:100%;object-fit:contain;transition:transform .25s}.works figure>a{display:block}.works figure>a:hover .art-frame{background:#e5e7de}.works figure>a:hover img{transform:scale(1.015)}.works+.text-link{display:inline-flex;margin-top:2.25rem}.text-link{font-size:1rem;border-bottom:1px solid currentColor;padding:.5rem 0;min-height:2.75rem;align-items:center}.text-link:hover{text-decoration:none;color:var(--accent)}.artist{background:#e9ece4;display:grid;grid-template-columns:1.2fr 1fr;gap:10%}.portrait{margin-top:2.5rem;max-width:30rem;height:auto;object-fit:contain}.artist-story{padding-top:3.5rem;max-width:31rem}.artist-story h3{font-family:Georgia,serif;font-weight:400;font-size:2.2rem;line-height:1.2;margin:0}.location{font-size:.875rem;color:var(--muted);margin:.6rem 0 2rem}.artist-story p:not(.location){line-height:1.9}.artist-story .text-link{display:inline-flex;margin-top:1rem}.exhibition{max-height:38rem;object-fit:contain;background:#eaeae4}.exhibition-foot{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;gap:1.25rem;margin-top:.5rem}.contact{background:var(--green);color:#fff;text-align:center}.contact h2{font-size:clamp(3rem,6vw,5.5rem)}.contact em{color:#e9ab6e}.contact p:not(.eyebrow){color:#d4dfd8;margin:1.75rem auto;max-width:29rem}.contact .button{background:var(--paper);color:var(--ink)}.contact .button:hover{background:#e9ab6e}.contact a:focus-visible{outline-color:#e9ab6e}.email{display:table;font-size:1rem;margin:1.5rem auto 0;overflow-wrap:anywhere;padding:.5rem 0}.email-label{display:block;color:#d4dfd8;font-size:.875rem}footer{padding:2rem 5%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}footer p{font-size:.75rem;color:var(--muted)}footer div{display:flex;gap:1.25rem;font-size:.875rem;flex-wrap:wrap}footer div a{padding:.65rem 0}.skip{position:absolute;left:1.25rem;top:-100px;background:white;padding:.75rem;z-index:10}.skip:focus{top:.6rem}@media(min-width:1600px){main,header,footer{max-width:100rem;margin:auto}}@media(max-width:1000px){header{flex-wrap:wrap;gap:.5rem}nav{gap:1.25rem;flex-wrap:wrap}.section-top{grid-template-columns:1fr 1.5fr}.section-top>p:last-child{grid-column:2}.artist{gap:6%}}@media(max-width:700px){header{padding:1rem 6%;gap:.65rem}nav{width:100%;gap:.15rem 1.15rem;font-size:.875rem}nav .contact-link{margin:0;border:0;padding:.65rem 0}.hero{padding:2rem 6% 2.5rem;gap:1.5rem;grid-template-columns:1fr}.hero-copy{padding:0}.hero .eyebrow{font-size:.75rem;letter-spacing:.075em;margin-bottom:1.25rem}h1{font-size:clamp(3.25rem,12vw,5rem)}.intro{margin:1.25rem 0 1.5rem}.hero-art{max-width:none}.hero-art>img{height:auto;max-height:36rem;padding:1rem}.hero-note{margin-top:1.5rem}.discipline{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1.25rem 6%}.section{padding:3.5rem 6%}.section-top{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.section-top .eyebrow{margin:0}.section-top>p:last-child{grid-column:auto;max-width:28rem}.works{gap:2rem;grid-template-columns:1fr}.art-frame{height:auto;padding:1.25rem}.art-frame img{height:auto;max-height:36rem}.artist{grid-template-columns:1fr;gap:1.5rem}.artist-story{padding-top:0}.portrait{margin-top:2rem}.exhibition-foot,footer{align-items:flex-start;flex-direction:column}.exhibition-foot{gap:0}footer{gap:.6rem}footer p{margin:0}.contact h2{font-size:clamp(2.75rem,10vw,4rem)}.email{max-width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.portfolio-note{color:var(--muted);max-width:55rem;margin:0 0 2rem;font-size:.875rem}.portfolio{row-gap:4rem}.portfolio-work{min-width:0}.portfolio-work>a:first-child{display:block}.portfolio .art-frame{height:32rem}.work-heading{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:1.5rem}.work-heading h3{font:400 1.75rem/1.2 Georgia,serif;margin:0}.work-price{font-size:1.125rem;font-weight:600;white-space:nowrap}.work-meta{margin:1.25rem 0;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.875rem}.work-meta div{display:flex;flex-direction:column}.work-meta dt{color:var(--muted);font-size:.75rem}.work-meta dd{margin:0}.work-description{color:var(--muted);margin:1rem 0;line-height:1.8}.collection-heading{font:400 2rem/1.2 Georgia,serif;margin:4rem 0 2rem}@media(max-width:700px){.portfolio .art-frame{height:auto;min-height:16rem}.portfolio .art-frame img{max-height:32rem;object-fit:contain}.work-heading{flex-wrap:wrap;gap:.5rem}.portfolio{row-gap:3rem}}
