@font-face{font-family:Inter;src:url(/fonts/inter-variable.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Orbitron;src:url(/fonts/orbitron-extra-bold.ttf)format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{--night:#142642;--night-deep:#0d1e37;--turquoise:#1fbeb2;--turquoise-hover:#17a99f;--solar:#f4c454;--mist:#f4f7f7;--ink:#0b1220;--muted:#526179;--line:#cbd4dc;--white:#fff;--font-display:"Orbitron", "Avenir Next", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--container:1180px;--gutter:clamp(1.25rem, 4vw, 3rem);--section-space:clamp(5rem, 8vw, 8rem);--focus:0 0 0 4px #f4c4548c}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{background:var(--white);min-width:320px;color:var(--night);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}body.menu-open{overflow:hidden}img,picture{max-width:100%;display:block}button,a{font:inherit}a{color:inherit;text-underline-offset:.2em}button{color:inherit}:focus-visible{outline:2px solid var(--solar);outline-offset:4px;border-radius:2px}[hidden]{display:none!important}.container{width:min(calc(100% - (2 * var(--gutter))), var(--container));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--solar);color:var(--ink);padding:.75rem 1rem;font-weight:700;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}h1,h2{font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-weight:800;line-height:1.08}h3,p{margin-top:0}h2{color:var(--night);font-size:clamp(2.25rem,5vw,4.2rem)}.button{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:0;justify-content:center;align-items:center;gap:.65rem;min-height:3.25rem;padding:.8rem 1.65rem;font-size:.96rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button svg{flex:none;width:1.15rem;height:1.15rem}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--turquoise);color:var(--night-deep)}.button--primary:hover{background:var(--turquoise-hover)}.button--dark{background:var(--night);color:var(--white)}.button--dark:hover{background:var(--night-deep)}.button--outline{border-color:var(--night);color:var(--night);background:0 0}.button--outline:hover{background:var(--night);color:var(--white)}.button--text{border-bottom-color:var(--night);min-height:3rem;color:var(--night);padding-inline:0}.section-label{color:var(--night);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.8rem;margin-bottom:1.2rem;font-size:.77rem;font-weight:700;line-height:1.2;display:flex}.section-label>svg{width:1.25rem;height:1.25rem;color:var(--solar);stroke-width:4px;flex:none;transform:rotate(-58deg)}.section-label__rule{background:#8fa0b4;width:min(18rem,35vw);height:1px}.section-label--inverse{color:#b8c6d8}.section-label--inverse .section-label__rule{background:#5e7898}.site-header{z-index:100;background:var(--white);border-bottom:1px solid #edf1f3;position:relative}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5rem;display:flex}.site-header__brand{flex:none;align-items:center;width:clamp(12.5rem,22vw,17rem);min-height:2.75rem;display:flex}.site-header__brand img{width:100%;height:auto}.site-header__nav{align-items:center;gap:clamp(1.5rem,3vw,2.75rem);display:flex}.site-header__nav>a:not(.button){padding-block:.65rem;font-size:.91rem;font-weight:550;text-decoration:none;position:relative}.site-header__nav>a:not(.button):after{background:var(--turquoise);content:"";transform-origin:0;height:2px;transition:transform .16s;position:absolute;bottom:.35rem;left:0;right:0;transform:scaleX(0)}.site-header__nav>a:not(.button):hover:after,.site-header__nav>a[aria-current=page]:after{transform:scaleX(1)}.site-header__activities{position:relative}.site-header__activities>summary{cursor:pointer;align-items:center;gap:7px;min-height:44px;padding-block:.65rem;font-size:.91rem;font-weight:550;list-style:none;display:flex}.site-header__activities>summary::-webkit-details-marker{display:none}.site-header__activities>summary>svg{width:16px;height:16px;transition:transform .16s}.site-header__activities[open]>summary>svg{transform:rotate(180deg)}.site-header__activities.has-current-page>summary:after{content:"";background:var(--turquoise);height:2px;position:absolute;top:39px;left:0;right:23px}.site-header__submenu{z-index:110;width:370px;color:var(--night);border:1px solid var(--line);border-top:3px solid var(--turquoise);background:#fff;padding:8px;position:absolute;top:calc(100% + 10px);left:-22px;box-shadow:0 16px 36px #14264224}.site-header__submenu>a{align-items:flex-start;gap:13px;min-height:64px;padding:14px;text-decoration:none;display:flex}.site-header__submenu>a+a{border-top:1px solid #e3e9ed}.site-header__submenu>a>svg{color:#08796f;flex:none;width:24px;height:24px;margin-top:2px}.site-header__submenu>a:hover,.site-header__submenu>a[aria-current=page]{background:var(--mist)}.site-header__submenu>a[aria-current=page]{box-shadow:inset 3px 0 var(--turquoise)}.site-header__submenu strong{font-size:.9rem;font-weight:650;line-height:1.5;display:block}.site-header__submenu-description{color:var(--muted);margin-top:2px;font-size:.75rem;line-height:1.5;display:block}.site-header__submenu-badge{color:#855000;letter-spacing:.035em;text-transform:uppercase;background:#faedcb;margin-top:7px;padding:2px 7px;font-size:.59rem;font-weight:750;display:inline-block}.site-header__submenu a:focus-visible{outline-color:var(--night);outline-offset:-3px}.site-header__contact{min-height:3.25rem;padding-inline:1.45rem}.site-header__menu-button{border:1px solid var(--line);background:var(--white);cursor:pointer;justify-content:center;align-items:center;width:3rem;height:3rem;display:none}.site-header__menu-button svg{width:1.5rem;height:1.5rem}.menu-icon--close{display:none}.hero{background:var(--mist)}.hero__grid{grid-template-columns:minmax(0,2.25fr) minmax(15rem,.9fr);align-items:stretch;min-height:clamp(38rem,68vh,47rem);display:grid}.hero__main{flex-direction:column;justify-content:center;padding:clamp(5rem,8vw,8rem) clamp(3rem,7vw,7rem) clamp(5rem,8vw,7rem) 0;display:flex}.hero h1{max-width:13ch;color:var(--night);font-size:clamp(3.4rem,6.4vw,6.1rem)}.hero h1 span{color:var(--solar)}.hero__lead{color:#263b59;max-width:44rem;margin:1.7rem 0 0;font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.55}.hero__actions{align-items:center;gap:2.4rem;margin-top:2.25rem;display:flex}.hero__aside{border-left:1px solid #9bacbe;flex-direction:column;justify-content:center;min-width:0;padding:clamp(4.5rem,8vw,7.5rem) 0 clamp(4rem,7vw,6rem) clamp(2.4rem,4vw,4.5rem);display:flex}.hero__aside>p{letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:clamp(1.2rem,2vw,1.65rem);font-weight:600;line-height:1.55}.hero__accent{background:var(--solar);width:3.2rem;height:.35rem;margin:2.5rem 0 3.75rem;display:block}.hero__aside ul{color:#61708a;letter-spacing:.25em;text-transform:uppercase;gap:.45rem;margin:0;padding:0;font-size:.77rem;font-weight:600;list-style:none;display:grid}.section{padding-block:var(--section-space)}.activities h2{margin-bottom:clamp(3rem,6vw,5rem)}.activities__grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.activity{border-left:1px solid var(--line);grid-template-columns:3rem minmax(0,1fr);gap:1.2rem;min-width:0;padding-inline:clamp(1.5rem,3vw,2.6rem);display:grid}.activity:first-child{border-left:0;padding-left:0}.activity:last-child{padding-right:0}.activity__icon{width:2.5rem;height:2.5rem;color:var(--night)}.activity h3{margin-bottom:1.5rem;font-size:1.18rem;line-height:1.35}.activity p{color:var(--muted);margin:0;line-height:1.7}.activity__heading span{color:#9c6711;letter-spacing:.08em;text-transform:uppercase;background:#fff6df;margin:-.5rem 0 1.25rem;padding:.38rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.showcase{background:var(--mist)}.showcase__grid{grid-template-columns:minmax(18rem,.95fr) minmax(0,1.25fr);align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid}.showcase__content>p{color:#34465f;max-width:32rem;margin:1.7rem 0 2rem;font-size:1.16rem;line-height:1.65}.showcase__media{background:var(--night);border:1px solid #cbd5dd;overflow:hidden;box-shadow:0 1.5rem 3.5rem #14264224}.showcase__media img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto}.approach__intro{grid-template-columns:minmax(0,1.35fr) minmax(18rem,1fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.approach__intro>div{border-left:1px solid #8fa0b4;padding-left:clamp(2rem,4vw,4rem)}.approach__intro h3{margin-bottom:1rem;font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.45}.approach__intro p{max-width:38rem;color:var(--muted);margin:0}.approach__steps{grid-template-columns:repeat(3,minmax(0,1fr));margin:clamp(4rem,7vw,6rem) 0 0;padding:0;list-style:none;display:grid}.approach__steps li{border-left:1px solid var(--line);grid-template-columns:3.2rem minmax(0,1fr);gap:1.2rem;padding-inline:clamp(1.5rem,3vw,2.7rem);display:grid}.approach__steps li:first-child{border-left:0;padding-left:0}.approach__steps li:last-child{padding-right:0}.approach__steps li>span{border:1px solid var(--night);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-weight:700;display:inline-flex}.approach__steps h3{margin-bottom:.35rem;font-size:1.15rem}.approach__steps p{color:var(--muted);margin:0;line-height:1.55}.contact-band{background:var(--night);color:var(--white);padding-block:clamp(4.5rem,7vw,6.5rem)}.contact-band h2{max-width:14ch;color:var(--white)}.contact-band p{color:#c6d1df;margin:1.3rem 0 1.8rem;font-size:1.1rem}.site-footer{background:var(--white);padding-block:2.5rem}.site-footer__inner{grid-template-columns:minmax(12rem,.8fr) minmax(20rem,1fr) minmax(20rem,1.25fr);align-items:center;gap:2.5rem;display:grid}.site-footer__brand{align-items:center;width:min(100%,14.5rem);min-height:2.75rem;display:flex}.site-footer__brand img{width:100%;height:auto}.site-footer__nav{justify-content:center;gap:1.5rem;font-size:.82rem;display:flex}.site-footer__nav a{align-items:center;min-height:2.75rem;text-decoration:none;display:inline-flex}.site-footer__legal{color:#627088;text-align:right;font-size:.74rem}.site-footer__legal p{margin-bottom:.2rem}.site-footer__legal>div{justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.site-footer__legal button{cursor:pointer;text-underline-offset:.2em;background:0 0;border:0;padding:0;text-decoration:underline}.site-footer__legal a,.site-footer__legal button{align-items:center;min-height:2.75rem;display:inline-flex}.cookie-panel{z-index:500;background:var(--white);border:1px solid #8696a9;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;width:min(100% - 2rem,64rem);margin-inline:auto;padding:1.5rem;display:grid;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 1.2rem 4rem #0b12203b}.cookie-panel h2{font-family:var(--font-body);letter-spacing:0;margin-bottom:.45rem;font-size:1.15rem;font-weight:750}.cookie-panel p{max-width:46rem;color:var(--muted);margin-bottom:.25rem;font-size:.91rem;line-height:1.5}.cookie-panel a{font-size:.84rem}.cookie-panel__actions{gap:.7rem;display:flex}.cookie-panel__actions .button{min-width:8.75rem}.cookie-panel__close{cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:4px;right:4px}.cookie-panel__close svg{width:20px;height:20px}.cookie-panel__content{padding-right:24px}.legal-page{max-width:55rem;padding-block:clamp(4rem,8vw,7rem)}.legal-page__back{margin-bottom:2rem;font-weight:650}.legal-page h1{color:var(--night);font-size:clamp(2.6rem,6vw,4.8rem)}.legal-page__updated{color:var(--muted);margin:1rem 0 3.5rem}.legal-page section+section{margin-top:2.75rem}.legal-page h2{font-family:var(--font-body);letter-spacing:0;margin-bottom:1rem;font-size:1.45rem;font-weight:750}.legal-page p{color:#33445c}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;min-height:60vh;padding-block:6rem;display:flex}.not-found>p:first-child{color:var(--turquoise-hover);letter-spacing:.15em;text-transform:uppercase;font-weight:750}.not-found h1{max-width:12ch;font-size:clamp(3rem,7vw,6rem)}.not-found>p:not(:first-child){color:var(--muted);margin:1.5rem 0 2rem;font-size:1.1rem}@media (width>=761px) and (width<=1000px){:root{--section-space:1.4rem;--gutter:2.9rem}h2{font-size:2.4rem}.section-label{margin-bottom:.85rem}.site-header__inner{min-height:4.75rem}.site-header__brand{width:16rem}.site-header__nav{gap:1.5rem}.site-header__contact{padding-inline:1.1rem}.hero__grid{grid-template-columns:minmax(0,2fr) minmax(13.5rem,.9fr);min-height:25.5rem}.hero__main{padding:3rem 2.5rem 3rem 0}.hero h1{font-size:3.55rem}.hero__lead{margin-top:1rem;font-size:1rem}.hero__actions{margin-top:1.5rem}.hero__aside{padding:3rem 0 3rem 2.3rem}.hero__accent{margin:1.5rem 0 2.5rem}.activities h2{margin-bottom:1.25rem}.activity{grid-template-columns:2.35rem minmax(0,1fr);gap:.75rem;padding-inline:1.25rem}.activity__icon{width:2rem;height:2rem}.activity h3{min-height:3.2rem;margin-bottom:.75rem;font-size:1rem}.activity p{font-size:.86rem;line-height:1.55}.activity__heading span{margin-bottom:.75rem;padding:.3rem .45rem;font-size:.6rem}.showcase__grid{grid-template-columns:minmax(16rem,.8fr) minmax(0,1.25fr);gap:2rem}.showcase__content>p{margin:1rem 0 1.35rem;font-size:.93rem}.showcase h2,.approach h2{font-size:2.3rem}.approach__intro{gap:3rem}.approach__intro>div{padding-left:2.25rem}.approach__intro h3{margin-bottom:.55rem;font-size:1rem}.approach__intro p,.approach__steps p{font-size:.8rem}.approach__steps{margin-top:1rem}.approach__steps li{grid-template-columns:2.65rem minmax(0,1fr);gap:.75rem;padding-inline:1.25rem}.approach__steps li>span{width:2.45rem;height:2.45rem}.approach__steps h3{margin-bottom:.2rem;font-size:.95rem}.contact-band{padding-block:1.35rem}.contact-band p{margin:.8rem 0 1.2rem;font-size:.95rem}.contact-band h2{font-size:2.65rem}.site-footer{padding-block:.5rem}.site-footer__inner{grid-template-columns:16rem 13.5rem minmax(0,1fr);gap:1rem}.site-footer__brand{width:15.5rem}.site-footer__nav{gap:.7rem;font-size:.72rem}.site-footer__legal{font-size:.62rem}.site-footer__legal>div{gap:.5rem}}@media (width<=760px){html{scroll-padding-top:5rem}.site-header__inner{min-height:4.5rem}.site-header__brand{width:12.5rem}.site-header__menu-button{display:inline-flex}.site-header__menu-button[aria-expanded=true] .menu-icon--open{display:none}.site-header__menu-button[aria-expanded=true] .menu-icon--close{display:block}.site-header__nav{padding:1.25rem var(--gutter) 1.5rem;border-top:1px solid var(--line);background:var(--white);flex-direction:column;align-items:stretch;gap:.25rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 1rem 2rem #1426421f}.site-header__nav.is-open{max-height:calc(100dvh - 5rem);display:flex;overflow-y:auto}.site-header__activities>summary{justify-content:space-between;min-height:48px;padding-block:.75rem}.site-header__activities.has-current-page>summary:after{display:none}.site-header__activities.has-current-page>summary{text-decoration:underline;text-decoration-color:var(--turquoise);text-underline-offset:6px}.site-header__submenu{width:100%;box-shadow:none;margin:4px 0 10px;padding:4px;position:static}.site-header__submenu>a{padding:12px}.site-header__nav>a:not(.button){min-height:3rem;padding:.75rem 0}.site-header__contact{margin-top:.5rem}.hero__grid{grid-template-columns:1fr;min-height:auto}.hero__main{padding:4.5rem 0 4rem}.hero h1{font-size:clamp(2.75rem,13vw,4.1rem)}.hero__lead{font-size:1.05rem}.hero__actions{flex-direction:column;align-items:stretch;gap:.9rem}.hero__actions .button{width:100%}.hero__aside{display:none}.section-label__rule{flex:1;width:auto}.showcase__grid,.approach__intro,.activities__grid,.approach__steps{grid-template-columns:1fr}.activity,.activity:first-child,.activity:last-child,.approach__steps li,.approach__steps li:first-child,.approach__steps li:last-child{border-top:1px solid var(--line);border-left:0;padding:2rem 0}.activity:first-child,.approach__steps li:first-child{border-top:0}.approach__intro>div{border-top:1px solid #8fa0b4;border-left:0;padding:2rem 0 0}.cookie-panel{grid-template-columns:1fr;gap:1.25rem;max-height:calc(100vh - 2rem);overflow-y:auto}.cookie-panel__actions{grid-template-columns:1fr 1fr;display:grid}.site-footer__inner{grid-template-columns:1fr}.site-footer__nav{flex-wrap:wrap;justify-content:flex-start}.site-footer__legal{grid-column:auto}}@media (width<=430px){:root{--gutter:1.15rem}.site-header__brand{width:10.75rem}.section-label{letter-spacing:.12em;gap:.55rem;font-size:.68rem}.activity{grid-template-columns:2.5rem minmax(0,1fr);gap:.85rem}.activity__icon{width:2rem;height:2rem}.approach__steps li{grid-template-columns:2.8rem minmax(0,1fr);gap:.9rem}.approach__steps li>span{width:2.65rem;height:2.65rem}.cookie-panel__actions{grid-template-columns:1fr}.site-footer__legal>div{flex-direction:column;align-items:flex-start;gap:.35rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
