:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#333}#root{width:100%;min-height:100vh}a{font-weight:500;color:#8b4513;text-decoration:inherit;transition:color .3s ease}a:hover{color:sienna}h1{font-size:3.2em;line-height:1.1;font-weight:700}h2{font-size:2.5em;line-height:1.2;font-weight:600}h3{font-size:1.8em;line-height:1.3;font-weight:600}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#8b4513;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:sienna;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #8B4513;outline-offset:2px}input,textarea{font-family:inherit;font-size:1em}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#8b4513;font-size:1.8rem;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#8b4513}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#8b4513;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{height:100vh;background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1592686092916-672fa9e86866?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero-content{z-index:2;max-width:800px;padding:0 20px}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.3rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-content p:first-of-type{margin-bottom:.5rem}.cta-button{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:15px 30px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b45134d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b451366}.about{padding:100px 0;background:#f9f9f9}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#8b4513}.about-content{max-width:1000px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:2rem;text-align:center;color:#555}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature h3{color:#8b4513;margin-bottom:1rem;font-size:1.3rem}.feature p{color:#666;line-height:1.6}.products{padding:100px 0;background:#fff}.products h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#8b4513}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.product-image{height:200px;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#8b4513}.product-image.beef:before{content:"🥩"}.product-image.lamb:before{content:"🐑"}.product-image.chicken:before{content:"🍗"}.product-image.goat:before{content:"🐐"}.product-card h3{color:#8b4513;margin:1.5rem 0 1rem;font-size:1.4rem}.product-card p{color:#666;padding:0 1.5rem;margin-bottom:1rem;line-height:1.6}.price{display:block;color:#8b4513;font-weight:700;font-size:1.2rem;margin-bottom:1.5rem}.contact{padding:100px 0;background:#f9f9f9}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#8b4513}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;border:1px solid rgba(139,69,19,.1)}.contact-info h3,.contact-form h3,.contact-map h3{color:#8b4513;margin-bottom:2.5rem;font-size:1.8rem;font-weight:600;text-align:center;position:relative}.contact-info h3:after,.contact-form h3:after,.contact-map h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#8b4513,sienna);border-radius:2px}.contact-item{display:flex;align-items:flex-start;margin-bottom:2rem;gap:1.2rem;padding:1.2rem;background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.contact-icon{font-size:1.6rem;margin-top:.2rem;background:linear-gradient(135deg,#8b4513,sienna);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;flex-shrink:0}.contact-item h4{color:#8b4513;margin-bottom:.6rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.contact-item p{color:#555;line-height:1.6;font-size:1rem;margin:0}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#8b4513}.submit-button{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;border:none;padding:15px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b45134d}.contact-map{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.map-container{border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000001a}.map-container iframe{border-radius:10px}.footer{background:#2c2c2c;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#8b4513;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section a{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#8b4513}.social-links{display:flex;gap:1rem}.social-link{padding:8px 15px;background:#8b4513;border-radius:5px;transition:background .3s ease}.social-link:hover{background:sienna}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #444;color:#999}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:15px;padding:2rem;max-width:400px;width:90%;position:relative;animation:slideIn .3s ease;box-shadow:0 10px 30px #0000004d}.modal-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#666;transition:color .3s ease;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#8b4513}.modal-body h3{color:#8b4513;margin-bottom:1rem;font-size:1.5rem;text-align:center}.modal-body p{color:#555;line-height:1.6;text-align:center;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{padding:2rem}.contact-item{padding:1.2rem;margin-bottom:2rem}.features,.products-grid{grid-template-columns:1fr}.about h2,.products h2,.contact h2{font-size:2rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.container,.nav-container{padding:0 15px}}
