:root{--paper:#f6f4ef;--ink:#333b32;--muted:#757a70;--line:#dcded4;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:22px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid #a4b389;outline-offset:5px}.skip{position:fixed;top:-100px;left:20px;z-index:10;background:white;padding:12px}.skip:focus{top:10px}.masthead{height:88px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between}.monogram{text-decoration:none;font:30px var(--serif);letter-spacing:-2px}.monogram span{font-size:24px;font-style:italic;margin:0 8px;color:#9ba18c}.masthead-title,.header-link{font-size:10px;letter-spacing:2px}.header-link{text-decoration:none}.header-link span{font-size:19px;margin-left:12px}.hero{height:calc(100svh - 88px);min-height:560px;max-height:1100px;position:relative;isolation:isolate;color:#fff;background:#363830;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-photo{object-position:50% 48%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(17,24,20,.5),rgba(17,24,20,.08) 75%),linear-gradient(0deg,rgba(10,14,12,.3),transparent 60%)}.hero-content{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:6vw 8vw}.eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:10px;line-height:1.8;font-weight:400}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(64px,8.9vw,146px);letter-spacing:-5px;line-height:.99;margin:24px 0 22px}.hero h1 em{font-size:.66em;font-weight:400}.hero-subtitle{font:italic 17px/1.5 var(--serif);opacity:.95}.hero-link{font-size:10px;letter-spacing:2px;text-decoration:none;margin-top:38px;border-bottom:1px solid #ffffff80;padding-bottom:13px}.hero-link span{font-size:17px;padding-left:24px}.hero-caption{position:absolute;right:4vw;bottom:26px;font-size:9px;letter-spacing:2px}.collection{padding:0 4vw}.collection-intro{text-align:center;padding:100px 20px 65px}.collection-intro h2,.closing h2{font:400 clamp(34px,4vw,54px)/1.2 var(--serif);letter-spacing:-1.5px;margin:23px 0}.collection-intro>p:last-child{font-size:13px;line-height:1.9;color:var(--muted)}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:20px;padding:22px 0}.filters{display:flex;gap:28px;flex-wrap:wrap}.filters button{background:none;border:0;padding:8px 0;font-size:11px;color:var(--muted);position:relative;white-space:nowrap}.filters button.active{color:var(--ink)}.filters button.active:after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--ink)}#photo-count{font-size:10px;color:var(--muted);white-space:nowrap}.gallery-hint{font-size:11px;color:var(--muted);margin:24px 0}.gallery{columns:3;column-gap:18px}.photo{break-inside:avoid;margin:0 0 18px;position:relative;background:var(--color);overflow:hidden}.photo-open{display:block}.photo img{display:block;width:100%;height:auto;transition:transform .6s,opacity .4s;opacity:0}.photo img.loaded{opacity:1}.photo:hover img{transform:scale(1.025)}.photo-download{position:absolute;bottom:12px;right:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fffdf2e8;opacity:0;transform:translateY(4px);transition:.2s}.photo:hover .photo-download,.photo:focus-within .photo-download{opacity:1;transform:none}.photo-download svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}#gallery-status{text-align:center;font-size:13px;color:var(--muted)}.closing{text-align:center;padding:110px 20px 90px}.small-monogram{font:24px var(--serif);letter-spacing:6px}.small-monogram i{font-size:19px;color:#8c967a}.closing h2{font-size:40px;margin:30px 0 15px}.closing p{font-size:12px;color:var(--muted)}.closing>a{display:inline-block;margin-top:35px;font-size:9px;letter-spacing:2px;text-decoration:none;border-bottom:1px solid var(--line);padding:12px 0}footer{margin:0 4vw;padding:28px 0 35px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.5px;color:var(--muted)}footer span:last-child{font-family:var(--serif);font-size:13px;letter-spacing:0;font-style:italic}dialog{padding:0;border:0;background:#141715;color:#f8f8f2;width:100%;max-width:none;height:100%;max-height:none;inset:0;margin:0;overflow:hidden}dialog[open]{display:flex;flex-direction:column}dialog::backdrop{background:#141715}.viewer-toolbar{height:76px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.viewer-details{display:flex;gap:18px;align-items:center;font-size:11px}.viewer-details span:first-child{letter-spacing:2px;text-transform:uppercase}#viewer-counter{color:#b2b6af}.viewer-actions{display:flex;gap:10px;align-items:center}.viewer-actions button,.viewer-actions a{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:inherit;text-decoration:none;font-size:28px;border-radius:4px}.viewer-actions button:hover,.viewer-actions a:hover{background:#ffffff15}.viewer-actions svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.viewer-stage{flex:1;min-height:0;display:flex;justify-content:center;align-items:center;position:relative;padding:0 75px;touch-action:pan-y}.viewer-stage>img{max-width:100%;max-height:100%;object-fit:contain;min-width:0;transition:opacity .16s}.viewer-stage>img.loading{opacity:.25}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff08;color:white;border:0;font:40px var(--serif);width:48px;height:60px;border-radius:4px;z-index:1}.arrow:hover{background:#ffffff20}.prev{left:14px}.next{right:14px}.viewer-bottom{height:56px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:0 30px;font-size:10px;color:#adb1a8}#image-status{position:absolute;pointer-events:none;font-size:12px}body.viewer-open{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}@media(min-width:1800px){.gallery{columns:4}}@media(max-width:1000px){.gallery{columns:2}.filters{gap:18px}.hero h1{letter-spacing:-3px}.hero-content{padding:7vw}.viewer-toolbar{padding:0 18px}}@media(max-width:600px){.masthead{height:70px;padding:0 22px}.monogram{font-size:26px}.masthead-title{display:none}.header-link{font-size:9px;letter-spacing:1.5px}.hero{height:calc(90svh - 70px);min-height:540px}.hero-photo{object-position:58% 50%}.hero-content{padding:40px 26px;justify-content:flex-end;padding-bottom:85px}.hero h1{font-size:66px;letter-spacing:-3px}.hero .eyebrow{font-size:8px;letter-spacing:2px}.hero-subtitle{font-size:15px}.hero-link{font-size:8px;margin-top:24px}.hero-caption{font-size:8px;right:24px}.hero-shade{background:linear-gradient(0deg,#111a16ba,transparent 100%)}.collection{padding:0 16px}.collection-intro{padding:65px 6px 40px}.collection-intro h2{font-size:34px}.collection-intro>p:last-child{font-size:12px}.gallery-toolbar{align-items:flex-start;flex-direction:column;gap:16px;padding:16px 0}.filters{width:100%;flex-wrap:nowrap;overflow-x:auto;gap:22px;padding-bottom:3px}.filters button{font-size:11px;min-height:36px}#photo-count{align-self:flex-end}.gallery-hint{font-size:10px;line-height:1.7}.gallery{column-gap:10px}.photo{margin-bottom:10px}.photo-download{opacity:1;transform:none;width:32px;height:32px;bottom:7px;right:7px}.closing{padding:70px 10px}.closing h2{font-size:34px}footer{font-size:8px;letter-spacing:1px;padding-bottom:26px}footer span:last-child{font-size:11px}.viewer-toolbar{height:70px;padding:0 8px}.viewer-details{gap:5px;flex-direction:column;align-items:flex-start;padding-left:8px;font-size:10px}.viewer-details span:first-child{letter-spacing:1px;font-size:9px}.viewer-actions{gap:0}.viewer-actions button,.viewer-actions a{width:40px;height:44px}.viewer-stage{padding:0 4px}.arrow{height:46px;width:32px;font-size:30px;background:#14171570}.prev{left:5px}.next{right:5px}.viewer-bottom{padding:0 16px;height:52px;font-size:9px}#viewer-help{font-size:0}#viewer-help:after{content:'Swipe to explore';font-size:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.collection-switch{display:flex;justify-content:center;gap:12px;margin:0 0 38px;flex-wrap:wrap}.collection-switch button{border:1px solid var(--line);background:transparent;color:var(--ink);padding:15px 24px;font-size:12px;min-height:48px}.collection-switch button.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.collection-switch span{font-size:10px;margin-left:9px;opacity:.7}.gallery-toolbar:has(.filters[hidden]){justify-content:flex-end}@media(max-width:600px){.collection-switch{gap:7px;margin-bottom:28px;flex-wrap:nowrap}.collection-switch button{padding:12px 9px;flex:1;font-size:11px}.collection-switch span{display:block;margin:7px 0 0}}
