:root{--paper:#f5f4ef;--ink:#183334;--muted:#58635e;--line:#c7cdc4;--accent:#456d6b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-underline-offset:5px}a:hover{color:#526e65}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid #a67537;outline-offset:5px}header{display:flex;align-items:center;justify-content:space-between;padding:26px 5vw;border-bottom:1px solid var(--line);gap:24px}.brand{font:26px Georgia,serif;text-decoration:none;white-space:nowrap}.brand span{display:block;font:10px Arial,sans-serif;letter-spacing:.21em;text-transform:uppercase;margin-top:8px}nav{display:flex;gap:28px;font-size:13px}nav a{text-decoration:none;padding:8px 0;border-bottom:1px solid transparent}nav a[aria-current]{border-color:var(--ink)}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:1.04}h1{font-size:clamp(64px,7.8vw,126px)}h2{font-size:clamp(36px,4vw,60px)}h1 em{font-weight:400}p+p{margin-top:20px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:740px}.hero-copy{padding:64px 5vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.byline{font-family:Georgia,serif;font-size:23px;margin:25px 0 35px}.event{border-top:1px solid var(--line);padding-top:24px;font-size:15px;line-height:1.5;width:100%;max-width:360px}.event p:first-child{font-size:21px}.event span{display:block;font-size:14px;margin-top:5px}.text-link{display:inline-block;font-size:14px;text-decoration:none;border-bottom:1px solid var(--ink);padding:8px 0}.hero .text-link{margin-top:28px}.hero-image{background:#e1e3da;overflow:hidden}.hero-image img{width:100%;height:100%;max-height:850px;object-fit:cover;display:block}.content{padding:100px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:9vw;max-width:1600px;margin:auto}.intro .lead{margin-top:32px}.lead{font-family:Georgia,serif;font-size:clamp(22px,2.2vw,29px);line-height:1.5;letter-spacing:-.015em;max-width:720px}.essay{max-width:660px}.essay-section+h2{margin-top:30px}.essay-section{margin-bottom:44px}.essay-section:last-child{margin-bottom:0}.essay-section h2{font-size:31px;margin-bottom:19px;letter-spacing:-.025em}.essay p{color:#364d48}.essay p a{color:var(--ink)}dl{display:flex;gap:40px;border-top:1px solid var(--line);padding-top:25px;margin:30px 0 0}dt{font-size:11px;text-transform:uppercase;letter-spacing:.14em}dd{margin:8px 0 0;font-family:Georgia,serif;font-size:24px}.gallery-section{padding:75px 5vw 95px;background:#e9ece5}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:45px}.section-heading p:last-child{font-size:13px}.section-heading h2{font-size:44px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 25px}.gallery-link{position:relative;display:block;overflow:hidden}.gallery img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .5s}.gallery-link:hover img{transform:scale(1.025)}.enlarge{position:absolute;bottom:12px;right:12px;background:var(--paper);height:34px;width:34px;text-align:center;line-height:34px}.gallery figcaption{display:flex;gap:15px;font-size:12px;margin-top:14px}.gallery figcaption span{color:var(--muted)}.next-page{display:block;text-decoration:none;border-top:1px solid var(--line);padding:55px 5vw;font:clamp(28px,3.5vw,52px) Georgia,serif}.next-page span{display:block;font:11px Arial,sans-serif;text-transform:uppercase;letter-spacing:.18em;margin-bottom:18px}.next-page b{float:right;font-weight:400}.page-heading{padding:80px 7vw 50px;max-width:1450px}.page-heading .lead{margin-top:30px}.antiquity-images{padding:20px 7vw 0;display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:center}.antiquity-images img{width:100%;max-height:520px;object-fit:contain}.antiquity-images figcaption,figcaption{font-size:12px;color:var(--muted);margin-top:14px}.date-large{font:150px/.8 Georgia,serif;letter-spacing:-.08em;margin-bottom:35px}.date-large span{display:block;font-size:50px;letter-spacing:-.035em;margin-top:15px}.history aside{max-width:370px}.source{font-size:13px;margin-top:25px}.artist-content img{width:100%;height:auto;display:block}.artist-content figure{align-self:start}footer{background:var(--ink);color:var(--paper);padding:50px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:25px;font-size:13px}.footer-title{font:38px Georgia,serif}footer small{justify-self:end}footer a{align-self:end}footer a:hover{color:white}.skip{position:fixed;left:12px;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}dialog{width:min(1050px,96vw);max-height:96vh;border:0;padding:48px 25px 20px;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#102020e8}dialog img{display:block;width:100%;height:70vh;object-fit:contain}dialog p{text-align:center;font-size:13px;margin-top:10px}dialog button{border:0;background:transparent;color:inherit;cursor:pointer;padding:10px;font:14px Arial,sans-serif}.close{position:absolute;right:15px;top:8px}.controls{display:flex;align-items:center;justify-content:space-between;margin-top:5px;font-size:12px}body:has(dialog[open]){overflow:hidden}
@media(min-width:1600px){.hero-image img{object-fit:contain}.hero{max-width:1700px;margin:auto}}
@media(max-width:760px){header{padding:22px 6vw;display:block}.brand{font-size:25px}nav{gap:0;justify-content:space-between;margin-top:22px;font-size:12px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:48px 7vw 42px}.hero h1{font-size:83px}.hero-image img{max-height:none;height:auto;aspect-ratio:3/4;object-fit:cover}.event{max-width:none}.content{padding:60px 7vw;grid-template-columns:1fr;gap:45px}.gallery{grid-template-columns:repeat(2,1fr);gap:30px 16px}.gallery-section{padding:55px 6vw}.section-heading{display:block}.section-heading h2{font-size:37px}.section-heading p:last-child{margin-top:18px}.gallery figcaption{font-size:11px;gap:7px}.page-heading{padding:55px 7vw 25px}.page-heading h1{font-size:58px}.antiquity-images{grid-template-columns:1fr;gap:40px;padding:30px 7vw 0}.antiquity-images img{max-height:440px}.next-page{padding:35px 7vw}footer{grid-template-columns:1fr;padding:40px 7vw}footer small{justify-self:start}dialog{padding:50px 10px 15px}dialog img{height:65vh}.date-large{font-size:110px}.history aside{max-width:none}}
header{flex-wrap:wrap}nav{flex-wrap:wrap;gap:10px 22px;justify-content:flex-start}nav a{white-space:nowrap}.statement-layout{display:grid;grid-template-columns:minmax(230px,1fr) minmax(0,1.5fr);gap:8vw;padding:45px 7vw 100px;max-width:1500px;margin:auto}.statement-layout img,.history-detail img{width:100%;height:auto}.statement-layout aside{align-self:start}.statement-text{max-width:720px}.statement-text p{color:#364d48}.credit{border-top:1px solid var(--line);padding-top:24px;margin:28px 0 40px;font-size:15px}.signature{font:28px Georgia,serif;margin-top:35px}.roman-banner{padding:20px 7vw;max-width:750px;margin:auto}.roman-banner img{display:block;width:100%;max-height:440px;object-fit:contain}.museum-section{padding:70px 7vw 95px;background:#e9ece5}.museum-section>h2{font-size:45px}.collection-note{max-width:760px;margin:25px 0 40px}.museum-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 5vw}.museum-gallery img{width:100%;height:420px;object-fit:contain;background:#f8f7f2}.museum-gallery h3{font:27px Georgia,serif;color:var(--ink);margin:20px 0 15px}.museum-gallery figcaption{font-size:14px}.museum-gallery figcaption p+p{margin-top:12px}.long-history{max-width:900px;padding:25px 7vw 90px;box-sizing:content-box;margin:auto}.long-history .essay-section{margin:48px 0}.long-history p{max-width:76ch}.long-history figure{margin:45px auto;max-width:650px}.long-history figure img{display:block;width:100%;max-height:700px;object-fit:contain}.long-history figcaption{line-height:1.6}.contents{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:45px}.long-history [id]{scroll-margin-top:30px}.dedicated-gallery{margin-top:25px}
@media(max-width:1050px){header{display:block}header nav{margin-top:20px;gap:8px 20px}.statement-layout{gap:5vw}.museum-gallery img{height:330px}}
@media(max-width:760px){header nav{justify-content:flex-start;gap:5px 18px;font-size:13px}.statement-layout{grid-template-columns:1fr;padding:25px 7vw 60px}.statement-layout aside{max-width:430px}.statement-text{min-width:0}.museum-gallery{grid-template-columns:1fr;gap:40px}.museum-gallery img{height:370px}.museum-section{padding:50px 7vw}.museum-section>h2{font-size:35px}.long-history{padding:20px 7vw 60px;max-width:100%;box-sizing:border-box}.long-history figure img{max-height:580px}.contents{margin-top:15px}.roman-banner{padding:20px 7vw}.statement-text .essay-section h2{font-size:29px}.page-heading h1{overflow-wrap:normal;font-size:clamp(44px,11vw,58px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Optimized images retain the existing layout. */
picture{display:contents}.social-links{display:flex;gap:1.25rem;flex-wrap:wrap;margin:1.5rem 0}.social-links a{display:inline-flex;align-items:center;gap:.4rem}.social-links svg{flex-shrink:0}

.single-essay{grid-template-columns:minmax(0,720px);justify-content:center}.artist-content [data-artist-profile]{margin-bottom:44px}

/* A concise introduction to the single work. */
.hero{min-height:0}.hero-copy{padding-top:42px;padding-bottom:42px}.hero-image img{max-height:660px}.sculpture-summary{display:block;max-width:900px;padding:48px 7vw}.sculpture-summary .essay{max-width:none}.sculpture-summary .essay-section{margin-bottom:24px}.sculpture-summary .essay-section:last-child{margin-bottom:0}@media(max-width:760px){.hero-image img{max-height:520px;object-fit:contain;aspect-ratio:auto}.sculpture-summary{padding-top:32px;padding-bottom:32px}}

.statement-credit{font-size:15px;line-height:1.6;margin-top:24px}.statement-credit+.lead{margin-top:24px}.sculpture-summary .intro{margin-bottom:36px}.sculpture-summary .intro .lead{margin-top:20px}.home-photo-strip{padding-top:32px;padding-bottom:40px}.home-photo-strip .gallery{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.home-photo-strip .gallery img{height:190px;object-fit:cover}.home-photo-strip .gallery figcaption{font-size:12px}.home-photo-strip .section-heading h2{font-size:32px}@media(max-width:1000px){.home-photo-strip .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.home-photo-strip .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.home-photo-strip .gallery img{height:180px}}

/* Typography: refined exhibition-catalogue character with a quiet modern sans. */
body{font-family:'Inter',Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.65;color:var(--ink)}
h1,h2,h3,.brand,.byline,.footer-title,.next-page,dt+dd{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400}
h1{font-size:clamp(72px,7vw,88px);line-height:1.05}
h2{font-size:clamp(34px,3.4vw,40px);line-height:1.15}
.essay-section h2,.home-photo-strip .section-heading h2{font-size:clamp(34px,3.4vw,40px);line-height:1.15}
.essay,.statement-text,.long-history{max-width:700px}
figcaption,.source{font-family:'Inter',Arial,sans-serif;font-size:13px;color:var(--muted)}
header nav,footer a,footer small,.brand span,dt,.statement-credit{font-family:'Inter',Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:.10em;text-transform:uppercase}
dd{font-size:22px;line-height:1.2}
.essay-section{margin-bottom:120px}
.essay-section:last-child{margin-bottom:0}
.content,.statement-layout{padding-top:120px;padding-bottom:120px}
@media(max-width:760px){h1{font-size:44px;line-height:1.05}h2,.essay-section h2,.home-photo-strip .section-heading h2{font-size:28px;line-height:1.15}.essay-section{margin-bottom:72px}.content,.statement-layout{padding-top:72px;padding-bottom:72px}}

/* A single, disciplined studio footer. */
.site-footer{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:32px;padding:44px 5vw}
.site-footer a{align-self:center}
.pps-wordmark{display:block;width:88px;text-decoration:none}
.pps-wordmark img{display:block;width:100%;height:auto}
.footer-enquiries{white-space:nowrap;text-decoration:none;border-bottom:1px solid rgba(245,244,239,.55);padding-bottom:4px}
.footer-social{display:flex;align-items:center;gap:16px;margin:0}
.footer-social a{display:flex;padding:6px;text-decoration:none}
.site-footer small{justify-self:end;white-space:nowrap}
@media(max-width:800px){.site-footer{grid-template-columns:1fr auto;gap:28px 20px}.footer-enquiries{justify-self:end}.footer-social{justify-self:start}.site-footer small{justify-self:end}}
@media(max-width:520px){.site-footer{grid-template-columns:1fr;gap:24px;padding:38px 7vw}.pps-wordmark{width:82px}.footer-enquiries,.footer-social,.site-footer small{justify-self:start}}
