:root{--ink:#f3f8fb;--muted:#9eb2bc;--bg:#071017;--bg-soft:#0c1821;--panel:#10222c;--line:rgba(177,218,228,0.16);--cyan:#72d6f5;--cyan-strong:#25b8e8;--mint:#91e7ce;--logo-blue:#4c6971;--max:1760px;--header-h:82px;--radius:26px;--shadow:0 24px 70px rgba(0,0,0,0.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 80% 5%,rgba(37,184,232,0.11),transparent 28rem),var(--bg);font-family:"Noto Sans KR","Pretendard","Malgun Gothic",sans-serif;line-height:1.65;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}button{color:inherit}.skip-link{position:fixed;z-index:9999;left:16px;top:-80px;padding:10px 16px;border-radius:10px;color:#03131b;background:var(--cyan)}.skip-link:focus{top:16px}.site-header{position:sticky;z-index:1000;top:0;height:var(--header-h);border-bottom:1px solid transparent;background:rgba(7,16,23,0.72);backdrop-filter:blur(18px);transition:border-color 180ms ease,background 180ms ease}.site-header.is-scrolled{border-color:var(--line);background:rgba(7,16,23,0.94)}.nav-shell{position:relative;width:min(calc(100% - 40px),var(--max));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand-logo{position:relative;display:block;flex:0 0 auto;width:222px;height:42px;overflow:hidden}.brand-logo img{position:absolute;width:277px;max-width:none;left:-28px;top:-118px}.language-toggle{display:inline-flex;align-items:center;gap:2px;margin-left:auto;padding:4px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,0.035);cursor:pointer}.language-toggle span{min-width:34px;padding:6px 8px;border-radius:999px;color:#7f949d;font:700 0.72rem "Electrical Safety","Malgun Gothic",sans-serif;text-align:center}.language-toggle .lang-active{color:#03131b;background:var(--cyan)}.primary-nav{position:absolute;left:50%;transform:translateX(-50%)}.primary-nav ul{display:flex;align-items:center;justify-content:space-between;min-width:570px;gap:12px;margin:0;padding:0;list-style:none}.primary-nav li{flex:1}.primary-nav a{display:block;padding:11px 15px;border-radius:999px;color:#c8d6dc;font-size:0.94rem;font-weight:600;text-align:center;transition:color 160ms ease,background 160ms ease}.primary-nav a:hover,.primary-nav a[aria-current="page"]{color:#fff;background:rgba(114,214,245,0.12)}.menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,0.03)}.menu-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:#fff;transition:transform 180ms ease}@media (max-width:1299px){.menu-toggle{display:block}.primary-nav{position:fixed;inset:var(--header-h) 0 auto;display:none;padding:24px 20px 34px;border-bottom:1px solid var(--line);background:rgba(7,16,23,0.98);transform:none}.primary-nav.is-open{display:block}.primary-nav ul{min-width:0;flex-direction:column;align-items:stretch}.primary-nav li{flex:none}.primary-nav a{padding:14px 12px;text-align:center}}.container{width:min(calc(100% - clamp(40px,6vw,120px)),var(--max));margin:0 auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.2;letter-spacing:-0.035em}h1{margin-bottom:22px;font-size:clamp(2.5rem,5vw,5.2rem)}h2{margin-bottom:18px;font-size:clamp(1.35rem,1.8vw,2.1rem)}h3{margin-bottom:10px;font-size:clamp(0.98rem,1.15vw,1.2rem)}.page-hero{min-height:max(680px,calc(100vh - var(--header-h)));display:grid;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.page-hero::before,.page-hero::after{content:"";position:absolute;pointer-events:none;border-radius:50%}.page-hero::before{width:570px;height:570px;right:-170px;top:-120px;border:1px solid rgba(114,214,245,0.18);box-shadow:0 0 0 88px rgba(114,214,245,0.025),0 0 0 176px rgba(145,231,206,0.018)}.page-hero::after{width:560px;height:170px;right:4vw;bottom:8%;opacity:0.45;background:repeating-linear-gradient(100deg,transparent 0 18px,rgba(114,214,245,0.28) 19px 20px,transparent 21px 33px);transform:skewX(-14deg);filter:blur(0.2px)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--line);border-radius:999px;color:#dbe8ed;font-weight:700;transition:transform 160ms ease,background 160ms ease,border-color 160ms ease}.button.primary{color:#00151e;border-color:var(--cyan);background:var(--cyan)}.button:hover{transform:translateY(-2px);border-color:rgba(114,214,245,0.6)}.button.primary:hover{background:#96e3f8}.field-link{align-self:flex-start;min-height:54px;margin-top:30px;padding:0 25px;border:2px solid rgba(114,214,245,0.92);color:#fff;background:rgba(3,16,23,0.66);box-shadow:0 0 0 1px rgba(114,214,245,0.18),0 10px 28px rgba(0,0,0,0.32);font-size:0.9rem}.field-link:hover{border-color:#fff;background:rgba(37,184,232,0.24)}.product-showcase-copy>p:not(.eyebrow):not(.spec-note){color:#d2dde1;font-size:0.86rem}.site-footer{padding:44px 0;border-top:1px solid var(--line);background:#050b0f}.footer-inner{position:relative;display:grid;grid-template-columns:270px 1fr;align-items:end;gap:36px}.footer-brand{position:relative;width:245px;height:46px;overflow:hidden}.footer-brand img{position:absolute;width:306px;max-width:none;left:-31px;top:-131px}.footer-contact-cluster{justify-self:end;display:flex;align-items:center;gap:20px}.footer-meta{justify-self:end;color:#768a93;font-size:0.8rem;text-align:right}.footer-meta p{margin:0}.footer-representative{margin-top:7px!important;color:inherit}.footer-font-credit{position:absolute;top:50%;left:50%;width:min(42vw,520px);margin:0!important;color:rgba(157,179,188,0.72);font-size:0.62rem;line-height:1.35;text-align:center;transform:translate(-50%,-50%)}.footer-socials{display:flex;flex:none;gap:10px}.footer-instagram,.footer-linkedin{width:42px;height:42px;display:grid;place-items:center;flex:none;border:1px solid rgba(255,255,255,0.16);border-radius:50%;color:rgba(255,255,255,0.78);background:transparent;transition:color 160ms ease,border-color 160ms ease,transform 160ms ease}.footer-instagram svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-linkedin span{font:700 1rem/1 "Electrical Safety","Malgun Gothic",sans-serif;letter-spacing:-0.04em}.footer-linkedin span{font-size:1.05rem}.footer-instagram:hover,.footer-linkedin:hover{color:#fff;border-color:rgba(255,255,255,0.5);transform:translateY(-2px)}.integrated-explorer .solution-tabs button:last-child:not([aria-selected="true"]){border:1px solid rgba(114,214,245,0.3)}.evidence-explorer .solution-tabs button:last-child:not([aria-selected="true"]){border:1px solid rgba(114,214,245,0.28)}.reveal{opacity:0;transform:translateY(22px);transition:opacity 520ms ease,transform 520ms ease}.reveal.reveal-from-top{transform:translateY(-22px)}.reveal.is-visible{opacity:1;transform:none}@media (max-width:640px){:root{--header-h:72px}.nav-shell,.container{width:min(calc(100% - 28px),var(--max))}.brand-logo{width:184px;height:35px}.brand-logo img{width:230px;left:-23px;top:-98px}.language-toggle span{min-width:28px;padding:5px 6px}h1{font-size:clamp(2.25rem,10.8vw,3.35rem)}.page-hero{min-height:720px}.page-hero::after{opacity:0.2}.hero-actions .button{width:100%}.footer-inner{grid-template-columns:1fr}.footer-contact-cluster{justify-self:start;align-items:flex-end}.footer-meta{justify-self:start;text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.reveal{opacity:1;transform:none}}@font-face{font-family:"Electrical Safety";src:url("assets/font/electrical-safety-regular-subset.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"Electrical Safety";src:url("assets/font/electrical-safety-bold-subset.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}:root{--ink:#ffffff;--muted:#c8e9fa;--bg:#000914;--bg-soft:#000914;--panel:#000914;--line:rgba(200,233,250,0.22);--cyan:#73b2ce;--cyan-strong:#73b2ce;--mint:#c8e9fa}body{background:#000914;font-family:"Electrical Safety","Malgun Gothic",sans-serif;font-weight:400}h1,h2,h3,strong{font-weight:700}.site-header,.site-header.is-scrolled{background:#000914;backdrop-filter:none}.site-footer{background:#000914}.brand-logo{width:255px;height:54px;border-radius:4px}.brand-logo img{width:300px;max-width:none;left:-22px;top:50%;transform:translateY(-50%)}.footer-brand{width:255px;height:54px;border-radius:4px}.footer-brand img{width:300px;max-width:none;left:-22px;top:50%;transform:translateY(-50%)}.overview-hero{min-height:max(700px,calc(100svh - var(--header-h)));background:#000914}.overview-hero::before,.overview-hero::after{content:none}.overview-hero-layout{position:relative;z-index:1;width:min(calc(100% - clamp(40px,6vw,120px)),var(--max));min-height:inherit;margin:0 auto;padding:clamp(64px,7vw,112px) 0;display:grid;grid-template-columns:minmax(0,3fr) minmax(360px,2fr);gap:clamp(48px,6vw,112px);align-items:center}.overview-hero-primary,.overview-hero-secondary{min-width:0;display:grid;align-content:center;justify-self:center}.overview-hero-primary h1{margin:0;color:#ffffff;font-size:54pt;font-weight:700;line-height:1.08;letter-spacing:-0.04em}.overview-hero-primary h1 span,.delivery-package span,.overview-story-copy h2 span,.overview-story-body span{display:block}.hero-tagline{margin:20pt 0 0;color:#c8e9fa;font-size:24pt;font-weight:400;line-height:1.25;letter-spacing:-0.015em}.overview-hero .hero-actions{margin-top:28pt;gap:12px}.overview-hero .button{min-height:58px;padding:0 25px;border:0;border-radius:6px;color:#000000;background:#ffffff;font-size:20pt;font-weight:400;line-height:1}.overview-hero .button.primary{color:#000000;background:#73b2ce}.overview-hero .button.collaboration{color:#000000;background:#ffffff}.overview-hero .button:hover{transform:translateY(-2px);filter:brightness(1.06)}@media (max-width:1180px){.overview-hero-primary h1{font-size:46pt}.hero-tagline{font-size:19pt}.overview-hero .button{font-size:16pt}}@media (max-width:980px){.overview-hero-layout,.overview-story-layout{grid-template-columns:1fr;gap:52px}.overview-hero-primary,.overview-hero-secondary{width:min(100%,760px)}.brand-logo{width:220px;height:48px}.brand-logo img{width:260px;left:-20px}}@media (max-width:640px){.overview-hero{min-height:auto}.overview-hero-layout,.overview-story-layout{width:calc(100% - 28px);padding:64px 0;gap:42px}.overview-hero-primary h1{font-size:clamp(32px,11vw,50px)}.hero-tagline{margin-top:18pt;font-size:clamp(17px,5.3vw,24px)}.overview-hero .hero-actions{margin-top:24pt}.overview-hero .button{width:100%;min-height:54px;font-size:15pt}.brand-logo{width:184px;height:40px}.brand-logo img{width:218px;left:-17px;top:50%}.footer-brand{width:220px;height:48px}.footer-brand img{width:260px;left:-20px;top:50%}}.overview-package{min-height:max(700px,calc(100svh - var(--header-h)));display:grid;align-items:stretch;overflow:hidden;border-bottom:1px solid var(--line);background:#000914}.overview-package-layout{width:min(calc(100% - clamp(40px,6vw,120px)),var(--max));min-height:inherit;margin:0 auto;padding:clamp(64px,7vw,112px) 0;display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);gap:clamp(20px,2vw,36px);align-items:center}.overview-package-primary,.overview-package-secondary{min-width:0;justify-self:center}.overview-package-primary h2{margin:0;color:#ffffff;font-size:clamp(30pt,2.4vw,36pt);font-weight:700;line-height:1.16;letter-spacing:-0.04em;text-align:center}.overview-package-primary h2 span{display:block;white-space:nowrap}.overview-package-secondary{width:100%;display:grid;gap:26pt;color:#ffffff;font-size:18pt;font-weight:400;line-height:1.35;transform:translateY(-30pt)}.overview-package-secondary p{margin:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:baseline}.package-number{color:#73b2ce}.field-pair-section:not(.field-pair-section-with-heading) .field-photo:first-child img{object-position:center 43%}.field-pair-section:not(.field-pair-section-with-heading) .field-photo:last-child img{object-position:center}@media (max-width:1180px){.overview-package-primary h2,.field-pair-heading{font-size:34pt}.overview-package-secondary{font-size:16pt}}@media (max-width:980px){.overview-package-layout,.field-pair-layout{grid-template-columns:1fr;gap:52px}.overview-package-primary,.overview-package-secondary{width:min(100%,760px)}.overview-package-primary h2 span{white-space:normal}.overview-package-secondary{transform:none}}@media (max-width:640px){.overview-package,.field-pair-section{min-height:auto}.overview-package-layout,.field-pair-layout{width:calc(100% - 28px);padding:64px 0;gap:42px}.overview-package-primary h2,.field-pair-heading{font-size:28pt}.overview-package-secondary{gap:22pt;font-size:15pt}.overview-package-secondary p{grid-template-columns:36px minmax(0,1fr);gap:8px}}.overview-package-layout{align-items:stretch}.overview-package-primary{align-self:center;justify-self:start}.overview-package-primary h2{text-align:left}.overview-package-secondary{width:100%;align-self:center;justify-self:start;transform:none}@media (max-width:980px){.overview-package-layout{align-items:center}.overview-package-secondary{width:min(100%,760px);align-self:auto;justify-self:start}}.company-page-root{scroll-snap-type:none;scroll-padding-top:var(--header-h)}.company-page main>[data-snap-section]{scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:0}.overview-hero,.overview-story,.overview-package,.field-showcase-section,.representative-simple-section{border:0}.company-intro-block{margin:0;color:#ffffff;font-size:18pt;font-weight:400;line-height:1.32;letter-spacing:-0.025em}.company-intro-block span{display:block}.section-nav{position:fixed;z-index:900;top:50%;left:14px;display:grid;gap:11px;transform:translateY(-50%)}.section-nav a{width:10px;height:10px;display:block;border:1px solid rgba(200,233,250,0.68);border-radius:999px;background:rgba(0,9,20,0.64);transition:height 180ms ease,background 180ms ease,border-color 180ms ease}.section-nav a:hover,.section-nav a:focus-visible{border-color:#ffffff}.section-nav a[aria-current="true"]{height:24px;border-color:#73b2ce;background:#73b2ce}.field-showcase-section{min-height:max(760px,calc(100svh - var(--header-h)));display:grid;align-items:stretch;overflow:hidden;background:#000914}.field-showcase-layout{width:min(calc(100% - clamp(40px,6vw,120px)),var(--max));min-height:inherit;margin:0 auto;padding:clamp(42px,5vw,72px) 0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(24px,3vw,42px)}.field-showcase-layout>h2{max-width:1120px;margin:0;color:#ffffff;font-size:42pt;font-weight:700;line-height:1.14;letter-spacing:-0.04em;text-align:left}.field-carousel{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:16px}.field-carousel-viewport{min-height:0;overflow:hidden}.field-carousel-track{height:100%;display:flex;transform:translateX(0);transition:transform 640ms cubic-bezier(0.22,0.72,0.2,1);will-change:transform}.field-carousel-slide{position:relative;flex:0 0 100%;min-width:0;min-height:0;overflow:hidden;background-color:#000914;background-image:var(--field-image);background-size:cover;background-position:var(--field-position,center)}.field-carousel-copy{width:40%;min-width:430px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,4vw,60px);color:#ffffff;background:rgba(0,9,20,0.7)}.field-carousel-copy h3{width:100%;margin:0 0 12pt;color:#ffffff;font-size:24pt;font-weight:700;line-height:1.2;text-align:left}.field-carousel-copy p{margin:0;color:#c8e9fa;font-size:10pt;font-weight:400;line-height:1.55;text-align:left}.field-carousel-copy p span{display:block}.field-carousel-copy .field-link{min-height:48px;margin-top:18pt;padding:0 22px;border:0;border-radius:6px;color:#000000;background:#73b2ce;box-shadow:none;font-size:12pt;font-weight:400}.field-carousel-copy .field-link:hover{border-color:transparent;color:#000000;background:#c8e9fa;transform:translateY(-2px)}.field-carousel-dots{display:flex;justify-content:center;align-items:center;gap:12px}.field-carousel-dots button{width:11px;height:11px;padding:0;border:1px solid #73b2ce;border-radius:50%;background:transparent;cursor:pointer;transition:background 180ms ease,transform 180ms ease}.field-carousel-dots button:hover,.field-carousel-dots button:focus-visible{transform:scale(1.2)}.field-carousel-dots button[aria-selected="true"]{background:#73b2ce}.field-carousel-controls{position:relative;z-index:5;width:fit-content;min-height:54px;margin-inline:auto;padding:7px 10px;display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid rgba(115,214,245,0.42);border-radius:12px;background:rgba(1,14,25,0.96);box-shadow:0 10px 28px rgba(0,0,0,0.42);backdrop-filter:blur(10px)}.field-carousel-control{width:40px;height:40px;padding:0;border:1px solid rgba(115,214,245,0.58);border-radius:8px;color:#ffffff;background:rgba(9,37,51,0.94);font:700 1rem/1 Arial,sans-serif;cursor:pointer;transition:color 160ms ease,border-color 160ms ease,background 160ms ease,transform 160ms ease}.field-carousel-control:hover,.field-carousel-control:focus-visible{color:#00151e;border-color:#73d6f5;background:#73d6f5;transform:translateY(-1px)}.field-carousel-control:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.field-carousel-control:disabled{opacity:0.32;cursor:default;transform:none}.field-carousel-toggle{width:auto;min-width:48px;margin-inline:4px;padding-inline:10px}.field-carousel-status{min-width:48px;color:#c8efff;font:700 0.78rem/1 "Electrical Safety","Malgun Gothic",sans-serif;text-align:center}.field-carousel-viewport{isolation:isolate;clip-path:inset(0);contain:layout paint}.field-carousel-track{width:100%}.field-carousel-slide{width:100%;max-width:100%;backface-visibility:hidden}.field-carousel:not(.is-moving) .field-carousel-slide[aria-hidden="true"]{visibility:hidden}@media (max-width:640px){.field-carousel-controls{flex-wrap:wrap;gap:7px}.field-carousel-controls .field-carousel-dots{order:-1;flex:0 0 100%}.field-carousel-control{width:36px;height:36px}.field-carousel-status{min-width:42px}}@media (max-width:1180px){.field-showcase-layout>h2{font-size:34pt}.field-carousel-copy{width:52%;min-width:0}.field-carousel-copy h3{font-size:21pt}}@media (max-width:980px){.company-page-root{scroll-snap-type:none}.section-nav{display:none}.field-carousel-copy{width:62%}}@media (max-width:640px){.company-intro-block{font-size:clamp(18px,5.6vw,24px)}.field-showcase-section,.representative-simple-section{min-height:auto}.field-showcase-layout,.representative-simple-layout{width:calc(100% - 28px);padding:64px 0}.field-showcase-layout{min-height:900px;grid-template-rows:auto minmax(0,1fr)}.field-showcase-layout>h2{font-size:28pt}.field-carousel-slide{min-height:600px}.field-carousel-copy{width:100%;min-width:0;padding:32px 24px;background:rgba(0,9,20,0.72)}.field-carousel-copy h3{font-size:22pt}.field-carousel-copy p{font-size:10pt}}@media (prefers-reduced-motion:reduce){.field-carousel-track{transition:none}}:root{--company-footer-h:100px;--company-content-width:min(calc(100% - clamp(96px,14vw,240px)),var(--max))}.company-page .site-header{position:fixed;inset:0 0 auto}.company-page main{padding-top:var(--header-h);padding-bottom:var(--company-footer-h)}.company-page .site-footer{position:fixed;z-index:1000;inset:auto 0 0;height:var(--company-footer-h);padding:12px 0;border-top:1px solid rgba(200,233,250,0.16)}.company-page .site-footer .footer-inner{width:var(--company-content-width);height:100%;align-items:center}.company-page .site-footer .footer-brand{width:220px;height:46px}.company-page .site-footer .footer-meta{font-size:0.72rem;line-height:1.35}.company-page .site-footer .footer-representative{margin-top:3px!important}.company-page .site-footer .footer-instagram,.company-page .site-footer .footer-linkedin{width:36px;height:36px}.company-page-root{scroll-padding-top:var(--header-h);scroll-padding-bottom:var(--company-footer-h)}.company-page main>[data-snap-section]{height:calc(100svh - var(--header-h) - var(--company-footer-h));min-height:0}.company-page .overview-hero-layout,.company-page .overview-story-layout,.company-page .overview-package-layout,.company-page .field-showcase-layout,.company-page .representative-simple-layout{width:var(--company-content-width);min-height:100%}.company-page .overview-hero-layout,.company-page .overview-package-layout{padding-block:clamp(34px,4vw,58px)}.company-page .overview-hero-primary,.company-page .overview-hero-secondary,.company-page .overview-story-copy,.company-page .overview-package-primary,.company-page .overview-package-secondary{justify-self:stretch}.company-page .overview-package-primary h2{text-align:left}.company-page .overview-package-secondary{align-self:center;justify-self:start;transform:none}@media (min-width:1181px){.company-page .overview-package-secondary p>span:last-child{white-space:nowrap}}.company-page .field-showcase-layout{padding-block:clamp(26px,3vw,42px);gap:clamp(18px,2vw,28px)}.company-page .field-carousel-track{transition-duration:1800ms;transition-timing-function:cubic-bezier(0.33,0.05,0.18,1)}.company-page .section-nav{right:18px;left:auto}.company-page .nav-shell{width:var(--company-content-width)}@media (min-width:981px) and (max-height:699px){.company-page-root{scroll-snap-type:none}.company-page main>[data-snap-section]{height:auto;min-height:560px}}@media (max-width:980px){:root{--company-footer-h:126px;--company-content-width:calc(100% - 28px)}.company-page main>[data-snap-section]{height:auto;min-height:auto}.company-page .site-footer{padding:10px 0}.company-page .site-footer .footer-inner{grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:12px}.company-page .site-footer .footer-brand{width:min(100%,170px);height:42px}.company-page .site-footer .footer-brand img{width:205px;left:-16px}.company-page .site-footer .footer-contact-cluster{gap:8px}.company-page .site-footer .footer-meta{font-size:0.6rem;line-height:1.3}.company-page .site-footer .footer-instagram,.company-page .site-footer .footer-linkedin{width:30px;height:30px}.company-page .overview-hero-layout,.company-page .overview-story-layout,.company-page .overview-package-layout,.company-page .field-showcase-layout,.company-page .representative-simple-layout{width:var(--company-content-width)}}@media (max-width:640px){:root{--company-footer-h:148px}.company-page .site-footer .footer-inner{grid-template-columns:112px minmax(0,1fr);gap:8px}.company-page .site-footer .footer-brand{width:112px;height:34px}.company-page .site-footer .footer-brand img{width:138px;left:-12px}.company-page .site-footer .footer-contact-cluster{min-width:0;align-items:flex-end;gap:6px}.company-page .site-footer .footer-meta{min-width:0;font-size:7px;line-height:1.35}.company-page .site-footer .footer-socials{flex-direction:column;gap:5px}.company-page .site-footer .footer-instagram,.company-page .site-footer .footer-linkedin{width:26px;height:26px}.company-page .site-footer .footer-instagram svg{width:15px;height:15px}}.field-showcase-layout>h2 span{display:block}@keyframes developing-status-blink{0%,100%{opacity:1}50%{opacity:0.34}}.company-page [data-snap-section].reveal{opacity:1;transform:none;transition:none}.company-page .overview-package-secondary{transform:none}@keyframes developing-dot-blink{0%,100%{opacity:1;box-shadow:0 0 10px rgba(200,233,250,0.84)}50%{opacity:0.2;box-shadow:0 0 2px rgba(200,233,250,0.2)}}@media (max-width:980px){.company-page .overview-package-secondary{transform:none}}.company-page .site-footer .footer-brand,.system-page .site-footer .footer-brand,.fixed-chrome-page .site-footer .footer-brand{width:255px;height:54px}.company-page .site-footer .footer-brand img,.system-page .site-footer .footer-brand img,.fixed-chrome-page .site-footer .footer-brand img{width:300px;max-width:none;left:-22px;top:50%;transform:translateY(-50%)}@media (max-width:640px){.company-page .site-footer .footer-brand,.system-page .site-footer .footer-brand,.fixed-chrome-page .site-footer .footer-brand{width:122px;height:36px}.company-page .site-footer .footer-brand img,.system-page .site-footer .footer-brand img,.fixed-chrome-page .site-footer .footer-brand img{width:150px;left:-10px}}.company-page .overview-hero{position:relative;isolation:isolate;overflow:hidden;background-color:#000914;background-image:url("assets/images/optimized/office-1200.webp");background-repeat:no-repeat;background-size:cover;background-position:center 48%}.company-page .overview-hero::before{content:"";position:absolute;z-index:0;inset:0;width:auto;height:auto;border:0;border-radius:0;box-shadow:none;filter:none;opacity:1;pointer-events:none;background:linear-gradient(90deg,#000914 0%,rgba(0,9,20,0.97) 30%,rgba(0,9,20,0.82) 56%,rgba(0,9,20,0.5) 78%,rgba(0,9,20,0.26) 100%)}.company-page .overview-hero-layout{position:relative;z-index:1}.company-page .overview-hero-secondary{padding:clamp(20px,2.4vw,34px);background:linear-gradient(90deg,rgba(0,9,20,0.12),rgba(0,9,20,0.62))}@media (max-width:980px){.company-page .overview-hero::before{background:rgba(0,9,20,0.74)}}.company-page .overview-hero{background-image:url("assets/images/optimized/office-1200.webp");background-size:cover;background-position:center}.company-page .overview-hero::before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,#000914 0%,#000914 36%,rgba(0,9,20,0.98) 40%,rgba(0,9,20,0.66) 44%,rgba(0,9,20,0.24) 48%,rgba(0,9,20,0) 52%)}.company-page .overview-hero-layout{grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:0}.company-page .overview-hero-primary{width:100%;justify-self:stretch;padding-right:clamp(34px,5vw,82px)}.company-page .overview-hero-secondary{width:100%;height:100%;padding:0;background:transparent}.company-page .overview-hero-primary .company-intro-block{margin-top:28pt}.company-page .overview-hero-primary .hero-tagline{margin-top:20pt;font-size:18pt}.company-page .overview-hero .hero-actions{margin-top:22pt}.company-page .overview-hero::after,.company-page .overview-hero-primary::before,.company-page .overview-hero-primary::after,.company-page .overview-hero-secondary::before,.company-page .overview-hero-secondary::after,.company-page .overview-story::after,.company-page .overview-story-copy::before,.company-page .overview-story-copy::after,.company-page .overview-story-visual::before,.company-page .overview-story-visual::after{content:none!important;display:none!important}@media (max-width:1180px){.company-page .overview-hero-primary h1{font-size:42pt}.company-page .overview-hero-primary .company-intro-block{font-size:15pt}.company-page .overview-hero-primary .hero-tagline{font-size:15pt}}@media (min-width:981px) and (max-height:800px){.company-page .overview-hero-layout{padding-block:18px}.company-page .overview-hero-primary h1{font-size:38pt;line-height:1.04}.company-page .overview-hero-primary .company-intro-block{margin-top:15px;font-size:11.5pt;line-height:1.24}.company-page .overview-hero-primary .hero-tagline{margin-top:14px;font-size:13pt;line-height:1.22}.company-page .overview-hero .hero-actions{margin-top:14px}.company-page .overview-hero .button{min-height:44px;padding-inline:18px;font-size:13pt}}@media (max-width:1180px){.technical-carousel-section .field-carousel-copy p span:not(:last-child)::after{content:" "}}@media (max-width:980px){.company-page .overview-hero::before,.company-page .overview-story::before{background:linear-gradient(180deg,#000914 0%,#000914 48%,rgba(0,9,20,0.82) 58%,rgba(0,9,20,0.28) 70%,rgba(0,9,20,0) 82%)}.company-page .overview-hero-layout,.company-page .overview-story-layout{grid-template-columns:1fr}.company-page .overview-hero-secondary,.company-page .overview-story-visual{min-height:38svh}}@media (max-width:640px){.company-page .overview-hero-primary,.company-page .overview-story-copy{padding-right:0}}.company-page .field-carousel-slide{overflow:hidden}.company-page .field-carousel-copy{position:relative;z-index:1;width:40%;min-width:0;background:#000914}.company-page .field-carousel-copy::after{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:100%;width:clamp(72px,9vw,150px);background:linear-gradient(90deg,#000914 0%,rgba(0,9,20,0.7) 42%,rgba(0,9,20,0) 100%);pointer-events:none}@media (max-width:980px){.company-page .field-carousel-copy,.technical-carousel-section .field-carousel-copy{width:52%}}@media (max-width:640px){.company-page .field-carousel-copy,.technical-carousel-section .field-carousel-copy{width:76%}.company-page .field-carousel-copy::after,.technical-carousel-section .field-carousel-copy::before{width:56px}}.company-page .field-carousel-slide,.technical-carousel-section .field-carousel-slide{position:relative;isolation:isolate;overflow:hidden;background-color:#000914;background-image:none}.company-page .field-carousel-slide::before,.technical-carousel-section .field-carousel-slide::before{content:"";position:absolute;z-index:0;top:0;bottom:0;width:60%;background-color:#000914;background-image:var(--field-image);background-repeat:no-repeat;background-size:cover;background-position:var(--field-position,center)}.company-page .field-carousel-slide::before{right:0}.company-page .field-carousel-slide::after,.technical-carousel-section .field-carousel-slide::after{content:"";position:absolute;z-index:1;top:0;bottom:0;width:clamp(72px,9vw,150px);pointer-events:none}.company-page .field-carousel-slide::after{left:40%;background:linear-gradient(90deg,#000914 0%,rgba(0,9,20,0.7) 42%,rgba(0,9,20,0) 100%)}.company-page .field-carousel-copy,.technical-carousel-section .field-carousel-copy{position:relative;z-index:2;width:40%;min-width:0;background:#000914}.company-page .field-carousel-copy::after,.technical-carousel-section .field-carousel-copy::before{content:none;display:none}@media (max-width:640px){.company-page .field-carousel-slide::after,.technical-carousel-section .field-carousel-slide::after{width:56px}.company-page .field-carousel-copy,.technical-carousel-section .field-carousel-copy{padding-inline:20px}.company-page .field-carousel-copy h3,.technical-carousel-section .field-carousel-copy h3{font-size:clamp(16px,4.8vw,22px)}.company-page .field-carousel-copy p,.technical-carousel-section .field-carousel-copy p{font-size:clamp(9px,2.7vw,12px)}}.contact-form .contact-turnstile:not(:empty){min-height:65px}.company-page main>.overview-hero{position:relative;isolation:isolate;height:calc(100svh - var(--header-h));min-height:760px;overflow:hidden;background-color:#010c18;background-image:none;background-repeat:no-repeat;background-size:cover;background-position:62% center}.company-page .overview-hero::before{content:"";position:absolute;z-index:0;inset:0;display:block;pointer-events:none;background:linear-gradient(180deg,rgba(1,12,24,0) 54%,rgba(1,8,17,0.5) 100%),linear-gradient(90deg,rgba(1,12,24,0.96) 0%,rgba(1,12,24,0.9) 25%,rgba(1,12,24,0.54) 48%,rgba(1,12,24,0.12) 70%,rgba(1,12,24,0) 100%)}.company-page .overview-hero-layout{position:relative;z-index:1;width:min(calc(100% - clamp(80px,12vw,180px)),var(--max));min-height:100%;margin:0 auto;padding:clamp(64px,7vh,92px) 0;display:flex;align-items:center}.company-page .overview-hero-primary{width:min(100%,800px);max-width:800px;padding:0;display:flex;flex-direction:column}.company-page .overview-hero-secondary{display:none}.company-page .overview-hero-primary h1{margin:0;color:#ffffff;font-size:clamp(3.2rem,4.3vw,5.15rem);font-weight:800;line-height:1.13;letter-spacing:-0.025em;text-wrap:balance}.company-page .overview-hero-primary h1 span{display:block;white-space:nowrap}.company-page .overview-hero-primary h1 span:last-child{color:#e3f5ff}.company-page .overview-hero-primary .company-intro-block{order:3;max-width:620px;margin-top:clamp(34px,4.5vh,48px);color:rgba(239,247,251,0.88);font-size:clamp(1.08rem,1.2vw,1.3rem);font-weight:400;line-height:1.72;letter-spacing:-0.018em}.company-page .overview-hero-primary .company-intro-block::before{content:"";display:block;width:72px;height:3px;margin-bottom:30px;border-radius:3px;background:#73d6f5}.company-page .overview-hero-primary .company-intro-block span{display:block}.company-page .overview-hero-primary .hero-tagline{order:2;max-width:760px;margin:30px 0 0;color:#9adcf2;font-size:clamp(2.7rem,3vw,3.45rem);font-weight:300;line-height:1.2;letter-spacing:-0.025em;text-wrap:balance}.company-page .overview-hero .hero-actions{order:4;margin-top:34px;gap:16px}.company-page .overview-hero .button{min-width:200px;min-height:58px;padding:0 28px;gap:22px;border:1px solid rgba(255,255,255,0.58);border-radius:8px;color:#ffffff;background:rgba(3,15,27,0.3);font-size:1.08rem;font-weight:700;line-height:1;backdrop-filter:blur(5px);transition:transform 160ms ease,color 160ms ease,background 160ms ease,border-color 160ms ease,filter 160ms ease}.company-page .overview-hero .button::after{content:"→";font-family:Arial,sans-serif;font-size:1.25em;font-weight:400;line-height:1}.company-page .overview-hero .button.primary{color:#00151e;border-color:#73d6f5;background:#73d6f5}.company-page .overview-hero .button.collaboration{color:#ffffff;border-color:rgba(255,255,255,0.62);background:rgba(3,15,27,0.28)}.company-page .overview-hero .button:hover{transform:translateY(-2px);filter:brightness(1.08)}.company-page .overview-hero .button.collaboration:hover{border-color:rgba(115,214,245,0.86);background:rgba(115,214,245,0.14)}.company-page .overview-hero .button:focus-visible{outline:3px solid rgba(255,255,255,0.92);outline-offset:4px}@media (max-width:1299px){.company-page main>.overview-hero{background-position:60% center}.company-page .overview-hero::before{background:linear-gradient(180deg,rgba(1,12,24,0) 50%,rgba(1,8,17,0.58) 100%),linear-gradient(90deg,rgba(1,12,24,0.97) 0%,rgba(1,12,24,0.9) 34%,rgba(1,12,24,0.42) 62%,rgba(1,12,24,0.06) 100%)}.company-page .overview-hero-layout{width:min(calc(100% - 64px),var(--max));padding-block:58px}.company-page .overview-hero-primary{width:min(100%,760px)}.company-page .overview-hero-primary h1{font-size:clamp(3rem,5.8vw,4.6rem)}.company-page .overview-hero-primary .company-intro-block{max-width:600px;font-size:clamp(1rem,1.7vw,1.15rem)}}@media (max-width:768px){.company-page main>.overview-hero{height:auto;min-height:max(680px,calc(100svh - var(--header-h)));background-position:66% center}.company-page .overview-hero::before{background:linear-gradient(180deg,rgba(1,12,24,0.14) 35%,rgba(1,8,17,0.72) 100%),linear-gradient(90deg,rgba(1,12,24,0.98) 0%,rgba(1,12,24,0.93) 48%,rgba(1,12,24,0.64) 78%,rgba(1,12,24,0.3) 100%)}.company-page .overview-hero-layout{width:calc(100% - 32px);padding:52px 0 64px}.company-page .overview-hero-primary h1{max-width:100%;font-size:clamp(2.2rem,8.5vw,3.35rem);line-height:1.12}.company-page .overview-hero-primary h1 span{white-space:normal}.company-page .overview-hero-primary .company-intro-block{max-width:560px;margin-top:30px;font-size:clamp(0.96rem,3.9vw,1.08rem);line-height:1.65}.company-page .overview-hero-primary .company-intro-block::before{width:56px;height:2px;margin-bottom:24px}.company-page .overview-hero-primary .company-intro-block span{display:inline}.company-page .overview-hero-primary .company-intro-block span:not(:last-child)::after{content:" "}.company-page .overview-hero-primary .hero-tagline{margin-top:24px;max-width:24ch;font-size:clamp(1.55rem,6.4vw,2rem);line-height:1.25}.company-page .overview-hero .hero-actions{margin-top:28px}.company-page .overview-hero .button{min-width:0;min-height:54px;padding-inline:22px;font-size:1rem}}@media (max-width:640px){.company-page .overview-hero .hero-actions{width:min(100%,220px);max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.company-page .overview-hero .button{width:100%;max-width:100%;min-width:0;min-height:50px;padding-inline:18px}}.company-page .field-carousel{position:relative;grid-template-rows:minmax(0,1fr);gap:0}.company-page .field-carousel-viewport{min-height:clamp(360px,50svh,580px);border:1px solid rgba(115,178,206,0.18);border-radius:12px;background:#000914;box-shadow:0 18px 48px rgba(0,0,0,0.22)}.company-page .field-carousel-controls{position:absolute;right:18px;bottom:18px;left:auto;margin:0;transform:none}.company-page .field-carousel-slide::before{width:58%}.company-page .field-carousel-slide::after{left:42%;width:clamp(88px,8vw,138px)}.company-page .field-carousel-copy{width:42%;padding:clamp(34px,4.2vw,68px)}.company-page .field-carousel-copy h3{max-width:520px;margin-bottom:clamp(18px,2.2vh,26px);font-size:clamp(1.85rem,2.2vw,2.5rem);line-height:1.22;letter-spacing:-0.025em}.company-page .field-carousel-copy h3::after{content:"";display:block;width:48px;height:2px;margin-top:18px;background:#73d6f5}.company-page .field-carousel-copy p{max-width:540px;color:#d3e9f2;font-size:clamp(1.03rem,1.14vw,1.2rem);line-height:1.72;letter-spacing:-0.012em}.company-page .field-carousel-copy .field-link{min-height:50px;margin-top:clamp(24px,3vh,34px);padding-inline:24px;font-size:1.25rem;font-weight:700}@media (max-width:1180px){.company-page .field-carousel-slide::before{width:56%}.company-page .field-carousel-slide::after{left:44%}.company-page .field-carousel-copy{width:44%;padding:clamp(30px,3.5vw,46px)}.company-page .field-carousel-copy h3{font-size:clamp(1.7rem,2.8vw,2.1rem)}.company-page .field-carousel-copy p{font-size:clamp(1rem,1.52vw,1.1rem)}.company-page .field-carousel-copy p span{display:inline}.company-page .field-carousel-copy p span:not(:last-child)::after{content:" "}}@media (max-width:768px){.company-page .field-carousel-viewport{min-height:570px;border-radius:10px}.company-page .field-carousel-slide::before{inset:0;width:100%;background-position:var(--field-position,center)}.company-page .field-carousel-slide::after{display:none}.company-page .field-carousel-copy{width:100%;height:100%;justify-content:flex-end;padding:40px 28px 108px;background:linear-gradient(180deg,rgba(0,9,20,0.06) 18%,rgba(0,9,20,0.7) 52%,#000914 88%)}.company-page .field-carousel-copy h3{max-width:100%;margin-bottom:16px;font-size:clamp(1.75rem,6.2vw,2.1rem)}.company-page .field-carousel-copy h3::after{width:42px;margin-top:14px}.company-page .field-carousel-copy p{max-width:620px;font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.65}.company-page .field-carousel-copy .field-link{min-height:48px;margin-top:22px}.company-page .field-carousel-controls{right:auto;bottom:16px;left:50%;width:max-content;max-width:calc(100% - 24px);min-height:48px;padding:6px 8px;flex-wrap:nowrap;gap:6px;transform:translateX(-50%)}.company-page .field-carousel-controls .field-carousel-dots{order:0;flex:0 0 auto}}@media (max-width:480px){.company-page .field-carousel-viewport{min-height:540px}.company-page .field-carousel-copy{padding:32px 22px 100px}.company-page .field-carousel-copy h3{font-size:clamp(1.6rem,7.2vw,1.9rem)}.company-page .field-carousel-copy p{font-size:1rem;line-height:1.6}.company-page .field-carousel-copy .field-link{width:100%}}@media (min-width:981px) and (max-height:800px){.company-page .field-showcase-section{min-height:0}.company-page .field-showcase-layout{padding-block:18px;gap:16px}.company-page .field-showcase-layout>h2{font-size:clamp(2rem,3vw,2.5rem);line-height:1.08}.company-page .field-carousel{gap:10px}.company-page .field-carousel-viewport{min-height:0}.company-page .field-carousel-copy{padding-block:28px}.company-page .field-carousel-copy h3{margin-bottom:14px;font-size:1.65rem}.company-page .field-carousel-copy h3::after{margin-top:12px}.company-page .field-carousel-copy p{font-size:0.92rem;line-height:1.58}.company-page .field-carousel-copy .field-link{min-height:44px;margin-top:18px}.company-page .field-carousel-control{width:36px;height:36px}}@media (max-width:1180px){.technical-carousel-section .field-carousel-copy p span:not(:last-child)::after{content:" "}}.career-posting-meta span:not(:last-child)::after{content:"";display:inline-block;width:1px;height:10px;margin-left:14px;background:rgba(200,233,250,0.26)}@media (max-width:640px){.career-posting-meta span:not(:last-child)::after{content:none}}body.lang-en.company-page .overview-hero-primary .hero-tagline{margin-top:18px}body.lang-en.company-page .overview-hero-primary .company-intro-block{max-width:720px;margin-top:20px;hyphens:none;word-break:normal;overflow-wrap:normal}body.lang-en.company-page .overview-hero-primary .company-intro-block::before{margin-bottom:16px}body.lang-en.company-page .overview-hero .hero-actions{margin-top:18px}@media (min-width:769px) and (max-width:1299px){body.lang-en.company-page .overview-hero-primary{transform:translateY(-20px)}}@media (max-width:980px){.company-page main{padding-bottom:0}.company-page .site-footer{position:relative;inset:auto;height:auto;min-height:var(--company-footer-h)}.company-page .site-footer .footer-inner{min-height:var(--company-footer-h)}}@media (max-width:1299px){.company-page .overview-hero-layout{align-items:flex-start;padding-top:clamp(34px,5vh,48px);padding-bottom:clamp(48px,6vh,64px)}.company-page .overview-hero-primary .company-intro-block{margin-top:clamp(24px,3.4vh,34px)}.company-page .overview-hero-primary .hero-tagline{margin-top:22px}.company-page .overview-hero .hero-actions{margin-top:24px}}@media (max-width:768px){.company-page .overview-hero-layout{padding-top:clamp(28px,4.5vh,40px);padding-bottom:56px}}.achievement-intro-copy p span:not(:last-child)::after{content:" "}@media (max-width:768px){.company-page .overview-hero::before{background:linear-gradient(180deg,rgba(1,12,24,0.2) 0%,rgba(1,12,24,0.08) 56%,rgba(1,8,17,0) 100%),linear-gradient(150deg,rgba(1,12,24,0.98) 0%,rgba(1,12,24,0.92) 34%,rgba(1,12,24,0.52) 66%,rgba(1,12,24,0.08) 100%)}}.company-page .overview-package-layout{grid-template-columns:minmax(0,0.88fr) minmax(560px,1.12fr);gap:clamp(52px,7vw,120px);align-items:center}.company-page .overview-package-primary h2{max-width:720px;font-size:clamp(2.45rem,3.35vw,4.15rem);line-height:1.16;letter-spacing:-0.04em}.company-page .overview-package-primary h2 span{white-space:nowrap}.company-page .overview-package-primary h2 span:nth-child(2){color:inherit}.company-page .overview-package-primary .package-hardware{color:#9ddff3;font:inherit}.company-page .overview-package-secondary{gap:12px}.company-page .overview-package-secondary p{min-height:94px;padding:17px 20px;grid-template-columns:42px 52px minmax(0,1fr);gap:16px;align-items:center;border:1px solid rgba(207,231,240,0.16);border-radius:14px;color:#f4f9fb;background:rgba(9,28,41,0.62);box-shadow:0 12px 32px rgba(0,0,0,0.16)}.company-page .package-number{align-self:center;padding-top:0;color:#9ddff3;font-size:1.25rem;font-weight:700;line-height:1;letter-spacing:0.025em}.company-page .package-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(157,223,243,0.22);border-radius:12px;color:#9ddff3;background:rgba(157,223,243,0.06)}.company-page .package-icon svg{width:27px;height:27px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.company-page .package-item-label{min-width:0;color:#f4f9fb;font-size:clamp(1rem,1.15vw,1.18rem);font-weight:600;line-height:1.5;letter-spacing:-0.018em;white-space:normal!important}@media (max-width:1180px){.company-page .overview-package-layout{grid-template-columns:minmax(0,0.8fr) minmax(500px,1.2fr);gap:40px}.company-page .overview-package-primary h2{font-size:clamp(2.15rem,4vw,3.2rem)}.company-page .overview-package-secondary p{padding-inline:17px;grid-template-columns:40px 48px minmax(0,1fr);gap:13px}.company-page .package-icon{width:48px;height:48px}}@media (max-width:980px){.company-page .overview-package-layout{grid-template-columns:1fr;grid-auto-rows:max-content;gap:30px;padding-block:52px;align-content:center;align-items:start}.company-page .overview-package-primary h2{max-width:680px}.company-page .overview-package-primary h2 span{white-space:normal}.company-page .overview-package-secondary{width:100%;max-width:760px}}@media (max-width:560px){.company-page .overview-package-layout{width:calc(100% - 28px);gap:24px;padding-block:38px}.company-page .overview-package-primary h2{font-size:clamp(2rem,9vw,2.7rem)}.company-page .overview-package-secondary p{min-height:82px;padding:14px;grid-template-columns:34px 42px minmax(0,1fr);gap:10px;border-radius:12px}.company-page .package-number{padding-top:0;font-size:1.08rem}.company-page .package-icon{width:42px;height:42px;border-radius:10px}.company-page .package-icon svg{width:23px;height:23px}.company-page .package-item-label{font-size:0.95rem;line-height:1.45}}@media (min-width:769px){.company-page .field-carousel-copy{border-right:0;box-shadow:2px 0 0 #000914}.company-page .field-carousel-slide::after{margin-left:-1px}}.company-page .vision-section{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(35,102,129,0.1),transparent 48%),#000914}.company-page .vision-section-layout{width:var(--company-content-width);min-height:100%;margin:0 auto;padding-block:clamp(30px,3.5vw,52px);display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,0.96fr);gap:clamp(46px,6vw,96px);align-items:stretch}.company-page .vision-section-combustion .vision-section-layout{grid-template-columns:minmax(0,0.96fr) minmax(0,1.04fr)}.company-page .vision-section-visual{position:relative;min-width:0;min-height:500px;margin:0;overflow:hidden;border:1px solid rgba(154,220,242,0.14);border-radius:12px;background-repeat:no-repeat;background-size:cover;box-shadow:0 24px 80px rgba(0,0,0,0.36)}.company-page .vision-section-visual::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,9,20,0.03),rgba(0,9,20,0.18)),linear-gradient(90deg,rgba(115,214,245,0.08),transparent 24%)}.company-page .vision-section-laser .vision-section-visual{background-image:url("assets/images/optimized/laser-1023.webp");background-position:52% 58%}.company-page .vision-section-combustion .vision-section-visual{background-image:url("assets/images/optimized/combustion-1600.webp");background-position:52% 58%}.company-page .vision-section-copy{min-width:0;align-self:center}.company-page .vision-section-copy h2{max-width:680px;margin:0;color:#f7fbfd;font-size:clamp(2.6rem,3.45vw,4.25rem);font-weight:700;line-height:1.14;letter-spacing:-0.045em;text-wrap:balance}.company-page .vision-section-copy h2 span{display:block}.company-page .vision-section-copy h2::after{content:"";display:block;width:min(100%,430px);height:2px;margin-top:clamp(26px,3.2vh,38px);background:linear-gradient(90deg,#65ddff 0 18%,rgba(101,221,255,0.38) 48%,transparent 100%);box-shadow:0 0 14px rgba(101,221,255,0.48)}.company-page .vision-section-body{max-width:680px;margin-top:clamp(28px,3.4vh,42px);color:rgba(235,245,249,0.9);font-size:clamp(1rem,1.08vw,1.16rem);line-height:1.78;letter-spacing:-0.018em}.company-page .vision-section-body p{margin:0}.company-page .vision-section-body p + p{margin-top:24px}.company-page .vision-section-body span{display:block}@media (max-width:1180px){.company-page .vision-section-layout,.company-page .vision-section-combustion .vision-section-layout{grid-template-columns:minmax(0,0.96fr) minmax(0,1.04fr);gap:38px}.company-page .vision-section-copy h2{font-size:clamp(2.35rem,4.3vw,3.5rem)}.company-page .vision-section-visual{min-height:460px}}@media (max-width:980px){.company-page .vision-section{min-height:auto}.company-page .vision-section-layout,.company-page .vision-section-combustion .vision-section-layout{width:var(--company-content-width);min-height:auto;padding-block:56px;grid-template-columns:1fr;gap:34px}.company-page .vision-section-copy{order:1}.company-page .vision-section-visual{order:2;min-height:clamp(360px,64vw,560px)}.company-page .vision-section-copy h2{max-width:620px}.company-page .vision-section-body{max-width:720px}.company-page .vision-section-body span{display:inline}.company-page .vision-section-body span:not(:last-child)::after{content:" "}}@media (max-width:640px){.company-page .vision-section-layout,.company-page .vision-section-combustion .vision-section-layout{width:calc(100% - 28px);padding-block:42px;gap:28px}.company-page .vision-section-copy h2{font-size:clamp(2.15rem,10.5vw,3rem);line-height:1.12}.company-page .vision-section-copy h2::after{margin-top:24px}.company-page .vision-section-body{margin-top:24px;font-size:0.98rem;line-height:1.7}.company-page .vision-section-visual{min-height:420px;border-radius:9px}.company-page .vision-section-laser .vision-section-visual{background-position:52% 56%}.company-page .vision-section-combustion .vision-section-visual{min-height:300px;background-position:52% 58%}}@media (min-width:1300px){.primary-nav ul{min-width:660px}}.news-card-content>p:not(.news-card-source){margin:12px 0 0;color:#aebfc6;font-size:0.86rem;line-height:1.65}.news-card-content>p:not(.news-card-source) strong{color:#dff6fd;font-weight:700}.news-card-compact .news-card-content>p:not(.news-card-source){display:-webkit-box;overflow:hidden;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:0.78rem}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0;display:none}body.lang-en{word-break:normal;overflow-wrap:break-word;hyphens:auto}body.lang-en :is(h1,h2,h3,p)>span,body.lang-en .company-intro-block>span{display:inline!important;white-space:normal!important}body.lang-en :is(h1,h2,h3,p)>span + span::before,body.lang-en .company-intro-block>span + span::before{content:" "}body.lang-en :is(h1,h2,h3){text-wrap:balance}body.lang-en p{text-wrap:pretty}body.lang-en.company-page .overview-package-secondary p>span{display:block!important}body.lang-en.company-page .overview-package-secondary p>span + span::before{content:none}body.lang-en.company-page .overview-package-secondary .package-icon{display:grid!important}body.lang-en.company-page .overview-package-secondary .package-item-label{width:100%;max-width:100%;overflow-wrap:anywhere}@media (min-width:769px) and (max-width:980px){.company-page .overview-package-layout{grid-template-columns:minmax(0,0.7fr) minmax(440px,1.3fr);grid-auto-rows:auto;gap:28px;padding-block:32px;align-items:center}.company-page .overview-package-secondary{width:100%;max-width:none;min-width:0}.company-page .overview-package-secondary p{min-height:84px;padding:14px 16px;grid-template-columns:38px 44px minmax(0,1fr);gap:12px}.company-page .package-icon{width:44px;height:44px}}.company-page .overview-package-secondary p{min-width:0;overflow:hidden}.company-page .package-icon{min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.company-page .package-icon svg{max-width:100%;max-height:100%;overflow:hidden}.company-page .overview-package-secondary .package-icon,body.lang-en.company-page .overview-package-secondary .package-icon{position:relative;display:block!important}.company-page .overview-package-secondary .package-icon svg{position:absolute;top:50%;left:50%;display:block;margin:0;transform:translate(-50%,-50%);transform-origin:center}body.lang-en.company-page .field-connection-title>span{display:block!important;white-space:normal!important}body.lang-en.company-page .field-connection-title>span + span::before{content:none}@media (min-width:981px){body.lang-en.company-page .vision-section-combustion .vision-section-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr);gap:clamp(36px,4vw,64px)}body.lang-en.company-page .field-connection-title{max-width:800px}body.lang-en.company-page .field-connection-title>span{white-space:nowrap!important}}html.company-page-root,html.site-snap-root,html.company-page-root body,html.site-snap-root body{height:100%;overflow:hidden}.snap-container{width:100%;height:100vh;height:100dvh;padding-top:var(--header-h);padding-bottom:var(--company-footer-h);box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-top:var(--header-h);scroll-padding-bottom:var(--company-footer-h);scroll-snap-type:y mandatory;scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.snap-container::-webkit-scrollbar{width:0;height:0;display:none}.snap-container:focus-visible{outline:2px solid rgba(114,214,245,0.9);outline-offset:-2px}.snap-container>[data-snap-section]{position:relative;height:auto!important;min-height:calc(100vh - var(--header-h) - var(--company-footer-h))!important;min-height:calc(100dvh - var(--header-h) - var(--company-footer-h))!important;scroll-margin-top:0;scroll-snap-align:start;scroll-snap-stop:normal!important}.company-page .snap-container,.system-page .snap-container{padding-top:var(--header-h);padding-bottom:var(--company-footer-h)}.company-page .site-footer,.system-page .site-footer{position:fixed;inset:auto 0 0;height:var(--company-footer-h)}body.menu-open .snap-container{overflow-y:hidden}@media (prefers-reduced-motion:reduce){.snap-container{scroll-behavior:auto}}@media (max-width:980px),(max-height:699px){.snap-container{scroll-snap-type:y proximity}}@media (max-width:768px){.footer-font-credit{top:auto;bottom:4px;width:100%;color:rgba(157,179,188,0.66);font-size:7px;line-height:1.3;transform:translateX(-50%)}.company-page,.system-page,.news-page,.fixed-chrome-page{--company-footer-h:96px}html.company-page-root .nav-shell,html.site-snap-root .nav-shell{width:calc(100% - 24px);gap:8px}html.company-page-root .brand-logo,html.site-snap-root .brand-logo{width:min(190px,calc(100% - 116px));min-width:0;height:42px;flex:1 1 auto}html.company-page-root .language-toggle,html.site-snap-root .language-toggle{flex:0 0 auto;margin-left:auto}html.company-page-root .language-toggle span,html.site-snap-root .language-toggle span{min-width:30px;padding:5px 6px}html.company-page-root .menu-toggle,html.site-snap-root .menu-toggle{flex:0 0 44px}.snap-container{min-width:0;scroll-padding-bottom:var(--company-footer-h)}.snap-container>[data-snap-section]{width:100%;min-width:0}.company-page .site-footer,.system-page .site-footer,.news-page .site-footer,.fixed-chrome-page .site-footer{height:var(--company-footer-h);min-height:0;padding:8px 0}.company-page .site-footer .footer-inner,.system-page .site-footer .footer-inner,.news-page .site-footer .footer-inner,.fixed-chrome-page .site-footer .footer-inner{width:calc(100% - 24px);height:100%;min-height:0;padding-bottom:18px;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:10px}.company-page .site-footer .footer-brand,.system-page .site-footer .footer-brand,.news-page .site-footer .footer-brand,.fixed-chrome-page .site-footer .footer-brand{width:104px;height:34px}.company-page .site-footer .footer-brand img,.system-page .site-footer .footer-brand img,.news-page .site-footer .footer-brand img,.fixed-chrome-page .site-footer .footer-brand img{width:132px;left:-11px;top:50%;transform:translateY(-50%)}.company-page .site-footer .footer-contact-cluster,.system-page .site-footer .footer-contact-cluster,.news-page .site-footer .footer-contact-cluster,.fixed-chrome-page .site-footer .footer-contact-cluster{min-width:0;justify-self:end;align-items:center;gap:8px}.company-page .site-footer .footer-meta,.system-page .site-footer .footer-meta,.news-page .site-footer .footer-meta,.fixed-chrome-page .site-footer .footer-meta{min-width:0;font-size:7.2px;line-height:1.3;text-align:right}.company-page .site-footer .footer-meta>p:first-child,.company-page .site-footer .footer-representative,.system-page .site-footer .footer-meta>p:first-child,.system-page .site-footer .footer-representative,.news-page .site-footer .footer-meta>p:first-child,.news-page .site-footer .footer-representative,.fixed-chrome-page .site-footer .footer-meta>p:first-child,.fixed-chrome-page .site-footer .footer-representative{display:none}.company-page .site-footer .footer-socials,.system-page .site-footer .footer-socials,.news-page .site-footer .footer-socials,.fixed-chrome-page .site-footer .footer-socials{flex-direction:row;gap:4px}.company-page .site-footer .footer-instagram,.company-page .site-footer .footer-linkedin,.system-page .site-footer .footer-instagram,.system-page .site-footer .footer-linkedin,.news-page .site-footer .footer-instagram,.news-page .site-footer .footer-linkedin,.fixed-chrome-page .site-footer .footer-instagram,.fixed-chrome-page .site-footer .footer-linkedin{width:24px;height:24px}}@media (max-width:768px){.company-page .overview-hero .hero-actions{width:min(100%,250px);display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.company-page .overview-hero .hero-actions .button{width:100%;min-height:44px}.company-page .vision-section-laser .vision-section-layout{min-height:var(--mobile-snap-h)}.company-page .vision-section-laser .vision-section-visual{inset:auto 0 0;width:auto;height:53%;min-height:320px;opacity:1;background-position:52% 58%}.company-page .vision-section-laser .vision-section-visual::after{background:linear-gradient(180deg,rgba(0,9,20,0.56) 0%,rgba(0,9,20,0.12) 34%,rgba(0,9,20,0.16) 100%)}.company-page .vision-section-laser .vision-section-copy{position:relative;z-index:2;padding-bottom:32px;background:linear-gradient(180deg,rgba(0,9,20,0.96) 0%,rgba(0,9,20,0.88) 76%,rgba(0,9,20,0.18) 100%)}:is(.company-page,.achievements-page) .field-carousel{grid-template-rows:minmax(0,1fr) 52px;gap:8px}:is(.company-page,.achievements-page) .field-carousel-controls{width:100%;height:52px;min-height:52px;padding:4px 10px;gap:8px;border-radius:12px}:is(.company-page,.achievements-page) .field-carousel-control{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1rem}:is(.company-page,.achievements-page) .field-carousel-dots{gap:8px}:is(.company-page,.achievements-page) .field-carousel-dots button{width:8px;height:8px}:is(.company-page,.achievements-page) .field-carousel-status{min-width:42px;font-size:0.74rem}}@media (max-width:768px){:root{--header-h:60px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page){--company-footer-h:52px;--mobile-snap-h:calc(100dvh - var(--header-h) - var(--company-footer-h))}.site-header{height:var(--header-h)}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .nav-shell{width:calc(100% - 20px);gap:6px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .brand-logo{width:min(166px,calc(100% - 112px));min-width:0;height:34px;flex:1 1 auto}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .brand-logo img{width:202px;left:-18px;top:50%;transform:translateY(-50%)}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .language-toggle{flex:0 0 auto;margin-left:auto;padding:3px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .language-toggle span{min-width:27px;padding:4px 5px;font-size:0.66rem}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .menu-toggle{width:38px;height:38px;flex:0 0 38px}:is(.company-page,.system-page,.news-page) .snap-container{height:100dvh;padding-top:var(--header-h);padding-bottom:var(--company-footer-h);scroll-padding-top:var(--header-h);scroll-padding-bottom:var(--company-footer-h);scroll-snap-type:y mandatory!important}:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section]{width:100%;height:var(--mobile-snap-h)!important;min-height:var(--mobile-snap-h)!important;max-height:var(--mobile-snap-h)!important;overflow:hidden!important;scroll-snap-align:start;scroll-snap-stop:always!important}:is(.company-page,.system-page,.news-page) .snap-container [data-snap-section] .reveal,:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section].reveal{opacity:1;transform:none;transition:none}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer{height:var(--company-footer-h);min-height:var(--company-footer-h);padding:4px 0}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-inner{width:calc(100% - 20px);height:100%;min-height:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-brand{width:106px;height:30px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-brand img{width:130px;left:-11px;top:50%;transform:translateY(-50%)}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-contact-cluster{min-width:0;justify-self:end;gap:0}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-meta{display:none}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-socials{display:flex;flex-direction:row;gap:5px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer :is(.footer-instagram,.footer-linkedin){width:24px;height:24px}.company-page .overview-hero-layout{width:calc(100% - 24px);height:100%;min-height:0;padding:14px 0;grid-template-columns:minmax(0,1fr);gap:0;align-items:center}.company-page .overview-hero-primary{width:100%;min-height:0;align-content:center}.company-page .overview-hero-primary h1{font-size:clamp(1.85rem,9.2vw,2.45rem);line-height:1.08}.company-page .overview-hero-primary .hero-tagline{order:2;max-width:26ch;margin-top:10px;font-size:clamp(0.9rem,4.5vw,1.15rem);line-height:1.25}.company-page .overview-hero-primary .company-intro-block{order:3;max-width:none;margin-top:12px;font-size:clamp(0.7rem,3.05vw,0.82rem);line-height:1.42}.company-page .overview-hero-primary .company-intro-block::before{width:36px;height:2px;margin-bottom:9px}.company-page .overview-hero .hero-actions{order:4;margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.company-page .overview-hero .button{width:100%;min-height:36px;padding:0 10px;font-size:0.76rem}body.lang-en.company-page .overview-hero .button{padding-inline:8px}body.lang-en.company-page .overview-hero .button.collaboration{font-size:0.7rem;letter-spacing:-0.02em}body.lang-en.company-page .overview-hero-primary h1{font-size:clamp(1.55rem,7.8vw,2rem)}body.lang-en.company-page .overview-hero-primary .hero-tagline{margin-top:8px;font-size:0.86rem}body.lang-en.company-page .overview-hero-primary .company-intro-block{margin-top:10px;font-size:0.66rem;line-height:1.34;overflow-wrap:anywhere}.company-page .vision-section-layout,.company-page .vision-section-combustion .vision-section-layout{position:relative;width:100%;height:100%;min-height:0;padding:0;display:block}.company-page .vision-section-visual{position:absolute;z-index:0;inset:0;width:100%;height:100%;min-height:0;border:0;border-radius:0;opacity:0.72}.company-page .vision-section-visual::after{background:linear-gradient(180deg,rgba(0,9,20,0.18),rgba(0,9,20,0.96) 84%)}.company-page .vision-section-copy{position:relative;z-index:1;width:100%;height:100%;padding:16px 14px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(0,9,20,0.06) 4%,rgba(0,9,20,0.42) 42%,rgba(0,9,20,0.95) 100%)}.company-page .vision-section-copy h2{max-width:none;font-size:clamp(1.38rem,7.2vw,1.85rem);line-height:1.08}.company-page .vision-section-copy h2::after{width:42%;height:1px;margin-top:9px}.company-page .vision-section-body{max-width:none;margin-top:9px;font-size:clamp(0.68rem,2.9vw,0.78rem);line-height:1.4}.company-page .vision-section-body p + p{margin-top:6px}body.lang-en.company-page .vision-section-copy h2{font-size:clamp(1.2rem,6vw,1.55rem)}body.lang-en.company-page .vision-section-body{font-size:0.64rem;line-height:1.32;overflow-wrap:anywhere}.company-page .overview-package-layout{width:calc(100% - 24px);height:100%;min-height:0;padding:12px 0;display:flex;flex-direction:column;justify-content:center;gap:10px}.company-page .overview-package-primary,.company-page .overview-package-secondary{width:100%;min-height:0}.company-page .overview-package-primary h2{max-width:none;font-size:clamp(1.35rem,6.9vw,1.75rem);line-height:1.1}.company-page .overview-package-secondary{gap:6px}.company-page .overview-package-secondary p{min-height:0;padding:7px 8px;grid-template-columns:28px 30px minmax(0,1fr);gap:6px;border-radius:9px}.company-page .package-number{font-size:0.78rem}.company-page .package-icon{width:30px;height:30px;border-radius:7px}.company-page .package-icon svg{width:17px;height:17px}.company-page .package-item-label{font-size:clamp(0.67rem,2.9vw,0.76rem);line-height:1.3}body.lang-en.company-page .overview-package-primary h2{font-size:1.2rem}body.lang-en.company-page .package-item-label{font-size:0.62rem}:is(.company-page,.achievements-page) .field-showcase-layout{width:calc(100% - 24px);height:100%;min-height:0;padding:10px 0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:7px}:is(.company-page,.achievements-page) .field-showcase-layout>h2{margin:0;font-size:clamp(1.2rem,6.2vw,1.55rem);line-height:1.1}.company-page .field-showcase-layout>h2 span{display:inline}.company-page .field-showcase-layout>h2 span + span::before{content:" "}:is(.company-page,.achievements-page) .field-carousel{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 32px;gap:5px}:is(.company-page,.achievements-page) .field-carousel-viewport{width:100%;height:100%;min-height:0}:is(.company-page,.achievements-page) .field-carousel-track,:is(.company-page,.achievements-page) .field-carousel-slide{height:100%;min-height:0}:is(.company-page,.achievements-page) .field-carousel-copy{inset:0;width:100%;height:100%;min-height:0;padding:12px 12px 14px;justify-content:flex-end;background:linear-gradient(180deg,rgba(0,9,20,0.02) 15%,rgba(0,9,20,0.5) 54%,rgba(0,9,20,0.95) 100%)}:is(.company-page,.achievements-page) .field-carousel-copy h3{margin:0 0 5px;font-size:clamp(1.12rem,5.8vw,1.45rem);line-height:1.08}:is(.company-page,.achievements-page) .field-carousel-copy h3::after{width:38px;margin-top:6px}:is(.company-page,.achievements-page) .field-carousel-copy p{margin:0;font-size:clamp(0.65rem,2.8vw,0.74rem);line-height:1.34}.company-page .field-carousel-copy .field-link{width:auto;min-height:30px;margin-top:7px;padding:0 10px;font-size:0.68rem}:is(.company-page,.achievements-page) .field-carousel-controls{position:relative;inset:auto;width:100%;height:32px;min-height:32px;padding:0 4px;justify-content:center;transform:none}:is(.company-page,.achievements-page) .field-carousel-control{width:28px;height:28px;min-width:28px;min-height:28px;font-size:0.8rem}:is(.company-page,.achievements-page) .field-carousel-dots button{width:6px;height:6px}:is(.company-page,.achievements-page) .field-carousel-status{min-width:34px;font-size:0.62rem}body.lang-en.company-page .field-showcase-layout>h2{font-size:1rem}}@media (max-width:360px),(max-width:768px) and (max-height:600px){:root{--header-h:56px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page){--company-footer-h:44px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .brand-logo{width:min(152px,calc(100% - 106px));height:31px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .brand-logo img{width:184px;left:-16px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .language-toggle span{min-width:25px;padding:3px 4px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .menu-toggle{width:36px;height:36px;flex-basis:36px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-brand{width:94px;height:26px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-brand img{width:116px;left:-10px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer :is(.footer-instagram,.footer-linkedin){width:21px;height:21px}.section-nav{display:none!important}}body :is(h1,h2,h3){text-wrap:balance}body :is(p,li,dd){text-wrap:pretty}@media (min-width:769px){.primary-nav a{font-size:1rem}.achievement-intro-copy p,.products-page .product-compact-copy>p:not(.product-image-note),.careers-hiring-overview>p,.career-posting .career-summary{font-size:clamp(1rem,1.08vw,1.125rem);line-height:1.72}.news-card-content>p:not(.news-card-source){font-size:clamp(0.94rem,0.9vw,1rem);line-height:1.7}.news-card-compact .news-card-content>p:not(.news-card-source){font-size:clamp(0.88rem,0.82vw,0.94rem)}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .site-footer .footer-meta{font-size:0.78rem;line-height:1.42}}@media (max-width:768px){:is(.company-page,.system-page,.news-page) .snap-container{scroll-snap-type:y proximity!important}:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section]{height:auto!important;min-height:var(--mobile-snap-h)!important;max-height:none!important;overflow:visible!important;scroll-snap-stop:normal!important}.company-page :is(.overview-hero-layout,.vision-section-layout,.overview-package-layout,.field-showcase-layout),.products-page :is(.product-intro-layout,.product-pair-layout,.product-future-layout),.achievements-page :is(.achievement-intro-layout,.field-showcase-layout){height:auto;min-height:var(--mobile-snap-h)}.company-page .overview-hero-primary .company-intro-block{max-width:38rem;font-size:clamp(0.94rem,3.8vw,1.04rem);line-height:1.65}body.lang-en.company-page .overview-hero-primary .company-intro-block{font-size:0.9rem;line-height:1.58;overflow-wrap:break-word}.company-page .overview-hero-primary .hero-tagline{max-width:27ch;font-size:clamp(1.05rem,4.8vw,1.3rem);line-height:1.35}.company-page .overview-hero .button{min-height:42px;font-size:0.86rem}.company-page .vision-section-copy{padding:24px 20px}.company-page .vision-section-copy h2{font-size:clamp(1.65rem,7.6vw,2.05rem);line-height:1.14}.company-page .vision-section-body,body.lang-en.company-page .vision-section-body{font-size:clamp(0.9rem,3.7vw,1rem);line-height:1.68;overflow-wrap:break-word}.company-page .overview-package-layout{width:calc(100% - 32px);padding-block:24px;gap:18px}.company-page .overview-package-primary h2,body.lang-en.company-page .overview-package-primary h2{font-size:clamp(1.6rem,7.2vw,2rem);line-height:1.16}.company-page .overview-package-secondary{gap:10px}.company-page .overview-package-secondary p{min-height:52px;padding:10px 12px;grid-template-columns:34px 38px minmax(0,1fr);gap:9px}.company-page .package-item-label,body.lang-en.company-page .package-item-label{font-size:clamp(0.84rem,3.45vw,0.94rem);line-height:1.42}:is(.company-page,.achievements-page) .field-showcase-layout{width:calc(100% - 32px);padding-block:22px;gap:14px}:is(.company-page,.achievements-page) .field-showcase-layout>h2,body.lang-en.company-page .field-showcase-layout>h2{font-size:clamp(1.6rem,7vw,1.95rem);line-height:1.16}:is(.company-page,.achievements-page) .field-carousel-copy{padding:18px 18px 20px}:is(.company-page,.achievements-page) .field-carousel-copy h3{font-size:clamp(1.35rem,6vw,1.7rem);line-height:1.18}:is(.company-page,.achievements-page) .field-carousel-copy p,body.lang-en :is(.company-page,.achievements-page) .field-carousel-copy p{font-size:clamp(0.88rem,3.55vw,0.98rem);line-height:1.62}.company-page .field-carousel-copy .field-link{min-height:38px;font-size:0.82rem}}@media (max-width:768px){.company-page .vision-section .vision-section-layout,.company-page .vision-section-combustion .vision-section-layout{height:auto;min-height:var(--mobile-snap-h)}.company-page .vision-section .vision-section-visual,.company-page .vision-section-combustion .vision-section-visual{inset:0;width:auto;height:auto;min-height:0}.company-page .vision-section .vision-section-copy{height:auto;min-height:0;justify-content:flex-start;background:linear-gradient(180deg,rgba(0,9,20,0.9) 0%,rgba(0,9,20,0.7) 72%,rgba(0,9,20,0.18) 100%)}.company-page .vision-section-copy h2{font-size:clamp(1.85rem,8.2vw,2.25rem);line-height:1.16}.company-page .vision-section-body,body.lang-en.company-page .vision-section-body{font-size:clamp(1rem,4vw,1.08rem);line-height:1.7}.company-page .vision-section-combustion .vision-section-visual{opacity:1;background-position:50% 66%}.company-page .vision-section-combustion .vision-section-visual::after{background:linear-gradient(180deg,rgba(0,9,20,0.18) 0%,rgba(0,9,20,0.04) 52%,rgba(0,9,20,0.28) 100%)}}@media (max-width:768px){.company-page .overview-hero .hero-actions{width:min(100%,250px);display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.company-page .overview-hero .hero-actions .button{width:100%;min-height:44px}.company-page .vision-section-laser .vision-section-layout{min-height:var(--mobile-snap-h)}.company-page .vision-section-laser .vision-section-visual{inset:auto 0 0;width:auto;height:53%;min-height:320px;opacity:1;background-position:52% 58%}.company-page .vision-section-laser .vision-section-visual::after{background:linear-gradient(180deg,rgba(0,9,20,0.56) 0%,rgba(0,9,20,0.12) 34%,rgba(0,9,20,0.16) 100%)}.company-page .vision-section-laser .vision-section-copy{position:relative;z-index:2;padding-bottom:32px;background:linear-gradient(180deg,rgba(0,9,20,0.96) 0%,rgba(0,9,20,0.88) 76%,rgba(0,9,20,0.18) 100%)}:is(.company-page,.achievements-page) .field-carousel{grid-template-rows:minmax(0,1fr) 52px;gap:8px}:is(.company-page,.achievements-page) .field-carousel-controls{width:100%;height:52px;min-height:52px;padding:4px 10px;gap:8px;border-radius:12px}:is(.company-page,.achievements-page) .field-carousel-control{width:40px;height:40px;min-width:40px;min-height:40px;font-size:1rem}:is(.company-page,.achievements-page) .field-carousel-dots{gap:8px}:is(.company-page,.achievements-page) .field-carousel-dots button{width:8px;height:8px}:is(.company-page,.achievements-page) .field-carousel-status{min-width:42px;font-size:0.74rem}:is(.company-page,.achievements-page) .field-carousel-copy p,body.lang-en :is(.company-page,.achievements-page) .field-carousel-copy p{font-size:clamp(0.94rem,3.8vw,1rem)}}@media (max-width:768px){.company-page main>.overview-hero{background-position:78% center}.company-page .overview-hero .hero-actions{width:min(100%,210px)}:is(.company-page,.achievements-page) .field-carousel-controls{width:min(100%,334px);max-width:334px;margin-inline:auto;place-self:center;inset:auto}:is(.company-page,.achievements-page) .field-carousel-viewport{touch-action:pan-y;cursor:grab}:is(.company-page,.achievements-page) .field-carousel-viewport:active{cursor:grabbing}}@media (max-width:768px){.company-page .overview-hero-layout{align-items:flex-start;padding-top:clamp(28px,5dvh,46px);padding-bottom:24px}.company-page .overview-hero-primary{align-content:start;justify-content:flex-start}}@media (max-height:800px){:is(.company-page,.system-page,.news-page) .snap-container{padding-bottom:0;scroll-padding-bottom:0;scroll-snap-type:none!important}:is(.company-page,.system-page,.news-page) .snap-container::after{content:"";display:block;width:100%;height:calc(var(--company-footer-h) + 1px);background:#000914}:is(.company-page,.system-page,.news-page) .snap-container.has-snap-footer-sentinel::after{display:none}:is(.company-page,.system-page,.news-page) .snap-footer-sentinel{width:100%;height:calc(var(--company-footer-h) + 1px);display:block;flex:0 0 calc(var(--company-footer-h) + 1px);background:#000914;scroll-snap-align:end;scroll-snap-stop:normal}:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section]{min-height:calc(100vh - var(--header-h))!important;min-height:calc(100dvh - var(--header-h))!important}:is(.company-page,.system-page,.news-page) .site-footer{position:fixed;inset:auto 0 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(100%);transition:opacity 180ms ease,transform 180ms ease,visibility 0s linear 180ms}:is(.company-page,.system-page,.news-page).site-footer-at-scroll-end .site-footer{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}}@media (prefers-reduced-motion:reduce) and (max-height:800px){:is(.company-page,.system-page,.news-page) .site-footer{transition:none}}main>[data-snap-section]:first-child.reveal,main>[data-snap-section]:first-child .reveal{opacity:1;transform:none}.field-carousel-slide{background-image:none!important}.field-carousel-image{position:absolute;z-index:0;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:var(--field-position,center)}@media (min-width:769px){.company-page #business-fields .field-carousel-image{inset:0 0 0 auto;width:58%}}@media (min-width:769px) and (max-width:1180px){.company-page #business-fields .field-carousel-image{width:56%}}.company-page #business-fields .field-carousel-track,.technical-carousel-section .field-carousel-track{transition-duration:1350ms;transition-timing-function:cubic-bezier(0.22,0.72,0.2,1)}.field-carousel-copy{position:relative;z-index:2}.company-page .overview-hero-media{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}.company-page .overview-hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:62% center}.company-page .overview-hero::before{z-index:1}.company-page .overview-hero-layout{z-index:2}@media (min-width:769px){:is(.company-page,.system-page,.news-page) .section-nav{right:1px;left:auto;gap:0}.section-nav a,.section-nav a[aria-current="true"]{width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent}.section-nav a span{width:10px;height:10px;display:block;border:1px solid rgba(200,233,250,0.68);border-radius:999px;background:rgba(0,9,20,0.64);transition:height 180ms ease,background 180ms ease,border-color 180ms ease}.section-nav a[aria-current="true"] span{height:24px;border-color:#73b2ce;background:#73b2ce}.section-nav a:focus-visible{outline:2px solid #ffffff;outline-offset:-6px;border-radius:10px}}@media (max-width:768px){.company-page main>.overview-hero{height:max(650px,calc(100dvh - var(--header-h) - var(--company-footer-h)))!important;min-height:max(650px,calc(100dvh - var(--header-h) - var(--company-footer-h)))!important;background:#010c18}.company-page .overview-hero-media{inset:auto clamp(-92px,-8vw,-36px) 0 auto;width:clamp(700px,185vw,940px);height:auto}.company-page .overview-hero-media img{width:100%;height:auto;object-fit:contain;object-position:center}.company-page .overview-hero::before{background:linear-gradient(180deg,rgba(1,12,24,0.98) 0%,rgba(1,12,24,0.86) 34%,rgba(1,12,24,0.28) 58%,rgba(1,12,24,0) 78%),linear-gradient(110deg,rgba(1,12,24,0.9) 0%,rgba(1,12,24,0.58) 44%,rgba(1,12,24,0) 72%)}.company-page .overview-hero-layout{width:calc(100% - 32px);padding:26px 0 20px;align-items:flex-start}.company-page .overview-hero-primary{width:min(100%,350px);max-width:350px}.company-page .overview-hero-primary h1{font-size:clamp(1.8rem,8vw,2.3rem);line-height:1.12}.company-page .overview-hero-primary .hero-tagline{max-width:330px;margin-top:12px;font-size:clamp(1rem,4.8vw,1.28rem);line-height:1.25}.company-page .overview-hero-primary .company-intro-block{max-width:330px;margin-top:14px;font-size:clamp(0.78rem,3.35vw,0.9rem);line-height:1.52}.company-page .overview-hero-primary .company-intro-block::before{width:42px;height:2px;margin-bottom:10px}.company-page .overview-hero-primary .company-intro-block span{display:inline}.company-page .overview-hero-primary .company-intro-block span:not(:last-child)::after{content:" "}.company-page .overview-hero .hero-actions{width:max-content!important;margin-top:14px;display:flex!important;flex-flow:row nowrap!important;align-items:center;gap:8px}.company-page .overview-hero .button{width:auto!important;flex:0 0 auto!important;min-width:0!important;min-height:40px;padding:0 13px;gap:8px;border-radius:7px;font-size:0.72rem}}@media (max-width:768px) and (max-height:800px){.company-page main>.overview-hero{height:max(620px,calc(100dvh - var(--header-h)))!important;min-height:max(620px,calc(100dvh - var(--header-h)))!important}}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){:is(.developing-status,.field-carousel-controls,.product-swipe-hint){background:rgba(1,14,25,0.98)}}.brand-logo img,.footer-brand img{height:auto!important}@media (max-width:768px){html{font-size:17px}:is(.company-page,.system-page,.news-page){--mobile-active-snap-h:var(--mobile-snap-h)}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .nav-shell{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}:is(.company-page,.system-page,.news-page,.fixed-chrome-page) .brand-logo{width:166px!important;max-width:166px;flex:none}:is(.company-page,.system-page,.news-page) .section-nav{display:none!important}.company-page .snap-container>.overview-hero[data-snap-section]{height:max(700px,var(--mobile-active-snap-h))!important;min-height:max(700px,var(--mobile-active-snap-h))!important;max-height:none!important;overflow:hidden!important}.company-page .overview-hero-media{inset:0;width:100%;height:100%}.company-page .overview-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.company-page .overview-hero::before{background:linear-gradient(180deg,rgba(1,12,24,0.99) 0%,rgba(1,12,24,0.9) 38%,rgba(1,12,24,0.3) 57%,rgba(1,12,24,0) 76%),linear-gradient(110deg,rgba(1,12,24,0.92) 0%,rgba(1,12,24,0.6) 44%,rgba(1,12,24,0) 72%)}.company-page .overview-hero-layout{padding-top:28px}.company-page .overview-hero-primary h1{font-size:clamp(1.95rem,8.6vw,2.45rem)}.company-page .overview-hero-primary .hero-tagline{font-size:clamp(1.08rem,4.9vw,1.32rem)}.company-page .overview-hero-primary .company-intro-block,body.lang-en.company-page .overview-hero-primary .company-intro-block{font-size:clamp(0.92rem,3.75vw,1rem);line-height:1.56}.company-page .overview-hero .button{min-height:44px;padding-inline:15px;font-size:0.84rem}}@media (max-width:768px) and (max-height:800px){:is(.company-page,.system-page,.news-page){--mobile-active-snap-h:calc(100dvh - var(--header-h))}}@media (max-width:768px) and (max-height:659px){:is(.company-page,.system-page,.news-page) .snap-container{scroll-snap-type:none!important}:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section]{height:auto!important;min-height:var(--mobile-active-snap-h)!important;max-height:none!important;overflow:visible!important;scroll-snap-align:none!important;scroll-snap-stop:normal!important}.company-page .snap-container>.overview-hero[data-snap-section]{min-height:700px!important;overflow:hidden!important}}@media (max-width:360px){body.lang-en.company-page .overview-hero .hero-actions{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}body.lang-en.company-page .overview-hero .button{width:100%!important;padding-inline:8px;justify-content:center;font-size:0.72rem;white-space:normal;text-align:center}}@media (max-width:768px) and (min-height:660px){:is(.company-page,.system-page,.news-page) .snap-container{scroll-snap-type:y mandatory!important}:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section]{scroll-snap-align:start;scroll-snap-stop:normal!important}.company-page .overview-hero-media{bottom:0}.company-page .snap-container>.overview-hero[data-snap-section]{height:var(--mobile-active-snap-h)!important;min-height:var(--mobile-active-snap-h)!important}}@media (max-width:360px) and (max-height:540px){.company-page .snap-container>.overview-hero[data-snap-section]{height:var(--mobile-active-snap-h)!important;min-height:var(--mobile-active-snap-h)!important;max-height:var(--mobile-active-snap-h)!important;overflow:hidden!important}.company-page .overview-hero-media{inset:0;width:100%;height:100%}.company-page .overview-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.company-page .overview-hero::before{background:linear-gradient(180deg,#010c18 0%,rgba(1,12,24,0.96) 43%,rgba(1,12,24,0.48) 66%,rgba(1,12,24,0.08) 88%),linear-gradient(100deg,rgba(1,12,24,0.88) 0%,rgba(1,12,24,0.32) 68%,rgba(1,12,24,0) 100%)}.company-page .overview-hero-layout{width:calc(100% - 28px);min-height:100%;padding:16px 0 10px;align-items:flex-start}.company-page .overview-hero-primary{width:100%;max-width:none}.company-page .overview-hero-primary h1{max-width:285px;font-size:1.75rem;line-height:1.08}.company-page .overview-hero-primary .hero-tagline{max-width:260px;margin-top:8px;font-size:0.94rem;line-height:1.3}.company-page .overview-hero-primary .company-intro-block,body.lang-en.company-page .overview-hero-primary .company-intro-block{max-width:292px;margin-top:9px;font-size:0.76rem;line-height:1.42}.company-page .overview-hero-primary .company-intro-block::before{width:38px;margin-bottom:7px}.company-page .overview-hero .hero-actions,body.lang-en.company-page .overview-hero .hero-actions{width:min(100%,244px)!important;margin-top:9px;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.company-page .overview-hero .button,body.lang-en.company-page .overview-hero .button{width:100%!important;min-height:36px;padding-inline:9px;justify-content:center;gap:6px;font-size:0.69rem;text-align:center}body.lang-en.company-page .overview-hero-primary h1{max-width:275px;font-size:1.48rem}body.lang-en.company-page .overview-hero-primary .hero-tagline{font-size:0.82rem}body.lang-en.company-page .overview-hero-primary .company-intro-block{font-size:0.68rem;line-height:1.34}body:is(.company-page,.system-page,.news-page) .snap-container,body.lang-en.products-page .snap-container{scroll-snap-type:y mandatory!important;scroll-padding-top:var(--header-h);scroll-padding-bottom:0}body:is(.company-page,.system-page,.news-page) .snap-container>[data-snap-section],body.lang-en.products-page .snap-container>[data-snap-section]{scroll-snap-align:start!important;scroll-snap-stop:normal!important}body:is(.company-page,.system-page,.news-page) .snap-container::after,body.lang-en.products-page .snap-container::after,body:is(.company-page,.system-page,.news-page) .snap-footer-sentinel,body.lang-en.products-page .snap-footer-sentinel{scroll-snap-align:end;scroll-snap-stop:normal}}@media (max-width:360px) and (max-height:540px){.company-page .vision-section-copy{padding:18px 16px 14px}.company-page .vision-section-body{margin-top:8px;font-size:0.74rem;line-height:1.48}body.lang-en.company-page .vision-section-body{font-size:0.66rem;line-height:1.4}}@media (min-width:981px){.company-page :is(#light-insight,#field-connection){display:grid;grid-template-rows:minmax(0,1fr);align-items:stretch;background-color:#000914;background-repeat:no-repeat;background-size:cover}.company-page #light-insight{background-image:url("assets/images/optimized/laser-experiment-1086.webp");background-position:center 58%}.company-page #field-connection{background-image:url("assets/images/optimized/combustion-1600.webp");background-position:center 56%}.company-page :is(#light-insight,#field-connection)::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:linear-gradient(90deg,#000914 0%,#000914 36%,rgba(0,9,20,0.98) 40%,rgba(0,9,20,0.66) 44%,rgba(0,9,20,0.24) 48%,rgba(0,9,20,0) 52%)}.company-page #field-connection::before{background:linear-gradient(90deg,rgba(0,9,20,0) 48%,rgba(0,9,20,0.24) 52%,rgba(0,9,20,0.66) 56%,rgba(0,9,20,0.98) 60%,#000914 64%,#000914 100%)}.company-page :is(#light-insight,#field-connection) .vision-section-layout,.company-page #field-connection .vision-section-layout{position:relative;z-index:1;width:var(--company-content-width);height:100%;min-height:0;padding-block:clamp(34px,4vw,58px);display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:0;align-items:center;align-content:center;align-self:stretch}.company-page :is(#light-insight,#field-connection) .vision-section-visual{display:none}.company-page #field-connection .vision-section-layout{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.company-page :is(#light-insight,#field-connection) .vision-section-copy{position:relative;z-index:1;grid-column:1;grid-row:1;width:100%;max-width:none;padding-right:clamp(28px,4vw,64px);align-self:center;justify-self:stretch}.company-page #field-connection .vision-section-copy{grid-column:2;padding-right:0;padding-left:clamp(28px,4vw,64px)}.company-page :is(#light-insight,#field-connection) .vision-section-copy h2,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-copy h2{max-width:none;font-size:clamp(2.625rem,3vw,3.25rem);line-height:1.14;letter-spacing:-0.035em}.company-page :is(#light-insight,#field-connection) .vision-section-copy h2::after{content:none;display:none}.company-page :is(#light-insight,#field-connection) .vision-section-body,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-body{max-width:none;margin-top:clamp(24px,2.2vw,34px);color:#c8e9fa;font-size:clamp(1rem,1.05vw,1.125rem);line-height:1.62;letter-spacing:normal}.company-page :is(#light-insight,#field-connection) .vision-section-body p{margin:0 0 12pt}.company-page :is(#light-insight,#field-connection) .vision-section-body p:last-child{margin-bottom:0}}@media (min-width:981px) and (max-width:1180px){.company-page :is(#light-insight,#field-connection) .vision-section-copy h2,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-copy h2{font-size:clamp(2.25rem,3.5vw,2.625rem)}.company-page :is(#light-insight,#field-connection) .vision-section-body,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-body{font-size:clamp(0.94rem,1.45vw,1rem)}}@media (min-width:981px) and (max-height:800px){.company-page :is(#light-insight,#field-connection) .vision-section-layout,.company-page #field-connection .vision-section-layout{padding-block:24px}.company-page :is(#light-insight,#field-connection) .vision-section-copy h2,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-copy h2{font-size:clamp(2.25rem,3vw,2.5rem);line-height:1.12}.company-page :is(#light-insight,#field-connection) .vision-section-body,body.lang-en.company-page :is(#light-insight,#field-connection) .vision-section-body{margin-top:22px;font-size:clamp(0.94rem,1.05vw,1rem);line-height:1.58}.company-page :is(#light-insight,#field-connection) .vision-section-body p{margin-bottom:12px}}
/* Stable business-field carousel state icons. */
.company-page #business-fields .field-carousel-toggle{display:grid;place-items:center;padding:0;font-size:0;line-height:1;text-align:center}.company-page #business-fields .field-carousel-toggle::before{content:"";display:block;flex:none}.company-page #business-fields .field-carousel-toggle[aria-pressed="false"]::before{width:12px;height:14px;background:linear-gradient(90deg,currentColor 0 3px,transparent 3px 9px,currentColor 9px 12px)}.company-page #business-fields .field-carousel-toggle[aria-pressed="true"]::before{width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor;transform:translateX(1px)}
/* mobile full-screen snap anchors */
@media (max-width:768px) and (max-height:800px){body.company-page{--mobile-active-snap-h:calc(100vh - var(--header-h));--mobile-active-snap-h:calc(100dvh - var(--header-h))}body.company-page .snap-container{height:100vh;height:100dvh;padding-bottom:0;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding:var(--header-h) 0 0;scroll-snap-type:y mandatory!important}body.company-page .snap-footer-sentinel{height:1px;flex-basis:1px}body.company-page.site-last-snap-active .site-footer{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity 110ms ease,transform 110ms ease}body.company-page .snap-container>[data-snap-section],body.company-page .snap-container>.overview-hero[data-snap-section]{width:100%;height:var(--mobile-active-snap-h)!important;min-height:var(--mobile-active-snap-h)!important;max-height:var(--mobile-active-snap-h)!important;overflow:hidden!important;scroll-snap-align:start!important;scroll-snap-stop:normal!important}}
@media (max-width:360px) and (max-height:800px){.company-page .overview-hero-primary h1{max-width:100%;font-size:1.55rem;line-height:1.1}.company-page :is(.overview-hero-primary h1,.vision-section-copy h2,.overview-package-primary h2,.field-showcase-layout>h2,.field-carousel-copy h3),.company-page .overview-package-primary h2 span{max-width:100%;white-space:normal;overflow-wrap:anywhere}.company-page :is(.vision-section-copy h2,.overview-package-primary h2,.field-showcase-layout>h2){font-size:1.58rem}.company-page .field-carousel-copy h3{font-size:1.3rem}}
@media (max-width:360px) and (min-height:541px) and (max-height:659px){.company-page #business-fields .field-showcase-layout{height:calc(100% - var(--company-footer-h));min-height:0;max-height:calc(100% - var(--company-footer-h));padding:8px 0 6px;gap:8px;align-self:start}.company-page #business-fields .field-showcase-layout>h2{font-size:1.4rem;line-height:1.1;word-break:normal}.company-page #business-fields .field-carousel{min-height:0;gap:6px}.company-page #business-fields .field-carousel-controls{min-height:42px;padding:4px 6px}.company-page #business-fields .field-carousel-control{width:32px;height:32px;min-width:32px;min-height:32px}}
