@charset "UTF-8";.consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;max-width:440px;margin:0 auto;display:flex;align-items:center;gap:14px;padding:11px 12px 11px 18px;background:#0e211de6;backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);border:1px solid rgba(244,255,253,.12);border-radius:16px;box-shadow:0 20px 50px -24px #000000b3;color:#e8f5f1;opacity:0;transform:translateY(calc(100% + 24px));pointer-events:none;visibility:hidden;transition:transform .55s cubic-bezier(.16,1,.3,1),opacity .4s ease}.consent--open{opacity:1;transform:none;pointer-events:auto;visibility:visible}.consent .consent-text{flex:1 1 auto;margin:0;font-size:.8rem;line-height:1.4;color:#9dbcb4}.consent .consent-actions{display:flex;gap:8px;flex-shrink:0}.consent .consent-btn{font-family:inherit;font-size:.76rem;font-weight:600;letter-spacing:.01em;border-radius:999px;padding:8px 15px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.consent .consent-btn.primary{background:linear-gradient(135deg,#4e8d81,#84baaf);color:#fff;box-shadow:0 6px 18px -8px #4e8d81b3}.consent .consent-btn.primary:hover{transform:translateY(-1px)}.consent .consent-btn.ghost{background:transparent;color:#9dbcb4;border-color:#f4fffd1f}.consent .consent-btn.ghost:hover{color:#fff;border-color:#ffffff52}.consent .consent-confirm{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:3px 0}.consent .consent-confirm span{font-size:.84rem;font-weight:600;color:#fff}.consent .consent-confirm .ci{width:22px;height:22px;flex-shrink:0}.consent.is-accepted{background:#122c25eb;border-color:#84baaf80}.consent .ci-check{color:#84baaf;animation:cPop .5s cubic-bezier(.34,1.56,.64,1) both}.consent .ci-check .ci-tick{stroke-dasharray:22;stroke-dashoffset:22;animation:cDraw .45s .18s ease forwards}.consent .ci-incognito{color:#9dbcb4;animation:cIncog .55s ease both}.consent .ci-incognito .ci-lens{transform-box:fill-box;transform-origin:center;animation:cBlink 1.1s .35s ease}.consent--wide{max-width:560px;align-items:stretch}.consent .consent-info{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(244,255,253,.12);background:transparent;color:#9dbcb4;cursor:pointer;flex-shrink:0;transition:color .2s ease,border-color .2s ease}.consent .consent-info svg{width:16px;height:16px}.consent .consent-info:hover{color:#fff;border-color:#ffffff52}.consent .consent-detail{width:100%;display:flex;flex-direction:column;gap:12px}.consent .cd-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.consent .cd-title{font-size:.9rem;font-weight:700;color:#fff}.consent .cd-switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.consent .cd-switch input{position:absolute;opacity:0;width:0;height:0}.consent .cd-switch .cd-slider{width:34px;height:20px;border-radius:999px;background:#ffffff24;position:relative;transition:background .2s ease;flex-shrink:0}.consent .cd-switch .cd-slider:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease}.consent .cd-switch input:checked+.cd-slider{background:#4e8d81}.consent .cd-switch input:checked+.cd-slider:after{transform:translate(14px)}.consent .cd-switch input:focus-visible+.cd-slider{outline:2px solid #84baaf;outline-offset:2px}.consent .cd-switch .cd-swlabel{font-size:.74rem;color:#9dbcb4}.consent .cd-table-wrap{width:100%;overflow-x:auto;border:1px solid rgba(244,255,253,.12);border-radius:10px}.consent .cd-table{width:100%;border-collapse:collapse;font-size:.72rem}.consent .cd-table th,.consent .cd-table td{text-align:left;padding:7px 10px;border-bottom:1px solid rgba(255,255,255,.06)}.consent .cd-table th{color:#84baaf;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-size:.6rem}.consent .cd-table td{color:#9dbcb4;line-height:1.4}.consent .cd-table tr:last-child td{border-bottom:0}.consent .cd-table .cd-c{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;color:#fff;white-space:nowrap}.consent .cd-table .cd-r{white-space:nowrap;color:#9dbcb4}.consent .cd-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.consent .cd-provider{font-size:.66rem;color:#9dbcb4}.consent .cd-provider a{color:#84baaf;text-decoration:none}.consent .cd-provider a:hover{text-decoration:underline}@media(max-width:599px){.consent{left:12px;right:12px;bottom:12px;gap:10px;padding:10px 10px 10px 16px;flex-wrap:wrap}.consent .consent-text{flex-basis:100%;font-size:.78rem}.consent .consent-actions{width:100%}.consent .consent-btn{flex:1;padding:9px 12px}}@media(prefers-reduced-motion:reduce){.consent{transition:opacity .2s ease;transform:none}.consent .ci,.consent .ci-tick,.consent .ci-lens{animation:none!important;stroke-dashoffset:0!important}}@keyframes cPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cDraw{to{stroke-dashoffset:0}}@keyframes cIncog{0%{opacity:0;transform:translateY(5px) scale(.85)}60%{opacity:1}to{opacity:1;transform:none}}@keyframes cBlink{0%,to{transform:scaleY(1)}8%{transform:scaleY(.12)}18%{transform:scaleY(1)}}header{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;view-transition-name:site-header}header.scrolled,header.menu-open{background:#f7fdfbdb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:#122b261a}header .hdr{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;padding-bottom:16px}@media(max-width:599px){header .hdr{padding-top:12px;padding-bottom:12px}}header .brand img{display:block;height:27px;width:auto}header .nav{display:flex;align-items:center;gap:26px;margin-left:auto}header .nav .nav-item{position:relative}header .nav a{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.74rem;text-transform:uppercase;letter-spacing:.13em;font-weight:500;text-decoration:none;color:#46615a;transition:color .2s ease;white-space:nowrap}header .nav a:hover{color:#3d7268}header .nav a.on{color:#4e8d81}header .nav .has-sub .submenu{position:absolute;top:calc(100% + 12px);left:-14px;min-width:210px;display:grid;gap:2px;padding:8px;background:#fffffffa;border:1px solid rgba(18,43,38,.1);border-radius:14px;box-shadow:0 24px 60px -22px #0e211d47;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}header .nav .has-sub .submenu a{padding:9px 12px;border-radius:8px;letter-spacing:.06em}header .nav .has-sub .submenu a:hover{background:#a5cec629}header .nav .has-sub:before{content:"";position:absolute;top:100%;left:0;right:0;height:14px}header .nav .has-sub:hover .submenu,header .nav .has-sub:focus-within .submenu{opacity:1;transform:none;pointer-events:auto}header .hdr-right{display:flex;align-items:center;gap:14px}header .cta{background:#3d7268;color:#fff;border-radius:999px;padding:11px 22px;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;text-decoration:none;white-space:nowrap;transition:transform .2s ease,background .2s ease}header .cta:hover{background:#336158;transform:translateY(-2px)}header .lang{position:relative}header .lang summary{list-style:none;cursor:pointer;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;letter-spacing:.06em;color:#46615a;border:1px solid rgba(18,43,38,.18);border-radius:999px;padding:8px 12px;transition:border-color .2s ease,color .2s ease}header .lang summary::-webkit-details-marker{display:none}header .lang summary:hover{color:#3d7268;border-color:#4e8d8166}header .lang .lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:180px;display:grid;gap:2px;padding:8px;background:#fffffffa;border:1px solid rgba(18,43,38,.1);border-radius:14px;box-shadow:0 24px 60px -20px #0e211d4d;z-index:60}header .lang .lang-menu a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-radius:9px;text-decoration:none;color:#46615a;transition:background .2s ease,color .2s ease}header .lang .lang-menu a:hover{background:#a5cec629;color:#3d7268}header .lang .lang-menu a.on{color:#4e8d81;background:#4e8d811a}header .lang .lang-menu a .lc{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;letter-spacing:.08em}header .lang .lang-menu a .ln{font-size:.82rem;color:#5d7770}header .burger{display:none;width:40px;height:40px;border:1px solid rgba(18,43,38,.18);border-radius:11px;background:transparent;cursor:pointer;padding:0;place-items:center}header .burger span{display:block;width:18px;height:2px;margin:2px auto;background:#12241f;border-radius:2px;transition:transform .25s ease,opacity .2s ease}header .drawer{display:none;overflow:hidden;max-height:0;background:#f7fdfbfa;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:max-height .35s cubic-bezier(.16,1,.3,1),border-color .3s ease}header .drawer-nav{display:grid;gap:4px;padding:8px 20px 22px}header .drawer-nav .drawer-group{display:grid;gap:2px;padding:6px 0;border-bottom:1px solid rgba(18,43,38,.1)}header .drawer-nav a{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.9rem;letter-spacing:.04em;text-decoration:none;color:#12241f;padding:9px 4px}header .drawer-nav a.sub{font-size:.82rem;color:#46615a;padding-left:16px}header .drawer-nav a.on{color:#4e8d81}header .drawer-nav .drawer-cta{margin-top:14px;text-align:center;background:#3d7268;color:#fff;border-radius:999px;padding:13px;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}@media(max-width:1023px){header .nav{display:none}header .burger{display:grid}header.menu-open .drawer{display:block;max-height:88vh;overflow-y:auto;border-bottom-color:#122b261a}header.menu-open .burger span:nth-child(1){transform:translateY(4px) rotate(45deg)}header.menu-open .burger span:nth-child(2){opacity:0}header.menu-open .burger span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}header .drawer{display:block}}@media(min-width:1024px){header .burger,header .drawer{display:none}}@media(max-width:599px){header .cta{padding:9px 15px;letter-spacing:.05em}header .lang summary{padding:8px 10px}}.footer{background:#0e211d;color:#9dbcb4;padding:56px 0 40px;font-size:.9rem;opacity:0;transition:opacity .6s ease}.footer.in{opacity:1}@media(prefers-reduced-motion:reduce){.footer{opacity:1;transition:none}}.footer .wrap{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:40px}@media(max-width:1023px){.footer .wrap{grid-template-columns:1fr;gap:28px}}.footer img{height:27px;width:auto;filter:brightness(0) invert(1) opacity(.92)}.footer .mission{margin-top:14px;max-width:340px;line-height:1.55}.footer .links{display:grid;gap:10px;align-content:start}.footer .links a{color:#e8f5f1;text-decoration:none;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;width:fit-content;transition:color .2s ease}.footer .links a:hover{color:#84baaf}.footer .meta{display:grid;gap:12px;align-content:start;justify-items:start}.footer .pill{display:inline-flex;color:#fff;text-decoration:none;border:1px solid rgba(132,186,175,.5);background:#84baaf1f;border-radius:999px;padding:8px 16px;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;letter-spacing:.08em;transition:background .2s ease}.footer .pill:hover{background:#84baaf38}.footer .copy{color:#9dbcb4}.footer .built{font-size:.78rem;opacity:.75}.footer .built a{color:#84baaf}.subpage.container{padding-top:170px;padding-bottom:100px}@media(max-width:599px){.subpage.container{padding-top:118px;padding-bottom:70px}}.subpage{min-height:70vh}.subpage .kicker{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#3d7268;margin-bottom:14px;animation:fadeUp .55s cubic-bezier(.16,1,.3,1) both .05s}.subpage h1{font-size:clamp(2rem,4.4vw,3.2rem);letter-spacing:-.025em;line-height:1.1;max-width:760px;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both .14s}.subpage .lead{margin-top:18px;max-width:660px;color:#46615a;font-size:1.06rem;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both .24s}.subpage .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}@media(max-width:1023px){.subpage .cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.subpage .cards{grid-template-columns:1fr}}@media(min-width:2000px){.subpage .cards{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}}.subpage .card{background:#fff;border:1px solid rgba(18,43,38,.1);border-radius:18px;padding:28px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.subpage .card:hover{transform:translateY(-5px);border-color:#4e8d8166;box-shadow:0 24px 50px -30px #4e8d8166}.subpage .card .tile{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#4e8d81,#84baaf);color:#fff}.subpage .card .tile-img{width:60px;height:60px;border-radius:14px;background:#a5cec629}.subpage .card .tile-img img{width:40px;height:40px;object-fit:contain}.subpage .card .date{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.7rem;letter-spacing:.14em;color:#5d7770;text-transform:uppercase}.subpage .card h2,.subpage .card h3{font-size:1.05rem;margin:14px 0 8px;line-height:1.35}.subpage .card p{color:#46615a;font-size:.93rem}.subpage .sec{margin-top:72px}@media(max-width:599px){.subpage .sec{margin-top:52px}}.subpage .sec-title{font-size:clamp(1.4rem,2.4vw,1.9rem);letter-spacing:-.02em;line-height:1.2;max-width:720px}.subpage .sec-blurb{margin-top:12px;max-width:660px;color:#46615a}.subpage .sec-blurb a{color:#3d7268;font-weight:600}.subpage .sec .cards{margin-top:28px}.subpage .card-link{display:block;text-decoration:none;color:inherit}.subpage .card-link .read{display:inline-block;margin-top:14px;font-weight:600;font-size:.85rem;color:#3d7268}.subpage .card-link:hover .read{color:#336158}.subpage .feat-wrap{margin-top:44px;overflow-x:auto;border:1px solid rgba(18,43,38,.1);border-radius:18px;background:#fff}.subpage .feat-table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:640px}.subpage .feat-table th,.subpage .feat-table td{padding:12px 18px;text-align:center;border-bottom:1px solid rgba(18,43,38,.1)}.subpage .feat-table th:first-child,.subpage .feat-table td:first-child{text-align:left}.subpage .feat-table thead th{position:sticky;top:0;background:#0e211d;color:#fff;font-weight:600;font-size:.85rem}.subpage .feat-table thead th small{color:#a5cec6;font-weight:400}.subpage .feat-table tbody tr{transition:background .15s ease}.subpage .feat-table tbody tr:nth-child(2n){background:#a5cec614}.subpage .feat-table tbody tr:hover{background:#4e8d811a}.subpage .feat-table tbody tr:last-child td{border-bottom:0}.subpage .feat-table .yes{color:#3d7268;font-weight:700}.subpage .feat-table .no{color:#5d77708c}.subpage .subpage-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}@media(max-width:1023px){.subpage .subpage-hero{grid-template-columns:1fr;gap:28px}}.subpage .subpage-hero .kicker,.subpage .subpage-hero h1,.subpage .subpage-hero .lead{animation:none}.subpage .subpage-hero .shot{border-radius:20px;overflow:hidden;border:1px solid rgba(18,43,38,.1);box-shadow:0 30px 60px -34px #0e211d59}.subpage .subpage-hero .shot img{display:block;width:100%;height:auto}@media(max-width:1023px){.subpage .subpage-hero .shot{order:-1;max-width:520px}}.subpage.prose h2{font-size:1.15rem;margin:32px 0 8px;letter-spacing:-.01em}.subpage.prose p{color:#46615a;max-width:720px;margin-bottom:12px}.subpage.prose a{color:#3d7268;font-weight:600}.subpage.prose code{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.86em;background:#edf6f3;padding:1px 6px;border-radius:5px}.subpage.prose .doc-table{width:100%;max-width:720px;border-collapse:collapse;margin:12px 0 8px;font-size:.9rem}.subpage.prose .doc-table th,.subpage.prose .doc-table td{text-align:left;padding:9px 12px;border-bottom:1px solid rgba(18,43,38,.1)}.subpage.prose .doc-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#5d7770}.subpage.prose .doc-table td{color:#46615a}.subpage.prose .disclaimer{margin-top:28px;max-width:720px;padding:16px 18px;background:#edf6f3;border:1px solid rgba(18,43,38,.1);border-radius:12px;font-size:.9rem;color:#46615a}.subpage.prose .disclaimer strong{color:#12241f}.subpage .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.subpage .chips .chip{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.74rem;letter-spacing:.04em;color:#3d7268;background:#a5cec629;border:1px solid rgba(78,141,129,.25);border-radius:999px;padding:7px 14px}.subpage .measure-list{list-style:none;margin-top:6px;columns:2;column-gap:20px}.subpage .measure-list li{font-size:.9rem;color:#46615a;padding:3px 0 3px 16px;position:relative;break-inside:avoid}.subpage .measure-list li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:#4e8d81}.subpage .cta-row{margin-top:54px;display:flex;gap:14px;flex-wrap:wrap}.subpage .cta-row .btn{display:inline-flex;border-radius:999px;padding:14px 28px;font-weight:600;font-size:.92rem;text-decoration:none;transition:transform .2s ease,background .2s ease}.subpage .cta-row .btn.primary{background:#3d7268;color:#fff}.subpage .cta-row .btn.primary:hover{background:#336158;transform:translateY(-2px)}.subpage .cta-row .btn.ghost{color:#3d7268;border:1px solid rgba(18,43,38,.18)}.subpage .cta-row .btn.ghost:hover{border-color:#4e8d81;transform:translateY(-2px)}.subpage .contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:54px;margin-top:54px}@media(max-width:1023px){.subpage .contact-grid{grid-template-columns:1fr}}.subpage form{display:grid;gap:16px}.subpage form label{display:grid;gap:7px;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#5d7770}.subpage form input,.subpage form textarea{font:inherit;font-size:.95rem;color:#12241f;background:#fff;border:1px solid rgba(18,43,38,.18);border-radius:12px;padding:13px 16px;transition:border-color .2s ease,box-shadow .2s ease}.subpage form input:focus,.subpage form textarea:focus{outline:none;border-color:#4e8d81;box-shadow:0 0 0 4px #4e8d8124}.subpage form button{justify-self:start;font:inherit;font-weight:600;background:#3d7268;color:#fff;border:0;border-radius:999px;padding:14px 30px;cursor:pointer;transition:background .2s ease,transform .2s ease}.subpage form button:hover{background:#336158;transform:translateY(-2px)}.subpage form .sent{color:#3d7268;font-weight:600}.subpage .contact-aside .card{margin-bottom:18px}.subpage .contact-aside a{color:#3d7268;font-weight:600;text-decoration:none}.subpage .contact-aside a:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.subpage .kicker,.subpage h1,.subpage .lead{animation:none}}@font-face{font-family:IBM Plex Sans Fallback;src:local("Helvetica Neue"),local("Arial");size-adjust:105%;ascent-override:102%;descent-override:27%;line-gap-override:0%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto;overscroll-behavior-y:none}body{overscroll-behavior-y:none}@view-transition{navigation:auto}::view-transition-old(root){animation:.28s ease-out both vt-out}::view-transition-new(root){animation:.34s ease-out both vt-in}@keyframes vt-out{to{opacity:0;transform:translateY(-8px)}}@keyframes vt-in{0%{opacity:0;transform:translateY(10px)}}body{font-family:IBM Plex Sans,IBM Plex Sans Fallback,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.6;color:#12241f;background:#f7fdfb;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#4e8d8140}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}::view-transition-old(root),::view-transition-new(root){animation:none}}.container{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:599px){.container{padding:0 20px}}@media(min-width:2000px){.container{max-width:1700px}}@media(min-width:3200px){.container{max-width:1920px}}.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s cubic-bezier(.16,1,.3,1)}.reveal.in{opacity:1;transform:none}.reveal-l{opacity:0;transform:translate(-34px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.reveal-l.in{opacity:1;transform:none}.reveal-r{opacity:0;transform:translate(34px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.reveal-r.in{opacity:1;transform:none}.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.reveal-scale.in{opacity:1;transform:none}.stagger>*{transition-delay:calc(var(--i, 0) * 70ms)}@media(prefers-reduced-motion:reduce){.reveal,.reveal-l,.reveal-r,.reveal-scale{opacity:1;transform:none;transition:none}}.home .kicker{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#3d7268;margin-bottom:14px}.home h2{font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.15;letter-spacing:-.02em;font-weight:700;max-width:720px}.home .lead{margin-top:18px;max-width:640px;color:#46615a;font-size:1.06rem}.home .btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:14px 28px;font-weight:600;font-size:.92rem;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.home .btn.primary{background:#3d7268;color:#fff;box-shadow:0 10px 30px -12px #4e8d818c}.home .btn.primary:hover{background:#336158;transform:translateY(-2px)}.home .btn.ghost{color:#3d7268;border:1px solid rgba(18,43,38,.18);background:#fff9}.home .btn.ghost:hover{border-color:#4e8d81;transform:translateY(-2px)}.home .btn.light{background:#fff;color:#0e211d}.home .btn.light:hover{transform:translateY(-2px)}.home section{padding:96px 0}@media(max-width:599px){.home section{padding:64px 0}}.home .hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;padding:140px 0 120px}.home .hero .hero-bg{position:absolute;inset:0;pointer-events:none}.home .hero .hero-bg .orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;animation:drift 16s ease-in-out infinite alternate}.home .hero .hero-bg .o1{width:46vw;height:46vw;background:#a5cec68c;top:-18%;right:-10%}.home .hero .hero-bg .o2{width:34vw;height:34vw;background:#b4c7d480;bottom:-22%;left:-8%;animation-delay:-6s}.home .hero .hero-bg .o3{width:22vw;height:22vw;background:#84baaf73;top:30%;left:38%;animation-delay:-11s}.home .hero .hero-bg .grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(78,141,129,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(78,141,129,.05) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse 90% 70% at 50% 40%,#000 30%,transparent 75%)}.home .hero .hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:48px}@media(max-width:1023px){.home .hero .hero-inner{grid-template-columns:1fr;gap:40px}}.home .hero h1{font-size:clamp(2.1rem,3.6vw,3.2rem);line-height:1.12;letter-spacing:-.02em;font-weight:700;margin:10px 0 22px}.home .hero h1 .line{display:block;overflow:hidden;padding-bottom:.08em}.home .hero h1 .grad{background:linear-gradient(135deg,#4e8d81,#84baaf);-webkit-background-clip:text;background-clip:text;color:transparent}.home .hero .sub{max-width:560px;color:#46615a;font-size:1.02rem}.home .hero .hero-visual{position:relative}.home .hero .hero-visual img{display:block;width:100%;max-width:560px;height:auto;margin:0 auto;filter:drop-shadow(0 30px 50px rgba(14,33,29,.18));animation:heroFloat 7s ease-in-out infinite alternate}@media(max-width:1023px){.home .hero .hero-visual{order:2}.home .hero .hero-visual img{max-width:420px}}.home .hero .hero-cta{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.home .hero .anim{animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.home .hero .line>span{display:inline-block;animation:lineUp .7s cubic-bezier(.16,1,.3,1) both}.home .hero .d1{animation-delay:.05s}.home .hero .d2{animation-delay:.12s}.home .hero .d3{animation-delay:.2s}.home .hero .d4{animation-delay:.28s}.home .hero .d5{animation-delay:.38s}.home .hero .d6{animation-delay:.48s}.home .hero .ecg{position:absolute;left:0;right:0;bottom:24px;width:100%;height:64px;color:#4e8d8180}.home .hero .ecg .ecg-path{stroke-dasharray:1600;stroke-dashoffset:1600;animation:ecg 7s linear infinite}.home .marquee{padding:0 0 8px;border-top:1px solid rgba(18,43,38,.1);border-bottom:1px solid rgba(18,43,38,.1);background:#fff;overflow:hidden}.home .marquee .track{display:flex;width:max-content;animation:marquee 30s linear infinite}.home .marquee .set{display:flex}.home .marquee span{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:#5d7770;padding:18px 34px;white-space:nowrap}.home .marquee span:after{content:"·";margin-left:34px;color:#5d7770}.home .marquee:hover .track{animation-play-state:paused}.home .nex-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}@media(max-width:1023px){.home .nex-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.home .nex-grid{grid-template-columns:1fr}}@media(min-width:2000px){.home .nex-grid{grid-template-columns:repeat(4,1fr);gap:26px}}.home .nex-card{background:#fff;border:1px solid rgba(18,43,38,.1);border-radius:18px;padding:26px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home .nex-card:hover{transform:translateY(-6px);border-color:#4e8d8166;box-shadow:0 24px 50px -28px #4e8d8159}.home .nex-card .num{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;color:#3d7268;font-size:.78rem;letter-spacing:.14em}.home .nex-card h3{margin:10px 0 8px;font-size:1.05rem}.home .nex-card p{color:#46615a;font-size:.92rem}.home .services{background:#edf6f3}.home .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}@media(max-width:1023px){.home .svc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.home .svc-grid{grid-template-columns:1fr}}@media(min-width:2000px){.home .svc-grid{grid-template-columns:repeat(3,1fr);gap:26px}}.home .svc-card{position:relative;background:#fff;border:1px solid rgba(18,43,38,.1);border-radius:18px;padding:28px;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.home .svc-card:before{content:"";position:absolute;inset:0;background:radial-gradient(240px circle at var(--mx, 50%) var(--my, 50%),rgba(78,141,129,.09),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none}.home .svc-card:hover{transform:translateY(-4px);border-color:#4e8d8159}.home .svc-card:hover:before{opacity:1}.home .svc-card .tile{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#4e8d81,#84baaf);color:#fff;box-shadow:0 12px 26px -12px #4e8d8199}.home .svc-card .tile-img{width:60px;height:60px;border-radius:14px;background:#a5cec629;box-shadow:none}.home .svc-card .tile-img img{width:40px;height:40px;object-fit:contain}.home .svc-card h3{margin:16px 0 8px;font-size:1.02rem}.home .svc-card p{color:#46615a;font-size:.92rem}.home .more{margin-top:36px}.home .compliance{background:linear-gradient(160deg,#0e211d,#1a3d35);color:#e8f5f1}.home .compliance .kicker{color:#84baaf}.home .compliance h2{color:#fff}.home .comp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}@media(max-width:1023px){.home .comp-grid{grid-template-columns:1fr}}.home .comp-card{border:1px solid rgba(244,255,253,.12);border-radius:18px;padding:28px;background:#ffffff08;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home .comp-card h3{color:#a5cec6;font-size:1.02rem;margin-bottom:10px}.home .comp-card p{color:#9dbcb4;font-size:.93rem}.home .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:54px;padding-top:40px;border-top:1px solid rgba(244,255,253,.12)}@media(max-width:1023px){.home .stats{grid-template-columns:repeat(2,1fr)}}.home .stats .stat strong{display:block;font-size:clamp(1.6rem,2.6vw,2.3rem);letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums}.home .stats .stat strong em{font-style:normal;font-size:.6em;color:#84baaf}.home .stats .stat span{color:#9dbcb4;font-size:.85rem}.home .exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border-top:1px solid rgba(18,43,38,.1)}@media(max-width:1023px){.home .exp-grid{grid-template-columns:1fr}}.home .exp-item{padding:26px 26px 26px 0;border-bottom:1px solid rgba(18,43,38,.1);position:relative}.home .exp-item:before{content:"";position:absolute;left:0;bottom:-1px;height:1px;width:0;background:#4e8d81;transition:width .45s ease}.home .exp-item:hover:before{width:100%}.home .exp-item h3{font-size:1rem;margin-bottom:6px;color:#3d7268}.home .exp-item p{color:#46615a;font-size:.92rem}.home .hub{background:#edf6f3}.home .hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}@media(max-width:1023px){.home .hub-grid{grid-template-columns:1fr}}.home .hub-card{display:block;background:#fff;border:1px solid rgba(18,43,38,.1);border-radius:18px;padding:28px;text-decoration:none;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.home .hub-card:hover{transform:translateY(-5px);border-color:#4e8d8166;box-shadow:0 24px 50px -30px #4e8d8166}.home .hub-card:hover .read{color:#4e8d81}.home .hub-card .date{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.7rem;letter-spacing:.14em;color:#5d7770;text-transform:uppercase}.home .hub-card h3{margin:12px 0 8px;font-size:1.02rem;line-height:1.35}.home .hub-card p{color:#46615a;font-size:.9rem}.home .hub-card .read{display:inline-block;margin-top:16px;font-weight:600;font-size:.85rem;color:#3d7268;transition:color .2s ease}.home .cta-band{background:linear-gradient(135deg,#4e8d81,#84baaf);color:#fff;text-align:center}.home .cta-band h2{margin:0 auto 12px;color:#fff}.home .cta-band p{opacity:.9;margin-bottom:28px}@media(min-width:2000px){.home .nex-grid,.home .hub-grid{grid-template-columns:repeat(3,1fr)}.home .nex-grid{grid-template-columns:repeat(4,1fr)}.home .svc-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.home .exp-grid{grid-template-columns:repeat(6,1fr)}.home .exp-grid .exp-item{padding-right:18px}.home .hero h1{font-size:4.8rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes lineUp{0%{transform:translateY(105%)}to{transform:none}}@keyframes drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(4%,6%,0) scale(1.08)}}@keyframes heroFloat{0%{transform:translateY(0)}to{transform:translateY(-14px)}}@keyframes ecg{0%{stroke-dashoffset:1600}55%{stroke-dashoffset:0}to{stroke-dashoffset:-1600}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.home .hero .anim,.home .hero .line>span{animation:none}.home .marquee .track{animation:none}.home .hero .ecg .ecg-path{animation:none;stroke-dashoffset:0}.home .hero .orb,.home .hero .hero-visual img{animation:none}}
