:root{--clr-bg: #f7f4ef;--clr-bg-alt: #eeebe3;--clr-bg-dark: #111410;--clr-black: #0c0d0b;--clr-dark: #1c1d1a;--clr-gray: #4a4d47;--clr-gray-mid: #7a7d76;--clr-gray-light: #b0b3ab;--clr-border: #dedad1;--clr-border-dark: #2a2d27;--clr-emerald: #1a6b4a;--clr-emerald-dk: #124d36;--clr-emerald-lt: #2a8a62;--clr-emerald-bg: #edf5f1;--font-display: "Cormorant Garant", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 7rem;--space-2xl: 10rem;--max-w: 1200px;--nav-h: 72px;--ease: cubic-bezier(.25, .46, .45, .94);--ease-in: cubic-bezier(.55, 0, 1, .45);--ease-out: cubic-bezier(0, .55, .45, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--clr-dark);background-color:var(--clr-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section{padding:var(--space-xl) 0}.label-tag{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--clr-emerald);padding:.35em .9em;border:1px solid var(--clr-emerald);border-radius:999px;margin-bottom:1.5rem}.label-tag--dark,.label-tag--light{color:var(--clr-emerald-bg);border-color:#edf5f159}.section-title{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:400;line-height:1.12;color:var(--clr-black);letter-spacing:-.01em;margin-bottom:1.5rem}.section-title em{font-style:italic;font-weight:300;color:var(--clr-emerald)}.section-title--light{color:#f0ede6}.section-title--light em{color:#7ecfa8}.section-intro{font-size:1.05rem;color:var(--clr-gray);max-width:560px;line-height:1.75}.section-header{text-align:center;margin-bottom:var(--space-lg)}.section-header .section-title{margin-bottom:1.25rem}.section-header .section-intro{margin:0 auto}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.03em;padding:.875rem 2rem;border-radius:4px;transition:all .25s var(--ease);white-space:nowrap;cursor:pointer}.btn--emerald{background-color:var(--clr-emerald);color:#fff;border:1.5px solid var(--clr-emerald)}.btn--emerald:hover{background-color:var(--clr-emerald-dk);border-color:var(--clr-emerald-dk);transform:translateY(-1px);box-shadow:0 8px 24px #1a6b4a40}.btn--outline{background-color:transparent;color:var(--clr-dark);border:1.5px solid var(--clr-border)}.btn--outline:hover{border-color:var(--clr-emerald);color:var(--clr-emerald);transform:translateY(-1px)}.btn--full{width:100%;justify-content:center}.btn__icon{width:1rem;height:1rem;flex-shrink:0}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);transition:background .3s var(--ease),box-shadow .3s var(--ease);background:transparent}.nav.scrolled{background:var(--clr-bg-dark)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.nav__logo{height:38px;width:auto;object-fit:contain;transition:opacity .2s}.nav__logo-link:hover .nav__logo{opacity:.8}.nav__links{display:flex;align-items:center;gap:.25rem}.nav__link{font-family:var(--font-body);font-size:.825rem;font-weight:400;color:#fff;padding:.5rem .8rem;border-radius:4px;transition:color .2s,background .2s;letter-spacing:.01em}.nav__link:hover{color:var(--clr-emerald);background:var(--clr-emerald-bg)}.nav__link--cta{font-weight:500;color:#fff;background:var(--clr-emerald);padding:.5rem 1.1rem;margin-left:.5rem}.nav__link--cta:hover{background:var(--clr-emerald-dk);color:#fff}.nav__link.active{color:var(--clr-emerald);font-weight:500}.nav__toggle{display:none;flex-direction:column;gap:5px;padding:6px}.nav__toggle span{display:block;width:22px;height:1.5px;background:#fff;border-radius:2px;transition:all .25s var(--ease)}.nav__toggle.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__toggle.open span:nth-child(2){opacity:0}.nav__toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;background-color:var(--clr-bg-dark);overflow:hidden}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 30%,rgba(26,107,74,.12) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(26,107,74,.07) 0%,transparent 60%);pointer-events:none}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");opacity:.35;pointer-events:none;mix-blend-mode:overlay}.hero:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;border-left:1px solid rgba(255,255,255,.04);pointer-events:none}.hero__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-h) + 3rem) 2rem 3rem;max-width:900px;margin:0 auto;width:100%}.hero__logo-wrap{margin-bottom:2.5rem;animation:fadeDown .9s var(--ease) both}.hero__logo{height:56px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.hero__eyebrow{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-emerald-lt);margin-bottom:1.5rem;animation:fadeDown .9s .1s var(--ease) both}.hero__headline{font-family:var(--font-display);font-size:clamp(3.5rem,9vw,7.5rem);font-weight:300;line-height:1;letter-spacing:-.02em;color:#f0ede6;margin-bottom:1.75rem;animation:fadeDown .9s .2s var(--ease) both}.hero__headline em{font-style:italic;font-weight:300;color:#7ecfa8}.hero__sub{font-size:1.05rem;font-weight:300;color:#f0ede6a6;line-height:1.75;margin-bottom:2.75rem;max-width:520px;animation:fadeDown .9s .3s var(--ease) both}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeDown .9s .4s var(--ease) both}.hero__actions .btn--outline{color:#f0ede6cc;border-color:#f0ede640}.hero__actions .btn--outline:hover{color:#7ecfa8;border-color:#7ecfa880;background:transparent}.hero__stats{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:0;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.08);animation:fadeUp .9s .6s var(--ease) both}.hero__stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.75rem 2.5rem;flex:1}.hero__stat-divider{width:1px;height:2.5rem;background:#ffffff1a;flex-shrink:0}.hero__stat-num{font-family:var(--font-display);font-size:2.5rem;font-weight:400;line-height:1;color:#7ecfa8;margin-bottom:.35rem}.hero__stat-label{font-size:.72rem;font-weight:400;letter-spacing:.05em;color:#f0ede680;text-transform:uppercase}.hero__scroll-indicator{position:absolute;bottom:100px;right:2.5rem;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;animation:fadeIn 1.2s 1s var(--ease) both}.hero__scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(126,207,168,.6),transparent);animation:scrollPulse 2s 1.5s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.about{background:var(--clr-bg)}.about__grid{display:grid;grid-template-columns:1fr 1.3fr;gap:6rem;align-items:center}.about__visual{position:relative;display:flex;align-items:center;justify-content:center}.offices-illustration{position:relative;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:2rem 1.5rem;border:1px solid var(--clr-border);border-radius:16px;background:#fff;box-shadow:0 12px 48px #0000000f;overflow:hidden}.offices-illustration__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(26,107,74,.18) 1px,transparent 1px);background-size:22px 22px;opacity:.45;pointer-events:none}.offices-illustration__corner{position:absolute;top:12px;right:12px;width:18px;height:18px;border-top:2px solid var(--clr-emerald);border-right:2px solid var(--clr-emerald);opacity:.35;border-radius:0 4px 0 0}.office-node{position:relative;z-index:1}.office-node__card{display:flex;align-items:center;gap:.875rem;background:var(--clr-bg);border:1.5px solid var(--clr-border);border-radius:10px;padding:.9rem 1rem;transition:border-color .25s,box-shadow .25s}.office-node--top .office-node__card{border-color:var(--clr-emerald);background:var(--clr-emerald-bg)}.office-node__card:hover{box-shadow:0 4px 20px #1a6b4a1a}.office-node__icon{width:36px;height:36px;background:var(--clr-emerald);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.office-node__icon svg{width:18px;height:18px}.office-node__text{flex:1;display:flex;flex-direction:column;gap:2px}.office-node__text strong{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--clr-dark)}.office-node__text span{font-size:.7rem;color:var(--clr-gray-mid);letter-spacing:.01em}.office-node__badge{font-size:.6rem;font-weight:700;letter-spacing:.08em;color:var(--clr-emerald);background:#1a6b4a1a;padding:.2em .55em;border-radius:4px;flex-shrink:0}.office-node__badge--alt{color:var(--clr-gray);background:var(--clr-border)}.office-node__pulse{position:absolute;top:50%;left:-5px;width:8px;height:8px;border-radius:50%;background:var(--clr-emerald);transform:translateY(-50%)}.office-node__pulse:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:1.5px solid var(--clr-emerald);opacity:0;animation:pulse-ring 2.5s ease-out infinite}.office-node--bottom .office-node__pulse{background:var(--clr-gray-light)}.office-node--bottom .office-node__pulse:after{display:none}@keyframes pulse-ring{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}.offices-connector{display:flex;flex-direction:column;align-items:center;gap:4px;padding:.5rem 0;z-index:1;position:relative}.offices-connector__line{width:1.5px;height:32px;background:linear-gradient(to bottom,var(--clr-emerald),rgba(26,107,74,.2));position:relative;overflow:hidden}.offices-connector__line:after{content:"";position:absolute;top:-4px;left:50%;width:4px;height:4px;border-radius:50%;background:var(--clr-emerald);transform:translate(-50%);animation:travel-dot 2s ease-in-out infinite}@keyframes travel-dot{0%{top:-4px;opacity:1}80%{top:100%;opacity:.8}to{top:100%;opacity:0}}.offices-connector__dot{width:5px;height:5px;border-radius:50%;background:#1a6b4a40}.offices-connector__label{font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-emerald);opacity:.55}.about__content{display:flex;flex-direction:column}.about__lead{font-family:var(--font-display);font-size:1.45rem;font-weight:400;line-height:1.55;color:var(--clr-dark);margin-bottom:1.5rem;font-style:italic}.about__body{font-size:1rem;color:var(--clr-gray);line-height:1.8;margin-bottom:1rem}.about__offices{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid var(--clr-border)}.about__office{display:flex;align-items:flex-start;gap:.75rem}.about__office-icon{width:18px;height:18px;color:var(--clr-emerald);flex-shrink:0;margin-top:1px}.about__office strong{display:block;font-size:.9rem;font-weight:600;color:var(--clr-dark);margin-bottom:2px}.about__office span{font-size:.8rem;color:var(--clr-gray-mid)}.units{background:var(--clr-bg-alt);position:relative}.units:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--clr-border)}.units__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--clr-border);border:1.5px solid var(--clr-border);border-radius:12px;overflow:hidden}.unit-card{position:relative;background:var(--clr-bg);padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:background .25s var(--ease);overflow:hidden}.unit-card:hover{background:#fff}.unit-card__accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--clr-emerald);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.unit-card:hover .unit-card__accent{transform:scaleX(1)}.unit-card__icon{width:44px;height:44px;color:var(--clr-emerald);transition:transform .25s var(--ease)}.unit-card:hover .unit-card__icon{transform:scale(1.1)}.unit-card__body{flex:1}.unit-card__title{font-family:var(--font-display);font-size:1.35rem;font-weight:500;color:var(--clr-dark);margin-bottom:.75rem;line-height:1.3}.unit-card__desc{font-size:.875rem;color:var(--clr-gray);line-height:1.75}.why{position:relative;background:var(--clr-bg-dark);overflow:hidden}.why__bg-accent{position:absolute;width:600px;height:600px;left:-200px;top:50%;transform:translateY(-50%);background:radial-gradient(circle,rgba(26,107,74,.18) 0%,transparent 70%);pointer-events:none}.why__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:7rem;align-items:start}.why__intro{position:sticky;top:calc(var(--nav-h) + 2rem)}.why__intro .section-title{margin-bottom:1.5rem}.why__lead{font-size:1rem;color:#f0ede699;line-height:1.8;margin-bottom:2.5rem}.why__items{display:flex;flex-direction:column;padding-top:.5rem}.why-item{display:grid;grid-template-columns:72px 1fr;gap:1.5rem;padding:2.25rem 0;border-bottom:1px solid var(--clr-border-dark);align-items:start}.why-item:first-child{border-top:1px solid var(--clr-border-dark)}.why-item__num{font-family:var(--font-display);font-size:2.5rem;font-weight:300;color:var(--clr-emerald);line-height:1;padding-top:.2rem;opacity:.7}.why-item__body h3{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:#f0ede6;margin-bottom:.75rem;line-height:1.3}.why-item__body p{font-size:.9rem;color:#f0ede68c;line-height:1.8}.process{background:var(--clr-bg)}.process__track{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}.process-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;position:relative}.process-step__marker{display:flex;flex-direction:column;align-items:center}.process-step__num{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--clr-emerald-bg);border:1.5px solid var(--clr-emerald);font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--clr-emerald);flex-shrink:0;transition:background .25s,color .25s}.process-step:hover .process-step__num{background:var(--clr-emerald);color:#fff}.process-step__connector{flex:1;width:1.5px;background:var(--clr-border);margin:8px 0;min-height:3rem}.process-step__card{padding:0 0 3rem}.process-step:last-child .process-step__card{padding-bottom:0}.process-step__card h3{font-family:var(--font-display);font-size:1.4rem;font-weight:500;color:var(--clr-dark);margin-bottom:.75rem;margin-top:.6rem;line-height:1.3}.process-step__card p{font-size:.925rem;color:var(--clr-gray);line-height:1.8}.figures{background:var(--clr-bg-alt);position:relative;overflow:hidden}.figures:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--clr-border)}.figures__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1.5px solid var(--clr-border);border-radius:12px;overflow:hidden;background:var(--clr-border);margin-bottom:var(--space-lg)}.figure-item{background:var(--clr-bg);text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:background .25s}.figure-item:hover{background:#fff}.figure-item__num{font-family:var(--font-display);font-size:clamp(3.5rem,6vw,5.5rem);font-weight:300;line-height:1;color:var(--clr-emerald);margin-bottom:.5rem}.figure-item__label{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--clr-dark);letter-spacing:.02em}.figure-item__sub{font-size:.75rem;color:var(--clr-gray-mid);line-height:1.5;text-align:center}.figures__quote{text-align:center;max-width:700px;margin:0 auto;position:relative;padding:3rem 2rem}.figures__quote-mark{font-family:var(--font-display);font-size:8rem;line-height:.5;color:var(--clr-emerald);opacity:.15;display:block;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.figures__quote blockquote{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.7rem);font-style:italic;font-weight:400;color:var(--clr-dark);line-height:1.6;margin-bottom:1.5rem}.figures__quote cite{font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-emerald);font-style:normal}.contact{background:var(--clr-bg)}.contact__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.contact__info .section-title{margin-bottom:1.25rem}.contact__lead{font-size:1rem;color:var(--clr-gray);line-height:1.8;margin-bottom:2.5rem}.contact__offices{display:flex;flex-direction:column;gap:1.5rem}.contact__office{padding:1.5rem;border:1px solid var(--clr-border);border-radius:8px;background:var(--clr-bg-alt);transition:border-color .25s,box-shadow .25s}.contact__office:hover{border-color:var(--clr-emerald);box-shadow:0 4px 20px #1a6b4a14}.contact__office-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.contact__office-icon{width:16px;height:16px;color:var(--clr-emerald);flex-shrink:0}.contact__office h4{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--clr-dark)}.contact__office p{font-size:.85rem;color:var(--clr-gray);line-height:1.6;margin-bottom:.4rem}.contact__office a{font-size:.85rem;color:var(--clr-emerald);font-weight:500;transition:opacity .2s}.contact__office a:hover{opacity:.75}.contact-form{display:flex;flex-direction:column;gap:1.25rem;background:#fff;border:1.5px solid var(--clr-border);border-radius:12px;padding:2.5rem;box-shadow:0 8px 40px #0000000a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--clr-gray)}.form-group input,.form-group textarea{font-family:var(--font-body);font-size:.9rem;color:var(--clr-dark);background:var(--clr-bg);border:1.5px solid var(--clr-border);border-radius:6px;padding:.8rem 1rem;transition:border-color .2s,box-shadow .2s;resize:vertical;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--clr-gray-light)}.form-group input:focus,.form-group textarea:focus{border-color:var(--clr-emerald);box-shadow:0 0 0 3px #1a6b4a1a;background:#fff}.form-success{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--clr-emerald-bg);border:1px solid rgba(26,107,74,.25);border-radius:6px;color:var(--clr-emerald-dk)}.form-success svg{width:20px;height:20px;flex-shrink:0;margin-top:1px}.form-success p{font-size:.875rem;line-height:1.6}.footer{background:var(--clr-bg-dark);border-top:1px solid var(--clr-border-dark)}.footer__top{display:grid;grid-template-columns:1.2fr 2fr;gap:5rem;padding:var(--space-lg) 0;border-bottom:1px solid var(--clr-border-dark)}.footer__logo{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.85;margin-bottom:1.25rem}.footer__slogan{font-family:var(--font-display);font-style:italic;font-size:1.1rem;color:#7ecfa8;margin-bottom:.75rem}.footer__tagline{font-size:.82rem;color:#f0ede666;line-height:1.7;margin-bottom:1.75rem;max-width:300px}.footer__social{display:flex;gap:.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:1px solid var(--clr-border-dark);color:#f0ede680;transition:all .2s var(--ease)}.footer__social-link svg{width:15px;height:15px}.footer__social-link:hover{background:var(--clr-emerald);border-color:var(--clr-emerald);color:#fff}.footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__nav-col h5{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#f0ede659;margin-bottom:1.25rem}.footer__nav-col ul{display:flex;flex-direction:column;gap:.65rem}.footer__nav-col a,.footer__nav-col span{font-size:.85rem;color:#f0ede68c;transition:color .2s}.footer__nav-col a:hover{color:#7ecfa8}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.footer__bottom p{font-size:.78rem;color:#f0ede64d}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{font-size:.78rem;color:#f0ede64d;transition:color .2s}.footer__legal a:hover{color:#f0ede699}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal.visible:nth-child(2){transition-delay:.08s}.reveal.visible:nth-child(3){transition-delay:.16s}.reveal.visible:nth-child(4){transition-delay:.24s}.reveal.visible:nth-child(5){transition-delay:.32s}.reveal.visible:nth-child(6){transition-delay:.4s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){:root{--space-xl: 5rem}.about__grid{grid-template-columns:1fr;gap:3rem}.about__visual{order:2}.about__content{order:1}.africa-map{max-width:260px}.why__grid{grid-template-columns:1fr;gap:3rem}.why__intro{position:static}.units__grid,.figures__grid{grid-template-columns:repeat(2,1fr)}.contact__grid,.footer__top{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){:root{--space-xl: 4rem;--space-lg: 2.5rem}.nav__toggle{display:flex;z-index:10}.nav__links{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--clr-bg-dark);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:.75rem;opacity:0;pointer-events:none;transition:opacity .3s var(--ease);z-index:9}.nav__links.open{opacity:1;pointer-events:all}.nav__link{font-size:1.1rem;padding:.75rem 2rem}.nav__link--cta{margin-left:0;margin-top:.5rem;padding:.75rem 2rem}.hero__headline{font-size:clamp(3rem,12vw,5rem)}.hero__stats{flex-wrap:wrap}.hero__stat{flex:1 1 calc(50% - 1px);padding:1.25rem 1rem}.hero__stat-divider,.hero__scroll-indicator{display:none}.section{padding:var(--space-xl) 0}.units__grid{grid-template-columns:1fr}.figures__grid{grid-template-columns:repeat(2,1fr)}.process-step{grid-template-columns:60px 1fr;gap:1.25rem}.form-row{grid-template-columns:1fr}.contact-form{padding:1.75rem}.footer__nav{grid-template-columns:1fr 1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.container{padding:0 1.25rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%;justify-content:center}.figures__grid{grid-template-columns:1fr 1fr}.footer__nav{grid-template-columns:1fr}.hero__logo{height:42px}.units__grid{gap:1px}}[id]{scroll-margin-top:calc(var(--nav-h) + 1rem)}:focus-visible{outline:2px solid var(--clr-emerald);outline-offset:3px;border-radius:3px}::selection{background:#1a6b4a26;color:var(--clr-emerald-dk)}
