@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--blue:#1558ad;--deep-blue:#0b377b;--cyan:#00a9e0;--ink:#142236;--steel:#8d969f;--pale:#f3f7fa;--line:#c7d3df;--red:#e1251b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:20;background:#fffffff5;border-bottom:1px solid #e6ebef;align-items:center;gap:24px;height:84px;padding:0 clamp(18px,3vw,52px);display:flex;position:sticky;top:0}.brand{flex:none;align-items:center;gap:11px;width:260px;display:flex}.brand img{object-fit:contain;object-position:left center;width:62px;height:56px}.brand-title{white-space:nowrap;flex-direction:column;gap:3px;display:flex}.brand-title strong{letter-spacing:.06em;color:var(--ink);font-size:15px}.brand-title>span{letter-spacing:.09em;color:var(--blue);font:700 9px Courier New,monospace}.primary-nav{flex:1;justify-content:center;align-items:center;gap:clamp(10px,1.2vw,22px);display:flex}.primary-nav>a,.nav-products-link{color:#46576a;white-space:nowrap;letter-spacing:.02em;font-size:11px;font-weight:700;transition:color .2s}.primary-nav>a:hover,.primary-nav>a:focus-visible,.nav-products-link:hover,.nav-products-link:focus-visible{color:var(--blue)}.nav-dropdown{position:relative}.nav-products-link{align-items:center;gap:5px;display:flex}.nav-products-link span{color:var(--blue);font-size:13px;transition:transform .2s}.nav-dropdown:hover .nav-products-link span,.nav-dropdown:focus-within .nav-products-link span{transform:rotate(180deg)}.nav-dropdown:after{content:"";width:100%;height:25px;position:absolute;top:100%;left:0}.submenu{border:1px solid #dbe4eb;border-top:3px solid var(--blue);background:#fffffffc;width:288px;padding:9px;display:none;position:absolute;top:calc(100% + 22px);left:-20px;box-shadow:0 18px 36px #14223624}.submenu a{color:#46576a;letter-spacing:.01em;border-bottom:1px solid #e8eef2;padding:13px 12px;font-size:12px;font-weight:700;line-height:1.25;transition:color .18s,background .18s,padding-left .18s;display:block}.submenu a:last-child{border-bottom:0}.submenu a:hover,.submenu a:focus-visible{color:var(--blue);background:var(--pale);outline:none;padding-left:17px}.nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{display:block}.solution-card{scroll-margin-top:110px}.hero{background:linear-gradient(110deg,#fff 0% 57%,#f4f9fc 57%,#eef6fa 100%);grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);min-height:668px;padding:0 clamp(22px,7vw,128px);display:grid;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#1558ad0f 1px,#0000 1px),linear-gradient(90deg,#1558ad0f 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0003 58%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#0003 58%,#0000 100%)}.hero-copy{z-index:2;align-self:center;max-width:720px;padding:90px 0 94px;position:relative}.eyebrow,.section-index{color:var(--blue);letter-spacing:.12em;margin:0;font-family:Courier New,monospace;font-size:11px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;margin:22px 0 28px;font-size:clamp(46px,5.3vw,82px);font-weight:800;line-height:.97}h1 em,h2 em{color:var(--blue);font-style:normal}.hero-lede{color:#53677e;max-width:570px;font-size:17px;line-height:1.85}.hero-actions{align-items:center;gap:30px;margin-top:38px;display:flex}.button{justify-content:space-between;align-items:center;min-width:174px;padding:16px 19px;font-size:14px;font-weight:800;display:inline-flex}.button-primary{color:#fff;background:var(--blue)}.button-primary span{margin-left:20px;font-size:22px;line-height:0}.text-link{color:var(--blue);border-bottom:1px solid;padding-bottom:5px;font-size:14px;font-weight:800}.text-link span{margin-left:6px}.hero-visual{z-index:1;min-height:620px;position:relative;overflow:hidden}.visual-kicker{color:var(--blue);letter-spacing:.16em;font:700 11px/1.5 Courier New,monospace;position:absolute;top:12%;right:7%}.tube-ring{background:radial-gradient(circle at center, #f4f9fc 0 33%, transparent 34% 47%, #0b377b29 48% 49%, var(--blue) 50% 61%, #a4b0b9 62% 68%, #f7fbfd 69% 100%);border:1px solid #1558ad47;border-radius:50%;position:absolute}.ring-one{aspect-ratio:1;width:min(47vw,610px);top:15%;right:-15%}.ring-two{aspect-ratio:1;background:radial-gradient(circle at center, transparent 0 28%, #d7e4ed 29% 43%, var(--cyan) 44% 50%, #1558ad2e 51% 62%, transparent 63%);width:min(28vw,370px);bottom:-9%;right:25%}.ring-three{aspect-ratio:1;background:radial-gradient(circle at center, #fff 0 24%, var(--red) 25% 38%, #c6d1da 39% 60%, transparent 61%);width:100px;top:26%;right:68%}.steel-band{filter:drop-shadow(0 12px 8px #0b377b21);background:linear-gradient(90deg,#0000,#1558ad2e 6%,#c5ced5 23%,#f7fbfd 45%,#8a969f 57%,#1558ad21 90%,#0000);height:70px;position:absolute;transform:rotate(-24deg)}.band-one{width:800px;top:51%;right:-15%}.band-two{opacity:.6;width:560px;top:65%;right:12%}.datum-line{background:var(--blue);position:absolute}.line-one{width:68%;height:1px;top:28%;right:0}.line-two{width:1px;height:55%;bottom:0;right:11%}.visual-index{color:#54708b;letter-spacing:.13em;font:700 10px Courier New,monospace;position:absolute;bottom:47px;right:7%}.hero-rail{background:var(--red);width:10px;height:132px;position:absolute;bottom:0;left:clamp(22px,4.3vw,72px)}.hero-bottom-rule{background:var(--line);z-index:4;height:1px;position:absolute;bottom:0;left:clamp(22px,7vw,128px);right:clamp(22px,7vw,128px)}.proof{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0 clamp(22px,7vw,128px);display:grid}.proof-item{border-right:1px solid var(--line);flex-direction:column;gap:8px;min-height:135px;padding:29px 26px 26px 0;display:flex}.proof-item:not(:first-child){padding-left:27px}.proof-item:last-child{border:0}.proof-item strong{color:var(--blue);letter-spacing:-.04em;font-size:27px}.proof-item span{color:#5d6f80;font-size:13px;line-height:1.5}.proof-cta{justify-content:center;align-items:flex-end}.proof-cta a{color:var(--blue);font-size:14px;font-weight:800}.proof-cta span{margin-left:7px;font-size:20px}.section{padding:126px clamp(22px,7vw,128px)}.solutions{grid-template-columns:minmax(260px,.75fr) minmax(540px,1.55fr);gap:clamp(55px,9vw,150px);display:grid}.section-intro h2,.process-heading h2,.application-content h2,.about h2,.contact h2{letter-spacing:-.065em;margin:20px 0 25px;font-size:clamp(37px,4vw,62px);line-height:1.02}.section-intro>p:last-child,.application-content>p:last-of-type{color:#5a6b7c;max-width:360px;font-size:15px;line-height:1.8}.solution-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(230px,1fr));display:grid}.solution-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;min-height:330px;padding:19px 22px 20px;transition:background .25s;position:relative;overflow:hidden}.solution-card:hover{background:var(--pale)}.solution-1{background:var(--deep-blue);color:#fff}.solution-1:hover{background:var(--blue)}.card-top{letter-spacing:.12em;justify-content:space-between;font:700 11px Courier New,monospace;display:flex}.card-mark{font-size:22px}.card-body{z-index:3;position:absolute;bottom:22px;left:22px;right:22px}.card-body h3{letter-spacing:-.045em;margin-bottom:10px;font-size:21px}.card-body p{color:#657688;min-height:42px;font-size:13px;line-height:1.65}.solution-1 .card-body p{color:#d1e6f8}.card-body small{letter-spacing:.06em;color:var(--blue);margin-top:13px;font:700 10px Courier New,monospace;display:block}.solution-1 small{color:#68ddff}.product-form{opacity:.95;position:absolute}.product-form i,.product-form b,.product-form em{display:block;position:absolute}.form-1{border:28px solid #40b8ed;border-radius:50%;width:180px;height:180px;top:48px;right:22px;box-shadow:inset 0 0 0 11px #d3effb,0 0 0 11px #ffffff1f}.form-1:after{content:"";border-left:1px solid #ffffff80;border-right:1px solid #ffffff80;position:absolute;inset:-49px 59px;transform:rotate(27deg)}.form-2{border:24px solid #aebac4;border-radius:12px;width:200px;height:128px;top:70px;right:-15px;transform:rotate(-13deg)}.form-2 i{background:var(--cyan);width:280px;height:20px;top:30px;left:-36px}.form-3{border:26px solid var(--blue);border-radius:50%;width:160px;height:160px;top:43px;right:27px;box-shadow:inset 0 0 0 11px #b8c5cf}.form-3:before,.form-3:after{content:"";background:#7c8b99;width:220px;height:1px;position:absolute;top:50%;left:50%}.form-3:before{transform:translate(-50%,-50%)rotate(36deg)}.form-3:after{transform:translate(-50%,-50%)rotate(-36deg)}.form-4{background:linear-gradient(135deg,#0000 0 18%,#b7c3cc 18% 20%,#0000 20% 40%,#00a9e0 40% 42%,#0000 42% 58%,#b7c3cc 58% 60%,#0000 60%);border:1px solid #a8b7c1;width:220px;height:148px;top:62px;right:11px;transform:skewY(-18deg)}.form-4:after{content:"";border:2px solid var(--blue);position:absolute;inset:28px}.capability-band{color:#fff;background:linear-gradient(110deg, var(--deep-blue), var(--blue) 58%, var(--cyan));grid-template-columns:1fr 1fr;padding:85px clamp(22px,7vw,128px);display:grid}.capability-band h2{letter-spacing:-.065em;margin:19px 0 0;font-size:clamp(35px,3.5vw,55px);line-height:1.03}.capability-band .section-index{color:#c8efff}.capability-points{border-top:1px solid #ffffff73;border-left:1px solid #ffffff73;grid-template-columns:1fr 1fr;align-self:end;display:grid}.capability-points p{border-bottom:1px solid #ffffff73;border-right:1px solid #ffffff73;margin:0;padding:18px;font-size:14px;font-weight:700}.process{background:#f6f9fb;grid-template-columns:.8fr 1.2fr;gap:8vw;display:grid}.process-heading h2{margin-bottom:0}.process-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;padding:26px 0;display:grid}.process-list li>span{color:var(--blue);font:700 12px Courier New,monospace}.process-list strong{letter-spacing:-.04em;font-size:22px}.process-list p{color:#637587;margin:8px 0 0;font-size:14px;line-height:1.6}.applications{grid-template-columns:1fr 1fr;align-items:center;gap:8vw;display:grid}.application-art{border-left:6px solid var(--blue);background:linear-gradient(135deg,#eef5f8,#fff);min-height:500px;position:relative;overflow:hidden}.application-art:after{content:"";transform-origin:0 100%;background:repeating-linear-gradient(90deg,#0000 0 39px,#1558ad40 40px 42px),linear-gradient(150deg,#0000 0 49%,#1558ad8c 49.4% 50.6%,#0000 51%);height:52%;position:absolute;bottom:0;left:0;right:0;transform:skewY(-12deg)}.application-art span{color:var(--blue);letter-spacing:.14em;font:700 11px/1.5 Courier New,monospace;position:absolute;top:38px;left:36px}.structure-1,.structure-2,.structure-3{border:3px solid var(--blue);position:absolute;transform:rotate(45deg)}.structure-1{width:250px;height:250px;top:74px;right:42px}.structure-2{border-color:var(--cyan);width:155px;height:155px;top:195px;right:184px}.structure-3{border-color:var(--red);width:83px;height:83px;top:290px;right:50px}.application-content>p{color:#5a6b7c;line-height:1.8}.application-list{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.application-list span{color:#41637f;background:#edf4f8;padding:8px 10px;font-size:12px;font-weight:700}.about{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:8vw;display:grid}.about .section-index{color:#76d7f3}.about h2{margin-bottom:0}.about-copy{max-width:575px;padding-top:36px}.about-copy p{color:#d1dce5;font-size:16px;line-height:1.85}.about-copy .text-link{color:#7de0ff;margin-top:15px}.contact{background:linear-gradient(120deg,#fff 0 76%,#f4f8fb 76%);grid-template-columns:1fr 1fr;gap:7vw;padding:104px clamp(22px,7vw,128px);display:grid}.contact h2{margin-bottom:0}.contact-info{flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;display:flex}.contact-info a{color:var(--blue);letter-spacing:-.045em;border-bottom:1px solid #a6bdd0;padding-bottom:9px;font-size:clamp(21px,2.2vw,32px);font-weight:800;line-height:1.05}.contact-info address{color:#617486;max-width:440px;margin-top:8px;font-size:14px;font-style:normal;line-height:1.7}footer{color:#6c7d8d;background:#f4f8fb;border-top:1px solid #dae4eb;align-items:center;gap:30px;min-height:100px;padding:20px clamp(22px,7vw,128px);font-size:11px;font-weight:700;display:flex}footer img{object-fit:contain;object-position:left center;width:112px;height:44px}footer a{color:var(--blue);margin-left:auto}.section-intro h2,.process-heading h2,.application-content h2,.about h2,.contact h2{letter-spacing:-.045em}.solution-card{min-height:355px}.card-body p{min-height:64px}.card-body h3 a{transition:color .2s}.card-body h3 a:hover{color:var(--cyan)}.product-page{background:#fff}.product-hero{color:#fff;background:var(--ink);align-items:flex-end;min-height:min(820px,100vh - 84px);display:flex;position:relative;overflow:hidden}.product-hero-image,.product-hero-shade{width:100%;height:100%;position:absolute;inset:0}.product-hero-image{object-fit:cover;object-position:center 54%}.product-hero-shade{background:linear-gradient(90deg,#071a30ed 0%,#071f3bc2 42%,#071f3b38 76%,#071f3b0d 100%),linear-gradient(#0000 55%,#071a3066)}.product-hero-copy{z-index:2;width:min(850px,70%);padding:96px clamp(22px,7vw,128px) 90px;position:relative}.product-breadcrumb{color:#c9d8e6;letter-spacing:.12em;align-items:center;gap:12px;margin-bottom:58px;font:700 10px Courier New,monospace;display:flex}.product-breadcrumb a:hover{color:#fff}.product-breadcrumb span{color:var(--cyan)}.product-hero .eyebrow{color:#8be5ff}.product-hero h1{letter-spacing:-.065em;max-width:800px;margin:20px 0 28px;font-size:clamp(58px,7.1vw,112px);line-height:.88}.product-hero h1 em{color:#fff;font-style:normal}.product-hero-copy>p:last-child{color:#d9e5ee;max-width:620px;margin:0;font-size:17px;line-height:1.75}.product-hero-specs{z-index:3;width:min(480px,36vw);color:var(--ink);border-top:5px solid var(--red);background:#fff;grid-template-columns:1fr 1fr;display:grid;position:absolute;bottom:0;right:clamp(22px,7vw,128px)}.product-hero-specs>div{border-right:1px solid var(--line);min-height:126px;padding:22px 25px}.product-hero-specs>div:last-child{border-right:0}.product-hero-specs span{color:#5d7083;letter-spacing:.13em;margin-bottom:10px;font:700 9px Courier New,monospace;display:block}.product-hero-specs strong{color:var(--blue);letter-spacing:-.055em;font-size:clamp(27px,2.6vw,41px)}.product-hero-specs small{color:#657789;margin-left:7px;font-weight:700}.product-section{padding:126px clamp(22px,7vw,128px)}.product-overview{grid-template-columns:110px minmax(340px,1.1fr) minmax(300px,.9fr);align-items:start;gap:clamp(40px,6vw,96px);display:grid}.product-section-label{border-left:5px solid var(--red);min-height:215px;padding-left:17px}.product-section-label span{color:var(--blue);letter-spacing:-.08em;font:700 39px/1 Courier New,monospace;display:block}.product-section-label p{color:#607488;letter-spacing:.12em;margin:17px 0 0;font:700 9px/1.6 Courier New,monospace}.product-overview h2,.processing-content h2,.material-flow h2,.product-output h2,.product-applications h2,.product-cta h2{letter-spacing:-.055em;margin:19px 0 0;font-size:clamp(39px,4.4vw,68px);line-height:.98}.product-overview h2 em,.material-flow h2 em,.product-output h2 em,.product-cta h2 em{color:var(--blue);font-style:normal}.product-overview-copy{padding-top:31px}.product-overview-copy p{color:#596d80;font-size:16px;line-height:1.9}.product-overview-copy p:last-child{margin-bottom:0}.processing-capability{color:#fff;background:var(--ink);grid-template-columns:1.08fr .92fr;min-height:720px;display:grid}.processing-image-wrap{min-height:720px;position:relative;overflow:hidden}.processing-image-wrap:after{content:"";background:linear-gradient(#0000 52%,#0c1c2e6b);position:absolute;inset:0}.processing-image-wrap img{object-fit:cover;width:100%;height:100%}.processing-image-wrap>span{z-index:2;color:#fff;letter-spacing:.14em;font:700 10px Courier New,monospace;position:absolute;bottom:30px;left:34px}.processing-content{align-self:center;padding:90px clamp(38px,6vw,100px)}.processing-content .section-index{color:#7edcf5}.processing-content h2{margin-bottom:54px}.process-service-list{border-top:1px solid #425265}.process-service-list article{border-bottom:1px solid #425265;grid-template-columns:66px 1fr;gap:12px;padding:28px 0;display:grid}.process-service-list article>span{color:#65d9fa;font:700 11px Courier New,monospace}.process-service-list h3{letter-spacing:-.035em;margin:0 0 8px;font-size:22px}.process-service-list p{color:#bac8d5;max-width:440px;margin:0;font-size:14px;line-height:1.7}.material-flow{background:#f3f7fa}.material-flow-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.material-flow-heading .section-index{max-width:220px}.material-flow-heading h2{width:min(850px,70%)}.material-flow-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.flow-stage{background:#fff;border-bottom:3px solid #0000;padding-bottom:26px;transition:transform .25s,border-color .25s}.flow-stage:hover{border-color:var(--blue);transform:translateY(-6px)}.flow-image{height:clamp(250px,26vw,420px);position:relative;overflow:hidden}.flow-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.flow-stage:hover .flow-image img{transform:scale(1.025)}.flow-image span{color:#fff;background:var(--blue);place-items:center;width:54px;height:54px;font:700 12px Courier New,monospace;display:grid;position:absolute;bottom:0;right:0}.flow-stage>p,.flow-stage>h3{margin-left:24px;margin-right:24px}.flow-label{color:var(--blue);letter-spacing:.12em;margin-top:23px;margin-bottom:12px;font:700 9px Courier New,monospace}.flow-stage h3{letter-spacing:-.04em;margin-top:0;margin-bottom:12px;font-size:23px}.flow-text{color:#627487;margin-bottom:0;font-size:13px;line-height:1.7}.product-output{padding:126px clamp(22px,7vw,128px)}.output-heading{grid-template-columns:.45fr 1.55fr;align-items:start;gap:60px;margin-bottom:60px;display:grid}.output-heading h2{margin-top:0}.output-gallery{grid-template-rows:1fr 1fr;grid-template-columns:1.35fr .65fr;gap:15px;min-height:760px;display:grid}.output-gallery figure{background:#dde6ed;margin:0;position:relative;overflow:hidden}.output-gallery .output-large{grid-row:1/span 2}.output-gallery img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.output-gallery figure:hover img{transform:scale(1.025)}.output-gallery figcaption{color:#fff;letter-spacing:.11em;background:#092646db;padding:9px 11px;font:700 9px Courier New,monospace;position:absolute;bottom:18px;left:18px}.product-applications{color:#fff;background:linear-gradient(112deg,var(--deep-blue),var(--blue) 64%,#087fbd);grid-template-columns:.85fr 1.15fr;gap:8vw;padding:100px clamp(22px,7vw,128px);display:grid}.product-applications .section-index{color:#9ee8fb}.product-applications h2{margin-top:18px}.product-application-list{border-top:1px solid #ffffff59;border-left:1px solid #ffffff59;grid-template-columns:1fr 1fr;align-self:end;display:grid}.product-application-list span{border-bottom:1px solid #ffffff59;border-right:1px solid #ffffff59;align-items:center;gap:14px;min-height:68px;padding:16px;font-size:14px;font-weight:700;display:flex}.product-application-list small{color:#9ee8fb;font:700 9px Courier New,monospace}.product-cta{text-align:center;background:linear-gradient(#fffffff0,#fffffff0),url(/products/precision-coil-processing/slitting-line.jpg) 50%/cover;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:100px 24px;display:flex}.product-cta h2{margin:20px 0 38px}.product-cta .button{min-width:190px}.tube-hero .product-hero-image{object-position:center 51%}.tube-hero .product-hero-shade{background:linear-gradient(90deg,#071930f0 0%,#071f3bc7 43%,#071f3b33 78%,#071f3b0f 100%),linear-gradient(#0000 54%,#05132359)}.tube-hero h1{font-size:clamp(56px,6.6vw,104px)}.tube-hero-specs>div{flex-wrap:wrap;align-content:center;gap:2px 7px;display:flex}.tube-hero-specs span{width:100%}.tube-hero-specs strong{letter-spacing:-.04em;font-size:clamp(22px,1.8vw,30px)}.tube-hero-specs small{align-self:flex-end;margin:0 0 4px;font-size:12px}.tube-strengths{color:#fff;background:var(--ink);grid-template-columns:1.04fr .96fr;min-height:740px;display:grid}.tube-strengths-image{background:#e9edef;min-height:740px;position:relative;overflow:hidden}.tube-strengths-image:after{content:"";background:linear-gradient(#0000 50%,#081e3594);position:absolute;inset:0}.tube-strengths-image img{object-fit:cover;width:100%;height:100%}.tube-strengths-image>span{z-index:2;color:#fff;letter-spacing:.13em;font:700 10px Courier New,monospace;position:absolute;bottom:30px;left:34px}.tube-strengths-content{align-self:center;padding:90px clamp(38px,6vw,100px)}.tube-strengths-content .section-index{color:#78dcf7}.tube-strengths-content h2{letter-spacing:-.055em;margin:19px 0 48px;font-size:clamp(39px,4.3vw,66px);line-height:.98}.tube-strengths-content h2 em{color:#77dcf6;font-style:normal}.tube-strength-list{border-top:1px solid #435466}.tube-strength-list article{border-bottom:1px solid #435466;grid-template-columns:62px 1fr;padding:27px 0;display:grid}.tube-strength-list article>span{color:#6ee0ff;grid-row:1/span 2;font:700 11px Courier New,monospace}.tube-strength-list h3{letter-spacing:-.035em;margin:0 0 9px;font-size:22px}.tube-strength-list p{color:#bdcad6;margin:0;font-size:14px;line-height:1.7}.tube-profile-range{background:#f4f8fb;grid-template-columns:.78fr 1.22fr;align-items:center;gap:clamp(55px,8vw,130px);display:grid}.tube-profile-copy h2,.tube-development h2,.tube-production h2{letter-spacing:-.055em;margin:19px 0 24px;font-size:clamp(39px,4.4vw,68px);line-height:.98}.tube-profile-copy h2 em,.tube-development h2 em,.tube-production h2 em{color:var(--blue);font-style:normal}.tube-profile-copy>p:last-of-type{color:#5e7184;max-width:480px;font-size:15px;line-height:1.8}.tube-profile-list{border-top:1px solid var(--line);margin-top:34px}.tube-profile-list span{border-bottom:1px solid var(--line);color:#334a61;align-items:center;gap:20px;min-height:56px;font-size:14px;font-weight:700;display:flex}.tube-profile-list small{color:var(--blue);font:700 9px Courier New,monospace}.tube-profile-diagram{background:#fff;border:1px solid #d9e3ea;margin:0;padding:22px;box-shadow:0 24px 48px #1422361a}.tube-profile-diagram img{width:100%;height:auto;display:block}.tube-profile-diagram figcaption{color:#66798c;letter-spacing:.12em;padding:14px 2px 0;font:700 9px Courier New,monospace}.tube-development{padding:126px clamp(22px,7vw,128px)}.tube-development-heading{grid-template-columns:.4fr 1fr .75fr;align-items:end;gap:45px;margin-bottom:58px;display:grid}.tube-development-heading h2{margin:0}.tube-development-heading>p:last-child{color:#5e7184;margin:0;font-size:15px;line-height:1.8}.tube-development-gallery{grid-template-rows:570px auto;grid-template-columns:1.1fr .75fr;gap:15px;display:grid}.tube-development-gallery figure{background:#e7ecef;margin:0;position:relative;overflow:hidden}.tube-development-gallery img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tube-development-gallery figure:hover img{transform:scale(1.025)}.tube-development-gallery figcaption{color:#fff;letter-spacing:.1em;background:#092646db;padding:8px 10px;font:700 9px Courier New,monospace;position:absolute;bottom:16px;left:16px}.tube-custom-main img{object-position:center}.tube-custom-secondary img{object-position:center 42%}.tube-prototype-grid{grid-column:1/span 2;grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.tube-prototype-grid figure{height:380px}.tube-prototype-grid img{object-position:center 56%}.tube-production{background:#f3f7fa;grid-template-columns:.72fr 1.28fr;gap:7vw;padding:112px clamp(22px,7vw,128px);display:grid}.tube-production-copy{align-self:center}.tube-production-copy h2{margin-bottom:43px}.tube-production-steps{border-top:1px solid var(--line)}.tube-production-steps span{border-bottom:1px solid var(--line);align-items:center;gap:21px;min-height:70px;display:flex}.tube-production-steps small{color:var(--blue);font:700 10px Courier New,monospace}.tube-production-steps strong{color:#314960;font-size:15px}.tube-output-images{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tube-output-images figure{min-height:610px;margin:0;position:relative;overflow:hidden}.tube-output-images img{object-fit:cover;width:100%;height:100%}.tube-output-images figcaption{color:#fff;letter-spacing:.1em;background:#092646db;padding:8px 10px;font:700 9px Courier New,monospace;position:absolute;bottom:16px;left:16px}.tube-applications{grid-template-columns:.72fr 1.28fr}.tube-application-list{border-top:1px solid #ffffff59;border-left:1px solid #ffffff59;grid-template-columns:repeat(3,1fr);align-self:end;display:grid}.tube-application-list span{border-bottom:1px solid #ffffff59;border-right:1px solid #ffffff59;align-items:center;gap:12px;min-height:62px;padding:14px;font-size:12px;font-weight:700;display:flex}.tube-application-list small{color:#9ee8fb;font:700 8px Courier New,monospace}.tube-cta{background:linear-gradient(#fffffff0,#fffffff0),url(/products/precision-erw-steel-tubes/finished-round-square-tubes.jpg) 50%/cover}.parts-hero .product-hero-image{object-position:center 55%}.parts-hero .product-hero-shade{background:linear-gradient(90deg,#07182df5 0%,#081f39d1 43%,#081f3959 76%,#081f392e 100%),linear-gradient(#0000 48%,#05132380)}.parts-hero h1{font-size:clamp(57px,6.8vw,106px)}.parts-hero-specs>div{flex-wrap:wrap;align-content:center;gap:2px 7px;display:flex}.parts-hero-specs span{width:100%}.parts-hero-specs strong{letter-spacing:-.04em;font-size:clamp(21px,1.8vw,30px)}.parts-hero-specs small{align-self:flex-end;margin:0 0 4px;font-size:12px}.parts-drawing-led{color:#fff;background:var(--ink);grid-template-columns:.78fr 1.22fr;gap:clamp(60px,8vw,135px);padding:118px clamp(22px,7vw,128px);display:grid}.parts-drawing-copy{align-self:start;position:sticky;top:118px}.parts-drawing-copy .section-index{color:#78dcf7}.parts-drawing-copy h2,.parts-process-content h2,.parts-print-panel h2{letter-spacing:-.055em;margin:19px 0 25px;font-size:clamp(39px,4.4vw,68px);line-height:.98}.parts-drawing-copy h2 em,.parts-process-content h2 em,.parts-print-panel h2 em{color:#78dcf7;font-style:normal}.parts-drawing-copy>p:last-child{color:#bcc9d5;max-width:540px;font-size:15px;line-height:1.85}.parts-workflow{border-top:1px solid #435466;margin:0;padding:0;list-style:none}.parts-workflow li{border-bottom:1px solid #435466;grid-template-columns:72px 1fr;gap:14px;padding:31px 0;display:grid}.parts-workflow li>span{color:#70dffd;letter-spacing:.08em;font:700 11px Courier New,monospace}.parts-workflow h3{letter-spacing:-.035em;margin:0 0 10px;font-size:23px}.parts-workflow p{color:#bdcad6;max-width:650px;margin:0;font-size:14px;line-height:1.75}.parts-processes{background:#fff;grid-template-columns:1.04fr .96fr;min-height:790px;display:grid}.parts-process-image{background:#e9eef2;min-height:790px;position:relative;overflow:hidden}.parts-process-image:after{content:"";background:linear-gradient(#0000 48%,#081e3594);position:absolute;inset:0}.parts-process-image img{object-fit:cover;object-position:center;width:100%;height:100%}.parts-process-image>span{z-index:2;color:#fff;letter-spacing:.13em;font:700 10px Courier New,monospace;position:absolute;bottom:30px;left:34px}.parts-process-content{align-self:center;padding:82px clamp(38px,5vw,88px)}.parts-process-content h2 em{color:var(--blue)}.parts-process-list{border-top:1px solid var(--line);margin-top:43px}.parts-process-list article{border-bottom:1px solid var(--line);grid-template-columns:54px 1fr;gap:12px;padding:19px 0;display:grid}.parts-process-list article>span{color:var(--blue);font:700 10px Courier New,monospace}.parts-process-list h3{color:#2e455c;letter-spacing:-.025em;margin:0 0 6px;font-size:18px}.parts-process-list p{color:#617386;max-width:480px;margin:0;font-size:13px;line-height:1.65}.parts-built-to-print{background:#f3f7fa;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(50px,7vw,115px);display:grid}.parts-print-panel{z-index:1;border-left:5px solid var(--red);padding:46px 0 36px 31px;position:relative}.parts-print-panel>:not(.parts-print-grid){z-index:1;position:relative}.parts-print-panel h2 em{color:var(--blue)}.parts-print-panel>p:nth-of-type(2){color:#5c7083;max-width:550px;font-size:15px;line-height:1.8}.parts-print-grid{opacity:.32;background-image:linear-gradient(#1558ad21 1px,#0000 1px),linear-gradient(90deg,#1558ad21 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;overflow:hidden}.parts-print-grid:before,.parts-print-grid:after{content:"";border:1px solid var(--blue);position:absolute}.parts-print-grid:before{width:190px;height:120px;top:12%;right:9%;transform:skewY(-8deg)}.parts-print-grid:after{border-radius:50%;width:88px;height:88px;top:26%;right:25%}.parts-print-grid i{background:var(--blue);transform-origin:0;height:1px;display:block;position:absolute}.parts-print-grid i:first-child{width:54%;top:12%;left:44%;transform:rotate(34deg)}.parts-print-grid i:nth-child(2){width:42%;top:42%;left:50%;transform:rotate(-24deg)}.parts-print-grid i:nth-child(3){width:34%;top:65%;left:60%}.parts-print-grid i:nth-child(4){width:1px;height:38%;top:12%;right:8%}.parts-spec-list{border-top:1px solid var(--line);margin-top:31px}.parts-spec-list span{border-bottom:1px solid var(--line);color:#304a63;align-items:center;gap:17px;min-height:52px;font-size:13px;font-weight:700;display:flex}.parts-spec-list small{color:var(--blue);font:700 9px Courier New,monospace}.parts-output-image{background:#dde5eb;min-height:690px;margin:0;position:relative;overflow:hidden;box-shadow:0 26px 56px #1422361f}.parts-output-image img{object-fit:cover;object-position:center;width:100%;height:100%}.parts-output-image figcaption{color:#fff;letter-spacing:.11em;background:#092646de;padding:9px 11px;font:700 9px Courier New,monospace;position:absolute;bottom:17px;left:17px}.parts-applications{grid-template-columns:.76fr 1.24fr}.parts-application-list{border-top:1px solid #ffffff59;border-left:1px solid #ffffff59;grid-template-columns:repeat(3,1fr);align-self:end;display:grid}.parts-application-list span{border-bottom:1px solid #ffffff59;border-right:1px solid #ffffff59;align-items:center;gap:12px;min-height:68px;padding:14px;font-size:12px;font-weight:700;display:flex}.parts-application-list small{color:#9ee8fb;font:700 8px Courier New,monospace}.parts-cta{background:linear-gradient(#fffffff0,#fffffff0),url(/products/engineered-steel-parts/finished-steel-parts.png) 50%/cover}.systems-hero .product-hero-image{object-position:center 58%}.systems-hero .product-hero-shade{background:linear-gradient(90deg,#06182ef5 0%,#08203cd1 45%,#08203c57 78%,#08203c24 100%),linear-gradient(#0000 52%,#05132375)}.systems-hero h1{max-width:980px;font-size:clamp(53px,6.35vw,100px)}.systems-hero-specs>div{flex-wrap:wrap;align-content:center;gap:2px 7px;display:flex}.systems-hero-specs span{width:100%}.systems-hero-specs strong{letter-spacing:-.04em;font-size:clamp(20px,1.7vw,28px)}.systems-hero-specs small{align-self:flex-end;margin:0 0 4px;font-size:12px}.systems-model{background:#f3f7fa;padding:122px clamp(22px,7vw,128px);position:relative;overflow:hidden}.systems-model:before{content:"";border:1px solid #1558ad24;width:560px;height:560px;position:absolute;top:-160px;right:-170px;transform:rotate(45deg)}.systems-model:after{content:"";border:1px solid #00a9e033;width:250px;height:250px;position:absolute;top:20px;right:90px;transform:rotate(45deg)}.systems-model-heading{z-index:1;grid-template-columns:.4fr 1.1fr .65fr;align-items:end;gap:clamp(32px,5vw,82px);margin-bottom:64px;display:grid;position:relative}.systems-model-heading h2,.systems-services-content h2,.systems-outcomes h2,.systems-projects h2{letter-spacing:-.055em;margin:0;font-size:clamp(39px,4.4vw,68px);line-height:.98}.systems-model-heading h2 em,.systems-services-content h2 em,.systems-outcomes h2 em,.systems-projects h2 em{color:var(--blue);font-style:normal}.systems-model-heading>p:last-child{color:#5d7083;margin:0;font-size:15px;line-height:1.8}.systems-pillars{z-index:1;border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.systems-pillars article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffffe0;min-height:330px;padding:28px 27px 42px;position:relative}.systems-pillars article:nth-child(2){color:#fff;background:var(--deep-blue)}.systems-pillars article>span{color:var(--blue);letter-spacing:.12em;font:700 11px Courier New,monospace}.systems-pillars article:nth-child(2)>span{color:#76dcf8}.systems-pillars h3{letter-spacing:-.045em;margin:74px 0 15px;font-size:clamp(25px,2.4vw,38px)}.systems-pillars p{color:#5c7083;max-width:380px;margin:0;font-size:14px;line-height:1.75}.systems-pillars article:nth-child(2) p{color:#c2d2df}.systems-pillars i{background:linear-gradient(90deg,var(--blue) 0 38%,var(--cyan) 38% 68%,transparent 68%);height:3px;position:absolute;bottom:21px;left:27px;right:27px}.systems-services{color:#fff;background:var(--ink);grid-template-columns:.82fr 1.18fr;min-height:880px;display:grid}.systems-services-art{background:linear-gradient(145deg,#0c335e,#071d36);min-height:880px;position:relative;overflow:hidden}.systems-services-art>img{object-fit:cover;object-position:center;filter:grayscale()contrast(1.15);opacity:.16;width:100%;height:100%;position:absolute;inset:0}.systems-services-art:after{content:"";background-image:linear-gradient(#67d6f71c 1px,#0000 1px),linear-gradient(90deg,#67d6f71c 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0}.systems-node{z-index:2;color:#9ee8fb;letter-spacing:.1em;background:#062241db;border:1px solid #7fe0fbb3;place-items:center;width:105px;height:105px;font:700 10px Courier New,monospace;display:grid;position:absolute;transform:rotate(45deg)}.systems-node:before{content:attr(class);display:none}.systems-node{text-align:center}.systems-node.node-a{top:19%;left:14%}.systems-node.node-b{top:36%;right:15%}.systems-node.node-c{bottom:22%;left:18%}.systems-node.node-d{border-color:var(--cyan);background:#00659bd1;bottom:11%;right:11%}.systems-node{writing-mode:horizontal-tb;color:#0000;line-height:1.2}.systems-node:after{color:#9ee8fb;place-items:center;display:grid;position:absolute;inset:0;transform:rotate(-45deg)}.node-a:after{content:"ENG"}.node-b:after{content:"BOM"}.node-c:after{content:"SUPPLY"}.node-d:after{content:"DELIVERY"}.systems-link{z-index:1;transform-origin:0;background:#7edff9b3;height:1px;display:block;position:absolute}.link-a{width:49%;top:27%;left:24%;transform:rotate(17deg)}.link-b{width:46%;top:62%;left:27%;transform:rotate(-16deg)}.link-c{width:40%;bottom:25%;left:36%;transform:rotate(11deg)}.systems-services-content{align-self:center;padding:88px clamp(38px,6vw,102px)}.systems-services-content .section-index{color:#79def8;margin-bottom:19px}.systems-services-content h2 em{color:#79def8}.systems-service-list{border-top:1px solid #435466;margin-top:46px}.systems-service-list article{border-bottom:1px solid #435466;grid-template-columns:58px 1fr;gap:12px;padding:20px 0;display:grid}.systems-service-list article>span{color:#73defb;font:700 10px Courier New,monospace}.systems-service-list h3{letter-spacing:-.025em;margin:0 0 6px;font-size:18px}.systems-service-list p{color:#becbd6;max-width:650px;margin:0;font-size:13px;line-height:1.65}.systems-outcomes{color:#fff;background:linear-gradient(112deg,var(--deep-blue),var(--blue) 65%,#0783bd);grid-template-columns:.72fr 1.28fr;gap:clamp(50px,8vw,130px);padding:104px clamp(22px,7vw,128px);display:grid}.systems-outcomes .section-index{color:#a3ebfc;margin-bottom:18px}.systems-outcomes h2 em{color:#fff}.systems-outcome-grid{border-top:1px solid #ffffff5c;border-left:1px solid #ffffff5c;grid-template-columns:1fr 1fr;align-self:end;display:grid}.systems-outcome-grid span{border-bottom:1px solid #ffffff5c;border-right:1px solid #ffffff5c;align-items:flex-start;gap:15px;min-height:104px;padding:22px;display:flex}.systems-outcome-grid small{color:#a4eafd;font:700 9px Courier New,monospace}.systems-outcome-grid strong{max-width:260px;font-size:14px;line-height:1.55}.systems-projects{padding:122px clamp(22px,7vw,128px)}.systems-projects-heading{grid-template-columns:.38fr 1fr .62fr;align-items:end;gap:clamp(32px,5vw,82px);margin-bottom:58px;display:grid}.systems-projects-heading>p:last-child{color:#5d7083;margin:0;font-size:15px;line-height:1.8}.systems-project-gallery{grid-template-columns:1.08fr .7fr 1fr;gap:15px;min-height:610px;display:grid}.systems-project{background:#dce5eb;margin:0;position:relative;overflow:hidden}.systems-project img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.systems-project:hover img{transform:scale(1.025)}.systems-project-02 img{object-position:center top}.systems-project figcaption{color:#fff;letter-spacing:.07em;background:#092646e0;align-items:center;gap:12px;padding:9px 11px;font:700 10px Courier New,monospace;display:flex;position:absolute;bottom:16px;left:16px}.systems-project figcaption span{color:#86e4fc}.systems-additional-projects{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin-top:15px;display:grid}.systems-additional-projects span{border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:#314a62;align-items:center;gap:20px;min-height:76px;padding:19px 23px;font-size:14px;font-weight:700;display:flex}.systems-additional-projects small{color:var(--blue);font:700 9px Courier New,monospace}.systems-cta{background:linear-gradient(#fffffff0,#fffffff0),url(/products/engineered-structural-systems/steel-building-system.png) 50%/cover}@media (max-width:1180px){.site-header{gap:14px}.brand{width:220px}.brand img{width:55px}.brand-title strong{font-size:13px}.brand-title>span{font-size:8px}.primary-nav{gap:10px}.primary-nav>a,.nav-products-link{font-size:9.5px}.submenu a{font-size:11px}}@media (max-width:1040px){.product-hero-copy{width:76%}.product-hero-specs{width:410px}.product-overview{grid-template-columns:80px 1fr}.product-overview-copy{grid-column:2}.processing-capability{grid-template-columns:1fr}.processing-image-wrap{min-height:540px}.material-flow-grid{gap:14px}.output-gallery{min-height:620px}}@media (max-width:1100px){.tube-strengths{grid-template-columns:1fr}.tube-strengths-image{min-height:540px}.tube-profile-range{grid-template-columns:1fr}.tube-profile-diagram{max-width:850px}.tube-development-heading{grid-template-columns:1fr 1fr}.tube-development-heading>p:last-child{grid-column:2}.tube-production{grid-template-columns:1fr}.tube-output-images figure{min-height:520px}.tube-applications{grid-template-columns:1fr}.tube-application-list{margin-top:15px}.parts-drawing-led{grid-template-columns:1fr;gap:56px}.parts-drawing-copy{position:static}.parts-processes{grid-template-columns:1fr}.parts-process-image{min-height:560px}.parts-built-to-print{grid-template-columns:1fr}.parts-output-image{min-height:610px}.parts-applications{grid-template-columns:1fr}.parts-application-list{margin-top:15px}.systems-model-heading,.systems-projects-heading{grid-template-columns:1fr 1fr}.systems-model-heading>p:last-child,.systems-projects-heading>p:last-child{grid-column:2}.systems-services{grid-template-columns:1fr}.systems-services-art{min-height:560px}.systems-outcomes{grid-template-columns:1fr}.systems-project-gallery{min-height:540px}}@media (max-width:820px){.site-header{gap:10px;height:70px;padding:0 18px}.brand{flex:1;gap:8px;width:auto;min-width:0}.brand img{width:50px;height:46px}.brand-title strong{font-size:12px}.brand-title>span{letter-spacing:.04em;font-size:7.5px}.primary-nav{display:none}.hero{grid-template-columns:1fr;min-height:0;padding:0 24px}.hero-copy{padding:92px 0 64px}.hero-visual{min-height:330px;margin:0 -24px}.ring-one{width:390px}.hero-rail{height:75px;left:24px}.hero-bottom-rule{left:24px;right:24px}.proof{grid-template-columns:1fr 1fr;margin:0 24px}.proof-item{min-height:112px;padding:20px 14px 18px 0}.proof-item:not(:first-child){padding-left:14px}.proof-item:nth-child(2){border-right:0}.proof-item:nth-child(3),.proof-item:nth-child(4){border-top:1px solid var(--line)}.section{padding:76px 24px}.solutions,.process,.applications,.about,.contact,.capability-band{grid-template-columns:1fr;gap:42px}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:330px}.capability-band{padding:67px 24px}.process{gap:50px}.application-art{min-height:380px}.contact{background:#fff;padding:78px 24px}.contact-info a{font-size:24px}.about-copy{padding-top:0}.about{padding-top:76px;padding-bottom:76px}footer{flex-wrap:wrap;gap:16px;padding:20px 24px}footer a{width:100%;margin-left:0}.product-hero{min-height:700px}.product-hero-image{object-position:58% center}.product-hero-shade{background:linear-gradient(90deg,#071a30eb,#071f3b8a)}.product-hero-copy{width:100%;padding:72px 24px 190px}.product-breadcrumb{margin-bottom:48px}.product-hero h1{font-size:clamp(52px,15vw,78px)}.product-hero-copy>p:last-child{font-size:15px}.product-hero-specs{width:auto;left:24px;right:24px}.product-hero-specs>div{min-height:112px;padding:18px}.product-section,.product-output{padding:78px 24px}.product-overview{grid-template-columns:1fr;gap:35px}.product-section-label{border-left:0;border-top:5px solid var(--red);min-height:0;padding:17px 0 0}.product-overview-copy{grid-column:auto;padding-top:0}.processing-image-wrap{min-height:400px}.processing-content{padding:72px 24px}.material-flow-heading{display:block}.material-flow-heading h2{width:100%;margin-top:18px}.material-flow-grid{grid-template-columns:1fr}.flow-image{height:380px}.output-heading{grid-template-columns:1fr;gap:18px}.output-gallery{grid-template-rows:auto;grid-template-columns:1fr;min-height:0}.output-gallery .output-large{grid-row:auto}.output-gallery figure{height:360px}.product-applications{grid-template-columns:1fr;gap:45px;padding:78px 24px}.product-cta{min-height:440px;padding:78px 24px}.tube-hero .product-hero-image{object-position:62% center}.tube-hero-specs strong{font-size:20px}.tube-strengths-image{min-height:390px}.tube-strengths-content{padding:72px 24px}.tube-profile-range{gap:45px}.tube-development{padding:78px 24px}.tube-development-heading{grid-template-columns:1fr;gap:20px}.tube-development-heading>p:last-child{grid-column:auto}.tube-development-gallery{grid-template-rows:380px 380px auto;grid-template-columns:1fr}.tube-prototype-grid{grid-column:auto;grid-template-columns:1fr}.tube-prototype-grid figure{height:380px}.tube-production{padding:78px 24px}.tube-output-images{grid-template-columns:1fr}.tube-output-images figure{min-height:420px}.tube-application-list{grid-template-columns:1fr 1fr}.parts-hero .product-hero-image{object-position:58% center}.parts-hero-specs strong{font-size:18px}.parts-drawing-led{padding:78px 24px}.parts-workflow li{grid-template-columns:48px 1fr}.parts-process-image{min-height:390px}.parts-process-content{padding:72px 24px}.parts-built-to-print{gap:48px;padding:78px 24px}.parts-output-image{min-height:480px}.parts-application-list{grid-template-columns:1fr 1fr}.systems-hero .product-hero-image{object-position:60% center}.systems-hero-specs strong{font-size:17px}.systems-model{padding:78px 24px}.systems-model-heading,.systems-projects-heading{grid-template-columns:1fr;gap:20px}.systems-model-heading>p:last-child,.systems-projects-heading>p:last-child{grid-column:auto}.systems-pillars{grid-template-columns:1fr}.systems-pillars article{min-height:270px}.systems-services-art{min-height:400px}.systems-services-content{padding:72px 24px}.systems-outcomes{gap:46px;padding:78px 24px}.systems-projects{padding:78px 24px}.systems-project-gallery{grid-template-columns:1fr;min-height:0}.systems-project{height:400px}.systems-project-02{height:560px}.systems-additional-projects{grid-template-columns:1fr}}@media (max-width:420px){h1{font-size:43px}.hero-actions{flex-direction:column;align-items:flex-start;gap:21px}.proof-item strong{font-size:23px}.proof-item span{font-size:11px}.capability-points{grid-template-columns:1fr}.process-list li{grid-template-columns:48px 1fr}.contact-info a{font-size:21px}}@media (max-width:520px){.product-hero-specs strong{font-size:25px}.product-overview h2,.processing-content h2,.material-flow h2,.product-output h2,.product-applications h2,.product-cta h2{font-size:38px}.processing-image-wrap{min-height:320px}.flow-image,.output-gallery figure{height:290px}.product-application-list{grid-template-columns:1fr}.tube-hero-specs strong{font-size:16px}.tube-hero-specs small{font-size:9px}.tube-strengths-content h2,.tube-profile-copy h2,.tube-development h2,.tube-production h2{font-size:38px}.tube-strength-list article{grid-template-columns:42px 1fr}.tube-profile-diagram{padding:10px}.tube-development-gallery{grid-template-rows:320px 320px auto}.tube-prototype-grid figure{height:320px}.tube-output-images figure{min-height:340px}.tube-application-list{grid-template-columns:1fr}.parts-hero-specs strong{font-size:15px}.parts-hero-specs small{font-size:9px}.parts-drawing-copy h2,.parts-process-content h2,.parts-print-panel h2{font-size:38px}.parts-process-image{min-height:310px}.parts-print-panel{padding-left:20px}.parts-output-image{min-height:350px}.parts-application-list{grid-template-columns:1fr}.systems-hero-specs strong{font-size:14px}.systems-hero-specs small{font-size:9px}.systems-model-heading h2,.systems-services-content h2,.systems-outcomes h2,.systems-projects h2{font-size:38px}.systems-services-art{min-height:330px}.systems-node{width:82px;height:82px}.systems-outcome-grid{grid-template-columns:1fr}.systems-project{height:320px}.systems-project-02{height:480px}}
