:root{--ink:#201b17;--paper:#fffaf2;--card:#fff;--red:#a52a20;--gold:#efb33b;--muted:#766b62}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}.dispatch-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f5f1eb}.dispatch-page section{width:min(100%,440px);background:white;border-radius:22px;padding:26px;box-shadow:0 12px 35px #3b251120;display:grid;grid-gap:14px;gap:14px}.dispatch-page span{color:#a52a20;font-weight:900;letter-spacing:1px}.dispatch-page h1,.dispatch-page h2,.dispatch-page p{margin:0}.dispatch-page button,.dispatch-page select{width:100%;padding:14px;border-radius:12px;font-size:16px}.dispatch-page select{border:1px solid #d8d0c7;background:white}.dispatch-page button{border:0;background:#a52a20;color:white;font-weight:900}.dispatch-page button:disabled{opacity:.55}.hero{padding:24px max(20px,calc((100% - 1080px) / 2));background:linear-gradient(135deg,#8d1f18,#bd392c);color:white}.hero-top{display:flex;justify-content:space-between;align-items:center}.brand-mark{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--gold);color:#46140f;font-weight:900;letter-spacing:-1px}.status-dot{font-size:13px;background:#ffffff20;padding:8px 12px;border-radius:99px}.status-dot:before{content:"";display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#7ce38b}.hero h1{font-size:clamp(30px,7vw,48px);margin:8px 0 7px;letter-spacing:-1.5px}.hero-kicker{display:block;margin-top:28px;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.hero p{margin:0;color:#ffe9dc}.catalog-search{display:flex;align-items:center;gap:9px;max-width:620px;margin-top:20px;padding:4px 6px 4px 14px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #4b0e0e33;color:var(--red)}.catalog-search input{flex:1 1;min-width:0;border:0;outline:0;padding:11px 0;font-size:16px;background:transparent}.catalog-search button{border:0;background:#f3ebe5;width:34px;height:34px;border-radius:10px;font-size:21px;color:var(--muted)}.category-nav{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;gap:10px;overflow:auto;padding:12px max(20px,calc((100% - 1080px) / 2));background:#fff;border-bottom:1px solid #eee}.category-nav a{white-space:nowrap;text-decoration:none;color:var(--red);font-weight:700;background:#fff0e7;padding:9px 14px;border-radius:99px}.catalog{max-width:1080px;margin:auto;padding:12px 20px 60px}.category{scroll-margin-top:72px;padding-top:26px}.category h2{font-size:24px;margin:0 0 14px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px}.section-heading h2{margin:0}.section-heading p{margin:5px 0 0;color:var(--muted);font-size:14px}.section-heading small{color:var(--muted);white-space:nowrap}.section-heading span{display:block;color:var(--red);font-size:11px;font-weight:900;letter-spacing:1.2px;margin-bottom:5px}.featured-section{margin-top:10px}.featured-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,38%);grid-gap:12px;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px}.product-card-featured{scroll-snap-align:start;border-color:#efc16b;background:linear-gradient(145deg,#fff,#fff8e9)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:12px;gap:12px}.product-card{width:100%;border:1px solid #eadfd4;background:var(--card);border-radius:18px;padding:16px;text-align:left;display:flex;justify-content:space-between;gap:12px;cursor:pointer;box-shadow:0 6px 20px #5c2b1210}.product-copy{display:flex;flex-direction:column;gap:7px}.product-copy strong{font-size:17px}.product-copy em{align-self:flex-start;border-radius:6px;padding:4px 7px;background:#fff0cf;color:#7f310e;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.product-copy small{color:var(--muted);line-height:1.35}.product-copy b{color:var(--red);font-size:14px}.product-image{flex:0 0 76px;height:76px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#fff1dd,#ffd39d);color:#a52a20;font-size:34px;font-weight:900}.product-image.has-image{overflow:hidden;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.secondary{border:1px solid #d9ccc1;background:#fff;color:var(--red);border-radius:12px;padding:11px 15px;font-weight:800}.empty,.state{min-height:70vh;display:grid;place-content:center;text-align:center;padding:24px}.state .brand-mark{margin:auto}.state h1{margin-bottom:4px}.empty p,.state p,footer{color:var(--muted)}footer{text-align:center;padding:25px}.dialog-backdrop{position:fixed;inset:0;z-index:10;background:#21181299;display:grid;align-items:end}.dialog{position:relative;background:white;border-radius:24px 24px 0 0;padding:26px 20px;max-height:90vh;overflow:auto}.dialog h2{margin:0 40px 5px 0}.dialog>p{color:var(--muted)}.close{position:absolute;right:18px;top:16px;border:0;background:#f3eee9;border-radius:50%;width:36px;height:36px;font-size:24px}.dialog fieldset{border:0;padding:10px 0;margin:10px 0}.dialog legend{font-weight:800;margin-bottom:5px}.dialog label{display:grid;grid-template-columns:24px 1fr auto;grid-gap:8px;gap:8px;padding:12px 0;border-bottom:1px solid #eee}.primary{width:100%;border:0;border-radius:14px;padding:16px;background:var(--red);color:white;font-size:16px;font-weight:800}.primary:disabled{opacity:.45}.coming-soon{display:block;text-align:center;color:var(--muted);margin-top:8px}@media (min-width:700px){.dialog-backdrop{place-items:center}.dialog{width:min(560px,90vw);border-radius:24px}}@media (max-width:699px){.hero{padding-top:18px}.hero-kicker{margin-top:22px}.hero h1{font-size:34px}.catalog,.category-nav{padding-inline:14px}.product-grid{grid-template-columns:1fr}.product-card{padding:13px;min-height:106px}.product-image{flex-basis:88px;height:88px}.featured-row{grid-auto-columns:84%}.section-heading{align-items:start}.section-heading small{display:none}}.form-error{color:#a52a20;font-weight:700}.toast{z-index:20;left:50%;bottom:24px;transform:translateX(-50%);background:#201b17;padding:13px 18px;border-radius:999px;box-shadow:0 8px 30px #0004;white-space:nowrap}.cart-bar,.toast{position:fixed;color:white}.cart-bar{z-index:8;left:16px;right:16px;bottom:16px;margin:auto;max-width:680px;border:0;border-radius:16px;padding:16px 18px;display:flex;justify-content:space-between;background:#a52a20;box-shadow:0 10px 30px #50130f55}.cart-item{display:grid;grid-template-columns:1fr auto auto;grid-gap:10px;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.cart-item div:first-child{display:flex;flex-direction:column;gap:4px}.cart-item small{color:#766b62}.quantity{display:flex;align-items:center;gap:9px}.quantity button{width:30px;height:30px;border:1px solid #ddd;border-radius:50%;background:white}.remove{grid-column:1/-1;width:max-content;border:0;background:none;color:#a52a20;padding:0}.subtotal{display:flex;justify-content:space-between;padding:18px 0;font-size:18px}.checkout-form{display:grid;grid-gap:10px;gap:10px}.checkout-form input{width:100%;border:1px solid #ddd;border-radius:12px;padding:13px;font-size:16px}.mode{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:8px 0}.mode button{border:1px solid #ddd;border-radius:12px;padding:12px;background:white}.mode button.active{border-color:#a52a20;background:#fff0e7;color:#a52a20;font-weight:800}.back{border:0;background:none;padding:10px;color:#766b62}.order-confirmation{position:fixed;inset:0;z-index:30;background:#fffaf2;display:grid;place-content:center;text-align:center;padding:24px}.order-confirmation .check{margin:auto;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#228b52;color:white;font-size:42px}.order-confirmation p{margin:18px 0 2px;color:#766b62}.order-confirmation h2{font-size:38px;margin:0;color:#a52a20}.order-confirmation strong{font-size:24px;margin-top:10px}.order-confirmation small{max-width:340px;margin:8px auto 24px;color:#766b62}.order-confirmation button{border:0;border-radius:14px;padding:14px 22px;background:#a52a20;color:white;font-weight:800}.payment-box{width:min(100%,360px);display:flex;flex-direction:column;gap:8px;margin:14px auto;padding:14px;border-radius:14px;background:#fff7dc;color:#332b21}.payment-box button{border:0;border-radius:10px;padding:11px;font-weight:800}.payment-box .pay{background:#178c55;color:white}.payment-box .copy{background:#322d28;color:white}.payment-box code{display:block;overflow-wrap:anywhere;padding:10px;border:1px dashed #9a7b22;background:white;font-size:11px}.payment-box.paid{background:#dbf6e7;color:#145d38}.payment-box small{display:block;margin:0 auto;color:inherit}.payment-methods{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.payment-methods button{background:white;border:1px solid #d7c9a4}.payment-methods button.active{border-color:#178c55;background:#e5f7ed;color:#126b42}.change-field{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:700}.change-field input{border:1px solid #d7c9a4;border-radius:10px;padding:11px;font-size:16px}