@font-face{font-family:Figtree;src:url(/fonts/Figtree-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/fonts/Figtree-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{--font-body:"Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--page:#fff;--surface:#f0f0f0;--surface-soft:#fbfbfb;--surface-raised:#f2f5f9;--surface-card:#f0f0f0;--contact-panel:#f2f5f9;--text:#292929;--text-strong:#171717;--text-on-blue:#fff;--muted:#727c8c;--muted-2:#878ea3;--muted-3:#53565e;--muted-4:#6d7a9e;--label:#7590ac;--placeholder:#c4ccdf;--accent-name:#5884ff;--line:#d8e2f1;--line-soft:#d8e2f2;--line-pill:#e4e4e4;--line-tag:#bdcce3;--chip-bg:#eef3fb;--chip-bg-active:#eef3fb;--chip-text:#727c8c;--nda-bg:#dfeafb;--client-logo-bg:transparent;--client-logo-hover:#f0f0f0;--cursor-dot:#000;--toggle-ring:#ebebeb;--toggle-dot:#6c6c6c;--toggle-tooltip-bg:#ebebeb;--toggle-tooltip-text:#6b6b6b;--icon-muted:#9bb2cf;--social-icon:#7590ab;--status-text:#373737;--status-icon-outer:#e2ffdf;--status-icon-inner:#62e856;--nav-active:#292929;--blue:#06f;--blue-strong:#06f;--blue-outline:#3083ff;--blue-muted:#6583a2;--green:#2dc76d;--container-max:1440px;--container-pad:clamp(20px, 3.89vw, 56px);--radius-contact-card:clamp(28px, 2.97vw, 43px);--radius-button:clamp(32px, 3.24vw, 46.67px);--radius-tag:clamp(42px, 4.31vw, 62px);--radius-input:999px;--radius-textarea:16px;--shadow-button-inset:inset 0 0 13.78px #fff6;--shadow-blue:0 12px 36px #0066ff38;--input-bg:#fff;--glass-bg:#ffffffd6;--glass-text:#3d4655;--avatar-gloss:linear-gradient(180deg, #ffffff40 0%, #ffffff26 100%)}[data-theme=dark]{color-scheme:dark;--page:#111;--surface:#242424;--surface-soft:#2c2c2c;--surface-raised:#242424;--surface-card:#232323;--contact-panel:#232323;--text:#fff;--text-strong:#fff;--text-on-blue:#fff;--muted:#828282;--muted-2:#878ea3;--muted-3:#828282;--muted-4:#9aa6c1;--label:#7590ac;--placeholder:#c4ccdf;--accent-name:#488fff;--line:#d8e2f1;--line-soft:#d8e2f2;--line-pill:#484c57;--line-tag:#d8e2f2;--chip-bg:transparent;--chip-bg-active:#eef3fb1f;--chip-text:#f3f3f3;--nda-bg:#dfeafb1f;--client-logo-bg:transparent;--client-logo-hover:#242424;--cursor-dot:#fff;--toggle-ring:#242424;--toggle-dot:#ebebeb;--toggle-tooltip-bg:#242424;--toggle-tooltip-text:#ebebeb;--icon-muted:#9bb2cf;--social-icon:#a9c5e2;--status-text:#fff;--status-icon-outer:#313d30;--nav-active:#fff;--blue-muted:#b7c6d5;--input-bg:transparent;--glass-bg:#242424d6;--glass-text:#fff;--avatar-gloss:linear-gradient(180deg, #ffffff14 0%, #ffffff05 100%)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:auto;color-scheme:light;background:var(--page);min-height:100%}html[data-theme=dark]{color-scheme:dark}body{min-width:320px;min-height:100%;color:var(--text);background:var(--page);font-family:var(--font-body);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}img,svg,video{max-width:100%;display:block}img,video{user-select:none;-webkit-user-drag:none}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:0}.site-shell{overflow:clip}.cursor{z-index:3000;pointer-events:none;opacity:0;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .18s;display:flex;position:fixed;inset:0}.cursor.is-visible{opacity:1}.cursor-dot{background:var(--cursor-dot);border-radius:999px;width:12px;height:12px}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.site-header{z-index:10;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:32px;padding-block:24px;display:flex}.header-controls{display:contents}.availability,.nav-links,.status-pill{align-items:center;display:flex}.availability{min-width:0;color:var(--text);letter-spacing:-.008em;gap:12px;font-size:15px;font-weight:500;line-height:1.2}.availability>span:first-child{color:var(--accent-name)}.status-pill{border:1px solid var(--line-pill);border-radius:var(--radius-tag);min-height:auto;color:var(--status-text);white-space:nowrap;gap:4px;padding:6px;font-size:11px;line-height:1}.status-icon{flex:none;width:8.24px;height:8.24px}.status-icon-outer{fill:var(--status-icon-outer)}.status-icon-inner{fill:var(--status-icon-inner)}.status-dot{background:var(--green);border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 4px #2dc76d1f}.nav-theme-toggle{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.nav-theme-toggle-icon{width:19px;height:19px;display:block}.nav-theme-toggle-tooltip{z-index:20;background:var(--toggle-tooltip-bg);color:var(--toggle-tooltip-text);font-family:var(--font-body);white-space:nowrap;pointer-events:none;opacity:0;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:500;line-height:1;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(2px)}.nav-theme-toggle:hover .nav-theme-toggle-tooltip,.nav-theme-toggle:focus-visible .nav-theme-toggle-tooltip{opacity:1;transform:translate(-50%)translateY(0)}.nav-theme-toggle-ring{fill:var(--toggle-ring)}.nav-theme-toggle-dot{fill:var(--toggle-dot)}.nav-theme-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:999px}.nav-links{color:var(--muted-3);gap:32px;font-size:14px;line-height:1.2}.nav-link{color:var(--muted);font-size:15px;font-weight:500;line-height:1.2}.nav-link.is-active{color:var(--nav-active)}.nav-link:focus-visible,.nav-cta:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.nav-cta{border-radius:var(--radius-button);outline:1px solid var(--blue-outline);outline-offset:-1px;min-height:45.72px;color:var(--text-on-blue);background:var(--blue);box-shadow:var(--shadow-button-inset);text-align:center;white-space:nowrap;border:0;justify-content:center;align-items:center;padding:0 20.48px;font-size:14px;font-weight:400;line-height:1;display:inline-flex}.hero-section{padding-block:48px 40px}.hero-grid{grid-template-columns:minmax(0,608fr) minmax(280px,531fr);align-items:center;gap:clamp(48px,13.1vw,189px);display:grid}.hero-copy{min-width:0}.avatar,.avatar-lottie{aspect-ratio:1;border-radius:37.23%;width:clamp(56px,4.86vw,69.87px);margin-bottom:15px;position:relative;overflow:hidden}.avatar-lottie:after,.contact-avatar-lottie:after{content:"";z-index:10;border-radius:inherit;background:var(--avatar-gloss);pointer-events:none;position:absolute;inset:0}.avatar-lottie canvas{width:100%;height:100%;display:block}.hero-copy .avatar,.hero-copy .avatar-lottie{width:74px}.hero-intro{flex-direction:column;gap:36px;width:100%;min-width:0;max-width:608px;display:flex;container-type:inline-size}.hero-heading{--hero-heading-size:clamp(20px, 3.947cqi, 24px);--hero-heading-leading:calc(var(--hero-heading-size) * 1.28);--hero-icon-width:calc(var(--hero-heading-size) * .825);--hero-icon-height:calc(var(--hero-heading-size) * .729);width:100%;max-width:none;color:var(--text);font-size:var(--hero-heading-size);font-weight:400;line-height:var(--hero-heading-leading);letter-spacing:-.02em;margin:0;display:block;position:relative}.hero-heading-text{width:100%;min-width:0;display:block}.hero-heading-line,.hero-heading-line-text{display:inline}.hero-heading-icon{float:left;width:var(--hero-icon-width);height:var(--hero-icon-height);margin:calc(var(--hero-heading-size) * .25) 8px 0 0;pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:relative;top:auto;left:auto}.hero-heading:after{content:"";clear:both;display:table}.hero-heading-icon img{width:100%;height:100%}@media (width>=981px){.hero-heading{--hero-heading-size:clamp(17px, 5.263cqi, 32px);--hero-heading-leading:calc(var(--hero-heading-size) * 1.2)}.hero-heading-line{display:block;overflow:hidden}.hero-heading-line-text{animation:.5s both hero-heading-line-rise;display:inline-block;transform:translateY(100%)}.hero-heading-line:first-child .hero-heading-line-text{animation-delay:0s}.hero-heading-line:nth-child(2) .hero-heading-line-text{animation-delay:.12s}.hero-heading-line:nth-child(3) .hero-heading-line-text{animation-delay:.24s}}@keyframes hero-heading-line-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-heading-line-text,.client-logo,.media-card,.project-description{opacity:1;animation:none;transform:none}}.client-strip{justify-content:space-between;align-items:center;width:100%;min-width:0;min-height:52px;margin-top:0;display:flex}.client-logo{box-sizing:border-box;background:var(--client-logo-bg);border-radius:999px;flex:none;justify-content:center;align-items:center;width:clamp(62px,6.1vw,88px);height:clamp(37px,3.6vw,52px);padding:10px 14px;transition:background-color .18s;animation:.3s both client-logo-slide-in;display:inline-flex}.client-logo:first-child{animation-delay:0s}.client-logo:nth-child(2){animation-delay:.2s}.client-logo:nth-child(3){animation-delay:.4s}.client-logo:nth-child(4){animation-delay:.6s}.client-logo:nth-child(5){animation-delay:.8s}.client-logo:hover{background:var(--client-logo-hover)}.client-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}@keyframes client-logo-slide-in{0%{opacity:0}to{opacity:1}}.scroll-note{width:100%;max-width:608px;color:var(--muted-4);align-items:center;gap:7px;margin-top:60px;font-size:12px;line-height:16px;animation:.4s 1s both scroll-note-fade-in;display:flex}.scroll-mark{flex:none;width:10px;height:16px;position:relative;overflow:hidden}.scroll-mark-lottie canvas{width:100%;height:100%;display:block}@keyframes scroll-note-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scroll-note-fade-in{0%{opacity:0}to{opacity:1}}.scroll-note-text{animation:2.6s ease-in-out infinite scroll-note-pulse}@media (prefers-reduced-motion:reduce){.scroll-note,.scroll-note-text{animation:none}.hero-preview{animation:none;transform:none}}.hero-preview{aspect-ratio:531/344;background:var(--surface);isolation:isolate;border-radius:clamp(56px,23.3522cqi,124px);width:100%;min-width:0;max-height:344px;margin:0;padding:0;animation:1s both hero-preview-scale-in;position:relative;overflow:hidden;container-type:inline-size}@keyframes hero-preview-scale-in{0%{transform:scale(.8)}to{transform:scale(1)}}.hero-preview-slide{will-change:transform;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;transform:translate(100%)}.hero-preview-slide video{aspect-ratio:1110/720;object-fit:cover;object-position:center;width:auto;max-width:calc(100% - clamp(64px,19.4vw,140px));height:auto;max-height:calc(100% - clamp(48px,12.8vw,88px));display:block}.hero-preview figcaption{width:172px;color:var(--muted);background:var(--glass-bg);letter-spacing:-.01em;backdrop-filter:blur(14px);border-radius:16px;padding:10px;font-size:9px;line-height:12px;position:absolute;bottom:-34px;right:52%;box-shadow:0 16px 42px #15254014}.hero-preview figcaption strong{color:var(--glass-text);margin-top:6px;font-size:10px;font-weight:500;display:block}.work-section{padding-top:48px;padding-bottom:88px}.work-list{flex-direction:column;gap:32px;width:100%;min-width:0;display:flex}.project-block{flex-direction:column;gap:clamp(20px,1.67vw,24px);width:100%;min-width:0;display:flex}.project-media-grid{gap:24px;width:100%;min-width:0;display:grid}.layout-small-large{grid-template-columns:minmax(0,449fr) minmax(0,855fr)}.layout-large-small{grid-template-columns:minmax(0,855fr) minmax(0,449fr)}.layout-even{grid-template-columns:repeat(2,minmax(0,1fr))}.media-card{background:var(--surface);transform-origin:50%;will-change:transform;border-radius:68px;width:100%;min-width:0;max-width:100%;height:clamp(260px,28.2vw,406px);margin:0;position:relative;overflow:hidden;transform:scale(.96);container-type:inline-size}.media-card img,.media-card video{border-radius:inherit;object-fit:cover;pointer-events:none;width:100%;min-width:0;max-width:100%;height:100%;display:block;position:absolute;inset:0}.project-media-grid .media-card:after{content:"";z-index:2;border-radius:inherit;pointer-events:auto;cursor:default;background:0 0;position:absolute;inset:0}.media-card .is-top-left{object-position:left top}.media-card .is-top-center{object-position:center top}.project-meta,.project-title,.tag-list{align-items:center;display:flex}.project-description{background:var(--surface-raised);transform-origin:50%;will-change:transform;border-radius:0 32px 32px;justify-content:space-between;align-self:stretch;align-items:center;gap:24px;width:100%;min-width:0;padding:20px 24px;transform:translateY(16px)}.project-title{min-width:0;color:var(--text);letter-spacing:-.008em;flex:auto;gap:8px;margin:0;font-size:clamp(18px,1.53vw,22px);font-weight:400;line-height:1.2}.project-title img{object-fit:contain;flex:none;width:auto;max-width:19.61px;height:16.98px}.project-wordmark{color:var(--text-strong);letter-spacing:-.01em;flex:none;font-size:13px;font-weight:500;line-height:1}.project-title span{min-width:0}@media (width>=981px){.project-title,.project-title span{white-space:nowrap}}.tag-list{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;max-width:100%;margin:0;padding:0;list-style:none}.tag-list li{border:1px solid var(--line-tag);border-radius:var(--radius-tag);height:auto;min-height:auto;color:var(--muted);white-space:nowrap;background:0 0;justify-content:center;align-items:center;padding:6px;font-size:14px;font-weight:500;line-height:12.6849px;display:inline-flex}.tag-list li.is-nda{background:var(--nda-bg);gap:4px}.tag-list li.is-nda img{flex:none;width:13px;height:13px}.choice-row span{border:1px solid var(--line-soft);border-radius:var(--radius-tag);min-height:auto;color:var(--chip-text);background:var(--chip-bg);white-space:nowrap;align-items:center;padding:8px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.contact-section{background:var(--page);padding-top:0;padding-bottom:68px}.contact-grid{grid-template-columns:minmax(0,721fr) minmax(320px,575fr);align-items:stretch;gap:32px;display:grid}.contact-form-wrap{flex-direction:column;gap:32px;min-width:0;display:flex}.section-title{align-items:center;gap:10px;display:flex}.section-title h2,.contact-card h2{color:var(--text);letter-spacing:-.008em;margin:0;font-size:clamp(28px,2.36vw,34px);font-weight:500;line-height:1.2}.title-dot{background:var(--blue);border-radius:50%;width:10px;height:10px}.contact-form-wrap>p{max-width:464px;color:var(--muted-2);letter-spacing:-.002em;margin:12px 0 40px;font-size:18px;line-height:1.5}.contact-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.contact-form label,.message-field{flex-direction:column;gap:12px;display:flex}.contact-form label{min-width:0}.contact-form fieldset{border:0;grid-column:1/-1;min-width:0;margin:0;padding:0;display:block}.contact-form span,.contact-form legend{color:var(--label);font-size:15px;font-weight:500;line-height:1.2}.contact-form legend{width:100%;margin-bottom:20px;padding:0;display:block}.contact-form input,.contact-form textarea{outline:1px solid var(--line);outline-offset:-1px;width:100%;color:var(--text);background:var(--input-bg);border:0}.contact-form input{border-radius:var(--radius-input);min-height:48px;padding:16px}.contact-form textarea{resize:vertical;border-radius:var(--radius-textarea);min-height:83px;max-height:120px;padding:16px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--placeholder)}.choice-row{flex-wrap:wrap;gap:8px;display:flex}.message-field,.contact-form button{grid-column:1/-1}.contact-form button{border-radius:var(--radius-button);outline:1px solid var(--blue-outline);outline-offset:-1px;min-height:auto;color:var(--text-on-blue);background:var(--blue);box-shadow:var(--shadow-button-inset);border:0;justify-content:center;align-items:center;padding:24px;font-size:16px;font-weight:500;line-height:1.2;display:inline-flex}.contact-card{background:var(--contact-panel);text-align:center;border-radius:42px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:570px;padding:64px 40px;display:flex}.contact-card-inner{flex-direction:column;align-items:center;gap:40px;width:100%;display:flex}.contact-main,.contact-content{flex-direction:column;align-items:center;display:flex}.contact-main{gap:20px}.contact-content{gap:32px}.contact-avatar-stack{flex-direction:column;align-items:center;gap:4px;display:flex}.contact-status-badge{width:auto;max-width:100%;height:32px;display:block}.contact-avatar-lottie{aspect-ratio:1;border-radius:34.48%;width:clamp(88px,8.06vw,116px);margin:0;position:relative;overflow:hidden}.contact-avatar-lottie canvas{width:100%;height:100%;display:block}.contact-card h2{flex-direction:column;align-items:center;gap:8px;margin-bottom:0;line-height:.85;display:flex}.contact-heading-row{justify-content:center;align-items:center;gap:8px;display:inline-flex}.contact-card h2 img{width:26px;height:23px;margin-bottom:0}.contact-content>a{border-radius:var(--radius-button);outline:1px solid var(--blue-muted);outline-offset:-1px;width:min(100%,343px);min-height:58px;color:var(--blue-muted);backdrop-filter:blur(53px);background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:500;line-height:1.2;display:inline-flex}.contact-content>a img{flex:none;width:10px;height:10px}.social-links{justify-content:center;gap:32px;display:flex}.social-links a{justify-content:center;align-items:center;width:17px;height:17px;display:inline-flex}.social-links img{object-fit:contain;width:17px;height:17px}.contact-card p{color:var(--blue-muted);margin:0;font-size:15px;font-weight:500;line-height:18px}[data-theme=dark] .tag-list li{color:var(--chip-text)}[data-theme=dark] .choice-row span:first-child{background:var(--chip-bg-active)}[data-theme=dark] .client-logo img[src*=nura],[data-theme=dark] .client-logo img[src*=malo],[data-theme=dark] .client-logo img[src*=pilit],[data-theme=dark] .project-title img[src*=nura],[data-theme=dark] .project-title img[src*=pilit],[data-theme=dark] .project-title img[src*=malo],[data-theme=dark] .project-title img[src*=clients\/pilit]{filter:brightness(0)invert()}[data-theme=dark] .hero-heading-icon img,[data-theme=dark] .contact-card h2 img{opacity:.85}[data-theme=dark] .social-links img,[data-theme=dark] .contact-content>a img[src*=arrow]{filter:brightness(0)saturate()invert(72%)sepia(18%)saturate(520%)hue-rotate(176deg)brightness(95%)contrast(88%)}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form button:focus-visible,.contact-content>a:focus-visible,.social-links a:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (prefers-reduced-motion:no-preference){.contact-form button,.contact-content>a{transition:transform .18s,box-shadow .18s,opacity .18s}.contact-form button:hover,.contact-content>a:hover{transform:translateY(-1px)}}@media (width<=980px){.cursor{display:none}.header-inner,.hero-grid,.contact-grid{align-items:flex-start}.header-inner{flex-direction:column}.status-pill{display:none}.nav-theme-toggle{align-self:center}.hero-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{gap:32px}.hero-preview{aspect-ratio:531/344;width:100%;max-height:none}.project-media-grid,.layout-small-large,.layout-large-small,.layout-even{grid-template-columns:1fr}.project-meta{order:initial;flex-direction:column;align-items:flex-start;gap:12px}.tag-list{flex-basis:auto;justify-content:flex-start}.media-card{aspect-ratio:652/406;border-radius:clamp(32px,10.4294cqi,68px);width:100%;max-width:100%;height:auto}}@media (width>=641px) and (width<=980px){.header-inner{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.availability{flex:none}.header-controls{display:contents}.nav-theme-toggle{align-self:auto}.nav-links{width:auto;margin-left:auto}}@media (width<=640px){.header-inner{flex-direction:row;align-items:center;gap:12px;padding-block:18px}.header-controls{align-items:center;gap:12px;margin-left:auto;display:flex}.nav-link{display:none}.availability{flex-wrap:wrap;flex:none}.nav-links{gap:0;width:auto}.nav-cta{min-height:40px;margin-left:0;padding:0 12px;font-size:13px}.hero-section{padding-block:28px 24px}.hero-grid{gap:24px}.client-strip{width:100%}.client-logo{width:clamp(54px,18vw,88px);height:clamp(32px,11vw,52px)}.scroll-note{margin-top:36px}.hero-preview{max-height:none}.hero-preview-slide video{max-width:calc(100% - clamp(40px,12vw,64px));max-height:calc(100% - clamp(32px,10vw,48px))}.work-section{padding-top:48px;padding-bottom:56px}.project-title{flex-direction:column;align-items:flex-start;gap:4px}.tag-list li,.choice-row span{font-size:13px}.tag-list li{padding:6px}.choice-row span{padding:8px}.contact-form{grid-template-columns:1fr}.contact-card{min-height:auto;padding-block:52px}}
