:root{--paper:#f2eee7;--ink:#1f1d1a;--muted:#756e66;--red:#922f34;--line:#c9c0b6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif;padding-bottom:84px}.hero{height:62vh;min-height:470px;position:relative;overflow:hidden;background:#171513}.hero>img{width:100%;height:100%;object-fit:cover}.hero-wash{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,7,.08),rgba(10,8,7,.88))}.hero-copy{position:absolute;left:8vw;right:8vw;bottom:9vh;color:#fff}.hero-copy span,.collection-head small{font-size:10px;letter-spacing:.35em;color:#e5c6a5}.hero-copy h1,.collection-head h2{font-family:"Songti SC","STSong",serif;font-weight:400}.hero-copy h1{font-size:clamp(35px,9vw,56px);line-height:1.25;margin:16px 0}.hero-copy p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7);max-width:520px}main{padding:44px 6vw}.filter-label,.collection-head{display:flex;justify-content:space-between;align-items:end}.filter-label{font-family:"Songti SC","STSong",serif;font-size:24px}.filter-label small{font-family:sans-serif;font-size:11px;color:var(--muted)}.filter-row{display:flex;gap:8px;overflow:auto;padding:18px 0 12px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter{border:0;background:#e2dbd1;color:#625b54;padding:11px 17px;white-space:nowrap}.filter.active{background:var(--ink);color:#fff}.collection-head{margin:42px 0 20px;border-top:1px solid var(--line);padding-top:26px}.collection-head h2{font-size:34px;margin:8px 0 0}.collection-head>span{font-size:12px;color:var(--muted)}.empty{padding:55px 28px;background:#ded6cb;text-align:center}.empty strong{font-family:"Songti SC","STSong",serif;font-size:26px;font-weight:400}.empty p{font-size:13px;line-height:1.8;color:var(--muted);margin:15px auto 0;max-width:420px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:68px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(248,245,239,.96);border-top:1px solid var(--line);z-index:10}.bottom-nav a,.bottom-nav button{display:flex;align-items:center;justify-content:center;border:0;background:none;color:var(--ink);font-size:13px;text-decoration:none}.bottom-nav b{display:inline-flex;min-width:18px;height:18px;margin-left:5px;align-items:center;justify-content:center;border-radius:9px;background:var(--red);color:#fff;font-size:10px}@media(min-width:720px){main{max-width:1100px;margin:auto}.hero-copy{left:max(8vw,calc((100vw - 1000px)/2))}.grid{grid-template-columns:repeat(3,1fr)}}
