:root{--bg: #f7f1e8;--bg-alt: #f1e7d8;--text: #1e1b16;--muted: #6f6559;--primary: #c2492a;--secondary: #1d6a66;--accent: #f2b84b;--card: #ffffff;--font-heading: "Playfair Display", serif;--font-body: "Space Grotesk", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--text);background:radial-gradient(circle at top left,var(--bg-alt),var(--bg));min-height:100vh}.page{display:flex;flex-direction:column;gap:2rem;padding:1.2rem clamp(.9rem,3vw,3.5rem) 5.5rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.2rem;border-radius:20px;background:#ffffffe6;box-shadow:0 18px 36px #00000014;z-index:10}.brand{display:flex;gap:.8rem;align-items:center}.brand-logo{width:48px;height:48px;object-fit:cover;border-radius:14px;box-shadow:0 8px 16px #0000001f}.brand-mark{width:48px;height:48px;border-radius:14px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1.4rem;font-family:var(--font-heading)}.brand-text{display:flex;flex-direction:column}.brand-tag{text-transform:uppercase;letter-spacing:.18em;font-size:.6rem;color:var(--muted)}.topbar h1{font-family:var(--font-heading);font-size:clamp(1.3rem,3vw,2.2rem);margin:.2rem 0 0}.cart-pill{border:none;background:var(--primary);color:#fff;display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.55rem .9rem;font-weight:600;cursor:pointer;box-shadow:0 10px 18px #c2492a4d}.cart-count{background:#fff;color:var(--primary);border-radius:999px;padding:.1rem .45rem;font-size:.75rem;font-weight:700}.btn{padding:.8rem 1.6rem;border-radius:999px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #c2492a4d}.btn.primary.small{padding:.55rem 1.1rem;font-size:.85rem}.btn.ghost{background:transparent;color:var(--text);border:1px solid rgba(0,0,0,.15)}.btn:hover{transform:translateY(-2px)}.shop-layout{display:grid;grid-template-columns:120px minmax(0,1fr);gap:1.2rem;align-items:start}.category-rail{display:flex;flex-direction:column;gap:.6rem;background:#fffc;border-radius:18px;padding:.6rem;position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow-y:auto}.category-chip{border:none;background:transparent;text-align:left;padding:.7rem .8rem;border-radius:14px;font-weight:600;color:var(--muted);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.category-chip.active{background:var(--primary);color:#fff}.category-count{font-size:.75rem;opacity:.8}.product-panel{display:flex;flex-direction:column;gap:1.2rem}.product-panel-header{display:flex;align-items:center;justify-content:space-between}.product-panel-header h2{font-family:var(--font-heading);font-size:1.7rem;margin:0}.pill{padding:.35rem .9rem;border-radius:999px;background:var(--accent);font-size:.8rem;font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.product-card{background:var(--card);border-radius:20px;overflow:hidden;box-shadow:0 18px 30px #00000014;display:flex;flex-direction:column;animation:fadeUp .6s ease-out}.product-photo{background:linear-gradient(120deg,#1d6a6626,#c2492a1a);display:grid;place-items:center;color:var(--muted);font-size:.85rem}.product-photo.square{aspect-ratio:1 / 1}.product-photo img{width:100%;height:100%;object-fit:cover}.product-body{padding:.9rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem}.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.product-body h3{margin:0;font-size:1rem;line-height:1.2}.product-body p{margin:0;color:var(--muted);font-size:.85rem}.deal-badge{background:#c2492a1f;color:var(--primary);padding:.2rem .5rem;font-size:.7rem;border-radius:999px;font-weight:700}.price-row{display:flex;align-items:center;gap:.6rem}.price{font-size:1.1rem;font-weight:700}.price-old{text-decoration:line-through;color:var(--muted);font-size:.85rem}.qty-stepper{display:inline-flex;align-items:center;gap:.6rem;background:#0000000d;border-radius:999px;padding:.35rem .7rem}.qty-stepper button{width:28px;height:28px;border-radius:50%;border:none;background:var(--secondary);color:#fff;cursor:pointer}.cart-page{background:#ffffffd9;border-radius:26px;padding:1.4rem;box-shadow:0 25px 45px #00000014}.cart-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:1.6rem}.cart-panel,.checkout-panel{background:var(--card);border-radius:22px;padding:1.4rem;box-shadow:inset 0 0 0 1px #0000000d}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:18px;background:#00000008}.cart-item h4{margin:0 0 .2rem}.cart-total{display:flex;justify-content:space-between;font-weight:600;margin-bottom:1.2rem}.checkout-form{display:flex;flex-direction:column;gap:1.2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--muted)}input,textarea{padding:.7rem .9rem;border-radius:14px;border:1px solid rgba(0,0,0,.1);font-family:var(--font-body)}.optional{font-size:.75rem;color:var(--muted)}.coupon-row{display:flex;gap:.6rem;align-items:center}.coupon-row input{flex:1}.coupon-applied{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text)}.link-btn{border:none;background:transparent;color:var(--primary);font-weight:600;cursor:pointer;padding:0}.form-actions{display:flex;justify-content:flex-end;gap:1rem}.store-intro.card{background:#fffc;border-radius:20px;padding:1rem 1.4rem;display:flex;flex-direction:column;gap:.6rem;color:var(--muted)}.store-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem}.bottom-nav{position:sticky;bottom:.8rem;display:flex;gap:1rem;background:#ffffffe6;border-radius:18px;padding:.6rem .8rem;box-shadow:0 16px 32px #0000001f;justify-content:space-between;z-index:9}.bottom-tab{flex:1;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:.3rem;font-weight:600;color:var(--muted);cursor:pointer;padding:.4rem 0}.bottom-tab.active{color:var(--primary);background:#c2492a1f;border-radius:12px}.tab-icon{font-size:1.2rem}.footer{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:2rem;background:#0000000a;border-radius:24px}.footer h3{margin-top:0;font-family:var(--font-heading)}.footer-note{max-width:280px;color:var(--muted)}.loading,.error-card{background:var(--card);padding:1.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #00000014}.inline-error{background:#c2492a1a;padding:.8rem 1rem;border-radius:16px;color:var(--primary)}.success-card{background:linear-gradient(135deg,#1d6a661f,#f2b84b2e);border-radius:24px;padding:2rem;text-align:center;box-shadow:0 20px 40px #00000014}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 840px){.cart-layout{grid-template-columns:1fr}}@media (max-width: 720px){.page{padding-bottom:7rem}.topbar{flex-direction:row;align-items:center}.shop-layout{grid-template-columns:96px 1fr}.category-rail{top:5.4rem}.product-grid{grid-template-columns:1fr}.bottom-nav{position:fixed;left:1rem;right:1rem;bottom:.8rem}.form-actions{flex-direction:column;align-items:stretch}.footer{margin-bottom:1rem}}@media (max-width: 520px){.product-panel-header{flex-direction:column;align-items:flex-start;gap:.6rem}.topbar h1{font-size:1.1rem}}
