:root {
  --hp-blue: #0868b8;
  --hp-blue-dark: #075594;
  --hp-ink: #1f1f1f;
  --hp-charcoal: #2d2d2d;
  --hp-muted: #697077;
  --hp-line: #dedede;
  --hp-green: #70ad24;
  --hp-yellow: #e8c828;
  --hp-white: #fff;
  --hp-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #333; background: #fff; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: 0; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; stroke-width: 2; }
.shell { width: min(var(--hp-shell), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; padding: 8px 12px; clip: auto; background: #fff; color: #111; }

.site-header { background: #fff; }
.header-main { height: 137px; display: grid; grid-template-columns: 270px 370px 350px 120px; align-items: center; gap: 15px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 16px; color: var(--hp-ink); }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 360px; max-height: 92px; }
.brand-mark { width: 86px; height: 86px; flex: 0 0 86px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 50%; background: repeating-linear-gradient(55deg, var(--hp-yellow) 0 5px, #ecdc63 5px 10px); border: 5px solid #a5ce42; color: var(--hp-blue-dark); font-weight: 900; font-size: 28px; }
.brand-mark::after { content: ""; position: absolute; right: -15px; bottom: -22px; width: 70px; height: 70px; border-radius: 50%; background: #7cb436; opacity: .9; }
.brand-mark span { z-index: 1; }
.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { max-width: 270px; overflow: hidden; font-size: 20px; white-space: nowrap; text-overflow: ellipsis; }
.brand-copy small { margin-top: 6px; color: var(--hp-green); font-size: 12px; font-weight: 800; }
.header-tagline { margin: 0; padding-left: 24px; border-left: 1px solid #bbb; font-size: 17px; font-weight: 600; line-height: 1.45; color: #212121; }
.header-contact { display: flex; align-items: center; gap: 18px; color: #111; }
.contact-icon { width: 60px; height: 60px; flex: 0 0 60px; display: grid; place-items: center; border: 1px solid #ddd; border-radius: 50%; font-size: 26px; }
.header-contact p { margin: 0; font-size: 15px; line-height: 1.5; }
.header-contact a:hover { color: var(--hp-blue); }
.header-socials { align-self: center; }
.socials { display: flex; justify-content: center; align-items: center; gap: 22px; height: 30px; color: #9da2a6; }
.socials a { display: grid; place-items: center; width: 20px; height: 20px; font-size: 15px; font-weight: 800; }
.menu-toggle { display: none; }
.primary-navigation { height: 60px; background: var(--hp-ink); color: #fff; }
.primary-navigation .shell { height: 100%; }
.primary-menu { height: 100%; display: grid; grid-template-columns: repeat(var(--menu-count, 6), minmax(0, 1fr)); align-items: stretch; margin: 0; padding: 0; list-style: none; }
.primary-menu > li { min-width: 0; }
.primary-menu > li > a { height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 12px; font-size: 17px; font-weight: 650; transition: background .2s; }
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { background: var(--hp-blue); }
.primary-menu .sub-menu { display: block; }

/* Front page header follows the immersive, over-image industrial layout. */
body.home .site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; background: transparent; color: #fff; }
body.home .header-main { width: 100%; height: 132px; margin: 0; grid-template-columns: 270px minmax(260px, 1fr) 330px 142px; padding-inline: max(24px, calc((100% - var(--hp-shell)) / 2 + 18px)); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(7, 24, 38, .5); }
body.home .brand { color: #fff; }
body.home .brand-mark { border-color: #efb51c; background: #1386bd; color: #fff; }
body.home .brand-mark::after { background: #efb51c; }
body.home .brand-copy small { color: #67c7ee; }
body.home .header-tagline { border-left-color: rgba(255,255,255,.28); color: rgba(255,255,255,.88); }
body.home .header-contact { color: #fff; }
body.home .contact-icon { border-color: #168fc8; border-radius: 0; color: #22a6df; }
body.home .header-contact a:hover { color: #55c3f0; }
body.home .header-socials { display: none; }
.header-quote { min-height: 50px; border-color: #168fc8; border-radius: 0; background: #168fc8; }
.header-quote:hover { border-color: #0e77aa; background: #0e77aa; }
body.home .primary-navigation { height: 94px; border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(7, 24, 38, .52); }
body.home .primary-menu > li > a { font-size: 16px; font-weight: 750; }
body.home .primary-menu > li > a:hover { background: transparent; color: #29a8df; }
body.home .primary-menu > li:first-child > a { color: #29a8df; }

.home-hero { min-height: 760px; position: relative; isolation: isolate; overflow: hidden; background-image: var(--home-hero-image); background-position: center; background-size: cover; color: #fff; }
.home-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4,18,29,.24), rgba(4,17,28,.44)); }
.home-hero-content { min-height: 760px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 245px; padding-bottom: 90px; text-align: center; }
.home-kicker { margin: 0 0 14px; color: var(--hp-blue); font-size: 13px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.home-hero .home-kicker, .home-company .home-kicker, .home-quote .home-kicker { color: #55b5ff; }
.home-hero h1 { max-width: 980px; margin: 0; color: #fff; font-size: 50px; font-weight: 850; line-height: 1.16; text-shadow: 0 3px 18px rgba(0,0,0,.24); }
.home-hero-text { max-width: 760px; margin: 20px 0 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.75; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.home-hero-actions .button { min-width: 150px; }
.home-hero-actions .button:first-child { border-color: #f3b51b; border-radius: 0; background: #f3b51b; color: #fff; }
.home-hero-actions .button:first-child:hover { border-color: #d99b04; background: #d99b04; }
.home-button-ghost { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.home-button-ghost:hover { border-color: #fff; background: #fff; color: #222; }
.home-section { padding-top: 86px; padding-bottom: 92px; }
.home-section-heading { max-width: 760px; }
.home-section-heading h2, .home-company h2, .home-about h2, .home-quote h2 { margin: 0; color: #202327; font-size: 39px; line-height: 1.22; }
.home-section-heading > p:last-child { margin: 18px 0 0; color: #646b70; font-size: 16px; line-height: 1.8; }
.home-services .home-section-heading { max-width: none; text-align: left; }
.home-services .home-section-heading .home-kicker { display: none; }
.home-services .home-section-heading h2 { font-size: 43px; font-weight: 600; letter-spacing: .01em; text-transform: uppercase; }
.home-services .home-section-heading > p:last-child { max-width: 760px; margin-top: 13px; }
.home-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 20px; margin-top: 46px; }
.home-service-card { min-width: 0; border: 0; background: #fff; transition: transform .22s; }
.home-service-card:hover { transform: translateY(-3px); }
.home-service-image { aspect-ratio: 16 / 9; display: block; overflow: hidden; border-radius: 4px; background: #e9ecee; }
.home-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.home-service-card:hover img { transform: scale(1.035); }
.home-service-copy { min-height: 0; display: block; padding: 20px 8px 0; text-align: center; }
.home-service-copy > span { display: none; }
.home-service-copy h3 { margin: 0; color: #202327; font-size: 23px; font-weight: 600; line-height: 1.3; }
.home-service-copy p { margin: 8px 0 0; color: #92979b; font-size: 15px; line-height: 1.65; }
.home-company { position: relative; isolation: isolate; padding: 92px 0; overflow: hidden; color: #fff; background-image: var(--company-image); background-position: center; background-size: cover; }
.home-company::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(18, 22, 25, .9); }
.home-company-layout { display: grid; grid-template-columns: .82fr 1.4fr; gap: 80px; align-items: start; }
.home-company h2 { color: #fff; }
.home-company-intro > p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.74); line-height: 1.8; }
.home-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 42px; }
.home-benefit { min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 17px; padding-top: 20px; border-top: 2px solid rgba(255,255,255,.22); }
.home-benefit > svg { width: 42px; height: 42px; color: #55b5ff; stroke-width: 1.7; }
.home-benefit h3 { margin: 0; color: #fff; font-size: 19px; line-height: 1.35; }
.home-benefit p { margin: 9px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
.home-products { background: #f5f6f7; }
.home-products-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.home-text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 2px solid var(--hp-blue); color: var(--hp-blue); font-size: 14px; font-weight: 800; }
.home-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 45px; }
.home-product-card { min-width: 0; border: 1px solid #dfe2e4; background: #fff; }
.home-product-image { aspect-ratio: 4 / 3; display: block; overflow: hidden; background: #e8ebed; }
.home-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.home-product-card:hover img { transform: scale(1.035); }
.home-product-card > div { padding: 22px 22px 24px; }
.home-product-card p { margin: 0 0 7px; color: var(--hp-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.home-product-card h3 { min-height: 54px; margin: 0; color: #25282b; font-size: 18px; line-height: 1.5; }
.home-product-card h3 a:hover { color: var(--hp-blue); }
.home-product-card button { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #9aa1a6; background: transparent; color: #3d4246; font-size: 13px; font-weight: 800; }
.home-product-card button:hover { border-color: var(--hp-blue); color: var(--hp-blue); }
.home-about-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 75px; align-items: center; }
.home-about-media { position: relative; min-width: 0; }
.home-about-media > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #edf0f1; }
.home-about-media > span { position: absolute; right: -20px; bottom: 25px; max-width: 230px; display: flex; align-items: center; gap: 10px; padding: 16px 18px; background: var(--hp-blue); color: #fff; font-size: 13px; font-weight: 800; }
.home-about-media > span svg { flex: 0 0 auto; font-size: 24px; }
.home-about-copy > p:nth-of-type(2) { margin: 22px 0 0; color: #62696e; line-height: 1.85; }
.home-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0 30px; border-top: 1px solid #d9dddf; border-bottom: 1px solid #d9dddf; }
.home-stats > div { min-width: 0; padding: 20px 12px; border-right: 1px solid #d9dddf; }
.home-stats > div:first-child { padding-left: 0; }
.home-stats > div:last-child { border-right: 0; }
.home-stats strong, .home-stats span { display: block; }
.home-stats strong { color: var(--hp-blue); font-size: 28px; line-height: 1.2; }
.home-stats span { margin-top: 5px; color: #666d72; font-size: 12px; }
.home-quote { padding: 86px 0; background: #202528; }
.home-quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .85fr); min-height: 525px; }
.home-quote-intro { min-height: 525px; position: relative; isolation: isolate; display: flex; align-items: end; padding: 48px; overflow: hidden; color: #fff; background-image: var(--quote-image); background-position: center; background-size: cover; }
.home-quote-intro::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(8, 16, 21, .7); }
.home-quote-intro > div { max-width: 560px; }
.home-quote h2 { color: #fff; }
.home-quote-intro > div > p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.8); line-height: 1.8; }
.home-quote-form { align-content: center; padding: 46px; background: #fff; }
.home-quote-form .button { width: 100%; }

.catalog-hero { min-height: 352px; color: #fff; background-image: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.28)), var(--hero-image); background-position: center; background-size: cover; }
.hero-content { min-height: 352px; padding: 35px 0 28px; display: flex; flex-direction: column; align-items: flex-start; }
.hero-content h1 { margin: 0 0 2px; font-size: 37px; line-height: 1.2; font-weight: 800; }
.hero-content p { max-width: 1150px; margin: 0; font-size: 16px; line-height: 1.65; font-weight: 500; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 28px; border: 1px solid var(--hp-blue); border-radius: 2px; background: var(--hp-blue); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.button:hover { border-color: var(--hp-blue-dark); background: var(--hp-blue-dark); }
.button:active { transform: translateY(1px); }
.button-light { border-color: #fff; background: #fff; color: var(--hp-blue); }
.button-light:hover { border-color: #e8f4ff; background: #e8f4ff; color: var(--hp-blue-dark); }
.button-outline { border-color: var(--hp-blue); background: #fff; color: var(--hp-blue); text-transform: none; }
.button-outline:hover { color: #fff; }
.hero-content > .button { margin-top: 28px; }

.catalog-section { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 30px; padding-top: 84px; padding-bottom: 82px; }
.catalog-sidebar { min-width: 0; }
.sidebar-panel { margin-bottom: 30px; border: 1px solid var(--hp-line); }
.sidebar-panel h2 { min-height: 58px; margin: -1px -1px 0; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; border-left: 5px solid var(--hp-blue); background: var(--hp-charcoal); color: #fff; font-size: 22px; line-height: 1.35; font-weight: 500; }
.sidebar-panel h2 svg { font-size: 16px; }
.product-search { height: 50px; display: flex; align-items: center; padding: 0 14px; }
.product-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: #333; background: transparent; }
.product-search svg { color: var(--hp-blue); font-size: 22px; }
.category-list { display: flex; flex-direction: column; }
.category-list button { min-height: 51px; padding: 11px 16px; border: 0; border-bottom: 1px solid var(--hp-line); background: #fff; color: #333; text-align: left; }
.category-list button:last-child { border-bottom: 0; }
.category-list button:hover, .category-list button.active { color: var(--hp-blue); background: #f6faff; }
.hot-panel { overflow: hidden; }
.hot-product { width: 100%; display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 12px; padding: 12px; border: 0; border-bottom: 1px solid var(--hp-line); background: #fff; text-align: left; }
.hot-product:last-child { border-bottom: 0; }
.hot-product img { width: 74px; height: 74px; object-fit: cover; }
.hot-product span { font-size: 13px; line-height: 1.35; }
.hot-product:hover span { color: var(--hp-blue); }

.catalog-main { min-width: 0; }
.catalog-toolbar { height: 38px; display: flex; align-items: center; justify-content: space-between; padding-left: 14px; border: 1px solid #e5e5e5; background: #fcfcfc; }
.catalog-toolbar p { margin: 0; color: var(--hp-muted); font-size: 13px; }
.view-switch { height: 100%; display: flex; }
.view-switch button { width: 43px; height: 100%; display: grid; place-items: center; border: 0; border-left: 1px solid #e5e5e5; background: transparent; color: #aaa; font-size: 20px; }
.view-switch button.active { color: var(--hp-blue); background: #fff; box-shadow: inset 0 0 0 1px #ccc; }
.catalog-intro { padding: 13px 0 31px; color: #3b3b3b; }
.catalog-intro p { margin: 0; font-size: 16px; line-height: 1.85; }
.principles { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 18px; }
.principles strong { grid-column: 1 / -1; font-size: 16px; }
.principles span { display: flex; align-items: center; gap: 7px; font-size: 13px; line-height: 1.35; }
.principles svg { flex: 0 0 auto; color: var(--hp-green); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 20px; }
.product-card { min-width: 0; position: relative; border: 1px solid #e1e1e1; background: #fff; transition: box-shadow .22s, transform .22s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(0,0,0,.11); }
.compare-check { min-height: 34px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-bottom: 1px solid #e5e5e5; color: #777; font-size: 12px; line-height: 1.2; }
.compare-check input { accent-color: var(--hp-blue); }
.product-image { aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: #f5f5f5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-body { padding: 17px 17px 20px; }
.product-category { margin: 0 0 5px; color: var(--hp-blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.product-body h2 { min-height: 66px; margin: 0 0 14px; font-size: 16px; line-height: 1.38; font-weight: 650; }
.product-body h2 a:hover { color: var(--hp-blue); }
.product-body dl { margin: 0 0 16px; color: #666; font-size: 12px; line-height: 1.55; }
.product-body dl div { display: flex; gap: 5px; }
.product-body dt { font-weight: 700; }
.product-body dd { margin: 0; }
.product-body .button { min-height: 38px; width: 100%; padding: 8px 18px; }
.product-grid.list-view { grid-template-columns: 1fr; gap: 18px; }
.product-grid.list-view .product-card { display: grid; grid-template-columns: 210px 1fr; }
.product-grid.list-view .compare-check { position: absolute; z-index: 2; top: 8px; left: 8px; border: 0; background: rgba(255,255,255,.92); }
.product-grid.list-view .product-body { display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; }
.product-grid.list-view .product-body h2 { min-height: 0; font-size: 21px; }
.product-grid.list-view .button { width: 180px; }
.no-results { padding: 45px; border: 1px dashed #bbb; color: #666; text-align: center; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 48px; }
.pagination a, .pagination span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #ddd; background: #fff; font-size: 13px; }
.pagination .active, .pagination a:hover { border-color: var(--hp-blue); background: var(--hp-blue); color: #fff; }
.popular-searches { margin-top: 54px; padding-top: 23px; border-top: 1px solid #ddd; }
.popular-searches h2 { margin: 0 0 16px; color: #222; font-size: 24px; }
.popular-searches div { display: flex; flex-wrap: wrap; gap: 8px; }
.popular-searches button { padding: 8px 12px; border: 1px solid #ddd; border-radius: 2px; background: #fff; color: #555; font-size: 12px; }
.popular-searches button:hover { border-color: var(--hp-blue); color: var(--hp-blue); }

.quote-strip { background: var(--quote-bg, var(--hp-blue)); color: var(--quote-text, #fff); }
.quote-strip-inner { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-strip strong { font-size: 28px; }
.quote-strip .button-light { color: var(--quote-bg, var(--hp-blue)); }
.site-footer { background: var(--footer-bg, #252525); color: var(--footer-text, #c8c8c8); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .9fr .75fr 1.1fr; gap: 50px; padding-top: 68px; padding-bottom: 62px; }
.footer-grid.footer-columns-3 { grid-template-columns: 1.3fr 1fr 1fr; }
.footer-grid.footer-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-grid.footer-columns-1 { grid-template-columns: minmax(0, 1fr); }
.footer-profile > p { max-width: 400px; margin: 25px 0; color: var(--footer-text, #b5b5b5); font-size: 13px; }
.footer-brand .brand-copy strong { color: var(--footer-heading, #fff); }
.footer-brand .brand-mark { width: 72px; height: 72px; flex-basis: 72px; font-size: 23px; }
.site-footer h2 { margin: 0 0 22px; color: var(--footer-heading, #fff); font-size: 21px; line-height: 1.3; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 9px; font-size: 13px; }
.site-footer li a::before { content: "•"; margin-right: 8px; color: var(--footer-accent, var(--hp-blue)); }
.site-footer a:hover { color: var(--footer-heading, #fff); }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #555; color: #fff; font-size: 13px; font-weight: 700; }
.footer-contact p { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 9px; margin: 0 0 16px; font-size: 13px; }
.footer-contact svg { margin-top: 4px; color: var(--footer-accent, var(--hp-blue)); font-size: 18px; }
.footer-bottom { border-top: 1px solid #3e3e3e; background: var(--footer-bottom, #1d1d1d); }
.footer-bottom .shell { min-height: 58px; display: flex; align-items: center; font-size: 12px; }

.floating-contact { position: fixed; z-index: 95; top: var(--float-top, 52%); right: 18px; width: 50px; display: flex; flex-direction: column; align-items: stretch; padding: 0; border-radius: 25px; background: #bcbcbc; box-shadow: 0 4px 0 rgba(0,0,0,.18); transform: translateY(-50%); }
.floating-contact-item { position: relative; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: #fff; overflow: visible; }
.floating-contact-icon { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 50px; border-radius: 50%; background: transparent; font-size: 25px; }
.floating-contact-icon .fa-whatsapp { font-size: 27px; }
.floating-contact-icon .fa-skype { font-size: 26px; }
.floating-contact-icon .fa-mobile-screen-button { font-size: 25px; }
.floating-contact-icon .fa-phone { font-size: 24px; }
.floating-contact-icon .fa-envelope { font-size: 27px; }
.floating-contact-icon .fa-qq { font-size: 25px; }
.floating-contact-label { position: absolute; z-index: 1; top: 4px; right: 40px; min-width: 176px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0 24px 0 17px; border-radius: 22px 0 0 22px; background: var(--float-accent, #1458a6); color: #fff; font-size: 14px; font-weight: 700; line-height: 1; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateX(12px); transition: opacity .18s ease, transform .18s ease; }
.floating-contact-item:hover .floating-contact-label, .floating-contact-item:focus-visible .floating-contact-label { opacity: 1; transform: translateX(0); }
.floating-contact-item:hover .floating-contact-icon, .floating-contact-item:focus-visible .floating-contact-icon, .floating-contact-top .floating-contact-icon { background: var(--float-accent, #1458a6); }
.floating-contact-top .floating-contact-icon { width: 42px; height: 42px; flex-basis: 42px; }
.floating-contact-top::before { content: ""; position: absolute; z-index: 3; top: 13px; width: 20px; height: 3px; border-radius: 2px; background: #fff; }
.floating-contact-top .fa-caret-up { margin-top: 8px; font-size: 25px; }

.compare-bar { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-width: 330px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 14px 13px 18px; border-radius: 3px; background: #183a28; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.28); }
.compare-bar[hidden] { display: none; }
.compare-bar > div { display: flex; align-items: center; gap: 10px; }
.compare-bar .button { min-height: 35px; padding: 7px 15px; }
.inquiry-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 20px; }
.inquiry-modal[hidden] { display: none; }
.inquiry-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.inquiry-dialog { position: relative; width: min(610px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 40px; border-top: 5px solid var(--hp-blue); border-radius: 3px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.inquiry-dialog h2 { margin: 0 0 25px; color: #222; font-size: 32px; }
.eyebrow { margin: 0 0 5px; color: var(--hp-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: #f2f2f2; color: #333; font-size: 22px; }
.inquiry-form { display: grid; gap: 16px; }
.inquiry-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-form label { display: grid; gap: 6px; color: #333; font-size: 13px; font-weight: 700; }
.inquiry-form input, .inquiry-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #ccc; border-radius: 0; outline: 0; color: #222; background: #fff; font-weight: 400; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--hp-blue); box-shadow: 0 0 0 2px rgba(8,104,184,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-status { min-height: 24px; margin: 0; font-size: 13px; }
.form-status.error { color: #a32020; }
.form-status.success { color: #1f6b3c; }

.content-shell { min-height: 55vh; padding-top: 70px; padding-bottom: 70px; }
.standard-content { max-width: 880px; margin: 0 auto; }
.standard-content h1 { color: #222; font-size: 40px; line-height: 1.2; }
.detail-image { margin: 30px 0; }
.detail-image img { max-height: 620px; width: auto; object-fit: contain; }

@media (max-width: 1120px) {
  .header-main { grid-template-columns: 245px 1fr 315px; }
  .header-socials { display: none; }
  .header-tagline { font-size: 15px; }
  .catalog-section { grid-template-columns: 245px minmax(0, 1fr); gap: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-company-layout { gap: 45px; }
  .home-benefits { gap: 28px; }
  .home-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .home-about-layout { gap: 45px; }
  .home-quote-layout { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .shell { width: calc(100% - 40px); }
  .header-main { width: 100%; height: 46px; padding: 0 20px; display: flex; justify-content: space-between; gap: 12px; }
  .header-main .brand { height: 46px; max-width: calc(100% - 52px); gap: 8px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; border-width: 2px; font-size: 12px; }
  .brand-copy strong { max-width: 185px; font-size: 14px; }
  .brand-copy small { margin-top: 2px; font-size: 8px; }
  .custom-logo { max-width: 159px; max-height: 36px; }
  .header-tagline, .header-contact, .header-socials { display: none; }
  body.home .site-header { position: absolute; }
  body.home .header-main { width: 100%; height: 58px; padding: 0 20px; display: flex; justify-content: space-between; gap: 12px; background: rgba(7, 24, 38, .66); }
  body.home .menu-toggle { color: #fff; }
  body.home .primary-navigation { top: 58px; height: auto; background: rgba(7, 24, 38, .96); }
  .header-quote { display: none; }
  .menu-toggle { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border: 0; background: transparent; color: #222; font-size: 26px; }
  .primary-navigation { position: absolute; z-index: 100; top: 46px; left: 0; width: 100%; height: auto; display: none; border-top: 1px solid #333; }
  .primary-navigation.open { display: block; }
  .primary-navigation .shell { width: 100%; }
  .primary-menu { display: flex; flex-direction: column; }
  .primary-menu > li > a { min-height: 48px; justify-content: flex-start; padding: 0 22px; border-bottom: 1px solid #393939; }

  .home-hero, .home-hero-content { min-height: 680px; }
  .home-hero { background-position: 64% center; }
  .home-hero-content { padding: 155px 54px 65px 20px; }
  .home-hero h1 { max-width: 100%; font-size: 32px; line-height: 1.2; }
  .home-hero-text { margin-top: 18px; font-size: 16px; line-height: 1.7; }
  .home-hero-actions { margin-top: 25px; }
  .home-hero-actions .button { min-width: 0; }
  .home-section { padding-top: 68px; padding-bottom: 68px; }
  .home-section-heading h2, .home-company h2, .home-about h2, .home-quote h2 { font-size: 30px; }
  .home-services-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 34px; }
  .home-service-copy { min-height: 0; padding: 21px 18px 23px; }
  .home-service-copy h3 { font-size: 21px; }
  .home-company { padding: 68px 0; }
  .home-company-layout { grid-template-columns: 1fr; gap: 42px; }
  .home-benefits { grid-template-columns: 1fr; gap: 24px; }
  .home-benefit { grid-template-columns: 40px minmax(0, 1fr); }
  .home-benefit > svg { width: 36px; height: 36px; }
  .home-products-head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .home-products-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 34px; }
  .home-product-card h3 { min-height: 0; }
  .home-about-layout { grid-template-columns: 1fr; gap: 48px; }
  .home-about-media > span { right: 12px; bottom: 12px; }
  .home-stats strong { font-size: 23px; }
  .home-quote { padding: 0; }
  .home-quote-layout { width: 100%; grid-template-columns: 1fr; }
  .home-quote-intro { min-height: 390px; padding: 35px 20px; }
  .home-quote-form { padding: 36px 20px; }

  .catalog-hero { min-height: 555px; background-position: 62% center; }
  .catalog-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.32); }
  .catalog-hero { position: relative; }
  .hero-content { position: relative; min-height: 555px; padding: 35px 0 30px; }
  .hero-content h1 { margin-bottom: 6px; font-size: 30px; }
  .hero-content p { font-size: 15px; line-height: 1.75; }
  .hero-content p + p { margin-top: 4px; }
  .hero-content > .button { width: 150px; margin-top: 26px; }
  .catalog-section { width: 100%; display: block; padding: 80px 20px 60px; }
  .sidebar-panel { margin-bottom: 30px; }
  .sidebar-panel h2 { min-height: 59px; font-size: 21px; }
  .hot-panel { display: none; }
  .category-list { max-height: 257px; overflow: hidden; transition: max-height .25s; }
  .category-panel.collapsed .category-list { max-height: 0; }
  .catalog-main { margin-top: 65px; }
  .catalog-toolbar { height: 42px; }
  .catalog-toolbar p { display: none; }
  .view-switch { margin-left: auto; }
  .catalog-intro { padding: 17px 0 35px; }
  .catalog-intro p { font-size: 15px; line-height: 1.82; }
  .principles { grid-template-columns: 1fr; margin-top: 24px; }
  .principles strong { grid-column: auto; }
  .principles span { font-size: 14px; }
  .product-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-body h2 { min-height: 0; font-size: 17px; }
  .product-grid.list-view .product-card { grid-template-columns: 115px minmax(0, 1fr); }
  .product-grid.list-view .product-body { padding: 13px; }
  .product-grid.list-view .product-body h2 { font-size: 15px; }
  .product-grid.list-view .product-body dl { display: none; }
  .product-grid.list-view .button { width: 100%; }
  .popular-searches { margin-top: 45px; }
  .quote-strip-inner { min-height: 155px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 18px; }
  .quote-strip strong { font-size: 24px; line-height: 1.25; }
  .footer-grid,
  .footer-grid.footer-columns-2,
  .footer-grid.footer-columns-3 { grid-template-columns: minmax(0, 1fr); gap: 38px; padding-top: 50px; padding-bottom: 45px; }
  .footer-contact { grid-column: auto; }
  .compare-bar { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .floating-contact { right: 8px; width: 44px; border-radius: 22px; }
  .floating-contact-item, .floating-contact-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .floating-contact-icon { font-size: 22px; }
  .floating-contact-top .floating-contact-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .floating-contact-icon .fa-whatsapp, .floating-contact-icon .fa-envelope { font-size: 24px; }
  .floating-contact-icon .fa-skype, .floating-contact-icon .fa-mobile-screen-button, .floating-contact-icon .fa-qq { font-size: 23px; }
  .floating-contact-icon .fa-phone { font-size: 22px; }
  .floating-contact-label { right: 36px; top: 3px; min-width: 155px; height: 38px; font-size: 12px; }
  .inquiry-dialog { padding: 34px 22px 24px; }
  .inquiry-dialog h2 { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; }
  .content-shell { padding-top: 45px; padding-bottom: 45px; }
  .standard-content h1 { font-size: 32px; }
}

/* Reusable standalone product landing template. */
.product-landing { color:#14263d; background:#fff; overflow:hidden; }
.landing-hero { position:relative; min-height:720px; display:flex; align-items:center; color:#fff; background:#071a31; isolation:isolate; }
.landing-hero:before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(4,17,34,.97),rgba(4,17,34,.72) 52%,rgba(4,17,34,.3)),var(--landing-hero) center/cover no-repeat; }
.landing-hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(370px,.72fr); gap:88px; align-items:center; padding:105px 0 82px; }
.landing-hero-copy h1 { max-width:760px; margin:0; color:#fff; font-size:clamp(42px,5vw,70px); line-height:1.08; }
.landing-lead { max-width:650px; margin:25px 0 0; color:rgba(255,255,255,.8); font-size:18px; line-height:1.8; }
.landing-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:34px; }
.landing-hero-card { padding:34px 34px 28px; border:1px solid rgba(255,255,255,.18); border-radius:6px; background:rgba(8,31,57,.88); box-shadow:0 20px 45px rgba(0,0,0,.2); }
.landing-hero-card>p { margin:0 0 8px; color:#71b8ff; font-size:12px; font-weight:800; letter-spacing:1.7px; }
.landing-hero-card h2 { margin:0 0 23px; color:#fff; font-size:27px; line-height:1.25; }
.landing-hero-card ul { list-style:none; margin:0; padding:0; }
.landing-hero-card li { display:flex; align-items:center; gap:10px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.82); font-size:14px; }
.landing-hero-card li svg { width:17px; color:#39a6ff; }
.landing-hero-card small { display:block; margin-top:13px; color:rgba(255,255,255,.55); font-size:11px; text-align:center; }
.landing-intro { padding:106px 0; background:#fff; }
.landing-intro-grid,.landing-two-col { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:78px; align-items:center; }
.landing-intro-media { overflow:hidden; border-radius:5px; background:#eef3f7; }
.landing-intro-media img { width:100%; aspect-ratio:1.12; object-fit:cover; }
.landing-intro-copy h2,.landing-two-col h2 { margin:0; color:#14263d; font-size:43px; line-height:1.18; }
.landing-intro-copy .entry-content,.landing-two-col>div>p { margin:20px 0 0; color:#68798d; font-size:16px; line-height:1.85; }
.landing-stats { display:grid; grid-template-columns:repeat(3,1fr); margin:29px 0 30px; border-top:1px solid #d9e3ed; border-bottom:1px solid #d9e3ed; }
.landing-stats>div { padding:17px 12px; border-right:1px solid #d9e3ed; }
.landing-stats>div:last-child { border-right:0; }
.landing-stats strong,.landing-stats span { display:block; }
.landing-stats strong { color:#1685f7; font-size:26px; line-height:1.2; }
.landing-stats span { margin-top:5px; color:#718198; font-size:11px; }
.landing-section { padding:106px 0; }
.landing-capabilities { background:#f3f6fa; }
.landing-card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:48px; }
.landing-card-grid article { min-height:245px; padding:22px 20px; border:1px solid #dce5ef; border-radius:6px; background:#fff; box-shadow:0 7px 18px rgba(20,45,76,.05); }
.landing-card-grid article>span { color:#1685f7; font-size:21px; font-weight:800; }
.landing-card-grid h3 { margin:14px 0 0; color:#1b314b; font-size:18px; }
.landing-card-grid p { min-height:75px; margin:10px 0 18px; color:#718198; font-size:13px; line-height:1.7; }
.landing-card-grid a { display:inline-flex; align-items:center; gap:7px; color:#1378e1; font-size:12px; font-weight:800; }
.landing-materials { background:#fff; }
.landing-materials .landing-two-col { align-items:start; }
.landing-material-image { margin-top:26px; overflow:hidden; border-radius:5px; }
.landing-material-image img { width:100%; height:250px; object-fit:cover; }
.landing-data-table { border:1px solid #dce5ef; border-radius:6px; overflow:hidden; background:#f7f9fc; }
.landing-data-table>div { display:grid; grid-template-columns:1fr 1fr 1.35fr; gap:13px; align-items:center; padding:19px 18px; border-bottom:1px solid #dce5ef; }
.landing-data-table>div:last-child { border-bottom:0; }
.landing-data-table strong { color:#1a314d; font-size:14px; }
.landing-data-table b { color:#1685f7; font-size:13px; }
.landing-data-table span { color:#718198; font-size:12px; line-height:1.5; }
.landing-finishes { background:#f3f6fa; }
.landing-finish-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:48px; }
.landing-finish-grid article { min-height:220px; padding:22px 20px; border:1px solid #dce5ef; background:#fff; }
.landing-finish-grid article.is-dark { color:#fff; border-color:#0b284b; background:#071a31; }
.landing-finish-grid span { color:#1685f7; font-size:21px; font-weight:800; }
.landing-finish-grid h3 { margin:30px 0 0; color:#1b314b; font-size:18px; }
.landing-finish-grid.is-dark h3,.landing-finish-grid article.is-dark h3 { color:#fff; }
.landing-finish-grid p { margin:10px 0 0; color:#718198; font-size:13px; line-height:1.7; }
.landing-finish-grid article.is-dark p { color:rgba(255,255,255,.7); }
.landing-gallery { background:#fff; }
.landing-gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:210px; gap:13px; margin-top:48px; }
.landing-gallery-grid figure { margin:0; overflow:hidden; background:#edf2f6; }
.landing-gallery-grid figure.is-large { grid-row:span 2; }
.landing-gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.landing-gallery-grid figure:hover img { transform:scale(1.04); }
.landing-industries { color:#fff; background:#061528; }
.landing-industries .ref-heading h2 { color:#fff; }
.landing-industries .ref-heading>p:last-child { color:rgba(255,255,255,.7); }
.landing-industry-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:47px; border-top:1px solid rgba(126,163,202,.36); border-left:1px solid rgba(126,163,202,.36); }
.landing-industry-grid article { min-height:135px; display:grid; grid-template-columns:32px 1fr 17px; gap:12px; align-items:center; padding:19px; border-right:1px solid rgba(126,163,202,.36); border-bottom:1px solid rgba(126,163,202,.36); background:rgba(11,39,72,.52); }
.landing-industry-grid article:hover { background:#0c315d; }
.landing-industry-grid span { align-self:start; color:#2e98ff; font-size:12px; font-weight:800; }
.landing-industry-grid h3 { margin:0; color:#fff; font-size:16px; }
.landing-industry-grid p { margin:7px 0 0; color:rgba(255,255,255,.66); font-size:12px; line-height:1.6; }
.landing-industry-grid svg { color:#9ab8d7; }
.landing-steps { background:#f3f6fa; }
.landing-steps .landing-two-col { align-items:start; }
.landing-step-list { border-top:1px solid #ccd7e3; }
.landing-step-list>div { display:grid; grid-template-columns:32px 1fr; gap:15px; padding:18px 0; border-bottom:1px solid #ccd7e3; }
.landing-step-list span { color:#1d75c8; font-size:12px; font-weight:800; }
.landing-step-list h3 { margin:0; color:#1e334b; font-size:15px; }
.landing-step-list p { margin:7px 0 0; color:#718198; font-size:13px; line-height:1.65; }
.landing-quality { background:#fff; }
.landing-quality-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:47px; }
.landing-quality-grid article { display:flex; gap:14px; padding:22px; border:1px solid #dce5ef; background:#f7f9fc; }
.landing-quality-grid article>svg { flex:0 0 auto; width:21px; color:#1685f7; }
.landing-quality-grid h3 { margin:0; color:#1b314b; font-size:16px; }
.landing-quality-grid p { margin:7px 0 0; color:#718198; font-size:13px; line-height:1.65; }
.landing-faq { background:#f3f6fa; }
.landing-faq-list { border:1px solid #dce5ef; border-radius:6px; background:#fff; overflow:hidden; }
.landing-faq-list details { border-bottom:1px solid #e1e8ef; }
.landing-faq-list details:last-child { border-bottom:0; }
.landing-faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:17px 19px; color:#1b314b; font-size:14px; font-weight:700; cursor:pointer; list-style:none; }
.landing-faq-list summary::-webkit-details-marker { display:none; }
.landing-faq-list summary svg { flex:0 0 auto; width:16px; color:#1685f7; transition:transform .2s; }
.landing-faq-list details[open] summary svg { transform:rotate(45deg); }
.landing-faq-list details p { margin:0; padding:0 19px 18px; color:#718198; font-size:13px; line-height:1.7; }
.landing-cta { padding:78px 0; color:#fff; background:#09213a; }
.landing-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.landing-cta h2 { max-width:720px; margin:0; color:#fff; font-size:41px; line-height:1.2; }
.landing-cta p:not(.ref-kicker) { max-width:670px; margin:16px 0 0; color:rgba(255,255,255,.7); font-size:16px; line-height:1.75; }
@media (max-width: 980px) { .landing-hero-grid,.landing-intro-grid,.landing-two-col { gap:40px; } .landing-card-grid,.landing-finish-grid { grid-template-columns:repeat(2,1fr); } .landing-industry-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width: 680px) { .landing-hero { min-height:0; } .landing-hero-grid { display:block; padding:72px 0 55px; } .landing-hero-copy h1 { font-size:40px; } .landing-lead { font-size:15px; } .landing-hero-card { margin-top:42px; padding:25px 22px; } .landing-intro,.landing-section { padding:70px 0; } .landing-intro-grid,.landing-two-col { grid-template-columns:1fr; gap:34px; } .landing-intro-copy h2,.landing-two-col h2,.landing-cta h2 { font-size:31px; } .landing-stats strong { font-size:21px; } .landing-stats span { font-size:10px; } .landing-card-grid,.landing-finish-grid,.landing-quality-grid { grid-template-columns:1fr; gap:14px; margin-top:34px; } .landing-card-grid article { min-height:0; } .landing-data-table>div { grid-template-columns:1fr 1fr; } .landing-data-table span { grid-column:1 / -1; } .landing-gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:145px; margin-top:34px; } .landing-industry-grid { grid-template-columns:1fr 1fr; margin-top:34px; } .landing-industry-grid article { min-height:105px; padding:14px 12px; grid-template-columns:23px 1fr; } .landing-industry-grid article>svg { display:none; } .landing-cta-inner { display:block; } .landing-cta .ref-btn { margin-top:28px; } }

/* Reference home layout */
.reference-home { color:#14263d; background:#fff; overflow:hidden; }
.reference-home .shell { width:min(1200px,calc(100% - 44px)); margin:0 auto; }
.ref-hero { position:relative; min-height:808px; display:flex; align-items:center; color:#fff; background:#071a31; isolation:isolate; }
.ref-hero:before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(4,17,34,.97) 0%,rgba(4,17,34,.77) 48%,rgba(4,17,34,.34)),var(--hero-image) center/cover no-repeat; }
.ref-hero-inner { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr); gap:90px; align-items:center; padding:84px 0; }
.ref-kicker { margin:0 0 18px; color:#2f92ff; font-size:12px; font-weight:800; letter-spacing:2px; text-transform:uppercase; }
.ref-hero h1 { max-width:720px; margin:0; color:#fff; font-size:clamp(42px,5.4vw,74px); line-height:1.08; letter-spacing:0; }
.ref-lead { max-width:620px; margin:28px 0 0; color:rgba(255,255,255,.78); font-size:18px; line-height:1.8; }
.ref-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:36px; }
.ref-btn,.ref-panel-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:0 23px; border:1px solid transparent; border-radius:2px; font-weight:700; text-decoration:none; cursor:pointer; }
.ref-btn svg,.ref-panel-btn svg,.ref-link svg { width:17px; height:17px; }
.ref-btn-blue { color:#fff; background:#1685f7; }
.ref-btn-blue:hover { background:#0b6ed2; color:#fff; }
.ref-btn-ghost { color:#fff; border-color:rgba(255,255,255,.48); background:transparent; }
.ref-btn-ghost:hover { color:#fff; border-color:#fff; background:rgba(255,255,255,.08); }
.ref-hero-panel { padding:34px 34px 28px; border:1px solid rgba(255,255,255,.18); background:rgba(8,31,57,.84); box-shadow:0 20px 45px rgba(0,0,0,.2); }
.ref-hero-panel>p { margin:0 0 8px; color:#71b8ff; font-size:12px; font-weight:800; letter-spacing:1.7px; }
.ref-hero-panel h2 { margin:0 0 24px; color:#fff; font-size:27px; }
.ref-hero-panel ul { list-style:none; margin:0; padding:0; }
.ref-hero-panel li { display:flex; align-items:center; gap:10px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.82); font-size:14px; }
.ref-hero-panel li svg { width:17px; color:#39a6ff; }
.ref-panel-btn { width:100%; margin-top:25px; color:#fff; background:#1685f7; }
.ref-hero-panel small { display:block; margin-top:13px; color:rgba(255,255,255,.55); font-size:11px; text-align:center; }
.ref-metrics { padding:54px 0; border-bottom:1px solid #172b42; background:#081629; }
.ref-metrics-heading { margin:0 auto 34px; text-align:center; }
.ref-metrics-heading h2 { margin:0; color:#fff; font-size:29px; line-height:1.25; }
.ref-metrics-heading p { margin:8px 0 0; color:#b4c2d4; font-size:15px; }
.ref-metrics-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.ref-metrics-grid>div { padding:17px 20px 21px; border:1px solid rgba(255,255,255,.78); box-shadow:0 0 14px rgba(155,194,231,.16); text-align:center; }
.ref-metrics strong { display:block; color:#fff; font-size:39px; line-height:1; }
.ref-metrics span { display:block; margin-top:16px; color:#c7d2e2; font-size:17px; }
.ref-section { padding:108px 0; }
.ref-heading { max-width:690px; }
.ref-heading h2,.ref-two-col h2,.ref-capability h2,.ref-video h2,.ref-cta h2 { margin:0; color:#14263d; font-size:43px; line-height:1.18; }
.ref-heading>p:last-child,.ref-two-col>div>p,.ref-capability-copy>p,.ref-video p,.ref-cta p { margin:18px 0 0; color:#66788d; font-size:16px; line-height:1.8; }
.ref-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:51px; }
.ref-service { min-width:0; border:1px solid #e1e9f2; background:#fff; transition:transform .25s,box-shadow .25s; }
.ref-service:hover { transform:translateY(-5px); box-shadow:0 18px 35px rgba(21,58,98,.12); }
.ref-service-image { aspect-ratio:1.45; overflow:hidden; background:#edf2f7; }
.ref-service-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.ref-service:hover img { transform:scale(1.05); }
.ref-service-body { padding:23px 22px 25px; }
.ref-service h3 { min-height:50px; margin:0; color:#1b314b; font-size:19px; line-height:1.4; }
.ref-service p { min-height:72px; margin:13px 0 20px; color:#708196; font-size:13px; line-height:1.7; }
.ref-service a,.ref-link { display:inline-flex; align-items:center; gap:8px; padding:0; border:0; color:#1378e1; background:none; font-size:13px; font-weight:800; text-decoration:none; cursor:pointer; }
.ref-capability { padding:112px 0; background:#fff; }
.ref-capability-grid,.ref-two-col { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:78px; align-items:center; }
.ref-capability-image { height:560px; overflow:hidden; position:relative; border-radius:0; background-image:url('../images/Tik-precision-manufacturer-Video.jpg.webp'),url('../images/impeller-cnc-machining-part.webp'),url('../images/产品检测1.png.webp'),url('../images/cnc-main-image-1000x760-1.png.webp'); background-repeat:no-repeat; background-size:86% 48%,36% 29%,40% 34%,66% 72%; background-position:top left,64% 39%,bottom right,bottom left; }
.ref-capability-image:after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(255,255,255,0) 70%,rgba(255,255,255,.12)); }
.ref-capability-image img { display:none; }
.ref-capability-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:31px; }
.ref-capability-list>div { min-height:181px; display:block; padding:20px 18px; border:1px solid #dfe6ee; border-radius:11px; background:#f4f7fa; box-shadow:0 8px 20px rgba(25,52,80,.04); }
.ref-capability-list>div>span { display:block; margin-bottom:13px; color:#1479d2; font-size:22px; font-weight:800; }
.ref-capability-list h3,.ref-step-list h3,.ref-quality-list h3 { margin:0; color:#1d344e; font-size:15px; }
.ref-capability-list p,.ref-step-list p,.ref-quality-list p { margin:12px 0 0; color:#65778b; font-size:12px; line-height:1.6; }
.ref-capability-list:after { content:"3/4/5 轴加工     DFM 评审支持     CMM 检测报告     原型到小批量"; grid-column:1/-1; display:block; padding:10px 14px; border:1px solid #dfe6ee; border-radius:20px; color:#5d7186; background:#f7f9fb; font-size:11px; text-align:center; }
.ref-materials { background:#fff; }
.ref-chip-box { padding:31px; border:1px solid #dce6f0; background:#f7fafd; }
.ref-chip-tabs { display:flex; gap:28px; padding-bottom:18px; border-bottom:1px solid #d7e2ec; }
.ref-chip-tabs strong { color:#7a8b9e; font-size:13px; }
.ref-chip-tabs strong:first-child { color:#1378e1; }
.ref-chips { display:flex; flex-wrap:wrap; gap:10px; padding-top:25px; }
.ref-chips span { padding:10px 14px; border:1px solid #d4e1ed; border-radius:2px; color:#40556c; background:#fff; font-size:13px; }
.ref-industries { padding:105px 0; color:#fff; background:#061528; }
.ref-industries-layout { display:grid; grid-template-columns:minmax(290px,.65fr) minmax(0,1.35fr); align-items:center; gap:82px; }
.ref-industries h2 { color:#fff; font-size:41px; }
.ref-industries .ref-heading>p:last-child { color:rgba(255,255,255,.7); }
.ref-industries-copy .ref-btn { margin-top:28px; }
.ref-industry-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid rgba(126,163,202,.36); border-left:1px solid rgba(126,163,202,.36); }
.ref-industry-grid a { position:relative; min-height:129px; display:grid; grid-template-columns:34px 1fr 18px; gap:9px; align-items:center; padding:19px 20px; overflow:hidden; border-right:1px solid rgba(126,163,202,.36); border-bottom:1px solid rgba(126,163,202,.36); color:#fff; background:rgba(11,39,72,.52); text-decoration:none; }
.ref-industry-grid a:before { content:""; position:absolute; inset:0; opacity:.2; background:url('../images/impeller-cnc-machining-part.webp') center/cover no-repeat; mix-blend-mode:screen; }
.ref-industry-grid a:nth-child(2n):before { background-image:url('../images/Precision-CNC-Machined-Aluminum-Components-for-Motors.webp'); }
.ref-industry-grid a:nth-child(3n):before { background-image:url('../images/产品检测1.png.webp'); }
.ref-industry-grid a>* { position:relative; z-index:1; }
.ref-industry-grid a:hover { background:#0c315d; }
.ref-industry-grid span { align-self:start; color:#2e98ff; font-size:12px; font-weight:800; }
.ref-industry-grid strong { font-size:16px; }
.ref-industry-grid svg { color:#9ab8d7; }
.ref-workflow { background:#fff; }
.ref-step-list { border-top:1px solid #d9e3ed; }
.ref-workflow { padding:116px 0 108px; background:#f3f6fa; }
.ref-workflow-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(470px,.95fr); gap:70px; align-items:center; }
.ref-workflow-copy>p { max-width:550px; }
.ref-workflow-copy>.ref-btn { margin-top:26px; }
.ref-workflow-steps { margin-top:33px; border-top:1px solid #ccd7e3; }
.ref-workflow-steps>div { display:grid; grid-template-columns:32px 1fr; gap:15px; padding:17px 0; border-bottom:1px solid #ccd7e3; }
.ref-workflow-steps span { color:#1d75c8; font-size:12px; font-weight:700; }
.ref-workflow-steps strong { color:#1e334b; font-size:13px; }
.ref-review-panel { position:relative; padding:28px 23px 22px; border:1px solid #d0d7df; border-radius:14px; background:#fff; box-shadow:0 2px 6px rgba(27,46,67,.2); }
.ref-panel-kicker { margin:0 0 4px; color:#1874cc; font-size:10px; font-weight:800; letter-spacing:2px; text-transform:uppercase; }
.ref-review-panel>h3 { margin:0; color:#14253a; font-size:22px; }
.ref-status { position:absolute; top:38px; right:23px; padding:5px 11px; border-radius:20px; color:#19814d; background:#d8fae4; font-size:10px; font-weight:700; }
.ref-file { display:flex; align-items:center; gap:18px; margin-top:21px; padding:14px 13px; border-radius:13px; color:#fff; background:#071629; }
.ref-file>b { padding:13px 10px; border-radius:8px; background:#117aca; font-size:13px; }
.ref-file strong,.ref-file small { display:block; }
.ref-file strong { font-size:14px; }
.ref-file small { margin-top:4px; color:#bdc9d7; font-size:10px; }
.ref-review-grid { display:grid; grid-template-columns:1fr 1fr; margin-top:15px; border:1px solid #d7dde4; border-radius:13px; overflow:hidden; }
.ref-review-grid>div { min-height:74px; padding:12px; border-right:1px solid #d7dde4; border-bottom:1px solid #d7dde4; }
.ref-review-grid>div:nth-child(2n) { border-right:0; }.ref-review-grid>div:nth-last-child(-n+2){border-bottom:0;}
.ref-review-grid small,.ref-review-grid strong { display:block; }.ref-review-grid small { color:#8796a8; font-size:11px; }.ref-review-grid strong { margin-top:7px; color:#172a40; font-size:15px; }
.ref-review-progress { display:flex; justify-content:space-between; margin:22px 10px 0; }.ref-review-progress>div { display:flex; flex-direction:column; align-items:center; gap:7px; }.ref-review-progress span { display:grid; place-items:center; width:27px; height:27px; border-radius:50%; color:#fff; background:#117aca; font-size:10px; font-weight:700; }.ref-review-progress small { color:#1b2e44; font-size:11px; }
.ref-review-foot { margin-top:20px; padding:12px; border-radius:18px; color:#18488a; background:#f2f5f9; font-size:10px; text-align:center; }
.ref-video { min-height:500px; display:flex; align-items:center; color:#fff; background:#071a31; background-image:linear-gradient(90deg,rgba(3,17,34,.95),rgba(3,17,34,.42)),var(--video-image); background-position:center; background-size:cover; }
.ref-video h2 { max-width:620px; color:#fff; }
.ref-video p { max-width:580px; color:rgba(255,255,255,.72); }
.ref-video-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.ref-play { flex:0 0 auto; width:93px; height:93px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.75); border-radius:50%; color:#fff; background:rgba(255,255,255,.09); cursor:pointer; }
.ref-play svg { width:28px; height:28px; margin-left:4px; }
.ref-quality { background:#f2f6fa; }
.ref-quality-image { height:520px; overflow:hidden; }
.ref-quality-list { margin-top:27px; }
.ref-quality-list>div { display:flex; gap:13px; padding:13px 0; border-bottom:1px solid #d9e3ed; }
.ref-quality-list svg { flex:0 0 auto; width:19px; color:#1785f5; }
.ref-gallery { background:#fff; }
.ref-gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:200px; gap:13px; margin-top:47px; }
.ref-gallery-grid figure { margin:0; overflow:hidden; background:#edf2f6; }
.ref-gallery-grid figure:nth-child(1) { grid-row:span 2; }
.ref-gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.ref-gallery-grid figure:hover img { transform:scale(1.05); }
.ref-testimonials { background:#f2f6fa; }
.ref-testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:45px; }
.ref-testimonial-grid article { min-height:230px; display:flex; flex-direction:column; padding:28px; border:1px solid #dce6f0; background:#fff; }
.ref-stars { color:#f4ae34; letter-spacing:3px; }
.ref-testimonial-grid article>p { margin:20px 0; color:#52677e; font-size:15px; line-height:1.8; }
.ref-testimonial-grid footer { margin-top:auto; display:flex; flex-direction:column; gap:4px; }
.ref-testimonial-grid footer strong { color:#1b3049; font-size:13px; }
.ref-testimonial-grid footer span { color:#8291a2; font-size:12px; }
.ref-products { background:#fff; }
.ref-product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:45px; }
.ref-product-grid article>a { display:block; aspect-ratio:1.25; overflow:hidden; background:#edf2f6; }
.ref-product-grid img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.ref-product-grid article:hover img { transform:scale(1.04); }
.ref-product-grid article>p { margin:17px 0 7px; color:#1785f5; font-size:12px; font-weight:800; }
.ref-product-grid h3 { margin:0 0 13px; color:#1a3049; font-size:18px; }
.ref-cta { padding:80px 0; background:#09213a; }
.ref-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.ref-cta h2 { color:#fff; }
.ref-cta p { color:rgba(255,255,255,.7); }
.ref-materials { padding:94px 0 80px; background:#f3f6fa; }
.ref-materials .ref-two-col { grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); align-items:start; gap:76px; }
.ref-materials .ref-two-col>div:first-child { padding-top:8px; }
.ref-materials .ref-link { min-height:44px; padding:0 21px; color:#fff; background:#123b88; border-radius:5px; }
.ref-material-photo { height:390px; margin-top:17px; background:url('../images/CNC-Machining-Metal-Engineering-Plastic-Materials-with-Surface-Finishes-Reference.jpg.webp') center/cover no-repeat; }
.ref-material-support { display:flex; align-items:center; justify-content:center; gap:26px; min-height:48px; padding:10px 18px; border:1px solid #d4dce6; border-radius:11px; background:#fff; box-shadow:0 2px 5px rgba(20,42,69,.12); }
.ref-material-support strong { color:#1a2e47; font-size:12px; }
.ref-material-support span { color:#627891; font-size:11px; }
.ref-materials .ref-chip-box { display:grid; gap:16px; padding:0; border:0; background:transparent; }
.ref-material-card { padding:22px 23px 21px; border:1px solid #dce3eb; border-radius:12px; background:#fff; box-shadow:0 6px 16px rgba(20,45,76,.06); }
.ref-material-card h3 { margin:0; color:#162941; font-size:17px; }
.ref-material-card>p { margin:9px 0 20px; color:#61758c; font-size:12px; line-height:1.65; }
.ref-material-chips { display:flex; flex-wrap:wrap; gap:10px 16px; }
.ref-material-chips span { min-width:101px; padding:5px 12px; border:1px solid #dbe2ea; border-radius:20px; color:#173a70; background:#f8fafc; font-size:11px; text-align:center; }
.ref-reveal { opacity:1; transform:none; }
html.holy-ready .ref-reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
html.holy-ready .ref-reveal.is-visible { opacity:1; transform:none; }
body.home .site-header.is-scrolled { position:sticky; top:0; background:#fff; color:#132541; box-shadow:0 5px 20px rgba(8,28,54,.12); }
body.home .site-header.is-scrolled .header-main { height:78px; border-bottom:0; background:#fff; }
body.home .site-header.is-scrolled .brand { color:#132541; }
body.home .site-header.is-scrolled .primary-navigation { background:#fff; }
body.home .site-header.is-scrolled .primary-menu > li > a { color:#132541; }
body.home .site-header.is-scrolled .primary-menu > li > a:hover { color:#147ee5; }
@media(min-width:981px){body.home .primary-menu > li:nth-child(n+2):nth-child(-n+5) > a:after{content:"";width:6px;height:6px;margin-left:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}body.home .primary-menu > li:hover > a:after{transform:rotate(225deg) translate(-1px,-1px)}}
@media(min-width:981px){body.home .header-main{width:min(1440px,calc(100% - 48px));grid-template-columns:180px minmax(0,1fr) 118px;gap:20px}body.home .primary-navigation{left:220px;right:145px}body.home .primary-menu{grid-template-columns:repeat(5,minmax(0,1fr))}body.home .primary-menu>li:first-child{display:none}body.home .primary-menu>li:nth-child(n+2):nth-child(-n+5)>a:after{margin-left:8px}}
@media(max-width:980px){.ref-hero-inner{grid-template-columns:1fr .82fr;gap:35px}.ref-service-grid{grid-template-columns:repeat(2,1fr)}.ref-capability-grid,.ref-two-col{gap:38px}.ref-industries-layout,.ref-workflow-layout{gap:35px}.ref-heading h2,.ref-two-col h2,.ref-capability h2,.ref-video h2,.ref-cta h2{font-size:36px}}
@media(max-width:680px){.reference-home .shell{width:min(100% - 32px,1180px)}.ref-hero{min-height:0}.ref-hero-inner{display:block;padding:74px 0 58px}.ref-hero h1{font-size:40px}.ref-lead{font-size:15px}.ref-hero-panel{margin-top:42px;padding:25px 22px}.ref-metrics{padding:45px 0}.ref-metrics-heading h2{font-size:25px}.ref-metrics-heading p{font-size:13px}.ref-metrics-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ref-metrics-grid>div{padding:20px 10px}.ref-metrics strong{font-size:30px}.ref-metrics span{font-size:13px;margin-top:10px}.ref-section,.ref-capability{padding:70px 0}.ref-heading h2,.ref-two-col h2,.ref-capability h2,.ref-video h2,.ref-cta h2{font-size:31px}.ref-service-grid,.ref-industry-grid,.ref-testimonial-grid,.ref-product-grid{grid-template-columns:1fr;gap:18px;margin-top:34px}.ref-capability-grid,.ref-two-col{grid-template-columns:1fr;gap:34px}.ref-capability-image,.ref-quality-image{height:330px}.ref-capability-list{grid-template-columns:1fr}.ref-capability-list>div{min-height:0}.ref-industry-grid a{min-height:90px}.ref-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:145px;margin-top:34px}.ref-gallery-grid figure:nth-child(1){grid-row:span 2}.ref-video{min-height:480px}.ref-video-inner,.ref-cta-inner{display:block}.ref-play{margin:35px auto 0}.ref-cta .ref-btn{margin-top:28px}}
@media(min-width:981px){body.home .header-main,body.home .primary-navigation .shell{width:min(1440px,calc(100% - 48px));}.ref-hero-inner{padding-top:120px;padding-bottom:80px;}}
@media(max-width:680px){.ref-materials .ref-two-col{grid-template-columns:1fr;gap:30px}.ref-material-photo{height:260px}.ref-material-support{gap:12px;justify-content:space-between}.ref-material-card{padding:19px}.ref-material-chips span{min-width:80px}.ref-industries-layout,.ref-workflow-layout{grid-template-columns:1fr;gap:35px}.ref-industries{padding:70px 0}.ref-industries h2{font-size:31px}.ref-industry-grid{grid-template-columns:1fr 1fr}.ref-industry-grid a{min-height:100px;padding:14px}.ref-industry-grid strong{font-size:14px}.ref-review-panel{padding:22px 15px}.ref-status{position:static;display:inline-block;margin-top:10px}.ref-review-grid>div{min-height:65px}.ref-review-grid strong{font-size:13px}}

/* Capability cards closely follow the reference three-column comparison layout. */
.pl-capabilities { background:#f2f6fb; }
.pl-capabilities .pl-section-head { display:block; max-width:760px; margin:0 auto; text-align:center; }
.pl-capabilities .pl-section-head .pl-kicker { margin-bottom:14px; }
.pl-capabilities .pl-section-head h2 { font-size:42px; }
.pl-capabilities .pl-section-head > p { max-width:670px; margin:16px auto 0; color:#718197; }
.pl-axis-grid { align-items:stretch; gap:20px; margin-top:38px; }
.pl-axis-card { display:flex; flex-direction:column; min-height:0; border:1px solid #dce5ef; border-radius:4px; box-shadow:0 12px 28px rgba(20,45,76,.08); }
.pl-axis-card.is-featured { transform:translateY(0); border-color:#0a1d3b; background:#0b1e3d; box-shadow:0 18px 34px rgba(7,26,57,.2); }
.pl-axis-card.is-featured:hover { transform:translateY(-5px); }
.pl-axis-image { height:194px; flex:0 0 194px; background:#e4eaf1; }
.pl-axis-body { display:flex; flex:1; flex-direction:column; min-height:330px; padding:22px 20px 14px; }
.pl-axis-body>p { display:inline-flex; align-self:flex-start; margin:0; padding:5px 9px; border-radius:12px; color:#147fec; background:#edf5ff; font-size:9px; letter-spacing:1px; }
.pl-axis-card.is-featured .pl-axis-body>p { color:#fff; background:rgba(76,155,241,.22); }
.pl-axis-body h3 { margin:17px 0 0; color:#142b49; font-size:21px; line-height:1.3; }
.pl-axis-card.is-featured h3 { color:#fff; }
.pl-axis-body>span { min-height:58px; margin-top:11px; color:#718197; font-size:12px; line-height:1.65; }
.pl-axis-card.is-featured .pl-axis-body>span { color:rgba(255,255,255,.7); }
.pl-axis-best { margin-top:17px; padding:11px 12px 10px; border:1px solid #dce5ef; border-radius:10px; background:#f7f9fc; }
.pl-axis-card.is-featured .pl-axis-best { border-color:rgba(255,255,255,.18); background:rgba(255,255,255,.08); }
.pl-axis-best strong { display:block; color:#172940; font-size:11px; }
.pl-axis-card.is-featured .pl-axis-best strong { color:#fff; }
.pl-axis-best ul { display:grid; gap:6px; margin:9px 0 0; padding:0; list-style:none; }
.pl-axis-best li { display:flex; align-items:flex-start; gap:6px; color:#697c91; font-size:10px; line-height:1.35; }
.pl-axis-best li svg { flex:0 0 auto; width:12px; height:12px; margin-top:1px; color:#1d83ef; }
.pl-axis-card.is-featured .pl-axis-best li { color:rgba(255,255,255,.75); }
.pl-axis-card.is-featured .pl-axis-best li svg { color:#8bc5ff; }
.pl-axis-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto; padding-top:14px; border-top:1px solid #e1e8f0; }
.pl-axis-card.is-featured .pl-axis-footer { border-top-color:rgba(255,255,255,.18); }
.pl-axis-footer small { color:#7a8b9e; font-size:9px; line-height:1.3; }
.pl-axis-card.is-featured .pl-axis-footer small { color:rgba(255,255,255,.65); }
.pl-axis-footer a { display:inline-flex; align-items:center; gap:5px; margin:0; padding:7px 10px; border-radius:14px; color:#fff; background:#0d213f; font-size:9px; white-space:nowrap; }
.pl-axis-footer a svg { width:12px; height:12px; }
.pl-axis-card.is-featured .pl-axis-footer a { color:#13233a; background:#fff; }
.pl-capability-strip { display:grid; grid-template-columns:repeat(3,1fr); margin-top:22px; border:1px solid #dce5ef; border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 7px 20px rgba(20,45,76,.06); }
.pl-capability-strip>div { min-height:76px; padding:16px 18px; border-right:1px solid #dce5ef; }
.pl-capability-strip>div:last-child { border-right:0; }
.pl-capability-strip strong { display:block; color:#1a2f4b; font-size:12px; }
.pl-capability-strip p { margin:7px 0 0; color:#718197; font-size:10px; line-height:1.45; }
@media (max-width:980px) {
  .pl-capabilities .pl-section-head h2 { font-size:36px; }
  .pl-axis-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
  .pl-axis-image { height:155px; flex-basis:155px; }
  .pl-axis-body { padding:18px 14px 12px; }
  .pl-axis-body h3 { font-size:18px; }
  .pl-axis-body>span { font-size:11px; }
  .pl-axis-best { padding:10px 9px; }
  .pl-axis-best li { font-size:9px; }
}
@media (max-width:680px) {
  .pl-capabilities .pl-section-head { padding-bottom:0; }
  .pl-capabilities .pl-section-head h2 { font-size:31px; }
  .pl-axis-grid { grid-template-columns:1fr; gap:16px; margin-top:31px; }
  .pl-axis-card.is-featured { order:3; }
  .pl-axis-image { height:190px; flex-basis:190px; }
  .pl-axis-body { min-height:0; padding:21px 18px 14px; }
  .pl-axis-body>span { min-height:0; }
  .pl-capability-strip { grid-template-columns:1fr; }
  .pl-capability-strip>div { min-height:0; border-right:0; border-bottom:1px solid #dce5ef; }
  .pl-capability-strip>div:last-child { border-bottom:0; }
}

/* Reference-matched light CNC parts board. */
.pl-parts { padding:104px 0 98px; background:#fff; }
.pl-parts-head { grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:72px; }
.pl-parts-head h2 { color:#1b2435; font-size:43px; line-height:1.06; }
.pl-parts-head>p { color:#586c84; font-size:13px; line-height:1.7; }
.pl-parts-board { margin-top:48px; padding:0 8px 0; border:1px solid #dfe7ef; border-radius:24px; background:#fff; box-shadow:0 15px 35px rgba(40,68,99,.10); }
.pl-parts-board .pl-board-top { min-height:68px; padding:0 18px; border-bottom:1px solid #e1e8f0; }
.pl-parts-board .pl-board-top strong { color:#203654; font-size:10px; letter-spacing:1.1px; }
.pl-parts-board .pl-board-top strong:before { content:""; display:inline-block; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#d6a942; vertical-align:middle; }
.pl-parts-board .pl-board-top>div span { padding:6px 10px; border:1px solid #e1e8f0; border-radius:12px; color:#687a90; background:#f7f9fb; font-size:10px; }
.pl-parts-stage { min-height:285px; display:flex; position:relative; align-items:center; justify-content:space-around; gap:18px; margin:0; padding:24px 40px 28px; overflow:hidden; border:0; background:#f5f8fb; background-image:linear-gradient(rgba(110,145,180,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(110,145,180,.08) 1px,transparent 1px); background-size:46px 46px; }
.pl-parts-stage:before { content:""; position:absolute; left:8%; right:8%; top:50%; height:1px; opacity:1; background:#d7e0e9; }
.pl-part-object { position:relative; z-index:1; width:22%; min-width:120px; display:flex; flex-direction:column; align-items:center; gap:12px; }
.pl-part-object img { width:100%; height:128px; object-fit:contain; filter:drop-shadow(0 15px 14px rgba(32,55,77,.18)); transition:transform .3s; }
.pl-part-object:hover img { transform:translateY(-5px) scale(1.04); }
.pl-part-object span { order:-1; padding:7px 11px; border:1px solid #e2e8ef; border-radius:16px; color:#294464; background:#fff; box-shadow:0 8px 18px rgba(42,69,99,.10); font-size:9px; font-weight:800; white-space:nowrap; }
.part-object-2 span,.part-object-4 span { order:2; }
.pl-callout { display:none; }
.pl-parts-features { margin:0; border-top:1px solid #e0e7ef; border-radius:0 0 20px 20px; }
.pl-parts-features>div { min-height:112px; padding:20px 20px 18px; }
.pl-parts-features strong { color:#1f3553; font-size:12px; }
.pl-parts-features p { margin-top:13px; color:#74869a; font-size:10px; line-height:1.55; }
.pl-parts-cta { margin-top:30px; padding:25px 28px; border-radius:20px; background:#12223d; }
.pl-parts-cta h3 { font-size:18px; }
@media (max-width:980px) {
  .pl-parts-head h2 { font-size:37px; }
  .pl-part-object { min-width:90px; }
  .pl-part-object img { height:105px; }
  .pl-parts-stage { padding-inline:22px; }
}
@media (max-width:680px) {
  .pl-parts { padding:70px 0; }
  .pl-parts-head { display:block; }
  .pl-parts-head h2 { font-size:32px; }
  .pl-parts-head>p { margin-top:17px; }
  .pl-parts-board { margin-top:32px; padding-inline:5px; border-radius:18px; }
  .pl-parts-board .pl-board-top { min-height:62px; padding-inline:12px; }
  .pl-parts-board .pl-board-top>div { gap:5px; }
  .pl-parts-board .pl-board-top>div span { padding:5px 7px; font-size:9px; }
  .pl-parts-stage { min-height:410px; display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:20px 14px; }
  .pl-parts-stage:before { top:50%; left:12%; right:12%; }
  .pl-part-object { width:auto; min-width:0; }
  .pl-part-object img { height:116px; }
  .pl-part-object span { font-size:8px; }
  .pl-parts-features { grid-template-columns:1fr 1fr; }
  .pl-parts-features>div { min-height:104px; padding:16px 12px; }
  .pl-parts-features>div:nth-child(2n) { border-right:0; }
  .pl-parts-features>div:nth-child(n+3) { border-top:1px solid #e0e7ef; }
  .pl-parts-cta { margin-top:15px; padding:21px 19px; }
}

/* CNC parts showcase: dark technical board with centered part and capability strip. */
.pl-parts { position:relative; overflow:hidden; padding:104px 0 96px; background:#f4f7fb; }
.pl-parts-head { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:70px; align-items:end; }
.pl-parts-head h2 { font-size:42px; }
.pl-parts-head>p { color:#62768d; }
.pl-parts-board { margin-top:48px; padding:24px; border-radius:14px; background:#091d3b; box-shadow:0 20px 48px rgba(15,39,75,.18); }
.pl-parts-board .pl-board-top { padding-bottom:17px; border-bottom:1px solid rgba(172,205,237,.48); }
.pl-parts-board .pl-board-top strong { color:#fff; font-size:11px; letter-spacing:1px; }
.pl-parts-board .pl-board-top>div span { border-color:rgba(172,205,237,.3); color:rgba(255,255,255,.75); }
.pl-parts-stage { min-height:385px; margin-top:18px; background-color:#061932; background-image:linear-gradient(rgba(72,133,194,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(72,133,194,.15) 1px,transparent 1px); background-size:42px 42px; }
.pl-parts-stage:before { opacity:.32; background:radial-gradient(circle at center,rgba(27,81,135,.7),transparent 62%); }
.pl-parts-stage img { width:min(57%,530px); height:300px; object-fit:contain; filter:drop-shadow(0 24px 25px rgba(0,0,0,.42)); }
.pl-callout { padding:8px 12px; border-color:#4c9fe3; border-radius:2px; color:#fff; background:rgba(8,30,62,.82); font-size:10px; }
.pl-callout:after { width:48px; background:#66b6ff; }
.pl-callout.c1 { top:24%; left:13%; }
.pl-callout.c2 { top:16%; right:12%; }
.pl-callout.c3 { bottom:20%; right:16%; }
.pl-callout.c4 { bottom:18%; left:30%; }
.pl-callout.c4:after { right:100%; bottom:50%; transform:rotate(165deg); transform-origin:right; }
.pl-parts-thumbs { grid-template-columns:repeat(4,1fr); gap:11px; margin-top:13px; }
.pl-parts-thumbs figure { margin:0; height:96px; overflow:hidden; border:1px solid rgba(172,205,237,.35); background:#122e55; }
.pl-parts-thumbs img { width:100%; height:100%; border:0; object-fit:cover; transition:transform .35s; }
.pl-parts-thumbs figure:hover img { transform:scale(1.05); }
.pl-parts-features { display:grid; grid-template-columns:repeat(4,1fr); margin-top:14px; padding:0; background:#fff; }
.pl-parts-features>div { min-height:116px; padding:20px 18px; border-right:1px solid #e0e7ef; }
.pl-parts-features>div:last-child { border-right:0; }
.pl-parts-features strong { display:block; color:#172f4e; font-size:12px; }
.pl-parts-features p { margin:12px 0 0; color:#708199; font-size:10px; line-height:1.55; }
.pl-parts-cta { display:flex; align-items:center; justify-content:space-between; gap:35px; margin-top:20px; padding:23px 27px; border-radius:18px; color:#fff; background:#0b1d3a; box-shadow:0 12px 25px rgba(15,42,79,.12); }
.pl-parts-cta h3 { margin:0; color:#fff; font-size:18px; }
.pl-parts-cta p { max-width:720px; margin:8px 0 0; color:rgba(255,255,255,.66); font-size:11px; line-height:1.55; }
.pl-parts-cta .pl-btn { flex:0 0 auto; min-height:42px; padding:0 20px; border-radius:22px; font-size:11px; }
@media (max-width:980px) {
  .pl-parts-head { gap:36px; }
  .pl-parts-head h2 { font-size:36px; }
  .pl-parts-stage { min-height:340px; }
  .pl-parts-stage img { width:63%; height:270px; }
  .pl-parts-features>div { padding:17px 12px; }
}
@media (max-width:680px) {
  .pl-parts { padding:70px 0; }
  .pl-parts-head { display:block; }
  .pl-parts-head h2 { font-size:31px; }
  .pl-parts-head>p { margin-top:17px; }
  .pl-parts-board { margin-top:33px; padding:15px; }
  .pl-parts-board .pl-board-top { align-items:center; flex-direction:row; }
  .pl-parts-stage { min-height:285px; }
  .pl-parts-stage img { width:78%; height:220px; }
  .pl-callout { display:none; }
  .pl-parts-thumbs { grid-template-columns:repeat(2,1fr); }
  .pl-parts-thumbs figure { height:88px; }
  .pl-parts-features { grid-template-columns:1fr 1fr; }
  .pl-parts-features>div { min-height:105px; border-bottom:1px solid #e0e7ef; }
  .pl-parts-features>div:nth-child(2n) { border-right:0; }
  .pl-parts-features>div:nth-child(n+3) { border-bottom:0; }
  .pl-parts-cta { display:block; margin-top:15px; padding:21px 19px; }
  .pl-parts-cta .pl-btn { margin-top:18px; }
}

/* Material system panel: dark category rail and a focused material detail view. */
.pl-materials { padding:84px 0 96px; background:#f4f7fb; }
.pl-material-system { display:grid; grid-template-columns:300px minmax(0,1fr); min-height:694px; overflow:hidden; background:#fff; box-shadow:0 16px 38px rgba(20,45,76,.10); }
.pl-material-sidebar { padding:38px 25px 32px; color:#fff; background:#0b2348; background-image:linear-gradient(rgba(54,105,166,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(54,105,166,.11) 1px,transparent 1px); background-size:28px 28px; }
.pl-material-sidebar .pl-kicker { margin:0 0 9px; color:#53b4ff; font-size:10px; letter-spacing:1.5px; }
.pl-material-sidebar h2 { margin:0 0 28px; color:#fff; font-size:23px; line-height:1.2; }
.pl-material-sidebar nav { display:grid; gap:9px; }
.pl-material-sidebar nav { margin:0; padding:0; list-style:none; }
.pl-material-tab { display:flex; align-items:center; gap:13px; width:100%; min-height:57px; margin:0 0 9px; padding:0 13px; border:1px solid rgba(143,184,226,.22); border-radius:6px; color:rgba(255,255,255,.84); background:rgba(255,255,255,.045); font:inherit; font-size:12px; font-weight:700; text-align:left; cursor:pointer; transition:background .18s,border-color .18s,color .18s; }
.pl-material-tab:last-child { margin-bottom:0; }
.pl-material-tab:hover { border-color:rgba(255,255,255,.62); background:rgba(255,255,255,.11); }
.pl-material-tab b { display:grid; place-items:center; flex:0 0 29px; width:29px; height:29px; border:1px solid rgba(166,201,235,.35); color:#83bdf1; font-size:10px; }
.pl-material-tab span { min-width:0; overflow-wrap:anywhere; }
.pl-material-tab.active { color:#17304f; border-color:#fff; background:#fff; }
.pl-material-tab.active b { border-color:#122e55; color:#fff; background:#122e55; }
.pl-material-tab:focus-visible { outline:2px solid #53b4ff; outline-offset:2px; }
.pl-material-main { min-width:0; padding:21px 28px 28px; }
.pl-material-header { display:flex; align-items:flex-start; justify-content:space-between; gap:30px; min-height:130px; padding:0 0 20px; }
.pl-material-header .pl-kicker { margin:0 0 12px; color:#1854af; font-size:10px; letter-spacing:1.6px; }
.pl-material-header h2 { max-width:585px; margin:0; color:#10294c; font-size:32px; line-height:1.08; }
.pl-material-support { flex:0 0 auto; display:inline-flex; align-items:center; gap:8px; min-height:38px; margin-top:0; padding:0 20px; border:2px solid #10294c; color:#10294c; background:#fff; font-size:11px; font-weight:700; cursor:pointer; }
.pl-material-support svg { width:14px; }
.pl-material-detail { display:grid; grid-template-columns:minmax(0,1fr) 242px; gap:7px; align-items:start; }
.pl-material-card { min-height:513px; padding:27px 25px 23px; border:2px solid #d8e0e9; background:#fff; box-shadow:0 2px 4px rgba(20,45,76,.07); }
.pl-material-badge { display:inline-flex; margin:0 0 16px; padding:8px 14px; color:#173d76; background:#eef3f8; font-size:9px; font-weight:800; letter-spacing:1px; }
.pl-material-card h3 { margin:0; color:#102b51; font-size:27px; line-height:1.2; }
.pl-material-description { margin:15px 0 24px; color:#5f748e; font-size:12px; line-height:1.8; }
.pl-material-standards { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #d2dce7; background:#f4f7fa; }
.pl-material-standards>div { min-height:94px; padding:13px 12px; border-right:1px solid #d2dce7; }
.pl-material-standards>div:last-child { border-right:0; }
.pl-material-standards small,.pl-material-standards strong { display:block; }
.pl-material-standards small { color:#7a8ca0; font-size:10px; }
.pl-material-standards strong { margin-top:14px; color:#19365b; font-size:11px; line-height:1.5; white-space:pre-line; }
.pl-material-bottom { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-top:26px; }
.pl-material-bottom h4 { margin:0; color:#122c51; font-size:15px; }
.pl-material-bottom ul { display:grid; gap:5px; margin:15px 0 0; padding-left:16px; color:#607692; font-size:11px; line-height:1.45; }
.pl-material-parts { display:grid; grid-template-columns:1fr 1fr; gap:7px; margin-top:15px; }
.pl-material-parts span { padding:9px 8px; border:1px solid #d5e0eb; color:#4f6a89; background:#eef3f8; font-size:10px; }
.pl-material-aside { display:grid; gap:15px; }
.pl-material-index { min-height:220px; padding:22px 21px; color:#fff; background:#10274f; }
.pl-material-index p { margin:0; color:#79a6d9; font-size:10px; font-weight:800; letter-spacing:1.3px; }
.pl-material-index strong { display:block; margin-top:13px; color:#fff; font-size:37px; line-height:1; }
.pl-material-index span { display:block; margin-top:15px; color:rgba(255,255,255,.56); font-size:11px; line-height:1.6; }
.pl-material-photo { height:210px; overflow:hidden; border:1px solid #d7e0e9; background:#f3f6f9; }
.pl-material-photo img { width:100%; height:100%; display:block; object-fit:cover; }
@media (max-width:980px) {
  .pl-material-system { grid-template-columns:230px minmax(0,1fr); }
  .pl-material-main { padding:22px 20px; }
  .pl-material-header h2 { font-size:28px; }
  .pl-material-detail { grid-template-columns:minmax(0,1fr) 205px; }
  .pl-material-card { padding:22px 18px; }
  .pl-material-index { padding:18px 15px; }
}
@media (max-width:680px) {
  .pl-materials { padding:70px 0; }
  .pl-material-system { display:block; min-height:0; }
  .pl-material-sidebar { padding:27px 19px 22px; }
  .pl-material-sidebar h2 { margin-bottom:19px; font-size:21px; }
  .pl-material-sidebar nav { grid-template-columns:1fr 1fr; gap:7px; }
  .pl-material-tab { min-height:47px; gap:8px; padding:0 8px; font-size:10px; }
  .pl-material-tab b { flex-basis:23px; width:23px; height:23px; font-size:9px; }
  .pl-material-main { padding:23px 16px 18px; }
  .pl-material-header { display:block; min-height:0; padding-bottom:22px; }
  .pl-material-header h2 { font-size:27px; }
  .pl-material-support { margin-top:18px; }
  .pl-material-detail { display:block; }
  .pl-material-card { min-height:0; }
  .pl-material-card h3 { font-size:24px; }
  .pl-material-standards { grid-template-columns:1fr 1fr; }
  .pl-material-standards>div:nth-child(2) { border-right:0; }
  .pl-material-standards>div:nth-child(n+3) { border-top:1px solid #d2dce7; }
  .pl-material-bottom { grid-template-columns:1fr; gap:22px; }
  .pl-material-aside { grid-template-columns:1fr 1fr; margin-top:15px; }
  .pl-material-index { min-height:190px; }
  .pl-material-photo { height:190px; }
}

/* Keep the homepage brand and navigation in one predictable three-column row. */
@media (min-width: 981px) {
  body.home .header-main {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 118px;
    align-items: stretch;
    gap: 25px;
  }
  body.home .brand { position: relative; z-index: 3; width: 190px; }
  body.home .primary-navigation {
    position: static;
    z-index: 1;
    width: auto;
    height: 78px;
    display: block;
    background: transparent;
  }
  body.home .primary-navigation .primary-menu {
    width: 100%;
    height: 78px;
    grid-template-columns: repeat(var(--menu-count, 5), minmax(0, 1fr));
  }
  body.home .primary-navigation .primary-menu > li > a { padding-inline: 5px; }
  body.home .primary-navigation .primary-menu > li:first-child { display: list-item; }
}

/* Inner pages use the same visual language as the homepage. */
.catalog-page { color: #14263d; background: #fff; overflow: hidden; }
.catalog-ref-hero { min-height: 610px; }
.catalog-ref-hero .ref-hero-inner { padding-top: 82px; padding-bottom: 72px; }
.catalog-hero-detail { max-width: 620px; margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.75; }
.catalog-hero-panel { align-self: center; }
.catalog-ref-section { background: #f3f6fa; }
.catalog-heading { max-width: 820px; }
.catalog-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 34px; margin-top: 46px; align-items: start; }
.catalog-sidebar { position: sticky; top: 98px; }
.sidebar-panel { margin-bottom: 18px; border: 1px solid #dce5ef; border-radius: 7px; background: #fff; box-shadow: 0 5px 16px rgba(20,45,76,.05); overflow: hidden; }
.sidebar-panel h2 { min-height: 0; margin: 0; padding: 16px 17px; border: 0; background: #11263f; color: #fff; font-size: 15px; line-height: 1.35; font-weight: 750; }
.sidebar-panel h2 svg { width: 16px; height: 16px; }
.product-search { height: 48px; display: flex; align-items: center; padding: 0 14px; }
.product-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: #23364d; background: transparent; font-size: 13px; }
.product-search svg { width: 18px; color: #1685f7; }
.category-list { display: flex; flex-direction: column; padding: 7px 0; }
.category-list button { min-height: 42px; padding: 9px 17px; border: 0; border-bottom: 1px solid #edf1f5; background: #fff; color: #566b82; text-align: left; font-size: 13px; }
.category-list button:last-child { border-bottom: 0; }
.category-list button:hover, .category-list button.active { color: #1685f7; background: #f2f7fc; }
.hot-product { width: 100%; display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: center; gap: 10px; padding: 11px 13px; border: 0; border-bottom: 1px solid #edf1f5; background: #fff; color: #344b64; text-align: left; font-size: 12px; line-height: 1.4; }
.hot-product:last-child { border-bottom: 0; }
.hot-product img { width: 56px; height: 56px; border-radius: 4px; object-fit: cover; }
.hot-product:hover span { color: #1685f7; }
.catalog-toolbar { height: 48px; padding-left: 16px; border: 1px solid #dce5ef; border-radius: 5px; background: #fff; }
.catalog-toolbar p { color: #718198; font-size: 13px; }
.view-switch button { width: 46px; border-left-color: #e3eaf1; }
.view-switch button.active { color: #1685f7; box-shadow: inset 0 0 0 1px #c9d7e6; }
.principles { margin: 20px 0 30px; display: flex; flex-wrap: wrap; gap: 11px 19px; align-items: center; }
.principles strong { width: 100%; color: #193450; font-size: 14px; }
.principles span { display: inline-flex; align-items: center; gap: 6px; color: #718198; font-size: 12px; }
.principles svg { width: 16px; color: #1685f7; }
.catalog-main .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.catalog-main .product-card { border: 1px solid #dfe7ef; border-radius: 6px; box-shadow: none; transform: none; }
.catalog-main .product-card:hover { transform: translateY(-4px); box-shadow: 0 17px 33px rgba(21,58,98,.12); }
.catalog-main .product-image { aspect-ratio: 1.25; border-radius: 0; }
.catalog-main .product-body { padding: 20px 18px 21px; }
.catalog-main .product-category { margin: 0 0 7px; color: #1685f7; font-size: 11px; }
.catalog-main .product-body h2 { min-height: 56px; margin: 0 0 11px; color: #1b314b; font-size: 17px; line-height: 1.45; }
.catalog-main .product-body dl { margin: 0 0 15px; color: #718198; font-size: 12px; }
.catalog-main .product-body .button { width: 100%; min-height: 40px; border-radius: 3px; }
.catalog-main .product-card .compare-check { min-height: 31px; padding: 6px 10px; border-bottom-color: #edf1f5; color: #8a98a8; background: #fff; font-size: 11px; }
.catalog-main .product-grid.list-view { grid-template-columns: 1fr; }
.catalog-main .product-grid.list-view .product-card { display: grid; grid-template-columns: 210px 1fr; }
.catalog-main .product-grid.list-view .product-body { padding: 24px 28px; }
.catalog-main .product-grid.list-view .product-body .button { width: 180px; }
.pagination { margin-top: 42px; }
.pagination a, .pagination span { border-color: #d8e2ed; border-radius: 3px; color: #728298; }
.pagination .active, .pagination a:hover { border-color: #1685f7; background: #1685f7; color: #fff; }
.popular-searches { margin-top: 47px; padding-top: 22px; border-top-color: #d6e0ea; }
.popular-searches h2 { color: #18304b; font-size: 20px; }
.popular-searches button { border-color: #d6e0ea; border-radius: 3px; color: #64788e; }
.popular-searches button:hover { border-color: #1685f7; color: #1685f7; }
.content-shell { background: #fff; }
.product-detail { max-width: 1180px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 76px; align-items: center; margin-top: 28px; }
.product-detail-copy h1 { margin: 0; color: #14263d; font-size: 43px; line-height: 1.18; }
.product-detail-copy .entry-content { margin: 22px 0 28px; color: #68798d; font-size: 16px; line-height: 1.85; }
.detail-image { margin: 0; overflow: hidden; border-radius: 6px; background: #f1f5f8; }
.detail-image img { width: 100%; max-height: 570px; object-fit: cover; }
.inner-page-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.inner-page-heading h1 { margin: 0; color: #14263d; font-size: 43px; line-height: 1.18; }
.inner-page-heading > p:last-child { margin: 18px 0 0; color: #68798d; font-size: 16px; }
.inner-content-page .standard-content { max-width: 860px; margin: 0 auto 28px; padding: 28px; border: 1px solid #dfe7ef; border-radius: 6px; background: #fff; box-shadow: 0 6px 17px rgba(20,45,76,.05); }
.inner-content-page .standard-content h2 { margin: 0 0 12px; color: #1b314b; font-size: 22px; }
.inner-content-page .standard-content .entry-content { color: #68798d; line-height: 1.8; }
.inner-content-page .standard-content .ref-link { margin-top: 12px; }
@media (max-width: 980px) {
  .catalog-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 22px; }
  .catalog-main .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-detail-grid { gap: 38px; }
}
@media (max-width: 760px) {
  .catalog-ref-hero { min-height: 0; }
  .catalog-ref-hero .ref-hero-inner { padding: 72px 0 55px; }
  .catalog-layout { display: block; margin-top: 34px; }
  .catalog-sidebar { position: static; }
  .category-panel { margin-bottom: 17px; }
  .catalog-main { margin-top: 30px; }
  .catalog-main .product-grid { grid-template-columns: 1fr; }
  .principles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .principles strong { grid-column: 1 / -1; }
  .catalog-main .product-grid.list-view .product-card { display: block; }
  .catalog-main .product-grid.list-view .product-body { padding: 20px 18px; }
  .catalog-main .product-grid.list-view .product-body .button { width: 100%; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 20px; }
  .product-detail-copy h1, .inner-page-heading h1 { font-size: 31px; }
  .product-detail-copy .entry-content { font-size: 15px; }
  .inner-page-heading { margin-bottom: 34px; }
}

/* Scrolling only changes the header treatment; keep it in the document flow to prevent jumps. */
body.home .site-header,
body.home .site-header.is-scrolled {
  position: sticky;
  top: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Product landing layout aligned with the downloaded Tik Precision page. */
.precision-landing { --pl-navy:#101f3f; --pl-ink:#111827; --pl-blue:#1588f5; --pl-muted:#68798d; --pl-line:#dbe4ee; color:var(--pl-ink); background:#fff; overflow:hidden; }
.precision-landing .shell { width:min(1180px,calc(100% - 48px)); margin:0 auto; }
.pl-kicker { margin:0 0 15px; color:var(--pl-blue); font-size:11px; font-weight:800; letter-spacing:1.7px; text-transform:uppercase; }
.pl-hero { position:relative; min-height:640px; display:flex; align-items:center; color:#fff; background:#07162b; isolation:isolate; }
.pl-hero:before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(4,15,29,.97) 0%,rgba(4,15,29,.84) 46%,rgba(4,15,29,.4) 100%),var(--pl-hero) center/cover no-repeat; }
.pl-hero-inner { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(385px,.78fr); gap:72px; align-items:center; padding:110px 0 80px; }
.pl-hero-copy { max-width:700px; }
.pl-hero-copy h1 { margin:0; color:#fff; font-size:clamp(44px,5vw,70px); line-height:1.08; letter-spacing:0; }
.pl-hero-copy>p:not(.pl-kicker) { max-width:650px; margin:25px 0 0; color:rgba(255,255,255,.8); font-size:17px; line-height:1.8; }
.pl-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:33px; }
.pl-btn { min-height:49px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 24px; border:1px solid transparent; border-radius:3px; font:inherit; font-size:13px; font-weight:750; text-decoration:none; cursor:pointer; transition:background .2s,border-color .2s,color .2s,transform .2s; }
.pl-btn svg { width:17px; height:17px; }
.pl-btn-blue { color:#fff; background:var(--pl-blue); border-color:var(--pl-blue); }
.pl-btn-blue:hover { color:#fff; background:#48a4ff; border-color:#48a4ff; transform:translateY(-2px); }
.pl-btn-outline { color:#fff; background:transparent; border-color:rgba(255,255,255,.7); }
.pl-btn-outline:hover { color:var(--pl-navy); background:#fff; border-color:#fff; }
.pl-hero-card { padding:34px 34px 29px; border:1px solid rgba(125,174,232,.25); border-radius:5px; background:rgba(16,31,63,.94); box-shadow:0 22px 55px rgba(0,0,0,.28); }
.pl-card-kicker { margin:0 0 12px; color:#65adff; font-size:11px; font-weight:800; letter-spacing:1.5px; }
.pl-hero-card h2 { margin:0; color:#fff; font-size:29px; line-height:1.25; }
.pl-hero-card ul { display:grid; gap:0; margin:22px 0 25px; padding:0; list-style:none; }
.pl-hero-card li { display:flex; align-items:center; gap:10px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.13); color:rgba(255,255,255,.82); font-size:13px; }
.pl-hero-card li svg { flex:0 0 auto; width:17px; color:#52a6ff; }
.pl-hero-card .pl-btn { width:100%; }
.pl-hero-card small { display:block; margin-top:14px; color:rgba(255,255,255,.55); font-size:11px; text-align:center; }
.pl-quote { position:relative; z-index:2; margin-top:0; padding:92px 0; background:#08172c; color:#fff; }
.pl-quote-head,.pl-section-head { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(300px,.75fr); gap:70px; align-items:end; }
.pl-quote-head h2,.pl-section-head h2 { margin:0; color:inherit; font-size:42px; line-height:1.18; }
.pl-quote-head>p,.pl-section-head>p { margin:0; color:rgba(255,255,255,.68); font-size:15px; line-height:1.8; }
.pl-quote-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.92fr); margin-top:44px; }
.pl-quote-info { padding:42px; background:#10284b; border:1px solid rgba(130,173,221,.2); }
.pl-quote-info h3 { margin:0; color:#fff; font-size:28px; }
.pl-quote-info>p { margin:14px 0 0; color:rgba(255,255,255,.7); line-height:1.75; }
.pl-info-grid { display:grid; grid-template-columns:1fr 1fr; margin-top:33px; border-top:1px solid rgba(255,255,255,.18); }
.pl-info-grid>div { min-height:108px; padding:19px 15px 14px 0; border-bottom:1px solid rgba(255,255,255,.18); }
.pl-info-grid>div:nth-child(odd) { border-right:1px solid rgba(255,255,255,.18); padding-right:20px; }
.pl-info-grid>div:nth-child(even) { padding-left:20px; }
.pl-info-grid strong,.pl-info-grid span { display:block; }
.pl-info-grid strong { color:#fff; font-size:14px; }
.pl-info-grid span { margin-top:8px; color:rgba(255,255,255,.64); font-size:12px; line-height:1.55; }
.pl-quote-workbench { padding:42px; color:var(--pl-ink); background:#fff; }
.pl-workbench-label { margin:0 0 13px; color:var(--pl-blue); font-size:10px; font-weight:800; letter-spacing:1.6px; }
.pl-quote-workbench h3 { margin:0; color:#121e31; font-size:29px; line-height:1.2; }
.pl-quote-workbench>p:not(.pl-workbench-label) { margin:16px 0 25px; color:#66788d; line-height:1.75; }
.pl-quote-workbench .pl-btn { width:100%; }
.pl-quote-workbench small { display:block; margin-top:17px; color:#8492a2; font-size:11px; text-align:center; }
.pl-overview,.pl-materials,.pl-quality,.pl-faq { padding:100px 0; background:#fff; }
.pl-section-head h2 { color:#111827; }
.pl-section-head>p { color:#66788d; }
.pl-proof-board { display:grid; grid-template-columns:1fr 1fr; gap:34px; margin-top:43px; padding:34px; border-radius:20px; background:var(--pl-navy); box-shadow:0 18px 50px rgba(11,31,62,.2); }
.pl-machine { min-height:460px; overflow:hidden; border-radius:20px; background:#162e53; }
.pl-machine img { width:100%; height:100%; min-height:460px; display:block; object-fit:cover; }
.pl-proof-copy { padding:13px 5px 5px; }
.pl-proof-copy h3 { margin:0; color:#fff; font-size:32px; line-height:1.2; }
.pl-proof-copy>p { margin:18px 0 0; color:rgba(255,255,255,.72); font-size:14px; line-height:1.8; }
.pl-proof-stats { display:grid; grid-template-columns:repeat(3,1fr); margin-top:34px; border:1px solid rgba(255,255,255,.15); border-radius:15px; overflow:hidden; }
.pl-proof-stats>div { min-height:105px; padding:18px 13px; border-right:1px solid rgba(255,255,255,.15); }
.pl-proof-stats>div:last-child { border-right:0; }
.pl-proof-stats strong,.pl-proof-stats span { display:block; }
.pl-proof-stats strong { color:#fff; font-size:20px; }
.pl-proof-stats span { margin-top:8px; color:rgba(255,255,255,.62); font-size:11px; line-height:1.5; }
.pl-proof-steps { display:grid; gap:14px; margin-top:28px; }
.pl-proof-steps>div { display:grid; grid-template-columns:52px 1fr; align-items:center; gap:10px; min-height:58px; padding:0 16px; border:1px solid rgba(255,255,255,.18); border-radius:13px; background:rgba(255,255,255,.08); }
.pl-proof-steps strong { color:#fff; font-size:19px; }.pl-proof-steps span { color:rgba(255,255,255,.8); font-size:15px; font-weight:700; }
.pl-intro-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:16px; }
.pl-intro-stats article { min-height:136px; padding:18px 20px 17px; border-radius:15px; background:#f2f6fb; box-shadow:0 8px 18px rgba(20,45,76,.05); }
.pl-intro-stats strong { display:block; color:#101a2b; font-size:24px; line-height:1; }
.pl-intro-stats h3 { margin:8px 0 0; color:#182b46; font-size:14px; line-height:1.25; }
.pl-intro-stats p { margin:12px 0 0; color:#65758a; font-size:10px; line-height:1.55; }
.pl-overview-process { display:grid; grid-template-columns:repeat(4,1fr); margin-top:16px; border-radius:18px; overflow:hidden; background:#f2f6fb; }
.pl-overview-process>div { min-height:125px; padding:17px 15px; border-right:1px solid #cfd9e4; }.pl-overview-process>div:last-child { border-right:0; }
.pl-overview-process strong,.pl-overview-process b,.pl-overview-process span { display:block; }.pl-overview-process strong { color:#111f36; font-size:13px; }.pl-overview-process b { margin-top:8px; color:#182b46; font-size:16px; }.pl-overview-process span { margin-top:10px; color:#6b7e93; font-size:11px; line-height:1.55; }
.pl-capabilities { padding:100px 0 110px; background:#f5f8fc; }
.pl-axis-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px; }
.pl-axis-card { overflow:hidden; border:1px solid #dce5ef; border-radius:5px; background:#fff; transition:transform .25s,box-shadow .25s; }
.pl-axis-card:hover { transform:translateY(-5px); box-shadow:0 17px 35px rgba(20,45,76,.13); }
.pl-axis-card.is-featured { color:#fff; background:var(--pl-navy); border-color:var(--pl-navy); transform:translateY(-13px); }
.pl-axis-card.is-featured:hover { transform:translateY(-18px); }
.pl-axis-image { height:215px; background:#e8eef5; }
.pl-axis-image img { width:100%; height:100%; display:block; object-fit:cover; }
.pl-axis-body { min-height:225px; padding:23px 23px 25px; }
.pl-axis-body>p { margin:0; color:var(--pl-blue); font-size:10px; font-weight:800; letter-spacing:1.3px; }
.pl-axis-body h3 { margin:14px 0 0; color:#172940; font-size:24px; line-height:1.25; }
.pl-axis-card.is-featured h3 { color:#fff; }
.pl-axis-body>span { display:block; margin-top:12px; color:#6c7d90; font-size:13px; line-height:1.7; }
.pl-axis-card.is-featured .pl-axis-body>span { color:rgba(255,255,255,.68); }
.pl-axis-body a { display:inline-flex; align-items:center; gap:7px; margin-top:22px; color:var(--pl-blue); font-size:12px; font-weight:800; text-decoration:none; }
.pl-axis-body a svg { width:15px; }
.pl-materials { background:#f5f8fc; }
.pl-material-board { display:grid; grid-template-columns:280px minmax(0,1fr); min-height:510px; margin-top:44px; border-radius:4px; overflow:hidden; background:#fff; box-shadow:0 12px 32px rgba(20,45,76,.08); }
.pl-material-board>aside { display:flex; flex-direction:column; padding:34px 27px 25px; color:#fff; background:var(--pl-navy); }
.pl-material-board>aside>strong { margin-bottom:18px; font-size:18px; }
.pl-material-board>aside>span { padding:13px 0; border-bottom:1px solid rgba(255,255,255,.15); color:rgba(255,255,255,.65); font-size:13px; }
.pl-material-board>aside>span.active { color:#55a9ff; }
.pl-material-board>aside img { width:100%; height:170px; margin-top:auto; object-fit:cover; opacity:.7; }
.pl-material-content { padding:34px 38px; }
.pl-board-top { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:17px; border-bottom:1px solid var(--pl-line); }
.pl-board-top strong { color:#172940; font-size:16px; }
.pl-board-top>span,.pl-board-top>div span { color:#7a8a9c; font-size:11px; }
.pl-board-top>div { display:flex; flex-wrap:wrap; gap:9px; }
.pl-board-top>div span { padding:6px 10px; border:1px solid #d7e2ed; border-radius:2px; color:#607287; }
.pl-material-content>article { display:grid; grid-template-columns:190px 1fr; gap:25px; padding:22px 0; border-bottom:1px solid var(--pl-line); }
.pl-material-content>article:last-child { border-bottom:0; }
.pl-material-content article strong,.pl-material-content article span { display:block; }
.pl-material-content article strong { color:#182c45; font-size:16px; }
.pl-material-content article span { margin-top:6px; color:var(--pl-blue); font-size:12px; }
.pl-material-content article p { margin:0; color:#6c7c8e; font-size:13px; line-height:1.65; }
.pl-finishes { padding:100px 0; background:#fff; }
.pl-finish-layout { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr); gap:20px; margin-top:44px; }
.pl-finish-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; border:1px solid #dce5ef; background:#dce5ef; }
.pl-finish-grid article { min-height:190px; padding:26px 25px; background:#fff; }
.pl-finish-grid article:hover { background:#f6f9fc; }
.pl-finish-grid span { color:var(--pl-blue); font-size:19px; font-weight:800; }
.pl-finish-grid h3 { margin:31px 0 0; color:#172940; font-size:20px; }
.pl-finish-grid p { margin:10px 0 0; color:#6c7c8e; font-size:13px; line-height:1.7; }
.pl-finish-feature { display:flex; flex-direction:column; justify-content:flex-end; padding:30px; color:#fff; background:var(--pl-navy); }
.pl-finish-feature h3 { margin:0; color:#fff; font-size:27px; line-height:1.25; }
.pl-finish-feature>p:not(.pl-kicker) { margin:15px 0 24px; color:rgba(255,255,255,.7); font-size:13px; line-height:1.75; }
.pl-parts { padding:100px 0; background:#f5f8fc; }
.pl-parts-board,.pl-industry-board { margin-top:44px; padding:27px; border-radius:5px; color:#fff; background:var(--pl-navy); box-shadow:0 18px 45px rgba(20,45,76,.15); }
.pl-parts-board .pl-board-top strong,.pl-industry-board .pl-board-top strong { color:#fff; font-size:12px; letter-spacing:1.3px; }
.pl-parts-board .pl-board-top>div span,.pl-industry-board .pl-board-top>div span { border-color:rgba(255,255,255,.22); color:rgba(255,255,255,.7); }
.pl-parts-stage { position:relative; min-height:430px; display:grid; place-items:center; margin-top:20px; overflow:hidden; border:1px solid rgba(255,255,255,.14); background:radial-gradient(circle at center,rgba(35,81,130,.8),rgba(5,18,37,.95) 70%); }
.pl-parts-stage:before { content:""; position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(106,171,231,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(106,171,231,.25) 1px,transparent 1px); background-size:46px 46px; }
.pl-parts-stage img { position:relative; z-index:1; width:min(67%,600px); height:330px; object-fit:contain; filter:drop-shadow(0 18px 24px rgba(0,0,0,.3)); }
.pl-callout { position:absolute; z-index:2; padding:8px 12px; border:1px solid rgba(111,188,255,.55); border-radius:2px; color:#fff; background:rgba(6,25,51,.85); font-size:11px; }
.pl-callout:after { content:""; position:absolute; width:45px; height:1px; background:#59acff; }
.pl-callout.c1 { top:23%; left:12%; }.pl-callout.c1:after { top:50%; left:100%; transform:rotate(12deg); transform-origin:left; }
.pl-callout.c2 { top:18%; right:11%; }.pl-callout.c2:after { top:60%; right:100%; transform:rotate(165deg); transform-origin:right; }
.pl-callout.c3 { bottom:18%; right:15%; }.pl-callout.c3:after { bottom:100%; right:50%; transform:rotate(-70deg); transform-origin:right; }
.pl-parts-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:14px; }
.pl-parts-thumbs img { width:100%; height:105px; object-fit:cover; border:1px solid rgba(255,255,255,.16); background:#18345b; }
.pl-industries { padding:100px 0; color:#fff; background:#07162b; }
.pl-industries .pl-section-head h2 { color:#fff; }.pl-industries .pl-section-head>p { color:rgba(255,255,255,.68); }
.pl-industry-grid { display:grid; grid-template-columns:repeat(2,1fr); margin-top:20px; border-top:1px solid rgba(126,163,202,.36); border-left:1px solid rgba(126,163,202,.36); }
.pl-industry-grid article { min-height:130px; display:grid; grid-template-columns:27px 23px 1fr 17px; gap:12px; align-items:center; padding:19px; border-right:1px solid rgba(126,163,202,.36); border-bottom:1px solid rgba(126,163,202,.36); background:rgba(11,39,72,.54); transition:background .2s; }
.pl-industry-grid article:hover { background:#0e3562; }
.pl-industry-grid article>span { align-self:start; color:#4ba4ff; font-size:11px; font-weight:800; }
.pl-industry-grid article>i { width:18px; color:#5aaeff; }.pl-industry-grid article>i:last-child { color:#9ab8d7; }
.pl-industry-grid strong { color:#fff; font-size:16px; }.pl-industry-grid p { margin:7px 0 0; color:rgba(255,255,255,.65); font-size:12px; line-height:1.55; }
.pl-workflow { padding:100px 0; background:#f5f8fc; }
.pl-workflow-board { display:grid; grid-template-columns:280px 1fr; gap:34px; margin-top:44px; padding:32px; border:1px solid #d8e2ec; background:#fff; }
.pl-workflow-intro h3 { margin:0; color:#162a43; font-size:23px; }.pl-workflow-intro>p { margin:13px 0 23px; color:#6d7d8f; font-size:13px; line-height:1.7; }
.pl-step-row { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid #ced9e4; border-bottom:1px solid #ced9e4; }
.pl-step { position:relative; min-height:220px; padding:22px 14px; border-right:1px solid #dce5ee; }.pl-step:last-child { border-right:0; }.pl-step:before { content:""; position:absolute; top:-5px; left:14px; width:9px; height:9px; border-radius:50%; background:var(--pl-blue); }
.pl-step>span { color:var(--pl-blue); font-size:12px; font-weight:800; }.pl-step strong { display:block; margin-top:39px; color:#1a2e47; font-size:14px; line-height:1.4; }.pl-step p { margin:10px 0 0; color:#718198; font-size:12px; line-height:1.65; }
.pl-quality { background:#fff; }.pl-quality-board { display:grid; grid-template-columns:330px 1fr; margin-top:44px; border:1px solid #d8e2ec; background:#f4f7fb; }.pl-quality-board>aside { padding:31px; color:#fff; background:var(--pl-navy); }.pl-quality-board>aside h3 { margin:0; color:#fff; font-size:27px; line-height:1.25; }.pl-quality-board>aside>p:not(.pl-kicker) { margin:14px 0 23px; color:rgba(255,255,255,.7); font-size:13px; line-height:1.7; }.pl-quality-board>aside>div { padding:14px 0; border-top:1px solid rgba(255,255,255,.17); }.pl-quality-board>aside strong,.pl-quality-board>aside span { display:block; }.pl-quality-board>aside strong { color:#62b2ff; font-size:20px; }.pl-quality-board>aside span { margin-top:4px; color:rgba(255,255,255,.6); font-size:11px; }
.pl-quality-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:24px; }.pl-quality-grid article { min-height:154px; display:grid; grid-template-columns:31px 1fr; gap:12px; padding:19px; border:1px solid #d9e3ed; background:#fff; }.pl-quality-grid article>span { color:var(--pl-blue); font-size:12px; font-weight:800; }.pl-quality-grid h3 { margin:0; color:#192e48; font-size:16px; }.pl-quality-grid p { margin:8px 0 0; color:#718198; font-size:12px; line-height:1.6; }.pl-quality-grid small { display:block; margin-top:13px; color:#9aa7b5; font-size:10px; }
.pl-faq { background:#f5f8fc; }.pl-faq-layout { display:grid; grid-template-columns:330px 1fr; margin-top:44px; }.pl-faq-layout>aside { padding:31px; color:#fff; background:var(--pl-navy); }.pl-faq-layout>aside h3 { margin:0; color:#fff; font-size:26px; line-height:1.25; }.pl-faq-layout>aside>p:not(.pl-kicker) { margin:15px 0 25px; color:rgba(255,255,255,.7); font-size:13px; line-height:1.7; }.pl-faq-layout>aside>div { display:flex; flex-wrap:wrap; gap:8px; }.pl-faq-layout>aside span { padding:7px 10px; border:1px solid rgba(255,255,255,.25); border-radius:2px; color:rgba(255,255,255,.72); font-size:11px; }
.pl-faq-list { border:1px solid #d9e3ed; background:#fff; }.pl-faq-list details { border-bottom:1px solid #e2e8ef; }.pl-faq-list details:last-child { border-bottom:0; }.pl-faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:20px 22px; color:#172c45; font-size:14px; font-weight:700; cursor:pointer; list-style:none; }.pl-faq-list summary::-webkit-details-marker { display:none; }.pl-faq-list summary svg { width:16px; color:var(--pl-blue); transition:transform .2s; }.pl-faq-list details[open] summary svg { transform:rotate(45deg); }.pl-faq-list details p { margin:0; padding:0 22px 21px; color:#718198; font-size:13px; line-height:1.7; }
.pl-cta { padding:80px 0; color:#fff; background:#08172c; }.pl-cta>.shell { display:flex; align-items:center; justify-content:space-between; gap:35px; }.pl-cta h2 { max-width:730px; margin:0; color:#fff; font-size:42px; line-height:1.18; }.pl-cta p:not(.pl-kicker) { max-width:690px; margin:15px 0 0; color:rgba(255,255,255,.7); font-size:15px; line-height:1.75; }
@media (max-width:980px) { .pl-hero-inner,.pl-quote-head,.pl-section-head { grid-template-columns:1fr .85fr; gap:36px; }.pl-hero-inner { padding-top:80px; }.pl-quote-grid { grid-template-columns:1fr 1fr; }.pl-axis-grid { grid-template-columns:repeat(2,1fr); }.pl-axis-card.is-featured { transform:none; }.pl-material-board { grid-template-columns:220px 1fr; }.pl-workflow-board { grid-template-columns:1fr; }.pl-step-row { grid-template-columns:repeat(3,1fr); }.pl-step:nth-child(3) { border-right:0; }.pl-step:nth-child(n+4) { border-top:1px solid #dce5ee; }.pl-quality-board,.pl-faq-layout { grid-template-columns:260px 1fr; }.pl-intro-stats { grid-template-columns:repeat(2,1fr); } }
@media (max-width:680px) { .precision-landing .shell { width:min(100% - 32px,1180px); }.pl-hero { min-height:0; }.pl-hero-inner,.pl-quote-head,.pl-section-head { display:block; padding:72px 0 55px; }.pl-hero-copy h1 { font-size:40px; }.pl-hero-copy>p:not(.pl-kicker) { font-size:15px; }.pl-hero-card { margin-top:40px; padding:25px 22px; }.pl-quote { padding:0; }.pl-quote-head { padding-bottom:30px; }.pl-quote-head h2,.pl-section-head h2 { font-size:31px; }.pl-quote-head>p,.pl-section-head>p { margin-top:18px; }.pl-quote-grid { display:block; margin-top:0; }.pl-quote-info,.pl-quote-workbench { padding:28px 20px; }.pl-quote-info h3,.pl-quote-workbench h3 { font-size:25px; }.pl-info-grid { grid-template-columns:1fr; }.pl-info-grid>div:nth-child(odd),.pl-info-grid>div:nth-child(even) { padding:15px 0; border-right:0; }.pl-overview,.pl-capabilities,.pl-materials,.pl-finishes,.pl-parts,.pl-industries,.pl-workflow,.pl-quality,.pl-faq { padding:70px 0; }.pl-proof-board { display:block; margin-top:31px; padding:17px; border-radius:16px; }.pl-machine,.pl-machine img { min-height:260px; height:260px; border-radius:13px; }.pl-proof-copy { padding:26px 5px 5px; }.pl-proof-copy h3 { font-size:26px; }.pl-proof-stats { grid-template-columns:1fr; }.pl-proof-stats>div { min-height:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.15); }.pl-proof-stats>div:last-child { border-bottom:0; }.pl-axis-grid { grid-template-columns:1fr; margin-top:31px; }.pl-axis-image { height:190px; }.pl-material-board { display:block; margin-top:31px; }.pl-material-board>aside { min-height:0; padding:24px 20px; }.pl-material-board>aside img { height:160px; margin-top:22px; }.pl-material-content { padding:24px 20px; }.pl-board-top { align-items:flex-start; flex-direction:column; gap:12px; }.pl-material-content>article { display:block; padding:18px 0; }.pl-material-content article p { margin-top:12px; }.pl-finish-layout { display:block; margin-top:31px; }.pl-finish-grid { grid-template-columns:1fr; }.pl-finish-grid article { min-height:0; }.pl-finish-feature { min-height:290px; margin-top:14px; }.pl-parts-board,.pl-industry-board { margin-top:31px; padding:17px; }.pl-parts-stage { min-height:300px; }.pl-parts-stage img { width:85%; height:230px; }.pl-callout { display:none; }.pl-parts-thumbs { grid-template-columns:repeat(2,1fr); }.pl-parts-thumbs img { height:90px; }.pl-industry-grid { grid-template-columns:1fr; }.pl-industry-grid article { min-height:110px; }.pl-step-row { grid-template-columns:1fr 1fr; }.pl-step { min-height:175px; }.pl-step:nth-child(2n) { border-right:0; }.pl-step:nth-child(n+3) { border-top:1px solid #dce5ee; }.pl-quality-board,.pl-faq-layout { display:block; margin-top:31px; }.pl-quality-board>aside,.pl-faq-layout>aside { padding:25px 20px; }.pl-quality-grid { grid-template-columns:1fr; padding:14px; }.pl-quality-grid article { min-height:0; }.pl-faq-list summary { padding:17px 16px; font-size:13px; }.pl-faq-list details p { padding:0 16px 17px; }.pl-cta { padding:65px 0; }.pl-cta>.shell { display:block; }.pl-cta h2 { font-size:31px; }.pl-cta .pl-btn { margin-top:26px; }.pl-intro-stats { grid-template-columns:1fr; gap:10px; }.pl-intro-stats article { min-height:0; } }

/* Quote panel follows the split dark-story and white-workbench reference layout. */
.pl-quote { padding:76px 0 84px; background-color:#eef3f9; background-image:linear-gradient(rgba(89,126,168,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(89,126,168,.08) 1px,transparent 1px); background-size:64px 64px; color:#102544; }
.pl-quote .shell { width:min(100% - 40px,1120px); }
.pl-quote-grid { display:grid; grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr); gap:16px; margin-top:0; align-items:stretch; }
.pl-quote-info { position:relative; overflow:hidden; display:flex; flex-direction:column; min-height:730px; padding:34px 32px; border:0; border-radius:26px; background-color:#071a39; background-image:linear-gradient(rgba(116,170,231,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(116,170,231,.08) 1px,transparent 1px),linear-gradient(145deg,#102b5a 0%,#071a39 60%); background-size:72px 72px,72px 72px,100% 100%; box-shadow:0 18px 40px rgba(18,43,80,.15); }
.pl-quote-info:after { content:""; position:absolute; right:-90px; bottom:-120px; width:260px; height:260px; border:1px solid rgba(126,181,239,.14); border-radius:50%; box-shadow:0 0 0 20px rgba(126,181,239,.04),0 0 0 40px rgba(126,181,239,.03); pointer-events:none; }
.pl-quote-kicker { position:relative; z-index:1; width:max-content; max-width:100%; margin:0 0 31px; padding:7px 12px; border:1px solid rgba(150,195,239,.24); border-radius:999px; color:#f4c858; background:rgba(255,255,255,.08); font-size:10px; font-weight:800; letter-spacing:1.2px; }
.pl-quote-info h2 { position:relative; z-index:1; max-width:390px; margin:0; color:#fff; font-size:40px; line-height:1.1; }
.pl-quote-lead { position:relative; z-index:1; max-width:390px; margin:44px 0 0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.75; }
.pl-quote-info .pl-info-grid { position:relative; z-index:1; grid-template-columns:1fr 1fr; gap:12px; margin-top:auto; border:0; }
.pl-quote-info .pl-info-grid>div,.pl-quote-info .pl-info-grid>div:nth-child(odd),.pl-quote-info .pl-info-grid>div:nth-child(even) { min-height:128px; padding:17px 15px; border:1px solid rgba(160,198,235,.24); border-radius:16px; background:rgba(255,255,255,.08); }
.pl-quote-info .pl-info-grid strong { color:#fff; font-size:14px; }
.pl-quote-info .pl-info-grid span { margin-top:18px; color:rgba(255,255,255,.66); font-size:11px; line-height:1.55; }
.pl-quote-workbench { min-height:730px; padding:34px 36px 28px; border-radius:26px; color:var(--pl-ink); background:#fff; box-shadow:0 18px 40px rgba(18,43,80,.12); }
.pl-quote-workbench-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.pl-quote-workbench-head h2 { margin:0; color:#0d2347; font-size:27px; line-height:1.2; }
.pl-quote-workbench-head>span { display:inline-flex; align-items:center; gap:6px; flex:0 0 auto; padding:8px 12px; border:1px solid #dbe4ef; border-radius:999px; color:#17335b; background:#f3f7fb; font-size:10px; font-weight:700; white-space:nowrap; }
.pl-quote-workbench-head svg { width:12px; color:#1b5ec6; }
.pl-quote-workbench-main { display:grid; grid-template-columns:minmax(0,1fr) 180px; gap:18px; margin-top:42px; }
.pl-quote-upload-card { min-height:365px; padding:20px 22px; border:1px dashed #b9c8dc; border-radius:20px; background:linear-gradient(145deg,#fff 0%,#f8fafc 100%); }
.pl-quote-upload-icon { display:grid; place-items:center; width:52px; height:52px; margin-bottom:27px; border-radius:16px; color:#fff; background:#16488f; box-shadow:0 9px 16px rgba(22,72,143,.2); }
.pl-quote-upload-icon svg { width:22px; height:22px; stroke-width:3; }
.pl-quote-upload-card .pl-workbench-label { margin-bottom:12px; }
.pl-quote-upload-card h3 { max-width:330px; margin:0; color:#0d2347; font-size:19px; line-height:1.25; }
.pl-quote-upload-card>p:not(.pl-workbench-label) { max-width:360px; margin:24px 0 22px; color:#647894; font-size:11px; line-height:1.65; }
.pl-quote-formats { display:block; margin:0 0 25px; color:#102d59; font-size:10px; font-weight:800; }
.pl-quote-upload-card .pl-btn { width:auto; min-height:42px; padding:0 18px; font-size:11px; }
.pl-quote-project-image { height:365px; margin:0; padding:10px; border:1px solid #dbe4ef; border-radius:20px; background:#f4f7fb; }
.pl-quote-project-image img { width:100%; height:100%; display:block; border-radius:12px; object-fit:cover; }
.pl-quote-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:48px; }
.pl-quote-steps article { min-height:126px; padding:14px; border:1px solid #dbe4ef; border-radius:16px; background:#f8fafc; }
.pl-quote-steps b { display:grid; place-items:center; width:24px; height:24px; border-radius:50%; color:#fff; background:#0e2a58; font-size:11px; }
.pl-quote-steps h3 { margin:12px 0 0; color:#102b55; font-size:12px; line-height:1.35; }
.pl-quote-steps p { margin:14px 0 0; color:#71839a; font-size:10px; line-height:1.55; }
.pl-quote-note { margin:38px 0 0; padding:18px 20px; border-radius:17px; color:#fff; background:#0c2147; font-size:11px; font-weight:700; line-height:1.5; }

@media (max-width:980px) {
  .pl-quote-grid { grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr); }
  .pl-quote-info,.pl-quote-workbench { min-height:680px; }
  .pl-quote-info { padding:30px 24px; }
  .pl-quote-info h2 { font-size:34px; }
  .pl-quote-workbench { padding:30px 24px 24px; }
  .pl-quote-workbench-main { grid-template-columns:1fr; }
  .pl-quote-project-image { height:190px; }
  .pl-quote-project-image img { object-fit:cover; }
}

@media (max-width:680px) {
  .pl-quote { padding:56px 0 64px; }
  .pl-quote .shell { width:min(100% - 32px,1180px); }
  .pl-quote-grid { display:block; }
  .pl-quote-info,.pl-quote-workbench { min-height:0; border-radius:20px; }
  .pl-quote-info { padding:28px 22px 22px; }
  .pl-quote-info h2 { font-size:34px; }
  .pl-quote-lead { margin-top:28px; }
  .pl-quote-info .pl-info-grid { margin-top:34px; }
  .pl-quote-info .pl-info-grid>div,.pl-quote-info .pl-info-grid>div:nth-child(odd),.pl-quote-info .pl-info-grid>div:nth-child(even) { min-height:112px; }
  .pl-quote-workbench { margin-top:14px; padding:26px 20px 20px; }
  .pl-quote-workbench-head { align-items:flex-start; flex-direction:column; }
  .pl-quote-workbench-head h2 { font-size:25px; }
  .pl-quote-workbench-main { margin-top:28px; }
  .pl-quote-upload-card { min-height:0; padding:18px; }
  .pl-quote-upload-card .pl-btn { width:100%; }
  .pl-quote-project-image { height:250px; }
  .pl-quote-steps { grid-template-columns:1fr; margin-top:28px; }
  .pl-quote-steps article { min-height:0; }
  .pl-quote-note { margin-top:25px; }
}

@media (max-width:420px) {
  .pl-quote-info .pl-info-grid { grid-template-columns:1fr; }
  .pl-quote-info .pl-info-grid>div,.pl-quote-info .pl-info-grid>div:nth-child(odd),.pl-quote-info .pl-info-grid>div:nth-child(even) { min-height:0; }
}

/* Service workflow board: bridge panel, editable process cards and quality gates. */
.pl-workflow { background:#f2f6fb; }
.pl-workflow-board { display:block; overflow:hidden; margin-top:44px; padding:0; border:1px solid #cfdbe8; border-radius:4px; background:#e9eff6; box-shadow:0 18px 42px rgba(25,53,88,.08); }
.pl-workflow-board-top { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:63px; padding:0 22px; color:#fff; background:#0b1d40; background-image:linear-gradient(rgba(90,145,207,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(90,145,207,.12) 1px,transparent 1px); background-size:42px 42px; }
.pl-workflow-board-top strong { color:#fff; font-size:11px; letter-spacing:1.25px; }
.pl-workflow-board-tags { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.pl-workflow-board-tags span { padding:6px 10px; border:1px solid rgba(255,255,255,.24); border-radius:999px; color:rgba(255,255,255,.82); background:rgba(255,255,255,.06); font-size:10px; white-space:nowrap; }
.pl-workflow-body { display:grid; grid-template-columns:220px minmax(0,1fr); gap:16px; padding:20px; }
.pl-workflow-bridge { display:flex; flex-direction:column; min-width:0; padding:17px 15px 15px; background:#fff; }
.pl-workflow-bridge .pl-kicker { margin-bottom:12px; color:#1b6fc4; font-size:9px; }
.pl-workflow-bridge h3 { margin:0; color:#142b4a; font-size:21px; line-height:1.18; }
.pl-workflow-bridge-copy { margin:18px 0 20px; color:#708299; font-size:11px; line-height:1.65; }
.pl-workflow-bridge-items { display:grid; gap:8px; margin-top:auto; }
.pl-workflow-bridge-items>div { display:grid; gap:5px; padding:11px 11px 10px; border:1px solid #d6e1ec; border-radius:11px; background:#f7fafe; }
.pl-workflow-bridge-items strong { color:#17345d; font-size:12px; }
.pl-workflow-bridge-items span { color:#6f8198; font-size:9px; line-height:1.45; }
.pl-workflow-bridge .pl-btn { width:100%; margin-top:15px; min-height:39px; padding:0 12px; font-size:10px; }
.pl-workflow-main { min-width:0; }
.pl-workflow-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:10px; }
.pl-workflow-card { min-width:0; min-height:278px; padding:15px 14px 14px; border:1px solid #d7e1ec; border-radius:17px; background:#fff; box-shadow:0 7px 17px rgba(24,53,88,.05); }
.pl-workflow-card-number { display:grid; place-items:center; width:39px; height:39px; border-radius:13px; color:#fff; background:#102b59; box-shadow:0 7px 13px rgba(16,43,89,.18); font-size:12px; font-weight:800; }
.pl-workflow-card h3 { margin:24px 0 0; color:#142b4a; font-size:16px; line-height:1.25; }
.pl-workflow-card>p { min-height:57px; margin:17px 0 13px; color:#71849b; font-size:10px; line-height:1.65; }
.pl-workflow-card-checks { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.pl-workflow-card-checks li { position:relative; padding-left:17px; color:#60758e; font-size:9px; line-height:1.5; }
.pl-workflow-card-checks li:before { content:""; position:absolute; top:4px; left:0; width:8px; height:8px; border:1px solid #b9c9da; border-radius:50%; }
.pl-workflow-gates { margin-top:14px; overflow:hidden; border:1px solid #d7e1ec; border-radius:15px; background:#fff; }
.pl-workflow-gates>header { padding:13px 15px; border-bottom:1px solid #e2e8ef; }
.pl-workflow-gates>header strong { color:#1a3455; font-size:10px; letter-spacing:1px; }
.pl-workflow-gates>div { display:grid; grid-template-columns:repeat(auto-fit,minmax(130px,1fr)); }
.pl-workflow-gates article { min-width:0; padding:15px 12px 14px; border-right:1px solid #e2e8ef; }
.pl-workflow-gates article:last-child { border-right:0; }
.pl-workflow-gates h3 { margin:0; color:#183557; font-size:10px; line-height:1.3; }
.pl-workflow-gates p { margin:20px 0 0; color:#70839a; font-size:9px; line-height:1.5; }
.pl-workflow-note { margin:17px 5px 0; color:#6d8198; font-size:11px; line-height:1.65; }
@media (max-width:980px) {
  .pl-workflow-body { grid-template-columns:1fr; }
  .pl-workflow-bridge { display:grid; grid-template-columns:1fr 1fr; column-gap:18px; }
  .pl-workflow-bridge .pl-kicker,.pl-workflow-bridge h3,.pl-workflow-bridge-copy { grid-column:1; }
  .pl-workflow-bridge-items { grid-column:2; grid-row:1 / span 4; margin-top:0; }
  .pl-workflow-bridge .pl-btn { grid-column:1; }
}
@media (max-width:680px) {
  .pl-workflow-board { margin-top:31px; }
  .pl-workflow-board-top { align-items:flex-start; flex-direction:column; gap:12px; padding:16px; }
  .pl-workflow-board-tags { justify-content:flex-start; }
  .pl-workflow-body { padding:12px; }
  .pl-workflow-bridge { display:flex; }
  .pl-workflow-bridge-items { margin-top:0; }
  .pl-workflow-cards { grid-template-columns:1fr; }
  .pl-workflow-card { min-height:0; }
  .pl-workflow-card>p { min-height:0; }
  .pl-workflow-gates>div { grid-template-columns:1fr 1fr; }
  .pl-workflow-gates article:nth-child(2n) { border-right:0; }
  .pl-workflow-gates article:nth-child(n+3) { border-top:1px solid #e2e8ef; }
}

/* Reference hero: pale technical background with a white media/content card overlapping it. */
.pl-hero { min-height:830px; padding:0; align-items:flex-start; color:#111827; background:#f3f6fa; overflow:visible; }
.pl-hero:before { height:392px; bottom:auto; background:linear-gradient(180deg,rgba(5,15,27,.42),rgba(5,15,27,.82)),var(--pl-hero-bg) center/cover no-repeat; }
.pl-hero:after { content:""; position:absolute; inset:0 0 auto; height:392px; z-index:-1; opacity:.22; background-image:linear-gradient(rgba(120,180,230,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(120,180,230,.16) 1px,transparent 1px); background-size:180px 180px; }
.pl-tech-parts { position:absolute; z-index:0; top:40px; left:50%; width:min(1120px,92vw); height:250px; display:flex; align-items:flex-start; justify-content:space-around; transform:translateX(-50%); pointer-events:none; opacity:.9; }
.pl-tech-parts:before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(5,15,27,.15),rgba(5,15,27,.3)); }
.pl-tech-parts img { position:relative; width:23%; height:220px; object-fit:contain; filter:grayscale(1) brightness(1.75) contrast(.65) drop-shadow(0 8px 8px rgba(0,0,0,.35)); mix-blend-mode:screen; }
.pl-tech-parts img:nth-child(2) { transform:translateY(28px) rotate(-9deg); }.pl-tech-parts img:nth-child(3) { transform:translateY(42px) scale(.92); }.pl-tech-parts img:nth-child(4) { transform:translateY(18px) rotate(8deg); }
.pl-hero-wrap { width:min(1280px,calc(100% - 120px)) !important; padding-top:270px; padding-bottom:0; transform:translateY(0); }
.pl-hero-card { display:flex; width:100%; max-width:none; margin:0; padding:0; overflow:hidden; border:1px solid rgba(16,31,63,.1); border-radius:22px; background:#fff; box-shadow:0 28px 80px rgba(16,31,63,.16); }
.pl-hero-media { flex:0 0 44%; min-height:430px; overflow:hidden; background:#edf2f6; border-right:1px solid rgba(16,31,63,.08); }
.pl-hero-media img { width:100%; height:100%; min-height:430px; display:block; object-fit:cover; }
.pl-hero-content { flex:1; padding:34px 48px 27px; background:linear-gradient(180deg,#fff,#f8fafd); }
.pl-hero-content .pl-kicker { display:inline-flex; margin-bottom:9px; padding:5px 12px; border:1px solid rgba(16,31,63,.12); border-radius:999px; color:#142956; background:rgba(16,31,63,.04); font-size:10px; letter-spacing:1.4px; }
.pl-hero-content h1 { margin:0; color:#101f3f; font-size:42px; line-height:1.08; }
.pl-hero-content>p:not(.pl-kicker) { margin:15px 0 0; color:#33445e; font-size:16px; line-height:1.65; }
.pl-hero-features { display:grid; gap:8px; margin:18px 0 14px; padding:0; list-style:none; }
.pl-hero-features li { display:flex; align-items:flex-start; gap:10px; color:#1f3458; font-size:14px; line-height:1.35; }
.pl-hero-features li svg { flex:0 0 auto; width:19px; height:19px; padding:3px; border-radius:50%; color:#fff; background:#142956; }
.pl-hero-content .pl-actions { margin-top:15px; }
.pl-hero-content .pl-btn-outline { color:#142956; border-color:#142956; }
.pl-hero-content .pl-btn-outline:hover { color:#fff; background:#142956; }
.pl-hero-stats { display:grid; grid-template-columns:repeat(3,1fr); margin-top:19px; border-top:1px solid #dbe4ee; }
.pl-hero-stats>div { padding:14px 12px 0 0; border-right:1px solid #dbe4ee; }.pl-hero-stats>div:last-child { border-right:0; padding-left:14px; }
.pl-hero-stats strong,.pl-hero-stats span { display:block; }.pl-hero-stats strong { color:#111827; font-size:18px; }.pl-hero-stats span { margin-top:4px; color:#718198; font-size:10px; }
@media (max-width:680px) { .pl-hero { min-height:580px; }.pl-hero:before,.pl-hero:after { height:265px; }.pl-tech-parts { top:28px; height:120px; opacity:.72; }.pl-tech-parts img { width:25%; height:110px; }.pl-hero-wrap { width:min(100% - 32px,1180px) !important; padding-top:160px; padding-bottom:0; }.pl-hero-card { display:block; margin-bottom:0; border-radius:14px; }.pl-hero-media,.pl-hero-media img { min-height:220px; height:220px; border-right:0; }.pl-hero-content { padding:25px 21px 22px; }.pl-hero-content h1 { font-size:34px; }.pl-hero-content>p:not(.pl-kicker) { font-size:14px; }.pl-hero-stats strong { font-size:15px; }.pl-hero-stats span { font-size:9px; }.pl-proof-steps>div { grid-template-columns:42px 1fr; }.pl-proof-steps span { font-size:13px; }.pl-overview-process { grid-template-columns:1fr 1fr; }.pl-overview-process>div:nth-child(2) { border-right:0; }.pl-overview-process>div:nth-child(n+3) { border-top:1px solid #cfd9e4; } }

/* Tik Precision inspired manufacturing layout. */
.tik-home { --tik-navy: #071528; --tik-panel: #12243b; --tik-blue: #2f8cff; --tik-line: rgba(255,255,255,.16); color: #182334; }
body.home .site-header { position: relative; z-index: 20; background: #fff; color: #142037; }
body.home .header-main { width: min(var(--hp-shell), calc(100% - 48px)); height: 78px; margin-inline: auto; padding: 0; display: grid; grid-template-columns: 190px minmax(0, 1fr) 118px; gap: 25px; border: 0; background: #fff; }
body.home .brand { color: #142037; gap: 8px; }
body.home .brand-mark { display: none; }
body.home .brand-copy strong { max-width: 190px; color: #142037; font-size: 20px; letter-spacing: -.02em; }
body.home .brand-copy small { color: #142037; font-size: 9px; letter-spacing: .1em; }
body.home .custom-logo { max-width: 165px; max-height: 52px; object-fit: contain; }
body.home .header-tagline, body.home .header-contact, body.home .header-socials { display: none; }
  body.home .header-quote { min-height: 48px; align-self: center; border: 0; border-radius: 24px; background: #071528; font-size: 13px; line-height: 1.1; }
body.home .header-quote:hover { background: #17345a; }
body.home .primary-navigation { position: absolute; z-index: 2; top: 0; left: 245px; right: 165px; height: 78px; background: transparent; color: #142037; }
body.home .primary-navigation .shell { width: 100%; }
body.home .primary-menu { grid-template-columns: repeat(6, minmax(0, 1fr)); }
body.home .primary-menu > li > a { padding: 0 8px; color: #142037; font-size: 14px; font-weight: 650; white-space: nowrap; }
body.home .primary-menu > li > a:hover, body.home .primary-menu > li:first-child > a { background: transparent; color: var(--tik-blue); }
body.home .primary-menu > li > a { justify-content:center; }
.tik-hero { position: relative; isolation: isolate; min-height: 620px; padding: 112px 0 78px; background: var(--tik-navy); color: #fff; overflow: hidden; }
.tik-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,15,29,.97) 0%, rgba(4,15,29,.83) 48%, rgba(4,15,29,.42) 100%), var(--tik-hero-image) center / cover no-repeat; }
.tik-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(47,140,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(47,140,255,.14) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000 0%, transparent 60%); }
.tik-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .8fr); gap: 72px; align-items: center; }
.tik-hero-copy { max-width: 700px; }
.tik-eyebrow { margin: 0 0 18px; color: var(--tik-blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tik-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(42px, 4.4vw, 64px); line-height: 1.08; letter-spacing: -.025em; }
.tik-hero-copy > p:not(.tik-eyebrow) { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.tik-hero-copy .tik-hero-detail { margin-top: 13px !important; color: rgba(255,255,255,.67) !important; }
.tik-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.tik-button-primary { border-color: var(--tik-blue); border-radius: 4px; background: var(--tik-blue); }
.tik-button-primary:hover { border-color: #55a4ff; background: #55a4ff; }
.tik-button-outline { border-color: rgba(255,255,255,.72); border-radius: 4px; background: transparent; color: #fff; }
.tik-button-outline:hover { border-color: #fff; background: #fff; color: var(--tik-navy); }
.tik-hero-card { padding: 34px 34px 30px; border: 1px solid rgba(125,174,232,.23); border-radius: 7px; background: rgba(18,36,59,.93); box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.tik-hero-card > p { margin: 0 0 12px; color: #fff; font-size: 18px; font-weight: 750; }
.tik-hero-card h2 { margin: 0; color: var(--tik-blue); font-size: 27px; line-height: 1.25; }
.tik-hero-card ul { display: grid; gap: 10px; margin: 25px 0 28px; padding: 0; list-style: none; }
.tik-hero-card li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.84); font-size: 14px; }
.tik-hero-card li svg { flex: 0 0 auto; color: #d5e7ff; }
.tik-card-button { width: 100%; border-radius: 4px; background: #1482d1; }
.tik-hero-card small, .tik-hero-card strong { display: block; margin-top: 17px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 500; line-height: 1.5; }
.tik-hero-card strong { margin-top: 10px; color: rgba(255,255,255,.82); }
.tik-stats { background: #f6f8fb; border-bottom: 1px solid #e4eaf2; }
.tik-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tik-stats-grid > div { padding: 31px 25px; border-right: 1px solid #dde5ef; }
.tik-stats-grid > div:first-child { padding-left: 0; }
.tik-stats-grid > div:last-child { border-right: 0; }
.tik-stats strong, .tik-stats span { display: block; }
.tik-stats strong { color: #182d4b; font-size: 34px; line-height: 1.15; }
.tik-stats span { margin-top: 7px; color: #718097; font-size: 13px; }
.tik-section { padding: 100px 0; }
.tik-section-head { max-width: 790px; }
.tik-section-head h2 { margin: 0; color: #15243a; font-size: 40px; line-height: 1.18; letter-spacing: -.02em; }
.tik-section-head > p:last-child { margin: 18px 0 0; color: #68768a; font-size: 16px; line-height: 1.75; }
.tik-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 20px; margin-top: 52px; }
.tik-service-card { min-width: 0; }
.tik-service-card > a { display: block; overflow: hidden; border-radius: 5px; aspect-ratio: 1.72; background: #e9edf3; }
.tik-service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.tik-service-card:hover img { transform: scale(1.045); }
.tik-service-card > div { padding: 21px 8px 0; }
.tik-service-card h3 { margin: 0; color: #18283f; font-size: 21px; line-height: 1.35; }
.tik-service-card p { min-height: 52px; margin: 10px 0 13px; color: #7d8999; font-size: 14px; line-height: 1.65; }
.tik-learn-more, .tik-text-button { display: inline-flex; align-items: center; gap: 7px; padding: 0 0 5px; border-bottom: 1px solid currentColor; color: var(--tik-blue); font-size: 13px; font-weight: 750; }
.tik-capacity { position: relative; isolation: isolate; padding: 105px 0; background: var(--tik-navy); color: #fff; }
.tik-capacity::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,17,32,.96), rgba(4,17,32,.82)), var(--tik-capacity-image) center / cover no-repeat; }
.tik-capacity-grid { display: grid; grid-template-columns: .82fr 1.35fr; gap: 90px; align-items: start; }
.tik-capacity h2 { max-width: 480px; margin: 0; color: #fff; font-size: 41px; line-height: 1.2; }
.tik-capacity-copy > p:not(.tik-eyebrow) { max-width: 480px; margin: 22px 0 28px; color: rgba(255,255,255,.72); line-height: 1.8; }
.tik-text-button { color: #62adff; }
.tik-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 33px 42px; }
.tik-benefit-grid article { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 17px; padding-top: 19px; border-top: 1px solid var(--tik-line); }
.tik-benefit-grid article > svg { width: 38px; height: 38px; color: #4fa6ff; }
.tik-benefit-grid article span { color: #6caeff; font-size: 12px; font-weight: 800; }
.tik-benefit-grid h3 { margin: 4px 0 0; color: #fff; font-size: 18px; }
.tik-benefit-grid p { margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.tik-materials { background: #fff; }
.tik-materials-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.tik-materials-grid h2 { max-width: 560px; }
.tik-materials-grid > div:first-child > p:not(.tik-eyebrow) { max-width: 560px; margin: 22px 0 28px; color: #68768a; line-height: 1.8; }
.tik-pill-panel { padding: 31px; border: 1px solid #e0e7f0; border-radius: 6px; background: #f7f9fc; }
.tik-pill-tabs { display: flex; gap: 23px; padding-bottom: 17px; border-bottom: 1px solid #dce5ef; color: #8591a2; font-size: 13px; font-weight: 700; }
.tik-pill-tabs .active { color: #1c6fc3; }
.tik-pill-grid { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.tik-pill-grid span { padding: 10px 14px; border: 1px solid #dce4ee; border-radius: 4px; background: #fff; color: #34455b; font-size: 13px; }
.tik-industries { padding: 98px 0 105px; background: #f3f6fa; }
.tik-industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid #d8e1ed; border-left: 1px solid #d8e1ed; }
.tik-industries-grid a { min-height: 122px; display: grid; grid-template-columns: 35px minmax(0, 1fr) 22px; align-items: center; gap: 13px; padding: 20px 23px; border-right: 1px solid #d8e1ed; border-bottom: 1px solid #d8e1ed; background: #f8fafc; }
.tik-industries-grid a:hover { background: #fff; }
.tik-industries-grid span { align-self: start; color: #2f8cff; font-size: 12px; font-weight: 800; }
.tik-industries-grid strong { color: #1d2e45; font-size: 17px; }
.tik-industries-grid svg { color: #7290af; }
.tik-products { background: #fff; }
.tik-products-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.tik-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.tik-product-grid article { min-width: 0; }
.tik-product-grid article > a { display: block; overflow: hidden; aspect-ratio: 1.2; border-radius: 4px; background: #edf1f5; }
.tik-product-grid article img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.tik-product-grid article:hover img { transform: scale(1.04); }
.tik-product-grid article > p { margin: 20px 0 7px; color: #2f8cff; font-size: 12px; font-weight: 800; }
.tik-product-grid h3 { min-height: 54px; margin: 0; color: #1a2a40; font-size: 18px; line-height: 1.5; }
.tik-quote { padding: 90px 0; background: #081629; }
.tik-quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); min-height: 510px; }
.tik-quote-copy { min-height: 510px; position: relative; isolation: isolate; display: flex; align-items: end; padding: 47px; color: #fff; background: var(--tik-quote-image) center / cover no-repeat; }
.tik-quote-copy::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(4,16,30,.93), rgba(4,16,30,.15)); }
.tik-quote-copy h2 { max-width: 490px; margin: 0; color: #fff; font-size: 43px; line-height: 1.2; }
.tik-quote-copy > div > p:last-child { max-width: 510px; margin: 18px 0 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.tik-quote-form { align-content: center; padding: 48px; background: #fff; }
.tik-quote-form .button { width: 100%; }
@media (max-width: 980px) {
  body.home .primary-navigation { left: 220px; right: 145px; }
  body.home .primary-menu > li > a { font-size: 12px; }
  .tik-hero-grid, .tik-capacity-grid, .tik-materials-grid { gap: 45px; }
  .tik-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); }
  .tik-hero h1 { font-size: 46px; }
}
@media (max-width: 760px) {
  body.home .site-header { position: relative; }
  body.home .header-main { width: 100%; height: 58px; padding: 0 20px; display: flex; }
  body.home .menu-toggle { color: #142037; }
  body.home .primary-navigation { top: 58px; left: 0; right: 0; height: auto; background: #fff; }
  body.home .primary-menu > li > a { color: #142037; }
  .tik-hero { min-height: 0; padding: 72px 0 52px; }
  .tik-hero::before { background: linear-gradient(180deg, rgba(4,15,29,.83), rgba(4,15,29,.94)), var(--tik-hero-image) center / cover no-repeat; }
  .tik-hero-grid, .tik-capacity-grid, .tik-materials-grid, .tik-quote-grid { grid-template-columns: 1fr; gap: 36px; }
  .tik-hero-grid { display: block; }
  .tik-hero-copy { padding-right: 12px; }
  .tik-hero h1 { font-size: 37px; }
  .tik-hero-copy > p:not(.tik-eyebrow) { font-size: 15px; }
  .tik-hero-card { margin-top: 42px; padding: 25px 22px; }
  .tik-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .tik-stats-grid > div, .tik-stats-grid > div:first-child { padding: 22px 17px; }
  .tik-stats-grid > div:nth-child(2) { border-right: 0; }
  .tik-stats strong { font-size: 28px; }
  .tik-section { padding: 68px 0; }
  .tik-section-head h2, .tik-capacity h2 { font-size: 31px; }
  .tik-service-grid, .tik-product-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 34px; }
  .tik-service-card p { min-height: 0; }
  .tik-capacity { padding: 70px 0; }
  .tik-benefit-grid { grid-template-columns: 1fr; gap: 24px; }
  .tik-materials-grid { display: grid; }
  .tik-pill-panel { padding: 22px; }
  .tik-industries { padding: 68px 0; }
  .tik-industries-grid { grid-template-columns: 1fr 1fr; margin-top: 34px; }
  .tik-industries-grid a { min-height: 100px; padding: 16px 14px; grid-template-columns: 25px minmax(0, 1fr); }
  .tik-industries-grid svg { display: none; }
  .tik-products-head { display: block; }
  .tik-products-head > .tik-text-button { margin-top: 22px; }
  .tik-quote { padding: 0; }
  .tik-quote-grid { width: 100%; }
  .tik-quote-copy { min-height: 360px; padding: 30px 20px; }
  .tik-quote-copy h2 { font-size: 32px; }
  .tik-quote-form { padding: 35px 20px; }
}

/* Use the same compact white header on inner pages as on the homepage. */
@media (min-width: 981px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    color: #142037;
  }
  .site-header .header-main {
    width: min(var(--hp-shell), calc(100% - 48px));
    height: 78px;
    margin-inline: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 118px;
    align-items: stretch;
    gap: 25px;
    border: 0;
    background: #fff;
  }
  .site-header .brand { width: 190px; min-width: 190px; gap: 8px; color: #142037; }
  .site-header .brand-mark { display: none; }
  .site-header .brand-copy strong { max-width: 190px; color: #142037; font-size: 20px; }
  .site-header .brand-copy small { color: #142037; font-size: 9px; }
  .site-header .header-tagline,
  .site-header .header-contact,
  .site-header .header-socials { display: none; }
  .site-header .primary-navigation {
    position: static;
    z-index: 1;
    width: auto;
    height: 78px;
    display: block;
    background: transparent;
    color: #142037;
  }
  .site-header .primary-navigation .primary-menu {
    width: 100%;
    height: 78px;
    grid-template-columns: repeat(var(--menu-count, 6), minmax(0, 1fr));
  }
  .site-header .primary-menu > li > a {
    padding-inline: 5px;
    color: #142037;
    font-size: 14px;
    font-weight: 650;
  }
  .site-header .primary-menu > li > a:hover { background: transparent; color: #2f8cff; }
  .site-header .header-quote {
    min-height: 48px;
    align-self: center;
    border: 0;
    border-radius: 24px;
    background: #071528;
    font-size: 13px;
    line-height: 1.1;
  }
  .site-header .header-quote:hover { background: #17345a; }
  .site-header .primary-menu > li > a::after {
    content: none;
  }
  body.home .site-header .primary-menu > li:nth-child(-n+4) > a::after,
  body:not(.home) .site-header .primary-menu > li:nth-child(-n+5) > a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 9px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }
}
@media (max-width: 980px) {
  .site-header .header-tagline,
  .site-header .header-contact,
  .site-header .header-socials { display: none; }
}
@media (max-width: 760px) {
  .site-header { position: relative; z-index: 30; }
  .site-header .header-main { width: 100%; height: 58px; padding: 0 20px; display: flex; justify-content: space-between; gap: 12px; }
  .site-header .brand { height: 58px; max-width: calc(100% - 52px); gap: 8px; }
  .site-header .brand-mark { display: none; }
  .site-header .brand-copy strong { max-width: 185px; font-size: 14px; }
  .site-header .brand-copy small { font-size: 8px; }
  .site-header .header-quote { display: none; }
  .site-header .menu-toggle { display: grid; color: #142037; }
  .site-header .primary-navigation { top: 58px; left: 0; right: 0; height: auto; background: #fff; }
  .site-header .primary-menu > li > a { color: #142037; }
}

/* Stable scroll behavior on every viewport: sticky keeps the header in flow. */
body.home .site-header,
body.home .site-header.is-scrolled {
  position: sticky;
  top: 0;
}

/* Final homepage header layout override: the logo never shares a menu cell. */
@media (min-width: 981px) {
  body.home .header-main {
    width: min(var(--hp-shell), calc(100% - 48px));
    height: 78px;
    margin-inline: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 118px;
    align-items: stretch;
    gap: 25px;
    background: #fff;
    border: 0;
  }
  body.home .brand {
    position: relative;
    z-index: 3;
    width: 190px;
    min-width: 190px;
  }
  body.home .primary-navigation {
    position: static;
    z-index: 1;
    width: auto;
    height: 78px;
    display: block;
    background: transparent;
  }
  body.home .primary-navigation .primary-menu {
    width: 100%;
    height: 78px;
    grid-template-columns: repeat(var(--menu-count, 5), minmax(0, 1fr));
  }
  body.home .primary-navigation .primary-menu > li > a { padding-inline: 5px; }
  body.home .primary-navigation .primary-menu > li:nth-child(-n+4) > a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 9px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }
  body.home .primary-navigation .primary-menu > li:hover > a::after {
    transform: rotate(225deg) translate(-1px, -1px);
  }
  body.home .primary-menu > li:first-child > a { color: #142037; }
  body.home .primary-menu > li > a:hover { color: var(--tik-blue); }
}

/* End-of-file override keeps the parts module on the light reference layout. */
.pl-parts{padding:104px 0 98px;background:#fff}
.pl-parts-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:72px;align-items:end}
.pl-parts-head h2{color:#1b2435;font-size:43px;line-height:1.06}
.pl-parts-head>p{color:#586c84;font-size:13px;line-height:1.7}
.pl-parts-board{margin-top:48px;padding:0 8px;border:1px solid #dfe7ef;border-radius:24px;background:#fff;box-shadow:0 15px 35px rgba(40,68,99,.1)}
.pl-parts-board .pl-board-top{min-height:68px;padding:0 18px;border-bottom:1px solid #e1e8f0}
.pl-parts-board .pl-board-top strong{color:#203654;font-size:10px;letter-spacing:1.1px}
.pl-parts-board .pl-board-top strong:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#d6a942;vertical-align:middle}
.pl-parts-board .pl-board-top>div span{padding:6px 10px;border:1px solid #e1e8f0;border-radius:12px;color:#687a90;background:#f7f9fb;font-size:10px}
.pl-parts-stage{min-height:285px;display:flex;position:relative;align-items:center;justify-content:space-around;gap:18px;margin:0;padding:24px 40px 28px;overflow:hidden;border:0;background:#f5f8fb;background-image:linear-gradient(rgba(110,145,180,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(110,145,180,.08) 1px,transparent 1px);background-size:46px 46px}
.pl-parts-stage:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:1px;opacity:1;background:#d7e0e9}
.pl-part-object{position:relative;z-index:1;width:22%;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:12px}
.pl-part-object img{width:100%;height:128px;object-fit:contain;filter:drop-shadow(0 15px 14px rgba(32,55,77,.18));transition:transform .3s}
.pl-part-object:hover img{transform:translateY(-5px) scale(1.04)}
.pl-part-object span{order:-1;padding:7px 11px;border:1px solid #e2e8ef;border-radius:16px;color:#294464;background:#fff;box-shadow:0 8px 18px rgba(42,69,99,.1);font-size:9px;font-weight:800;white-space:nowrap}
.part-object-2 span,.part-object-4 span{order:2}
.pl-callout{display:none}
.pl-parts-thumbs{display:none}
.pl-parts-features{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid #e0e7ef;border-radius:0 0 20px 20px;background:#fff}
.pl-parts-features>div{min-height:116px;padding:20px 20px 18px;border-right:1px solid #e0e7ef}
.pl-parts-features>div:last-child{border-right:0}
.pl-parts-features strong{display:block;color:#1f3553;font-size:12px}
.pl-parts-features p{margin:12px 0 0;color:#74869a;font-size:10px;line-height:1.55}
.pl-parts-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:30px;padding:25px 28px;border-radius:20px;color:#fff;background:#12223d;box-shadow:0 12px 25px rgba(15,42,79,.12)}
.pl-parts-cta h3{margin:0;color:#fff;font-size:18px}.pl-parts-cta p{max-width:720px;margin:8px 0 0;color:rgba(255,255,255,.66);font-size:11px;line-height:1.55}.pl-parts-cta .pl-btn{flex:0 0 auto;min-height:42px;padding:0 20px;border-radius:22px;font-size:11px}
@media(max-width:980px){.pl-parts-head{gap:36px}.pl-parts-head h2{font-size:37px}.pl-part-object{min-width:90px}.pl-part-object img{height:105px}.pl-parts-stage{padding-inline:22px}.pl-parts-features>div{padding:17px 12px}}
@media(max-width:680px){.pl-parts{padding:70px 0}.pl-parts-head{display:block}.pl-parts-head h2{font-size:32px}.pl-parts-head>p{margin-top:17px}.pl-parts-board{margin-top:32px;padding-inline:5px;border-radius:18px}.pl-parts-board .pl-board-top{min-height:62px;padding-inline:12px}.pl-parts-stage{min-height:410px;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 14px}.pl-parts-stage:before{top:50%;left:12%;right:12%}.pl-part-object{width:auto;min-width:0}.pl-part-object img{height:116px}.pl-part-object span{font-size:8px}.pl-parts-features{grid-template-columns:1fr 1fr}.pl-parts-features>div{min-height:104px;padding:16px 12px}.pl-parts-features>div:nth-child(2n){border-right:0}.pl-parts-features>div:nth-child(n+3){border-top:1px solid #e0e7ef}.pl-parts-cta{display:block;margin-top:15px;padding:21px 19px}.pl-parts-cta .pl-btn{margin-top:18px}}

/* Final override for the CNC parts showcase. */
.pl-parts { position:relative; overflow:hidden; padding:104px 0 96px; background:#f4f7fb; }
.pl-parts-head { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:70px; align-items:end; }
.pl-parts-head h2 { font-size:42px; }
.pl-parts-head>p { color:#62768d; }
.pl-parts-board { margin-top:48px; padding:24px; border-radius:14px; background:#091d3b; box-shadow:0 20px 48px rgba(15,39,75,.18); }
.pl-parts-board .pl-board-top { padding-bottom:17px; border-bottom:1px solid rgba(172,205,237,.48); }
.pl-parts-board .pl-board-top strong { color:#fff; font-size:11px; letter-spacing:1px; }
.pl-parts-board .pl-board-top>div span { border-color:rgba(172,205,237,.3); color:rgba(255,255,255,.75); }
.pl-parts-stage { min-height:385px; margin-top:18px; background-color:#061932; background-image:linear-gradient(rgba(72,133,194,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(72,133,194,.15) 1px,transparent 1px); background-size:42px 42px; }
.pl-parts-stage:before { opacity:.32; background:radial-gradient(circle at center,rgba(27,81,135,.7),transparent 62%); }
.pl-parts-stage img { width:min(57%,530px); height:300px; object-fit:contain; filter:drop-shadow(0 24px 25px rgba(0,0,0,.42)); }
.pl-callout { padding:8px 12px; border-color:#4c9fe3; border-radius:2px; color:#fff; background:rgba(8,30,62,.82); font-size:10px; }
.pl-callout:after { width:48px; background:#66b6ff; }
.pl-callout.c1 { top:24%; left:13%; }.pl-callout.c2 { top:16%; right:12%; }.pl-callout.c3 { bottom:20%; right:16%; }.pl-callout.c4 { bottom:18%; left:30%; }
.pl-callout.c4:after { right:100%; bottom:50%; transform:rotate(165deg); transform-origin:right; }
.pl-parts-thumbs { grid-template-columns:repeat(4,1fr); gap:11px; margin-top:13px; }
.pl-parts-thumbs figure { margin:0; height:96px; overflow:hidden; border:1px solid rgba(172,205,237,.35); background:#122e55; }
.pl-parts-thumbs img { width:100%; height:100%; border:0; object-fit:cover; transition:transform .35s; }
.pl-parts-thumbs figure:hover img { transform:scale(1.05); }
.pl-parts-features { display:grid; grid-template-columns:repeat(4,1fr); margin-top:14px; background:#fff; }
.pl-parts-features>div { min-height:116px; padding:20px 18px; border-right:1px solid #e0e7ef; }
.pl-parts-features>div:last-child { border-right:0; }
.pl-parts-features strong { display:block; color:#172f4e; font-size:12px; }
.pl-parts-features p { margin:12px 0 0; color:#708199; font-size:10px; line-height:1.55; }
.pl-parts-cta { display:flex; align-items:center; justify-content:space-between; gap:35px; margin-top:20px; padding:23px 27px; border-radius:18px; color:#fff; background:#0b1d3a; box-shadow:0 12px 25px rgba(15,42,79,.12); }
.pl-parts-cta h3 { margin:0; color:#fff; font-size:18px; }
.pl-parts-cta p { max-width:720px; margin:8px 0 0; color:rgba(255,255,255,.66); font-size:11px; line-height:1.55; }
.pl-parts-cta .pl-btn { flex:0 0 auto; min-height:42px; padding:0 20px; border-radius:22px; font-size:11px; }
@media (max-width:980px) {
  .pl-parts-head { gap:36px; }
  .pl-parts-head h2 { font-size:36px; }
  .pl-parts-stage { min-height:340px; }
  .pl-parts-stage img { width:63%; height:270px; }
  .pl-parts-features>div { padding:17px 12px; }
}
@media (max-width:680px) {
  .pl-parts { padding:70px 0; }
  .pl-parts-head { display:block; }
  .pl-parts-head h2 { font-size:31px; }
  .pl-parts-head>p { margin-top:17px; }
  .pl-parts-board { margin-top:33px; padding:15px; }
  .pl-parts-stage { min-height:285px; }
  .pl-parts-stage img { width:78%; height:220px; }
  .pl-callout { display:none; }
  .pl-parts-thumbs { grid-template-columns:repeat(2,1fr); }
  .pl-parts-thumbs figure { height:88px; }
  .pl-parts-features { grid-template-columns:1fr 1fr; }
  .pl-parts-features>div { min-height:105px; border-bottom:1px solid #e0e7ef; }
  .pl-parts-features>div:nth-child(2n) { border-right:0; }
  .pl-parts-features>div:nth-child(n+3) { border-bottom:0; }
  .pl-parts-cta { display:block; margin-top:15px; padding:21px 19px; }
  .pl-parts-cta .pl-btn { margin-top:18px; }
}

/* Surface finishing reference layout: image cards, tall selection panel and review CTA. */
.pl-finishes { position:relative; overflow:hidden; padding:104px 0 92px; background:#f4f7fb; background-image:linear-gradient(rgba(94,130,168,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(94,130,168,.08) 1px,transparent 1px); background-size:54px 54px; }
.pl-finish-head { display:block; max-width:760px; margin:0 auto; text-align:center; }
.pl-finish-head .pl-kicker { margin-bottom:14px; }
.pl-finish-head h2 { font-size:42px; }
.pl-finish-head>p { max-width:710px; margin:22px auto 0; color:#60758e; }
.pl-finish-layout { display:grid; grid-template-columns:minmax(0,1fr) 307px; grid-template-rows:1fr auto; gap:20px; align-items:stretch; margin-top:58px; }
.pl-finish-layout>.pl-finish-grid { grid-column:1; grid-row:1; }
.pl-finish-layout>.pl-finish-feature { grid-column:2; grid-row:1 / 3; }
.pl-finish-layout>.pl-finish-cta { grid-column:1; grid-row:2; }
.pl-finish-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; border:0; background:transparent; }
.pl-finish-card { min-width:0; overflow:hidden; border:1px solid #e0e7ef; border-radius:18px; background:#fff; box-shadow:0 10px 24px rgba(26,54,87,.08); transition:transform .25s,box-shadow .25s; }
.pl-finish-card:hover { transform:translateY(-4px); box-shadow:0 18px 34px rgba(26,54,87,.14); }
.pl-finish-image { height:134px; overflow:hidden; border-bottom:1px solid #e2e9f0; background:#edf3f8; }
.pl-finish-image img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .35s; }
.pl-finish-card:hover .pl-finish-image img { transform:scale(1.04); }
.pl-finish-card-body { padding:22px 25px 24px; }
.pl-finish-badge { display:inline-flex; align-items:center; gap:7px; margin:0; padding:6px 10px; border-radius:12px; color:#29476c; background:#f2f5f8; font-size:9px; font-weight:800; letter-spacing:1px; }
.pl-finish-badge i { width:5px; height:5px; border-radius:50%; background:#d5a83c; }
.pl-finish-card h3 { margin:15px 0 0; color:#142d50; font-size:20px; line-height:1.25; }
.pl-finish-description { min-height:36px; margin:10px 0 13px; color:#70839a; font-size:11px; line-height:1.55; }
.pl-finish-card ul { display:grid; gap:4px; margin:0; padding:0; list-style:none; }
.pl-finish-card li { display:flex; align-items:center; gap:7px; color:#637890; font-size:11px; line-height:1.35; }
.pl-finish-card li svg { width:12px; height:12px; color:#aab9c8; stroke-width:1.4; }
.pl-finish-feature { min-height:100%; display:flex; flex-direction:column; justify-content:flex-start; padding:31px 29px 28px; border-radius:23px; color:#fff; background:#0b2044; background-image:linear-gradient(rgba(79,131,190,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(79,131,190,.09) 1px,transparent 1px); background-size:26px 26px; }
.pl-finish-feature .pl-kicker { margin:0 0 17px; color:#e5b84d; font-size:10px; letter-spacing:1.5px; }
.pl-finish-feature h3 { margin:0; color:#fff; font-size:29px; line-height:1.16; }
.pl-finish-feature>p:not(.pl-kicker) { margin:19px 0 0; color:rgba(255,255,255,.68); font-size:12px; line-height:1.75; }
.pl-finish-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:31px; }
.pl-finish-stats>div { min-height:90px; padding:14px 13px; border:1px solid rgba(176,207,239,.2); border-radius:14px; background:rgba(255,255,255,.07); }
.pl-finish-stats strong,.pl-finish-stats span { display:block; }
.pl-finish-stats strong { color:#fff; font-size:20px; line-height:1.05; }
.pl-finish-stats span { margin-top:9px; color:rgba(255,255,255,.63); font-size:10px; line-height:1.35; }
.pl-finish-note { margin-top:auto; padding:15px 14px; border:1px solid rgba(176,207,239,.2); border-radius:15px; color:rgba(255,255,255,.75); background:rgba(255,255,255,.06); font-size:11px; line-height:1.6; }
.pl-finish-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; margin:0; padding:24px 30px; border-radius:21px; color:#fff; background:#0b2044; box-shadow:0 12px 25px rgba(15,42,79,.12); }
.pl-finish-cta h3 { margin:0; color:#fff; font-size:18px; }
.pl-finish-cta p { margin:8px 0 0; color:rgba(255,255,255,.66); font-size:11px; line-height:1.55; }
.pl-finish-cta .pl-btn { flex:0 0 auto; min-height:42px; padding:0 18px; border-radius:22px; font-size:11px; }
@media (max-width:980px) {
  .pl-finish-head h2 { font-size:36px; }
  .pl-finish-layout { grid-template-columns:minmax(0,1fr) 260px; gap:14px; }
  .pl-finish-card-body { padding:18px 16px 20px; }
  .pl-finish-feature { padding:24px 20px; }
}
@media (max-width:680px) {
  .pl-finishes { padding:70px 0; }
  .pl-finish-head { padding:0; }
  .pl-finish-head h2 { font-size:31px; }
  .pl-finish-head>p { margin-top:17px; }
  .pl-finish-layout { display:block; margin-top:34px; }
  .pl-finish-grid { grid-template-columns:1fr; gap:14px; }
  .pl-finish-image { height:165px; }
  .pl-finish-card-body { padding:20px 19px 22px; }
  .pl-finish-description { min-height:0; }
  .pl-finish-feature { min-height:0; margin-top:14px; padding:27px 22px; border-radius:18px; }
  .pl-finish-stats { margin-top:25px; }
  .pl-finish-note { margin-top:20px; }
  .pl-finish-cta { display:block; margin:14px 0 0; padding:22px 21px; border-radius:18px; }
  .pl-finish-cta .pl-btn { margin-top:18px; }
}

/* Final light application matrix matching the reference industries section. */
.precision-landing .pl-industries { position:relative; overflow:hidden; padding:104px 0 96px !important; color:#172943 !important; background:#f4f7fb !important; background-image:linear-gradient(rgba(94,130,168,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(94,130,168,.08) 1px,transparent 1px) !important; background-size:54px 54px !important; }
.precision-landing .pl-industry-head { display:block; max-width:760px; margin:0 auto; text-align:center; }
.precision-landing .pl-industry-head h2 { color:#1b2435 !important; font-size:43px; }
.precision-landing .pl-industry-head>p { max-width:720px; margin:21px auto 0; color:#62768d !important; }
.precision-landing .pl-industry-board { margin-top:54px !important; padding:0 !important; overflow:hidden; border:1px solid #dfe7ef !important; border-radius:24px !important; color:#172943 !important; background:#fff !important; box-shadow:0 15px 35px rgba(40,68,99,.10) !important; }
.precision-landing .pl-industry-board .pl-board-top { min-height:68px; margin:0; padding:16px 18px; gap:16px; flex-wrap:wrap; border-bottom:0; border-radius:0; color:#fff; background:#142541; }
.precision-landing .pl-industry-board .pl-board-top strong { color:#fff !important; font-size:10px; letter-spacing:1px; }
.precision-landing .pl-industry-board .pl-board-top strong:before { content:""; display:inline-block; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#d6a942; vertical-align:middle; }
.precision-landing .pl-industry-board .pl-board-top>div span { padding:6px 10px; border:1px solid rgba(255,255,255,.18); border-radius:12px; color:rgba(255,255,255,.78) !important; background:rgba(255,255,255,.06); font-size:9px; }
.precision-landing .pl-industry-grid { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; margin:0 !important; border:0 !important; background:#fff !important; }
.precision-landing .pl-industry-grid article { min-height:220px !important; display:block !important; padding:25px 18px 22px !important; border-right:1px solid #e4eaf0 !important; border-bottom:1px solid #e4eaf0 !important; color:#172943 !important; background:#fff !important; }
.precision-landing .pl-industry-grid article:nth-child(4n) { border-right:0 !important; }
.precision-landing .pl-industry-grid article:nth-child(n+5) { border-bottom:0 !important; }
.precision-landing .pl-industry-grid article:hover { background:#f8fafc !important; }
.precision-landing .pl-industry-icon { display:grid; place-items:center; width:42px; height:42px; margin-bottom:26px; border:1px solid #dfe6ed; border-radius:12px; color:#152d50 !important; background:#f3f6f8; }
.precision-landing .pl-industry-icon svg { width:20px; height:20px; }
.precision-landing .pl-industry-grid article>div>strong { display:block; color:#1b2f4d !important; font-size:14px; line-height:1.35; }
.precision-landing .pl-industry-grid article ul { display:grid; gap:5px; margin:25px 0 0; padding:0; list-style:none; }
.precision-landing .pl-industry-grid article li { display:grid; grid-template-columns:10px minmax(0,1fr); column-gap:7px; align-items:start; color:#697d94; font-size:10px; line-height:1.5; overflow-wrap:anywhere; white-space:pre-line; }
.precision-landing .pl-industry-grid article li:before { content:""; display:block; width:10px; height:10px; margin-top:2px; border:1px solid #cbd6e0; border-radius:50%; }
.precision-landing .pl-industry-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; margin-top:30px; padding:24px 28px; border-radius:20px; color:#fff; background:#12223d; box-shadow:0 12px 25px rgba(15,42,79,.12); }
.precision-landing .pl-industry-cta h3 { margin:0; color:#fff; font-size:18px; }
.precision-landing .pl-industry-cta p { margin:8px 0 0; color:rgba(255,255,255,.66); font-size:11px; line-height:1.55; }
.precision-landing .pl-industry-cta .pl-btn { flex:0 0 auto; min-height:42px; padding:0 20px; border-radius:22px; font-size:11px; }
@media(max-width:980px){.precision-landing .pl-industry-head h2{font-size:37px}.precision-landing .pl-industry-grid{grid-template-columns:repeat(2,1fr) !important}.precision-landing .pl-industry-grid article:nth-child(4n){border-right:1px solid #e4eaf0 !important}.precision-landing .pl-industry-grid article:nth-child(2n){border-right:0 !important}.precision-landing .pl-industry-grid article:nth-child(n+5){border-bottom:1px solid #e4eaf0 !important}.precision-landing .pl-industry-grid article:nth-child(n+7){border-bottom:0 !important}}
@media(max-width:680px){.precision-landing .pl-industries{padding:70px 0 !important}.precision-landing .pl-industry-head h2{font-size:32px}.precision-landing .pl-industry-head>p{margin-top:17px}.precision-landing .pl-industry-board{margin-top:33px !important;border-radius:18px !important}.precision-landing .pl-industry-board .pl-board-top{min-height:62px;padding-inline:12px}.precision-landing .pl-industry-board .pl-board-top>div span{padding:5px 7px;font-size:8px}.precision-landing .pl-industry-grid{grid-template-columns:1fr !important}.precision-landing .pl-industry-grid article,.precision-landing .pl-industry-grid article:nth-child(n){min-height:0 !important;padding:20px 16px !important;border-right:0 !important;border-bottom:1px solid #e4eaf0 !important}.precision-landing .pl-industry-grid article:last-child{border-bottom:0 !important}.precision-landing .pl-industry-cta{display:block;margin-top:15px;padding:21px 19px}.precision-landing .pl-industry-cta .pl-btn{margin-top:18px}}

/* Quality assurance reference layout. */
.precision-landing .pl-quality { padding:104px 0 96px !important; background:#fff !important; }
.precision-landing .pl-quality-head { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:72px; align-items:end; }
.precision-landing .pl-quality-head h2 { color:#1b2435 !important; font-size:43px; line-height:1.06; }
.precision-landing .pl-quality-head>p { color:#62768d !important; font-size:13px; line-height:1.7; }
.precision-landing .pl-quality-board { margin-top:48px !important; border:1px solid #dfe7ef !important; background:#f2f6fa !important; box-shadow:0 15px 35px rgba(40,68,99,.10) !important; }
.precision-landing .pl-quality-board-top { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 21px; color:#fff; background:#142541; }
.precision-landing .pl-quality-board-top strong { color:#fff; font-size:10px; letter-spacing:1px; }
.precision-landing .pl-quality-board-top strong:before { content:""; display:inline-block; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#d6a942; vertical-align:middle; }
.precision-landing .pl-quality-board-top>div { display:flex; flex-wrap:wrap; gap:8px; }
.precision-landing .pl-quality-board-top span { padding:6px 10px; border:1px solid rgba(255,255,255,.17); border-radius:13px; color:rgba(255,255,255,.78); background:rgba(255,255,255,.06); font-size:9px; }
.precision-landing .pl-quality-body { display:grid; grid-template-columns:252px minmax(0,1fr); min-height:514px; }
.precision-landing .pl-quality-proof { padding:27px 24px 23px; color:#fff; background:#142747; }
.precision-landing .pl-quality-proof .pl-kicker { margin:0 0 15px; color:#7fb8ee; font-size:10px; letter-spacing:1.3px; }
.precision-landing .pl-quality-proof h3 { margin:0; color:#fff; font-size:27px; line-height:1.08; }
.precision-landing .pl-quality-proof>p:not(.pl-kicker) { margin:15px 0 20px; color:rgba(255,255,255,.66); font-size:11px; line-height:1.65; }
.precision-landing .pl-quality-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.precision-landing .pl-quality-stat-grid>div { min-height:78px; padding:13px 11px; border:1px solid rgba(171,207,241,.18); border-radius:12px; background:rgba(255,255,255,.06); }
.precision-landing .pl-quality-stat-grid strong,.precision-landing .pl-quality-stat-grid span { display:block; }
.precision-landing .pl-quality-stat-grid strong { color:#fff; font-size:16px; line-height:1.1; }
.precision-landing .pl-quality-stat-grid span { margin-top:8px; color:rgba(255,255,255,.58); font-size:9px; line-height:1.35; }
.precision-landing .pl-quality-proof-note { margin-top:20px; padding:13px 12px; border-radius:12px; color:rgba(255,255,255,.75); background:#1c3155; font-size:10px; line-height:1.55; }
.precision-landing .pl-quality-content { min-width:0; padding:24px; }
.precision-landing .pl-quality-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:14px !important; padding:0 !important; }
.precision-landing .pl-quality-grid article { min-height:145px !important; display:grid !important; grid-template-columns:32px 1fr !important; gap:12px !important; padding:17px !important; border:1px solid #dfe6ee !important; border-radius:17px !important; background:#fff !important; box-shadow:0 8px 18px rgba(24,49,78,.05); }
.precision-landing .pl-quality-grid article>span { display:grid; place-items:center; width:32px; height:32px; border-radius:13px; color:#fff; background:#173767; font-size:10px; font-weight:800; }
.precision-landing .pl-quality-grid h3 { margin:4px 0 0; color:#1d304c !important; font-size:15px; line-height:1.3; }
.precision-landing .pl-quality-grid p { margin:13px 0 0; color:#708199 !important; font-size:10px; line-height:1.55; }
.precision-landing .pl-quality-grid small { display:block; margin-top:11px; padding:7px 9px; border:1px solid #e4eaf0; border-radius:10px; color:#687b91; background:#fff; font-size:9px; line-height:1.3; }
.precision-landing .pl-quality-capability { margin-top:14px; overflow:hidden; border:1px solid #dfe6ee; border-radius:16px; background:#fff; }
.precision-landing .pl-quality-capability>strong { display:block; padding:13px 15px 8px; color:#233b5c; font-size:10px; letter-spacing:1px; }
.precision-landing .pl-quality-capability>strong:before { content:""; display:inline-block; width:6px; height:6px; margin-right:7px; border-radius:50%; background:#d6a942; vertical-align:middle; }
.precision-landing .pl-quality-capability>div { display:grid; grid-template-columns:repeat(6,1fr); border-top:1px solid #e3e9ef; }
.precision-landing .pl-quality-capability span { min-height:62px; padding:11px 8px; border-right:1px solid #e3e9ef; text-align:center; }
.precision-landing .pl-quality-capability span:last-child { border-right:0; }
.precision-landing .pl-quality-capability b,.precision-landing .pl-quality-capability small { display:block; }
.precision-landing .pl-quality-capability b { color:#243a5a; font-size:9px; }
.precision-landing .pl-quality-capability small { margin-top:7px; color:#8391a2; font-size:8px; line-height:1.25; }
@media(max-width:980px){.precision-landing .pl-quality-head{gap:36px}.precision-landing .pl-quality-head h2{font-size:37px}.precision-landing .pl-quality-body{grid-template-columns:220px minmax(0,1fr)}.precision-landing .pl-quality-proof{padding:22px 17px}.precision-landing .pl-quality-content{padding:17px}.precision-landing .pl-quality-capability>div{grid-template-columns:repeat(3,1fr)}.precision-landing .pl-quality-capability span:nth-child(3){border-right:0}.precision-landing .pl-quality-capability span:nth-child(n+4){border-top:1px solid #e3e9ef}}
@media(max-width:680px){.precision-landing .pl-quality{padding:70px 0 !important}.precision-landing .pl-quality-head{display:block}.precision-landing .pl-quality-head h2{font-size:32px}.precision-landing .pl-quality-head>p{margin-top:17px}.precision-landing .pl-quality-board{margin-top:33px !important}.precision-landing .pl-quality-board-top{display:block;padding:16px 14px}.precision-landing .pl-quality-board-top>div{margin-top:10px}.precision-landing .pl-quality-body{display:block;min-height:0}.precision-landing .pl-quality-proof{padding:24px 19px}.precision-landing .pl-quality-content{padding:14px}.precision-landing .pl-quality-grid{grid-template-columns:1fr !important}.precision-landing .pl-quality-grid article{min-height:0 !important}.precision-landing .pl-quality-capability>div{grid-template-columns:1fr 1fr}.precision-landing .pl-quality-capability span:nth-child(3){border-right:1px solid #e3e9ef}.precision-landing .pl-quality-capability span:nth-child(2n){border-right:0}.precision-landing .pl-quality-capability span:nth-child(n+3){border-top:1px solid #e3e9ef}}

/* Fix the legacy board grid: the dark inspection header must span the full width. */
.precision-landing .pl-quality-board { display:block !important; grid-template-columns:none !important; overflow:hidden; }
.precision-landing .pl-quality-board-top { width:100%; box-sizing:border-box; }
.precision-landing .pl-quality-body { display:grid !important; grid-template-columns:252px minmax(0,1fr) !important; }
@media(max-width:980px){.precision-landing .pl-quality-body{grid-template-columns:220px minmax(0,1fr) !important;}}
@media(max-width:680px){.precision-landing .pl-quality-body{display:block !important;}.precision-landing .pl-quality-board-top{display:block !important;}}

/* Manufacturing service process module. */
.precision-landing .pl-service-process { padding:104px 0 98px; color:#172943; background:#f4f8fc; background-image:linear-gradient(rgba(105,140,175,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(105,140,175,.08) 1px,transparent 1px); background-size:46px 46px; }
.precision-landing .pl-service-process-head { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr); gap:72px; align-items:end; }
.precision-landing .pl-service-process-head h2 { max-width:650px; margin:0; color:#1b2435; font-size:43px; line-height:1.06; }
.precision-landing .pl-service-process-head > p { margin:0; color:#62768d; font-size:13px; line-height:1.7; }
.precision-landing .pl-service-process-board { position:relative; margin-top:48px; overflow:hidden; padding:30px 26px 0; border:1px solid #dfe7ef; border-radius:24px; background:#fff; box-shadow:0 15px 35px rgba(40,68,99,.10); }
.precision-landing .pl-service-process-track { position:absolute; z-index:0; top:71px; left:10%; right:10%; height:1px; background:#cad8e6; }
.precision-landing .pl-service-process-cards { position:relative; z-index:1; display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:14px; }
.precision-landing .pl-service-process-card { min-width:0; min-height:252px; padding:0 15px 18px; border:1px solid #dfe6ee; border-radius:17px; background:#fff; box-shadow:0 8px 18px rgba(24,49,78,.05); }
.precision-landing .pl-service-process-number { display:grid; place-items:center; width:42px; height:42px; margin:-1px 0 24px; border:5px solid #fff; border-radius:50%; color:#fff; background:#173767; box-shadow:0 5px 12px rgba(23,55,103,.18); font-size:10px; font-weight:800; }
.precision-landing .pl-service-process-eyebrow { margin:0; color:#1b6fc4; font-size:9px; font-weight:800; letter-spacing:1.25px; }
.precision-landing .pl-service-process-card h3 { margin:10px 0 0; color:#1d304c; font-size:17px; line-height:1.25; }
.precision-landing .pl-service-process-description { min-height:72px; margin:15px 0 16px; color:#708199; font-size:11px; line-height:1.65; }
.precision-landing .pl-service-process-output { margin-top:auto; padding:10px 11px; border:1px solid #e4eaf0; border-radius:10px; color:#687b91; background:#f8fafc; font-size:10px; line-height:1.45; }
.precision-landing .pl-service-process-output strong { color:#233b5c; }
.precision-landing .pl-service-process-footer { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:18px; padding:22px 3px 24px; border-top:1px solid #e4eaf0; }
.precision-landing .pl-service-process-footer p { display:flex; align-items:flex-start; gap:9px; margin:0; color:#6c7f95; font-size:11px; line-height:1.55; }
.precision-landing .pl-service-process-footer p > span { flex:0 0 7px; width:7px; height:7px; margin-top:4px; border-radius:50%; background:#d6a942; }
.precision-landing .pl-service-process-footer > div { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:7px; }
.precision-landing .pl-service-process-footer > div span { padding:6px 10px; border:1px solid #dfe7ef; border-radius:13px; color:#687a90; background:#f7f9fb; font-size:9px; white-space:nowrap; }
@media(max-width:980px) {
  .precision-landing .pl-service-process-head { gap:36px; }
  .precision-landing .pl-service-process-head h2 { font-size:37px; }
  .precision-landing .pl-service-process-board { padding-inline:17px; }
  .precision-landing .pl-service-process-cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .precision-landing .pl-service-process-track { top:50%; left:12%; right:12%; }
}
@media(max-width:680px) {
  .precision-landing .pl-service-process { padding:70px 0; }
  .precision-landing .pl-service-process-head { display:block; }
  .precision-landing .pl-service-process-head h2 { font-size:32px; }
  .precision-landing .pl-service-process-head > p { margin-top:17px; }
  .precision-landing .pl-service-process-board { margin-top:33px; padding:18px 13px 0; border-radius:18px; }
  .precision-landing .pl-service-process-cards { grid-template-columns:1fr; gap:12px; }
  .precision-landing .pl-service-process-track { top:39px; bottom:39px; left:34px; right:auto; width:1px; height:auto; }
  .precision-landing .pl-service-process-card { min-height:0; display:grid; grid-template-columns:42px minmax(0,1fr); column-gap:13px; padding:0 13px 14px 0; border-radius:14px; }
  .precision-landing .pl-service-process-number { grid-row:1 / span 4; margin:14px 0 0; align-self:start; }
  .precision-landing .pl-service-process-eyebrow { margin-top:14px; }
  .precision-landing .pl-service-process-card h3 { margin-top:7px; }
  .precision-landing .pl-service-process-description { min-height:0; margin:10px 0 12px; }
  .precision-landing .pl-service-process-output { margin-top:0; }
  .precision-landing .pl-service-process-footer { display:block; margin-top:14px; padding:18px 2px 20px; }
  .precision-landing .pl-service-process-footer > div { justify-content:flex-start; margin-top:12px; }
}

/* Absolute final override: the parts reference is a light board, never the legacy navy board. */
.primary-menu > li.menu-item-has-children { position: relative; }
.primary-menu > li.menu-item-has-children > a::after,
body.home .primary-menu > li.menu-item-has-children > a::after { display: none !important; }
.primary-menu > li.menu-item-has-children > a { gap: 7px; }
.primary-menu .submenu-indicator { width: 13px; height: 13px; transition: transform .2s ease; }
.primary-menu > li.menu-item-has-children:hover > a .submenu-indicator,
.primary-menu > li.menu-item-has-children:focus-within > a .submenu-indicator,
.primary-menu > li.menu-item-has-children.submenu-open > a .submenu-indicator { transform: rotate(180deg); }
.primary-menu > li.menu-item-has-children > .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 9px 0; list-style: none; border: 1px solid #dfe7f0; background: #fff; box-shadow: 0 16px 35px rgba(15,35,60,.16); opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-menu > li.menu-item-has-children:hover > .sub-menu,
.primary-menu > li.menu-item-has-children:focus-within > .sub-menu,
.primary-menu > li.menu-item-has-children.submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu li a { display: block; padding: 11px 17px; color: #182334; font-size: 14px; line-height: 1.35; white-space: nowrap; }
.primary-menu .sub-menu li a:hover, .primary-menu .sub-menu li a:focus { color: #147ee5; background: #f2f7fc; }
@media (max-width: 980px) {
  .primary-menu > li.menu-item-has-children > .sub-menu { position: static; display: none; min-width: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: none; background: transparent; }
  .primary-menu > li.menu-item-has-children.submenu-open > .sub-menu { display: block; }
  .primary-menu .sub-menu li a { padding: 10px 42px; border-bottom: 1px solid #e6ebf1; color: #31445d; font-size: 13px; }
  .primary-menu > li.menu-item-has-children > a .submenu-indicator { margin-left: auto; }
}
.precision-landing .pl-parts { padding:104px 0 98px !important; background:#fff !important; }
.precision-landing .pl-parts-board { margin-top:48px !important; padding:0 8px !important; border:1px solid #dfe7ef !important; border-radius:24px !important; background:#fff !important; box-shadow:0 15px 35px rgba(40,68,99,.10) !important; }
.precision-landing .pl-parts-board .pl-board-top { min-height:68px !important; margin:0 !important; padding:0 18px !important; border-bottom:1px solid #e1e8f0 !important; background:#fff !important; }
.precision-landing .pl-parts-board .pl-board-top strong { color:#203654 !important; }
.precision-landing .pl-parts-board .pl-board-top>div span { border-color:#e1e8f0 !important; color:#687a90 !important; background:#f7f9fb !important; }
.precision-landing .pl-parts-stage { min-height:285px !important; display:flex !important; align-items:center !important; justify-content:space-around !important; gap:18px !important; margin:0 !important; padding:24px 40px 28px !important; border:0 !important; background-color:#f5f8fb !important; background-image:linear-gradient(rgba(110,145,180,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(110,145,180,.08) 1px,transparent 1px) !important; background-size:46px 46px !important; }
.precision-landing .pl-parts-stage:before { content:"" !important; position:absolute !important; left:8% !important; right:8% !important; top:50% !important; height:1px !important; opacity:1 !important; background:#d7e0e9 !important; }
.precision-landing .pl-part-object { position:relative !important; z-index:1 !important; width:22% !important; min-width:120px !important; display:flex !important; flex-direction:column !important; align-items:center !important; gap:12px !important; }
.precision-landing .pl-part-object img { width:100% !important; height:128px !important; object-fit:contain !important; filter:drop-shadow(0 15px 14px rgba(32,55,77,.18)) !important; }
.precision-landing .pl-part-object span { order:-1 !important; padding:7px 11px !important; border:1px solid #e2e8ef !important; border-radius:16px !important; color:#294464 !important; background:#fff !important; box-shadow:0 8px 18px rgba(42,69,99,.10) !important; font-size:9px !important; }
.precision-landing .part-object-2 span,.precision-landing .part-object-4 span { order:2 !important; }
.precision-landing .pl-callout,.precision-landing .pl-parts-thumbs { display:none !important; }
.precision-landing .pl-parts-features { display:grid !important; grid-template-columns:repeat(4,1fr) !important; margin:0 !important; border-top:1px solid #e0e7ef !important; border-radius:0 0 20px 20px !important; background:#fff !important; }
.precision-landing .pl-parts-features>div { min-height:116px !important; padding:20px !important; border-right:1px solid #e0e7ef !important; }
.precision-landing .pl-parts-features>div:last-child { border-right:0 !important; }
.precision-landing .pl-parts-features strong { color:#1f3553 !important; }.precision-landing .pl-parts-features p { color:#74869a !important; }
.precision-landing .pl-parts-cta { margin-top:30px !important; border-radius:20px !important; background:#12223d !important; }
@media(max-width:680px){.precision-landing .pl-parts{padding:70px 0 !important}.precision-landing .pl-parts-board{margin-top:32px !important;padding-inline:5px !important;border-radius:18px !important}.precision-landing .pl-parts-board .pl-board-top{min-height:62px !important;padding-inline:12px !important}.precision-landing .pl-parts-stage{min-height:410px !important;display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;padding:20px 14px !important}.precision-landing .pl-part-object{width:auto !important;min-width:0 !important}.precision-landing .pl-part-object img{height:116px !important}.precision-landing .pl-part-object span{font-size:8px !important}.precision-landing .pl-parts-features{grid-template-columns:1fr 1fr !important}.precision-landing .pl-parts-features>div{min-height:104px !important;padding:16px 12px !important}.precision-landing .pl-parts-features>div:nth-child(2n){border-right:0 !important}.precision-landing .pl-parts-features>div:nth-child(n+3){border-top:1px solid #e0e7ef !important}.precision-landing .pl-parts-cta{margin-top:15px !important}}

/* Semiconductor industry page, modelled on the supplied light technical reference. */
.sp-page { --sp-navy:#0b1c38; --sp-blue:#1558a6; --sp-ink:#10213b; --sp-muted:#667991; --sp-line:#dce5ef; color:var(--sp-ink); background:#f5f8fc; overflow:hidden; }
.sp-shell { width:min(1160px,calc(100% - 44px)); margin:0 auto; }
.sp-section { padding:94px 0; }
.sp-kicker { margin:0 0 14px; color:var(--sp-blue); font-size:10px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; }
.sp-heading { max-width:820px; margin:0 auto 42px; text-align:center; }
.sp-heading h2 { margin:0; color:var(--sp-ink); font-size:clamp(28px,3vw,42px); line-height:1.14; letter-spacing:0; }
.sp-heading > p:not(.sp-kicker) { max-width:720px; margin:15px auto 0; color:var(--sp-muted); font-size:14px; line-height:1.75; }
.sp-heading-split { display:grid; grid-template-columns:1fr .9fr; gap:50px; max-width:none; text-align:left; align-items:end; }
.sp-heading-split > p { margin:0 !important; }
.sp-hero { position:relative; padding:88px 0 84px; background:#edf3fa; }
.sp-hero-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:66px; align-items:center; }
.sp-hero-copy { padding-left:38px; }
.sp-hero-copy h1 { max-width:480px; margin:0; color:#10234a; font-size:clamp(40px,4.6vw,65px); line-height:.94; letter-spacing:-1.8px; }
.sp-lead { max-width:480px; margin:21px 0 0; color:#60758d; font-size:14px; line-height:1.75; }
.sp-pills { display:flex; flex-wrap:wrap; gap:7px; margin-top:20px; }
.sp-pills span { padding:7px 10px; border:1px solid #cbd9e8; border-radius:3px; color:#3d5874; background:#fff; font-size:10px; font-weight:700; }
.sp-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.sp-btn { display:inline-flex; align-items:center; gap:8px; min-height:40px; padding:0 16px; border:1px solid transparent; border-radius:4px; font-size:11px; font-weight:800; text-decoration:none; cursor:pointer; }
.sp-btn svg { width:14px; height:14px; }
.sp-btn-primary { color:#fff; background:var(--sp-navy); }
.sp-btn-primary:hover { color:#fff; background:#173d73; }
.sp-btn-light { color:#18375d; border-color:#b8c9dc; background:#fff; }
.sp-btn-light:hover { color:var(--sp-blue); border-color:var(--sp-blue); }
.sp-hero-gallery { position:relative; display:grid; grid-template-columns:1.42fr .86fr; grid-template-rows:1fr 1fr; gap:10px; min-height:390px; padding:13px; border:1px solid #cad8e7; border-radius:12px; background:#fff; box-shadow:0 24px 45px rgba(35,68,102,.16); }
.sp-gallery-main { grid-row:1 / 3; overflow:hidden; border-radius:7px; background:#dce7f1; }
.sp-gallery-main img,.sp-gallery-tile img { width:100%; height:100%; display:block; object-fit:cover; }
.sp-gallery-tile { overflow:hidden; min-height:0; border:1px solid #c9d7e5; border-radius:7px; background:#e6eef6; }
.sp-gallery-label { position:absolute; right:23px; bottom:22px; display:grid; gap:5px; max-width:150px; padding:12px; border-radius:6px; color:#fff; background:rgba(9,28,58,.9); }
.sp-gallery-label small { color:#8fc4ff; font-size:8px; font-weight:800; letter-spacing:1px; }
.sp-gallery-label strong { font-size:12px; line-height:1.35; }
.sp-challenges { background:#fff; }
.sp-challenge-board,.sp-capability-board,.sp-material-board,.sp-quality-board { border:1px solid #d5e0eb; border-radius:10px; background:#fff; box-shadow:0 17px 35px rgba(38,70,102,.10); overflow:hidden; }
.sp-board-bar { display:flex; align-items:center; gap:11px; min-height:45px; padding:0 17px; color:#fff; background:var(--sp-navy); font-size:9px; }
.sp-board-bar strong { margin-right:auto; font-size:9px; letter-spacing:1px; }
.sp-board-bar span { padding:5px 8px; border:1px solid rgba(255,255,255,.24); border-radius:2px; color:#dcecff; font-size:8px; }
.sp-challenge-body { display:grid; grid-template-columns:1.04fr 1fr; gap:21px; padding:18px; background:#f5f8fc; }
.sp-challenge-photo { overflow:hidden; border:1px solid #cfdae5; border-radius:6px; background:#e5edf5; }
.sp-challenge-photo img { display:block; width:100%; height:320px; object-fit:cover; }
.sp-challenge-photo p { margin:0; padding:11px 13px; color:#344f70; background:#fff; font-size:11px; font-weight:800; }
.sp-challenge-grid { display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.sp-challenge-grid article,.sp-capability-grid article { padding:16px; border:1px solid #d9e4ef; border-radius:6px; background:#fff; }
.sp-challenge-grid article { display:flex; gap:10px; }
.sp-challenge-grid article > span,.sp-card-index { display:grid; place-items:center; flex:0 0 22px; width:22px; height:22px; border-radius:4px; color:#fff; background:var(--sp-blue); font-size:9px; font-weight:800; }
.sp-challenge-grid h3,.sp-capability-grid h3 { margin:0; color:#1d3557; font-size:13px; line-height:1.3; }
.sp-challenge-grid p,.sp-capability-grid p { margin:8px 0 0; color:#71839a; font-size:11px; line-height:1.6; }
.sp-capabilities { background:#f1f5fa; }
.sp-capability-board { display:grid; grid-template-columns:1fr 1.22fr; padding:18px; gap:18px; background:#eaf1f8; }
.sp-capability-visual { position:relative; overflow:hidden; min-height:430px; border-radius:7px; background:#dce6f0; }
.sp-capability-visual img { width:100%; height:100%; display:block; object-fit:cover; }
.sp-visual-caption { position:absolute; left:14px; right:14px; bottom:14px; display:grid; gap:4px; padding:12px; border-radius:5px; color:#fff; background:rgba(9,27,55,.86); }
.sp-visual-caption strong { font-size:12px; }.sp-visual-caption span { color:#b9d8f7; font-size:10px; }
.sp-capability-grid { display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.sp-capability-grid article { min-height:205px; }.sp-card-index { margin-bottom:14px; }
.sp-capability-grid ul { display:grid; gap:5px; margin:14px 0 0; padding:0; list-style:none; }
.sp-capability-grid li { display:flex; align-items:flex-start; gap:6px; color:#647890; font-size:10px; line-height:1.45; }
.sp-capability-grid li svg { flex:0 0 12px; width:12px; height:12px; color:#1685e8; }
.sp-stat-row { display:grid; grid-template-columns:repeat(4,1fr); margin-top:15px; border:1px solid #d6e1ec; background:#fff; }
.sp-stat-row > div { display:grid; gap:4px; padding:14px 17px; border-right:1px solid #d6e1ec; }.sp-stat-row > div:last-child { border-right:0; }
.sp-stat-row strong { color:#193862; font-size:20px; }.sp-stat-row span { color:#73869c; font-size:10px; }
.sp-materials { background:#fff; }
.sp-material-board { display:grid; grid-template-columns:.95fr 1.4fr; gap:20px; padding:18px; background:#eef4fa; }
.sp-material-visual { position:relative; overflow:hidden; min-height:520px; border-radius:7px; background:#dce7f1; }.sp-material-visual img { width:100%; height:100%; object-fit:cover; display:block; }
.sp-material-visual > div { position:absolute; left:14px; right:14px; bottom:14px; display:grid; gap:4px; padding:12px; color:#fff; border-radius:5px; background:rgba(9,27,55,.88); }.sp-material-visual strong { font-size:12px; }.sp-material-visual span { color:#b9d8f7; font-size:10px; }
.sp-tables { display:grid; gap:17px; align-content:start; padding:4px 0; }.sp-table-block h3 { margin:0 0 9px; color:#1e3758; font-size:15px; }.sp-table { border:1px solid #d8e2ec; background:#fff; }.sp-table-head,.sp-table-row { display:grid; grid-template-columns:.78fr .88fr 1.45fr; gap:12px; padding:10px 12px; }.sp-table-head { color:#fff; background:var(--sp-navy); font-size:9px; font-weight:800; }.sp-table-row { border-top:1px solid #e6edf4; color:#667d96; font-size:10px; line-height:1.45; }.sp-table-row span:first-child { color:#203c60; font-weight:800; }
.sp-quality { background:#f3f7fb; }.sp-quality-board { background:#fff; }.sp-quality-body { display:grid; grid-template-columns:1.05fr 1fr 1fr; gap:15px; padding:17px; background:#f6f9fc; }.sp-quality-photo { overflow:hidden; border:1px solid #d8e3ed; border-radius:6px; background:#fff; }.sp-quality-photo img { width:100%; height:210px; object-fit:cover; display:block; }.sp-quality-photo h3 { margin:14px 14px 5px; color:#203a5d; font-size:13px; line-height:1.35; }.sp-quality-photo p { margin:0 14px 15px; color:#71839a; font-size:10px; line-height:1.55; }.sp-quality-col { padding:7px 2px; }.sp-quality-col h3 { margin:0 0 12px; color:#18365c; font-size:14px; }.sp-quality-col article { display:flex; gap:9px; padding:10px 0; border-top:1px solid #dce5ef; }.sp-quality-col article > span { display:grid; place-items:center; flex:0 0 22px; width:22px; height:22px; color:#fff; border-radius:50%; background:var(--sp-blue); font-size:9px; font-weight:800; }.sp-quality-col article > span svg { width:12px; }.sp-quality-col strong { color:#294666; font-size:11px; }.sp-quality-col p { margin:4px 0 0; color:#7689a0; font-size:10px; line-height:1.45; }.sp-quality-foot { display:flex; align-items:center; gap:15px; padding:13px 17px; color:#fff; background:var(--sp-navy); font-size:10px; }.sp-quality-foot strong { color:#a6d3ff; font-size:11px; }
.sp-faq { background:#edf3fa; }.sp-faq-layout { display:grid; grid-template-columns:280px 1fr; gap:17px; }.sp-faq-layout > aside { align-self:start; padding:23px; color:#fff; border-radius:8px; background:var(--sp-navy); }.sp-faq-layout > aside > strong { color:#96c9fa; font-size:8px; letter-spacing:1px; }.sp-faq-layout > aside h3 { margin:11px 0 0; color:#fff; font-size:22px; line-height:1.25; }.sp-faq-layout > aside p { margin:12px 0 18px; color:#b8cbe1; font-size:11px; line-height:1.6; }.sp-faq-layout > aside div { display:flex; flex-wrap:wrap; gap:6px; }.sp-faq-layout > aside span { padding:5px 7px; border:1px solid rgba(255,255,255,.25); border-radius:2px; color:#dcecff; font-size:9px; }.sp-faq-list { display:grid; gap:8px; }.sp-faq-list details { border:1px solid #d6e1ed; border-radius:5px; background:#fff; }.sp-faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:15px 17px; color:#1f3b5d; font-size:12px; font-weight:750; cursor:pointer; list-style:none; }.sp-faq-list summary::-webkit-details-marker { display:none; }.sp-faq-list summary svg { flex:0 0 15px; width:15px; color:#257fd1; }.sp-faq-list details[open] summary svg { transform:rotate(45deg); }.sp-faq-list details p { margin:0; padding:0 17px 16px; color:#71839a; font-size:11px; line-height:1.7; }
.sp-cta { padding:58px 0; color:#fff; background:#08172e; }.sp-cta .sp-shell { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:28px 34px; border:1px solid rgba(155,194,236,.2); border-radius:10px; background:#102746; }.sp-cta h2 { max-width:680px; margin:0; color:#fff; font-size:30px; line-height:1.15; }.sp-cta p:not(.sp-kicker) { max-width:700px; margin:12px 0 0; color:#afc4dd; font-size:12px; line-height:1.65; }.sp-cta .sp-kicker { color:#82bdf4; }
@media(max-width:900px){.sp-hero-grid,.sp-heading-split,.sp-capability-board,.sp-material-board{grid-template-columns:1fr;gap:28px}.sp-hero-copy{padding-left:0}.sp-hero-gallery{min-height:340px}.sp-challenge-body{grid-template-columns:1fr}.sp-capability-visual,.sp-material-visual{min-height:320px}.sp-quality-body{grid-template-columns:1fr 1fr}.sp-quality-photo{grid-column:1 / -1}.sp-faq-layout{grid-template-columns:1fr}.sp-cta .sp-shell{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.sp-shell{width:min(100% - 28px,1160px)}.sp-section{padding:64px 0}.sp-hero{padding:52px 0 58px}.sp-hero-copy h1{font-size:43px}.sp-hero-gallery{grid-template-columns:1.2fr .8fr;min-height:265px;padding:8px;gap:7px}.sp-gallery-label{right:14px;bottom:14px;padding:8px;max-width:112px}.sp-gallery-label strong{font-size:9px}.sp-board-bar{flex-wrap:wrap;gap:6px;padding:8px 12px}.sp-board-bar strong{width:100%}.sp-challenge-body,.sp-capability-board,.sp-material-board,.sp-quality-body{padding:10px}.sp-challenge-grid,.sp-capability-grid{grid-template-columns:1fr}.sp-stat-row{grid-template-columns:1fr 1fr}.sp-stat-row > div:nth-child(2){border-right:0}.sp-stat-row > div:nth-child(n+3){border-top:1px solid #d6e1ec}.sp-table-head,.sp-table-row{grid-template-columns:.8fr .9fr 1.25fr;gap:6px;padding:8px 7px;font-size:9px}.sp-quality-body{grid-template-columns:1fr}.sp-quality-photo{grid-column:auto}.sp-quality-foot{align-items:flex-start;flex-direction:column;gap:4px}.sp-cta .sp-shell{padding:22px 18px}.sp-cta h2{font-size:25px}}

/* Hero layout match for the supplied semiconductor reference: 2x2 board with a dark program card. */
.sp-hero { padding:88px 0 96px; }
.sp-hero-grid { width:min(1235px,calc(100% - 56px)); grid-template-columns:.86fr 1.14fr; gap:74px; align-items:start; }
.sp-hero-copy { padding-top:20px; padding-left:35px; }
.sp-hero-copy h1 { max-width:530px; font-size:clamp(45px,4.2vw,68px); line-height:.92; letter-spacing:-2px; }
.sp-hero-subtitle { margin:18px 0 0; color:#087cc7; font-size:24px; line-height:1.15; }
.sp-hero-gallery { grid-template-columns:1.44fr .86fr; grid-template-rows:1fr 1fr; min-height:650px; padding:13px; gap:10px; border-radius:16px; }
.sp-gallery-main { grid-row:1; grid-column:1; position:relative; }
.sp-gallery-main img { object-fit:cover; }
.sp-gallery-main > span { position:absolute; left:13px; bottom:12px; padding:6px 9px; border-radius:3px; color:#fff; background:#142a4b; font-size:9px; font-weight:800; text-transform:uppercase; }
.sp-gallery-panel { grid-row:1; grid-column:2; display:flex; flex-direction:column; padding:22px 18px 16px; border-radius:8px; color:#fff; background:#172e55; }
.sp-gallery-panel > p { margin:0 0 36px; color:#49b9ef; font-size:9px; font-weight:800; letter-spacing:1.3px; }
.sp-gallery-panel h3 { margin:0; color:#fff; font-size:14px; line-height:1.25; }
.sp-gallery-panel ul { display:grid; gap:0; margin:26px 0 0; padding:0; list-style:none; }
.sp-gallery-panel li { padding:8px 0; border-top:1px solid rgba(255,255,255,.15); color:#e3edf9; font-size:10px; line-height:1.25; }
.sp-gallery-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:auto; }
.sp-gallery-stats span { display:grid; gap:4px; padding:8px 6px; border:1px solid rgba(255,255,255,.18); border-radius:5px; background:rgba(255,255,255,.06); }
.sp-gallery-stats b { color:#fff; font-size:14px; }.sp-gallery-stats small { color:#bdd2ea; font-size:8px; }
.sp-gallery-tile { min-height:0; }
.sp-gallery-tile-1 { grid-row:2; grid-column:1; }
.sp-gallery-tile-2 { grid-row:2; grid-column:2; }
.sp-gallery-tile { position:relative; }
.sp-gallery-tile > span { position:absolute; left:12px; bottom:11px; padding:6px 9px; border-radius:3px; color:#fff; background:rgba(15,38,72,.94); font-size:9px; font-weight:800; }
.sp-gallery-label { right:22px; bottom:22px; max-width:145px; }
@media(max-width:900px){.sp-hero-grid{width:min(100% - 28px,1160px);gap:34px}.sp-hero-copy{padding-top:0;padding-left:0}.sp-gallery-panel{padding:17px 14px}.sp-gallery-panel > p{margin-bottom:24px}.sp-hero-gallery{min-height:520px}}
@media(max-width:620px){.sp-hero{padding:54px 0 62px}.sp-hero-subtitle{font-size:19px}.sp-hero-gallery{grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;min-height:300px}.sp-gallery-panel{padding:11px 9px}.sp-gallery-panel > p{margin-bottom:13px;font-size:7px}.sp-gallery-panel h3{font-size:9px}.sp-gallery-panel ul{margin-top:13px}.sp-gallery-panel li{padding:5px 0;font-size:7px}.sp-gallery-stats b{font-size:10px}.sp-gallery-stats small{font-size:6px}.sp-gallery-label{right:10px;bottom:10px;max-width:92px}.sp-gallery-label strong{font-size:8px}.sp-gallery-main > span{left:7px;bottom:7px;font-size:7px}}

/* CNC quote/contact page */
.cq-page { --cq-navy:#071a3b; --cq-blue:#2e7fd1; --cq-ink:#132542; --cq-muted:#73839a; color:var(--cq-ink); background:#f5f8fc; overflow:hidden; }
.cq-shell { width:min(1100px,calc(100% - 40px)); margin:0 auto; }
.cq-hero { padding:76px 0 78px; color:#fff; background:#081b3d; background-image:linear-gradient(rgba(87,133,193,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(87,133,193,.10) 1px,transparent 1px); background-size:27px 27px; }
.cq-hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:74px; align-items:center; }
.cq-hero-copy { max-width:570px; padding-left:5px; }
.cq-tags { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:20px; }
.cq-tags span { padding:6px 10px; border:1px solid rgba(187,220,255,.25); border-radius:3px; color:#bcd5f2; font-size:8px; font-weight:800; letter-spacing:.7px; text-transform:uppercase; }
.cq-hero h1 { max-width:560px; margin:0; color:#fff; font-size:clamp(38px,4.3vw,60px); line-height:.98; letter-spacing:-1.2px; }
.cq-hero-copy>p { max-width:500px; margin:20px 0 0; color:#aebed4; font-size:12px; line-height:1.72; }
.cq-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:25px; }
.cq-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:38px; padding:0 16px; border:1px solid transparent; border-radius:3px; font-size:10px; font-weight:800; text-decoration:none; cursor:pointer; }
.cq-btn svg { width:13px; height:13px; }
.cq-btn-blue { color:#fff; background:#2f82da; }
.cq-btn-blue:hover { color:#fff; background:#4694e5; }
.cq-btn-outline { color:#d7e8fb; border-color:rgba(206,228,249,.35); background:rgba(255,255,255,.03); }
.cq-btn-outline:hover { color:#fff; border-color:#85bdf5; }
.cq-confidential { display:flex; align-items:flex-start; gap:8px; max-width:490px; margin-top:27px; padding-top:15px; border-top:1px solid rgba(187,220,255,.2); color:#96abc6; font-size:9px; line-height:1.55; }
.cq-confidential svg { flex:0 0 14px; width:14px; height:14px; color:#76b4ed; }
.cq-hero-panel { padding:20px; border:1px solid rgba(153,195,238,.23); border-radius:5px; background:#183865; box-shadow:0 22px 50px rgba(0,0,0,.18); }
.cq-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:15px; }
.cq-panel-head span { color:#80c4fb; font-size:8px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }.cq-panel-head strong { color:#fff; font-size:11px; }
.cq-hero-panel ul { display:grid; gap:7px; margin:0; padding:0; list-style:none; }.cq-hero-panel li { display:flex; align-items:center; gap:10px; min-height:34px; padding:0 10px; border:1px solid rgba(179,211,243,.12); border-radius:4px; color:#e5f0fb; background:rgba(255,255,255,.07); font-size:9px; }.cq-hero-panel li b { display:grid; place-items:center; flex:0 0 17px; width:17px; height:17px; border-radius:3px; color:#9bcdf6; background:rgba(120,183,237,.16); font-size:7px; }.cq-panel-foot { margin-top:14px; padding:7px 10px; border-radius:3px; text-align:center; color:#70a9dc; background:#f5f8fc; font-size:7px; font-weight:800; letter-spacing:.5px; }
.cq-section { padding:74px 0; background:#f6f9fd; }.cq-methods,.cq-prepare,.cq-privacy { background:#f4f7fb; }.cq-location,.cq-form-section { background:#fff; }
.cq-section-head { max-width:720px; margin:0 auto 30px; text-align:center; }.cq-section-head-left { margin-left:0; text-align:left; }.cq-section-head p,.cq-form-copy>p,.cq-location-card>p:first-child { margin:0 0 10px; color:#2b7dcc; font-size:8px; font-weight:800; letter-spacing:1px; text-transform:uppercase; }.cq-section-head h2,.cq-form-copy h2,.cq-location-card h2 { margin:0; color:#122542; font-size:clamp(27px,3.1vw,40px); line-height:1.05; letter-spacing:-.8px; }.cq-section-head span,.cq-form-copy>span { display:block; margin-top:12px; color:#7a899e; font-size:11px; line-height:1.65; }
.cq-method-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.cq-method-card,.cq-method-photo { min-height:170px; padding:22px; border:1px solid #e1e8f0; border-radius:4px; background:#fff; box-shadow:0 10px 24px rgba(41,72,107,.06); }.cq-method-card small { color:#78a9d6; font-size:7px; font-weight:800; letter-spacing:1px; }.cq-method-card h3 { margin:18px 0 9px; color:#1b3150; font-size:14px; }.cq-method-card p { min-height:35px; margin:0; color:#7d8ba0; font-size:10px; line-height:1.55; }.cq-method-card a { display:inline-block; margin-top:15px; color:#257cc8; font-size:9px; font-weight:800; text-decoration:none; }.cq-method-photo { position:relative; padding:0; overflow:hidden; }.cq-method-photo img { width:100%; height:100%; min-height:170px; display:block; object-fit:cover; }.cq-method-photo span { position:absolute; left:10px; bottom:10px; padding:5px 7px; color:#fff; background:rgba(8,29,60,.8); font-size:8px; }
.cq-location-grid { display:grid; grid-template-columns:1.55fr .85fr; gap:14px; align-items:stretch; }.cq-map { position:relative; min-height:300px; overflow:hidden; border:1px solid #d7e1ed; border-radius:4px; background:#dcebf1; background-image:linear-gradient(25deg,transparent 47%,rgba(255,255,255,.9) 48%,rgba(255,255,255,.9) 50%,transparent 51%),linear-gradient(-18deg,transparent 46%,rgba(255,255,255,.8) 47%,rgba(255,255,255,.8) 49%,transparent 50%),linear-gradient(90deg,rgba(116,172,187,.12) 1px,transparent 1px),linear-gradient(rgba(116,172,187,.12) 1px,transparent 1px); background-size:180px 140px,220px 160px,28px 28px,28px 28px; }.cq-map:before,.cq-map:after { content:""; position:absolute; background:#fff; opacity:.8; transform:rotate(20deg); }.cq-map:before { width:140%; height:12px; left:-15%; top:44%; }.cq-map:after { width:12px; height:140%; left:59%; top:-18%; transform:rotate(38deg); }.cq-map-pin { position:absolute; left:58%; top:50%; display:grid; place-items:center; width:32px; height:32px; border-radius:50%; color:#fff; background:#e8504b; box-shadow:0 0 0 7px rgba(232,80,75,.18); transform:translate(-50%,-50%); }.cq-map-pin svg { width:17px; height:17px; }.cq-map small { position:absolute; left:calc(58% + 22px); top:calc(50% + 20px); padding:5px 8px; color:#264b70; background:#fff; font-size:8px; font-weight:800; box-shadow:0 4px 10px rgba(0,0,0,.1); }.cq-location-card { padding:25px; border:1px solid #dce5ef; border-radius:4px; background:#f4f8fc; }.cq-location-card h2 { font-size:31px; }.cq-location-intro { margin:12px 0 18px; color:#72859b; font-size:10px; line-height:1.6; }.cq-location-card dl { display:grid; gap:8px; margin:0; }.cq-location-card dl>div { padding:10px; border:1px solid #e0e8f0; border-radius:3px; background:#fff; }.cq-location-card dt { color:#8ca0b5; font-size:7px; font-weight:800; text-transform:uppercase; }.cq-location-card dd { margin:4px 0 0; color:#315273; font-size:9px; line-height:1.4; }.cq-location-card a { color:#2b7dcc; text-decoration:none; }
.cq-prepare-grid,.cq-privacy-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.cq-prepare-grid article,.cq-privacy-grid article { position:relative; min-height:150px; padding:18px; overflow:hidden; border:1px solid #e1e8f0; border-radius:4px; background:#fff; box-shadow:0 9px 22px rgba(40,71,105,.06); }.cq-prepare-grid article:after,.cq-privacy-grid article:after { content:""; position:absolute; right:-28px; top:-34px; width:88px; height:88px; background:#eff5fb; transform:rotate(18deg); }.cq-prepare-grid article>b,.cq-privacy-grid article>b { position:relative; z-index:1; display:grid; place-items:center; width:20px; height:20px; border-radius:3px; color:#fff; background:#0b2148; font-size:7px; }.cq-prepare-grid h3,.cq-privacy-grid h3 { position:relative; z-index:1; margin:12px 0 7px; color:#233a5c; font-size:13px; line-height:1.25; }.cq-prepare-grid p,.cq-privacy-grid p { position:relative; z-index:1; margin:0; color:#7b8b9f; font-size:9px; line-height:1.55; }.cq-prepare-grid article>span { position:relative; z-index:1; display:block; margin-top:12px; color:#3975aa; font-size:7px; font-weight:800; }.cq-large-files { margin-top:12px; padding:11px 14px; border-left:2px solid #388be0; border-radius:3px; color:#708298; background:#fff; font-size:9px; }.cq-large-files strong { color:#294a70; }.cq-large-files a { color:#2b7dcc; font-weight:800; text-decoration:none; }
.cq-form-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:52px; align-items:start; }.cq-form-copy { padding-top:15px; }.cq-form-copy h2 { font-size:39px; }.cq-form-callout { display:grid; gap:5px; margin-top:28px; padding:14px; border-left:2px solid #3d93e6; border-radius:3px; background:#f3f7fb; }.cq-form-callout strong { color:#244266; font-size:9px; }.cq-form-callout span { color:#8493a6; font-size:9px; line-height:1.5; }.cq-inline-form { display:grid; gap:10px; padding:22px; border:1px solid #dbe5f0; border-radius:5px; background:#f4f8fc; box-shadow:0 14px 30px rgba(34,66,101,.10); }.cq-inline-form label { display:grid; gap:5px; color:#294564; font-size:8px; font-weight:800; }.cq-inline-form input,.cq-inline-form textarea { width:100%; min-height:30px; padding:7px 9px; border:1px solid #d6e1ec; border-radius:3px; color:#29415e; background:#fff; font:inherit; font-size:10px; }.cq-inline-form textarea { min-height:90px; resize:vertical; }.cq-form-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.cq-upload-note { display:grid; gap:3px; padding:10px; border-left:2px solid #3b90e4; border-radius:3px; background:#fff; }.cq-upload-note strong { color:#294666; font-size:9px; }.cq-upload-note span { color:#8595a8; font-size:8px; line-height:1.45; }.cq-file { padding:9px; border:1px dashed #bbcee1; border-radius:3px; background:#fff; }.cq-file input { padding:0; border:0; }.cq-btn-submit { min-height:37px; color:#fff; border:0; background:#287dce; }.cq-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden; }
.cq-privacy-grid { grid-template-columns:repeat(4,1fr); }.cq-privacy-grid article { min-height:135px; }
@media(max-width:900px){.cq-hero-grid,.cq-form-grid,.cq-location-grid{grid-template-columns:1fr;gap:32px}.cq-hero-copy{max-width:650px}.cq-hero-panel{max-width:520px}.cq-method-grid{grid-template-columns:1fr 1fr}.cq-method-photo{grid-column:1 / -1}.cq-prepare-grid,.cq-privacy-grid{grid-template-columns:1fr 1fr}.cq-map{min-height:260px}}
@media(max-width:620px){.cq-shell{width:min(100% - 28px,1100px)}.cq-hero{padding:54px 0 60px}.cq-hero h1{font-size:40px}.cq-hero-grid{gap:28px}.cq-hero-panel{padding:15px}.cq-section{padding:58px 0}.cq-method-grid,.cq-prepare-grid,.cq-privacy-grid,.cq-form-row{grid-template-columns:1fr}.cq-method-photo{grid-column:auto}.cq-section-head h2,.cq-form-copy h2{font-size:30px}.cq-form-grid{gap:24px}.cq-inline-form{padding:15px}.cq-location-card{padding:18px}.cq-location-card h2{font-size:28px}}

/* Precision manufacturer profile page */
.mf-page{--mf-navy:#081b3d;--mf-blue:#2d82d3;--mf-ink:#142744;--mf-muted:#71839a;color:var(--mf-ink);background:#f5f8fc;overflow:hidden}.mf-shell{width:min(1100px,calc(100% - 40px));margin:0 auto}.mf-hero{padding:72px 0 78px;color:#fff;background:#081b3d;background-image:linear-gradient(rgba(88,135,196,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(88,135,196,.1) 1px,transparent 1px);background-size:27px 27px}.mf-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.mf-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:19px}.mf-tags span{padding:6px 9px;border:1px solid rgba(183,218,251,.25);border-radius:3px;color:#c4dafa;font-size:8px;font-weight:800;letter-spacing:.7px}.mf-hero h1{max-width:500px;margin:0;color:#fff;font-size:clamp(40px,4.7vw,64px);line-height:.96;letter-spacing:-1.4px}.mf-hero-copy>p{max-width:490px;margin:20px 0 0;color:#aebed4;font-size:12px;line-height:1.7}.mf-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.mf-btn{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 15px;border:1px solid transparent;border-radius:3px;font-size:10px;font-weight:800;text-decoration:none;cursor:pointer}.mf-btn svg{width:13px;height:13px}.mf-btn-blue{color:#fff;background:#2e81d5}.mf-btn-outline{color:#d3e5f9;border-color:rgba(194,219,244,.35)}.mf-note{display:block;max-width:500px;margin-top:22px;padding-top:13px;border-top:1px solid rgba(187,220,255,.2);color:#8fa6c2;font-size:9px;line-height:1.55}.mf-hero-collage{display:grid;grid-template-columns:1.15fr .85fr;gap:9px;min-height:365px}.mf-hero-main,.mf-hero-side{overflow:hidden;border-radius:4px}.mf-hero-main{position:relative}.mf-hero-main img,.mf-hero-side img{width:100%;height:100%;display:block;object-fit:cover}.mf-hero-main span{position:absolute;left:10px;bottom:10px;padding:6px 8px;color:#fff;background:rgba(8,28,57,.86);font-size:8px;font-weight:800}.mf-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:9px}.mf-section{padding:74px 0;background:#f5f8fc}.mf-intro{background:#fff}.mf-intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:62px;align-items:start}.mf-kicker{margin:0 0 10px;color:#2b7dcc;font-size:8px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.mf-copy h2,.mf-heading h2,.mf-feature-card h2{margin:0;color:#142744;font-size:clamp(28px,3.2vw,42px);line-height:1.04;letter-spacing:-.7px}.mf-copy>p:not(.mf-kicker){margin:14px 0 18px;color:#73849a;font-size:11px;line-height:1.75}.mf-mini-item{display:grid;gap:4px;margin-top:8px;padding:11px 13px;border-left:2px solid #3d91df;border-radius:3px;background:#f5f8fc}.mf-mini-item strong{color:#29486b;font-size:10px}.mf-mini-item span{color:#7e8da2;font-size:9px;line-height:1.45}.mf-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mf-stat-grid>div{min-height:112px;padding:18px;border:1px solid #e0e8f0;border-radius:4px;background:#fff;box-shadow:0 9px 23px rgba(39,71,107,.07)}.mf-stat-grid strong{display:block;color:#1d3960;font-size:27px;line-height:1}.mf-stat-grid span{display:block;margin-top:10px;color:#8292a6;font-size:9px}.mf-feature{color:#fff;background:#0a1d40}.mf-feature-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:stretch}.mf-feature-card{padding:28px;border:1px solid rgba(169,203,238,.2);border-radius:4px;background:rgba(21,47,85,.78)}.mf-feature-card h2{color:#fff;font-size:32px}.mf-feature-card>p:not(.mf-kicker){margin:14px 0 20px;color:#adbed4;font-size:10px;line-height:1.65}.mf-feature-list{display:grid;gap:8px}.mf-feature-list div{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(182,213,245,.17);border-radius:3px;background:rgba(255,255,255,.05)}.mf-feature-list b{color:#fff;font-size:15px}.mf-feature-list span{color:#a7bdd6;font-size:9px}.mf-feature-photo{min-height:350px;overflow:hidden;border-radius:4px}.mf-feature-photo img{width:100%;height:100%;display:block;object-fit:cover}.mf-heading{max-width:730px;margin:0 auto 30px;text-align:center}.mf-heading-left{margin-left:0;text-align:left}.mf-heading span{display:block;margin-top:11px;color:#7a899e;font-size:10px;line-height:1.65}.mf-four-grid,.mf-six-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mf-four-grid article,.mf-six-grid article{min-height:145px;padding:17px;border:1px solid #e0e8f0;border-radius:4px;background:#fff;box-shadow:0 8px 20px rgba(43,75,110,.05)}.mf-four-grid b,.mf-six-grid b,.mf-journey-grid b{display:grid;place-items:center;width:20px;height:20px;border-radius:3px;color:#fff;background:#0c234a;font-size:7px}.mf-four-grid h3,.mf-six-grid h3{margin:12px 0 7px;color:#284261;font-size:13px}.mf-four-grid p,.mf-six-grid p{margin:0;color:#7b8b9e;font-size:9px;line-height:1.55}.mf-journey{background:#f0f5fa}.mf-journey-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.mf-journey-grid article{min-height:160px;padding:15px;border:1px solid #dde6f0;border-radius:4px;background:#fff;box-shadow:0 8px 18px rgba(45,75,107,.06)}.mf-journey-grid h3{margin:12px 0 7px;color:#284261;font-size:12px}.mf-journey-grid p{margin:0;color:#7a8b9f;font-size:9px;line-height:1.55}.mf-resources{background:#fff}.mf-resources-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.mf-resource-photo{position:relative;min-height:370px;overflow:hidden;border-radius:4px}.mf-resource-photo img{width:100%;height:100%;display:block;object-fit:cover}.mf-resource-photo span{position:absolute;left:12px;bottom:12px;padding:6px 8px;color:#fff;background:rgba(8,28,57,.87);font-size:8px;font-weight:800}.mf-muted{margin:12px 0 20px;color:#77889d;font-size:10px;line-height:1.65}.mf-resource-list{display:grid;gap:8px}.mf-resource-list article{display:flex;gap:10px;padding:11px 12px;border:1px solid #e0e8f0;border-radius:3px;background:#f6f9fc}.mf-resource-list b{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:3px;color:#fff;background:#0c234a;font-size:7px}.mf-resource-list h3{margin:0;color:#29486a;font-size:11px}.mf-resource-list p{margin:4px 0 0;color:#7d8da0;font-size:9px;line-height:1.45}.mf-industries{color:#fff;background:#091d41;background-image:linear-gradient(rgba(88,135,196,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(88,135,196,.1) 1px,transparent 1px);background-size:27px 27px}.mf-industries .mf-heading h2,.mf-industries .mf-heading span,.mf-reasons .mf-heading h2{color:#fff}.mf-industries .mf-kicker{color:#83bcf0}.mf-industries .mf-heading span{color:#aebfd5}.mf-six-grid article{min-height:130px;border-color:rgba(178,211,243,.18);color:#fff;background:rgba(255,255,255,.08)}.mf-six-grid article h3{color:#fff}.mf-six-grid article p{color:#afc1d7}.mf-six-grid b{color:#b6ddff;background:#173b70}.mf-reasons{background:#fff}.mf-reason-grid article{min-height:120px}.mf-quality{background:#f0f5fa}.mf-quality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.mf-quality-grid div{display:grid;place-items:center;min-height:62px;padding:10px;border:1px solid #dce6f0;border-radius:4px;color:#2a4564;background:#fff;font-size:9px;font-weight:800;text-align:center}.mf-cta{padding:66px 0;color:#fff;background:#07162f}.mf-cta .mf-shell{display:flex;align-items:center;justify-content:space-between;gap:25px}.mf-cta h2{margin:0;color:#fff;font-size:31px;line-height:1.1}.mf-cta p:not(.mf-kicker){max-width:680px;margin:10px 0 0;color:#aebfd4;font-size:10px;line-height:1.6}.mf-cta .mf-kicker{color:#83bcf0}.mf-cta .mf-btn{flex:0 0 auto}
@media(max-width:900px){.mf-hero-grid,.mf-intro-grid,.mf-feature-grid,.mf-resources-grid{grid-template-columns:1fr;gap:30px}.mf-hero-collage{min-height:390px}.mf-four-grid,.mf-six-grid{grid-template-columns:1fr 1fr}.mf-journey-grid{grid-template-columns:repeat(3,1fr)}.mf-quality-grid{grid-template-columns:repeat(3,1fr)}.mf-cta .mf-shell{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.mf-shell{width:min(100% - 28px,1100px)}.mf-hero{padding:52px 0 60px}.mf-hero h1{font-size:42px}.mf-hero-collage{min-height:280px;grid-template-columns:1fr}.mf-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.mf-section{padding:58px 0}.mf-four-grid,.mf-six-grid,.mf-journey-grid,.mf-quality-grid,.mf-stat-grid{grid-template-columns:1fr 1fr}.mf-feature-card h2{font-size:28px}.mf-feature-photo,.mf-resource-photo{min-height:260px}.mf-cta h2{font-size:27px}}

/* Quality control technical resource page */
.qc-page{--qc-navy:#081a3a;--qc-blue:#2f83d5;--qc-ink:#142744;--qc-muted:#74859a;color:var(--qc-ink);background:#f4f8fc;overflow:hidden}.qc-shell{width:min(1100px,calc(100% - 40px));margin:0 auto}.qc-hero{padding:72px 0 78px;color:#fff;background:#081a3a;background-image:linear-gradient(rgba(87,133,193,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(87,133,193,.11) 1px,transparent 1px);background-size:27px 27px}.qc-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:68px;align-items:center}.qc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.qc-tags span{padding:6px 9px;border:1px solid rgba(189,221,250,.25);border-radius:3px;color:#c6dbf3;font-size:8px;font-weight:800;letter-spacing:.6px}.qc-hero h1{max-width:530px;margin:0;color:#fff;font-size:clamp(40px,4.8vw,63px);line-height:.97;letter-spacing:-1.4px}.qc-hero-copy>p{max-width:490px;margin:20px 0 0;color:#adbed4;font-size:12px;line-height:1.72}.qc-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.qc-btn{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 15px;border:1px solid transparent;border-radius:3px;font-size:10px;font-weight:800;text-decoration:none;cursor:pointer}.qc-btn svg{width:13px;height:13px}.qc-btn-blue{color:#fff;background:#2f82d4}.qc-btn-outline{color:#d5e6f9;border-color:rgba(198,222,244,.35)}.qc-note{display:block;max-width:480px;margin-top:22px;padding-top:13px;border-top:1px solid rgba(180,214,245,.2);color:#91a6c1;font-size:9px;line-height:1.55}.qc-hero-visual{position:relative;min-height:370px}.qc-hero-visual>img{position:absolute;right:0;bottom:0;width:68%;height:78%;display:block;object-fit:cover;border:1px solid rgba(178,211,244,.2);border-radius:4px;opacity:.88}.qc-hero-card{position:absolute;z-index:2;left:0;top:23px;width:63%;min-height:280px;padding:19px;border:1px solid rgba(173,208,240,.24);border-radius:4px;background:#173764;box-shadow:0 22px 45px rgba(0,0,0,.22)}.qc-hero-card>p{margin:0;color:#82c4f5;font-size:8px;font-weight:800;letter-spacing:1px}.qc-hero-card h2{max-width:180px;margin:13px 0 18px;color:#fff;font-size:22px;line-height:1.05}.qc-panel-bars{display:grid;gap:7px}.qc-panel-bars span{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:23px;padding:0 8px;overflow:hidden;border:1px solid rgba(189,218,245,.15);border-radius:3px;color:#bcd4ee;background:rgba(255,255,255,.05);font-size:8px}.qc-panel-bars span:after{content:"";position:absolute;left:0;bottom:0;width:var(--bar);height:2px;background:#5db2ee}.qc-panel-status{display:grid;grid-template-columns:17px 1fr;gap:0 7px;margin-top:18px;padding-top:12px;border-top:1px solid rgba(186,214,242,.17)}.qc-panel-status svg{grid-row:span 2;width:15px;color:#6ec0f2}.qc-panel-status strong{color:#fff;font-size:9px}.qc-panel-status small{color:#a7c3df;font-size:8px}.qc-section{padding:74px 0;background:#f5f8fc}.qc-workflow,.qc-methods,.qc-records{background:#fff}.qc-assurance,.qc-tools{color:#fff;background:#0a1d40;background-image:linear-gradient(rgba(87,133,193,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(87,133,193,.1) 1px,transparent 1px);background-size:27px 27px}.qc-heading{max-width:760px;margin:0 auto 30px;text-align:center}.qc-heading-left{margin-left:0;text-align:left}.qc-kicker{margin:0 0 10px;color:#2d80ce;font-size:8px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.qc-heading h2,.qc-assurance-card h2,.qc-tools h2{margin:0;color:#152946;font-size:clamp(28px,3.1vw,41px);line-height:1.05;letter-spacing:-.7px}.qc-heading span{display:block;margin-top:11px;color:#7a8a9e;font-size:10px;line-height:1.65}.qc-workflow-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.qc-workflow-grid article{min-height:150px;padding:15px;border:1px solid #dfe7f0;border-radius:4px;background:#fff;box-shadow:0 8px 18px rgba(40,72,108,.06)}.qc-workflow-grid b,.qc-feature-grid b,.qc-record-grid b{display:grid;place-items:center;width:20px;height:20px;border-radius:3px;color:#fff;background:#0d244c;font-size:7px}.qc-workflow-grid h3{margin:12px 0 7px;color:#2c4667;font-size:11px;line-height:1.25}.qc-workflow-grid p{margin:0;color:#7b8c9f;font-size:8px;line-height:1.55}.qc-callout{margin-top:12px;padding:11px 14px;border-left:2px solid #3d93e4;border-radius:3px;color:#73859a;background:#f4f8fc;font-size:9px;line-height:1.5}.qc-assurance-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:45px;align-items:center}.qc-assurance-card{padding:26px;border:1px solid rgba(180,215,244,.2);border-radius:4px;background:rgba(17,48,89,.78)}.qc-assurance-card h2{color:#fff;font-size:32px}.qc-assurance-card>p:not(.qc-kicker){margin:13px 0 18px;color:#abc0d8;font-size:10px;line-height:1.65}.qc-assurance-card ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.qc-assurance-card li{display:flex;align-items:center;gap:7px;color:#d6e6f6;font-size:9px}.qc-assurance-card li svg{width:13px;color:#6eb9ec}.qc-assurance-images{display:grid;grid-template-columns:1.22fr .78fr;grid-template-rows:1fr 1fr;gap:9px;min-height:370px}.qc-assurance-images img{width:100%;height:100%;display:block;object-fit:cover;border-radius:4px}.qc-assurance-images .qc-assurance-main{grid-row:1 / 3}.qc-method-table{border:1px solid #dce5ef;background:#fff;box-shadow:0 10px 25px rgba(39,70,105,.08)}.qc-table-head,.qc-table-row{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:1px;padding:12px 15px}.qc-table-head{color:#fff;background:#0b2148;font-size:9px;font-weight:800}.qc-table-row{border-top:1px solid #e5ebf2;color:#66809b;font-size:10px}.qc-table-row strong{color:#294666}.qc-table-row span{text-align:center;color:#3786d2}.qc-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.qc-feature-grid article,.qc-record-grid article{min-height:160px;padding:17px;border:1px solid #dfe7f0;border-radius:4px;background:#fff;box-shadow:0 8px 20px rgba(42,72,108,.06)}.qc-feature-grid h3,.qc-record-grid h3{margin:12px 0 7px;color:#294665;font-size:13px}.qc-feature-grid p,.qc-record-grid p{margin:0;color:#7b8c9f;font-size:9px;line-height:1.55}.qc-feature-grid article>span{display:block;margin-top:13px;color:#3988d2;font-size:8px;font-weight:800}.qc-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.qc-tools h2{color:#fff}.qc-muted{margin:12px 0 20px;color:#afc2d8;font-size:10px;line-height:1.65}.qc-tools-images{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:9px;min-height:380px}.qc-tools-images img{width:100%;height:100%;display:block;object-fit:cover;border-radius:4px}.qc-tools-images .qc-tools-main{grid-row:1 / 3}.qc-tools-list{display:grid;gap:7px}.qc-tools-list article{display:flex;gap:9px;padding:9px 10px;border:1px solid rgba(180,214,243,.2);border-radius:3px;background:rgba(255,255,255,.07)}.qc-tools-list b{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:3px;color:#fff;background:#24588d;font-size:7px}.qc-tools-list h3{margin:0;color:#fff;font-size:10px}.qc-tools-list p{margin:3px 0 0;color:#adc2d9;font-size:8px;line-height:1.4}.qc-record-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.qc-record-grid article{min-height:125px}.qc-faq{background:#eef4fa}.qc-faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:start}.qc-faq-list{display:grid;gap:8px}.qc-faq-list details{border:1px solid #d9e3ed;border-radius:4px;background:#fff}.qc-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;color:#294564;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.qc-faq-list summary::-webkit-details-marker{display:none}.qc-faq-list summary svg{width:14px;color:#2c80d0}.qc-faq-list details[open] summary svg{transform:rotate(45deg)}.qc-faq-list details p{margin:0;padding:0 16px 14px;color:#74869a;font-size:9px;line-height:1.6}.qc-cta{padding:62px 0;color:#fff;background:#07162f}.qc-cta .qc-shell{display:flex;align-items:center;justify-content:space-between;gap:25px}.qc-cta h2{margin:0;color:#fff;font-size:30px;line-height:1.1}.qc-cta p:not(.qc-kicker){max-width:680px;margin:10px 0 0;color:#acbfd7;font-size:10px;line-height:1.6}.qc-cta .qc-kicker{color:#7ebcf0}
@media(max-width:900px){.qc-hero-grid,.qc-assurance-grid,.qc-tools-grid,.qc-faq-grid{grid-template-columns:1fr;gap:30px}.qc-hero-visual{min-height:350px}.qc-workflow-grid{grid-template-columns:repeat(3,1fr)}.qc-feature-grid{grid-template-columns:1fr 1fr}.qc-record-grid{grid-template-columns:repeat(2,1fr)}.qc-cta .qc-shell{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.qc-shell{width:min(100% - 28px,1100px)}.qc-hero{padding:52px 0 60px}.qc-hero h1{font-size:41px}.qc-hero-visual{min-height:300px}.qc-hero-card{width:68%;min-height:235px;padding:14px}.qc-hero-card h2{font-size:18px}.qc-hero-visual>img{width:72%;height:70%}.qc-section{padding:58px 0}.qc-workflow-grid,.qc-feature-grid,.qc-record-grid,.qc-table-head,.qc-table-row{grid-template-columns:1fr 1fr}.qc-table-head,.qc-table-row{gap:5px;padding:9px 8px;font-size:8px}.qc-table-head span:first-child,.qc-table-row strong{grid-column:1 / -1}.qc-table-row strong{padding-bottom:3px}.qc-assurance-images,.qc-tools-images{min-height:270px}.qc-faq-grid{gap:22px}.qc-cta h2{font-size:27px}}

/* Equipment capability resource page, aligned to the supplied light/dark reference layout. */
.eq-page{--eq-navy:#0b1730;--eq-ink:#101f3f;--eq-blue:#2d74c4;--eq-gold:#c79b48;--eq-muted:#627287;background:#fff;color:#152033;font-family:Inter,Arial,Helvetica,sans-serif;overflow:hidden}
.eq-page *{box-sizing:border-box}.eq-wrap{width:min(1360px,calc(100% - 56px));margin:0 auto}.eq-section{padding:108px 0}.eq-section-head h2,.eq-faq h2{margin:0;color:var(--eq-ink);font-size:clamp(36px,4vw,62px);line-height:1.02;letter-spacing:-.058em}.eq-section-head>p:not(.eq-section-kicker){margin:22px 0 0;color:var(--eq-muted);font-size:17px;line-height:1.72}.eq-section-kicker{display:inline-flex;width:fit-content;margin:0 0 18px;padding:8px 12px;background:#eaf1fa;color:var(--eq-blue);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eq-center{max-width:960px;margin:0 auto 50px;text-align:center}.eq-center .eq-section-kicker{margin-left:auto;margin-right:auto}.eq-hero{position:relative;min-height:760px;padding:90px 0;background:var(--eq-navy);color:#fff;isolation:isolate;overflow:hidden}.eq-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 16%,rgba(45,116,196,.48),transparent 30%),radial-gradient(circle at 18% 86%,rgba(199,155,72,.13),transparent 34%),linear-gradient(112deg,#0b1730 0%,rgba(11,23,48,.96) 50%,rgba(16,31,63,.86) 100%);z-index:-3}.eq-hero:after,.eq-highlights:after,.eq-cta:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,#000,transparent 76%);z-index:-2}.eq-hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:72px;align-items:center;position:relative;z-index:2}.eq-kicker{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.eq-kicker span{padding:8px 12px;border:1px solid rgba(255,255,255,.2);color:#c9d9ef;background:rgba(255,255,255,.05);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eq-hero h1{max-width:980px;margin:0;color:#fff;font-size:clamp(46px,5.35vw,82px);line-height:.98;letter-spacing:-.06em}.eq-lead{max-width:820px;margin:24px 0 0;color:#d9e6f7;font-size:18px;line-height:1.62}.eq-actions,.eq-cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}.eq-btn,.eq-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:0;font-size:14px;font-weight:900;letter-spacing:.015em;text-decoration:none;transition:.25s ease;cursor:pointer}.eq-btn svg,.eq-cta-btn svg{width:15px;margin-left:8px}.eq-btn-primary,.eq-cta-btn-primary{color:#fff;background:var(--eq-blue);box-shadow:0 18px 32px rgba(45,116,196,.28)}.eq-btn-primary:hover,.eq-cta-btn-primary:hover{transform:translateY(-2px);color:#fff;background:#2364ae}.eq-btn-ghost,.eq-cta-btn-ghost{border:1px solid rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}.eq-btn-ghost:hover,.eq-cta-btn-ghost:hover{color:#fff;background:rgba(255,255,255,.13)}.eq-hero-note{display:flex;gap:14px;align-items:flex-start;max-width:700px;margin-top:32px;color:#b9c8dd;font-size:14px;line-height:1.6}.eq-note-line{width:3px;height:50px;flex:0 0 auto;margin-top:4px;background:linear-gradient(var(--eq-blue),var(--eq-gold))}.eq-dashboard{position:relative;min-height:520px;padding:22px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.075);box-shadow:0 34px 100px rgba(0,0,0,.34);backdrop-filter:blur(18px)}.eq-dash-inner{position:relative;min-height:476px;overflow:hidden;padding:26px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.035))}.eq-dash-inner:before{content:"";position:absolute;right:-80px;bottom:-100px;width:250px;height:250px;background:linear-gradient(135deg,rgba(45,116,196,.52),rgba(199,155,72,.22));transform:rotate(-18deg)}.eq-dash-head,.eq-bars,.eq-dash-stats{position:relative;z-index:2}.eq-dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14)}.eq-dash-head span{display:block;color:#bfd0e7;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eq-dash-head strong{display:block;margin-top:8px;color:#fff;font-size:25px;line-height:1.08}.eq-dash-status{display:grid;place-items:center;width:68px;height:68px;flex:0 0 auto;border:1px solid rgba(42,168,118,.42);border-radius:50%;color:#72e0b0;background:rgba(42,168,118,.15);font-size:12px;font-weight:950;letter-spacing:.08em}.eq-bars{display:grid;gap:17px;margin-top:28px}.eq-bar-row{display:grid;grid-template-columns:128px 1fr 46px;gap:14px;align-items:center}.eq-bar-row span{color:#d8e6f7;font-size:13px;font-weight:850}.eq-bar-row>div{height:10px;overflow:hidden;background:rgba(255,255,255,.12)}.eq-bar-row i{display:block;height:100%;background:linear-gradient(90deg,var(--eq-blue),var(--eq-gold))}.eq-bar-row strong{color:#fff;font-size:13px;text-align:right}.eq-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.eq-dash-stats div{min-height:96px;padding:18px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08)}.eq-dash-stats strong{display:block;color:#fff;font-size:26px;line-height:1}.eq-dash-stats span{display:block;margin-top:10px;color:#d2e0f2;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.eq-overview{position:relative;background:#f4f7fb}.eq-overview:before{content:"";position:absolute;left:-16%;top:-20%;width:44%;height:58%;background:radial-gradient(circle,rgba(45,116,196,.12),transparent 68%);pointer-events:none}.eq-overview>.eq-wrap,.eq-categories>.eq-wrap,.eq-matrix>.eq-wrap,.eq-highlights>.eq-wrap,.eq-faq>.eq-wrap,.eq-cta>.eq-wrap{position:relative;z-index:1}.eq-overview-head{display:grid;grid-template-columns:1fr .78fr;gap:72px;align-items:end;margin-bottom:46px}.eq-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.eq-overview-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:30px 28px 32px;overflow:hidden;border:1px solid rgba(16,31,63,.09);background:#fff;box-shadow:0 20px 52px rgba(16,31,63,.07);transition:.28s ease}.eq-overview-card:before{content:"";position:absolute;right:-62px;top:-62px;width:150px;height:150px;background:#eef4fb;transform:rotate(16deg)}.eq-overview-card:after{content:"";position:absolute;left:0;top:0;width:4px;height:100%;opacity:0;background:linear-gradient(var(--eq-blue),var(--eq-gold));transition:.28s ease}.eq-overview-card:hover{transform:translateY(-6px);border-color:rgba(45,116,196,.34);box-shadow:0 30px 70px rgba(16,31,63,.13)}.eq-overview-card:hover:after{opacity:1}.eq-overview-card>*{position:relative;z-index:1}.eq-overview-card>span,.eq-cat-num,.eq-highlight-card>span{display:grid;place-items:center;width:56px;height:56px;margin-bottom:28px;color:#fff;background:var(--eq-ink);font-size:13px;font-weight:950;letter-spacing:.08em}.eq-overview-card h3{margin:0;color:var(--eq-ink);font-size:25px;line-height:1.16}.eq-overview-card p{margin:16px 0 24px;color:var(--eq-muted);font-size:15px;line-height:1.68}.eq-overview-card strong{width:fit-content;margin-top:auto;padding:9px 11px;color:#33435b;background:#f4f7fb;font-size:12px}
.eq-categories{background:#fff}.eq-cat-list{display:grid;gap:28px}.eq-cat-item{display:grid;grid-template-columns:1.05fr .95fr;min-height:440px;overflow:hidden;border:1px solid rgba(16,31,63,.08);background:#f4f7fb;box-shadow:0 22px 58px rgba(16,31,63,.075)}.eq-cat-reverse{grid-template-columns:.95fr 1.05fr}.eq-cat-reverse .eq-cat-media{order:2}.eq-cat-reverse .eq-cat-content{order:1}.eq-cat-media{position:relative;min-height:440px;overflow:hidden;background:var(--eq-ink)}.eq-cat-media img{display:block;width:100%;height:100%;min-height:440px;object-fit:cover;transition:transform .45s ease}.eq-cat-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(11,23,48,.04),rgba(11,23,48,.66)),linear-gradient(90deg,rgba(11,23,48,.18),transparent 58%)}.eq-cat-media span{position:absolute;left:28px;bottom:26px;z-index:2;padding:8px 11px;border:1px solid rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.13);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.eq-cat-item:hover .eq-cat-media img{transform:scale(1.045)}.eq-cat-content{position:relative;display:flex;flex-direction:column;justify-content:center;padding:54px 52px;overflow:hidden;background:#fff}.eq-cat-content:before{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;background:#eef4fb;transform:rotate(16deg)}.eq-cat-content>*{position:relative;z-index:1}.eq-cat-content h3{margin:0;color:var(--eq-ink);font-size:38px;line-height:1.08}.eq-cat-content p{margin:18px 0 26px;color:var(--eq-muted);font-size:16px;line-height:1.72}.eq-cat-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.eq-cat-tags span{padding:9px 11px;color:#33435b;background:#f4f7fb;font-size:12px;font-weight:900}
.eq-matrix{position:relative;background:#f4f7fb}.eq-capacity-table{width:100%;overflow-x:auto;border:1px solid rgba(16,31,63,.1);background:#fff;box-shadow:0 28px 72px rgba(16,31,63,.1)}.eq-capacity-row{display:grid;grid-template-columns:1.15fr 1.15fr 1.25fr 1.25fr 1fr;min-width:1280px;min-height:112px;border-bottom:1px solid rgba(16,31,63,.08)}.eq-capacity-row:last-child{border-bottom:0}.eq-capacity-row>div{display:flex;align-items:center;padding:22px 20px;border-right:1px solid rgba(16,31,63,.08);color:var(--eq-muted);font-size:14.5px;line-height:1.58}.eq-capacity-row>div:last-child{border-right:0}.eq-capacity-header{min-height:72px;background:var(--eq-ink)}.eq-capacity-header>div{color:#fff;font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.eq-capacity-name{flex-direction:column;align-items:flex-start!important;justify-content:center;background:#f8fafd}.eq-capacity-name strong{color:var(--eq-ink);font-size:18px}.eq-capacity-name span{margin-top:8px;color:var(--eq-muted);font-size:13.5px}.eq-capability-tag{display:inline-flex;padding:9px 11px;color:var(--eq-blue);background:#eef4fb;font-size:12px;font-weight:950}.eq-matrix-note{max-width:1120px;margin-top:28px;padding:22px 26px;border-left:4px solid var(--eq-blue);color:var(--eq-muted);background:#fff;box-shadow:0 16px 38px rgba(16,31,63,.055);font-size:15px;line-height:1.65}.eq-matrix-note strong{color:var(--eq-ink)}
.eq-highlights,.eq-cta{position:relative;isolation:isolate;overflow:hidden;background:var(--eq-navy);color:#fff}.eq-highlights:before,.eq-cta:before{content:"";position:absolute;inset:0;z-index:-3;background:radial-gradient(circle at 78% 14%,rgba(45,116,196,.45),transparent 30%),radial-gradient(circle at 18% 88%,rgba(199,155,72,.12),transparent 34%),linear-gradient(115deg,#0b1730 0%,rgba(11,23,48,.96) 52%,rgba(16,31,63,.86) 100%)}.eq-kicker-light{color:#c9d9ef;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}.eq-highlights .eq-section-head{max-width:980px}.eq-highlights .eq-section-head h2{color:#fff}.eq-highlights .eq-section-head>p:not(.eq-section-kicker){color:#c4d3e7}.eq-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.eq-highlight-card{position:relative;display:flex;flex-direction:column;min-height:285px;padding:30px 28px 32px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.075);backdrop-filter:blur(14px);transition:.28s ease}.eq-highlight-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.28)}.eq-highlight-card>span{color:var(--eq-blue);background:#fff}.eq-highlight-card h3{margin:0;color:#fff;font-size:25px}.eq-highlight-card p{margin:16px 0 0;color:#c6d5e8;font-size:15px;line-height:1.68}.eq-highlights-note{margin-top:28px;max-width:1120px;padding:22px 26px;border-left:4px solid var(--eq-gold);color:#c9d9ef;background:rgba(255,255,255,.07);font-size:15px;line-height:1.65}.eq-highlights-note strong{color:#fff}
.eq-faq{background:#fff}.eq-faq-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:start}.eq-faq-lead{max-width:520px;margin:22px 0 0;color:var(--eq-muted);font-size:17px;line-height:1.72}.eq-faq-note{margin-top:34px;padding:26px 28px;border-left:4px solid var(--eq-blue);background:#f4f7fb}.eq-faq-note strong{display:block;margin-bottom:8px;color:var(--eq-ink);font-size:16px}.eq-faq-note p{margin:0;color:var(--eq-muted);font-size:15px;line-height:1.65}.eq-faq-list{display:grid;gap:14px}.eq-faq-list details{position:relative;overflow:hidden;border:1px solid rgba(16,31,63,.1);background:#fff;box-shadow:0 14px 38px rgba(16,31,63,.045);transition:.25s ease}.eq-faq-list details:before{content:"";position:absolute;left:0;top:24px;width:4px;height:34px;background:linear-gradient(var(--eq-blue),var(--eq-gold))}.eq-faq-list details:hover{border-color:rgba(45,116,196,.32);box-shadow:0 22px 52px rgba(16,31,63,.09)}.eq-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px 30px;color:var(--eq-ink);font-size:19px;font-weight:850;line-height:1.28;cursor:pointer;list-style:none}.eq-faq-list summary::-webkit-details-marker{display:none}.eq-faq-list summary svg{width:18px;color:var(--eq-blue);transition:transform .2s ease}.eq-faq-list details[open] summary svg{transform:rotate(45deg)}.eq-faq-list details p{margin:0;padding:0 30px 28px;color:var(--eq-muted);font-size:15.5px;line-height:1.7}
.eq-cta{padding:112px 0 118px}.eq-cta-wrap{display:grid;gap:44px;text-align:center}.eq-cta-copy{display:flex;flex-direction:column;align-items:center}.eq-cta-kicker{display:inline-flex;margin:0 0 22px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);color:#c9d9ef;background:rgba(255,255,255,.08);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.eq-cta h2{max-width:920px;margin:0;color:#fff;font-size:clamp(40px,5vw,72px);line-height:.98;letter-spacing:-.06em}.eq-cta-copy>p:not(.eq-cta-kicker){max-width:820px;margin:24px 0 0;color:#c7d6ea;font-size:17px;line-height:1.72}.eq-cta-actions{justify-content:center}.eq-cta-box{position:relative;padding:34px 36px 36px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.075);box-shadow:0 34px 100px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.eq-cta-box:after{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.12);pointer-events:none}.eq-cta-box-head,.eq-cta-checklist{position:relative;z-index:1}.eq-cta-box-head{display:flex;justify-content:center;gap:18px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.15)}.eq-cta-box-head span{color:#c9d9ef;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.eq-cta-box-head strong{color:#fff;font-size:13px}.eq-cta-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.eq-cta-checklist div{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:22px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.075);text-align:left}.eq-cta-checklist span{display:grid;place-items:center;width:38px;height:38px;color:var(--eq-gold);background:rgba(255,255,255,.1);font-size:12px;font-weight:950}.eq-cta-checklist p{margin:0;color:#e2ecf8;font-size:15px;line-height:1.45;font-weight:750}
@media(max-width:1200px){.eq-overview-grid,.eq-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.eq-hero{min-height:auto;padding:96px 0 110px}.eq-hero-grid,.eq-overview-head,.eq-faq-wrap{grid-template-columns:1fr;gap:42px}.eq-dashboard{min-height:500px}.eq-cat-item,.eq-cat-reverse{grid-template-columns:1fr}.eq-cat-reverse .eq-cat-media,.eq-cat-reverse .eq-cat-content{order:initial}.eq-cat-content{padding:42px 38px}.eq-cta-checklist{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.eq-wrap{width:min(100% - 32px,1360px)}.eq-section{padding:68px 0 76px}.eq-hero{padding:76px 0 88px}.eq-hero h1{font-size:clamp(40px,12vw,58px)}.eq-lead{font-size:16px}.eq-actions{flex-direction:column}.eq-btn{width:100%}.eq-dashboard{min-height:auto;padding:14px}.eq-dash-inner{min-height:auto;padding:20px}.eq-dash-head{flex-direction:column}.eq-bar-row{grid-template-columns:1fr;gap:8px}.eq-bar-row strong{text-align:left}.eq-dash-stats,.eq-overview-grid,.eq-highlights-grid,.eq-cta-checklist{grid-template-columns:1fr}.eq-overview-head{margin-bottom:38px}.eq-overview-card{min-height:auto;padding:28px 24px 30px}.eq-cat-media,.eq-cat-media img{min-height:280px}.eq-cat-content{padding:34px 24px}.eq-cat-content h3{font-size:31px}.eq-center{margin-bottom:38px}.eq-section-head>p:not(.eq-section-kicker),.eq-faq-lead{font-size:16px}.eq-capacity-row{min-width:1180px}.eq-matrix-note{padding:20px 22px}.eq-faq-list summary{padding:22px 24px;font-size:18px}.eq-faq-list details p{padding:0 24px 24px}.eq-cta{padding:70px 0 78px}.eq-cta-actions{flex-direction:column}.eq-cta-btn{width:100%}.eq-cta-box{padding:24px}.eq-cta-box-head{flex-direction:column;gap:8px}.eq-cta-checklist{gap:14px}.eq-cta-checklist div{padding:18px}}

/* Packaging and shipping resource page. */
.ps-page{--ps-navy:#0b1730;--ps-ink:#101f3f;--ps-blue:#2d74c4;--ps-gold:#c79b48;--ps-muted:#627287;background:#fff;color:#152033;font-family:Inter,Arial,Helvetica,sans-serif;overflow:hidden}.ps-page *{box-sizing:border-box}.ps-wrap{width:min(1200px,calc(100% - 44px));margin:0 auto}.ps-section{padding:92px 0}.ps-section-kicker,.ps-cta-kicker{display:inline-flex;width:fit-content;margin:0 0 18px;padding:8px 12px;background:#eaf1fa;color:var(--ps-blue);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ps-kicker-dark{background:#eaf1fa}.ps-kicker-light,.ps-cta-kicker{color:#c9d9ef;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}.ps-section-head{display:grid;grid-template-columns:1fr .9fr;gap:58px;align-items:end;margin-bottom:44px}.ps-section-head h2,.ps-faq h2{margin:0;color:var(--ps-ink);font-size:clamp(32px,4vw,56px);line-height:1.03;letter-spacing:-.055em}.ps-section-head>p:not(.ps-section-kicker),.ps-section-lead{margin:0;color:var(--ps-muted);font-size:15px;line-height:1.72}.ps-center{display:block;max-width:760px;margin:0 auto 42px;text-align:center}.ps-center .ps-section-kicker{margin-left:auto;margin-right:auto}.ps-hero,.ps-workflow,.ps-cta{position:relative;isolation:isolate;overflow:hidden;background:var(--ps-navy);color:#fff}.ps-hero{min-height:690px;padding:88px 0 130px}.ps-hero:before,.ps-workflow:before,.ps-cta:before{content:"";position:absolute;inset:0;z-index:-3;background:radial-gradient(circle at 74% 12%,rgba(45,116,196,.45),transparent 28%),linear-gradient(110deg,#0b1730 0%,rgba(11,23,48,.94) 47%,rgba(16,31,63,.78) 100%)}.ps-hero:after,.ps-workflow:after,.ps-cta:after{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 78%)}.ps-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.ps-kicker{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.ps-kicker span{padding:7px 10px;border:1px solid rgba(255,255,255,.2);color:#c9d9ef;background:rgba(255,255,255,.05);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ps-hero h1{max-width:560px;margin:0;color:#fff;font-size:clamp(43px,5vw,70px);line-height:.97;letter-spacing:-.06em}.ps-lead{max-width:540px;margin:20px 0 0;color:#d9e6f7;font-size:15px;line-height:1.72}.ps-actions,.ps-cta-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.ps-btn,.ps-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:0;font-size:11px;font-weight:900;text-decoration:none;cursor:pointer}.ps-btn svg,.ps-cta-btn svg{width:14px;margin-left:7px}.ps-btn-primary,.ps-cta-btn-primary{color:#fff;background:var(--ps-blue)}.ps-btn-ghost,.ps-cta-btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.07)}.ps-hero-note{display:flex;gap:12px;max-width:520px;margin-top:22px;color:#b8c8dd;font-size:10px;line-height:1.6}.ps-note-line{width:3px;height:38px;flex:0 0 auto;background:linear-gradient(var(--ps-blue),var(--ps-gold))}.ps-hero-visual{position:relative;min-height:430px}.ps-hero-visual>img{display:block;width:100%;height:430px;object-fit:cover;border:1px solid rgba(255,255,255,.2);opacity:.84}.ps-board{position:absolute;right:-18px;bottom:-34px;width:48%;padding:12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);box-shadow:0 24px 50px rgba(0,0,0,.25);backdrop-filter:blur(10px)}.ps-board-top{display:flex;justify-content:space-between;padding:8px 9px;color:#bcd0e8;background:rgba(10,28,58,.72);font-size:9px}.ps-board-top strong{color:#79dfae}.ps-board-panel{display:grid;gap:8px;padding:12px;background:rgba(255,255,255,.9);color:var(--ps-ink)}.ps-board-panel div{display:flex;justify-content:space-between;gap:7px;border-bottom:1px solid #dce5ef;padding-bottom:7px}.ps-board-panel span{color:#72849a;font-size:8px}.ps-board-panel strong{font-size:9px;text-align:right}.ps-board-panel small{color:#2d74c4;font-size:8px}.ps-trust{position:relative;z-index:2;margin-top:-42px}.ps-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ps-trust-card{min-height:150px;padding:18px;border:1px solid #dfe7f0;background:#fff;box-shadow:0 16px 35px rgba(16,31,63,.1)}.ps-trust-card>span,.ps-doc-card>span{display:grid;place-items:center;width:30px;height:24px;color:#fff;background:var(--ps-ink);font-size:8px;font-weight:900}.ps-trust-card h3{margin:15px 0 7px;color:#2b4667;font-size:13px}.ps-trust-card p{margin:0;color:#7b8c9f;font-size:9px;line-height:1.55}.ps-principles{background:#f4f7fb}.ps-principles-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center}.ps-principles-copy h2{max-width:420px;margin:0;color:var(--ps-ink);font-size:clamp(34px,4vw,56px);line-height:1.02}.ps-principles-copy .ps-section-lead{max-width:430px;margin-top:17px}.ps-risk-list{display:grid;gap:8px;margin-top:28px;padding:18px;color:#dbe8f7;background:#102850}.ps-risk-list strong{color:#fff;font-size:10px}.ps-risk-list span{padding:8px 9px;border:1px solid rgba(255,255,255,.13);font-size:9px}.ps-principles-list{display:grid;gap:9px}.ps-principles-list article{display:flex;gap:14px;padding:15px 17px;border:1px solid #dfe7f0;background:#fff;box-shadow:0 8px 20px rgba(16,31,63,.05)}.ps-principles-list article>span,.ps-step-grid article>span{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;color:#fff;background:var(--ps-blue);font-size:8px;font-weight:900}.ps-principles-list h3,.ps-step-grid h3{margin:0;color:#294665;font-size:12px}.ps-principles-list p,.ps-step-grid p{margin:5px 0 0;color:#7a8b9e;font-size:9px;line-height:1.5}.ps-parts{background:#fff}.ps-part-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ps-part-card{overflow:hidden;border:1px solid #e1e8f0;background:#fff;box-shadow:0 11px 25px rgba(16,31,63,.07)}.ps-part-media{position:relative;height:142px;overflow:hidden;background:#dbe5ef}.ps-part-media img{width:100%;height:100%;object-fit:cover}.ps-part-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(11,23,48,.65))}.ps-part-media span{position:absolute;left:10px;bottom:9px;z-index:1;padding:5px 7px;color:#fff;background:rgba(11,23,48,.7);font-size:8px;font-weight:900}.ps-part-body{padding:13px}.ps-part-body h3{margin:0;color:#243c5d;font-size:12px}.ps-part-body p{min-height:92px;margin:8px 0;color:#77889c;font-size:8px;line-height:1.5}.ps-part-body ul{display:grid;gap:3px;margin:0;padding:0;list-style:none}.ps-part-body li{color:#2d74c4;font-size:8px}.ps-part-body li:before{content:"•";margin-right:5px}.ps-workflow{padding:90px 0 100px}.ps-workflow-head{margin-bottom:35px}.ps-workflow .ps-section-head h2{color:#fff}.ps-workflow .ps-section-head>p:not(.ps-section-kicker){color:#b9cbe0}.ps-step-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.ps-step-grid article{min-height:180px;padding:14px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08)}.ps-step-grid article>span{color:var(--ps-blue);background:#fff}.ps-step-grid h3{margin-top:13px;color:#fff}.ps-step-grid p{color:#afc1d7}.ps-workflow-note{margin-top:18px;padding:13px 16px;border-left:3px solid var(--ps-gold);color:#cbd9e9;background:rgba(255,255,255,.07);font-size:9px;line-height:1.5}.ps-documents{background:#eef4fa}.ps-doc-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:14px;align-items:stretch}.ps-doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ps-doc-card{min-height:150px;padding:15px;border:1px solid #dfe7f0;background:#fff;box-shadow:0 9px 20px rgba(16,31,63,.05)}.ps-doc-card h3{margin:12px 0 7px;color:#284464;font-size:12px}.ps-doc-card p{margin:0;color:#7b8c9f;font-size:9px;line-height:1.5}.ps-support-box{padding:22px;color:#fff;background:#11294d;box-shadow:0 15px 30px rgba(16,31,63,.15)}.ps-support-box>span{color:#9bc8ef;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ps-support-box h3{margin:17px 0 8px;color:#fff;font-size:22px;line-height:1.1}.ps-support-box p{margin:0;color:#b7cce2;font-size:9px;line-height:1.55}.ps-support-box div{display:grid;gap:6px;margin-top:18px}.ps-support-box strong{padding:8px 9px;border:1px solid rgba(255,255,255,.16);font-size:9px}.ps-support-box small{display:block;margin-top:17px;color:#c7d7e8;font-size:8px}.ps-faq{background:#fff}.ps-faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:58px}.ps-faq h2{max-width:430px}.ps-faq-list{display:grid;gap:8px}.ps-faq-list details{border:1px solid #dce5ef;background:#fff}.ps-faq-list summary{display:flex;justify-content:space-between;gap:12px;padding:15px 17px;color:#294564;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.ps-faq-list summary::-webkit-details-marker{display:none}.ps-faq-list summary svg{width:14px;color:var(--ps-blue)}.ps-faq-list details[open] summary svg{transform:rotate(45deg)}.ps-faq-list details p{margin:0;padding:0 17px 15px;color:#74869a;font-size:9px;line-height:1.6}.ps-cta{padding:90px 0 100px}.ps-cta-wrap{display:grid;gap:38px;text-align:center}.ps-cta-copy{display:flex;flex-direction:column;align-items:center}.ps-cta h2{max-width:800px;margin:0;color:#fff;font-size:clamp(38px,4.8vw,66px);line-height:1}.ps-cta-copy>p:not(.ps-cta-kicker){max-width:690px;margin:19px 0 0;color:#c7d6ea;font-size:14px;line-height:1.7}.ps-cta-actions{justify-content:center}.ps-cta-box{padding:25px 28px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);box-shadow:0 25px 70px rgba(0,0,0,.25)}.ps-cta-box-head{display:flex;justify-content:center;gap:15px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.16)}.ps-cta-box-head span{color:#c9d9ef;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ps-cta-box-head strong{color:#fff;font-size:10px}.ps-cta-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.ps-cta-checklist div{padding:15px;text-align:left;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07)}.ps-cta-checklist span{display:grid;place-items:center;width:26px;height:26px;color:var(--ps-gold);background:rgba(255,255,255,.12);font-size:8px;font-weight:900}.ps-cta-checklist p{margin:10px 0 0;color:#e2ecf8;font-size:10px;line-height:1.4}@media(max-width:1000px){.ps-hero-grid,.ps-principles-grid,.ps-section-head,.ps-doc-layout,.ps-faq-wrap{grid-template-columns:1fr;gap:30px}.ps-trust-grid{grid-template-columns:repeat(2,1fr)}.ps-part-grid{grid-template-columns:repeat(3,1fr)}.ps-step-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.ps-wrap{width:min(100% - 28px,1200px)}.ps-section{padding:65px 0}.ps-hero{padding:65px 0 100px}.ps-hero h1{font-size:42px}.ps-hero-visual{min-height:300px}.ps-hero-visual>img{height:300px}.ps-board{right:0;bottom:-28px;width:62%}.ps-trust-grid,.ps-part-grid,.ps-doc-grid,.ps-cta-checklist{grid-template-columns:1fr 1fr}.ps-part-media{height:125px}.ps-step-grid{grid-template-columns:1fr 1fr}.ps-step-grid article{min-height:150px}.ps-cta-box-head{flex-direction:column;gap:7px}.ps-cta-checklist{grid-template-columns:1fr}.ps-cta h2{font-size:43px}}

/* Match the reference inspection capability matrix: wide, airy and readable. */
.qc-methods{padding:112px 0 120px;background:#fff}
.qc-method-heading{max-width:920px;margin-bottom:50px}
.qc-method-heading h2{font-size:clamp(36px,4vw,62px);line-height:1.02}
.qc-method-heading span{max-width:820px;margin:22px auto 0;font-size:13px;line-height:1.72}
.qc-method-table{width:100%;overflow-x:auto;border:1px solid rgba(16,31,63,.1);background:#fff;box-shadow:0 28px 72px rgba(16,31,63,.1)}
.qc-table-head,.qc-table-row{grid-template-columns:1.55fr repeat(6,minmax(120px,1fr));min-width:1180px;min-height:94px;padding:0}
.qc-table-head{min-height:72px;background:#0d2349;color:#fff}
.qc-table-head span{display:flex;align-items:center;justify-content:center;padding:18px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.13);text-align:center}
.qc-table-head span:first-child{justify-content:flex-start;text-align:left}
.qc-table-head span:last-child{border-right:0}
.qc-table-row{border-top:1px solid rgba(16,31,63,.08);background:#fff}
.qc-table-row>span,.qc-table-item{display:flex;align-items:center;justify-content:center;padding:20px 18px;border-right:1px solid rgba(16,31,63,.08);text-align:center}
.qc-table-row>span:last-child{border-right:0}
.qc-table-item{align-items:flex-start;justify-content:center;flex-direction:column;text-align:left;background:#f8fafd}
.qc-table-item strong{display:block;color:#10203f;font-size:13px;line-height:1.25}
.qc-table-item small{display:block;margin-top:7px;color:#627287;font-size:10px;line-height:1.45}
.qc-table-row:hover,.qc-table-row:hover .qc-table-item{background:#fafdff}
.qc-table-row:hover .qc-table-item{background:#eef4fb}
.qc-table-row>span{color:#a6b4c6;font-size:17px;font-weight:500}
.qc-table-row>span.is-check{color:#2d74c4}
.qc-table-row>span.is-check::first-letter{display:inline-grid}
.qc-table-row>span.is-check{position:relative;font-size:0}
.qc-table-row>span.is-check::after{content:'✓';display:grid;place-items:center;width:26px;height:26px;border:1px solid #b9d5f2;color:#2d74c4;background:#edf5fd;font-size:15px;font-weight:800;line-height:1}
.qc-table-row>span.is-dash{font-size:20px;color:#a9b6c6}
.qc-method-note{max-width:1100px;margin-top:28px;padding:18px 22px;border-left:4px solid #2d74c4;font-size:10px;line-height:1.65}
.qc-method-note strong{color:#10203f}
@media(max-width:1300px){.qc-method-table{overflow-x:auto}}
@media(max-width:1024px){.qc-methods{padding:88px 0 96px}.qc-method-heading{margin-bottom:40px}}
@media(max-width:620px){.qc-methods{padding:68px 0 76px}.qc-method-heading h2{font-size:clamp(34px,10vw,48px)}.qc-method-heading span{font-size:11px}.qc-table-head,.qc-table-row{min-width:1080px;grid-template-columns:1.45fr repeat(6,minmax(110px,1fr))}.qc-method-note{padding:16px 18px}}

/* Case study gallery resource page. */
.gl-page{--gl-navy:#0b1730;--gl-ink:#13233f;--gl-blue:#2d74c4;--gl-gold:#c79b48;--gl-muted:#68798f;color:var(--gl-ink);background:#f4f7fb;font-family:Inter,Arial,Helvetica,sans-serif;overflow:hidden}.gl-page *{box-sizing:border-box}.gl-wrap{width:min(1200px,calc(100% - 44px));margin:0 auto}.gl-section{padding:92px 0}.gl-section-head{display:grid;grid-template-columns:1fr .88fr;gap:56px;align-items:end;margin-bottom:42px}.gl-section-head h2{margin:0;color:var(--gl-ink);font-size:clamp(33px,4vw,56px);line-height:1.03;letter-spacing:-.055em}.gl-section-head>p:not(.gl-section-kicker){margin:0;color:var(--gl-muted);font-size:15px;line-height:1.72}.gl-section-kicker,.gl-cta-kicker{display:inline-flex;width:fit-content;margin:0 0 17px;padding:8px 11px;color:var(--gl-blue);background:#e8f0fa;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.gl-center{display:block;max-width:760px;margin:0 auto 38px;text-align:center}.gl-center .gl-section-kicker{margin-left:auto;margin-right:auto}.gl-hero,.gl-details,.gl-cta{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:var(--gl-navy)}.gl-hero{padding:88px 0 130px}.gl-hero:before,.gl-details:before,.gl-cta:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 74% 12%,rgba(45,116,196,.38),transparent 28%),linear-gradient(110deg,#0b1730 0%,rgba(11,23,48,.95) 47%,rgba(16,31,63,.8) 100%)}.gl-hero:after,.gl-details:after,.gl-cta:after{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 80%)}.gl-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.gl-kicker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:21px}.gl-kicker span{padding:7px 10px;border:1px solid rgba(255,255,255,.21);color:#c8d9ee;background:rgba(255,255,255,.05);font-size:10px;font-weight:900;letter-spacing:.1em}.gl-hero h1{max-width:570px;margin:0;color:#fff;font-size:clamp(43px,5vw,70px);line-height:.97;letter-spacing:-.06em}.gl-lead{max-width:540px;margin:20px 0 0;color:#d8e5f5;font-size:15px;line-height:1.72}.gl-actions,.gl-cta-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.gl-btn,.gl-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:0;font-size:11px;font-weight:900;text-decoration:none;cursor:pointer}.gl-btn i,.gl-cta-btn i{width:14px;margin-left:7px}.gl-btn-primary,.gl-cta-btn-primary{color:#fff;background:var(--gl-blue)}.gl-btn-ghost,.gl-cta-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.07)}.gl-hero-note{display:flex;gap:12px;max-width:520px;margin-top:23px;color:#b7c8dd;font-size:10px;line-height:1.6}.gl-note-line{width:3px;height:39px;flex:0 0 auto;background:linear-gradient(var(--gl-blue),var(--gl-gold))}.gl-hero-wall{display:grid;grid-template-columns:1.17fr .83fr;gap:9px;min-height:430px}.gl-wall-main,.gl-wall-side>div{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.18)}.gl-wall-main{min-height:430px}.gl-wall-main img,.gl-wall-side img{width:100%;height:100%;display:block;object-fit:cover}.gl-wall-main span{position:absolute;left:12px;bottom:12px;padding:6px 8px;color:#fff;background:rgba(9,27,57,.83);font-size:8px;font-weight:900}.gl-wall-side{display:grid;grid-template-rows:repeat(3,1fr);gap:9px}.gl-featured{background:#fff}.gl-featured-wall{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:205px;gap:10px}.gl-project-card{position:relative;min-height:205px;overflow:hidden;background:#102447}.gl-project-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.gl-project-card:hover img{transform:scale(1.045)}.gl-project-card:after,.gl-detail-card:after,.gl-gallery-card>div:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,20,43,.9) 100%);pointer-events:none}.gl-project-large{grid-row:span 2;min-height:420px}.gl-project-card>div{position:absolute;left:16px;right:16px;bottom:15px;z-index:1}.gl-project-card span,.gl-detail-card span{color:#b9d9f7;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.gl-project-card h3,.gl-detail-card h3{margin:7px 0 0;color:#fff;font-size:17px;line-height:1.2}.gl-project-card p,.gl-detail-card p{margin:7px 0 0;color:#d2e1f1;font-size:9px;line-height:1.5}.gl-gallery{background:#f3f7fb}.gl-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.gl-filter button{min-height:34px;padding:0 13px;border:1px solid #d7e2ee;color:#5e7188;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.gl-filter button.is-active,.gl-filter button:hover{border-color:var(--gl-blue);color:#fff;background:var(--gl-blue)}.gl-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gl-gallery-card{overflow:hidden;border:1px solid #dde6ef;background:#fff;box-shadow:0 10px 24px rgba(16,31,63,.06)}.gl-gallery-card[hidden]{display:none}.gl-gallery-card>div{position:relative;height:220px;overflow:hidden;background:#dbe6f1}.gl-gallery-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.gl-gallery-card:hover img{transform:scale(1.04)}.gl-gallery-card>div span{position:absolute;left:10px;bottom:10px;z-index:1;padding:5px 7px;color:#fff;background:rgba(9,27,57,.8);font-size:8px;font-weight:900}.gl-gallery-card h3{margin:15px 15px 7px;color:#284363;font-size:14px}.gl-gallery-card p{margin:0;padding:0 15px 17px;color:#77889c;font-size:10px;line-height:1.55}.gl-materials{background:#fff}.gl-material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gl-material-card{overflow:hidden;border:1px solid #dfe7f0;background:#fff;box-shadow:0 10px 25px rgba(16,31,63,.06)}.gl-material-img{position:relative;height:165px;overflow:hidden;background:#dbe6f1}.gl-material-img img{width:100%;height:100%;display:block;object-fit:cover}.gl-material-img span{position:absolute;left:10px;bottom:10px;padding:5px 7px;color:#fff;background:rgba(9,27,57,.8);font-size:8px;font-weight:900}.gl-material-body{padding:15px}.gl-material-body h3{margin:0;color:#284363;font-size:14px}.gl-material-body p{min-height:70px;margin:8px 0 13px;color:#77889c;font-size:9px;line-height:1.55}.gl-material-meta{display:flex;justify-content:space-between;gap:7px;padding-top:10px;border-top:1px solid #e3eaf2;font-size:9px}.gl-material-meta strong{color:#74869a}.gl-material-meta em{color:#2d74c4;font-style:normal;text-align:right}.gl-material-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.gl-material-tags span{padding:4px 6px;color:#55708e;background:#eef4fa;font-size:8px}.gl-details{padding:92px 0 105px}.gl-details .gl-section-head h2{color:#fff}.gl-details .gl-section-head>p:not(.gl-section-kicker){color:#bfd0e4}.gl-kicker-light{color:#c9d9ef;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}.gl-detail-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:205px;gap:10px}.gl-detail-card{position:relative;overflow:hidden;background:#102447}.gl-detail-card img{width:100%;height:100%;display:block;object-fit:cover}.gl-detail-card>div{position:absolute;left:16px;right:16px;bottom:15px;z-index:1}.gl-detail-large{grid-row:span 2;min-height:420px}.gl-faq{background:#fff}.gl-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gl-faq-grid details{border:1px solid #dce5ef;background:#fff}.gl-faq-grid summary{display:flex;justify-content:space-between;gap:12px;padding:16px 18px;color:#294564;font-size:11px;font-weight:800;cursor:pointer;list-style:none}.gl-faq-grid summary::-webkit-details-marker{display:none}.gl-faq-grid summary i{width:14px;color:var(--gl-blue)}.gl-faq-grid details[open] summary i{transform:rotate(45deg)}.gl-faq-grid details p{margin:0;padding:0 18px 17px;color:#74869a;font-size:10px;line-height:1.6}.gl-faq-note{margin-top:20px;padding:17px 20px;border-left:3px solid var(--gl-blue);background:#f2f6fb}.gl-faq-note strong{display:block;margin-bottom:6px;color:#294564;font-size:10px}.gl-faq-note p{margin:0;color:#74869a;font-size:9px;line-height:1.55}.gl-cta{padding:90px 0 100px}.gl-cta-wrap{display:grid;gap:38px;text-align:center}.gl-cta-copy{display:flex;flex-direction:column;align-items:center}.gl-cta-kicker{color:#c9d9ef;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}.gl-cta h2{max-width:830px;margin:0;color:#fff;font-size:clamp(39px,4.8vw,66px);line-height:1}.gl-cta-copy>p:not(.gl-cta-kicker){max-width:700px;margin:19px 0 0;color:#c7d6ea;font-size:14px;line-height:1.7}.gl-cta-actions{justify-content:center}.gl-cta-box{padding:25px 28px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);box-shadow:0 25px 70px rgba(0,0,0,.25)}.gl-cta-box-head{display:flex;justify-content:center;gap:15px;padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.16)}.gl-cta-box-head span{color:#c9d9ef;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.gl-cta-box-head strong{color:#fff;font-size:10px}.gl-cta-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.gl-cta-checklist div{padding:15px;text-align:left;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07)}.gl-cta-checklist span{display:grid;place-items:center;width:26px;height:26px;color:var(--gl-gold);background:rgba(255,255,255,.12);font-size:8px;font-weight:900}.gl-cta-checklist p{margin:10px 0 0;color:#e2ecf8;font-size:10px;line-height:1.4}@media(max-width:1000px){.gl-hero-grid,.gl-section-head,.gl-faq-grid{grid-template-columns:1fr;gap:30px}.gl-featured-wall,.gl-detail-grid{grid-template-columns:1fr 1fr}.gl-project-large,.gl-detail-large{grid-row:auto;min-height:300px}.gl-material-grid{grid-template-columns:repeat(2,1fr)}.gl-gallery-grid{grid-template-columns:repeat(2,1fr)}.gl-hero-wall{min-height:360px}.gl-wall-main{min-height:360px}}@media(max-width:650px){.gl-wrap{width:min(100% - 28px,1200px)}.gl-section{padding:65px 0}.gl-hero{padding:65px 0 100px}.gl-hero h1{font-size:42px}.gl-hero-wall{min-height:300px;grid-template-columns:1fr}.gl-wall-main{min-height:300px}.gl-wall-side{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;height:95px}.gl-featured-wall,.gl-detail-grid,.gl-gallery-grid,.gl-material-grid,.gl-faq-grid{grid-template-columns:1fr}.gl-project-large,.gl-detail-large{min-height:300px}.gl-gallery-card>div{height:210px}.gl-cta-box-head{flex-direction:column;gap:7px}.gl-cta-checklist{grid-template-columns:1fr}.gl-cta h2{font-size:43px}}
/* Blog resource listing page. */
.bl-page{--bl-ink:#142544;--bl-blue:#2d74c4;--bl-muted:#728197;color:var(--bl-ink);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif}.bl-page *{box-sizing:border-box}.bl-wrap{width:min(1040px,calc(100% - 44px));margin:0 auto}.bl-intro{padding:68px 0 52px;background:#fff}.bl-kicker{margin:0 0 12px;color:var(--bl-blue);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.bl-intro h1{margin:0;color:var(--bl-ink);font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.045em}.bl-intro-text{max-width:780px;margin:14px 0 0;color:#56667b;font-size:14px;line-height:1.65}.bl-content{padding:0 0 78px;background:#fff}.bl-layout{display:grid;grid-template-columns:158px minmax(0,1fr);gap:28px;align-items:start}.bl-sidebar{position:sticky;top:92px;padding:22px 15px;border:1px solid #dce3eb;border-radius:7px;background:#fff;box-shadow:0 5px 15px rgba(20,37,68,.04)}.bl-sidebar-title{margin:0 10px 13px;color:#8895a7;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bl-category-list{display:grid;gap:2px}.bl-category-list a{display:block;padding:8px 10px;border-radius:3px;color:#314361;font-size:10px;font-weight:750;line-height:1.35;text-decoration:none}.bl-category-list a:hover,.bl-category-list a.is-active{color:#1d5fa6;background:#edf4fb}.bl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.bl-card{display:flex;min-width:0;min-height:390px;overflow:hidden;flex-direction:column;border:1px solid #d5dce4;border-radius:8px;background:#fff;box-shadow:0 2px 7px rgba(20,37,68,.16);transition:transform .22s ease,box-shadow .22s ease}.bl-card:hover{transform:translateY(-3px);box-shadow:0 9px 20px rgba(20,37,68,.16)}.bl-card-image{display:block;height:132px;overflow:hidden;background:#e5edf5}.bl-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bl-card:hover .bl-card-image img{transform:scale(1.035)}.bl-card-body{display:flex;flex:1;flex-direction:column;padding:10px 12px 13px}.bl-card-category{margin:0;color:#2d74c4;font-size:9px;font-weight:900;letter-spacing:.04em}.bl-card h2{margin:8px 0 7px;font-size:14px;line-height:1.25}.bl-card h2 a{color:#203555;text-decoration:none}.bl-card h2 a:hover{color:#1e6bb6}.bl-card-date{display:flex;align-items:center;gap:5px;margin:0;color:#8b98a8;font-size:9px;line-height:1.3}.bl-card-date svg{width:11px;height:11px;color:#64b8df}.bl-card-excerpt{display:-webkit-box;overflow:hidden;margin:10px 0 0;color:#77869a;font-size:9px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:5}.bl-card-link{display:inline-flex;align-items:center;gap:5px;margin-top:auto;padding-top:10px;color:#1d5e9f;font-size:9px;font-weight:900;text-decoration:none}.bl-card-link svg{width:12px;height:12px}.bl-pagination{display:flex;justify-content:center;margin-top:28px}.bl-pagination ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px;margin:0;padding:0;list-style:none}.bl-pagination li{margin:0}.bl-pagination a,.bl-pagination span{display:grid;place-items:center;min-width:29px;height:29px;padding:0 8px;border:1px solid #dce3eb;border-radius:3px;color:#63738a;background:#fff;font-size:9px;text-decoration:none}.bl-pagination .current,.bl-pagination a:hover{border-color:var(--bl-blue);color:#fff;background:var(--bl-blue)}.bl-empty{padding:45px 25px;border:1px solid #e0e6ed;color:#6d7c90;text-align:center}.bl-empty h2{margin:0;color:var(--bl-ink);font-size:22px}.bl-empty p{margin:10px 0 0;font-size:12px}.bl-newsletter{padding:43px 0;background:#08162c;color:#fff}.bl-newsletter-wrap{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:26px 34px;background:linear-gradient(110deg,#0b2e93,#071e63)}.bl-newsletter h2{margin:0;color:#fff;font-size:22px;line-height:1.2}.bl-newsletter p{margin:8px 0 0;color:#c4d5ec;font-size:11px}.bl-newsletter-form{display:flex;align-items:center;gap:7px;min-width:390px}.bl-newsletter-form input{width:100%;height:32px;padding:0 10px;border:1px solid #d5deea;border-radius:2px;color:#203555;background:#fff;font:inherit;font-size:10px}.bl-newsletter-form button{height:32px;padding:0 15px;border:1px solid rgba(255,255,255,.8);color:#fff;background:transparent;font-size:9px;font-weight:900;white-space:nowrap;cursor:pointer}.bl-newsletter-form button:hover{background:rgba(255,255,255,.14)}
@media(max-width:900px){.bl-layout{grid-template-columns:150px minmax(0,1fr);gap:20px}.bl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bl-newsletter-wrap{align-items:flex-start;flex-direction:column}.bl-newsletter-form{width:100%;min-width:0;max-width:520px}}
@media(max-width:620px){.bl-wrap{width:min(100% - 28px,1040px)}.bl-intro{padding:48px 0 36px}.bl-intro h1{font-size:36px}.bl-intro-text{font-size:12px}.bl-layout{display:block}.bl-sidebar{position:static;margin-bottom:22px;padding:13px 12px}.bl-sidebar-title{margin:0 0 8px}.bl-category-list{display:flex;flex-wrap:wrap;gap:3px}.bl-category-list a{padding:7px 9px}.bl-grid{grid-template-columns:1fr 1fr;gap:9px}.bl-card{min-height:360px}.bl-card-image{height:118px}.bl-card-body{padding:9px 10px 11px}.bl-card h2{font-size:12px}.bl-card-excerpt{font-size:8px;-webkit-line-clamp:5}.bl-newsletter{padding:30px 0}.bl-newsletter-wrap{padding:22px 18px}.bl-newsletter h2{font-size:20px}.bl-newsletter-form{display:grid;grid-template-columns:1fr;gap:8px}.bl-newsletter-form button{width:100%}}

/* Long-form article reading page. */
.article-page{color:#263852;background:#fff;font-family:Inter,Arial,Helvetica,sans-serif}.article-wrap{width:min(1060px,calc(100% - 44px));margin:0 auto}.article-hero{padding:34px 0 48px;border-bottom:1px solid #e7edf3;background:#fff}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:42px;align-items:center}.article-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px;color:#8795a7;font-size:9px}.article-breadcrumb a:hover{color:#2d74c4}.article-category{margin:0 0 8px;color:#2d74c4;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-hero h1{max-width:590px;margin:0;color:#142544;font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.045em}.article-author{display:flex;align-items:center;gap:10px;margin-top:22px}.article-author img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#dce6ef}.article-author strong,.article-author span{display:block}.article-author strong{color:#263b59;font-size:10px}.article-author span{margin-top:2px;color:#8a98a9;font-size:8px}.article-meta{display:flex;flex-wrap:wrap;gap:15px;margin-top:17px;color:#8795a7;font-size:9px}.article-meta span{display:inline-flex;align-items:center;gap:5px}.article-meta svg{width:12px;height:12px;color:#63b9df}.article-hero-image{height:285px;overflow:hidden;border:1px solid #dbe4ed;background:#edf3f8;box-shadow:0 5px 14px rgba(20,37,68,.1)}.article-hero-image img{width:100%;height:100%;display:block;object-fit:cover}.article-layout{display:grid;grid-template-columns:158px minmax(0,1fr);gap:34px;padding-top:42px}.article-aside{min-width:0}.article-share{padding-bottom:18px;border-bottom:1px solid #e4ebf2}.article-share strong,.article-toc>strong{display:block;color:#78889b;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.article-share>div{display:flex;gap:5px;margin-top:10px}.article-share a,.article-share button{display:grid;place-items:center;width:26px;height:26px;border:1px solid #dce5ef;color:#fff;background:#0f2e66;font-size:11px}.article-share button{color:#49627d;background:#fff;cursor:pointer}.article-share a:hover,.article-share button:hover{border-color:#2d74c4;background:#2d74c4;color:#fff}.article-copy-status{min-height:12px;margin:6px 0 0;color:#2d74c4;font-size:8px}.article-toc{margin-top:22px;padding:14px 13px;border:1px solid #dce5ef;background:#f7fafd}.article-toc ol{display:grid;gap:7px;margin:11px 0 0;padding-left:16px;color:#8290a2;font-size:8px;line-height:1.4}.article-toc li::marker{color:#2d74c4}.article-toc a:hover{color:#2d74c4}.article-toc .toc-level-3{padding-left:7px}.article-content{max-width:720px;color:#627287;font-size:13px;line-height:1.78}.article-content>p:first-child{margin-top:0}.article-content h2{margin:28px 0 10px;color:#1a3152;font-size:23px;line-height:1.22}.article-content h3{margin:23px 0 8px;color:#274364;font-size:17px;line-height:1.3}.article-content p{margin:0 0 15px}.article-content a{color:#236aa9;text-decoration:underline;text-underline-offset:2px}.article-content ul,.article-content ol{margin:0 0 18px;padding-left:22px}.article-content li{margin-bottom:6px}.article-content img{width:auto;max-width:100%;height:auto;margin:22px auto;border:1px solid #e0e7ee}.article-content figure{margin:22px 0}.article-content figcaption{color:#8c99aa;font-size:9px;text-align:center}.article-content table{width:100%;margin:22px 0;border-collapse:collapse;font-size:10px;line-height:1.45}.article-content th{color:#fff;background:#173661;font-weight:800}.article-content th,.article-content td{padding:9px 10px;border:1px solid #d5dfe9;text-align:left}.article-content tr:nth-child(even) td{background:#f6f9fc}.article-content blockquote{margin:22px 0;padding:14px 17px;border-left:3px solid #2d74c4;color:#526b86;background:#f2f6fb}.article-quote-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding:25px 27px;color:#fff;background:#102850}.article-quote-kicker{margin:0 0 6px;color:#9bc9ee;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-quote-card h2{margin:0;color:#fff;font-size:22px;line-height:1.2}.article-quote-card p:last-child{max-width:510px;margin:9px 0 0;color:#c2d2e5;font-size:10px;line-height:1.55}.article-quote-card .button{flex:0 0 auto;white-space:nowrap}.article-related{padding:72px 0 78px;background:#f4f7fb}.article-section-heading{margin-bottom:26px}.article-section-heading p{margin:0 0 7px;color:#2d74c4;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.article-section-heading h2{margin:0;color:#142544;font-size:32px;line-height:1.1}.article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.article-related-card{display:flex;min-height:295px;overflow:hidden;flex-direction:column;border:1px solid #dce4ec;border-radius:6px;background:#fff;box-shadow:0 4px 13px rgba(20,37,68,.08)}.article-related-image{height:132px;overflow:hidden;background:#e5edf5}.article-related-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s}.article-related-card:hover .article-related-image img{transform:scale(1.04)}.article-related-card>div{display:flex;flex:1;flex-direction:column;padding:12px 14px}.article-related-card p{margin:0;color:#2d74c4;font-size:9px;font-weight:900}.article-related-card h3{margin:7px 0 9px;color:#233b5b;font-size:13px;line-height:1.32}.article-related-card h3 a:hover{color:#2d74c4}.article-related-card small{display:flex;align-items:center;gap:4px;color:#8b98a8;font-size:8px}.article-related-card small svg{width:11px;height:11px;color:#63b9df}.article-related-link{display:inline-flex;align-items:center;gap:4px;margin-top:auto;padding-top:10px;color:#24649e;font-size:9px;font-weight:900}.article-related-link svg{width:11px;height:11px}.article-newsletter{padding:42px 0;background:#08162c}.article-newsletter-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 32px;background:linear-gradient(110deg,#0b2e93,#071e63)}.article-newsletter h2{margin:0;color:#fff;font-size:22px}.article-newsletter p{margin:7px 0 0;color:#c4d5ec;font-size:10px}.article-newsletter form{display:flex;gap:7px;min-width:380px}.article-newsletter input{width:100%;height:32px;padding:0 10px;border:1px solid #d5deea;border-radius:2px;font-size:10px}.article-newsletter button{height:32px;padding:0 14px;border:1px solid rgba(255,255,255,.8);color:#fff;background:transparent;font-size:9px;font-weight:900;white-space:nowrap}.article-newsletter button:hover{background:rgba(255,255,255,.14)}
@media(max-width:900px){.article-hero-grid{grid-template-columns:1fr;gap:28px}.article-hero-image{height:320px;max-width:650px}.article-layout{grid-template-columns:145px minmax(0,1fr);gap:24px}.article-related-grid{grid-template-columns:repeat(2,1fr)}.article-newsletter-wrap{align-items:flex-start;flex-direction:column}.article-newsletter form{width:100%;min-width:0;max-width:520px}}
@media(max-width:620px){.article-wrap{width:min(100% - 28px,1060px)}.article-hero{padding:25px 0 35px}.article-hero h1{font-size:35px}.article-hero-image{height:230px}.article-layout{display:block;padding-top:28px}.article-aside{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:28px}.article-share{padding-bottom:0;border-bottom:0}.article-toc{margin-top:0}.article-content{font-size:12px;line-height:1.75}.article-content h2{font-size:21px}.article-content h3{font-size:16px}.article-content table{font-size:9px;display:block;overflow-x:auto;white-space:nowrap}.article-quote-card{align-items:flex-start;flex-direction:column;padding:21px 19px}.article-related{padding:55px 0 60px}.article-related-grid{grid-template-columns:1fr 1fr;gap:9px}.article-related-card{min-height:275px}.article-related-image{height:105px}.article-related-card>div{padding:10px}.article-related-card h3{font-size:12px}.article-newsletter{padding:30px 0}.article-newsletter-wrap{padding:22px 18px}.article-newsletter form{display:grid;grid-template-columns:1fr;gap:8px}.article-newsletter button{width:100%}}
