:root{--color-bg:#070b14;--color-bg-elevated:#0f1e2e;--color-bg-soft:#111827;--color-surface:#152033;--color-text:#e6edf3;--color-text-muted:#9fb3c8;--color-white:#fff;--color-teal:#14b8a6;--color-teal-deep:#0d9488;--color-teal-bright:#2dd4bf;--color-purple:#5c449b;--color-pink:#d6358d;--color-border:#1e293b;--font-sans:Roboto, "Segoe UI", system-ui, sans-serif;--container:1400px;--container-header:calc(var(--container) * 1.1);--radius:8px;--radius-lg:12px;--header-h:72px;--cookie-blue:#1d70b8}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.skip-link{background:var(--color-teal);color:#000;z-index:10000;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{top:1rem;left:1rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:12px 22px;font-size:15px;font-weight:500;transition:transform .15s,filter .2s,border-color .2s;display:inline-flex}.btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn-primary{color:var(--color-white);background:linear-gradient(90deg,#14b8a6 0%,#0f9f8f 100%)}.btn-secondary{color:var(--color-white);background:#132033;border-color:#243247}.btn-block{width:100%}.section-title{color:var(--color-white);margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:600;line-height:1.15}.section-title.centered,.section-intro.centered{text-align:center;margin-left:auto;margin-right:auto}.section-intro{color:var(--color-text-muted);max-width:42rem;margin:0 0 2rem}.eyebrow{color:var(--color-teal-bright);background:#14b8a61f;border:1px solid #14b8a659;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.site-header{z-index:100;backdrop-filter:blur(12px);background:#070b14e0;border-bottom:1px solid #1e293b80;position:sticky;top:0}.site-header__inner{min-height:var(--header-h);width:min(100%, calc((100% - 2rem) * 1.1), var(--container-header));box-sizing:border-box;justify-content:space-between;align-items:center;gap:1rem;padding-inline:.75rem;display:flex}.logo img{width:auto;height:52px}.header-nav{align-items:center;gap:1.25rem;font-size:.95rem;display:flex}.header-nav a:hover{color:var(--color-teal-bright)}.lang-switch{letter-spacing:.04em;font-weight:600}.section-hero{padding:2.5rem 0 3.5rem;position:relative;overflow:hidden}.section-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#14b8a638 0%,#0000 70%);width:560px;height:560px;position:absolute;inset:5% auto auto 52%}.hero__grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid}.hero__copy h1{color:var(--color-white);letter-spacing:-.02em;margin:0 0 1.15rem;font-size:clamp(2.3rem,4.6vw,3.7rem);font-weight:600;line-height:1.02}.hero__copy h1 .accent{color:var(--color-teal);z-index:1;position:relative}.hero__copy h1 .accent:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#14b8a60d 0%,#0000 70%);position:absolute;inset:-.15em -.2em}.hero__intro{color:var(--color-text-muted);max-width:40rem;margin:0 0 1.5rem;font-size:1.05rem}.hero-features{gap:1rem;margin:0 0 1.6rem;display:grid}.hero-feature{grid-template-columns:auto 1fr;align-items:start;gap:.9rem;display:grid}.hero-feature__icon{width:50px;height:50px;box-shadow:none;border:0;border-radius:8px;outline:none;flex-shrink:0;place-items:center;display:grid}.hero-feature__icon.teal{color:#14b8a6;background:#0d3b3b}.hero-feature__icon.purple{color:#c4b5fd;background:#2a1f45}.hero-feature__icon.pink{color:#f472b6;background:#3a1530}.hero-feature__icon .hash{font-size:1.35rem;font-weight:700;line-height:1}.hero-feature__icon svg{display:block}.hero-feature strong{color:var(--color-white);margin-bottom:.15rem;display:block}.hero-feature span{color:var(--color-text-muted);font-size:.95rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:.7rem;display:flex}.hero__trust{color:var(--color-text-muted);margin:0;font-size:.88rem}.hero__visual{justify-self:stretch;width:100%;max-width:666px;position:relative}.hero__frame{background:0 0;line-height:0;overflow:hidden}.hero__frame img{object-fit:cover;object-position:center center;width:100%;height:700px;display:block;-webkit-mask-image:url(/assets/images/hero-mask-sketch.svg);mask-image:url(/assets/images/hero-mask-sketch.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:119%;mask-size:119%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero-badge{color:var(--color-white);z-index:2;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.8rem;display:inline-flex;position:absolute;box-shadow:0 12px 28px #0006}.hero-badge--loc{background:#4c1d6b;top:6%;right:-2%}.hero-badge--exp{background:#0f5c55;bottom:8%;left:-2%}.section-duo{padding:1.5rem 0 3.5rem}.duo-panel{border:1px solid var(--color-teal);background:linear-gradient(#070b14eb 0%,#070b14f5 100%),url(/assets/images/duo-bg.png) 50%/cover no-repeat;border-radius:10px;overflow:hidden;box-shadow:0 0 32px #14b8a61f}.duo-panel__inner{text-align:center;padding:50px clamp(1.5rem,4vw,50px)}.duo-kicker{color:var(--color-white);margin:0 0 .65rem;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:600;line-height:1.25}.duo-title{color:var(--color-white);margin:0 0 1.25rem;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600}.duo-text{color:#9fb3c8;max-width:56rem;margin:0 auto .85rem;font-size:16px}.duo__boxes{text-align:center;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.25rem;display:grid}.duo-box h4{color:var(--color-white);margin:.85rem 0 .45rem;font-size:1.05rem}.duo-box p{color:var(--color-text-muted);margin:0;font-size:.92rem}.duo-box__icon{width:70px;height:70px;box-shadow:none;border:0;border-radius:10px;place-items:center;margin:0 auto;display:grid}.duo-box.tone-teal .duo-box__icon{color:#2dd4bf;background:#0d3b3b}.duo-box.tone-purple .duo-box__icon{color:#5c449b;background:#241c38}.duo-box.tone-pink .duo-box__icon{color:#f472b6;background:#3a1530}.section-process{padding:2rem 0 4rem}.process-head{text-align:center}.process-badge{margin-bottom:1rem}.process-steps{text-align:left;justify-content:center;align-items:stretch;gap:.35rem;margin-top:2rem;display:flex}.process-step-wrap{flex:1 1 0;align-items:center;gap:.35rem;min-width:0;display:flex}.process-step{border-radius:var(--radius-lg);background:#0f1828e6;border:1px solid #2dd4bf59;width:100%;min-height:170px;padding:1.15rem 1rem 1.25rem}.process-step.tone-purple{border-color:#a855f766}.process-step.tone-pink{border-color:#ec489966}.process-step__num{color:#fff;background:var(--color-teal);border-radius:8px;place-items:center;width:34px;height:34px;margin-bottom:.75rem;font-weight:700;display:grid}.process-step.tone-purple .process-step__num{background:linear-gradient(135deg,#7c3aed,#db2777)}.process-step.tone-pink .process-step__num{background:#db2777}.process-step.tone-teal .process-step__num{background:#14b8a6}.process-step h3{color:var(--color-white);margin:0 0 .45rem;font-size:1.05rem}.process-step p{color:var(--color-text-muted);margin:0;font-size:.9rem}.process-arrow{flex:none;padding:0 .15rem;font-size:1.35rem;font-weight:700}.process-arrow.tone-teal{color:var(--color-teal)}.process-arrow.tone-purple{color:#c084fc}.process-arrow.tone-pink{color:#f472b6}.section-reach{padding:1rem 0 4.5rem}.reach-map{isolation:isolate;background:radial-gradient(70% 55% at 55% 28%,#14b8a61f,#0000 60%),radial-gradient(50% 40% at 25% 40%,#5c449b1a,#0000 55%),#0a1220;border:1px solid #2dd4bf2e;border-radius:16px;max-width:1100px;margin:.5rem auto 1.5rem;position:relative;overflow:hidden}.reach-map__land{opacity:.72;filter:saturate(.85)brightness(1.05);pointer-events:none;user-select:none;width:100%;height:auto;display:block}.reach-map__overlay{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.reach-route__glow{fill:none;stroke:#2dd4bf59;stroke-width:4px;stroke-linecap:round;filter:url(#reach-glow);stroke-dasharray:1;stroke-dashoffset:1px}.reach-route__line{fill:none;stroke:url(#reach-line);stroke-width:1.75px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px}.reach-route__flow{fill:none;stroke:#e6edf38c;stroke-width:1.25px;stroke-linecap:round;stroke-dasharray:.04 .08;stroke-dashoffset:1px;opacity:0}.js-animate .reach-map.is-in .reach-route__glow,.js-animate .reach-map.is-in .reach-route__line{animation:1.35s cubic-bezier(.4,0,.2,1) forwards reachDraw;animation-delay:var(--reach-delay,0s)}.js-animate .reach-map.is-in .reach-route__flow{animation:1.35s cubic-bezier(.4,0,.2,1) forwards reachDraw,2.4s linear infinite reachFlow;animation-delay:var(--reach-delay,0s), calc(var(--reach-delay,0s) + 1.2s)}.reach-packet{fill:var(--color-teal-bright);opacity:0;offset-path:var(--reach-path);offset-rotate:0deg;filter:url(#reach-glow)}.js-animate .reach-map.is-in .reach-packet{animation:.35s forwards reachPacketIn,3.2s linear infinite reachTravel;animation-delay:calc(var(--reach-delay,0s) + 1.05s), calc(var(--reach-delay,0s) + 1.15s)}.reach-origin__pulse,.reach-dest__pulse{fill:#2dd4bf33;opacity:0;transform-box:fill-box;transform-origin:50%}.reach-origin__ring{fill:none;stroke:var(--color-teal-bright);stroke-width:1.5px;opacity:0}.reach-origin__dot{fill:var(--color-teal-bright);opacity:0}.reach-dest__dot{fill:#e6edf3;stroke:var(--color-teal);stroke-width:1.5px;opacity:0}.reach-origin__label,.reach-dest__label{fill:var(--color-text);font-family:var(--font-sans);letter-spacing:.02em;paint-order:stroke;stroke:#070b14d9;stroke-width:3px;stroke-linejoin:round;opacity:0;font-size:11px;font-weight:600}.reach-origin__label{fill:var(--color-teal-bright);font-size:12px}.js-animate .reach-map.is-in .reach-origin__pulse{opacity:1;animation:2.4s ease-out .1s infinite reachPulse}.js-animate .reach-map.is-in .reach-origin__ring,.js-animate .reach-map.is-in .reach-origin__dot,.js-animate .reach-map.is-in .reach-origin__label{animation:.5s .15s forwards reachFadeIn}.js-animate .reach-map.is-in .reach-dest__pulse{animation:2.6s ease-out infinite reachPulse;animation-delay:var(--reach-delay,0s);opacity:1}.js-animate .reach-map.is-in .reach-dest__dot,.js-animate .reach-map.is-in .reach-dest__label{animation:.45s forwards reachFadeIn;animation-delay:var(--reach-delay,0s)}html:not(.js-animate) .reach-route__glow,html:not(.js-animate) .reach-route__line,html:not(.js-animate) .reach-route__flow{stroke-dashoffset:0;opacity:1}html:not(.js-animate) .reach-origin__ring,html:not(.js-animate) .reach-origin__dot,html:not(.js-animate) .reach-origin__label,html:not(.js-animate) .reach-dest__dot,html:not(.js-animate) .reach-dest__label{opacity:1}html:not(.js-animate) .reach-origin__pulse,html:not(.js-animate) .reach-dest__pulse{opacity:.45}html:not(.js-animate) .reach-packet{opacity:0}@keyframes reachDraw{to{stroke-dashoffset:0;opacity:1}}@keyframes reachFlow{to{stroke-dashoffset:-.24px}}@keyframes reachFadeIn{0%{opacity:0}to{opacity:1}}@keyframes reachPacketIn{0%{opacity:0}to{opacity:.95}}@keyframes reachTravel{0%{offset-distance:0%}to{offset-distance:100%}}@keyframes reachPulse{0%{opacity:.55;transform:scale(.55)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.reach-legend{flex-wrap:wrap;justify-content:center;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.reach-legend__item{color:var(--color-text-muted);background:#0d1626cc;border:1px solid #2dd4bf38;border-radius:999px;margin:0;padding:.35rem .75rem;font-size:.82rem}.reach-legend__item.is-origin{color:var(--color-teal-bright);border-color:#2dd4bf73}@media (width<=768px){.reach-origin__label,.reach-dest__label{font-size:9px}.reach-origin__label{font-size:10px}}@media (prefers-reduced-motion:reduce){.reach-route__glow,.reach-route__line,.reach-route__flow,.reach-packet,.reach-origin__pulse,.reach-origin__ring,.reach-origin__dot,.reach-origin__label,.reach-dest__pulse,.reach-dest__dot,.reach-dest__label{opacity:1!important;stroke-dashoffset:0!important;animation:none!important}.reach-packet{display:none}}.section-services{padding:2rem 0 4rem}.services-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.services-head .section-title{margin:0;font-size:clamp(1.6rem,2.5vw,2rem);font-weight:400}.services-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;width:min(100%,1140px);margin-inline:auto;display:grid}@property --svc-pos{syntax:"<length>";inherits:true;initial-value:0}@property --svc-shrink{syntax:"<length>";inherits:true;initial-value:0}.service-card{--svc-color:#14b8a6;--svc-border:10px;--svc-offset:10px;--svc-gap:5px;--svc-c:var(--svc-color) var(--svc-border), #0000 0 calc(100% - var(--svc-border)), var(--svc-color) 0;--svc-o:calc(3 * var(--svc-offset));--svc-pos:var(--svc-o);--svc-shrink:var(--svc-o);padding:calc(var(--svc-gap) + var(--svc-border)) calc(var(--svc-gap) + var(--svc-border) + var(--svc-offset)) calc(var(--svc-gap) + var(--svc-border) + var(--svc-offset)) calc(var(--svc-gap) + var(--svc-border));background-image:linear-gradient(var(--svc-c)), linear-gradient(90deg, var(--svc-c));background-size:calc(100% - var(--svc-shrink)) calc(100% - var(--svc-shrink));background-position:var(--svc-pos) var(--svc-pos);filter:grayscale(.4);cursor:pointer;background-repeat:no-repeat;margin-left:10px;transition:filter .5s,--svc-pos .5s,--svc-shrink .5s;position:relative}.service-card:hover,.service-card:focus-within{--svc-pos:0px;--svc-shrink:var(--svc-offset);filter:grayscale(0)}.service-card__inner{background:#092255;height:100%;min-height:200px;padding:30px}.service-card h3{color:var(--color-white);margin:0 0 1.25rem;font-size:1.6rem;font-weight:400;line-height:1.25}.service-card p{color:var(--color-text);margin:0;font-size:.9rem;line-height:1.5}.section-portfolio{padding:2rem 0 4rem}.portfolio-rule{border:0;border-top:1px solid #38bdf840;max-width:100%;margin:0 auto 2rem}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;padding:.35rem;display:grid}.work-card{z-index:0;min-height:0;position:relative}.work-card__face{transform-origin:50%;background:#0d1626;border:1px solid #2dd4bf38;border-radius:14px;flex-direction:column;height:100%;transition:scale .28s,translate .28s,box-shadow .28s,border-color .28s;display:flex;overflow:hidden}.work-card:hover{z-index:2}.work-card:hover .work-card__face{border-color:#2dd4bf73;translate:0 -6px;scale:1.06;box-shadow:0 20px 40px #00000073}.work-card__mock{background:#1a222e;border-radius:10px;margin:.9rem .9rem 0;overflow:hidden}.work-card__mock img{aspect-ratio:5/4;object-fit:cover;width:100%;height:auto;display:block}.work-card__text{padding:1rem 1.1rem 1.25rem}.work-card__text h3{color:var(--color-white);margin:0 0 .45rem;font-size:1.05rem;font-weight:600}.work-card__text p{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.5}.work-card__text p.is-quote{font-style:italic}.section-contact{padding:3rem 0 4.5rem}.section-contact .section-title.centered{margin-bottom:.5rem}.section-contact .section-intro.centered{margin-bottom:2.25rem}.contact__grid{grid-template-columns:minmax(0,2.3fr) minmax(260px,1fr);align-items:start;gap:1.5rem 2rem;display:grid}.form{gap:1.25rem;display:grid}.form label{color:var(--color-white);gap:.45rem;font-size:.95rem;display:grid}.form input,.form textarea{width:100%;color:var(--color-text);font:inherit;background:#091630;border:1px solid #1e293b;border-radius:10px;min-height:40px;padding:.5rem 1rem;font-size:15px;line-height:1.4}.form textarea{resize:vertical;min-height:96px;padding:.45rem .875rem}.form input:focus,.form textarea:focus{border-color:var(--color-teal);outline:2px solid #14b8a666}.form-check{align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--color-text-muted)!important;grid-template-columns:none!important;display:flex!important}.form-check input{width:auto;min-height:0;margin-top:.2rem;padding:0}.form .btn-primary{background:var(--color-teal);border-radius:4px;padding:15px 30px;font-size:16px}.form-status{min-height:1.25rem;color:var(--color-teal-bright);font-size:.9rem}.contact-aside{gap:.85rem;display:grid}.info-card{background:0 0;border:1px solid #0d3b3b;border-radius:30px;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.info-card h3{color:var(--color-white);margin:0 0 .25rem;font-size:1.2rem;font-weight:600}.info-card p,.info-card a{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.45}.info-card__icon{width:50px;height:50px;box-shadow:none;border:0;border-radius:10%;flex-shrink:0;place-items:center;display:grid}.info-card__icon.tone-teal{color:#2dd4bf;background:#0d3b3b}.info-card__icon.tone-purple{color:#5c449b;background:#241c38}.info-card__icon svg{width:22px;height:22px}.info-card--expect{background:#2dd4bf1f;border-color:#0d3b3b;display:block}.info-card--expect h3{margin-bottom:.65rem}.expect-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.expect-list li{color:var(--color-text-muted);align-items:flex-start;gap:.55rem;font-size:.88rem;display:flex}.expect-list .check{color:var(--color-teal);flex-shrink:0;margin-top:.15rem;display:grid}.site-footer{border-top:1px solid #1e293bb3;padding:2.5rem 0 3.5rem}.site-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:1.15rem;display:flex}.social{gap:1rem;display:flex}.social a{border:1.5px solid var(--color-teal);width:42px;height:42px;color:var(--color-teal);border-radius:999px;place-items:center;transition:background .2s,color .2s;display:grid}.social a:hover{background:#14b8a626}.footer-copy{color:var(--color-text-muted);margin:0;font-size:.95rem}.footer-links{gap:1.5rem;font-size:.95rem;display:flex}.footer-links a{color:var(--color-teal)}.footer-links a:hover{color:var(--color-teal-bright)}.back-to-top{border:2px solid var(--color-teal);width:39px;height:39px;color:var(--color-teal);cursor:pointer;opacity:0;pointer-events:none;z-index:90;background:#070b14d9;border-radius:3px;place-items:center;padding:0;transition:opacity .2s,background .2s;display:grid;position:fixed;bottom:1rem;right:1rem}.back-to-top:hover{background:#14b8a61f}.back-to-top.is-visible{opacity:1;pointer-events:auto}.legal-page{padding:3rem 0 4rem}.legal-page h1{color:var(--color-white);margin:0 0 .5rem;font-size:clamp(1.8rem,3vw,2.4rem)}.legal-page .updated{color:var(--color-text-muted);margin-bottom:2rem}.legal-page h2{color:var(--color-white);margin:2rem 0 .75rem;font-size:1.25rem}.legal-page h3{color:var(--color-teal-bright);margin:1.25rem 0 .5rem;font-size:1.05rem}.legal-page p,.legal-page li{color:var(--color-text-muted)}.legal-page ul{padding-left:1.2rem}.text-accent{color:var(--color-teal-bright)}.cookie-banner{color:#222;z-index:200;background:#fff;border-radius:10px;width:min(560px,100vw - 2rem);padding:1.35rem 1.4rem 1.1rem;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 18px 55px #0006}.cookie-banner[hidden],.cookie-prefs[hidden],.cookie-reopen[hidden]{display:none!important}.cookie-banner__close{cursor:pointer;color:#333;background:0 0;border:0;font-size:1.35rem;line-height:1;position:absolute;top:.65rem;right:.75rem}.cookie-banner h2{color:#111;text-align:center;margin:0 1.5rem .75rem;font-size:1.2rem;font-weight:700}.cookie-banner>p{color:#4b5563;text-align:left;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.cookie-banner__actions{grid-template-columns:repeat(3,1fr);gap:.55rem;margin-bottom:.85rem;display:grid}.cookie-btn{cursor:pointer;font:inherit;border:0;border-radius:6px;padding:.7rem .5rem;font-size:.92rem;font-weight:600}.cookie-btn--accept{background:var(--cookie-blue);color:#fff}.cookie-btn--muted,.cookie-btn--save{color:#111;background:#eceff3}.cookie-banner__links{justify-content:center;gap:1.25rem;font-size:.88rem;display:flex}.cookie-banner__links a{color:var(--cookie-blue);text-decoration:underline}.cookie-prefs{gap:.65rem;margin:0 0 .9rem;display:grid}.cookie-prefs label{border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem .7rem;font-size:.85rem;display:flex}.cookie-prefs small{color:#666;margin-top:.2rem;display:block}.cookie-reopen{z-index:190;color:#111;cursor:pointer;font:inherit;background:#fff;border:0;border-radius:999px;padding:.55rem .9rem;font-size:.8rem;position:fixed;bottom:1rem;left:1rem;box-shadow:0 8px 24px #00000040}@media (width<=1024px){.hero__grid,.contact__grid,.duo__boxes,.services-grid,.portfolio-grid{grid-template-columns:1fr 1fr}.hero__frame img{height:400px}.process-steps{flex-wrap:wrap}.process-step-wrap{flex:calc(50% - .5rem)}.process-arrow{display:none}}@media (width<=768px){.hero__grid,.contact__grid,.duo__boxes,.services-grid,.portfolio-grid{grid-template-columns:1fr}.services-head{flex-direction:column;align-items:flex-start}.service-card{margin-left:0}.process-step-wrap{flex:100%}.hero__visual{max-width:none}.hero__frame img{height:250px}.hero-badge--loc{right:.5rem}.hero-badge--exp{left:.5rem}.cookie-banner__actions{grid-template-columns:1fr}.cookie-banner{width:auto;bottom:1rem;left:1rem;right:1rem;transform:none}}.js-animate [data-animate]:not(.is-in){opacity:0}.js-animate [data-animate].is-in{animation-duration:1.25s;animation-fill-mode:both}.js-animate [data-animate=fadeInLeft].is-in{animation-name:fadeInLeft}.js-animate [data-animate=fadeInRight].is-in{animation-name:fadeInRight}.js-animate [data-animate=fadeInUp].is-in{animation-name:fadeInUp}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.js-animate [data-animate]{opacity:1!important;animation:none!important;transform:none!important}.service-card{filter:none;transition:none}.service-card:hover,.service-card:focus-within{filter:none}.work-card__face{transition:none}.work-card:hover .work-card__face{box-shadow:none;translate:none;scale:none}html{scroll-behavior:auto}}
