@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#fbf7f0;--surface:#fff;--surface-alt:#f3ecdf;--border:#e5dcc8;--text:#241f1c;--text-muted:#6b6157;--text-faint:#a89d8c;--accent:#b8860b;--accent-hover:#c9962a;--luxe:#7b2d3e;--success-bg:#e7f3ea;--success-text:#2f7a44;--danger-bg:#fbe9e7;--danger-text:#b3311c;--radius:16px;--radius-sm:10px;--shadow-card:0 2px 6px #785a280f, 0 16px 32px -16px #785a282e;--shadow-elevated:0 8px 24px #785a281f, 0 32px 64px -24px #785a2847;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(1000px 500px at 15% -5%, #b8860b14, transparent 60%), var(--bg);min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--text);margin:0;font-family:Playfair Display,Georgia,serif;font-weight:700}p{color:var(--text-muted);margin:0}button{font-family:inherit}a{color:inherit;text-decoration:none}.hero{background:linear-gradient(180deg, var(--surface-alt), var(--bg) 85%);border-bottom:1px solid var(--border);padding:96px 56px 112px;position:relative;overflow:hidden}.hero-orb{filter:blur(60px);z-index:0;pointer-events:none;border-radius:50%;position:absolute}.hero-orb-1{background:#b8860b38;width:420px;height:420px;top:-160px;left:-120px}.hero-orb-2{background:#7b2d3e24;width:340px;height:340px;bottom:-140px;right:8%}.hero-grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-text{text-align:left;flex-direction:column;align-items:flex-start;gap:22px;display:flex}.hero-badge{background:var(--surface);border:1px solid var(--border);color:var(--luxe);border-radius:999px;padding:6px 16px;font-size:.82rem;font-weight:600;display:inline-block}.hero-title{font-size:3rem;line-height:1.14}.hero-title-accent{color:var(--luxe)}.hero-subtitle{max-width:460px;font-size:1.08rem;line-height:1.65}.btn-hero{background:var(--accent);color:#fff;border-radius:999px;width:auto;margin-top:6px;padding:15px 34px;font-size:.98rem;box-shadow:0 8px 24px #b8860b4d}.btn-hero:hover{background:var(--accent-hover)}.hero-visual{height:360px;position:relative}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:210px;box-shadow:var(--shadow-elevated);flex-direction:column;gap:8px;padding:18px;display:flex;position:absolute}.hero-card-icon{font-size:1.6rem}.hero-card-line{background:var(--surface-alt);border-radius:4px;width:100%;height:8px}.hero-card-line-short{width:60%}.hero-card-price{color:var(--luxe);margin-top:6px;font-family:Playfair Display,Georgia,serif;font-size:.95rem;font-weight:700}.hero-card-1{z-index:3;top:0;left:20px;transform:rotate(-6deg)}.hero-card-2{z-index:2;top:100px;right:0;transform:rotate(5deg)}.hero-card-3{z-index:1;opacity:.9;bottom:0;left:90px;transform:rotate(-3deg)}@media (width<=900px){.hero-grid{grid-template-columns:1fr}.hero-text{text-align:center;align-items:center}.hero-visual{display:none}}@media (width<=640px){.hero{padding:64px 24px 72px}.hero-title{font-size:2.1rem}}.storefront-layout{min-height:100svh;display:flex}.storefront-content{flex:1;max-width:1200px;padding:32px 40px}.sidebar{background:var(--surface-alt);border-right:1px solid var(--border);flex-shrink:0;width:240px;height:100svh;padding:28px 16px;position:sticky;top:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:10px;padding:0 8px 24px;display:flex}.brand-mark{background:linear-gradient(135deg, var(--accent), #e0b23a);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex;box-shadow:0 4px 12px #b8860b59}.sidebar-brand h1{font-size:1.15rem}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.sidebar-item{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:11px 14px;font-size:.92rem;font-weight:500;transition:background .15s;display:flex;position:relative;overflow:hidden}.sidebar-item span{z-index:1;position:relative}.sidebar-item-icon{font-size:1rem;line-height:1}.sidebar-item:hover:not(.active){color:var(--text);background:#b8860b14}.sidebar-item.active{color:var(--surface);font-weight:600}.sidebar-active-pill{background:linear-gradient(135deg, var(--accent), #c9962a);border-radius:var(--radius-sm);z-index:0;position:absolute;inset:0}.page-status{text-align:center;color:var(--text-faint);padding:96px 24px;font-size:.95rem}.error-banner{background:var(--danger-bg);color:var(--danger-text);border-radius:var(--radius-sm);border:1px solid #b3311c33;margin-bottom:20px;padding:12px 16px;font-size:.9rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-elevated)}.product-card-media{aspect-ratio:4/3;background:var(--surface-alt);display:block;position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.product-card:hover .product-card-media img{transform:scale(1.06)}.product-card-placeholder{background:linear-gradient(135deg, var(--surface-alt), #ead9b3);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.placeholder-icon{opacity:.55;filter:grayscale(.2);font-size:2.8rem}.product-category-tag{color:#fff;letter-spacing:.02em;background:#241f1cb8;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:600;position:absolute;top:10px;left:10px}.price-ribbon{background:var(--luxe);color:#fff;clip-path:polygon(0 0,100% 0,100% 100%,10px 100%,0 65%);padding:7px 16px 7px 12px;font-family:Playfair Display,Georgia,serif;font-size:.88rem;font-weight:700;position:absolute;top:14px;right:-6px;box-shadow:-2px 3px 8px #0003}.product-card-body{flex-direction:column;gap:8px;padding:18px 18px 20px;display:flex}.product-card-title h3{font-size:1.05rem;line-height:1.3}.product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-cart-controls{margin-top:10px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;padding:11px 18px;font-size:.9rem;font-weight:600;transition:background .15s,transform .1s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{background:var(--surface-alt);color:var(--text-faint);cursor:not-allowed}.qty-stepper{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:4px;display:flex}.qty-stepper button{width:34px;height:34px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:7px;font-size:1.1rem}.qty-stepper button:hover:not(:disabled){background:var(--surface)}.qty-stepper button:disabled{color:var(--text-faint);cursor:not-allowed}.qty-stepper span{font-variant-numeric:tabular-nums;font-weight:600}.cart-bar{background:var(--text);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:14px 24px;display:flex}.cart-bar-summary{color:#ffffffbf;white-space:nowrap;font-size:.92rem}.cart-bar-total{color:#fff;font-weight:700}.cart-bar .btn-primary{border-radius:999px;width:auto;padding:8px 22px}.cart-drawer-items{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.cart-drawer-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:12px;padding-bottom:14px;display:grid}.cart-item-icon{font-size:1.4rem}.cart-item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cart-item-name{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.cart-item-unit{color:var(--text-faint);font-size:.78rem}.cart-item-qty{padding:2px}.cart-item-qty button{width:26px;height:26px;font-size:.9rem}.cart-item-subtotal{color:var(--luxe);white-space:nowrap;font-size:.9rem;font-weight:700}.cart-item-remove{cursor:pointer;opacity:.6;background:0 0;border:none;font-size:.95rem}.cart-item-remove:hover{opacity:1}.cart-drawer-footer{flex-direction:column;gap:10px;padding-top:8px;display:flex}.cart-drawer-total{color:var(--text-muted);justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:.95rem;display:flex}.cart-drawer-total-amount{color:var(--text);font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700}.btn-text-cancel{color:var(--text-faint);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.85rem;text-decoration:underline}.btn-text-cancel:hover{color:var(--danger-text)}@media (width<=560px){.cart-drawer-item{grid-template-columns:auto 1fr auto;row-gap:8px}.cart-item-qty,.cart-item-subtotal{grid-column:2/3}}.detail-page{max-width:1000px;margin:0 auto;padding:32px 40px 160px}.back-link{color:var(--text-muted);margin-bottom:20px;font-size:.9rem;display:inline-block}.back-link:hover{color:var(--accent)}.detail-layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}@media (width<=720px){.detail-layout{grid-template-columns:1fr}.storefront-layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static}}.detail-media{border-radius:var(--radius);background:var(--surface-alt);aspect-ratio:4/3;overflow:hidden}.detail-media img{object-fit:cover;width:100%;height:100%}.detail-placeholder{width:100%;height:100%}.detail-placeholder .placeholder-icon{font-size:5rem}.detail-category-tag{background:var(--luxe);margin-bottom:12px;display:inline-block;position:static}.detail-info h1{margin-bottom:12px;font-size:1.9rem}.detail-price{color:var(--luxe);margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:700}.detail-desc{margin-bottom:20px;font-size:.98rem;line-height:1.6}.trust-row{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.trust-row span{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:.8rem}.detail-benefits{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:18px 20px}.detail-benefits-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:12px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700}.detail-benefits ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.detail-benefits li{color:var(--text);align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.4;display:flex}.benefit-check{color:var(--accent);flex-shrink:0;font-weight:700}.detail-info .product-cart-controls .btn-primary{width:auto;padding:12px 32px}.cart-page{max-width:640px;margin:0 auto;padding:48px 24px 140px}.cart-page-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:32px}.cart-page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-page-header h1{font-family:Playfair Display,Georgia,serif;font-size:1.5rem}@media (width<=560px){.cart-page{padding:24px 16px 140px}.cart-page-card{padding:20px}.cart-page-header{flex-direction:column;align-items:flex-start;gap:8px}}.order-status-page{max-width:640px;margin:0 auto;padding:64px 24px 120px}.order-status-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);text-align:center;padding:48px 40px}.order-status-icon{margin-bottom:16px;font-size:2.6rem;display:block}.order-status-card h1{margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.order-status-desc{color:var(--text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.5}.order-status-items{text-align:left;flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.order-status-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding-bottom:14px;display:grid}.order-status-unavailable{color:var(--text-faint);text-align:right;max-width:140px;font-size:.82rem}.order-status-card .back-link{margin:24px 0 0;display:block}.cart-email-label{color:var(--text-muted);margin-top:12px;margin-bottom:6px;font-size:.82rem;display:block}.cart-email-input{border:1px solid var(--border);width:100%;font:inherit;box-sizing:border-box;border-radius:8px;margin-bottom:12px;padding:10px 12px}.sidebar-footer-link{color:var(--text-muted);border-top:1px solid var(--border);margin-top:20px;padding:12px 16px;font-size:.85rem;text-decoration:none;display:block}.sidebar-footer-link:hover{color:var(--accent)}.order-lookup-page{max-width:640px;margin:0 auto;padding:64px 24px 120px}.order-lookup-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:40px}.order-lookup-card h1{margin-bottom:10px;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.order-lookup-desc{color:var(--text-muted);margin-bottom:24px;font-size:.92rem;line-height:1.5}.order-lookup-form{gap:10px;margin-bottom:20px;display:flex}.order-lookup-form input{border:1px solid var(--border);font:inherit;border-radius:8px;flex:1;padding:10px 12px}.order-lookup-results{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.order-lookup-item{border:1px solid var(--border);border-radius:12px;padding:16px}.order-lookup-item-header{justify-content:space-between;margin-bottom:12px;font-weight:600;display:flex}.order-lookup-total{color:var(--accent)}.order-lookup-product-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px 0;display:grid}.order-lookup-product-row+.order-lookup-product-row{border-top:1px solid var(--border)}.btn-small{padding:6px 12px;font-size:.82rem}
