.homepage{min-height:100vh}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:80vh;max-width:1200px;margin:0 auto;padding:2rem;grid-gap:3rem;gap:3rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#A52A2A;line-height:1.2;margin:0}.hero-subtitle{font-size:1.3rem;color:#666;line-height:1.6;margin:0}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{padding:1rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .3s ease;min-width:150px}.cta-button.primary{background-color:#4B8F29;color:white}.cta-button.primary:hover{background-color:#3A6F1F;transform:translateY(-2px)}.cta-button.secondary{background-color:transparent;color:#4B8F29;border:2px solid #4b8f29}.cta-button.secondary:hover{background-color:#4B8F29;color:white;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.2)}.search-section{background-color:#f8f9fa;padding:3rem 0}.search-container{max-width:800px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.search-bar{display:flex;width:100%;max-width:600px;background:white;border-radius:50px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden}.search-input{flex:1 1;font-size:1rem;outline:none}.search-button,.search-input{padding:1rem 1.5rem;border:none}.search-button{background-color:#4B8F29;color:white;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease}.search-button:hover{background-color:#3A6F1F}.filter-container{display:flex;gap:1rem}.category-filter{padding:.8rem 1.2rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;background:white;cursor:pointer;transition:border-color .3s ease}.category-filter:focus{outline:none;border-color:#4B8F29}.benefits-section,.categories-section,.featured-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;color:#A52A2A;margin:0 0 1rem}.section-subtitle{font-size:1.2rem;color:#666;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;justify-items:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.category-card{position:relative;height:300px;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.1)}.category-card:hover{transform:translateY(-5px)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover img{transform:scale(1.05)}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:white;padding:2rem 1.5rem 1.5rem;text-align:center}.category-overlay h3{font-size:1.5rem;margin:0 0 .5rem;color:#F4A300}.category-overlay p{margin:0;opacity:.9}.benefits-section{background-color:#f8f9fa}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.benefit-card{background:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:#A52A2A;margin:0 0 1rem;font-size:1.3rem}.benefit-card p{color:#666;line-height:1.6;margin:0}.newsletter-section{background:linear-gradient(135deg,#4B8F29,#3A6F1F);color:white;padding:4rem 2rem;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h2{font-family:Playfair Display,serif;font-size:2.5rem;margin:0 0 1rem}.newsletter-content p{font-size:1.2rem;margin:0 0 2rem;opacity:.9}.newsletter-form{display:flex;max-width:400px;margin:0 auto;background:white;border-radius:50px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2)}.newsletter-form input{flex:1 1;padding:1rem 1.5rem;border:none;font-size:1rem;outline:none}.newsletter-form button{background-color:#F4A300;color:#A52A2A;border:none;padding:1rem 1.5rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.newsletter-form button:hover{background-color:#FFB84D}@media (max-width:768px){.hero{grid-template-columns:1fr;text-align:center;padding:1rem;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.cta-button{min-width:120px;padding:.8rem 1.5rem}.search-container{padding:0 1rem}.search-bar{flex-direction:column;border-radius:12px}.search-input{border-bottom:1px solid #eee}.search-button{border-radius:0 0 12px 12px}.benefits-grid,.categories-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column;border-radius:12px}.newsletter-form input{border-bottom:1px solid #eee}.newsletter-form button{border-radius:0 0 12px 12px}}