.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid transparent}.header.scrolled{box-shadow:var(--shadow-sm);border-bottom-color:var(--border-color)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--text-dark);transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo svg{transition:transform .3s ease}.logo:hover svg{transform:rotate(10deg)}.logo-text{letter-spacing:.5px}.nav{display:flex;align-items:center;gap:2.5rem}.nav-link{position:relative;font-size:.95rem;font-weight:500;color:var(--text-dark);transition:color .3s ease;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:var(--secondary-color)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:2px;background-color:var(--text-dark);transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background-color:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease}.nav.mobile-open{right:0}.nav-link{width:100%;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.nav-link:after{display:none}}@media (max-width: 480px){.logo{font-size:1.3rem}.logo svg{width:35px;height:35px}.header-content{padding:1rem 0}}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,#1a2a3a 100%);color:var(--white);padding:4rem 0 1.5rem;margin-top:5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.2rem;margin-bottom:1.25rem;color:var(--white)}.footer-logo{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:1rem;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.05)}.footer-description{color:#fffc;line-height:1.7;font-size:.95rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--secondary-color);transform:translate(5px)}.newsletter-text{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.footer-newsletter{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:var(--white);font-size:.95rem;transition:all .3s ease}.newsletter-input::placeholder{color:#ffffff80}.newsletter-btn{padding:.75rem 1rem;background:var(--secondary-color);color:var(--text-dark);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-btn:hover{background:#c09d2e;transform:translate(3px)}.footer-social{display:flex;justify-content:center;gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.footer-social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:var(--white);transition:all .3s ease}.footer-social a:hover{background:var(--secondary-color);color:var(--text-dark);transform:translateY(-3px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;color:#ffffffb3;font-size:.9rem;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-links a{color:#ffffffb3;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--secondary-color)}.footer-bottom-links span{opacity:.5}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem;margin-top:3rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-social{gap:1rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.footer{padding:2.5rem 0 1rem}.footer-newsletter{flex-direction:column}.newsletter-btn{width:100%}.footer-social a{width:40px;height:40px}}.social-widget{position:fixed;right:2rem;bottom:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:999;animation:slideIn .5s ease-out .5s backwards}.social-widget-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;color:var(--text-dark);box-shadow:var(--shadow-md);transition:all .3s ease}.social-widget-link:hover{background:var(--secondary-color);color:var(--white);transform:translate(-5px) scale(1.1);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.social-widget{right:1rem;bottom:5rem;gap:.5rem}.social-widget-link{width:45px;height:45px}}@media (max-width: 480px){.social-widget{flex-direction:row;right:50%;transform:translate(50%);bottom:1rem}.social-widget-link{width:40px;height:40px}}.back-to-top{position:fixed;left:2rem;bottom:2rem;width:50px;height:50px;background:var(--secondary-color);color:var(--text-dark);border:none;border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;z-index:999;transition:all .3s ease;animation:fadeIn .3s ease-out}.back-to-top:hover{background:var(--primary-color);color:var(--white);transform:translateY(-5px);box-shadow:var(--shadow-lg)}.back-to-top:active{transform:translateY(-3px)}@media (max-width: 768px){.back-to-top{left:1rem;bottom:5rem;width:45px;height:45px}}@media (max-width: 480px){.back-to-top{left:1rem;bottom:5rem;width:40px;height:40px}.back-to-top svg{width:20px;height:20px}}.article-card{display:flex;flex-direction:column;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;height:100%}.article-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.article-image-wrapper{position:relative;width:100%;padding-top:60%;overflow:hidden}.article-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-image{transform:scale(1.08)}.article-category{position:absolute;top:1rem;left:1rem;padding:.4rem 1rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.8rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;z-index:2}.article-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.85rem;color:var(--text-light)}.article-date,.article-read-time{display:flex;align-items:center;gap:.3rem}.article-title{font-size:1.3rem;margin-bottom:.75rem;line-height:1.4;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-excerpt{font-size:.95rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color)}.article-author{font-size:.9rem;color:var(--text-light)}.read-more{font-size:.9rem;font-weight:600;color:var(--secondary-color);transition:gap .3s ease}.article-card:hover .read-more{gap:.5rem}.article-card.featured{grid-column:span 1}.article-card.featured .article-title{font-size:1.5rem}@media (max-width: 768px){.article-content{padding:1.25rem}.article-title{font-size:1.2rem}.article-card.featured .article-title{font-size:1.3rem}}.home{padding-top:70px}.hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2c3e50d9,#8b7355bf)}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:2rem}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300;margin-bottom:2.5rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--white);opacity:.8;font-size:.85rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.btn{display:inline-block;padding:.9rem 2rem;font-size:1rem;font-weight:500;border-radius:6px;transition:all .3s ease;text-align:center;cursor:pointer;border:2px solid transparent}.btn-primary{background-color:var(--secondary-color);color:var(--text-dark)}.btn-primary:hover{background-color:#c09d2e;transform:translateY(-2px);box-shadow:0 8px 16px #d4af374d}.btn-secondary{background-color:transparent;color:var(--white);border-color:var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--text-dark)}.btn-outline{background-color:transparent;color:var(--text-dark);border-color:var(--text-dark)}.btn-outline:hover{background-color:var(--text-dark);color:var(--white)}.featured-section,.why-section,.newsletter-section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.text-center{text-align:center}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.why-section{background-color:var(--bg-light)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.why-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:var(--shadow-sm)}.why-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.why-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));border-radius:50%;color:var(--white)}.why-card h3{font-size:1.4rem;margin-bottom:1rem}.why-card p{color:var(--text-light);line-height:1.7}.newsletter-section{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white)}.newsletter-card{max-width:700px;margin:0 auto;text-align:center}.newsletter-card h2{font-size:2rem;margin-bottom:1rem;color:var(--white)}.newsletter-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:.9rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:6px;font-size:1rem;background:#ffffff1a;color:var(--white);transition:all .3s ease}.newsletter-input::placeholder{color:#ffffffb3}.newsletter-input:focus{outline:none;border-color:var(--secondary-color);background:#ffffff26}@media (max-width: 768px){.hero{height:70vh;min-height:500px}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;max-width:280px}.featured-grid,.why-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-input{width:100%}}@media (max-width: 480px){.featured-section,.why-section,.newsletter-section{padding:3rem 0}.section-header{margin-bottom:2rem}}.blog-page{padding-top:70px;min-height:100vh}.blog-hero{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);padding:4rem 0 3rem;text-align:center;margin-bottom:3rem}.page-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;color:var(--white)}.page-subtitle{font-size:1.1rem;opacity:.95}.blog-controls{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.search-bar{position:relative;max-width:500px;width:100%}.search-bar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none}.search-input{width:100%;padding:.9rem 3rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:var(--white)}.search-input:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 3px #d4af371a}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.8rem;color:var(--text-light);cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .3s ease}.search-clear:hover{color:var(--text-dark)}.category-filter{display:flex;gap:.75rem;flex-wrap:wrap}.category-btn{padding:.6rem 1.5rem;border:2px solid var(--border-color);background-color:var(--white);color:var(--text-dark);border-radius:25px;font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer}.category-btn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.category-btn.active{background-color:var(--secondary-color);border-color:var(--secondary-color);color:var(--text-dark)}.results-info{margin-bottom:2rem;color:var(--text-light);font-size:.95rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:3rem 0}.pagination-btn{min-width:40px;height:40px;padding:.5rem .75rem;border:2px solid var(--border-color);background-color:var(--white);color:var(--text-dark);border-radius:6px;font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer}.pagination-btn:hover:not(:disabled){border-color:var(--secondary-color);color:var(--secondary-color)}.pagination-btn.active{background-color:var(--secondary-color);border-color:var(--secondary-color);color:var(--text-dark)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{padding:0 .5rem;color:var(--text-light)}.no-results{text-align:center;padding:4rem 2rem}.no-results svg{margin:0 auto 1.5rem;color:var(--text-light)}.no-results h3{font-size:1.5rem;margin-bottom:.5rem}.no-results p{color:var(--text-light);margin-bottom:2rem}@media (max-width: 768px){.blog-hero{padding:3rem 0 2rem}.blog-controls{gap:1rem}.category-filter{gap:.5rem}.category-btn{padding:.5rem 1.2rem;font-size:.9rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.pagination{gap:.3rem;flex-wrap:wrap}.pagination-btn{min-width:35px;height:35px;padding:.4rem .6rem;font-size:.9rem}}@media (max-width: 480px){.search-input{padding:.8rem 2.5rem}.blog-hero{padding:2.5rem 0 1.5rem}}.article-page{padding-top:70px}.article-header{position:relative;height:60vh;min-height:400px;display:flex;align-items:center;background-size:cover;background-position:center;background-attachment:fixed}.article-header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000080,#000000b3)}.article-header-content{position:relative;z-index:2;color:var(--white);max-width:900px}.article-category-badge{display:inline-block;padding:.5rem 1.2rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.85rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.article-page-title{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1.5rem;line-height:1.2;color:var(--white)}.article-meta-info{display:flex;align-items:center;gap:.75rem;font-size:1rem;opacity:.95;flex-wrap:wrap}.article-author-name{font-weight:600}.meta-separator{opacity:.6}.article-body{padding:4rem 0}.article-content-wrapper{display:grid;grid-template-columns:1fr 300px;gap:3rem}.article-main-content{max-width:800px}.article-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.article-text h2{font-size:2rem;margin:2.5rem 0 1.25rem;color:var(--text-dark)}.article-text h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--text-dark)}.article-text p{margin-bottom:1.5rem}.article-text ul{margin:1.5rem 0;padding-left:2rem}.article-text li{margin-bottom:.75rem}.article-text strong{font-weight:600;color:var(--text-dark)}.featured-products{margin:3rem 0;padding:2.5rem;background-color:var(--bg-light);border-radius:12px}.featured-products h2{margin-bottom:2rem;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.product-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.product-image{width:100%;height:200px;object-fit:cover}.product-info{padding:1.25rem}.product-info h3{font-size:1.1rem;margin-bottom:.75rem}.star{color:#ddd;font-size:1.2rem}.star.filled{color:var(--secondary-color)}.rating-value{margin-left:.5rem;font-size:.95rem;font-weight:600;color:var(--text-dark)}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.product-price{font-size:1.3rem;font-weight:700;color:var(--secondary-color)}.btn-small{padding:.6rem 1.2rem;font-size:.9rem}.article-share{margin-top:3rem;padding:2rem;border-top:2px solid var(--border-color);border-bottom:2px solid var(--border-color)}.article-share h3{margin-bottom:1.25rem;font-size:1.3rem}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:6px;font-weight:500;color:var(--white);transition:all .3s ease}.share-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.article-sidebar{position:sticky;top:100px;height:fit-content}.sidebar-section{background:var(--bg-light);padding:1.75rem;border-radius:10px;margin-bottom:1.5rem}.sidebar-section h3{font-size:1.2rem;margin-bottom:1.25rem}.author-bio p{margin-bottom:.75rem;line-height:1.6}.author-description{color:var(--text-light);font-size:.95rem}.sidebar-categories{display:flex;flex-direction:column;gap:.75rem}.sidebar-category{padding:.75rem 1rem;background:var(--white);border-radius:6px;transition:all .3s ease;border:1px solid var(--border-color)}.sidebar-category:hover{border-color:var(--secondary-color);color:var(--secondary-color);transform:translate(5px)}.related-articles{padding:4rem 0;background-color:var(--bg-light)}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem}.related-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.related-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.related-card img{width:100%;height:200px;object-fit:cover}.related-content{padding:1.5rem}.related-category{display:inline-block;padding:.3rem .8rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.75rem;font-weight:600;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.related-content h3{font-size:1.2rem;margin-bottom:.75rem;line-height:1.3}.related-content p{color:var(--text-light);font-size:.95rem;line-height:1.6}.article-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.article-not-found h1{font-size:2.5rem;margin-bottom:1rem}.article-not-found p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 1024px){.article-content-wrapper{grid-template-columns:1fr}.article-sidebar{position:static}}@media (max-width: 768px){.article-header{height:50vh;min-height:350px}.article-body{padding:3rem 0}.article-text{font-size:1.05rem}.article-text h2{font-size:1.75rem}.article-text h3{font-size:1.3rem}.products-grid,.related-grid{grid-template-columns:1fr}.share-buttons{flex-direction:column}.share-btn{width:100%;justify-content:center}}.products-page{padding-top:70px;min-height:100vh}.products-hero{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);padding:4rem 0 3rem;text-align:center;margin-bottom:3rem}.products-controls{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.filter-section{flex:1;min-width:300px}.sort-section{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.sort-select{padding:.7rem 1rem;border:2px solid var(--border-color);border-radius:6px;font-size:.95rem;background-color:var(--white);cursor:pointer;transition:all .3s ease}.sort-select:focus{outline:none;border-color:var(--secondary-color)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.product-card-full{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.product-card-full:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card-full:hover .product-image{transform:scale(1.1)}.product-category-badge{position:absolute;top:1rem;left:1rem;padding:.4rem 1rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.8rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;z-index:2}.product-details{padding:1.75rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.4rem;margin-bottom:.75rem;line-height:1.3;color:var(--text-dark)}.product-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:1rem}.product-description{font-size:.95rem;color:var(--text-light);line-height:1.6;margin-bottom:1.25rem}.product-features{margin-bottom:1.5rem}.product-features h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.product-features ul{list-style:none;padding:0}.product-features li{font-size:.9rem;color:var(--text-light);padding:.3rem 0 .3rem 1.25rem;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;margin-top:auto;border-top:2px solid var(--border-color)}.product-price{font-size:1.75rem;font-weight:700;color:var(--secondary-color)}.no-products{text-align:center;padding:4rem 2rem}.no-products svg{margin:0 auto 1.5rem;color:var(--text-light)}.no-products h3{font-size:1.5rem;margin-bottom:.5rem}.no-products p{color:var(--text-light);margin-bottom:2rem}@media (max-width: 768px){.products-hero{padding:3rem 0 2rem}.products-controls{flex-direction:column;gap:1.5rem}.filter-section,.sort-section{width:100%;min-width:auto}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card-full{max-width:100%}}@media (max-width: 480px){.product-image-wrapper{height:200px}.product-details{padding:1.25rem}.product-name{font-size:1.2rem}.product-footer{flex-direction:column;gap:1rem;align-items:stretch}.btn{width:100%}}.product-detail-page{padding-top:90px;padding-bottom:4rem}.breadcrumb{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.95rem;color:var(--text-light)}.breadcrumb a{color:var(--text-light);transition:color .3s ease}.breadcrumb a:hover{color:var(--secondary-color)}.breadcrumb span:last-child{color:var(--text-dark);font-weight:500}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-detail-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);height:600px}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-badge{position:absolute;top:1.5rem;left:1.5rem;padding:.6rem 1.5rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.9rem;font-weight:600;border-radius:25px;text-transform:uppercase;letter-spacing:.5px}.product-detail-info{display:flex;flex-direction:column;gap:2rem}.product-detail-title{font-size:2.5rem;line-height:1.2;margin-bottom:0}.product-detail-rating{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.rating-stars{display:flex;gap:.25rem}.rating-stars .star{font-size:1.5rem;color:#ddd}.rating-stars .star.filled{color:var(--secondary-color)}.rating-number{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.rating-text{color:var(--text-light);font-size:.95rem}.product-detail-price{display:flex;align-items:baseline;gap:1rem;padding:1.5rem 0;border-bottom:2px solid var(--border-color)}.price-label{font-size:1.1rem;color:var(--text-light)}.price-value{font-size:3rem;font-weight:700;color:var(--secondary-color);font-family:Playfair Display,serif}.product-detail-description h2,.product-detail-features h2{font-size:1.5rem;margin-bottom:1rem}.product-detail-description p{font-size:1.05rem;line-height:1.8;color:var(--text-light)}.product-detail-features ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.product-detail-features li{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--text-dark)}.product-detail-features li svg{flex-shrink:0;color:var(--secondary-color)}.product-detail-actions{display:flex;gap:1rem;margin-top:1rem}.btn-large{padding:1rem 2rem;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.product-share{padding-top:2rem;border-top:2px solid var(--border-color)}.product-share h3{font-size:1.1rem;margin-bottom:1rem}.share-buttons{display:flex;gap:.75rem}.share-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);transition:all .3s ease;border:none;cursor:pointer}.share-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.share-btn.twitter{background-color:#1da1f2}.share-btn.facebook{background-color:#4267b2}.share-btn.linkedin{background-color:#0077b5}.share-btn.pinterest{background-color:#e60023}.product-specs{background-color:var(--bg-light);padding:3rem;border-radius:16px;margin-bottom:4rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.spec-item{display:flex;flex-direction:column;gap:.5rem}.spec-label{font-size:.9rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.spec-value{font-size:1.2rem;font-weight:600;color:var(--text-dark)}.related-products{margin-top:4rem}.section-title{font-size:2rem;margin-bottom:2rem;text-align:center}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-product-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.related-product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.related-product-card img{width:100%;height:250px;object-fit:cover}.related-product-info{padding:1.5rem}.related-product-category{display:inline-block;padding:.3rem .9rem;background-color:var(--secondary-color);color:var(--text-dark);font-size:.75rem;font-weight:600;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.related-product-info h3{font-size:1.2rem;margin-bottom:1rem;line-height:1.3}.related-product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color)}.related-product-price{font-size:1.5rem;font-weight:700;color:var(--secondary-color)}.related-product-rating{display:flex;align-items:center;gap:.3rem;font-weight:600}.related-product-rating .star{color:var(--secondary-color);font-size:1.1rem}.product-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.product-not-found h1{font-size:2.5rem;margin-bottom:1rem}.product-not-found p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 1024px){.product-detail-content{grid-template-columns:1fr;gap:3rem}.product-detail-image{height:500px}}@media (max-width: 768px){.product-detail-page{padding-top:80px}.breadcrumb{font-size:.85rem;gap:.5rem}.product-detail-image{height:400px}.product-detail-title{font-size:2rem}.price-value{font-size:2.5rem}.product-detail-actions{flex-direction:column}.btn-large{width:100%}.product-specs{padding:2rem 1.5rem}.specs-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.related-products-grid{grid-template-columns:1fr}}@media (max-width: 480px){.product-detail-image{height:300px}.product-detail-title{font-size:1.5rem}.price-value{font-size:2rem}.specs-grid{grid-template-columns:1fr}.share-buttons{justify-content:center;flex-wrap:wrap}}.about-page{padding-top:70px}.about-hero{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);padding:4rem 0 3rem;text-align:center;margin-bottom:4rem}.about-section{padding:4rem 0}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-content.reverse{direction:rtl}.section-content.reverse>*{direction:ltr}.content-text h2{font-size:2.25rem;margin-bottom:1.5rem}.content-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.25rem}.content-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.content-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.content-image:hover img{transform:scale(1.05)}.values-section{padding:5rem 0;background-color:var(--bg-light);margin:4rem -20px;padding-left:20px;padding-right:20px}.section-title{font-size:2.25rem;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.value-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));border-radius:50%;color:var(--white)}.value-card h3{font-size:1.4rem;margin-bottom:1rem}.value-card p{color:var(--text-light);line-height:1.7;font-size:.95rem}.stats-section{padding:5rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-card{text-align:center;padding:2rem}.stat-number{font-size:3.5rem;font-weight:700;color:var(--secondary-color);font-family:Playfair Display,serif;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}.cta-section{padding:5rem 0}.cta-card{max-width:700px;margin:0 auto;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:16px;color:var(--white)}.cta-card h2{font-size:2rem;margin-bottom:1rem;color:var(--white)}.cta-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.about-hero{padding:3rem 0 2rem;margin-bottom:3rem}.about-section{padding:3rem 0}.section-content{grid-template-columns:1fr;gap:2.5rem}.content-text h2{font-size:1.75rem}.content-text p{font-size:1rem}.values-section{padding:3rem 0;margin:3rem -20px}.section-title{font-size:1.75rem;margin-bottom:2rem}.values-grid{grid-template-columns:1fr;gap:2rem}.stats-section{padding:3rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:2.5rem}.cta-section{padding:3rem 0}.cta-card{padding:2rem 1.5rem}.cta-card h2{font-size:1.5rem}.newsletter-form{flex-direction:column}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.contact-page{padding-top:70px}.contact-hero{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);padding:4rem 0 3rem;text-align:center;margin-bottom:4rem}.contact-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:5rem}.contact-form-wrapper{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow-md)}.contact-form-wrapper h2{font-size:1.75rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.form-input,.form-textarea{width:100%;padding:.9rem 1rem;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 3px #d4af371a}.form-textarea{resize:vertical;min-height:120px}.form-message{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.btn-block{width:100%}.contact-info-wrapper{display:flex;flex-direction:column;gap:1.5rem}.contact-info-wrapper h2{font-size:1.75rem;margin-bottom:1rem}.contact-info-card{display:flex;gap:1.25rem;padding:1.75rem;background:var(--bg-light);border-radius:10px;transition:all .3s ease}.contact-info-card:hover{background:var(--white);box-shadow:var(--shadow-sm);transform:translate(5px)}.info-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));border-radius:50%;color:var(--white)}.info-content h3{font-size:1.1rem;margin-bottom:.5rem}.info-content p{color:var(--text-light);line-height:1.7;font-size:.95rem}.contact-social{padding:1.75rem;background:var(--white);border-radius:10px;box-shadow:var(--shadow-sm)}.contact-social h3{font-size:1.1rem;margin-bottom:1.25rem}.social-links{display:flex;gap:1rem}.social-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:50%;color:var(--text-dark);transition:all .3s ease}.social-link:hover{background:var(--secondary-color);color:var(--white);transform:translateY(-3px)}.faq-section{padding:5rem 0;background-color:var(--bg-light);margin:0 -20px;padding-left:20px;padding-right:20px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.faq-item{background:var(--white);padding:2rem;border-radius:10px;box-shadow:var(--shadow-sm);transition:all .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.faq-item h3{font-size:1.15rem;margin-bottom:.75rem;color:var(--secondary-color)}.faq-item p{color:var(--text-light);line-height:1.7;font-size:.95rem}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 768px){.contact-hero{padding:3rem 0 2rem;margin-bottom:3rem}.contact-content{margin-bottom:3rem}.contact-form-wrapper{padding:2rem 1.5rem}.contact-form-wrapper h2,.contact-info-wrapper h2{font-size:1.5rem}.faq-section{padding:3rem 0}.faq-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.contact-form-wrapper{padding:1.5rem 1rem}.contact-info-card{padding:1.25rem}.social-links{justify-content:center}.faq-item{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c3e50;--secondary-color: #d4af37;--accent-color: #8b7355;--text-dark: #1a1a1a;--text-light: #666;--bg-light: #fafafa;--border-color: #e0e0e0;--white: #ffffff;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16)}body{font-family:Inter,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.3;color:var(--text-dark)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container-wide{max-width:1400px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}.scale-in{animation:scaleIn .4s ease-out}.transition-all{transition:all .3s ease}.transition-transform{transition:transform .3s ease}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}
