*{box-sizing:border-box;margin:0;padding:0}:root{--gold:#ac4cc9;--gold-light:#f0e878;--gold-dark:#8b6914;--dark:#0e0e0e;--dark2:#1a1a1a;--dark3:#252525;--dark4:#333;--text:#f5f0e8;--text-muted:#a09880;--text-dim:#6b6355;--accent:#e8c56a;--accent2:#4a9b7f;--card:#1e1c18;--border:#2e2c26;--danger:#c0392b;--success:#27ae60}body{background:var(--dark);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}.serif{font-family:Playfair Display,serif}#app{flex-direction:column;min-height:100vh;display:flex}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0e0e0ef2;padding:0 2rem;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1300px;height:64px;margin:0 auto;display:flex}.logo{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--gold), var(--gold-dark));border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.logo-text{color:var(--text);letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.logo-text span{color:var(--gold)}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 14px;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .2s}.nav-btn:hover{color:var(--text);background:var(--dark3)}.nav-btn.active{color:var(--gold)}.cart-btn{background:var(--gold);color:var(--dark);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;position:relative}.cart-btn:hover{background:var(--gold-light)}.cart-count{background:var(--dark);color:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex}.hero{text-align:center;background:radial-gradient(at 50% 0,#c9a84c14 0%,#0000 70%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;position:absolute;inset:0}.hero:before{opacity:.18;background:repeating-linear-gradient(#fff0 0,#ffffff0f 2px,#fff0 8px 40px);animation:10s linear infinite heroLineRise}.hero:after{opacity:.4;background:linear-gradient(#fff0 0%,#ffffff14 45%,#fff0 100%);animation:7s ease-in-out infinite heroPulseLayer;transform:translateY(70%)}.hero h1{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}@keyframes heroLineRise{0%{opacity:.08;transform:translateY(100%)}50%{opacity:.22;transform:translateY(-18%)}to{opacity:.08;transform:translateY(-240%)}}@keyframes heroPulseLayer{0%,to{opacity:.25;transform:translateY(70%)}50%{opacity:.55;transform:translateY(15%)}}.hero-title{justify-items:center;gap:.55rem;display:inline-grid;overflow:hidden}.hero-layer-line{opacity:0;animation:.75s cubic-bezier(.2,.8,.2,1) forwards heroLayerRise;display:inline-block;position:relative;transform:translateY(30px)skewY(2deg)}.hero-layer-line:first-child{animation-delay:.18s}.hero-layer-line:nth-child(2){animation-delay:.42s}.hero-layer-line:before{content:"";transform-origin:0;background:linear-gradient(90deg,#ac4cc93d,#e8c56a57);border-radius:99px;height:.3rem;transition:transform .6s;position:absolute;bottom:-.25rem;left:0;right:0;transform:scaleX(0)}.hero-layer-line:hover:before{transform:scaleX(1)}.hero-layer-highlight{color:#0000;background:linear-gradient(90deg, var(--gold), var(--accent2));-webkit-background-clip:text;background-clip:text;animation:2.5s ease-in-out infinite alternate shimmerHue}@keyframes heroLayerRise{0%{opacity:0;transform:translateY(40px)skewY(4deg)}60%{opacity:1;transform:translateY(-6px)skewY(1deg)}to{opacity:1;transform:translateY(0)skewY(0)}}@keyframes shimmerHue{0%{filter:hue-rotate()}to{filter:hue-rotate(18deg)}}.hero h1 em{color:var(--gold);font-style:italic}.ww-container{justify-content:center;align-items:center;gap:0;height:120px;margin-bottom:.5rem;display:flex;position:relative}.ww-letter{color:var(--gold);text-shadow:0 0 30px #c9a84c4d;letter-spacing:-.05em;font-family:Playfair Display,serif;font-size:clamp(5rem,12vw,9rem);font-weight:700;line-height:1;position:relative}.ww-first{opacity:0;z-index:2;animation:1.4s cubic-bezier(.16,1,.3,1) forwards wwFirstZoom;transform:scale(2)translate(30px)rotate(-6deg)}.ww-second{opacity:0;z-index:1;margin-left:-.2em;animation:1.4s cubic-bezier(.16,1,.3,1) .3s forwards wwSecondZoom;transform:scale(2)translate(-30px)rotate(6deg)}@keyframes wwFirstZoom{0%{opacity:0;text-shadow:0 0 60px #c9a84c99;transform:scale(2.5)translate(50px)rotate(-10deg)}40%{opacity:.7;text-shadow:0 0 40px #c9a84c66;transform:scale(.95)translate(-4px)rotate(-1deg)}65%{opacity:1;text-shadow:0 0 20px #c9a84c33;transform:scale(1.08)translate(2px)rotate(1deg)}to{opacity:1;text-shadow:0 0 30px #c9a84c4d;transform:scale(1)translate(0)rotate(0)}}@keyframes wwSecondZoom{0%{opacity:0;text-shadow:0 0 60px #c9a84c99;transform:scale(2.5)translate(-50px)rotate(10deg)}40%{opacity:.7;text-shadow:0 0 40px #c9a84c66;transform:scale(.95)translate(4px)rotate(1deg)}65%{opacity:1;text-shadow:0 0 20px #c9a84c33;transform:scale(1.08)translate(-2px)rotate(-1deg)}to{opacity:1;text-shadow:0 0 30px #c9a84c4d;transform:scale(1)translate(0)rotate(0)}}.ww-glow{pointer-events:none;background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);border-radius:50%;width:180px;height:180px;animation:3s ease-in-out infinite wwGlowPulse;position:absolute}@keyframes wwGlowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.ww-tagline{letter-spacing:.35em;text-transform:uppercase;color:var(--text-muted);opacity:0;margin-top:-.25rem;font-size:clamp(.75rem,1.2vw,.95rem);animation:.8s 1.2s forwards wwTaglineFade;display:block}@keyframes wwTaglineFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ww-letter:hover{text-shadow:0 0 50px #c9a84c99;transition:text-shadow .3s}.hero p{color:var(--text-muted);max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:inline-flex}.btn-primary{background:var(--gold);color:var(--dark);cursor:pointer;border:none;border-radius:8px;padding:12px 28px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:12px 28px;font-family:DM Sans,sans-serif;font-size:.95rem;transition:all .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.badge-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.badge{background:var(--dark3);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:.8rem;display:flex}.badge:before{content:"✦";color:var(--gold);font-size:10px}.filters-bar{border-bottom:1px solid var(--border);background:var(--dark2);padding:1.5rem 2rem}.filters-inner{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1300px;margin:0 auto;display:flex}.filter-chip{background:var(--dark3);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:.85rem;transition:all .2s}.filter-chip:hover,.filter-chip.active{background:var(--gold);color:var(--dark);border-color:var(--gold);font-weight:500}.search-box{background:var(--dark3);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;margin-left:auto;padding:6px 14px;display:flex}.search-box input{color:var(--text);background:0 0;border:none;outline:none;width:180px;font-family:DM Sans,sans-serif;font-size:.9rem}.search-box input::placeholder{color:var(--text-dim)}.section{padding:2.5rem 2rem}.section-inner{max-width:1300px;margin:0 auto}.section-header{justify-content:space-between;align-items:baseline;margin-bottom:2rem;display:flex}.section-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.section-count{color:var(--text-muted);font-size:.9rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 40px #c9a84c1f}.product-img{background:var(--dark3);justify-content:center;align-items:center;height:220px;font-size:5rem;display:flex;position:relative;overflow:hidden}.product-img img,.modal .product-big-img img,.product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-img:after{content:"";background:linear-gradient(#0000 60%,#0e0e0e66);position:absolute;inset:0}.product-badge{background:var(--gold);color:var(--dark);z-index:1;letter-spacing:.05em;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.product-discount{background:var(--danger);color:#fff;z-index:2;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:12px}.image-nav{z-index:2;color:#fff;cursor:pointer;background:#00000073;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.3rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-nav.prev{left:10px}.image-nav.next{right:10px}.image-dots{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.image-dots span{background:#ffffff73;border-radius:50%;width:7px;height:7px}.image-dots span.active{background:var(--gold)}.product-body{padding:1.25rem}.product-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.75rem}.product-name{margin-bottom:6px;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;line-height:1.3}.product-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--gold);font-size:1.2rem;font-weight:600}.product-price-old{color:var(--text-dim);margin-left:6px;font-size:.8rem;text-decoration:line-through}.add-cart-btn{background:var(--gold);color:var(--dark);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:5px;padding:8px 16px;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.add-cart-btn:hover{background:var(--gold-light);transform:scale(1.05)}.add-cart-btn.added{background:var(--accent2);color:#fff}.no-products{text-align:center;color:var(--text-muted);padding:4rem 2rem}.no-products .icon{margin-bottom:1rem;font-size:3rem}.cart-overlay{z-index:200;opacity:0;pointer-events:none;background:#000000b3;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{background:var(--dark2);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:min(440px,100vw);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-overlay.open .cart-drawer{transform:translate(0)}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{font-family:Playfair Display,serif;font-size:1.4rem}.close-btn{background:var(--dark3);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.close-btn:hover{color:var(--text)}.cart-items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);gap:12px;padding:1rem 0;display:flex}.cart-item-img{background:var(--dark3);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.cart-item-info{flex:1}.cart-item-name{margin-bottom:4px;font-size:.95rem;font-weight:500}.cart-item-price{color:var(--gold);font-size:.9rem;font-weight:600}.cart-item-controls{align-items:center;gap:8px;margin-top:8px;display:flex}.qty-btn{background:var(--dark3);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.9rem;display:flex}.qty-btn:hover{border-color:var(--gold);color:var(--gold)}.qty-display{text-align:center;min-width:24px;font-size:.9rem;font-weight:500}.remove-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:1rem}.remove-btn:hover{color:var(--danger)}.cart-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.cart-empty .icon{margin-bottom:1rem;font-size:3rem;display:block}.cart-footer{border-top:1px solid var(--border);padding:1.5rem}.cart-subtotal{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;display:flex}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex}.cart-total span:last-child{color:var(--gold)}.checkout-btn{background:var(--gold);width:100%;color:var(--dark);cursor:pointer;border:none;border-radius:10px;padding:14px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:all .2s}.checkout-btn:hover{background:var(--gold-light)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-page{max-width:900px;margin:0 auto;padding:2.5rem 2rem}.checkout-grid{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}@media (width<=700px){.checkout-grid{grid-template-columns:1fr}}.checkout-form{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem}.checkout-form h2{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.form-section{margin-bottom:1.5rem}.form-section h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{flex-direction:column;gap:6px;margin-bottom:1rem;display:flex}.form-group label{color:var(--text-muted);font-size:.85rem}.form-group input,.form-group select,.form-group textarea{background:var(--dark3);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;padding:10px 14px;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group select option{background:var(--dark3)}.form-group textarea{resize:vertical;min-height:130px;line-height:1.6}.delivery-options{gap:.75rem;margin-top:1rem;display:grid}.delivery-option{background:var(--dark3);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:.8rem;padding:.9rem 1rem;display:flex}.delivery-option.active{border-color:var(--gold);background:#c9a84c14}.delivery-option span{gap:.25rem;display:grid}.delivery-option small{color:var(--text-muted)}.order-summary{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;position:sticky;top:80px}.order-summary h3{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.2rem}.summary-item{align-items:center;gap:10px;margin-bottom:.75rem;display:flex}.summary-item-img{background:var(--dark3);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.summary-item-info{flex:1;font-size:.85rem}.summary-item-price{color:var(--gold);white-space:nowrap;font-size:.9rem;font-weight:600}.summary-totals{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.summary-row.total{color:var(--text);border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem;font-size:1rem;font-weight:600}.summary-row.total span:last-child{color:var(--gold)}.place-order-btn{background:var(--gold);width:100%;color:var(--dark);cursor:pointer;border:none;border-radius:10px;margin-top:1.25rem;padding:14px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:all .2s}.place-order-btn:hover{background:var(--gold-light)}.secure-badges{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.secure-badge{color:var(--text-dim);align-items:center;gap:4px;font-size:.75rem;display:flex}.success-page{text-align:center;max-width:600px;margin:0 auto;padding:5rem 2rem}.success-icon{margin-bottom:1.5rem;font-size:4rem}.success-page h2{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem}.order-number{background:var(--dark3);border:1px solid var(--border);border-radius:10px;margin:1.5rem auto;padding:1rem 1.5rem;display:inline-block}.order-number span{color:var(--gold);font-size:1.2rem;font-weight:600}.admin-layout{grid-template-columns:220px 1fr;min-height:calc(100vh - 64px);display:grid}.admin-sidebar{background:var(--dark2);border-right:1px solid var(--border);padding:1.5rem 1rem}.admin-sidebar h3{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:1rem;padding-left:.5rem;font-size:.75rem}.sidebar-link{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;margin-bottom:2px;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .2s;display:flex}.sidebar-link:hover{background:var(--dark3);color:var(--text)}.sidebar-link.active{color:var(--gold);background:#c9a84c1f}.admin-content{padding:2rem;overflow-y:auto}.admin-header{margin-bottom:2rem}.admin-header h2{margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.8rem}.admin-header p{color:var(--text-muted);font-size:.9rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.stat-card .label{color:var(--text-muted);margin-bottom:6px;font-size:.8rem}.stat-card .value{color:var(--gold);font-size:1.6rem;font-weight:600}.stat-card .sub{color:var(--accent2);margin-top:4px;font-size:.8rem}.product-form{background:var(--card);border:1px solid var(--border);border-radius:16px;max-width:700px;padding:2rem}.product-form h3{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.emoji-picker{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.emoji-opt{background:var(--dark3);border:2px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:all .2s;display:flex}.emoji-opt:hover,.emoji-opt.selected{border-color:var(--gold);background:#c9a84c1a}.color-picker-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.color-opt{cursor:pointer;border:3px solid #0000;border-radius:50%;width:32px;height:32px;transition:all .2s}.color-opt.selected{border-color:var(--text);transform:scale(1.1)}.form-actions{gap:1rem;margin-top:1.5rem;display:flex}.btn-save{background:var(--gold);color:var(--dark);cursor:pointer;border:none;border-radius:8px;padding:11px 24px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600}.btn-cancel{background:var(--dark3);color:var(--text-muted);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:11px 24px;font-family:DM Sans,sans-serif;font-size:.95rem}.btn-danger{color:#e74c3c;cursor:pointer;background:#c0392b26;border:1px solid #c0392b4d;border-radius:7px;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:.8rem}.btn-edit{color:var(--gold);cursor:pointer;background:#c9a84c1f;border:1px solid #c9a84c4d;border-radius:7px;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:.8rem}.products-table{border-collapse:collapse;width:100%}.products-table th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--text-dim);border-bottom:1px solid var(--border);padding:10px 12px;font-size:.8rem}.products-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px;font-size:.9rem}.products-table tr:last-child td{border-bottom:none}.products-table tr:hover td{background:#ffffff05}.product-thumb{background:var(--dark3);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:flex;overflow:hidden}.order-history-table small{color:var(--text-muted);margin-top:.2rem;line-height:1.45;display:block}.order-address{max-width:260px}.order-items-list{gap:.2rem;display:grid}.order-status{border-radius:6px;justify-content:center;align-items:center;min-width:74px;padding:.35rem .55rem;font-size:.8rem;font-weight:600;display:inline-flex}.order-status.done{color:var(--success);background:#27ae601f;border:1px solid #27ae6040}.order-status.undone{color:var(--warning);background:#c9a84c1f;border:1px solid #c9a84c40}.legal-page{max-width:800px;margin:0 auto;padding:3rem 2rem}.legal-page h1{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem}.legal-page .date{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9rem}.legal-page h2{color:var(--gold);margin:2rem 0 .75rem;font-family:Playfair Display,serif;font-size:1.3rem}.legal-page p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.legal-page ul{color:var(--text-muted);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.8}.legal-page li{margin-bottom:.4rem}.legal-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.contact-page{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:2rem;max-width:1100px;margin:0 auto;padding:3rem 0;display:grid}@media (width<=800px){.contact-page{grid-template-columns:1fr}}.contact-intro h1{margin-bottom:1rem;font-size:2.5rem}.contact-intro>p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}.contact-info-grid{gap:1rem;display:grid}.contact-info-card,.contact-form{background:var(--card);border:1px solid var(--border);border-radius:8px}.contact-info-card{padding:1rem}.contact-info-card span{color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.78rem;display:block}.contact-info-card a,.contact-info-card p{color:var(--text);line-height:1.5;text-decoration:none}.contact-info-card a:hover{color:var(--gold)}.contact-form{padding:2rem}.contact-success{color:var(--success);background:#27ae601a;border:1px solid #27ae6040;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem;line-height:1.5}.contact-actions{flex-wrap:wrap;gap:1rem;display:flex}.toast-container{z-index:500;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{background:var(--dark2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;min-width:220px;padding:12px 18px;font-size:.9rem;animation:.3s slideIn;display:flex;box-shadow:0 4px 20px #0006}.toast.success{border-left:3px solid var(--success)}.toast.error{border-left:3px solid var(--danger)}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}footer{background:var(--dark2);border-top:1px solid var(--border);margin-top:auto;padding:3rem 2rem 1.5rem}.footer-inner{max-width:1300px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (width<=700px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand .logo-text{margin-bottom:.75rem;font-size:1.2rem;display:block}.footer-brand p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:1rem;font-size:.8rem}.footer-link{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:0;margin-bottom:.5rem;padding:0;font-family:DM Sans,sans-serif;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-link:hover{color:var(--gold)}.footer-text,.footer-text:hover{color:var(--text-muted);cursor:default}.footer-bottom{border-top:1px solid var(--border);color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;font-size:.8rem;display:flex}.modal-overlay{z-index:300;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--dark2);border:1px solid var(--border);border-radius:16px;width:100%;max-width:550px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal h2{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.6rem}.modal .product-big-img{background:var(--dark3);border-radius:12px;justify-content:center;align-items:center;height:200px;margin-bottom:1.25rem;font-size:6rem;display:flex;position:relative;overflow:hidden}.modal-close{background:var(--dark3);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:6px;width:32px;height:32px;font-size:1.1rem;position:absolute;top:1rem;right:1rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--dark4);border-radius:3px}@media (width<=800px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}.checkout-grid,.form-row{grid-template-columns:1fr}}
