:root{--gp-ink:#102b2b;--gp-green:#123f3c;--gp-green-2:#1c5550;--gp-muted:#60706e;--gp-line:#d9e0de;--gp-soft:#f2f5f4;--gp-white:#fff}
html{scroll-behavior:smooth;scroll-padding-top:92px}
.gp-body{margin:0;background:#fff;color:var(--gp-ink);overflow-x:hidden}
.gp-body *{box-sizing:border-box}
.gp-body img{max-width:100%;display:block}
.gp-body a{color:inherit}
.gp-body :where(a,button,summary,[tabindex]):focus-visible{outline:3px solid var(--gp-green-2);outline-offset:4px}
.gp-shell{width:min(1320px,calc(100% - 9vw));margin-inline:auto}
.gp-page section{position:relative}
.gp-kicker{margin:0 0 20px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:650;color:var(--gp-green-2)}
.gp-heading{max-width:760px;margin-bottom:48px}
.gp-heading h2{font-size:clamp(38px,4vw,54px);line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:520}
.gp-heading>p:last-child{font-size:18px;line-height:1.55;color:var(--gp-muted);max-width:650px;margin:22px 0 0}
.gp-heading-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:28px}
.gp-header{background:rgba(255,255,255,.93);border-color:var(--gp-line)}
.gp-header .header-action{background:var(--gp-green);color:white;padding:14px 20px;justify-self:end}
.gp-header .desktop-nav a{font-size:14px}
.gp-mobile-nav{position:absolute;left:0;right:0;top:68px;padding:22px 5vw 28px;background:#fff;border-bottom:1px solid var(--gp-line);display:grid;gap:0;box-shadow:0 18px 30px rgba(16,43,43,.09)}
.gp-mobile-nav[hidden]{display:none}
.gp-mobile-nav a{padding:14px 0;border-bottom:1px solid var(--gp-line);font-size:17px}
.gp-mobile-nav .gp-mobile-nav-cta{margin-top:16px;padding:16px 18px;background:var(--gp-green);color:#fff;border:0;text-align:center}

.gp-hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:clamp(44px,6vw,96px);padding-block:70px 84px}
.gp-hero-copy{padding-top:12px}
.gp-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:56px;color:var(--gp-muted);font-size:13px;line-height:1.4}
.gp-breadcrumb>span:last-child{color:#84908f}
.gp-back{display:inline-block;color:var(--gp-muted);font-size:14px;border-bottom:1px solid transparent}
.gp-back:hover{border-color:currentColor}
.gp-hero h1{font-size:clamp(52px,4.7vw,68px);line-height:.98;letter-spacing:-.055em;font-weight:520;margin:0;max-width:690px;overflow-wrap:break-word;text-wrap:balance}
.gp-lead{font-size:18px;line-height:1.58;color:var(--gp-muted);max-width:600px;margin:30px 0 0}
.gp-actions{display:flex;align-items:center;gap:28px;margin-top:38px}
.gp-btn{min-height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:650;letter-spacing:.02em;transition:transform .25s ease,background .25s ease,color .25s ease}
.gp-btn:hover{transform:translateY(-2px)}
.gp-btn-primary{background:var(--gp-green);color:#fff!important}
.gp-btn-primary:hover{background:var(--gp-green-2)}
.gp-btn-text{padding-inline:0;border-bottom:1px solid var(--gp-line)}
.gp-cycle{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--gp-muted);margin:42px 0 0}
.gp-hero-visual{margin:0;min-height:650px;position:relative;overflow:hidden;background:var(--gp-soft)}
.gp-hero-visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.gp-hero-visual figcaption{position:absolute;right:22px;bottom:20px;background:rgba(255,255,255,.9);padding:10px 13px;font-size:12px;letter-spacing:.04em}

.gp-passport{border-top:1px solid var(--gp-line);border-bottom:1px solid var(--gp-line);display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:132px}
.gp-passport>div{min-height:170px;padding:30px 28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--gp-line)}
.gp-passport>div:first-child{padding-left:0}.gp-passport>div:last-child{border-right:0}
.gp-passport strong{font-size:clamp(34px,3.4vw,52px);letter-spacing:-.04em;font-weight:520;color:var(--gp-green)}
.gp-passport span{font-size:14px;line-height:1.4;color:var(--gp-muted);max-width:220px}

.gp-system{padding-bottom:144px}
.gp-system-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,5fr);gap:clamp(50px,8vw,120px);align-items:center}
.gp-system-image{margin:0;height:700px;background:var(--gp-soft);position:relative;overflow:hidden}
.gp-system-image img{width:100%;height:100%;object-fit:cover;object-position:center 64%}
.gp-mark{position:absolute;width:42px;height:42px;border-radius:50%;background:var(--gp-green);color:#fff;display:grid;place-items:center;font-size:12px;box-shadow:0 0 0 8px rgba(255,255,255,.76)}
.gp-mark:after{content:"";position:absolute;width:70px;height:1px;background:var(--gp-green);left:42px}
.gp-mark-1{top:22%;left:25%}.gp-mark-2{top:52%;left:60%}.gp-mark-3{bottom:10%;left:28%}
.gp-system-list{list-style:none;padding:0;margin:0}
.gp-system-list li{display:grid;grid-template-columns:46px 1fr;gap:18px;padding:30px 0;border-top:1px solid var(--gp-line)}
.gp-system-list li:last-child{border-bottom:1px solid var(--gp-line)}
.gp-system-list>li>span{font-size:12px;color:var(--gp-green-2);padding-top:6px}
.gp-system-list h3{font-size:25px;line-height:1.15;margin:0;font-weight:520}
.gp-system-list p{font-size:16px;line-height:1.55;color:var(--gp-muted);margin:12px 0 0}

.gp-gallery{padding-bottom:144px}
.gp-gallery-all{border:0;border-bottom:1px solid var(--gp-ink);background:none;padding:0 0 8px;font:inherit;font-size:14px;color:var(--gp-ink);cursor:pointer}
.gp-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:440px 340px 500px;gap:24px}
.gp-gallery-item{margin:0;position:relative;overflow:hidden;background:var(--gp-soft);cursor:zoom-in}
.gp-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.gp-gallery-item:hover img{transform:scale(1.025)}
.gp-gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:64px 22px 20px;color:#fff;background:linear-gradient(transparent,rgba(7,24,23,.78));font-size:16px;line-height:1.3}
.gp-gallery-item figcaption span{display:block;font-size:11px;letter-spacing:.1em;margin-bottom:7px;opacity:.8}
.gp-gallery-a{grid-column:1/9;grid-row:1}.gp-gallery-b{grid-column:9/13;grid-row:1}.gp-gallery-c{grid-column:1/5;grid-row:2}.gp-gallery-d{grid-column:5/13;grid-row:2}.gp-gallery-e{grid-column:1/13;grid-row:3}

.gp-variants{padding-bottom:144px}
.gp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gp-card-grid article{margin:0;background:#fff;border-top:1px solid var(--gp-line)}
.gp-card-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gp-card-grid article>div{padding:24px 0 0}
.gp-card-grid span,.gp-execution-grid article span,.gp-use-grid span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gp-green-2)}
.gp-card-grid h3{font-size:27px;font-weight:520;margin:12px 0 9px}.gp-card-grid p{font-size:16px;line-height:1.5;color:var(--gp-muted);margin:0;max-width:350px}

.gp-execution{background:var(--gp-soft);padding:128px 0 144px}
.gp-execution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.gp-execution-grid article{background:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:440px;overflow:hidden}
.gp-execution-grid article>div{padding:40px;display:flex;flex-direction:column;justify-content:flex-end}
.gp-execution-grid img{width:100%;height:100%;object-fit:cover;min-height:440px}
.gp-execution-grid h3{font-size:30px;line-height:1.1;font-weight:520;margin:14px 0 12px}.gp-execution-grid p{font-size:16px;line-height:1.5;color:var(--gp-muted);margin:0}
.gp-execution-grid .gp-exec-wide{grid-column:1/-1;grid-template-columns:7fr 5fr;min-height:520px}.gp-execution-grid .gp-exec-wide img{min-height:520px;object-position:center}
.gp-execution-grid .gp-exec-wide h3{font-size:40px;max-width:600px}

.gp-use{padding-block:144px}
.gp-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gp-use-grid article{position:relative;min-height:520px;overflow:hidden;background:var(--gp-ink)}
.gp-use-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.83;transition:transform .55s ease,opacity .4s ease}
.gp-use-grid article:hover img{transform:scale(1.025);opacity:.72}
.gp-use-grid article>div{position:absolute;inset:auto 0 0;padding:90px 28px 28px;color:#fff;background:linear-gradient(transparent,rgba(7,24,23,.86))}
.gp-use-grid h3{font-size:30px;font-weight:520;margin:12px 0 8px}.gp-use-grid p{font-size:15px;margin:0;opacity:.86}

.gp-engineering{background:var(--gp-green);color:#fff;padding:124px 0 92px;overflow:hidden}
.gp-engineering:after{content:"";position:absolute;width:55vw;height:55vw;border:1px solid rgba(255,255,255,.12);transform:rotate(45deg);right:-34vw;top:-25vw}
.gp-engineering .gp-kicker{color:#a6cbc7}
.gp-engineering h2{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.05em;font-weight:500;margin:0;max-width:1050px}.gp-engineering h2 span{color:#a6cbc7}
.gp-engineering ol{list-style:none;padding:0;margin:86px 0 0;display:grid;grid-template-columns:repeat(6,1fr);position:relative;z-index:1}
.gp-engineering li{border-top:1px solid rgba(255,255,255,.35);padding:20px 12px 0 0;font-size:14px;position:relative}.gp-engineering li:before{content:"";width:7px;height:7px;border-radius:50%;background:#fff;position:absolute;top:-4px;left:0}.gp-engineering li span{display:block;color:#a6cbc7;font-size:11px;letter-spacing:.1em;margin-bottom:12px}

.gp-specs{display:grid;grid-template-columns:5fr 7fr;gap:80px;padding-block:144px}
.gp-specs .gp-heading{margin:0}.gp-specs dl{margin:0}.gp-specs dl>div{display:grid;grid-template-columns:180px 1fr;gap:30px;border-top:1px solid var(--gp-line);padding:26px 0}.gp-specs dl>div:last-child{border-bottom:1px solid var(--gp-line)}.gp-specs dt{font-size:14px;font-weight:650}.gp-specs dd{font-size:18px;line-height:1.5;color:var(--gp-muted);margin:0}

.gp-cases{padding-bottom:144px}
.gp-case-main,.gp-case-secondary{display:grid;text-decoration:none;overflow:hidden}
.gp-case-main{grid-template-columns:8fr 4fr;background:var(--gp-green);color:#fff;min-height:620px}
.gp-case-main img,.gp-case-secondary img{width:100%;height:100%;object-fit:cover}
.gp-case-main>div{padding:48px;display:flex;flex-direction:column}.gp-case-main p,.gp-case-secondary p{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0}.gp-case-main h3{font-size:34px;line-height:1.13;font-weight:520;margin:18px 0}.gp-case-main strong{font-size:65px;line-height:1;letter-spacing:-.05em;margin:auto 0 42px}.gp-case-main strong span{display:block;font-size:13px;letter-spacing:.03em;margin-top:8px;color:#a6cbc7}.gp-case-main b,.gp-case-secondary b{font-size:14px;font-weight:550;align-self:flex-start;border-bottom:1px solid currentColor;padding-bottom:7px}
.gp-case-secondary{grid-template-columns:5fr 7fr;background:var(--gp-soft);min-height:420px;margin-top:24px}.gp-case-secondary>div{padding:45px;display:flex;flex-direction:column}.gp-case-secondary h3{font-size:34px;font-weight:520;margin:18px 0}.gp-case-secondary>div>span{font-size:16px;color:var(--gp-muted)}.gp-case-secondary b{margin-top:auto}

.gp-cost{display:grid;grid-template-columns:6fr 5fr;gap:9%;background:var(--gp-soft);padding:76px;max-width:1320px;margin-bottom:144px}
.gp-cost h2{font-size:clamp(36px,3.8vw,50px);line-height:1.04;letter-spacing:-.045em;font-weight:520;margin:0}.gp-cost p{font-size:17px;line-height:1.6;color:var(--gp-muted);margin:24px 0 28px}.gp-cost a{font-size:14px;font-weight:650;border-bottom:1px solid;padding-bottom:7px}.gp-cost ul{list-style:none;padding:0;margin:0}.gp-cost li{padding:15px 0 15px 28px;border-bottom:1px solid var(--gp-line);position:relative;font-size:15px}.gp-cost li:first-child{border-top:1px solid var(--gp-line)}.gp-cost li:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--gp-green);left:0;top:22px}

.gp-faq{padding-bottom:144px}.gp-faq .gp-heading,.gp-faq-list{max-width:900px;margin-inline:auto}.gp-faq-list details{border-top:1px solid var(--gp-line)}.gp-faq-list details:last-child{border-bottom:1px solid var(--gp-line)}.gp-faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:19px;font-weight:520}.gp-faq-list summary::-webkit-details-marker{display:none}.gp-faq-list summary span{font-size:26px;font-weight:300;transition:transform .25s}.gp-faq-list details[open] summary span{transform:rotate(45deg)}.gp-faq-list details p{font-size:16px;line-height:1.6;color:var(--gp-muted);max-width:730px;margin:-4px 0 28px}

.gp-related{padding-bottom:144px}.gp-related .gp-heading-row>a{font-size:14px;border-bottom:1px solid;padding-bottom:7px}.gp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gp-related-grid>a{display:block;text-decoration:none}.gp-related-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.gp-related-grid>a>span{display:grid;grid-template-columns:1fr auto;padding-top:20px}.gp-related-grid strong{font-size:22px;font-weight:520}.gp-related-grid small{grid-row:2;line-height:1.4;color:var(--gp-muted);font-size:14px;margin-top:8px}.gp-related-grid b{grid-column:2;grid-row:1/3;font-size:22px;font-weight:400;transition:transform .25s}.gp-related-grid>a:hover b{transform:translate(3px,-3px)}

.gp-final-cta{background:var(--gp-green);color:#fff;padding:96px 0}.gp-final-cta .gp-shell{display:grid;grid-template-columns:7fr 4fr;gap:8%;align-items:end}.gp-final-cta .gp-kicker{color:#a6cbc7}.gp-final-cta h2{font-size:clamp(50px,5vw,72px);font-weight:500;letter-spacing:-.05em;margin:0}.gp-final-cta p:not(.gp-kicker){font-size:18px;line-height:1.55;color:#c5d9d7;max-width:700px;margin:22px 0 0}.gp-final-cta .gp-shell>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.gp-btn-light{background:#fff;color:var(--gp-green)!important;margin-bottom:14px}.gp-final-cta .gp-shell>div:last-child>a:not(.gp-btn){font-size:15px;color:#dbe8e7}
.gp-footer{background:#0d302e;color:#b8cecc;padding:28px 0 34px}.gp-footer .gp-shell{display:flex;justify-content:space-between;gap:24px;font-size:12px}.gp-footer span:last-child{display:flex;gap:24px}

.gp-lightbox{width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;border:0;padding:0;background:rgba(7,24,23,.97);color:#fff;overflow:hidden}.gp-lightbox::backdrop{background:rgba(7,24,23,.9)}.gp-lightbox[open]{display:grid;grid-template-columns:80px 1fr 80px;align-items:center}.gp-lightbox figure{margin:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 0 34px}.gp-lightbox figure img{max-width:100%;max-height:calc(100dvh - 150px);object-fit:contain}.gp-lightbox figcaption{width:100%;display:flex;justify-content:space-between;gap:30px;padding-top:18px;font-size:14px}.gp-lightbox figcaption span{color:#a6cbc7}.gp-lightbox button{border:0;background:transparent;color:#fff;cursor:pointer}.gp-lightbox-prev,.gp-lightbox-next{font-size:28px;height:100%}.gp-lightbox-close{position:absolute;z-index:2;right:28px;top:20px;font-size:38px;font-weight:200}

@media(max-width:1100px){.gp-shell{width:min(calc(100% - 7vw),1320px)}.gp-hero{grid-template-columns:5fr 6fr;gap:45px}.gp-hero h1{font-size:50px}.gp-hero-visual{min-height:570px}.gp-passport{grid-template-columns:repeat(2,1fr)}.gp-passport>div:nth-child(2){border-right:0}.gp-passport>div:nth-child(-n+2){border-bottom:1px solid var(--gp-line)}.gp-passport>div:nth-child(3){padding-left:0}.gp-gallery-grid{grid-template-rows:360px 300px 390px}.gp-system-image{height:620px}.gp-execution-grid article{grid-template-columns:1fr}.gp-execution-grid article img{height:360px;min-height:0;grid-row:1}.gp-execution-grid .gp-exec-wide{grid-template-columns:1fr 1fr}.gp-execution-grid .gp-exec-wide img{height:520px}.gp-use-grid article{min-height:450px}.gp-engineering ol{grid-template-columns:repeat(3,1fr);row-gap:42px}.gp-specs{gap:50px}.gp-case-main{grid-template-columns:7fr 5fr}.gp-cost{width:93vw;padding:60px}}

@media(max-width:820px){html{scroll-padding-top:72px}.gp-shell{width:90vw}.gp-header{height:68px}.gp-hero{min-height:auto;grid-template-columns:1fr;padding-block:34px 92px;gap:38px}.gp-breadcrumb{margin-bottom:40px}.gp-hero h1{font-size:clamp(42px,9vw,58px)}.gp-hero-visual{min-height:0;aspect-ratio:4/5}.gp-hero-visual img{object-position:54% center}.gp-passport{margin-bottom:105px}.gp-system{padding-bottom:110px}.gp-system-grid{grid-template-columns:1fr;gap:45px}.gp-system-image{height:auto;aspect-ratio:4/5}.gp-gallery{padding-bottom:110px}.gp-gallery-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-5vw;padding-inline:5vw;scrollbar-width:none}.gp-gallery-grid::-webkit-scrollbar{display:none}.gp-gallery-item{flex:0 0 82vw;aspect-ratio:4/5;scroll-snap-align:center}.gp-gallery-item img{position:absolute;inset:0}.gp-heading-row{align-items:flex-start}.gp-gallery-all{white-space:nowrap}.gp-variants{padding-bottom:110px}.gp-card-grid{grid-template-columns:1fr}.gp-card-grid article{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.gp-card-grid article>div{padding:20px}.gp-execution{padding-block:100px}.gp-execution-grid .gp-exec-wide{grid-template-columns:1fr 1fr}.gp-execution-grid .gp-exec-wide h3{font-size:32px}.gp-use{padding-block:110px}.gp-use-grid{grid-template-columns:1fr}.gp-use-grid article{min-height:530px}.gp-engineering{padding-block:100px 80px}.gp-specs{grid-template-columns:1fr;padding-block:110px}.gp-cases{padding-bottom:110px}.gp-case-main,.gp-case-secondary{grid-template-columns:1fr;min-height:0}.gp-case-main img{height:560px}.gp-case-main>div{min-height:430px}.gp-case-secondary>div{min-height:330px}.gp-case-secondary img{height:480px}.gp-cost{grid-template-columns:1fr;gap:50px;padding:50px;width:90vw;margin-bottom:110px}.gp-faq,.gp-related{padding-bottom:110px}.gp-related-grid{grid-template-columns:1fr 1fr}.gp-final-cta .gp-shell{grid-template-columns:1fr;gap:50px}.gp-lightbox[open]{grid-template-columns:54px 1fr 54px}}

@media(max-width:600px){.gp-shell{width:calc(100% - 40px)}.gp-kicker{margin-bottom:14px}.gp-heading{margin-bottom:34px}.gp-heading h2{font-size:36px}.gp-heading-row{display:block}.gp-gallery-all{margin-top:22px}.gp-breadcrumb{font-size:12px;margin-bottom:34px}.gp-breadcrumb>span{display:none}.gp-back{font-size:12px}.gp-hero{padding-top:26px;padding-bottom:72px}.gp-hero h1{font-size:42px;line-height:1.02}.gp-lead{font-size:16px;margin-top:22px}.gp-actions{display:grid;gap:6px;margin-top:28px}.gp-btn{width:100%}.gp-btn-text{border:0}.gp-cycle{font-size:10px;line-height:1.5;margin-top:28px}.gp-hero-visual{margin-inline:-20px;aspect-ratio:4/5}.gp-hero-visual figcaption{right:12px;bottom:12px}.gp-passport{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:88px}.gp-passport>div{min-height:145px;padding:22px 14px;border-right:1px solid var(--gp-line);border-bottom:0}.gp-passport>div:nth-child(2n){border-right:0}.gp-passport>div:nth-child(-n+2){border-bottom:1px solid var(--gp-line)}.gp-passport>div:first-child,.gp-passport>div:nth-child(3){padding-left:0}.gp-passport strong{font-size:36px}.gp-passport span{max-width:150px;font-size:13px}.gp-system{padding-bottom:88px}.gp-system-grid{gap:30px}.gp-system-image{margin-inline:-20px}.gp-mark{width:36px;height:36px}.gp-mark:after{left:36px;width:40px}.gp-system-list li{grid-template-columns:34px 1fr;padding:24px 0;gap:10px}.gp-system-list h3{font-size:22px}.gp-system-list p{font-size:15px}.gp-gallery{padding-bottom:88px}.gp-gallery-grid{margin-inline:-20px;padding-inline:20px;gap:12px}.gp-gallery-item{flex-basis:calc(100vw - 40px)}.gp-gallery-item figcaption{font-size:15px}.gp-variants{padding-bottom:88px}.gp-card-grid{gap:38px}.gp-card-grid article{display:block}.gp-card-grid article>div{padding:18px 0 0}.gp-card-grid h3{font-size:25px}.gp-execution{padding-block:80px 88px}.gp-execution-grid{grid-template-columns:1fr}.gp-execution-grid article,.gp-execution-grid .gp-exec-wide{grid-column:auto;grid-template-columns:1fr}.gp-execution-grid article img,.gp-execution-grid .gp-exec-wide img{height:360px;min-height:0}.gp-execution-grid article>div{padding:28px;min-height:260px}.gp-execution-grid .gp-exec-wide h3{font-size:29px}.gp-use{padding-block:88px}.gp-use-grid article{min-height:460px}.gp-engineering{padding-block:78px 70px}.gp-engineering h2{font-size:39px}.gp-engineering ol{grid-template-columns:repeat(2,1fr);margin-top:60px}.gp-engineering li{font-size:13px}.gp-specs{padding-block:88px;gap:20px}.gp-specs dl>div{grid-template-columns:1fr;gap:10px;padding:21px 0}.gp-specs dd{font-size:16px}.gp-cases{padding-bottom:88px}.gp-case-main img,.gp-case-secondary img{height:auto;aspect-ratio:4/3}.gp-case-main>div{padding:28px;min-height:380px}.gp-case-main h3,.gp-case-secondary h3{font-size:28px}.gp-case-main strong{font-size:54px}.gp-case-secondary>div{padding:28px;min-height:280px}.gp-case-secondary{display:flex;flex-direction:column}.gp-case-secondary>div{order:2}.gp-cost{width:calc(100% - 40px);padding:32px 24px;margin-bottom:88px}.gp-cost h2{font-size:34px}.gp-cost p{font-size:16px}.gp-faq,.gp-related{padding-bottom:88px}.gp-faq-list summary{font-size:17px;line-height:1.3}.gp-related-grid{grid-template-columns:1fr;gap:40px}.gp-final-cta{padding-block:72px}.gp-final-cta h2{font-size:48px}.gp-final-cta p:not(.gp-kicker){font-size:16px}.gp-footer{padding-bottom:100px}.gp-footer .gp-shell{flex-direction:column}.gp-footer span:last-child{flex-direction:column;gap:10px}.gp-lightbox[open]{grid-template-columns:1fr}.gp-lightbox figure{padding:60px 16px 28px}.gp-lightbox figure img{max-height:calc(100dvh - 170px)}.gp-lightbox figcaption{display:block}.gp-lightbox figcaption b{display:block;margin-top:7px;font-weight:400}.gp-lightbox-prev,.gp-lightbox-next{position:absolute;z-index:3;width:48px;height:48px;background:rgba(7,24,23,.7)!important;top:50%;transform:translateY(-50%)}.gp-lightbox-prev{left:4px}.gp-lightbox-next{right:4px}.gp-lightbox-close{right:14px;top:8px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gp-gallery-item img,.gp-use-grid img,.gp-btn,.gp-related-grid b{transition:none}}
