@import url('/fonts.css');
:root{--paper:#f9f8f3;--green:#193e34;--muted:#6b746b;--line:#daddd1;--lime:#e9edb5;--peach:#f0ded0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--green);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #a6844c;outline-offset:5px}button[hidden],[hidden]{display:none!important}img{width:100%;height:100%;object-fit:cover;display:block}.wrap{width:min(1320px,calc(100% - 100px));margin-inline:auto}.header{height:126px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;font-size:20px;font-weight:600;line-height:1.07;letter-spacing:-.7px}.brand svg{width:48px;height:48px;fill:none;stroke:var(--green);stroke-width:2.4}.brand svg path+path{stroke:#7e9865}.brand small{font-size:7px;display:block;letter-spacing:1.35px;font-weight:500;margin-top:8px}.header nav{display:flex;gap:30px;font-size:13px}.header nav a:hover,.text-link:hover{color:#789063}.button{min-height:58px;display:inline-flex;justify-content:space-between;align-items:center;gap:38px;padding:0 27px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:6px;font-size:14px;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#2d5445;transform:translateY(-2px)}.button span{font-size:22px;font-weight:400}.button.small{min-height:44px;padding-inline:21px;gap:30px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;padding-top:27px;padding-bottom:61px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.6px;line-height:1.6;margin:0 0 30px;display:flex;align-items:center;gap:10px}.dot{height:6px;width:6px;border-radius:50%;background:#779669}.hero-copy{padding-top:27px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(52px,5.2vw,77px);line-height:1.03;font-weight:400;letter-spacing:-4px;margin-bottom:28px;position:relative}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#718363}h1 em{letter-spacing:-3.8px}.spark{position:absolute;width:63px;height:63px;fill:#b6c688;left:78%;bottom:20px;transform:rotate(13deg)}.lead{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:25px}.text-link{border:0;padding:0;background:none;display:inline-flex;align-items:center;gap:16px;font-size:12px;font-weight:500}.hero-note{display:flex;align-items:center;gap:11px;font-size:11px;color:var(--muted);margin-top:33px}.tiny-heart{font-size:27px;color:#617d58}.hero-visual{position:relative;min-height:606px;border-radius:120px 8px 8px 8px}.hero-visual>img{position:absolute;border-radius:inherit;object-position:50% 48%}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#10271c9c,transparent 48%,#10271c35);border-radius:inherit;pointer-events:none}.photo-top{position:absolute;top:32px;right:25px;color:white;letter-spacing:1.8px;font-size:9px;z-index:1}.photo-caption{position:absolute;bottom:33px;left:31px;display:flex;align-items:center;gap:17px;color:white;z-index:1}.photo-caption p{font-size:16px;line-height:1.6;margin:0;font-weight:400}.photo-caption strong{font-weight:400}.caption-heart{font-size:39px;font-weight:300}.round-note{position:absolute;right:-24px;top:35%;z-index:2;width:113px;height:113px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--lime);transform:rotate(13deg);font-size:8px;font-weight:600;letter-spacing:1.2px;line-height:1.3;box-shadow:0 4px 20px #142e2120}.round-note span{font-size:29px;line-height:1.1}.values{display:flex;align-items:center;justify-content:space-between;padding-block:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values>div{display:flex;gap:22px;align-items:center}.values>div>span{color:#91a083;font-family:Georgia,serif;font-style:italic;font-size:24px}.values p{font-size:13px;line-height:1.7;margin:0;color:var(--muted)}.values strong{color:var(--green);font-weight:400}.values>a{font-size:32px}.section{padding-block:102px}h2{font-size:clamp(33px,3.5vw,50px);font-weight:400;letter-spacing:-2px;line-height:1.12;margin-bottom:28px}h2 em{letter-spacing:-1.6px}.about{display:grid;grid-template-columns:1fr 2fr;gap:30px}.about>.eyebrow{padding-top:10px}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px;color:var(--muted);font-size:14px;line-height:1.8;max-width:800px}.document-button{margin-top:9px;border-bottom:1px solid #869681;padding-bottom:6px}.programs{background:#eeeee5}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:14px;line-height:1.8;color:var(--muted)}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-card{background:var(--paper);border-radius:8px;padding:30px;display:flex;flex-direction:column;min-height:360px}.program-card.peach{background:var(--peach)}.program-card.green{background:#dce5d7}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:37px}.card-top>span+span{font-size:9px;letter-spacing:1.3px}.line-icon{font-size:31px;line-height:1}h3{font-size:30px;font-weight:400;letter-spacing:-1.2px;line-height:1.13;margin-bottom:19px}.program-card p{font-size:13px;line-height:1.75;color:#56665a;flex:1}.program-card>a{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #183f3526;font-size:12px;margin-top:10px}.program-card>a span{font-size:22px}.donate-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.donate-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted)}.donate-illustration{display:flex;align-items:center;gap:20px;margin-top:36px}.donate-illustration>span{font-size:93px;line-height:1;color:#869467;transform:rotate(-13deg)}.donate-illustration i{font-family:Georgia,serif;font-size:23px;color:#7a8b69;transform:rotate(-6deg)}.donate-illustration svg{width:90px;margin-top:25px;fill:none;stroke:#91a376;stroke-width:1.5}.donation-card{background:white;padding:36px;border:1px solid #e0e2d9;border-radius:12px;box-shadow:0 18px 50px #26413206}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px}.form-heading h3{font-size:27px;margin:0}.form-heading>span{font-size:8px;letter-spacing:.8px;color:#78816e}label{display:block;font-size:12px;margin-bottom:13px}.amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.amounts button{height:46px;border:1px solid #e2e5da;background:#fafbf7;border-radius:5px;font-size:13px}.amounts button.selected{border-color:var(--green);background:var(--green);color:white}.amount-input{display:flex;align-items:center;border:1px solid #ccd3c5;border-radius:5px;overflow:hidden}.amount-input input{border:0;width:100%;min-width:0;padding:17px;background:white;color:var(--green);font-size:23px;outline-offset:-3px}.amount-input span{padding:15px 19px;font-size:23px}.hint{font-size:11px;color:var(--muted);line-height:1.7;margin:10px 0 24px}.donate-submit{width:100%;margin-top:0}.form-footnote{font-size:10px;line-height:1.65;color:#788073;text-align:center;margin:18px 0 0;display:flex;align-items:center;justify-content:center;gap:10px}.form-footnote svg{width:23px;height:23px;stroke:#7c8e6a;stroke-width:1.3;fill:none}#form-message{font-size:13px;line-height:1.6;background:#f4f0e2;padding:14px;margin:18px 0 12px;border-radius:5px}#amount[aria-invalid=true]{box-shadow:inset 0 0 0 2px #af624c}.participate{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--green);border-radius:10px;overflow:hidden;color:white}.participate-photo{min-height:420px}.participate-photo img{object-position:50% 50%}.participate-copy{padding:58px}.participate .eyebrow{color:#c6d1b9;font-size:9px}.participate h2{font-size:40px}.participate em{color:#d7dfaf}.participate-copy>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#cad5cb;max-width:400px;margin-bottom:26px}.button.light{background:var(--lime);color:var(--green);border-color:var(--lime)}.button.light:hover{background:#f3f5d5}.participate-detail{font-size:10px;display:block;margin-top:14px;color:#c2d0c4}.faq{display:grid;grid-template-columns:1fr 1.7fr;gap:80px}.questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:25px 0;display:flex;justify-content:space-between;gap:20px;font-size:15px}summary::-webkit-details-marker{display:none}summary>span{font-size:23px;line-height:1}details[open] summary>span{transform:rotate(45deg)}details p{font-size:13px;line-height:1.8;color:var(--muted);max-width:600px;padding-right:32px;padding-bottom:8px}details p a,.inline-link{text-decoration:underline}.inline-link{padding:0;background:none;border:0;font:inherit}footer{background:#e9ecdf;padding-top:64px}.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:center;padding-bottom:45px}.footer-top h2{font-size:45px;margin-bottom:0}.footer-contact{display:flex;flex-direction:column;gap:15px}.footer-contact>a{font-size:24px;letter-spacing:-.5px}.footer-contact>a span{margin-left:45px}.footer-contact>a+a{font-size:19px}.footer-contact p{font-size:10px;color:var(--muted);margin-top:6px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #cbd2bf;padding-block:26px;font-size:10px;color:#62715f}.footer-bottom button{background:none;border:0;padding:0;font-size:10px}.menu-toggle{display:none}.skip{position:absolute;left:20px;top:-100px;padding:15px;background:white;z-index:10}.skip:focus{top:10px}dialog{color:var(--green);background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:40px;width:min(560px,calc(100% - 32px));max-height:90dvh}dialog::backdrop{background:#10271ba8;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:18px;top:12px;background:none;border:0;font-size:31px}dialog dl{display:grid;grid-template-columns:120px 1fr;font-size:13px;line-height:1.7;gap:12px}dialog dd{margin:0}dialog dt{color:var(--muted)}
@media(min-width:1600px){.hero-visual{min-height:670px}.hero-copy{padding-top:44px}h1{font-size:80px}.lead{font-size:16px}.hero-actions{margin-top:35px}.header{height:140px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header nav{gap:16px;font-size:11px}.hero{gap:30px}h1{font-size:61px}.spark{left:82%;width:45px}.hero-visual{min-height:575px}.hero-actions{gap:15px;align-items:flex-start;flex-direction:column}.hero-note{margin-top:20px}.donate-section{gap:38px}.donation-card{padding:25px}.form-heading{align-items:flex-start;flex-direction:column}.participate-copy{padding:38px}.participate h2{font-size:34px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:91px;gap:13px}.brand{font-size:16px;gap:8px}.brand svg{width:38px;height:38px}.brand small{font-size:5.5px;letter-spacing:1px}.header nav{display:none}.header .button.small{margin-left:auto;padding-inline:13px;gap:10px;min-height:40px;font-size:12px}.menu-toggle{display:block;background:none;border:0;font-size:23px;padding:7px}.mobile-menu{padding:8px 20px 22px;border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:13px 0;font-size:15px}.hero{grid-template-columns:1fr;padding-top:16px;gap:30px;padding-bottom:35px}.hero-copy{padding-top:0}.eyebrow{font-size:8px;margin-bottom:22px;letter-spacing:1.2px}h1{font-size:clamp(49px,10.7vw,73px);letter-spacing:-2.8px;line-height:1.02;margin-bottom:23px}h1 em{letter-spacing:-2.8px}.spark{left:auto;right:24px;bottom:15px;width:50px;height:50px}.lead{font-size:13px;line-height:1.75}.hero-actions{flex-direction:row;align-items:center;gap:19px}.hero-actions .button{padding:0 20px;gap:25px;font-size:13px;min-height:52px}.hero-actions .text-link{font-size:10px;gap:10px}.hero-note{font-size:10px}.hero-visual{min-height:390px;border-radius:85px 7px 7px 7px;margin-right:8px}.hero-visual>img{object-position:50% 49%}.round-note{width:90px;height:90px;right:-12px;top:30%;font-size:6px}.round-note span{font-size:24px}.photo-top{font-size:7px;right:20px;top:24px}.photo-caption{bottom:22px;left:22px;gap:12px}.photo-caption p{font-size:13px}.values{padding-block:21px;gap:15px}.values>div{display:block}.values>div>span{font-size:18px;display:block;margin-bottom:8px}.values p{font-size:10px}.values>a{display:none}.section{padding-block:63px}.about{grid-template-columns:1fr;gap:0}.about>.eyebrow{padding-top:0}.about-columns{grid-template-columns:1fr;gap:0;font-size:13px}.about-columns p{margin-bottom:16px}h2{font-size:36px;letter-spacing:-1.7px}.section-heading{display:block;margin-bottom:26px}.section-heading>p{font-size:12px;margin-top:20px}.program-grid{grid-template-columns:1fr;gap:14px}.program-card{padding:26px;min-height:300px}.card-top{margin-bottom:25px}.program-card h3{font-size:28px}.donate-section{grid-template-columns:1fr;gap:30px}.donate-copy>p:not(.eyebrow){font-size:13px}.donate-illustration{display:none}.donation-card{padding:24px 20px}.form-heading{flex-direction:row;align-items:center}.form-heading h3{font-size:24px}.form-heading>span{font-size:6px;letter-spacing:.5px}.amounts{gap:6px}.amounts button{font-size:12px}.participate{grid-template-columns:1fr}.participate-photo{min-height:0;height:290px}.participate-copy{padding:31px 25px 35px}.participate h2{font-size:32px}.participate .eyebrow{font-size:7px}.faq{grid-template-columns:1fr;gap:0}summary{font-size:13px;line-height:1.5;padding-block:21px}details p{font-size:12px}.footer-top{display:block;padding-bottom:35px}.footer-top h2{font-size:36px}.footer-contact{margin-top:35px;gap:16px}.footer-contact>a{font-size:23px}.footer-contact>a span{margin-left:20px}.footer-contact>a+a{font-size:18px}.footer-bottom{flex-wrap:wrap;gap:17px;font-size:9px}.footer-bottom>span:last-child{width:100%;font-size:9px}footer{padding-top:44px}dialog{padding:32px 23px}dialog dl{grid-template-columns:90px 1fr;font-size:12px}.desktop-break{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
@media(min-width:761px) and (max-width:1399px){h1{font-size:clamp(43px,4.5vw,63px);letter-spacing:-2.7px}h1 em{letter-spacing:-2.7px}.hero-copy,.hero-visual{min-width:0}}
