@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@400;500;600;700;800&family=Playfair+Display:wght@400;700;900&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#1a4a2e;--green-mid:#2d6b45;--green-light:#3d8b5c;--gold:#fc9935;--gold-light:#feb978;--orange:#fc9935;--accent:#fc9935;--cream:#faf6ef;--cream-dark:#f0e9da;--text:#1c1c1c;--text-muted:#5a5a5a;--white:#fff;--shadow:0 4px 24px rgba(0,0,0,.1);--shadow-lg:0 12px 48px rgba(0,0,0,.18);--radius:6px}html{scroll-behavior:smooth;font-size:16px}body{font-family:Source Sans\ 3,sans-serif;background:var(--cream);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}main{padding-top:68px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:Encode Sans Condensed,sans-serif;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4.5rem 0}.section-title{font-size:clamp(1.6rem,3vw,2rem);font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.02em;text-align:center;display:block;margin:0 0 .4rem;position:relative}.section-title:after{content:"";display:block;height:3px;width:56px;background:var(--gold);margin:.45rem auto 0}.section-subtitle{color:var(--text-muted);font-size:.95rem;text-align:center;margin:.6rem auto 2.5rem;max-width:40rem}.section-title-left{text-align:left}.section-title-left:after{margin:.45rem 0 0}.btn{display:inline-flex;align-items:center;gap:8px;padding:.7rem 1.6rem;border-radius:var(--radius);font-family:Source Sans\ 3,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-mid);transform:translateY(-1px);box-shadow:0 4px 16px rgba(26,74,46,.3)}.btn-outline{background:transparent;color:var(--green);border:2px solid var(--green)}.btn-outline:hover{background:var(--green);color:#fff}.gold-accent{color:var(--gold-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.animate{animation:fadeUp .6s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.22s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.52s}.page-hero{background:linear-gradient(135deg,var(--green) 0,var(--green-mid) 70%,#3a5a30 100%);color:#fff;padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.page-hero-badge{display:inline-block;background:rgba(200,151,42,.2);border:1px solid var(--gold);color:var(--gold-light);font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:.3rem 1rem;border-radius:2px;margin-bottom:1rem}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;margin-bottom:.75rem;position:relative}.page-hero p{font-size:1rem;opacity:.82;max-width:540px;margin:0 auto;font-weight:300}@media (max-width:768px){.section{padding:3rem 0}}.CookieBanner_overlay__CE9jI{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:1rem;animation:CookieBanner_fadeIn__hnvRO .2s ease}@keyframes CookieBanner_fadeIn__hnvRO{0%{opacity:0}to{opacity:1}}.CookieBanner_box__QtKwl{background:#fff;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.2);max-width:640px;width:100%;padding:1.5rem 1.75rem;max-height:90vh;overflow-y:auto}.CookieBanner_title__JjhU6{font-family:Encode Sans Condensed,sans-serif;font-size:1.35rem;color:var(--green);margin:0 0 .75rem}.CookieBanner_text__Pzwsv{font-size:.92rem;line-height:1.55;color:#333;margin:0 0 1.25rem}.CookieBanner_link__MWcgu{color:var(--green);text-decoration:underline;font-weight:600}.CookieBanner_buttonRow__o2oo4{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.CookieBanner_btnPrimary__SAV5M,.CookieBanner_btnSecondary__74It6{padding:.6rem 1.1rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s}.CookieBanner_btnPrimary__SAV5M{background:var(--green);color:#fff}.CookieBanner_btnPrimary__SAV5M:hover{background:var(--green-mid)}.CookieBanner_btnSecondary__74It6{background:#fff;color:var(--green);border-color:#d0d0d0}.CookieBanner_btnSecondary__74It6:hover{border-color:var(--green)}.CookieBanner_options__M3drW{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.9rem}.CookieBanner_option__wgtsv{background:#f7f7f5;border-radius:10px;padding:.85rem 1rem}.CookieBanner_optionHeader__Ak5_3{display:flex;align-items:center;gap:.6rem;cursor:pointer}.CookieBanner_optionHeader__Ak5_3 input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--green);cursor:pointer}.CookieBanner_optionHeader__Ak5_3 input[type=checkbox]:disabled{cursor:not-allowed}.CookieBanner_optionTitle__6GmUo{font-weight:700;color:var(--green);font-size:.95rem}.CookieBanner_optionDesc__AVd2n{margin:.35rem 0 0 1.7rem;font-size:.82rem;line-height:1.5;color:var(--text-muted)}@media (max-width:480px){.CookieBanner_buttonRow__o2oo4{flex-direction:column-reverse}.CookieBanner_btnPrimary__SAV5M,.CookieBanner_btnSecondary__74It6{width:100%}}.Footer_footer__pQtti{background:#0f2d1c;color:hsla(0,0%,100%,.6);padding:3.5rem 1.5rem 1.5rem}.Footer_grid__88hvW{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.Footer_brand__0rdww h3{font-family:Encode Sans Condensed,sans-serif;color:#fff;font-size:1rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.Footer_brand__0rdww p{font-size:.85rem;line-height:1.7;margin-bottom:1rem}.Footer_social__cGivK a{display:inline-block;padding:.35rem .9rem;border:1px solid hsla(0,0%,100%,.2);border-radius:4px;font-size:.8rem;color:hsla(0,0%,100%,.65);text-decoration:none;transition:border-color .2s,color .2s}.Footer_social__cGivK a:hover{border-color:var(--gold);color:var(--gold-light)}.Footer_col__WMzcr h4{color:var(--gold-light);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-family:Source Sans\ 3,sans-serif}.Footer_col__WMzcr ul{list-style:none}.Footer_col__WMzcr ul li{margin-bottom:.45rem}.Footer_col__WMzcr ul a{color:hsla(0,0%,100%,.58);font-size:.85rem;text-decoration:none;transition:color .2s}.Footer_col__WMzcr ul a:hover{color:var(--gold-light)}.Footer_bottom__wxP7Z{max-width:1200px;margin:0 auto;padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;opacity:.45;flex-wrap:wrap;gap:.5rem}.Footer_bottom__wxP7Z a{color:inherit;text-decoration:none}.Footer_bottom__wxP7Z a:hover{opacity:.8}@media (max-width:900px){.Footer_grid__88hvW{grid-template-columns:1fr 1fr}}@media (max-width:580px){.Footer_grid__88hvW{grid-template-columns:1fr;gap:2rem}.Footer_bottom__wxP7Z{flex-direction:column;align-items:flex-start}}.Header_header__KwdYD{position:fixed;top:0;left:0;right:0;z-index:100;background:#144827;box-shadow:0 2px 20px rgba(0,0,0,.3);transition:box-shadow .25s ease}.Header_header__KwdYD.Header_scrolled__qIjEW{box-shadow:0 4px 16px rgba(0,0,0,.35)}.Header_inner__DLT3k{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px}.Header_logo____uDV{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0;min-width:0}.Header_logo____uDV img{display:block}.Header_logoText__xA8kS{font-family:Encode Sans Condensed,sans-serif;font-size:.85rem;font-weight:700;color:#fff;line-height:1.25;max-width:325px;text-transform:uppercase}.Header_desktopNav__ye2RQ{display:flex;align-items:center;gap:.5rem}.Header_navList__0gQJv{list-style:none;display:flex;align-items:center}.Header_ctaBtn__RVFMM{display:inline-flex;align-items:center;padding:.5rem 1.25rem;background:var(--gold);color:var(--green);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;border-radius:6px;white-space:nowrap;transition:background .2s,color .2s,transform .2s}.Header_ctaBtn__RVFMM:hover{background:var(--gold-light);color:var(--green)}.Header_navItem__5e1L_{position:relative}.Header_navItem__5e1L_:hover>.Header_dropdown__4_v0S{display:block}.Header_navLink__Rvw2c{display:flex;align-items:center;gap:4px;padding:0 .85rem;height:68px;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .2s,background .2s;white-space:nowrap}.Header_navLink__Rvw2c:hover{color:var(--gold-light);background:hsla(0,0%,100%,.07)}.Header_arrow__Ym2TO{font-size:.7rem;opacity:.7;transition:transform .2s}.Header_navItem__5e1L_:hover .Header_arrow__Ym2TO{transform:rotate(180deg)}.Header_dropdown__4_v0S{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--green);border-top:2px solid var(--gold);box-shadow:0 12px 40px rgba(0,0,0,.25);list-style:none;z-index:200}.Header_dropdownItem__wO3vR{position:relative}.Header_dropdownItem__wO3vR:hover>.Header_subDropdown__dTyHj{display:block}.Header_dropdownLink__TPiDC{display:block;padding:.6rem 1rem;font-size:.84rem;color:hsla(0,0%,100%,.78);text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.Header_dropdownLink__TPiDC:hover{background:var(--green-mid);color:var(--gold-light)}.Header_subDropdown__dTyHj{display:none;position:absolute;top:0;left:100%;min-width:240px;background:var(--green-mid);border-left:2px solid var(--gold);box-shadow:6px 6px 24px rgba(0,0,0,.2);list-style:none;z-index:300}.Header_hamburger__zEELl{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.Header_hamburger__zEELl span{display:block;width:24px;height:2px;background:#fff;transition:all .3s;transform-origin:center}.Header_hamburger__zEELl.Header_open__J2_dJ span:first-child{transform:translateY(7px) rotate(45deg)}.Header_hamburger__zEELl.Header_open__J2_dJ span:nth-child(2){opacity:0}.Header_hamburger__zEELl.Header_open__J2_dJ span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.Header_mobileNav__FuzZI{background:#163d26;border-top:1px solid hsla(0,0%,100%,.1);padding:.5rem 0 1rem}.Header_mobileItem__1m54b{border-bottom:1px solid hsla(0,0%,100%,.06)}.Header_mobileLink__uu_l_,.Header_mobileToggle__rvWrT{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1.5rem;color:hsla(0,0%,100%,.85);font-size:.92rem;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;transition:background .15s,color .15s;text-align:left}.Header_mobileLink__uu_l_:hover,.Header_mobileToggle__rvWrT:hover{background:hsla(0,0%,100%,.06);color:var(--gold-light)}.Header_mobileSub__w0yB5{background:rgba(0,0,0,.15);padding:.25rem 0}.Header_mobileSubLink__Ac_mI{display:block;padding:.55rem 2.5rem;font-size:.85rem;color:hsla(0,0%,100%,.65);text-decoration:none;transition:color .15s}.Header_mobileSubLink__Ac_mI:hover{color:var(--gold-light)}.Header_rotated__lbR5F{display:inline-block;transform:rotate(180deg);transition:transform .2s}@media (max-width:1100px){.Header_logo____uDV{flex-shrink:1;min-width:0;gap:.4rem}.Header_logoText__xA8kS{display:none}.Header_logo____uDV img{width:36px;height:auto}.Header_navLink__Rvw2c{padding:0 .5rem;font-size:.75rem}.Header_ctaBtn__RVFMM{padding:.4rem .85rem;font-size:.72rem}}@media (max-width:860px){.Header_desktopNav__ye2RQ{display:none}.Header_hamburger__zEELl{display:flex;flex-shrink:0}.Header_logoText__xA8kS{font-size:.65rem;max-width:140px;line-height:1.2}.Header_logo____uDV img{width:36px;height:auto}}@media (max-width:400px){.Header_logoText__xA8kS{font-size:.58rem;max-width:110px}.Header_logo____uDV img{width:32px}}.ScrollToTop_btn__RQa6U{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border:2px solid var(--gold);border-radius:50%;cursor:pointer;box-shadow:0 4px 12px rgba(26,74,46,.35);transition:transform .2s,box-shadow .2s,background .2s}.ScrollToTop_btn__RQa6U:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 6px 16px rgba(26,74,46,.4)}.ScrollToTop_btn__RQa6U:focus-visible{outline:2px solid var(--gold);outline-offset:2px}