:root{--navy:#0b2342;--blue:#164f91;--blue-light:#e9f1f9;--orange:#e2762b;--ink:#162235;--muted:#5c6878;--line:#dfe5ec;--surface:#f4f7fa;--white:#fff;--shadow:0 18px 45px rgba(11,35,66,.11)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:16px;line-height:1.75;background:#fff}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{position:fixed;left:20px;top:-100px;z-index:1000;padding:10px 16px;background:#fff;color:var(--navy)}
.skip-link:focus{top:10px}
.utility-bar{background:var(--navy);color:#d6e0ed;font-size:13px}
.utility-bar .container{display:flex;justify-content:space-between;align-items:center;min-height:36px}
.utility-bar a{color:#fff}
.site-header{position:relative;z-index:1;overflow:visible;background:#fff}
.header-main{display:flex;align-items:center;justify-content:space-between;min-height:90px;gap:30px}
.wordmark{display:flex;align-items:center;flex:0 0 auto;line-height:1.2;color:var(--navy)}
.site-logo{display:block;width:132px;max-width:100%;height:auto;max-height:72px;object-fit:contain}
.brand-name-short{display:none}
.navigation-bar{position:sticky;top:0;z-index:900;overflow:visible;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 14px rgba(11,35,66,.06)}
.navigation-bar>.container{overflow:visible}
.primary-navigation,.primary-navigation .navigation-list,.navigation-item{overflow:visible}
.primary-navigation .navigation-list{display:flex;gap:3px;margin:0;padding:0;list-style:none}
.navigation-item{position:relative;list-style:none}
.navigation-link-row{display:flex;align-items:stretch}
.primary-navigation .navigation-link-row>a{display:block;padding:32px 16px 29px;border-bottom:3px solid transparent;font-weight:700;font-size:15px}
.primary-navigation .navigation-link-row>a:hover,.primary-navigation .navigation-link-row>a:focus,.primary-navigation .navigation-link-row>a.is-current{color:var(--blue);border-color:var(--orange)}
.submenu-toggle{display:flex;align-items:center;justify-content:center;width:30px;padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer}
.submenu-arrow{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s}
.submenu{visibility:hidden;position:absolute;left:0;top:100%;z-index:950;min-width:230px;margin:0;padding:8px 0;list-style:none;background:#fff;border-top:3px solid var(--orange);box-shadow:0 16px 35px rgba(11,35,66,.18);opacity:0;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}
.submenu a{display:block;padding:11px 20px;color:var(--ink);font-size:14px;white-space:nowrap}
.submenu a:hover,.submenu a:focus,.submenu a.is-current{color:var(--blue);background:var(--blue-light)}
.navigation-item.has-submenu:hover>.submenu,.navigation-item.has-submenu:focus-within>.submenu,.navigation-item.has-submenu.is-expanded>.submenu{visibility:visible;opacity:1;transform:translateY(0)}
.navigation-item.is-expanded .submenu-arrow{transform:translateY(2px) rotate(225deg)}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nav-toggle{display:none}
.hero{min-height:620px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(6,25,49,.93),rgba(10,46,84,.75) 55%,rgba(10,46,84,.28)),url("../images/hero-industry.jpg") center/cover no-repeat}
.hero-content{padding:95px 0}
.eyebrow{margin:0 0 12px;color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.16em}
.hero h1{margin:0;max-width:760px;font-size:58px;line-height:1.25;letter-spacing:.02em}
.hero h1 span{color:#9ec8f2}
.hero-content>p:not(.eyebrow){max-width:650px;margin:25px 0 0;color:#e0e9f3;font-size:18px}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 24px;border:1px solid transparent;font-weight:700;transition:background .2s,color .2s,border-color .2s}
.button-primary{background:var(--orange);color:#fff}
.button-primary:hover{background:#bd571b}
.button-light{background:#fff;color:var(--navy)}
.button-outline{border-color:#9caabc;color:var(--navy);background:transparent}
.button-outline:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.section{padding:90px 0}
.section-muted{background:var(--surface)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}
.section-heading h2,.split-layout h2,.product-content-grid h2,.service-callout h2,.contact-grid h2{margin:0;font-size:36px;line-height:1.35;color:var(--navy)}
.section-heading>p{max-width:520px;margin:0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.category-card{min-height:220px;padding:28px 24px;border-top:4px solid var(--blue);background:var(--surface);transition:transform .2s,box-shadow .2s}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card span{font-size:13px;color:var(--orange);font-weight:800}
.category-card h3{margin:50px 0 8px;font-size:21px;line-height:1.45;color:var(--navy)}
.category-card p{margin:0;color:var(--muted);font-size:14px}
.text-link{color:var(--blue);font-weight:800}
.product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 25px rgba(12,42,74,.06)}
.product-card-image{display:flex;height:265px;align-items:center;justify-content:center;padding:24px;background:#f3f6f9}
.product-card-image img{max-width:100%;max-height:100%;object-fit:contain}
.product-card-content{padding:25px}
.product-card-content>p{margin:0;color:var(--orange);font-size:13px;font-weight:800}
.product-card h3{min-height:60px;margin:8px 0 18px;font-size:20px;line-height:1.5;color:var(--navy)}
.section-samples .product-card{display:flex;flex-direction:column}
.section-samples .product-card-content{display:flex;flex:1;flex-direction:column}
.section-samples .product-card-content .text-link{margin-top:auto}
.featured-products-footer{margin-top:38px;text-align:center}
.about-strip{color:#fff;background:var(--navy)}
.about-strip h2{color:#fff}
.about-strip p:not(.eyebrow){color:#ccd7e4}
.about-strip .button-outline{color:#fff;border-color:#7d91a9}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.split-layout img{width:100%;height:400px;object-fit:cover}
.about-intro .company-profile-image{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:900px){.about-intro{grid-template-columns:1fr;gap:30px}}
.page-banner{padding:88px 0;color:#fff;background:linear-gradient(100deg,#0b2342,#12497f)}
.page-banner h1{margin:0;font-size:50px;line-height:1.3}
.page-banner p:last-child{max-width:680px;margin:16px 0 0;color:#d8e3ef;font-size:18px}
.about-intro p:not(.eyebrow){color:var(--muted)}
.value-grid,.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.value-grid article,.process-grid article{padding:30px;background:#fff;border:1px solid var(--line)}
.value-grid span,.process-grid span{color:var(--orange);font-weight:800}
.value-grid h2,.process-grid h3{margin:25px 0 8px;color:var(--navy)}
.value-grid p,.process-grid p{margin:0;color:var(--muted)}
.category-jump{position:sticky;top:91px;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 15px rgba(12,42,74,.05)}
.category-jump .container{display:flex;overflow-x:auto}
.category-jump a{flex:0 0 auto;padding:18px 19px;font-size:14px;font-weight:700;color:var(--muted)}
.category-jump a:hover,.category-jump a.is-current{color:var(--blue);box-shadow:inset 0 -3px 0 var(--orange)}
.anchor-section,.catalog-section,.anchor-target{scroll-margin-top:180px}
.anchor-target{display:block;position:relative;top:-1px}
.catalog-section:nth-of-type(even){background:var(--surface)}
.catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}
.catalog-heading h2{margin:0;color:var(--navy);font-size:32px}
.catalog-heading>span{color:var(--muted)}
.catalog-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.catalog-item{display:flex;align-items:center;justify-content:space-between;min-height:112px;padding:20px 24px;border:1px solid var(--line);background:#fff}
.catalog-item.is-ready:hover{border-color:var(--blue);box-shadow:0 10px 25px rgba(12,42,74,.08)}
.catalog-item h3{margin:7px 0 0;font-size:17px;color:var(--navy)}
.catalog-item:not(.is-ready) h3{margin-top:0}
.product-status{font-size:12px;color:#7b8794}
.catalog-item.is-ready .product-status{color:var(--orange)}
.catalog-arrow{font-size:23px;color:var(--blue)}
.product-detail-hero{padding:35px 0 75px;background:linear-gradient(135deg,#eef4fa,#fff)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;padding:0 0 35px;color:#68788c;font-size:14px}
.breadcrumbs a{color:var(--blue)}
.product-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}
.product-hero-grid h1,.organizing-panel h1{margin:0;color:var(--navy);font-size:44px;line-height:1.35}
.product-summary{max-width:700px;margin:20px 0 0;color:var(--muted);font-size:18px}
.product-main-image{position:relative;width:100%;max-width:380px;aspect-ratio:1/1;justify-self:end;overflow:hidden;padding:0;background-color:#fff;box-shadow:var(--shadow)}
.product-main-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.organizing-panel{padding:55px;background:#fff;border-left:5px solid var(--orange);box-shadow:var(--shadow)}
.organizing-panel>p:not(.eyebrow){margin:20px 0 0;color:var(--muted);font-size:20px}
.product-content-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.feature-list article{display:flex;gap:14px;padding:22px;background:var(--surface)}
.feature-list span{color:var(--orange);font-weight:900}
.feature-list p{margin:0}
.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line)}
table{width:100%;border-collapse:collapse}
th,td{padding:17px 22px;border-bottom:1px solid var(--line);text-align:left}
th{width:34%;color:var(--navy);background:#eaf1f8}
tr:last-child th,tr:last-child td{border-bottom:0}
.table-note{margin:18px 0 0;color:var(--muted);font-size:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.gallery-grid figure{margin:0;background:var(--surface);border:1px solid var(--line)}
.gallery-grid img{width:100%;height:360px;object-fit:contain;background:#edf1f4}
.gallery-grid figcaption{padding:12px 16px;color:var(--muted);font-size:14px}
.product-toc{position:sticky;top:90px;z-index:700;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 16px rgba(11,35,66,.05)}
.product-toc .container{display:flex;align-items:center;gap:22px;min-height:58px}
.product-toc strong{flex:0 0 auto;color:var(--navy)}
.product-toc-links{display:flex;gap:6px;overflow-x:auto;scrollbar-width:thin}
.product-toc-links a{display:block;flex:0 0 auto;padding:10px 13px;color:var(--muted);font-size:14px;white-space:nowrap;border-radius:5px}
.product-toc-links a:hover,.product-toc-links a:focus{color:var(--blue);background:var(--surface)}
.product-sections .product-section:nth-child(even){background:var(--surface)}
.product-section{scroll-margin-top:170px}
.product-section-inner{display:grid;grid-template-columns:250px minmax(0,1fr);gap:55px}
.product-section-heading{align-self:start;position:sticky;top:170px}
.product-section-heading h2{margin-top:8px;font-size:30px;color:var(--navy)}
.product-blocks{min-width:0}
.content-block+.content-block{margin-top:30px}
.content-block h3{margin-bottom:13px;font-size:21px;color:var(--navy)}
.text-block p{margin:0;line-height:1.9;color:#3f4b59}
.text-block p+p{margin-top:14px}
.feature-block ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}
.feature-block ol{display:grid;gap:11px;margin:0;padding:0;list-style:none;counter-reset:product-list}
.feature-block li{position:relative;padding:12px 16px 12px 42px;line-height:1.75;background:#fff;border:1px solid var(--line)}
.feature-block li:before{content:'✓';position:absolute;left:16px;top:12px;color:var(--blue);font-weight:800}
.ordered-list-block li{counter-increment:product-list}
.ordered-list-block li:before{content:counter(product-list) '.'}
.specification-block table{min-width:640px}
.specification-block thead th{width:auto;color:#fff;background:var(--navy)}
.specification-block tbody td:first-child{font-weight:700;color:var(--navy)}
.table-wrap:focus{outline:3px solid rgba(24,104,175,.25);outline-offset:2px}
.technical-figure{margin:30px 0 0;padding:18px;background:#fff;border:1px solid var(--line)}
.technical-figure a{display:block;cursor:zoom-in}
.technical-figure img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain}
.technical-figure figcaption{margin-top:12px;text-align:center;color:var(--muted);font-size:14px}
.product-note{padding:16px 18px;background:#eef5fb;border-left:4px solid var(--blue);color:#3f4b59}
.product-note p{margin:0;line-height:1.75}
.related-products{border-top:1px solid var(--line)}
.download-section{background:#eff5fa}
.download-list{display:grid;gap:12px}
.download-item{display:grid;grid-template-columns:60px 1fr auto;gap:20px;align-items:center;padding:22px 25px;background:#fff;border:1px solid var(--line)}
.download-item.is-unavailable{opacity:.65}
.file-icon{display:flex;align-items:center;justify-content:center;width:52px;height:62px;background:var(--blue);color:#fff;font-size:12px;font-weight:900}
.download-item h3{margin:0;color:var(--navy);font-size:17px}
.download-item p,.download-item span{margin:3px 0 0;color:var(--muted);font-size:14px}
.process-grid{grid-template-columns:repeat(4,1fr)}
.service-callout{display:flex;justify-content:space-between;align-items:center;gap:30px}
.service-callout p:not(.eyebrow){margin-bottom:0;color:var(--muted)}
.support-note{margin-top:35px;padding:30px;border-left:4px solid var(--orange);background:var(--surface)}
.support-note h2{margin:0;color:var(--navy)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.contact-grid>img{width:100%;height:520px;object-fit:cover}
.contact-list{margin-top:35px;border-top:1px solid var(--line)}
.contact-list article{display:grid;grid-template-columns:85px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.contact-list span{color:var(--blue);font-weight:800}
.contact-list p{margin:0}
.home-honors-image{display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.home-honors-image img{width:100%;height:330px;object-fit:contain}
.honors-jump{position:sticky;top:91px;z-index:700;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 15px rgba(12,42,74,.05)}
.honors-jump .container{display:flex;overflow-x:auto}
.honors-jump a{flex:0 0 auto;padding:17px 22px;color:var(--muted);font-size:14px;font-weight:700}
.honors-jump a:hover,.honors-jump a:focus{color:var(--blue);box-shadow:inset 0 -3px 0 var(--orange)}
.honors-section{scroll-margin-top:155px}
.honors-section:nth-of-type(even){background:var(--surface)}
.honors-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.honor-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 25px rgba(12,42,74,.06)}
.honor-image-link{position:relative;display:flex;height:250px;align-items:center;justify-content:center;background:#f4f6f8;cursor:zoom-in}
.honor-image-link img{width:100%;height:100%;object-fit:contain}
.honor-image-link span{position:absolute;right:12px;bottom:12px;padding:6px 11px;color:#fff;background:rgba(11,35,66,.88);font-size:12px;font-weight:700}
.honor-image-link:hover span,.honor-image-link:focus span{background:var(--orange)}
.honor-card-content{display:flex;flex:1;flex-direction:column;padding:20px}
.honor-category{margin:0;color:var(--orange);font-size:12px;font-weight:800}
.honor-card-content h2{margin:8px 0 16px;color:var(--navy);font-size:17px;line-height:1.55}
.honor-meta{margin:auto 0 0;padding-top:14px;border-top:1px solid var(--line);font-size:12px}
.honor-meta div{display:grid;grid-template-columns:62px 1fr;gap:8px}
.honor-meta div+div{margin-top:5px}
.honor-meta dt{color:var(--muted)}
.honor-meta dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#354255}
.honor-lightbox{display:none;position:fixed;inset:0;z-index:1200}
.honor-lightbox.is-open{display:block}
.honor-lightbox-backdrop{position:absolute;inset:0;background:rgba(3,13,25,.9)}
.honor-lightbox-panel{position:relative;z-index:1;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;width:100%;height:100%;padding:58px 22px 24px}
.honor-lightbox figure{min-width:0;max-width:1100px;max-height:100%;margin:0 auto;text-align:center;overflow:auto}
.honor-lightbox-original{display:inline-block;cursor:zoom-in}
.honor-lightbox img{max-width:100%;max-height:calc(100vh - 120px);width:auto;height:auto;margin:auto;object-fit:contain;touch-action:pinch-zoom}
.honor-lightbox figcaption{padding:10px;color:#fff;font-size:15px}
.honor-lightbox-close,.honor-lightbox-prev,.honor-lightbox-next{border:0;color:#fff;background:rgba(255,255,255,.14);cursor:pointer}
.honor-lightbox-close{position:absolute;right:22px;top:16px;z-index:2;width:42px;height:42px;font-size:30px;line-height:1}
.honor-lightbox-prev,.honor-lightbox-next{width:48px;height:64px;font-size:42px;line-height:1}
.honor-lightbox button:hover,.honor-lightbox button:focus{background:var(--orange);outline:2px solid #fff;outline-offset:2px}
body.has-lightbox{overflow:hidden}
.not-found{padding:100px 0;text-align:center;background:var(--surface)}
.not-found .container{max-width:760px}
.error-code{margin:0;color:#dce6ef;font-size:130px;font-weight:900;line-height:1}
.not-found h1{margin:0;color:var(--navy);font-size:40px}
.not-found .button-row{justify-content:center}
.site-footer{color:#c9d3df;background:#081a31}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.5fr .7fr;gap:55px;padding-top:60px;padding-bottom:50px}
.site-footer h2{margin:0 0 15px;color:#fff;font-size:18px}
.site-footer p{margin:5px 0;font-size:14px}
.site-footer a{color:#fff}
.footer-bottom{padding:16px 0;border-top:1px solid #24374f;font-size:13px;color:#8798ab}
@media(max-width:980px){.header-main{position:relative;min-height:76px}.wordmark{min-width:0;max-width:calc(100% - 72px)}.wordmark strong{font-size:20px;white-space:nowrap}.navigation-bar>.container{min-height:76px}.nav-toggle{display:block;flex:0 0 auto;margin-left:auto;padding:9px 13px;border:1px solid var(--line);background:#fff;color:var(--navy);font-weight:700}.primary-navigation{display:none;position:absolute;left:0;right:0;top:100%;z-index:950;max-height:calc(100vh - 76px);overflow-y:auto;background:#fff;box-shadow:var(--shadow)}.primary-navigation.is-open{display:block}.primary-navigation .navigation-list{display:block}.navigation-link-row{border-bottom:1px solid var(--line)}.primary-navigation .navigation-link-row>a{flex:1;padding:14px 20px;border-bottom:0}.submenu-toggle{width:54px;border-left:1px solid var(--line)}.submenu{display:none;visibility:visible;position:static;min-width:0;padding:4px 0;border-top:0;box-shadow:inset 0 5px 10px rgba(11,35,66,.05);opacity:1;transform:none;transition:none;background:var(--surface)}.navigation-item.has-submenu:hover>.submenu,.navigation-item.has-submenu:focus-within>.submenu{display:none}.navigation-item.has-submenu.is-expanded>.submenu{display:block}.submenu a{padding:13px 24px 13px 38px;white-space:normal;border-bottom:1px solid #e4e9ef}.category-jump{top:76px}.anchor-section,.catalog-section,.anchor-target{scroll-margin-top:200px}.hero{min-height:540px}.hero h1{font-size:46px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-card-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1}.process-grid{grid-template-columns:repeat(2,1fr)}.product-hero-grid{grid-template-columns:1fr 1fr;gap:35px}.product-content-grid{gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid section:last-child{grid-column:1/-1}}
@media(max-width:700px){body{font-size:15px}.container{width:min(100% - 28px,1180px)}.utility-bar .container{justify-content:center}.utility-bar span{display:none}.brand-name-full{display:none}.wordmark .brand-name-short{display:block;font-size:18px}.wordmark span{display:none}.section{padding:62px 0}.hero{min-height:500px;background-position:62% center}.hero-content{padding:70px 0}.hero h1{font-size:36px}.hero-content>p:not(.eyebrow){font-size:16px}.section-heading{display:block}.section-heading h2,.split-layout h2,.product-content-grid h2,.service-callout h2,.contact-grid h2{font-size:29px}.section-heading>p{margin-top:14px}.category-grid,.product-card-grid,.value-grid,.catalog-list,.product-hero-grid,.product-content-grid,.feature-list,.gallery-grid,.process-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.category-card{min-height:170px}.category-card h3{margin-top:32px}.product-card:last-child{grid-column:auto}.split-layout{grid-template-columns:1fr;gap:30px}.split-layout img{height:280px}.about-strip .split-layout img{order:-1}.page-banner{padding:65px 0}.page-banner h1{font-size:38px}.category-jump .container{width:100%;padding:0 7px}.catalog-heading{align-items:start}.catalog-heading h2{font-size:26px}.catalog-item{padding:18px;min-height:100px}.product-detail-hero{padding-bottom:55px}.product-hero-grid h1,.organizing-panel h1{font-size:34px}.product-main-image{justify-self:center}.organizing-panel{padding:32px 24px}.gallery-grid img{height:280px}.download-item{grid-template-columns:48px 1fr;padding:18px 15px}.download-item .button{grid-column:1/-1}.service-callout{display:block}.service-callout .button{margin-top:20px}.contact-grid>img{height:320px}.footer-grid section:last-child{grid-column:auto}.error-code{font-size:90px}.not-found h1{font-size:31px}th,td{padding:14px 12px}th{width:42%}}

@media(max-width:980px){.site-logo{width:106px;max-height:64px}.product-toc{top:76px}.product-section{scroll-margin-top:150px}.product-section-inner{grid-template-columns:1fr;gap:28px}.product-section-heading{position:static}.product-toc .container{min-height:54px}.product-toc-links a{padding:10px}}
@media(max-width:700px){.site-logo{width:92px;max-height:58px}.product-toc .container{display:block;padding-top:8px;padding-bottom:8px}.product-toc strong{display:block;margin-bottom:4px;font-size:13px}.product-section{scroll-margin-top:190px}.product-section-heading h2{font-size:27px}.technical-figure{padding:8px}.technical-figure img{max-height:none}.specification-block table{min-width:620px}}
@media(max-width:980px){.honors-jump{top:76px}.honors-section{scroll-margin-top:135px}.honors-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.section-samples .product-card:last-child{grid-column:auto}}
@media(max-width:760px){.honors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.honor-image-link{height:220px}.honor-lightbox-panel{grid-template-columns:48px minmax(0,1fr) 48px;padding:58px 4px 12px}.honor-lightbox-prev,.honor-lightbox-next{width:42px;height:58px}.honor-lightbox-close{right:12px}.home-honors-image img{height:260px}}
@media(max-width:480px){.honors-grid{grid-template-columns:1fr}.honor-image-link{height:290px}.honors-jump .container{width:100%;padding:0 7px}.honors-jump a{padding:14px 13px}.honor-lightbox-panel{grid-template-columns:42px minmax(0,1fr) 42px}.honor-lightbox img{max-height:calc(100vh - 130px)}}
