:root{--ink:#071521;--ink-2:#0d2330;--ink-3:#153544;--paper:#e8edef;--muted:#91a3aa;--line:rgba(218,231,234,.16);--orange:#f47735;--orange-soft:#ff9c62;--blue:#3fa7c1;--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--orange);color:#fff}.wrap{width:min(calc(100% - 96px),var(--max));margin-inline:auto}.section-dark{background:var(--ink);color:var(--paper)}.section-paper{background:var(--paper);color:var(--ink)}.eyebrow,.section-kicker{display:flex;align-items:center;gap:10px;color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.section-kicker span{color:var(--muted);font-weight:400}.section-kicker--light{color:var(--orange-soft)}.eyebrow__line{height:1px;width:36px;background:currentColor;opacity:.65}.eyebrow--dark{color:#273c43}.live-dot{width:7px;height:7px;display:inline-block;border-radius:100%;background:var(--orange);box-shadow:0 0 0 5px rgba(244,119,53,.14);animation:pulse 2.3s ease-in-out infinite}.live-dot--dark{background:#283e44;box-shadow:0 0 0 5px rgba(40,62,68,.11)}.brand-mark{display:inline-flex;align-items:center;gap:11px;color:var(--paper)}.brand-mark__symbol{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--orange);color:var(--orange);font-family:var(--serif);font-size:21px;font-style:italic;line-height:1}.brand-mark__word{font-size:18px;font-weight:800;letter-spacing:.17em;line-height:1}.brand-mark--compact .brand-mark__word{font-size:15px}.brand-mark--compact .brand-mark__symbol{width:32px;height:32px;font-size:19px}.nav{position:fixed;z-index:20;top:0;left:0;right:0;height:88px;padding:0 max(48px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:.45s ease}.nav--scrolled{height:70px;background:rgba(7,21,33,.83);border-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav__links{display:flex;gap:29px;align-items:center;margin-left:auto;margin-right:33px}.nav__links a:not(.button){color:#bac9cd;font-size:11px;letter-spacing:.11em;text-transform:uppercase;transition:color .25s}.nav__links a:not(.button):hover{color:#fff}.nav__mobile-cta,.nav__toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 21px;border:1px solid transparent;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s}.button:hover{transform:translateY(-2px)}.button--small{min-height:38px;padding:0 16px;font-size:10px}.button--orange{background:var(--orange);color:#fff;box-shadow:0 10px 30px rgba(244,119,53,.14)}.button--orange:hover{background:#ff8b4e;box-shadow:0 13px 35px rgba(244,119,53,.25)}.button--ghost{border-color:rgba(231,241,242,.35);color:#eff7f7}.button--ghost:hover{border-color:var(--orange);color:#fff}.button--dark{background:var(--ink);color:#fff}.button--outline-dark{border-color:rgba(7,21,33,.35);color:var(--ink)}.button--outline-dark:hover{border-color:var(--ink)}.intro{position:fixed;z-index:100;inset:0;display:grid;place-items:center;background:#040c13;overflow:hidden}.intro .brand-mark{position:relative;z-index:2;transform:scale(1.35);animation:introBrand 1.35s cubic-bezier(.22,1,.36,1) .25s both}.intro__glow{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(34,103,128,.3),transparent 66%);filter:blur(30px);animation:introGlow 3.4s ease both}.intro__pipes{position:absolute;width:80vw;height:1px;opacity:.7;background:linear-gradient(90deg,transparent,var(--blue),transparent);transform:rotate(-21deg) translateX(-20%);animation:pipePass 2.8s ease both}.intro__pipes--orange{background:linear-gradient(90deg,transparent,var(--orange),transparent);transform:rotate(24deg) translateX(20%);animation-delay:.35s}.intro--cinematic{animation:introExit .85s cubic-bezier(.77,0,.18,1) 3.45s forwards}.hero{min-height:100svh;position:relative;isolation:isolate;display:flex;align-items:center;overflow:hidden;background:radial-gradient(ellipse at 75% 30%,#173e50 0,#0a202d 32%,#06131d 72%)}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,rgba(4,14,22,.95),rgba(5,20,30,.82) 42%,rgba(4,14,22,.2)),linear-gradient(0deg,rgba(4,14,22,.9),transparent 40%,rgba(4,14,22,.2))}.hero:after,.hero__scene{position:absolute;inset:0}.hero__scene{z-index:-2;overflow:hidden;perspective:700px}.scene__grid{position:absolute;inset:35% -10% -15%;opacity:.2;background-image:linear-gradient(rgba(128,196,207,.3) 1px,transparent 0),linear-gradient(90deg,rgba(128,196,207,.3) 1px,transparent 0);background-size:85px 85px;transform:perspective(500px) rotateX(59deg);-webkit-mask-image:linear-gradient(180deg,transparent,black);mask-image:linear-gradient(180deg,transparent,black)}.scene__pipe{position:absolute;border:14px solid #203c49;border-radius:100px;box-shadow:inset 5px 5px 9px #507887,inset -7px -6px 10px #07131b,0 0 0 1px rgba(144,185,190,.2),0 20px 45px rgba(0,0,0,.3)}.scene__pipe:after{content:"";position:absolute;inset:3px;border-radius:inherit;border-top:2px solid rgba(225,248,245,.3)}.scene__pipe--one{width:680px;height:300px;right:-100px;top:16%;transform:rotate(-25deg)}.scene__pipe--two{width:430px;height:190px;right:20%;top:48%;transform:rotate(33deg);border-color:#3d4850}.scene__pipe--three{width:800px;height:250px;left:27%;bottom:-10%;transform:rotate(-9deg);border-color:#253e48}.scene__valve{position:absolute;right:32%;top:33%;width:100px;height:100px;border:12px solid #526870;border-radius:50%;box-shadow:0 0 0 4px #172d37,0 0 30px rgba(81,173,193,.2)}.scene__valve:after,.scene__valve:before{content:"";position:absolute;background:#607980;left:50%;top:50%;transform:translate(-50%,-50%)}.scene__valve:before{width:130px;height:10px}.scene__valve:after{width:10px;height:130px}.scene__valve span{z-index:1;inset:29px;background:var(--ink)}.scene__glow,.scene__valve span{position:absolute;border-radius:50%}.scene__glow{filter:blur(35px)}.scene__glow--blue{width:440px;height:220px;right:11%;top:14%;background:rgba(39,158,189,.28)}.scene__glow--orange{width:250px;height:180px;right:31%;bottom:18%;background:rgba(239,92,39,.2)}.hero__content{padding-top:75px;position:relative;z-index:2}.hero h1{max-width:690px;margin:21px 0 25px;color:#f2f6f5;font-size:clamp(45px,6.4vw,91px);font-weight:400;letter-spacing:-.07em;line-height:.96}.contact h2 em,.emergency h2 em,.hero h1 em,.projects h2 em,.section-heading h2 em,.system-story h2 em,.why h2 em{color:var(--orange);font-family:var(--serif);font-weight:400;letter-spacing:-.07em}.headline-dot{color:var(--orange)}.hero__lead{max-width:445px;color:#a9bbc0;font-size:16px;line-height:1.7}.hero__actions{display:flex;gap:12px;margin-top:30px}.hero__trust{display:flex;gap:22px;margin-top:74px;color:#a8bbc0;font-size:10px;letter-spacing:.09em;text-transform:uppercase}.hero__trust span{display:flex;align-items:center;gap:6px}.hero__trust svg{color:var(--orange)}.hero__side-note{right:41px;bottom:46px;color:rgba(194,215,219,.5);letter-spacing:.2em;writing-mode:vertical-rl;transform:rotate(180deg)}.hero__side-note,.scroll-cue{position:absolute;font-size:9px}.scroll-cue{bottom:38px;left:50%;display:flex;gap:12px;align-items:center;color:#9eafb4;letter-spacing:.16em;text-transform:uppercase;transform:translateX(-50%)}.scroll-cue svg{color:var(--orange);animation:scrollDown 1.7s ease-in-out infinite}.emergency{position:relative;min-height:430px;display:grid;grid-template-columns:90px 1fr 260px;align-items:center;grid-gap:40px;gap:40px;padding-block:76px;color:var(--ink);overflow:hidden}.emergency__mark{align-self:start;color:#718389;font-size:10px;letter-spacing:.12em}.emergency__mark span{color:var(--orange)}.emergency h2{margin:12px 0 16px;font-size:clamp(47px,6vw,76px);font-weight:400;letter-spacing:-.08em;line-height:.95}.emergency__copy p{max-width:360px;color:#52646a}.emergency__actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.emergency__actions small{margin-top:10px;color:#718389;font-size:10px}.emergency__orb{position:absolute;right:-10px;bottom:-90px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:260px;height:260px;border:1px solid rgba(7,21,33,.17);border-radius:50%;color:var(--orange);font-size:76px;font-family:var(--serif);line-height:.75;transform:rotate(-12deg)}.emergency__orb:before{content:"";position:absolute;inset:19px;border:1px solid rgba(7,21,33,.16);border-radius:inherit}.emergency__orb small,.emergency__orb span{position:relative}.emergency__orb small{margin-top:12px;font-family:var(--sans);font-size:8px;letter-spacing:.25em}.services{padding:130px 0 90px}.section-heading{display:grid;grid-template-columns:1fr 350px;grid-gap:80px;gap:80px;align-items:end}.projects h2,.section-heading h2,.why h2{margin:18px 0 0;font-size:clamp(45px,5.4vw,75px);font-weight:400;letter-spacing:-.08em;line-height:.97}.section-subtitle{margin:18px 0 0;color:var(--orange);font-size:15px;font-weight:600;letter-spacing:.05em;line-height:1.5}.section-heading>p{margin:0 0 5px;color:var(--muted);font-size:14px;line-height:1.75}.service-explorer{display:grid;grid-template-columns:43% 57%;min-height:470px;margin-top:78px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-list{padding:20px 42px 20px 0;border-right:1px solid var(--line)}.service-list__item{width:100%;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;grid-gap:17px;gap:17px;padding:18px 14px;border:0;border-bottom:1px solid var(--line);background:transparent;color:#80949a;text-align:left;transition:.3s}.service-list__item.is-active,.service-list__item:hover{color:#eff6f5;background:rgba(54,116,132,.12)}.service-list__item span{font-size:10px;color:var(--orange)}.service-list__item strong{font-size:14px;font-weight:500}.service-list__item svg{opacity:0;transition:.3s}.service-list__item.is-active svg{opacity:1;color:var(--orange)}.service-feature{position:relative;display:grid;grid-template-columns:44% 1fr;min-height:470px;overflow:hidden}.service-feature__visual{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(47,143,163,.25),transparent 55%),#0b2734;color:var(--blue);overflow:hidden}.service-feature--heat .service-feature__visual{background:radial-gradient(circle at 50% 45%,rgba(244,119,53,.28),transparent 55%),#281f20;color:var(--orange)}.service-feature--metal .service-feature__visual{background:radial-gradient(circle at 50% 45%,rgba(181,194,193,.16),transparent 55%),#182a31;color:#b8c8c8}.feature-ring{position:absolute;width:210px;height:210px;border:1px solid;border-radius:50%;opacity:.45}.feature-ring:after,.feature-ring:before{content:"";position:absolute;inset:25px;border:1px solid;border-radius:50%;opacity:.5}.feature-ring:after{inset:-23px;border-style:dashed;opacity:.25}.service-feature__visual svg{position:relative;z-index:1}.feature-coord{position:absolute;left:20px;bottom:18px;color:currentColor;font-size:8px;letter-spacing:.17em;opacity:.65}.service-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.service-feature__copy h3{max-width:300px;margin:16px 0;font-size:clamp(27px,3vw,42px);font-weight:400;letter-spacing:-.06em;line-height:1}.service-feature__copy p{max-width:290px;color:var(--muted);font-size:14px;line-height:1.7}.text-link{display:flex;align-items:center;gap:8px;width:max-content;margin-top:28px;color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.text-link svg{transition:transform .25s}.text-link:hover svg{transform:translate(3px,-3px)}.services__foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:76px;color:#6f858c;font-size:9px;letter-spacing:.2em}.services__foot strong{color:#dce8e9;font-size:19px;letter-spacing:.12em}.services__foot i{color:var(--orange);font-style:normal}.system-story{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:#081a25}.system-story__backdrop{position:absolute;inset:0;overflow:hidden;background:radial-gradient(ellipse at 77% 54%,rgba(240,105,44,.18),transparent 23%),radial-gradient(ellipse at 46% 30%,rgba(32,143,171,.2),transparent 38%),#07151f}.system-story__backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07151f 8%,rgba(7,21,31,.72) 44%,rgba(7,21,31,.1))}.system-pipe{position:absolute;border:20px solid #284651;border-radius:100px;box-shadow:inset 4px 5px 10px rgba(144,197,201,.38),inset -7px -8px 12px #07151f,0 0 30px rgba(42,155,178,.2)}.system-pipe--a{width:720px;height:300px;right:3%;top:10%;transform:rotate(31deg)}.system-pipe--b{width:650px;height:260px;right:16%;bottom:-12%;transform:rotate(-25deg);border-color:#4c4643;box-shadow:inset 4px 5px 10px rgba(250,158,95,.3),inset -7px -8px 12px #171819,0 0 30px rgba(245,103,48,.16)}.system-pipe--c{width:210px;height:460px;right:39%;top:18%;transform:rotate(4deg)}.system-light{position:absolute;height:4px;border-radius:8px;filter:blur(2px);box-shadow:0 0 18px 5px currentColor}.system-light--blue{width:350px;right:33%;top:30%;background:#54d1dc;color:#54d1dc;transform:rotate(31deg)}.system-light--orange{width:270px;right:17%;bottom:30%;background:#ff8a4d;color:#ff8a4d;transform:rotate(-25deg)}.system-story__content{position:relative;z-index:1}.system-story h2{max-width:640px;margin:22px 0 25px;font-size:clamp(49px,6.4vw,88px);font-weight:400;letter-spacing:-.09em;line-height:.93}.system-story p{max-width:420px;color:#9cafb5;font-size:14px;line-height:1.8}.system-story__tags{display:flex;gap:22px;margin-top:40px;flex-wrap:wrap}.system-story__tags span{display:flex;align-items:center;gap:7px;color:#ccdbdc;font-size:10px;letter-spacing:.11em;text-transform:uppercase}.tag-dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}.tag-dot--orange{background:var(--orange)}.tag-dot--warm{background:#d6a16f}.tag-dot--silver{background:#9cb0ae}.system-story__stamp{position:absolute;right:48px;bottom:40px;z-index:1;color:rgba(174,207,208,.45);font-size:10px;letter-spacing:.23em;line-height:1.8;text-align:right}.system-story__stamp span{font-size:7px}.projects{padding-block:130px}.projects__header{display:grid;grid-template-columns:1fr 360px;align-items:end;grid-gap:70px;gap:70px}.projects__header p{margin:0;color:#63757c;font-size:14px;line-height:1.75}.project-placeholder{position:relative;display:grid;grid-template-columns:1fr 1fr;height:450px;margin-top:70px;overflow:hidden;background:#d6dfe0}.project-placeholder__after,.project-placeholder__before{position:relative;background:repeating-linear-gradient(135deg,rgba(25,55,62,.11),rgba(25,55,62,.11) 1px,transparent 0,transparent 17px),linear-gradient(140deg,#adbfc1,#e1e6e4)}.project-placeholder__after{background:radial-gradient(circle at 65% 35%,rgba(244,119,53,.35),transparent 25%),repeating-linear-gradient(135deg,rgba(7,21,33,.11),rgba(7,21,33,.11) 1px,transparent 0,transparent 17px),linear-gradient(140deg,#879fa4,#d6dfe0)}.project-placeholder__after:after,.project-placeholder__before:after{content:"";position:absolute;inset:16px;border:1px solid rgba(7,21,33,.16)}.project-placeholder span{position:absolute;top:28px;left:30px;z-index:1;color:#30454c;font-size:9px;font-weight:700;letter-spacing:.2em}.project-placeholder__center{position:absolute;z-index:2;left:50%;top:50%;display:flex;flex-direction:column;align-items:center;padding:25px 30px;background:rgba(232,237,237,.9);color:var(--ink);text-align:center;transform:translate(-50%,-50%)}.project-placeholder__center:before{content:"";position:absolute;inset:-8px;border:1px solid rgba(244,119,53,.7)}.project-placeholder__center span{position:static;color:var(--orange)}.project-placeholder__center strong{margin-top:8px;font-family:var(--serif);font-size:22px;font-weight:400}.project-placeholder__center small{max-width:220px;margin-top:8px;color:#687a80;font-size:10px;line-height:1.45}.why{padding:125px 0 140px}.why__heading{display:flex;align-items:end;justify-content:space-between}.why h2{margin-top:19px}.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:82px;border-top:1px solid #bbc8ca;border-bottom:1px solid #bbc8ca}.reason{min-height:235px;padding:27px 29px 25px 0;border-right:1px solid #bbc8ca}.reason:not(:first-child){padding-left:29px}.reason:last-child{border:0}.reason__number{display:block;margin-bottom:38px;color:var(--orange);font-size:10px;letter-spacing:.14em}.reason svg{color:#47636b}.reason h3{margin:20px 0 9px;font-size:15px;font-weight:700}.reason p{max-width:220px;margin:0;color:#607178;font-size:13px;line-height:1.65}.contact{padding:130px 0}.contact__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:130px;gap:130px}.contact h2{margin:20px 0 22px;font-size:clamp(52px,6vw,78px);font-weight:400;letter-spacing:-.09em;line-height:.93}.contact__intro>p{max-width:360px;color:var(--muted);font-size:14px;line-height:1.8}.contact__direct{display:flex;flex-direction:column;gap:19px;margin-top:57px}.contact__direct a{display:flex;gap:13px;align-items:start;color:var(--orange);font-size:20px}.contact__direct a svg{margin-top:4px}.contact__direct span{display:flex;flex-direction:column;color:#dbe8e9;font-family:var(--serif);font-size:18px}.contact__direct strong{margin-top:4px;color:#879ba1;font-family:var(--sans);font-size:10px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.contact-form{gap:19px;padding-top:13px}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{gap:8px;color:#9cafb5;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid var(--line);border-radius:0;outline:0;background:transparent;color:#f2f7f6;font-size:15px;font-weight:400;letter-spacing:normal;padding:9px 0 13px;transition:border .2s}.contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#9cafb5}.contact-form select option{color:var(--ink)}.contact-form textarea{height:80px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--orange)}.contact-form ::placeholder{color:#556c74}.contact-form .button{width:max-content;margin-top:11px}.form-message,.form-privacy{color:#7f969d;font-size:10px}.form-message{margin:-7px 0 0;color:#72c9bd}.form-message--error{color:#ff9770}.honeypot{position:absolute!important;left:-9999px}.spin{animation:spin 1s linear infinite}.footer{padding:52px 0 25px;background:#040e16;color:#d7e4e5}.footer__top{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;grid-gap:30px;gap:30px;padding-bottom:50px;border-bottom:1px solid var(--line)}.footer__top>div{display:flex;align-items:baseline;gap:9px}.footer__label{color:#81969c;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.footer__top strong{color:var(--orange);font-family:var(--serif);font-size:22px;font-weight:400}.footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:#70858b;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.footer__bottom div{display:flex;gap:18px}.footer__bottom a:hover{color:#fff}.floating-contact{display:none}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 4px rgba(244,119,53,.13)}50%{opacity:.45;box-shadow:0 0 0 8px rgba(244,119,53,0)}}@keyframes introGlow{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}@keyframes introBrand{0%{opacity:0;filter:blur(8px);transform:scale(1.14)}to{opacity:1;filter:blur(0);transform:scale(1.35)}}@keyframes pipePass{0%{opacity:0;transform:rotate(-21deg) translateX(-70%)}to{opacity:.7;transform:rotate(-21deg) translateX(-20%)}}@keyframes introExit{to{opacity:0;visibility:hidden;transform:scale(1.04)}}@keyframes scrollDown{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:900px){.wrap{width:min(calc(100% - 48px),var(--max))}.nav{padding:0 24px}.nav__links{position:absolute;top:0;right:0;display:flex;visibility:hidden;flex-direction:column;align-items:flex-start;gap:0;width:min(87vw,370px);height:100svh;margin:0;padding:110px 32px 32px;background:#071520;border-left:1px solid var(--line);opacity:0;transform:translateX(20px);transition:.3s}.nav__links--open{visibility:visible;opacity:1;transform:none}.nav__links a:not(.button){width:100%;padding:17px 0;border-bottom:1px solid var(--line);font-size:12px}.nav__mobile-cta{display:flex;margin-top:25px}.nav__cta{display:none}.nav__toggle{position:relative;z-index:2;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);background:transparent;color:#fff}.nav__toggle svg{width:19px}.theme-toggle--mobile{display:none}.nav__links .theme-toggle{width:100%;justify-content:flex-start;border-radius:0;border:0;border-bottom:1px solid var(--line);padding:17px 0;height:auto}.hero__side-note{right:21px}.service-explorer{grid-template-columns:1fr}.service-list{display:grid;grid-template-columns:1fr 1fr;padding:12px 0;border-right:0}.service-list__item{padding:14px 9px}.service-feature{min-height:370px}.projects__header,.section-heading{grid-template-columns:1fr 300px;gap:40px}.contact__layout{gap:70px}.reason-grid{grid-template-columns:repeat(2,1fr)}.reason:nth-child(2){border-right:0}.reason:nth-child(3),.reason:nth-child(4){border-top:1px solid #bbc8ca}.reason:nth-child(3){padding-left:0}.reason:nth-child(4){border-right:0}.footer__top{grid-template-columns:1fr auto}.footer__top>div{grid-column:1/-1;grid-row:2}.footer__bottom{flex-wrap:wrap}.footer__bottom div{width:100%}}@media(max-width:600px){.wrap{width:calc(100% - 38px)}.nav{height:72px;padding:0 19px}.nav--scrolled{height:64px}.brand-mark--compact .brand-mark__word{font-size:13px}.hero{min-height:760px;align-items:flex-start}.hero__content{padding-top:145px}.hero h1{font-size:clamp(46px,14vw,64px);line-height:.95}.hero__lead{font-size:14px}.hero__actions{align-items:stretch;flex-direction:column;width:100%;max-width:300px}.hero__trust{display:grid;grid-gap:9px;gap:9px;margin-top:38px}.hero__side-note{display:none}.scroll-cue{left:19px;bottom:28px;transform:none}.scene__pipe--one{width:430px;height:190px;right:-130px;top:22%}.scene__pipe--two{right:-15%;top:54%;width:350px;height:160px}.scene__pipe--three{left:10%;bottom:-2%;width:500px}.scene__valve{right:16%;top:39%;transform:scale(.75)}.emergency{display:block;min-height:600px;padding:63px 19px}.emergency__mark{margin-bottom:66px}.emergency h2{font-size:57px}.emergency__actions{margin-top:40px}.emergency__actions .button{width:100%;max-width:285px}.emergency__orb{right:-65px;bottom:-63px;width:220px;height:220px;font-size:60px}.services{padding:90px 0 70px}.projects__header,.section-heading{display:block}.projects__header p,.section-heading>p{margin-top:25px}.projects h2,.section-heading h2{font-size:53px}.service-explorer{margin-top:48px}.service-list{grid-template-columns:1fr}.service-list__item{grid-template-columns:29px 1fr 20px}.service-feature{display:block;min-height:430px}.service-feature__visual{height:190px}.service-feature__copy{padding:27px}.service-feature__copy h3{font-size:33px}.services__foot{display:block;margin-top:52px;line-height:2.6}.services__foot strong{display:block;margin:6px 0}.system-story{min-height:690px}.system-story h2{font-size:56px}.system-story p{font-size:13px}.system-story__backdrop:after{background:linear-gradient(90deg,#07151f,rgba(7,21,31,.7))}.system-pipe--a{width:500px;height:220px;right:-55%;top:37%}.system-pipe--b{right:-45%;bottom:11%}.system-pipe--c{right:-18%;top:11%;height:350px}.system-light--blue{right:3%;top:44%}.system-light--orange{right:-2%;bottom:31%}.system-story__tags{gap:15px}.system-story__stamp{right:19px;bottom:22px}.projects{padding-block:90px}.project-placeholder{height:330px;margin-top:48px}.project-placeholder__center{width:210px;padding:19px 15px}.project-placeholder__center strong{font-size:18px}.project-placeholder__center small{font-size:9px}.why{padding:90px 0}.why__heading{display:block}.why h2{font-size:53px}.reason-grid{grid-template-columns:1fr;margin-top:52px}.reason,.reason:not(:first-child){min-height:0;padding:25px 0;border-right:0;border-bottom:1px solid #bbc8ca}.reason:nth-child(3),.reason:nth-child(4){border-top:0}.reason__number{margin-bottom:24px}.contact{padding:90px 0 115px}.contact__layout{display:block}.contact h2{font-size:58px}.contact__direct{margin-top:42px}.contact-form{margin-top:70px}.footer__top{display:flex;flex-wrap:wrap}.footer__top>div{width:100%;order:3}.footer__top .button{margin-left:auto}.footer__bottom{display:block;line-height:2.2}.footer__bottom span{display:block}.footer__bottom div{margin-top:13px}.floating-contact{position:fixed;z-index:15;right:12px;bottom:11px;left:12px;display:grid;grid-template-columns:1fr 1.2fr 1.5fr;padding:5px;background:rgba(4,14,22,.94);border:1px solid var(--line);box-shadow:0 10px 35px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.floating-contact a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;color:#d9e6e6;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.floating-contact a+a{border-left:1px solid var(--line)}.floating-contact a:last-child{background:var(--orange);color:white}.floating-contact svg{color:var(--orange)}.floating-contact a:last-child svg{color:white}.floating-contact{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.intro{display:none}}html{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none;width:0;height:0}.footer__developer{color:var(--orange);transition:color .25s}.footer__developer:hover{color:#fff}.whatsapp-float{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#25d366;box-shadow:0 4px 16px rgba(37,211,102,.35);cursor:-webkit-grab;cursor:grab;transition:box-shadow .25s;-moz-user-select:none;user-select:none;-webkit-user-select:none}.whatsapp-float:hover{box-shadow:0 6px 22px rgba(37,211,102,.5)}.whatsapp-float:active{cursor:-webkit-grabbing;cursor:grabbing}.whatsapp-float__icon{pointer-events:none}[data-theme=light] .whatsapp-float{background:#128c7e}.whatsapp-float__bg,.whatsapp-float__fg{fill:#fff}@media(max-width:768px){.whatsapp-float{display:none}}.theme-toggle{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--paper);cursor:pointer;transition:background .25s,color .25s,border-color .25s}.theme-toggle:hover{background:rgba(244,119,53,.15);border-color:var(--orange);color:var(--orange)}[data-theme=light]{--ink:#f0f4f5;--ink-2:#e2eaeb;--ink-3:#d0dcdc;--paper:#0a1e28;--muted:#52646a;--line:rgba(10,30,40,.12)}[data-theme=light] body{background:var(--ink);color:var(--paper)}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] strong{color:var(--paper)}[data-theme=light] .nav{color:var(--ink)}[data-theme=light] .nav--scrolled{background:rgba(240,244,245,.92);border-color:rgba(10,30,40,.08)}[data-theme=light] .nav__links a:not(.button){color:#3a5460}[data-theme=light] .nav__links a:not(.button):hover{color:var(--ink)}[data-theme=light] .nav__toggle{border-color:rgba(10,30,40,.2);color:var(--ink)}[data-theme=light] .brand-mark,[data-theme=light] .brand-mark__word{color:var(--paper)}[data-theme=light] .hero{background:radial-gradient(ellipse at 75% 30%,#c2e3ec 0,#91c7d6 32%,#6db3c4 72%)}[data-theme=light] .hero:after{background:linear-gradient(90deg,rgba(240,244,245,.94),rgba(226,234,235,.8) 42%,rgba(240,244,245,.2)),linear-gradient(0deg,rgba(240,244,245,.88),transparent 40%,rgba(240,244,245,.2))}[data-theme=light] .hero h1,[data-theme=light] .hero__content{color:var(--paper)}[data-theme=light] .hero__lead,[data-theme=light] .hero__trust span{color:#2a4450}[data-theme=light] .button--ghost{border-color:rgba(10,30,40,.25);color:var(--paper)}[data-theme=light] .button--ghost:hover{border-color:var(--orange);color:var(--orange)}[data-theme=light] .hero__side-note{color:rgba(10,30,40,.35)}[data-theme=light] .scroll-cue{color:#2a4450}[data-theme=light] .section-dark{background:var(--ink);color:var(--paper)}[data-theme=light] .section-paper{background:var(--paper);color:var(--ink)}[data-theme=light] .section-kicker--light{color:var(--orange)}[data-theme=light] .emergency{background:var(--ink);color:var(--paper)}[data-theme=light] .emergency h2{color:var(--paper)}[data-theme=light] .emergency__copy p{color:#3a5460}[data-theme=light] .emergency__actions small{color:#52646a}[data-theme=light] .emergency__orb{border-color:rgba(10,30,40,.12);color:var(--orange)}[data-theme=light] .emergency__orb:before{border-color:rgba(10,30,40,.1)}[data-theme=light] .button--dark{background:var(--paper);color:#fff}[data-theme=light] .button--dark:hover{background:var(--orange);color:#fff}[data-theme=light] .service-list__item{color:#3a5460;border-color:rgba(10,30,40,.1)}.service-list__item.is-active,[data-theme=light] .service-list__item:hover{color:var(--paper);background:rgba(244,119,53,.08)}[data-theme=light] .service-feature__visual{background:radial-gradient(circle at 50% 45%,rgba(47,143,163,.18),transparent 55%),#dce8ea}[data-theme=light] .service-feature--heat .service-feature__visual{background:radial-gradient(circle at 50% 45%,rgba(244,119,53,.2),transparent 55%),#f5e6dd}[data-theme=light] .service-feature--metal .service-feature__visual{background:radial-gradient(circle at 50% 45%,rgba(181,194,193,.14),transparent 55%),#e2eaeb}[data-theme=light] .service-feature__copy,[data-theme=light] .service-feature__copy h3{color:var(--paper)}[data-theme=light] .service-feature__copy p{color:#3a5460}[data-theme=light] .services__foot{color:#2a4450}[data-theme=light] .section-subtitle{color:var(--orange)}[data-theme=light] .system-story{background:#dce8ea}[data-theme=light] .system-story__backdrop{background:radial-gradient(ellipse at 77% 54%,rgba(240,105,44,.1),transparent 23%),radial-gradient(ellipse at 46% 30%,rgba(32,143,171,.12),transparent 38%),#dce8ea}[data-theme=light] .system-story__backdrop:after{background:linear-gradient(90deg,#dce8ea 8%,rgba(220,232,234,.72) 44%,rgba(220,232,234,.1))}[data-theme=light] .system-story h2{color:var(--paper)}[data-theme=light] .system-story p{color:#3a5460}[data-theme=light] .system-story__tags span{color:#2a4450}[data-theme=light] .system-pipe{border-color:#8fa8ae;box-shadow:inset 4px 5px 10px rgba(100,160,175,.3),inset -7px -8px 12px #b5d0d8,0 0 30px rgba(42,155,178,.12)}[data-theme=light] .system-pipe--b{border-color:#b8a89a;box-shadow:inset 4px 5px 10px rgba(200,140,90,.2),inset -7px -8px 12px #c8b8a8,0 0 30px rgba(245,103,48,.1)}[data-theme=light] .system-light--blue{background:#3fa7c1;color:#3fa7c1}[data-theme=light] .system-light--orange{background:#f47735;color:#f47735}[data-theme=light] .system-story__stamp{color:rgba(10,30,40,.25)}[data-theme=light] .projects,[data-theme=light] .projects h2{color:var(--paper)}[data-theme=light] .projects__header p{color:#3a5460}[data-theme=light] .project-placeholder__center{background:rgba(255,255,255,.92);color:var(--paper)}[data-theme=light] .project-placeholder__center span{color:var(--orange)}[data-theme=light] .project-carousel__meta{color:#3a5460}[data-theme=light] .project-dots button{background:#b0c0c4}[data-theme=light] .project-arrow{background:rgba(255,255,255,.88);color:var(--paper);border-color:rgba(10,30,40,.15)}[data-theme=light] .project-arrow:hover{background:var(--orange);color:#fff}[data-theme=light] .why{background:var(--ink);color:var(--paper)}[data-theme=light] .why h2{color:var(--paper)}[data-theme=light] .why h2 em{color:var(--orange)}[data-theme=light] .why__heading{color:var(--paper)}[data-theme=light] .reason,[data-theme=light] .reason-grid{border-color:rgba(10,30,40,.12)}[data-theme=light] .reason svg{color:#2a4450}[data-theme=light] .reason h3{color:var(--paper)}[data-theme=light] .reason p{color:#3a5460}[data-theme=light] .contact{background:var(--ink);color:var(--paper)}[data-theme=light] .contact h2{color:var(--paper)}[data-theme=light] .contact__intro>p{color:#3a5460}[data-theme=light] .contact__direct span{color:var(--paper)}[data-theme=light] .contact__direct strong{color:#52646a}[data-theme=light] .contact-form label{color:#3a5460}.contact-form textarea,[data-theme=light] .contact-form input{color:var(--paper);border-color:rgba(10,30,40,.15)}.contact-form textarea:focus,[data-theme=light] .contact-form input:focus{border-color:var(--orange)}[data-theme=light] .contact-form ::placeholder{color:#718389}[data-theme=light] .form-privacy{color:#52646a}[data-theme=light] .footer{background:#0a1e28;color:#8fa8ae}[data-theme=light] .footer .brand-mark,[data-theme=light] .footer .brand-mark__word{color:#e0eaec}[data-theme=light] .footer__label{color:#607a82}[data-theme=light] .footer__top strong{color:var(--orange)}[data-theme=light] .footer__bottom{color:#607a82}[data-theme=light] .footer__bottom a:hover{color:#fff}[data-theme=light] .floating-contact{background:#fff;border-color:rgba(10,30,40,.12);color:var(--paper);box-shadow:0 4px 18px rgba(0,0,0,.1)}[data-theme=light] .floating-contact a{color:var(--paper)}[data-theme=light] .floating-contact a:hover{color:var(--orange)}[data-theme=light] .custom-select__menu{background:#fff;border-color:rgba(10,30,40,.12)}[data-theme=light] .custom-select__option{color:#3a5460;border-color:rgba(10,30,40,.08)}.custom-select__option.is-selected,[data-theme=light] .custom-select__option:hover{color:var(--paper);background:rgba(244,119,53,.1)}[data-theme=light] .theme-toggle{border-color:rgba(10,30,40,.15);color:var(--paper)}[data-theme=light] .theme-toggle:hover{border-color:var(--orange);color:var(--orange)}[data-theme=light] .scene__pipe{border-color:#9bb8c0;box-shadow:inset 5px 5px 9px #b8d4dc,inset -7px -6px 10px #d0e0e8,0 0 0 1px rgba(100,160,175,.15),0 20px 45px rgba(0,0,0,.08)}[data-theme=light] .scene__pipe:after{border-top-color:rgba(255,255,255,.6)}[data-theme=light] .scene__valve{border-color:#8aa0a8;box-shadow:0 0 0 4px #c0d4dc,0 0 30px rgba(81,173,193,.12)}[data-theme=light] .scene__valve span{background:var(--ink)}[data-theme=light] .scene__grid{opacity:.12}[data-theme=light] .live-dot{background:var(--orange);box-shadow:0 0 0 5px rgba(244,119,53,.12)}[data-theme=light] .intro{background:#e8f0f2}[data-theme=light] .intro .brand-mark,[data-theme=light] .intro .brand-mark__word{color:#0a1e28}[data-theme=light] .intro__pipes{background:linear-gradient(90deg,transparent,#3fa7c1,transparent)}[data-theme=light] .intro__pipes--orange{background:linear-gradient(90deg,transparent,#f47735,transparent)}[data-theme=light] .intro__glow{background:radial-gradient(circle,rgba(63,167,193,.2),transparent 66%)}.project-placeholder__after>strong,.project-placeholder__before>strong{position:absolute;top:66px;right:30px;left:30px;max-width:285px;font-size:clamp(18px,2vw,27px);line-height:1.12;text-wrap:balance}.project-placeholder__after>strong{text-shadow:0 2px 16px rgba(7,21,33,.55)}.project-placeholder__center{width:min(300px,28%);padding:17px 18px}.project-placeholder__center strong{max-width:255px;margin-top:6px;font-size:20px;line-height:1.12}.project-placeholder__center:before{inset:-5px}.project-placeholder__before:before{background:linear-gradient(90deg,rgba(235,241,240,.62),rgba(235,241,240,.18) 72%,transparent)}.project-placeholder__after:before{background:linear-gradient(90deg,rgba(7,21,33,.48),rgba(7,21,33,.12) 72%,transparent)}.project-placeholder__before>strong{color:#102730;text-shadow:0 1px 0 rgba(255,255,255,.7),0 4px 16px rgba(255,255,255,.45)}.project-placeholder__after>strong{color:#fff;text-shadow:0 2px 0 rgba(7,21,33,.45),0 4px 18px rgba(7,21,33,.8)}.project-placeholder__after>span,.project-placeholder__before>span{text-shadow:0 1px 8px rgba(255,255,255,.55)}.project-placeholder__after>span{text-shadow:0 1px 8px rgba(7,21,33,.8)}.project-placeholder__center{width:240px;min-width:240px;padding:14px 12px}.project-placeholder__center strong{max-width:215px;font-size:18px}.project-placeholder__center:before{inset:-4px}@media(max-width:600px){.project-placeholder__after>strong,.project-placeholder__before>strong{top:58px;right:18px;left:18px;max-width:165px;font-size:18px}.project-placeholder__center{width:185px;min-width:185px;padding:14px 10px}.project-placeholder__center strong{font-size:17px}}.project-placeholder__before>strong{left:86px;max-width:220px;font-size:clamp(16px,1.6vw,22px)}.project-placeholder__after>strong{right:82px;left:34px;max-width:250px;font-size:clamp(16px,1.6vw,22px)}.project-placeholder__center{width:200px;min-width:200px;padding:12px 10px}.project-placeholder__center strong{max-width:180px;font-size:16px}.project-placeholder__center{top:70%}@media(max-width:600px){.project-placeholder__before>strong{top:58px;left:56px;right:46px;max-width:135px;font-size:16px}.project-placeholder__after>strong{top:58px;left:30px;right:56px;max-width:135px;font-size:16px}.project-placeholder__center{top:68%;width:175px;min-width:175px;padding:11px 8px}.project-placeholder__center strong{font-size:15px}}.project-placeholder__after>strong,.project-placeholder__before>strong{font-size:clamp(15px,1.35vw,20px);line-height:1.1}.project-placeholder__center{top:74%;width:180px;min-width:180px;padding:10px 8px}.project-placeholder__center strong{max-width:164px;font-size:15px}.project-arrow{top:82%;width:38px;height:38px}.project-arrow--left{left:14px}.project-arrow--right{right:14px}@media(max-width:760px){.project-placeholder{height:500px}.project-placeholder__after>strong,.project-placeholder__before>strong{top:58px;max-width:125px;font-size:17px;line-height:1.08}.project-placeholder__before>strong{left:42px;right:38px}.project-placeholder__after>strong{left:30px;right:42px}.project-placeholder__center{top:73%;width:158px;min-width:158px;padding:9px 7px}.project-placeholder__center strong{max-width:145px;font-size:14px}.project-arrow{top:84%;width:34px;height:34px}.project-arrow--left{left:10px}.project-arrow--right{right:10px}.project-arrow svg{width:16px;height:16px}.project-carousel__meta{gap:12px;font-size:8px}.project-dots button{width:18px}.project-dots button.is-active{width:28px}}.project-carousel{position:relative}.project-arrow{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(7,21,33,.35);background:rgba(232,237,237,.85);color:var(--ink);transform:translateY(-50%);transition:background .25s,color .25s,transform .25s}.project-arrow:hover{background:var(--orange);color:#fff;transform:translateY(-50%) scale(1.06)}.project-arrow--left{left:20px}.project-arrow--right{right:20px}.project-placeholder__after,.project-placeholder__before{display:flex;flex-direction:column;justify-content:space-between;padding:28px 30px}.project-placeholder__after strong,.project-placeholder__before strong{position:relative;z-index:1;max-width:240px;color:#30454c;font-family:var(--serif);font-size:clamp(20px,2.4vw,32px);font-weight:400;line-height:1.05}.project-placeholder__after strong{color:#f0f5f4}.project-placeholder__after span{color:#e2eeee}.project-carousel__meta{display:flex;align-items:center;gap:25px;margin-top:17px;color:#687d83;font-size:9px;letter-spacing:.16em;text-transform:uppercase}.project-carousel__meta>span:first-child{color:var(--orange)}.project-dots{display:flex;gap:7px;margin-left:auto}.project-dots button{width:26px;height:2px;border:0;background:#bdc9ca;transition:background .25s,width .25s}.project-dots button.is-active{width:42px;background:var(--orange)}.project-placeholder__after,.project-placeholder__before{overflow:hidden}.project-placeholder__after img,.project-placeholder__before img{z-index:0;object-fit:cover;opacity:.82;mix-blend-mode:normal}.project-placeholder__after:before,.project-placeholder__before:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(230,237,236,.14),rgba(230,237,236,.02) 70%);pointer-events:none}.project-placeholder__after:before{background:linear-gradient(90deg,rgba(7,21,33,.22),rgba(7,21,33,.02))}.custom-select{position:relative}.custom-select__button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 0 13px;border:0;border-bottom:1px solid var(--line);background:transparent;color:#556c74;font-size:15px;font-weight:400;letter-spacing:normal;text-align:left;transition:border-color .2s,color .2s}.custom-select__button:hover,.custom-select__button[aria-expanded=true]{border-color:var(--orange);color:#f2f7f6}.custom-select__button svg{color:var(--orange);transition:transform .25s}.custom-select__button[aria-expanded=true] svg{transform:rotate(180deg)}.custom-select__button.is-filled{color:#f2f7f6}.custom-select__menu{position:absolute;z-index:8;top:calc(100% + 9px);right:0;left:0;overflow:hidden;border:1px solid rgba(244,119,53,.48);background:#102a36;box-shadow:0 18px 40px rgba(0,0,0,.35)}.custom-select__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 15px;border:0;border-bottom:1px solid rgba(218,231,234,.1);background:transparent;color:#cddbdc;font-size:13px;text-align:left;transition:background .2s,color .2s}.custom-select__option:last-child{border-bottom:0}.custom-select__option.is-selected,.custom-select__option:hover{background:rgba(244,119,53,.14);color:#fff}.custom-select__option span{color:var(--orange);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.admin{min-height:100svh;background:#e8edef;color:#071521;font-family:Arial,Helvetica,sans-serif}.admin-shell{width:min(calc(100% - 40px),1100px);margin:auto;padding:50px 0}.admin-back{color:#f47735;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.admin h1{margin:35px 0;font:400 clamp(50px,7vw,90px)/.9 Georgia,serif;letter-spacing:-.08em}.admin h2{font-size:14px;font-weight:400}.admin p{color:#607178}.admin form{gap:16px;max-width:360px;margin-top:25px}.admin form,.admin label{display:flex;flex-direction:column}.admin label{gap:7px;color:#607178;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.admin input{padding:13px;border:1px solid #b9c5c7;background:transparent}.admin button{width:max-content;padding:13px 20px;border:0;background:#071521;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.admin-error{color:#c5542e!important}.admin-heading{display:flex;justify-content:space-between;align-items:end}.admin-heading span{color:#f47735;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.admin-heading h1{margin-bottom:0}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;margin-top:75px;background:#b9c5c7;border:1px solid #b9c5c7}.admin-stats div{display:flex;flex-direction:column;gap:25px;min-height:135px;padding:18px;background:#e8edef}.admin-stats span{color:#607178;font-size:10px}.admin-stats strong{font:400 34px Georgia,serif}.admin-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:38px;gap:38px;margin-top:60px}.admin-columns section{border-top:1px solid #829599}.admin-columns h2{padding-top:16px}.admin-row{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #cbd4d5;font-size:12px}.admin-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-row strong{color:#f47735}@media(max-width:700px){.admin-shell{padding:28px 20px}.admin-heading{align-items:start;flex-direction:column}.admin-stats{grid-template-columns:repeat(2,1fr);margin-top:45px}.admin-columns{grid-template-columns:1fr;margin-top:40px}}