.header{top:var(--page-y);left:var(--page-x);right:var(--page-x);z-index:10;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;justify-content:space-between;align-items:baseline;font-size:11px;font-weight:400;line-height:1;display:flex;position:fixed}.header__link{color:inherit;pointer-events:auto;text-decoration:none}.gallery{height:100%}.gallery__scroller{overscroll-behavior-x:contain;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;height:100%;display:flex;overflow:auto hidden}.gallery__scroller::-webkit-scrollbar{display:none}.gallery__track{align-items:center;gap:var(--gap);width:max-content;padding:0 0 0 var(--page-x);flex:none;margin:0;list-style:none;display:flex}.gallery__track:after{content:"";flex:0 0 calc(var(--page-x) - var(--gap));height:1px}.item{z-index:0;flex:none;transition:z-index 0s linear .3s;position:relative}.item__figure{margin:0;position:relative}.item__img{height:var(--photo-h);object-fit:contain;transform-origin:50%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;transition:transform .3s;display:block}.item__meta{white-space:nowrap;opacity:0;pointer-events:none;margin:0;font-size:11px;line-height:1.45;transition:opacity .18s;position:absolute;top:calc(100% + 16px);left:0}.item__title{text-transform:uppercase;letter-spacing:.08em;display:block}.item__context{display:block}@media (hover:hover) and (pointer:fine){.item:hover{z-index:1;transition-delay:0s}.item:hover .item__img{transform:scale(1.04)}.item:hover .item__meta{opacity:1}}.item.is-active .item__meta{opacity:1}@media (prefers-reduced-motion:reduce){.item,.item__img,.item__meta{transition:none}.item:hover .item__img{transform:none}}:root{--bg:#fff;--fg:#000;--font:"Helvetica Neue", Helvetica, Arial, sans-serif;--page-x:32px;--page-y:24px;--photo-h:44vh;--gap:28px}@supports (height:1dvh){:root{--photo-h:44dvh}}@media (width<=1024px){:root{--page-x:24px;--page-y:22px;--photo-h:42vh;--gap:22px}@supports (height:1dvh){:root{--photo-h:42dvh}}}@media (width<=640px){:root{--page-x:18px;--page-y:18px;--photo-h:40vh;--gap:14px}@supports (height:1dvh){:root{--photo-h:40dvh}}}*,:before,:after{box-sizing:border-box}html,body{overscroll-behavior:none;background:var(--bg);height:100%;margin:0;overflow:hidden}body{font-family:var(--font);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-weight:400}#root{height:100dvh}.page{height:100%;position:relative}
