:root{--primary: #2D4A3E;--primary-dark: #1E3329;--primary-light: #3D6454;--accent: #C8A96E;--accent-dark: #A88A52;--accent-light: #DFC49A;--background: #FAF9F7;--surface: #FFFFFF;--dark: #1A2E26;--muted: #6B8279;--border: #E0DDD8;--text: #2A3D37;--text-light: #6B8279;--success: #4CAF82;--error: #E05252;--hero-overlay: rgba(26,46,38,.55)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,serif;background:var(--background);color:var(--text);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--dark);text-align:center;margin-bottom:.5rem}.section-subtitle{color:var(--muted);text-align:center;margin-bottom:2.5rem;font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:4px;font-size:.95rem;font-weight:600;letter-spacing:.03em;transition:all .2s ease;cursor:pointer;font-family:inherit}.btn-primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.btn-primary:hover{background:var(--primary-light);border-color:var(--primary-light)}.btn-accent{background:var(--accent);color:var(--dark);border:2px solid var(--accent)}.btn-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.btn-outline-light:hover{background:#ffffff26}.header{background:var(--primary);color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}.logo-link{display:flex;align-items:center;gap:.65rem}.logo-text{font-size:1.2rem;font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.01em}.logo-text span{display:block;font-size:.65rem;font-weight:400;color:var(--accent-light);letter-spacing:.12em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.45rem .9rem;border-radius:4px;font-size:.88rem;font-weight:500;color:#ffffffd9;letter-spacing:.02em;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff1a}.header-actions{display:flex;align-items:center;gap:.5rem}.cart-btn{position:relative;display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:var(--accent);color:var(--dark);border-radius:4px;font-weight:700;font-size:.9rem;transition:background .2s}.cart-btn:hover{background:var(--accent-dark)}.cart-count{background:var(--primary-dark);color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:6px;background:transparent;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.mobile-nav{display:none;flex-direction:column;background:var(--primary-dark);padding:1rem 1.5rem;gap:.25rem}.mobile-nav.open{display:flex}.mobile-nav .nav-link{font-size:.95rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.logo-text{font-size:1rem}}.hero{position:relative;min-height:580px;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 60%,#3D6454 100%);overflow:hidden}.hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 80% 50%,rgba(200,169,110,.15) 0%,transparent 60%)}.hero-content{position:relative;z-index:1;max-width:640px;padding:4rem 0}.hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.25rem}.hero h1 em{color:var(--accent);font-style:normal}.hero-desc{font-size:1.1rem;color:#ffffffd1;margin-bottom:2rem;line-height:1.7}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.trust-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}.trust-items{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--muted)}.trust-item svg{color:var(--accent)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.category-card{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:3/4;cursor:pointer;transition:transform .25s}.category-card:hover{transform:translateY(-4px)}.category-card img{width:100%;height:100%;object-fit:cover}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1a2e26d9,#1a2e261a 60%);display:flex;align-items:flex-end;padding:1.1rem}.category-name{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em}.category-count{font-size:.75rem;color:var(--accent-light);margin-top:.1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--surface);border-radius:8px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .25s,transform .25s}.product-card:hover{box-shadow:0 8px 28px #2d4a3e24;transform:translateY(-3px)}.product-img-wrap{position:relative;aspect-ratio:1/1;overflow:hidden}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:var(--dark);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .6rem;border-radius:3px}.product-badge.new{background:var(--primary);color:#fff}.product-badge.sale{background:var(--error);color:#fff}.product-info{padding:1rem 1.1rem}.product-name{font-size:.97rem;font-weight:600;color:var(--dark);margin-bottom:.35rem;line-height:1.35}.product-category{font-size:.78rem;color:var(--muted);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.06em}.product-price{font-size:1.15rem;font-weight:700;color:var(--primary)}.product-actions{display:flex;gap:.5rem;margin-top:.85rem}.product-actions .btn{flex:1;padding:.6rem .75rem;font-size:.85rem}.brand-story{background:var(--primary);color:#fff;padding:5rem 0}.brand-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.brand-story h2{font-size:2.2rem;margin-bottom:1.2rem;line-height:1.3}.brand-story h2 em{color:var(--accent);font-style:normal}.brand-story p{color:#ffffffd1;line-height:1.75;margin-bottom:1rem;font-size:1.02rem}.brand-stats{display:flex;gap:2rem;margin-top:2rem}.brand-stat-num{font-size:2.2rem;font-weight:700;color:var(--accent)}.brand-stat-label{font-size:.85rem;color:#ffffffa6}.brand-story-img{border-radius:8px;overflow:hidden;aspect-ratio:4/5}.brand-story-img img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.brand-story-grid{grid-template-columns:1fr;gap:2rem}.brand-story-img{order:-1;aspect-ratio:16/9}}.newsletter{background:var(--accent-light);padding:4rem 0;text-align:center}.newsletter h2{font-size:1.8rem;color:var(--dark);margin-bottom:.5rem}.newsletter p{color:var(--muted);margin-bottom:1.5rem}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0;border-radius:4px;overflow:hidden;border:1px solid var(--accent-dark)}.newsletter-form input{flex:1;padding:.85rem 1.2rem;border:none;outline:none;font-size:.95rem;background:#fff;color:var(--text)}.newsletter-form button{background:var(--primary);color:#fff;border:none;padding:.85rem 1.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.newsletter-form button:hover{background:var(--primary-light)}.footer{background:var(--dark);color:#ffffffbf;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand p{font-size:.9rem;line-height:1.7;margin-top:.75rem;color:#fff9}.footer h4{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.88rem;color:#ffffffa6;transition:color .2s}.footer-links a:hover{color:var(--accent-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#ffffff73}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:3rem 0}.product-detail-img{border-radius:8px;overflow:hidden;aspect-ratio:1/1;border:1px solid var(--border)}.product-detail-img img{width:100%;height:100%;object-fit:cover}.product-detail-info{padding-top:.5rem}.product-detail-category{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.5rem}.product-detail-name{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:.75rem;line-height:1.25}.product-detail-price{font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.product-detail-desc{color:var(--muted);line-height:1.75;margin-bottom:2rem}.option-label{font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.color-options{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.color-dot{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.color-dot.selected{border-color:var(--primary)}.size-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}.size-btn{padding:.4rem .9rem;border:1.5px solid var(--border);border-radius:4px;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;background:var(--surface)}.size-btn.selected{border-color:var(--primary);background:var(--primary);color:#fff}.size-btn:hover:not(.selected){border-color:var(--primary)}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-controls{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:4px;overflow:hidden}.qty-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .2s}.qty-btn:hover{background:var(--background)}.qty-num{width:48px;text-align:center;font-weight:600;font-size:1rem}.add-to-cart-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:700}@media (max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}}.cart-page{padding:2.5rem 0;min-height:60vh}.cart-page h1{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:var(--dark)}.cart-grid{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;align-items:center}.cart-item-img{width:100px;height:100px;border-radius:6px;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-weight:600;margin-bottom:.25rem;color:var(--dark)}.cart-item-meta{font-size:.82rem;color:var(--muted);margin-bottom:.5rem}.cart-item-price{font-weight:700;color:var(--primary);font-size:1.05rem}.cart-item-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.remove-btn{font-size:.8rem;color:var(--error);text-decoration:underline;cursor:pointer}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;position:sticky;top:88px}.cart-summary h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:var(--dark)}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.75rem}.summary-row.total{font-weight:700;font-size:1.1rem;border-top:1px solid var(--border);padding-top:.75rem;margin-top:.5rem}.checkout-btn{width:100%;margin-top:1.25rem;padding:.9rem;font-size:1rem;font-weight:700}.empty-cart{text-align:center;padding:4rem 0;color:var(--muted)}.empty-cart svg{margin:0 auto 1rem;opacity:.4}.empty-cart h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--dark)}@media (max-width:768px){.cart-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}}.checkout-page{padding:2.5rem 0;min-height:60vh}.checkout-page h1{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:var(--dark)}.checkout-grid{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.checkout-form-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem}.form-title{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.83rem;font-weight:600;color:var(--dark);margin-bottom:.35rem}.form-input{width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:4px;font-size:.92rem;outline:none;transition:border-color .2s;background:var(--background);color:var(--text)}.form-input:focus{border-color:var(--primary)}.paypal-wrap{margin-top:1.5rem}.paypal-label{font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:.75rem}@media (max-width:768px){.checkout-grid,.form-row{grid-template-columns:1fr}}.success-page{padding:5rem 0;text-align:center}.success-icon{font-size:4rem;margin-bottom:1rem}.success-page h1{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.success-page p{color:var(--muted);max-width:500px;margin:0 auto 2rem;line-height:1.7}.order-details-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;max-width:420px;margin:0 auto 2rem;text-align:left}.shop-header{background:var(--primary);color:#fff;padding:3rem 0;margin-bottom:2.5rem}.shop-header h1{font-size:2.2rem;font-weight:700;margin-bottom:.35rem}.shop-header p{color:#ffffffb8}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem;align-items:center}.filter-btn{padding:.45rem 1rem;border:1.5px solid var(--border);border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s;background:var(--surface);color:var(--text)}.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.about-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:5rem 0;text-align:center}.about-hero h1{font-size:2.8rem;margin-bottom:1rem}.about-hero p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto}.about-section{padding:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.value-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.75rem;text-align:center}.value-icon{font-size:2.2rem;margin-bottom:.75rem}.value-card h3{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.value-card p{font-size:.88rem;color:var(--muted);line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}.contact-info h2{font-size:1.8rem;color:var(--dark);margin-bottom:1rem}.contact-info p{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.contact-detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem}.contact-detail svg{color:var(--accent);margin-top:3px;flex-shrink:0}.contact-detail-text strong{display:block;font-size:.88rem;color:var(--dark)}.contact-detail-text span{font-size:.88rem;color:var(--muted)}.contact-form-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem}.contact-form-box h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}.policy-page{padding:3rem 0;max-width:820px}.policy-page h1{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.policy-date{font-size:.85rem;color:var(--muted);margin-bottom:2rem}.policy-page h2{font-size:1.25rem;font-weight:700;color:var(--dark);margin:2rem 0 .75rem}.policy-page p,.policy-page li{color:var(--muted);line-height:1.8;margin-bottom:.75rem;font-size:.95rem}.policy-page ul{padding-left:1.5rem;list-style:disc}.breadcrumb{padding:.75rem 0;display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--muted);flex-wrap:wrap}.breadcrumb a:hover{color:var(--primary)}.breadcrumb span{color:var(--accent)}.badge{display:inline-block;padding:.2rem .65rem;border-radius:3px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge-primary{background:var(--primary);color:#fff}.badge-accent{background:var(--accent);color:var(--dark)}.page-header{background:var(--primary);color:#fff;padding:2.5rem 0;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700}.page-header p{color:#ffffffb8;margin-top:.35rem}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--primary);color:#fff;padding:.85rem 1.5rem;border-radius:6px;font-weight:600;font-size:.92rem;box-shadow:0 4px 16px #0003;z-index:9999;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100px);opacity:0}to{transform:none;opacity:1}}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:480px){.hero{min-height:420px}.hero h1{font-size:1.85rem}.section{padding:2.5rem 0}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}
