:root{--orange:#f2b34a;--orange2:#ff9f0a;--ink:#2d2d2d;--cream:#fff6e3;--muted:#756f66;--card:#fffdf8;--line:#eadfca}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;padding-bottom:94px}button,input,select,textarea{font:inherit}.hero{background:linear-gradient(150deg,#101010,#2d2d2d);color:#fff;padding:18px 18px 30px;border-radius:0 0 30px 30px}.topbar{display:flex;justify-content:space-between;align-items:center}.logo{width:92px;height:92px;object-fit:contain}.cart-pill{border:0;background:#ffffff18;color:#fff;border-radius:99px;padding:11px 15px}.hero h1{margin:6px 0 4px;font-size:30px}.hero p{margin:0;color:#f2eadc;font-size:18px}.status{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.status span{background:#ffffff12;border:1px solid #ffffff14;padding:9px 12px;border-radius:99px;font-size:13px}main{max-width:760px;margin:auto;padding:16px}.banner{position:relative;overflow:hidden;border-radius:24px;height:190px;box-shadow:0 8px 24px #4f3b191a}.banner img{width:100%;height:100%;object-fit:cover}.banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000c,#0000)}.banner-copy{position:absolute;z-index:2;left:20px;top:50%;transform:translateY(-50%);display:grid;color:#fff}.banner-copy strong{font-size:25px}.banner-copy span{color:var(--orange);font-size:22px;font-style:italic}.category-strip{display:flex;gap:10px;overflow:auto;padding:18px 2px 4px;scrollbar-width:none}.category-strip button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:15px;padding:11px 14px}.category-strip button.active{background:var(--orange);border-color:var(--orange)}.section-head{display:flex;justify-content:space-between;align-items:end;margin:24px 0 12px}.section-head small{color:var(--muted)}.section-head h2{margin:2px 0 0}.section-head button{border:0;background:none;color:#9b6411;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 5px 20px #3b2f1e0c}.product-open{display:block;width:100%;padding:0 0 7px;text-align:left;border:0;background:none}.img-wrap{position:relative;height:145px}.img-wrap img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:9px;left:9px;background:#232323;color:#fff;border-radius:99px;padding:5px 8px;font-size:10px}.product-card h3{margin:10px 11px 4px;font-size:16px}.product-card p{margin:0 11px;color:var(--muted);font-size:12px;line-height:1.35;min-height:33px}.product-foot{display:flex;align-items:center;justify-content:space-between;padding:8px 11px 12px}.product-foot strong{color:#9b6411}.quick-add{border:0;width:34px;height:34px;border-radius:50%;background:var(--orange);font-size:22px}.bottom-nav{position:fixed;z-index:20;bottom:0;left:0;right:0;height:78px;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-around;padding-bottom:max(8px,env(safe-area-inset-bottom));box-shadow:0 -10px 30px #00000010}.bottom-nav button{border:0;background:none;display:grid;place-items:center;gap:2px;color:#4e4b46;min-width:54px}.bottom-nav span{font-size:10px}.cart-main{position:relative}.cart-main>b{position:absolute;top:5px;right:5px;background:#111;color:#fff;border-radius:50%;font-size:10px;width:18px;height:18px;display:grid;place-items:center}.sheet{border:0;border-radius:26px 26px 0 0;width:min(760px,100%);max-width:none;margin:auto 0 0;max-height:90vh;padding:22px;background:#fffdf8}.sheet::backdrop{background:#0008}.sheet[open]{animation:up .2s ease-out}@keyframes up{from{transform:translateY(20px);opacity:.3}}.close{float:right;border:0;background:#eee6d8;border-radius:50%;width:36px;height:36px;font-size:24px}.sheet>img{width:100%;height:250px;object-fit:cover;border-radius:18px;margin-top:8px}.sheet h2{margin:16px 0 6px}.sheet p{color:var(--muted)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.price-row button,.checkout{border:0;background:var(--orange2);color:#fff;font-weight:800;padding:13px 18px;border-radius:14px}.cart-sheet{overflow:auto}.cart-line{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.cart-line img{width:58px;height:58px;object-fit:cover;border-radius:12px}.qty{display:flex;align-items:center;gap:7px}.qty button{border:0;background:#f1e8d7;border-radius:50%;width:28px;height:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.form-grid label{font-size:12px;color:var(--muted)}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:5px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px;color:var(--ink)}.form-grid textarea{min-height:70px;resize:vertical}.total{display:flex;justify-content:space-between;font-size:20px;margin:18px 0}.checkout{width:100%}.hint{text-align:center;font-size:11px}.toast{position:fixed;z-index:50;left:50%;bottom:92px;transform:translateX(-50%);background:#232323;color:#fff;padding:10px 14px;border-radius:99px;font-size:13px}
@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero{max-width:760px;margin:auto}.bottom-nav{left:50%;transform:translateX(-50%);max-width:760px;border-radius:20px 20px 0 0}}
