.commerce-home .featured-products .section-title-row{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center;max-width:920px;margin:0 auto 50px;display:grid}.commerce-home .featured-products .section-title-row>div{text-align:center;justify-self:center;width:100%;max-width:820px}.commerce-home .featured-products .section-title-row h2{width:100%;max-width:780px;font-family:var(--font-impact);letter-spacing:0;text-transform:uppercase;text-align:center;text-wrap:balance;margin:0 auto 18px;font-size:clamp(36px,3.3vw,46px);font-weight:900;line-height:1.1}.commerce-home .featured-products .section-title-row h2:after{content:"";background:linear-gradient(90deg,#092f5c 0 50%,#55c7ef 50% 100%);width:80px;height:4px;margin:20px auto 0;display:block}.commerce-home .featured-products .section-title-row p{text-align:center;text-wrap:balance;max-width:65ch;margin:0 auto;font-size:17px;line-height:1.65}.commerce-home .featured-products .section-title-row .quiet-link{font-family:var(--font-body);letter-spacing:0;text-align:center;border-bottom:1px solid #55c7ef;justify-self:center;margin-top:22px;padding-bottom:4px;font-size:13px}.product-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-showcase-card{aspect-ratio:1;isolation:isolate;background:#f5f8fa;min-width:0;position:relative;overflow:hidden}.product-showcase-image{object-fit:cover;width:100%;height:100%;transition:transform 1s}.product-showcase-toggle{z-index:2;cursor:pointer;background:0 0;border:0;width:100%;position:absolute;inset:0}.product-showcase-toggle:focus-visible{outline-offset:-7px;outline:3px solid #fff}.product-showcase-overlay{z-index:3;color:#fff;opacity:0;pointer-events:none;background:#ff961feb;align-items:center;padding:clamp(24px,3vw,42px);transition:opacity .2s;display:flex;position:absolute;inset:0}.product-showcase-copy{max-width:39rem;transition:transform .36s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.product-showcase-copy h3{color:#fff;max-width:19ch;margin-bottom:17px;font-size:clamp(24px,2.15vw,34px);line-height:1.04}.commerce-home .product-showcase-copy p{color:#fffffff5;opacity:0;max-width:48ch;margin-bottom:22px;font-size:15px;line-height:1.55;transition:opacity .18s,transform .3s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.product-showcase-copy a{color:#fff;min-height:36px;font-family:var(--font-display);text-transform:uppercase;opacity:0;pointer-events:none;align-items:center;font-size:14px;font-weight:700;transition:color .18s,opacity .18s,transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex;transform:translateY(12px)}.product-showcase-copy a:after{content:"";background:currentColor;width:36px;height:1px;margin-left:12px}.product-showcase-copy a:hover{color:#092f5c}.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-image{transform:scale(1.08)}.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-overlay{opacity:1}.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-copy{transform:translateY(0)}.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-copy p,.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-copy a{opacity:1;transition-delay:.11s;transform:translateY(0)}.product-showcase-card:is(:hover,:focus-within,.is-active) .product-showcase-copy a{pointer-events:auto}@media (max-width:900px){.product-showcase-overlay{padding:25px}.product-showcase-copy h3{font-size:26px}}@media (max-width:680px){.commerce-home .featured-products .section-title-row{margin-bottom:36px}.commerce-home .featured-products .section-title-row h2{font-size:34px;line-height:1.1}.product-showcase-grid{grid-template-columns:1fr;gap:10px}.product-showcase-card{aspect-ratio:1}}@media (prefers-reduced-motion:reduce){.product-showcase-image,.product-showcase-overlay,.product-showcase-copy,.product-showcase-copy p,.product-showcase-copy a{transition-duration:.01ms}}
.commerce-home{--navy:#092f5c;--blue:#087fca;--sky:#eaf7ff;--pale:#f7fbff;--text:#284d70;--rule:#c7dfed;--shadow:0 20px 45px #0e416824;color:var(--navy);overflow:hidden}.commerce-home h1,.commerce-home h2,.commerce-home h3,.commerce-home p{margin-top:0}.commerce-home h1,.commerce-home h2,.commerce-home h3{font-family:var(--font-display);letter-spacing:-.022em}.commerce-home h1{max-width:640px;font-size:clamp(42px,4.6vw,67px);line-height:.98}.commerce-home h2{font-size:clamp(31px,3.15vw,48px);line-height:1.02}.commerce-home p{color:var(--text);font-size:17px;line-height:1.62}.commerce-hero{background:var(--sky);isolation:isolate;min-height:680px;position:relative}.commerce-hero-scene,.commerce-hero-wash{width:100%;height:100%;position:absolute;inset:0}.commerce-hero-scene{object-fit:cover;object-position:center}.commerce-hero-wash{background:linear-gradient(90deg,#fafdfffa 0%,#fafdffe8 35%,#fafdff52 62%,#fafdff0a 100%)}.commerce-hero-layout{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);align-items:center;gap:54px;min-height:680px;padding:70px 0;display:grid;position:relative}.commerce-hero-copy p{max-width:590px;margin-bottom:25px;font-size:18px}.commerce-actions,.quote-actions{flex-wrap:wrap;gap:12px;display:flex}.commerce-button{border:1px solid var(--navy);min-height:48px;font-family:var(--font-display);text-transform:uppercase;justify-content:center;align-items:center;padding:13px 21px;font-size:15px;font-weight:700;line-height:1;transition:transform .2s,background .2s,color .2s;display:inline-flex}.commerce-button:hover{transform:translateY(-2px)}.commerce-button.primary{background:var(--navy);color:#fff}.commerce-button.primary:hover{background:#075ea0}.commerce-button.secondary{color:var(--navy);background:#ffffffb8}.commerce-button.secondary:hover{background:#fff}.commerce-hero-copy small{color:#426684;margin-top:18px;font-size:13px;display:block}.product-finder{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffed;border:1px solid #ffffffe6;padding:25px}.product-finder h2{margin-bottom:3px;font-size:26px}.product-finder>p{margin-bottom:17px;font-size:14px}.finder-list{gap:8px;display:grid}.finder-list button{width:100%;min-height:58px;color:var(--navy);text-align:left;cursor:pointer;background:#fff;border:1px solid #d4e5ef;grid-template-columns:49px 1fr;align-items:center;gap:13px;padding:5px 12px;font-weight:700;transition:border-color .18s,background .18s;display:grid}.finder-list button.is-selected{background:#edf8ff;border-color:#087fca}.finder-list img{object-fit:contain;width:43px;height:42px}.finder-selection{border-top:1px solid var(--rule);margin-top:15px;padding-top:15px}.finder-selection b{font-family:var(--font-display);font-size:18px}.finder-selection p{margin:4px 0 7px;font-size:13px}.finder-selection a,.quiet-link{color:#0576bd;font-family:var(--font-display);text-transform:uppercase;font-size:14px;font-weight:700}.product-route-bar{z-index:2;border-bottom:1px solid var(--rule);background:#fff;position:relative}.product-route-bar .container{grid-template-columns:repeat(4,1fr);display:grid}.product-route-bar a{border-right:1px solid var(--rule);min-height:82px;font-family:var(--font-display);align-items:center;gap:13px;padding:12px 17px;font-size:17px;font-weight:700;line-height:1.05;transition:background .2s;display:flex}.product-route-bar a:first-child{border-left:1px solid var(--rule)}.product-route-bar a:hover{background:var(--sky)}.product-route-bar img{object-fit:contain;width:49px;height:48px}.product-route-bar i{border-top:1px solid;border-right:1px solid;width:8px;height:8px;margin-left:auto;transform:rotate(45deg)}.commerce-section{padding:108px 0}.section-title-row{justify-content:space-between;align-items:end;gap:35px;margin-bottom:36px;display:flex}.section-title-row>div{max-width:730px}.section-title-row h2{margin-bottom:10px}.section-title-row p{margin-bottom:0}.featured-products{background:#fff}.featured-product-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.4fr 1fr 1fr;gap:16px;display:grid}.featured-product-card{background:#eff9ff;min-height:275px;overflow:hidden}.featured-product-card:first-child{grid-row:span 2}.featured-product-link{min-height:inherit;grid-template-columns:1fr 1fr;display:grid}.featured-product-card:first-child .featured-product-link{grid-template-columns:1.1fr .9fr}.featured-product-media{background:#fff;min-height:100%;overflow:hidden}.featured-product-media img{object-fit:contain;width:100%;height:100%;padding:18px;transition:transform .4s}.featured-product-link>div:last-child{flex-direction:column;justify-content:center;align-items:flex-start;padding:25px;display:flex}.featured-product-link h3{margin-bottom:7px;font-size:28px;line-height:1.01}.featured-product-link p{margin-bottom:17px;font-size:14px;line-height:1.45}.featured-product-link span{font-family:var(--font-display);text-transform:uppercase;font-size:14px;font-weight:700}.supply-story{background:linear-gradient(#fff 0,#f3fbff 100%);padding-top:24px}.supply-story-grid{background:#e8f6ff;grid-template-columns:1.1fr .9fr;align-items:stretch;display:grid}.supply-story-scene{min-height:485px;position:relative;overflow:hidden}.supply-story-scene>img{object-fit:cover;width:100%;height:100%}.supply-story-scene>div{color:#fff;background:linear-gradient(#0000,#062f5bd6);padding:20px 28px;position:absolute;bottom:0;left:0;right:0}.supply-story-scene p{color:#fff;font-family:var(--font-display);text-transform:uppercase;margin:26px 0 0;font-size:19px;font-weight:700}.supply-story-copy{padding:58px 52px}.supply-story-copy p{margin-bottom:19px}.supply-story-copy ul{color:var(--text);gap:10px;margin:0 0 26px;padding:0;font-size:15px;list-style:none;display:grid}.supply-story-copy li{padding-left:17px;position:relative}.supply-story-copy li:before{content:"";background:#087fca;border-radius:50%;width:6px;height:6px;position:absolute;top:.64em;left:0}.proof-photo-band{background:var(--navy);color:#fff;padding:96px 0}.proof-photo-band p{color:#c5e5f7}.proof-intro{justify-content:space-between;align-items:end;gap:40px;margin-bottom:31px;display:flex}.proof-intro h2{max-width:420px;margin-bottom:0}.proof-intro p{max-width:540px;margin-bottom:0;font-size:16px}.proof-intro .quiet-link{color:#b9e7ff;align-self:end}.proof-panel-grid{grid-template-columns:1.16fr 1fr 1fr;gap:12px;display:grid}.proof-panel{background:#0d426e;min-height:340px;position:relative;overflow:hidden}.proof-panel img{object-fit:cover;width:100%;height:100%}.proof-panel>div{background:linear-gradient(#0000,#052142eb);padding:67px 22px 20px;position:absolute;bottom:0;left:0;right:0}.proof-panel h3{margin-bottom:4px;font-size:23px}.proof-panel p{margin-bottom:0;font-size:14px;line-height:1.4}.category-callout{background:#fff}.category-callout-layout{grid-template-columns:.82fr 1.18fr;align-items:center;gap:50px;display:grid}.category-callout-layout>div:first-child{max-width:405px}.category-callout-layout p{margin-bottom:25px}.fittings-gallery{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.fittings-gallery img{object-fit:contain;background:#f2fbff;width:100%;height:210px;padding:22px}.commerce-technical{padding-top:25px}.commerce-technical-grid{background:#f4fbff;grid-template-columns:1.05fr .95fr;gap:0;display:grid}.technical-photo{min-height:410px}.technical-photo img{object-fit:cover;width:100%;height:100%}.commerce-technical-grid>div:last-child{align-self:center;padding:54px}.commerce-technical-grid h2{margin-bottom:14px}.technical-facts{flex-wrap:wrap;gap:8px;margin:23px 0;display:flex}.technical-facts span{color:#305879;background:#fff;border:1px solid #b8dceb;padding:7px 10px;font-size:13px;font-weight:700}.quote-section{padding-top:30px;padding-bottom:110px}.quote-panel{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;gap:50px;padding:48px 54px;display:flex}.quote-panel h2{max-width:550px;margin-bottom:9px}.quote-panel p{color:#c9e7f8;max-width:600px;margin-bottom:0}.quote-panel .secondary{color:#fff;background:0 0;border-color:#c9e7f8}.commerce-home .spotlight-card{box-shadow:none;border:0}.commerce-home .spotlight-glow{background:radial-gradient(circle,#4bc3ff38 0%,#4bc3ff00 68%)}@media (max-width:1050px){.commerce-hero-layout{grid-template-columns:1fr;gap:28px}.commerce-hero,.commerce-hero-layout{min-height:760px}.product-finder{max-width:560px}.featured-product-grid{grid-template-columns:1fr 1fr}.featured-product-card:first-child{grid-area:auto/span 2;min-height:300px}.commerce-section{padding:84px 0}.commerce-technical-grid>div:last-child{padding:40px}.product-route-bar a{padding:10px}.product-route-bar span{font-size:15px}}@media (max-width:760px){.commerce-home h1{font-size:48px}.commerce-hero{min-height:745px}.commerce-hero-layout{min-height:745px;padding:55px 0}.commerce-hero-wash{background:linear-gradient(90deg,#fafdfffa,#fafdffcc 64%,#fafdff59)}.product-route-bar{overflow:auto}.product-route-bar .container{grid-template-columns:repeat(4,230px);width:max-content;min-width:100%}.product-route-bar a{min-height:72px}.section-title-row,.proof-intro,.quote-panel{display:block}.section-title-row .quiet-link,.proof-intro .quiet-link{margin-top:14px;display:inline-block}.featured-product-grid{grid-template-columns:1fr}.featured-product-card:first-child{grid-area:auto}.featured-product-link,.featured-product-card:first-child .featured-product-link{min-height:unset;grid-template-columns:1fr}.featured-product-media{height:250px}.supply-story-grid,.category-callout-layout,.commerce-technical-grid{grid-template-columns:1fr}.supply-story-scene{min-height:350px}.supply-story-copy{padding:42px 28px}.proof-panel-grid{grid-template-columns:1fr}.proof-panel{min-height:300px}.category-callout-layout{gap:28px}.fittings-gallery img{height:145px;padding:12px}.commerce-technical-grid>div:last-child{padding:40px 28px}.technical-photo{min-height:330px}.quote-panel{padding:38px 28px}.quote-actions{margin-top:24px}.commerce-section{padding:70px 0}}@media (max-width:460px){.commerce-home h1{font-size:42px}.commerce-hero,.commerce-hero-layout{min-height:790px}.commerce-hero-copy p{font-size:16px}.commerce-actions,.quote-actions{grid-template-columns:1fr;display:grid}.commerce-button{width:100%}.product-finder{padding:20px}.commerce-section{padding:59px 0}.featured-product-link h3{font-size:26px}.fittings-gallery{gap:7px}.fittings-gallery img{height:120px;padding:7px}.technical-facts span{font-size:12px}}.about-jinkaite{background:#fff;padding:0 0 108px}.about-jinkaite-layout{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:stretch;display:grid}.about-jinkaite-copy{background:#f5f7fa;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(44px,5.2vw,76px) clamp(32px,5vw,78px);display:flex}.about-jinkaite-copy h2{max-width:540px;margin-bottom:20px}.about-jinkaite-copy p:not(.eyebrow){max-width:570px;margin-bottom:13px}.about-jinkaite-copy .commerce-button{margin-top:13px}.about-jinkaite-media{background:#e8eef2;min-height:420px;overflow:hidden}.about-jinkaite-media img{object-fit:cover;object-position:center;width:100%;height:100%}.eyebrow{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;margin-bottom:13px;font-weight:800;color:#e49a2f!important;font-size:13px!important;line-height:1.2!important}.why-choose-jinkaite{background:#f7fbfd;padding:106px 0 116px}.why-choose-heading{text-align:center;max-width:690px;margin:0 auto 45px}.why-choose-heading h2{margin-bottom:0}.why-choose-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.why-choose-item{background:#fff;border:1px solid #dce8ee;overflow:hidden}.why-choose-media{aspect-ratio:1.5;background:#edf2f5}.why-choose-copy{border-top:0;min-height:188px;padding:27px 25px 30px}.why-choose-copy p{margin-bottom:0;font-size:15px;line-height:1.55}@media (max-width:1050px){.why-choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-choose-copy{min-height:158px}}@media (max-width:760px){.about-jinkaite{padding-bottom:70px}.about-jinkaite-layout{grid-template-columns:1fr}.about-jinkaite-media{order:-1;min-height:310px}.about-jinkaite-copy{padding:44px 28px 48px}.why-choose-jinkaite{padding:72px 0 78px}.why-choose-heading{margin-bottom:31px}.why-choose-grid{grid-template-columns:1fr;gap:14px}.why-choose-media{aspect-ratio:1.55}.why-choose-copy{min-height:0;padding:24px 22px 27px}}@media (max-width:460px){.about-jinkaite-copy h2{font-size:38px}.about-jinkaite-media{min-height:250px}.why-choose-heading h2{font-size:36px}}.about-jinkaite-copy{isolation:isolate;position:relative;overflow:hidden}.about-jinkaite-copy:before{z-index:-1;content:"";opacity:.055;mix-blend-mode:multiply;background-image:url(/assets/jinkaite-og.png);background-position:50%;background-size:cover;position:absolute;inset:0}.about-jinkaite-title{text-transform:uppercase;margin-bottom:14px!important;font-size:clamp(34px,3.25vw,48px)!important;line-height:1!important}.about-jinkaite-title span{color:var(--navy)}.about-jinkaite-title strong{color:#f0a11a;font-weight:900}.about-jinkaite-rule{align-items:center;width:78px;height:5px;margin-bottom:27px;display:flex}.about-jinkaite-rule i,.about-jinkaite-rule b{height:4px;display:block}.about-jinkaite-rule i{background:#f0443e;width:40px}.about-jinkaite-rule b{background:#f0a11a;width:38px}.about-jinkaite-copy .commerce-button.primary{color:#fff;box-shadow:none;background:#f0a11a;border-color:#f0a11a}.about-jinkaite-copy .commerce-button.primary:hover{background:#f6b52c;border-color:#f6b52c}@media (max-width:760px){.about-jinkaite-title{font-size:38px!important}.about-jinkaite-rule{margin-bottom:22px}}.about-jinkaite .container{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.about-jinkaite-support{border-left:1px solid #f0a11a;padding:12px 0 12px 16px;color:#1f4e78!important;margin-top:7px!important;margin-bottom:13px!important;font-size:16px!important;line-height:1.5!important}.about-jinkaite-support strong{color:var(--navy);font-weight:800}.why-choose-jinkaite{background:#fff}.why-choose-heading{max-width:820px}.why-choose-heading h2{color:#092f5c;text-transform:uppercase;max-width:none;margin:0 auto;font-size:clamp(40px,3.8vw,56px);line-height:1}.why-choose-heading h2 span{color:#f0a11a}.why-choose-heading>p{color:#345d7e;font-family:var(--font-display);margin:15px auto 0;font-size:clamp(20px,1.8vw,27px);font-weight:700;line-height:1.2}.why-choose-rule{justify-content:center;align-items:center;width:78px;height:5px;margin:22px auto 0;display:flex}.why-choose-rule i,.why-choose-rule b{height:4px;display:block}.why-choose-rule i{background:#f0443e;width:40px}.why-choose-rule b{background:#f0a11a;width:38px}.why-choose-item{background:#fff;border:0;position:relative;box-shadow:0 0 0 1px #dce8ee}.why-choose-media{aspect-ratio:1.5;background:#edf2f5;overflow:hidden}.why-choose-media img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.why-choose-item:hover .why-choose-media img{transform:scale(1.045)}.why-choose-marker{z-index:2;color:#fff;width:40px;height:40px;font-family:var(--font-display);background:#f0a11a;border-radius:50%;justify-content:center;align-items:center;margin:-20px auto -1px;font-size:13px;font-weight:800;display:flex;position:relative}.why-choose-copy{text-align:center;border-top:0;min-height:207px;padding:25px 25px 30px}.why-choose-copy h3{margin-bottom:10px;font-size:21px;line-height:1.1}.why-choose-copy p{max-width:245px;margin:0 auto;font-size:15px;line-height:1.52}@media (max-width:1050px){.why-choose-copy{min-height:190px}}@media (max-width:760px){.why-choose-jinkaite{padding-top:74px}.why-choose-heading h2{font-size:40px}.why-choose-heading>p{max-width:390px;font-size:20px}.why-choose-copy{min-height:0;padding:23px 22px 29px}.why-choose-copy p{max-width:300px}}@media (max-width:460px){.why-choose-heading h2{font-size:36px}}.about-jinkaite{padding-bottom:0}.why-choose-jinkaite{padding:76px 0 94px}@media (max-width:760px){.about-jinkaite{padding-bottom:0}.why-choose-jinkaite{padding:66px 0 76px}}.factory-team-section{background:#f5f8fb;padding:104px 0 112px}.factory-team-heading{text-align:center;max-width:880px;margin:0 auto 42px}.factory-team-heading h2{color:#092f5c;text-transform:uppercase;max-width:none;margin:0 auto;font-size:clamp(40px,3.8vw,56px);line-height:1}.factory-team-heading h2 span{color:#f0a11a}.factory-team-heading>p{color:#345d7e;font-family:var(--font-display);margin:15px auto 0;font-size:clamp(20px,1.8vw,27px);font-weight:700;line-height:1.2}.factory-team-rule{justify-content:center;align-items:center;width:78px;height:5px;margin:22px auto 0;display:flex}.factory-team-rule i,.factory-team-rule b{height:4px;display:block}.factory-team-rule i{background:#f0443e;width:40px}.factory-team-rule b{background:#f0a11a;width:38px}.factory-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.factory-team-card{background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 12px 28px #0e416817}.factory-team-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0e416824}.factory-team-media,.factory-team-placeholder{background:#dcebf4;height:330px;overflow:hidden}.factory-team-media img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.factory-team-card:hover .factory-team-media img{transform:scale(1.035)}.factory-team-copy{padding:27px 30px 31px}.factory-team-copy>span{color:#e49a2f;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;margin-bottom:11px;font-size:12px;font-weight:800;display:block}.factory-team-copy h3{margin:0 0 11px;font-size:29px;line-height:1.03}.factory-team-copy p{color:#476783;max-width:500px;margin:0;font-size:15px;line-height:1.55}.factory-team-tags{flex-wrap:wrap;gap:8px;margin-top:21px;display:flex}.factory-team-tags b{color:#315d7d;border:1px solid #c8dce9;padding:7px 10px;font-size:12px;font-weight:700}.factory-team-placeholder{text-align:center;background:linear-gradient(135deg,#e9f5fb,#f8fbfd);border:1px dashed #8db4ca;align-content:center;justify-items:center;gap:8px;padding:30px;display:grid}.factory-team-placeholder span{color:#087fca;font-family:var(--font-display);letter-spacing:.1em;font-size:12px;font-weight:800}.factory-team-placeholder strong{color:#092f5c;max-width:260px;font-family:var(--font-display);text-transform:uppercase;font-size:24px;line-height:1.05}.factory-team-placeholder small{color:#55758d;max-width:290px;font-size:13px;line-height:1.45}.factory-team-copy .quiet-link{margin-top:20px;display:inline-block}@media (max-width:760px){.factory-team-section{padding:72px 0 78px}.factory-team-heading{margin-bottom:30px}.factory-team-heading h2{font-size:40px}.factory-team-heading>p{max-width:390px;font-size:20px}.factory-team-grid{grid-template-columns:1fr;gap:16px}.factory-team-media,.factory-team-placeholder{height:280px}.factory-team-copy{padding:24px 22px 27px}.factory-team-copy h3{font-size:27px}}@media (max-width:460px){.factory-team-section{padding-top:64px}.factory-team-heading h2{font-size:34px}.factory-team-media,.factory-team-placeholder{height:240px}.factory-team-placeholder{padding:22px}.factory-team-placeholder strong{font-size:21px}}@media (prefers-reduced-motion:reduce){.factory-team-card,.factory-team-media img{transition:none!important}}.home-insights{background:#fff;padding:96px 0 102px}.home-insights-heading{text-align:center}.home-insights-heading h2{color:#092f5c;text-transform:uppercase;margin:0;font-size:clamp(35px,3.25vw,50px);line-height:1}.home-insights-heading h2 span{color:#f0a11a}.home-insights-rule{justify-content:center;margin:22px auto 40px;display:flex}.home-insights-rule i,.home-insights-rule b{width:40px;height:4px;display:block}.home-insights-rule i{background:#f0443e}.home-insights-rule b{background:#f0a11a}.home-insights-viewport{overflow:hidden}.home-insights-track{will-change:transform;gap:30px;transition:transform .72s cubic-bezier(.16,1,.3,1);display:flex}.home-insights-track.is-slide-1{transform:translate(calc(-33.3333% - 10px))}.home-insights-track.is-slide-2{transform:translate(calc(-66.6667% - 20px))}.home-insights-track.is-slide-3{transform:translate(calc(-100% - 30px))}.home-insights-track.is-resetting{transition:none}.home-insight-card{color:#092f5c;background:#f3f5f7;flex:0 0 calc(33.3333% - 20px);min-width:0;transition:transform .25s,background .25s;overflow:hidden}.home-insight-card:hover,.home-insight-card:focus-visible{background:#edf1f4;outline:0;transform:translateY(-3px)}.home-insight-image{aspect-ratio:9/5;background:#e4eaee;overflow:hidden}.home-insight-image img{object-fit:contain;background:#e4eaee;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}.home-insight-card:hover img,.home-insight-card:focus-visible img{transform:scale(1.025)}.home-insight-copy{flex-direction:column;min-height:190px;padding:27px 29px 30px;display:flex}.home-insight-copy>span{color:#596b79;align-items:center;gap:9px;font-size:12px;font-weight:750;line-height:1.3;display:flex}.home-insight-copy>span i{background:#f0443e;border-radius:50%;flex:0 0 4px;width:4px;height:4px}.home-insight-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:18px 0 0;font-size:22px;line-height:1.28;display:-webkit-box;overflow:hidden}.home-insight-copy b,.home-insights-all{color:#4b5d6b;font-family:var(--font-display);align-items:center;gap:10px;font-size:14px;font-weight:750;display:inline-flex}.home-insight-copy b{margin-top:auto;padding-top:23px}.home-insight-copy em,.home-insights-all em{border-top:1px solid;border-right:1px solid;width:8px;height:8px;transform:rotate(45deg)}.home-insights-all{color:#087fca;text-transform:uppercase;width:max-content;margin:32px auto 0}@media (max-width:900px){.home-insights{padding:80px 0 86px}.home-insights-track{gap:20px}.home-insights-track.is-slide-1{transform:translate(calc(-50% - 10px))}.home-insights-track.is-slide-2{transform:translate(calc(-100% - 20px))}.home-insights-track.is-slide-3{transform:translate(calc(-150% - 30px))}.home-insight-card{flex-basis:calc(50% - 10px)}.home-insight-copy{min-height:182px}}@media (max-width:640px){.home-insights{padding:66px 0 72px}.home-insights-heading h2{font-size:35px}.home-insights-rule{margin:18px auto 30px}.home-insights-track{gap:0}.home-insights-track.is-slide-1{transform:translate(-100%)}.home-insights-track.is-slide-2{transform:translate(-200%)}.home-insights-track.is-slide-3{transform:translate(-300%)}.home-insight-card{flex-basis:100%}.home-insight-copy{min-height:168px;padding:23px 22px 25px}.home-insight-copy h3{font-size:21px}.home-insights-all{margin-top:26px}}@media (prefers-reduced-motion:reduce){.home-insights-track,.home-insight-card,.home-insight-image img{transition:none!important;transform:none!important}}.project-scenes{background:#edf3f8;padding:76px 0 82px;overflow:hidden}.project-scenes-heading{text-align:center}.project-scenes-heading h2{color:#092f5c;margin:0 0 18px;font-size:clamp(34px,3.35vw,52px);line-height:1.04}.project-scenes-rule{justify-content:center;gap:0;margin:0 auto 44px;display:flex}.project-scenes-rule i,.project-scenes-rule b{width:39px;height:4px;display:block}.project-scenes-rule i{background:#092f5c}.project-scenes-rule b{background:#ffd24a}.project-scenes-viewport{width:100%;overflow:hidden}.project-scenes-track{will-change:transform;gap:18px;width:max-content;animation:62s linear infinite project-scenes-marquee;display:flex}.project-scenes-viewport:hover .project-scenes-track,.project-scenes-viewport:focus-within .project-scenes-track{animation-play-state:paused}.project-scene-card{aspect-ratio:4/3;isolation:isolate;background:#c9d8e3;border-radius:0;flex:0 0 clamp(250px,24vw,320px);display:block;overflow:hidden}.project-scene-card img{object-fit:cover;width:100%;height:100%;transition:transform .58s cubic-bezier(.22,1,.36,1),filter .58s}.project-scene-card:hover img,.project-scene-card:focus-visible img{filter:saturate(1.06)contrast(1.02);transform:scale(1.045)}.project-scene-card:focus-visible{outline-offset:5px;outline:3px solid #ffd24a}@keyframes project-scenes-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}@media (max-width:900px){.project-scenes{padding:62px 0 68px}.project-scenes-track{gap:14px;animation-duration:54s}.project-scene-card{flex-basis:clamp(220px,37vw,290px)}}@media (max-width:640px){.project-scenes{padding:52px 0 56px}.project-scenes-heading h2{font-size:34px}.project-scenes-rule{margin-bottom:30px}.project-scenes-track{gap:10px;animation-duration:46s}.project-scene-card{flex-basis:calc(100vw - 72px)}}@media (prefers-reduced-motion:reduce){.project-scenes-track{animation:none;transform:none}.project-scenes-track .project-scene-card:nth-child(n+7){display:none}}.customer-marquee{background:#f5f8fb;padding:88px 0 96px;overflow:hidden}.customer-marquee-heading{text-align:center}.customer-marquee-heading h2{color:#092f5c;text-transform:uppercase;margin:0;font-size:clamp(38px,3.25vw,52px);line-height:1}.customer-marquee-rows{gap:16px;margin-top:39px;display:grid}.customer-marquee-row{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%)}.customer-marquee-track{will-change:transform;gap:16px;width:max-content;animation:42s linear infinite customer-marquee-forward;display:flex}.customer-marquee-row.is-reversed .customer-marquee-track{animation-name:customer-marquee-reverse;animation-duration:47s}.customer-marquee-row:hover .customer-marquee-track,.customer-marquee-row:focus-within .customer-marquee-track{animation-play-state:paused}.customer-logo{background:#fff;flex:0 0 clamp(172px,16.6vw,256px);place-items:center;height:142px;display:grid;overflow:hidden}.customer-logo img{object-fit:contain;width:100%;height:100%}.customer-marquee-row:nth-child(2) .customer-logo{height:138px}.customer-marquee-row:nth-child(3) .customer-logo{height:134px}@keyframes customer-marquee-forward{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@keyframes customer-marquee-reverse{0%{transform:translate(calc(-50% - 8px))}to{transform:translate(0)}}@media (max-width:760px){.customer-marquee{padding:69px 0 72px}.customer-marquee-heading h2{font-size:36px}.customer-marquee-rows{gap:11px;margin-top:29px}.customer-marquee-row{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 4% 96%,#0000 100%)}.customer-marquee-track{gap:11px;animation-duration:36s}.customer-marquee-row.is-reversed .customer-marquee-track{animation-duration:40s}.customer-logo,.customer-marquee-row:nth-child(2) .customer-logo,.customer-marquee-row:nth-child(3) .customer-logo{flex-basis:158px;height:88px}}@media (prefers-reduced-motion:reduce){.customer-marquee-track,.customer-marquee-row.is-reversed .customer-marquee-track{animation:none;transform:none}.customer-marquee-track{justify-content:center;width:100%}.customer-logo:nth-child(n+7){display:none}}
.project-hero{color:#fff;isolation:isolate;background:#092f5c;height:clamp(620px,100svh - 136px,780px);min-height:620px;position:relative;overflow:hidden}.project-hero-slides,.project-hero-slide,.project-hero-image,.project-hero-overlay{width:100%;height:100%;position:absolute;inset:0}.project-hero-slide{visibility:hidden;z-index:0;opacity:0;transition:opacity .78s cubic-bezier(.22,1,.36,1),visibility .78s}.project-hero-slide.is-active{visibility:visible;z-index:1;opacity:1}.project-hero-image{object-fit:cover;will-change:transform}.project-hero-content{z-index:2;align-items:center;height:100%;padding-top:34px;padding-bottom:112px;display:flex;position:relative}.project-hero-content-inner{width:min(850px,72vw)}.project-hero-eyebrow{color:#fff;font-family:var(--font-body);letter-spacing:.015em;text-transform:none;margin:0 0 17px;font-size:15px;font-weight:800}.project-hero h1{font-family:var(--font-body);letter-spacing:-.048em;text-wrap:balance;margin:0;font-size:clamp(50px,5.4vw,82px);font-weight:900;line-height:1.02}.project-hero-title-line{perspective:600px;padding-bottom:.06em;display:block;overflow:hidden}.project-hero-title-line>span{transform-origin:50% 100%;will-change:transform,opacity;display:block}.project-hero-copy{color:#fffffff0;text-shadow:0 1px 16px #000f2329;max-width:820px;margin:25px 0 0;font-size:clamp(16px,1.35vw,19px);font-weight:600;line-height:1.5}.project-hero-actions{flex-wrap:wrap;gap:14px;margin-top:31px;display:flex}.project-hero-button{min-height:54px;font-family:var(--font-body);text-transform:none;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;padding:14px 27px;font-size:15px;font-weight:900;line-height:1;transition:transform .22s,background-color .22s,border-color .22s,color .22s;display:inline-flex}.project-hero-button:hover{transform:translateY(-2px)}.project-hero-button.primary:hover{background:#c88924;border-color:#c88924}.project-hero-button.secondary{color:#082f5d;background:#fff}.project-hero-button.secondary:hover{background:#d8efff;border-color:#d8efff}.project-hero-controls{z-index:4;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:30px;left:0;right:0}.project-hero-progress{gap:18px;width:min(640px,68vw);display:flex}.project-hero-progress button{color:#ffffffa6;cursor:pointer;background:0 0;border:0;flex:1;grid-template-columns:1fr auto;align-items:center;gap:8px;min-width:0;padding:11px 0;display:grid}.project-hero-progress button>span{background:#ffffff85;border-radius:999px;height:6px;display:block;position:relative;overflow:hidden}.project-hero-progress button i{transform-origin:0;background:#e5a63a;position:absolute;inset:0;transform:scaleX(0)}.project-hero-progress button b{letter-spacing:.06em;font-size:11px}.project-hero-progress button.is-active{color:#fff}.project-hero-progress button.is-active i{animation:linear forwards projectHeroProgress}.project-hero-pause{color:#fff;font-family:var(--font-body);text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffffa6;padding:9px 0;font-size:12px;font-weight:800}@keyframes projectHeroProgress{to{transform:scaleX(1)}}@media (max-width:900px){.project-hero{height:680px;min-height:680px}.project-hero-content{padding-top:15px}.project-hero-content-inner{width:min(760px,88vw)}.project-hero-overlay{background:linear-gradient(90deg,#051830e6 0%,#061f3bbd 62%,#05183047 100%),linear-gradient(#0000 60%,#0414277a)}.project-hero-progress{width:min(580px,78vw)}}@media (max-width:640px){.project-hero{height:650px;min-height:650px}.project-hero-content{align-items:flex-start;padding-top:78px;padding-bottom:106px}.project-hero-content-inner{width:100%}.project-hero-eyebrow{letter-spacing:.04em;margin-bottom:14px;font-size:12px}.project-hero h1{letter-spacing:-.042em;font-size:clamp(39px,11.3vw,54px);line-height:1.01}.project-hero-copy{max-width:94%;margin-top:19px;font-size:15px;line-height:1.48}.project-hero-actions{gap:9px;margin-top:24px}.project-hero-button{min-height:48px;padding:12px 18px;font-size:13px}.project-hero-controls{align-items:center;bottom:19px}.project-hero-progress{gap:7px;width:calc(100% - 50px)}.project-hero-progress button{padding:10px 0;display:block}.project-hero-progress button b{display:none}.project-hero-progress button>span{height:5px}.project-hero-pause{width:40px;font-size:0}.project-hero-pause:after{content:"II";font-size:11px}.project-hero-pause[aria-label^=Resume]:after{content:"▶"}}@media (prefers-reduced-motion:reduce){.project-hero-slide{transition:none}.project-hero-image,.project-hero-title-line>span,.project-hero-eyebrow,.project-hero-copy,.project-hero-actions{opacity:1!important;transform:none!important}.project-hero-progress button.is-active i{animation:none;transform:scaleX(1)}}.project-hero-progress button>span.project-hero-option{background:0 0;border-radius:0;justify-content:space-between;gap:10px;height:auto;display:flex;position:static;overflow:visible}.project-hero-progress .project-hero-option em{letter-spacing:.02em;text-align:right;white-space:nowrap;font-size:11px;font-style:normal;font-weight:800}.project-hero-progress button>span.project-hero-option-track{background:#ffffff85;border-radius:999px;height:6px;display:block;position:relative;overflow:hidden}.project-hero-progress button.is-active .project-hero-option em{color:#fff}.project-hero-progress button.is-active .project-hero-option-track{background:#ffffffc2}@media (max-width:640px){.project-hero-progress button>span.project-hero-option{display:none}.project-hero-progress button>span.project-hero-option-track{height:5px}}.commerce-home .project-hero-eyebrow,.commerce-home .project-hero-copy{color:#fffffff5!important}.commerce-home .project-hero-eyebrow{text-shadow:0 1px 12px #000c1e7a}.project-hero-progress button{grid-template-columns:1fr}.project-hero-progress button>span.project-hero-option{justify-content:flex-start}.project-hero-progress .project-hero-option em{color:#ffffffeb}.utility-bar.utility-bar-overlay{display:none}.site-header.site-header-overlay{z-index:10;color:#fff;background:linear-gradient(#05162c94 0%,#05162c2e 65%,#0000 100%);width:100%;max-width:none;min-height:104px;margin:0;padding:0 max(24px,50vw - 720px);position:absolute;top:0;left:0;right:0}.site-header.site-header-overlay .brand{flex:0 0 220px}.site-header.site-header-overlay .brand img{object-fit:contain;filter:brightness(0)invert();width:184px;height:88px}.site-header.site-header-overlay nav{gap:22px}.site-header.site-header-overlay nav a{color:#fff}.site-header.site-header-overlay nav a:after{background:#fff}.site-header.site-header-overlay .header-cta{color:#fff;background:#e5a63a;border:1px solid #e5a63a;border-radius:999px;min-height:50px;margin-left:8px;padding:14px 24px;font-size:13px}.site-header.site-header-overlay .header-cta:hover{background:#c88924;border-color:#c88924}.mobile-nav.mobile-nav-overlay{z-index:10;color:#fff;background:#05162cdb;position:absolute;top:88px;left:0;right:0}.mobile-nav.mobile-nav-overlay a{color:#fff;border-color:#ffffff2e}@media (max-width:1100px){.site-header.site-header-overlay{padding-left:24px;padding-right:24px}.site-header.site-header-overlay .brand{flex-basis:180px}.site-header.site-header-overlay .brand img{width:160px}}@media (max-width:820px){.site-header.site-header-overlay{min-height:88px;padding-left:16px;padding-right:16px}.site-header.site-header-overlay .brand img{width:140px;height:72px}}@media (max-width:560px){.site-header.site-header-overlay{width:100%}.site-header.site-header-overlay .brand img{width:128px;height:68px}.site-header.site-header-overlay .header-cta{min-height:42px;padding:11px 15px;font-size:11px}}.site-header.site-header-overlay{gap:24px}.site-header.site-header-overlay .brand{flex:0 0 170px;width:170px;overflow:visible}.site-header.site-header-overlay nav{gap:26px;margin-left:0}.site-header.site-header-overlay .header-cta{margin-left:auto}@media (max-width:1100px){.site-header.site-header-overlay .brand{flex-basis:150px;width:150px}.site-header.site-header-overlay .brand img{width:108px;height:108px}.site-header.site-header-overlay nav{gap:18px;font-size:12px}}@media (max-width:820px){.site-header.site-header-overlay .brand{flex:auto;width:auto}.site-header.site-header-overlay .brand img{width:100px;height:100px}}.site-header.site-header-overlay{background:linear-gradient(#05162cb3 0%,#05162c47 72%,#0000 100%);border-bottom:1px solid #ffffff1f;gap:24px;min-height:108px;padding-left:max(24px,50vw - 590px);padding-right:max(24px,50vw - 590px)}.site-header.site-header-overlay .brand{flex:0 0 132px;justify-content:flex-start;width:132px}.site-header.site-header-overlay .brand img{object-fit:contain;width:120px;height:120px;margin:-6px 0}.site-header.site-header-overlay nav{flex:auto;justify-content:space-between;gap:16px;margin-left:0;font-size:16px;line-height:1;display:flex}.site-header.site-header-overlay nav a{padding:12px 0}.site-header.site-header-overlay .header-cta{flex:none;min-width:202px;min-height:52px;margin-left:0;padding:14px 24px;font-size:14px}@media (min-width:1280px){.site-header.site-header-overlay{padding-left:calc(50vw - 590px);padding-right:calc(50vw - 590px)}}@media (max-width:1180px){.site-header.site-header-overlay{gap:18px}.site-header.site-header-overlay .brand{flex-basis:124px;width:124px}.site-header.site-header-overlay .brand img{width:110px;height:110px}.site-header.site-header-overlay nav{gap:12px;font-size:13px}.site-header.site-header-overlay .header-cta{min-width:174px;padding-left:18px;padding-right:18px;font-size:12px}}@media (max-width:820px){.site-header.site-header-overlay{min-height:88px;padding-left:16px;padding-right:16px}.site-header.site-header-overlay .brand{flex:auto;width:auto}.site-header.site-header-overlay .brand img{width:100px;height:100px}.site-header.site-header-overlay nav{display:none}}@media (min-width:1181px){.site-header.site-header-overlay{gap:30px;min-height:112px;padding-left:max(48px,50vw - 720px);padding-right:max(48px,50vw - 720px)}.site-header.site-header-overlay .brand{flex:0 0 120px;width:120px}.site-header.site-header-overlay .brand img{width:112px;height:92px;margin:0}.site-header.site-header-overlay nav{flex:auto;justify-content:flex-end;gap:clamp(24px,2vw,38px);font-size:16px}.site-header.site-header-overlay .header-cta{min-width:202px;margin-left:auto}.commerce-home .project-hero .container{width:min(1440px,100% - 96px)}.project-hero-content{align-items:flex-start;padding-top:150px;padding-bottom:112px}.project-hero-content-inner{width:min(850px,62vw)}.commerce-home .project-hero h1{max-width:none}}@media (min-width:1181px) and (max-height:760px){.project-hero-content{padding-top:132px}.project-hero h1{font-size:clamp(50px,5vw,72px)}.project-hero-copy{margin-top:18px}.project-hero-actions{margin-top:24px}}.project-hero-button.primary{color:#fff;background:#e5a63a;border-color:#e5a63a}.project-hero-button.primary:hover{color:#fff;background:#c88924;border-color:#c88924}.project-hero-progress button>span.project-hero-option-track{background:#9ee7ff59}.project-hero-progress button.is-active>span.project-hero-option-track{background:#9ee7ff94}.site-header.site-header-overlay .header-cta{color:#fff;background:#e5a63a;border-color:#e5a63a}.site-header.site-header-overlay .header-cta:hover{color:#fff;background:#c88924;border-color:#c88924}.project-hero-overlay{background:0 0}.project-hero :is(.project-hero-eyebrow,h1,.project-hero-copy),.site-header.site-header-overlay nav a{text-shadow:0 2px 3px #03172dd1,0 5px 24px #03172d6b}@media (max-width:640px){.project-hero{height:720px;min-height:720px}.project-hero-content{padding-top:116px}.project-hero-eyebrow,.project-hero h1{letter-spacing:0}.project-hero h1{font-size:clamp(36px,10vw,44px);line-height:1.04}.project-hero-copy{line-height:1.52}}.project-hero[data-tone=light]{color:#fff}.project-hero[data-tone=light] :is(.project-hero-eyebrow,h1,.project-hero-copy){text-shadow:0 2px 3px #03172dd1,0 5px 24px #03172d6b;color:#fff!important}.project-hero[data-tone=dark] :is(.project-hero-eyebrow,h1){text-shadow:0 2px 18px #ffffffd1;color:#082f5d!important}.project-hero[data-tone=dark] .project-hero-button.secondary{color:#082f5d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;border-color:#082f5d}.site-header.site-header-overlay{transition:background-color .45s,border-color .45s,box-shadow .45s,color .45s}html[data-hero-tone=light] .site-header.site-header-overlay{box-shadow:none;color:#fff;background:0 0;border-bottom-color:#ffffff29}html[data-hero-tone=light] .site-header.site-header-overlay .brand img{filter:brightness(0)invert()}html[data-hero-tone=light] .site-header.site-header-overlay nav a{color:#fff;text-shadow:0 2px 3px #03172dc7,0 5px 20px #03172d61}html[data-hero-tone=dark] .site-header.site-header-overlay{box-shadow:none;color:#fff;-webkit-backdrop-filter:none;background:0 0;border-bottom-color:#0000}html[data-hero-tone=dark] .site-header.site-header-overlay .brand img{filter:none}html[data-hero-tone=dark] .site-header.site-header-overlay nav a{color:#082f5d;text-shadow:none}html[data-hero-tone=dark] .site-header.site-header-overlay nav a:after{background:#082f5d}@media (max-width:820px){html[data-hero-tone=dark] .site-header-overlay .mobile-menu-toggle{color:#082f5d;background:#ffffffb3;border-color:#082f5d47}}body .project-hero h1{line-height:1.08}body .project-hero-title-line{padding-bottom:.14em}@media (max-width:640px){body .project-hero h1{line-height:1.08}}.site-header.site-header-overlay{border-bottom:0;transition:background-color .3s,border-color .3s,box-shadow .3s,color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0}.site-header.site-header-overlay.is-scrolled,html[data-hero-tone=light] .site-header.site-header-overlay.is-scrolled,html[data-hero-tone=dark] .site-header.site-header-overlay.is-scrolled{color:#082f5d;-webkit-backdrop-filter:blur(16px)saturate(1.08);backdrop-filter:blur(16px)saturate(1.08);background:#fffffff0;border-bottom-color:#082f5d1f;box-shadow:0 10px 30px #082f5d1a}.site-header.site-header-overlay.is-scrolled .brand img,html[data-hero-tone=light] .site-header.site-header-overlay.is-scrolled .brand img{filter:none}.site-header.site-header-overlay.is-scrolled nav a,html[data-hero-tone=light] .site-header.site-header-overlay.is-scrolled nav a,html[data-hero-tone=dark] .site-header.site-header-overlay.is-scrolled nav a{color:#082f5d;text-shadow:none}.mobile-nav.mobile-nav-overlay.is-scrolled{color:#082f5d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:fixed;top:88px;box-shadow:0 10px 24px #082f5d1a}.mobile-nav.mobile-nav-overlay.is-scrolled a{color:#082f5d;border-color:#082f5d1f}@media (max-width:820px){.site-header.site-header-overlay.is-scrolled .mobile-menu-toggle{color:#082f5d;background:#ffffffb3;border-color:#082f5d3d}}html[data-hero-tone=dark] .site-header.site-header-overlay:not(.is-scrolled){box-shadow:none;color:#fff;background:0 0;border-color:#0000}html[data-hero-tone=dark] .site-header.site-header-overlay:not(.is-scrolled) nav a{color:#fff;text-shadow:0 2px 3px #03172dc7,0 5px 20px #03172d61}html[data-hero-tone=dark] .site-header.site-header-overlay:not(.is-scrolled) nav a:after{background:#fff}.project-hero[data-tone=dark] .project-hero-overlay{background:0 0}.project-hero-button.primary,.site-header.site-header-overlay .header-cta{color:#082f5d;background:#ffd24a;border-color:#ffd24a}.project-hero-button.primary:hover,.site-header.site-header-overlay .header-cta:hover{color:#082f5d;background:#f2bc2e;border-color:#f2bc2e}.project-hero-progress button i{background:#ffd24a}.project-hero[data-tone=dark]{color:#f7fafc}.project-hero[data-tone=dark] .project-hero-eyebrow{text-shadow:0 2px 14px #02101e8f;color:#e5a63a!important}.project-hero[data-tone=dark] h1{text-shadow:0 3px 18px #02101e94,0 1px 3px #02101eb8;color:#f7fafc!important}.project-hero[data-tone=dark] .project-hero-copy{text-shadow:0 2px 12px #02101e9e;color:#d9e7f2!important}.project-hero[data-tone=dark] .project-hero-button.secondary{color:#082f5d;-webkit-backdrop-filter:none;background:#f7fafcf0;border-color:#f7fafce6}.project-hero[data-tone=dark] .project-hero-button.secondary:hover{background:#fff;border-color:#e5a63a}.project-hero[data-tone=dark] .project-hero-progress button>span.project-hero-option-track{background:#d9e7f261}.project-hero[data-tone=dark] .project-hero-progress button.is-active>span.project-hero-option-track{background:#d9e7f2b3}.project-hero[data-tone=dark] .project-hero-pause{color:#f7fafc;border-bottom-color:#d9e7f2b3}html[data-hero-tone=dark] .site-header.site-header-overlay:not(.is-scrolled) .brand img{filter:none}.site-header.site-header-overlay.is-scrolled,html[data-hero-tone=light] .site-header.site-header-overlay.is-scrolled,html[data-hero-tone=dark] .site-header.site-header-overlay.is-scrolled{color:#082f5d;-webkit-backdrop-filter:none;background:#fff;border-bottom-color:#082f5d1a;box-shadow:0 8px 24px #082f5d17}.mobile-nav.mobile-nav-overlay.is-scrolled{-webkit-backdrop-filter:none;background:#fff}html[data-hero-tone] .site-header.site-header-overlay nav .product-dropdown-menu a,html[data-hero-tone] .site-header.site-header-overlay nav .product-dropdown-menu a span,html[data-hero-tone] .site-header.site-header-overlay nav .product-dropdown-menu a i{text-shadow:none!important;filter:none!important}.project-hero[data-tone=dark] .project-hero-slide h1{color:#f7fafc!important;text-shadow:none!important}.site-header.site-header-overlay:not(.is-scrolled) .brand img{filter:brightness(0)invert()!important}.project-hero[data-tone=light] .project-hero-eyebrow,.project-hero[data-tone=light-copy] .project-hero-eyebrow{color:#ffd24a!important;text-shadow:none!important}.project-hero[data-tone=light-copy]{color:#f7fafc}.project-hero[data-tone=light-copy] h1{color:#f7fafc!important;text-shadow:none!important}.project-hero[data-tone=light-copy] .project-hero-copy{color:#f2f6f9!important;text-shadow:none!important}.project-hero[data-tone=light-copy] .project-hero-progress button>span.project-hero-option-track{background:#082f5d3d}.project-hero[data-tone=light-copy] .project-hero-progress button.is-active>span.project-hero-option-track{background:#082f5d85}.project-hero[data-tone=light-copy] .project-hero-pause{color:#f7fafc;border-bottom-color:#f7fafcb8}.project-hero-slide[data-slide="2"] h1{text-shadow:0 1px 2px #041b34d1,0 4px 12px #041b3457!important}.project-hero-slide[data-slide="2"] .project-hero-copy{text-shadow:none!important}.commerce-home .project-hero :is(.project-hero-eyebrow,h1,.project-hero-copy){text-shadow:0 1px 2px #041b34ad,0 4px 12px #041b3447!important}.commerce-home .project-hero h1{text-shadow:0 1px 2px #041b34d1,0 4px 12px #041b3457!important}.commerce-home .project-hero .project-hero-eyebrow{text-shadow:0 1px 2px #041b34d1,0 3px 9px #041b3447!important}.site-header.site-header-overlay.is-scrolled{color:#082f5d!important;-webkit-backdrop-filter:none!important;background:#fff!important;box-shadow:0 8px 24px #082f5d17!important}.site-header.site-header-overlay.is-scrolled .brand img{filter:none!important}.site-header.site-header-overlay.is-scrolled nav a{color:#082f5d!important;text-shadow:none!important}.site-header.site-header-overlay.is-scrolled nav a:after{background:#082f5d!important}
.capability-strip{z-index:2;background:#f7f7f5;border-top:1px solid #dedede;border-bottom:1px solid #dedede;position:relative}.capability-strip .container{grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.capability-strip article{text-align:center;grid-template-rows:54px minmax(42px,auto);align-content:center;justify-items:center;min-height:154px;padding:27px 14px;display:grid}.capability-strip b{color:#e5a63a;height:54px;font-family:var(--font-display);justify-content:center;align-items:center;font-size:44px;font-weight:900;line-height:.95;display:inline-flex;position:relative}.capability-strip sup{align-self:flex-start;margin-top:5px;margin-left:3px;font-size:.42em;line-height:1}.capability-strip p{color:#535c63;max-width:230px;min-height:44px;margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.4}@media (max-width:1100px){.capability-strip .container{grid-template-columns:repeat(3,minmax(0,1fr))}.capability-strip article{min-height:140px}.capability-strip b{font-size:40px}}@media (max-width:620px){.capability-strip .container{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-strip article{min-width:0;min-height:128px;padding:22px 10px}.capability-strip b{font-size:38px}.capability-strip p{max-width:18ch;font-size:13px}}
.solution-carousel{color:#fff;isolation:isolate;background:#10395f;min-height:650px;position:relative;overflow:hidden}.solution-carousel-images,.solution-carousel-images img{width:100%;height:100%;position:absolute;inset:0}.solution-carousel-images img{object-fit:cover;object-position:center;opacity:0;transition:opacity .75s,transform 7s;transform:scale(1.025)}.solution-carousel-images img.is-active{opacity:1;transform:scale(1)}.solution-carousel:after{z-index:0;content:"";pointer-events:none;background:#051b343b;position:absolute;inset:0}.solution-carousel-content{z-index:1;text-align:center;place-items:center;min-height:650px;padding-top:45px;padding-bottom:145px;display:grid;position:relative}.solution-carousel-copy{width:min(760px,100%);animation:.65s cubic-bezier(.22,1,.36,1) both solutionCopyIn}.solution-carousel-eyebrow{color:#dff5ff;letter-spacing:.13em;margin-bottom:16px;font-size:13px;font-weight:800;display:block}.solution-carousel h2{color:#fff;max-width:760px;font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0 auto;font-size:clamp(39px,5.3vw,73px);font-weight:800;line-height:1.02}.solution-carousel p{color:#fffffff0;max-width:650px;margin:22px auto 0;font-size:18px;line-height:1.55}.solution-carousel-button{color:#153653;min-height:50px;font-family:var(--font-display);text-transform:uppercase;background:#ffd24a;border:1px solid #ffd24a;justify-content:center;align-items:center;margin-top:28px;padding:14px 24px;font-size:14px;font-weight:800;line-height:1;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.solution-carousel-button:hover{color:#153653;background:#fff;transform:translateY(-2px)}.solution-carousel-controls{z-index:2;grid-template-columns:repeat(4,1fr);gap:25px;display:grid;position:absolute;bottom:29px;left:0;right:0}.solution-carousel-controls button{color:#ffffffb8;font-family:var(--font-display);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff73;gap:12px;padding:0 0 13px;font-size:14px;font-weight:800;line-height:1.2;transition:color .2s,border-color .2s;display:grid;position:relative}.solution-carousel-controls button:hover,.solution-carousel-controls button.is-active{color:#fff;border-bottom-color:#ffd24a}.solution-carousel-controls i{transform-origin:0;background:#ffd24a;width:100%;height:3px;transition:transform .25s;display:block;transform:scaleX(0)}.solution-carousel-controls button.is-active i{transition:transform 6.5s linear;transform:scaleX(1)}.solution-carousel-controls button:focus-visible,.solution-carousel-button:focus-visible{outline-offset:4px;outline:3px solid #fff}@keyframes solutionCopyIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.solution-carousel,.solution-carousel-content{min-height:690px}.solution-carousel-content{align-items:center;padding-top:45px;padding-bottom:175px}.solution-carousel h2{font-size:clamp(38px,10.8vw,56px)}.solution-carousel p{max-width:480px;font-size:16px}.solution-carousel-controls{grid-template-columns:repeat(2,1fr);gap:17px 16px;bottom:24px}.solution-carousel-controls button{font-size:12px}.solution-carousel-controls button:nth-child(3),.solution-carousel-controls button:nth-child(4){padding-bottom:8px}}@media (max-width:460px){.solution-carousel,.solution-carousel-content{min-height:720px}.solution-carousel-content{padding-left:25px;padding-right:25px}.solution-carousel-eyebrow{font-size:11px}.solution-carousel p{font-size:15px}.solution-carousel-controls{gap:14px;left:16px;right:16px}.solution-carousel-controls button{font-size:11px}}@media (prefers-reduced-motion:reduce){.solution-carousel-images img,.solution-carousel-copy,.solution-carousel-controls i{transition:none;animation:none}.solution-carousel-images img{transform:none}.solution-carousel-controls button.is-active i{transform:scaleX(1)}}.solution-route-image{object-fit:cover;background:#eaf7ff;width:100%;height:405px;display:block}.solution-detail-list article:nth-child(2n) .solution-route-image{order:1}.solution-detail-list article:nth-child(odd) .solution-route-image{order:2}@media (max-width:820px){.solution-route-image{height:300px;order:0!important}}@media (max-width:760px){.solution-carousel-controls{bottom:78px}}@media (max-width:460px){.solution-carousel-controls{bottom:82px}}.solution-carousel-controls button.is-active{border-bottom-color:#ffffff73}
