@font-face{font-family:Suisse;src:url('assets/SuisseIntl-Light.woff2') format('woff2');font-weight:300;font-display:swap}@font-face{font-family:Cormorant;src:url('assets/Cormorant-Regular.ttf') format('truetype');font-weight:400;font-display:swap}:root{--ink:#1F1819;--paper:#F3F0E9;--red:#B24A40;--muted:#9A9088;--line:#B7AEA4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:300 16px/1.5 Suisse,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}a:hover,button:hover{color:var(--red)}:focus-visible{outline:2px solid var(--red);outline-offset:6px}header{display:flex;justify-content:space-between;align-items:flex-start;padding:40px 4.5vw 48px;gap:35px}.wordmark{font-size:34px;line-height:1.02;letter-spacing:-1.7px}nav{display:flex;gap:36px;padding-top:8px;font-size:14px}nav a{padding-bottom:7px;border-bottom:1px solid transparent}nav a[aria-current=page]{border-color:var(--red)}main{min-height:65vh;padding:0 4.5vw 100px}h1,h2,p,figure{margin:0}h1{font-weight:300;font-size:clamp(40px,6vw,86px);line-height:1.1;letter-spacing:-.04em}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin:34px 0 54px}.section-head small,.metadata{font-size:13px;letter-spacing:.025em}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:75px 30px}.gallery figure{grid-column:span 6}.gallery figure:first-child{grid-column:1/-1}.gallery figure:nth-child(3n+2){grid-column:2/7;margin-top:100px}.gallery figure:nth-child(3n+3){grid-column:8/13}.photo{padding:0;border:0;background:transparent;width:100%;display:block;cursor:zoom-in}.photo img{width:100%;max-height:78vh;object-fit:contain;display:block}.gallery figure:first-child img{max-height:72vh}.metadata{display:flex;justify-content:space-between;gap:16px;margin-top:15px}.metadata a{border-bottom:1px solid var(--line)}.empty{min-height:46vh;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:40px}.empty p{max-width:420px;font:400 clamp(28px,4vw,52px)/1.12 Cormorant,Georgia,serif}.empty span{font-size:13px;color:var(--red)}.project-list{margin-top:60px}.project-link{padding:30px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:140px 1fr auto;align-items:baseline;gap:25px}.project-link:last-child{border-bottom:1px solid var(--line)}.project-title{font:400 clamp(42px,6vw,76px)/1.1 Cormorant,Georgia,serif}.project-code,.project-count{font-size:14px}.prose{max-width:720px;margin:12vh 0 16vh 25%;font:400 clamp(36px,5vw,64px)/1.12 Cormorant,Georgia,serif}.contact-links{margin-top:44px;font:300 18px/1.7 Suisse,Arial,sans-serif;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.contact-links a{border-bottom:1px solid var(--line)}footer{border-top:1px solid var(--line);margin:0 4.5vw;padding:25px 0 35px;display:flex;justify-content:space-between;gap:20px;font-size:13px}.skip{position:fixed;top:-80px;background:var(--paper);padding:12px;z-index:5}.skip:focus{top:0}dialog{border:0;background:var(--paper);color:var(--ink);width:100vw;max-width:none;height:100dvh;max-height:none;padding:55px 6vw 25px}dialog::backdrop{background:var(--ink)}dialog figure{height:calc(100% - 60px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}dialog img{max-width:100%;max-height:calc(100% - 40px);object-fit:contain}dialog figcaption{font-size:13px}dialog button{border:0;background:none;cursor:pointer;padding:10px}.close{position:absolute;right:4vw;top:10px}.viewer-controls{display:flex;justify-content:center;align-items:center;gap:30px;font-size:14px}body:has(dialog[open]){overflow:hidden}@media(max-width:650px){header{padding:25px 6vw 25px;display:block}.wordmark{display:inline-block;font-size:29px}nav{margin-top:30px;gap:0;justify-content:space-between;font-size:13px}main{padding:0 6vw 65px}.section-head{margin:25px 0 30px;align-items:flex-start}.section-head small{max-width:100px;text-align:right}.gallery{display:block}.gallery figure,.gallery figure:nth-child(n){margin:0 0 45px}.gallery figure:nth-child(even){width:84%;margin-left:auto}.metadata{font-size:12px}.empty{min-height:45vh;display:block;padding:40px 0}.empty span{display:block;margin-top:35px}.project-link{grid-template-columns:65px 1fr;gap:15px}.project-count{grid-column:2}.prose{margin:70px 0 100px}.contact-links{font-size:16px}footer{flex-wrap:wrap;margin:0 6vw}footer span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Let photographs set the rhythm of the selected-work page. */
body:has(nav a[href="#selected-work"][aria-current]) .section-head h1{font-size:16px;letter-spacing:0}body:has(nav a[href="#selected-work"][aria-current]) .section-head{margin:4px 0 26px}.photo img{height:auto}.project-link:hover .project-title{color:var(--red)}

.photo img, dialog img {-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none;}
