:root{--ink:#0b0a08;--card:#17130f;--cream:#f4eee2;--gold:#d0aa62;--wine:#7b2028;--muted:#a99e8c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:"DM Sans",sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}header{height:72px;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 16px;background:#0b0a08f2;border-bottom:1px solid #d0aa6230;backdrop-filter:blur(14px)}header a,header button{display:grid;place-items:center;height:40px;border:1px solid #d0aa6245;background:none;color:var(--cream);border-radius:50%;text-decoration:none}header a{font-size:2rem}header button{font-size:.7rem}header img{width:150px;height:62px;object-fit:contain;margin:auto}.intro{padding:44px 20px 24px;background:radial-gradient(circle at 85% 0,#70202855,transparent 44%)}.intro>span{font-size:.68rem;color:var(--gold);letter-spacing:.2em;text-transform:uppercase}.intro h1{font:400 clamp(3rem,13vw,5.8rem)/.95 "Italiana";margin:12px 0}.intro p{color:var(--muted)}.mode{display:grid;grid-template-columns:1fr 1fr;background:#17130f;padding:5px;border-radius:14px;margin-top:25px}.mode button{border:0;background:none;color:var(--muted);padding:12px;border-radius:10px;font-weight:600}.mode button small{display:block;font-weight:400;font-size:.67rem;margin-top:3px}.mode button.active{background:var(--cream);color:var(--ink)}.tools{position:sticky;top:72px;z-index:15;background:var(--ink);padding:12px 0 8px}.tools label{display:flex;align-items:center;gap:10px;margin:0 20px;padding:0 16px;height:50px;background:var(--card);border:1px solid #ffffff12;border-radius:12px;color:var(--gold)}#search{width:100%;border:0;outline:0;background:none;color:white}#categories{display:flex;gap:8px;overflow:auto;padding:12px 20px 4px;scrollbar-width:none}#categories button{white-space:nowrap;border:1px solid #d0aa6235;background:none;color:var(--muted);padding:9px 14px;border-radius:99px;font-size:.77rem}#categories button.active{background:var(--gold);color:var(--ink)}#featured{margin:12px 20px 30px;height:230px;border-radius:18px;overflow:hidden;position:relative;background:#222}#featured img{width:100%;height:100%;object-fit:cover}#featured:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#080706e8,transparent 70%)}.feature-copy{position:absolute;z-index:2;left:20px;bottom:18px}.feature-copy small{color:var(--gold);letter-spacing:.16em}.feature-copy h2{font:2.2rem "Italiana";margin:4px 0}#products{padding:0 20px 110px}.category{scroll-margin-top:205px}.category h2{font:2.1rem "Italiana";margin:35px 0 6px}.category>.desc{color:var(--muted);font-size:.78rem;margin:0 0 16px}.product{display:grid;grid-template-columns:1fr auto;gap:16px;padding:17px 0;border-bottom:1px solid #ffffff12}.product h3{font-size:.96rem;margin:0 0 5px}.product p{font-size:.76rem;color:var(--muted);margin:0;max-width:52ch}.product-side{text-align:right;display:flex;flex-direction:column;align-items:end;justify-content:space-between}.price{font-weight:700;color:var(--gold)}.add{width:36px;height:36px;border:1px solid var(--gold);border-radius:50%;background:none;color:var(--gold);font-size:1.35rem}.add:active{background:var(--gold);color:var(--ink)}.cartbar{position:fixed;z-index:30;bottom:max(12px,env(safe-area-inset-bottom));left:12px;right:12px;height:62px;border:0;border-radius:14px;background:var(--wine);color:white;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 16px;box-shadow:0 15px 50px #000}.cartbar strong{text-align:center}.cartbar span:last-child{text-align:right}.cartbar b{display:inline-grid;place-items:center;background:white;color:var(--wine);border-radius:50%;width:24px;height:24px}dialog{padding:0;border:0;background:transparent;color:var(--cream);width:100%;max-width:620px;margin:auto auto 0}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.sheet{background:#15120e;border-radius:22px 22px 0 0;padding:24px 20px max(22px,env(safe-area-inset-bottom));max-height:88vh;overflow:auto}.sheet-head{display:flex;justify-content:space-between}.sheet-head small{color:var(--gold);letter-spacing:.15em}.sheet-head h2{font:2.5rem "Italiana";margin:4px 0 20px}.x{border:1px solid #ffffff22;background:none;color:white;border-radius:50%;width:40px;height:40px;font-size:1.4rem}.cartitem{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #ffffff12}.qty{display:flex;align-items:center;gap:10px}.qty button{border:1px solid #ffffff2a;background:none;color:white;border-radius:50%;width:30px;height:30px}.note{display:block;color:var(--muted);font-size:.78rem;margin-top:22px}.note textarea{display:block;width:100%;min-height:70px;margin-top:8px;padding:12px;background:#0b0a08;color:white;border:1px solid #ffffff18;border-radius:10px}.totals{display:flex;justify-content:space-between;font-size:1.1rem;padding:20px 0}#checkout{width:100%;height:58px;border:0;border-radius:12px;background:var(--wine);color:white;font-weight:700;display:flex;justify-content:space-between;align-items:center;padding:0 18px}.secure{text-align:center;color:var(--muted);font-size:.7rem}.empty{text-align:center;color:var(--muted);padding:50px}@media(min-width:800px){body{background:linear-gradient(90deg,#0b0a08 50%,#100e0b)}main{max-width:900px;margin:auto}.intro{text-align:center}.mode{max-width:520px;margin:25px auto 0}.tools label{max-width:600px;margin:auto}#categories{justify-content:center}#featured{height:340px}.product{padding:19px}.cartbar{max-width:600px;margin:auto}.category{background:#12100d;padding:1px 24px 15px;margin:18px 0;border-radius:15px}}
