*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.block{will-change:transform;background:#e5e5e5;position:absolute;top:0;left:0;overflow:hidden}@media (width<=1023px){.block{font-size:1rem}}.character{will-change:transform;z-index:10;pointer-events:none;width:48px;height:56px;position:absolute;top:0;left:0}.character__dialogue{color:#1a1a1a;width:max-content;max-width:calc(var(--block-width,450px) * .5);opacity:0;pointer-events:none;background:#fff;border:2px solid #1a1a1a;border-radius:8px;margin-bottom:12px;padding:10px 16px;font-size:.875rem;font-weight:600;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.character__dialogue:after{content:"";background:#fff;border-bottom:2px solid #1a1a1a;border-right:2px solid #1a1a1a;width:14px;height:14px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.character--idle .character__dialogue,.character--headShake .character__dialogue{opacity:1}.character__body{background:#1a1a1a;border-radius:2px;width:48px;height:40px;position:relative}.character__eye{background:#fff;width:8px;height:8px;position:absolute;top:10px}.character__eye--left{left:12px}.character__eye--right{right:12px}.character__legs{justify-content:space-between;padding:0 8px;display:flex}.character__leg{background:#1a1a1a;border-radius:0 0 2px 2px;width:12px;height:16px}.character__parachute{opacity:0;transition:none;position:absolute;top:-44px;left:50%;transform:translate(-50%)scale(0)}.character__parachute-canopy{background:#ff8fab;border:2px solid #1a1a1a;border-radius:56px 56px 0 0;width:56px;height:28px;margin:0 auto;position:relative;overflow:hidden}.character__parachute-canopy:before,.character__parachute-canopy:after{content:"";background:#ffc2d1;width:33.33%;position:absolute;top:0;bottom:0}.character__parachute-canopy:before{left:0}.character__parachute-canopy:after{right:0}.character__parachute-strings{justify-content:space-between;width:56px;height:12px;margin:0 auto;display:flex}.character__parachute-string{background:#1a1a1a;width:1px;height:100%}.character__parachute-string:first-child{transform-origin:top;transform:rotate(20deg)}.character__parachute-string:last-child{transform-origin:top;transform:rotate(-20deg)}.character__rockets{opacity:0;justify-content:space-between;padding:0 10px;display:flex}.character__flame{border-top:10px solid #e53e3e;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0}.character--idle .character__body{animation:2s ease-in-out infinite breathe}@keyframes breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.03)}}.character--run{transform-origin:bottom}.character--run .character__body{animation:none;transform:rotate(-8deg)}.character--run .character__leg--left{animation:.2s ease-in-out infinite alternate legLeft}.character--run .character__leg--right{animation:.2s ease-in-out infinite alternate legRight}@keyframes legLeft{0%{transform:translateY(0)rotate(-15deg)}to{transform:translateY(-4px)rotate(15deg)}}@keyframes legRight{0%{transform:translateY(-4px)rotate(15deg)}to{transform:translateY(0)rotate(-15deg)}}.character--jump .character__leg--left{transform:rotate(-20deg)}.character--jump .character__leg--right{transform:rotate(20deg)}.character--jump .character__parachute{opacity:1;transition:transform .3s ease-out,opacity .2s ease-out;transform:translate(-50%)scale(1)}.character--land .character__body{transform-origin:bottom;animation:none;transform:scaleY(.8)scaleX(1.2)}.character--land .character__legs{transform:scaleY(.7)}.character--rocketBoost .character__rockets{opacity:1}.character--rocketBoost .character__body{animation:50ms linear infinite shake}.character--rocketBoost .character__flame{animation:.1s ease-in-out infinite alternate flicker}@keyframes shake{0%,to{transform:translate(0)}50%{transform:translate(2px)}}@keyframes flicker{0%{border-top-color:#e53e3e;transform:scaleY(1)}to{border-top-color:#f6ad55;transform:scaleY(1.3)}}.character--headShake .character__body{animation:.8s ease-in-out headShake}@keyframes headShake{0%,to{transform:rotate(0)}20%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(6deg)}}@media (prefers-reduced-motion:reduce){.character--idle .character__body,.character--run .character__leg--left,.character--run .character__leg--right,.character--rocketBoost .character__body,.character--rocketBoost .character__flame,.character--headShake .character__body{animation:none}.character--jump .character__parachute{transition:none}}.intro-overlay{z-index:100;background:#87ceeb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.intro-overlay__cloud{opacity:.55;background:#fff;border-radius:40px;position:absolute}.intro-overlay__cloud:before,.intro-overlay__cloud:after{content:"";background:#fff;border-radius:50%;position:absolute}.intro-overlay__cloud:before{width:50%;height:0;padding-bottom:50%;top:-30%;left:18%}.intro-overlay__cloud:after{width:35%;height:0;padding-bottom:35%;top:-20%;right:18%}.intro-overlay__cloud--1{width:160px;height:60px;animation:18s linear -4s infinite cloud-drift;top:55%}.intro-overlay__cloud--2{width:120px;height:45px;animation:24s linear -10s infinite cloud-drift;top:70%}.intro-overlay__cloud--3{width:140px;height:50px;animation:20s linear -16s infinite cloud-drift;top:80%}.intro-overlay__cloud--4{width:130px;height:48px;animation:22s linear -7s infinite cloud-drift;top:10%}.intro-overlay__cloud--5{width:100px;height:38px;animation:26s linear -14s infinite cloud-drift;top:28%}@keyframes cloud-drift{0%{transform:translate(55vw)}to{transform:translate(-55vw)}}.intro-overlay__scene{flex-direction:column;align-items:center;display:flex;position:relative}.intro-overlay__dialogue{color:#1a1a1a;background:#fff;border:2px solid #1a1a1a;border-radius:8px;max-width:280px;margin-bottom:12px;padding:12px 16px;font-size:.875rem;font-weight:600;line-height:1.5;position:relative}.intro-overlay__dialogue:after{content:"";background:#fff;border-bottom:2px solid #1a1a1a;border-right:2px solid #1a1a1a;width:14px;height:14px;margin-left:-7px;position:absolute;bottom:-8px;left:50%;transform:rotate(45deg)}.intro-overlay__dialogue p{margin:0}.intro-overlay__cta{cursor:pointer;color:#1a1a1a;text-align:left;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:none;margin-top:10px;padding:4px 0;font-family:inherit;font-size:.875rem;font-weight:800;display:block}.intro-overlay__cta:hover{text-decoration:none}.intro-overlay__cta:focus-visible,.intro-overlay__cta--no-ring:focus{outline:none}.intro-overlay__cta-caret{color:#e53935;animation:.35s ease-in-out infinite alternate caret-nudge;display:inline-block}@keyframes caret-nudge{0%{transform:translate(0)}to{transform:translate(2px)}}.intro-overlay__character{z-index:2;width:48px;margin-bottom:-4px;position:relative}.intro-overlay__char-body{background:#1a1a1a;border-radius:2px;width:48px;height:40px;animation:2s ease-in-out infinite intro-breathe;position:relative}@keyframes intro-breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.03)}}.intro-overlay__char-eye{background:#fff;width:8px;height:8px;position:absolute;top:10px}.intro-overlay__char-eye--left{left:12px}.intro-overlay__char-eye--right{right:12px}.intro-overlay__char-legs{justify-content:space-between;padding:0 8px;display:flex}.intro-overlay__char-leg{background:#1a1a1a;border-radius:0 0 2px 2px;width:12px;height:16px}.intro-overlay__plane{z-index:1;align-items:center;display:flex;position:relative}.intro-overlay__plane-body{background:#8ecf65;border-radius:20px 32px 32px 16px;justify-content:center;align-items:center;gap:10px;width:220px;height:56px;padding:0 24px 0 16px;display:flex;position:relative;box-shadow:0 4px #6db84a}.intro-overlay__plane-window{background:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:inset 0 1px #d0eaff}.intro-overlay__plane-tail{background:#b8e686;border-radius:6px 6px 2px 4px;width:28px;height:32px;position:absolute;top:-18px;left:-6px;transform:skew(-8deg);box-shadow:0 2px #8ecf65}.intro-overlay__plane-propeller{width:10px;height:10px;margin-top:-5px;animation:1.2s linear infinite propeller-spin;position:absolute;top:50%;right:-8px}.intro-overlay__plane-blade{background:#6db84a;border-radius:2px;width:4px;height:14px;position:absolute;top:-2px;left:3px}.intro-overlay__plane-blade:nth-child(2){transform-origin:50% 7px;transform:rotate(90deg)}@keyframes propeller-spin{to{transform:rotate(360deg)}}.intro-overlay__plane-wing{background:#b8e686;border-radius:4px 4px 8px 8px;width:60px;height:14px;margin-left:-30px;position:absolute;bottom:-10px;left:50%;box-shadow:0 2px #8ecf65}@media (prefers-reduced-motion:reduce){.intro-overlay__cloud,.intro-overlay__char-body,.intro-overlay__plane-propeller,.intro-overlay__cta-caret{animation:none}}.case-study-overlay{z-index:200;background:#000000bf;justify-content:center;align-items:center;animation:.25s ease-out case-study-fade-in;display:flex;position:fixed;inset:0}@keyframes case-study-fade-in{0%{opacity:0}to{opacity:1}}.case-study-modal{background:#fff;border-radius:10px;width:80%;max-width:1280px;max-height:85vh;font-family:Inter,sans-serif;animation:.3s ease-out case-study-slide-up;position:relative;overflow:hidden}.case-study-modal__scroll{overscroll-behavior:none;scrollbar-width:none;height:100%;max-height:85vh;overflow-y:auto}.case-study-modal__scroll:hover{scrollbar-width:thin;scrollbar-color:#0006 transparent}.case-study-modal__scroll::-webkit-scrollbar{width:0}.case-study-modal__scroll:hover::-webkit-scrollbar{width:14px}.case-study-modal__scroll:hover::-webkit-scrollbar-thumb{background:#0006;border-radius:3px}.case-study-modal__scroll:hover::-webkit-scrollbar-track{background:0 0}@keyframes case-study-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.case-study-modal__hero{object-fit:cover;border-radius:0;width:100%;height:35vh;display:block}.case-study-modal__close{z-index:2;padding:16px 20px 0;position:absolute;top:0;right:0}.case-study-modal__close-btn{color:#1a1a1a;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:4px 8px;font-size:2rem;line-height:1}.case-study-modal__close-btn:focus-visible{outline-offset:2px;outline:2px solid #36f}.case-study-modal__body{padding:96px 240px 116px}.case-study-modal__title{color:#1a1a1a;margin:0 0 24px;font-size:1.75rem;font-weight:700;line-height:1.3}.case-study-modal__intro{color:#1a1a1a;white-space:pre-line;margin:0 0 40px;font-size:.9375rem;line-height:1.7}.case-study-modal__section{margin-bottom:56px}.case-study-modal__section-title{color:#1a1a1a;margin:0 0 12px;font-size:1.125rem;font-weight:700}.case-study-modal__section-body{color:#1a1a1a;white-space:pre-line;margin:0 0 16px;font-size:.9375rem;line-height:1.7}.case-study-modal__image-placeholder{text-align:center;color:#999;background:#f0f0f0;border:2px dashed #ccc;border-radius:8px;margin-top:36px;padding:32px;font-size:.8125rem}.case-study-modal__caption{color:#888;text-align:left;margin:8px 0 0;font-size:.8125rem}.case-study-modal__impact{margin-top:40px}.case-study-modal__impact-title{color:#1a1a1a;margin:0 0 12px;font-size:1.125rem;font-weight:700}.case-study-modal__impact-body{color:#1a1a1a;white-space:pre-line;margin:0;font-size:.9375rem;line-height:1.7}@media (width<=600px){.case-study-modal__body{padding:96px 120px}.case-study-modal__title{font-size:1.375rem}}@media (prefers-reduced-motion:reduce){.case-study-overlay,.case-study-modal{animation:none}}.section-content{justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.section-content__button{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;width:100%;height:100%;padding:0;display:flex}.section-content__button:focus-visible{outline-offset:-2px;outline:2px solid #36f}.section-content__image{object-fit:cover;width:100%;height:100%}.pixel-sea{z-index:1;pointer-events:none;opacity:0;width:100%;height:100px;position:fixed;bottom:0;left:0}.pixel-sea--visible{opacity:1}.pixel-sea__foam{background:repeating-linear-gradient(90deg,#e0f7fa 0 8px,#0000 8px 16px,#fff 16px 24px,#0000 24px 40px,#e0f7fa 40px 48px,#0000 48px 56px,#fff 56px 64px,#0000 64px 72px,#e0f7fa 72px 80px,#0000 80px 96px) 0 0/96px 10px repeat-x;width:100%;height:10px;animation:3s ease-in-out infinite foamBob;position:absolute;top:0;left:0}.pixel-sea__shallow{background:#4dd0e1;width:100%;height:16px;animation:3s ease-in-out .15s infinite shallowBob;position:absolute;top:10px;left:0}.pixel-sea__mid{background:#29b6f6;width:100%;height:16px;animation:3s ease-in-out .3s infinite midBob;position:absolute;top:26px;left:0}.pixel-sea__deep{background:linear-gradient(#0288d1,#01579b);width:100%;position:absolute;top:42px;bottom:0;left:0}@keyframes foamBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes shallowBob{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes midBob{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.pixel-sea__foam,.pixel-sea__shallow,.pixel-sea__mid{animation:none}}.stage{background:#fff;width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.stage__sky{z-index:0;pointer-events:none;will-change:transform;background:linear-gradient(#87ceeb 0%,#fff 75%);position:absolute;inset:0}.stage:focus{outline:none}.stage__intro{z-index:5;max-width:400px;position:absolute;top:120px;left:40px}.stage__intro h1{color:#1a1a1a;letter-spacing:-.03em;margin-bottom:12px;font-size:2.25rem;font-weight:700}.stage__intro p{color:#555;font-size:1.125rem;line-height:1.6}.stage__cloud{opacity:.55;background:#fff;border-radius:40px;position:absolute}.stage__cloud:before,.stage__cloud:after{content:"";background:#fff;border-radius:50%;position:absolute}.stage__cloud:before{width:50%;height:0;padding-bottom:50%;top:-30%;left:18%}.stage__cloud:after{width:35%;height:0;padding-bottom:35%;top:-20%;right:18%}.stage__cloud--1{width:160px;height:60px;animation:33s linear -5s infinite stage-cloud-drift;top:55%}.stage__cloud--2{width:120px;height:45px;animation:44s linear -22s infinite stage-cloud-drift;top:70%}.stage__cloud--3{width:140px;height:50px;animation:36s linear -30s infinite stage-cloud-drift;top:80%}.stage__cloud--4{width:130px;height:48px;animation:40s linear -10s infinite stage-cloud-drift;top:10%}.stage__cloud--5{width:100px;height:38px;animation:47s linear -35s infinite stage-cloud-drift;top:28%}.stage__cloud--6{width:150px;height:55px;animation:35s linear -17s infinite stage-cloud-drift;top:45%}.stage__cloud--7{width:90px;height:34px;animation:45s linear -40s infinite stage-cloud-drift;top:15%}.stage__cloud--8{width:115px;height:43px;animation:38s linear -26s infinite stage-cloud-drift;top:62%}@keyframes stage-cloud-drift{0%{transform:translate(100vw)}to{transform:translate(-100vw)}}@media (prefers-reduced-motion:reduce){.stage__cloud{animation:none}}.return-to-top{z-index:50;color:#fff;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:#1a1a1a;border:none;border-radius:8px;padding:8px 12px;font-size:.875rem;font-weight:600;display:none;position:fixed;bottom:40px;right:40px}.return-to-top--visible{display:block}.return-to-top:focus-visible{outline-offset:4px;outline:2px solid #36f}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header{z-index:100;pointer-events:none;opacity:0;justify-content:flex-end;align-items:center;padding:30px 40px;transition:opacity .4s ease-out,transform .4s ease-out;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.header--visible{opacity:1;transform:translateY(0)}.header__character{pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.header__char-icon-wrap{flex-shrink:0;width:20px;height:16px;overflow:hidden}.header__char-icon{background:#1a1a1a;border-radius:2px;width:20px;height:16px;transition:transform .3s ease-out;position:relative;transform:translateY(100%)}.header__character:hover .header__char-icon,.header__character--active .header__char-icon{transform:translateY(0)}.header__char-eye{background:#fff;width:3px;height:3px;animation:4s ease-in-out infinite header-blink;position:absolute;top:4px}.header__char-eye--left{left:5px}.header__char-eye--right{right:5px}.header__char-label{color:#1a1a1a;white-space:nowrap;font-size:1rem;font-weight:600}@keyframes header-blink{0%,90%,to{height:3px}95%{height:0}}.header__character:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #36f}.header__overlay{z-index:200;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.header__modal{color:#1a1a1a;background:#fff;border:2px solid #1a1a1a;border-radius:8px;width:90%;max-width:400px;padding:24px;font-size:.875rem;font-weight:600;line-height:1.6;position:relative}.header__modal-char{background:#1a1a1a;border-radius:4px 4px 0 0;width:38px;height:30px;position:absolute;bottom:100%;left:16px}.header__modal-eye{background:#fff;width:6px;height:6px;animation:4s ease-in-out infinite modal-blink;position:absolute;top:9px}.header__modal-eye--left{left:9px}.header__modal-eye--right{right:9px}@keyframes modal-blink{0%,90%,to{height:6px}95%{height:0}}.header__modal-close{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#1a1a1a;border:none;border-radius:4px 4px 0 0;padding:6px 12px;font-size:.875rem;font-weight:600;position:absolute;bottom:100%;right:16px}.header__modal-close:focus-visible{outline-offset:2px;border-radius:4px 4px 0 0;outline:2px solid #36f}@media (prefers-reduced-motion:reduce){.header{transition:none}.header__char-eye,.header__modal-eye{animation:none}.header__char-icon{transition:none}}.skip-link{z-index:200;color:#fff;background:#1a1a1a;border-radius:0 0 4px 4px;padding:8px 16px;font-size:.875rem;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:16px}.skip-link:focus{top:0}
