body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{margin:0 auto;min-height:100vh}.App,.navbar{max-width:1000px}.navbar{background:#2c5530;box-shadow:0 2px 5px #0000001a;color:#fff;left:50%;padding:0;position:fixed;top:0;transform:translateX(-50%);width:100%;z-index:1000}.nav-container{align-items:center;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700}.nav-toggle{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:space-around;padding:.5rem;width:30px}.nav-toggle span{background:#fff;height:3px;transform-origin:center;transition:all .3s ease;width:25px}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{align-items:center;background:#2c5530;display:flex;flex-direction:column;height:calc(100vh - 60px);justify-content:start;left:-100%;padding-top:2rem;position:fixed;top:60px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}.nav-link{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;margin:1rem 0;padding:1rem 2rem;text-align:center;text-decoration:none;transition:background-color .3s;width:80%}.nav-link:hover{background-color:#3d6b40}main{margin-top:60px}.hero{align-items:center;background-position:top;background-repeat:no-repeat;background-size:cover;color:#000;display:flex;justify-content:center;min-height:calc(60vh + 100px);padding:4rem 1rem;text-align:center}.hero-content{margin-top:200px;max-width:600px}.hero .hero-subtitle{font-size:2.5rem!important;font-weight:700!important;margin-bottom:1.5rem;opacity:1;white-space:nowrap}.hero .hero-description{font-size:1.5rem!important;font-weight:500!important;line-height:1.6;opacity:1!important}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.intro-section{background-color:#fff;padding:2rem 1rem 1rem;text-align:center}.intro-text{color:#2c5530;font-size:1.5rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:800px}.section{padding:1.5rem 1rem}.section:nth-child(2n){background-color:#f8f9fa}.container{margin:0 auto;max-width:1200px}.section h2{color:#2c5530;font-size:2rem;margin-bottom:2rem;text-align:center}.section p{font-size:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.produce-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:2rem 0}.produce-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.produce-item:hover{transform:translateY(-2px)}.produce-item h3{color:#2c5530;font-size:1.2rem;margin-bottom:.5rem}.produce-item p{color:#666;margin:0}.produce-note{color:#666;font-style:italic;margin-top:2rem;text-align:center}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.info-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.info-item h3{color:#2c5530;font-size:1.3rem;margin-bottom:1rem}.info-item p{color:#666;margin:0}.footer{background:#2c5530;color:#fff;padding:2rem 1rem;text-align:center}.footer p{margin:0}@media (max-width:767px){.hero .hero-subtitle{font-size:1.8rem!important;white-space:normal!important}}@media (min-width:768px){.nav-toggle{display:none}.nav-menu{background:none;flex-direction:row;height:auto;left:0;padding:0;position:static;width:auto}.nav-link{margin:0 0 0 2rem;padding:.5rem 1rem;width:auto}.hero-title{font-size:3.5rem}.produce-grid{grid-template-columns:repeat(2,1fr)}.contact-info{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.produce-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:4rem}}
/*# sourceMappingURL=main.2c20a287.css.map*/