
    :root{
      --ink:#133122;
      --green-950:#0f3a23;
      --green-900:#1a7e40;
      --green-800:#228b46;
      --green-700:#3ba74a;
      --green-600:#52b94b;
      --green-500:#70bf4b;
      --lime:#8fca71;
      --cream:#f8f4e9;
      --warm:#fffdf8;
      --sand:#e9dfcb;
      --muted:#5d7163;
      --line:rgba(19,49,34,.12);
      --shadow:0 24px 70px rgba(26,126,64,.14);
      --radius:30px;
      --radius-sm:18px;
      --max:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--warm);
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height:1.55;
      overflow-x:hidden;
    }
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    section{scroll-margin-top:92px}

    .wrap{width:min(calc(100% - 40px), var(--max));margin:auto}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.55rem;
      font-size:.76rem;
      line-height:1;
      font-weight:800;
      letter-spacing:.15em;
      text-transform:uppercase;
      color:var(--green-700);
    }
    .eyebrow::before{
      content:"";
      width:9px;height:9px;border-radius:50%;
      background:var(--lime);
      box-shadow:0 0 0 5px rgba(155,207,98,.18);
    }
    h1,h2,h3,p{margin-top:0}
    h1,h2,h3{letter-spacing:-.045em;line-height:1.03}
    h1{font-size:clamp(3rem,7vw,6.8rem);margin-bottom:1.35rem}
    h2{font-size:clamp(2.25rem,4.6vw,4.5rem);margin-bottom:1rem}
    h3{font-size:clamp(1.45rem,2.2vw,2rem);margin-bottom:.65rem}
    .lead{font-size:clamp(1.05rem,1.6vw,1.28rem);color:#415048;max-width:720px}
    .muted{color:var(--muted)}
    .green{color:var(--green-700)}
    .serif{font-family:Georgia, "Times New Roman", serif;font-style:italic;font-weight:400;letter-spacing:-.035em}

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.75rem;
      min-height:54px;
      padding:0 1.25rem;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      transition:.22s ease;
      white-space:nowrap;
    }
    .btn svg{width:18px;height:18px}
    .btn-primary{background:var(--green-900);color:#fff;box-shadow:0 12px 30px rgba(16,61,42,.22)}
    .btn-primary:hover{transform:translateY(-2px);background:var(--green-800)}
    .btn-light{background:#fff;color:var(--green-950);border-color:rgba(16,61,42,.16)}
    .btn-light:hover{transform:translateY(-2px);border-color:rgba(16,61,42,.35)}
    .btn-ghost{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}
    .btn-ghost:hover{background:rgba(255,255,255,.10)}

    /* Header */
    .announcement{
      background:var(--green-950);
      color:#eaf5ed;
      text-align:center;
      font-size:.82rem;
      padding:.62rem 1rem;
    }
    .announcement b{color:#fff}
    header{
      position:sticky;top:0;z-index:50;
      backdrop-filter:blur(16px);
      background:rgba(255,253,248,.88);
      border-bottom:1px solid rgba(18,32,24,.08);
    }
    .nav{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1.25rem;
    }
    .logo{
      display:flex;align-items:center;gap:.7rem;
      font-size:1.65rem;font-weight:900;letter-spacing:-.06em;
      line-height:0;
    }
    .logo img{
      display:block;
      width:auto;
      height:58px;
      max-width:min(320px, 32vw);
    }
    .sr-only{
      position:absolute;
      width:1px;height:1px;
      padding:0;margin:-1px;
      overflow:hidden;clip:rect(0,0,0,0);
      white-space:nowrap;border:0;
    }
    .nav-links{display:flex;align-items:center;gap:1.6rem;font-size:.92rem;font-weight:750}
    .nav-links a:not(.btn):hover{color:var(--green-700)}
    .menu-btn{
      display:none;background:#fff;border:1px solid var(--line);
      border-radius:12px;width:46px;height:46px;
      align-items:center;justify-content:center;
    }

    /* Hero */
    .hero{
      position:relative;
      min-height:760px;
      display:grid;
      align-items:center;
      overflow:hidden;
      background:
        linear-gradient(90deg, rgba(255,253,248,1) 0%, rgba(255,253,248,.97) 42%, rgba(255,253,248,.12) 73%),
        url("../images/hero-bridge.webp") 78% center/cover;
    }
    .hero::after{
      content:"";position:absolute;inset:auto -8% -38% 32%;height:510px;
      background:radial-gradient(circle, rgba(155,207,98,.30), transparent 67%);
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:2;padding:86px 0 96px;max-width:700px}
    .hero h1 span{display:block}
    .hero h1 .serif{color:var(--green-700)}
    .hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}
    .hero-note{
      margin-top:2.15rem;
      display:flex;flex-wrap:wrap;gap:1rem 1.8rem;
      font-size:.86rem;color:#4d5d53;font-weight:700;
    }
    .hero-note span{display:flex;align-items:center;gap:.45rem}
    .hero-note i{width:8px;height:8px;border-radius:50%;background:var(--green-500)}
    .hero-card{
      position:absolute;right:max(24px, calc((100vw - var(--max))/2));bottom:42px;
      width:min(390px,38vw);z-index:3;
      background:rgba(255,255,255,.88);
      backdrop-filter:blur(16px);
      border:1px solid rgba(255,255,255,.7);
      border-radius:24px;padding:1.1rem;
      box-shadow:var(--shadow);
    }
    .hero-card-inner{
      padding:1rem 1.15rem;
      border-radius:17px;
      background:linear-gradient(135deg,var(--green-950),var(--green-700));
      color:#fff;
    }
    .route{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-weight:850}
    .route small{display:block;color:#cce4d3;font-weight:600;margin-top:.35rem}

    /* Purpose strip */
    .purpose-strip{
      background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
    }
    .purpose-grid{
      display:grid;grid-template-columns:1.3fr repeat(3,.7fr);
      gap:1.4rem;align-items:center;padding:24px 0;
    }
    .purpose-grid strong{font-size:1.05rem}
    .proof{display:flex;align-items:center;gap:.7rem;color:#526158;font-weight:700;font-size:.88rem}
    .proof-icon{
      width:39px;height:39px;border-radius:13px;display:grid;place-items:center;
      background:#eef7ef;color:var(--green-700);font-size:1.05rem
    }

    /* Intro */
    .intro{padding:110px 0 70px}
    .intro-head{
      max-width:980px;margin:0 auto 3.2rem;text-align:center;
      display:flex;flex-direction:column;align-items:center
    }
    .intro-head h2{max-width:920px;margin:1rem auto .9rem}
    .section-copy{
      font-size:clamp(1rem,1.45vw,1.18rem);color:var(--muted);max-width:720px;
      margin:0 auto;line-height:1.65
    }
    .route-summary{
      width:min(100%,800px);display:grid;grid-template-columns:1fr auto 1fr;
      align-items:stretch;gap:12px;margin-top:1.75rem
    }
    .route-pill{
      text-align:left;background:#fff;border:1px solid rgba(19,49,34,.10);
      border-radius:18px;padding:1rem 1.1rem;box-shadow:0 12px 32px rgba(26,126,64,.06)
    }
    .route-code{
      display:block;color:var(--green-700);font-size:.68rem;font-weight:900;
      letter-spacing:.12em;margin-bottom:.35rem
    }
    .route-pill strong{display:block;font-size:1rem;color:var(--green-950);margin-bottom:.15rem}
    .route-pill small{display:block;color:var(--muted);font-size:.82rem;line-height:1.45}
    .route-divider{
      align-self:center;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
      background:var(--green-900);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(26,126,64,.18)
    }

    /* Business cards */
    .business-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
    .business-card{
      position:relative;min-height:660px;border-radius:var(--radius);overflow:hidden;
      box-shadow:var(--shadow);isolation:isolate;
      color:#fff;
    }
    .business-card::after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(4,25,15,.02) 22%,rgba(4,25,15,.92) 100%);
      z-index:-1;
    }
    .business-card .photo{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:.7s ease}
    .business-card:hover .photo{transform:scale(1.035)}
    .business-content{
      min-height:660px;display:flex;flex-direction:column;justify-content:flex-end;
      padding:clamp(1.5rem,4vw,3.1rem)
    }
    .business-tag{
      align-self:flex-start;border:1px solid rgba(255,255,255,.4);
      background:rgba(255,255,255,.12);backdrop-filter:blur(12px);
      padding:.52rem .8rem;border-radius:999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em
    }
    .business-card h3{font-size:clamp(2.4rem,4vw,4rem);margin:1rem 0}
    .business-card p{font-size:1.02rem;color:#edf4ef;max-width:520px}
    .business-features{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.3rem 0 1.6rem}
    .business-features span{
      padding:.48rem .72rem;border-radius:999px;background:rgba(255,255,255,.13);
      border:1px solid rgba(255,255,255,.18);font-size:.78rem;font-weight:750
    }
    .fresh-card .photo{object-position:67% center}
    .store-card .photo{object-position:center center}

    /* How it works */
    .how{padding:110px 0;background:linear-gradient(180deg,var(--cream),#f4f7ee)}
    .section-head{
      max-width:850px;margin:0 auto 3.3rem;text-align:center;
      display:flex;flex-direction:column;align-items:center
    }
    .section-head h2{margin:1rem auto .9rem}
    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .step{
      position:relative;overflow:hidden;background:#fff;border:1px solid rgba(19,49,34,.09);
      border-top:4px solid var(--green-600);padding:2.15rem;border-radius:24px;
      min-height:265px;box-shadow:0 14px 40px rgba(45,62,49,.06);transition:.22s ease
    }
    .step:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(26,126,64,.10)}
    .step::after{
      content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-80px;
      background:rgba(112,191,75,.08);pointer-events:none
    }
    .step-number{
      width:45px;height:45px;border-radius:50%;display:grid;place-items:center;
      background:var(--green-900);color:#fff;font-weight:900;margin-bottom:2.5rem;
      box-shadow:0 8px 20px rgba(26,126,64,.16)
    }
    .step h3{font-size:clamp(1.35rem,2vw,1.8rem);max-width:270px}
    .step p{color:var(--muted);margin-bottom:0;line-height:1.65}

    /* Story */
    .story{padding:120px 0;background:var(--green-950);color:#fff;position:relative;overflow:hidden}
    .story::before{
      content:"";position:absolute;width:600px;height:600px;border-radius:50%;
      background:radial-gradient(circle,rgba(155,207,98,.22),transparent 68%);top:-280px;right:-160px
    }
    .story-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}
    .story-visual{
      min-height:520px;border-radius:var(--radius);overflow:hidden;position:relative;
      background:url("../images/story-farmer.webp") center/cover;
      border:1px solid rgba(255,255,255,.12)
    }
    .story-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,22,14,.78))}
    .story-quote{
      position:absolute;left:1.4rem;right:1.4rem;bottom:1.4rem;z-index:2;
      padding:1.25rem;border-radius:18px;background:rgba(255,255,255,.11);
      backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16)
    }
    .story-copy p{color:#cbdacf;font-size:1.06rem}
    .values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:2rem}
    .value{
      border-top:1px solid rgba(255,255,255,.18);padding-top:1rem
    }
    .value strong{display:block;margin-bottom:.25rem}
    .value span{font-size:.87rem;color:#b9cabe}

    /* CTA */
    .cta{padding:100px 0}
    .cta-box{
      position:relative;overflow:hidden;border-radius:34px;
      background:linear-gradient(90deg,rgba(236,245,233,.97) 0%,rgba(251,244,230,.95) 58%,rgba(251,244,230,.74) 100%),url("../images/family-lifestyle.webp") 84% center/cover;
      padding:clamp(2rem,6vw,5rem);display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center
    }
    .cta-box::after{
      content:"";position:absolute;width:420px;height:420px;right:-170px;bottom:-210px;border-radius:50%;
      background:rgba(155,207,98,.35)
    }
    .cta-actions{position:relative;z-index:2;display:grid;gap:12px}
    .choice{
      display:flex;align-items:center;justify-content:space-between;gap:1rem;
      padding:1.1rem 1.2rem;background:#fff;border-radius:18px;
      border:1px solid rgba(18,32,24,.08);font-weight:850;transition:.2s ease
    }
    .choice:hover{transform:translateX(4px);border-color:rgba(16,61,42,.35)}
    .choice small{display:block;color:var(--muted);font-weight:600;margin-top:.2rem}
    .choice-icon{
      width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#eff7ef;color:var(--green-800)
    }

    /* Contact */
    .contact{padding:0 0 110px}
    .contact-grid{
      display:grid;grid-template-columns:.8fr 1.2fr;gap:24px
    }
    .contact-card,.contact-form{
      border:1px solid var(--line);border-radius:26px;padding:2rem;background:#fff
    }
    .contact-card{background:linear-gradient(135deg,rgba(15,58,35,.93),rgba(26,126,64,.82)),url("../images/delivery-trust.webp") center/cover;color:#fff}
    .contact-card p{color:#d7e6db}
    .contact-list{display:grid;gap:.8rem;margin-top:2rem}
    .contact-item{
      padding:1rem;border-radius:16px;background:rgba(8,31,22,.42);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16)
    }
    form{display:grid;gap:13px}
    .form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
    label{font-size:.82rem;font-weight:800}
    input,textarea,select{
      width:100%;margin-top:.4rem;padding:.92rem 1rem;border:1px solid rgba(18,32,24,.15);
      border-radius:13px;background:#fdfdfb;outline:none;transition:.2s
    }
    input:focus,textarea:focus,select:focus{border-color:var(--green-600);box-shadow:0 0 0 4px rgba(85,169,111,.14)}
    textarea{min-height:125px;resize:vertical}
    .form-status{font-size:.86rem;min-height:1.3em;color:var(--green-700);font-weight:700}

    /* Footer */
    footer{background:#081f16;color:#fff;padding:70px 0 24px}
    .footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr 1fr;gap:2.5rem}
    footer p,footer a{color:#b8cabe}
    footer a:hover{color:#fff}
    .footer-title{font-weight:850;margin-bottom:1rem}
    .footer-links{display:grid;gap:.62rem;font-size:.9rem}
    .newsletter{display:flex;background:#fff;border-radius:999px;padding:5px;margin-top:1rem}
    .newsletter input{margin:0;border:0;background:transparent;box-shadow:none}
    .newsletter button{border:0;border-radius:999px;background:var(--green-700);color:#fff;font-weight:850;padding:0 1rem}
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.12);margin-top:3.5rem;padding-top:1.3rem;
      display:flex;justify-content:space-between;gap:1rem;color:#82978a;font-size:.82rem
    }

    .reveal{opacity:0;transform:translateY(24px);transition:.75s cubic-bezier(.2,.65,.2,1)}
    .reveal.visible{opacity:1;transform:none}

    @media (max-width: 980px){
      .nav-links{
        position:fixed;left:20px;right:20px;top:96px;
        background:#fff;border:1px solid var(--line);border-radius:20px;
        padding:1rem;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)
      }
      .nav-links.open{display:flex}
      .menu-btn{display:flex}
      .hero{min-height:720px;background-position:60% center}
      .hero::before{content:"";position:absolute;inset:0;background:rgba(255,253,248,.17)}
      .hero-card{display:none}
      .purpose-grid{grid-template-columns:1fr 1fr}
      .story-grid,.cta-box,.contact-grid{grid-template-columns:1fr}
      .business-grid{grid-template-columns:1fr}
      .business-card,.business-content{min-height:600px}
      .route-summary{grid-template-columns:1fr;max-width:620px}
      .route-divider{justify-self:center;transform:rotate(90deg)}
      .steps{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media (max-width: 640px){
      .wrap{width:min(calc(100% - 28px), var(--max))}
      .announcement{font-size:.72rem}
      .nav{min-height:68px}
      .logo{font-size:1.45rem}
      .logo img{height:46px;max-width:250px}
      .hero{min-height:auto;background-position:67% center}
      .hero-content{padding:76px 0 84px}
      .hero h1{font-size:clamp(3.2rem,16vw,5.4rem)}
      .hero-actions{display:grid}
      .hero-actions .btn{width:100%}
      .purpose-grid{grid-template-columns:1fr;padding:18px 0}
      .intro,.how,.story,.cta{padding:82px 0}
      .intro-head,.section-head{display:flex}
      .route-summary{margin-top:1.35rem}
      .route-pill{text-align:center;padding:.9rem 1rem}
      .business-card,.business-content{min-height:540px}
      .business-card h3{font-size:2.7rem}
      .business-content{padding:1.5rem}
      .values,.form-row,.footer-grid{grid-template-columns:1fr}
      .contact-card,.contact-form{padding:1.4rem}
      .footer-bottom{display:block}
    }
  
    .hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
