:root{--primary: #1a2744;--primary-light: #253460;--accent: #c8a96e;--accent-dark: #b09050;--bg: #f8f7f4;--bg-alt: #f0ede6;--dark: #111827;--text: #2d3748;--muted: #718096;--border: #e2ddd5;--white: #ffffff;--success: #38a169;--error: #e53e3e;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--radius: 8px;--radius-lg: 16px;--shadow: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 4px 20px rgba(0,0,0,.12);--shadow-lg: 0 8px 40px rgba(0,0,0,.16);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{font-family:var(--font-heading);line-height:1.2;color:var(--dark)}button{cursor:pointer;border:none;font-family:var(--font-body);font-size:1rem;transition:var(--transition)}input,select,textarea{font-family:var(--font-body);font-size:1rem}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:var(--white);padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:.95rem;letter-spacing:.3px;transition:var(--transition)}.btn-primary:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-accent{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:var(--dark);padding:14px 28px;border-radius:var(--radius);font-weight:700;font-size:.95rem;transition:var(--transition)}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--white);border:2px solid var(--white);padding:12px 26px;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:var(--transition)}.btn-outline:hover{background:var(--white);color:var(--dark)}.announcement-bar{background:var(--primary);color:var(--white);text-align:center;padding:10px 16px;font-size:.82rem;letter-spacing:.5px}.announcement-bar a{color:var(--accent);text-decoration:underline}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1200px;margin:0 auto}.header-logo{display:flex;align-items:center;gap:12px}.header-logo img{width:44px;height:44px;object-fit:cover;border-radius:6px}.header-logo-text{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--primary);line-height:1.1}.header-logo-sub{font-size:.65rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);font-family:var(--font-body);font-weight:500}.header-nav{display:flex;align-items:center;gap:6px}.header-nav a{padding:8px 14px;font-size:.88rem;font-weight:500;color:var(--text);border-radius:var(--radius);transition:var(--transition)}.header-nav a:hover{color:var(--primary);background:var(--bg)}.header-actions{display:flex;align-items:center;gap:12px}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--primary);color:var(--white);border-radius:var(--radius);font-size:1.2rem;transition:var(--transition)}.cart-btn:hover{background:var(--primary-light)}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--accent);color:var(--dark);font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-menu-btn{display:none;background:none;padding:8px;font-size:1.4rem;color:var(--dark)}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:16px 24px;gap:4px}.mobile-nav.open{display:flex}.mobile-nav a{padding:12px 16px;font-size:.95rem;font-weight:500;color:var(--text);border-radius:var(--radius);transition:var(--transition)}.mobile-nav a:hover{background:var(--bg);color:var(--primary)}.hero-section{position:relative;min-height:600px;background:var(--primary);overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1400&h=700&fit=crop);background-size:cover;background-position:center;opacity:.35}.hero-content{position:relative;z-index:2;max-width:1200px;padding:80px 24px;max-width:600px;margin:0 auto 0 80px}.hero-badge{display:inline-block;background:var(--accent);color:var(--dark);font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:20px}.hero-title{font-family:var(--font-heading);font-size:clamp(2.4rem,5vw,3.8rem);color:var(--white);line-height:1.1;margin-bottom:20px}.hero-title span{color:var(--accent)}.hero-desc{color:#ffffffd9;font-size:1.1rem;line-height:1.7;margin-bottom:36px;max-width:480px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.section-title{font-family:var(--font-heading);font-size:1.8rem;color:var(--dark)}.section-link{font-size:.88rem;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:4px}.section-link:hover{color:var(--accent-dark)}.section{padding:64px 0}.section-alt{padding:64px 0;background:var(--white)}.dept-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.dept-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:2px solid transparent;transition:var(--transition);cursor:pointer;text-decoration:none}.dept-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.dept-card-img{width:100%;height:140px;object-fit:cover}.dept-card-name{padding:12px;font-size:.85rem;font-weight:600;color:var(--dark);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card-img-wrap{position:relative;overflow:hidden}.product-card-img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-img{transform:scale(1.04)}.product-badge{position:absolute;top:12px;left:12px;background:var(--primary);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:4px 10px;border-radius:20px}.product-badge.accent{background:var(--accent);color:var(--dark)}.product-card-body{padding:16px;flex:1;display:flex;flex-direction:column}.product-card-name{font-weight:600;font-size:.95rem;color:var(--dark);margin-bottom:8px;line-height:1.3}.product-card-category{font-size:.78rem;color:var(--muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.product-card-price{font-size:1.15rem;font-weight:700;color:var(--primary);margin-top:auto;margin-bottom:12px}.product-card-btn{width:100%;background:var(--primary);color:var(--white);padding:10px;border-radius:var(--radius);font-weight:600;font-size:.88rem;text-align:center;display:block;transition:var(--transition)}.product-card-btn:hover{background:var(--primary-light)}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.editorial-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:320px;display:flex;align-items:flex-end}.editorial-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.editorial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%)}.editorial-content{position:relative;z-index:1;padding:28px}.editorial-label{font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.editorial-title{font-family:var(--font-heading);font-size:1.6rem;color:var(--white);margin-bottom:16px}.trust-strip{background:var(--primary);padding:32px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-item{color:var(--white)}.trust-icon{font-size:2rem;margin-bottom:8px}.trust-title{font-size:.95rem;font-weight:700;margin-bottom:4px}.trust-desc{font-size:.8rem;opacity:.75}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--white);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--border);position:relative}.review-stars{color:var(--accent);font-size:1.1rem;margin-bottom:14px}.review-text{font-size:.92rem;line-height:1.7;color:var(--text);margin-bottom:18px;font-style:italic}.review-author{font-weight:700;font-size:.88rem;color:var(--dark)}.review-meta{font-size:.78rem;color:var(--muted);margin-top:2px}.newsletter-section{background:var(--primary);padding:72px 0;text-align:center}.newsletter-section h2{font-family:var(--font-heading);font-size:2rem;color:var(--white);margin-bottom:12px}.newsletter-section p{color:#fffc;margin-bottom:32px;font-size:1rem}.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 20px;border-radius:var(--radius);border:none;font-size:.95rem;outline:none}.newsletter-form button{background:var(--accent);color:var(--dark);padding:14px 28px;border-radius:var(--radius);font-weight:700;font-size:.95rem;white-space:nowrap}.newsletter-form button:hover{background:var(--accent-dark)}.site-footer{background:var(--dark);color:#ffffffd9;padding-top:56px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-name{font-family:var(--font-heading);font-size:1.25rem;color:var(--white);margin-bottom:6px}.footer-brand-logo{width:48px;height:48px;object-fit:cover;border-radius:6px;margin-bottom:16px}.footer-brand-desc{font-size:.88rem;line-height:1.7;opacity:.7;margin-bottom:20px}.footer-email a{color:var(--accent);font-size:.88rem}.footer-col-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--white);margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.88rem;opacity:.7;transition:var(--transition)}.footer-links a:hover{opacity:1;color:var(--accent)}.footer-bottom{padding:24px;text-align:center;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;opacity:.55}.cookie-notice{position:fixed;bottom:0;left:0;right:0;background:#111827f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;z-index:9999;border-top:1px solid rgba(255,255,255,.1)}.cookie-notice p{font-size:.85rem;opacity:.9}.cookie-notice a{color:var(--accent);text-decoration:underline}.cookie-accept{background:var(--accent);color:var(--dark);padding:10px 24px;border-radius:var(--radius);font-weight:700;font-size:.88rem;white-space:nowrap}.cookie-accept:hover{background:var(--accent-dark)}.policy-page{max-width:860px;margin:0 auto;padding:60px 24px}.policy-page h1{font-size:2.2rem;margin-bottom:8px}.policy-date{font-size:.85rem;color:var(--muted);margin-bottom:40px;display:block}.policy-page h2{font-size:1.3rem;margin:36px 0 14px;padding-bottom:8px;border-bottom:2px solid var(--border)}.policy-page p{margin-bottom:16px;font-size:.95rem;line-height:1.8;color:var(--text)}.policy-page ul{margin:12px 0 16px 24px}.policy-page li{margin-bottom:8px;font-size:.95rem;line-height:1.7;color:var(--text)}.policy-page a{color:var(--primary);text-decoration:underline}.contact-page{max-width:1100px;margin:0 auto;padding:60px 24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.88rem;font-weight:600;color:var(--dark)}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;color:var(--dark);background:var(--white);transition:var(--transition);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.faq-page{max-width:860px;margin:0 auto;padding:60px 24px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;text-align:left;padding:20px 0;font-size:1rem;font-weight:600;color:var(--dark);background:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-question:hover{color:var(--primary)}.faq-arrow{font-size:1.2rem;color:var(--primary);flex-shrink:0;transition:transform .2s}.faq-arrow.open{transform:rotate(180deg)}.faq-answer-wrap{overflow:hidden;transition:max-height .3s ease;max-height:0}.faq-answer-wrap.open{max-height:600px}.faq-answer{padding:0 0 20px;font-size:.95rem;line-height:1.8;color:var(--text)}.page-title{font-size:2rem;margin-bottom:32px;font-family:var(--font-heading)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{background:var(--white);border-radius:var(--radius-lg);padding:20px;display:flex;gap:20px;align-items:flex-start;border:1px solid var(--border)}.cart-item-img{width:90px;height:90px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.cart-item-info{flex:1}.cart-item-name{font-weight:600;margin-bottom:6px}.cart-item-meta{font-size:.83rem;color:var(--muted);margin-bottom:12px}.qty-control{display:flex;align-items:center;gap:8px}.qty-btn{width:30px;height:30px;border:1.5px solid var(--border);background:var(--white);border-radius:6px;font-size:1rem;display:flex;align-items:center;justify-content:center}.qty-btn:hover{border-color:var(--primary);color:var(--primary)}.qty-val{font-weight:600;width:32px;text-align:center}.remove-btn{color:var(--error);background:none;font-size:.83rem;margin-left:12px}.cart-item-price{font-weight:700;font-size:1rem;color:var(--primary);white-space:nowrap}.order-summary{background:var(--white);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--border);position:sticky;top:120px}.order-summary h3{font-size:1.1rem;font-weight:700;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.9rem}.summary-row.total{font-weight:700;font-size:1.05rem;border-top:1px solid var(--border);padding-top:12px;margin-top:4px}.summary-row .free{color:var(--success);font-weight:600}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.checkout-form-section{background:var(--white);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--border)}.checkout-section-title{font-size:1rem;font-weight:700;margin-bottom:20px;color:var(--dark)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shipping-option{border:2px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:var(--transition);margin-bottom:10px}.shipping-option.selected{border-color:var(--primary);background:#1a27440a}.shipping-option input[type=radio]{accent-color:var(--primary);width:18px;height:18px}.shipping-option-info{flex:1}.shipping-option-name{font-weight:600;font-size:.95rem}.shipping-option-desc{font-size:.8rem;color:var(--muted)}.shipping-option-price{font-weight:700;color:var(--primary)}.secure-badge{display:flex;align-items:center;gap:8px;font-size:.83rem;color:var(--success);font-weight:600;margin-bottom:20px}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:60px 0;align-items:start}.product-image-sticky{position:sticky;top:100px}.product-main-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:16px}.product-detail-name{font-family:var(--font-heading);font-size:2rem;margin-bottom:12px}.product-detail-price{font-size:1.8rem;font-weight:700;color:var(--primary);margin-bottom:20px}.product-detail-desc{font-size:.95rem;line-height:1.8;color:var(--text);margin-bottom:28px}.selector-label{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;color:var(--dark)}.color-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.color-option{padding:8px 16px;border:1.5px solid var(--border);border-radius:20px;font-size:.85rem;cursor:pointer;transition:var(--transition);background:var(--white)}.color-option.selected,.color-option:hover{border-color:var(--primary);color:var(--primary);font-weight:600}.size-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.size-option{width:48px;height:48px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--white);transition:var(--transition)}.size-option.selected{border-color:var(--primary);background:var(--primary);color:var(--white)}.size-option:hover:not(.selected){border-color:var(--primary)}.add-to-cart-btn{width:100%;background:var(--primary);color:var(--white);padding:16px;border-radius:var(--radius);font-weight:700;font-size:1rem;margin-bottom:12px;transition:var(--transition)}.add-to-cart-btn:hover{background:var(--primary-light)}.size-chart-toggle{width:100%;text-align:left;background:var(--bg-alt);padding:14px 18px;border-radius:var(--radius);font-size:.9rem;font-weight:600;display:flex;justify-content:space-between;margin-bottom:2px;color:var(--dark)}.size-chart-toggle:hover{background:var(--border)}.size-chart-wrap{overflow:hidden;transition:max-height .3s ease}.size-chart-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-top:8px}.size-chart-table th{background:var(--primary);color:var(--white);padding:10px 14px;text-align:center;font-weight:600}.size-chart-table td{padding:10px 14px;text-align:center;border-bottom:1px solid var(--border)}.size-chart-table tr.highlight{background:#1a274414;font-weight:600}.size-chart-tip{font-size:.82rem;color:var(--muted);margin-top:12px;line-height:1.6}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--muted);margin-bottom:24px;padding:16px 0 0}.breadcrumb a{color:var(--muted);transition:var(--transition)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--border)}.category-header{background:var(--primary);color:var(--white);padding:56px 0;margin-bottom:48px}.category-header h1{font-family:var(--font-heading);font-size:2.4rem;color:var(--white);margin-bottom:10px}.category-header p{opacity:.8;font-size:1rem}.about-page{max-width:900px;margin:0 auto;padding:60px 24px}.about-page h1{font-size:2.4rem;margin-bottom:12px}.about-page h2{font-size:1.4rem;margin:36px 0 14px}.about-page p{font-size:.95rem;line-height:1.9;color:var(--text);margin-bottom:18px}.about-page ul{margin:12px 0 20px 24px}.about-page li{font-size:.95rem;line-height:1.8;margin-bottom:8px}.about-info-card{background:var(--bg-alt);border-radius:var(--radius-lg);padding:28px;margin:32px 0;border-left:4px solid var(--accent)}.about-info-card p{margin-bottom:8px;font-size:.92rem}.about-info-card strong{color:var(--dark)}.notfound-page{text-align:center;padding:100px 24px}.notfound-number{font-family:var(--font-heading);font-size:8rem;color:var(--border);line-height:1}.notfound-title{font-size:1.8rem;margin-bottom:16px}.notfound-desc{color:var(--muted);margin-bottom:40px;font-size:1rem}.notfound-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px}.notfound-cat-link{padding:10px 20px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-weight:500;transition:var(--transition)}.notfound-cat-link:hover{border-color:var(--primary);color:var(--primary)}.success-page{text-align:center;padding:100px 24px;max-width:600px;margin:0 auto}.success-icon{font-size:4rem;margin-bottom:20px}.success-page h1{font-family:var(--font-heading);font-size:2rem;margin-bottom:16px}.success-page p{color:var(--muted);margin-bottom:32px;font-size:1rem}.page-header{background:var(--primary);padding:48px 0;margin-bottom:40px;text-align:center}.page-header h1{font-family:var(--font-heading);font-size:2.2rem;color:var(--white);margin-bottom:8px}.page-header p{color:#ffffffbf;font-size:.95rem}.loading{text-align:center;padding:80px 24px;color:var(--muted);font-size:1rem}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:var(--radius);padding:14px 18px;font-size:.92rem}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:var(--radius);padding:14px 18px;font-size:.92rem}@media (max-width: 1024px){.dept-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cart-layout,.checkout-layout,.product-detail-layout{grid-template-columns:1fr}.product-image-sticky{position:static}}@media (max-width: 768px){.header-nav{display:none}.mobile-menu-btn{display:flex}.hero-content{margin-left:24px;padding:60px 16px}.hero-title{font-size:2rem}.dept-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.reviews-grid,.editorial-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:32px}.contact-grid,.form-row{grid-template-columns:1fr}.hero-ctas{flex-direction:column}}@media (max-width: 480px){.product-grid,.dept-grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.page-title{font-size:1.5rem}.cookie-notice{flex-direction:column;text-align:center}}
