:root {
  color-scheme: dark;
  --bg: #0a0c0f;
  --bg-soft: #0e1115;
  --surface: #12161b;
  --surface-raised: #171c22;
  --surface-light: #e9edf0;
  --line: rgba(228, 237, 242, 0.13);
  --line-strong: rgba(228, 237, 242, 0.27);
  --text: #f2f5f6;
  --text-dark: #11161a;
  --muted: #97a2aa;
  --muted-dark: #66727a;
  --accent: #43b4e6;
  --accent-light: #84d4f4;
  --accent-ink: #06141b;
  --success: #91d6b2;
  --warning: #e3c16d;
  --header-height: 112px;
  --content: 1480px;
  --shadow: 0 28px 80px rgba(1, 7, 11, 0.44);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: 80; inset: 0; pointer-events: none; content: ""; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 120; top: 10px; left: 10px; padding: 10px 14px; background: var(--text); color: var(--bg); transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.site-header { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid var(--line); background: rgba(10, 12, 15, .86); box-shadow: 0 10px 34px rgba(2, 7, 10, .12); backdrop-filter: blur(18px) saturate(130%); }
.site-header-solid { background: rgba(10, 12, 15, .96); }
.header-shell { position: relative; display: grid; grid-template-columns: auto auto minmax(260px, 1fr) auto; align-items: center; gap: 18px; width: min(calc(100% - 44px), var(--content)); min-height: var(--header-height); margin-inline: auto; }
.wordmark { font-size: 19px; font-weight: 750; letter-spacing: .18em; line-height: 1; }
.catalog-trigger { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); color: #dbe0e3; font-size: 13px; font-weight: 600; transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease; }
.catalog-trigger svg { width: 17px; }
.catalog-trigger:hover, .catalog-trigger:focus-visible, .catalog-trigger.is-active { border-color: rgba(67, 180, 230, .5); background: rgba(67, 180, 230, .1); color: var(--accent-light); }

.site-search { position: relative; min-width: 0; }
.search-field { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; height: 44px; padding: 0 12px 0 15px; border: 1px solid var(--line-strong); background: rgba(18, 22, 27, .72); transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.search-field:focus-within { border-color: rgba(67, 180, 230, .7); background: var(--surface); box-shadow: 0 0 0 3px rgba(67, 180, 230, .09); }
.search-field svg { width: 18px; color: var(--accent-light); }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 13px; }
.search-field input::placeholder { color: #7f8a91; }
.search-field kbd { padding: 2px 7px; border: 1px solid var(--line); border-radius: 3px; color: #77828a; font-family: inherit; font-size: 10px; font-weight: 600; }
.search-panel { position: absolute; z-index: 70; top: calc(100% + 9px); right: 0; left: 0; overflow: hidden; border: 1px solid var(--line-strong); background: rgba(15, 18, 22, .985); box-shadow: var(--shadow); }
.search-panel[hidden] { display: none; }
.search-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.search-panel-head a { color: var(--accent-light); text-transform: none; letter-spacing: 0; }
.search-shortcuts { display: grid; grid-template-columns: 1fr 1fr; }
.search-shortcuts a { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 0 16px; border-bottom: 1px solid var(--line); color: #d8dee2; font-size: 13px; transition: background-color 160ms ease; }
.search-shortcuts a:nth-child(odd) { border-right: 1px solid var(--line); }
.search-shortcuts a:hover { background: rgba(67, 180, 230, .08); }
.search-shortcuts span { color: var(--accent-light); font-variant-numeric: tabular-nums; }
.search-results { display: grid; }
.search-result { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 70px; padding: 8px 14px; border-bottom: 1px solid var(--line); transition: background-color 160ms ease; }
.search-result:last-child { border-bottom: 0; }
.search-result:hover, .search-result[aria-selected="true"] { background: rgba(67, 180, 230, .09); }
.search-result-image { display: grid; width: 54px; height: 52px; place-items: center; overflow: hidden; background: #edf0f2; }
.search-result-image img { width: 100%; height: 100%; object-fit: contain; }
.search-result-copy { display: grid; min-width: 0; }
.search-result-copy strong { overflow: hidden; color: var(--text); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.search-result-copy span, .search-result-copy small { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.search-result-meta { display: grid; justify-items: end; font-size: 11px; white-space: nowrap; }
.search-result-meta b { color: var(--text); font-size: 12px; }
.search-result-meta small { color: var(--muted); }
.search-message { display: grid; gap: 5px; padding: 22px; color: var(--muted); font-size: 13px; }
.search-message strong { color: var(--text); font-size: 15px; }
.search-message a { margin-top: 7px; color: var(--accent-light); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-contact { display: grid; justify-items: end; line-height: 1.15; }
.header-contact span { color: var(--muted); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.header-contact strong { margin-top: 4px; font-size: 12px; font-weight: 600; }
.header-icon { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); color: #cbd2d6; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.header-icon svg { width: 19px; }
.header-icon:hover { border-color: var(--line-strong); background: var(--surface); color: var(--accent-light); }
.action-count { position: absolute; top: -6px; right: -5px; display: grid; min-width: 18px; height: 18px; place-items: center; padding: 0 4px; border: 2px solid var(--bg); border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-size: 9px; font-weight: 800; font-variant-numeric: tabular-nums; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 650; letter-spacing: -.01em; white-space: nowrap; transition: transform 170ms ease, color 170ms ease, background-color 170ms ease, border-color 170ms ease; }
.button:active { transform: translateY(1px) scale(.99); }
.button-outline { border-color: var(--line-strong); background: rgba(9, 11, 14, .34); color: var(--text); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--text); background: var(--text); color: var(--bg); }
.button-primary { background: var(--accent); color: var(--accent-ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-light); }
.mobile-nav { display: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(610px, .54fr) minmax(0, .46fr); min-height: min(820px, calc(100dvh - var(--header-height))); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(38px, 5vw, 90px) 78px max(24px, calc((100vw - var(--content)) / 2)); background: linear-gradient(90deg, var(--bg) 0%, rgba(10, 12, 15, .98) 76%, rgba(10, 12, 15, .68) 100%); }
.eyebrow { margin: 0 0 18px; color: var(--accent-light); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 5.2vw, 82px); font-weight: 430; letter-spacing: -.06em; line-height: .95; text-wrap: balance; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #b4bdc3; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }
.hero-search { z-index: 6; width: min(700px, 100%); margin-top: 34px; }
.hero-search-field { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; min-height: 62px; border: 1px solid rgba(228, 237, 242, .35); background: rgba(18, 22, 27, .9); box-shadow: 0 18px 54px rgba(1, 5, 8, .27); }
.hero-search-field:focus-within { border-color: var(--accent-light); box-shadow: 0 18px 62px rgba(1, 5, 8, .38), 0 0 0 4px rgba(67, 180, 230, .08); }
.hero-search-field svg { width: 22px; margin-left: 20px; color: var(--accent-light); }
.hero-search-field input { width: 100%; min-width: 0; height: 60px; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 15px; }
.hero-search-field input::placeholder { color: #7f8a92; }
.hero-search-field button { align-self: stretch; min-width: 94px; border: 0; cursor: pointer; background: var(--accent); color: var(--accent-ink); font-size: 13px; font-weight: 700; transition: background-color 170ms ease; }
.hero-search-field button:hover { background: var(--accent-light); }
.search-panel-hero { top: calc(100% + 8px); }
.search-examples { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; color: #748088; font-size: 11px; }
.search-examples button { padding: 4px 8px; border: 1px solid var(--line); cursor: pointer; background: transparent; color: #9eabb2; font-size: 11px; transition: color 160ms ease, border-color 160ms ease; }
.search-examples button:hover { border-color: rgba(67, 180, 230, .55); color: var(--accent-light); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #dfe4e7; font-size: 13px; font-weight: 620; }
.text-link span { color: var(--accent-light); transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #101317; }
.hero-media::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(10, 12, 15, .48), transparent 30%), linear-gradient(180deg, transparent 60%, rgba(6, 8, 11, .4)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.002); }
.image-quality { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: grid; justify-items: end; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .26); background: rgba(5, 8, 11, .34); backdrop-filter: blur(8px); }
.image-quality span:first-child { font-size: 15px; font-weight: 700; letter-spacing: .09em; }
.image-quality span:last-child { color: #c2cbd0; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.screen-light { position: absolute; z-index: 2; top: -15%; left: -35%; width: 18%; height: 135%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(179, 229, 248, .18), transparent); transform: skewX(-12deg); mix-blend-mode: screen; pointer-events: none; }

.proof { display: grid; grid-template-columns: repeat(3, 1fr) auto; width: min(calc(100% - 48px), var(--content)); margin-inline: auto; border-bottom: 1px solid var(--line); }
.proof > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 16px; min-height: 108px; padding: 32px clamp(20px, 2.5vw, 42px); }
.proof > div + div, .proof-link { border-left: 1px solid var(--line); }
.proof strong { font-size: clamp(22px, 2vw, 31px); font-weight: 520; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.proof span { color: var(--muted); font-size: 12px; }
.proof-link { display: flex; min-width: 170px; align-items: center; justify-content: center; gap: 12px; color: #d8dee1; font-size: 12px; font-weight: 650; transition: color 160ms ease, background-color 160ms ease; }
.proof-link:hover { background: rgba(67, 180, 230, .06); color: var(--accent-light); }

.solutions, .featured-catalog { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; padding: clamp(92px, 10vw, 150px) 0; }
.section-heading { margin-bottom: clamp(42px, 6vw, 76px); }
.section-heading-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .62fr); align-items: end; gap: clamp(40px, 8vw, 130px); }
.section-heading-inline { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .project-callout h2, .catalog-intro h1 { max-width: 900px; margin: 0; font-size: clamp(38px, 4.7vw, 72px); font-weight: 440; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.section-heading > p { max-width: 570px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 300px 380px; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.category { position: relative; overflow: hidden; background: var(--surface); isolation: isolate; }
.category-featured { grid-row: 1 / span 2; }
.category-wide { grid-column: 2 / span 2; }
.category::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(4, 7, 9, .08) 26%, rgba(4, 7, 9, .86) 100%); }
.category img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04) brightness(.76); transition: transform 850ms cubic-bezier(.16, 1, .3, 1), filter 450ms ease; }
.category:not(.category-wide) img { object-fit: contain; background: #e9edef; padding: 7%; }
.category > div { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: grid; }
.category strong { font-size: clamp(22px, 2vw, 34px); font-weight: 480; letter-spacing: -.035em; }
.category small { margin-top: 2px; color: #bcc5ca; font-size: 11px; }
.category-index { position: absolute; z-index: 2; top: 18px; left: 20px; color: rgba(255, 255, 255, .8); font-size: 10px; font-variant-numeric: tabular-nums; }
.category:hover img, .category:focus-visible img { filter: saturate(.98) contrast(1.04) brightness(.9); transform: scale(1.028); }

.featured-catalog { padding-top: 0; }
.product-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.home-product-card { min-width: 0; background: var(--surface); }
.home-product-media { display: grid; aspect-ratio: 1.12; place-items: center; overflow: hidden; background: #e9edef; }
.home-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 9%; transition: transform 600ms cubic-bezier(.16, 1, .3, 1); }
.home-product-card:hover .home-product-media img { transform: scale(1.035); }
.home-product-copy { display: grid; min-height: 182px; padding: 22px; }
.home-product-copy > span { color: var(--accent-light); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-product-copy > a { display: grid; align-content: start; gap: 4px; margin-top: 11px; }
.home-product-copy strong { font-size: 20px; font-weight: 540; letter-spacing: -.025em; }
.home-product-copy small { color: var(--muted); font-size: 12px; }
.home-product-copy > div { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; }
.home-product-copy b { font-size: 13px; font-weight: 600; }
.home-product-copy button { width: 34px; height: 34px; border: 1px solid var(--line); cursor: pointer; background: transparent; color: #aab4ba; font-size: 20px; }
.home-product-copy button:hover, .home-product-copy button.is-active { border-color: rgba(67, 180, 230, .5); color: var(--accent-light); }
.product-skeleton { position: relative; min-height: 390px; overflow: hidden; background: var(--surface); }
.product-skeleton::after { position: absolute; inset: 0; content: ""; background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .055) 42%, transparent 62%); transform: translateX(-100%); animation: skeleton 1.8s infinite; }

.project-callout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; width: min(calc(100% - 48px), var(--content)); min-height: 620px; margin: 0 auto clamp(92px, 10vw, 150px); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.project-visual { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 3px; padding: clamp(35px, 5vw, 80px); background: radial-gradient(circle at 35% 45%, rgba(67, 180, 230, .17), transparent 37%), #0c1014; transform: perspective(900px) rotateY(10deg); transform-origin: left center; }
.project-visual span { border: 1px solid rgba(177, 222, 240, .25); background: linear-gradient(145deg, rgba(67, 180, 230, .17), rgba(16, 23, 29, .62)); box-shadow: inset 0 0 26px rgba(116, 207, 242, .08); }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 105px); }
.project-copy p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 16px; }
.project-copy ul { display: grid; gap: 10px; margin: 30px 0 36px; padding: 0; list-style: none; color: #c4ccd1; font-size: 13px; }
.project-copy li { position: relative; padding-left: 20px; }
.project-copy li::before { position: absolute; top: .7em; left: 0; width: 8px; height: 1px; content: ""; background: var(--accent); }
.project-copy .button { align-self: flex-start; }

.site-footer { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: clamp(40px, 6vw, 90px); padding: 58px 0 52px; }
.footer-lead { max-width: 430px; }
.footer-lead p { max-width: 380px; margin: 20px 0 24px; color: var(--muted); font-size: 13px; }
.footer-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-tags span { padding: 5px 8px; border: 1px solid var(--line); color: #849097; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.footer-column { display: grid; align-content: start; gap: 11px; color: var(--muted); font-size: 12px; }
.footer-column strong { margin-bottom: 7px; color: var(--text); font-size: 12px; }
.footer-column a { transition: color 160ms ease; }
.footer-column a:hover { color: var(--accent-light); }
.footer-contact-column a { color: #d8dee1; font-size: 13px; }
.footer-contact-column span { max-width: 230px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 20px 32px; padding: 22px 0 28px; border-top: 1px solid var(--line); color: #69747b; font-size: 10px; }
.footer-bottom a:hover { color: #b9c1c6; }

.catalog-page { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; padding-bottom: 110px; }
.breadcrumbs { display: flex; gap: 9px; padding: 24px 0 0; color: #707b82; font-size: 11px; }
.breadcrumbs a:hover { color: var(--accent-light); }
.catalog-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; padding: 70px 0 58px; }
.catalog-intro h1 { font-size: clamp(52px, 6.4vw, 94px); }
.catalog-intro > div:first-child > p:last-child { max-width: 690px; margin: 23px 0 0; color: var(--muted); font-size: 16px; }
.catalog-help { display: grid; min-width: 260px; gap: 7px; padding: 22px 24px; border-left: 1px solid var(--line-strong); }
.catalog-help span { color: var(--muted); font-size: 11px; }
.catalog-help a { font-size: 13px; font-weight: 600; }
.catalog-help b { margin-left: 8px; color: var(--accent-light); }
.catalog-command { position: relative; z-index: 10; padding: 22px; border: 1px solid var(--line); background: var(--surface); }
.catalog-main-search { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; height: 62px; border: 1px solid var(--line-strong); background: var(--bg); }
.catalog-main-search > svg { width: 22px; margin-left: 20px; color: var(--accent-light); }
.catalog-main-search label, .catalog-main-search input { width: 100%; height: 100%; }
.catalog-main-search input { padding: 0 18px; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 15px; }
.catalog-main-search .button { align-self: stretch; min-width: 110px; }
.search-clear { padding: 5px 12px; border: 0; cursor: pointer; background: transparent; color: var(--muted); font-size: 11px; }
.search-clear:hover { color: var(--text); }
.catalog-quick-queries { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-top: 13px; color: #758087; font-size: 10px; }
.catalog-quick-queries button { padding: 4px 8px; border: 1px solid var(--line); cursor: pointer; background: transparent; color: #9ba7ae; font-size: 10px; }
.catalog-quick-queries button:hover { border-color: rgba(67, 180, 230, .45); color: var(--accent-light); }
.catalog-workspace { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; padding-top: 34px; }
.catalog-sidebar { align-self: start; border-top: 1px solid var(--line-strong); }
.filter-head { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-bottom: 1px solid var(--line); }
.filter-head strong { font-size: 13px; }
.filter-head button, .active-filters button { border: 0; cursor: pointer; background: transparent; color: var(--muted); font-size: 10px; }
.filter-head button:hover { color: var(--accent-light); }
.filter-field { display: grid; gap: 10px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.filter-field span, .filter-checks legend { color: #c8d0d4; font-size: 11px; font-weight: 650; }
.filter-field select, .sort-field select { width: 100%; height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--surface); color: #d8dee1; font-size: 11px; }
.filter-field select:focus, .sort-field select:focus { border-color: var(--accent); }
.filter-checks { display: grid; gap: 11px; margin: 0; padding: 20px 0 23px; border: 0; border-bottom: 1px solid var(--line); }
.filter-checks legend { margin-bottom: 12px; }
.filter-checks label { display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--muted); font-size: 11px; }
.filter-checks input { width: 16px; height: 16px; margin: 0; accent-color: var(--accent); }
.filter-note { margin-top: 24px; padding: 20px; background: rgba(67, 180, 230, .075); }
.filter-note strong { font-size: 12px; }
.filter-note p { margin: 8px 0 14px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.filter-note a { color: var(--accent-light); font-size: 10px; font-weight: 650; }
.results-toolbar { display: flex; min-height: 59px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line); }
.results-toolbar > div:first-child { display: flex; align-items: baseline; gap: 9px; }
.results-toolbar strong { font-size: 14px; font-weight: 600; }
.results-toolbar span { color: var(--muted); font-size: 11px; }
.toolbar-actions { display: flex; align-items: center; gap: 12px; }
.sort-field { display: flex; align-items: center; gap: 10px; }
.sort-field span { font-size: 10px; }
.sort-field select { width: 190px; height: 36px; }
.mobile-filter-button { display: none; height: 36px; padding: 0 12px; border: 1px solid var(--line); background: transparent; font-size: 11px; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.active-filters button { padding: 6px 9px; border: 1px solid rgba(67, 180, 230, .25); background: rgba(67, 180, 230, .07); color: #b9c8cf; }
.active-filters button:hover { border-color: rgba(67, 180, 230, .55); color: var(--accent-light); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; padding-top: 2px; background: var(--line); }
.product-card { position: relative; display: flex; min-width: 0; min-height: 550px; flex-direction: column; background: var(--surface); }
.product-card.is-discontinued { opacity: .78; }
.product-card-top { display: flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 14px; color: var(--accent-light); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.product-card-top > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-card-top small { margin-left: auto; color: var(--warning); font-size: 8px; }
.card-favorite { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; margin-left: auto; border: 0; cursor: pointer; background: transparent; color: #849097; font-size: 21px; line-height: 1; }
.product-card-top small + .card-favorite { margin-left: 0; }
.card-favorite:hover, .card-favorite.is-active { color: var(--accent-light); }
.product-card-media { display: grid; width: 100%; aspect-ratio: 1.18; place-items: center; overflow: hidden; border: 0; cursor: pointer; background: var(--surface-light); }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; padding: 8%; transition: transform 550ms cubic-bezier(.16, 1, .3, 1); }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-copy { display: grid; padding: 18px 17px 12px; }
.product-card-copy > button, .product-card-copy > a { display: grid; gap: 3px; padding: 0; border: 0; cursor: pointer; background: transparent; text-align: left; }
.product-card-copy strong { font-size: 19px; font-weight: 570; letter-spacing: -.025em; }
.product-card-copy span { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.product-card-copy ul { display: grid; gap: 4px; margin: 15px 0 0; padding: 0; list-style: none; color: #aab4ba; font-size: 10px; }
.product-card-copy li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-card-copy li::before { content: "— "; color: #5e6970; }
.product-card-price { display: grid; gap: 4px; margin-top: auto; padding: 12px 17px 15px; }
.product-card-price > strong { font-size: 14px; font-weight: 650; font-variant-numeric: tabular-nums; }
.availability { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; }
.availability::before { width: 5px; height: 5px; border-radius: 50%; content: ""; background: #7d888e; }
.availability.is-stock { color: var(--success); }
.availability.is-stock::before { background: var(--success); }
.availability.is-order { color: var(--warning); }
.availability.is-order::before { background: var(--warning); }
.product-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 0 2px 2px; }
.product-card-actions .button { min-height: 42px; padding-inline: 10px; font-size: 10px; }
.load-more { display: flex; width: 100%; min-height: 64px; align-items: center; justify-content: center; gap: 10px; margin-top: 2px; border: 1px solid var(--line); cursor: pointer; background: var(--surface); color: #d4dade; transition: background-color 170ms ease, color 170ms ease; }
.load-more:hover { background: var(--surface-raised); color: var(--accent-light); }
.load-more small { color: var(--muted); }
.catalog-empty { padding: 90px 30px; border: 1px solid var(--line); text-align: center; }
.catalog-empty > span { color: var(--accent-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.catalog-empty h2 { margin: 12px 0 0; font-size: clamp(30px, 4vw, 48px); font-weight: 470; letter-spacing: -.04em; }
.catalog-empty p { max-width: 550px; margin: 16px auto 28px; color: var(--muted); font-size: 13px; }

.product-page { width: min(calc(100% - 48px), var(--content)); min-height: 72dvh; margin-inline: auto; padding-bottom: 120px; }
.product-breadcrumbs { overflow: hidden; white-space: nowrap; }
.product-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-page-loading { display: grid; min-height: 620px; grid-template-columns: 58% 1fr; gap: 2px; padding-top: 36px; }
.product-page-loading > span, .product-page-loading > div { position: relative; overflow: hidden; background: var(--surface); }
.product-page-loading > span::after, .product-page-loading > div::after { position: absolute; inset: 0; content: ""; background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .05) 45%, transparent 68%); transform: translateX(-100%); animation: skeleton 1.7s infinite; }
.product-page-loading > div { display: grid; align-content: center; gap: 10px; padding: 60px; }
.product-page-loading small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-page-loading strong { font-size: 44px; font-weight: 450; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 2px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.product-gallery { min-width: 0; background: var(--surface-light); }
.product-main-image { display: grid; min-height: 650px; place-items: center; overflow: hidden; }
.product-main-image img { width: 100%; height: 100%; max-height: 730px; object-fit: contain; padding: clamp(34px, 7vw, 92px); }
.product-thumbnails { display: grid; grid-auto-columns: 92px; grid-auto-flow: column; gap: 2px; padding: 2px; overflow-x: auto; background: #d8dde0; }
.product-thumbnail { display: grid; width: 92px; height: 76px; place-items: center; padding: 0; overflow: hidden; border: 2px solid transparent; cursor: pointer; background: #f5f7f8; }
.product-thumbnail img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.product-thumbnail:hover, .product-thumbnail.is-active { border-color: #238fbd; }
.product-information { display: flex; min-width: 0; flex-direction: column; padding: clamp(42px, 5vw, 78px); background: var(--surface); }
.product-kicker { display: flex; flex-wrap: wrap; gap: 7px; color: var(--accent-light); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-kicker span + span::before { margin-right: 7px; color: #566168; content: "/"; }
.product-kicker b { color: var(--warning); font-size: inherit; }
.product-information h1 { max-width: 700px; margin: 22px 0 0; font-size: clamp(42px, 5vw, 76px); font-weight: 440; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
.product-name { margin: 13px 0 0; color: #c6ced2; font-size: clamp(16px, 1.5vw, 21px); }
.product-description { max-width: 680px; margin: 30px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.product-offer { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 38px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-offer > div { display: grid; gap: 4px; }
.product-offer small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.product-offer strong { font-size: clamp(23px, 2.1vw, 31px); font-weight: 560; font-variant-numeric: tabular-nums; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 24px; }
.product-engineering-note { margin-top: auto; padding: 28px 0 0; }
.product-engineering-note strong { font-size: 13px; font-weight: 650; }
.product-engineering-note p { max-width: 570px; margin: 8px 0 14px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.product-engineering-note a { color: var(--accent-light); font-size: 13px; font-weight: 650; }
.product-specification { display: grid; grid-template-columns: minmax(240px, .42fr) 1fr; column-gap: clamp(50px, 8vw, 150px); margin-top: 84px; padding-top: 42px; border-top: 1px solid var(--line-strong); }
.product-section-heading span { color: var(--accent-light); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-section-heading h2 { margin: 12px 0 0; font-size: clamp(34px, 3.5vw, 54px); font-weight: 450; letter-spacing: -.045em; }
.product-spec-list { margin: 0; border-top: 1px solid var(--line); }
.product-spec-list > div { display: grid; grid-template-columns: minmax(180px, .68fr) 1.32fr; gap: 32px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.product-spec-list dt { color: var(--muted); }
.product-spec-list dd { margin: 0; color: #d8dee1; }
.product-specification > .source-link { grid-column: 2; }
.product-spec-empty { color: var(--muted); }
.product-page-empty { display: grid; min-height: 620px; justify-items: start; align-content: center; }
.product-page-empty > span { color: var(--accent-light); font-size: 11px; letter-spacing: .1em; }
.product-page-empty h1 { margin: 12px 0 0; font-size: clamp(48px, 7vw, 88px); font-weight: 440; letter-spacing: -.055em; }
.product-page-empty p { max-width: 520px; margin: 20px 0 30px; color: var(--muted); }
.source-link { display: inline-block; margin-top: 24px; color: var(--accent-light); font-size: 10px; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 340px; padding: 13px 17px; border: 1px solid rgba(67, 180, 230, .35); background: rgba(17, 22, 27, .96); box-shadow: var(--shadow); color: #dfe5e8; font-size: 12px; opacity: 0; transform: translateY(12px); transition: opacity 200ms ease, transform 200ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.motion-ready .hero-media img { animation: hero-breathe 17s cubic-bezier(.45, 0, .55, 1) infinite alternate; }
.motion-ready .screen-light { animation: light-pass 10s 1.4s cubic-bezier(.45, 0, .55, 1) infinite; }
.reveal { opacity: 1; transform: translateY(0); }
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.motion-ready .reveal { transition: opacity 720ms cubic-bezier(.16, 1, .3, 1), transform 720ms cubic-bezier(.16, 1, .3, 1); }

@keyframes hero-breathe { from { transform: scale(1.002); } to { transform: scale(1.035); } }
@keyframes light-pass { 0%, 18% { left: -35%; opacity: 0; } 27% { opacity: .45; } 48% { left: 120%; opacity: 0; } 100% { left: 120%; opacity: 0; } }
@keyframes skeleton { to { transform: translateX(100%); } }

@media (max-width: 1220px) {
  .header-shell { grid-template-columns: auto auto minmax(240px, 1fr) auto; }
  .header-contact { display: none; }
  .hero { grid-template-columns: minmax(520px, .56fr) minmax(0, .44fr); }
  .hero-copy { padding-left: 30px; }
  .proof { grid-template-columns: repeat(3, 1fr); }
  .proof-link { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --header-height: 70px; }
  .header-shell { grid-template-columns: auto minmax(220px, 1fr) auto; }
  .catalog-trigger, .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto minmax(400px, 52dvh); min-height: auto; }
  .hero-copy { padding: 74px 28px 60px; background: var(--bg); }
  .hero-media::before { background: linear-gradient(180deg, rgba(10, 12, 15, .42), transparent 32%); }
  .proof > div { grid-template-columns: 1fr; gap: 4px; }
  .section-heading-split { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 300px 340px; }
  .category-featured { grid-column: 1 / span 2; grid-row: auto; }
  .category-wide { grid-column: 1 / span 2; }
  .product-strip { grid-template-columns: 1fr 1fr; }
  .project-callout { grid-template-columns: 1fr; }
  .project-visual { min-height: 390px; transform: none; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact-column { grid-column: 2; }
  .catalog-intro { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .catalog-help { justify-self: start; }
  .catalog-workspace { grid-template-columns: 1fr; }
  .catalog-sidebar { display: none; padding: 0 16px 20px; border: 1px solid var(--line); }
  .catalog-sidebar.is-open { display: block; }
  .mobile-filter-button { display: inline-flex; align-items: center; }
  .product-page-loading { grid-template-columns: 1fr; }
  .product-page-loading > span { min-height: 430px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-main-image { min-height: 520px; }
  .product-information { min-height: 680px; }
  .product-specification { grid-template-columns: 1fr; row-gap: 34px; }
  .product-specification > .source-link { grid-column: 1; }
}

@media (max-width: 720px) {
  :root { --header-height: 64px; }
  .header-shell { grid-template-columns: 1fr auto; width: calc(100% - 30px); }
  .wordmark { font-size: 16px; }
  .header-search, .header-actions { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { display: grid; width: 40px; height: 40px; align-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 22px; height: 1px; margin-left: auto; background: var(--text); }
  .mobile-nav nav { position: absolute; top: 51px; right: 0; display: grid; width: min(320px, calc(100vw - 30px)); border: 1px solid var(--line-strong); background: rgba(14, 17, 21, .99); box-shadow: var(--shadow); }
  .mobile-nav nav a { padding: 15px 18px; border-bottom: 1px solid var(--line); color: #d3dade; font-size: 12px; }
  .mobile-nav nav a:last-child { border-bottom: 0; }
  .hero { grid-template-rows: auto 340px; }
  .hero-copy { padding: 56px 16px 48px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(42px, 13.5vw, 63px); line-height: .98; }
  .hero-lead { margin-top: 20px; font-size: 15px; }
  .hero-search { margin-top: 27px; }
  .hero-search-field { grid-template-columns: auto minmax(0, 1fr); min-height: 58px; }
  .hero-search-field input { height: 56px; padding-right: 13px; font-size: 13px; }
  .hero-search-field button { grid-column: 1 / span 2; min-height: 45px; }
  .search-panel-hero { top: calc(100% + 7px); }
  .search-result { grid-template-columns: 48px minmax(0, 1fr); }
  .search-result-image { width: 46px; height: 46px; }
  .search-result-meta { display: none; }
  .search-shortcuts { grid-template-columns: 1fr; }
  .search-shortcuts a:nth-child(odd) { border-right: 0; }
  .search-examples { gap: 6px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .image-quality { right: 15px; bottom: 15px; }
  .proof { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .proof > div { grid-template-columns: 92px 1fr; min-height: auto; padding: 21px 0; }
  .proof > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .solutions, .featured-catalog { width: calc(100% - 32px); padding-block: 88px; }
  .featured-catalog { padding-top: 0; }
  .section-heading-inline { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading h2, .project-callout h2 { font-size: 40px; }
  .section-heading > p { font-size: 14px; }
  .category-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 340px); }
  .category-featured, .category-wide { grid-column: auto; }
  .category-featured { grid-row: auto; }
  .product-strip { grid-template-columns: 1fr; }
  .project-callout { width: calc(100% - 32px); margin-bottom: 88px; }
  .project-visual { min-height: 300px; padding: 32px; }
  .project-copy { padding: 40px 24px 48px; }
  .site-footer { width: calc(100% - 32px); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .footer-lead { grid-column: 1 / span 2; }
  .footer-contact-column { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .catalog-page { width: calc(100% - 32px); padding-bottom: 80px; }
  .breadcrumbs { padding-top: 16px; }
  .catalog-intro { padding: 50px 0 40px; }
  .catalog-intro h1 { font-size: 54px; }
  .catalog-intro > div:first-child > p:last-child { font-size: 14px; }
  .catalog-help { min-width: 0; padding: 16px 18px; }
  .catalog-command { margin-inline: -16px; padding: 16px; }
  .catalog-main-search { grid-template-columns: auto minmax(0, 1fr); height: auto; }
  .catalog-main-search label { height: 56px; }
  .catalog-main-search .search-clear { display: none; }
  .catalog-main-search .button { grid-column: 1 / span 2; min-height: 45px; }
  .catalog-quick-queries span { flex-basis: 100%; }
  .results-toolbar { align-items: flex-start; padding-block: 12px; }
  .results-toolbar > div:first-child { display: grid; gap: 1px; }
  .sort-field span { display: none; }
  .sort-field select { width: 150px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 535px; }
  .product-page { width: calc(100% - 32px); padding-bottom: 82px; }
  .product-page-loading { padding-top: 16px; }
  .product-page-loading > span { min-height: 310px; }
  .product-page-loading > div { padding: 36px 24px; }
  .product-detail { margin: 16px -16px 0; border-right: 0; border-left: 0; }
  .product-main-image { min-height: 360px; }
  .product-main-image img { max-height: 460px; padding: 38px; }
  .product-thumbnails { grid-auto-columns: 76px; }
  .product-thumbnail { width: 76px; height: 66px; }
  .product-information { min-height: 0; padding: 38px 20px 44px; }
  .product-information h1 { font-size: clamp(38px, 12vw, 58px); }
  .product-offer { align-items: flex-start; flex-direction: column; }
  .product-actions { grid-template-columns: 1fr; }
  .product-engineering-note { margin-top: 38px; }
  .product-specification { margin-top: 62px; padding-top: 30px; }
  .product-spec-list > div { grid-template-columns: 1fr; gap: 3px; padding: 12px 0; }
  .toast { right: 16px; bottom: 16px; left: 16px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

@media (prefers-contrast: more) {
  :root { --line: rgba(238, 243, 247, .34); --line-strong: rgba(238, 243, 247, .62); --muted: #c3c8cd; }
}

/* Corporate shell: aligned with the digital.moscow family of sites. */
.competence-header {
  color: #171a1d;
  border-bottom: 1px solid #dfe3e6;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 7px 24px rgba(17, 25, 31, .08);
  backdrop-filter: blur(16px) saturate(150%);
}
.header-main {
  position: relative;
  display: grid;
  grid-template-columns: 168px 150px minmax(230px, 1fr) auto auto 42px 42px 42px;
  align-items: center;
  gap: 12px;
  width: min(calc(100% - 44px), var(--content));
  min-height: 68px;
  margin-inline: auto;
}
.brand-link { display: flex; width: 168px; align-items: center; }
.brand-link img { width: 168px; height: auto; }
.vendor-context {
  display: flex;
  min-width: 0;
  height: 46px;
  align-items: center;
  padding-left: 13px;
  border-left: 1px solid #d7dcdf;
}
.vendor-context img { width: 137px; height: auto; }
.competence-header .search-field {
  height: 42px;
  border-color: #d9dfe3;
  background: #f5f7f8;
}
.competence-header .search-field:focus-within {
  border-color: #43b4e6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(67, 180, 230, .13);
}
.competence-header .search-field svg { color: #288ab5; }
.competence-header .search-field input { color: #161a1d; }
.competence-header .search-field input::placeholder { color: #7b858c; }
.competence-header .search-field kbd { border-color: #d9dfe3; color: #7c858b; background: #fff; }
.header-phone {
  display: grid;
  justify-items: end;
  line-height: 1.08;
  white-space: nowrap;
}
.header-phone small { color: #7a848a; font-size: 8px; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.header-phone strong { margin-top: 5px; color: #252b2f; font-size: 11px; font-weight: 690; font-variant-numeric: tabular-nums; }
.header-phone:hover strong { color: #167fa9; }
.header-request {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: #238fbd;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 170ms ease;
}
.header-request:hover { background: #157ba7; }
.competence-header .header-icon,
.competence-header .header-cart-link {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid;
  border-color: #d9dfe3;
  background: #fff;
  color: #31383d;
}
.competence-header .header-icon svg,
.competence-header .header-cart-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.competence-header .header-icon:hover,
.competence-header .header-cart-link:hover { border-color: #238fbd; background: #f1f8fb; color: #167fa9; }
.competence-header .action-count { border-color: #fff; background: #238fbd; color: #fff; }
.header-contact-menu { position: relative; }
.header-contact-menu > summary {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d9dfe3;
  cursor: pointer;
  list-style: none;
  background: #fff;
  color: #31383d;
}
.header-contact-menu > summary::-webkit-details-marker { display: none; }
.header-contact-menu > summary svg { width: 19px; }
.header-contact-menu > summary > span {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #69bd45;
  box-shadow: 0 0 0 2px #fff;
}
.header-contact-menu[open] > summary,
.header-contact-menu > summary:hover { border-color: #238fbd; color: #167fa9; }
.header-contact-panel {
  position: absolute;
  z-index: 90;
  top: calc(100% + 11px);
  right: 0;
  display: grid;
  width: 290px;
  padding: 9px;
  border: 1px solid #d9dfe3;
  background: #fff;
  box-shadow: 0 22px 58px rgba(21, 29, 35, .18);
}
.header-contact-panel a { display: grid; padding: 11px 12px; border-bottom: 1px solid #e7eaec; }
.header-contact-panel a:last-child { display: flex; align-items: center; justify-content: space-between; border-bottom: 0; color: #167fa9; font-size: 11px; font-weight: 700; }
.header-contact-panel small { color: #7a848a; font-size: 9px; text-transform: uppercase; }
.header-contact-panel strong { margin-top: 2px; color: #171a1d; font-size: 13px; font-weight: 650; }
.primary-nav {
  display: flex;
  width: min(calc(100% - 44px), var(--content));
  min-height: 44px;
  align-items: stretch;
  gap: clamp(20px, 2.6vw, 40px);
  margin-inline: auto;
  border-top: 1px solid #edf0f2;
}
.primary-nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: #4f595f;
  font-size: 11px;
  font-weight: 610;
  white-space: nowrap;
}
.primary-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: #238fbd; transform: scaleX(0); transform-origin: left; transition: transform 170ms ease; }
.primary-nav a:hover,
.primary-nav a.is-active,
.primary-nav a[aria-current="page"] { color: #111518; }
.primary-nav a:hover::after,
.primary-nav a.is-active::after,
.primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav .primary-nav-external { margin-left: auto; color: #238fbd; }

.competence-header .search-panel {
  border-color: #d8dde1;
  background: rgba(255, 255, 255, .995);
  box-shadow: 0 24px 62px rgba(17, 25, 31, .2);
  color: #171a1d;
}
.competence-header .search-panel-head { border-color: #e3e7e9; color: #727d83; }
.competence-header .search-panel-head a { color: #167fa9; }
.competence-header .search-shortcuts a { border-color: #e5e8ea; color: #262c30; }
.competence-header .search-shortcuts a:hover,
.competence-header .search-result:hover,
.competence-header .search-result[aria-selected="true"] { background: #eef8fc; }
.competence-header .search-shortcuts span { color: #238fbd; }
.competence-header .search-result { border-color: #e5e8ea; }
.competence-header .search-result-copy strong,
.competence-header .search-result-meta b,
.competence-header .search-message strong { color: #171a1d; }
.competence-header .search-result-copy span,
.competence-header .search-result-copy small,
.competence-header .search-result-meta small,
.competence-header .search-message { color: #727d83; }
.competence-header .search-message a { color: #167fa9; }

.competence-footer {
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #171a1b;
  color: #e8ecee;
}
.footer-grid { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.competence-footer .footer-top {
  grid-template-columns: minmax(290px, 1.45fr) repeat(4, minmax(130px, .72fr));
  gap: clamp(28px, 3.4vw, 58px);
  padding: 54px 0 40px;
}
.footer-company { max-width: 420px; }
.footer-brand-line { display: inline-flex; align-items: center; }
.footer-logo { width: 190px; height: auto; }
.footer-company > p { max-width: 405px; margin: 25px 0 0; color: #aeb6ba; font-size: 12px; line-height: 1.65; }
.footer-address { display: grid; gap: 4px; margin-top: 23px; color: #8d979d; font-size: 10px; font-style: normal; line-height: 1.5; }
.footer-address a { width: fit-content; color: #dce2e5; font-size: 11px; }
.footer-address a:first-of-type { margin-top: 8px; }
.footer-address a:hover { color: #84d4f4; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.footer-badges span { padding: 5px 7px; border: 1px solid rgba(255, 255, 255, .15); color: #919ba0; font-size: 8px; letter-spacing: .065em; text-transform: uppercase; }
.footer-col h2 { margin: 3px 0 18px; color: #f3f5f6; font-size: 11px; font-weight: 730; letter-spacing: .065em; text-transform: uppercase; }
.footer-col ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-col a { color: #9ca6ab; font-size: 11px; transition: color 160ms ease; }
.footer-col a:hover { color: #fff; }
.footer-policy { display: flex; flex-wrap: wrap; gap: 9px 24px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-policy a { color: #7f898e; font-size: 9px; }
.footer-policy a:hover { color: #d4dade; }
.competence-footer .footer-bottom { display: grid; grid-template-columns: minmax(230px, .42fr) 1fr; gap: 30px; padding: 24px 0 32px; border: 0; color: #747e83; font-size: 9px; line-height: 1.55; }
.competence-footer .footer-bottom a { color: #b7c0c4; }
.competence-footer .footer-bottom a:hover { color: #fff; }

@media (max-width: 1320px) {
  .header-main { grid-template-columns: 154px 142px minmax(210px, 1fr) auto auto 42px 42px 42px; }
  .brand-link, .brand-link img { width: 154px; }
  .vendor-context img { width: 129px; }
  .competence-footer .footer-top { grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(145px, .7fr)); }
  .competence-footer .footer-col:last-child { display: none; }
}

@media (max-width: 1060px) {
  .header-main { grid-template-columns: 148px 132px minmax(190px, 1fr) auto 42px 42px; }
  .brand-link, .brand-link img { width: 148px; }
  .vendor-context img { width: 119px; }
  .header-request, .header-contact-menu { display: none; }
  .primary-nav { gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar { display: none; }
  .competence-footer .footer-top { grid-template-columns: 1.35fr repeat(2, 1fr); }
  .footer-company { grid-row: 1 / span 2; }
  .competence-footer .footer-col:last-child { display: block; }
}

@media (max-width: 980px) {
  .header-main { grid-template-columns: 144px 128px minmax(190px, 1fr) auto 42px 42px; min-height: 70px; }
  .brand-link, .brand-link img { width: 144px; }
  .vendor-context img { width: 115px; }
  .primary-nav { display: none; }
}

@media (max-width: 760px) {
  .header-main { grid-template-columns: 126px 108px 1fr auto; gap: 8px; width: calc(100% - 30px); min-height: 64px; }
  .brand-link, .brand-link img { width: 126px; }
  .vendor-context { height: 40px; padding-left: 8px; }
  .vendor-context img { width: 98px; }
  .competence-header .header-search,
  .competence-header .header-phone,
  .competence-header .header-request,
  .competence-header .header-icon,
  .header-contact-menu { display: none; }
  .competence-header .header-cart-link { grid-column: 3; justify-self: end; }
  .competence-header .mobile-nav { display: block; grid-column: 4; justify-self: end; }
  .competence-header .mobile-nav summary span { background: #1e2428; }
  .competence-header .mobile-nav nav { top: 50px; border-color: #d9dfe3; background: #fff; box-shadow: 0 20px 54px rgba(17, 25, 31, .2); }
  .competence-header .mobile-nav nav a { border-color: #e4e8ea; color: #252b2f; }
  .competence-header .mobile-nav nav a[aria-current="page"] { color: #167fa9; font-weight: 700; }
  .footer-grid { width: calc(100% - 32px); }
  .competence-footer .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 22px; padding-top: 42px; }
  .footer-company { grid-column: 1 / span 2; grid-row: auto; max-width: 520px; }
  .footer-logo { width: 178px; }
  .competence-footer .footer-col:last-child { display: none; }
  .competence-footer .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 460px) {
  .header-main { grid-template-columns: 116px 98px 1fr auto; }
  .brand-link, .brand-link img { width: 116px; }
  .vendor-context img { width: 89px; }
  .competence-footer .footer-top { grid-template-columns: 1fr; }
  .footer-company { grid-column: auto; }
  .footer-policy { display: grid; gap: 10px; }
}

/* SEO pages, editorial hub, lead forms and commerce */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 28px;
  color: #7d878d;
  font-size: 10px;
}
.breadcrumbs a:hover { color: #43b4e6; }
.eyebrow { margin: 0 0 14px; color: #43b4e6; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.seo-landing-hero,
.knowledge-index-hero,
.commerce-page,
.request-page,
.policy-document,
.knowledge-article {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}
.seo-landing-hero,
.knowledge-index-hero {
  padding: clamp(70px, 9vw, 132px) 0 clamp(56px, 7vw, 96px);
}
.seo-landing-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: clamp(42px, 7vw, 110px); align-items: end; }
.seo-landing-hero figure { min-height: 470px; margin: 0; overflow: hidden; background: #f1f3f3; }
.seo-landing-hero figure img { width: 100%; height: 100%; min-height: 470px; object-fit: contain; padding: 30px; }
.seo-landing-hero h1,
.knowledge-index-hero h1,
.commerce-page > header h1,
.request-page h1,
.policy-content h1,
.article-hero h1 { margin: 0; max-width: 980px; font-size: clamp(42px, 6vw, 88px); font-weight: 520; letter-spacing: -.055em; line-height: .98; }
.seo-landing-hero > div > p:not(.eyebrow),
.knowledge-index-hero > p,
.commerce-page > header p,
.request-page > div > p,
.article-lead { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: clamp(16px, 1.7vw, 22px); line-height: 1.55; }
.seo-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.seo-decision-grid,
.seo-product-grid,
.knowledge-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.seo-decision-grid,
.seo-commercial-copy,
.seo-products,
.seo-process,
.knowledge-grid { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: clamp(52px, 7vw, 96px) 0; }
.seo-decision-grid article,
.seo-process article,
.knowledge-card { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.seo-decision-grid article { min-height: 220px; padding: 28px; }
.seo-decision-grid span { display: block; margin-bottom: 38px; color: #43b4e6; font-size: 11px; }
.seo-decision-grid h2,
.seo-process h3 { margin: 0 0 12px; font-size: 20px; font-weight: 580; }
.seo-decision-grid p,
.seo-process p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.seo-commercial-copy { display: grid; grid-template-columns: minmax(240px, .52fr) minmax(0, 1fr); gap: clamp(42px, 8vw, 126px); border-top: 1px solid var(--line); }
.seo-commercial-copy h2,
.section-heading h2,
.article-equipment h2,
.article-related h2 { margin: 0; font-size: clamp(28px, 4vw, 50px); font-weight: 540; letter-spacing: -.035em; }
.seo-commercial-copy > div { color: var(--muted); font-size: 15px; line-height: 1.75; }
.seo-commercial-copy ul,
.request-page ul,
.article-summary ul,
.article-content ul { padding-left: 20px; }
.seo-products { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 32px; }
.section-heading-inline { display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.text-link { color: #75cef1; font-size: 12px; }
.seo-product-card { display: grid; grid-template-rows: 290px 1fr; min-width: 0; border: 1px solid var(--line); background: #101316; }
.seo-product-media { display: grid; place-items: center; overflow: hidden; padding: 24px; background: #f4f5f5; }
.seo-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.seo-product-card:hover .seo-product-media img { transform: scale(1.025); }
.seo-product-copy { display: flex; flex-direction: column; min-height: 310px; padding: 23px; }
.seo-product-copy > span { color: #6fcaf0; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.seo-product-copy h3 { margin: 11px 0 8px; font-size: 25px; font-weight: 560; }
.seo-product-copy > p { min-height: 40px; margin: 0; color: #c1c7ca; font-size: 12px; line-height: 1.5; }
.seo-product-copy ul { display: grid; gap: 7px; margin: 20px 0; padding: 0; color: #8e989d; font-size: 10px; list-style: none; }
.seo-product-copy > div { display: flex; gap: 12px; justify-content: space-between; align-items: center; margin-top: auto; }
.seo-product-copy > div > strong { font-size: 15px; font-weight: 620; }
.seo-product-copy .button { padding-inline: 15px; }
.seo-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.seo-process > div { grid-column: 1 / -1; max-width: 640px; }
.seo-process > div h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); font-weight: 540; }
.seo-process ol { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.seo-process li { display: grid; min-height: 190px; align-content: space-between; padding: 25px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.seo-process li strong { color: #43b4e6; font-size: 11px; }
.seo-process li span { color: #aab3b7; font-size: 12px; line-height: 1.6; }
.request-section:not(.article-order) { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 94px); width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: clamp(50px, 7vw, 90px) 0; border-top: 1px solid var(--line); }
.request-section:not(.article-order) h2 { margin: 0 0 15px; font-size: clamp(30px, 4vw, 52px); font-weight: 540; }
.request-section:not(.article-order) p { color: var(--muted); line-height: 1.65; }

.knowledge-index-hero { border-bottom: 1px solid var(--line); }
.knowledge-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.knowledge-card { display: flex; min-height: 310px; flex-direction: column; padding: 28px; transition: border-color .18s ease, transform .18s ease; }
.knowledge-card > a { display: flex; height: 100%; flex: 1; flex-direction: column; }
.knowledge-card img { width: calc(100% + 56px); height: 210px; margin: -28px -28px 24px; object-fit: contain; padding: 20px; background: #f1f3f3; }
.knowledge-card:hover { border-color: rgba(111,202,240,.55); transform: translateY(-3px); }
.knowledge-card > span { color: #43b4e6; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.knowledge-card h2 { margin: 36px 0 14px; font-size: 24px; font-weight: 560; line-height: 1.18; }
.knowledge-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.knowledge-card b { margin-top: auto; color: #78d0f2; font-size: 11px; }

.knowledge-article { padding: 56px 0 100px; }
.article-hero { max-width: 1040px; padding: 50px 0 64px; }
.article-hero { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(36px, 6vw, 88px); align-items: end; max-width: none; }
.article-hero figure { margin: 0; }
.article-hero figure img { width: 100%; min-height: 320px; max-height: 450px; object-fit: contain; padding: 24px; background: #f1f3f3; }
.article-hero figcaption { margin-top: 9px; color: #7f898e; font-size: 9px; line-height: 1.45; }
.article-hero h1 { font-size: clamp(40px, 5.7vw, 78px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; color: #7f898f; font-size: 10px; }
.article-layout { display: grid; grid-template-columns: 235px minmax(0, 760px); gap: clamp(46px, 7vw, 110px); align-items: start; }
.article-toc { position: sticky; top: 136px; display: grid; gap: 10px; padding: 22px; border: 1px solid var(--line); color: #a9b1b5; font-size: 10px; line-height: 1.45; }
.article-toc strong { margin-bottom: 6px; color: #fff; font-size: 11px; }
.article-toc a:hover { color: #70caf0; }
.article-summary { padding: 28px; border-left: 3px solid #43b4e6; background: rgba(67,180,230,.08); }
.article-summary strong { font-size: 17px; }
.article-summary li { margin-top: 9px; color: #b6bec2; font-size: 13px; line-height: 1.55; }
.article-content section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.article-content h2 { margin: 0 0 20px; font-size: clamp(26px, 3.1vw, 40px); font-weight: 560; letter-spacing: -.025em; }
.article-content p { margin: 0 0 18px; color: #c0c7ca; font-size: 16px; line-height: 1.78; }
.article-content li { margin: 10px 0; color: #aab3b7; font-size: 14px; line-height: 1.55; }
.article-equipment,
.article-order,
.article-related { margin-top: 72px; }
.article-equipment .seo-product-grid { margin-top: 30px; }
.article-order { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 94px); padding: clamp(34px, 5vw, 62px); border: 1px solid rgba(67,180,230,.38); background: linear-gradient(135deg, rgba(67,180,230,.11), rgba(255,255,255,.02)); }
.article-order h2 { margin: 0 0 15px; font-size: clamp(28px, 4vw, 48px); font-weight: 540; }
.article-order p { color: var(--muted); line-height: 1.65; }
.article-disclaimer,
.commerce-disclaimer { margin-top: 34px; padding: 20px 24px; border: 1px solid var(--line); color: #858f94; font-size: 10px; line-height: 1.65; }

.lead-form,
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label,
.checkout-form label { display: grid; gap: 7px; color: #aeb6ba; font-size: 10px; }
.lead-form input,
.lead-form textarea,
.checkout-form input,
.checkout-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(0,0,0,.18); color: #fff; font: inherit; font-size: 13px; }
.lead-form input,
.checkout-form input { min-height: 46px; padding: 0 13px; }
.lead-form textarea,
.checkout-form textarea { padding: 12px 13px; resize: vertical; }
.lead-form input:focus,
.lead-form textarea:focus,
.checkout-form input:focus,
.checkout-form textarea:focus { border-color: #43b4e6; box-shadow: 0 0 0 3px rgba(67,180,230,.1); }
.lead-form-wide,
.form-message { grid-column: 1 / -1; }
.form-consent { display: flex !important; grid-column: 1 / -1; grid-template-columns: 18px 1fr !important; gap: 10px !important; align-items: start; line-height: 1.45; }
.form-consent input { width: 16px; min-height: 16px; margin-top: 1px; }
.form-consent a { color: #74cbed; text-decoration: underline; text-underline-offset: 2px; }
.form-message { min-height: 18px; color: #aeb6ba; font-size: 11px; }
.form-message.is-success { color: #89d275; }
.form-message.is-error { color: #ff9e91; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.commerce-page { padding: 68px 0 100px; }
.commerce-page > header { max-width: 820px; margin-bottom: 50px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 20px; align-items: start; }
.cart-panel,
.checkout-panel { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.cart-panel { min-height: 380px; padding: 20px; }
.cart-empty { padding: 60px 26px; text-align: center; }
.cart-empty h2 { font-size: 30px; font-weight: 540; }
.cart-empty p { color: var(--muted); }
.cart-empty .button { margin-top: 20px; }
.cart-items { display: grid; gap: 1px; background: var(--line); }
.cart-item { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto minmax(130px, auto); gap: 18px; align-items: center; padding: 18px; background: #0e1114; }
.cart-item-media { display: grid; width: 110px; height: 90px; place-items: center; padding: 9px; background: #f3f4f4; }
.cart-item-media img { width: 100%; height: 100%; object-fit: contain; }
.cart-item-copy { display: grid; gap: 5px; min-width: 0; }
.cart-item-copy span { color: #68c4e9; font-size: 8px; text-transform: uppercase; }
.cart-item-copy strong { font-size: 17px; }
.cart-item-copy small { overflow: hidden; color: #8d979c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-copy button { width: fit-content; margin-top: 6px; padding: 0; border: 0; background: none; color: #ea8f82; font-size: 9px; cursor: pointer; }
.cart-quantity { display: flex; align-items: center; border: 1px solid var(--line); }
.cart-quantity button { width: 34px; height: 36px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.cart-quantity input { width: 42px; height: 36px; border: 0; outline: 0; background: transparent; color: #fff; text-align: center; }
.cart-item-price { display: grid; gap: 5px; justify-items: end; text-align: right; }
.cart-item-price strong { white-space: nowrap; }
.cart-item-price small { max-width: 150px; color: #7f898e; font-size: 9px; }
.cart-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 20px; background: var(--line); }
.cart-summary > div { display: grid; gap: 8px; padding: 18px; background: #0e1114; }
.cart-summary span { color: #8d969b; font-size: 9px; }
.cart-summary strong { font-size: 18px; }
.cart-summary p { grid-column: 1 / -1; margin: 0; padding: 14px 18px; background: #17120d; color: #d7b489; font-size: 10px; }
.checkout-panel { position: sticky; top: 136px; padding: 28px; }
.checkout-panel h2 { margin: 0; font-size: 30px; font-weight: 560; }
.checkout-panel > p { margin: 10px 0 24px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkout-form { grid-template-columns: 1fr; }
.checkout-form > * { grid-column: 1; }
.request-page { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: clamp(48px, 8vw, 120px); padding: 76px 0 110px; }
.request-page ul { margin-top: 28px; color: #aab2b6; font-size: 13px; line-height: 1.6; }

.policy-document { display: grid; grid-template-columns: 240px minmax(0, 800px); grid-template-areas: "crumb crumb" "intro intro" "nav content"; gap: 0 clamp(45px, 8vw, 120px); padding: 68px 0 100px; }
.policy-document > .breadcrumbs { grid-area: crumb; }
.policy-document > header { grid-area: intro; max-width: 900px; padding: 20px 0 58px; }
.policy-document > header h1 { margin: 0; font-size: clamp(38px, 5vw, 66px); font-weight: 540; letter-spacing: -.045em; line-height: 1; }
.policy-document > header p { max-width: 720px; color: var(--muted); line-height: 1.65; }
.policy-document > header small { color: #778187; font-size: 9px; }
.policy-nav { position: sticky; top: 136px; display: grid; gap: 4px; align-self: start; }
.policy-document > .policy-nav { grid-area: nav; }
.policy-document > .policy-content { grid-area: content; }
.policy-nav a { padding: 10px 12px; border-left: 1px solid var(--line); color: #8f999e; font-size: 10px; }
.policy-nav a:hover,
.policy-nav a.is-active { border-color: #43b4e6; background: rgba(67,180,230,.07); color: #e8edef; }
.policy-content h1 { font-size: clamp(38px, 5vw, 66px); }
.policy-content .request-section { padding: 35px 0; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 16px; font-size: 26px; font-weight: 560; }
.policy-content p,
.policy-content li { color: #b4bdc1; font-size: 14px; line-height: 1.75; }
.policy-content a { color: #70c9ed; text-decoration: underline; }

.cookie-consent { position: fixed; z-index: 500; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 1080px; gap: 28px; align-items: center; justify-content: space-between; margin: 0 auto; padding: 18px 20px; border: 1px solid #dce2e5; background: rgba(255,255,255,.985); box-shadow: 0 22px 70px rgba(0,0,0,.32); color: #181d20; }
.cookie-consent strong { font-size: 13px; }
.cookie-consent p { display: inline; margin: 0 8px; color: #667077; font-size: 10px; line-height: 1.5; }
.cookie-consent a { color: #167fa9; font-size: 10px; text-decoration: underline; }
.cookie-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-consent-actions button { min-height: 40px; padding: 0 15px; border: 1px solid #d4dade; background: #fff; color: #22292d; font: inherit; font-size: 10px; font-weight: 650; cursor: pointer; }
.cookie-consent-actions .button-primary { border-color: #238fbd; background: #238fbd; color: #fff; }

@media (max-width: 1080px) {
  .seo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .knowledge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-panel { position: static; }
}

@media (max-width: 760px) {
  .seo-landing-hero,
  .knowledge-index-hero,
  .commerce-page,
  .request-page,
  .policy-document,
  .knowledge-article,
  .seo-decision-grid,
  .seo-commercial-copy,
  .seo-products,
  .seo-process,
  .knowledge-grid { width: calc(100% - 32px); }
  .seo-landing-hero,
  .seo-commercial-copy,
  .article-layout,
  .article-order,
  .request-page,
  .policy-document { grid-template-columns: 1fr; }
  .article-hero { grid-template-columns: 1fr; }
  .policy-document { grid-template-areas: "crumb" "intro" "nav" "content"; }
  .request-section:not(.article-order) { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .seo-landing-hero { padding-top: 58px; }
  .seo-decision-grid,
  .seo-product-grid,
  .knowledge-grid { grid-template-columns: 1fr; }
  .article-toc,
  .policy-nav { position: static; }
  .article-toc { display: none; }
  .request-page { padding-top: 56px; }
  .cart-item { grid-template-columns: 82px 1fr; }
  .cart-item-media { width: 82px; height: 72px; }
  .cart-quantity { width: fit-content; }
  .cart-item-price { justify-items: start; text-align: left; }
  .cart-summary { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form > * { grid-column: 1; }
  .cookie-consent { right: 10px; bottom: 10px; left: 10px; display: grid; gap: 14px; }
  .cookie-consent p { display: block; margin: 6px 0; }
}

@media (max-width: 460px) {
  .seo-process { grid-template-columns: 1fr; }
  .seo-process ol { grid-template-columns: 1fr; }
  .seo-product-card { grid-template-rows: 235px 1fr; }
  .seo-product-copy { min-height: 290px; }
  .section-heading-inline { display: grid; align-items: start; }
  .article-order { padding: 26px 20px; }
  .cart-panel,
  .checkout-panel { padding: 14px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
