:root{--paper:#f8f7f4;--ink:#292925;--muted:#66655f;--line:#d8d7d1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid #777;outline-offset:6px}.skip{position:fixed;top:-80px;background:white;padding:16px;z-index:10}.skip:focus{top:0}.header{max-width:1600px;margin:auto;padding:35px 5%;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:17px;line-height:1.2;letter-spacing:.13em;font-weight:500}.wordmark span{display:block;font-size:10px;letter-spacing:.24em;margin-top:10px}nav{display:flex;gap:36px;font-family:Georgia,serif;font-size:16px}nav a:hover,.text-link:hover{opacity:.6}.hero{width:90%;max-width:1440px;margin:auto}.photo-open{display:block;width:100%;padding:0;border:0;background:transparent;position:relative}.photo-open img{display:block;width:100%;height:auto}.hero .photo-open img{max-height:76vh;object-fit:contain;background:#efeee9}.enlarge{position:absolute;bottom:14px;right:14px;background:rgba(248,247,244,.9);width:32px;height:32px;display:grid;place-items:center;font-size:20px;opacity:0;transition:opacity .2s}.photo-open:hover .enlarge,.photo-open:focus-visible .enlarge{opacity:1}.hero-caption{display:flex;justify-content:space-between;margin-top:15px;font-size:11px;letter-spacing:.15em}.intro{padding:112px 7% 140px;max-width:1440px;margin:auto}.eyebrow{font-size:12px;letter-spacing:.15em;margin:0 0 28px}h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(27px,3.2vw,42px);font-weight:400;letter-spacing:.1em;line-height:1.7;margin:0 0 24px}.intro>p:not(.eyebrow){line-height:2.2;font-size:15px;color:var(--muted)}.text-link{display:inline-flex;gap:55px;margin-top:20px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:13px}.works{max-width:1320px;margin:0 auto;padding:0 6% 140px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--line);padding-top:26px;margin-bottom:62px}.section-heading h2{font-family:Georgia,serif;font-size:clamp(29px,3.2vw,44px);font-weight:400;margin:0}.section-heading p{font-size:12px;color:var(--muted)}.section-heading p span{margin-left:28px;font-size:11px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:85px 7%;align-items:start}.photo{margin:0}.photo-0{grid-column:1 / -1;width:86%;margin:auto}.photo-1{margin-top:100px}.photo-2{width:83%;margin-left:auto}.photo-3{width:83%}.photo-4{margin-top:100px;width:88%;margin-left:auto}.photo-5{grid-column:1/-1;width:86%;margin:auto}.photo-6{margin-top:95px}.photo-8{width:82%;margin-left:auto}.photo-9{width:82%;margin-top:100px}.photo-11{grid-column:1/-1;width:100%;margin-top:10px}figcaption{display:flex;justify-content:space-between;margin-top:12px;font-size:10px;letter-spacing:.1em;color:var(--muted)}figcaption>span:first-child{font-size:12px}.about,.approach{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:9%;padding:85px 5%;border-top:1px solid var(--line)}.section-label>span{font-size:11px;letter-spacing:.18em}.section-label h2{font-size:15px;font-weight:400;margin-top:23px}.about-copy>p{line-height:2.2;margin:0 0 25px}.about-copy .name{font-size:28px;letter-spacing:.13em;line-height:1.8;margin-bottom:18px}.name span{display:block;font-size:12px;letter-spacing:.12em}.about-copy .bio-meta{font-size:13px;color:var(--muted);margin-bottom:40px}.about-copy .archive-note{font-size:13px;color:var(--muted)}.approach-copy h3{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-weight:400;font-size:27px;line-height:1.9;letter-spacing:.1em;margin:0 0 32px}.approach-copy p{font-size:15px;line-height:2.2;color:var(--muted)}.social{max-width:1160px;margin:25px auto 0;padding:75px 5% 90px;border-top:1px solid var(--line)}.social .eyebrow{font-size:11px;color:var(--muted)}.social-title{font-family:Georgia,serif;font-size:clamp(36px,5vw,64px)}.social a{display:flex;justify-content:space-between;align-items:center}.social a>span:last-child{font-size:32px}footer{border-top:1px solid var(--line);margin:0 5%;padding:30px 0;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.1em}dialog{padding:22px 30px;border:0;background:#171716;color:#f8f7f4;width:100%;max-width:none;height:100dvh;max-height:none;position:fixed;inset:0;margin:0}dialog::backdrop{background:#171716}dialog[open]{display:flex;flex-direction:column}.lightbox-top,.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0;font-size:13px}.lightbox-top button,.lightbox-bottom button{background:none;border:0;padding:13px 8px;min-height:44px;color:inherit;white-space:nowrap}.lightbox-image{flex:1;min-height:0;padding:20px 0;display:flex;align-items:center;justify-content:center}.lightbox-image img{max-height:100%;max-width:100%;object-fit:contain}.lightbox-bottom p{color:#d1d1cc;font-size:12px;text-align:center;line-height:1.7}@media(max-width:650px){.header{padding:25px 6%;}.wordmark{font-size:13px}.wordmark span{font-size:9px;margin-top:7px}nav{gap:24px;font-size:14px}.hero{width:100%}.hero-caption{padding:0 6%;font-size:9px;letter-spacing:.06em;margin-top:13px}.hero .photo-open img{max-height:none}.enlarge{opacity:1;width:27px;height:27px;font-size:16px;right:10px;bottom:10px}.intro{padding:65px 7% 84px}.eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:23px}h1{font-size:26px;letter-spacing:.07em}.intro>p:not(.eyebrow){font-size:14px}.text-link{margin-top:16px}.works{padding:0 6% 70px}.section-heading{margin-bottom:35px;padding-top:23px;display:block}.section-heading h2{font-size:32px}.section-heading p{margin-top:15px;font-size:11px}.section-heading p span{float:right}.gallery{gap:38px 6%}.photo-0,.photo-5{width:100%}.photo-1{margin-top:45px}.photo-2,.photo-3,.photo-4,.photo-8,.photo-9{width:100%}.photo-4{margin-top:40px}.photo-6{margin-top:40px}.photo-9{margin-top:45px}figcaption{font-size:8px;letter-spacing:0;margin-top:9px}figcaption>span:first-child{font-size:10px}figcaption>span:last-child{display:none}.about,.approach{margin:0 6%;padding:44px 0 55px;grid-template-columns:1fr;gap:32px}.section-label h2{margin-top:13px;font-size:14px}.about-copy .name{font-size:26px}.about-copy>p{font-size:15px}.about-copy .bio-meta{font-size:12px;margin-bottom:30px}.about-copy .archive-note{font-size:12px}.approach-copy h3{font-size:26px}.approach-copy p{font-size:14px}.social{margin:0 6%;padding:45px 0 60px}footer{padding:25px 0;flex-wrap:wrap;line-height:1.7;font-size:9px}footer>span{order:3;width:100%;color:var(--muted)}dialog{padding:12px 16px}.lightbox-bottom{flex-wrap:wrap}.lightbox-bottom p{order:3;width:100%;margin:0 0 8px}.lightbox-image{padding:10px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:360px){h1{font-size:23px;letter-spacing:.025em}}
