:root{--forest:#0e3b2c;--deep:#082c20;--green:#24814b;--lime:#c6df68;--mist:#f2f6ee;--ink:#19362b;--soft:#65756d;--line:#d9e2d8;--serif:"Noto Serif SC","Songti SC",serif;--sans:"Microsoft YaHei","PingFang SC",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.85;background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 48px));margin:auto}.page-loader{position:fixed;inset:0;z-index:100;background:var(--deep);display:grid;place-items:center;transition:opacity .6s,visibility .6s}.page-loader span{width:40px;height:40px;border:2px solid rgba(255,255,255,.22);border-top-color:var(--lime);border-radius:50%;animation:spin .8s linear infinite}.page-loader.done{opacity:0;visibility:hidden}@keyframes spin{to{transform:rotate(360deg)}}.topline{background:var(--deep);color:#cce0d5;font-size:12px;letter-spacing:.02em}.topline-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between}.topline a{color:var(--lime)}.site-header{height:78px;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(13,55,39,.08);backdrop-filter:blur(12px)}.navigation{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;gap:10px;line-height:1}.logo>span:last-child{display:grid;gap:5px}.logo b{font-family:var(--serif);font-size:21px;letter-spacing:.08em}.logo em{font-style:normal;font-size:8px;color:#6c8076;letter-spacing:.14em}.logo-mark{position:relative;width:36px;height:36px;display:flex;align-items:end;justify-content:center;gap:2px;overflow:hidden;background:var(--forest);border-radius:50% 50% 7px 50%;transform:rotate(-14deg)}.logo-mark i{width:5px;border-radius:7px 7px 0 0;background:var(--lime);transform-origin:bottom}.logo-mark i:nth-child(1){height:15px}.logo-mark i:nth-child(2){height:22px}.logo-mark i:nth-child(3){height:12px}.main-nav{height:100%;display:flex;gap:29px;align-items:center}.main-nav a{position:relative;height:100%;display:grid;place-items:center;font-size:14px}.main-nav a:after{content:"";height:2px;width:0;position:absolute;bottom:0;background:var(--green);transition:width .25s}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:23px;height:2px;margin:5px;background:var(--forest)}.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;color:#fff}.hero-bg,.hero-shade,.hero-grain{position:absolute;inset:0}.hero-bg{background:url("assets/hero-irrigation.png") center center/cover no-repeat;transform:scale(1.02);animation:slowZoom 16s ease-in-out infinite alternate}.hero-shade{background:linear-gradient(90deg,rgba(3,35,23,.88) 0%,rgba(4,49,31,.67) 32%,rgba(6,42,25,.09) 70%),linear-gradient(0deg,rgba(2,25,16,.4),transparent 45%)}.hero-grain{opacity:.14;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}@keyframes slowZoom{to{transform:scale(1.1)}}.hero-content{position:relative;z-index:2;padding:95px 0 135px}.kicker{margin:0 0 15px;color:#528568;font-size:11px;font-weight:700;letter-spacing:.16em}.kicker.light{color:#d8ec9d}.hero h1,.section h2{margin:0;font-family:var(--serif);font-weight:700;letter-spacing:.035em;line-height:1.28}.hero h1{font-size:clamp(42px,5vw,69px);text-shadow:0 3px 20px rgba(0,0,0,.15)}.hero h1 span{color:#d7ec7e}.hero-lead{max-width:460px;margin:22px 0 30px;color:#e5eee8;font-size:16px}.hero-actions{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;gap:20px;padding:13px 18px;border:1px solid transparent;font-size:14px;font-weight:700;transition:transform .25s,background .25s,color .25s}.button:hover{transform:translateY(-3px)}.button span{font-size:20px;line-height:1}.button-primary{background:var(--lime);color:#183d28}.text-link{font-size:13px;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:3px}.text-link span{padding-left:8px}.hero-scroll{position:absolute;z-index:2;bottom:39px;left:max(24px,calc((100vw - 1160px)/2));writing-mode:vertical-rl;font-size:11px;letter-spacing:.15em;color:#d5e5da;display:flex;gap:9px;align-items:center}.hero-scroll span{width:1px;height:37px;background:#d5e5da}.hero-stats{position:absolute;z-index:2;right:max(24px,calc((100vw - 1160px)/2));bottom:0;display:flex;background:rgba(4,44,28,.75);backdrop-filter:blur(8px)}.hero-stats div{min-width:140px;padding:17px 21px;border-left:1px solid rgba(255,255,255,.18)}.hero-stats b{display:block;color:var(--lime);font-family:"DM Serif Display",var(--serif);font-size:29px;font-weight:400;line-height:1.1}.hero-stats small{font-size:10px;color:#e1ebe2}.intro-strip{background:var(--lime)}.intro-strip-inner{min-height:88px;display:flex;align-items:center;gap:28px;color:#183d28}.intro-strip p{margin:0;font-family:var(--serif);font-size:17px}.intro-strip p:first-child{font-size:22px}.strip-line{flex:1;height:1px;background:rgba(22,74,43,.32)}.section{padding:118px 0}.split-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:120px}.section h2{font-size:clamp(31px,3.5vw,48px)}.heading-leaf{display:block;margin-top:25px;color:var(--lime);font-family:var(--serif);font-size:58px;transform:rotate(-20deg)}.about-content{max-width:590px}.about-content p{color:var(--soft);margin:0 0 19px}.about-content .large-copy{color:var(--ink);font-family:var(--serif);font-size:20px;line-height:1.9}.facts{margin:39px 0 0;border-top:1px solid var(--line)}.facts div{display:grid;grid-template-columns:105px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.facts dt{color:var(--green);font-weight:700}.facts dd{margin:0;color:#53675d}.products{background:var(--mist)}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:48px}.section-title-row>p{max-width:350px;margin:0 0 3px;color:var(--soft);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d9e3da}.product-card{position:relative;min-height:345px;padding:33px;background:#fff;overflow:hidden;transition:background .3s,color .3s}.product-card:hover,.product-card.featured{background:var(--forest);color:#fff}.product-no{font-family:"DM Serif Display",serif;color:#9eb9a7;font-size:14px}.line-icon{position:relative;width:88px;height:80px;margin:28px 0 27px;border-bottom:2px solid currentColor;opacity:.75}.line-icon:before,.line-icon:after{content:"";position:absolute}.spray:before{left:24px;bottom:0;width:2px;height:55px;background:currentColor}.spray:after{left:12px;top:8px;width:24px;height:24px;border:2px dotted currentColor;border-radius:50%}.drip:before{left:11px;bottom:20px;width:66px;height:25px;border-top:2px solid currentColor;border-radius:50%}.drip:after{left:42px;bottom:5px;width:11px;height:17px;border-radius:50% 50% 55% 55%;background:currentColor}.hose:before{left:8px;bottom:12px;width:58px;height:34px;border:2px solid currentColor;border-radius:50%}.hose:after{right:5px;bottom:0;width:15px;height:15px;border-radius:50%;background:currentColor}.product-card h3{margin:0 0 8px;font-family:var(--serif);font-size:23px}.product-card p{max-width:220px;margin:0;color:#73857c;font-size:13px;line-height:1.8}.product-card:hover p,.featured p{color:#c8dbd0}.arrow{position:absolute;right:28px;bottom:24px;font-size:24px}.process-wrap{display:flex;align-items:center;gap:46px;padding-top:45px}.process-label{white-space:nowrap;margin:0;font-weight:700}.process{counter-reset:process;display:flex;flex-wrap:wrap;gap:0;list-style:none;padding:0;margin:0}.process li{counter-increment:process;display:flex;align-items:center;gap:9px;color:#50665b;font-size:13px}.process li:not(:last-child):after{content:"";width:34px;height:1px;margin:0 15px;background:#9faf9f}.process li:before{content:"0" counter(process);color:#538066;font-family:"DM Serif Display",serif}.project{background:#fff}.project-banner{position:relative;min-height:380px;padding:64px 7.5%;overflow:hidden;display:flex;justify-content:space-between;align-items:center;color:#fff;background:radial-gradient(circle at 90% 15%,#6aa05b 0,transparent 22%),linear-gradient(120deg,#0b3728,#17613d)}.project-banner:after{content:"";position:absolute;right:-85px;bottom:-130px;width:420px;height:420px;border:1px solid rgba(217,236,126,.48);border-radius:50%;box-shadow:0 0 0 32px rgba(217,236,126,.12),0 0 0 78px rgba(217,236,126,.08)}.project-banner-copy{position:relative;z-index:1;max-width:565px}.project-banner h2{font-size:clamp(30px,4vw,48px);margin-bottom:17px}.project-banner-copy>p:not(.kicker){max-width:535px;color:#d6e5db}.button-outline{margin-top:19px;color:#effbc3;border-color:#b2cf82}.button-outline:hover{background:#eaf8bd;color:#173c28}.project-circle{position:relative;z-index:1;width:166px;height:166px;display:grid;place-content:center;text-align:center;border:1px solid rgba(232,249,174,.66);border-radius:50%;color:var(--lime);background:rgba(7,47,29,.2)}.project-circle b{font-family:"DM Serif Display",serif;font-size:44px;line-height:1}.project-circle b span{font-family:var(--sans);font-size:13px;margin-left:3px}.project-circle small{color:#d5e3da;font-size:11px}.capacity-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0 5%;transform:translateY(-1px);background:#fff;border:1px solid var(--line)}.capacity-grid>div{padding:27px 25px;border-right:1px solid var(--line)}.capacity-grid>div:last-child{border:0}.capacity-grid small,.capacity-grid span{display:block;font-size:12px;color:#66786f}.capacity-grid b{display:block;margin:5px 0;color:var(--green);font-family:"DM Serif Display",serif;font-size:39px;font-weight:400;line-height:1}.capacity-grid em{font-family:var(--sans);font-style:normal;font-size:13px}.responsibility{padding:105px 0;background:var(--lime)}.responsibility-inner{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:end}.responsibility p:last-child{margin:0;color:#31523a;line-height:2}.notice{background:#fbfcf9}.notice-layout{display:grid;grid-template-columns:1.03fr .97fr;gap:24px}.notice-main{padding:44px;background:var(--forest);color:#e1ece4}.notice-tag{color:var(--lime);font-size:10px;letter-spacing:.16em}.notice-main h3{margin:17px 0;font-family:var(--serif);font-size:29px;color:#fff}.notice-main p{margin:0 0 12px}.notice-main>a{display:inline-block;margin:14px 0 23px;color:var(--lime);border-bottom:1px solid currentColor;font-size:14px}.notice-main>a span{padding-left:8px}.notice-main small{display:block;color:#aac1b1;font-size:12px}.contacts{display:grid;gap:24px}.contacts article{padding:29px 32px;border:1px solid var(--line);background:#fff}.contacts span{font-size:11px;color:#5e896d;letter-spacing:.1em}.contacts h3{margin:6px 0 10px;font-family:var(--serif);font-size:19px}.contacts p{margin:2px 0;color:var(--soft);font-size:13px}.contacts a{color:var(--green);font-weight:700}footer{padding:55px 0 20px;background:var(--deep);color:#d6e6da}footer .logo{color:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:center}.footer-grid p{margin:0;font-size:13px;color:#b8cec1}.back-top{font-size:13px;color:var(--lime)}.back-top span{font-size:21px;margin-left:8px}.copyright{margin-top:45px;padding-top:17px;border-top:1px solid rgba(255,255,255,.13);font-size:11px;color:#7fa392}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.container{width:min(100% - 34px,600px)}.topline{display:none}.site-header{height:66px}.main-nav{position:absolute;top:66px;left:0;right:0;height:auto;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 22px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 15px 25px rgba(0,0,0,.06)}.main-nav.open{display:flex}.main-nav a{height:auto;display:block;padding:11px 0}.main-nav a:after{bottom:6px}.menu-toggle{display:block}.hero{min-height:620px}.hero-content{padding:76px 0 135px}.hero-scroll{display:none}.hero-stats{left:0;right:0;width:100%;justify-content:center}.hero-stats div{flex:1;min-width:0;padding:14px 9px;text-align:center}.hero-stats b{font-size:24px}.hero-stats small{font-size:9px}.intro-strip-inner{min-height:82px;display:block;padding:16px 0}.intro-strip p,.intro-strip p:first-child{font-size:16px}.strip-line{display:none}.section{padding:75px 0}.split-layout,.responsibility-inner,.notice-layout{grid-template-columns:1fr;gap:35px}.section-title-row{display:block;margin-bottom:34px}.section-title-row>p{margin-top:17px}.product-grid{grid-template-columns:1fr}.product-card{min-height:280px}.process-wrap{display:block;padding-top:30px}.process-label{margin-bottom:13px}.process li:not(:last-child):after{width:16px;margin:0 8px}.project-banner{min-height:400px;padding:50px 9%;align-items:start}.project-circle{position:absolute;right:26px;bottom:28px;width:125px;height:125px}.project-circle b{font-size:35px}.capacity-grid{grid-template-columns:repeat(2,1fr);margin:0}.capacity-grid>div{padding:19px 16px}.capacity-grid>div:nth-child(2){border-right:0}.capacity-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.responsibility{padding:72px 0}.footer-grid{grid-template-columns:1fr;gap:24px}.copyright{margin-top:30px}.hero h1{font-size:44px}}@media(max-width:390px){.hero-actions{gap:14px;flex-wrap:wrap}.product-card{padding:25px}.capacity-grid b{font-size:32px}}
