@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f0f0f0;--text-primary:#151515;--text-secondary:#2e2e2e;--accent:#a4a4a4;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 5%}.section{padding:8rem 0}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:4px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--text-primary);color:var(--white)}.btn-primary:hover{background-color:var(--accent)}.btn-outline{border:1px solid var(--text-primary);color:var(--text-primary)}.btn-outline:hover{background-color:var(--text-primary);color:var(--white)}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.1}h1{letter-spacing:-.02em;font-size:clamp(3rem,8vw,6rem)}h2{letter-spacing:-.01em;font-size:clamp(2rem,5vw,4rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.navbar{z-index:100;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f8f6f3f2;padding:1rem 0;box-shadow:0 4px 30px #0000000d}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:2px;color:var(--text-primary);font-size:1.5rem;font-weight:600}.nav-links{gap:2.5rem;display:flex}.nav-link{text-transform:uppercase;letter-spacing:1px;font-size:.875rem;position:relative}.nav-link:after{content:"";background-color:var(--text-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.cart-btn{align-items:center;gap:.5rem;display:flex;position:relative}.cart-count{background-color:var(--text-primary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex;position:absolute;top:-8px;right:-8px}.menu-btn{display:none}.mobile-menu{background-color:var(--bg-primary);z-index:101;flex-direction:column;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;right:0}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.mobile-nav-links{flex-direction:column;gap:2rem;display:flex}.mobile-nav-link{font-size:2rem;font-weight:500}@media (width<=768px){.hidden-mobile{display:none}.menu-btn{display:block}}.footer{background-color:var(--text-primary);color:var(--white);padding:6rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 2fr}}.footer-brand h2{letter-spacing:2px;margin-bottom:1.5rem;font-size:1.5rem}.footer-brand p{color:#a0a0a0;max-width:300px}.footer-links h3,.footer-newsletter h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.footer-links ul{padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0a0a0;transition:color .3s}.footer-links a:hover{color:var(--accent)}.footer-newsletter p{color:#a0a0a0;margin-bottom:1.5rem}.newsletter-form{flex-direction:column;gap:1rem;display:flex}.newsletter-form input{color:var(--white);background-color:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:1rem}.newsletter-form input::placeholder{color:#a0a0a0}.newsletter-form input:focus{border-color:var(--accent);outline:none}.footer-bottom{color:#a0a0a0;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-legal{gap:2rem;display:flex}.footer-legal a:hover{color:var(--white)}.developed-by{color:#a0a0a0;font-size:.875rem}.developed-by a{color:var(--white);border-bottom:1px solid #ffffff4d;font-weight:500;text-decoration:none;transition:all .3s}.developed-by a:hover{color:var(--accent,#e5b887);border-bottom-color:var(--accent,#e5b887)}.hero{align-items:center;min-height:100vh;padding-top:8rem;padding-bottom:4rem;display:flex}.hero-container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.hero-container{grid-template-columns:1fr 1fr}}.hero-content{max-width:600px}.italic-text{font-family:Times New Roman,Times,serif;font-style:italic;font-weight:300}.accent-text{color:var(--accent)}.hero-subtitle{color:var(--text-secondary);max-width:480px;margin:2rem 0;font-size:1.125rem}.hero-actions{gap:1rem;display:flex}@media (width<=480px){.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}}.hero-image-wrapper{aspect-ratio:4/5;border-radius:8px;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-image-overlay{background:linear-gradient(#0000 50%,#0003 100%);width:100%;height:100%;position:absolute;top:0;left:0}.marquee-container{background-color:var(--text-primary);color:var(--white);padding:1.5rem 0;position:relative;overflow:hidden}.marquee-content{white-space:nowrap;display:flex}.marquee-track{align-items:center;gap:3rem;display:flex}.marquee-track span{text-transform:uppercase;letter-spacing:2px;font-size:.875rem}.dot{color:var(--accent)}.categories-section{background-color:var(--bg-primary)}.categories-header{text-align:left;margin-bottom:4rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.category-card{group:true;display:block}.category-image-wrapper{aspect-ratio:3/4;border-radius:4px;margin-bottom:1.5rem;position:relative;overflow:hidden}.category-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.category-card:hover .category-image{transform:scale(1.05)}.category-info h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.category-info p{color:var(--text-secondary);font-size:.875rem}.featured-section{background-color:var(--bg-secondary)}.featured-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}@media (width<=768px){.featured-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.subtitle{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;font-size:.875rem;display:block}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;display:grid}.product-card{position:relative}.product-image-wrapper{aspect-ratio:1;background-color:var(--bg-primary);border-radius:4px;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-image{transform:scale(1.05)}.product-actions{opacity:0;width:100%;padding:1rem;transition:bottom .3s;position:absolute;bottom:-50px;left:0}.product-card:hover .product-actions{opacity:1;bottom:0}.add-to-cart{width:100%}.product-info h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.product-price{align-items:center;gap:1rem;display:flex}.current-price{color:var(--text-primary);font-weight:600}.original-price{color:var(--text-secondary);font-size:.875rem;text-decoration:line-through}.story-section{background-color:var(--bg-primary);overflow:hidden}.story-content-wrapper{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.story-content-wrapper{grid-template-columns:1fr 1fr}}.story-text{max-width:500px}.story-text h2{margin-bottom:2rem;font-size:2.5rem;line-height:1.2}.story-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.story-images{gap:2rem;height:600px;display:flex;position:relative}@media (width<=768px){.story-images{gap:1rem;height:400px}}.story-img-1,.story-img-2{border-radius:4px;flex:1;position:relative;overflow:hidden}.story-img-1{height:80%;margin-top:10%}.story-img-2{height:90%;margin-top:0}.story-img-1 img,.story-img-2 img{object-fit:cover;width:100%;height:100%}.mt-4{margin-top:2rem}.stats-section{background-color:var(--text-primary);color:var(--white);padding:6rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(1,1fr);gap:3rem;display:grid}@media (width>=768px){.stats-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem}}.stat-card{padding:1rem}.stat-card h2{color:var(--accent);margin-bottom:1rem;font-size:4rem;font-weight:300}.stat-card p{color:#ccc;max-width:250px;font-size:1.125rem}.testimonials-section{background-color:var(--bg-secondary)}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:1fr 1fr}}.testimonial-card{background-color:var(--bg-primary);border-radius:8px;flex-direction:column;justify-content:space-between;height:100%;padding:3rem 2rem;display:flex}.testimonial-text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background-color:var(--accent);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.testimonial-author span{color:var(--text-primary);font-weight:500}.about-page{padding-top:120px;padding-bottom:80px}.about-page .page-header{text-align:center;margin-bottom:60px}.about-page .page-header h1{margin-bottom:16px;font-size:3rem}.about-page .page-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-main-image{object-fit:cover;aspect-ratio:4/5;border-radius:16px;width:100%;height:auto;box-shadow:0 20px 40px #0000001a}.about-text h2{margin-bottom:24px;font-size:2.5rem}.about-text p{color:var(--text-light);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.about-stats{border-top:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;padding-top:40px;display:grid}.stat-item h3{color:var(--primary-color);margin-bottom:8px;font-size:2.5rem}.stat-item p{text-transform:uppercase;letter-spacing:1px;margin-bottom:0;font-size:.9rem}@media (width<=992px){.about-content{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.about-stats{text-align:center;grid-template-columns:1fr;gap:20px}}.blog-page{padding-top:120px;padding-bottom:80px}.blog-page .page-header{text-align:center;margin-bottom:60px}.blog-page .page-header h1{margin-bottom:16px;font-size:3rem}.blog-page .page-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}.blog-card{background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.blog-image-wrapper{width:100%;height:250px;overflow:hidden}.blog-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-content{padding:30px}.blog-date{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.85rem;display:block}.blog-content h3{margin-bottom:16px;font-size:1.5rem;line-height:1.4}.blog-content p{color:var(--text-light);margin-bottom:24px;line-height:1.6}.read-more{color:var(--primary-color);align-items:center;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.read-more:hover{color:#000}@media (width<=768px){.blog-grid{grid-template-columns:1fr}}.contact-page{padding-top:120px;padding-bottom:80px}.contact-page .page-header{text-align:center;margin-bottom:60px}.contact-page .page-header h1{margin-bottom:16px;font-size:3rem}.contact-page .page-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.contact-content{background:#fff;border-radius:24px;grid-template-columns:1fr 1.5fr;gap:60px;display:grid;overflow:hidden;box-shadow:0 20px 60px #0000000d}.contact-info{background:var(--primary-color);color:#fff;padding:50px 40px}.contact-info h2{margin-bottom:16px;font-size:2rem}.info-desc{color:#fffc;margin-bottom:40px;line-height:1.6}.info-item{align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}.info-item .icon-wrapper{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex}.info-item h3{margin-bottom:8px;font-size:1.1rem;font-weight:600}.info-item p{color:#fffc;font-size:.95rem;line-height:1.6}.contact-form-container{padding:50px 60px 50px 20px}.contact-form .form-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.contact-form .form-group{margin-bottom:24px}.contact-form label{color:var(--primary-color);margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form textarea{border:1px solid var(--border-color);background:#f9f9f9;border-radius:8px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 4px #0000000d}.radio-group{gap:24px;margin-top:12px;display:flex}.radio-label{cursor:pointer;color:var(--text-color);align-items:center;gap:8px;font-weight:500;display:flex}.submit-btn{width:100%;margin-top:16px;padding:16px;font-size:1.1rem}@media (width<=992px){.contact-content{grid-template-columns:1fr;gap:0}.contact-form-container{padding:40px}}@media (width<=768px){.contact-form .form-row{grid-template-columns:1fr;gap:0}.radio-group{flex-direction:column;gap:12px}.contact-form-container{padding:30px 20px}}
