:root {
	--brand: #e50113;
	--brand-dark: #85010b;
	--brand-rgb: 229,1,19;
	--ink: #172f3e;
	--muted: #607783;
	--line: #dbe6ea;
	--tint: #f3f8f9;
	--warm: #f8f4eb;
	--white: #fff;
	--shadow: 0 22px 64px rgba(25, 55, 69, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
img, video { max-width: 100%; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: auto; }
.reading-width { width: min(820px, calc(100% - 48px)); margin: auto; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(219, 230, 234, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header { position: relative; display: flex; align-items: center; gap: clamp(10px, 1.35vw, 22px); width: min(1400px, calc(100% - 48px)); min-height: 72px; }
.brand { display: flex; flex-shrink: 0; align-items: center; gap: 11px; min-width: 0; margin-right: auto; color: var(--ink); font-size: 19px; font-weight: 850; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand img { display: block; width: auto; max-width: 170px; height: 42px; object-fit: contain; }
.brand span { overflow: hidden; max-width: 260px; text-overflow: ellipsis; }
.site-nav { align-self: stretch; flex-shrink: 0; min-width: 0; }
.nav-list, .mega-menu-list, .mega-menu-links { margin: 0; padding: 0; list-style: none; }
.nav-list { display: flex; align-items: stretch; height: 100%; }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-primary { display: flex; align-items: stretch; }
.nav-primary-link { display: flex; flex-shrink: 0; align-items: center; justify-content: center; padding: 8px clamp(5px, .65vw, 10px); color: #496473; font-size: 13px; font-weight: 720; line-height: 1.22; text-align: center; text-decoration: none; white-space: nowrap; overflow-wrap: normal; word-break: normal; hyphens: none; }
.nav-submenu-toggle { display: grid; align-self: center; flex: 0 0 24px; width: 24px; height: 30px; margin-left: -5px; padding: 0; place-items: center; border: 0; border-radius: 7px; background: transparent; color: #607783; cursor: pointer; }
.nav-chevron { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.nav-submenu-toggle[aria-expanded="true"] .nav-chevron { transform: translateY(2px) rotate(225deg); }
.nav-primary-link:hover, .nav-primary-link:focus-visible, .nav-item.is-open > .nav-primary .nav-primary-link { color: var(--brand); }
.nav-submenu-toggle:hover, .nav-submenu-toggle:focus-visible, .nav-item.is-open > .nav-primary .nav-submenu-toggle { background: rgba(var(--brand-rgb), .09); color: var(--brand); }
.site-nav a:focus-visible, .site-nav button:focus-visible, .menu-toggle:focus-visible, .mini-cta:focus-visible, .brand:focus-visible { outline: 3px solid rgba(var(--brand-rgb), .34); outline-offset: 2px; }
.mega-menu[hidden] { display: none !important; }
.mega-menu { position: absolute; top: calc(100% - 1px); left: 0; width: clamp(390px, 48vw, 720px); padding: 22px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #fff; box-shadow: 0 24px 52px rgba(25, 55, 69, .16); }
.nav-item:nth-last-child(-n+3) > .mega-menu { right: 0; left: auto; }
.mega-menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; }
.mega-menu-group { min-width: 0; }
.mega-menu-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 0 0 8px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 820; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; }
.mega-menu-heading b { flex: 0 0 auto; color: var(--brand); }
.mega-menu-links { display: grid; gap: 2px; padding-top: 7px; }
.mega-menu-links a { display: block; padding: 5px 0; color: #536d7a; font-size: 13px; font-weight: 600; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.mega-menu a:hover, .mega-menu a:focus-visible { color: var(--brand); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mini-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 0; border-radius: 10px; background: var(--brand); box-shadow: 0 9px 24px rgba(var(--brand-rgb), .2); color: #fff; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.mini-cta { flex: 0 0 auto; max-width: 170px; padding: 11px 15px; font-size: 13px; line-height: 1.25; text-align: center; overflow-wrap: anywhere; }
.mini-cta:hover, .button:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 14px 32px rgba(var(--brand-rgb), .27); }
.hero { position: relative; overflow: hidden; padding: 92px 0 98px; background: radial-gradient(circle at 88% 12%, rgba(var(--brand-rgb), .13), transparent 28%), linear-gradient(135deg, rgba(var(--brand-rgb), .08), #fff 58%, var(--warm)); }
.hero::after { position: absolute; right: -150px; bottom: -250px; width: 520px; height: 520px; border: 1px solid rgba(var(--brand-rgb), .19); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr); align-items: center; gap: 76px; }
.eyebrow, .kicker { color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin: 14px 0 22px; font-size: clamp(42px, 5vw, 67px); line-height: 1.05; letter-spacing: -.052em; }
.hero-copy > p { max-width: 700px; margin: 0 0 31px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; }
.hero-media { overflow: hidden; margin: 0; border: 1px solid rgba(var(--brand-rgb), .12); border-radius: 25px; background: #e8f0f2; box-shadow: var(--shadow); }
.hero-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-media figcaption { padding: 10px 16px; color: var(--muted); font-size: 12px; background: #fff; }
.hero-proof { display: grid; gap: 12px; padding: 27px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 25px; background: rgba(255, 255, 255, .85); box-shadow: var(--shadow); }
.hero-proof > div { display: flex; align-items: center; gap: 18px; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hero-proof b { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: rgba(var(--brand-rgb), .1); color: var(--brand); }
.hero-proof span { font-size: 16px; font-weight: 750; }
.section { padding: 82px 0; }
.section.tint { background: var(--tint); }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.15; letter-spacing: -.035em; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.card { position: relative; display: flex; flex-direction: column; min-height: 210px; padding: 27px 58px 27px 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 32px rgba(37, 71, 88, .055); color: var(--ink); text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); border-color: rgba(var(--brand-rgb), .55); box-shadow: 0 18px 42px rgba(25, 55, 69, .09); }
.card small { color: var(--brand); font-weight: 800; text-transform: uppercase; }
.card strong { margin: 10px 0 8px; font-size: 21px; line-height: 1.3; }
.card span { color: var(--muted); font-size: 15px; }
.card b { position: absolute; right: 24px; bottom: 24px; color: var(--brand); font-size: 22px; }
.content-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.25fr); gap: 80px; }
.content-section.is-reverse .section-heading { grid-column: 2; }
.content-section.is-reverse .section-copy { grid-row: 1; grid-column: 1; }
.section-copy { max-width: 760px; }
.section-copy p { margin: 0 0 20px; color: #435d6b; font-size: 17px; }
.section-copy p:last-child { margin-bottom: 0; }
.template-product .hero { background: linear-gradient(135deg, #fff 0%, rgba(var(--brand-rgb), .07) 62%, var(--warm) 100%); }
.template-product .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }
.template-product .hero-media img { aspect-ratio: 1 / 1; object-fit: contain; padding: 24px; background: #fff; }
.template-product .role-specifications .content-grid,
.template-product .role-options .content-grid { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(25,55,69,.06); }
.template-product .role-specifications .checks,
.template-product .role-options .checks { grid-template-columns: repeat(2,minmax(0,1fr)); }
.template-catalog .hero { padding-bottom: 70px; background: linear-gradient(180deg, rgba(var(--brand-rgb), .1), #fff); }
.template-catalog .child-pages { padding-top: 54px; }
.template-catalog .card { min-height: 240px; }
.template-solution .content-section.role-applications { background: linear-gradient(135deg, rgba(var(--brand-rgb), .08), #fff); }
.template-service .role-process .section-copy { counter-reset: process-step; }
.template-service .role-process .checks li::before { content: counter(process-step); counter-increment: process-step; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-size: 11px; }
.template-about .hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(320px,.7fr); }
.template-contact .hero { padding-bottom: 48px; }
.template-contact .rfq-section { padding-top: 54px; }
.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.checks li { position: relative; padding: 14px 16px 14px 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #3f5968; }
.checks li::before { position: absolute; left: 16px; top: 14px; color: var(--brand); font-weight: 900; content: "✓"; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.media-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(37, 71, 88, .06); }
.media-card img, .media-card video { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--tint); }
.media-card figcaption { padding: 15px 17px; }
.media-card .document { display: flex; align-items: center; justify-content: center; min-height: 190px; padding: 24px; color: var(--brand); font-weight: 800; text-decoration: none; background: #fff; }
.faq details { margin: 12px 0; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq summary { padding: 18px 22px; cursor: pointer; font-weight: 800; }
.faq details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
.contact { padding: 72px 0; background: linear-gradient(120deg, var(--brand-dark), var(--brand)); color: #fff; }
.contact-grid { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact h2 { max-width: 780px; margin: 8px 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.18; }
.button.light { background: #fff; color: var(--brand-dark); }
.rfq-section { padding: 88px 0; background: linear-gradient(135deg, var(--tint), #fff); }
.rfq-grid { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); align-items: start; gap: 68px; }
.rfq-intro { position: sticky; top: 112px; }
.rfq-intro h2 { margin: 10px 0 16px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.04em; }
.rfq-intro p { color: var(--muted); font-size: 17px; }
.rfq-form { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.rfq-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rfq-form label { display: grid; gap: 7px; color: #3e5968; font-size: 13px; font-weight: 750; }
.rfq-form label.is-wide { grid-column: 1 / -1; }
.rfq-form input, .rfq-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cddde3; border-radius: 10px; background: #fbfdfe; color: var(--ink); font: inherit; }
.rfq-form input:focus, .rfq-form textarea:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(var(--brand-rgb), .12); }
.rfq-form .button { margin-top: 20px; cursor: pointer; }
.rfq-form .button:disabled { opacity: .65; cursor: wait; }
.rfq-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rfq-message { min-height: 24px; margin: 12px 0 0; color: #39715f; font-size: 14px; }
.rfq-message.is-error { color: #a63f42; }
.cf-turnstile { margin-top: 18px; }
.thank-you { display: grid; min-height: 72vh; place-items: center; padding: 80px 24px; background: linear-gradient(135deg, rgba(var(--brand-rgb), .08), #fff, var(--warm)); }
.thank-you-card { width: min(620px, 100%); padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.thank-you-card > span { display: grid; width: 64px; height: 64px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: rgba(var(--brand-rgb), .12); color: var(--brand); font-size: 32px; font-weight: 900; }
.thank-you-card h1 { margin: 0 0 16px; font-size: clamp(34px, 5vw, 52px); line-height: 1.12; }
.thank-you-card p { margin: 0 0 28px; color: var(--muted); font-size: 17px; }
.error-hero { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 132px) 0; background: radial-gradient(circle at 78% 35%, rgba(var(--brand-rgb), .17), transparent 27%), linear-gradient(135deg, rgba(var(--brand-rgb), .07), #fff 56%, var(--warm)); }
.error-hero::before { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(var(--brand-rgb), .08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-rgb), .08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 58%, transparent); content: ""; }
.error-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.error-copy { position: relative; z-index: 2; }
.error-copy h1 { max-width: 760px; margin: 14px 0 22px; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.error-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.error-secondary { border: 1px solid rgba(var(--brand-rgb), .25); background: rgba(255,255,255,.82); box-shadow: none; color: var(--brand-dark); }
.error-secondary:hover { background: #fff; color: var(--brand-dark); }
.error-visual { position: relative; display: grid; width: 100%; aspect-ratio: 1; max-width: 490px; place-items: center; justify-self: end; isolation: isolate; }
.error-visual::before { position: absolute; inset: 10%; z-index: -2; border-radius: 42% 58% 62% 38% / 46% 41% 59% 54%; background: linear-gradient(145deg, var(--brand), var(--brand-dark)); box-shadow: 0 34px 76px rgba(var(--brand-rgb), .28); transform: rotate(-8deg); content: ""; }
.error-visual::after { position: absolute; inset: 17%; z-index: -1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.error-visual > span { color: #fff; font-size: clamp(76px, 10vw, 150px); font-weight: 900; line-height: 1; letter-spacing: -.08em; text-shadow: 0 12px 34px rgba(0,0,0,.13); }
.error-visual > i { position: absolute; right: 10%; bottom: 21%; width: 17%; aspect-ratio: 1; border: 10px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.error-visual > i::after { position: absolute; right: -42%; bottom: -24%; width: 58%; height: 10px; border-radius: 10px; background: #fff; transform: rotate(45deg); transform-origin: left center; content: ""; }
.error-orbit { position: absolute; border: 1px solid rgba(var(--brand-rgb), .27); border-radius: 50%; }
.orbit-one { inset: 1%; transform: rotate(18deg); }
.orbit-two { inset: -5% 14%; transform: rotate(68deg); }
.error-paths { padding-top: 70px; padding-bottom: 88px; }
.error-paths-heading { margin-bottom: 28px; }
.error-paths-heading h2 { margin: 7px 0 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.15; letter-spacing: -.035em; }
.error-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.error-link-card { display: flex; min-height: 180px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 13px 36px rgba(25,55,69,.065); color: var(--ink); text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.error-link-card:hover { transform: translateY(-4px); border-color: rgba(var(--brand-rgb), .52); box-shadow: 0 20px 44px rgba(25,55,69,.11); }
.error-link-card small { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.error-link-card strong { margin: 12px 0 24px; font-size: 20px; line-height: 1.35; }
.error-link-card span { margin-top: auto; color: var(--muted); font-size: 14px; font-weight: 700; }
.error-link-card b { color: var(--brand); font-size: 18px; }
.style-premium .error-hero { background: radial-gradient(circle at 78% 35%, rgba(var(--brand-rgb), .16), transparent 30%), linear-gradient(135deg, #fff, var(--warm)); }
.style-modern .error-visual::before, .style-modern .error-link-card { border-radius: 25px; }
.style-technology .error-visual::before, .style-technology .error-link-card { border-radius: 6px; }
footer { padding: 36px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; color: var(--muted); }
.footer-grid strong { display: block; color: var(--ink); }
.footer-grid p { margin: 5px 0 0; font-size: 13px; }
.footer-grid a { display: inline-block; margin-top: 5px; color: var(--brand); text-decoration: none; }
.footer-shell { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(170px, .55fr) minmax(230px, .7fr); gap: clamp(32px, 6vw, 82px); padding-top: 28px; padding-bottom: 28px; color: var(--muted); }
.footer-brand, .footer-navigation, .footer-action { min-width: 0; }
.footer-brand > strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.25; overflow-wrap: anywhere; }
.footer-brand > p { max-width: 46ch; margin: 10px 0 0; font-size: 13px; }
.footer-navigation > strong { display: block; margin-bottom: 12px; color: var(--ink); font-size: 13px; text-transform: uppercase; }
.footer-navigation nav { display: grid; gap: 7px; }
.footer-navigation a { color: inherit; font-size: 14px; text-decoration: none; }
.footer-navigation a:hover { color: var(--brand); }
.footer-action { align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--tint); }
.footer-action p { margin: 0 0 16px; color: var(--ink); }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 14px; border-radius: 9px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-page { background: #fbfcfc; }
.article-hero { padding: 78px 0 55px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(var(--brand-rgb), .1), #fff); }
.article-wrap { width: min(1040px, calc(100% - 48px)); margin: auto; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 42px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--brand); text-decoration: none; }
.article-hero h1 { max-width: 970px; margin: 14px 0 22px; font-size: clamp(42px, 5.6vw, 68px); line-height: 1.06; letter-spacing: -.052em; }
.article-lead { max-width: 820px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.72; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: #6c808c; font-size: 13px; }
.article-meta span + span::before { margin-right: 24px; color: #b2c0c6; content: "•"; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 740px); gap: 70px; padding: 62px 0 90px; }
.article-toc { position: sticky; top: 102px; align-self: start; padding: 20px; border-left: 3px solid var(--brand); background: #fff; }
.article-toc strong { font-size: 14px; }
.article-toc ol { margin: 12px 0 0; padding-left: 19px; }
.article-toc li { margin: 8px 0; color: #8a9ca5; font-size: 12px; }
.article-toc a { color: #536d7a; text-decoration: none; }
.article-body { min-width: 0; }
.article-author { margin: 32px 0; padding: 24px; border: 1px solid #dce6eb; border-radius: 12px; background: #f5f9fb; }
.article-author h2 { margin: 0 0 12px; font-size: 20px; }
.article-author p { margin: 10px 0 0; overflow-wrap: anywhere; line-height: 1.75; }
.article-cover { overflow: hidden; margin: 0 0 38px; border-radius: 18px; background: #e6f0f3; box-shadow: var(--shadow); }
.article-cover img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.article-cover figcaption { padding: 10px 15px; color: var(--muted); font-size: 12px; background: #fff; }
.takeaways { margin-bottom: 44px; padding: 27px 30px; border: 1px solid rgba(var(--brand-rgb), .24); border-radius: 15px; background: rgba(var(--brand-rgb), .07); }
.takeaways h2 { margin: 0 0 12px !important; font-size: 23px !important; }
.takeaways ul { margin: 0; padding-left: 21px; }
.takeaways li { margin: 7px 0; }
.article-section { padding: 8px 0 36px; scroll-margin-top: 100px; }
.article-section h2 { margin: 0 0 18px; font-size: clamp(29px, 4vw, 39px); line-height: 1.2; letter-spacing: -.035em; }
.article-section p { margin: 0 0 20px; color: #3e5664; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.86; }
.article-section .checks { grid-template-columns: 1fr; }
.article-faq, .article-related { margin-top: 24px; padding-top: 42px; border-top: 1px solid var(--line); }
.article-related h2 { font-size: 29px; }
.article-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.related-card { display: flex; flex-direction: column; min-height: 158px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); text-decoration: none; }
.related-card span, .related-card b { color: var(--brand); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.related-card strong { margin: 7px 0; line-height: 1.35; }
.related-card b { margin-top: auto; text-transform: none; }
.context-link { color: var(--brand-dark); text-decoration: underline; text-underline-offset: .18em; }
.site-nav .mega-menu a { overflow-wrap: normal; word-break: normal; hyphens: none; }
.nav-collapsed .site-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% - 1px); max-height: calc(100vh - 88px); overflow-y: auto; padding: 13px; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: #fff; box-shadow: var(--shadow); }
.nav-collapsed .site-nav.is-open { display: block; }
.nav-collapsed .nav-list { display: grid; height: auto; }
.nav-collapsed .nav-item, .nav-collapsed .nav-primary { display: block; }
.nav-collapsed .nav-item { border-bottom: 1px solid var(--line); }
.nav-collapsed .nav-primary { position: relative; min-height: 48px; }
.nav-collapsed .nav-primary-link { justify-content: flex-start; width: 100%; min-height: 48px; padding: 10px 48px 10px 11px; font-size: 15px; text-align: left; white-space: normal; }
.nav-collapsed .nav-submenu-toggle { position: absolute; top: 4px; right: 2px; width: 42px; height: 42px; margin: 0; }
.nav-collapsed .mega-menu { position: static; width: auto; padding: 3px 11px 17px; border: 0; border-radius: 0; background: var(--tint); box-shadow: none; }
.nav-collapsed .menu-toggle { display: block; }
.nav-collapsed .header .mini-cta { margin-left: 0; }
.nav-measuring .site-nav { display: block !important; position: absolute !important; visibility: hidden !important; width: max-content !important; max-height: none !important; padding: 0 !important; border: 0 !important; left: 0 !important; right: auto !important; overflow: visible !important; }
.nav-measuring .nav-list, .nav-measuring .nav-item, .nav-measuring .nav-primary { display: flex !important; width: max-content !important; height: auto !important; border: 0 !important; }
.nav-measuring .nav-primary-link { white-space: nowrap !important; width: auto !important; padding: 8px clamp(5px, .65vw, 10px) !important; font-size: 13px !important; }
.nav-measuring .nav-submenu-toggle { position: static !important; width: 24px !important; height: 30px !important; margin-left: -5px !important; }
.nav-measuring .mega-menu { display: none !important; }
.style-premium h1, .style-premium h2, .style-premium .card strong { font-family: Georgia, "Times New Roman", serif; }
.style-premium .hero { background: radial-gradient(circle at 88% 12%, rgba(var(--brand-rgb), .14), transparent 30%), linear-gradient(135deg, #fff, var(--warm)); }
.style-modern .card, .style-modern .hero-media { border-radius: 24px; }
.style-technology .card, .style-technology .hero-media, .style-technology .hero-proof { border-radius: 6px; }
.style-technology .hero { background-image: linear-gradient(rgba(var(--brand-rgb), .045) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-rgb), .045) 1px, transparent 1px), linear-gradient(135deg, rgba(var(--brand-rgb), .08), #fff); background-size: 36px 36px, 36px 36px, auto; }
@media (max-width: 980px) {
	.site-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% - 1px); max-height: calc(100vh - 88px); overflow-y: auto; padding: 13px; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: #fff; box-shadow: var(--shadow); }
	.site-nav.is-open { display: block; }
	.nav-list { display: grid; height: auto; }
	.nav-item, .nav-primary { display: block; }
	.nav-item { border-bottom: 1px solid var(--line); }
	.nav-item:last-child { border-bottom: 0; }
	.nav-primary { position: relative; min-height: 48px; }
	.nav-primary-link { justify-content: flex-start; width: 100%; max-width: none; min-height: 48px; padding: 10px 48px 10px 11px; font-size: 15px; line-height: 1.35; text-align: left; }
	.nav-submenu-toggle { position: absolute; top: 4px; right: 2px; width: 42px; height: 42px; margin: 0; border: 1px solid transparent; }
	.mega-menu, .nav-item:nth-last-child(-n+3) > .mega-menu { position: static; width: auto; padding: 3px 11px 17px; border: 0; border-radius: 0; background: var(--tint); box-shadow: none; }
	.mega-menu-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 24px; padding: 15px; }
	.mega-menu-heading { padding-bottom: 7px; }
	.mega-menu-links a { padding: 6px 0; }
	.menu-toggle { display: block; }
	.header .mini-cta { margin-left: 0; }
	.hero-grid { gap: 42px; }
	.article-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 42px; }
}
@media (max-width: 820px) {
	.error-grid { grid-template-columns: 1fr; }
	.error-visual { width: min(390px, 86vw); justify-self: center; grid-row: 1; }
	.error-copy { text-align: center; }
	.error-copy > p { margin-right: auto; margin-left: auto; }
	.error-actions { justify-content: center; }
	.error-links { grid-template-columns: 1fr; }
	.wrap, .reading-width, .article-wrap { width: min(100% - 30px, 1240px); }
	.mega-menu-list { grid-template-columns: 1fr; }
	.hero { padding: 64px 0; }
	.hero-grid, .content-grid, .rfq-grid { grid-template-columns: 1fr; }
	.template-product .hero-grid, .template-about .hero-grid { grid-template-columns: 1fr; }
	.rfq-intro { position: static; }
	.content-section.is-reverse .section-heading, .content-section.is-reverse .section-copy { grid-row: auto; grid-column: auto; }
	.hero h1, .article-hero h1 { font-size: clamp(38px, 10vw, 52px); }
	.hero-proof { order: -1; }
	.cards, .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.content-grid { gap: 28px; }
	.article-layout { display: block; padding-top: 36px; }
	.article-toc { position: static; margin-bottom: 40px; }
	.article-related > div { grid-template-columns: 1fr 1fr; }
	.section { padding: 62px 0; }
	.footer-shell { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.error-hero { padding: 50px 0 58px; }
	.error-visual { width: min(300px, 82vw); }
	.error-copy h1 { font-size: 40px; }
	.error-actions { display: grid; }
	.error-actions .button { width: 100%; }
	.error-paths { padding-top: 52px; padding-bottom: 64px; }
	.header { gap: 7px; }
	.brand { max-width: calc(100% - 150px); font-size: 15px; }
	.brand img { max-width: 100px; height: 34px; }
	.brand:has(img) span { display: none; }
	.brand span { max-width: 100%; }
	.header .mini-cta { display: inline-flex; max-width: 92px; padding: 8px 9px; font-size: 11px; line-height: 1.18; }
	.hero h1, .article-hero h1 { font-size: 38px; }
	.hero-copy > p, .article-lead { font-size: 17px; }
	.cards, .media-grid, .checks, .article-related > div { grid-template-columns: 1fr; }
	.card { min-height: 0; }
	.contact-grid, .footer-grid { align-items: flex-start; flex-direction: column; }
	.footer-shell { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
	.footer-navigation nav { grid-template-columns: 1fr 1fr; }
	.footer-bottom { flex-direction: column; gap: 5px; }
	.article-hero { padding: 48px 0 38px; }
	.breadcrumbs { margin-bottom: 28px; }
	.article-meta { display: grid; gap: 6px; }
	.article-meta span + span::before { display: none; }
	.article-section p { font-size: 17px; }
	.section { padding: 52px 0; }
	.rfq-fields { grid-template-columns: 1fr; }
	.rfq-form { padding: 22px; }
	.thank-you-card { padding: 34px 24px; }
}
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--spacing:.25rem;--radius-lg:.5rem;--radius-2xl:1rem}}@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.static{position:static}.flex{display:flex}.grid{display:grid}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}@media (min-width:48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}html[data-design]{--sd-ink:#172b30;--sd-muted:#56676b;--sd-paper:#fff;--sd-soft:#f0f4f4;--sd-line:#dce5e5;--sd-radius:8px;--sd-display:Arial,Helvetica,sans-serif;scroll-padding-top:100px}html[data-design=showcase]{--sd-ink:#273c37;--sd-muted:#65726b;--sd-paper:#fdfcf8;--sd-soft:#f1efe7;--sd-line:#dfdfd3;--sd-radius:20px;--sd-display:Georgia,"Times New Roman",serif}html[data-design=services]{--sd-ink:#202e46;--sd-muted:#617087;--sd-paper:#fff;--sd-soft:#f2f5fa;--sd-line:#e0e6ef;--sd-radius:24px}html[data-design] body{background:var(--sd-paper);color:var(--sd-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}html[data-design] *,html[data-design] :before,html[data-design] :after{box-sizing:border-box}html[data-design] .wrap{width:min(1280px,100% - 96px);margin-inline:auto}html[data-design] h1,html[data-design] h2,html[data-design] h3{color:var(--sd-ink);overflow-wrap:anywhere}html[data-design] h1,html[data-design] h2{font-family:var(--sd-display);letter-spacing:-.045em;font-weight:500}html[data-design] h1{max-width:20ch;margin:18px 0 24px;font-size:clamp(36px,4.3vw,64px);line-height:1.1}html[data-design] h2{margin:14px 0 24px;font-size:clamp(30px,3.15vw,48px);line-height:1.13}html[data-design] h3{letter-spacing:-.025em;margin:0 0 12px;font-size:23px;font-weight:600;line-height:1.28}html[data-design] a:focus-visible,html[data-design] button:focus-visible,html[data-design] input:focus-visible,html[data-design] textarea:focus-visible,html[data-design] summary:focus-visible{outline:3px solid var(--brand);outline-offset:5px}html[data-design] .site-header{background:var(--sd-paper);border-bottom:1px solid var(--sd-line);box-shadow:none}html[data-design] .brand{color:var(--sd-ink);letter-spacing:-.03em;font-size:19px}html[data-design] .brand img{object-fit:contain;width:auto;max-width:160px;height:46px;box-shadow:none;border-radius:0}html[data-design] .site-nav a{color:var(--sd-ink)}html[data-design] .header-standard .header{min-height:76px}html[data-design] .header-standard .mega-menu{border-top:3px solid var(--brand)}html[data-design] .header-technical{background:#172b30;border-bottom-color:#31494e}html[data-design] .header-technical .header{min-height:72px}html[data-design] .header-technical .brand,html[data-design] .header-technical .site-nav .nav-primary-link{color:#f5f7f3}html[data-design] .header-technical .nav-submenu-toggle{color:#bdcbc8}html[data-design] .header-technical .nav-primary-link:hover,html[data-design] .header-technical .nav-item.is-open>.nav-primary .nav-primary-link{color:#fff}html[data-design] .header-technical .mini-cta{border:1px solid #ffffff47}html[data-design] .header-technical .mega-menu{border:0;border-top:4px solid var(--brand);background:#172b30;border-radius:0;box-shadow:0 26px 55px #05121647}html[data-design] .header-technical .mega-menu-list{gap:0 30px}html[data-design] .header-technical .mega-menu-group{border-bottom:1px solid #31494e;padding:15px 0}html[data-design] .header-technical .mega-menu-heading{color:#fff;border:0}html[data-design] .header-technical .mega-menu-links a{color:#bdcbc8}html[data-design] .header-gallery .header{min-height:92px}html[data-design] .header-gallery .brand{font-family:var(--sd-display);font-size:23px;font-weight:500}html[data-design] .header-gallery .brand img{max-width:184px;height:54px}html[data-design] .header-gallery .nav-primary-link{padding-inline:12px;font-weight:600}html[data-design] .header-gallery .mega-menu{border-radius:var(--sd-radius);background:var(--sd-paper);width:clamp(620px,62vw,900px);padding:26px}html[data-design] .header-gallery .mega-menu-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}html[data-design] .header-gallery .mega-menu-group{border:1px solid var(--sd-line);border-radius:calc(var(--sd-radius) * .72);background:var(--sd-soft);min-height:132px;padding:20px}html[data-design] .header-gallery .mega-menu-heading{font-family:var(--sd-display);border:0;font-size:17px;font-weight:500}html[data-design] .header-gallery .mega-menu-links{border-top:1px solid var(--sd-line);margin-top:10px}html[data-design] .header-consulting{background:var(--sd-paper);border:0;padding:10px 0}html[data-design] .header-consulting .header{border:1px solid var(--sd-line);background:var(--sd-soft);border-radius:18px;min-height:64px;padding:0 15px 0 22px}html[data-design] .header-consulting .nav-primary-link{padding-inline:10px}html[data-design] .header-consulting .mini-cta{border-radius:12px}html[data-design] .header-consulting .mega-menu{border-radius:18px;width:clamp(390px,38vw,540px)}html[data-design] .header-consulting .mega-menu-list{grid-template-columns:1fr;gap:4px}html[data-design] .header-consulting .mega-menu-group{border-radius:12px;padding:12px 14px}html[data-design] .header-consulting .mega-menu-group:hover{background:var(--sd-soft)}html[data-design] .header-consulting .mega-menu-heading{border:0}html[data-design] .header-consulting .mega-menu-links{border-top:1px solid var(--sd-line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}html[data-design] .nav-collapsed .site-nav{color:var(--sd-ink);background:var(--sd-paper)}html[data-design] .nav-collapsed .site-nav .nav-primary-link{color:var(--sd-ink)}html[data-design] .nav-collapsed .nav-submenu-toggle{color:var(--sd-muted)}html[data-design] .nav-collapsed .mega-menu,html[data-design] .nav-collapsed .nav-item:nth-last-child(-n+3)>.mega-menu{background:var(--sd-soft);width:auto;box-shadow:none;border:0;border-radius:0;padding:3px 11px 17px}html[data-design] .nav-collapsed .mega-menu-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 24px}html[data-design] .nav-collapsed .mega-menu-group{background:0 0;border:0;border-radius:0;min-height:0;padding:0}html[data-design] .nav-collapsed .mega-menu-heading{border-bottom:1px solid var(--sd-line);color:var(--sd-ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:700}html[data-design] .nav-collapsed .mega-menu-links{border:0;grid-template-columns:1fr;margin:0;display:grid}html[data-design] .nav-collapsed .mega-menu-links a{color:var(--sd-muted)}html[data-design] .button{background:var(--brand);color:#fff;border-radius:var(--sd-radius);letter-spacing:0;min-height:50px;box-shadow:none;border:1px solid #0000;justify-content:center;align-items:center;gap:28px;padding:14px 23px;font-size:14px;font-weight:700;line-height:1.35;text-decoration:none;display:inline-flex}html[data-design] .button:hover{filter:brightness(.9);transform:none}html[data-design] .button span{font-size:20px}html[data-design] .sd-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--sd-muted);font-size:11px;font-weight:700;line-height:1.5;display:block}html[data-design] .sd-hero{border-bottom:1px solid var(--sd-line);padding:66px 0 78px}html[data-design] .sd-hero-layout{grid-template-columns:1.03fr 1fr;align-items:center;gap:64px;display:grid}html[data-design] .sd-hero-copy{min-width:0}html[data-design] .sd-lead{color:var(--sd-muted);max-width:52ch;margin:0 0 34px;font-size:18px;line-height:1.75}html[data-design] figure{min-width:0;margin:0}html[data-design] picture{width:100%;display:block}html[data-design] .sd-hero-media{position:relative}html[data-design] .sd-hero-media img{background:var(--sd-soft);width:100%;height:560px;display:block}html[data-design] .sd-hero-media figcaption,html[data-design] .sd-section-media figcaption,html[data-design] .sd-wide-media figcaption{color:var(--sd-muted);padding:12px 0 0;font-size:12px;line-height:1.5}html[data-design] .sd-image{max-width:100%}html[data-design] img.object-contain{object-fit:contain}html[data-design] img.object-cover{object-fit:cover}html[data-design] .sd-image.object-contain{background:#f6f6f2;padding:24px}html[data-design] .sd-hero-editorial .sd-hero-layout{grid-template-columns:.95fr 1.12fr;align-items:end}html[data-design] .sd-hero-editorial .sd-hero-copy{padding-bottom:28px}html[data-design] .sd-hero-editorial .sd-hero-media img{height:610px}html[data-design] .sd-hero-centered .sd-hero-layout{text-align:center;display:block}html[data-design] .sd-hero-centered h1{max-width:21ch;margin-inline:auto}html[data-design] .sd-hero-centered .sd-lead{max-width:64ch;margin-inline:auto}html[data-design] .sd-hero-centered .flex{justify-content:center}html[data-design] .sd-wide-media{margin-top:52px}html[data-design] .sd-wide-media img{width:100%;height:420px;display:block}html[data-design] .sd-hero-product h1{font-size:clamp(36px,3.8vw,58px)}html[data-design] .sd-hero-product .sd-hero-media img{height:490px}html[data-design] .sd-section{padding:88px 0}html[data-design] .sd-directory-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}html[data-design] .sd-directory-actions .secondary{color:var(--sd-ink);border-color:var(--sd-line);background:0 0}html[data-design] .template-contact .sd-hero,html[data-design] .template-resources .sd-hero{padding:48px 0}html[data-design] .template-contact .sd-section,html[data-design] .template-resources .sd-section{padding:56px 0}html[data-design] .sd-soft{background:var(--sd-soft)}html[data-design] .sd-section-head{max-width:790px;margin-bottom:36px}html[data-design] .sd-index{color:var(--sd-muted);letter-spacing:.12em;font-size:12px;font-weight:700;display:block}html[data-design] .sd-product-card{border:1px solid var(--sd-line);border-radius:var(--sd-radius);min-width:0;color:var(--sd-ink);background:var(--sd-paper);flex-direction:column;text-decoration:none;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden}html[data-design] .sd-product-card:hover{border-color:var(--brand);box-shadow:0 12px 30px #172b300c}html[data-design] .sd-card-media{background:var(--sd-soft);overflow:hidden}html[data-design] .sd-card-media img{width:100%;height:285px;box-shadow:none;border-radius:0;transition:transform .35s;display:block}html[data-design] .sd-product-card:hover .sd-card-media img{transform:scale(1.025)}html[data-design] .sd-card-copy{flex-direction:column;flex:1;padding:26px;display:flex}html[data-design] .sd-card-copy small{text-transform:uppercase;letter-spacing:.12em;color:var(--sd-muted);margin-bottom:12px;font-size:10px}html[data-design] .sd-card-copy h3{margin:0 0 28px}html[data-design] .sd-card-link{border-top:1px solid var(--sd-line);justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:20px;font-size:13px;font-weight:700;display:flex}html[data-design] .sd-card-link b{font-size:20px;font-weight:400}html[data-design] .is-text-card{min-height:230px}html[data-design] .sd-split,html[data-design] .sd-data-layout,html[data-design] .sd-text-layout{grid-template-columns:1fr 1.1fr;align-items:start;gap:80px;display:grid}html[data-design] .sd-split{align-items:center}html[data-design] .sd-reverse figure{order:2}html[data-design] .sd-section-media img{width:100%;height:440px;display:block}html[data-design] .sd-prose{color:var(--sd-muted);font-size:17px;line-height:1.85}html[data-design] .sd-prose p{margin:0 0 22px}html[data-design] .sd-prose ul{margin:24px 0 0;padding-left:22px}html[data-design] .sd-prose li{margin:10px 0}html[data-design] .sd-intro{max-width:720px;margin-bottom:36px}html[data-design] .sd-specs{border-collapse:collapse;table-layout:fixed;width:100%;color:var(--sd-ink);margin-top:26px;font-size:15px}html[data-design] .sd-specs th,html[data-design] .sd-specs td{text-align:left;vertical-align:top;border-bottom:1px solid var(--sd-line);overflow-wrap:anywhere;padding:18px 12px}html[data-design] .sd-specs th{width:38%;padding-left:0;font-weight:600}html[data-design] .sd-specs td{color:var(--sd-muted)}html[data-design] .sd-tiles{margin:0;padding:0;list-style:none}html[data-design] .sd-tiles li{border-top:1px solid var(--sd-line);min-width:0;padding:26px 0}html[data-design] .sd-tile-mark{color:var(--brand);justify-content:center;align-items:center;margin-bottom:24px;font-size:16px;display:inline-flex}html[data-design] .sd-tiles h3{font-size:21px}html[data-design] .sd-tiles p{color:var(--sd-muted);overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.8}html[data-design] .sd-tiles .sd-tile-plain{color:var(--sd-ink)}html[data-design] .site-footer{border-top:1px solid var(--sd-line);background:var(--sd-paper);color:var(--sd-muted);padding:0}html[data-design] .footer-shell{grid-template-columns:minmax(0,1.2fr) minmax(180px,.55fr) minmax(230px,.7fr);gap:clamp(34px,6vw,90px);padding-top:64px;padding-bottom:54px;display:grid}html[data-design] .footer-brand,html[data-design] .footer-navigation,html[data-design] .footer-action{min-width:0}html[data-design] .footer-brand>strong{max-width:26ch;color:var(--sd-ink);font-family:var(--sd-display);overflow-wrap:anywhere;font-size:clamp(22px,2.4vw,34px);line-height:1.2;display:block}html[data-design] .footer-brand>p{max-width:46ch;margin:14px 0 0;font-size:14px;line-height:1.75}html[data-design] .footer-navigation>strong{color:var(--sd-ink);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:13px;display:block}html[data-design] .footer-navigation nav{gap:9px;display:grid}html[data-design] .footer-navigation a{color:inherit;font-size:14px;text-decoration:none}html[data-design] .footer-navigation a:hover{color:var(--brand)}html[data-design] .footer-action{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-soft);align-self:start;padding:26px}html[data-design] .footer-action p{color:var(--sd-ink);margin:0 0 20px;font-size:18px;line-height:1.45}html[data-design] .footer-cta{border-radius:calc(var(--sd-radius) * .7);background:var(--brand);color:#fff;justify-content:space-between;align-items:center;gap:20px;min-height:48px;padding:12px 16px;font-size:13px;font-weight:700;text-decoration:none;display:flex}html[data-design] .footer-cta span{font-size:19px}html[data-design] .footer-bottom{border-top:1px solid var(--sd-line);justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:24px;font-size:12px;display:flex}html[data-design] .footer-technical{border-top:4px solid var(--brand);color:#bdcbc8;background:#172b30}html[data-design] .footer-technical .footer-brand>strong,html[data-design] .footer-technical .footer-navigation>strong,html[data-design] .footer-technical .footer-action p{color:#fff}html[data-design] .footer-technical .footer-action{background:#21383e;border-color:#31494e;border-radius:2px}html[data-design] .footer-technical .footer-bottom{border-color:#31494e}html[data-design] .footer-technical .site-contact-details .site-social-link{border-radius:3px}html[data-design] .footer-gallery{background:var(--sd-soft)}html[data-design] .footer-gallery .footer-shell{grid-template-columns:minmax(0,1.4fr) minmax(170px,.45fr) minmax(240px,.62fr);padding-top:78px}html[data-design] .footer-gallery .footer-brand>strong{max-width:18ch;font-size:clamp(32px,4vw,56px);font-weight:400}html[data-design] .footer-gallery .footer-action{background:var(--sd-paper)}html[data-design] .footer-contact .footer-shell{grid-template-columns:minmax(0,1fr) minmax(180px,.5fr) minmax(300px,.9fr)}html[data-design] .footer-contact .footer-action{background:linear-gradient(135deg,var(--brand),var(--brand-dark));border:0;padding:32px}html[data-design] .footer-contact .footer-action p{color:#fff;font-size:21px}html[data-design] .footer-contact .footer-cta{color:var(--brand-dark);background:#fff;border:1px solid #ffffff80}html[data-design] .cta-section,html[data-design] .contact,html[data-design] .section.tint{background:var(--sd-soft)}html[data-design] .article-hero{background:var(--sd-soft);padding-top:72px}html[data-design] .article-hero h1{max-width:24ch;font-size:clamp(36px,4vw,62px)}html[data-design] .article-body{font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.9}html[data-design] .article-body h2{font-size:34px}html[data-design] .article-body h3{font-family:Arial,Helvetica,sans-serif}html[data-design] .rfq-form{border-radius:var(--sd-radius);border-color:var(--sd-line);box-shadow:none}html[data-design] .media-grid img{border-radius:var(--sd-radius);object-fit:contain;background:var(--sd-soft)}html[data-design=industrial] .sd-hero:not(.sd-hero-product){--sd-ink:#f3f6ef;--sd-muted:#bdcbc8;--sd-soft:#233a40;background:#172b30}html[data-design=industrial] .sd-hero .sd-eyebrow{border-left:3px solid var(--brand);padding-left:14px}html[data-design=industrial] h1,html[data-design=industrial] h2{font-weight:600}html[data-design=industrial] .sd-hero-centered .sd-eyebrow{display:inline-block}html[data-design=industrial] .sd-module-process .sd-tile-mark{border:1px solid var(--sd-line);width:44px;height:44px}html[data-design=showcase] .sd-hero{padding-top:48px}html[data-design=showcase] .sd-eyebrow{letter-spacing:.19em}html[data-design=showcase] .sd-card-copy h3{font-family:var(--sd-display);font-size:27px;font-weight:400}html[data-design=showcase] .sd-catalog .sd-section-head{text-align:center;margin-inline:auto}html[data-design=showcase] .sd-tiles li{border:1px solid var(--sd-line);border-radius:var(--sd-radius);padding:30px}html[data-design=services] .sd-hero{background:linear-gradient(120deg,var(--sd-soft),var(--sd-paper));padding-block:90px}html[data-design=services] .sd-hero h1{font-weight:600}html[data-design=services] .sd-tiles li{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-paper);padding:30px}html[data-design=services] .sd-tile-mark{background:var(--sd-soft);border-radius:50%;width:44px;height:44px}html[data-design=services] .sd-product-card{box-shadow:0 10px 32px #202e4606}html[data-design] .sd-features,html[data-design] .sd-steps,html[data-design] .sd-options,html[data-design] .sd-applications,html[data-design] .sd-capabilities,html[data-design] .sd-proof-list,html[data-design] .sd-buyer-guide{margin:0;padding:0;list-style:none}html[data-design] .sd-item-copy{min-width:0}html[data-design] .sd-item-copy h3{margin:0 0 12px;font-size:21px}html[data-design] .sd-item-copy p{color:var(--sd-muted);overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.8}html[data-design] .sd-item-mark{color:var(--brand);flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:inline-flex}html[data-design] .sd-item-mark[data-icon] svg{flex:none;width:22px;height:22px;display:block}html[data-design] .sd-proof-list .sd-item-mark[data-icon] svg,html[data-design] .sd-buyer-guide .sd-item-mark[data-icon] svg{width:17px;height:17px}html[data-design] .sd-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}html[data-design] .sd-features li{border-top:2px solid var(--sd-line);min-width:0;padding:28px 0}html[data-design] .sd-features .sd-item-mark{margin-bottom:24px;font-size:24px}html[data-design] .sd-features-panels li{border:1px solid var(--sd-line);background:var(--sd-paper);border-radius:var(--sd-radius);padding:30px}html[data-design] .sd-steps-track{grid-template-columns:repeat(var(--sd-grid-columns,3),minmax(0,1fr));gap:0;display:grid}html[data-design] .sd-steps li{min-width:0;position:relative}html[data-design] .sd-steps .sd-item-mark{border:1px solid var(--sd-line);background:var(--sd-paper);z-index:1;border-radius:50%;width:44px;height:44px;position:relative}html[data-design] .sd-steps-track li{padding:0 32px 0 0}html[data-design] .sd-steps-track li:not(:last-child):before{content:"";background:var(--sd-line);height:1px;position:absolute;top:22px;left:44px;right:0}html[data-design] .sd-steps-track .sd-item-copy{margin-top:26px}html[data-design] .sd-steps-grid{grid-template-columns:repeat(var(--sd-grid-columns,3),minmax(0,1fr));gap:28px 24px;display:grid}html[data-design] .sd-steps-grid li{border-top:2px solid var(--sd-line);padding:20px 8px 0 0}html[data-design] .sd-steps-grid .sd-item-copy{margin-top:18px}html[data-design] .sd-steps-stack{max-width:860px}html[data-design] .sd-steps-stack li{grid-template-columns:44px minmax(0,1fr);gap:28px;padding-bottom:36px;display:grid}html[data-design] .sd-steps-stack li:not(:last-child):before{content:"";background:var(--sd-line);width:1px;position:absolute;top:44px;bottom:0;left:22px}html[data-design] .sd-options{border-top:1px solid var(--sd-line)}html[data-design] .sd-options li{border-bottom:1px solid var(--sd-line);padding:26px 0}html[data-design] .sd-options .sd-item-copy{grid-template-columns:minmax(160px,.45fr) minmax(0,1fr);gap:32px;display:grid}html[data-design] .sd-options .sd-item-copy h3{margin:0}html[data-design] .sd-options .sd-item-copy>p:only-child{grid-column:1/-1}html[data-design] .sd-application-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:64px;display:grid}html[data-design] .sd-applications li{border-bottom:1px solid var(--sd-line);grid-template-columns:38px minmax(0,1fr);gap:24px;padding:24px 0;display:grid}html[data-design] .sd-applications li:first-child{border-top:1px solid var(--sd-line)}html[data-design] .sd-applications .sd-item-mark{align-self:start;margin-top:3px}html[data-design] .sd-capabilities{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}html[data-design] .sd-capabilities li{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-paper);min-width:0;padding:28px}html[data-design] .sd-capabilities .sd-item-mark{background:var(--sd-soft);border-radius:50%;width:38px;height:38px;margin-bottom:24px}html[data-design] .sd-proof-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}html[data-design] .sd-proof-list li{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-paper);grid-template-columns:30px minmax(0,1fr);gap:14px;min-width:0;padding:22px;display:grid}html[data-design] .sd-proof-list .sd-item-mark{border:1px solid var(--brand);border-radius:50%;width:28px;height:28px}html[data-design] .sd-module-quality_proof .sd-text-layout{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-paper);padding:clamp(24px,4vw,46px)}html[data-design] .sd-buyer-guide{border-top:1px solid var(--sd-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;display:grid}html[data-design] .sd-buyer-guide li{border-bottom:1px solid var(--sd-line);grid-template-columns:34px minmax(0,1fr);gap:14px;min-width:0;padding:24px 0;display:grid}html[data-design] .sd-buyer-guide .sd-item-mark{color:#fff;background:var(--brand);border-radius:50%;width:28px;height:28px}html[data-design] .sd-editorial-layout{max-width:900px;margin-inline:auto}html[data-design] .sd-editorial-layout .sd-section-head{max-width:760px}html[data-design] .sd-editorial-prose{max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.9}html[data-design] .sd-matrix-wrap{border:1px solid var(--sd-line);border-radius:var(--sd-radius);max-width:100%;overflow:auto}html[data-design] .sd-matrix{border-collapse:collapse;table-layout:fixed;width:100%;margin:0;font-size:15px;line-height:1.65}html[data-design] .sd-matrix th,html[data-design] .sd-matrix td{text-align:left;vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid var(--sd-line);border-right:1px solid var(--sd-line);padding:22px}html[data-design] .sd-matrix thead{background:var(--sd-ink);color:var(--sd-paper)}html[data-design] .sd-matrix th{font-weight:600}html[data-design] .sd-matrix td{color:var(--sd-muted)}html[data-design] .sd-matrix tr:last-child>*{border-bottom:0}html[data-design] .sd-matrix tr>:last-child{border-right:0}html[data-design] .sd-comparison-notes{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0;display:grid}html[data-design] .sd-comparison-notes>div{border-left:3px solid var(--brand);padding:8px 0 8px 24px}html[data-design] .sd-comparison-notes dt{overflow-wrap:anywhere;margin-bottom:12px;font-size:20px;font-weight:700}html[data-design] .sd-comparison-notes dd{color:var(--sd-muted);overflow-wrap:anywhere;margin:0}html[data-design] .sd-module-evidence .sd-text-layout{border:1px solid var(--sd-line);border-radius:var(--sd-radius);padding:36px}html[data-design] .sd-media-group{border-top:1px solid var(--sd-line)}html[data-design] .sd-media-group .media-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr))}html[data-design] .sd-media-group .media-card{max-width:100%}html[data-design] .sd-media-group .media-grid img.object-cover{object-fit:cover}html[data-design] .sd-image-note{color:var(--sd-muted);background:var(--sd-soft);padding:10px 14px;font-size:12px;font-weight:400;line-height:1.6;display:block}html[data-design] [data-module=product_gallery] .media-grid{align-items:start}html[data-design] [data-module=product_gallery] .media-card{border:1px solid var(--sd-line);background:var(--sd-paper)}html[data-design] [data-module=product_gallery] .media-card img{aspect-ratio:1;object-fit:contain}@media (max-width:1000px){html[data-design] .wrap{width:calc(100% - 56px)}html[data-design] .sd-hero-layout,html[data-design] .sd-hero-editorial .sd-hero-layout{gap:32px}html[data-design] .sd-hero-media img,html[data-design] .sd-hero-editorial .sd-hero-media img{height:450px}html[data-design] .sd-split,html[data-design] .sd-data-layout,html[data-design] .sd-text-layout{gap:36px}html[data-design] .sd-features,html[data-design] .sd-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design] .sd-application-layout{gap:32px}html[data-design] .sd-steps-track{grid-template-columns:1fr}html[data-design] .sd-steps-track li{grid-template-columns:44px minmax(0,1fr);gap:24px;padding:0 0 32px;display:grid}html[data-design] .sd-steps-track li:not(:last-child):before{width:1px;height:auto;inset:44px auto 0 22px}html[data-design] .sd-steps-track .sd-item-copy{margin-top:0}html[data-design] .sd-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design] .footer-shell{grid-template-columns:minmax(0,1fr) minmax(220px,.65fr)}html[data-design] .footer-navigation{grid-row:2}html[data-design] .footer-gallery .footer-shell,html[data-design] .footer-contact .footer-shell{grid-template-columns:minmax(0,1fr) minmax(220px,.65fr)}}@media (max-width:767px){html[data-design] .wrap{width:calc(100% - 40px)}html[data-design] .brand{max-width:calc(100% - 160px);font-size:16px}html[data-design] .brand img{max-width:min(150px,100%);height:40px}html[data-design] h1{max-width:22ch;font-size:36px}html[data-design] h2{font-size:32px}html[data-design] .sd-hero,html[data-design=services] .sd-hero{padding:44px 0 48px}html[data-design] .sd-hero-layout,html[data-design] .sd-hero-editorial .sd-hero-layout,html[data-design] .sd-split,html[data-design] .sd-data-layout,html[data-design] .sd-text-layout{grid-template-columns:1fr;gap:28px}html[data-design] .sd-hero-media img,html[data-design] .sd-hero-editorial .sd-hero-media img,html[data-design] .sd-hero-product .sd-hero-media img{height:360px}html[data-design] .sd-hero-editorial .sd-hero-copy{padding-bottom:0}html[data-design] .sd-lead{font-size:16px}html[data-design] .sd-section{padding:56px 0}html[data-design] .sd-section-head{margin-bottom:22px}html[data-design] .sd-reverse figure{order:0}html[data-design] .sd-section-media img,html[data-design] .sd-wide-media img{height:320px}html[data-design] .sd-tiles{gap:16px}html[data-design] .sd-prose{font-size:16px}html[data-design] .sd-card-media img{height:310px}html[data-design] .sd-specs th,html[data-design] .sd-specs td{padding-block:14px;font-size:14px}html[data-design] .sd-hero-centered h1{font-size:36px}html[data-design] .sd-features,html[data-design] .sd-capabilities,html[data-design] .sd-proof-list,html[data-design] .sd-buyer-guide,html[data-design] .sd-options .sd-item-copy,html[data-design] .sd-application-layout,html[data-design] .sd-comparison-notes{grid-template-columns:1fr}html[data-design] .sd-options .sd-item-copy{gap:12px}html[data-design] .sd-features-panels li,html[data-design] .sd-module-evidence .sd-text-layout,html[data-design] .sd-module-quality_proof .sd-text-layout,html[data-design] .sd-capabilities li{padding:24px}html[data-design] .sd-matrix th,html[data-design] .sd-matrix td{padding:12px 8px;font-size:13px}html[data-design] .header-gallery .header{min-height:72px}html[data-design] .header-consulting{padding:0}html[data-design] .header-consulting .header{background:var(--sd-paper);border:0;border-radius:0;min-height:72px;padding:0}html[data-design] .nav-collapsed .mega-menu-list{grid-template-columns:1fr}html[data-design] .footer-shell,html[data-design] .footer-gallery .footer-shell,html[data-design] .footer-contact .footer-shell{grid-template-columns:minmax(0,1fr);gap:34px;padding-top:48px;padding-bottom:40px}html[data-design] .footer-navigation{grid-row:auto}html[data-design] .footer-navigation nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}html[data-design] .footer-action{padding:24px}html[data-design] .footer-bottom{flex-direction:column;gap:5px}html[data-design] .footer-gallery .footer-brand>strong{font-size:36px}}html[data-design] body[data-layout-version="4"]{--sd-space:clamp(44px,5vw,76px)}html[data-design] [data-layout-version="4"] .wrap{width:min(1200px,100% - 80px)}html[data-design] [data-layout-version="4"] .sd-hero{padding:clamp(36px,4vw,64px) 0}html[data-design] [data-layout-version="4"] .sd-hero-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,4vw,60px)}html[data-design] [data-layout-version="4"] .sd-hero-editorial .sd-hero-layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}html[data-design] [data-layout-version="4"] .sd-hero-editorial .sd-hero-copy{padding-bottom:0}html[data-design] [data-layout-version="4"] .sd-hero h1{max-width:20ch;font-size:clamp(34px,4vw,60px)}html[data-design] [data-layout-version="4"] .sd-lead{margin-bottom:28px;font-size:17px;line-height:1.7}html[data-design] [data-layout-version="4"] .sd-hero-media{justify-self:center;width:100%;max-width:560px}html[data-design] [data-layout-version="4"] .sd-hero-media img{aspect-ratio:5/4;width:100%;height:auto;min-height:0;max-height:440px}html[data-design] [data-layout-version="4"] .sd-hero-product .sd-hero-media{max-width:460px}html[data-design] [data-layout-version="4"] .sd-hero-product .sd-hero-media img{aspect-ratio:1;max-height:440px}html[data-design] [data-layout-version="4"] .sd-hero-centered .sd-hero-layout{display:block}html[data-design] [data-layout-version="4"] .sd-wide-media{max-width:960px;margin:32px auto 0}html[data-design] [data-layout-version="4"] .sd-wide-media img{aspect-ratio:16/7;width:100%;height:auto;min-height:0;max-height:360px}html[data-design] [data-layout-version="4"].template-catalog .sd-hero-media{max-width:400px}html[data-design] [data-layout-version="4"].template-catalog .sd-hero-media img{aspect-ratio:4/3;max-height:300px}html[data-design] [data-layout-version="4"].template-contact .sd-hero,html[data-design] [data-layout-version="4"].template-resources .sd-hero{padding:36px 0}html[data-design] [data-layout-version="4"].template-contact .sd-hero h1,html[data-design] [data-layout-version="4"].template-resources .sd-hero h1{font-size:clamp(32px,3.5vw,48px)}html[data-design] [data-layout-version="4"] .sd-section{padding:var(--sd-space) 0}html[data-design] [data-layout-version="4"] .sd-section h2{font-size:clamp(28px,3vw,42px)}html[data-design] [data-layout-version="4"] .sd-section-head{margin-bottom:26px}html[data-design] [data-layout-version="4"] .sd-split{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(28px,4vw,56px)}html[data-design] [data-layout-version="4"] .sd-text-layout,html[data-design] [data-layout-version="4"] .sd-data-layout{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(28px,4vw,56px)}html[data-design] [data-layout-version="4"] .sd-text-layout>*,html[data-design] [data-layout-version="4"] .sd-data-layout>*,html[data-design] [data-layout-version="4"] .sd-split>*{min-width:0}html[data-design] [data-layout-version="4"] .sd-section-media{justify-self:center;width:100%;max-width:520px}html[data-design] [data-layout-version="4"] .sd-section-media img{aspect-ratio:4/3;width:100%;height:auto;min-height:0;max-height:360px}html[data-design] [data-layout-version="4"] .sd-section-media img[data-image-role=document]{aspect-ratio:3/4;max-height:340px}html[data-design] [data-layout-version="4"] .sd-image.object-contain{padding:clamp(12px,2vw,24px)}html[data-design] [data-layout-version="4"] .sd-image{box-shadow:none;border-radius:var(--sd-radius)}html[data-design] [data-layout-version="4"] .sd-prose{max-width:70ch;font-size:16px;line-height:1.8}html[data-design] [data-layout-version="4"] .sd-prose p:last-child{margin-bottom:0}html[data-design] [data-layout-version="4"] .sd-catalog-grid{grid-template-columns:repeat(var(--sd-grid-columns,3),minmax(0,1fr));gap:24px}html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-1{grid-template-columns:minmax(0,1fr)}html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design] [data-layout-version="4"] .sd-card-media img{aspect-ratio:4/3;border-radius:0;width:100%;height:auto;max-height:260px}html[data-design] [data-layout-version="4"] .sd-card-copy{padding:22px}html[data-design] [data-layout-version="4"] .sd-card-copy h3{margin-bottom:22px;font-size:22px}html[data-design] [data-layout-version="4"] .is-text-card{min-height:0}html[data-design] [data-layout-version="4"] .is-text-card .sd-card-copy{justify-content:center}html[data-design] [data-layout-version="4"] .sd-directory-more{border:1px solid var(--sd-line);border-radius:var(--sd-radius);margin-top:24px;padding:18px 22px}html[data-design] [data-layout-version="4"] .sd-directory-more summary{cursor:pointer;font-size:15px;font-weight:600}html[data-design] [data-layout-version="4"] .sd-directory-more ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 28px;margin:0;padding:16px 0 0;list-style:none;display:grid}html[data-design] [data-layout-version="4"] .sd-directory-more a{border-top:1px solid var(--sd-line);color:var(--sd-ink);overflow-wrap:anywhere;justify-content:space-between;gap:12px;padding:14px 0;text-decoration:none;display:flex}html[data-design] [data-layout-version="4"] .sd-media-group{background:var(--sd-paper);padding:32px 0}html[data-design] [data-layout-version="4"] .sd-media-group .section-heading h2{letter-spacing:0;margin:0 0 16px;font-family:Arial,Helvetica,sans-serif;font-size:18px}html[data-design] [data-layout-version="4"] .sd-media-group .media-grid{grid-template-columns:repeat(auto-fit,minmax(0,240px));justify-content:start;gap:18px;margin-top:0}html[data-design] [data-layout-version="4"] .sd-media-group .media-card{width:100%;box-shadow:none;border-radius:var(--sd-radius)}html[data-design] [data-layout-version="4"] .sd-media-group .media-card img,html[data-design] [data-layout-version="4"] .sd-media-group .media-card video{aspect-ratio:1;border-radius:0;width:100%;height:auto;min-height:0;max-height:240px}html[data-design] [data-layout-version="4"] .sd-media-group[data-media-role=document] .media-card img{aspect-ratio:3/4;object-fit:contain;max-height:280px}html[data-design] [data-layout-version="4"] .sd-media-group figcaption{overflow-wrap:anywhere;padding:12px 14px;font-size:12px;line-height:1.5}html[data-design] [data-layout-version="4"] .article-cover img{aspect-ratio:16/9;width:100%;height:auto;max-height:420px}html[data-design] [data-layout-version="4"] .article-inline-media{width:100%;max-width:640px;margin:28px auto}html[data-design] [data-layout-version="4"] .article-inline-media img{aspect-ratio:4/3;width:100%;height:auto;max-height:360px;display:block}html[data-design] [data-layout-version="4"] .article-inline-media figcaption{color:var(--sd-muted);padding:10px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:12px}html[data-design] .article-author{border:1px solid var(--sd-line);border-left:4px solid var(--brand);border-radius:var(--sd-radius);background:var(--sd-soft);margin-top:40px;padding:28px 32px;font-family:Arial,Helvetica,sans-serif}html[data-design] .article-author h2{text-transform:uppercase;letter-spacing:.08em;color:var(--sd-muted);margin:0 0 10px;font:600 12px/1.5 Arial,Helvetica,sans-serif}html[data-design] .article-author strong{color:var(--sd-ink);font-size:20px;display:block}html[data-design] .article-author p{margin:12px 0 0;font-size:15px;line-height:1.75}@media (max-width:900px){html[data-design] [data-layout-version="4"] .wrap{width:calc(100% - 48px)}html[data-design] [data-layout-version="4"] .sd-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-1{grid-template-columns:minmax(0,1fr)}html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-2,html[data-design] [data-layout-version="4"] .sd-directory-more ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){html[data-design] [data-layout-version="4"] .wrap{width:calc(100% - 40px)}html[data-design] [data-layout-version="4"] .sd-hero-layout,html[data-design] [data-layout-version="4"] .sd-hero-editorial .sd-hero-layout,html[data-design] [data-layout-version="4"] .sd-split,html[data-design] [data-layout-version="4"] .sd-text-layout,html[data-design] [data-layout-version="4"] .sd-data-layout{grid-template-columns:minmax(0,1fr);gap:24px}html[data-design] [data-layout-version="4"] .sd-hero h1{font-size:clamp(30px,8vw,38px)}html[data-design] [data-layout-version="4"] .sd-hero-media{max-width:440px}html[data-design] [data-layout-version="4"] .sd-hero-media img,html[data-design] [data-layout-version="4"] .sd-hero-product .sd-hero-media img{height:auto;max-height:320px}html[data-design] [data-layout-version="4"] .sd-wide-media img{aspect-ratio:4/3;max-height:280px}html[data-design] [data-layout-version="4"] .sd-section-media img{max-height:300px}html[data-design] [data-layout-version="4"] .sd-catalog-grid,html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-1,html[data-design] [data-layout-version="4"] .sd-catalog-grid.sd-count-2{grid-template-columns:minmax(0,1fr);max-width:440px;margin-inline:auto}html[data-design] .sd-steps-grid{grid-template-columns:minmax(0,1fr)}html[data-design] [data-layout-version="4"] .sd-card-media img{height:auto;max-height:240px}html[data-design] [data-layout-version="4"] .sd-directory-more ul{grid-template-columns:minmax(0,1fr)}html[data-design] [data-layout-version="4"] .sd-media-group .media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design] [data-layout-version="4"] .sd-media-group .media-card{max-width:240px}html[data-design] [data-layout-version="4"] .sd-media-group .media-card:only-child{grid-column:1/-1}html[data-design] [data-layout-version="4"] .sd-media-group figcaption{padding:10px}html[data-design] [data-layout-version="4"] .article-cover img{max-height:260px}html[data-design] [data-layout-version="4"] .article-inline-media img{max-height:280px}html[data-design] .article-author{padding:22px}}html[data-design] .sd-media-placeholder{aspect-ratio:4/3;border:1px dashed var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-soft);width:100%;min-height:160px;max-height:360px;color:var(--sd-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex}html[data-design] .sd-media-placeholder svg{opacity:.6;flex:none;width:clamp(52px,8vw,96px);height:auto}html[data-design] .sd-media-placeholder span{letter-spacing:.02em;overflow-wrap:anywhere;font:500 14px/1.6 Arial,Helvetica,sans-serif}html[data-design] .sd-placeholder-hero{aspect-ratio:5/4;max-height:440px}html[data-design] .sd-placeholder-card{border-width:0 0 1px;border-radius:0;min-height:120px;max-height:260px}html[data-design] .sd-placeholder-article{aspect-ratio:16/9;max-height:380px}@media (max-width:767px){html[data-design] .sd-media-placeholder{max-height:300px}html[data-design] .sd-placeholder-card{max-height:240px}}html[data-design] .sd-adaptive-list[data-count="1"]{--sd-columns:1}html[data-design] .sd-adaptive-list[data-count="2"]{--sd-columns:2}html[data-design] .sd-adaptive-list[data-count="3"]{--sd-columns:3}html[data-design] .sd-adaptive-list[data-count="4"]{--sd-columns:4}html[data-design] .sd-adaptive-list[data-variant=cards],html[data-design] .sd-adaptive-list[data-variant=lines],html[data-design] .sd-adaptive-list[data-variant=band]{grid-template-columns:repeat(var(--sd-columns,2),minmax(0,1fr));gap:20px;display:grid}html[data-design] .sd-adaptive-list[data-variant=band]{border:1px solid var(--sd-line);border-radius:var(--sd-radius);background:var(--sd-soft);gap:0;overflow:hidden}html[data-design] .sd-adaptive-list[data-variant=band]>li{border:0;border-inline-start:1px solid var(--sd-line);background:0 0;border-radius:0}html[data-design] .sd-adaptive-list[data-variant=band]>li:first-child{border-inline-start:0}html[data-design] .sd-adaptive-list[data-variant=lines]>li{border:0;border-top:2px solid var(--sd-line);background:0 0;border-radius:0;padding:24px 0}html[data-design] .sd-adaptive-list[data-variant=spotlight]{max-width:780px;display:block}html[data-design] .sd-adaptive-list[data-variant=spotlight]>li{background:var(--sd-soft);border:1px solid var(--sd-line);border-radius:var(--sd-radius);grid-template-columns:44px minmax(0,1fr);gap:24px;padding:30px;display:grid}html[data-design] .sd-adaptive-list[data-variant=editorial][data-count]{grid-template-columns:minmax(0,1fr);gap:0;max-width:900px;display:grid}html[data-design] .sd-adaptive-list[data-variant=editorial]>li{border:0;border-top:1px solid var(--sd-line);background:0 0;border-radius:0;grid-template-columns:44px minmax(0,1fr);gap:24px;padding:26px 0;display:grid}html[data-design] .sd-adaptive-list .sd-item-copy{overflow-wrap:anywhere;min-width:0}html[data-design] .sd-adaptive-list[data-variant=editorial] .sd-item-mark{margin:0}html[data-design] .sd-split .sd-adaptive-list[data-variant],html[data-design] .sd-application-layout .sd-adaptive-list[data-variant]{grid-template-columns:minmax(0,1fr)}html[data-design] [data-layout-variant=stacked] .sd-split,html[data-design] [data-layout-variant=stacked] .sd-application-layout{flex-direction:column;align-items:stretch;gap:32px;display:flex}html[data-design] [data-layout-variant=stacked] .sd-section-media{order:0;margin:0 auto}html[data-design] [data-layout-variant=stacked] .sd-split>div,html[data-design] [data-layout-variant=stacked] .sd-application-layout>div{order:1;width:100%;max-width:900px;margin-inline:auto}@media (max-width:1000px){html[data-design] .sd-adaptive-list[data-variant=cards],html[data-design] .sd-adaptive-list[data-variant=lines],html[data-design] .sd-adaptive-list[data-variant=band]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){html[data-design] .sd-adaptive-list[data-variant]{grid-template-columns:minmax(0,1fr)}html[data-design] .sd-adaptive-list[data-variant=band]>li{border-inline-start:0;border-top:1px solid var(--sd-line)}html[data-design] .sd-adaptive-list[data-variant=band]>li:first-child{border-top:0}html[data-design] .sd-adaptive-list[data-variant=spotlight]>li{gap:16px;padding:22px}}@media (prefers-reduced-motion:reduce){html[data-design] *,html[data-design] :before,html[data-design] :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}html[data-design][data-typography] body,html[data-design][data-typography] input,html[data-design][data-typography] button,html[data-design][data-typography] select,html[data-design][data-typography] textarea,html[data-design][data-typography] .site-nav,html[data-design][data-typography] .button,html[data-design][data-typography] .sd-editorial-prose,html[data-design][data-typography] .article-body,html[data-design][data-typography] .article-section p,html[data-design][data-typography] .article-author,html[data-design][data-typography] .sd-media-placeholder span,html[data-design][data-typography] .faq-number,html[data-design][data-typography] .faq-technical .faq-number{font-family:var(--sd-body)}html[data-design][data-typography] h1,html[data-design][data-typography] h2,html[data-design][data-typography] h3,html[data-design][data-typography] .sd-hero h1,html[data-design][data-typography] .article-body h3,html[data-design][data-typography] .sd-card-copy h3,html[data-design][data-typography] .header-gallery .brand,html[data-design][data-typography] .footer-brand>strong{font-family:var(--sd-display);font-weight:var(--sd-heading-weight);letter-spacing:var(--sd-heading-tracking)}html[data-design][data-typography] .mega-menu-heading,html[data-design][data-typography] .nav-collapsed .mega-menu-heading,html[data-design][data-typography] .article-author h2,html[data-design][data-typography] [data-layout-version="4"] .sd-media-group .section-heading h2,html[data-design][data-typography] [data-layout-version="4"] .article-inline-media figcaption{font-family:var(--sd-body);letter-spacing:0;font-weight:600}html[data-design][data-typography] .article-body,html[data-design][data-typography] .sd-editorial-prose{font-family:var(--sd-article)}html[data-design][data-typography]:not([data-type-script=latin]) h1,html[data-design][data-typography]:not([data-type-script=latin]) h2,html[data-design][data-typography]:not([data-type-script=latin]) h3{letter-spacing:0;line-height:1.4}html[data-design][data-typography]:not([data-type-script=latin]) .sd-eyebrow,html[data-design][data-typography]:not([data-type-script=latin]) .site-nav,html[data-design][data-typography]:not([data-type-script=latin]) .brand{letter-spacing:0;text-transform:none}@media (min-width:981px){html[data-design][data-typography] .site-header:not(.nav-collapsed) .mega-menu{max-width:calc(100vw - 32px);transform:translateX(var(--sd-menu-shift,0px))}}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
/* Component variants are selected by the server from actual media and site type. */
html[data-design] .sd-catalog[data-variant="editorial"] .sd-product-card {
  border: 0; border-radius: 0; background: transparent; box-shadow: none;
}
html[data-design] .sd-catalog[data-variant="editorial"] .sd-card-media {
  border-radius: var(--sd-radius); background: var(--sd-soft);
}
html[data-design] .sd-catalog[data-variant="editorial"] .sd-card-media img {
  height: auto; aspect-ratio: 4 / 3;
}
html[data-design] .sd-catalog[data-variant="editorial"] .sd-card-copy {
  padding: 20px 2px 4px;
}
html[data-design] .sd-catalog[data-variant="editorial"] .sd-card-copy h3 {
  font-size: clamp(20px, 1.9vw, 28px); margin-bottom: 18px;
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-product-card {
  display: grid; grid-template-columns: minmax(84px, 34%) minmax(0, 1fr);
  min-height: 156px; align-items: stretch;
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-product-card.is-text-card {
  grid-template-columns: minmax(0, 1fr);
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-card-media img {
  width: 100%; height: 100%; max-height: 240px; object-position: center;
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-card-copy {
  min-width: 0; padding: 18px 16px;
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-card-copy h3 {
  font-size: clamp(16px, 1.35vw, 20px); margin-bottom: 14px;
}
html[data-design] .sd-catalog[data-variant="compact"] .sd-card-link {
  padding-top: 12px;
}

html[data-design] .sd-media-group[data-variant="feature"] .media-grid {
  display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 18px;
}
html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child {
  grid-row: span 2;
}
html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child img {
  height: min(52vw, 510px); max-height: 510px;
}
html[data-design] .sd-media-group[data-variant="feature"] .media-card:not(:first-child) img {
  height: min(22vw, 220px);
}
html[data-design] .sd-media-group[data-variant="strip"] .media-grid {
  display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity; padding-bottom: 14px;
}
html[data-design] .sd-media-group[data-variant="strip"] .media-card {
  flex: 0 0 clamp(220px, calc((100% - 36px) / 3), 400px); min-width: 0; scroll-snap-align: start;
}
html[data-design] .sd-media-group[data-variant="strip"] .media-card img {
  height: 220px;
}
html[data-design] .sd-media-group[data-variant="strip"] .media-grid:focus-visible {
  outline: 3px solid var(--brand); outline-offset: 3px;
}

html[data-design] .contact[data-variant="centered"] .contact-grid {
  flex-direction: column; align-items: center; gap: 28px; text-align: center;
}
html[data-design] .contact .eyebrow {
  color: rgba(255, 255, 255, .82);
}
html[data-design] .contact[data-variant="centered"] h2 {
  margin-inline: auto; max-width: 21ch;
}
html[data-design] .contact[data-variant="panel"] {
  color: var(--sd-ink); background: var(--sd-paper); padding: 76px 0;
}
html[data-design] .contact[data-variant="panel"] .contact-grid {
  padding: clamp(28px, 5vw, 58px); border-radius: var(--sd-radius);
  background: var(--brand-dark); color: #fff;
}
html[data-design] .contact[data-variant="panel"] h2 {
  color: #fff; max-width: 25ch;
}
html[data-design] .contact[data-variant="panel"] .button.light {
  flex-shrink: 0;
}

html[data-design] .rfq-section[data-variant="stacked"] .rfq-grid {
  grid-template-columns: minmax(0, 1fr); gap: 36px;
}
html[data-design] .rfq-section[data-variant="stacked"] .rfq-intro {
  position: static; max-width: 780px; margin: 0 auto; text-align: center;
}
html[data-design] .rfq-section[data-variant="stacked"] .rfq-form {
  width: min(900px, 100%); margin: 0 auto;
}
html[data-design] .rfq-section[data-variant="form-first"] .rfq-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(28px, 4vw, 64px);
}
html[data-design] .rfq-section[data-variant="form-first"] .rfq-form {
  grid-column: 1; grid-row: 1;
}
html[data-design] .rfq-section[data-variant="form-first"] .rfq-intro {
  grid-column: 2; grid-row: 1;
}

@media (max-width: 900px) {
  html[data-design] .sd-media-group[data-variant="feature"] .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child {
    grid-column: 1 / -1; grid-row: auto;
  }
  html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child img {
    height: min(62vw, 440px);
  }
  html[data-design] .rfq-section[data-variant="form-first"] .rfq-grid {
    grid-template-columns: minmax(0, 1fr); gap: 28px;
  }
  html[data-design] .rfq-section[data-variant="form-first"] .rfq-intro {
    grid-column: 1; grid-row: 1; position: static;
  }
  html[data-design] .rfq-section[data-variant="form-first"] .rfq-form {
    grid-column: 1; grid-row: 2;
  }
}
@media (max-width: 640px) {
  html[data-design] .sd-catalog[data-variant="compact"] .sd-product-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }
  html[data-design] .sd-media-group[data-variant="feature"] .media-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child {
    grid-column: auto;
  }
  html[data-design] .sd-media-group[data-variant="feature"] .media-card img,
  html[data-design] .sd-media-group[data-variant="feature"] .media-card:first-child img {
    height: auto; max-height: 320px;
  }
  html[data-design] .sd-media-group[data-variant="strip"] .media-card {
    flex-basis: min(78vw, 300px);
  }
  html[data-design] .contact[data-variant="panel"] {
    padding: 52px 0;
  }
  html[data-design] .contact[data-variant="panel"] .contact-grid {
    align-items: flex-start;
  }
}

/* Count-aware rows: keep three- and four-item modules on one desktop row. */
@media (min-width: 1001px) {
	html[data-design] .sd-catalog-grid.sd-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	html[data-design] .sd-catalog-grid.sd-count-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	html[data-design] .sd-features[data-count="1"],
	html[data-design] .sd-capabilities[data-count="1"],
	html[data-design] .sd-proof-list[data-count="1"],
	html[data-design] .sd-buyer-guide[data-count="1"] { grid-template-columns: minmax(0, 720px); }
	html[data-design] .sd-features[data-count="2"],
	html[data-design] .sd-capabilities[data-count="2"],
	html[data-design] .sd-proof-list[data-count="2"],
	html[data-design] .sd-buyer-guide[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	html[data-design] .sd-features[data-count="4"],
	html[data-design] .sd-capabilities[data-count="4"],
	html[data-design] .sd-proof-list[data-count="4"],
	html[data-design] .sd-buyer-guide[data-count="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	html[data-design] .sd-features[data-count="3"],
	html[data-design] .sd-capabilities[data-count="3"],
	html[data-design] .sd-proof-list[data-count="3"],
	html[data-design] .sd-buyer-guide[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
html[data-design] .sd-list-more { border-top: 1px solid var(--sd-line); margin-top: 20px; padding-top: 14px; }
html[data-design] .sd-list-more summary { color: var(--sd-ink); cursor: pointer; font-size: 14px; font-weight: 650; }
html[data-design] .sd-list-more ul { color: var(--sd-muted); display: grid; gap: 8px; margin: 12px 0 0; padding-left: 20px; }
/* Three server-owned FAQ components, selected once from the site design system. */
html[data-design] .faq summary { align-items: center; display: grid; grid-template-columns: auto minmax(0, 1fr) 28px; gap: 14px; list-style: none; }
html[data-design] .faq summary::-webkit-details-marker { display: none; }
html[data-design] .faq summary i { border: 1px solid currentColor; border-radius: 50%; display: grid; width: 26px; height: 26px; opacity: .58; place-items: center; }
html[data-design] .faq summary i::before { content: "+"; font-style: normal; font-size: 18px; font-weight: 500; line-height: 1; }
html[data-design] .faq details[open] summary i::before { content: "−"; }
html[data-design] .faq-technical details { border: 0; border-left: 4px solid var(--brand); border-radius: 0; background: var(--sd-paper); box-shadow: inset 0 -1px var(--sd-line); margin: 0; }
html[data-design] .faq-technical summary { min-height: 78px; padding: 18px 22px; }
html[data-design] .faq-technical .faq-number { color: var(--brand); font: 700 12px/1 Arial,Helvetica,sans-serif; letter-spacing: .08em; }
html[data-design] .faq-technical details p { max-width: 74ch; padding: 0 66px 24px; }
html[data-design] .faq-section-editorial { background: var(--sd-paper); }
html[data-design] .faq-section-editorial .reading-width { width: min(980px, calc(100% - 48px)); }
html[data-design] .faq-editorial details { border: 0; border-bottom: 1px solid var(--sd-line); border-radius: 0; background: transparent; margin: 0; }
html[data-design] .faq-editorial details:first-child { border-top: 1px solid var(--sd-line); }
html[data-design] .faq-editorial summary { padding: 24px 0; font-family: var(--sd-display); font-size: clamp(19px,2vw,24px); font-weight: 500; }
html[data-design] .faq-editorial .faq-number { display: none; }
html[data-design] .faq-editorial details p { max-width: 70ch; padding: 0 54px 26px 0; font-size: 16px; line-height: 1.8; }
html[data-design] .faq-section-cards .reading-width { width: min(1180px, calc(100% - 48px)); }
html[data-design] .faq-cards { align-items: start; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
html[data-design] .faq-cards details { border: 1px solid var(--sd-line); border-radius: var(--sd-radius); background: var(--sd-paper); box-shadow: 0 12px 30px rgba(32,46,70,.06); margin: 0; }
html[data-design] .faq-cards summary { min-height: 92px; padding: 20px; }
html[data-design] .faq-cards .faq-number { align-items: center; border-radius: 10px; background: var(--sd-soft); color: var(--brand); display: inline-flex; font-size: 11px; font-weight: 800; justify-content: center; width: 34px; height: 34px; }
html[data-design] .faq-cards details p { padding: 0 20px 22px 68px; }
html[data-design] .article-faq.faq-section-cards .faq-cards { grid-template-columns: minmax(0, 1fr); }
html[data-design] .article-author-profile { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: 20px; }
html[data-design] .article-author-avatar { display: block; width: 72px; height: 72px; border: 3px solid var(--sd-paper); border-radius: 50%; background: var(--sd-paper); object-fit: cover; box-shadow: 0 8px 22px rgba(23,43,48,.12); }
@media (max-width: 767px) {
	html[data-design] .faq-cards { grid-template-columns: minmax(0, 1fr); }
	html[data-design] .faq-technical summary, html[data-design] .faq-cards summary { padding: 17px 16px; }
	html[data-design] .faq-technical details p { padding: 0 16px 20px 46px; }
	html[data-design] .faq-cards details p { padding: 0 16px 20px; }
}
@media (max-width: 560px) {
	html[data-design] .article-author-profile { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; }
	html[data-design] .article-author-avatar { width: 54px; height: 54px; }
}
.site-contact-details{display:grid;gap:12px;margin-top:24px;font-size:14px;line-height:1.6;min-width:0}
.site-contact-details>a,.site-contact-details>address{display:flex;align-items:flex-start;gap:12px;font-style:normal;margin:0;color:inherit;text-decoration:none;overflow-wrap:anywhere;min-width:0}
.site-contact-details>a:hover{text-decoration:underline;text-underline-offset:3px}
.site-contact-details>a>span,.site-contact-details>address>span{min-width:0;white-space:normal}
.site-contact-details .site-contact-icon{display:block;width:20px;height:20px;min-width:20px;max-width:20px;max-height:20px;flex:0 0 20px;margin:1px 0 0;overflow:visible}
.site-contact-details .site-social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;min-width:0}
.site-contact-details .site-social-link{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;max-width:100%;padding:10px 12px;border:1px solid currentColor;border-color:color-mix(in srgb,currentColor 24%,transparent);border-radius:10px;background:transparent;color:inherit;text-decoration:none;font-size:13px;font-weight:600;line-height:20px;white-space:nowrap;transition:background .15s,border-color .15s}
.site-contact-details .site-social-link .site-contact-icon{width:18px;height:18px;min-width:18px;max-width:18px;max-height:18px;flex-basis:18px;margin:0}
.site-contact-details .site-social-link:hover{background:color-mix(in srgb,currentColor 8%,transparent);border-color:currentColor;text-decoration:none}
.site-contact-details a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.rfq-intro .site-contact-details{padding-top:22px;border-top:1px solid #dbe3e8}.footer-grid>div{min-width:0}@font-face{font-family:"DM Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url("assets/fonts/dm-sans/normal-40c3837c53c103a3.woff2") format("woff2");unicode-range:U+000D,U+0020-007E,U+00A0-00AC,U+00AE-0107,U+010A-011B,U+011E-0123,U+0126-0133,U+0136-0137,U+0139-0148,U+014A-015B,U+015E-0165,U+0168-017E,U+018F,U+0192,U+01FC-01FD,U+0218-021B,U+0237,U+0259,U+02C6-02C7,U+02D8-02DD,U+0300-0304,U+0306-0308,U+030A-030C,U+0312,U+0326-0328,U+03C0,U+1E80-1E85,U+1E9E,U+1EBC-1EBD,U+1EF2-1EF3,U+1EF8-1EF9,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20A8,U+20AC,U+20B9-20BA,U+20BD,U+2113,U+2122,U+2126,U+212E,U+2190-2199,U+2202,U+2206,U+220F,U+2211-2212,U+2215,U+221A,U+221E,U+222B,U+2248,U+2260,U+2264-2265,U+25CA,U+FB01-FB02;}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/dm-serif-display/normal-7e6679d41e354370.woff2") format("woff2");unicode-range:U+000D,U+0020-007E,U+00A0-0107,U+010C-0113,U+0116-011B,U+011E-011F,U+0122-0123,U+012A-012B,U+012E-0131,U+0136-0137,U+0139-0148,U+014C-014D,U+0150-015B,U+015E-0165,U+016A-016B,U+016E-0173,U+0178-017E,U+0218-021B,U+02C6-02C7,U+02D8-02DD,U+0300-0304,U+0306-0308,U+030A-030C,U+0326-0328,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+2074,U+20AC,U+20BD,U+2122,U+212E,U+2212,U+2215,U+2219,U+2248,U+2260,U+2264-2265;}html[data-design][data-typography]{--sd-body:"DM Sans",Arial,Helvetica,sans-serif;--sd-display:"DM Serif Display",Georgia,"Times New Roman",serif;--sd-article:var(--sd-body);--sd-heading-weight:400;--sd-heading-tracking:-.015em;}