:root{--bg:#11100d;--fg:#eadfca;--muted:#948a78;--line:#484235;--accent:#e24931}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:"Songti SC","Noto Serif SC",serif}header{position:sticky;top:0;z-index:5;background:#11100de8;backdrop-filter:blur(15px);display:flex;align-items:end;justify-content:space-between;padding:22px clamp(18px,5vw,70px);border-bottom:1px solid var(--line)}h1{font-size:clamp(26px,4vw,56px);line-height:1;margin:0;letter-spacing:-.04em}header a{color:var(--muted);font:11px "Courier New",monospace;text-decoration:none;letter-spacing:.13em}.count{color:var(--accent);font:700 12px "Courier New",monospace}.gallery{padding:clamp(20px,5vw,70px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,5vw,80px)}figure{margin:0}figure:nth-child(even){margin-top:10vw}img{display:block;width:100%;height:auto;background:#29261f;box-shadow:0 22px 60px #0008;cursor:zoom-in}figcaption{display:flex;justify-content:space-between;margin-top:12px;color:var(--muted);font:11px "Courier New",monospace;letter-spacing:.1em}.gallery.single{display:block;max-width:1280px;margin:auto}.gallery.single figure{margin:0}.lightbox{display:none;position:fixed;inset:0;z-index:20;background:#070604f2;padding:3vw;align-items:center;justify-content:center;cursor:zoom-out}.lightbox.open{display:flex}.lightbox img{max-width:94vw;max-height:92vh;width:auto;height:auto;box-shadow:none}@media(max-width:700px){header{align-items:center}.gallery{grid-template-columns:1fr}.gallery figure:nth-child(n){margin-top:0}}
