.header{z-index:100;width:100%;position:fixed;top:.1rem}.header__inner{-webkit-backdrop-filter:blur(.12rem);border:.01rem solid var(--color-border);background:#ede9e9a6;border-radius:.4rem;justify-content:space-between;align-items:center;width:90%;max-width:12rem;height:.8rem;margin:0 auto;padding:.2rem;display:flex}.header__nav{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .4rem;display:flex}.header__nav>:not(:last-child){margin-right:.2rem}.header__divider{background:var(--color-accent);width:.01rem;height:.24rem}.header__item{cursor:pointer;align-items:center;height:100%;padding:0 .04rem;transition:opacity .2s;display:flex;position:relative}.header__dropdown{-webkit-backdrop-filter:blur(.28rem)saturate(1.4);border:.01rem solid var(--color-border);min-width:1.9rem;height:fit-content;box-shadow:0 .16rem .36rem var(--color-shadow);opacity:0;visibility:hidden;pointer-events:none;background:#ffffffd1;border-radius:.16rem;flex-direction:column;padding:.14rem .1rem .1rem;transition:opacity .15s,visibility .15s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header__dropdown--open{opacity:1;visibility:visible;pointer-events:auto;animation:.15s header-dropdown-in}.header__dropdown-item{cursor:pointer;border-radius:.1rem;padding:.1rem .14rem;transition:background .15s;display:flex}.header__dropdown-item--active .text{font-weight:var(--font-weight-semibold)}.header__contact{background:var(--color-accent);cursor:pointer;white-space:nowrap;border-radius:.22rem;justify-content:center;align-items:center;height:.44rem;padding:0 .2rem;transition:background .2s;display:flex}.header__burger{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.05rem;width:.4rem;height:.4rem;display:none}.header__burger span{background:var(--color-text);border-radius:.02rem;width:.2rem;height:.02rem;transition:transform .2s,opacity .2s;display:block}.header__burger--open span:first-child{transform:translateY(.07rem)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-.07rem)rotate(-45deg)}.header__mobile-panel{-webkit-backdrop-filter:blur(.28rem)saturate(1.4);border:.01rem solid var(--color-border);width:94%;max-width:12rem;box-shadow:0 .16rem .32rem var(--color-shadow);background:#ffffffe0;border-radius:.24rem;flex-direction:column;margin:.08rem auto 0;padding:.16rem;animation:.15s header-panel-in;display:flex}.header__mobile-item{cursor:pointer;border-radius:.1rem;align-items:center;padding:.12rem .08rem;display:flex}.header__mobile-item--sub{padding-left:.2rem}.header__mobile-group{border-top:.01rem solid var(--color-border);flex-direction:column;margin-top:.08rem;padding-top:.08rem;display:flex}.header__mobile-group-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.005rem;padding:.04rem .08rem}.header__mobile-langs{gap:.08rem;padding:.12rem .08rem 0;display:flex}.header__mobile-lang{border:.01rem solid var(--color-border);cursor:pointer;border-radius:.16rem;justify-content:center;align-items:center;padding:.06rem .14rem;display:flex}.header__mobile-lang--active{background:var(--color-accent);border-color:var(--color-accent)}.header__mobile-lang--active .text{color:var(--color-text-inverse)}.header__mobile-contact{background:var(--color-accent);cursor:pointer;border-radius:.22rem;justify-content:center;align-items:center;height:.44rem;margin-top:.16rem;display:flex}@media (width>=1025px){.header__item:hover{opacity:.6}.header__dropdown-item:hover{background:var(--color-surface-muted)}.header__item--dropdown:hover .header__dropdown{opacity:1;visibility:visible;pointer-events:auto}.header__contact:hover{background:var(--color-accent-hover)}}@media (width<=480px){.header__inner{border-radius:.28rem;width:94%;height:auto;min-height:.6rem;padding:.1rem .14rem}.header__nav,.header__contact{display:none}.header__burger{display:flex}}@keyframes header-dropdown-in{0%{opacity:0;transform:translate(-50%)translateY(-.06rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes header-panel-in{0%{opacity:0;transform:translateY(-.06rem)}to{opacity:1;transform:translateY(0)}}.section{opacity:0;min-height:100vh;padding-left:1.7rem;scroll-margin-top:.8rem;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(.4rem)}.section--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.section{opacity:1;transition:none;transform:none}}@media (width<=1024px){.section{padding-left:0}}.about-me{padding-left:0}.about-me__inner{flex-wrap:wrap;align-items:flex-start;width:90%;max-width:12rem;margin:0 auto;padding:1rem 0 .8rem;display:flex}.about-me__media{flex-direction:column;flex:none;width:2.8rem;margin-bottom:.32rem;margin-right:.56rem;display:flex}.about-me__photo{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%}.about-me__location{color:var(--color-text-muted);margin-top:.16rem}.about-me__links{margin:.12rem 0;display:flex}.about-me__link{border:.01rem solid var(--color-border);width:.38rem;height:.38rem;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;margin-right:.08rem;transition:border-color .15s,color .15s,background .15s;display:flex}.about-me__content{flex-direction:column;flex:4.8rem;display:flex}.about-me__eyebrow{text-transform:uppercase;letter-spacing:.015rem;margin-bottom:.12rem}.about-me__name{margin-bottom:.04rem}.about-me__role{color:var(--color-text-muted);margin-bottom:.16rem}.about-me__badge{border:.01rem solid var(--color-mint);background:var(--color-mint-light);border-radius:.2rem;align-self:flex-start;align-items:center;margin-bottom:.24rem;padding:.06rem .14rem;display:flex}.about-me__badge .text{color:var(--color-mint-dark)}.about-me__badge-dot{background:var(--color-mint);border-radius:50%;width:.07rem;height:.07rem;margin-right:.08rem;box-shadow:0 0 0 .03rem #10b9812e}.about-me__intro{max-width:5.6rem;margin-bottom:.16rem}.about-me__intro:last-of-type{margin-bottom:.32rem}.about-me__stats{border-top:.01rem solid var(--color-border);border-bottom:.01rem solid var(--color-border);flex-wrap:wrap;margin-bottom:.32rem;padding:.24rem 0;display:flex}.about-me__stat{flex-direction:column;margin-bottom:.08rem;margin-right:.4rem;display:flex}.about-me__stat-value{margin-bottom:.04rem}.about-me__stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.005rem}.about-me__highlights{flex-wrap:wrap;margin-bottom:.32rem;display:flex}.about-me__highlight{border:.01rem solid var(--color-border);border-radius:.2rem;margin-bottom:.1rem;margin-right:.1rem;padding:.08rem .14rem;transition:border-color .15s;display:flex}.about-me__highlight .text--nav{margin-right:.06rem}.about-me__highlight .text--small{color:var(--color-text-muted)}.about-me__highlight .text{color:var(--color-text)}.about-me__languages-title{margin-bottom:.16rem}.about-me__languages{flex-wrap:wrap;margin-bottom:.32rem;display:flex}@media (width<=1024px){.about-me__inner{text-align:center;flex-direction:column;align-items:center}.about-me__media{align-items:center;margin-bottom:.32rem;margin-right:0}.about-me__links{justify-content:center}.about-me__content{align-items:center}.about-me__badge{align-self:center}.about-me__intro{max-width:5.6rem}.about-me__stats{justify-content:center}.about-me__stat{align-items:center}.about-me__highlights,.about-me__languages{justify-content:center}}@media (width>=1025px){.about-me__link:hover{border-color:var(--color-mint);color:var(--color-mint);background:var(--color-mint-light)}.about-me__highlight:hover{border-color:var(--color-mint)}}.button{border-radius:.22rem;align-items:center;width:fit-content;height:.44rem;padding:0 .2rem;display:flex}.button__cv{background:var(--color-accent);border:1px solid var(--color-accent);transition:background .2s}.button__visit{border:.01rem solid var(--color-border);transition:background .2s,border-color .2s}.button__visit--chernigovske{border:.01rem solid var(--color-surface);background:var(--brand-chernigovske-bg-start)}.button__visit--chernigovske .text{color:var(--color-surface)}.button__visit--acquire{border:.01rem solid var(--brand-acquire);background:var(--brand-acquire)}.button__visit--acquire .text{color:var(--color-surface)}.button__visit--lazo{border:.01rem solid var(--brand-lazo);background:var(--brand-lazo)}.button__visit--lazo .text{color:var(--color-surface)}.button__visit--metricable{border:.01rem solid var(--brand-metricable);background:var(--brand-metricable)}.button__visit--metricable .text{color:var(--color-surface)}@media (width>=1025px){.button__cv:hover{background:var(--color-surface)}.button__cv:hover .text{color:var(--color-accent)}.button__visit:hover{background:var(--color-surface-muted);border-color:var(--color-text-muted)}.button__visit--chernigovske:hover{background:var(--brand-chernigovske-bg-end);border-color:var(--color-surface)}.button__visit--acquire:hover{background:var(--brand-acquire-bg-end)}.button__visit--lazo:hover{background:var(--brand-lazo-bg-end)}.button__visit--metricable:hover{background:rgba(var(--brand-metricable-rgb), .85)}}.lazy-mount{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.project{flex-direction:column;width:90%;max-width:12rem;margin:0 auto;padding:.8rem 0;display:flex}.project--inverse .project__tagline,.project--inverse .project__period{color:var(--overlay-inverse-60)}.project--inverse .project__title,.project--inverse .project__description,.project--inverse .project__pitch,.project--inverse .project__feature .text,.project--inverse .project__stack-item .text{color:var(--color-text-inverse)}.project--inverse .project__stack-item{border-color:var(--overlay-inverse-24)}.project--inverse .project__link{border-color:var(--overlay-inverse-32)}.project--inverse .project__stats{border-color:var(--overlay-inverse-24)}.project--inverse .project__stat-value{color:var(--color-text-inverse)}.project--inverse .project__stat-label{color:var(--overlay-inverse-60)}.project__row{align-items:flex-start;display:flex}.project--reverse .project__row{flex-direction:row-reverse}.project--reverse .project__row .project__media{margin-left:.56rem;margin-right:0}.project__media{aspect-ratio:4/3;background:var(--color-surface-muted);opacity:0;border-radius:.24rem;flex:0 auto;justify-content:center;align-items:center;width:4.2rem;min-width:0;max-width:100%;margin-bottom:.32rem;margin-right:.56rem;transition:opacity .7s cubic-bezier(.16,1,.3,1) 50ms,transform .7s cubic-bezier(.16,1,.3,1) 50ms;display:flex;overflow:hidden;transform:translateY(.24rem)scale(.97)}.project__media--wide{width:5.2rem}.project__media--gallery{background:0 0;overflow:visible}.project__media--transparent{background:0 0;margin:0}.project__image{object-fit:contain;max-width:100%;max-height:100%}.project__content{opacity:0;flex-direction:column;flex:4.2rem;transition:opacity .7s cubic-bezier(.16,1,.3,1) .15s,transform .7s cubic-bezier(.16,1,.3,1) .15s;display:flex;transform:translateY(.24rem)}.project__tagline{color:var(--color-text-muted);margin-bottom:.12rem}.project__title{margin-bottom:.08rem}.project__role{color:var(--project-accent,var(--color-accent));text-transform:uppercase;font-weight:var(--font-weight-semibold);letter-spacing:.01rem;margin-bottom:.08rem}.project__period{color:var(--color-text-muted);margin-bottom:.16rem}.project__description,.project__pitch{margin-bottom:.2rem}.project__stats{border-top:.01rem solid var(--color-border);border-bottom:.01rem solid var(--color-border);flex-wrap:wrap;margin-bottom:.24rem;padding:.2rem 0;display:flex}.project__stat{flex-direction:column;margin-bottom:.08rem;margin-right:.36rem;display:flex}.project__stat-value{margin-bottom:.04rem}.project__stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.005rem}.project__features{flex-direction:column;margin-bottom:.24rem;display:flex}.project__feature{margin-bottom:.1rem;padding-left:.18rem;display:flex;position:relative}.project__feature:before{content:"";background:var(--project-accent,var(--color-accent));border-radius:50%;width:.06rem;height:.06rem;position:absolute;top:.07rem;left:0}.project__stack{flex-wrap:wrap;margin-bottom:.28rem;display:flex}.project__stack-item{border:.01rem solid var(--color-border-strong);border-radius:.16rem;margin-bottom:.08rem;margin-right:.08rem;padding:.06rem .12rem;transition:border-color .15s;display:flex}.project__stack-item .text{font-family:var(--font-family-mono);color:var(--color-text)}.project__stores{flex-wrap:wrap;display:flex}.project__store{border:.01rem solid var(--color-border-strong);border-radius:.22rem;align-items:center;height:.44rem;margin-bottom:.12rem;margin-right:.12rem;padding:0 .18rem;transition:background .2s,border-color .2s;display:flex}.project__store svg{margin-right:.08rem}.project__full-width{opacity:0;width:100%;margin-top:.56rem;transition:opacity .7s cubic-bezier(.16,1,.3,1) .25s,transform .7s cubic-bezier(.16,1,.3,1) .25s;transform:translateY(.24rem)}.section--visible .project__media{opacity:1;transform:translateY(0)scale(1)}.section--visible .project__content,.section--visible .project__full-width{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.project__media,.project__content,.project__full-width{opacity:1;transition:none;transform:none}}@media (width<=1024px){.project{width:100%;padding:.4rem .2rem}.project__row,.project--reverse .project__row{flex-direction:column}.project__media{width:100%;max-width:4.8rem;margin:0 auto .32rem}.project--reverse .project__row .project__media{margin:0 auto .32rem}.project__content{flex-basis:auto;width:100%}.project__stats{justify-content:center}.project__stat{align-items:center;margin-left:.24rem;margin-right:.24rem}}@media (width<=480px){.project{padding:.32rem .16rem}.project__media--gallery{aspect-ratio:1}}@media (width>=1025px){.project--inverse .project__link:hover{background:var(--overlay-inverse-08)}.project__stack-item:hover{border-color:var(--project-accent,var(--color-mint))}.project__store:hover{background:var(--color-surface-muted);border-color:var(--color-text-muted)}}.chernigovske{--project-accent:var(--brand-chernigovske);background:linear-gradient(180deg, var(--brand-chernigovske-bg-start) 0%, var(--brand-chernigovske-bg-end) 100%)}.chernigovske__media{flex-direction:column;justify-content:center;position:relative}.chernigovske__can-fallback{width:100%;height:100%}.chernigovske__hint{color:#ffffff8c;white-space:nowrap;position:absolute;bottom:.04rem;left:50%;transform:translate(-50%)}.chernigovske__reminder{z-index:1;pointer-events:none;flex-direction:column;display:flex;position:absolute;top:0;left:1.5rem}.chernigovske__reminder-text{transform:rotate(-8deg);color:var(--color-surface)!important}.chernigovske__reminder-arrow{opacity:.7;width:.26rem;height:.28rem;margin-top:.04rem;margin-right:.36rem}.chernigovske .project{min-height:100vh;margin:0;padding:0}.chernigovske .project__row{align-items:center;height:100%;padding:1rem 0}.chernigovske .project__media--wide{width:6rem;margin:0}.chernigovske .project__content{width:min-content;height:100%}.chernigovske .h2{font-family:Montserrat,sans-serif;font-size:.48rem;font-weight:800;line-height:110%}.chernigovske .b2{font-family:Roboto Condensed,sans-serif;font-size:.18rem;font-weight:400;line-height:130%}.chernigovske .b3{font-family:Roboto Condensed,sans-serif;font-size:.16rem;font-weight:400;line-height:130%}.chernigovske .b4{font-family:Roboto Condensed,sans-serif;font-size:.14rem;font-weight:400;line-height:130%}.chernigovske .b5{font-family:Roboto Condensed,sans-serif;font-size:.13rem;font-weight:400;line-height:130%}.chernigovske .c1{font-family:Caveat,cursive;font-size:.2rem;font-weight:400;line-height:85%}.chernigovske .project__role{color:var(--color-surface)}@media (width<=1024px){.chernigovske .project{padding:.4rem .2rem}.chernigovske .project .project__content{width:100%}.chernigovske .project .project__row{padding:0}.chernigovske .project__media--wide{width:100%;max-width:4.8rem;margin:0 auto}.chernigovske .h2{font-size:.28rem;line-height:110%}.chernigovske .b2{font-size:.16rem;line-height:130%}.chernigovske .b3{font-size:.14rem;line-height:130%}.chernigovske .b4{font-size:.12rem;line-height:100%}.chernigovske .b5{font-size:.1rem;line-height:130%}.chernigovske .c1{font-size:.14rem;line-height:85%}}@media (width<=480px){.chernigovske .project__media--wide{aspect-ratio:3/4}.chernigovske__reminder{left:.2rem}}.metricable{--project-accent:var(--brand-metricable);--project-accent-rgb:var(--brand-metricable-rgb);background:var(--color-surface-alt)}.metricable__chart-fallback{width:100%;height:100%}.metricable__row{align-items:center}.metricable__video-frame{aspect-ratio:21/10}.metricable__row-video{border:.01rem solid var(--color-border);border-radius:.16rem;max-width:100%;max-height:100%}.metricable .project__row{align-items:center}.metricable .project__row--forward{flex-direction:row;align-items:center;padding-bottom:1rem}.metricable .project__row--forward .project__media{margin-left:0;margin-right:.56rem}.metricable-videos__fallback{min-height:7rem}.metricable-videos{grid-template-columns:repeat(2,4.4rem);justify-content:center;gap:.4rem;display:grid}.metricable-videos__item{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.metricable-videos__frame{transform-origin:top;width:100%;max-width:100%}.metricable-videos__media{background:var(--color-surface);border:.01rem solid var(--color-border);width:100%;height:100%;box-shadow:0 .2rem .4rem var(--color-shadow);object-fit:contain;border-radius:.16rem;overflow:hidden}.metricable-videos__caption{text-align:center;color:var(--color-text-muted);margin-top:.1rem}.metricable-videos__hover-desc{background:var(--color-text);width:3.4rem;max-width:4rem;box-shadow:0 .16rem .32rem var(--color-shadow);opacity:0;pointer-events:none;z-index:10;border-radius:.16rem;padding:.14rem .16rem;position:absolute;bottom:calc(100% + .16rem);left:50%;transform:translate(-50%)}.metricable-videos__hover-desc .text{color:var(--color-surface);display:flex}@media (width<=1024px){.metricable .project__row--forward{flex-direction:column;padding-bottom:.2rem}.metricable .project__row--forward .project__media{width:100%;max-width:4.8rem;margin:0 auto .32rem}.metricable__chart-frame{aspect-ratio:unset;height:4.2rem}.metricable-videos{grid-template-columns:minmax(0,4.4rem)}}@media (width>=1025px){.metricable-videos__item{z-index:1;transition:z-index .3s}.metricable-videos__item:hover{z-index:5}.metricable-videos__frame{transition:transform .3s}.metricable-videos__item:hover .metricable-videos__frame{transform:scale(1.4)}.metricable-videos__caption{transition:opacity .2s}.metricable-videos__item:hover .metricable-videos__caption{opacity:0}.metricable-videos__hover-desc{transition:opacity .2s}.metricable-videos__item:hover .metricable-videos__hover-desc{opacity:1}}.acquire{--project-accent:var(--brand-acquire);background:linear-gradient(180deg, var(--brand-acquire-bg-start) 0%, var(--brand-acquire-bg-end) 100%)}.acquire__media-fallback{width:100%;height:100%}.acquire__row{align-items:center}.acquire .project__tagline{font-size:.28rem;line-height:var(--line-height-tight);color:var(--color-text-inverse)}.acquire__role{margin-bottom:.24rem}.acquire-videos__fallback{min-height:7rem}.acquire-videos{grid-template-columns:repeat(2,4.4rem);justify-content:center;gap:.64rem .4rem;display:grid}.acquire-videos__item{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.acquire-videos__frame{aspect-ratio:9/5;transform-origin:top;width:100%;max-width:100%}.acquire-videos__media{background:var(--overlay-inverse-08);border:.015rem solid var(--overlay-inverse-16);object-fit:contain;border-radius:.28rem;width:100%;height:100%;overflow:hidden;box-shadow:0 .2rem .4rem #0000003d}.acquire-videos__caption{text-align:center;color:var(--overlay-inverse-60);margin-top:.1rem}.acquire-videos__hover-desc{background:var(--brand-acquire-bg-end);border:.01rem solid var(--overlay-inverse-24);opacity:0;pointer-events:none;z-index:10;border-radius:.16rem;width:3.4rem;max-width:4rem;padding:.14rem .16rem;position:absolute;bottom:calc(100% + .16rem);left:50%;transform:translate(-50%);box-shadow:0 .16rem .32rem #00000059}.acquire-videos__hover-desc .text{color:var(--color-text-inverse);display:flex}@media (width<=1024px){.acquire-videos{grid-template-columns:minmax(0,4.4rem)}}@media (width>=1025px){.acquire-videos__item{z-index:1;transition:z-index .3s}.acquire-videos__item:hover{z-index:5}.acquire-videos__frame{transition:transform .3s}.acquire-videos__item:hover .acquire-videos__frame{transform:scale(1.4)}.acquire-videos__caption{transition:opacity .2s}.acquire-videos__item:hover .acquire-videos__caption{opacity:0}.acquire-videos__hover-desc{transition:opacity .2s}.acquire-videos__item:hover .acquire-videos__hover-desc{opacity:1}}.project-gallery{width:100%;height:100%;position:relative}.project-gallery__card{aspect-ratio:9/19.5;border:.04rem solid var(--color-surface);border-radius:.22rem;width:1.6rem;transition:transform .3s;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 .2rem .4rem #0000002e}.project-gallery__card--0-2{z-index:1;transform:translate(-50%,-50%)translate(-38%)rotate(-6deg)}.project-gallery__card--1-2{z-index:2;transform:translate(-50%,-50%)translate(38%)rotate(6deg);box-shadow:0 .24rem .48rem #0000003d}.project-gallery__card--0-3{z-index:1;transform:translate(-50%,-50%)translate(-62%)rotate(-8deg)}.project-gallery__card--1-3{z-index:2;transform:translate(-50%,-50%)translateY(-3%)scale(1.08);box-shadow:0 .24rem .48rem #0000003d}.project-gallery__card--2-3{z-index:1;transform:translate(-50%,-50%)translate(62%)rotate(8deg)}.project-gallery__card--0-4{z-index:1;transform:translate(-50%,-50%)translate(-93%)rotate(-10deg)scale(.94)}.project-gallery__card--1-4{z-index:2;transform:translate(-50%,-50%)translate(-31%)translateY(-4%)rotate(-3deg)scale(1.05);box-shadow:0 .24rem .48rem #0000003d}.project-gallery__card--2-4{z-index:2;transform:translate(-50%,-50%)translate(31%)translateY(-4%)rotate(3deg)scale(1.05);box-shadow:0 .24rem .48rem #0000003d}.project-gallery__card--3-4{z-index:1;transform:translate(-50%,-50%)translate(93%)rotate(10deg)scale(.94)}.project-gallery__image{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.project-gallery__card{width:1.4rem;box-shadow:none}}@media (width<=480px){.project-gallery{overflow-x:hidden}.project-gallery__card{width:1.08rem}.project-gallery__card--0-2{transform:translate(-50%,-50%)translate(-30%)rotate(-6deg)}.project-gallery__card--1-2{transform:translate(-50%,-50%)translate(30%)rotate(6deg)}.project-gallery__card--0-3{transform:translate(-50%,-50%)translate(-46%)rotate(-8deg)}.project-gallery__card--2-3{transform:translate(-50%,-50%)translate(46%)rotate(8deg)}.project-gallery__card--0-4{transform:translate(-50%,-50%)translate(-68%)rotate(-10deg)scale(.94)}.project-gallery__card--1-4{transform:translate(-50%,-50%)translate(-23%)translateY(-4%)rotate(-3deg)scale(1.05)}.project-gallery__card--2-4{transform:translate(-50%,-50%)translate(23%)translateY(-4%)rotate(3deg)scale(1.05)}.project-gallery__card--3-4{transform:translate(-50%,-50%)translate(68%)rotate(10deg)scale(.94)}}.lazo{--project-accent:var(--brand-lazo);background:linear-gradient(180deg, var(--brand-lazo-bg-start) 0%, var(--brand-lazo-bg-end) 100%)}.lazo__row{margin-bottom:.72rem}.lazo__group-title{margin-bottom:.1rem;color:var(--brand-lazo)!important}.lazo .project__title{color:var(--brand-lazo)!important}.lazo .project__row--forward{flex-direction:row}.lazo .project__row--forward .project__media{margin-left:0;margin-right:.56rem}.lazo .project__role{color:var(--brand-lazo)}@media (width<=1024px){.lazo__row{margin-bottom:.48rem}.lazo .project__row--forward{flex-direction:column}.lazo .project__row--forward .project__media{width:100%;max-width:4.8rem;margin:0 auto .32rem}}.klean{--project-accent:var(--brand-klean);background:var(--brand-klean-bg)}.klean .project__row{align-items:center}.klean__app-row{margin-top:.72rem}.klean__app-name{margin-bottom:.08rem}@media (width<=1024px){.klean__app-row{margin-top:.48rem}}.kupenda{--project-accent:var(--brand-kupenda);background:var(--brand-kupenda-bg)}.kupenda .project__row{align-items:center}.footer{background:var(--color-accent);min-height:auto;padding:0}.footer__inner{flex-direction:column;width:90%;max-width:12rem;margin:0 auto;padding:.8rem 0;display:flex}.footer__head{justify-content:space-between;align-items:flex-end;margin-bottom:.48rem;display:flex}.footer__head .footer__title{margin-bottom:.12rem}.footer__head .footer__subtitle{opacity:.7}.footer__head .footer__title,.footer__head .footer__subtitle{color:var(--color-text-inverse)}.footer__heading{flex-direction:column;display:flex}.footer__contacts{border-bottom:.01rem solid var(--overlay-inverse-16);flex-wrap:wrap;gap:.14rem;margin-bottom:.32rem;padding-bottom:.4rem;display:flex}.footer__contact{border:.01rem solid var(--overlay-inverse-16);background:var(--overlay-inverse-06);cursor:pointer;border-radius:.16rem;align-items:center;gap:.12rem;padding:.14rem .2rem;transition:border-color .2s,background .2s,transform .2s;display:flex}.footer__contact-icon{color:var(--overlay-inverse-60);flex-shrink:0;transition:color .2s}.footer__contact-text{flex-direction:column;display:flex}.footer__contact .footer__contact-label{color:var(--overlay-inverse-50);margin-bottom:.04rem}.footer__contact .text--nav{color:var(--color-text-inverse)}.footer__bottom{justify-content:space-between;align-items:center;display:flex}.footer__bottom .footer__copy{color:var(--overlay-inverse-40)}.footer .button__cv{background:var(--color-surface);border-color:var(--color-surface);flex-shrink:0}.footer .button__cv .text{color:var(--color-accent)}@media (width<=1024px){.footer__head{flex-direction:column;align-items:flex-start;gap:.24rem}}@media (width>=1025px){.footer__contact:hover{background:var(--overlay-inverse-16);border-color:var(--overlay-inverse-32);transform:translateY(-.02rem)}.footer__contact:hover .footer__contact-icon{color:var(--color-text-inverse)}.footer .button__cv:hover{border-color:var(--overlay-inverse-32);background:0 0}.footer .button__cv:hover .text{color:var(--color-text-inverse)}}.like-button{border:.01rem solid var(--overlay-inverse-24);height:.4rem;color:var(--color-text-inverse);cursor:pointer;background:0 0;border-radius:.2rem;align-items:center;gap:.08rem;padding:0 .16rem;transition:background .2s,border-color .2s,color .2s;display:flex}.like-button:disabled{cursor:default;opacity:.7}.like-button svg{color:var(--overlay-inverse-60);flex-shrink:0;transition:color .2s,transform .2s}.like-button .text{color:var(--color-text-inverse);white-space:nowrap}.like-button .like-button__count{border-left:.01rem solid var(--overlay-inverse-24);color:var(--overlay-inverse-60);padding-left:.08rem}.like-button--liked{border-color:var(--color-mint);background:var(--color-mint-light)}.like-button--liked svg{color:var(--color-mint);transform:scale(1.1)}.like-button--liked .text{color:var(--color-mint-dark)}.like-button--liked .like-button__count{border-left-color:var(--color-mint);color:var(--color-mint-dark)}@media (width>=1025px){.like-button:not(:disabled):not(.like-button--liked):hover{background:var(--overlay-inverse-08);border-color:var(--overlay-inverse-32)}}.career-timeline{z-index:5;pointer-events:none;width:.02rem;position:absolute;top:0;bottom:0;left:.28rem}.career-timeline__track{background:var(--color-border);border-radius:.02rem;width:100%;height:100%;position:relative}.career-timeline__segments{opacity:.45;border-radius:.02rem;position:absolute;inset:0}.career-timeline__indicator{width:.11rem;height:.11rem;box-shadow:0 0 0 .04rem var(--color-surface), 0 0 0 .05rem var(--color-border);will-change:top;border-radius:50%;transition:background .3s;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.career-timeline__label{white-space:nowrap;background:var(--color-surface);box-shadow:0 .08rem .2rem var(--color-shadow);will-change:top;border-radius:.12rem;flex-direction:column;padding:.08rem .14rem;display:flex;position:absolute;top:0;left:.24rem;transform:translateY(-50%)}.career-timeline__label-title{font-weight:var(--font-weight-semibold)}.career-timeline__label-period{color:var(--color-text-muted)}@media (width<=1024px){.career-timeline{display:none}}:root{--font-family-base:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-family-heading:"Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-mono:"JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--font-size-h1:.48rem;--font-size-h2:.36rem;--font-size-h3:.24rem;--font-size-body:.16rem;--font-size-small:.14rem;--font-size-nav:.15rem;--font-size-stat:.4rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-base:1.5;--line-height-tight:1.2;--color-text:#0a0a0a;--color-text-muted:#6b7280;--color-text-inverse:#fff}.text{font-family:var(--font-family-base);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);color:var(--color-text)}.text--h1{font-family:var(--font-family-heading);font-size:var(--font-size-h1);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.text--h2{font-family:var(--font-family-heading);font-size:var(--font-size-h2);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.text--h3{font-family:var(--font-family-heading);font-size:var(--font-size-h3);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight)}.text--small{font-size:var(--font-size-small);color:var(--color-text-muted)}.text--nav{font-size:var(--font-size-nav);font-weight:var(--font-weight-medium)}.text--inverse{color:var(--color-text-inverse)}.text--mono{font-family:var(--font-family-mono);letter-spacing:.01em}.text--stat{font-family:var(--font-family-heading);font-size:var(--font-size-stat);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}html{font-size:7.8125vw}@media (width<=1024px){html{font-size:13.0208vw}}@media (width<=480px){html{font-size:27.7778vw}}@media (width>=1900px){html{font-size:5.26316vw}}:root{--color-surface:#fff;--color-surface-alt:#f7f7f8;--color-surface-muted:#f2f2f4;--color-border:#e5e7eb;--color-border-strong:#a5aab3;--color-accent:#0a0a0a;--color-accent-hover:#2a2a2a;--color-shadow:#00000014;--color-positive:#1a9f5c;--color-negative:#d64545;--color-mint:#10b981;--color-mint-light:#e6fbf5;--color-mint-dark:#065f46;--overlay-inverse-06:#ffffff0f;--overlay-inverse-08:#ffffff14;--overlay-inverse-16:#ffffff29;--overlay-inverse-24:#ffffff3d;--overlay-inverse-32:#ffffff52;--overlay-inverse-40:#fff6;--overlay-inverse-50:#ffffff80;--overlay-inverse-60:#fff9;--brand-chernigovske:#ff5c7a;--brand-chernigovske-bg-start:#bc0038;--brand-chernigovske-bg-end:#66001f;--brand-metricable:#1769e4;--brand-metricable-rgb:23, 105, 228;--brand-acquire:#6d7bff;--brand-acquire-bg-start:#17153d;--brand-acquire-bg-end:#121037;--brand-lazo:#de2986;--brand-lazo-bg-start:#201678;--brand-lazo-bg-end:#160d60;--brand-klean:#5c50ee;--brand-klean-bg:#f4f3fc;--brand-kupenda:#fc7093;--brand-kupenda-bg:#fff6e7}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}html{scroll-behavior:smooth}body{font-family:var(--font-family-base);line-height:var(--line-height-base);color:var(--color-text);background:#fff}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}.career-scope{position:relative}
