:root{--green-primary:#1e5c3a;--green-dark:#163f28;--green-mid:#2e6f4e;--green-light:#4a9b6f;--green-pale:#e8f5ee;--cream:#f5e9d8;--cream-light:#faf5ee;--text-dark:#1a1a1a;--text-mid:#444;--text-light:#777;--white:#fff;--bg-light:#f7f8f6;--shadow-sm:0 2px 12px #0000000f;--shadow-md:0 8px 30px #0000001a;--shadow-lg:0 20px 60px #00000024;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:999px;--transition:all .3s cubic-bezier(.4,0,.2,1);--font-heading:"Playfair Display",Georgia,serif;--font-body:"Inter","Segoe UI",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 5%}.section-tag{letter-spacing:3px;text-transform:uppercase;color:var(--green-mid);margin-bottom:14px;font-size:11px;font-weight:700;display:inline-block}.fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-40px)}.fade-left.visible{opacity:1;transform:translate(0)}.fade-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(40px)}.fade-right.visible{opacity:1;transform:translate(0)}
.Navbar-module__4IqnvW__navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#fffffff5;border-bottom:1px solid #2e6f4e1f;width:100%;transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__4IqnvW__navbar.Navbar-module__4IqnvW__scrolled{background:#fffffffc;box-shadow:0 4px 30px #0000001a}.Navbar-module__4IqnvW__navbarContainer{justify-content:space-around;align-items:center;gap:20px;height:70px;margin:0 auto;padding:0 5%;display:flex}.Navbar-module__4IqnvW__logo{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__4IqnvW__logoBox{background:var(--green-primary,#1e5c3a);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-family:Playfair Display,serif;font-size:20px;font-weight:800;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 3px 10px #1e5c3a4d}.Navbar-module__4IqnvW__logo:hover .Navbar-module__4IqnvW__logoBox{transform:rotate(8deg)scale(1.08);box-shadow:0 6px 18px #1e5c3a66}.Navbar-module__4IqnvW__logoText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module__4IqnvW__logoTitle{color:#1e5c3a;letter-spacing:.5px;font-size:16px;font-weight:800}.Navbar-module__4IqnvW__logoSub{color:#888;letter-spacing:1px;text-transform:uppercase;font-size:9px;font-weight:500}.Navbar-module__4IqnvW__desktopMenu{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.Navbar-module__4IqnvW__navLink{color:#444;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:3px;padding:8px 10px;font-size:11.5px;font-weight:600;transition:color .2s,background .2s;display:flex}.Navbar-module__4IqnvW__navLink:hover{color:#1e5c3a;background:#1e5c3a0f}.Navbar-module__4IqnvW__chevron{opacity:.6;width:12px;height:12px;transition:transform .25s}.Navbar-module__4IqnvW__chevronOpen{opacity:1;transform:rotate(180deg)}.Navbar-module__4IqnvW__dropdown{opacity:0;pointer-events:none;z-index:100;background:#fff;border:1px solid #1e5c3a1a;border-radius:14px;min-width:220px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 16px 48px #00000024,0 4px 12px #0000000f}.Navbar-module__4IqnvW__dropdown:before{content:"";background:#fff;border-top:1px solid #1e5c3a1a;border-left:1px solid #1e5c3a1a;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.Navbar-module__4IqnvW__dropdownInner{padding:8px}.Navbar-module__4IqnvW__dropdownItem{color:#444;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;transition:background .15s,color .15s;display:flex}.Navbar-module__4IqnvW__dropdownItem:hover{color:#1e5c3a;background:#1e5c3a14}.Navbar-module__4IqnvW__dropdownDot{opacity:.5;background:#1e5c3a;border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:opacity .2s}.Navbar-module__4IqnvW__dropdownItem:hover .Navbar-module__4IqnvW__dropdownDot{opacity:1}.Navbar-module__4IqnvW__emergencyBtn{color:#fff;letter-spacing:.3px;white-space:nowrap;cursor:pointer;background:#1e5c3a;border:none;border-radius:50px;flex-shrink:0;align-items:center;gap:7px;padding:10px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .25s,transform .2s,box-shadow .25s;display:flex;box-shadow:0 4px 14px #1e5c3a4d}.Navbar-module__4IqnvW__emergencyBtn:hover{background:#163f28;transform:translateY(-2px);box-shadow:0 8px 22px #1e5c3a6b}.Navbar-module__4IqnvW__emergencyBtn:active{transform:translateY(0)}.Navbar-module__4IqnvW__hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:4px;transition:background .2s;display:none}.Navbar-module__4IqnvW__hamburger:hover{background:#1e5c3a14}.Navbar-module__4IqnvW__hamburger span{transform-origin:50%;background:#1e5c3a;border-radius:3px;width:24px;height:2.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.Navbar-module__4IqnvW__hamburgerOpen span:first-child{transform:translateY(7.5px)rotate(45deg)}.Navbar-module__4IqnvW__hamburgerOpen span:nth-child(2){opacity:0;width:0}.Navbar-module__4IqnvW__hamburgerOpen span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.Navbar-module__4IqnvW__mobileOverlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:998;opacity:0;background:#00000073;transition:opacity .3s;display:none;position:fixed;inset:0}.Navbar-module__4IqnvW__mobileOverlayOpen{opacity:1;display:block}.Navbar-module__4IqnvW__mobileMenu{z-index:999;background:#fff;flex-direction:column;width:min(340px,90vw);height:100vh;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 40px #00000026}.Navbar-module__4IqnvW__mobileMenuOpen{right:0}.Navbar-module__4IqnvW__mobileMenuHeader{border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:20px 24px 16px}.Navbar-module__4IqnvW__mobileNav{flex:1;padding:8px 0;overflow-y:auto}.Navbar-module__4IqnvW__mobileNavItem{border-bottom:1px solid #f5f5f5}.Navbar-module__4IqnvW__mobileNavRow{justify-content:space-between;align-items:center;display:flex}.Navbar-module__4IqnvW__mobileNavLink{letter-spacing:1px;color:#333;text-transform:uppercase;flex:1;padding:16px 24px;font-size:13px;font-weight:600;transition:color .2s;display:block}.Navbar-module__4IqnvW__mobileNavLink:hover{color:#1e5c3a}.Navbar-module__4IqnvW__mobileChevron{cursor:pointer;color:#999;background:0 0;border:none;align-items:center;padding:16px 20px;transition:color .2s,transform .25s;display:flex}.Navbar-module__4IqnvW__mobileChevronOpen{color:#1e5c3a;transform:rotate(180deg)}.Navbar-module__4IqnvW__mobileDropdown{background:#fafafa;max-height:0;transition:max-height .3s;overflow:hidden}.Navbar-module__4IqnvW__mobileDropdownOpen{max-height:300px}.Navbar-module__4IqnvW__mobileDropdownItem{color:#555;border-bottom:1px solid #f0f0f0;padding:12px 24px 12px 36px;font-size:13px;transition:color .2s,background .2s;display:block}.Navbar-module__4IqnvW__mobileDropdownItem:hover{color:#1e5c3a;background:#1e5c3a0d}.Navbar-module__4IqnvW__mobileDropdownItem:last-child{border-bottom:none}.Navbar-module__4IqnvW__mobileEmergencyWrap{border-top:1px solid #f0f0f0;flex-shrink:0;padding:20px 24px}@media (max-width:1100px){.Navbar-module__4IqnvW__desktopMenu{gap:0}.Navbar-module__4IqnvW__navLink{padding:8px 7px;font-size:10.5px}}@media (max-width:900px){.Navbar-module__4IqnvW__desktopMenu{display:none}.Navbar-module__4IqnvW__hamburger{display:flex}.Navbar-module__4IqnvW__emergencyBtn{display:none}}@media (max-width:480px){.Navbar-module__4IqnvW__navbarContainer{padding:0 4%}.Navbar-module__4IqnvW__logoSub{display:none}}.Navbar-module__4IqnvW__navItem{position:relative}.Navbar-module__4IqnvW__arrow{margin-left:4px;font-size:10px}.Navbar-module__4IqnvW__dropdown{opacity:0;pointer-events:none;background:#fff;border-radius:10px;min-width:220px;transition:all .25s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 15px 40px #0000001f}.Navbar-module__4IqnvW__dropdownOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__4IqnvW__dropdownItem{padding:12px 18px;display:block}.Navbar-module__4IqnvW__dropdownItem:hover{background:#f5f5f5}@media (max-width:900px){.Navbar-module__4IqnvW__desktopMenu{display:none}.Navbar-module__4IqnvW__mobileMenu{background:#fff;width:280px;height:100vh;padding:20px;transition:all .3s;position:fixed;top:70px;right:-100%}.Navbar-module__4IqnvW__mobileMenuOpen{right:0}.Navbar-module__4IqnvW__mobileNavLink{padding:14px 0;font-weight:600;display:block}.Navbar-module__4IqnvW__mobileDropdown{color:#666;padding-left:18px;font-size:14px;display:block}}
.footer{color:#ffffffd9;background:#163f28;font-size:14px}.footer-main{border-bottom:1px solid #ffffff1a;padding:70px 0 50px}.footer-grid{grid-template-columns:1.6fr 1fr 1.3fr 1.2fr;gap:48px;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:18px;display:flex}.footer-logo-box{color:#fff;border:2px solid #ffffff80;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:800;display:flex}.footer-logo-name{color:#fff;letter-spacing:.5px;font-size:17px;font-weight:800}.footer-logo-tag{color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;font-size:10px}.footer-brand-desc{color:#fff9;max-width:240px;font-size:13px;line-height:1.7}.footer-col-title{color:#fff;letter-spacing:.5px;margin-bottom:22px;font-size:14px;font-weight:700}.footer-links{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.footer-links li a{color:#ffffffa6;font-size:13.5px;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.footer-links li a:hover{color:#a8d5b8;padding-left:6px}.footer-contact{flex-direction:column;gap:14px;padding:0;list-style:none;display:flex}.footer-contact li{color:#ffffffa6;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.6;display:flex}.footer-contact-icon{flex-shrink:0;margin-top:1px;font-size:15px}.footer-socials{gap:12px;margin-bottom:22px;display:flex}.footer-social-btn{color:#ffffffb3;border:1px solid #ffffff40;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .2s;display:flex}.footer-social-btn:hover{color:#fff;background:#ffffff1f;border-color:#ffffff80;transform:translateY(-3px)}.footer-copy-col{color:#fff6;font-size:11.5px;line-height:1.6}.footer-bottom{text-align:center;background:#00000026;padding:18px 0}.footer-bottom-inner{color:#fff6;letter-spacing:.3px;font-size:12px}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:36px 40px}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-main{padding:50px 0 40px}.footer-brand-desc{max-width:100%}}
