:root{--primary: #16213E;--accent: #E94560;--accent-dark: #C73652;--text: #16213E;--text-muted: #6B7280;--border: #E5E7EB;--bg: #F9F8F6;--white: #FFFFFF;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(22, 33, 62, .1);--shadow-lg: 0 8px 40px rgba(22, 33, 62, .15);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.banner-strip{background:var(--primary);color:var(--white);text-align:center;padding:10px 16px;font-size:13px;font-weight:500;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.banner-strip strong{color:var(--accent)}.header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.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:10px;font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:var(--primary);letter-spacing:-.01em}.header-nav{display:flex;align-items:center;gap:28px}.header-nav a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color var(--transition)}.header-nav a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:12px}.cart-btn{position:relative;display:flex;align-items:center;gap:6px;background:var(--primary);color:var(--white);padding:8px 18px;border-radius:50px;font-size:14px;font-weight:600;transition:background var(--transition),transform var(--transition)}.cart-btn:hover{background:var(--accent);transform:translateY(-1px)}.cart-count{background:var(--accent);color:var(--white);font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.hero{position:relative;height:600px;overflow:hidden}.hero-bg{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#16213ed1,#16213e66 60%,#e9456026);display:flex;align-items:center}.hero-content{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.hero-eyebrow{display:inline-block;background:var(--accent);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:20px}.hero h1{font-family:Playfair Display,serif;font-size:clamp(40px,6vw,72px);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:16px;max-width:580px}.hero h1 em{color:var(--accent);font-style:normal}.hero-sub{color:#ffffffd9;font-size:18px;max-width:420px;margin-bottom:32px;line-height:1.6}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--white);font-size:15px;font-weight:700;padding:14px 32px;border-radius:50px;transition:background var(--transition),transform var(--transition)}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-2px)}.hero-stats{background:var(--white);display:flex;align-items:center;justify-content:center;gap:0}.hero-stat{flex:1;text-align:center;padding:20px 24px;border-right:1px solid var(--border)}.hero-stat:last-child{border-right:none}.hero-stat strong{display:block;font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--accent);line-height:1;margin-bottom:4px}.hero-stat span{font-size:13px;color:var(--text-muted)}.categories{max-width:1280px;margin:60px auto;padding:0 24px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.section-title{font-family:Playfair Display,serif;font-size:32px;font-weight:600;color:var(--primary)}.section-sub{color:var(--text-muted);font-size:15px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;aspect-ratio:4/5;transition:transform var(--transition),box-shadow var(--transition)}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover img{transform:scale(1.05)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#16213ebf,#16213e1a 60%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:20px}.category-card-overlay h3{font-family:Playfair Display,serif;font-size:20px;color:var(--white);font-weight:600;margin-bottom:6px}.category-badge{background:var(--accent);color:var(--white);font-size:11px;font-weight:700;padding:3px 10px;border-radius:50px;letter-spacing:.05em}.shop-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:32px;flex-wrap:wrap}.filter-btn{padding:8px 20px;border-radius:50px;font-size:14px;font-weight:500;border:1.5px solid var(--border);color:var(--text-muted);transition:all var(--transition);background:var(--white)}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.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;border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card-img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:#f3f4f6}.product-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img-wrap img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-bestseller{background:var(--primary);color:var(--white)}.badge-new{background:#10b981;color:var(--white)}.badge-sale{background:var(--accent);color:var(--white)}.badge-featured{background:#f59e0b;color:var(--white)}.product-card-info{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card-cat{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.product-card-name{font-size:15px;font-weight:600;color:var(--primary);line-height:1.3}.product-card-price{display:flex;align-items:center;gap:8px;margin-top:auto}.price-current{font-size:16px;font-weight:700;color:var(--primary)}.price-original{font-size:13px;color:var(--text-muted);text-decoration:line-through}.price-sale{color:var(--accent)}.product-card-btn{margin:0 16px 16px;width:calc(100% - 32px);padding:10px;background:var(--primary);color:var(--white);border-radius:var(--radius-sm);font-size:13px;font-weight:600;transition:background var(--transition);text-align:center}.product-card-btn:hover{background:var(--accent)}.features-strip{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:60px}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;border-right:1px solid var(--border);gap:6px}.feature-item:last-child{border-right:none}.feature-icon{font-size:28px;margin-bottom:4px}.feature-item strong{font-size:15px;color:var(--primary)}.feature-item span{font-size:13px;color:var(--text-muted)}.reviews-section{max-width:1280px;margin:0 auto 60px;padding:0 24px}.reviews-header{text-align:center;margin-bottom:40px}.reviews-header h2{font-family:Playfair Display,serif;font-size:32px;color:var(--primary);margin-bottom:8px}.reviews-agg{display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;color:var(--text-muted)}.stars{color:#fbbf24;font-size:20px;letter-spacing:2px}.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:24px}.review-stars{color:#fbbf24;font-size:14px;letter-spacing:2px;margin-bottom:12px}.review-text{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:16px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--primary);color:var(--white);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-name{font-size:14px;font-weight:600;color:var(--primary)}.review-date{font-size:12px;color:var(--text-muted)}.review-product{font-size:12px;color:var(--accent);margin-top:2px}.footer{background:var(--primary);color:#fffc;padding:60px 24px 32px}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:var(--white);margin-bottom:16px}.footer-brand p{font-size:14px;line-height:1.7;max-width:280px}.footer-brand address{font-style:normal;font-size:13px;margin-top:16px;line-height:1.8}.footer-col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:#ffffffb3;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{max-width:1280px;margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#ffffff80;flex-wrap:wrap;gap:12px}.footer-bottom a{color:#fff9;transition:color var(--transition)}.footer-bottom a:hover{color:var(--accent)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;animation:fadeIn .2s ease}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:420px;max-width:100vw;background:var(--white);box-shadow:var(--shadow-lg);z-index:201;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-header h3{font-size:18px;font-weight:700;color:var(--primary)}.cart-close{font-size:24px;color:var(--text-muted);transition:color var(--transition)}.cart-close:hover{color:var(--accent)}.cart-items{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:14px;align-items:flex-start}.cart-item-img{width:72px;height:88px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:#f3f4f6}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:4px}.cart-item-meta{font-size:12px;color:var(--text-muted);margin-bottom:10px}.cart-item-controls{display:flex;align-items:center;gap:12px}.qty-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border);font-size:16px;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.qty-btn:hover{border-color:var(--primary);background:var(--primary);color:var(--white)}.qty-num{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-item-price{font-size:15px;font-weight:700;color:var(--primary)}.cart-remove{font-size:18px;color:var(--text-muted);transition:color var(--transition)}.cart-remove:hover{color:var(--accent)}.cart-empty{text-align:center;padding:60px 24px;color:var(--text-muted)}.cart-empty p{font-size:16px;margin-bottom:16px}.cart-empty button{padding:10px 24px;background:var(--primary);color:var(--white);border-radius:var(--radius-sm);font-size:14px;font-weight:600}.cart-footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-summary{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px;font-size:18px;font-weight:700;color:var(--primary)}.checkout-btn{width:100%;padding:14px;background:var(--accent);color:var(--white);border-radius:var(--radius);font-size:16px;font-weight:700;transition:background var(--transition)}.checkout-btn:hover{background:var(--accent-dark)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .2s ease}.checkout-modal{background:var(--white);border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.checkout-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;margin-bottom:24px}.checkout-header h3{font-size:20px;font-weight:700;color:var(--primary)}.checkout-body{padding:0 24px 24px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;color:var(--primary);margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text);font-family:inherit;transition:border-color var(--transition);background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-summary{background:var(--bg);border-radius:var(--radius-sm);padding:16px;margin:16px 0}.order-summary-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}.order-item{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.order-divider{border:none;border-top:1px solid var(--border);margin:10px 0}.order-total{display:flex;justify-content:space-between;font-size:16px;font-weight:700;color:var(--primary)}.paypal-btn{width:100%;padding:14px;background:#0070ba;color:var(--white);border-radius:var(--radius);font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:background var(--transition);margin-top:16px}.paypal-btn:hover{background:#005ea6}.paypal-btn:disabled{opacity:.7;cursor:not-allowed}.trust-note{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px}.product-page{min-height:100vh;background:var(--bg)}.product-page-inner{max-width:1280px;margin:0 auto;padding:40px 24px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);margin-bottom:32px}.breadcrumb a{color:var(--text-muted);transition:color var(--transition)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span{color:var(--primary)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-image-col{position:sticky;top:96px}.product-main-img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius);background:#f3f4f6}.product-info-col{display:flex;flex-direction:column;gap:24px}.product-category-tag{font-size:12px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.1em}.product-name{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--primary);line-height:1.2}.product-price-row{display:flex;align-items:center;gap:12px}.product-price{font-size:28px;font-weight:700;color:var(--primary)}.product-price-orig{font-size:18px;color:var(--text-muted);text-decoration:line-through}.product-price-save{font-size:14px;font-weight:600;color:var(--accent)}.product-desc{font-size:15px;line-height:1.8;color:var(--text-muted)}.option-label{font-size:13px;font-weight:700;color:var(--primary);margin-bottom:10px;display:block}.color-swatches{display:flex;gap:8px;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:2px solid transparent;outline-offset:2px;transition:all var(--transition)}.color-swatch.selected{border-color:var(--white);outline-color:var(--primary)}.size-grid{display:flex;gap:8px;flex-wrap:wrap}.size-btn{min-width:48px;height:40px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--text);padding:0 12px;transition:all var(--transition);background:var(--white)}.size-btn:hover{border-color:var(--primary)}.size-btn.selected{background:var(--primary);color:var(--white);border-color:var(--primary)}.qty-row{display:flex;align-items:center;gap:16px}.qty-control{display:flex;align-items:center;gap:12px;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:4px 8px;background:var(--white)}.qty-control button{width:32px;height:32px;font-size:18px;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:color var(--transition)}.qty-control button:hover{color:var(--accent)}.qty-display{font-size:16px;font-weight:600;min-width:24px;text-align:center}.add-to-cart-btn{flex:1;padding:14px 24px;background:var(--accent);color:var(--white);border-radius:var(--radius);font-size:16px;font-weight:700;transition:background var(--transition),transform var(--transition)}.add-to-cart-btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.product-details-box{border:1px solid var(--border);border-radius:var(--radius);padding:20px;background:var(--white)}.product-details-box h4{font-size:14px;font-weight:700;color:var(--primary);margin-bottom:12px}.product-details-box p{font-size:14px;color:var(--text-muted);margin-bottom:8px}.product-features{list-style:none;display:flex;flex-direction:column;gap:6px}.product-features li{font-size:14px;color:var(--text-muted);display:flex;gap:8px}.product-features li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}.trust-badges{display:flex;gap:16px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.trust-badge strong{color:var(--primary)}.sku-text{font-size:12px;color:var(--text-muted)}.related-section{margin-top:64px}.related-section h3{font-family:Playfair Display,serif;font-size:24px;color:var(--primary);margin-bottom:24px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.policy-page{min-height:100vh;background:var(--bg)}.policy-layout{max-width:1100px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}.policy-sidebar{position:sticky;top:96px}.policy-sidebar h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px}.policy-nav{display:flex;flex-direction:column;gap:4px}.policy-nav-link{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:var(--text-muted);transition:all var(--transition);cursor:pointer}.policy-nav-link:hover{background:#e9456014;color:var(--accent)}.policy-nav-link.active{background:var(--primary);color:var(--white)}.policy-content{background:var(--white);border-radius:var(--radius);padding:40px;border:1px solid var(--border)}.policy-content h1{font-family:Playfair Display,serif;font-size:32px;color:var(--primary);margin-bottom:8px}.policy-updated{font-size:13px;color:var(--text-muted);margin-bottom:32px}.policy-content h2{font-size:18px;font-weight:700;color:var(--primary);margin:28px 0 12px}.policy-content h3{font-size:15px;font-weight:700;color:var(--primary);margin:20px 0 8px}.policy-content p{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:14px}.policy-content ul,.policy-content ol{margin:0 0 14px 20px}.policy-content li{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:4px}.policy-content table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:14px}.policy-content th{background:var(--bg);padding:10px 14px;text-align:left;font-weight:700;color:var(--primary);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-sm);padding:20px;margin-top:32px}.policy-contact-box h3{font-size:16px;color:var(--primary);margin-bottom:10px}.policy-contact-box p{margin-bottom:6px}.policy-contact-box a{color:var(--accent)}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--white);padding:12px 28px;border-radius:50px;font-size:14px;font-weight:500;z-index:400;box-shadow:var(--shadow-lg);animation:toastIn .3s ease,toastOut .3s ease 2.2s forwards;white-space:nowrap}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:32px}.product-image-col{position:static}}@media (max-width: 768px){.header-nav{display:none}.hero{height:480px}.hero h1{font-size:36px}.product-grid,.features-strip{grid-template-columns:repeat(2,1fr)}.reviews-grid,.policy-layout{grid-template-columns:1fr}.policy-sidebar{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{flex-direction:column}.hero-stat{border-right:none;border-bottom:1px solid var(--border)}.hero-stat:last-child{border-bottom:none}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr 1fr;gap:12px}.category-grid{grid-template-columns:1fr 1fr}.cart-drawer{width:100vw}.footer-inner{grid-template-columns:1fr}}
