:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#f1f3f5;--text-primary:#111827;--text-secondary:#4b5563;--brand-red:#c60c23;--brand-black:#1a1a1a;--border-light:#e5e7eb;--container-width:1200px;--radius-large:.8rem;--radius-medium:.5rem;--radius-btn:.4rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans), sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans), sans-serif;color:var(--brand-black);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .2s}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.glass{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#ffffffe6}.card-airy{background:var(--bg-primary);border-radius:var(--radius-medium);border:1px solid var(--border-light);padding:2rem;transition:all .3s;box-shadow:0 2px 10px #00000008}.card-airy:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px #0000000d}.solution-card-icon{justify-content:center;align-items:center;width:3.4rem;height:3.4rem;margin-bottom:1.15rem;display:flex}.solution-card-icon img{object-fit:contain;max-width:100%;max-height:100%;display:block}.solution-card-icon--facade{width:3.6rem;height:3.6rem}.btn{border-radius:var(--radius-btn);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--brand-black);color:#fff}.btn-primary:hover{background:var(--brand-red);transform:translateY(-1px)}.btn-outline{color:var(--brand-black);border:1px solid var(--border-light);background:0 0}.btn-outline:hover{border-color:var(--brand-black);background:var(--bg-secondary)}.text-accent{color:var(--brand-red)}.bg-accent{background-color:var(--brand-red)}.badge{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-btn);text-transform:uppercase;letter-spacing:.02em;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.nav-container{max-width:1560px}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--brand-black);white-space:nowrap;align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;display:inline-flex}.nav-item{align-items:center;min-height:3rem;display:flex;position:relative}.nav-submenu{z-index:20;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #11182714;border-radius:.65rem;gap:.25rem;min-width:190px;padding:.55rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + .65rem);left:50%;transform:translate(-50%,-.35rem);box-shadow:0 24px 70px #0f172a29}.nav-submenu:before{content:"";height:.8rem;position:absolute;top:-.8rem;left:0;right:0}.nav-submenu a{color:#111827;border-radius:.45rem;align-items:center;min-height:42px;padding:.65rem .8rem;font-size:.9rem;font-weight:700;display:flex}.nav-submenu a:hover,.nav-submenu a:focus-visible{color:var(--brand-red);background:#c60c2314}.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-cta{border-radius:.5rem;gap:.9rem;min-height:58px;box-shadow:0 16px 32px #0f172a29}.nav-cta svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.25rem;height:1.25rem}.mobile-menu-toggle,.mobile-menu{display:none}.home-page{background:#fff;overflow:hidden}.home-title-mobile{display:none}.home-hero{background:linear-gradient(115deg,#fffffffa 0%,#fffffff2 46%,#f4f6f9c7 100%),repeating-linear-gradient(165deg,#1118270b 0 1px,#0000 1px 18px);height:100svh;min-height:640px;max-height:980px;padding:clamp(5.8rem,10vh,7.2rem) 0 clamp(1rem,3vh,2.2rem);position:relative;overflow:hidden}.home-hero .container{max-width:1560px}.home-hero:after{content:"";pointer-events:none;background:repeating-linear-gradient(168deg,#1118270b 0 1px,#0000 1px 16px);height:20rem;position:absolute;bottom:-9rem;left:-8vw;right:-6vw}.home-hero__grid{z-index:1;grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);align-items:center;gap:clamp(2rem,4vw,4rem);height:100%;display:grid;position:relative}.home-hero__copy{min-width:0;padding-top:0}.home-hero__mark{gap:.5rem;margin-bottom:clamp(1.1rem,3vh,1.9rem);display:flex}.home-hero__mark span{background:var(--brand-red);border-radius:99px;height:.34rem;display:block}.home-hero__mark span:first-child{width:3.2rem}.home-hero__mark span:last-child{width:1.05rem}.home-hero h1{color:#07080b;letter-spacing:0;max-width:650px;margin-bottom:clamp(.8rem,2vh,1.25rem);font-size:clamp(3rem,min(5vw,8.2vh),5.7rem);font-weight:800;line-height:.98}.home-hero__copy p{color:#3f4551;max-width:570px;font-size:clamp(1.02rem,1.35vw,1.3rem);line-height:1.65}.home-hero__actions{flex-wrap:wrap;gap:1.15rem;margin-top:clamp(1.3rem,3.7vh,2.25rem);display:flex}.home-hero__button{border-radius:.5rem;justify-content:center;align-items:center;gap:1.1rem;min-width:178px;min-height:clamp(52px,7vh,64px);padding:.9rem 1.7rem;font-weight:800;display:inline-flex;box-shadow:0 18px 38px #0f172a17}.home-hero__button--red{background:var(--brand-red);color:#fff}.home-hero__button--light{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #1118271a}.home-hero__button-icon{flex:none;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;display:inline-flex}.home-hero__button-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:100%;height:100%;display:block;overflow:visible}.home-hero__stats{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffb8;border:1px solid #ffffffd1;border-radius:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));max-width:640px;margin-top:clamp(1.7rem,5vh,4.2rem);display:grid;overflow:hidden;box-shadow:0 24px 70px #0f172a24}.home-hero__stats div{border-right:1px solid #0f172a26;min-height:clamp(92px,13vh,118px);padding:clamp(1rem,2.2vh,1.45rem) clamp(1.05rem,2vw,1.7rem)}.home-hero__stats div:last-child{border-right:0}.home-hero__stat-icon,.home-hero__stats strong,.home-hero__stats small{display:block}.home-hero__stat-icon{width:clamp(1.45rem,3vh,1.75rem);height:clamp(1.45rem,3vh,1.75rem);margin-bottom:clamp(.3rem,1vh,.55rem)}.home-hero__stat-icon img{object-fit:contain;width:100%;height:100%;display:block}.home-hero__stats strong{color:#07080b;font-size:clamp(1.15rem,1.45vw,1.65rem);line-height:1.1}.home-hero__stats small{color:#505766;margin-top:.35rem;font-size:.95rem}.home-hero__visual{height:100%;min-height:0;position:relative}.home-hero__beam{display:none}.home-hero__beam:before,.home-hero__beam:after{content:"";border-radius:999px;position:absolute;left:0;right:0;transform:rotate(-8deg)}.home-hero__beam:before{background:#ff495b;height:.26rem;top:2rem;box-shadow:0 0 12px #ff495bf2,0 0 28px #ff495b99}.home-hero__beam:after{filter:blur(5px);background:#ff495b38;height:.85rem;top:1.7rem}.home-service-card{z-index:2;clip-path:inset(0 round 2rem);contain:paint;isolation:isolate;background:#111827;border:1px solid #ffffffbf;border-radius:2rem;width:clamp(330px,34vw,510px);height:min(clamp(400px,63vh,620px),100% - 5.4rem);transition:transform .42s,box-shadow .42s,z-index;display:block;position:absolute;top:clamp(.8rem,5vh,3.2rem);overflow:hidden;box-shadow:0 38px 75px #0f172a3d}.home-service-card--solar{z-index:2;transform-origin:bottom;left:.5rem;transform:rotate(-4deg)}.home-service-card--facade{z-index:3;transform-origin:bottom;top:clamp(1.5rem,6vh,4.2rem);right:0;transform:rotate(6deg)}.home-service-card--solar:hover{z-index:8;transform:translateY(-.75rem)scale(1.025)rotate(-4deg);box-shadow:0 48px 95px #0f172a52}.home-service-card--facade:hover{z-index:8;transform:translateY(-.75rem)scale(1.025)rotate(6deg);box-shadow:0 48px 95px #0f172a52}.home-service-card__image{border-radius:inherit;object-fit:cover;backface-visibility:hidden;transition:transform .7s}.home-service-card:hover .home-service-card__image{transform:scale(1.06)}.home-service-card__shade{border-radius:inherit;background:linear-gradient(#00000005 0%,#0000001f 42%,#000000db 100%),linear-gradient(90deg,#c60c231f,#0000000a);position:absolute;inset:0}.home-service-card__icon{z-index:2;filter:drop-shadow(0 10px 22px #00000052);width:clamp(3.7rem,7vh,5rem);height:clamp(3.7rem,7vh,5rem);display:block;position:absolute;top:clamp(1.2rem,3vh,2.1rem);left:clamp(1.2rem,3vh,2.1rem)}.home-service-card__icon img{object-fit:contain;width:100%;height:100%;display:block}.home-service-card__content{color:#fff;position:absolute;bottom:clamp(1.45rem,4vh,2.5rem);left:clamp(1.4rem,3.1vh,2rem);right:clamp(1.4rem,3.1vh,2rem)}.home-service-card__content span{color:var(--brand-red);text-transform:uppercase;margin-bottom:.6rem;font-size:1rem;font-weight:900;display:block}.home-service-card__content h2{color:#fff;letter-spacing:0;max-width:360px;margin-bottom:clamp(.35rem,1.2vh,.7rem);font-size:clamp(1.9rem,min(2.7vw,5vh),3.15rem);line-height:1.02}.home-service-card__content p{color:#ffffffeb;max-width:320px;font-size:clamp(.95rem,1.7vh,1.05rem);line-height:1.45}.home-service-card__arrow{color:#09090b;background:#fffffff0;border-radius:999px;place-items:center;width:clamp(3.8rem,7vh,4.8rem);height:clamp(3.8rem,7vh,4.8rem);display:grid;position:absolute;bottom:clamp(1.7rem,4.8vh,3rem);right:clamp(1.4rem,3.1vh,2rem);box-shadow:0 18px 34px #0f172a38}.home-service-card__arrow:before{content:"";border-top:3px solid;border-right:3px solid;width:1.45rem;height:1.45rem;transform:translate(-.12rem)rotate(45deg)}.home-service-card__arrow:after{content:"";background:currentColor;width:1.9rem;height:3px;position:absolute;transform:translate(-.12rem)}.subpage-hero{background:#07080b;border-bottom:1px solid #ffffff14;align-items:flex-end;min-height:min(82svh,820px);padding:clamp(7rem,15vh,10rem) 0 clamp(3.5rem,8vh,5.5rem);display:flex;position:relative;overflow:hidden}.subpage-hero .container{z-index:2;position:relative}.subpage-hero--about .container{max-width:1560px;padding-left:clamp(1rem,3.2vw,3rem);padding-right:clamp(1rem,3.2vw,3rem)}.subpage-hero__image{object-fit:cover;filter:grayscale()contrast(1.08);transform:scale(1.04)}.subpage-hero--solar .subpage-hero__image{object-position:center 58%}.subpage-hero--facade .subpage-hero__image,.subpage-hero--about .subpage-hero__image{object-position:center center}.subpage-hero__shade{z-index:1;background:radial-gradient(circle at 18% 24%,#c60c234d,#0000 24%),linear-gradient(90deg,#050609eb 0%,#050609bd 42%,#05060957 100%),linear-gradient(#05060933,#050609eb);position:absolute;inset:0}.subpage-hero--facade .subpage-hero__shade{background:radial-gradient(circle at 72% 18%,#c60c2342,#0000 26%),linear-gradient(90deg,#050609e8 0%,#0506099e 48%,#05060961 100%),linear-gradient(#0506091f,#050609eb)}.subpage-hero--references .subpage-hero__image{object-position:center center}.subpage-hero--references .subpage-hero__shade{background:radial-gradient(circle at 78% 20%,#c60c2347,#0000 26%),linear-gradient(90deg,#050609f0 0%,#050609b8 43%,#05060952 100%),linear-gradient(#0506091a,#050609eb)}.subpage-hero--about .subpage-hero__shade{background:radial-gradient(circle at 50% 20%,#c60c2338,#0000 28%),linear-gradient(90deg,#050609d1,#0506099e),linear-gradient(#0506092e,#050609f0)}.subpage-hero__content{color:#fff;max-width:820px}.subpage-hero__content--center{text-align:center;max-width:860px;margin:0 auto}.subpage-hero__badge{color:#fff;background:#c60c23eb;border:1px solid #fff3;box-shadow:0 18px 46px #c60c233d}.subpage-hero h1{color:#fff;letter-spacing:0;text-shadow:0 22px 70px #0000009e;max-width:880px;margin-bottom:1.15rem;font-size:clamp(3rem,min(6vw,8.5vh),6.5rem);font-weight:800;line-height:.96}.subpage-hero h1 span{color:#ff4a5f}.subpage-hero p{color:#ffffffe0;text-shadow:0 14px 38px #0000008c;max-width:720px;margin-bottom:2rem;font-size:clamp(1.05rem,1.45vw,1.28rem);font-weight:500;line-height:1.7}.subpage-hero__content--center p{margin-left:auto;margin-right:auto}.service-reference-section{background:radial-gradient(circle at 12% 16%,#c60c2314,#0000 24%),linear-gradient(135deg,#fff,#f7f8fa);padding:clamp(4.5rem,8vw,7rem) 0}.service-reference-section--dark{background:radial-gradient(circle at 84% 10%,#c60c232e,#0000 24%),linear-gradient(135deg,#111,#050608)}.service-reference-head{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2rem,4vw,3.2rem);display:flex}.service-reference-head h2{color:#111827;letter-spacing:0;font-size:clamp(2.4rem,5vw,5rem);line-height:.98}.service-reference-section--dark .service-reference-head h2{color:#fff}.home-reference-section{padding:6rem 0}.home-reference-head{max-width:760px;margin-bottom:clamp(2rem,4vw,3.2rem)}.home-reference-head h2{color:#111827;letter-spacing:0;margin-bottom:.55rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.98}.home-reference-head p{max-width:560px;color:var(--text-secondary);font-size:1.05rem}.home-reference-actions{flex-wrap:wrap;gap:.9rem;margin-top:1.55rem;display:flex}.home-reference-button{border-radius:.45rem;justify-content:center;align-items:center;min-height:52px;padding:.85rem 1.25rem;font-size:.96rem;font-weight:900;display:inline-flex;box-shadow:0 18px 38px #0f172a14}.home-reference-button--red{background:var(--brand-red);color:#fff}.home-reference-button--light{color:#111827;background:#ffffffd1;border:1px solid #1118271a}.home-reference-button:hover{transform:translateY(-2px);box-shadow:0 24px 48px #0f172a1f}.contact-form-switch{border:1px solid var(--border-light);background:var(--bg-secondary);border-radius:.55rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.35rem;display:grid}.contact-form-switch button{min-height:42px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.38rem;padding:.55rem .7rem;font-size:.88rem;font-weight:800;transition:background .2s,color .2s,box-shadow .2s}.contact-form-switch button.is-active{background:var(--brand-red);color:#fff;box-shadow:0 12px 24px #c60c2333}.contact-form-switch button:focus-visible{outline-offset:2px;outline:2px solid #c60c2359}.service-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,2.6vw,2.4rem);display:grid}.service-reference-card{background:#101010;border-radius:.25rem;min-height:clamp(360px,34vw,520px);position:relative;overflow:hidden;box-shadow:0 30px 75px #0f172a21}.service-reference-card--carousel{cursor:grab;isolation:isolate}.service-reference-card--carousel:active{cursor:grabbing}.service-reference-card__image{object-fit:cover;filter:grayscale();transition:filter .45s,transform .7s;transform:scale(1.01)}.service-reference-card:hover .service-reference-card__image{filter:grayscale(.25);transform:scale(1.055)}.service-reference-card__shade{background:linear-gradient(#0000000d 0%,#00000047 48%,#000000c7 100%),linear-gradient(90deg,#0000005c,#00000014);position:absolute;inset:0}.service-reference-card__content{z-index:2;color:#fff;position:absolute;bottom:clamp(1.4rem,3vw,3rem);left:clamp(1.4rem,3vw,3rem);right:clamp(1.4rem,3vw,3rem)}.service-reference-card__content span{color:#ff3b4f;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.55rem;font-size:clamp(.82rem,1vw,1rem);font-weight:900;line-height:1;display:block}.service-reference-card__content h3{color:#fff;letter-spacing:0;max-width:720px;margin-bottom:.6rem;font-size:clamp(1.8rem,3.3vw,3.7rem);font-weight:900;line-height:.98}.service-reference-card__content p{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:650px;font-size:clamp(.94rem,1.1vw,1.05rem);line-height:1.55;display:-webkit-box;overflow:hidden}.service-reference-card__content strong{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff21;border-radius:.25rem;width:fit-content;margin-top:.85rem;padding:.35rem .65rem;font-size:.9rem;display:block}.service-reference-card__button{color:#111827;background:#fff;border-radius:.35rem;align-items:center;width:fit-content;min-height:46px;margin-top:1.15rem;padding:.7rem 1rem;font-size:.92rem;font-weight:900;display:inline-flex}.service-reference-card__arrow{z-index:3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0f0f0fbd;border:0;place-items:center;width:clamp(2.9rem,4vw,4.1rem);height:clamp(2.9rem,4vw,4.1rem);font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1;transition:background .2s,transform .2s;display:grid;position:absolute;top:clamp(1rem,2vw,2rem)}.service-reference-card__arrow:hover{background:#c60c23db;transform:translateY(-2px)}.service-reference-card__arrow span{display:block;transform:translateY(-.08em)}.service-reference-card__arrow--left{left:clamp(1rem,2vw,2rem)}.service-reference-card__arrow--right{right:clamp(1rem,2vw,2rem)}.service-reference-card__dots{align-items:center;gap:.52rem;margin-top:1.15rem;display:flex}.service-reference-card__dots button{cursor:pointer;background:#ffffff85;border:0;border-radius:999px;width:.66rem;height:.66rem;padding:0;transition:width .2s,background .2s;display:block}.service-reference-card__dots button.is-active{background:#fff;width:2.7rem}.partner-logo-strip{flex-wrap:wrap;justify-content:center;gap:clamp(.9rem,2vw,1.4rem);display:flex}.partner-logo-strip--compact{justify-content:flex-end}.partner-logo-card{background:#ffffffc7;border:1px solid #11182714;border-radius:.55rem;justify-content:center;align-items:center;min-width:clamp(130px,10vw,170px);height:72px;padding:.95rem 1.15rem;display:flex;box-shadow:0 18px 45px #0f172a0f}.partner-logo-card img{object-fit:contain;filter:saturate(.92)contrast(1.05);max-width:100%;max-height:44px}@media (min-width:981px) and (max-height:780px){.home-hero{min-height:600px;padding-top:5.4rem;padding-bottom:.9rem}.home-hero h1{max-width:590px;font-size:clamp(2.75rem,4.3vw,4.75rem)}.home-hero__copy p{max-width:520px;font-size:1rem;line-height:1.5}.home-hero__actions{margin-top:1.15rem}.home-hero__button{min-height:50px;padding:.65rem 1.35rem}.home-hero__stats{max-width:590px;margin-top:1.4rem}.home-hero__stats div{min-height:82px;padding:.82rem 1.1rem}.home-hero__stats small{font-size:.82rem}.home-service-card{border-radius:1.55rem;width:clamp(300px,32vw,470px);height:min(clamp(380px,64vh,550px),100% - 3.5rem)}.home-service-card__content h2{font-size:clamp(1.75rem,2.3vw,2.55rem)}.home-service-card__content p{font-size:.93rem}}.references-shell,.reference-detail{--ref-surface:#fbf9f7;--ref-surface-soft:#efede9;--ref-surface-strong:#1b1c1c;--ref-copper:#994700;--ref-solar:#f97701;--ref-green:#3a6843;--ref-line:#dfc0b0;--ref-muted:#584236;background:var(--ref-surface);color:var(--ref-surface-strong)}.references-hero{border-bottom:1px solid var(--ref-line);padding:9rem 0 4.5rem}.references-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;gap:clamp(2rem,5vw,5rem);display:grid}.references-hero__copy{flex-direction:column;justify-content:center;min-height:560px;display:flex}.references-kicker{width:fit-content;color:var(--ref-copper);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.references-hero h1,.reference-detail__intro h1{max-width:790px;color:var(--ref-surface-strong);letter-spacing:0;margin-bottom:1.4rem;font-size:clamp(3rem,8vw,6.8rem);font-weight:800;line-height:.92}.references-hero p{max-width:660px;color:var(--ref-muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.references-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.references-action{border-radius:.25rem;gap:.65rem;min-height:48px}.references-feature{border:1px solid var(--ref-line);background:var(--ref-surface-soft);border-radius:.5rem;min-height:560px;position:relative;overflow:hidden}.references-feature__link,.reference-card__link{width:100%;height:100%;display:flex}.references-feature__image,.reference-card__image,.reference-detail__image{object-fit:cover;transition:transform .7s}.references-feature:hover .references-feature__image,.reference-card:hover .reference-card__image,.reference-detail__media:hover .reference-detail__image{transform:scale(1.045)}.references-feature__shade{background:linear-gradient(#1b1c1c08,#1b1c1cd1),linear-gradient(90deg,#99470052,#3a68431f);position:absolute;inset:0}.references-feature__content{color:#fff;padding:clamp(1.4rem,3vw,2.5rem);position:absolute;inset:auto 0 0}.references-feature__content span,.reference-card__category{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff1f;border:1px solid #ffffff7a;border-radius:.25rem;margin-bottom:.9rem;padding:.35rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.references-feature__content h2{color:#fff;letter-spacing:0;max-width:540px;margin-bottom:1.4rem;font-size:clamp(2rem,4vw,4.3rem);line-height:.95}.references-feature__content div{align-items:baseline;gap:.8rem;display:flex}.references-feature__content strong{font-size:1.25rem}.references-feature__content small{color:#ffffffbd;font-weight:700}.references-system{padding:4.5rem 0 6rem}.references-system__top,.reference-detail__related-top{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.6rem;display:flex}.references-system__top h2,.reference-detail__story h2,.reference-detail__related-top h2{color:var(--ref-surface-strong);letter-spacing:0;font-size:clamp(2.1rem,4vw,4.6rem);line-height:.96}.references-filter{border:1px solid var(--ref-line);background:var(--ref-surface-soft);border-radius:.5rem;grid-template-columns:repeat(3,minmax(86px,1fr));gap:.35rem;padding:.35rem;display:grid}.references-filter button{min-height:58px;color:var(--ref-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.25rem;padding:.55rem .8rem}.references-filter button span,.references-filter button small{display:block}.references-filter button span{font-size:1rem;font-weight:800}.references-filter button small{font-size:.72rem;font-weight:700}.references-filter button.is-active{background:var(--ref-surface-strong);color:#fff}.references-statbar{border:1px solid var(--ref-line);background:#fff;border-radius:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;display:grid}.references-statbar div{border-right:1px solid var(--ref-line);padding:1rem 1.2rem}.references-statbar div:last-child{border-right:0}.references-statbar strong,.references-statbar span{display:block}.references-statbar strong{color:var(--ref-copper);font-size:1.45rem;line-height:1}.references-statbar span{color:var(--ref-muted);text-transform:uppercase;font-size:.78rem;font-weight:700}.references-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.reference-card{border:1px solid var(--ref-line);background:#fff;border-radius:.5rem;min-height:530px;overflow:hidden}.reference-card--wide{grid-column:span 2}.reference-card__link{flex-direction:column}.reference-card__media{background:var(--ref-surface-soft);min-height:250px;position:relative;overflow:hidden}.reference-card--wide .reference-card__media{min-height:330px}.reference-card__category{background:#1b1c1c73;margin:0;position:absolute;top:1rem;left:1rem}.reference-card__body{flex-direction:column;flex:1;padding:clamp(1.1rem,2vw,1.6rem);display:flex}.reference-card__meta{color:var(--ref-muted);text-transform:uppercase;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:.78rem;font-weight:800;display:flex}.reference-card h3{color:var(--ref-surface-strong);letter-spacing:0;margin-bottom:.75rem;font-size:clamp(1.55rem,2.4vw,2.3rem);line-height:1.02}.reference-card p{color:var(--ref-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.98rem;line-height:1.65;display:-webkit-box;overflow:hidden}.reference-card__bottom{border-top:1px solid var(--ref-line);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.reference-card__bottom strong{color:var(--ref-copper);font-size:1rem}.reference-card__bottom span{background:var(--ref-surface-strong);color:#fff;border-radius:.25rem;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.reference-detail__hero{background:var(--ref-surface);padding:9rem 0 2.5rem}.reference-detail__back{color:var(--ref-muted);align-items:center;gap:.55rem;margin-bottom:2rem;font-size:.9rem;font-weight:800;display:inline-flex}.reference-detail__intro{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;gap:2rem;display:grid}.reference-detail__facts{gap:.65rem;display:grid}.reference-detail__facts div,.reference-detail__panel,.reference-detail__quote,.reference-mini{border:1px solid var(--ref-line);background:#fff;border-radius:.5rem}.reference-detail__facts div{padding:1rem}.reference-detail__facts span,.reference-detail__metric span,.reference-detail__label{color:var(--ref-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.76rem;font-weight:800;display:block}.reference-detail__facts strong{color:var(--ref-copper);font-size:1.4rem;line-height:1.15}.reference-detail__media-wrap{padding:0 0 4rem}.reference-detail__media{border:1px solid var(--ref-line);background:var(--ref-surface-soft);border-radius:.5rem;min-height:min(68vh,680px);position:relative;overflow:hidden}.reference-detail__stamp{color:#fff;background:#1b1c1cd1;border-radius:.35rem;min-width:126px;padding:1rem;display:grid;position:absolute;bottom:1.2rem;right:1.2rem}.reference-detail__stamp span{letter-spacing:.08em;font-size:.74rem;font-weight:800}.reference-detail__stamp strong{font-size:1.8rem}.reference-detail__content,.reference-detail__related{border-top:1px solid var(--ref-line);padding:4.5rem 0}.reference-detail__grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.reference-detail__story p{max-width:760px;color:var(--ref-muted);font-size:clamp(1.05rem,1.4vw,1.28rem);line-height:1.85}.reference-detail__quote{background:var(--ref-surface-soft);grid-template-columns:auto 1fr;gap:1rem;margin-top:2rem;padding:1.4rem;display:grid}.reference-detail__quote span{color:var(--ref-copper);font-size:3rem;line-height:1}.reference-detail__quote p{margin:0;font-size:1rem;font-weight:700;line-height:1.6}.reference-detail__panel{padding:1.4rem;position:sticky;top:6rem}.reference-detail__panel h3{margin-bottom:1.2rem;font-size:1.45rem}.reference-detail__metric{border-bottom:1px solid var(--ref-line);margin-bottom:1.6rem;padding-bottom:1.3rem}.reference-detail__metric strong{color:var(--ref-copper);font-size:1.45rem}.reference-detail__panel ul{gap:.75rem;list-style:none;display:grid}.reference-detail__panel li{color:var(--ref-surface-strong);align-items:flex-start;gap:.7rem;font-weight:700;line-height:1.45;display:flex}.reference-detail__panel li span{color:var(--ref-green);font-weight:900}.reference-detail__related{background:var(--ref-surface-soft)}.reference-detail__related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.reference-mini{gap:.45rem;padding:1.3rem;display:grid}.reference-mini span{color:var(--ref-copper);text-transform:uppercase;font-size:.75rem;font-weight:800}.reference-mini h3{letter-spacing:0;font-size:1.45rem}.reference-mini strong{color:var(--ref-muted)}.reference-detail__hero{background:#0b0c0f;align-items:end;min-height:min(82svh,820px);padding:clamp(7rem,15vh,10rem) 0 clamp(3rem,8vh,5rem);display:flex;position:relative;overflow:hidden}.reference-detail__hero .container{z-index:2;position:relative}.reference-detail__hero-image{object-fit:cover;filter:grayscale()contrast(1.08);transform:scale(1.03)}.reference-detail__hero-shade{z-index:1;background:radial-gradient(circle at 78% 18%,#c60c2347,#0000 28%),linear-gradient(90deg,#050609ed 0%,#050609c2 42%,#05060957 100%),linear-gradient(#05060929,#050609eb);position:absolute;inset:0}.reference-detail__back{z-index:2;color:#ffffffdb;position:relative}.reference-detail__back:hover{color:#fff}.reference-detail__intro{z-index:2;position:relative}.reference-detail__intro h1{color:#fff;text-shadow:0 18px 54px #00000085;max-width:880px}.reference-detail__intro .references-kicker{color:#ff4a5f}.reference-detail__facts div{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff2e,#ffffff12),#0f12188a;border-color:#ffffff2e;box-shadow:0 24px 70px #00000038}.reference-detail__facts span{color:#ffffffad}.reference-detail__facts strong{color:#fff}.reference-detail__content{background:radial-gradient(circle at 12% 18%,#c60c2314,#0000 25%),linear-gradient(135deg,#fff,#f7f7f8)}.reference-detail__panel{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(145deg,#c60c2370,#1118271a,#fff0) border-box;border-color:#c60c2329;box-shadow:0 26px 70px #0f172a1a}.reference-detail__quote{background:linear-gradient(135deg,#c60c2314,#ffffffd1),#fff;border-color:#c60c2324}.nivoto-reference-page{background:radial-gradient(circle at 18% 18%,#c60c2312,#0000 24%),linear-gradient(135deg,#fff 0%,#f6f7f9 100%);min-height:100vh;padding:0}.reference-index-hero{min-height:100svh;padding:clamp(6.2rem,11vh,8rem) 0 clamp(2rem,5vh,4rem);position:relative;overflow:hidden}.reference-index-hero:after{content:"";pointer-events:none;background:repeating-linear-gradient(168deg,#1118270b 0 1px,#0000 1px 16px);height:22rem;position:absolute;inset:auto -10vw -10rem}.reference-index-hero .container{max-width:1560px}.reference-index-hero__grid{z-index:1;grid-template-columns:minmax(360px,.85fr) minmax(520px,1.15fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);min-height:calc(100svh - clamp(9rem,18vh,12rem));display:grid;position:relative}.reference-index-hero__copy h1{color:#07080b;letter-spacing:0;max-width:760px;margin-bottom:clamp(.9rem,2vh,1.25rem);font-size:clamp(3rem,min(5vw,8.2vh),5.7rem);font-weight:800;line-height:.98}.reference-index-hero__copy p{color:#3f4551;max-width:620px;font-size:clamp(1.02rem,1.35vw,1.28rem);line-height:1.65}.reference-index-hero__cta{width:fit-content;margin-top:clamp(1.4rem,3.8vh,2.4rem)}.reference-index-hero__cta svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.35rem;height:1.35rem}.reference-index-hero__visual{min-height:min(70vh,650px);position:relative}.reference-index-hero__photo{clip-path:inset(0 round 2rem);background:#10141d;border:1px solid #ffffffc2;border-radius:2rem;position:absolute;overflow:hidden;box-shadow:0 42px 90px #0f172a2e}.reference-index-hero__photo img{object-fit:cover;filter:grayscale(.15)contrast(1.02)}.reference-index-hero__photo:after{content:"";background:linear-gradient(#0000 35%,#000000b8);position:absolute;inset:0}.reference-index-hero__photo span{z-index:2;color:#fff;font-size:clamp(1.4rem,2.5vw,2.4rem);font-weight:900;position:absolute;bottom:1.4rem;left:1.6rem}.reference-index-hero__photo--front{width:min(48vw,650px);height:min(62vh,600px);top:3rem;right:0;transform:rotate(5deg)}.reference-index-hero__photo--back{width:min(38vw,520px);height:min(52vh,500px);top:0;left:0;transform:rotate(-5deg)}.reference-index-hero__photo--back:before{z-index:2;content:"";background:#ffffff38;position:absolute;inset:0}.nivoto-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.4rem,2.6vw,3rem);padding:clamp(3rem,6vw,5.5rem) clamp(1rem,2.6vw,3rem) 3rem;display:grid}.nivoto-reference-card{cursor:grab;background:#111;border-radius:.2rem;min-height:clamp(320px,32vw,500px);position:relative;overflow:hidden;box-shadow:0 26px 65px #0f172a17}.nivoto-reference-card:active{cursor:grabbing}.nivoto-reference-card__image{object-fit:cover;filter:grayscale();transition:filter .45s,transform .7s;transform:scale(1.01)}.nivoto-reference-card:hover .nivoto-reference-card__image{filter:grayscale(.28);transform:scale(1.055)}.nivoto-reference-card__shade{background:linear-gradient(#00000014 0%,#00000038 48%,#000000a8 100%),linear-gradient(90deg,#00000047,#00000014);position:absolute;inset:0}.nivoto-reference-card__arrow{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#181818d1;border:0;place-items:center;width:clamp(3rem,4vw,4.2rem);height:clamp(3rem,4vw,4.2rem);font-size:clamp(2rem,3vw,3rem);font-weight:300;line-height:1;transition:background .2s,transform .2s;display:grid;position:absolute;top:clamp(1.1rem,2vw,2.4rem)}.nivoto-reference-card__arrow:hover{background:#c60c23db;transform:translateY(-2px)}.nivoto-reference-card__arrow--left{left:clamp(1rem,2vw,2.2rem)}.nivoto-reference-card__arrow--right{right:clamp(1rem,2vw,2.2rem)}.nivoto-reference-card__content{z-index:2;position:absolute;bottom:clamp(1.8rem,4vw,4rem);left:clamp(1.8rem,4vw,4.2rem);right:clamp(1.8rem,4vw,4.2rem)}.nivoto-reference-card__content span{color:#ff6a00;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.65rem;font-size:clamp(.95rem,1.2vw,1.2rem);font-weight:900;line-height:1;display:block}.nivoto-reference-card__content h2{color:#fff;text-transform:uppercase;letter-spacing:0;max-width:860px;margin-bottom:.65rem;font-size:clamp(2rem,3.2vw,4.2rem);font-weight:900;line-height:.98}.nivoto-reference-card__content p{color:#ffffffd6;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:720px;font-size:clamp(.96rem,1.15vw,1.08rem);line-height:1.55;display:-webkit-box;overflow:hidden}.nivoto-reference-card__bottom{justify-content:space-between;align-items:center;gap:1rem;margin-top:clamp(1rem,1.8vw,1.6rem);display:flex}.nivoto-reference-card__button{color:#0f172a;cursor:pointer;background:#fff;border-radius:.35rem;align-items:center;gap:.75rem;min-height:48px;padding:.75rem 1.1rem;font-weight:900;display:inline-flex}.nivoto-reference-card__button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.1rem;height:1.1rem}.nivoto-reference-card__dots{align-items:center;gap:.55rem;display:flex}.nivoto-reference-card__dots button{cursor:pointer;background:#ffffff85;border:0;border-radius:999px;width:.72rem;height:.72rem;padding:0;display:block}.nivoto-reference-card__dots button.is-active{background:#fff;width:2.8rem;height:.72rem}@media (max-width:980px){.partner-logo-strip--compact{justify-content:flex-start}.service-reference-grid{grid-template-columns:1fr}.subpage-hero{min-height:640px}.home-hero{height:auto;min-height:100svh;max-height:none;padding-top:7rem}.home-hero__grid{grid-template-columns:1fr;height:auto}.home-hero__copy{padding-top:0}.home-hero__visual{grid-template-columns:1fr 1fr;gap:1rem;min-height:auto;display:grid}.home-hero__beam{bottom:8rem;left:-5vw;right:-5vw}.home-service-card,.home-service-card--solar,.home-service-card--facade{width:100%;height:clamp(360px,48vh,500px);min-height:0;position:relative;top:auto;left:auto;right:auto;transform:none}.references-hero{padding-top:7.5rem}.references-hero__grid,.reference-index-hero__grid,.reference-detail__intro,.reference-detail__grid{grid-template-columns:1fr}.reference-index-hero{min-height:auto;padding-top:7rem}.reference-index-hero__grid{min-height:auto}.reference-index-hero__visual{min-height:520px}.reference-index-hero__photo--front{width:min(76vw,620px)}.reference-index-hero__photo--back{width:min(58vw,460px)}.references-hero__copy,.references-feature{min-height:auto}.references-feature{aspect-ratio:4/3}.references-system__top,.reference-detail__related-top{flex-direction:column;align-items:stretch}.references-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-card--wide{grid-column:span 2}.reference-detail__panel{position:static}.nivoto-reference-grid{grid-template-columns:1fr}.nivoto-reference-card{min-height:420px}}@media (max-width:900px){.nav-desktop-actions,.nav-links,.nav-cta{display:none!important}.mobile-menu-toggle{z-index:140;color:#fff;width:54px;height:54px;box-shadow:none;background:#151515;border:0;border-radius:.62rem;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.mobile-menu-toggle span{background:currentColor;border-radius:999px;width:21px;height:2px;transition:transform .22s;display:block}.mobile-menu-toggle span+span{margin-top:0}.mobile-menu-toggle.is-open span:first-child{transform:translateY(4px)rotate(45deg)}.mobile-menu-toggle.is-open span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu{z-index:120;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:radial-gradient(circle at 78% 14%,#c60c232e,#0000 28%),linear-gradient(145deg,#fffffff5,#f6f7faf0);padding:6.2rem 1.15rem 1.4rem;transition:opacity .22s,transform .22s;display:block;position:fixed;inset:0;overflow-y:auto;transform:translateY(-.8rem)}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu__inner{align-content:center;gap:.9rem;min-height:calc(100svh - 7.6rem);display:grid}.mobile-menu__primary,.mobile-menu__cta{color:#0b0d12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #11182714;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:1rem;font-size:clamp(1.35rem,7vw,2.35rem);font-weight:900;line-height:1.05;display:flex;box-shadow:0 20px 60px #0f172a17}.mobile-menu__group{gap:.5rem;display:grid}.mobile-menu__sub{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.mobile-menu__sub a{min-height:48px;color:var(--brand-red);background:#c60c2314;border-radius:.55rem;justify-content:center;align-items:center;font-size:.9rem;font-weight:900;display:flex}.mobile-menu__cta{color:#fff;background:#0b0d12;margin-top:.5rem}.mobile-menu__cta svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:1.35rem;height:1.35rem}}@media (max-width:700px){nav{padding:1.05rem 0!important;transform:none!important}.container{width:100%;max-width:100%;padding-left:1.05rem;padding-right:1.05rem}.nav-container{grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding-left:1.45rem;padding-right:1.45rem;display:grid!important}.partner-logo-card{min-width:135px;height:64px}.service-reference-section{padding:3.5rem 0}.service-reference-head{flex-direction:column;align-items:flex-start}.home-reference-section{padding:4rem 0}.home-reference-button,.home-reference-actions{width:100%}.contact-form-switch{grid-template-columns:1fr}.service-reference-card{min-height:380px}.service-reference-card__content p{-webkit-line-clamp:1}.service-reference-card__button{justify-content:center;width:100%}.subpage-hero{min-height:560px;padding:6.4rem 0 3rem}.subpage-hero__content{width:100%;max-width:100%}.subpage-hero h1{overflow-wrap:normal;max-width:calc(100vw - 2.1rem);font-size:clamp(2.25rem,9.45vw,3rem);line-height:1}.subpage-hero p{max-width:calc(100vw - 2.1rem);font-size:1rem;line-height:1.62}.nav-links{display:none!important}.nav-cta{min-height:46px;padding:.55rem .85rem!important;font-size:.82rem!important}.home-hero{min-height:auto;padding:6.4rem 0 3rem}.home-hero h1{font-size:clamp(2.85rem,13vw,4.5rem)}.home-hero__actions,.home-hero__button{width:100%}.home-hero__stats{grid-template-columns:1fr;margin-top:2.4rem}.home-hero__stats div{border-bottom:1px solid #0f172a26;border-right:0;min-height:auto}.home-hero__stats div:last-child{border-bottom:0}.home-hero__visual{grid-template-columns:1fr}.home-hero__beam{display:none}.home-service-card{border-radius:1.2rem;height:420px}.home-service-card__icon,.home-service-card__arrow{width:3.9rem;height:3.9rem}.home-service-card__arrow{font-size:2.2rem;bottom:1.8rem;right:1.4rem}.home-service-card__content{bottom:1.6rem;left:1.4rem;right:1.4rem}.home-service-card__content h2{max-width:calc(100% - 4.4rem)}.home-hero{background:linear-gradient(132deg,#fff 0%,#f7f8fb 100%),repeating-linear-gradient(165deg,#1118270b 0 1px,#0000 1px 18px);min-height:auto;padding:6.2rem 0 2.6rem}.home-hero:after{height:15rem;bottom:-7rem;left:-22vw;right:-22vw}.home-hero__grid{gap:1.25rem}.home-hero__copy{width:100%;min-width:0;max-width:min(390px,100dvw - 2.1rem);overflow:hidden}.home-hero__mark{margin-bottom:.9rem}.home-hero h1{max-width:100%;font-size:clamp(2.35rem,9.55vw,3rem);line-height:1.03}.home-title-desktop{display:none}.home-title-mobile{display:block}.home-hero__copy p{width:100%;max-width:min(390px,100dvw - 2.1rem);font-size:clamp(1rem,4.7vw,1.22rem);line-height:1.55}.home-hero__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.72rem;width:100%;max-width:min(390px,100dvw - 2.1rem);margin-top:1.1rem;display:grid}.home-hero__button{gap:.7rem;width:auto;min-width:0;max-width:100%;min-height:58px;padding:.75rem .8rem;font-size:.92rem;overflow:hidden}.home-hero__stats{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #ffffffd1;border-radius:.8rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:min(390px,100dvw - 2.1rem);margin:1.15rem 0 0;padding:0;display:grid;overflow:hidden}.home-hero__stats::-webkit-scrollbar{display:none}.home-hero__visual::-webkit-scrollbar{display:none}.solution-card-row::-webkit-scrollbar{display:none}.service-reference-grid::-webkit-scrollbar{display:none}.home-history-cards::-webkit-scrollbar{display:none}.home-hero__stats div{min-height:132px;box-shadow:none;background:0 0;border:0;border-right:1px solid #0f172a1f;border-radius:0;padding:1rem .75rem}.home-hero__stats div:last-child{border-right:0}.home-hero__stats strong{font-size:clamp(.86rem,3.72vw,.98rem)}.home-hero__stats small{font-size:clamp(.78rem,3.7vw,.95rem);line-height:1.25}.home-hero__visual{max-width:min(390px,100dvw - 2.1rem);margin:1.55rem 0 0;padding:0;display:block;overflow:visible}.home-service-card,.home-service-card--solar,.home-service-card--facade{width:100%;height:clamp(360px,70vw,460px);min-height:0;box-shadow:none;border-radius:1.35rem}.home-service-card--solar{transform:rotate(-2.5deg)}.home-service-card--facade{margin-top:-.75rem;transform:rotate(2deg)}.home-service-card__content h2{max-width:calc(100% - 4.4rem);font-size:clamp(2rem,9vw,3rem)}.home-intro-section{padding:3.2rem 0!important}.home-intro-grid,.mobile-stack-grid,.contact-page-grid{grid-template-columns:1fr!important;gap:2rem!important}.home-history-cards{scroll-snap-type:x mandatory;scrollbar-width:none;margin:0;padding:0 0 .35rem;overflow-x:auto;gap:.85rem!important;display:flex!important}.home-history-cards .card-airy{scroll-snap-align:start;flex:0 0 72vw;grid-column:auto!important}.solution-card-row{scroll-snap-type:x mandatory;scrollbar-width:none;margin-left:0;margin-right:0;padding:0 0 .4rem;overflow-x:auto;gap:.9rem!important;display:flex!important}.solution-card-row .card-airy{scroll-snap-align:start;flex:0 0 78vw}.service-reference-grid,.service-reference-grid--home{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.9rem;margin-left:0;margin-right:0;padding:0 0 .4rem;display:flex;overflow-x:auto}.service-reference-card{min-height:430px;box-shadow:none;scroll-snap-align:start;flex:0 0 84vw}.solution-card-row .card-airy,.home-history-cards .card-airy{box-shadow:none}.form-two-grid,.contact-legal-grid{grid-template-columns:1fr!important}.home-cta-section{padding-bottom:3.5rem!important}.home-cta-panel{text-align:left!important;padding:2.4rem 1.2rem!important}.references-hero{padding:7rem 0 3rem}.references-hero h1,.reference-detail__intro h1{font-size:clamp(2.55rem,14vw,4rem)}.references-actions,.references-action{width:100%}.references-feature{aspect-ratio:3/4}.references-filter,.references-statbar,.references-grid,.reference-detail__related-grid{grid-template-columns:1fr}.references-statbar div{border-right:0;border-bottom:1px solid var(--ref-line)}.references-statbar div:last-child{border-bottom:0}.reference-card,.reference-card--wide{grid-column:auto;min-height:auto}.reference-card__media,.reference-card--wide .reference-card__media{min-height:230px}.reference-detail__media{min-height:420px}.reference-detail__stamp{bottom:.8rem;right:.8rem}.nivoto-reference-page{padding:0}.reference-index-hero{padding:6.4rem .9rem 2.5rem}.reference-index-hero__copy h1{font-size:clamp(2.6rem,12vw,4.2rem)}.reference-index-hero__cta{width:100%}.reference-index-hero__visual{min-height:420px}.reference-index-hero__photo{clip-path:inset(0 round 1.2rem);border-radius:1.2rem}.reference-index-hero__photo--front{width:82vw;height:360px;right:-1.2rem}.reference-index-hero__photo--back{width:64vw;height:300px;left:-1rem}.nivoto-reference-grid{gap:1rem;padding:2.5rem .9rem 1.2rem}.nivoto-reference-card{min-height:360px}.nivoto-reference-card__arrow{width:2.8rem;height:2.8rem;font-size:1.8rem}.nivoto-reference-card__content{bottom:1.4rem;left:1.3rem;right:1.3rem}.nivoto-reference-card__content h2{font-size:clamp(1.7rem,9vw,2.6rem)}.nivoto-reference-card__content p{-webkit-line-clamp:1}.nivoto-reference-card__bottom{flex-direction:column;align-items:flex-start}.nivoto-reference-card__button{justify-content:center;width:100%}.nivoto-reference-card__dots{gap:.42rem}.nivoto-reference-card__dots button{width:.58rem;height:.58rem}.nivoto-reference-card__dots button.is-active{width:2.1rem;height:.58rem}.reference-detail__hero{min-height:620px;padding-top:7rem}}
@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0b1dc8ddaa74ba49-s.04o39dzmj.ey..woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e629b5bc06499d58-s.0b_~8bw~gzh90.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1a099d89ee94ee96-s.0_qb~~5cn13jl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fba5a26ea33df6a3-s.p.0eehd8tgys7nv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0b1dc8ddaa74ba49-s.04o39dzmj.ey..woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e629b5bc06499d58-s.0b_~8bw~gzh90.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1a099d89ee94ee96-s.0_qb~~5cn13jl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fba5a26ea33df6a3-s.p.0eehd8tgys7nv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0b1dc8ddaa74ba49-s.04o39dzmj.ey..woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e629b5bc06499d58-s.0b_~8bw~gzh90.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1a099d89ee94ee96-s.0_qb~~5cn13jl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fba5a26ea33df6a3-s.p.0eehd8tgys7nv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0b1dc8ddaa74ba49-s.04o39dzmj.ey..woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e629b5bc06499d58-s.0b_~8bw~gzh90.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1a099d89ee94ee96-s.0_qb~~5cn13jl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fba5a26ea33df6a3-s.p.0eehd8tgys7nv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(../media/0b1dc8ddaa74ba49-s.04o39dzmj.ey..woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(../media/e629b5bc06499d58-s.0b_~8bw~gzh90.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1a099d89ee94ee96-s.0_qb~~5cn13jl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(../media/fba5a26ea33df6a3-s.p.0eehd8tgys7nv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans Fallback;src:local(Arial);ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.0%;size-adjust:104.98%}.plus_jakarta_sans_d8172cbf-module__TFBusW__className{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.plus_jakarta_sans_d8172cbf-module__TFBusW__variable{--font-sans:"Plus Jakarta Sans", "Plus Jakarta Sans Fallback"}
