:root{--ink:#272829;--paper:#f7f5f1;--lilac:#cfcbd9;--line:#dedbd5;--muted:#797770}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei",system-ui,sans-serif}.topbar{height:64px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:8px;color:inherit;text-decoration:none;font-weight:700;letter-spacing:.12em}.brand-mark{width:27px;height:27px;display:inline-grid;place-items:center;border-radius:9px 9px 9px 2px;background:var(--lilac);font-family:Georgia,serif;font-size:19px;font-style:italic;letter-spacing:0}.admin-link{border:0;background:none;color:#777;font:inherit;font-size:13px}.hero{height:min(610px,78vh);position:relative;color:white;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,15,15,.73),rgba(15,15,15,.08) 80%)}.hero-content{position:absolute;left:7%;bottom:14%;max-width:400px}.eyebrow{font-size:11px;letter-spacing:.16em;margin:0 0 12px;color:#e9e5ee}.eyebrow.dark{color:#77736c}.hero h1{font-family:Georgia,"Microsoft YaHei",serif;font-size:clamp(36px,7vw,64px);line-height:1.2;margin:0 0 14px;font-weight:500}.hero-content>p:not(.eyebrow){font-size:14px;margin-bottom:28px}.button{display:inline-block;padding:13px 21px;border:0;text-decoration:none;font:inherit;cursor:pointer}.button.light{background:#fff;color:var(--ink)}.notice{margin:0 auto;width:min(1100px,92%);background:#e8e4ed;padding:17px 20px;display:flex;align-items:center;gap:18px;transform:translateY(-1px)}.notice-label{font-size:12px;letter-spacing:.1em;background:#504c55;color:#fff;padding:5px 8px;white-space:nowrap}.notice strong{font-size:14px;font-weight:600}.notice small{display:block;font-size:12px;color:#706b73;margin-top:3px}.notice a{margin-left:auto;color:inherit;text-decoration:none;font-size:14px}.section{width:min(1100px,92%);margin:72px auto}.section-heading{display:flex;justify-content:space-between;align-items:end}.section h2{font:500 31px/1.2 Georgia,"Microsoft YaHei",serif;margin:0}.section-heading>span{font-size:13px;color:var(--muted)}.filters{display:flex;gap:8px;overflow:auto;margin:26px 0 20px;padding-bottom:3px}.filters button{border:1px solid var(--line);background:transparent;white-space:nowrap;padding:8px 14px;border-radius:20px;color:#5f5d59;font:13px inherit}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product{background:#fff;cursor:pointer}.product-image{aspect-ratio:3/4;overflow:hidden;background:#ebe8e2}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product:hover img{transform:scale(1.04)}.product-info{padding:13px}.product-info small{font-size:11px;color:#85817b}.product-info h3{font-size:14px;margin:7px 0;font-weight:500}.price{font:600 18px Georgia,serif}.empty-state{color:#777;padding:24px 0}.store{display:grid;grid-template-columns:1fr 1fr;background:#e9e6df;width:min(1100px,100%);margin-bottom:0}.store-photo{min-height:320px}.store-photo img{width:100%;height:100%;object-fit:cover}.store-copy{padding:46px clamp(24px,6vw,74px)}.store-copy>p:not(.eyebrow){color:#67645e;font-size:14px;line-height:1.8}.store dl{font-size:14px;line-height:1.6;margin:28px 0}.store dt{color:#85817b;font-size:12px;margin-top:12px}.store dd{margin:2px 0}.text-link{color:var(--ink);font-size:14px;text-underline-offset:5px}footer{text-align:center;padding:38px 0 90px;background:#272829;color:#f7f5f1;font-size:14px}footer .brand-mark{margin-right:7px;vertical-align:middle}footer p{margin:10px 0 0;color:#bbb6b2;font-size:12px}.contact-bar{position:fixed;bottom:0;left:0;right:0;z-index:4;display:flex;background:#fff;box-shadow:0 -3px 16px #0001}.contact-bar a{flex:1;text-align:center;padding:16px 5px;text-decoration:none;color:#4a4745;font-size:13px;border-right:1px solid #eee}.contact-bar .wechat{background:#e4dfe9}.contact-bar .call{background:var(--ink);color:#fff;border:0}dialog{border:0;padding:0;box-shadow:0 16px 55px #0005}.product-dialog{width:min(780px,95vw);max-height:90vh;background:#fff}.product-dialog::backdrop,.wechat-dialog::backdrop,.admin-dialog::backdrop{background:#0009}.detail{display:grid;grid-template-columns:1.2fr 1fr}.detail img{width:100%;height:100%;max-height:75vh;object-fit:cover}.detail-copy{padding:34px}.detail-copy h2{margin:10px 0 20px;font:500 26px Georgia,"Microsoft YaHei",serif}.detail-copy p{font-size:14px;color:#68645f}.detail-copy .price{font-size:25px;margin:16px 0}.detail-copy .button{background:var(--ink);color:#fff;margin-top:20px}.wechat-dialog{text-align:center;padding:30px;width:min(340px,90vw)}.wechat-dialog img{width:210px;display:block;margin:18px auto}.wechat-dialog h3{margin:6px 0;font-size:19px}.wechat-dialog p{margin-bottom:4px}.wechat-dialog small,.admin-note{color:#777;font-size:12px}.close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:27px;color:#777}.admin-dialog{width:min(500px,95vw);padding:32px;max-height:92vh;overflow:auto}.admin-dialog h2{margin:0 0 6px;font:500 27px Georgia,"Microsoft YaHei",serif}.admin-dialog form{margin-top:24px}.admin-dialog label{display:block;font-size:13px;margin:13px 0}.admin-dialog input,.admin-dialog select{width:100%;padding:10px;border:1px solid var(--line);margin-top:6px;background:#fff;font:inherit}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.submit{margin-top:10px;background:var(--ink);color:#fff;width:100%}.manage-products{margin-top:30px;border-top:1px solid var(--line)}.manage-item{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.manage-item img{width:42px;height:52px;object-fit:cover}.manage-item button{margin-left:auto;border:0;background:none;color:#9a4c4c;font:inherit}@media(min-width:720px){.products{grid-template-columns:repeat(4,1fr);gap:20px}.contact-bar{display:none}}@media(max-width:719px){.store{grid-template-columns:1fr}.store-photo{max-height:290px}.store-copy{padding:35px 7%}.detail{grid-template-columns:1fr}.detail img{max-height:55vh}.detail-copy{padding:22px}.hero{height:70vh}}
