*{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:#b8e2ff;position:absolute;top:0;left:0;overflow:hidden;transform:translateZ(0)}@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;transform:translateZ(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:#86cfff;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;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)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__cta-key{color:#555;vertical-align:1px;background:#f0f0f0;border:none;border-radius:3px;margin-left:4px;padding:1px 5px;font-family:inherit;font-size:.7rem;font-weight:600;display:inline;box-shadow:0 1px 3px #0000004d}.intro-overlay__scroll-hint{cursor:pointer;z-index:10;color:#1a1a1a;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;align-items:center;padding:4px 0;font-size:.95rem;font-weight:800;animation:.5s ease-out both scroll-hint-fadein;display:flex;position:absolute;bottom:clamp(24px,5vh,48px);left:50%;transform:translate(-50%)}.intro-overlay__scroll-hint:focus-visible{outline-offset:6px;border-radius:4px;outline:2px solid #1a1a1a}.intro-overlay__scroll-arrow{color:#e53935;-webkit-text-stroke:.3px currentColor;align-items:center;line-height:1;animation:.35s ease-in-out infinite alternate arrow-nudge;display:inline-flex}@keyframes scroll-hint-fadein{0%{transform:translate(-50%)translateY(20px)}60%{transform:translate(-50%)translateY(-4px)}80%{transform:translate(-50%)translateY(2px)}to{transform:translate(-50%)translateY(0)}}@keyframes arrow-nudge{0%{transform:translateY(-1px)}to{transform:translateY(1px)}}.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,.intro-overlay__scroll-hint,.intro-overlay__scroll-arrow{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;transition:width .35s,max-width .35s,max-height .35s,border-radius .35s,height .35s;animation:.3s ease-out case-study-slide-up;position:relative;overflow:hidden}.case-study-modal--fullscreen{border-radius:0;width:100%;max-width:100%;height:100vh;max-height:100vh}.case-study-modal--fullscreen .case-study-modal__scroll{max-height:100vh}.case-study-modal--fullscreen .case-study-modal__hero{aspect-ratio:21/9;height:auto}.case-study-modal--fullscreen .case-study-modal__body{max-width:1052px;margin-left:auto;margin-right:auto;padding:96px 70px 116px}.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;width:100%;height:45vh;display:block}@media (width<=1024px) and (width>=769px){.case-study-modal__hero{aspect-ratio:2;height:auto}}.case-study-modal__close{z-index:2;align-items:center;gap:4px;padding:16px 20px 0;display:flex;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;justify-content:center;align-items:center;padding:4px 8px;font-size:2rem;line-height:1;display:flex}.case-study-modal__close-btn:focus-visible{outline-offset:2px;outline:2px solid #36f}.case-study-modal__body{max-width:825px;margin-left:auto;margin-right:auto;padding:96px 50px 116px}.case-study-modal__body>:last-child{margin-bottom:0}.case-study-modal__tags{flex-wrap:wrap;gap:8px;margin-top:0;margin-bottom:28px;display:flex}.case-study-modal__tag{color:#555;background:#f3f3f3;border-radius:6px;padding:4px 10px;font-size:.8125rem;font-weight:500;line-height:1.4}.case-study-modal__title{color:#1a1a1a;margin:0 0 12px;font-size:1.75rem;font-weight:700;line-height:1.3}.case-study-modal__intro,.case-study-modal__section-body,.case-study-modal__impact-body{color:#1a1a1a;white-space:pre-line;margin:0;font-size:.9375rem;line-height:1.7}.case-study-modal__intro{margin-bottom:60px}.case-study-modal__section{margin-bottom:80px}.case-study-modal__section-title{color:#1a1a1a;margin:0 0 12px;font-size:1.125rem;font-weight:700}.case-study-modal__image-placeholder{text-align:center;color:#999;background:#f0f0f0;border:2px dashed #ccc;border-radius:8px;margin-top:60px;padding:32px;font-size:.8125rem}.case-study-modal__video-wrap{background:#f5f5f5;border:1px solid #ececec;border-radius:8px;margin-top:60px;position:relative;overflow:hidden}.case-study-modal__play-btn{cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding-left:4px;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-study-modal__play-btn:hover{background:#000000bf}.case-study-modal__video{width:100%;display:block}.case-study-modal__image-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:60px;display:grid}.case-study-modal__image-grid .case-study-modal__video-wrap{margin-top:0}.case-study-modal__image-grid .case-study-modal__video-wrap:first-child{grid-column:1/-1}.case-study-modal__image-grid .case-study-modal__video{object-fit:contain;height:auto}.case-study-modal__image-grid-2x2{grid-template-columns:1fr 1fr;gap:24px;margin-top:60px;display:grid}.case-study-modal__image-grid-2x2 .case-study-modal__video-wrap{margin-top:0}.case-study-modal__image-grid-2x2 .case-study-modal__video{object-fit:contain;height:auto}.case-study-modal__media-item{margin-top:60px}.case-study-modal__media-item .case-study-modal__video-wrap,.case-study-modal__media-item .case-study-modal__image-grid,.case-study-modal__media-item .case-study-modal__image-grid-2x2{margin-top:0}.case-study-modal__caption{color:#666;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__clickable{cursor:pointer}.case-study-modal__back{display:none}.case-study-modal__back button{color:#1a1a1a;cursor:pointer;background:0 0;border:none;align-items:center;min-height:44px;padding:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;display:flex}.case-study-modal__lightbox{z-index:300;background:#000000e6;justify-content:center;align-items:center;animation:.2s ease-out case-study-fade-in;display:flex;position:fixed;inset:0}.case-study-modal__lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}.case-study-modal__lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:2.5rem;line-height:1;position:absolute;top:20px;right:24px}@media (width<=768px){.case-study-overlay{background:#fff}.case-study-modal{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh}.case-study-modal__scroll{max-height:100dvh}.case-study-modal__hero{aspect-ratio:3/2;height:auto}.case-study-modal__close{display:none}.case-study-modal__back{z-index:3;background:#fff;align-items:center;margin-top:36px;padding:12px 40px;display:flex;position:sticky;top:0}.case-study-modal__body{padding:0 40px 40px}.case-study-modal__title{font-size:1.375rem}.case-study-modal__intro,.case-study-modal__section-body,.case-study-modal__impact-body{font-size:1rem}.case-study-modal__caption{font-size:.875rem}.case-study-modal__intro{margin-bottom:60px}.case-study-modal__section{margin-bottom:80px}.case-study-modal__media-item,.case-study-modal__video-wrap,.case-study-modal__image-grid,.case-study-modal__image-grid-2x2{margin-top:48px}.case-study-modal__image-grid,.case-study-modal__image-grid-2x2{grid-template-columns:1fr;gap:12px}}@media (prefers-reduced-motion:reduce){.case-study-overlay,.case-study-modal,.case-study-modal__hero{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;position:relative}.section-content__button:after{content:"";opacity:0;pointer-events:none;background:#0000000d;transition:opacity .3s;position:absolute;inset:0}@media (hover:hover){.section-content__button:hover:after{opacity:1}}.section-content__button:focus-visible{outline-offset:-2px;outline:2px solid #36f}.section-content__image{object-fit:cover;width:100%;height:100%}.section-content__image--mobile-only{display:none}@media (width<=767px){.section-content__image--mobile-only{display:block}.section-content__image--desktop-only{display:none}}.pixel-sea{z-index:1;pointer-events:none;opacity:0;width:100%;height:130px;transition:opacity .6s ease-out;position:fixed;bottom:0;left:0;overflow:hidden}.pixel-sea--visible{opacity:1}.pixel-sea__crest{width:100%;height:24px;image-rendering:pixelated;image-rendering:-webkit-optimize-contrast;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 24' shape-rendering='crispEdges'%3E%3Crect x='16' y='0' width='8' height='8' fill='%23e8fffe'/%3E%3Crect x='24' y='0' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='64' y='0' width='8' height='8' fill='%23e8fffe'/%3E%3Crect x='72' y='0' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='8' y='8' width='8' height='8' fill='%23e8fffe'/%3E%3Crect x='16' y='8' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='24' y='8' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='32' y='8' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='56' y='8' width='8' height='8' fill='%23e8fffe'/%3E%3Crect x='64' y='8' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='72' y='8' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='80' y='8' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='0' y='16' width='8' height='8' fill='%23e8fffe'/%3E%3Crect x='8' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='16' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='24' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='32' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='40' y='16' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='48' y='16' width='8' height='8' fill='%23a8f0e6'/%3E%3Crect x='56' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='64' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='72' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='80' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3Crect x='88' y='16' width='8' height='8' fill='%2372e8d8'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:96px 24px;animation:3s linear infinite crestScroll,2.5s steps(3,end) infinite crestBob;position:absolute;top:0;left:0}.pixel-sea__shallow{background:repeating-linear-gradient(90deg,#0000 0 32px,#ffffff26 32px 40px) 0 0/72px 100%,#72e8d8 0 0/100% 100%;width:100%;height:20px;animation:5s linear infinite shimmer,2.5s steps(3,end) .15s infinite shallowBob;position:absolute;top:24px;left:0}.pixel-sea__mid-shallow{background:#45c4c4;width:100%;height:20px;animation:2.5s steps(3,end) .3s infinite midShallowBob;position:absolute;top:44px;left:0}.pixel-sea__mid-deep{background:#2a8fa8;width:100%;height:22px;animation:2.5s steps(3,end) .45s infinite midDeepBob;position:absolute;top:64px;left:0}.pixel-sea__deep{background:linear-gradient(#1a4f6e 0% 50%,#0d2b3e 50% 100%);width:100%;position:absolute;top:86px;bottom:0;left:0}@keyframes crestScroll{0%{background-position-x:0}to{background-position-x:96px}}@keyframes crestBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes shimmer{0%{background-position:0 0,0 0}to{background-position:72px 0,0 0}}@keyframes shallowBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes midShallowBob{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes midDeepBob{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}.pixel-sea__fish{background:0 0;width:4px;height:4px;position:absolute}.pixel-sea__fish--1{animation:8s linear infinite fishSwim1;top:72px;left:0;box-shadow:0 0 0 2px #ffc2d1,4px 0 0 2px #ffc2d1,8px 0 0 2px #ffc2d1,4px -4px 0 2px #ffc2d1,-4px -4px 0 2px #ffc2d1,-4px 4px 0 2px #ffc2d1,8px 0 0 2px #1a1a1a}.pixel-sea__fish--2{animation:10s linear 2s infinite fishSwim2;top:52px;left:auto;right:0;box-shadow:0 0 0 2px #e8fffe,-4px 0 0 2px #e8fffe,-8px 0 0 2px #e8fffe,-4px -4px 0 2px #e8fffe,4px -4px 0 2px #e8fffe,4px 4px 0 2px #e8fffe,-8px 0 0 2px #1a1a1a}@keyframes fishSwim1{0%{transform:translate(-30px)}to{transform:translate(calc(100vw + 30px))}}@keyframes fishSwim2{0%{transform:translate(30px)}to{transform:translate(calc(-100vw - 30px))}}.pixel-sea__bubble{background:#ffffff80;width:4px;height:4px;position:absolute;bottom:10px}.pixel-sea__bubble--1{animation:3s ease-out infinite bubbleRise;left:25%}.pixel-sea__bubble--2{animation:4s ease-out 1.2s infinite bubbleRise;left:55%}.pixel-sea__bubble--3{animation:3.5s ease-out 2.5s infinite bubbleRise;left:80%}@keyframes bubbleRise{0%{opacity:.6;transform:translateY(0)}80%{opacity:.6}to{opacity:0;transform:translateY(-80px)}}.pixel-sea__sparkle{opacity:0;background:#fff;width:4px;height:4px;position:absolute;top:28px}.pixel-sea__sparkle--1{animation:2s step-end infinite sparkle;left:30%}.pixel-sea__sparkle--2{animation:3s step-end .8s infinite sparkle;left:70%}@keyframes sparkle{0%,40%{opacity:0}45%,55%{opacity:1}60%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.pixel-sea__crest,.pixel-sea__shallow,.pixel-sea__mid-shallow,.pixel-sea__mid-deep,.pixel-sea__fish--1,.pixel-sea__fish--2,.pixel-sea__bubble--1,.pixel-sea__bubble--2,.pixel-sea__bubble--3,.pixel-sea__sparkle--1,.pixel-sea__sparkle--2{animation:none}}.section-nav{z-index:50;flex-direction:row;align-items:center;gap:10px;display:flex;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.section-nav__dot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:background .2s,transform .2s;position:relative}.section-nav__dot:hover:not(:disabled){background:#fff9;transform:scale(1.25)}.section-nav__dot--active{cursor:default;background:#1a1a1a}.section-nav__dot--home{width:12px;height:12px}.section-nav__dot:focus-visible{outline-offset:4px;outline:2px solid #36f}.section-nav__dot:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#1a1a1a;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600;transition:opacity .15s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.section-nav__dot:hover:before,.section-nav__dot:focus-visible:before{opacity:1}@media (width<=767px){.section-nav{gap:8px;bottom:24px}.section-nav__dot{width:16px;height:16px;box-shadow:0 0 0 12px #0000}.section-nav__dot--home{width:16px;height:16px}.section-nav__dot:hover:not(:disabled){background:#fff;transform:none}.section-nav__dot:hover:before{opacity:0}}.stage{touch-action:none;background:#b8e2ff;width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.stage__sky{z-index:0;pointer-events:none;will-change:transform;background:#b8e2ff;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}}.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:space-between;align-items:flex-start;gap:20px;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__volume{pointer-events:auto;align-items:center;gap:6px;display:flex}.header__volume-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0}.header__volume-btn:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #36f}.header__volume-btn img{display:block}.header__volume-slider{appearance:none;cursor:pointer;opacity:0;border:none;border-radius:3px;outline:none;width:64px;max-width:0;height:6px;transition:max-width .3s,opacity .3s;overflow:hidden}.header__volume:hover .header__volume-slider{opacity:1;max-width:64px}.header__volume-slider::-webkit-slider-thumb{appearance:none;width:0;height:0}.header__volume-slider::-moz-range-thumb{border:none;width:0;height:0}.header__volume-slider:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #36f}.header__volume-label{color:#1a1a1a;white-space:nowrap;opacity:0;min-width:0;max-width:0;margin-left:4px;font-size:.75rem;font-weight:600;transition:max-width .3s,opacity .3s;overflow:hidden}.header__volume:hover .header__volume-label{opacity:1;max-width:40px}@media (width<=767px){.header__volume-slider,.header__volume-label{display:none!important}}.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:560px;font-size:.875rem;font-weight:500;line-height:1.6;position:relative}.header__modal-scroll{max-height:calc(85vh - 48px);padding:48px;overflow-y:auto}.header__modal-bio{margin:0 0 28px}.header__modal-bio p{margin:0 0 .6em}.header__modal-bio p:last-child{margin-bottom:0}.header__modal-links{flex-direction:row;align-items:center;gap:16px;margin-bottom:28px;display:flex}.header__modal-link{color:#1a1a1a;align-items:center;gap:5px;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.header__modal-link:hover{text-decoration:underline}.header__modal-link-icon{flex-shrink:0;width:13px;height:13px;display:block}.header__modal-divider{border:none;border-top:1px solid #e0e0e0;margin:0 0 28px}.header__modal-timeline{flex-direction:column;gap:6px;display:flex}.header__modal-timeline-row{align-items:baseline;gap:12px;display:flex}.header__modal-timeline-year{color:#666;flex-shrink:0;min-width:90px;font-size:.7rem;font-weight:400}.header__modal-timeline-company{font-size:.875rem;font-weight:400}.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 (width<=1024px){.header__modal-bio,.header__modal-link,.header__modal-timeline-company{font-size:.85rem}.header__modal-timeline-year{min-width:80px;font-size:.65rem}}@media (width<=767px){.header__modal-scroll{padding:24px}.header__modal-bio,.header__modal-links,.header__modal-divider{margin-bottom:20px}}@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}
