:root{--ink:#171717;--muted:#9c9a96;--paper:#fbfbfa;--line:#deddd9;--gutter:clamp(1.35rem, 4vw, 5.75rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:300}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.site-header{height:112px;padding:0 var(--gutter);z-index:30;-webkit-backdrop-filter:blur(12px);background:#fbfbfaf5;border-bottom:1px solid #0000;align-items:center;gap:clamp(2rem,4vw,4.5rem);display:flex;position:sticky;top:0}.wordmark{text-transform:uppercase;letter-spacing:.095em;white-space:nowrap;font-size:1.35rem;font-weight:700}.site-header nav{align-items:center;gap:clamp(1.2rem,2.2vw,2.3rem);display:flex}.site-header nav a{text-transform:uppercase;letter-spacing:.035em;color:var(--muted);white-space:nowrap;border-bottom:1px solid #0000;padding:.4rem 0;font-size:.98rem}.site-header nav a:hover,.site-header nav a.active{color:var(--ink);border-bottom-color:var(--line)}.menu-toggle{display:none}.page-shell{padding:7rem var(--gutter) 10rem;min-height:calc(100vh - 112px)}.page-title{text-transform:uppercase;letter-spacing:-.035em;margin:0;font-size:clamp(2.5rem,4.2vw,4.25rem);font-weight:400;line-height:.95}.splash{z-index:50;color:#fff;background:#111;position:fixed;inset:0;overflow:hidden}.splash>img{object-fit:cover;filter:grayscale()contrast(1.08);width:100%;height:100%;animation:1.1s both reveal}.splash-shade{background:linear-gradient(#00000070,#0000 45%,#0000001f);position:absolute;inset:0}.splash h1{top:clamp(2rem,6vw,6rem);left:var(--gutter);text-transform:uppercase;letter-spacing:.13em;margin:0;font-size:clamp(1.75rem,3vw,3.4rem);position:absolute}.splash a{top:clamp(2rem,6vw,6rem);right:var(--gutter);text-transform:uppercase;letter-spacing:.22em;border:2px solid #fff;padding:1rem 1.45rem;font-weight:700;transition:all .2s;position:absolute}.splash a:hover{color:#000;background:#fff}@keyframes reveal{0%{opacity:0;transform:scale(1.025)}}.works-page{grid-template-columns:150px minmax(0,1fr);gap:3rem;padding-top:5rem;display:grid}.year-index{flex-direction:column;gap:.8rem;height:max-content;display:flex;position:sticky;top:2rem}.year-index a{color:var(--muted);font-size:1rem}.year-index a:hover,.year-index a.active{color:var(--ink)}.works-list{max-width:1280px}.project{margin-bottom:9rem;scroll-margin-top:2rem}.project h1{letter-spacing:-.05em;margin:0 0 5.5rem;font-size:clamp(3.5rem,6vw,6rem);font-weight:400}.project-line{margin:0 0 2.5rem;font-size:clamp(1.1rem,1.7vw,1.55rem)}.project-grid{background:#eee;grid-template-columns:1fr 1fr;gap:1rem;display:grid;overflow:hidden}.project-grid img{object-fit:cover;filter:saturate(.78);width:100%;height:clamp(320px,48vw,720px);transition:transform .5s,filter .5s}.project-grid:hover img{filter:saturate();transform:scale(1.01)}.project-detail{max-width:1500px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:var(--muted)}.project-detail h1{letter-spacing:-.05em;margin:1.5rem 0 2rem;font-size:clamp(3.5rem,7vw,7rem);font-weight:400}.project-detail>p{line-height:1.7}.detail-gallery{gap:2rem;margin-top:6rem;display:grid}.detail-gallery img{object-fit:cover;width:100%;max-height:90vh}.edition-gallery{grid-template-columns:70px minmax(0,780px) 70px;justify-content:space-between;align-items:center;gap:3rem;max-width:1380px;margin-top:6rem;display:grid}.edition-feature{aspect-ratio:4/5;background:#ececea;margin:0;position:relative;overflow:hidden}.edition-feature>img{object-fit:cover;filter:saturate(.55);width:100%;height:100%}.edition-feature figcaption{color:#fff;background:linear-gradient(#0000,#000000ad);gap:.6rem;padding:5rem 2rem 1.8rem;line-height:1.5;display:grid;position:absolute;inset:auto 0 0}.edition-feature figcaption strong{font-size:1.35rem}.gallery-arrow{color:#fff;cursor:pointer;background:#e3e2df;border:0;width:64px;height:86px;font-size:3rem;font-weight:200;transition:all .2s}.gallery-arrow:hover{color:var(--ink);background:#d7d6d2}.edition-thumbs{grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin-top:1rem;display:grid}.edition-thumbs button{cursor:pointer;opacity:.42;background:#eee;border:0;height:220px;padding:0;overflow:hidden}.edition-thumbs button.selected,.edition-thumbs button:hover{opacity:1}.edition-thumbs img{object-fit:cover;width:100%;height:100%}.text-page{max-width:1760px}.news-list{max-width:1400px;margin-top:9rem}.news-list section{margin-bottom:6rem}.news-list h2{text-transform:uppercase;letter-spacing:.04em;margin-bottom:2.5rem;font-size:.95rem}.news-list p,.prose p,.contact-copy p{font-size:clamp(1rem,1.28vw,1.25rem);line-height:1.7}.biography .portrait{aspect-ratio:3/4;object-fit:cover;object-position:center 34%;width:min(620px,70vw);margin:6rem auto 3.5rem}.prose{max-width:1350px}.prose p{margin-bottom:1.4rem}.contact-copy{gap:2rem;max-width:1400px;margin-top:8rem;display:grid}.contact-copy a{border-bottom:1px solid var(--ink)}@media (max-width:920px){.site-header{justify-content:space-between;height:84px}.wordmark{font-size:1.05rem}.menu-toggle{cursor:pointer;background:0 0;border:0;gap:6px;padding:.75rem 0 .75rem .75rem;display:grid}.menu-toggle span{background:var(--ink);width:25px;height:1px;display:block}.site-header nav{padding:3rem var(--gutter);background:var(--paper);flex-direction:column;align-items:flex-start;gap:1.6rem;display:none;position:fixed;inset:84px 0 0}.site-header nav.open{display:flex}.site-header nav a{color:var(--ink);font-size:1.35rem}.page-shell{padding-top:4rem}.works-page{grid-template-columns:1fr}.year-index{flex-direction:row;position:static;overflow:auto}.project h1{margin-bottom:3rem}.edition-gallery{grid-template-columns:44px minmax(0,1fr) 44px;gap:.6rem;margin-top:4rem}.gallery-arrow{width:44px;height:64px}.edition-thumbs{grid-template-columns:repeat(4,minmax(120px,1fr));overflow-x:auto}.edition-thumbs button{height:130px}.biography .portrait{width:100%}}@media (max-width:600px){.splash h1{top:2rem}.splash a{top:auto;bottom:2rem;left:var(--gutter);right:auto}.project-grid{grid-template-columns:1fr}.project-grid img{height:65vh}.edition-gallery{grid-template-columns:1fr}.edition-feature{grid-area:1/1}.gallery-arrow{z-index:2;margin-top:-9rem;position:absolute}.gallery-arrow.next{right:var(--gutter)}.edition-thumbs{grid-column:1}.news-list,.contact-copy{margin-top:5rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
