@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Outfit:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green-deep:#1a4d2e;--green-mid:#2d7a3a;--green-light:#4caf50;--green-pale:#e8f5e9;--gold:#f4a500;--gold-light:#ffd54f;--brown:#5d4037;--cream:#fefdf6;--soil:#6d4c41;--white:#fff}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--cream);color:var(--green-deep);overflow-x:hidden}.leaf-bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.leaf-float{position:absolute;opacity:.07;animation:floatLeaf linear infinite}.leaf-float svg{display:block}@keyframes floatLeaf{0%{transform:translateY(110vh) rotate(0deg);opacity:0}5%{opacity:.07}95%{opacity:.07}to{transform:translateY(-10vh) rotate(1turn);opacity:0}}nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:.95rem 2.4rem;background:linear-gradient(90deg,rgba(12,45,26,.93),rgba(26,77,46,.92));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(76,175,80,.32);box-shadow:0 10px 28px rgba(8,24,14,.34)}.logo,nav{display:flex;align-items:center}.logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;color:var(--gold);letter-spacing:2px;gap:.5rem}.logo-icon{width:36px;height:36px}.nav-links{display:flex;gap:2rem;list-style:none;padding:.38rem .7rem;border-radius:999px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12)}.nav-links a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.5px;transition:color .3s,background .3s;padding:.42rem .9rem;border-radius:999px}.nav-links a:hover{color:var(--gold);background:rgba(244,165,0,.12)}.nav-cta{background:linear-gradient(135deg,var(--gold),#fbbf24);color:var(--green-deep);padding:.54rem 1.45rem;border-radius:50px;font-weight:600;font-size:.88rem;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.nav-cta:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 9px 24px rgba(244,165,0,.42)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 3rem 4rem;background:linear-gradient(135deg,#0f2d1a,#1a4d2e 40%,#2d7a3a);overflow:hidden;z-index:1}.hero-content{position:relative;z-index:2;max-width:860px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(244,165,0,.15);border:1px solid rgba(244,165,0,.4);color:var(--gold-light);padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,4.8rem);font-weight:900;color:var(--white);line-height:1.15;margin-bottom:1.2rem}.hero h1 span{color:var(--gold)}.hero p{font-size:1.14rem;color:hsla(0,0%,100%,.75);line-height:1.8;margin-bottom:2rem;font-weight:300}.hero-btns{gap:1rem;flex-wrap:wrap}.hero-btns,.section-actions{display:flex;justify-content:center}.section-actions{margin-top:2rem}.btn-primary{background:var(--gold);color:var(--green-deep);padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-3px);box-shadow:0 10px 30px rgba(244,165,0,.4)}.btn-outline{background:transparent;color:var(--white);padding:.85rem 2rem;border-radius:50px;font-weight:500;font-size:.95rem;cursor:pointer;border:1.5px solid hsla(0,0%,100%,.4);transition:all .3s;text-decoration:none;display:inline-block}.btn-outline:hover{border-color:var(--white);background:hsla(0,0%,100%,.1)}.hero-visual{right:-20px;width:55%;max-width:700px;opacity:.18}.crop-row,.hero-visual{position:absolute;bottom:0;z-index:1}.crop-row{left:0;right:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 2rem;height:120px;overflow:hidden}.crop-plant{display:flex;flex-direction:column;align-items:center;animation:cropGrow 2s ease-out forwards;opacity:0}@keyframes cropGrow{0%{transform:scaleY(0);opacity:0;transform-origin:bottom}to{transform:scaleY(1);opacity:.6;transform-origin:bottom}}.particle{position:absolute;border-radius:50%;background:rgba(76,175,80,.3);animation:particleDrift linear infinite}@keyframes particleDrift{0%{transform:translateY(0) scale(1);opacity:.3}50%{opacity:.6}to{transform:translateY(-60px) scale(.5);opacity:0}}.stats-bar{position:relative;z-index:2;background:var(--white);display:flex;justify-content:space-around;align-items:center;padding:2rem 4rem;box-shadow:0 4px 30px rgba(0,0,0,.08);flex-wrap:wrap;gap:1.5rem}.stat-item{text-align:center}.stat-number{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900;color:var(--green-mid)}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:500}.stat-divider{width:1px;height:50px;background:#e0e0e0}.section{position:relative;z-index:2;padding:5rem 3rem}.section-header{text-align:center;margin-bottom:3rem}.section-tag{display:inline-block;background:var(--green-pale);color:var(--green-mid);padding:.3rem 1rem;border-radius:50px;font-size:.78rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--green-deep);line-height:1.3}.section-title span{color:var(--green-mid)}.section-subtitle{color:#666;font-size:1rem;margin-top:.8rem;font-weight:300;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{background:var(--white);border-radius:20px;padding:2rem 1.8rem;position:relative;overflow:hidden;border:1px solid #f0f0f0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--green-mid),var(--gold));opacity:0;transition:opacity .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(26,77,46,.12)}.product-card:hover:before{opacity:1}.product-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.8rem}.product-card h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:var(--green-deep);margin-bottom:.5rem}.product-card p{font-size:.88rem;color:#777;line-height:1.7}.product-card .learn-more{display:inline-flex;align-items:center;gap:.3rem;color:var(--green-mid);font-size:.85rem;font-weight:600;margin-top:1rem;text-decoration:none;transition:gap .3s}.product-card:hover .learn-more{gap:.6rem}.wheat-section{position:relative;z-index:2;background:linear-gradient(to bottom,var(--green-pale),var(--cream));padding:5rem 3rem;overflow:hidden}.wheat-field{position:relative;height:200px;margin-top:3rem;display:flex;align-items:flex-end;justify-content:center;gap:8px}.wheat-stalk{display:flex;flex-direction:column;align-items:center;animation:wheatSway ease-in-out infinite alternate}@keyframes wheatSway{0%{transform:rotate(-3deg);transform-origin:bottom}to{transform:rotate(3deg);transform-origin:bottom}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-item{text-align:center;padding:2rem 1.5rem;border-radius:20px;background:var(--white);border:1px solid #eee;transition:all .3s}.feature-item:hover{background:var(--green-deep);border-color:var(--green-deep);transform:translateY(-5px)}.feature-item:hover h4,.feature-item:hover p{color:var(--white)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-item h4{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--green-deep);margin-bottom:.5rem;transition:color .3s}.feature-item p{font-size:.85rem;color:#888;line-height:1.6;transition:color .3s}.cta-banner{position:relative;z-index:2;background:linear-gradient(135deg,var(--green-deep),#0a2416);padding:5rem 3rem;text-align:center;overflow:hidden}.cta-banner h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,3rem);color:var(--white);font-weight:900;margin-bottom:1rem}.cta-banner h2 span{color:var(--gold)}.cta-banner p{color:hsla(0,0%,100%,.7);font-size:1rem;margin-bottom:2rem;font-weight:300}.cta-leaf{position:absolute;opacity:.06}footer{position:relative;z-index:2;background:#0a1f12;color:hsla(0,0%,100%,.6);padding:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer .logo{font-size:1.4rem}footer p{font-size:.82rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.products-page{min-height:100vh;padding-top:8rem;background:linear-gradient(to bottom,var(--cream),#f8fbf8)}.product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.4rem;gap:1.4rem}.product-categories-wrap{display:flex;flex-direction:column;gap:2.2rem}.product-category-block{background:hsla(0,0%,100%,.75);border:1px solid #e7efe7;border-radius:20px;padding:1.4rem}.product-category-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-category-tag{margin-bottom:0}.product-category-head p{color:#5c7360;font-size:.9rem;font-weight:500}.product-gallery-card{background:var(--white);border:1px solid #edf3ed;border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(26,77,46,.08);transition:transform .3s,box-shadow .3s}.product-gallery-card:hover{transform:translateY(-6px);box-shadow:0 20px 36px rgba(26,77,46,.14)}.product-gallery-image-wrap{position:relative;width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,#f1f8f1,#e8f5e9)}.product-gallery-image-link{display:block;text-decoration:none}.product-gallery-image-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.product-gallery-image{object-fit:cover}.product-gallery-empty{background:var(--white);border:1px dashed #cddccd;color:#5f7463;border-radius:16px;padding:1.2rem;text-align:center}.adicon-loader-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at top,#2d7a3a 0,#1a4d2e 45%,#0f2d1a 100%);color:#fff;text-align:center;gap:.8rem}.adicon-loader-mark{width:74px;height:74px;border-radius:999px;border-left:3px solid hsla(0,0%,100%,.2);border-bottom:3px solid hsla(0,0%,100%,.2);border-top:3px solid hsla(0,0%,100%,.2);border-top-color:var(--gold);border-right:3px solid hsla(0,0%,100%,.2);border-right-color:var(--gold-light);animation:adiconSpin 1.1s linear infinite;box-shadow:0 0 22px rgba(244,165,0,.45)}.adicon-loader-text{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:.2em;color:var(--gold-light);text-shadow:0 0 18px rgba(244,165,0,.35);animation:adiconPulse 1.6s ease-in-out infinite}.adicon-loader-subtext{font-size:.95rem;letter-spacing:.1em;color:hsla(0,0%,100%,.78)}@keyframes adiconSpin{to{transform:rotate(1turn)}}@keyframes adiconPulse{0%,to{transform:scale(1);opacity:.78}50%{transform:scale(1.06);opacity:1}}@media (max-width:768px){nav{padding:.95rem 1.2rem}.nav-links{display:none}.nav-cta{padding:.45rem 1.1rem;font-size:.82rem}.logo{font-size:1.5rem;letter-spacing:1.5px}.hero{padding:7rem 1.5rem 3rem}.hero-content{max-width:100%}.hero-badge{font-size:.72rem;letter-spacing:.8px}.hero p{font-size:.95rem;line-height:1.7}.hero-btns{width:100%}.btn-outline,.btn-primary{width:100%;text-align:center}.crop-row{height:95px;padding:0 1rem}.section,.wheat-section{padding:3rem 1.5rem}.cta-banner{padding:3.5rem 1.5rem}.stats-bar{padding:2rem 1.5rem}.stat-item{width:calc(50% - 1rem)}.stat-divider{display:none}.features-grid,.products-grid{grid-template-columns:1fr}.products-page{padding-top:7rem}.product-category-block{padding:1rem}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-category-head p{font-size:.84rem}.adicon-loader-text{letter-spacing:.16em}.wheat-field{height:170px;gap:6px}.cta-leaf{opacity:.04}footer{flex-direction:column;text-align:center}}@media (max-width:480px){nav{padding:.9rem 1rem}.logo{font-size:1.25rem;gap:.35rem}.logo-icon{width:30px;height:30px}.nav-cta{padding:.42rem .9rem;font-size:.78rem}.hero{padding:6.2rem 1rem 2.6rem}.hero h1{font-size:clamp(2.25rem,9vw,2.85rem)}.hero p{font-size:.9rem}.cta-banner,.section,.wheat-section,footer{padding-left:1rem;padding-right:1rem}.stats-bar{padding:1.5rem 1rem;gap:1rem}.stat-item{width:100%}.stat-number{font-size:1.9rem}.section-title{font-size:clamp(1.55rem,7.5vw,2rem)}.section-subtitle{font-size:.92rem}.feature-item,.product-card{padding:1.6rem 1.2rem}.products-page{padding-top:6.2rem}.product-category-block{padding:.85rem}.product-gallery-grid{grid-template-columns:1fr}.adicon-loader-mark{width:64px;height:64px}.adicon-loader-subtext{font-size:.88rem}.wheat-field{height:150px}}