*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--ink: #f5f5f5;--paper: #171717;--line: #ddd;--muted: #888;font-size:16px}body{background:var(--paper);color:var(--ink);font-family:Cormorant Garamond,serif;line-height:1.4;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.bar .mark{font-weight:600}.bar a:hover{color:var(--muted)}header.bar{position:relative}header.bar .mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(22px,7vw,50px);white-space:nowrap}main{flex:1;display:flex;min-height:0;padding:0}.is-home{min-height:100vh;background:#171717;color:#fff}.is-home main{flex-direction:column;padding:0}.is-home .bar a:hover{color:#999}.is-home .bar{position:fixed;left:0;right:0;z-index:20;pointer-events:none}.is-home header.bar{top:.6rem}.is-home footer.bar{bottom:0}.is-home .bar a,.is-home .bar span{pointer-events:auto;color:#fff;mix-blend-mode:difference}.strip{flex:0 0 auto;position:relative}.strip-inner{position:sticky;top:0;height:100vh;overflow:hidden}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:0 9px 9px}.grid .card{height:auto}.grid .frame{width:100%;height:auto;aspect-ratio:4 / 5;padding:0}.track{display:flex;align-items:center;height:100%;width:max-content;gap:9px;padding:0 9px;will-change:transform}.track .frame{padding:9px 0}.card{flex:0 0 auto;display:block;height:100%}.frame{position:relative;height:100%;width:auto;aspect-ratio:4 / 5;padding:9px;border-radius:13px;background:var(--paper);box-sizing:border-box}.photo{position:relative;height:100%;width:100%;overflow:hidden;border-radius:5px;background:#0a0a0a}.photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease;user-select:none}.photo img.on{opacity:1}.cap{position:absolute;left:0;right:0;bottom:0;z-index:1;display:flex;justify-content:center;padding:2rem 1.4rem 1.2rem;color:#fff;font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;transition:opacity .3s ease}@media(max-width:799px){header.bar .mark{font-size:clamp(20px,6.5vw,30px)}.is-home{min-height:auto}.strip{flex:0 0 auto;height:auto!important;overflow:visible}.strip-inner{position:static;height:auto;overflow:visible}.track{transform:none!important;will-change:auto}.track{flex-direction:column;align-items:stretch;width:100%;height:auto;gap:2.5vw;padding:4.75rem 2.5vw 1.25rem}.card{width:100%;height:auto}.frame{width:100%;height:auto;aspect-ratio:4 / 5}.grid{display:flex;flex-direction:column;width:100%;gap:2.5vw;padding:0 2.5vw 4.75rem}}.page{width:100%;max-width:56ch;margin:0 auto;padding:5rem 2rem 4rem}.page h1{margin:0 0 1.5rem;font-size:1.8rem;font-weight:600}.page p{margin:0 0 1.25rem;font-size:1.05rem;line-height:1.7;color:#ffffffd9}.page a{text-decoration:underline;text-decoration-color:#ffffff4d}.page a:hover{color:#fff}main:has(.album-head){flex-direction:column;padding:0}.gallery{width:100%;height:80vh;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.gallery::-webkit-scrollbar{display:none}.gallery-track{display:flex;height:100%;width:max-content}.gallery-track img,.gallery-track video{height:100%;width:auto;max-width:none;flex:0 0 auto;display:block;object-fit:cover;user-select:none}.cover-slide{position:relative;flex:0 0 100vw;height:100%}.cover-slide img,.cover-slide video{width:100%;height:100%;max-width:none;object-fit:cover;display:block;user-select:none}.cover-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;padding:0 4vw;pointer-events:none;transition:opacity .25s ease}.cover-overlay h1{margin:0;color:#fff;font-size:1.4rem;font-weight:600}.cover-overlay .meta{margin:0;color:#ffffffb3;font-size:.85rem}.cover-overlay .desc{max-width:42ch;margin:.4rem 0 0;color:#fff;font-size:1rem;line-height:1.6}.cover-overlay .desc p{margin:0}.cover-overlay .desc p+p{margin-top:.7rem}.cover-overlay .desc strong{font-weight:600}.cover-overlay .desc em{font-style:italic}.cover-overlay .desc a{color:inherit;text-decoration:underline;text-underline-offset:2px}@media(hover:hover)and (min-width:800px){a{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><circle cx="12" cy="12" r="6" fill="black" stroke="rgba(255,255,255,0.4)" stroke-width="1"/></svg>') 12 12,pointer}.gallery,.strip,.grid,.gallery a,.strip a,.grid a{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><circle cx="12" cy="12" r="6" fill="white" stroke="rgba(0,0,0,0.25)" stroke-width="1"/></svg>') 12 12,auto}}@media(min-width:800px){.cover-overlay{position:fixed;inset:0;z-index:5}.cover-overlay.is-hidden{opacity:0}}@media(max-width:799px){.gallery{height:60vh}}.is-fullbleed{height:100vh;overflow:hidden;background:#171717;color:#fff}.is-fullbleed main{padding:0;height:100vh}.is-fullbleed .bar a:hover{color:#999}.is-fullbleed .bar{position:fixed;left:0;right:0;z-index:20;pointer-events:none}.is-fullbleed header.bar{top:0}.is-fullbleed footer.bar{bottom:0}.is-fullbleed .bar a,.is-fullbleed .bar span{pointer-events:auto;mix-blend-mode:difference}.is-fullbleed .gallery{height:100vh}.is-fullbleed .gallery-track img,.is-fullbleed .gallery-track video{border-radius:0}@media(max-width:799px){.is-fullbleed{height:auto;overflow:visible}.is-fullbleed main{height:auto}.is-fullbleed .gallery{height:auto;overflow:visible}.is-fullbleed .gallery-track{flex-direction:column;width:100%;height:auto;padding-bottom:4rem}.is-fullbleed .gallery-track img,.is-fullbleed .gallery-track video{width:100%;height:auto}.is-fullbleed .gallery-track .cover-slide{flex:0 0 auto;height:auto}.is-fullbleed .cover-overlay{padding:1.5rem;justify-content:flex-end}.is-fullbleed .cover-overlay .desc{font-size:.9rem}}
