
:root{--bg:#f6f1e9;--paper:#fffdf8;--ink:#1d1b18;--muted:#756d64;--line:#e7ddd1;--wine:#6d2b27;--chip:#efe6db}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.wrap{max-width:780px;margin:0 auto;min-height:100vh;background:var(--paper)}.header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:11px 14px}
.brandrow{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand b{font-family:Georgia,"Times New Roman",serif;font-size:27px}.brand small{display:block;margin-top:4px;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.actions{display:flex;gap:7px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);font-weight:750;font-size:13px;padding:9px 12px}.btn.primary{background:var(--wine);border-color:var(--wine);color:#fff}
.hero{margin:14px;border-radius:24px;overflow:hidden;position:relative;background:#2a2723}.hero img{width:100%;height:310px;object-fit:cover;display:block;filter:brightness(.7)}.herocopy{position:absolute;left:20px;right:20px;bottom:20px;color:#fff}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1.05;margin:0 0 8px}.hero p{margin:0;max-width:560px;line-height:1.45;font-size:15px}
.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px 12px}.quick a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 7px;text-align:center;text-decoration:none;color:var(--ink);font-weight:750;font-size:13px}
.panel{margin:12px 14px;padding:19px;border:1px solid var(--line);border-radius:22px;background:#fff}.panel h2,section h2{font-family:Georgia,"Times New Roman",serif}.panel h2{font-size:28px;margin:0 0 8px}.panel p{color:var(--muted);line-height:1.5;margin:0 0 13px}
.notice{margin:12px 14px;padding:12px 14px;background:#f3ede4;border-radius:14px;color:#665f57;font-size:12px;line-height:1.45}.catbar{display:flex;gap:8px;overflow:auto;padding-top:10px;scrollbar-width:none}.catbar::-webkit-scrollbar{display:none}.catbar a{white-space:nowrap;background:var(--chip);color:var(--ink);text-decoration:none;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:700}
section{padding:23px 14px 1px;scroll-margin-top:120px}section h2{font-size:29px;margin:0 0 6px}.sectionnote{margin:0 0 13px;color:var(--muted);font-size:13px}.item{display:grid;grid-template-columns:1fr auto;gap:15px;padding:16px 0;border-top:1px solid var(--line)}.item:first-of-type{border-top:none}.item h3{font-size:18px;margin:0 0 6px}.item p{font-size:14px;color:var(--muted);line-height:1.45;margin:0}.price{font-size:18px;font-weight:850;white-space:nowrap}
.tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.tag{border:1px solid var(--line);border-radius:999px;padding:4px 7px;font-size:11px;color:#665f57}.feature{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;margin:10px 0 7px}.feature img{width:100%;height:235px;object-fit:cover;display:block}.feature .inside{padding:16px}.feature .head{display:flex;justify-content:space-between;gap:14px}.feature h3{font-size:21px;margin:0}.feature p{color:var(--muted);font-size:14px;line-height:1.45;margin:8px 0 0}
.footer{padding:24px 14px 34px;text-align:center;color:var(--muted);font-size:12px}.dark{background:#211e1b;color:#fff;border-color:#211e1b}.dark p{color:#e7ded3}.modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:flex-end;justify-content:center;z-index:50}.modal.open{display:flex}.sheet{width:min(780px,100%);max-height:82vh;overflow:auto;background:var(--paper);border-radius:24px 24px 0 0;padding:20px}.close{float:right;border:0;background:#eee5da;border-radius:50%;width:36px;height:36px;font-size:20px}.sheet h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:3px 44px 8px 0}.sheet p{color:var(--muted);line-height:1.5}.more{border:0;background:none;color:var(--wine);font-weight:850;padding:10px 0 0;font-size:13px}
@media(max-width:470px){.hero img{height:275px}.hero h1{font-size:36px}}
