@charset "UTF-8";
:root{--navy:#071e35;--navy-light:#102e48;--gold:#d4a137;--gold-dark:#946818;--ink:#102b42;--muted:#576775;--line:#dce2e7;--paper:#f1f4f6;--white:#fff;--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.13;letter-spacing:-.04em}p+p{margin-top:18px}h2{font-size:clamp(34px,3.7vw,52px);font-weight:650}h2 em{font-style:normal;color:var(--gold-dark)}.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-top:100px;padding-bottom:100px}.eyebrow,.section-label{font-size:12px;font-weight:700;letter-spacing:.13em}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow>span{width:22px;height:2px;background:var(--gold)}.section-label{display:flex;align-items:center;gap:26px;margin-bottom:36px;color:var(--gold-dark)}.label-line{height:1px;background:var(--line);flex:1}.lead{font-size:21px;line-height:1.5;color:var(--ink)}.skip-link{position:fixed;top:-80px;left:16px;z-index:100;background:var(--gold);padding:12px 20px}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #3281c8;outline-offset:5px}.site-header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid #ffffff15}.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{object-fit:contain}.brand>span{font-size:32px;font-style:italic;letter-spacing:-1.8px;font-weight:800;line-height:1}.brand b{color:var(--gold)}.brand small{display:block;font-size:8px;letter-spacing:.8px;font-weight:500;line-height:2.5;font-style:normal;color:#c1ccd6}.site-header nav{display:flex;align-items:center;gap:27px}.site-header nav a{font-size:14px;color:#d7e0e7;transition:color .2s}.site-header nav a:hover{color:var(--gold)}.site-header .nav-contact{border:1px solid #ffffff40;padding:10px 15px;color:#fff}.nav-contact span{margin-left:12px;color:var(--gold)}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;background:#eceeef;overflow:hidden;min-height:660px}.hero-inner{min-height:660px;display:flex;align-items:center;position:relative;z-index:2;pointer-events:none}.hero-copy{max-width:570px;padding:64px 0;pointer-events:auto}.hero-photo{position:absolute;inset:0 0 0 43%;z-index:0;background:#e6e5e4}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eceeef 0%,#eceeef00 25%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:52% 56%}.photo-note{position:absolute;right:30px;bottom:24px;font-size:11px;letter-spacing:.12em;z-index:2;color:#4d555e}.hero .eyebrow{color:#5e6e7c;margin-bottom:27px}.hero h1{font-size:clamp(48px,4.7vw,68px);font-weight:660;line-height:1.045;letter-spacing:-.052em}.hero h1 em{font-style:normal;color:var(--gold-dark)}.hero-description{max-width:405px;font-size:18px;color:var(--muted);line-height:1.6;margin-top:27px}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:52px;padding:13px 21px;font-size:14px;font-weight:650;border:1px solid transparent;transition:background .2s,color .2s,transform .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--navy)}.button.primary:hover{background:#194a70}.button.gold{background:var(--gold);color:var(--navy)}.button.gold:hover{background:#e7b94f}.button.outline{border-color:#a5b5c5;color:var(--navy)}.button.outline:hover{background:#edf1f4}.button.white-outline{border-color:#ffffff50;color:white}.button.white-outline:hover{background:#ffffff12}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:14px;font-weight:650;border-bottom:1px solid #b2bdc5;padding-block:7px}.text-link:hover{color:var(--gold-dark);border-color:var(--gold)}.hero-sectors{display:flex;gap:24px;margin-top:44px;font-size:11px;letter-spacing:.13em;color:#697580;font-weight:700}.hero-sectors span+span{border-left:1px solid #b9c0c7;padding-left:24px}.proof-strip{background:var(--navy);color:white}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-block:30px}.proof-grid>div{display:flex;align-items:center;gap:22px;padding-inline:32px;border-left:1px solid #ffffff25}.proof-grid>div:first-child{padding-left:0;border:0}.proof-grid strong{font-size:44px;font-weight:400;letter-spacing:-.06em;line-height:1}.proof-grid strong span{color:var(--gold);font-size:30px}.proof-grid p{font-size:14px;line-height:1.5;color:#b8c5d1}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-grid>div>p:not(.lead){color:var(--muted)}.site-footer{background:var(--navy);color:white;padding:30px 0}.footer-inner{display:flex;align-items:center;gap:30px;justify-content:space-between}.footer-inner p,.footer-inner>a:last-child{font-size:14px;color:#c2ccd5}.footer-inner a:hover{color:var(--gold)}
@media(min-width:1700px){.hero-photo{right:calc((100vw - 1700px)/2);left:48%}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.site-header nav{gap:16px}.site-header .nav-contact{display:none}.hero-copy{max-width:490px}.hero h1{font-size:56px}.hero-photo{left:42%}.proof-grid>div{padding-inline:22px;gap:15px}.proof-grid strong{font-size:36px}.about-grid{gap:40px}}
@media(max-width:760px){html{scroll-padding-top:86px}.container{width:calc(100% - 40px)}.section{padding-block:64px}.header-inner{min-height:78px}.brand>span{font-size:29px}.brand img{width:44px;height:44px}.brand small{font-size:7px}.menu-toggle{display:flex;align-items:center;gap:13px;background:transparent;border:1px solid #ffffff40;color:white;padding:8px 12px;font-size:14px}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy);padding:12px 20px 24px;border-top:1px solid #ffffff20;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 18px 20px #071e3520}.site-header nav.open{display:flex}.site-header nav a{padding:12px 0;font-size:16px}.site-header .nav-contact{display:block;padding:10px 15px;margin-top:10px}.hero{display:flex;flex-direction:column;min-height:0}.hero-inner{min-height:0;order:0}.hero-copy{padding:46px 0 26px;max-width:none}.hero h1{font-size:clamp(43px,8.7vw,62px);line-height:1.08}.hero .eyebrow{font-size:10px;margin-bottom:24px;letter-spacing:.12em}.hero-description{font-size:17px;max-width:450px;margin-top:22px}.actions{gap:15px 22px;margin-top:25px}.hero-sectors{margin-top:30px;font-size:10px;gap:17px}.hero-sectors span+span{padding-left:17px}.hero-photo{position:relative;inset:auto;height:380px;order:1;margin-top:0}.hero-photo:after{background:linear-gradient(180deg,#eceeef 0%,#eceeef00 20%)}.hero-photo img{object-fit:cover;object-position:center 55%}.photo-note{right:20px;bottom:14px;font-size:9px}.proof-grid{padding-block:23px;gap:20px;grid-template-columns:1fr}.proof-grid>div{border-left:0;border-top:1px solid #ffffff20;padding:20px 0 0;gap:25px}.proof-grid>div:first-child{padding:0}.proof-grid strong{min-width:85px;font-size:40px}.proof-grid p br{display:none}.proof-grid p{font-size:14px}.about-grid{grid-template-columns:1fr;gap:28px}.section-label{margin-bottom:27px;font-size:11px;gap:16px}.about-grid h2 br{display:none}.footer-inner{flex-direction:column;align-items:flex-start;gap:18px}.footer-inner p{margin:0}}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:48px}.section-heading>p{max-width:380px;color:var(--muted);font-size:17px}.solutions{background:var(--paper)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d5dde4;border:1px solid #d5dde4}.service{padding:34px;background:var(--paper)}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.service-top svg{width:40px;height:40px;fill:none;stroke:var(--gold-dark);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.service-top>span{font-size:13px;color:#657885}.service h3{font-size:28px;line-height:1.22;font-weight:600;letter-spacing:-.025em}.service>p{color:var(--muted);margin-top:20px;font-size:16px}.service-tags{margin-top:28px;font-size:11px;font-weight:650;letter-spacing:.05em;color:#526b7f}.service-tags span{color:#b4bec7;padding:0 5px}.service-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:26px}.service-bottom>span{font-size:14px;color:var(--muted)}.flowtest{background:var(--navy);color:#fff}.flowtest .section-label{color:#dcb360}.flowtest .label-line{background:#ffffff26}.flowtest .section-heading{margin-bottom:45px}.flowtest .section-heading>p{color:#bbc9d5}.flowtest .eyebrow{color:#b8c8d7;font-size:11px;margin-bottom:17px}.flowtest h2 em{color:var(--gold)}.product-grid{display:grid;grid-template-columns:1.28fr 1fr;gap:68px;align-items:start}.product-figure{position:relative;background:#dde0e3}.product-figure>img{width:100%;height:490px;object-fit:cover}.product-figure>img.technical-view{object-fit:contain;background:#fff}.expand-image{position:absolute;right:16px;top:16px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #fff8;color:white;background:#071e35c9;cursor:pointer}.expand-image:hover{background:var(--navy)}.expand-image svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.product-figure figcaption{font-size:12px;line-height:1.55;padding:14px 17px;background:#15334e;color:#c0ceda;min-height:65px}.gallery-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.gallery-controls button{border:1px solid #456078;background:transparent;color:#cbd7e0;padding:14px 8px;font-size:14px;cursor:pointer}.gallery-controls button span{font-size:11px;color:#95a9ba;margin-right:8px}.gallery-controls button:hover{background:#ffffff0c}.gallery-controls button[aria-pressed=true]{border-color:var(--gold);color:#fff;background:#ffffff08}.gallery-controls button[aria-pressed=true] span{color:var(--gold)}.product-category{font-size:11px;letter-spacing:.1em;font-weight:650;color:var(--gold-dark)}.product-details .product-category{color:var(--gold)}.product-details h3{font-size:36px;font-weight:600;margin-top:18px;letter-spacing:-.035em}.product-details>p:not(.product-category):not(.technical-note){margin-top:22px;color:#bdcad6}.spec-list{margin:24px 0 28px}.spec-list>div{display:grid;grid-template-columns:140px 1fr;border-bottom:1px solid #ffffff21;padding:14px 0;gap:15px}.spec-list dt{font-size:16px;font-weight:650}.spec-list dd{margin:0;color:#bdcad6;font-size:14px;align-self:center}.technical-note{font-size:12px;line-height:1.7;color:#91a7ba;margin-top:18px}.engineering-note{display:flex;align-items:center;gap:34px;border-top:1px solid #ffffff26;margin-top:48px;padding-top:30px}.engineering-index{font-size:11px;letter-spacing:.12em;color:var(--gold);flex:0 0 145px}.engineering-note>p{font-size:14px;color:#b4c5d3;max-width:620px}.engineering-note .text-link{flex-shrink:0;margin-left:auto;color:white;border-color:#ffffff50}.cloud .eyebrow{color:#5b7184;margin-bottom:22px}.cloud-top{display:flex;justify-content:space-between;align-items:center;gap:45px;margin-bottom:40px}.cloud-top>div{max-width:740px}.cloud-top>.button{flex-shrink:0}.cloud-description{margin-top:22px;max-width:640px;color:var(--muted);font-size:18px}.cloud-image{border:1px solid var(--line);background:var(--paper)}.cloud-image>img{width:100%;height:auto}.cloud-image figcaption{padding:12px 18px;font-size:12px;color:var(--muted)}.cloud-features{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;gap:35px}.cloud-features article{border-top:2px solid var(--gold);padding-top:20px}.cloud-features span{font-size:11px;font-weight:650;letter-spacing:.1em;color:var(--gold-dark)}.cloud-features h3{font-size:23px;font-weight:600;letter-spacing:-.03em;margin-top:14px}.cloud-features p{margin-top:12px;color:var(--muted)}.platform-note,.equipment-note{font-size:13px;line-height:1.6;color:#657785;margin-top:27px}.equipment{background:var(--paper)}.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.equipment-card{background:#fff;border:1px solid #dfe5ea;display:flex;flex-direction:column}.equipment-image{position:relative;display:block;overflow:hidden;aspect-ratio:1.25;background:#dfe3e7}.equipment-image img{position:absolute;max-width:none;width:100%;height:auto;transition:transform .4s}.equipment-image:hover img{transform:scale(1.025)}.equipment-image>span{position:absolute;bottom:14px;right:14px;background:var(--navy);color:#fff;width:34px;height:34px;display:grid;place-items:center;font-size:19px}.equipment-haskel img{top:-32%;width:108%;left:-4%}.equipment-dsf img{top:-26%;width:112%;left:-5%}.equipment-booster img{top:-38%;width:120%;left:-7%}.equipment-body{padding:27px;flex:1;display:flex;flex-direction:column}.equipment-body h3{font-size:29px;line-height:1.2;margin-top:9px}.equipment-body .pressure{font-size:34px;letter-spacing:-.035em;line-height:1;margin-top:18px;font-weight:650;color:var(--gold-dark)}.pressure>span{font-size:15px;letter-spacing:0;font-weight:500}.equipment-body>p:not(.product-category):not(.pressure){color:var(--muted);font-size:15px;margin-top:21px}.equipment-body .text-link{align-self:flex-start;margin-top:auto;padding-top:22px;font-size:14px}.practice{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.practice-photos{position:relative;display:grid;grid-template-columns:1.35fr 1fr;gap:12px;align-items:start;padding-bottom:53px}.team-photo{width:100%;height:355px;object-fit:cover;object-position:57% center}.bench-photo{width:100%;height:355px;object-fit:cover;margin-top:54px;object-position:center 75%}.practice-caption{position:absolute;bottom:2px;left:0;font-size:10px;letter-spacing:.1em;border-left:30px solid var(--gold);padding-left:12px;line-height:1}.practice-copy .eyebrow{font-size:11px;color:#687c8c;margin-bottom:23px}.practice-copy h2{font-size:40px}.practice-copy>p:not(.eyebrow){color:var(--muted);margin-top:23px}.practice-copy .text-link{margin-top:27px}.contact-section{background:var(--gold);padding:64px 0}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-section .eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:20px}.contact-section h2{font-size:42px}.contact-details{flex-shrink:0}.contact-email{display:flex;align-items:center;gap:35px;font-size:23px;font-weight:650;letter-spacing:-.025em;border-bottom:1px solid #071e3540;padding-bottom:12px}.contact-email:hover{color:#fff}.contact-details p{font-size:12px;margin-top:13px;color:#273e4c}dialog{width:min(1200px,94vw);max-height:92vh;border:0;padding:0;background:#fff;color:var(--navy);box-shadow:0 20px 100px #0009}dialog::backdrop{background:#031321e8}dialog[open]{display:flex;flex-direction:column}.dialog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 20px;background:var(--navy);color:white;font-size:15px}.dialog-toolbar button{border:1px solid #ffffff70;background:transparent;color:white;padding:5px 12px;cursor:pointer;min-height:42px}.dialog-toolbar button>span{font-size:22px;margin-left:10px}#dialog-image{display:block;width:100%;height:auto;min-height:0;object-fit:contain;max-height:calc(92vh - 145px);background:white}#dialog-caption{padding:12px 20px;font-size:13px}body:has(dialog[open]){overflow:hidden}
@media(max-width:1100px){.service{padding:26px}.service h3{font-size:25px}.service-tags{font-size:10px}.product-grid{gap:36px;grid-template-columns:1.15fr 1fr}.product-figure>img{height:455px}.product-details h3{font-size:30px}.spec-list>div{grid-template-columns:116px 1fr;gap:10px}.engineering-note{gap:25px}.engineering-index{flex-basis:115px}.cloud-top{gap:25px}.equipment-grid{gap:18px}.equipment-body{padding:23px}.equipment-body h3{font-size:25px}.equipment-body .text-link{font-size:13px}.practice{gap:38px}.practice-copy h2{font-size:34px}.contact-section h2{font-size:35px}.contact-email{font-size:20px;gap:18px}}
@media(max-width:760px){.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:22px;max-width:none;font-size:16px}.service-grid{grid-template-columns:1fr}.service{padding:28px}.service-top{margin-bottom:20px}.service h3{font-size:29px}.service h3 br{display:none}.service-tags{font-size:11px;margin-top:23px}.service-bottom{flex-direction:column;align-items:flex-start;gap:12px}.flowtest .section-label{max-width:100%;font-size:10px}.flowtest .section-label>span:first-child{max-width:285px}.flowtest .section-heading{margin-bottom:32px}.product-grid{grid-template-columns:1fr;gap:36px}.product-figure>img{height:auto;aspect-ratio:1.15;object-fit:cover}.product-figure figcaption{font-size:12px;min-height:0;padding:12px 14px}.gallery-controls{gap:6px}.gallery-controls button{font-size:13px;padding:12px 5px}.gallery-controls button span{margin-right:3px;font-size:10px}.product-details h3{font-size:34px}.product-details h3 br{display:none}.spec-list>div{grid-template-columns:120px 1fr;gap:15px}.technical-note{font-size:12px}.engineering-note{display:block;margin-top:36px;padding-top:25px}.engineering-note>p{margin-top:15px}.engineering-note .text-link{margin-top:16px}.cloud-top{display:block}.cloud-top .eyebrow{font-size:10px;margin-bottom:20px}.cloud-description{font-size:16px}.cloud-top>.button{margin-top:26px}.cloud-image figcaption{font-size:12px;padding:12px}.cloud-features{grid-template-columns:1fr;gap:27px;margin-top:28px}.cloud-features h3{font-size:25px}.platform-note,.equipment-note{font-size:13px}.equipment-grid{grid-template-columns:1fr;gap:24px}.equipment-image{aspect-ratio:1.4}.equipment-body{padding:26px}.equipment-body h3{font-size:30px}.equipment-body .text-link{font-size:14px;margin-top:5px}.equipment-body>p:not(.product-category):not(.pressure){font-size:16px}.practice{grid-template-columns:1fr;gap:35px}.practice-photos{padding-bottom:40px;gap:10px}.team-photo,.bench-photo{height:280px}.bench-photo{margin-top:35px}.practice-caption{font-size:9px;letter-spacing:.05em;border-left-width:18px;padding-left:7px}.practice-copy h2{font-size:36px}.contact-section{padding:48px 0}.contact-inner{display:block}.contact-section h2{font-size:35px}.contact-details{margin-top:35px}.contact-email{font-size:clamp(18px,5.5vw,25px);justify-content:space-between;gap:12px;overflow-wrap:anywhere}.contact-details p{font-size:12px}.contact-section .eyebrow{font-size:9px}dialog{width:96vw}.dialog-toolbar{padding:10px 13px}.dialog-toolbar span{font-size:14px}#dialog-caption{font-size:12px;padding:12px}}
/* Text remains on solid surfaces; product imagery has its own column. */
.hero{background:var(--paper)}.hero-photo{inset:28px 28px 28px 52%;background:#e8e8e8}.hero-photo:after{display:none}.hero-photo img{object-fit:cover;object-position:center}.hero-copy{max-width:46%}.hero h1{font-size:clamp(46px,4.2vw,60px)}.hero .eyebrow{color:#465d70}.photo-note{left:0;right:0;bottom:0;background:var(--navy);color:#d7e2eb;padding:12px 16px;font-size:10px}.hero .actions{gap:15px 20px}.hero .hero-sectors{color:#465d70}.equipment-image{aspect-ratio:1.7}.equipment-haskel img{width:100%;left:0;top:-78%}.equipment-dsf img{width:160%;left:0;top:-95%}.equipment-booster img{width:185%;left:-31%;top:-139%}
@media(max-width:1100px){.hero-photo{inset:24px 24px 24px 53%}.hero-copy{max-width:48%}.hero h1{font-size:46px}.hero-description{font-size:17px}.hero .actions{align-items:flex-start;flex-direction:column}.hero .eyebrow{font-size:10px;letter-spacing:.08em}}
@media(max-width:760px){.header-inner{gap:10px}.menu-toggle{flex-shrink:0}.hero-copy{max-width:none;width:100%;padding-bottom:30px}.hero h1{font-size:clamp(40px,8.7vw,62px)}.hero .actions{flex-direction:row;align-items:center}.hero-photo{inset:auto;margin:0 20px 22px;height:auto;aspect-ratio:1.15;position:relative}.hero-photo img{height:100%;object-fit:cover;object-position:center 52%}.hero .eyebrow{font-size:10px;letter-spacing:.1em}.photo-note{font-size:9px;padding:9px 10px}.equipment-image{aspect-ratio:1.7}}
@media(max-width:360px){.brand>span{font-size:26px}.brand small{font-size:6px}.brand{gap:6px}.brand img{width:39px;height:39px}.menu-toggle{font-size:13px;padding:8px 9px;gap:7px}.hero .eyebrow{font-size:9px}}
.site-header{background:#fff;color:var(--navy);border-bottom:1px solid #dce2e7}.site-header .brand small{color:#466176}.site-header nav a{color:#29465e}.site-header nav a:hover{color:var(--gold-dark)}.site-header .nav-contact{border-color:#bbc8d2;color:var(--navy)}.site-header .nav-contact:hover{background:var(--paper)}.menu-toggle{border-color:#bbc8d2;color:var(--navy)}
@media(max-width:760px){.site-header nav{background:#fff;border-top-color:var(--line);box-shadow:0 18px 20px #071e3520}.site-header .nav-contact{color:var(--navy)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
