.header{background:var(--bg-color);box-shadow:var(--shadow);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.03)}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 20px;gap:2.5rem}.header-actions{display:flex;align-items:center;gap:1rem}.logo{display:flex;flex-direction:column;align-items:flex-start}.logo h1{font-size:1.8rem;color:var(--primary-color);font-weight:700;letter-spacing:.02em;margin:0;line-height:1;font-family:var(--font-heading)}.logo-subtitle{font-size:.7rem;color:var(--text-light);font-weight:400;margin-top:2px;letter-spacing:.5px;opacity:.75}.nav{display:flex;gap:2rem}.nav a{color:var(--text-color);font-weight:500;transition:color .175s ease;position:relative;padding:.5rem 0}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--primary-color);transition:width .3s ease}.nav a:hover,.nav a.active{color:var(--primary-color)}.nav a.active:after{width:100%}.instagram-link,.facebook-link{display:flex;align-items:center;padding:.5rem 0;margin-left:1rem}.facebook-link{margin-left:.25rem}.instagram-link:after,.facebook-link:after{display:none}.instagram-logo,.facebook-logo{width:24px;height:24px;transition:opacity .175s ease,transform .175s ease}.instagram-link:hover .instagram-logo,.facebook-link:hover .facebook-logo{opacity:.8;transform:scale(1.1)}@media (max-width: 768px){.header .container{flex-wrap:wrap}.nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:1rem}.header-actions{order:2}.logo h1{font-size:1.5rem}}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}@media (max-width: 768px){.lightbox-content{max-width:90vw;max-height:80vh}.lightbox-content img{max-height:80vh;padding:1.5rem}.lightbox-overlay{padding:1rem}}.lightbox-content{position:relative;max-width:70vw;max-height:75vh;cursor:default;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:75vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #00000080;background:var(--bg-light);padding:2rem}.lightbox-close{position:absolute;top:-40px;right:0;background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.product-card-wrapper.featured{grid-column:span 1}.product-card{background:transparent;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1),border-color .3s ease;display:flex;flex-direction:column;height:100%;position:relative;z-index:2;border:1px solid rgba(120,140,120,.6)}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#4a6b56,#9fc5a8);-webkit-mask:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0) content-box;-webkit-mask-composite:exclude;mask:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0) content-box;mask-composite:exclude;z-index:0;pointer-events:none;opacity:0}.product-card-wrapper{height:100%;position:relative;overflow:visible}.product-card-wrapper:hover .product-card{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px);border-color:#647864d9}.product-card-wrapper:hover .product-card:before{opacity:0}.product-image-link{display:block;text-decoration:none;color:inherit;position:relative;z-index:1}.product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#fff;cursor:pointer;border-radius:16px 16px 0 0}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;padding:1.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:.5rem;z-index:2}.product-badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.badge-category{background:#2f4f3ae6;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-bestseller{background:#b8e994f2;color:#2f4f3a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-new{background:#fffffff2;color:#2f4f3a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(47,79,58,.2)}.product-zoom-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;z-index:3;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;color:#2f4f3a}.product-zoom-btn:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translate(-50%,-50%) scale(1.1)}.product-zoom-btn svg{width:18px;height:18px}.product-info-link{flex-grow:1;display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;z-index:1}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;gap:.75rem;background:#fff;border-radius:0 0 16px 16px;position:relative}.product-info:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background-color:#788c7873}.product-name{font-size:1.1rem;font-weight:600;color:var(--text-color);line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.product-benefit{color:var(--text-light);font-size:.875rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.product-price{color:#000;font-size:1.25rem;font-weight:700;margin:.5rem 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}@media (max-width: 768px){.product-card{border-radius:16px}.product-card:before{border-radius:inherit}.product-info{padding:1.25rem}.product-name{font-size:1rem}.product-benefit{font-size:.8rem}.product-price{font-size:1.1rem}.product-badge{font-size:.65rem;padding:.3rem .65rem}}.home{flex-grow:1}.hero{background:transparent;color:#fff;padding:0;width:100vw;height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;margin-top:-1px}.hero-bg-left{position:absolute;top:0;left:0;width:50vw;height:100vh;overflow:hidden;z-index:1;padding:0;margin:0;mask-image:linear-gradient(to right,#000,#000 70%,#0000);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%)}.hero-bg-left .hero-bg-img{object-position:55% 55%}.hero-bg-right{position:absolute;top:0;right:0;width:50vw;height:100vh;overflow:hidden;z-index:1;padding:0;margin:0;mask-image:linear-gradient(to left,#000,#000 70%,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%)}.hero-bg-right .hero-bg-img{object-position:50% 38%;transform:scale(1.03);transform-origin:center center}.hero-bg-img{width:100vw;height:100vh;object-fit:cover;object-position:center 30%;display:block;padding:0;margin:0;filter:brightness(.95) contrast(1.05) saturate(1.1) hue-rotate(-5deg);transform:scale(1.04);transform-origin:center center;image-rendering:auto;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-overlay-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#2f4f3a14,#2f4f3a1f,#2f4f3a14);z-index:1;pointer-events:none;mix-blend-mode:multiply}.hero-overlay-leaf-texture{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-leaf),var(--bg-leaf);background-size:350px auto,280px auto;background-position:8% 25%,92% 65%;background-repeat:no-repeat;opacity:.06;z-index:1;pointer-events:none;mix-blend-mode:multiply;filter:blur(3px)}.hero-overlay-text-backdrop{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#00000040,#00000026 40%,#0000 70%);z-index:2;pointer-events:none}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.08),transparent);z-index:10}.hero-container{max-width:1400px;margin:0 auto;padding:0 40px;width:100%;position:relative;height:100vh;z-index:3;display:flex;align-items:center}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:3;padding:4rem 0;position:relative;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;font-size:.9rem;font-weight:500;color:#fff;margin-bottom:1.5rem;margin-top:-4px;opacity:.92;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border:1px solid rgba(255,255,255,.2)}.badge-icon{font-size:1.1rem}.hero-headline{font-size:5.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.15;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#fff;text-align:left}.hero-subtitle-text{font-size:1.25rem;line-height:1.7;color:#fff;opacity:.9;margin-bottom:2.5rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:600px}.hero-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hero-benefits li{display:flex;align-items:center;gap:.75rem;color:#fff;opacity:.75;font-size:1rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:14px;color:#fff;opacity:.8;flex-shrink:0}.hero-cta-floating{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:10}.hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;z-index:5;cursor:pointer;transition:opacity .3s ease}.hero-scroll-indicator:hover{opacity:.8}.scroll-arrow{display:flex;align-items:center;justify-content:center;color:#fff}.scroll-arrow svg{width:24px;height:24px;stroke:#fff}.scroll-text{font-size:.875rem;color:#fff;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.5px}.cta-button-floating{display:inline-block;padding:1.25rem 3rem;background:#b8e994;color:#2f4f3a;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 25px #b8e99466;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.5px}.cta-button-floating:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px #b8e99480;opacity:.95}.cta-button{display:inline-block;padding:1rem 2rem;background:#fff;color:var(--primary-color);border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.products-section{padding:6rem 0 4rem;margin-top:30px}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.section-header p{font-size:1.1rem;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media (max-width: 1024px){.hero-container{padding:0 30px}.hero-headline{font-size:4rem}.hero-subtitle-text{font-size:1.1rem}.hero-overlay-text-backdrop{width:60%}}@media (max-width: 768px){.hero{width:100vw;height:100vh;padding:0}.hero-container{padding:0 20px;height:100vh}.hero-content{padding:2rem 0;max-width:100%}.hero-headline{font-size:2.75rem;margin-bottom:1.25rem}.hero-subtitle-text{font-size:1rem;margin-bottom:2rem}.hero-badge{font-size:.85rem;padding:.4rem .85rem;margin-bottom:1.25rem}.hero-bg-left{position:absolute;top:0;left:0;width:100vw;height:50vh;mask-image:none;-webkit-mask-image:none}.hero-bg-left .hero-bg-img{width:100vw;height:100vh;object-fit:cover;object-position:55% 55%;transform:scale(1.04);transform-origin:center center}.hero-bg-right{position:absolute;top:50vh;left:0;right:0;width:100vw;height:50vh;padding:0;margin:0;mask-image:none;-webkit-mask-image:none}.hero-bg-right .hero-bg-img{width:100vw;height:100vh;object-fit:cover;object-position:50% 38%;transform:scale(1.03);transform-origin:center center}.hero-overlay-text-backdrop{width:100%;background:linear-gradient(to bottom,#00000059,#00000040,#00000026)}.hero-overlay-leaf-texture{background-size:300px auto;opacity:.06}.products-section{padding:2rem 0}.category-filter{margin-bottom:2rem}.category-btn{padding:.6rem 1.2rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}.view-all{text-align:center;margin-top:3rem}.view-all-button{display:inline-block;padding:1rem 2rem;background:#2f4f3a;color:#fff;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.view-all-button:hover{background:#3d5f47;transform:translateY(-2px);opacity:.9}.products-page{flex-grow:1}.products-hero{background:#2f4f3a;color:#fff;padding:5rem 0;text-align:center}.products-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.products-hero p{font-size:1.2rem;opacity:.9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.products-section{padding:4rem 0 5rem;position:relative;width:100%;overflow-x:hidden;background:linear-gradient(to bottom,#fff,#fefefe 20%,#fafbfa,#f5f8f5 80%,#f0f5f0);min-height:100%}.products-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;max-width:100vw;height:100%;background-image:var(--bg-jungle);background-position:bottom center;background-repeat:no-repeat;background-size:cover;opacity:.15;filter:blur(1.5px);z-index:0;pointer-events:none}.products-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.products-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.search-filter{flex:1;min-width:300px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:var(--text-light);pointer-events:none}.search-input-filter{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid var(--border-color);border-radius:8px;font-size:.95rem;font-family:var(--font-body);color:var(--text-color);background:var(--bg-color);transition:all .3s ease}.search-input-filter:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #d4a5741a}.products-header-right{display:flex;align-items:center;gap:1.5rem}.results-count{color:var(--text-light);font-size:.95rem;white-space:nowrap}.results-count strong{color:var(--text-color);font-weight:600}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--bg-color);color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative}.filter-toggle-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--bg-light)}.filter-badge{background:var(--primary-color);color:#fff;border-radius:10px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.filters-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}.filters-sidebar{position:fixed;top:0;left:0;width:320px;max-width:90vw;height:100vh;background:var(--bg-color);box-shadow:2px 0 20px #0000001a;z-index:999;overflow-y:auto;display:flex;flex-direction:column}.filters-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color);position:sticky;top:0;background:var(--bg-color);z-index:10}.filters-sidebar-header h2{font-size:1.25rem;font-weight:600;color:var(--text-color);font-family:var(--font-heading);margin:0}.close-filters-btn{background:transparent;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;line-height:1}.close-filters-btn:hover{background:var(--bg-light);color:var(--text-color)}.clear-filters{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.clear-btn{background:transparent;border:none;color:var(--primary-color);font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 0;transition:all .2s ease}.clear-btn:hover{text-decoration:underline}.filters-content{padding:1rem 0;flex:1}.filter-group{border-bottom:1px solid var(--border-color)}.filter-group-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:transparent;border:none;color:var(--text-color);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left}.filter-group-header:hover{background:var(--bg-light)}.filter-arrow{transition:transform .3s ease;color:var(--text-light)}.filter-arrow.expanded{transform:rotate(180deg)}.filter-group-content{overflow:hidden}.filter-checkbox{display:flex;align-items:center;padding:.75rem 1.5rem;cursor:pointer;transition:background .2s ease;position:relative}.filter-checkbox:hover{background:var(--bg-light)}.filter-checkbox input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:relative;width:20px;height:20px;border:2px solid var(--border-color);border-radius:4px;margin-right:.75rem;flex-shrink:0;transition:all .2s ease}.filter-checkbox:hover .checkmark{border-color:var(--primary-color)}.filter-checkbox input[type=radio]:checked~.checkmark{background:var(--primary-color);border-color:var(--primary-color)}.filter-checkbox input[type=radio]:checked~.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-text{font-size:.9rem;color:var(--text-color);-webkit-user-select:none;user-select:none}.filter-checkbox input[type=radio]:checked~.filter-text{font-weight:500;color:var(--text-color)}.products-layout{display:flex;gap:2rem;position:relative;z-index:1}.products-main{flex:1;min-width:0;position:relative;z-index:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.featured-products-section{margin-bottom:5rem;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.section-title-wrapper{margin-bottom:2.5rem;text-align:left}.section-title{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.section-subtitle{font-size:1rem;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}.category-products-section{margin-bottom:4rem}.category-products-section:last-child{margin-bottom:0}.category-products-section .products-grid{margin-bottom:0}.no-products{text-align:center;padding:4rem 2rem;color:var(--text-light);font-size:1.1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (min-width: 1024px){.filters-sidebar{position:relative;width:280px;height:auto;max-height:calc(100vh - 200px);box-shadow:none;border:1px solid var(--border-color);border-radius:8px;overflow-y:auto}.filters-overlay,.close-filters-btn{display:none}.products-header{margin-bottom:1.5rem}}@media (max-width: 1023px){.products-layout{flex-direction:column}}@media (max-width: 768px){.products-hero{padding:3.5rem 0}.products-hero h1{font-size:2.25rem}.products-hero p{font-size:1rem}.products-section{padding:2.5rem 0 3rem}.products-container{padding:0 20px}.section-title{font-size:1.5rem}.section-title-wrapper{margin-bottom:2rem}.products-header{flex-direction:column;gap:1rem}.search-filter{width:100%;min-width:auto}.products-header-right{width:100%;justify-content:space-between}.filter-toggle-btn{flex:1;justify-content:center}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.featured-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.section-title{font-size:1.75rem}.featured-products-section{margin-bottom:3rem;padding-bottom:2rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}.filters-sidebar{width:100vw}}@media (max-width: 768px){.products-hero{padding:3rem 0}.products-hero h1{font-size:2rem}.products-hero p{font-size:1rem}.products-section{padding:2rem 0}.products-section:before{opacity:.12;filter:blur(1px)}.filters-header{flex-direction:column}.filter-toggle-btn{width:100%;justify-content:center}.filters-content{padding:1.5rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}.about{padding:2rem 0 4rem;flex-grow:1;position:relative}.about:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background-image:var(--bg-greenleaves);background-position:center bottom;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;opacity:.08;pointer-events:none;z-index:0;mask-image:linear-gradient(to top,#000,#000000e6,#0009 60%,#0000);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.6) 60%,rgba(0,0,0,0) 100%)}.about:before{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background:linear-gradient(to top,#ffffff05,#ffffff03,#fff0);pointer-events:none;z-index:1}.about>.container{position:relative;z-index:2}.about-hero{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,#2f4f3a,#3d5f47);color:#fff;border-radius:20px;margin-bottom:5rem;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(184,233,148,.1) 0%,transparent 50%);pointer-events:none}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.2;position:relative;z-index:1}.about-manifesto{font-size:1.4rem;line-height:1.6;margin-bottom:1rem;opacity:.95;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;z-index:1}.about-subtitle{font-size:1.1rem;opacity:.85;line-height:1.6;max-width:700px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;z-index:1}.about-story{margin-bottom:6rem}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text{max-width:100%}.story-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.story-paragraphs{display:flex;flex-direction:column;gap:1.5rem}.story-lead{font-size:1.25rem;font-weight:500;line-height:1.7;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.story-text p{font-size:1.05rem;line-height:1.8;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.story-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0000001a}.story-photo{width:100%;height:auto;display:block;background:#fff;padding:2rem;object-fit:contain}.about-founder{margin-bottom:6rem;padding:4rem 0;background:linear-gradient(180deg,#f5e6d31a,#fff0);border-radius:20px}.founder-content{display:grid;grid-template-columns:400px 1fr;gap:4rem;align-items:center}.founder-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0000001f}.founder-photo{width:100%;height:auto;display:block;object-fit:cover}.founder-info{max-width:100%}.founder-title{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.founder-name{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.founder-story{display:flex;flex-direction:column;gap:1.5rem}.founder-story p{font-size:1.05rem;line-height:1.8;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.about-mission-vision{margin-bottom:4rem}.mission-vision-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.mission-section,.vision-section{background:var(--bg-color);padding:3rem;border-radius:20px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.05)}.mission-section h2,.vision-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.mission-section p,.vision-section p{font-size:1.05rem;line-height:1.8;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 1024px){.story-content,.founder-content,.mission-vision-content{grid-template-columns:1fr;gap:3rem}.founder-content{grid-template-columns:1fr}.founder-image-wrapper{max-width:400px;margin:0 auto}.story-image{order:-1}}@media (max-width: 768px){.about:after{opacity:.05}.about-hero{padding:3.5rem 1.5rem;margin-bottom:3rem}.about-hero h1{font-size:2.25rem}.about-manifesto{font-size:1.15rem}.about-subtitle{font-size:1rem}.story-text h2,.founder-name{font-size:2rem}.story-lead{font-size:1.1rem}.story-text p,.founder-story p,.mission-section p,.vision-section p{font-size:1rem}.mission-section,.vision-section{padding:2rem 1.5rem}.about-story,.about-founder{margin-bottom:4rem}}.contact{padding:2.5rem 0 6rem;flex-grow:1}.contact-hero{text-align:center;padding:4.5rem 2.5rem;background:linear-gradient(135deg,#2f4f3af2,#3d5f47eb);color:#fff;border-radius:24px;margin-bottom:6rem;position:relative;overflow:hidden;box-shadow:0 4px 24px #2f4f3a1f,0 1px 3px #00000014}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(184,233,148,.08) 0%,transparent 60%);pointer-events:none}.contact-hero h1{font-size:3.25rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.03em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.15;position:relative;z-index:1}.hero-subtitle{font-size:1.25rem;line-height:1.65;margin-bottom:1.125rem;opacity:.96;font-weight:400;max-width:720px;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;z-index:1;letter-spacing:-.01em}.hero-description{font-size:1.0625rem;opacity:.88;line-height:1.7;max-width:680px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;z-index:1;letter-spacing:.01em}.quick-contact-section{margin-bottom:6rem}.quick-contact-title{font-size:2.375rem;font-weight:600;margin-bottom:.625rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.025em;text-align:center;line-height:1.2}.quick-contact-subtitle{font-size:1.0625rem;color:var(--text-light);margin-bottom:3.5rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;letter-spacing:.01em}.quick-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.quick-contact-card{background:var(--bg-color);padding:3.25rem 2.25rem;border-radius:24px;box-shadow:0 2px 16px #0000000a,0 1px 4px #00000005;border:1px solid rgba(0,0,0,.04);transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;cursor:pointer;min-height:280px;position:relative;overflow:hidden}.quick-contact-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2f4f3a03,#2f4f3a00);opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.quick-contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;border-color:#2f4f3a1f}.quick-contact-card:hover:before{opacity:1}.phone-card:hover,.email-card:hover{background:#2f4f3a04}.quick-contact-card:active{transform:translateY(-2px);transition:all .2s cubic-bezier(.4,0,.2,1)}.quick-contact-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#2f4f3a0f;border-radius:22px;margin-bottom:1.625rem;color:#2f4f3a;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative}.quick-contact-card:hover .quick-contact-icon{background:#2f4f3a1f;transform:scale(1.05) translateY(-2px)}.quick-contact-icon svg{width:32px;height:32px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.quick-contact-card:hover .quick-contact-icon svg{transform:scale(1.05)}.quick-contact-card h3{font-size:1.4375rem;font-weight:600;margin-bottom:1.125rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.015em;line-height:1.3}.quick-contact-info{color:var(--text-light);line-height:1.65;margin:.5625rem 0;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.quick-contact-detail{color:var(--text-light);line-height:1.65;margin-top:.375rem;font-size:.9375rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.quick-contact-cta{margin-top:1.625rem;padding:.8125rem 1.75rem;background:#2f4f3a;color:#fff;border-radius:14px;font-size:.9375rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;letter-spacing:.01em;box-shadow:0 2px 8px #2f4f3a33;border:none;cursor:pointer}.quick-contact-card:hover .quick-contact-cta{background:#3d5f47;transform:translateY(-2px);box-shadow:0 4px 16px #2f4f3a59,0 2px 4px #2f4f3a33}.quick-contact-cta:active{transform:translateY(0);box-shadow:0 2px 8px #2f4f3a40;transition:all .15s cubic-bezier(.4,0,.2,1)}.quick-contact-note{margin-top:1.625rem;padding-top:1.625rem;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;gap:.5625rem;font-size:.875rem;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;letter-spacing:.01em}.quick-contact-note svg{width:14px;height:14px;color:#2f4f3a;flex-shrink:0;opacity:.7}.map-section{margin-top:6rem;padding-top:5rem;border-top:1px solid rgba(0,0,0,.06);position:relative}.map-header{text-align:center;margin-bottom:3.5rem}.map-title{font-size:2.375rem;font-weight:600;margin-bottom:.8125rem;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.025em;line-height:1.2}.map-subtitle{font-size:1.0625rem;color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;letter-spacing:.01em}.map-container{border-radius:24px;overflow:hidden;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;border:1px solid rgba(0,0,0,.06);transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.map-container:hover{box-shadow:0 6px 32px #0000001a,0 2px 8px #0000000d}@media (max-width: 768px){.contact{padding:2rem 0 4rem}.contact-hero{padding:3.5rem 1.75rem;margin-bottom:4rem;border-radius:20px}.contact-hero h1{font-size:2.125rem;margin-bottom:1.125rem;letter-spacing:-.025em}.hero-subtitle{font-size:1.125rem;margin-bottom:1rem}.hero-description{font-size:1rem}.quick-contact-section{margin-bottom:4rem}.quick-contact-title{font-size:1.875rem;margin-bottom:.5625rem}.quick-contact-subtitle{font-size:1rem;margin-bottom:2.5rem}.quick-contact-grid{grid-template-columns:1fr;gap:1.5rem}.quick-contact-card{padding:2.75rem 1.75rem;min-height:260px;border-radius:20px}.quick-contact-icon{width:72px;height:72px;border-radius:20px;margin-bottom:1.5rem}.quick-contact-icon svg{width:28px;height:28px}.quick-contact-card h3{font-size:1.3125rem;margin-bottom:1rem}.map-title{font-size:1.75rem;margin-bottom:.75rem}.map-section{margin-top:4rem;padding-top:4rem}.map-container{border-radius:20px}}.product-detail{padding:0 0 4rem;flex-grow:1}.product-detail .container{position:relative}.breadcrumb-nav{display:inline-block;font-size:.75rem;font-weight:300;letter-spacing:.15em;color:#c4a574;opacity:.6;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;margin-bottom:1.5rem;position:relative;text-transform:uppercase;font-family:var(--font-body)}.breadcrumb-nav:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#c4a574;transition:width .4s cubic-bezier(.4,0,.2,1)}.breadcrumb-nav:hover{opacity:1;color:#c4a574;transform:translate(-2px)}.breadcrumb-nav:hover:after{width:100%}.breadcrumb-nav:active{transform:translate(-1px)}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:3rem;row-gap:2rem;background:var(--bg-color);padding:2rem;border-radius:12px;box-shadow:var(--shadow);margin-top:0;align-items:start}.product-detail-image{position:relative;width:100%;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:var(--bg-light);padding:2rem;grid-column:1;grid-row:1}.product-detail-image .image-overlay{position:absolute;top:2rem;left:2rem;right:2rem;bottom:2rem;background:#0000;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;opacity:0;transition:all .3s ease;z-index:1;cursor:pointer;pointer-events:none;border-radius:8px}.product-detail-image:hover .image-overlay{background:#00000080;opacity:1;pointer-events:auto}.product-detail-image:hover img{transform:scale(1.02)}.product-detail-image img{width:100%;height:100%;object-fit:contain;object-position:center;cursor:pointer;transition:transform .3s ease;position:relative;z-index:0}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem;grid-column:2;grid-row:1}.product-detail-info .breadcrumb-nav{order:-1;margin-bottom:1rem}.product-detail-category{display:inline-block;background:var(--secondary-color);color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.product-detail-name{font-size:2.5rem;font-weight:700;color:var(--text-color);line-height:1.2;font-family:var(--font-heading);letter-spacing:.02em}.product-detail-price{font-size:2rem;font-weight:700;color:#000}.product-detail-description{padding-top:1.5rem;border-top:1px solid var(--border-color)}.product-detail-ingredients{grid-column:1;grid-row:2;max-width:100%;margin-top:0;padding-top:1.5rem;border-top:1px solid var(--border-color)}.product-detail-benefits{grid-column:2;grid-row:2;max-width:100%;margin-top:0;padding-top:1.5rem;border-top:1px solid var(--border-color)}.product-detail-description h3,.product-detail-ingredients h3,.product-detail-benefits h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color);font-family:var(--font-heading);letter-spacing:.02em}.product-detail-description p{color:var(--text-light);line-height:1.8;font-size:1rem}.product-detail-ingredients ul,.product-detail-benefits ul{list-style:none;padding:0;margin:0}.product-detail-ingredients li{color:var(--text-light);position:relative;padding:.75rem 0 .75rem 1.75rem;line-height:1.7;font-size:.95rem}.product-detail-benefits li{color:var(--text-light);position:relative;padding:.85rem 0 .85rem 1.75rem;line-height:1.8;font-size:.95rem}.product-detail-ingredients li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.product-detail-benefits li:before{content:"✓";position:absolute;left:0;color:#c4a574;font-weight:700;font-size:1.05rem}.product-detail-benefits li .benefit-emphasis{font-weight:550}@media (max-width: 968px){.product-detail-content{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;column-gap:2rem;row-gap:1.5rem}.product-detail-image{max-width:500px;margin:0 auto;min-height:400px;grid-column:1;grid-row:1}.product-detail-image img{max-height:500px}.product-detail-info{grid-column:1;grid-row:2}.product-detail-benefits{grid-column:1;grid-row:3}.product-detail-ingredients{grid-column:1;grid-row:4}}.similar-products{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--border-color)}.similar-products h2{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:var(--text-color);font-family:var(--font-heading)}.similar-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}@media (max-width: 768px){.product-detail{padding:1rem 0 2rem}.product-detail-content{padding:1.5rem}.product-detail-image{min-height:350px;padding:1.5rem}.product-detail-image .image-overlay{top:1.5rem;left:1.5rem;right:1.5rem;bottom:1.5rem}.product-detail-image img{max-height:400px}.product-detail-name{font-size:2rem}.product-detail-price{font-size:1.75rem}.breadcrumb-nav{font-size:.7rem;margin-bottom:1rem;letter-spacing:.12em}.similar-products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}}.not-found{padding:4rem 0;flex-grow:1;display:flex;align-items:center;justify-content:center;min-height:60vh}.not-found-content{text-align:center;background:var(--bg-color);padding:4rem 2rem;border-radius:12px;box-shadow:var(--shadow);max-width:600px;margin:0 auto}.not-found-number{font-size:8rem;font-weight:700;color:var(--primary-color);font-family:var(--font-heading);margin-bottom:1rem;line-height:1}.not-found-content h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color);font-family:var(--font-heading)}.not-found-content p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.back-home-btn{display:inline-block;padding:1rem 2rem;background:var(--primary-color);color:#fff;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}.back-home-btn:hover{background:#c49564;transform:translateY(-2px);box-shadow:var(--shadow)}@media (max-width: 768px){.not-found-number{font-size:5rem}.not-found-content h2{font-size:2rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #d4a574;--secondary-color: #f5e6d3;--text-color: #2c2c2c;--text-light: #666;--bg-color: #ffffff;--bg-light: #fafafa;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 5px 20px rgba(0, 0, 0, .15);--font-heading: "Playfair Display", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-light);line-height:1.6;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;letter-spacing:-.02em}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}
