: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; 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; 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; align-items: center; justify-content: center; max-width: 132px; padding: 8px clamp(5px, .65vw, 10px); color: #496473; font-size: 13px; font-weight: 720; line-height: 1.22; text-align: center; text-decoration: none; overflow-wrap: anywhere; }
.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; }
.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; }
.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: 1360px) {
	.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; }
}
@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: 116px; font-size: 15px; }
	.brand img { max-width: 100px; height: 34px; }
	.brand:has(img) span { display: none; }
	.brand span { max-width: 112px; }
	.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; }
	.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{.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:17ch;margin:20px 0 28px;font-size:clamp(38px,4.9vw,76px);line-height:1.04}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] .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] .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-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)}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{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-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(auto-fit,minmax(min(100%,210px),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-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-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}@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{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}}@media (max-width:767px){html[data-design] .wrap{width:calc(100% - 40px)}html[data-design] .brand{max-width:70%;font-size:16px}html[data-design] h1{max-width:20ch;font-size:42px}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:38px}html[data-design] .sd-features,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{padding:24px}html[data-design] .sd-matrix th,html[data-design] .sd-matrix td{padding:12px 8px;font-size:13px}}@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}}@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}