*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2C1810;--accent: #E07B39;--accent-dark: #C5622A;--text: #2C1810;--text-muted: #7A6A5A;--border: #EDE5DC;--bg: #FBF7F4;--white: #FFFFFF;--radius: 8px;--shadow: 0 4px 20px rgba(44,24,16,.1)}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.banner-strip{background:var(--primary);color:var(--white);text-align:center;padding:10px 16px;font-size:.78rem;font-weight:500;letter-spacing:.05em;display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 12px #2c181012}.header-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--primary);font-family:Playfair Display,Georgia,serif;font-size:1.18rem;font-weight:600;cursor:pointer}.header-logo-sub{display:block;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);line-height:1}.header-nav{display:flex;gap:28px}.header-nav a{text-decoration:none;color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s;cursor:pointer}.header-nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:12px}.cart-btn{position:relative;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius);padding:9px 18px;font-size:.88rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.cart-btn:hover{background:var(--accent)}.cart-badge{background:var(--accent);color:var(--white);border-radius:50%;width:20px;height:20px;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}.hero{position:relative;height:560px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2c1810bf,#2c181059 60%,#e07b3926)}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:0 24px;max-width:640px}.hero-content h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:600;line-height:1.15;margin-bottom:16px}.hero-content h1 em{color:var(--accent);font-style:italic}.hero-content p{font-size:1.05rem;opacity:.88;margin-bottom:28px}.hero-btn{display:inline-block;background:var(--accent);color:var(--white);padding:14px 36px;border-radius:var(--radius);font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.03em}.hero-btn:hover{background:var(--accent-dark);transform:translateY(-2px)}.hero-stats{background:var(--primary);color:var(--white);display:flex;justify-content:center;gap:0}.hero-stat{flex:1;max-width:240px;padding:18px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}.hero-stat:last-child{border-right:none}.hero-stat strong{display:block;font-size:1.4rem;font-weight:700;color:var(--accent)}.hero-stat span{font-size:.8rem;opacity:.72;letter-spacing:.04em}.category-section{max-width:1280px;margin:60px auto;padding:0 24px}.section-title{font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:600;text-align:center;margin-bottom:8px}.section-sub{text-align:center;color:var(--text-muted);margin-bottom:36px;font-size:.95rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;aspect-ratio:3/4;transition:transform .25s;box-shadow:var(--shadow)}.category-card:hover{transform:translateY(-6px)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.category-card:hover img{transform:scale(1.06)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,24,16,.78) 0%,transparent 55%);display:flex;align-items:flex-end;padding:20px 16px}.category-card-overlay span{color:var(--white);font-weight:600;font-size:1rem;letter-spacing:.04em}.product-grid-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{padding:8px 20px;border-radius:100px;border:1.5px solid var(--border);background:var(--white);color:var(--text-muted);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;cursor:pointer;text-decoration:none;color:inherit;display:block;border:1px solid var(--border)}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #2c181024}.product-card-img{position:relative;aspect-ratio:1;overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.05)}.badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-bestseller{background:var(--accent);color:var(--white)}.badge-new{background:var(--primary);color:var(--white)}.badge-featured{background:#7d9970;color:var(--white)}.badge-sale{background:#d64045;color:var(--white)}.product-card-body{padding:16px}.product-card-body h3{font-size:.95rem;font-weight:600;margin-bottom:4px}.product-card-body .category{font-size:.78rem;color:var(--text-muted);margin-bottom:8px}.price-row{display:flex;align-items:center;gap:8px}.price{font-size:1rem;font-weight:700;color:var(--primary)}.price-original{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.features-strip{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;justify-content:center;flex-wrap:wrap;gap:0;margin-bottom:60px}.feature-item{flex:1;min-width:180px;max-width:240px;padding:24px 20px;text-align:center;border-right:1px solid var(--border)}.feature-item:last-child{border-right:none}.feature-icon{font-size:1.6rem;display:block;margin-bottom:8px}.feature-item strong{display:block;font-size:.9rem;margin-bottom:2px}.feature-item span{font-size:.78rem;color:var(--text-muted)}.reviews-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.reviews-header{text-align:center;margin-bottom:36px}.reviews-aggregate{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:6px}.stars{color:var(--accent);font-size:1.3rem;letter-spacing:2px}.reviews-score{font-size:2rem;font-weight:700}.reviews-count{color:var(--text-muted);font-size:.9rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:var(--white);font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.review-author strong{display:block;font-size:.9rem}.review-author span{font-size:.78rem;color:var(--text-muted)}.review-stars{color:var(--accent);font-size:.9rem;margin-bottom:6px}.review-text{font-size:.88rem;color:var(--text-muted);line-height:1.55}.footer{background:var(--primary);color:#ffffffd9;padding:48px 24px 24px}.footer-inner{max-width:1280px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand p{font-size:.88rem;opacity:.72;margin:12px 0;max-width:300px}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:4px}.footer-brand .footer-logo span{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;color:var(--white)}.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:14px}.footer-col a{display:block;color:#ffffffb8;text-decoration:none;font-size:.88rem;margin-bottom:8px;transition:color .2s;cursor:pointer}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;text-align:center;font-size:.78rem;opacity:.55}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c181073;z-index:200;display:flex;justify-content:flex-end}.cart-drawer{width:420px;max-width:100vw;background:var(--white);height:100%;display:flex;flex-direction:column;box-shadow:-8px 0 32px #2c181029}.cart-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-header h2{font-size:1.1rem;font-weight:700}.close-btn{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--text-muted);line-height:1;padding:4px}.cart-items{flex:1;overflow-y:auto;padding:16px 24px}.cart-empty{text-align:center;padding:48px 0;color:var(--text-muted)}.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:72px;height:72px;border-radius:var(--radius);object-fit:cover;border:1px solid var(--border)}.cart-item-info{flex:1}.cart-item-info h4{font-size:.9rem;font-weight:600;margin-bottom:2px}.cart-item-info p{font-size:.78rem;color:var(--text-muted)}.cart-item-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-btn{width:28px;height:28px;border-radius:var(--radius);border:1.5px solid var(--border);background:none;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.qty-btn:hover{border-color:var(--accent);color:var(--accent)}.qty-val{font-size:.9rem;font-weight:600;min-width:24px;text-align:center}.remove-btn{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;margin-left:auto;text-decoration:underline}.remove-btn:hover{color:#d64045}.cart-footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;margin-bottom:14px}.checkout-btn{width:100%;background:var(--accent);color:var(--white);border:none;border-radius:var(--radius);padding:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:var(--accent-dark)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c181080;z-index:300;display:flex;align-items:center;justify-content:center;padding:16px}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #2c181038;border-top:3px solid var(--accent)}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-header h2{font-size:1.1rem;font-weight:700}.modal-body{padding:24px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;outline:none;transition:border-color .2s;background:var(--white);color:var(--text)}.form-group input:focus,.form-group select:focus{border-color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-summary{background:var(--bg);border-radius:var(--radius);padding:14px;margin-bottom:20px}.order-summary h3{font-size:.88rem;font-weight:700;margin-bottom:10px}.summary-item{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:4px;color:var(--text-muted)}.summary-total{display:flex;justify-content:space-between;font-size:.95rem;font-weight:700;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.paypal-btn{width:100%;background:#ffc439;color:#111;border:none;border-radius:var(--radius);padding:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center;gap:8px}.paypal-btn:hover{opacity:.9}.paypal-btn:disabled{opacity:.6;cursor:not-allowed}.secure-note{text-align:center;font-size:.76rem;color:var(--text-muted);margin-top:10px}.product-page-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;max-width:100%;box-shadow:0 2px 8px #2c181012}.back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.88rem;font-weight:500;transition:color .2s}.back-btn:hover{color:var(--accent)}.product-page-body{max-width:1100px;margin:40px auto;padding:0 24px}.breadcrumb{font-size:.82rem;color:var(--text-muted);margin-bottom:28px;display:flex;gap:6px;align-items:center;flex-wrap:wrap}.breadcrumb a{color:var(--text-muted);cursor:pointer;text-decoration:none}.breadcrumb a:hover{color:var(--accent);text-decoration:underline}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-img-sticky{position:sticky;top:80px}.product-img-main{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.product-info h1{font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:600;line-height:1.2;margin-bottom:8px}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.product-price{font-size:1.6rem;font-weight:700;color:var(--primary)}.product-price-orig{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.product-desc{color:var(--text-muted);font-size:.93rem;line-height:1.65;margin-bottom:20px}.option-label{font-size:.85rem;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.color-swatches{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}.color-swatch{width:36px;height:36px;border-radius:50%;border:2.5px solid var(--border);cursor:pointer;transition:transform .15s,border-color .15s}.color-swatch.active{border-color:var(--primary);transform:scale(1.1)}.color-swatch:hover{transform:scale(1.08)}.size-grid{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.size-btn{padding:8px 14px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:48px;text-align:center}.size-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.size-btn:hover:not(.active){border-color:var(--accent);color:var(--accent)}.qty-control{display:flex;align-items:center;gap:12px;margin-bottom:20px}.qty-control .qty-btn{width:36px;height:36px;border-radius:var(--radius)}.qty-control .qty-val{font-size:1.1rem;font-weight:700;min-width:32px;text-align:center}.add-to-cart-btn{width:100%;background:var(--accent);color:var(--white);border:none;border-radius:var(--radius);padding:15px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;margin-bottom:12px;letter-spacing:.02em}.add-to-cart-btn:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-1px)}.add-to-cart-btn:disabled{opacity:.55;cursor:not-allowed}.product-meta{margin-top:24px;border-top:1px solid var(--border);padding-top:20px}.product-meta p{font-size:.85rem;color:var(--text-muted);margin-bottom:6px}.product-meta strong{color:var(--text)}.product-features{margin-top:16px}.product-features li{font-size:.88rem;color:var(--text-muted);margin-bottom:6px;padding-left:14px;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.trust-badges{display:flex;gap:16px;margin-top:20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-muted)}.sku-text{font-size:.78rem;color:var(--text-muted);margin-top:6px}.related-section{margin-top:60px}.related-section h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;margin-bottom:24px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.policy-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.policy-layout{display:grid;grid-template-columns:240px 1fr;gap:0;flex:1;max-width:1100px;margin:0 auto;padding:40px 24px;width:100%}.policy-sidebar{position:sticky;top:90px;align-self:start;padding-right:32px}.policy-sidebar h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px}.policy-nav-link{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:var(--radius);font-size:.88rem;cursor:pointer;transition:all .15s;color:var(--text-muted);margin-bottom:2px;text-decoration:none;border:none;background:none;width:100%;text-align:left}.policy-nav-link:hover{background:var(--border);color:var(--text)}.policy-nav-link.active{background:var(--accent);color:var(--white)}.policy-content{background:var(--white);border-radius:var(--radius);padding:40px 48px;border-top:3px solid var(--accent);box-shadow:var(--shadow)}.policy-content h1{font-family:Playfair Display,Georgia,serif;font-size:2rem;margin-bottom:8px}.policy-updated{font-size:.82rem;color:var(--text-muted);margin-bottom:28px}.policy-content h2{font-size:1.1rem;font-weight:700;margin:28px 0 10px;color:var(--primary)}.policy-content h3{font-size:.95rem;font-weight:700;margin:16px 0 8px}.policy-content p{font-size:.92rem;color:var(--text-muted);margin-bottom:12px;line-height:1.7}.policy-content ul,.policy-content ol{padding-left:20px;margin-bottom:12px}.policy-content li{font-size:.92rem;color:var(--text-muted);margin-bottom:6px;line-height:1.6}.policy-content a{color:var(--accent)}.policy-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:.88rem}.policy-content th{background:var(--bg);padding:10px 14px;text-align:left;font-weight:700;border:1px solid var(--border)}.policy-content td{padding:10px 14px;border:1px solid var(--border);color:var(--text-muted)}.policy-contact-box{background:var(--bg);border-radius:var(--radius);padding:20px 24px;margin-top:28px;border-left:3px solid var(--accent)}.policy-contact-box h3{font-size:.95rem;font-weight:700;margin-bottom:8px}.policy-contact-box p{font-size:.88rem;color:var(--text-muted);margin-bottom:4px}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--white);padding:12px 28px;border-radius:100px;font-size:.9rem;font-weight:600;z-index:500;box-shadow:0 8px 24px #2c181038;border-left:3px solid var(--accent);white-space:nowrap}@media (max-width: 900px){.product-grid,.category-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.footer-inner,.product-layout,.policy-layout{grid-template-columns:1fr}.policy-sidebar{position:static;padding-right:0;margin-bottom:24px}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero{height:440px}.header-nav{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.policy-content{padding:24px 20px}}
