@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap";:root{color:#202020;background:#f7f6f2;font-family:Manrope,Arial,sans-serif;font-synthesis:none;--orange: #ff6400;--orange-dark: #d94f00;--ink: #1e1f20;--black: #141516;--paper: #f7f6f2;--line: #d8d6d0;--condensed: "Oswald", "Arial Narrow", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}.site-shell{overflow:hidden}.site-header{height:86px;padding:0 clamp(24px,4vw,74px);background:#121314;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:30}.brand-button{width:130px;height:64px;border:0;padding:0;background:transparent}.brand-button img,footer img{width:110px;height:auto}.main-nav{display:flex;align-items:center;gap:clamp(18px,2.2vw,38px)}.main-nav button{border:0;padding:8px 0;color:#fff;background:transparent;font-family:var(--condensed);font-size:17px;font-weight:600;letter-spacing:.02em;position:relative}.main-nav button:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--orange);transition:right .18s ease}.main-nav button:hover:after,.main-nav button:focus-visible:after{right:0}.header-actions,.language-switcher{display:flex;align-items:center}.header-actions{gap:18px}.language-switcher{gap:6px;color:#777;font-family:var(--condensed);font-size:15px;font-weight:600}.language-switcher button{border:0;padding:8px 2px;color:#8c8c8c;background:transparent;font:inherit}.language-switcher button:hover,.language-switcher button:focus-visible,.language-switcher button.is-active{color:var(--orange)}.menu-button{display:none;border:1px solid #565656;color:#fff;background:transparent;padding:9px 14px;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.hero{min-height:810px;position:relative;display:flex;align-items:center;background:#eceae5}.hero-image,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{right:auto;width:54%;background:#f8f7f4b3}.hero-content{width:min(690px,48vw);padding:74px 0 78px clamp(30px,5vw,86px);position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:var(--orange);font-family:var(--condensed);font-size:15px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow:before{content:"";width:30px;height:3px;margin-right:12px;display:inline-block;background:currentColor;vertical-align:middle}.eyebrow.dark{color:var(--orange-dark)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--condensed)}h1{margin-bottom:26px;color:#252526;font-size:clamp(72px,7.5vw,126px);font-weight:800;line-height:.82;letter-spacing:-.035em;text-transform:uppercase}h1 span{color:var(--orange);display:block}.hero-copy{max-width:490px;margin-bottom:34px;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.button{min-height:52px;border:1px solid transparent;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-transform:uppercase;font-family:var(--condensed);font-size:15px;font-weight:700;letter-spacing:.045em;transition:transform .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--orange)}.button-primary:hover{background:var(--orange-dark)}.button-secondary{border-color:var(--orange);color:var(--orange-dark);background:#ffffff80}.button-secondary:hover{color:#fff;background:var(--orange)}.proof-bar{min-height:126px;padding:0 clamp(28px,5vw,88px);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#fff;background:#171819}.proof-bar div{min-height:68px;padding:0 28px;border-left:1px solid #3b3c3d;display:flex;flex-direction:column;justify-content:center}.proof-bar div:first-child{border-left:0}.proof-bar strong{color:var(--orange);font-family:var(--condensed);font-size:32px;line-height:1}.proof-bar span{margin-top:7px;color:#bebebe;font-size:12px}.section{width:min(1320px,calc(100% - 64px));margin:0 auto}.products-section{padding:94px 0 110px}.section-heading{margin-bottom:52px}.split-heading{display:grid;grid-template-columns:1.4fr .8fr;align-items:end;gap:60px}.section-heading h2{margin:0;font-size:clamp(54px,6vw,90px);font-weight:700;line-height:.95;letter-spacing:-.025em;text-transform:uppercase}.section-heading>p,.split-heading>p{max-width:520px;margin-bottom:4px;color:#5c5c5b;font-size:16px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-card{min-width:0;padding:30px 22px 26px;border-left:1px solid var(--line);position:relative;transition:background .18s ease}.product-card:first-child{border-left:0}.product-card.is-selected{background:#eceae4}.product-card.is-selected:before{content:"";position:absolute;top:-1px;left:20px;right:20px;height:4px;background:var(--orange)}.product-select{width:100%;border:0;padding:0;color:inherit;text-align:left;background:transparent}.product-title span{color:var(--orange);font-family:var(--condensed);font-size:31px;font-weight:800}.product-title h3{margin:0;font-size:24px;font-weight:700;line-height:1}.product-image-wrap{height:210px;display:grid;place-items:center}.product-image-wrap img{max-width:100%;max-height:205px;object-fit:contain}.product-spec{display:block;margin-bottom:11px;font-family:var(--condensed);font-size:19px}.product-card p{min-height:76px;margin-bottom:20px;color:#656562;font-size:12px;line-height:1.55}.text-link{border:0;border-bottom:2px solid var(--orange);padding:6px 0;color:var(--orange-dark);background:transparent;font-family:var(--condensed);font-size:14px;font-weight:700;text-transform:uppercase}.specs-link{display:inline-block;margin-bottom:22px;color:var(--orange-dark);font-family:var(--condensed);font-size:13px;font-weight:700;text-transform:uppercase}.specs-link:after{content:" →"}.spec-panel{scroll-margin-top:24px;margin-top:38px;border:1px solid var(--line);display:grid;grid-template-columns:minmax(270px,.72fr) 2fr;background:#fff}.spec-panel-heading{padding:38px;color:#fff;background:var(--black)}.spec-panel-heading .eyebrow{margin-bottom:30px}.spec-panel-heading>div{display:flex;align-items:baseline;gap:12px}.spec-panel-heading>div span{color:var(--orange);font-family:var(--condensed);font-size:42px;font-weight:800}.spec-panel-heading h3,.spec-panel-heading h4{margin:0}.spec-panel-heading h3{font-size:24px}.spec-panel-heading h4{margin-top:34px;font-size:31px;text-transform:uppercase}.spec-panel-heading>p:not(.eyebrow){margin:14px 0 28px;color:#bdbdbd;font-size:12px;line-height:1.65}.spec-panel-heading .button{width:fit-content}.spec-grid{margin:0;display:grid;grid-template-columns:1fr 1fr}.spec-grid div{min-width:0;padding:24px 28px;border-bottom:1px solid var(--line)}.spec-grid div:nth-child(odd){border-right:1px solid var(--line)}.spec-grid div:nth-last-child(-n+2){border-bottom:0}.spec-grid dt{margin-bottom:9px;color:#747472;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.spec-grid dd{margin:0;color:var(--ink);font-family:var(--condensed);font-size:20px;font-weight:600;line-height:1.25}.applications{padding:20px 0 110px}.application-grid,.technology-grid{display:grid;grid-template-columns:repeat(4,1fr)}.application-grid article{min-height:235px;padding:28px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.application-grid article:last-child{border-right:0}.application-grid span,.technology-grid span{color:var(--orange);font-family:var(--condensed);font-size:20px;font-weight:700}.application-grid h3,.technology-grid h3{margin:45px 0 12px;font-size:27px;line-height:1}.application-grid p,.technology-grid p{color:#656562;font-size:13px;line-height:1.65}.custom-section{color:#fff;background:#171819;position:relative}.custom-inner{padding:96px 0 108px;position:relative}.section-heading.light>p,.section-heading.light .split-heading>p{color:#c8c8c8}.custom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.custom-grid h3{margin-bottom:14px;color:var(--orange);font-size:24px}.custom-grid img{width:100%;aspect-ratio:3 / 2;object-fit:cover;border:1px solid #414141}.custom-grid p{margin:16px 0 0;color:#c3c3c3;font-size:12px;line-height:1.6}.technology{padding:102px 0 118px}.technology-grid{grid-template-columns:repeat(3,1fr)}.technology-grid article{min-height:250px;padding:32px 34px;border:1px solid var(--line);border-left:0}.technology-grid article:first-child{border-left:1px solid var(--line)}.technology-grid h3{margin-top:55px;font-size:31px}.company-section{color:#fff;background:var(--orange)}.company-inner{min-height:460px;padding:94px 0;display:grid;grid-template-columns:1fr 1.4fr;gap:48px 90px;align-content:center}.company-inner .eyebrow{color:#1c1c1c}.company-inner h2{grid-column:1 / 2;margin:0;font-size:clamp(52px,6vw,82px);line-height:.95;text-transform:uppercase}.company-inner>p:not(.eyebrow){grid-column:2 / 3;grid-row:1 / 3;align-self:center;max-width:560px;font-size:20px;line-height:1.65}.compliance-line{grid-column:1 / -1;display:flex;gap:18px;flex-wrap:wrap}.compliance-line span{padding:10px 14px;border:1px solid rgba(255,255,255,.65);font-size:12px}.contact-section{color:#fff;background:#111213}.contact-grid{padding:105px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.contact-grid h2{margin:0 0 28px;font-size:clamp(52px,5vw,78px);line-height:.95;text-transform:uppercase}.contact-grid>div>p:not(.eyebrow){color:#bcbcbc;line-height:1.7}.direct-email{display:inline-block;margin-top:24px;color:var(--orange);font-family:var(--condensed);font-size:25px;font-weight:700;text-decoration:none}.inquiry-form{display:flex;flex-direction:column;gap:22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.inquiry-form label{display:flex;flex-direction:column;gap:9px;color:#bdbdbd;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;border:1px solid #464646;border-radius:0;padding:14px;color:#fff;background:#1c1d1e;outline:none;text-transform:none}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--orange)}.inquiry-form textarea{resize:vertical}.button-dark{width:fit-content;color:#fff;background:var(--orange)}.form-success{padding:18px 20px;border-left:4px solid var(--orange);display:grid;gap:5px;color:#d4d4d4;background:#232425;font-size:13px}.form-success strong{color:#fff;font-size:15px}.form-success a{width:fit-content;margin-top:6px;color:var(--orange);font-weight:700}footer{padding:42px clamp(26px,5vw,86px);border-top:1px solid #303030;display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:30px;color:#858585;background:#111213;font-size:12px}footer p{margin:0}@media(max-width:1100px){.main-nav{gap:20px}.main-nav button{font-size:15px}.hero-content{width:58vw}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(4){border-left:0}.product-card:nth-child(n+4){border-top:1px solid var(--line)}.custom-grid{grid-template-columns:1fr 1fr;gap:36px 22px}.spec-panel{grid-template-columns:1fr}}@media(max-width:820px){.site-header{height:72px;padding-inline:22px}.brand-button{width:112px;height:54px}.brand-button img{width:96px}.menu-button{display:block}.main-nav{position:absolute;top:72px;left:0;right:0;padding:22px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#171819}.main-nav.is-open{display:flex}.main-nav button{padding:14px 0;text-align:left}.hero{min-height:750px;align-items:flex-start}.hero-image{object-position:63% center}.hero-shade{width:100%;height:58%;background:#f8f7f4d1}.hero-content{width:100%;padding:76px 24px 0}h1{max-width:650px;font-size:clamp(66px,17vw,104px)}.hero-copy{max-width:510px;font-size:16px}.proof-bar{grid-template-columns:1fr 1fr;padding:24px}.proof-bar div:nth-child(3){border-left:0}.proof-bar div{border-top:1px solid #3b3c3d}.proof-bar div:nth-child(-n+2){border-top:0}.section{width:min(100% - 40px,700px)}.products-section,.custom-inner,.technology,.contact-grid{padding-block:78px}.split-heading,.contact-grid,.company-inner{grid-template-columns:1fr;gap:24px}.product-grid{grid-template-columns:1fr 1fr}.product-card:nth-child(3),.product-card:nth-child(5){border-left:0}.product-card:nth-child(n+3){border-top:1px solid var(--line)}.application-grid{grid-template-columns:1fr 1fr}.application-grid article:nth-child(2){border-right:0}.application-grid article:nth-child(n+3){border-top:0}.technology-grid{grid-template-columns:1fr}.technology-grid article,.technology-grid article:first-child{min-height:210px;border-left:1px solid var(--line);border-top:0}.technology-grid article:first-child{border-top:1px solid var(--line)}.company-inner h2,.company-inner>p:not(.eyebrow),.compliance-line{grid-column:1;grid-row:auto}footer{grid-template-columns:1fr;text-align:left}}@media(max-width:560px){.hero{min-height:700px}.hero-content{padding-top:58px}h1{font-size:63px}html[lang=uk] h1{font-size:48px;line-height:.86}html[lang=uk] .hero-shade{height:72%}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.proof-bar{grid-template-columns:1fr}.proof-bar div,.proof-bar div:nth-child(3){min-height:78px;border-top:1px solid #3b3c3d;border-left:0}.proof-bar div:first-child{border-top:0}.section-heading h2{font-size:50px}.product-grid,.application-grid,.custom-grid{grid-template-columns:1fr}.product-card,.product-card:nth-child(n){border-top:1px solid var(--line);border-left:0}.product-card:first-child{border-top:0}.product-image-wrap{height:260px}.product-image-wrap img{max-height:250px}.spec-panel-heading{padding:30px 24px}.spec-grid{grid-template-columns:1fr}.spec-grid div,.spec-grid div:nth-child(odd),.spec-grid div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.spec-grid div:last-child{border-bottom:0}.application-grid article{min-height:190px;border-right:0;border-top:1px solid var(--line)}.field-row{grid-template-columns:1fr}.company-inner{padding-block:75px}.company-inner>p:not(.eyebrow){font-size:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
