@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&family=Oswald:wght@500;600&display=swap";
:root{--color-forest:#1b4332;--color-forest-light:#2d6a4f;--color-forest-dark:#0f2a1e;--color-gold:#d4a534;--color-gold-light:#e4be5a;--color-gold-dark:#b8922d;--color-sky:#4a90a4;--color-sky-light:#6ba8bb;--color-sand:#f5e6d3;--color-sand-light:#fbf5ed;--color-cream:#fffbf5;--color-soil:#5c4033;--color-charcoal:#2c2c2c;--color-gray:#6b6b6b;--color-gray-light:#e5e5e5;--color-white:#fff;--font-display:"Playfair Display",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-accent:"Oswald",sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 20px 50px #00000026;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--container-max:1200px;--container-wide:1400px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-charcoal);background:var(--color-white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-forest);line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.lead{color:var(--color-soil);font-size:1.2rem;line-height:1.8}.container{max-width:var(--container-max);padding:0 var(--space-lg);margin:0 auto}.container--wide{max-width:var(--container-wide);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl)0}.section--sand{background:var(--color-sand-light)}.section--forest{background:var(--color-forest);color:var(--color-white)}.section--cream{background:var(--color-cream)}.section-header{text-align:center;max-width:700px;margin:0 auto var(--space-2xl)}.section-header--left{text-align:left;margin-left:0}.eyebrow{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-xs);font-size:.8rem;font-weight:600;display:inline-block}.section-title{margin-bottom:var(--space-sm)}.section-desc{color:var(--color-gray);font-size:1.1rem;line-height:1.8}.section-header.light .section-title{color:var(--color-white)}.section-header.light .section-desc{color:#ffffffbf}.btn{border-radius:var(--radius-md);font-family:var(--font-body);transition:all var(--transition-base);cursor:pointer;white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-forest);color:var(--color-white);border-color:var(--color-forest)}.btn--primary:hover{background:var(--color-forest-light);border-color:var(--color-forest-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--gold{background:var(--color-gold);color:var(--color-forest);border-color:var(--color-gold)}.btn--gold:hover{background:var(--color-gold-light);border-color:var(--color-gold-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{color:var(--color-forest);border-color:var(--color-forest);background:0 0}.btn--outline:hover{background:var(--color-forest);color:var(--color-white)}.btn--outline-white{color:var(--color-white);background:0 0;border-color:#fff9}.btn--outline-white:hover{border-color:var(--color-white);background:#ffffff26}.btn--lg{padding:1rem 2.25rem;font-size:1.05rem}.btn--sm{padding:.55rem 1.1rem;font-size:.85rem}.tag{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.tag--forest{background:var(--color-forest);color:var(--color-white)}.tag--gold{background:var(--color-gold);color:var(--color-forest)}.tag--sky{background:var(--color-sky);color:var(--color-white)}.tag--light{background:var(--color-sand);color:var(--color-forest)}.card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.link-arrow{color:var(--color-forest);transition:gap var(--transition-fast);align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.link-arrow:after{content:"→"}.link-arrow:hover{gap:.7rem}.img-placeholder{letter-spacing:.05em;text-transform:uppercase;color:#fff9;background:var(--color-forest-light);justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;font-weight:600;display:flex}.announcement-bar{background:var(--color-forest-dark);color:var(--color-white);text-align:center;padding:.6rem var(--space-lg);font-size:.875rem}.announcement-bar a{color:var(--color-gold);font-weight:600}.announcement-bar a:hover{text-decoration:underline}@media (max-width:768px){.section{padding:var(--space-2xl)0}.container{padding:0 var(--space-sm)}}
.Header-module__lnUIdW__header{z-index:100;background:var(--color-white);transition:border-color var(--transition-base),box-shadow var(--transition-base);border-bottom:1px solid #0000;position:sticky;top:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{border-bottom-color:var(--color-gray-light);box-shadow:var(--shadow-sm)}.Header-module__lnUIdW__nav{max-width:var(--container-wide);padding:0 var(--space-lg);align-items:center;gap:var(--space-lg);height:72px;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__lnUIdW__logoIcon{width:40px;height:40px;color:var(--color-forest);flex-shrink:0}.Header-module__lnUIdW__logoText{flex-direction:column;line-height:1.2;display:flex}.Header-module__lnUIdW__logoMain{font-family:var(--font-display);color:var(--color-forest);font-size:1.05rem;font-weight:700}.Header-module__lnUIdW__logoSub{letter-spacing:.05em;color:var(--color-gray);text-transform:uppercase;font-size:.65rem;font-weight:500}.Header-module__lnUIdW__navLinks{align-items:center;gap:.25rem;margin-left:auto;list-style:none;display:flex}.Header-module__lnUIdW__navLink{color:var(--color-charcoal);border-radius:var(--radius-sm);transition:color var(--transition-fast),background var(--transition-fast);white-space:nowrap;padding:.4rem .65rem;font-size:.875rem;font-weight:500;text-decoration:none}.Header-module__lnUIdW__navLink:hover{color:var(--color-forest);background:var(--color-sand-light)}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active{color:var(--color-forest);font-weight:600}.Header-module__lnUIdW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.Header-module__lnUIdW__hamburger span{background:var(--color-charcoal);width:22px;height:2px;transition:all var(--transition-base);transform-origin:50%;display:block}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__open span:nth-child(2){opacity:0}.Header-module__lnUIdW__hamburger.Header-module__lnUIdW__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__drawer{background:var(--color-white);border-top:1px solid var(--color-gray-light);max-height:0;transition:max-height var(--transition-slow);display:none;overflow:hidden}.Header-module__lnUIdW__drawerOpen{max-height:600px}.Header-module__lnUIdW__drawer ul{padding:var(--space-sm)var(--space-lg)var(--space-lg);flex-direction:column;gap:.25rem;list-style:none;display:flex}.Header-module__lnUIdW__drawerLink{color:var(--color-charcoal);border-bottom:1px solid var(--color-gray-light);padding:.75rem .5rem;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Header-module__lnUIdW__drawerLink:hover{color:var(--color-forest)}.Header-module__lnUIdW__drawerDonate{margin-top:var(--space-sm);justify-content:center;width:100%}@media (max-width:960px){.Header-module__lnUIdW__navLinks,.Header-module__lnUIdW__nav>.Header-module__lnUIdW__btn{display:none}.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__drawer{display:block}}
.Footer-module__3hUVsW__footer{background:var(--color-forest-dark);color:#fffc;padding:var(--space-3xl)0 var(--space-lg)}.Footer-module__3hUVsW__grid{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;display:grid}.Footer-module__3hUVsW__logo{color:var(--color-white);font-family:var(--font-display);margin-bottom:var(--space-sm);align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__3hUVsW__mission{color:#ffffffa6;margin-bottom:var(--space-md);font-size:.9rem;line-height:1.7}.Footer-module__3hUVsW__social{gap:.75rem;display:flex}.Footer-module__3hUVsW__socialIcon{color:#ffffffb3;width:36px;height:36px;transition:all var(--transition-base);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__socialIcon svg{width:16px;height:16px}.Footer-module__3hUVsW__socialIcon:hover{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-forest)}.Footer-module__3hUVsW__col h4{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm);font-size:.75rem}.Footer-module__3hUVsW__col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__3hUVsW__col ul a{color:#ffffffb3;transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__3hUVsW__col ul a:hover{color:var(--color-white)}.Footer-module__3hUVsW__contactCol h4{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm);font-size:.75rem}.Footer-module__3hUVsW__address{color:#ffffffb3;margin-bottom:var(--space-md);flex-direction:column;gap:.4rem;font-size:.9rem;font-style:normal;display:flex}.Footer-module__3hUVsW__address a{color:#ffffffb3;transition:color var(--transition-fast)}.Footer-module__3hUVsW__address a:hover{color:var(--color-white)}.Footer-module__3hUVsW__newsletter h4{font-family:var(--font-accent);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem;font-size:.75rem}.Footer-module__3hUVsW__newsletterForm{gap:.5rem;display:flex}.Footer-module__3hUVsW__newsletterForm input{border-radius:var(--radius-md);color:var(--color-white);background:#ffffff14;border:1px solid #fff3;flex:1;min-width:0;padding:.55rem .85rem;font-size:.875rem}.Footer-module__3hUVsW__newsletterForm input::placeholder{color:#fff6}.Footer-module__3hUVsW__newsletterForm input:focus{border-color:var(--color-gold);outline:none}.Footer-module__3hUVsW__bottom{padding-top:var(--space-md);color:#fff6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.Footer-module__3hUVsW__credit{font-style:italic}@media (max-width:1100px){.Footer-module__3hUVsW__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr 1fr}.Footer-module__3hUVsW__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__contactCol{grid-column:1/-1}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:.5rem}.Footer-module__3hUVsW__newsletterForm{flex-direction:column}}
