:root{color:#122017;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f4f3;font-family:Inter,Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.4}body{background:#f2f4f3;margin:0}*,:before,:after{box-sizing:border-box}:root{--page-x:1rem}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{width:100%;padding:.9rem var(--page-x);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30;background:#fffffff2;border-bottom:1px solid #e6e8e8;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.55rem;display:inline-flex}.brand-badge{color:#2f5a1f;background:linear-gradient(155deg,#eef7dd,#d1ecb3);border:1px solid #c5df9c;border-radius:.35rem;place-items:center;width:2rem;height:2rem;font-weight:700;display:grid}.brand-text{text-transform:uppercase;letter-spacing:.05em;color:#112315;font-size:1rem;font-weight:700}.menu-toggle{cursor:pointer;background:#fff;border:1px solid #d8ddd9;border-radius:.65rem;flex-direction:column;justify-content:center;gap:.28rem;width:2.5rem;height:2.5rem;padding:0 .55rem;display:inline-flex}.menu-toggle span{background:#1e3f2a;border-radius:999px;width:100%;height:2px;display:block}.header-actions{background:#fff;border:1px solid #e6e8e8;border-radius:.9rem;flex-direction:column;gap:.6rem;padding:.75rem;display:none;position:absolute;top:calc(100% + .45rem);left:.75rem;right:.75rem;box-shadow:0 12px 30px #07150d14}.header-actions.is-open{display:flex}.app-nav{flex-direction:column;gap:.25rem;display:flex}.app-nav a{color:#4a554d;border-radius:999px;width:100%;padding:.38rem .62rem;font-size:1rem;text-decoration:none}.app-nav a.active,.app-nav a:hover{color:#1d4629;background:#e8f2e8}.contact-btn{color:#fff;cursor:pointer;background:#2f7042;border:none;border-radius:999px;width:100%;padding:.56rem 1rem;font-size:.84rem;font-weight:600}.home{width:100%;min-height:70vh;padding:2.2rem var(--page-x) 3.4rem;color:#f0f8f2;isolation:isolate;align-items:center;margin:0;display:flex;position:relative;overflow:hidden}.home-video{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.home:before{content:"";z-index:-1;background:linear-gradient(90deg,#060d08c7 0%,#060d0875 45%,#060d0833 100%),linear-gradient(#00000024 0%,#00000080 100%);position:absolute;inset:0}.home-content{width:100%;max-width:980px}.home h1{max-width:900px;margin:0;font-size:clamp(2rem,8vw,4.5rem);line-height:1.02}.home p{color:#d5e1d9;max-width:720px;margin-top:1rem;font-size:1.05rem;line-height:1.6}.hero-chip{color:#d7e8dc;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;width:fit-content;margin-bottom:1rem;padding:.42rem .75rem;font-size:.78rem;display:inline-block}.hero-accent{color:#e3b34a}.hero-actions{flex-direction:column;gap:.7rem;margin-top:1.35rem;display:flex}.hero-actions button{cursor:pointer;border:none;border-radius:999px;width:100%;padding:.64rem 1.05rem;font-weight:600}.hero-actions .primary{color:#213328;background:#e4b43e}.hero-actions .secondary{color:#1f3127;background:#f1f5f1}.activities-section{padding:3.2rem var(--page-x) 2.8rem;background:#f3f5f4}.activities-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.4rem;display:flex}.activities-kicker{letter-spacing:.08em;color:#b49a5a;margin:0 0 .35rem;font-size:.8rem;font-weight:700}.activities-head h2{color:#0f2017;margin:0;font-size:clamp(1.9rem,4vw,3rem)}.activities-link{color:#2f5f43;font-size:.95rem;font-weight:600;text-decoration:none}.activities-carousel{margin-bottom:1rem;display:block}.activities-carousel-controls{z-index:9;justify-content:space-between;gap:.5rem;width:91%;margin-bottom:.6rem;display:flex;position:absolute;top:350px}.carousel-btn{color:#1f3a2b;cursor:pointer;background:#fff;border:1px solid #d4ddd8;border-radius:999px;width:2rem;height:2rem;font-size:1.25rem;line-height:1}.activities-carousel-track-wrap{overflow:hidden}.activities-carousel-track{transition:transform .35s;display:flex}.activity-slide{min-width:100%}.activities-grid{grid-template-columns:1fr;align-items:stretch;gap:1rem;display:none}.activity-card{background:#fff;border:1px solid #e4e8e6;border-radius:14px;flex-direction:column;height:360px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;overflow:hidden;box-shadow:0 10px 24px #0f20170f}.activity-card img{object-fit:cover;width:100%;height:245px;transition:transform .45s;display:block;transform:scale(1)}.activity-card:hover{border-color:#d3ddd8;transform:translateY(-6px);box-shadow:0 24px 40px #0f201729}.activity-card:hover img{transform:scale(1.06)}.activity-body{flex:1;padding:.7rem .95rem .75rem}.activity-body h3{color:#17281f;margin:0;font-size:1.15rem}.activity-body p{color:#5f6f67;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.36rem;font-size:.88rem;line-height:1.35;display:-webkit-box;overflow:hidden}.reveal-on-scroll{opacity:0;filter:blur(2px);transition:opacity .7s,transform .7s,filter .7s;transform:translateY(26px)}.reveal-on-scroll.is-visible{opacity:1;filter:blur();transform:translateY(0)}.app-footer{color:#dde7df;padding:2.2rem var(--page-x) 1rem;background:linear-gradient(#091710,#05100c);margin-top:auto}.footer-grid{grid-template-columns:1fr;gap:1.6rem;width:100%;display:grid}.brand-footer .brand-text{color:#f1f7f2}.footer-col h3{letter-spacing:.08em;color:#e8f4ec;margin:0 0 1rem;font-size:.8rem}.footer-desc{color:#9ab0a1;margin:1rem 0;font-size:.87rem;line-height:1.6}.footer-list{color:#b5c5ba;gap:.65rem;margin:0;padding:0;font-size:.86rem;list-style:none;display:grid}.newsletter-form{flex-wrap:wrap;gap:.4rem;margin-top:.9rem;display:flex}.newsletter-form input{color:#e8f0eb;background:#182822;border:1px solid #32473d;border-radius:999px;flex:100%;min-width:100%;padding:.62rem .85rem}.newsletter-form button{color:#1f1f1f;cursor:pointer;background:#e4b439;border:none;border-radius:999px;width:100%;padding:.6rem 1rem;font-weight:700}.footer-bottom{color:#7f9788;border-top:1px solid #1f3229;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;margin:2.2rem 0 0;padding-top:1rem;font-size:.8rem;display:flex}.footer-links{gap:1rem;display:flex}.footer-links a{color:#8ca293;text-decoration:none}@media (width>=768px) and (width<=1199px){:root{--page-x:2rem}.menu-toggle{display:none}.header-actions{box-shadow:none;background:0 0;border:0;flex-direction:row;gap:.75rem;padding:0;display:flex;position:static}.app-nav{flex-flow:wrap}.app-nav a,.contact-btn{width:auto}.hero-actions{flex-direction:row}.hero-actions button{width:auto}.activities-carousel{display:none}.activities-grid{grid-template-columns:1fr 1fr;display:grid}.activity-card--wide{grid-column:1/-1}.activity-card{height:360px}.activity-card img{height:250px}.activity-body{padding:.72rem .95rem .8rem}.activity-body p{-webkit-line-clamp:2}.footer-grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-wrap:nowrap}.newsletter-form input{flex:1;min-width:0}.newsletter-form button{width:auto}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (width<=767px){.activities-head{display:block}}@media (width>=1200px){:root{--page-x:14.5rem}.menu-toggle{display:none}.header-actions{box-shadow:none;background:0 0;border:0;flex-direction:row;gap:.9rem;padding:0;display:flex;position:static}.app-nav{flex-flow:wrap}.app-nav a,.contact-btn{width:auto}.hero-actions{flex-direction:row}.hero-actions button{width:auto}.activities-carousel{display:none}.activities-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.activity-card--wide{grid-column:span 2}.activity-card{height:360px}.activity-card img{height:235px}.activity-body{padding:.82rem .95rem .9rem}.activity-body h3{font-size:1.08rem}.activity-body p{font-size:.9rem;line-height:1.43}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.15fr}.newsletter-form{flex-wrap:nowrap}.newsletter-form input{flex:1;min-width:0}.newsletter-form button{width:auto}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
