.header{background-color:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;cursor:pointer;transition:opacity .2s}.logo:hover{opacity:.8}.logo svg{color:#1a1a1a}.nav{display:flex;gap:2rem;align-items:center}.nav a{font-size:.95rem;color:#1a1a1a;transition:color .2s}.nav a:hover{color:#666}.cta-button{background-color:#1a1a1a;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s}.cta-button:hover{background-color:#333}@media (max-width: 768px){.nav{display:none}.header-container{padding:0 1rem}}.hero{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f5f5f5" width="1200" height="800"/><path d="M0,400 Q300,200 600,400 T1200,400" stroke="%23e5e5e5" stroke-width="2" fill="none" opacity="0.5"/><path d="M0,500 Q300,300 600,500 T1200,500" stroke="%23e5e5e5" stroke-width="2" fill="none" opacity="0.3"/></svg>');background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#fffffff2,#ffffffd9 40%,#ffffffb3)}.hero-illustration-wrapper{position:absolute;left:550px;top:50%;transform:translateY(-50%);width:1800px;height:900px;z-index:0;opacity:.15;pointer-events:none}.meat-illustration{width:100%;height:auto;display:block}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 2rem;margin-left:auto;margin-right:auto}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#4a4a4a;margin-bottom:2.5rem;font-weight:300}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border:2px solid #1a1a1a;cursor:pointer;transition:all .2s}.btn-primary{background-color:#1a1a1a;color:#fff}.btn-primary:hover{background-color:#333;border-color:#333}.btn-secondary{background-color:transparent;color:#1a1a1a}.btn-secondary:hover{background-color:#1a1a1a;color:#fff}@media (max-width: 768px){.hero{height:70vh;min-height:500px}.hero-illustration-wrapper{left:-200px;width:700px;height:400px;opacity:.1}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.hero-illustration-wrapper{left:-250px;width:600px;height:350px}}.features{padding:5rem 0;background-color:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-title{text-align:center;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card{text-align:center;padding:2rem}.feature-icon{display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:50%}.feature-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature-description{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.features{padding:3rem 0}.features-container{padding:0 1rem}.features-grid{grid-template-columns:1fr;gap:2rem}}.product-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{border-color:#1a1a1a;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card-image{width:100%;height:200px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-image svg{width:100%;height:100%}.product-card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:.5rem;font-weight:600}.product-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4}.product-description{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-tag{font-size:.75rem;padding:.25rem .75rem;background-color:#f5f5f5;color:#1a1a1a;border-radius:12px;border:1px solid #e5e5e5}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e5e5}.product-price{display:flex;flex-direction:column}.price-amount{font-size:1.5rem;font-weight:700;color:#1a1a1a}.price-unit{font-size:.75rem;color:#666}.product-button{background-color:#1a1a1a;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s;border-radius:4px;white-space:nowrap}.product-button:hover{background-color:#333}.product-button:active{transform:scale(.98)}@media (max-width: 768px){.product-card-content{padding:1rem}.product-footer{flex-direction:column;align-items:stretch}.product-button{width:100%}}.products-section{padding:4rem 0;background-color:#fff;min-height:80vh}.products-container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-header{text-align:center;margin-bottom:3rem}.products-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:1rem}.products-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.products-filters{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.search-container{position:relative;max-width:500px;margin:0 auto;width:100%}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;font-size:1rem;border:2px solid #e5e5e5;border-radius:8px;background-color:#fff;color:#1a1a1a;transition:border-color .2s}.search-input:focus{outline:none;border-color:#1a1a1a}.search-input::placeholder{color:#999}.search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-clear:hover{color:#1a1a1a}.category-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-filter{padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border:2px solid #e5e5e5;background-color:#fff;color:#1a1a1a;border-radius:24px;cursor:pointer;transition:all .2s;text-transform:capitalize}.category-filter:hover{border-color:#1a1a1a;background-color:#f5f5f5}.category-filter.active{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.products-results{margin-bottom:2rem;text-align:center}.results-count{font-size:.9rem;color:#666}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.products-empty{text-align:center;padding:4rem 2rem;color:#666}.products-empty svg{margin:0 auto 1.5rem;color:#ccc}.products-empty h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.products-empty p{margin-bottom:1.5rem;color:#666}.clear-filters-button{background-color:#1a1a1a;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:4px;transition:background-color .2s}.clear-filters-button:hover{background-color:#333}@media (max-width: 768px){.products-section{padding:2rem 0}.products-container{padding:0 1rem}.products-header{margin-bottom:2rem}.products-filters{gap:1rem}.category-filters{gap:.5rem}.category-filter{padding:.5rem 1rem;font-size:.85rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}}.footer{background-color:#1a1a1a;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ccc;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #cccccc;border-radius:50%;color:#ccc;transition:all .2s}.social-links a:hover{color:#fff;border-color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #333;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ccc;font-size:.9rem}.footer-legal{display:flex;gap:1rem;align-items:center;color:#ccc;font-size:.9rem}.footer-legal a{color:#ccc;transition:color .2s}.footer-legal a:hover{color:#fff}.creator-strip{background-color:#0a0a0a;padding:1rem 0;text-align:center;border-top:1px solid #333}.creator-strip p{color:#888;font-size:.85rem;margin:0}.creator-strip a{color:#ccc;transition:color .2s}.creator-strip a:hover{color:#fff}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;background-color:#fff;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}
