:root{
  --bg:#f4f7f5; --paper:#ffffff; --ink:#081a18; --muted:#687a77; --line:#dbe4e1;
  --accent:#0b907c; --accent-deep:#076f61; --mint:#7be0cc; --dark:#071513; --dark2:#0d211f;
  --shadow:0 24px 70px rgba(7,21,19,.10); --radius:24px; --max:1240px;
  color-scheme:light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:var(--bg); color:var(--ink); text-rendering:optimizeLegibility;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);overflow-x:hidden}
img{max-width:100%;display:block}button,a{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.progress{position:fixed;z-index:100;left:0;top:0;height:3px;background:var(--accent);transform-origin:left;width:100%;pointer-events:none}

.site-header{height:82px;position:fixed;z-index:60;top:0;left:0;right:0;background:rgba(244,247,245,.86);backdrop-filter:blur(20px);border-bottom:1px solid rgba(219,228,225,.78)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:block;line-height:0}.brand img{width:214px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav>a{font-size:13px;font-weight:750;color:#405451;transition:color .18s ease}.desktop-nav>a:hover{color:var(--accent)}
.nav-cta{display:inline-flex!important;align-items:center;gap:8px;padding:13px 17px;border-radius:999px;background:var(--ink);color:#fff!important}.nav-cta svg{width:15px}
.language{position:relative}.language-trigger{border:1px solid var(--line);background:#fff;border-radius:999px;min-width:74px;height:48px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--ink);font-weight:800;font-size:12px}.language-trigger svg{width:14px;transition:transform .18s}.language.open .language-trigger svg{transform:rotate(180deg)}
.language-menu{position:absolute;right:0;top:calc(100% + 10px);width:176px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:7px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-5px);transition:.16s ease;z-index:70}
.language.open .language-menu{opacity:1;pointer-events:auto;transform:none}.language-menu button{width:100%;display:grid;grid-template-columns:25px 1fr 28px;align-items:center;border:0;background:none;border-radius:11px;padding:10px 9px;text-align:left;color:var(--ink)}.language-menu button:hover{background:#eef5f2}.language-menu button b{font-size:10px;color:var(--muted);text-align:right}.flag{font-size:16px;line-height:1}
.mobile-head-actions{display:none;align-items:center;gap:8px;position:relative;z-index:80;flex:0 0 auto}.icon-btn{border:1px solid #0b907c;background:#0b907c;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff;flex:0 0 44px;position:relative;z-index:81;box-shadow:0 8px 20px rgba(11,144,124,.18)}.icon-btn:hover{background:#076f61;border-color:#076f61}.icon-btn svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;display:block;overflow:visible}.nav-cta svg{width:16px;height:16px;fill:none;stroke:#7be0cc;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;display:block;flex:none;color:#7be0cc}

.hero-spacer{height:82px}.home-hero{height:min(940px,100svh);min-height:760px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--dark);color:#fff}
.home-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,16,.91) 0%,rgba(4,18,16,.70) 39%,rgba(4,18,16,.28) 69%,rgba(4,18,16,.44) 100%)}
.hero-shade:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,18,16,.46),transparent 35%)}
.hero-gridline{position:absolute;inset:0;opacity:.20;background-image:linear-gradient(rgba(137,231,215,.26) 1px,transparent 1px),linear-gradient(90deg,rgba(137,231,215,.26) 1px,transparent 1px);background-size:75px 75px;mask-image:linear-gradient(to bottom,black 10%,transparent 80%)}
.hero-copy{position:relative;z-index:4;width:100%;padding-top:74px}
.eyebrow{margin:0;color:var(--mint);font-size:10px;letter-spacing:.20em;font-weight:850;display:flex;align-items:center;gap:10px;text-transform:uppercase}.eyebrow span{width:30px;height:1px;background:currentColor;display:inline-block}.eyebrow.dark{color:var(--accent)}
.home-hero h1{font-size:clamp(56px,7.4vw,102px);line-height:.94;letter-spacing:-.06em;max-width:980px;margin:23px 0 28px}
.hero-lead{font-size:18px;line-height:1.72;color:#cfdbd8;max-width:710px;margin:0}
.hero-actions{display:flex;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;border-radius:999px;padding:0 21px;border:1px solid transparent;font-weight:800;font-size:13px}.btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-deep)}.btn-glass{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px)}.btn-glass:hover{background:rgba(255,255,255,.14)}
.gear-overlay{position:absolute;z-index:3;width:min(52vw,650px);aspect-ratio:1;right:4%;top:15%;opacity:.82;pointer-events:none}.gear-overlay svg{width:100%;height:100%;overflow:visible}.gear-overlay path{fill:rgba(122,224,205,.05);stroke:rgba(122,224,205,.78);stroke-width:1.4}.gear-overlay circle{fill:none;stroke:rgba(122,224,205,.44);stroke-width:1.2}.gear-lg{transform-origin:335px 305px;animation:spinSlow 20s linear infinite}.gear-md{transform-origin:445px 165px;animation:spinSlow 13s linear infinite reverse}.gear-sm{transform-origin:245px 420px;animation:spinSlow 10s linear infinite}.orbit{fill:none;stroke:rgba(122,224,205,.38)!important;stroke-width:1.1!important}.dash{stroke-dasharray:4 8}.crosshair{fill:none;stroke:rgba(122,224,205,.35);stroke-width:1}
.scroll-cue{position:absolute;z-index:5;bottom:27px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;color:#bcd1cc;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.scroll-cue svg{width:18px}
@keyframes spinSlow{to{transform:rotate(360deg)}}

.intro-band{padding:110px 0 120px;background:#f2f6f4}.split-intro,.section-head,.detail-intro-grid,.engineering-grid,.company-grid,.cta-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:88px;align-items:end}
.split-intro h2,.section-head h2,.engineering-copy h2,.company-section h2,.contact-content h2,.detail-intro-grid h2,.cta-grid h2{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.055em;margin:18px 0 0}
.split-intro>p,.section-head>p,.company-lead,.detail-intro-grid>p,.engineering-copy>p,.cta-grid>div>p{margin:0;font-size:17px;line-height:1.78;color:var(--muted)}

.section{padding:120px 0}.section-head{margin-bottom:58px}.section-head>div{max-width:760px}.section-head>p{max-width:550px}
.services-section{background:#fff}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.service-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;display:grid;grid-template-columns:48% 52%;min-height:340px;box-shadow:0 12px 40px rgba(8,26,24,.03)}
.service-card-body{padding:30px 30px 28px;display:flex;flex-direction:column}.service-card-body h3{font-size:22px;line-height:1.12;letter-spacing:-.025em;margin:0 0 12px}.service-card-body p{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 auto}.inline-link{margin-top:24px;display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:850;font-size:11px}.inline-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}

.carousel{position:relative;height:100%;min-height:100%;overflow:hidden}.carousel-viewport{position:absolute;inset:0;overflow:hidden}.carousel-track{display:flex;height:100%;width:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.carousel-slide{flex:0 0 100%;height:100%;min-width:100%;display:flex;align-items:center;justify-content:center;background:#e9f1ef}.carousel-slide img{width:100%;height:100%;object-fit:contain;padding:24px}.service-carousel .carousel-slide img{object-fit:cover;padding:0}.carousel-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(6,21,19,.56);color:#fff;display:grid;place-items:center;font-size:18px;opacity:.9}.carousel-arrow.prev{left:14px}.carousel-arrow.next{right:14px}.carousel-dots{position:absolute;z-index:4;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:6px}.carousel-dots button{width:7px;height:7px;border-radius:50%;border:0;background:rgba(255,255,255,.48);padding:0}.carousel-dots button.active{width:22px;border-radius:999px;background:#fff}

.statement-band{padding:90px 0;background:var(--dark);color:#e9f4f1}.statement-band p{margin:0;max-width:980px;font-size:clamp(34px,4.5vw,62px);letter-spacing:-.05em;line-height:1.05}
.product-overview{background:#f3f7f5}.product-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-tile{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(8,26,24,.03);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.product-tile:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-tile-media{height:285px;background:#eaf1ef}.mini-carousel .carousel-slide img{padding:30px}.product-tile-copy{padding:26px 28px 28px;display:flex;flex-direction:column;flex:1}.product-kicker{color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.product-tile h3{font-size:24px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 9px}.product-tile p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.product-tile-copy .inline-link{margin-top:auto}

.dark-section{background:var(--dark);color:#eaf4f1}.engineering-grid{align-items:center}.engineering-visual{height:590px;position:relative;border-radius:25px;overflow:hidden}.engineering-carousel .carousel-slide{background:#091b19}.engineering-carousel .carousel-slide img{object-fit:cover;padding:0;filter:saturate(.82) contrast(1.04)}.engineering-carousel .carousel-dots{bottom:19px}.technical-overlay{position:absolute;z-index:3;left:23px;right:23px;bottom:20px;display:flex;justify-content:space-between;color:#c9dfda;font-size:9px;letter-spacing:.15em;text-transform:uppercase;pointer-events:none}.engineering-copy .eyebrow{color:var(--mint)}.engineering-copy h2{max-width:600px}.engineering-copy>p{color:#a9bdb9;max-width:640px}.capability-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin:30px 0}.capability-strip div{padding:18px 14px 19px 0}.capability-strip b{display:block;color:var(--mint);font-size:15px}.capability-strip span{display:block;color:#7f9691;font-size:9px;line-height:1.4;margin-top:4px}.line-link{color:var(--mint);display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:850}.line-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}

.company-section{background:#ecf3f0}.company-grid{align-items:start}.company-section h2{max-width:600px}.company-image{height:410px;border-radius:24px;overflow:hidden;background:#dfe9e5}.company-carousel .carousel-slide img{object-fit:cover;padding:0}.company-lead{margin-top:24px;max-width:650px}.company-facts{display:flex;gap:40px;border-top:1px solid var(--line);margin-top:28px;padding-top:20px}.company-facts b{display:block;font-size:9px;letter-spacing:.14em}.company-facts span{display:block;margin-top:4px;font-size:10px;color:var(--muted)}

.contact-section{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;background:var(--dark);color:#fff}.contact-section>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,15,.92),rgba(4,17,15,.62) 55%,rgba(4,17,15,.40))}.contact-content{position:relative;z-index:2;width:100%;padding:80px 0}.contact-content h2{max-width:900px}.contact-content p:not(.eyebrow){max-width:640px;font-size:17px;line-height:1.75;color:#c6d4d1;margin:22px 0 0}

.product-hero{padding:145px 0 70px;background:#ecf3f0}.product-hero-grid{display:grid;grid-template-columns:1fr 1.02fr;gap:70px;align-items:center}.back-link{font-size:11px;font-weight:800;color:#4b605c;display:inline-flex;align-items:center;gap:8px;margin-bottom:70px}.back-link:hover{color:var(--accent)}.product-hero h1{font-size:clamp(50px,7vw,90px);line-height:.94;letter-spacing:-.06em;margin:18px 0 20px}.dark-text{color:#536862}.product-hero-gallery{height:560px;border-radius:28px;background:#f9fbfa;overflow:hidden;border:1px solid #d8e3df;box-shadow:var(--shadow)}.product-hero-carousel{height:100%}.product-hero-carousel .carousel-slide{background:#f9fbfa}.product-hero-carousel .carousel-slide img{object-fit:contain;padding:42px}.product-hero-carousel .carousel-arrow{background:rgba(9,25,23,.78)}.detail-intro-grid{align-items:start}.detail-intro-grid>p{padding-top:47px;max-width:650px}.family-section{background:#fff}.family-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.family-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;display:grid;grid-template-columns:44% 56%;min-height:300px}.family-media{background:#eef4f2;display:flex;align-items:center;justify-content:center}.family-media img{width:100%;height:100%;object-fit:contain;padding:26px}.family-body{padding:27px 28px}.family-body h3{margin:0 0 15px;font-size:22px;letter-spacing:-.03em}.family-body ul{padding:0;margin:0;list-style:none;display:grid;gap:7px}.family-body li{font-size:12px;line-height:1.45;color:var(--muted);padding-left:14px;position:relative}.family-body li:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--accent);left:0;top:.55em}.product-cta-section{padding:105px 0}.cta-grid{align-items:center}.cta-grid h2{max-width:700px}.cta-grid>div>p{color:#a8bbb6;max-width:600px;margin-bottom:24px}

.legal-page{padding-top:165px;min-height:72vh;background:#f2f6f4}.narrow{width:min(calc(100% - 48px),820px)}.legal-page h1{font-size:clamp(48px,6vw,74px);letter-spacing:-.05em;margin:20px 0}.legal-page p:not(.eyebrow){font-size:17px;line-height:1.8;color:var(--muted)}

.footer{background:#061210;color:#dceae6;padding-top:72px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px;padding-bottom:65px}.footer-main img{width:245px;max-width:100%}.footer-main p{font-size:12px;line-height:1.6;color:#7e9490;max-width:360px;margin-top:21px}.footer-grid>div:not(.footer-main){display:flex;flex-direction:column;gap:10px}.footer-grid h4{font-size:9px;letter-spacing:.18em;color:#6e8580;margin:0 0 9px}.footer-grid a,.footer-grid span{font-size:12px;color:#9badA8}.footer-grid a:hover{color:var(--mint)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:19px 0 28px;display:flex;justify-content:space-between;color:#617571;font-size:9px}.footer-bottom a{color:inherit}.footer-bottom a:hover{color:#9dbdb6}

@media (max-width:1050px){
  .desktop-nav{gap:20px}.desktop-nav>a{font-size:12px}.brand img{width:195px}
  .service-grid,.family-grid{grid-template-columns:1fr}.product-overview-grid{grid-template-columns:1fr 1fr}
  .split-intro,.section-head,.detail-intro-grid,.engineering-grid,.company-grid,.cta-grid{grid-template-columns:1fr;gap:35px}.detail-intro-grid>p{padding-top:0}
  .engineering-visual{height:510px}.company-image{height:390px}
}
@media (max-width:900px){
  .site-header{height:74px}.header-inner{width:calc(100% - 30px)}.desktop-nav{display:none}.desktop-nav.mobile-open{position:absolute;display:flex;flex-direction:column;align-items:stretch;left:15px;right:15px;top:74px;padding:15px;background:rgba(244,247,245,.98);border:1px solid var(--line);border-radius:0 0 20px 20px;box-shadow:var(--shadow);gap:2px}
  .desktop-nav.mobile-open>a{padding:11px 8px;font-size:13px}.desktop-nav.mobile-open .nav-cta{justify-content:center;margin-top:5px}.desktop-nav.mobile-open .language{display:none}
  .mobile-head-actions{display:flex;align-items:center;visibility:visible;opacity:1;min-width:0}.mobile-head-actions .language{display:block;flex:0 0 auto}.mobile-head-actions .menu-toggle{display:grid!important;visibility:visible!important;opacity:1!important;flex:0 0 44px!important}
  .hero-spacer{height:74px}.home-hero{min-height:760px;height:100svh}.hero-copy{padding-top:45px}.hero-copy h1{font-size:clamp(49px,12vw,78px)}.hero-lead{font-size:16px;max-width:620px}.gear-overlay{width:68vw;right:-17%;top:25%;opacity:.46}
  .section{padding:95px 0}.intro-band{padding:85px 0 95px}.statement-band{padding:75px 0}
  .section-head{margin-bottom:40px}.product-overview-grid{grid-template-columns:1fr}.product-tile-media{height:310px}.service-card{grid-template-columns:43% 57%;min-height:315px}
  .engineering-visual{height:470px}.company-image{height:350px}.contact-section{min-height:600px}
  .product-hero{padding:120px 0 50px}.product-hero-grid{grid-template-columns:1fr;gap:30px}.back-link{margin-bottom:45px}.product-hero-gallery{height:500px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:45px}.footer-main{grid-column:1/-1}
}
@media (max-width:600px){
  .brand img{width:150px}.header-inner{width:calc(100% - 20px)}.mobile-head-actions{gap:6px}.language-trigger{min-width:62px;height:42px;padding:0 11px}.icon-btn{width:42px;height:42px;flex-basis:42px}.icon-btn svg{width:23px;height:23px}
  .brand img{width:178px}.language-trigger{min-width:68px;height:43px;padding:0 12px}
  .home-hero{min-height:720px}.hero-copy{padding-top:35px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}
  .gear-overlay{display:none}
  .home-hero h1{margin:19px 0 20px;font-size:clamp(46px,13.5vw,64px)}.hero-lead{font-size:15px}
  .split-intro h2,.section-head h2,.engineering-copy h2,.company-section h2,.contact-content h2,.detail-intro-grid h2,.cta-grid h2{font-size:clamp(39px,12vw,55px)}
  .service-card{display:block}.service-carousel{height:250px;min-height:250px}.service-card-body{padding:23px}
  .product-tile-media{height:265px}.product-tile-copy{padding:23px}
  .engineering-visual{height:330px}.capability-strip{grid-template-columns:1fr}.capability-strip div{padding-right:0}
  .company-image{height:285px}.company-facts{gap:20px;flex-wrap:wrap}
  .contact-section{min-height:620px}.contact-content{padding:80px 0}.contact-content .hero-actions{margin-top:28px}
  .product-hero h1{font-size:clamp(47px,13vw,66px)}.product-hero-gallery{height:400px}.product-hero-carousel .carousel-slide img{padding:24px}
  .family-card{display:block}.family-media{height:245px}.family-body{padding:23px}
  .footer{padding-top:58px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-main{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}
  .container{width:calc(100% - 30px)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.gear-lg,.gear-md,.gear-sm{animation:none}.carousel-track{transition:none}.language-menu{transition:none}.product-tile{transition:none}
}
