:root{
      --green:#234632;
      --green-dark:#172b20;
      --green-soft:#eff4ef;
      --cream:#f7f6f0;
      --text:#18221c;
      --muted:#667168;
      --border:#dde5df;
      --white:#fff;
      --max:1180px;
      --r:18px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    .container{width:min(var(--max),calc(100% - 40px));margin:auto}
    .kicker{margin:0 0 13px;color:#52715d;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
    h1,h2,h3,h4,p{margin-top:0}
    h1{font-size:clamp(46px,6.1vw,82px);line-height:.98;letter-spacing:-.055em;margin-bottom:25px;font-weight:780}
    h2{font-size:clamp(34px,4.3vw,58px);line-height:1.04;letter-spacing:-.045em;margin-bottom:21px;font-weight:760}
    h3{font-size:22px;line-height:1.15;margin-bottom:12px}
    .lead{font-size:18px;color:var(--muted);max-width:800px}
    .btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:999px;background:var(--green);color:white;padding:13px 20px;font-weight:700;transition:.2s}
    .btn:hover{transform:translateY(-1px);background:#183623}

    header{position:absolute;top:34px;left:0;right:0;z-index:50;background:transparent;border:0}
    header .container{width:min(1470px,calc(100% - 64px));max-width:none}
    .nav{height:120px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 38px;background:#fff;border-radius:70px;box-shadow:0 2px 6px rgba(0,0,0,.04)}
    .logo{display:flex;align-items:center;flex:0 0 auto}
    .logo img{width:170px;height:72px;object-fit:contain;object-position:left center}
    .navlinks{display:flex;align-items:center;gap:39px;font-size:21px;font-weight:500;color:#050505;white-space:nowrap}
    .navlinks .btn{padding:18px 31px;border-color:#00681f;background:#00681f;font-size:19px;font-weight:700}
    .navlinks .btn:hover{background:#005619}
    .menu{display:none;border:0;background:transparent;font-size:28px;line-height:1}

    section{padding:96px 0}
    .hero{position:relative;min-height:864px;padding:0;background-image:url('images/hero-v2.jpg');background-size:cover;background-position:center center;color:#fff;display:flex;align-items:stretch}
    .hero:before{content:"";position:absolute;inset:0;background:rgba(5,24,7,.42);z-index:0}
    .hero>.container{position:relative;z-index:1;width:min(1470px,calc(100% - 64px));max-width:none;padding-top:315px;padding-left:47px;padding-bottom:105px}
    .hero-grid{display:block}
    .hero-copy{max-width:840px;padding:0}
    .hero-kicker{font-size:21px;line-height:1.35;font-weight:500;margin:0 0 23px;color:#fff;letter-spacing:0}
    .hero h1{font-size:30px;line-height:1.29;letter-spacing:.005em;margin:0 0 34px;font-weight:800;max-width:815px;color:#fff}
    .hero .btn{padding:18px 25px;border-radius:999px;border-color:#ff7927;background:#ff7927;font-size:23px;font-weight:500;line-height:1.15;gap:15px}
    .hero .btn:hover{background:#ef681a;border-color:#ef681a}
    .hero .arrow{font-size:30px;line-height:.8;margin-top:-2px}
    .hero-image{display:none}

    .what-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:70px;align-items:center}
    .what-image{height:600px;overflow:hidden;background:#edf0ec}
    .what-image img{width:100%;height:100%;object-fit:cover}
    .features{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:36px;border-top:1px solid var(--border);border-left:1px solid var(--border)}
    .feature{padding:24px 25px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:150px}
    .feature h3{font-size:17px;margin-bottom:9px}
    .feature p{margin:0;color:var(--muted);font-size:14px}

    .soft{background:var(--cream)}
    .section-head{max-width:810px;margin-bottom:42px}
    .support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .support-card{background:white;border:1px solid #e6e9e4;min-height:430px;display:flex;flex-direction:column}
    .support-icon{height:210px;padding:42px;display:flex;align-items:center;justify-content:center;background:#f4f7f4}
    .support-icon img{width:115px;height:115px;object-fit:contain}
    .support-body{padding:26px 26px 30px}
    .support-body ul{padding-left:18px;margin:15px 0 0;color:var(--muted);font-size:15px}
    .support-body li{margin:9px 0}

    .how-title{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:end;margin-bottom:44px}
    .how-title .lead{max-width:650px;margin-bottom:0}
    .process-row{display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:stretch;margin:0 0 34px}
    .process-row.reverse{grid-template-columns:1.08fr .92fr}
    .process-image{height:420px;min-height:420px;overflow:hidden;background:#eef1ee}
    .process-image img{width:100%;height:100%;object-fit:cover}
    .step-pair{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-left:1px solid var(--border)}
    .step{padding:30px 28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;height:420px}
    .step .num{font-size:64px;font-weight:760;line-height:1;color:#b5c0b7;letter-spacing:-.05em;margin-bottom:auto}
    .step h3{font-size:18px;margin-bottom:10px}
    .step p{font-size:14px;color:var(--muted);margin-bottom:0}
    .process-banner{height:360px;overflow:hidden;margin-top:34px;background:#eef1ee}
    .process-banner img{width:100%;height:100%;object-fit:cover}

    .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
    .product{position:relative;height:360px;overflow:hidden;background:#e9ede9}
    .product img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
    .product:hover img{transform:scale(1.025)}
    .product:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.62))}
    .product h3{position:absolute;z-index:2;left:23px;bottom:19px;margin:0;color:#fff;font-size:22px}

    .about-top{display:grid;grid-template-columns:1fr;gap:24px;align-items:start;max-width:980px;margin:0 auto;text-align:center}
    .about-copy p{font-size:17px;color:var(--muted);max-width:900px;margin:0 auto 22px}
    .about-side{display:none}
    .about-side p{font-size:17px;color:var(--muted)}
    .team{display:grid;grid-template-columns:repeat(2,minmax(260px,360px));justify-content:center;gap:140px;margin-top:68px}
    .person{border:0;background:transparent}
    .person-photo{width:190px;height:190px;border-radius:50%;background:#ecefeb;overflow:hidden;margin:0 auto 22px}
    .person-photo img{width:100%;height:100%;object-fit:cover}
    .person-body{padding:0;position:relative;text-align:center}
    .person-body h3{font-size:24px;margin-bottom:10px}
    .person-body p{margin:0 0 20px;color:var(--text);font-size:18px}
    .linkedin{position:static;width:40px;height:40px;border-radius:50%;display:inline-grid;place-items:center;background:transparent;border:1px solid #7d8794;font-weight:800;color:#485261;font-size:18px;text-decoration:none}

    /* Contact/footer intentionally follows the simpler static version. */
    .contact{background:#17251b;color:white}
    .contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:start}
    .contact .lead{color:#c8d4ca}
    .contact-card{border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:26px;background:rgba(255,255,255,.05)}
    .contact-row{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}
    .contact-row:last-child{border-bottom:0}
    .contact-row small{display:block;color:#9fb1a2;margin-bottom:2px}
    .field{display:block;margin-bottom:14px}
    .field small{display:block;color:#9fb1a2;margin-bottom:5px}
    .field input,.field textarea{width:100%;padding:12px 13px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:white;outline:none}
    footer{background:#111b14;color:#9fb1a2;padding:26px 0;font-size:14px}
    .foot{display:flex;justify-content:space-between;gap:20px}

    @media(max-width:950px){
      section{padding:78px 0}
      .hero-grid,.what-grid,.how-title,.process-row,.process-row.reverse,.about-top,.contact-grid{grid-template-columns:1fr}
      .team{grid-template-columns:1fr;justify-content:center;max-width:none;gap:56px}
      .hero-image{height:500px}
      .what-image{height:520px}
      .support-grid,.products-grid{grid-template-columns:1fr 1fr}
      .process-row.reverse .step-pair{order:2}
      .process-row.reverse .process-image{order:1}
      .navlinks{display:none;position:absolute;left:20px;right:20px;top:69px;background:white;border:1px solid var(--border);padding:18px;flex-direction:column;align-items:flex-start;box-shadow:0 18px 42px rgba(0,0,0,.1)}
      .navlinks.open{display:flex}
      .menu{display:block}
    }
    @media(max-width:640px){
      .container{width:min(var(--max),calc(100% - 26px))}
      .hero{padding-top:44px}
      h1{font-size:46px}
      h2{font-size:36px}
      .hero-image,.what-image{height:390px}
      .features,.support-grid,.products-grid,.step-pair,.team{grid-template-columns:1fr}
      .support-card{min-height:0}
      .step{height:auto;min-height:300px}
      .process-image{height:330px;min-height:330px}
      .process-banner{height:270px}
      .person-photo{width:170px;height:170px}
      .foot{display:block}
      .foot span{display:block;margin:4px 0}
    }

    @media(max-width:1200px){
      header{top:24px}
      header .container,.hero>.container{width:min(1120px,calc(100% - 40px))}
      .nav{height:94px;padding:0 26px}
      .logo img{width:145px;height:60px}
      .navlinks{gap:24px;font-size:16px}
      .navlinks .btn{padding:14px 22px;font-size:16px}
      .hero>.container{padding-top:265px;padding-left:28px}
      .hero h1{font-size:27px;max-width:760px}
      .hero-kicker{font-size:19px}
    }
    @media(max-width:950px){
      header{top:18px}
      header .container{width:calc(100% - 28px)}
      .nav{height:80px;padding:0 22px;border-radius:44px}
      .logo img{width:138px;height:54px}
      .navlinks{display:none;position:absolute;left:14px;right:14px;top:91px;background:white;border:1px solid var(--border);padding:20px 24px;flex-direction:column;align-items:flex-start;gap:18px;border-radius:24px;box-shadow:0 18px 42px rgba(0,0,0,.14)}
      .navlinks.open{display:flex}
      .navlinks .btn{width:100%}
      .menu{display:block;color:#111}
      .hero{min-height:760px;background-position:56% center}
      .hero>.container{width:calc(100% - 28px);padding:245px 20px 80px}
      .hero-copy{max-width:690px}
      .hero h1{font-size:26px;line-height:1.3;max-width:680px}
      .hero-kicker{font-size:18px}
      .hero .btn{font-size:18px;padding:15px 21px}
      .hero .arrow{font-size:24px}
    }
    @media(max-width:640px){
      header{top:12px}
      .nav{height:70px;padding:0 18px}
      .logo img{width:124px;height:48px}
      .hero{min-height:720px;background-position:58% center}
      .hero>.container{padding:205px 13px 62px}
      .hero-kicker{font-size:16px;margin-bottom:18px;max-width:94%}
      .hero h1{font-size:22px;line-height:1.33;margin-bottom:28px;max-width:100%}
      .hero .btn{font-size:17px;padding:14px 19px}
    }
