
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--g:#145c3b;--gd:#0b432b;--cream:#f8f7f2;--ink:#17231c;--muted:#68736c;--line:#dfe3de;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}img{width:100%;display:block;object-fit:cover}
.container{width:min(1160px,calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:30;background:rgba(248,247,242,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{height:76px;display:flex;align-items:center;gap:28px}.logo{font:600 23px "Playfair Display",serif;color:var(--g);white-space:nowrap}.nav-links{margin-left:auto;display:flex;gap:25px;align-items:center;font-size:13px;font-weight:700}.nav-links a:hover{color:var(--g)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;background:var(--g);color:#fff;border:0;border-radius:999px;padding:13px 23px;font-weight:700;cursor:pointer;transition:.2s}.nav-cta:hover,.button:hover{background:var(--gd);transform:translateY(-1px)}.menu{display:none;margin-left:auto;background:none;border:0;color:var(--g);font-size:25px}
h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.05;color:var(--gd);margin:0}h1{font-size:clamp(50px,7vw,88px)}h2{font-size:clamp(43px,5vw,68px)}h3{font-size:29px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--g)}.underline{background:linear-gradient(transparent 74%,#b5d5c5 0)}
.hero{min-height:calc(100vh - 76px);position:relative;display:flex;align-items:end;overflow:hidden}.hero-image{position:absolute;inset:0}.hero-image img{height:100%;filter:brightness(.62)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.63),rgba(0,0,0,.05) 75%)}.hero-content{position:relative;color:white;max-width:790px;padding:90px 0 82px}.hero h1{color:white}.hero p{font-size:18px;max-width:600px;color:#f1f4f1;margin:25px 0 32px}.hero .button{background:#fff;color:var(--g);margin-right:8px}.hero .button.alt{background:transparent;border:1px solid rgba(255,255,255,.7);color:#fff}
.section{padding:105px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.section-head p{max-width:480px;color:var(--muted);margin:0;font-size:16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--line);gap:1px}.stat{padding:34px;background:var(--cream)}.stat strong{font:600 42px "Playfair Display",serif;color:var(--g)}.stat span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.round-img{height:520px;border-radius:28px}.body-copy p,.story-copy p{font-size:17px;color:#56615e}.quote{font:italic 22px "Playfair Display",serif;color:var(--g);margin-top:30px}
.card{background:#fff;border:1px solid #e4e8e4;border-radius:24px;padding:30px;box-shadow:0 18px 50px rgba(20,92,59,.09)}.poll-options{display:grid;gap:12px;margin:24px 0}.poll-option{position:relative}.poll-option input{position:absolute;opacity:0}.poll-option label{display:flex;justify-content:space-between;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.poll-option input:checked+label{background:#e1efe8;border-color:var(--g);color:var(--gd);font-weight:700}.results{display:none;margin-top:22px}.result-row{margin:15px 0}.result-top{display:flex;justify-content:space-between;font-size:13px;font-weight:700}.bar{height:9px;background:#e7ebe8;border-radius:99px;overflow:hidden;margin-top:7px}.bar span{height:100%;display:block;background:var(--g);border-radius:99px}
.page-hero{padding:90px 0 65px;border-bottom:1px solid var(--line)}.page-hero p{max-width:680px;color:var(--muted);font-size:18px;margin:20px 0 0}.progress-wrap{margin:24px 0}.progress-meta{display:flex;justify-content:space-between;font-size:14px;font-weight:700}.progress{height:14px;background:#e7ebe8;border-radius:99px;overflow:hidden;margin-top:9px}.progress span{display:block;height:100%;width:24%;background:var(--g)}.big-number{font:600 62px "Playfair Display",serif;color:var(--g);line-height:1}.small-note{font-size:12px;color:var(--muted)}.notice{background:#fff8e6;border:1px solid #ead9a9;padding:14px 16px;border-radius:12px;color:#695a2a;font-size:13px;margin-top:20px}.field{margin:17px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px 15px;font:inherit;background:#fff}.field textarea{min-height:145px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mt{margin-top:32px}
footer{border-top:1px solid var(--line);padding:55px 0;margin-top:20px}.footer-inner{display:flex;justify-content:space-between;gap:35px}.footer-brand{max-width:390px}.footer-brand p{color:var(--muted);font-size:14px}.footer-links{display:flex;gap:25px;color:var(--muted);font-size:13px;font-weight:600}
@media(max-width:760px){.container{width:calc(100% - 28px)}.nav-inner{height:68px}.menu{display:block}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;margin:0;padding:18px 20px 23px;background:var(--cream);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:17px}.nav-links.open{display:flex}.nav-cta{display:none}.hero{min-height:calc(100svh - 68px)}.hero-content{padding:65px 0 52px}.hero p{font-size:16px}.hero .button{width:100%;margin:0 0 10px}.section{padding:72px 0}.section-head{display:block;margin-bottom:32px}.section-head p{margin-top:17px}.stats{grid-template-columns:1fr}.stat{padding:25px}.split{grid-template-columns:1fr;gap:35px}.round-img{height:340px;border-radius:20px}.form-row{grid-template-columns:1fr}.footer-inner{display:block}.footer-links{margin-top:22px;flex-wrap:wrap}.page-hero{padding:65px 0 50px}h1{font-size:51px}h2{font-size:45px}}

.receipt-page{min-height:calc(100vh - 76px);display:flex;align-items:center;padding:70px 0}.receipt-card{max-width:720px;margin:auto;background:#fff;border:1px solid #e4e8e4;border-radius:28px;padding:58px 54px;text-align:center;box-shadow:0 18px 50px rgba(20,92,59,.09)}.receipt-check{width:58px;height:58px;border-radius:50%;background:#e1efe8;color:var(--g);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:30px;font-weight:700}.receipt-card h1{font-size:clamp(44px,6vw,68px);margin-top:12px}.receipt-thanks{max-width:560px;margin:22px auto 34px;color:var(--muted);font-size:17px}.receipt-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-align:left;margin:30px 0}.receipt-details div{background:var(--cream);padding:20px}.receipt-details span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.receipt-details strong{font-size:17px;color:var(--gd)}.receipt-back{margin-top:18px;min-width:180px}.receipt-card .small-note{min-height:19px}
@media(max-width:760px){.receipt-page{min-height:calc(100svh - 68px);padding:42px 0}.receipt-card{padding:42px 22px;border-radius:22px}.receipt-details{grid-template-columns:1fr;text-align:center}.receipt-details div{padding:16px}.receipt-card h1{font-size:46px}.receipt-thanks{font-size:16px}}

.action-section{padding-top:35px}
.action-heading{max-width:680px;margin-bottom:34px}
.action-heading h2{margin:7px 0 12px}
.action-heading p{color:var(--muted);font-size:17px;max-width:600px}
.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.action-card{min-height:250px;padding:34px;background:#fff;border:1px solid #e4e8e4;border-radius:24px;box-shadow:0 18px 50px rgba(20,92,59,.07);display:flex;flex-direction:column;justify-content:space-between;color:var(--gd);text-decoration:none}
.action-card:hover{transform:translateY(-4px);opacity:1;box-shadow:0 24px 60px rgba(20,92,59,.12);border-color:#cbd9d1}
.action-label{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--muted);margin-bottom:18px}
.action-card h3{font:600 34px "Playfair Display",serif;margin:0 0 10px}
.action-card p{color:var(--muted);font-size:15px;line-height:1.6;max-width:440px;margin:0}
.action-arrow{align-self:flex-end;width:42px;height:42px;border-radius:50%;background:#e1efe8;display:flex;align-items:center;justify-content:center;font-size:23px;color:var(--g);transition:transform .18s ease,background .18s ease}
.action-card:hover .action-arrow{transform:translateX(4px);background:var(--g);color:#fff}
@media(max-width:760px){.action-grid{grid-template-columns:1fr;gap:14px}.action-card{min-height:220px;padding:28px}.action-card h3{font-size:30px}}

/* Subtle interaction states */
a,button{transition:transform .18s ease,opacity .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}a:hover{opacity:.72}button:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(12,78,50,.10)}button:active{transform:translateY(0)}

/* Header brand with circular logo */
.nav .logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
}
.nav .logo .brand-logo{
  width:30px !important;
  height:30px !important;
  object-fit:contain !important;
  display:block !important;
  flex:0 0 30px !important;
}

/* Funding breakdown */
.funding-breakdown{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid var(--line);
}

.funding-breakdown h3{
  font-size:26px;
  margin-bottom:18px;
}

.funding-list{
  display:grid;
  gap:10px;
}

.funding-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 16px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
}

.funding-row span{
  color:var(--muted);
  font-size:14px;
}

.funding-row strong{
  color:var(--gd);
  font-size:15px;
}

.funding-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:14px;
  padding:16px;
  border-radius:14px;
  background:#e1efe8;
  color:var(--gd);
}

.funding-total span{
  font-weight:700;
}

.funding-total strong{
  font-size:18px;
}

@media(max-width:760px){
  .funding-row{
    padding:13px 14px;
  }
}

@media(max-width:760px){
  .split{
    display:flex;
    flex-direction:column;
  }

  .split > .card{
    order:-1;
  }
}