:root{--primary-gold:#c5a059;--primary-gold-light:#e0c58e;--primary-black:#1e1e1e;--primary-white:#fff;--bg-sand:#f9f7f2;--text-grey:#666;--border-color:#eee;--font-heading:"Cormorant Garamond", serif;--font-subheading:"Marcellus", serif;--font-body:"Jost", sans-serif;--container-width:1200px;--header-height:80px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--primary-black);background-color:var(--primary-white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:.02em;font-weight:500}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.text-gold{color:var(--primary-gold)}.bg-black{background-color:var(--primary-black);color:#fff}.italic{font-style:italic}.btn-primary{background-color:var(--primary-black);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding:12px 30px;font-size:14px;display:inline-block}.btn-primary:hover{background-color:var(--primary-gold)}.section-title{text-align:center;margin-bottom:50px}.section-title h2{margin-bottom:10px;font-size:42px}.section-title p{font-family:var(--font-subheading);text-transform:uppercase;letter-spacing:.2em;color:var(--primary-gold);font-size:14px}.header{width:100%;height:var(--header-height);z-index:1000;transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0}.header.scrolled{background-color:#fffffff2;height:70px;box-shadow:0 2px 10px #0000000d}.header-container{justify-content:space-between;align-items:center;width:100%;display:flex}.header-left .nav ul{gap:30px;display:flex}.header-left .nav a{text-transform:uppercase;letter-spacing:.1em;font-size:13px;font-weight:500}.header-center .logo{text-align:center}.header-center .logo h1{letter-spacing:.15em;margin-bottom:-5px;font-size:28px}.header-center .logo p{font-family:var(--font-subheading);letter-spacing:.4em;text-transform:uppercase;color:var(--primary-gold);font-size:10px}.header-icons{gap:20px;display:flex}.icon-btn{transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{color:var(--primary-gold)}.cart-count{background-color:var(--primary-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:flex;position:absolute;top:-8px;right:-8px}.nav-item{position:relative}.dropdown-toggle{cursor:pointer;color:inherit;background:0 0;border:none;padding:0 5px;font-size:10px;display:none}.dropdown{border-top:2px solid var(--primary-gold);background:#fff;flex-direction:column;min-width:200px;padding:15px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.dropdown a{color:#666;text-transform:capitalize;letter-spacing:0;padding:10px 20px;font-size:12px;font-weight:400;text-decoration:none;transition:all .3s;display:block}.dropdown a:hover{color:var(--primary-gold);background:#f9f6f3;padding-left:25px}.nav-item:hover .dropdown{display:flex}.mobile-menu-btn{cursor:pointer;color:inherit;background:0 0;border:none;font-size:24px;display:none}@media (width<=768px){.mobile-menu-btn{margin-right:15px;display:block}.nav{background:#fff;flex-direction:column;padding:20px;display:none;position:absolute;top:100%;left:0;right:0}.nav.mobile-open{display:flex}.nav ul{flex-direction:column!important;gap:0!important}.nav-item{border-bottom:1px solid #eee;padding:10px 0}.dropdown-toggle{display:inline-block}.dropdown{box-shadow:none;border:none;border-left:2px solid var(--primary-gold);margin-top:10px;margin-left:10px;display:none;position:static}.dropdown.open{display:flex}.dropdown a{font-size:13px}.header-left .nav a{font-size:14px}}.footer{background-color:var(--primary-black);color:#fff;padding:80px 0 30px}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px;margin-bottom:60px;display:grid}.footer-logo{letter-spacing:.1em;margin-bottom:25px;font-size:24px}.footer-about{color:#999;margin-bottom:20px;font-size:14px;line-height:1.8}.footer-contact{color:#999;font-size:13px;line-height:1.8}.footer-contact p{margin:8px 0}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col h4{font-family:var(--font-subheading);text-transform:uppercase;letter-spacing:.15em;margin-bottom:25px;font-size:14px}.footer-col ul li{margin-bottom:12px}.footer-col ul a{color:#999;font-size:14px}.footer-col ul a:hover{color:var(--primary-gold)}.social-links{gap:20px;margin-bottom:30px;display:flex}.social-links a{color:#999;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.social-links a:hover{color:var(--primary-gold)}.newsletter-form{border-bottom:1px solid #444;padding-bottom:10px;display:flex}.newsletter-form input{color:#fff;width:100%;font-family:var(--font-body);background:0 0;border:none;padding:5px 0}.newsletter-form input:focus{outline:none}.newsletter-form button{color:#fff;font-size:20px}.footer-bottom{text-align:center;border-top:1px solid #333;padding-top:30px}.footer-bottom p{color:#666;font-size:12px}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.cart-drawer-overlay{z-index:2000;opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);background:#0006;position:fixed;top:0;left:0}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:450px;height:100%;transition:all .4s;display:flex;position:absolute;top:0;right:-450px}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:30px;display:flex}.cart-header h3{text-transform:uppercase;letter-spacing:.1em;font-size:20px}.close-btn{color:var(--primary-black);font-size:30px}.cart-body{flex:1;padding:30px;overflow-y:auto}.empty-cart{text-align:center;margin-top:50px}.empty-cart p{color:var(--text-grey);margin-bottom:30px}.cart-footer{border-top:1px solid var(--border-color);padding:30px}.cart-total{font-family:var(--font-subheading);text-transform:uppercase;justify-content:space-between;margin-bottom:30px;font-size:16px;display:flex}.checkout-btn{width:100%}.hero-carousel{width:100%;height:600px;margin-top:var(--header-height);position:relative;overflow:hidden}.carousel-container{width:100%;height:100%;position:relative}.carousel-slide{opacity:0;z-index:1;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s ease-in-out;display:flex;position:absolute}.carousel-slide.active{opacity:1;z-index:2}.carousel-content{text-align:center;color:#fff;animation:.8s ease-in-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.carousel-content h2{letter-spacing:.05em;margin-bottom:15px;font-size:4rem;font-weight:700}.carousel-content p{margin-bottom:30px;font-size:1.5rem;font-weight:300}.carousel-btn{color:#fff;background:#c9a961;border-radius:4px;padding:15px 40px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.carousel-btn:hover{background:#a68649;transform:translateY(-2px)}.carousel-btn-prev,.carousel-btn-next{color:#fff;cursor:pointer;z-index:10;background:#ffffff4d;border:none;border-radius:4px;width:60px;height:60px;font-size:2rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn-prev:hover,.carousel-btn-next:hover{background:#ffffff80}.carousel-btn-prev{left:30px}.carousel-btn-next{right:30px}.carousel-dots{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background:#c9a961;border-radius:6px;width:30px}.dot:hover{background:#fffc}@media (width<=768px){.hero-carousel{height:400px}.carousel-content h2{font-size:2.5rem}.carousel-content p{font-size:1.1rem}.carousel-btn-prev,.carousel-btn-next{width:45px;height:45px;font-size:1.5rem}.carousel-btn-prev{left:15px}.carousel-btn-next{right:15px}}.product-card{text-align:center;cursor:pointer;margin-bottom:40px;position:relative}.product-link{color:inherit;text-decoration:none;display:block}.product-image{background-color:var(--bg-sand);aspect-ratio:3/4;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:opacity .6s,transform .6s}.product-image .hover-img{opacity:0;position:absolute;top:0;left:0}.product-card:hover .main-img{opacity:0}.product-card:hover .hover-img{opacity:1}.product-card:hover .product-image img{transform:scale(1.05)}.product-actions{width:100%;transition:var(--transition);padding:10px;position:absolute;bottom:-50px;left:0}.product-card:hover .product-actions{bottom:0}.add-to-cart{background-color:var(--primary-black);color:#fff;text-transform:uppercase;letter-spacing:.1em;width:100%;padding:12px;font-size:12px}.add-to-cart:hover{background-color:var(--primary-gold)}.product-info{padding:20px 10px}.product-category{font-family:var(--font-subheading);text-transform:uppercase;letter-spacing:.2em;color:var(--primary-gold);margin-bottom:5px;font-size:10px}.product-title{color:var(--primary-black);margin-bottom:8px;font-size:20px}.product-price{font-family:var(--font-body);color:var(--text-grey);font-size:15px;font-weight:500}.product-grid-section{padding:100px 0}.product-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}@media (width<=1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.product-grid{grid-template-columns:1fr}}.shop-page{min-height:100vh}.shop-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:60px 20px}.shop-hero h1{color:#1a1a1a;margin-bottom:15px;font-size:2.5rem}.shop-hero p{color:#666;font-size:1.1rem}.shop-filters{background:#f9f6f3;border-bottom:1px solid #eee;padding:40px 20px}.filters-wrapper{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.filter-group h3{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:1rem;font-weight:700}.category-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.category-btn{color:#666;cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0;font-size:.95rem;transition:color .3s;position:relative}.category-btn:hover{color:#c9a961}.category-btn.active{color:#c9a961;font-weight:700}.category-btn.active:before{content:"✓";position:absolute;left:-20px}.sort-select{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:10px;font-size:.95rem}.sort-select:focus{border-color:#c9a961;outline:none}.shop-products{background:#fff;padding:60px 20px}.no-products{text-align:center;padding:60px 20px}.no-products p{color:#666;font-size:1.1rem}@media (width<=768px){.shop-hero h1{font-size:1.8rem}.filters-wrapper{grid-template-columns:1fr;gap:20px}}.image-carousel{width:100%}.carousel-main{aspect-ratio:1;background:#f9f6f3;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.carousel-main img{object-fit:contain;width:100%;height:100%;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-nav{color:#fff;cursor:pointer;z-index:5;background:#00000080;border:none;border-radius:4px;width:50px;height:50px;font-size:1.5rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background:#000c;transform:translateY(-50%)scale(1.05)}.carousel-nav.prev{left:15px}.carousel-nav.next{right:15px}.carousel-thumbnails{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px;margin-top:20px;display:grid}.thumbnail{aspect-ratio:1;cursor:pointer;background-position:50%;background-size:cover;border:2px solid #0000;border-radius:4px;padding:0;transition:all .3s}.thumbnail:hover{border-color:#ccc;transform:scale(1.05)}.thumbnail.active{border-color:#c9a961;box-shadow:0 0 10px #c9a96180}@media (width<=768px){.carousel-nav{width:40px;height:40px;font-size:1.2rem}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.carousel-thumbnails{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}.product-detail{background:#fff;min-height:100vh}.product-not-found{text-align:center;padding:100px 20px}.product-section{padding:40px 20px}.back-link{color:#c9a961;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover{color:#a68649}.product-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;display:grid}.product-images{flex-direction:column;gap:20px;display:flex}.main-image{background:#f9f6f3;border-radius:8px;width:100%;overflow:hidden}.main-image img{width:100%;height:auto;display:block}.thumbnail-gallery{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.thumbnail{cursor:pointer;border:2px solid #0000;border-radius:4px;transition:border-color .3s;overflow:hidden}.thumbnail img{object-fit:cover;aspect-ratio:1;width:100%;height:100%}.thumbnail.active{border-color:#c9a961}.product-info h1{color:#1a1a1a;margin-bottom:10px;font-size:2.2rem}.sku{color:#999;margin-bottom:20px;font-size:.9rem}.price-section{border-bottom:1px solid #eee;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.price{color:#c9a961;font-size:2rem;font-weight:700}.stock{text-transform:uppercase;font-size:.95rem;font-weight:600}.description{color:#666;margin-bottom:30px;font-size:1rem;line-height:1.8}.product-options{flex-direction:column;gap:25px;margin-bottom:30px;display:flex}.option-group{flex-direction:column;gap:10px;display:flex}.option-group label{color:#1a1a1a;font-size:.95rem;font-weight:600}.option-buttons{flex-wrap:wrap;gap:10px;display:flex}.option-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px 20px;font-size:.9rem;transition:all .3s}.option-btn:hover{color:#c9a961;border-color:#c9a961}.option-btn.selected{color:#fff;background:#c9a961;border-color:#c9a961}.quantity-section{flex-direction:column;gap:10px;display:flex}.quantity-section label{color:#1a1a1a;font-size:.95rem;font-weight:600}.quantity-input{border:1px solid #ddd;border-radius:4px;align-items:center;width:fit-content;display:flex;overflow:hidden}.quantity-input button{cursor:pointer;background:#f9f6f3;border:none;width:40px;height:40px;font-size:1.2rem;transition:background .3s}.quantity-input button:hover{background:#eee}.quantity-input input{text-align:center;border:none;width:50px;font-size:1rem}.actions{gap:15px;margin-bottom:40px;display:flex}.btn-add-cart{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;flex:1;padding:14px 30px;font-size:1rem;font-weight:600;transition:background .3s}.btn-add-cart:hover:not(:disabled){background:#a68649}.btn-add-cart:disabled{cursor:not-allowed;background:#ccc}.btn-wishlist{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:14px 30px;font-size:1rem;transition:all .3s}.btn-wishlist:hover{color:#c9a961;border-color:#c9a961}.product-specs{border-top:1px solid #eee;padding-top:30px}.product-specs h3{color:#1a1a1a;margin-bottom:15px;font-size:1.1rem}.product-specs ul{margin:0;padding:0;list-style:none}.product-specs li{color:#666;padding:8px 0;font-size:.95rem}.related-products{background:#f9f6f3;padding:60px 20px}.related-products h2{text-align:center;color:#1a1a1a;margin-bottom:40px;font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;max-width:1200px;display:grid}.product-card-link{text-decoration:none}.product-card{cursor:pointer;background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-image{background:#f9f6f3;width:100%;height:250px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.badge-featured{color:#fff;background:#c9a961;border-radius:4px;padding:5px 10px;font-size:.8rem;font-weight:600;position:absolute;top:10px;right:10px}.product-details{padding:20px}.product-details h3{color:#1a1a1a;margin-bottom:10px;font-size:1rem}.product-price{color:#c9a961;font-size:1.1rem;font-weight:700}@media (width<=768px){.product-grid{grid-template-columns:1fr;gap:30px}.product-info h1{font-size:1.6rem}.price{font-size:1.5rem}.thumbnail-gallery{grid-template-columns:repeat(3,1fr)}.actions{flex-direction:column}.products-grid{grid-template-columns:repeat(2,1fr)}}.about-page{min-height:100vh}.about-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:80px 20px}.about-hero h1{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:700}.about-hero .lead{color:#666;max-width:600px;margin:0 auto;font-size:1.3rem;line-height:1.6}.founder-section{background:#fff;padding:80px 20px}.founder-content{max-width:800px;margin:0 auto}.founder-text h2{color:#1a1a1a;margin-bottom:15px;font-size:2rem}.founder-text h3{color:#c9a961;margin-bottom:20px;font-size:1.8rem;font-weight:600}.founder-text p{color:#555;margin-bottom:15px;font-size:1.1rem;line-height:1.8}.mission-section{background:#f9f6f3;padding:80px 20px}.mission-section h2{text-align:center;color:#1a1a1a;margin-bottom:30px;font-size:2rem}.mission-statement{text-align:center;color:#666;max-width:700px;margin:0 auto 50px;font-size:1.3rem;font-style:italic;line-height:1.8}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.value-card{text-align:center;background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000000d}.value-card p{color:#333;font-size:1.1rem;font-weight:600}.locations-section{background:#fff;padding:80px 20px}.locations-section h2{text-align:center;color:#1a1a1a;margin-bottom:50px;font-size:2rem}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.location-card{background:#f9f6f3;border-left:4px solid #c9a961;border-radius:8px;padding:40px}.location-card h3{color:#1a1a1a;margin-bottom:15px;font-size:1.3rem;font-weight:700}.location-card p{color:#666;margin-bottom:10px;line-height:1.6}.location-card .address{color:#333;font-weight:600}.location-card a{color:#c9a961;text-decoration:none}.location-card a:hover{text-decoration:underline}@media (width<=768px){.about-hero h1{font-size:2rem}.about-hero .lead{font-size:1.1rem}.founder-text h2{font-size:1.5rem}.founder-text h3{font-size:1.3rem}}.contact-page{min-height:100vh}.contact-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:80px 20px}.contact-hero h1{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:700}.contact-hero p{color:#666;font-size:1.3rem}.contact-content{background:#fff;padding:80px 20px}.contact-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.contact-form-section h2,.contact-info-section h2{color:#1a1a1a;margin-bottom:30px;font-size:1.8rem}.contact-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;display:flex}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;padding:12px 15px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#c9a961;outline:none}.btn-submit{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;align-self:flex-start;padding:12px 30px;font-size:1rem;font-weight:600;transition:background .3s}.info-block{background:#f9f6f3;border-radius:8px;margin-bottom:40px;padding:25px}.info-block h3{color:#1a1a1a;margin-bottom:15px;font-size:1.3rem;font-weight:700}.info-label{color:#1a1a1a;margin-top:12px;margin-bottom:5px;font-weight:600}.info-block p{color:#555;line-height:1.6}.info-block a{color:#c9a961;text-decoration:none}.info-block a:hover{text-decoration:underline}.social-links{background:#f9f6f3;border-radius:8px;padding:25px}.social-links h3{color:#1a1a1a;margin-bottom:15px;font-size:1.3rem;font-weight:700}.socials{flex-direction:column;gap:10px;display:flex}.socials a{color:#c9a961;font-weight:500;text-decoration:none;transition:color .3s}.socials a:hover{color:#a68649}.locations-preview{background:#f9f6f3;padding:80px 20px}.locations-preview h2{text-align:center;color:#1a1a1a;margin-bottom:50px;font-size:2rem}.locations-preview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.location-preview{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000000d}.location-preview h3{color:#1a1a1a;margin-bottom:12px;font-size:1.2rem;font-weight:700}.location-preview p{color:#666;margin-bottom:8px;line-height:1.6}.location-preview a{color:#c9a961;text-decoration:none}.location-preview a:hover{text-decoration:underline}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:40px}.contact-hero h1{font-size:2rem}.contact-form-section h2,.contact-info-section h2{font-size:1.4rem}}.blog-page{min-height:100vh}.blog-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:80px 20px}.blog-hero h1{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:700}.blog-hero p{color:#666;font-size:1.3rem}.blog-content{background:#fff;padding:80px 20px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.blog-card{background:#fff;border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000d}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.blog-image{width:100%;height:250px;position:relative;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-category{color:#fff;text-transform:uppercase;background:#c9a961;border-radius:4px;padding:6px 12px;font-size:.8rem;font-weight:600;position:absolute;top:15px;right:15px}.blog-info{flex-direction:column;flex:1;padding:25px;display:flex}.blog-meta{color:#999;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.85rem;display:flex}.blog-date{font-weight:500}.blog-author{color:#c9a961;font-weight:500}.blog-card h2{color:#1a1a1a;margin-bottom:12px;font-size:1.3rem;line-height:1.4}.blog-excerpt{color:#666;flex:1;margin-bottom:15px;font-size:.95rem;line-height:1.6}.read-more{color:#c9a961;font-weight:600;text-decoration:none;transition:color .3s}.read-more:hover{color:#a68649}.blog-subscribe{text-align:center;background:#f9f6f3;padding:80px 20px}.blog-subscribe h2{color:#1a1a1a;margin-bottom:15px;font-size:2rem}.blog-subscribe p{color:#666;margin-bottom:30px;font-size:1.1rem}.subscribe-form{gap:10px;max-width:500px;margin:0 auto;display:flex}.subscribe-form input{border:1px solid #ddd;border-radius:4px;flex:1;padding:12px 15px;font-size:1rem}.subscribe-form input:focus{border-color:#c9a961;outline:none}.subscribe-form button{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;padding:12px 30px;font-weight:600;transition:background .3s}.subscribe-form button:hover{background:#a68649}@media (width<=768px){.blog-hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.subscribe-form{flex-direction:column}}.affiliate-page{min-height:100vh}.affiliate-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:80px 20px}.affiliate-hero h1{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:700}.affiliate-hero p{color:#666;font-size:1.3rem}.affiliate-tabs{sticky:top;z-index:10;background:#fff;border-bottom:1px solid #eee}.tabs-nav{gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.tab-btn{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:20px 0;font-size:1rem;font-weight:500;transition:all .3s}.tab-btn.active{color:#c9a961;border-bottom-color:#c9a961}.affiliate-content{background:#fff;padding:60px 20px}.overview-section{max-width:1000px;margin:0 auto}.overview-section h2{color:#1a1a1a;text-align:center;margin-bottom:40px;font-size:2rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:60px;display:grid}.benefit-card{text-align:center;background:#f9f6f3;border-left:4px solid #c9a961;border-radius:8px;padding:30px}.benefit-card h3{color:#1a1a1a;margin-bottom:12px;font-size:1.2rem}.benefit-card p{color:#666;line-height:1.6}.requirements-section{background:#f9f6f3;border-radius:8px;margin-bottom:40px;padding:40px}.requirements-section h2{color:#1a1a1a;margin-bottom:20px;font-size:1.8rem}.requirements-section ul{padding:0;list-style:none}.requirements-section li{color:#666;padding:12px 0 12px 30px;line-height:1.6;position:relative}.requirements-section li:before{content:"✓";color:#c9a961;font-weight:700;position:absolute;left:0}.cta-buttons{text-align:center}.btn-primary{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;padding:15px 40px;font-size:1.1rem;font-weight:600;transition:background .3s}.login-section,.register-section{max-width:500px;margin:0 auto}.form-container{background:#f9f6f3;border-radius:8px;padding:40px}.form-container h2{color:#1a1a1a;text-align:center;margin-bottom:30px;font-size:1.8rem}.form-group{flex-direction:column;margin-bottom:20px;display:flex}.form-group label{color:#1a1a1a;margin-bottom:8px;font-size:.95rem;font-weight:600}.form-group input{border:1px solid #ddd;border-radius:4px;padding:12px;font-family:inherit;font-size:1rem}.form-group input:focus{border-color:#c9a961;outline:none}.form-checkbox{align-items:flex-start;gap:10px;margin-bottom:30px;display:flex}.form-checkbox input{cursor:pointer;margin-top:5px}.form-checkbox label{color:#666;cursor:pointer;font-weight:400}.btn-submit{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:background .3s}.btn-submit:hover{background:#a68649}.form-links{text-align:center;margin-top:15px}.form-links a{color:#c9a961;font-size:.95rem;text-decoration:none}.form-links a:hover{text-decoration:underline}.login-info{text-align:center;color:#666;margin-top:20px}.link-btn{color:#c9a961;cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.link-btn:hover{color:#a68649}.message{text-align:center;border-radius:4px;margin-bottom:20px;padding:15px 20px}.dashboard-layout{grid-template-columns:250px 1fr;gap:40px;display:grid}.dashboard-nav{flex-direction:column;gap:10px;display:flex}.nav-btn{text-align:left;color:#666;cursor:pointer;background:#f9f6f3;border:none;border-left:4px solid #0000;border-radius:4px;padding:12px 15px;font-weight:500;transition:all .3s}.nav-btn:hover{color:#c9a961;background:#f0ede7;border-left-color:#c9a961}.nav-btn.active{color:#c9a961;background:#e8dcc8;border-left-color:#c9a961}.nav-btn.logout{color:#d32f2f;background:#ffe8e8;margin-top:20px}.nav-btn.logout:hover{background:#fcc}.dashboard-content h2{color:#1a1a1a;margin-bottom:30px;font-size:1.8rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px;display:grid}.info-card{background:#f9f6f3;border-left:4px solid #c9a961;border-radius:8px;padding:20px}.info-card label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.info-card p{color:#1a1a1a;font-size:1.1rem;font-weight:500}.info-card p.code{word-break:break-all;background:#fff;border-radius:4px;padding:8px 12px;font-family:monospace}.info-card p.status-active{color:#28a745;font-weight:600}.referral-section{background:#f9f6f3;border-radius:8px;margin-top:30px;padding:30px}.referral-section h3{color:#1a1a1a;margin-bottom:15px;font-size:1.3rem}.referral-section p{color:#666;margin-bottom:15px}.referral-link{color:#c9a961;background:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:12px;font-family:monospace;font-size:.9rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.stat-card{text-align:center;background:#f9f6f3;border-top:4px solid #c9a961;border-radius:8px;padding:30px}.stat-card label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:.9rem;font-weight:600;display:block}.stat-value{color:#c9a961;font-size:1.8rem;font-weight:700}.bank-form{background:#f9f6f3;border-radius:8px;padding:30px}.btn-submit:disabled{cursor:not-allowed;background:#ccc}@media (width<=768px){.affiliate-hero h1{font-size:2rem}.tabs-nav{flex-direction:column;gap:0}.tab-btn{border-bottom:1px solid #eee;padding:15px 0}.form-row,.benefits-grid,.dashboard-layout{grid-template-columns:1fr}.dashboard-nav{flex-flow:wrap;gap:10px;display:flex}.nav-btn{flex:1;min-width:100px}.info-grid,.stats-grid{grid-template-columns:1fr}}.faq-page{min-height:100vh}.faq-hero{text-align:center;background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);padding:80px 20px}.faq-hero h1{color:#1a1a1a;margin-bottom:20px;font-size:3.5rem;font-weight:700}.faq-hero p{color:#666;font-size:1.3rem}.faq-content{background:#fff;padding:80px 20px}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #eee;border-radius:8px;margin-bottom:20px;overflow:hidden}.faq-question{cursor:pointer;color:#1a1a1a;text-align:left;background:#f9f6f3;border:none;justify-content:space-between;align-items:center;width:100%;padding:25px;font-size:1.1rem;font-weight:600;transition:background .3s;display:flex}.faq-question:hover{background:#eee}.faq-question .icon{color:#c9a961;font-size:1.5rem;font-weight:700}.faq-answer{color:#666;background:#fff;border-top:1px solid #eee;padding:25px;line-height:1.8}.info-page h1{color:#1a1a1a;margin-bottom:40px;font-size:3rem}.info-page .content{color:#666;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.info-page h2{color:#1a1a1a;margin:30px 0 20px;font-size:2rem}.info-page ul{margin:20px 0;padding:0;list-style:none}.info-page li{padding:10px 0 10px 30px;position:relative}.info-page li:before{content:"✓";color:#c9a961;font-weight:700;position:absolute;left:0}.btn-primary{color:#fff;cursor:pointer;background:#c9a961;border:none;border-radius:4px;padding:12px 30px;font-weight:600;transition:background .3s}.btn-primary:hover{background:#a68649}@media (width<=768px){.faq-hero h1{font-size:2rem}.info-page h1{font-size:1.8rem}}.account-page{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;padding:2rem 1rem}.auth-container{background:#fff;border-radius:12px;max-width:450px;margin:0 auto;padding:2rem;box-shadow:0 8px 32px #0000001a}.auth-container h1{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:1.8rem}.auth-tabs{background:#f3f4f6;border-radius:8px;gap:.5rem;margin-bottom:2rem;padding:.5rem;display:flex}.tab-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;flex:1;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .3s}.tab-btn:hover{color:#3b82f6}.tab-btn.active{color:#3b82f6;background:#fff;box-shadow:0 2px 8px #0000001a}.message{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:600;animation:.3s ease-out slideDown}.message.success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.message.error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-form{animation:.3s ease-out fadeIn}.auth-form h2{color:#1f2937;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input{box-sizing:border-box;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group small{color:#9ca3af;margin-top:.5rem;font-size:.85rem;display:block}.btn-primary{color:#fff;cursor:pointer;text-transform:none;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;width:100%;padding:.875rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #3b82f666}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#374151;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;width:100%;margin-top:.75rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .3s}.hint{text-align:center;color:#9ca3af;margin-top:1rem;font-size:.85rem}.button-group{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.button-group .btn-primary,.button-group .btn-secondary{margin:0}@media (width<=480px){.auth-container{margin:1rem;padding:1.5rem}.auth-container h1{font-size:1.5rem}.auth-form h2{font-size:1.1rem}.form-group{margin-bottom:1.25rem}.btn-primary,.btn-secondary{padding:.75rem;font-size:.95rem}}.info-page{background:#f8f9fa;min-height:100vh;padding:2rem 1rem}.container{max-width:800px;margin:0 auto}.info-page h1{text-align:center;color:#1f2937;margin-bottom:2rem}.content{text-align:center;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.content p{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.error-text{color:#dc2626;margin-top:.4rem;font-size:.85rem;font-weight:600;display:block}.form-group{position:relative}.checkout-page{background:#f8f9fa;min-height:100vh;padding:3rem 0}.checkout-page h1{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:2.5rem}.checkout-wrapper{grid-template-columns:2fr 1fr;gap:3rem;margin-top:2rem;display:grid}.checkout-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.checkout-form form{flex-direction:column;gap:2rem;display:flex}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#1f2937;margin-bottom:1.5rem;font-size:1.3rem}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.form-group input{border:2px solid #e5e7eb;border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.btn-large{width:100%;margin-top:1rem;padding:1rem 2rem!important;font-size:1.1rem!important}.order-summary{background:#fff;border-radius:12px;height:fit-content;padding:2rem;position:sticky;top:2rem;box-shadow:0 2px 8px #0000001a}.order-summary h2{color:#1f2937;margin-bottom:1.5rem;font-size:1.3rem}.summary-items{border-bottom:1px solid #e5e7eb;flex-direction:column;gap:1rem;max-height:400px;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;overflow-y:auto}.summary-item{align-items:flex-start;gap:1rem;display:flex}.summary-item .item-img{border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.summary-item .item-img img{object-fit:cover;width:100%;height:100%}.summary-item .item-info{flex:1}.summary-item h4{color:#1f2937;margin:0 0 .5rem;font-size:.95rem}.summary-item .price{color:#6b7280;margin:0;font-size:.85rem}.summary-item .subtotal{color:#10b981;margin:.25rem 0 0;font-weight:600}.remove-item{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.75rem;text-decoration:underline;transition:color .3s}.remove-item:hover{color:#dc2626}.summary-totals{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.total-row{color:#6b7280;justify-content:space-between;font-size:.95rem;display:flex}.total-row.total{color:#1f2937;border-top:2px solid #e5e7eb;padding-top:1rem;font-size:1.1rem;font-weight:700}.empty-cart-message{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 2px 8px #0000001a}.empty-cart-message p{color:#6b7280;margin-bottom:1.5rem}.order-confirmation{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 2px 8px #0000001a}.order-confirmation h1{color:#10b981;margin-bottom:1rem}.order-confirmation p{color:#6b7280}.btn-secondary{color:#374151;cursor:pointer;text-align:center;background:#e5e7eb;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.btn-secondary:hover{background:#d1d5db}.btn-secondary.btn-large{width:100%;padding:1rem 2rem;font-size:1.1rem}.payment-options{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.payment-option{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.payment-option:hover{background:#fffbf0;border-color:#c9a84c}.payment-option.selected{background:#fffbf0;border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c26}.payment-option input[type=radio]{cursor:pointer;accent-color:#c9a84c;width:18px;height:18px}.payment-option-content{align-items:center;gap:12px;display:flex}.payment-icon{font-size:24px}.payment-option-content strong{color:#1f2937;font-weight:600;display:block}.payment-option-content small{color:#6b7280;font-size:.8rem}.btn-pay{cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:12px;padding:14px;font-size:1rem;font-weight:600;transition:opacity .2s,transform .1s;display:block}.btn-pay:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-pay:disabled{opacity:.6;cursor:not-allowed}.btn-stripe{color:#fff;background:#635bff}.btn-upay{color:#fff;background:#0057b8}.payment-note{color:#6b7280;background:#f0f7ff;border-left:3px solid #3b82f6;border-radius:4px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem}.paypal-button-container{min-height:60px;margin:1rem 0}.test-payment-section{border-top:2px dashed #d1d5db;margin-top:2rem;padding-top:1.5rem}.test-payment-note{color:#6b7280;margin-bottom:1rem;font-size:.9rem;font-style:italic}.btn-test-payment{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:8px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-test-payment:hover{transform:translateY(-2px);box-shadow:0 8px 16px #7c3aed66}.btn-test-payment:active{transform:translateY(0)}@media (width<=768px){.checkout-wrapper{grid-template-columns:1fr}.order-summary{position:static;top:auto}.form-row{grid-template-columns:1fr}.checkout-page h1{font-size:1.8rem}}.admin-layout{min-height:100vh;padding-top:var(--header-height,80px);background:#f9f7f2;font-family:Jost,sans-serif;display:flex}.admin-sidebar{width:230px;min-width:230px;top:var(--header-height,80px);height:calc(100vh - var(--header-height,80px));background:#1e1e1e;flex-direction:column;display:flex;position:sticky;overflow-y:auto}.admin-brand{text-align:center;border-bottom:1px solid #c5a05926;padding:28px 20px 22px}.admin-brand-icon{opacity:.8;margin-bottom:6px;font-size:22px;display:block}.admin-brand-name{color:#c5a059;letter-spacing:2px;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:600;line-height:1.3}.admin-brand-sub{letter-spacing:3px;color:#c5a05980;text-transform:uppercase;margin-top:2px;font-family:Jost,sans-serif;font-size:9px;display:block}.admin-nav{flex-direction:column;flex:1;gap:1px;padding:16px 0;display:flex}.admin-nav-item{color:#ffffff73;letter-spacing:.5px;cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;align-items:center;gap:12px;width:100%;padding:12px 20px;font-family:Jost,sans-serif;font-size:13px;font-weight:400;transition:all .2s;display:flex}.admin-nav-item:hover{color:#ffffffbf;background:#c5a0590f;border-left-color:#c5a0594d}.admin-nav-item.active{color:#c5a059;background:#c5a0591a;border-left-color:#c5a059;font-weight:500}.nav-icon{text-align:center;opacity:.8;width:18px;font-size:15px}.nav-label{flex:1}.nav-badge{color:#1e1e1e;text-align:center;background:#c5a059;border-radius:20px;min-width:18px;padding:2px 7px;font-family:Jost,sans-serif;font-size:10px;font-weight:700}.admin-sidebar-footer{border-top:1px solid #c5a0591a;padding:16px}.sidebar-logout-btn{color:#ffffff59;cursor:pointer;letter-spacing:1px;text-align:center;text-transform:uppercase;background:0 0;border:1px solid #ffffff1a;border-radius:2px;width:100%;padding:10px 14px;font-family:Jost,sans-serif;font-size:12px;transition:all .2s}.sidebar-logout-btn:hover{color:#fff9;border-color:#ffffff40}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-topbar{background:#fff;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.admin-topbar-title{color:#1e1e1e;letter-spacing:.5px;margin:0;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500}.admin-container{display:contents}.admin-header,.admin-tabs,.tab-btn,.logout-btn{display:none}.admin-content{background:#f9f7f2;flex:1;padding:28px 32px}.admin-content>div{background:#fff;border-radius:2px;padding:32px;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.loading{text-align:center;color:#999;letter-spacing:1px;padding:3rem;font-family:Marcellus,serif;font-size:14px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.stat-card{cursor:default;background:#fff;border:1px solid #ede9e1;border-top-width:3px;border-radius:2px;align-items:center;gap:1rem;padding:1.4rem 1.5rem;transition:border-top-color .2s,box-shadow .2s;display:flex}.stat-card:hover{border-top-color:#c5a059;box-shadow:0 4px 20px #c5a05914}.stat-card.highlight{background:#1e1e1e;border:none;border-top:3px solid #c5a059}.stat-icon{opacity:.7;font-size:24px}.stat-info{flex:1}.stat-label{color:#a89880;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 4px;font-family:Jost,sans-serif;font-size:10px;font-weight:500}.stat-card.highlight .stat-label{color:#c5a05999}.big-number{color:#1e1e1e;margin:0;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1}.stat-card.highlight .big-number{color:#c5a059}.btn-primary{color:#fff;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#1e1e1e;border:none;border-radius:2px;padding:10px 22px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;transition:background .2s,color .2s}.btn-primary:hover{color:#1e1e1e;background:#c5a059}.btn-secondary{color:#666;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:2px;padding:10px 22px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;transition:all .2s}.btn-secondary:hover{color:#1e1e1e;border-color:#1e1e1e}.table-container{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-family:Jost,sans-serif;font-size:13px}.admin-table thead{background:#f9f7f2;border-bottom:1px solid #ede9e1}.admin-table th{text-align:left;letter-spacing:1.5px;text-transform:uppercase;color:#a89880;border-bottom:1px solid #ede9e1;padding:12px 16px;font-size:10px;font-weight:500}.admin-table td{color:#444;vertical-align:middle;border-bottom:1px solid #f5f2ee;padding:14px 16px}.admin-table tr:hover td{background:#fdfcfa}.product-form-modal{z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.form-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:-1;background:#1e1e1ea6;position:absolute;inset:0}.form-content{background:#fff;border-top:3px solid #c5a059;border-radius:2px;width:92%;max-width:600px;max-height:90vh;padding:2.5rem;overflow-y:auto;box-shadow:0 24px 80px #0003}.form-content h3{color:#1e1e1e;letter-spacing:.5px;margin:0 0 1.5rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500}.form-content form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{letter-spacing:1.5px;text-transform:uppercase;color:#a89880;font-family:Jost,sans-serif;font-size:10px;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:#1e1e1e;background:#fdfcfa;border:1px solid #e8e3d9;border-radius:2px;outline:none;padding:10px 14px;font-family:Jost,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#c5a059;box-shadow:0 0 0 3px #c5a0591a}.form-group textarea{resize:vertical;min-height:90px;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-actions{border-top:1px solid #f0ede7;gap:1rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.form-actions button{flex:1}.products-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.products-header h2{color:#1e1e1e;letter-spacing:.5px;margin:0;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500}.products-filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:1.5rem;display:flex}.products-filter-bar input,.products-filter-bar select{color:#444;background:#fdfcfa;border:1px solid #e8e3d9;border-radius:2px;outline:none;padding:9px 13px;font-family:Jost,sans-serif;font-size:13px;transition:border-color .2s}.products-filter-bar input:focus,.products-filter-bar select:focus{border-color:#c5a059}.products-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1.25rem;margin-top:1rem;display:grid}.product-admin-card{background:#fff;border:1px solid #ede9e1;border-radius:2px;transition:box-shadow .25s,transform .25s;overflow:hidden}.product-admin-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c5a0591f}.action-btn{color:#555;cursor:pointer;background:#f9f7f2;border:1px solid #e8e3d9;border-radius:2px;padding:5px 10px;font-size:13px;transition:all .2s}.action-btn:hover{color:#fff;background:#1e1e1e;border-color:#1e1e1e}.action-btn.delete{color:#b85c5c;background:#fdf5f5;border-color:#f0dada}.action-btn.delete:hover{color:#fff;background:#b85c5c;border-color:#b85c5c}.status-select{color:#444;cursor:pointer;background:#fdfcfa;border:1px solid #e8e3d9;border-radius:2px;outline:none;padding:5px 10px;font-family:Jost,sans-serif;font-size:12px}.status-select:focus{border-color:#c5a059}.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.analytics-card{background:#fdfcfa;border:1px solid #ede9e1;border-top:2px solid #c5a059;border-radius:2px;padding:1.5rem}.analytics-card h3{color:#1e1e1e;letter-spacing:.5px;margin:0 0 1rem;font-family:Marcellus,serif;font-size:14px;font-weight:400}.orders-section h2,.users-section h2,.products-section h2,.categories-section h2,.analytics-section h2{color:#1e1e1e;letter-spacing:.5px;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500}.section-overline{letter-spacing:2px;text-transform:uppercase;color:#a89880;margin-bottom:1rem;font-family:Jost,sans-serif;font-size:10px}.backup-btn{color:#1e1e1e;cursor:pointer;letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:1px solid #1e1e1e;border-radius:2px;padding:10px 22px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;transition:all .2s}.backup-btn:hover{color:#fff;background:#1e1e1e}.categories-grid,.categories-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.cms-section{padding:0}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-thumb{background:#c5a05933;border-radius:2px}.form-content::-webkit-scrollbar{width:4px}.form-content::-webkit-scrollbar-track{background:#f9f7f2}.form-content::-webkit-scrollbar-thumb{background:#e8e3d9;border-radius:2px}@media (width<=900px){.admin-sidebar{width:200px;min-width:200px}.admin-content,.admin-content>div{padding:20px}.form-row{grid-template-columns:1fr}}@media (width<=640px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;min-width:unset;height:auto;position:relative}.admin-nav{flex-direction:row;padding:8px;overflow-x:auto}.admin-nav-item{border-bottom:2px solid #0000;border-left:none;min-width:fit-content}.admin-nav-item.active{border-bottom-color:#c5a059;border-left:none}.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.policy-container{max-width:1000px;margin:40px auto;padding:20px;font-family:Jost,sans-serif}.policy-header{text-align:center;border-bottom:2px solid #d4af37;margin-bottom:40px;padding-bottom:20px}.policy-header h1{color:#1a1a1a;margin:0 0 10px;font-family:Marcellus,serif;font-size:2.5em}.last-updated{color:#666;margin:10px 0 20px;font-size:.9em}.language-toggle{justify-content:center;gap:10px;margin-top:20px;display:flex}.lang-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:2px solid #d4af37;border-radius:5px;padding:10px 20px;font-weight:700;transition:all .3s}.lang-btn:hover,.lang-btn.active{color:#fff;background:#d4af37}.policy-content{color:#333;line-height:1.8}.policy-content.rtl{text-align:right;direction:rtl}.policy-content.ltr{text-align:left;direction:ltr}.policy-section{background:#f9f9f9;border-left:4px solid #d4af37;border-radius:5px;margin-bottom:30px;padding:20px}.policy-section h2{color:#1a1a1a;margin-top:0;margin-bottom:10px;font-family:Marcellus,serif;font-size:1.3em}.policy-section p{white-space:pre-wrap;word-wrap:break-word;margin:0}.cookie-banner{color:#fff;z-index:9999;background:#1a1a1af2;padding:20px;animation:.3s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0003}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner.rtl{text-align:right;direction:rtl}.cookie-banner.ltr{text-align:left;direction:ltr}.cookie-content{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.cookie-text{flex:1;font-size:.95em;line-height:1.6}.cookie-text a{color:#d4af37;text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-buttons{flex-wrap:wrap;gap:10px;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:5px;padding:10px 20px;font-weight:700;transition:all .3s}.cookie-btn-accept{color:#1a1a1a;background:#d4af37}.cookie-btn-accept:hover{background:#e0c158}.cookie-btn-decline{color:#d4af37;background:0 0;border:2px solid #d4af37}.cookie-btn-decline:hover{color:#1a1a1a;background:#d4af37}.cookie-btn-settings{color:#fff;background:0 0;border:2px solid #fff}.cookie-btn-settings:hover{color:#1a1a1a;background:#fff}@media (width<=768px){.policy-container{margin:20px auto;padding:15px}.policy-header h1{font-size:1.8em}.cookie-content{flex-direction:column;align-items:stretch}.cookie-text{margin-bottom:10px}.cookie-buttons{justify-content:flex-end}.policy-section{border-left-width:3px;padding:15px}}.not-found-page{background:linear-gradient(135deg,#f5f1ed 0%,#fff9f5 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.not-found-content{text-align:center;padding:60px 20px}.not-found-content h1{color:#c9a961;margin:0;font-size:8rem;font-weight:700}.not-found-content h2{color:#1a1a1a;margin:20px 0;font-size:2rem}.not-found-content p{color:#666;margin-bottom:30px;font-size:1.1rem}.btn-back{color:#fff;background:#c9a961;border-radius:4px;padding:12px 30px;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.btn-back:hover{background:#a68649}.about-preview{background-color:var(--bg-sand);padding:100px 0}.about-content{align-items:center;gap:100px;display:flex}.about-text{flex:1}.section-sub{font-family:var(--font-subheading);text-transform:uppercase;letter-spacing:.2em;color:var(--primary-gold);margin-bottom:20px;font-size:12px}.about-text h2{margin-bottom:30px;font-size:48px;line-height:1.2}.about-text p{color:var(--text-grey);max-width:500px;margin-bottom:40px;font-size:16px}.btn-link{font-family:var(--font-subheading);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--primary-gold);padding-bottom:5px;font-size:14px;font-weight:600}.btn-link:hover{color:var(--primary-gold)}.about-image{flex:1}.about-image img{width:100%;box-shadow:40px 40px 0px var(--primary-gold-light)}@media (width<=992px){.about-content{text-align:center;flex-direction:column;gap:60px}.about-text p{margin-left:auto;margin-right:auto}.about-image img{box-shadow:20px 20px 0px var(--primary-gold-light)}}.search-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#fffffffa;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.search-container{width:90%;max-width:800px;position:relative}.search-container input{border:none;border-bottom:2px solid var(--primary-gold);width:100%;font-size:32px;font-family:var(--font-secondary);background:0 0;outline:none;padding:20px 0}.search-container button{cursor:pointer;color:var(--text-grey);background:0 0;border:none;font-size:40px;position:absolute;top:50%;right:0;transform:translateY(-50%)}
