:root{--ink:#211b18;--cream:#f6f0e8;--paper:#fffaf4;--rust:#a54c32;--line:#dfd4c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC",sans-serif}header{height:76px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(246,240,232,.94);position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}header h1{font:600 20px Georgia,serif;margin:2px 0}.eyebrow,.section-title small{font-size:9px;letter-spacing:.18em;color:#806f64}.cart-button{border:1px solid var(--ink);border-radius:99px;background:transparent;padding:10px 14px}.cart-button b{background:var(--rust);color:white;border-radius:50%;padding:2px 7px;margin-left:5px}main{max-width:1120px;margin:auto;padding:22px}.hero{min-height:490px;border-radius:28px;background:#211b18;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden}.hero>div:first-child{padding:62px}.hero h2{font:500 clamp(42px,6vw,76px)/.98 Georgia,"Songti SC",serif;margin:24px 0}.hero p{max-width:450px;color:#d8cec7;line-height:1.8}.hero a{display:inline-block;color:white;border-bottom:1px solid white;text-decoration:none;padding:16px 0}.hero-art{display:flex;align-items:center;justify-content:center;text-align:center;font:italic 700 78px/1 Georgia;color:#f5d4bd;background:radial-gradient(circle at 60% 30%,#ba7357,#713826 48%,#2d211c 75%)}.pill{border:1px solid #9b8880;border-radius:99px;padding:7px 12px;font-size:12px}.benefits{display:flex;justify-content:space-around;padding:24px;margin:14px 0 50px;border-bottom:1px solid var(--line);font-size:13px}.section-title{display:flex;justify-content:space-between;align-items:end}.section-title h3{font:500 34px Georgia,"Songti SC";margin:5px 0}.section-title p{color:#75675e;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product{background:var(--paper);border-radius:18px;overflow:hidden}.product img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-body{padding:18px}.product h4{font-size:20px;margin:0 0 5px}.muted{color:#806f64;font-size:13px}.tags{display:flex;gap:6px;margin:12px 0}.tags span{background:#eee4da;border-radius:99px;padding:5px 8px;font-size:11px}.product-footer{display:flex;align-items:center;justify-content:space-between}.price{font:600 22px Georgia}.add{border:0;background:var(--ink);color:white;border-radius:99px;padding:10px 16px}.drawer{display:none;position:fixed;inset:0;z-index:20}.drawer.open{display:block}.drawer-mask{position:absolute;inset:0;background:#0008}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(460px,94vw);background:var(--paper);padding:28px;overflow:auto}.close{float:right;border:0;background:none;font-size:30px}.cart-line{padding:13px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.form{display:grid;gap:10px;margin-top:20px}.form input,.form textarea{width:100%;padding:13px;border:1px solid var(--line);background:white;border-radius:9px;font:inherit}.total{display:flex;justify-content:space-between;font-size:22px;margin:24px 0}.pay{width:100%;border:0;border-radius:12px;background:#07c160;color:white;padding:15px;font-size:16px}.pay:disabled{background:#aaa}.notice{font-size:12px;color:#8c3b2a;line-height:1.6}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#211b18;color:#fff;padding:10px 16px;border-radius:99px;opacity:0;transition:.2s;z-index:40}#toast.show{opacity:1}@media(max-width:700px){header{height:64px;padding:0 16px}.eyebrow{display:none}main{padding:12px}.hero{min-height:430px;grid-template-columns:1fr}.hero>div:first-child{padding:36px 24px}.hero-art{display:none}.benefits{font-size:11px;padding:18px 5px;margin-bottom:34px}.section-title p{display:none}.product-grid{grid-template-columns:1fr;gap:14px}.product img{aspect-ratio:1.18}.drawer-panel{padding:22px}}
