* {box-sizing:border-box;margin:0;padding:0;} body {font-family:'Outfit',sans-serif;color:#333;background-color:#F4F1DE;line-height:1.6;} img {width:100%;height:auto;object-fit:cover;} a {text-decoration:none;color:#2C5E3B;} .eco-nav-wrap {position:sticky;top:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05);z-index:1000;padding:1rem 2rem;} .nav-inner {display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;} .leaf-logo {display:flex;align-items:center;gap:0.5rem;font-weight:700;font-size:1.25rem;color:#2C5E3B;} .agri-links {display:flex;gap:1.5rem;align-items:center;} .seed-btn {background:#4A7C59;color:#fff;padding:0.5rem 1rem;border-radius:4px;font-weight:600;} .seed-btn:hover {background:#2C5E3B;color:#fff;} .agri-hero-split {display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:4rem auto;padding:0 2rem;align-items:center;} .stat-badge {display:inline-block;background:#8DB580;color:#111;padding:0.4rem 0.8rem;border-radius:20px;font-size:0.85rem;font-weight:700;margin-bottom:1rem;} .canopy-title {font-size:3rem;line-height:1.1;color:#2C5E3B;margin-bottom:1.5rem;} .soil-desc {font-size:1.1rem;margin-bottom:2rem;color:#555;} .seed-btn-large {display:inline-block;background:#4A7C59;color:#fff;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;} .seed-btn-large:hover {background:#2C5E3B;color:#fff;} .tiny-disclaimer {font-size:0.75rem;color:#777;margin-top:1rem;} .hero-img-zone img {border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.1);} .farm-origins-block {background:#fff;padding:5rem 2rem;} .origins-content {max-width:600px;} .farm-origins-block {display:flex;gap:4rem;max-width:1200px;margin:0 auto;align-items:center;} .origins-content h2 {color:#2C5E3B;font-size:2.5rem;margin-bottom:1rem;} .process-list {margin-top:1.5rem;list-style:none;} .process-list li {background:#F4F1DE;margin-bottom:0.5rem;padding:1rem;border-left:4px solid #4A7C59;border-radius:0 4px 4px 0;} .origins-img img {border-radius:8px;} .crop-solutions-grid {max-width:1200px;margin:5rem auto;padding:0 2rem;} .solutions-intro {text-align:center;margin-bottom:3rem;} .solutions-intro h2 {font-size:2.5rem;color:#2C5E3B;} .grid-wrapper {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;} .solution-card {background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:transform 0.3s;} .solution-card:hover {transform:translateY(-5px);} .solution-card img {border-radius:4px;margin-bottom:1rem;height:180px;} .solution-card h3 {color:#2C5E3B;margin-bottom:0.5rem;} .harvest-feedback-zone {background:#2C5E3B;color:#fff;padding:5rem 2rem;text-align:center;} .harvest-feedback-zone h2 {font-size:2.5rem;margin-bottom:3rem;} .feedback-container {display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;} .feedback-card {background:rgba(255,255,255,0.1);padding:2rem;border-radius:8px;max-width:350px;text-align:left;} .feedback-card img {width:60px;height:60px;border-radius:50%;margin-bottom:1rem;} .feedback-card blockquote {font-style:italic;margin-bottom:1rem;line-height:1.5;} .feedback-card cite {font-size:0.9rem;opacity:0.8;} .soil-contact-panel {max-width:800px;margin:5rem auto;padding:0 2rem;text-align:center;} .soil-contact-panel h2 {font-size:2.5rem;color:#2C5E3B;margin-bottom:2rem;} .grove-form {display:flex;flex-direction:column;gap:1rem;} .grove-form input, .grove-form textarea {width:100%;padding:1rem;border:1px solid #ccc;border-radius:4px;font-family:inherit;} .valley-footer-base {background:#1A3822;color:#eee;padding:4rem 2rem 2rem;} .footer-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;margin-bottom:3rem;} .footer-col h4 {color:#8DB580;margin-bottom:1rem;} .footer-col a {color:#eee;} .footer-col a:hover {color:#8DB580;} .footer-bottom {text-align:center;border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;font-size:0.85rem;} @media(max-width:768px) { .agri-hero-split, .farm-origins-block {grid-template-columns:1fr;flex-direction:column;} .nav-inner {flex-direction:column;gap:1rem;} .canopy-title {font-size:2.2rem;} }