:root{--ink:#101010;--muted:#8f8f8f;--header:78px}*{box-sizing:border-box}html,body{margin:0;background:#f7f7f5;color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow:hidden}.site-header{height:var(--header);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2.2vw;position:fixed;inset:0 0 auto;z-index:10;border-bottom:1px solid #eee}.brand{color:var(--ink);text-decoration:none;font-size:clamp(19px,2.2vw,36px);font-weight:500;letter-spacing:-.04em}.header-actions{display:flex;align-items:center;gap:34px;font-size:13px;letter-spacing:.1em}.header-actions a{color:var(--ink);text-decoration:none}.counter{color:var(--muted)}.counter b{color:var(--ink)}.gallery{display:flex;gap:0;height:calc(100vh - var(--header));margin-top:var(--header);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.gallery::-webkit-scrollbar{display:none}.gallery.dragging{cursor:grabbing;scroll-snap-type:none}.slide{height:100%;min-width:auto;position:relative;scroll-snap-align:start;background:#ddd}.slide img{height:100%;width:auto;max-width:none;display:block;object-fit:cover;user-select:none;pointer-events:none}.caption{position:absolute;left:22px;bottom:28px;color:#fff;font-size:12px;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 1px 12px #000;padding:8px 10px;background:#0004;backdrop-filter:blur(3px)}.empty-gallery{width:100%;height:100%;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#eee8e2,#fafafa 45%,#dcd6d0)}.empty-gallery p{font-size:11px;letter-spacing:.3em}.empty-gallery h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(50px,9vw,150px);margin:15px 0}.empty-gallery span{display:block;color:#666}.empty-gallery a{display:inline-block;margin-top:30px;color:#111;font-size:12px;letter-spacing:.18em;text-underline-offset:8px}.scroll-hint{position:fixed;right:28px;bottom:30px;z-index:4;color:#fff;font-size:10px;letter-spacing:.14em;text-shadow:0 1px 8px #000;display:flex;align-items:center;gap:10px}.scroll-hint span{width:34px;height:1px;background:#fff}footer{position:fixed;left:10px;bottom:8px;color:#fff;font-size:9px;z-index:3;text-shadow:0 1px 5px #000;text-transform:uppercase}@media(max-width:700px){:root{--header:64px}.site-header{padding:0 16px}.brand{max-width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{gap:12px;font-size:10px}.header-actions a{display:none}.gallery{scroll-snap-type:x mandatory}.slide{min-width:100vw}.slide img{width:100%;height:100%;object-fit:cover}.caption{bottom:45px}.scroll-hint{right:16px;bottom:18px}}

