:root{--dark-bg: #050505;--light-bg: #fff;--dark-text: #000;--light-text: #fff;--accent: #f03f06;--accent_hover: #ff6526;--logo-base: var(--accent);--logo-overlay: var(--dark-text)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--dark-bg);color:var(--light-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;display:flex;align-items:stretch;justify-content:center}a{color:inherit;text-decoration:none}.page{flex:1;min-height:100vh;overflow:hidden;display:flex;flex-direction:column}main{flex:1}.site-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;padding:20px 32px;z-index:10}@media(max-width:768px){.site-header{padding:24px 32px}}.site-header__brand{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none}.site-header__brand:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.site-header__logo{display:inline-flex;width:140px;height:40px;color:inherit}.site-header__logo-svg{display:block}.site-header__logo-base{color:var(--logo-base, var(--accent))}.site-header__logo-overlay{color:var(--logo-overlay, var(--dark-text))}.section{height:100vh;overflow:hidden;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;position:relative;text-align:center}.section__content{position:relative;width:100%;min-height:100%;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;transform-origin:center top;padding:36px 36px 24px;transition:transform .1s ease}@media(max-width:768px){.section__content{padding:36px 16px 24px}}.section__light{background:var(--light-bg);color:var(--dark-text)}.section__dark{background:var(--dark-bg);color:var(--light-text)}.section__dark .section__logo{color:var(--accent)}.section__logo{display:inline-flex;align-items:center;gap:12px;color:inherit;width:140px;height:40px}@media(max-width:768px){.section__logo{width:119px;height:34px}}.section__logo svg{display:block;width:100%;height:100%}.section__focus{display:grid;gap:12px;letter-spacing:-.02em}@media(max-width:768px){.section__focus{gap:2px}}.section__title{margin:0;font-size:37px;font-weight:700}.section__subtitle{margin:0;font-size:11px;font-weight:400}@media(max-width:768px){.section__subtitle{font-size:14px;line-height:22px}}.section__dark .section__cta{color:var(--accent)}.section__dark .section__cta:hover{color:var(--accent_hover)}.section__cta{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:inherit;text-transform:uppercase;letter-spacing:.14em;font-weight:500;cursor:pointer;padding:14px 18px;font-size:11px;transition:transform .2s ease,color .2s ease}.section__cta:hover{transform:translateY(-2px)}.section__cta-icon{flex-shrink:0;display:inline-flex;animation:ctaBounce 1.2s ease-in-out infinite}.section__cta.is-disabled{pointer-events:none;opacity:.45;cursor:default}@keyframes ctaBounce{0%{transform:translateY(-1px)}50%{transform:translateY(3px)}to{transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.section__cta{transition:none}.section__cta-icon{animation:none}}.section--hero .section__focus{opacity:0;transform:translateY(22px) scale(.94);letter-spacing:-.02em}.section--hero .section__focus.is-active{animation:heroIntro 2.8s cubic-bezier(.23,.96,.48,1) forwards}.section--hero .section__title{font-size:26px}@media(max-width:768px){.section--hero .section__title{font-size:26px}}.section--hero .section__cta{color:var(--accent)}@keyframes heroIntro{0%{opacity:0;transform:translateY(22px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.section--hero .section__focus{opacity:1;transform:none;animation:none}}.section--change .section__focus{transform:translateY(191px);margin-top:-191px}@media(max-width:768px){.section--change .section__focus{transform:translateY(calc(50vh - 101px));margin-top:calc(-1*(50vh - 101px))}}.section--change .section__focus.is-unlocked{transform:translateY(0);transition:transform 1.8s ease}.change-gallery{width:min(1080px,calc(100% - 72px));display:grid;justify-content:center;opacity:0;position:absolute;left:50%;top:calc(50% - 121px);transform:translate(-50%,191px);will-change:transform,opacity;gap:20px;pointer-events:none}@media(max-width:768px){.change-gallery{top:163px;transform:translate(-50%,calc(50vh - 101px))}}.change-gallery.is-visible{opacity:1;transform:translate(-50%);pointer-events:auto;transition:opacity 1.8s .5s ease-in-out,transform 1.8s .5s ease-in-out}.change-gallery__viewport{width:100%;margin:0 auto;overflow:hidden}@media(max-width:768px){.change-gallery__viewport{height:70vh}}@media(max-height:766px){.change-gallery__viewport{height:60vh}}.change-gallery__track{display:flex;transition:transform .4s ease;will-change:transform}@media(max-width:768px){.change-gallery__track{height:100%}}.change-gallery__slide{flex:0 0 100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}@media(max-width:768px){.change-gallery__slide{gap:8px;display:flex;flex-direction:column}}.change-gallery__item{margin:0;overflow:hidden;display:grid;gap:11px}@media(max-width:768px){.change-gallery__item{display:flex;flex-direction:column;gap:8px;flex:1}}.change-gallery__item picture{width:100%;height:100%}.change-gallery__image{width:100%;height:auto;display:block;aspect-ratio:3 / 2;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#f2f2f2,#e6e6e6);border:3px solid #000}@media(max-width:768px){.change-gallery__image{width:auto;max-width:100%;height:calc(100% - 28px);margin:0 auto}}.change-gallery__caption{text-align:center;font-size:14px;text-transform:uppercase;font-weight:700;color:var(--dark-text)}.change-gallery__controls{display:flex;justify-content:flex-end;gap:16px;width:min(1080px,100%);margin:0 auto;position:absolute;right:0;bottom:-22px}@media(max-width:768px){.change-gallery__controls{bottom:-25px}}.change-gallery__btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--dark-text);background:#fff;color:var(--dark-text);display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #00000014}@media(max-width:768px){.change-gallery__btn{background-color:#21212133}}.change-gallery__btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.change-subtitle{position:relative;display:grid;justify-items:center}.change-subtitle__item{grid-area:1 / 1;opacity:0;transition:opacity .75s ease}.change-subtitle__item.is-active{opacity:1}.change-gallery__btn--prev>span,.change-gallery__btn--next>span{display:block;content:"";width:7px;height:7px;border:2px solid var(--dark-text);border-left:0;border-bottom:0}.change-gallery__btn--prev>span{transform:rotate(-135deg)}.change-gallery__btn--next>span{transform:rotate(45deg)}.section--change .section__content{position:relative}@media(max-width:768px){.section--we-do{height:auto}}.section--we-do .section__focus{transform:translateY(173px);margin-top:-173px}@media(max-width:1023px){.section--we-do .section__focus{transform:none;margin-top:90px}}@media(max-width:768px){.section--we-do .section__focus{transform:none;margin-top:var(--we-do-mobile-focus-offset, 40vh)}@supports (height: 1svh){.section--we-do .section__focus{margin-top:var(--we-do-mobile-focus-offset, 40svh)}}}.section--we-do .section__focus.is-unlocked{transform:translateY(0);transition:transform 1.8s ease}@media(min-width:769px)and (max-width:1023px){.section--we-do .section__content{align-items:flex-start}}@media(max-width:768px){.section--we-do .section__content{gap:32px}}.section--we-do .section__cta{position:relative;display:inline-flex;align-items:center;gap:8px;justify-content:flex-end}.we-do-cta__texts{display:grid;position:relative;text-align:right}.we-do-cta__text{grid-area:1 / 1;display:inline-flex;justify-content:center;align-items:center;gap:8px;opacity:0;transition:opacity .75s ease}.we-do-cta__text.is-active{opacity:1}@media(max-width:768px){.section--we-do .section__title{font-size:37px}}@media(max-width:768px){.title-breaker{display:block}}.section--we-do .section__subtitle{transition:opacity .8s ease}.section--we-do .section__subtitle.is-faded{opacity:0}@media(max-width:768px){.section--we-do .section__subtitle.is-faded{opacity:1}}.we-do-steps{--we-do-col-gap: 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:32px var(--we-do-col-gap);align-items:start;justify-items:center;width:min(1296px,100%);justify-content:center;position:absolute;left:50%;top:calc(50% - 72px);transform:translate(-50%);will-change:transform,opacity;pointer-events:none}@media(max-width:1023px){.we-do-steps{top:200px;gap:16px 20px}}@media(max-width:768px){.we-do-steps{position:static;transform:translateY(var(--we-do-mobile-steps-offset, 60vh));transition:transform 1.2s ease;display:flex;flex-direction:column}@supports (height: 1svh){.we-do-steps{transform:translateY(var(--we-do-mobile-steps-offset, 60svh))}}}.we-do-steps.is-raised{transform:translate(-50%)}@media(max-width:768px){.we-do-steps.is-raised{transform:translateY(0)}}.we-do-step{display:grid;gap:14px;justify-items:center;text-align:center;position:relative;opacity:0;transition:opacity .7s ease-in}@media(max-width:768px){.we-do-step{display:flex;align-items:center}}.we-do-step.is-visible{opacity:1}.we-do-step__shape{display:flex;flex-direction:column;justify-content:center;color:var(--accent);font-weight:600;font-size:15px;line-height:24px;letter-spacing:-.2px;width:152px;height:152px;position:relative;flex-shrink:0}@media(max-width:768px){.we-do-step__shape{font-size:13px;width:140px;height:140px}}.we-do-step__shape--circle{background:url("data:image/svg+xml,%3csvg%20width='149'%20height='149'%20viewBox='0%200%20149%20149'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M74.2969%201C114.778%201%20147.595%2033.8159%20147.595%2074.2959C147.594%20114.776%20114.778%20147.591%2074.2969%20147.591C33.8162%20147.591%201.00023%20114.776%201%2074.2959C1%2033.8161%2033.8161%201.00024%2074.2969%201Z'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__shape--square{background:url("data:image/svg+xml,%3csvg%20width='152'%20height='152'%20viewBox='0%200%20152%20152'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='149.179'%20height='149.175'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__shape--pentagon{background:url("data:image/svg+xml,%3csvg%20width='158'%20height='150'%20viewBox='0%200%20158%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M157.296%2057.1399L127.256%20149.595H30.0407L0%2057.1399L78.6481%200L157.296%2057.1399ZM3.03599%2058.1266L31.9183%20147.011H125.378L154.259%2058.1266L78.6481%203.19365L3.03599%2058.1266Z'%20fill='white'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__shape--diamond{background:url("data:image/svg+xml,%3csvg%20width='152'%20height='152'%20viewBox='0%200%20152%20152'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20y='1.4142'%20width='105.321'%20height='105.321'%20transform='matrix(0.707115%200.707098%20-0.707115%200.707098%2076.8887%200.414221)'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__shape--hexagon{background:url("data:image/svg+xml,%3csvg%20width='172'%20height='149'%20viewBox='0%200%20172%20149'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M128.89%20148.826L42.9633%20148.826L0.000103746%2074.4128L42.9633%20-5.97874e-06L128.89%20-1.99291e-06L171.853%2074.4128L128.89%20148.826ZM127.398%202.58419L44.4561%202.58418L2.98562%2074.4128L44.4561%20146.241L127.398%20146.241L168.869%2074.4128L127.398%202.58419Z'%20fill='white'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__shape--triangle{padding-left:30px;align-items:flex-start;background:url("data:image/svg+xml,%3csvg%20width='148'%20height='171'%20viewBox='0%200%20148%20171'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.000237135%20170.087L0.000244141%20-6.83285e-06L147.303%2085.0436L0.000237135%20170.087ZM2.5845%204.4769L2.5845%20165.61L142.134%2085.0436L2.5845%204.4769Z'%20fill='white'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step__desc{margin:0;font-weight:400;font-size:14px;line-height:21px;letter-spacing:-.2px;text-align:center;color:var(--light-text);opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .7s ease-in}@media(max-width:768px){.we-do-step__desc{text-align:left}}.we-do-step__desc.is-visible{opacity:1;transform:translateY(0)}@media(min-width:960px){.we-do-steps{grid-template-columns:repeat(6,minmax(140px,1fr));-moz-column-gap:20px;column-gap:20px}.we-do-step:after{content:"";position:absolute;top:76px;left:100%;width:20px;height:18px;margin-top:-9px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1413%2017.1819L9.66477%2015.7245L15.7436%209.64566H0V7.53629H15.7436L9.66477%201.47663L11.1413%206.68764e-05L19.7322%208.59098L11.1413%2017.1819Z'%20fill='white'/%3e%3c/svg%3e") center/contain no-repeat}.we-do-step:before{content:"";display:none}.we-do-step:last-child:after,.we-do-step:last-child:before{display:none}}@media(max-width:768px){.section--contact{min-height:100vh;height:auto}}.section--contact .section__content{justify-items:center}@media(max-width:768px){.section--contact .section__content{padding-top:90px;gap:0}}.section--contact .section__focus{gap:32px;width:min(786px,100%);margin:0 auto}@media(max-width:768px){.section--contact .section__focus{display:flex;flex-direction:column;width:100%}}.contact-title{text-align:left;font-size:28px;line-height:1.2}.section--contact .section__title{font-size:30px;font-weight:600}@media(max-width:768px){.section--contact .section__title{font-size:16px}}.contact-form{width:min(1040px,100%);display:grid;gap:16px;margin:0 auto}.contact-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px 18px}.contact-form__field{display:flex;flex-direction:column;gap:8px}.contact-form__consent{padding:4px 0 6px}.contact-form__checkbox{position:relative;display:inline-flex;align-items:baseline;gap:8px;cursor:pointer;color:var(--light-text);font-size:14px;line-height:22px;text-align:left}.contact-form__checkbox input{position:absolute;top:0;left:0;width:24px;height:24px;opacity:0;pointer-events:none}.contact-form__checkbox-box{width:24px;height:24px;border-radius:10px;border:3px solid rgba(255,255,255,.8);background:#0c0c0c;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}@media(max-width:768px){.contact-form__checkbox-box{flex-shrink:0}}.contact-form__checkbox input:focus-visible+.contact-form__checkbox-box{border-color:var(--accent);box-shadow:0 0 0 3px #f03f064d;transform:translateY(-1px)}.contact-form__checkbox input:checked+.contact-form__checkbox-box{background:var(--accent);border-color:var(--accent)}.contact-form__checkbox input+.contact-form__checkbox-box:after{content:"";border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg);width:9px;height:15px;margin-top:-4px;opacity:0}.contact-form__checkbox input:checked+.contact-form__checkbox-box:after{opacity:1}.contact-form__checkbox-label{display:block;padding-top:2px}.contact-form__checkbox-label a{color:#a9a9a9;cursor:pointer}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid rgba(255,255,255,.72);background:#0c0c0c;color:var(--light-text);font-size:15px;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:#ffffffbd}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffbd}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f03f062e;transform:translateY(-1px)}.contact-form input.is-invalid,.contact-form textarea.is-invalid,.contact-form__checkbox.is-invalid .contact-form__checkbox-box{border-color:#ff5d5d;box-shadow:0 0 0 3px #ff5d5d33}.contact-form textarea{min-height:120px;resize:vertical}.contact-form__actions{display:flex;justify-content:center}.contact-form__submit{min-width:400px;padding:13px 26px;border-radius:12px;border:none;background:var(--accent);color:#fff;font-weight:600;font-size:18px;line-height:22px;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}@media(max-width:768px){.contact-form__submit{min-width:auto;width:min(400px,100%)}}.contact-form__submit:disabled{color:#fff9;cursor:not-allowed;box-shadow:none;transform:none;background:var(--accent_hover)}.contact-form__submit:hover{transform:translateY(-1px);box-shadow:0 12px 30px #f03f064d}.contact-form__submit:active{transform:translateY(0);box-shadow:none}.contact-form__status{min-height:18px;text-align:center;font-size:14px;color:#ffffffd1}.contact-form__status.is-error{color:#ffb3b3}.contact-form__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.contact-title{font-size:clamp(26px,6vw,32px)}.contact-form{gap:14px}.contact-form__grid{grid-template-columns:1fr;gap:12px}.contact-form__field--last-name{order:1}.contact-form__field--first-name{order:2}.contact-form__field--phone{order:3}.contact-form__field--company{order:4}.contact-form__field--position{order:5}.contact-form__field--email{order:6}.contact-form input,.contact-form textarea{font-size:14px}.contact-form__submit{width:100%}}
