@font-face{font-family:Onest;src:url('/assets/fonts/onest/onest-400.ttf') format('truetype');font-display:optional;font-weight:400}
@font-face{font-family:Onest;src:url('/assets/fonts/onest/onest-600.ttf') format('truetype');font-display:optional;font-weight:600}
@font-face{font-family:Onest;src:url('/assets/fonts/onest/onest-700.ttf') format('truetype');font-display:optional;font-weight:700}
@font-face{font-family:Onest;src:url('/assets/fonts/onest/onest-800.ttf') format('truetype');font-display:optional;font-weight:800}
:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#eaf0f7;--ink:#101828;--text:#48566a;--muted:#68768a;--line:#d9e1eb;--blue:#0a55c6;--blue-strong:#063e99;--blue-soft:#e5efff;--dark:#101923;--dark-soft:#182433;--radius:8px;--shell:min(1320px,calc(100% - 48px));--shadow:0 20px 52px rgba(16,24,40,.11);color-scheme:light}
html[data-theme="dark"]{--bg:#111820;--surface:#18222e;--surface-soft:#202c3a;--ink:#f1f5f9;--text:#c2cedd;--muted:#9aa9ba;--line:#314153;--blue:#79a9ff;--blue-strong:#a3c4ff;--blue-soft:#243b61;--dark:#0d141c;--dark-soft:#142030;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 Onest,"Segoe UI",Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}button{cursor:pointer}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;left:16px;top:12px;padding:10px 14px;border-radius:6px;background:var(--ink);color:var(--surface);transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(14px)}.header-shell{display:grid;grid-template-columns:168px 118px 1fr auto;align-items:center;gap:12px;width:var(--shell);min-height:72px;margin-inline:auto}.competence-mark img{width:164px;height:34px;object-fit:contain;object-position:left}.trinity-mark{padding-left:12px;border-left:1px solid var(--line)}.trinity-mark img{width:104px;height:32px;object-fit:contain;object-position:left}.primary-nav{display:flex;align-items:center;gap:4px;min-width:0}.primary-nav a{min-height:38px;padding:8px 10px;border-radius:6px;color:var(--text);font-size:14px;font-weight:700;white-space:nowrap}.primary-nav a:hover,.primary-nav a:focus-visible,.primary-nav a[aria-current="page"]{background:var(--surface-soft);color:var(--blue-strong);outline:none}.header-actions{display:flex;align-items:center;gap:8px}.button,.icon-button,.theme-toggle,.mobile-nav-button{border:1px solid transparent;border-radius:6px;font-weight:750;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 15px;white-space:nowrap}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:none}.button:active{transform:translateY(0)}.button-solid{border-color:var(--blue);background:var(--blue);color:#fff}.button-solid:hover,.button-solid:focus-visible{border-color:var(--blue-strong);background:var(--blue-strong);color:#fff}.button-outline{border-color:var(--line);background:var(--surface);color:var(--ink)}.button-outline:hover,.button-outline:focus-visible,.button-plain:hover,.button-plain:focus-visible{border-color:var(--blue);color:var(--blue-strong)}.button-invert{border-color:rgba(255,255,255,.54);background:transparent;color:#fff}.button-invert:hover,.button-invert:focus-visible{background:rgba(255,255,255,.12);color:#fff}.button-plain{border-color:var(--line);background:transparent;color:var(--text)}.header-button{background:var(--dark);color:#fff;border-color:var(--dark)}.header-button:hover,.header-button:focus-visible{background:var(--dark-soft);color:#fff}.icon-button,.theme-toggle,.mobile-nav-button{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border-color:var(--line);background:var(--surface);color:var(--ink);font-size:20px}.icon-button:hover,.icon-button:focus-visible,.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--blue);color:var(--blue);outline:none}.theme-toggle{font-size:17px}.mobile-nav-button{display:none;width:auto;padding:0 12px;font-size:13px}.search-panel{position:fixed;z-index:120;top:72px;right:0;left:0;padding:18px 0 26px;border-bottom:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.search-shell{position:relative;display:grid;grid-template-columns:1fr 40px;gap:10px;width:var(--shell);margin-inline:auto}.search-shell input{width:100%;min-height:48px;padding:0 16px;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--ink);outline:none}.search-shell input:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 18%,transparent)}.search-results{grid-column:1/-1;display:grid;gap:4px}.search-result{display:grid;gap:2px;padding:10px;border-radius:6px}.search-result:hover,.search-result:focus-visible{background:var(--surface-soft);outline:none}.search-result span{color:var(--blue);font-size:12px;font-weight:700}.search-result strong{line-height:1.3}.search-result p{margin:0;color:var(--muted);font-size:14px}.home-hero{position:relative;min-height:min(680px,calc(100dvh - 72px));overflow:hidden;background:var(--dark);color:#fff}.home-hero-image,.home-hero-image:after{position:absolute;inset:0}.home-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero-image:after{content:"";background:linear-gradient(90deg,rgba(8,17,28,.94) 0%,rgba(8,17,28,.74) 42%,rgba(8,17,28,.22) 74%,rgba(8,17,28,.35) 100%)}.home-hero-shell{position:relative;z-index:1;display:flex;align-items:center;width:var(--shell);min-height:min(680px,calc(100dvh - 72px));margin-inline:auto}.home-hero-copy{max-width:730px;padding:72px 0}.kicker{margin:0 0 12px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.home-hero .kicker{color:#b9d3ff}.home-hero h1,.page-intro h1,.article-page h1,.product-hero h1,.not-found h1{max-width:880px;margin:0;font-size:clamp(44px,5vw,76px);line-height:1.03;font-weight:800;letter-spacing:0;text-wrap:balance}.home-hero-copy>p:not(.kicker){max-width:620px;margin:20px 0 0;color:#d9e3f0;font-size:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.quick-routes{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;margin-top:-48px;box-shadow:var(--shadow)}.quick-routes a{display:grid;gap:4px;min-height:112px;padding:20px;border:1px solid var(--line);border-right:0;background:var(--surface)}.quick-routes a:last-child{border-right:1px solid var(--line)}.quick-routes a:hover,.quick-routes a:focus-visible{position:relative;z-index:1;border-color:var(--blue);background:var(--blue-soft);outline:none}.quick-routes strong{display:flex;align-items:center;gap:8px;line-height:1.25}.quick-routes span{color:var(--text);font-size:13px}.glyph{display:inline-grid;place-items:center;min-width:18px;color:var(--blue);font-weight:800}.content-section{padding:clamp(60px,7vw,108px) 0}.section-head{display:grid;gap:10px;max-width:800px;margin-bottom:30px}.section-head h2,.process-grid h2,.company-band h2,.cta-section h2,.split-section h2,.policy-page h1,.contact-card h2,.page-request-form h2,.notice h2{margin:0;font-size:clamp(32px,3.6vw,54px);line-height:1.08;font-weight:800;letter-spacing:0;text-wrap:balance}.section-head>p:not(.kicker),.page-intro p,.cta-section p,.split-section p{max-width:760px;margin:0;color:var(--text);font-size:17px}.solution-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:1fr auto;gap:12px}.solution-large,.solution-tile,.solution-wide{display:grid;align-content:start;gap:12px;min-height:250px;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .22s ease,border-color .22s ease,background .22s ease}.solution-large{grid-row:1/3;min-height:512px;background:var(--surface-soft)}.solution-wide{grid-column:2/4;grid-template-columns:auto 1fr auto;align-items:center;min-height:250px}.solution-grid h3,.product-card h3,.article-card h3,.statement-grid h3{margin:0;color:var(--ink);font-size:23px;line-height:1.15}.solution-grid p,.product-card p,.article-card p,.statement-grid p{margin:0;color:var(--text);font-size:14px}.solution-grid .glyph{font-size:32px}.solution-grid .dark{border-color:var(--dark);background:var(--dark);color:#fff}.solution-grid .dark h3,.solution-grid .dark p{color:inherit}.solution-grid .dark p{color:#c5d2e2}.solution-large:hover,.solution-tile:hover,.solution-wide:hover,.solution-large:focus-visible,.solution-tile:focus-visible,.solution-wide:focus-visible{border-color:var(--blue);outline:none;transform:translateY(-3px)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.product-card:hover{border-color:color-mix(in srgb,var(--blue) 50%,var(--line));box-shadow:var(--shadow);transform:translateY(-3px)}.product-photo{display:grid;min-height:220px;place-items:center;padding:20px;border-bottom:1px solid var(--line);background:#fff}.product-photo img{width:100%;height:220px;object-fit:contain}.product-card-copy{display:flex;flex-direction:column;align-items:flex-start;padding:20px}.status{display:inline-flex;width:fit-content;margin:0 0 12px;padding:4px 8px;border:1px solid;border-radius:5px;font-size:12px;font-weight:800;line-height:1.2}.status.registry{border-color:#9dcfb5;background:#e7f8ed;color:#1e7042}.status.development{border-color:#dfc48e;background:#fff6dc;color:#805e17}.product-family,.article-meta{margin:0 0 8px!important;color:var(--blue)!important;font-size:12px!important;font-weight:800}.product-card h3{font-size:21px}.product-card h3 a:hover,.article-card h3 a:hover{color:var(--blue)}.product-card p:not(.product-family){margin-top:10px;line-height:1.48}.product-tags,.article-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.product-tags span,.article-tags span{padding:4px 7px;border-radius:5px;background:var(--surface-soft);color:var(--text);font-size:12px;font-weight:700}.text-link{display:inline-flex;align-items:center;gap:6px;width:fit-content;margin-top:auto;padding-top:20px;color:var(--blue-strong);font-weight:800}.text-link:hover,.text-link:focus-visible{color:var(--blue);outline:none}.section-action{margin-top:22px}.process-section{padding:clamp(60px,8vw,116px) 0;background:var(--dark);color:#fff}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(38px,7vw,110px);align-items:start}.process-grid .kicker{color:#b9d3ff}.process-grid h2{color:#fff}.process-grid ol{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:process}.process-grid li{position:relative;display:grid;gap:5px;padding:0 0 26px 62px;color:#fff;counter-increment:process}.process-grid li:last-child{padding-bottom:0}.process-grid li:before{position:absolute;left:0;top:0;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:5px;color:#b9d3ff;content:counter(process);font-weight:800}.process-grid li:not(:last-child):after{position:absolute;left:18px;top:44px;bottom:6px;width:1px;background:rgba(255,255,255,.2);content:""}.process-grid span{color:#c7d3e2;font-size:14px}.company-band{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:clamp(34px,5vw,68px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.company-band img{width:min(280px,28vw);max-height:100px;object-fit:contain}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.article-grid-all{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{display:grid;grid-template-columns:180px 1fr;gap:18px;min-height:180px;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.article-grid-all .article-card{grid-template-columns:1fr;gap:0}.article-image{min-height:100%;background:var(--surface-soft)}.article-image img{width:100%;height:100%;object-fit:cover}.article-card>div{display:flex;flex-direction:column;align-items:flex-start;padding:18px}.article-card h3{font-size:20px}.article-card p{margin-top:10px}.article-card .text-link{padding-top:12px}.article-grid-all .article-image{height:190px;min-height:auto}.cta-section{display:flex;gap:36px;align-items:end;justify-content:space-between;margin-bottom:clamp(62px,9vw,130px);padding:clamp(34px,5vw,62px);border:1px solid var(--dark);border-radius:var(--radius);background:var(--dark);color:#fff}.cta-section .kicker{color:#b9d3ff}.cta-section h2{max-width:760px;color:#fff}.cta-section p{margin-top:12px;color:#d5e0ed}.page-intro{padding:54px 0 34px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px;color:var(--muted);font-size:13px;font-weight:700}.breadcrumbs a{color:var(--blue)}.breadcrumbs a:after{margin-left:8px;color:var(--muted);content:"/"}.page-intro h1{color:var(--ink);font-size:clamp(44px,5vw,68px)}.page-intro>div>p:not(.kicker){margin-top:18px}.catalog-section{display:grid;grid-template-columns:276px 1fr;gap:32px;padding-bottom:100px}.catalog-filters{position:sticky;top:92px;align-self:start;display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h2{margin:0;font-size:21px}.filter-head button{padding:0;border:0;background:transparent;color:var(--blue);font-weight:750}.catalog-filters label,.catalog-filters fieldset{display:grid;gap:7px;padding:0;border:0;color:var(--text);font-size:13px;font-weight:700}.catalog-filters input,.catalog-filters select{width:100%;min-height:40px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--ink);outline:none}.catalog-filters input:focus,.catalog-filters select:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 17%,transparent)}.catalog-filters legend{margin-bottom:7px}.catalog-filters .choice{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.catalog-filters .choice input{width:16px;min-height:16px}.catalog-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.catalog-results-head p{margin:0;color:var(--muted);font-size:14px}.mobile-filter-button{display:none}.empty-results{padding:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.empty-results h2{margin:0;font-size:26px}.empty-results p{color:var(--text)}.product-hero{padding:42px 0 48px}.product-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.product-hero h1{color:var(--ink);font-size:clamp(38px,4.5vw,62px)}.product-hero h1+p{margin:18px 0 0;color:var(--text);font-size:18px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;height:280px;object-fit:contain;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.product-detail-grid{display:grid;grid-template-columns:1fr 320px;gap:48px}.product-detail-grid h2,.use-case-section h2{margin:0 0 20px;font-size:34px;line-height:1.1}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.spec-grid div{display:grid;gap:5px;min-height:88px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.spec-grid span{color:var(--muted);font-size:13px}.spec-grid strong{color:var(--ink);line-height:1.3}.project-aside{align-self:start;display:grid;gap:14px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.project-aside h2{font-size:22px;margin:0}.project-aside p{margin:0;color:var(--text);font-size:14px}.project-aside a{color:var(--blue);font-weight:750}.use-case-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}.use-case-section ul,.solution-detail ul,.split-section ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.use-case-section li,.solution-detail li,.split-section li{padding:13px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-weight:700}.doc-route-grid,.text-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.doc-route-grid a,.text-route-grid a,.link-stack a{display:flex;align-items:center;gap:9px;min-height:74px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);font-weight:750}.doc-route-grid a:hover,.text-route-grid a:hover,.link-stack a:hover{border-color:var(--blue);color:var(--blue);outline:none}.solution-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.solution-route{position:relative;display:grid;gap:14px;min-height:240px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.solution-route:nth-child(1){background:var(--surface-soft)}.solution-route:nth-child(3){background:var(--dark);color:#fff}.solution-route:nth-child(3) h2,.solution-route:nth-child(3) p{color:inherit}.solution-route:nth-child(3) p{color:#c7d3e2}.solution-route:nth-child(5){grid-column:1/-1;min-height:180px}.solution-route h2{margin:0;color:var(--ink);font-size:31px;line-height:1.1}.solution-route p{max-width:620px;margin:0;color:var(--text)}.solution-route>.glyph:last-child{position:absolute;right:24px;bottom:20px;font-size:24px}.solution-route:hover,.solution-route:focus-visible{border-color:var(--blue);outline:none;transform:translateY(-2px)}.solution-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.solution-detail h2{margin:0 0 20px;font-size:42px;line-height:1.1}.solution-detail-image{min-height:360px;overflow:hidden;border-radius:var(--radius)}.solution-detail-image img{width:100%;height:360px;object-fit:cover}.link-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.article-page{padding:54px 0 0}.article-page header{max-width:960px}.article-page h1{color:var(--ink);font-size:clamp(42px,5vw,70px)}.article-lead{max-width:790px;margin:18px 0 0;color:var(--text);font-size:20px}.article-hero{margin:36px 0 0;overflow:hidden;border-radius:var(--radius);background:var(--surface-soft)}.article-hero img{width:100%;height:min(560px,45vw);object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:64px;padding:56px 0}.article-copy{min-width:0}.article-copy section+section{margin-top:42px}.article-copy h2{margin:0 0 14px;color:var(--ink);font-size:34px;line-height:1.14}.article-copy p{margin:0;color:var(--text);font-size:17px}.article-copy p+p{margin-top:16px}.article-copy ul{display:grid;gap:8px;margin:20px 0 0;padding-left:20px;color:var(--text)}.article-layout aside{position:sticky;top:94px;align-self:start;display:grid;gap:12px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.article-layout aside strong{font-size:19px}.article-layout aside p{margin:0;color:var(--text);font-size:14px}.manufacturer-intro{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.manufacturer-intro img{width:min(310px,30vw);height:116px;object-fit:contain}.statement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.statement-grid article,.document-grid article{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.statement-grid .glyph,.document-grid .glyph{font-size:28px}.statement-grid h3,.document-grid h2{margin:16px 0 10px}.source-note{padding-top:0;color:var(--text)}.source-note a{color:var(--blue);font-weight:750}.split-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:start}.split-section ul{grid-template-columns:1fr}.split-section li{display:flex;gap:10px;align-items:center}.work-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line)}.work-list article{padding:24px 20px;border-bottom:1px solid var(--line)}.work-list article:nth-child(odd){border-right:1px solid var(--line)}.work-list strong{font-size:21px}.work-list p{margin:8px 0 0;color:var(--text)}.document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.document-grid h2{font-size:25px;line-height:1.15}.document-grid p{color:var(--text)}.document-grid .text-link{border:0;background:transparent;padding:0;text-align:left}.notice{padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.notice h2{font-size:32px}.notice p{max-width:760px;margin:12px 0 0;color:var(--text)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}.contact-card,.page-request-form{display:grid;gap:15px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.contact-card a{color:var(--blue-strong);font-size:20px;font-weight:800}.contact-card p{margin:8px 0 0;color:var(--text)}.page-request-form label,.lead-form label{display:grid;gap:6px;color:var(--text);font-size:13px;font-weight:700}.page-request-form input,.page-request-form textarea,.lead-form input:not(.trap),.lead-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--ink);outline:none;resize:vertical}.page-request-form input:focus,.page-request-form textarea:focus,.lead-form input:focus,.lead-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 17%,transparent)}.consent-line{display:flex!important;grid-template-columns:18px 1fr;align-items:start;gap:8px!important;font-size:13px!important;font-weight:600!important}.consent-line input{width:16px!important;height:16px;padding:0!important}.consent-line a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0}.form-message{margin:0;padding:10px;border-radius:6px;background:var(--surface-soft);color:var(--text);font-size:14px}.policy-page{max-width:900px;padding:60px 0 100px}.policy-page h1{margin:0 0 22px}.policy-page>p:not(.kicker):not(.policy-date){max-width:760px;color:var(--text);font-size:17px}.policy-page a{color:var(--blue);font-weight:750}.policy-date{color:var(--muted);font-size:13px}.not-found{padding:120px 0}.not-found h1{color:var(--ink)}.not-found p{color:var(--text);font-size:18px}.site-footer{background:var(--dark);color:#fff}.footer-shell{display:grid;grid-template-columns:1.35fr repeat(3,.7fr) 1fr;gap:30px;width:var(--shell);padding:60px 0}.footer-brand img{width:168px;height:34px}.footer-brand p{max-width:280px;margin:16px 0 0;color:#c3d0de;font-size:14px}.footer-column{display:grid;align-content:start;gap:10px}.footer-column strong{margin-bottom:5px}.footer-column a,.footer-contact a{color:#d4dfeb;font-size:14px}.footer-column a:hover,.footer-column a:focus-visible,.footer-contact a:hover,.footer-contact a:focus-visible{color:#fff;outline:none;text-decoration:underline;text-underline-offset:3px}.footer-contact{display:grid;align-content:start;gap:10px}.footer-contact a{font-weight:750}.footer-contact p{margin:4px 0 0;color:#aebdce;font-size:13px}.footer-bottom{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;width:var(--shell);padding:17px 0;border-top:1px solid rgba(255,255,255,.17);color:#aebdce;font-size:12px}.footer-bottom button{margin-left:auto;padding:0;border:0;background:transparent;color:#d8e4f0;font:inherit;font-weight:700}.footer-bottom button:hover{text-decoration:underline}.cookie-banner{position:fixed;z-index:180;right:16px;bottom:16px;left:16px;display:flex;gap:24px;align-items:center;justify-content:space-between;max-width:860px;margin-left:auto;padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.cookie-banner strong{font-size:16px}.cookie-banner p{max-width:560px;margin:4px 0;color:var(--text);font-size:13px}.cookie-banner a{color:var(--blue);font-size:13px;font-weight:750}.cookie-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.cookie-actions .button{min-height:38px;font-size:13px}.lead-dialog{width:min(620px,calc(100% - 32px));max-height:min(92dvh,900px);padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);box-shadow:0 30px 90px rgba(2,10,20,.42)}.lead-dialog::backdrop{background:rgba(7,14,25,.68)}.lead-form{display:grid;gap:14px;padding:28px}.dialog-head{display:flex;gap:14px;align-items:start;justify-content:space-between}.dialog-head h2{max-width:460px;margin:0;font-size:30px;line-height:1.12}.dialog-lead{margin:0;color:var(--text)}.lead-dialog .icon-button{flex:0 0 auto}.lead-dialog[open]{animation:dialog-in .2s ease both}@keyframes dialog-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:1060px){.header-shell{grid-template-columns:168px 106px 1fr auto}.primary-nav{gap:0}.primary-nav a{padding-inline:7px;font-size:13px}.product-grid,.article-grid-all{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-routes{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.quick-routes a:nth-child(2){border-right:1px solid var(--line)}.quick-routes a:nth-child(3){border-top:0}.quick-routes a:nth-child(4){border-top:0}.catalog-section{grid-template-columns:246px 1fr}.article-layout{gap:38px}.footer-shell{grid-template-columns:1.2fr repeat(3,.7fr)}.footer-contact{grid-column:1/-1;grid-template-columns:repeat(3,auto);align-items:center}.footer-contact p{margin:0}}
@media (max-width:820px){.header-shell{grid-template-columns:1fr auto auto auto;min-height:64px}.competence-mark img{width:145px}.trinity-mark{display:none}.mobile-nav-button{display:inline-grid}.primary-nav{position:absolute;top:64px;right:24px;left:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.primary-nav a{padding:12px}.header-button{display:none}.home-hero,.home-hero-shell{min-height:600px}.home-hero-copy{padding:60px 0}.home-hero h1{font-size:clamp(42px,8vw,60px)}.home-hero-image:after{background:linear-gradient(90deg,rgba(8,17,28,.93),rgba(8,17,28,.58))}.solution-grid,.product-hero-grid,.process-grid,.product-detail-grid,.use-case-section,.solution-detail,.split-section,.contact-grid{grid-template-columns:1fr}.solution-large{grid-row:auto;min-height:250px}.solution-wide{grid-column:auto}.product-gallery img{height:240px}.project-aside,.article-layout aside{position:static}.article-layout{grid-template-columns:1fr;padding-top:42px}.article-grid{grid-template-columns:1fr}.article-grid-all{grid-template-columns:repeat(2,minmax(0,1fr))}.article-grid-all .article-card{grid-template-columns:1fr}.company-band{grid-template-columns:1fr}.company-band img{width:230px}.statement-grid,.document-grid,.doc-route-grid,.text-route-grid{grid-template-columns:1fr}.solution-route-grid{grid-template-columns:1fr}.solution-route:nth-child(5){grid-column:auto}.work-list{grid-template-columns:1fr}.work-list article:nth-child(odd){border-right:0}.footer-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:1/-1;grid-template-columns:1fr}.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-actions{justify-content:flex-start}.catalog-section{grid-template-columns:1fr}.catalog-filters{display:none;position:static}.catalog-filters.is-open{display:grid}.mobile-filter-button{display:inline-flex;padding:8px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-weight:750}.catalog-results-head{align-items:center}.spec-grid{grid-template-columns:1fr}.article-hero img{height:360px}.manufacturer-intro{grid-template-columns:1fr}.manufacturer-intro img{width:230px}}
@media (max-width:560px){:root{--shell:min(100% - 32px,1320px)}.header-shell{width:calc(100% - 28px)}.competence-mark img{width:137px}.icon-button,.theme-toggle{width:34px;height:34px}.home-hero,.home-hero-shell{min-height:580px}.home-hero-copy{padding:42px 0}.home-hero-copy>p:not(.kicker){font-size:17px}.quick-routes{grid-template-columns:1fr}.quick-routes a,.quick-routes a:nth-child(2){border-right:1px solid var(--line)}.quick-routes a:not(:first-child){border-top:0}.content-section{padding:58px 0}.section-head h2,.process-grid h2,.company-band h2,.cta-section h2{font-size:33px}.solution-grid{grid-template-columns:1fr}.solution-large,.solution-tile,.solution-wide{grid-column:auto;min-height:200px}.solution-wide{grid-template-columns:auto 1fr}.solution-wide>.glyph:last-child{display:none}.product-grid,.article-grid-all{grid-template-columns:1fr}.product-photo{min-height:190px}.product-photo img{height:190px}.article-card{grid-template-columns:130px 1fr}.article-card h3{font-size:18px}.article-card p{font-size:13px}.article-grid-all .article-card{grid-template-columns:1fr}.article-grid-all .article-image{height:190px}.process-grid li{padding-left:52px}.company-band{padding:26px}.cta-section{align-items:flex-start;flex-direction:column;padding:26px;margin-bottom:70px}.page-intro{padding:40px 0 20px}.page-intro h1,.article-page h1,.product-hero h1{font-size:40px}.catalog-section{padding-bottom:60px}.product-hero{padding:30px 0}.product-gallery{grid-template-columns:1fr}.product-gallery img{height:250px}.use-case-section ul{grid-template-columns:1fr}.article-page{padding-top:40px}.article-lead{font-size:18px}.article-hero{margin-top:24px}.article-hero img{height:250px}.article-copy h2{font-size:28px}.article-copy p{font-size:16px}.footer-shell{grid-template-columns:1fr;gap:26px;padding:46px 0}.footer-brand{grid-column:auto}.footer-contact{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom button{margin-left:0}.cookie-banner{right:10px;bottom:10px;left:10px}.cookie-actions{width:100%}.cookie-actions .button{flex:1}.lead-form{padding:20px}.dialog-head h2{font-size:26px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* 2026-08-09 premium industrial editorial system */
:root{--bg:#f4f6f8;--surface:#fff;--surface-soft:#e9edf1;--ink:#0b1118;--text:#3f4a57;--muted:#697584;--line:#d7dde3;--blue:#1558d6;--blue-strong:#0d3f9f;--blue-soft:#e8efff;--dark:#0b1118;--dark-soft:#121b25;--radius:7px;--shadow:0 24px 64px rgba(16,28,43,.12)}
html[data-theme="dark"]{--bg:#0c1218;--surface:#121a23;--surface-soft:#1a2530;--ink:#f5f7f9;--text:#c0cad5;--muted:#8f9dab;--line:#2b3946;--blue:#75a5ff;--blue-strong:#a7c4ff;--blue-soft:#1c3157;--dark:#070b10;--dark-soft:#101822}
[hidden]{display:none!important}html{scroll-padding-top:112px}body{background:var(--bg)}
a,button{transition:border-color .2s ease,color .2s ease,background-color .2s ease,opacity .2s ease,transform .2s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 34%,transparent);outline-offset:3px}
.site-header{border-bottom:1px solid color-mix(in srgb,var(--line) 76%,transparent);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px)}
.header-shell{min-height:74px}.primary-nav a{position:relative}.primary-nav a:after{position:absolute;right:12px;bottom:9px;left:12px;height:2px;background:var(--blue);content:"";transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.primary-nav a:hover:after,.primary-nav a[aria-current="page"]:after{transform:scaleX(1);transform-origin:left}
.button{min-height:46px;padding:0 19px;border-radius:5px}.button-solid:hover{background:var(--blue-strong);transform:translateY(-1px)}.text-link .glyph,.quick-routes .glyph,.family-row>.glyph,.article-row .glyph{transition:transform .2s ease}.text-link:hover .glyph,.quick-routes a:hover .glyph,.family-row:hover>.glyph,.article-row:hover .glyph{transform:translateX(4px)}
.home-hero{min-height:calc(100svh - 74px);max-height:860px}.home-hero-shell{position:relative;display:flex;min-height:calc(100svh - 74px);max-height:860px;align-items:flex-end;padding-bottom:72px}.home-hero-image img{animation:hero-image-in 1.05s cubic-bezier(.2,.7,.2,1) both;object-position:center 48%}.home-hero-image:after{background:linear-gradient(90deg,rgba(4,10,18,.92) 0%,rgba(4,10,18,.68) 43%,rgba(4,10,18,.14) 76%)}
.home-hero-copy{max-width:920px;padding:0}.home-hero-copy>*{animation:hero-copy-in .65s cubic-bezier(.2,.7,.2,1) both}.home-hero-copy>*:nth-child(2){animation-delay:.08s}.home-hero-copy>*:nth-child(3){animation-delay:.16s}.home-hero-copy>*:nth-child(4){animation-delay:.24s}.home-hero h1{max-width:920px;margin-top:16px;font-size:60px;line-height:1.02;letter-spacing:0}.home-hero-copy>p:not(.kicker){max-width:680px;margin-top:22px;font-size:20px}.hero-actions{margin-top:32px}.hero-proof{position:absolute;right:0;bottom:76px;display:grid;gap:0;min-width:280px;border-top:1px solid rgba(255,255,255,.38);color:#fff}.hero-proof span{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.22);font-size:13px;font-weight:700}
@keyframes hero-image-in{from{opacity:.55;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}@keyframes hero-copy-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.quick-routes{position:relative;z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;border:0;border-bottom:1px solid var(--line);box-shadow:none}.quick-routes a{display:flex;min-height:70px;align-items:center;justify-content:space-between;padding:0 20px;border:0;border-right:1px solid var(--line);background:transparent;font-size:14px;font-weight:750}.quick-routes a:first-child{padding-left:0}.quick-routes a:last-child{padding-right:0;border-right:0}.quick-routes a:hover{color:var(--blue)}
.registry-selector{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:72px;padding-top:76px}.registry-selector-copy h2{max-width:460px;margin:0;font-size:36px;line-height:1.08}.registry-selector-copy>p:not(.kicker){max-width:470px;margin:16px 0 0;color:var(--text)}.registry-options{border-top:1px solid var(--line)}.registry-option{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:112px;border-bottom:1px solid var(--line)}.registry-option>span{color:var(--muted);font-size:12px;font-weight:800}.registry-option strong{display:block;font-size:21px;line-height:1.2}.registry-option small{display:block;max-width:660px;margin-top:7px;color:var(--text);font-size:13px;line-height:1.45}.registry-option>.glyph{font-size:22px;transition:transform .2s ease}.registry-option:hover,.registry-option:focus-visible{color:var(--blue);outline:none}.registry-option:hover>.glyph,.registry-option:focus-visible>.glyph{transform:translateX(4px)}
.content-section{padding:106px 0}.section-rail{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:24px;align-items:start;margin-bottom:42px}.section-rail>span,.section-number{color:var(--blue);font-size:13px;font-weight:800}.section-rail h2{max-width:760px;margin:0;color:var(--ink);font-size:46px;line-height:1.06}.section-rail p{max-width:660px;margin:12px 0 0;color:var(--text)}.section-rail>.text-link{align-self:end}
[data-reveal]{transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1)}.js [data-reveal]:not(.is-visible){opacity:0;transform:translateY(24px)}.is-visible{opacity:1;transform:none}
.family-stage{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.family-visual{display:grid;min-height:560px;place-items:center;padding:36px;border-right:1px solid var(--line);background:var(--surface)}.family-visual img{width:100%;height:440px;object-fit:contain;transition:opacity .18s ease,transform .45s cubic-bezier(.2,.7,.2,1)}.family-visual:hover img{transform:scale(1.025)}.family-visual img.is-changing{opacity:0;transform:scale(.985)}.family-list{display:grid}.family-row{display:grid;grid-template-columns:34px 1fr auto;gap:16px;align-items:center;padding:24px 0 24px 28px;border-bottom:1px solid var(--line)}.family-row:last-child{border-bottom:0}.family-row[aria-current="true"]{color:var(--blue)}.family-index{color:var(--muted);font-size:12px;font-weight:800}.family-row strong{display:block;font-size:23px}.family-row small{display:block;margin-top:7px;color:var(--text);font-size:13px;line-height:1.45}.family-row>.glyph{margin-right:8px;font-size:22px}
.product-grid-featured{grid-template-columns:1.18fr .82fr;grid-template-rows:1fr 1fr}.product-grid-featured .product-card-lead{grid-row:1/3}.product-grid-featured .product-card:not(.product-card-lead){grid-template-columns:210px 1fr}.product-grid-featured .product-card:not(.product-card-lead) .product-photo{min-height:100%;border-right:1px solid var(--line);border-bottom:0}.product-grid-featured .product-card:not(.product-card-lead) .product-photo img{height:100%;min-height:240px}.product-grid-featured .product-card:not(.product-card-lead) .product-card-copy{padding:22px}.product-grid-featured .product-card:not(.product-card-lead) .product-card-copy>p:not(.product-family),.product-grid-featured .product-card:not(.product-card-lead) .product-tags{display:none}
.product-card{border-color:var(--line);box-shadow:none}.product-card:hover{border-color:color-mix(in srgb,var(--blue) 55%,var(--line));box-shadow:0 18px 44px rgba(22,39,61,.09);transform:translateY(-3px)}.product-photo{min-height:250px;background:#fff}.product-photo img{height:250px;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-photo img{transform:scale(1.035)}.product-card-copy{padding:24px}.product-card-copy h3{font-size:23px}.status{border-radius:3px}.status.nonregistry{border-color:color-mix(in srgb,var(--muted) 48%,var(--line));background:var(--surface-soft);color:var(--text)}.product-tags span{border-radius:3px}
.process-section{padding:105px 0;background:var(--ink);color:#fff}.process-section .section-rail{margin-bottom:58px}.process-section .section-rail h2{color:#fff}.process-section .section-rail p{color:#b6c2cf}.process-section .section-rail>span{color:#79a8ff}.process-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid rgba(255,255,255,.24);list-style:none}.process-list.selection-stages{grid-template-columns:repeat(4,minmax(0,1fr))}.process-list li{min-height:230px;padding:26px 32px 0 0;border-right:1px solid rgba(255,255,255,.18)}.process-list li+li{padding-left:32px}.process-list li:last-child{border-right:0}.process-list span{color:#79a8ff;font-size:12px;font-weight:800}.process-list strong{display:block;margin-top:58px;font-size:22px}.process-list p{margin:10px 0 0;color:#b6c2cf;font-size:14px}
.company-band{display:block;padding:96px 0;border:0;border-radius:0;background:var(--surface-soft)}.company-band-inner{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:80px;align-items:center}.company-band-inner>div{max-width:780px}.company-band h2{font-size:46px;line-height:1.06}.company-band p:not(.kicker){margin-top:18px}.company-band img{width:300px;max-height:108px}
.editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;border-top:1px solid var(--line);padding-top:32px}.article-feature-image{display:block;height:310px;margin-bottom:24px;overflow:hidden;background:#fff}.article-feature-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.article-feature:hover img{transform:scale(1.025)}.article-feature>span{color:var(--blue);font-size:12px;font-weight:800}.article-feature h3{max-width:700px;margin:12px 0 0;font-size:31px;line-height:1.12}.article-feature p{max-width:680px;margin:14px 0 0;color:var(--text)}.article-rows{display:grid;align-content:start}.article-row{display:grid;grid-template-columns:34px 1fr auto;gap:18px;align-items:center;min-height:104px;border-bottom:1px solid var(--line)}.article-row:first-child{border-top:1px solid var(--line)}.article-row>span{color:var(--muted);font-size:12px;font-weight:800}.article-row strong{font-size:19px;line-height:1.25}
.cta-section{align-items:center;margin-bottom:112px;padding:44px 0;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink)}.cta-section h2{max-width:900px;color:var(--ink);font-size:40px;line-height:1.06}.cta-section p{color:var(--text)}
.page-intro{padding:62px 0 38px}.page-intro h1{font-size:58px}.catalog-section{grid-template-columns:286px minmax(0,1fr);gap:40px}.catalog-filters{top:96px;padding:22px;border-radius:7px;box-shadow:none}.catalog-results>.mobile-filter-button{margin-bottom:16px}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.catalog-results .product-card-copy>p:not(.product-family){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.product-page{padding:42px 0 58px}.product-commerce{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);gap:58px;align-items:start}.product-media{min-width:0}.gallery-stage{display:grid;aspect-ratio:1.48/1;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.gallery-stage>img{width:100%;height:100%;object-fit:contain;transition:opacity .18s ease,transform .25s ease}.gallery-stage>img.is-changing{opacity:0;transform:scale(.985)}.gallery-thumbs{display:flex;gap:10px;margin-top:10px}.gallery-thumb{display:grid;width:112px;aspect-ratio:1.48/1;place-items:center;padding:5px;border:1px solid var(--line);border-radius:5px;background:#fff}.gallery-thumb[aria-pressed="true"]{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-summary{padding-top:6px}.product-summary-top{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--muted);font-size:13px;font-weight:700}.product-summary h1{margin:18px 0 0;font-size:48px;line-height:1.04}.product-description{margin:20px 0 0;color:var(--text);font-size:17px}.product-identifiers{display:flex;flex-wrap:wrap;gap:12px 32px;margin:24px 0 0;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-identifiers div{display:flex;gap:8px}.product-identifiers dt{color:var(--muted);font-size:13px}.product-identifiers dd{margin:0;font-size:13px;font-weight:800}.product-identifiers a{color:var(--blue)}.key-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:22px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.key-specs div{display:grid;gap:6px;min-height:88px;padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.key-specs span{color:var(--muted);font-size:12px}.key-specs strong{font-size:14px;line-height:1.3}.request-box{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-top:22px;padding:20px;background:var(--surface-soft)}.request-box>div{display:grid;gap:4px}.request-box span,.request-box small{color:var(--muted);font-size:12px}.request-box strong{font-size:24px}.delivery-facts{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:18px;color:var(--text);font-size:12px;font-weight:700}.product-disclaimer{margin:15px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.product-disclaimer a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.mobile-product-action{display:none}.product-anchor-nav{position:sticky;z-index:40;top:74px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(10px)}.product-anchor-nav>div{display:flex;gap:34px;min-height:54px;align-items:center;overflow-x:auto}.product-anchor-nav a{white-space:nowrap;font-size:13px;font-weight:800}.product-anchor-nav a:hover{color:var(--blue)}
.product-overview{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.product-overview h2,.product-specifications h2,.product-documents h2{margin:12px 0 0;font-size:42px}.product-overview>div>p{margin-top:18px;color:var(--text);font-size:17px}.product-overview ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.product-overview li{min-height:72px;padding:22px 18px 12px 0;border-bottom:1px solid var(--line);font-weight:700}.product-overview li:nth-child(even){padding-left:18px;border-left:1px solid var(--line)}.spec-table{margin:0;border-top:1px solid var(--line)}.spec-table>div{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:30px;padding:18px 0;border-bottom:1px solid var(--line)}.spec-table dt{color:var(--muted);font-size:13px}.spec-table dd{margin:0;color:var(--ink);font-weight:700}.document-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.document-list button{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;min-height:104px;padding:18px;text-align:left;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;color:var(--ink)}.document-list button:hover{background:var(--surface-soft)}.document-list span{font-weight:800}.document-list small{display:block;margin-top:5px;color:var(--muted);font-weight:400}.document-list strong{color:var(--blue);font-size:12px}
.document-grid-full{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.document-grid-full article{min-height:260px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}.document-state{display:inline-block;margin:8px 0 18px;color:var(--blue);font-size:12px;font-weight:800}
.selection-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.page-request-form select,.lead-form select{width:100%;min-height:44px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--ink);outline:none}.page-request-form select:focus,.lead-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 17%,transparent)}
.site-footer{border-top:1px solid #28333e}.content-section:not(.family-explorer):not(.featured-products):not(.editorial){content-visibility:auto;contain-intrinsic-size:1px 800px}
@media (max-width:1120px){.hero-proof{display:none}.home-hero h1{font-size:52px}.registry-selector{grid-template-columns:1fr;gap:34px}.process-list.selection-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.process-list.selection-stages li:nth-child(2){border-right:0}.process-list.selection-stages li:nth-child(n+3){border-top:1px solid rgba(255,255,255,.18)}.family-stage{grid-template-columns:1fr}.family-visual{min-height:430px;border-right:0;border-bottom:1px solid var(--line)}.family-visual img{height:350px}.product-grid-featured{grid-template-columns:1fr 1fr;grid-template-rows:auto}.product-grid-featured .product-card-lead{grid-row:auto;grid-column:1/-1}.product-grid-featured .product-card:not(.product-card-lead){grid-template-columns:1fr}.product-grid-featured .product-card:not(.product-card-lead) .product-photo{border-right:0;border-bottom:1px solid var(--line)}.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-commerce{grid-template-columns:1fr 1fr;gap:36px}.product-summary h1{font-size:42px}}
@media (max-width:960px){.catalog-section{grid-template-columns:minmax(0,1fr);gap:20px}.catalog-results{width:100%;min-width:0}.catalog-filters{display:none;position:static;top:auto}.catalog-filters.is-open{display:grid}.catalog-results>.mobile-filter-button{display:inline-flex;padding:8px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-weight:750}}
@media (max-width:820px){.competence-mark{display:none}.trinity-mark{display:flex}.trinity-mark img{width:104px;height:32px}.home-hero,.home-hero-shell{min-height:680px;max-height:none}.home-hero-shell{padding-bottom:46px}.home-hero h1{font-size:44px}.home-hero-copy>p:not(.kicker){font-size:18px}.quick-routes{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-routes a:first-child{padding-left:16px}.quick-routes a:nth-child(2){border-right:0}.quick-routes a:nth-child(n+3){border-top:1px solid var(--line)}.quick-routes a:last-child{padding-right:16px}.registry-selector{padding-top:58px}.section-rail{grid-template-columns:38px 1fr}.section-rail>.text-link{grid-column:2}.section-rail h2,.company-band h2{font-size:40px}.product-grid-featured{grid-template-columns:1fr}.product-grid-featured .product-card-lead{grid-column:auto}.process-list,.process-list.selection-stages{grid-template-columns:1fr}.process-list.selection-stages li:nth-child(n){border-top:0}.process-list li,.process-list li+li{min-height:0;padding:24px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.process-list strong{margin-top:18px}.company-band-inner{grid-template-columns:1fr}.company-band-inner img{justify-self:start}.editorial-grid{grid-template-columns:1fr;gap:38px}.product-commerce{grid-template-columns:1fr}.product-anchor-nav{top:64px}.product-overview{grid-template-columns:1fr;gap:34px}.document-list{grid-template-columns:1fr}.document-grid-full{grid-template-columns:1fr}.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.home-hero,.home-hero-shell{min-height:620px}.home-hero h1{font-size:40px}.home-hero-copy>p:not(.kicker){font-size:16px}.home-hero-image:after{background:linear-gradient(90deg,rgba(4,10,18,.94),rgba(4,10,18,.52))}.quick-routes{grid-template-columns:1fr}.quick-routes a,.quick-routes a:nth-child(2){min-height:58px;border-right:0;border-top:1px solid var(--line)}.quick-routes a:first-child{border-top:0}.registry-selector{padding-top:48px}.registry-selector-copy h2{font-size:32px}.registry-option{grid-template-columns:28px minmax(0,1fr) auto;gap:12px;min-height:128px}.registry-option strong{font-size:18px}.content-section{padding:72px 0}.section-rail{gap:14px;margin-bottom:30px}.section-rail h2,.company-band h2,.cta-section h2{font-size:34px}.family-visual{min-height:300px;padding:18px}.family-visual img{height:260px}.family-row{grid-template-columns:28px 1fr auto;padding:19px 0}.family-row strong{font-size:20px}.family-row small{font-size:12px}.product-grid-featured .product-card:not(.product-card-lead){grid-template-columns:1fr}.process-section{padding:72px 0}.company-band{padding:70px 0}.company-band-inner{gap:44px}.company-band-inner img{width:230px}.article-feature-image{height:240px}.article-row{min-height:88px}.article-row strong{font-size:16px}.cta-section{margin-bottom:72px;padding:34px 0}.page-intro h1{font-size:40px}.catalog-results .product-grid{grid-template-columns:1fr}.product-page{padding-top:30px}.product-commerce{gap:30px}.product-summary h1{font-size:38px}.gallery-stage{aspect-ratio:1.18/1}.gallery-thumb{width:86px}.key-specs{grid-template-columns:1fr}.request-box{grid-template-columns:1fr}.request-box .button{width:100%}.delivery-facts{display:grid}.mobile-product-action{position:fixed;z-index:90;right:0;bottom:0;left:0;display:flex;gap:12px;align-items:center;justify-content:space-between;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 -12px 34px rgba(15,28,44,.12);backdrop-filter:blur(12px)}.mobile-product-action span{font-size:13px;font-weight:800}.mobile-product-action .button{min-height:42px}.product-anchor-nav>div{gap:24px}.product-overview h2,.product-specifications h2,.product-documents h2{font-size:34px}.product-overview ul{grid-template-columns:1fr}.product-overview li:nth-child(even){padding-left:0;border-left:0}.spec-table>div{grid-template-columns:1fr;gap:7px}.document-list button{grid-template-columns:1fr auto}.document-list button>.glyph{display:none}.product-tags{gap:5px}.selection-fields{grid-template-columns:1fr}}
/* 2026-08-09 dark brand assets, company page and digital.moscow corporate footer */
.logo-theme{display:inline-grid;align-items:center}.logo-theme>img{grid-area:1/1}.logo-dark{display:none}html[data-theme="dark"] .logo-theme>.logo-light{display:none}html[data-theme="dark"] .logo-theme>.logo-dark{display:block}.trinity-logo-monochrome{filter:brightness(0) invert(1)}.manufacturer-logo{width:min(310px,30vw)}.manufacturer-logo img{width:100%;height:116px;object-fit:contain}.trinity-logo-theme{width:300px;justify-self:end}
.company-reference{display:grid;grid-template-columns:minmax(0,.72fr) minmax(320px,1.28fr);gap:18px 72px;align-items:start;border-top:1px solid var(--line)}.company-reference .kicker,.company-reference h2{grid-column:1}.company-reference h2{margin:0;font-size:clamp(32px,3.6vw,52px);line-height:1.06}.company-reference p,.company-reference .text-link{grid-column:2}.company-reference p{grid-row:1/3;margin:0;color:var(--text);font-size:18px}.company-reference a{color:var(--blue-strong);font-weight:800}
/* 2026-08-09 illustrated solution routes */
.solution-route-grid{gap:16px}.solution-route{isolation:isolate;grid-template-columns:minmax(0,1fr) minmax(210px,.74fr);gap:20px;align-items:stretch;min-height:312px;padding:0;overflow:hidden;background:var(--surface);box-shadow:none;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.solution-route:nth-child(1),.solution-route:nth-child(3){background:var(--surface)}.solution-route:nth-child(3){background:var(--dark);color:#fff}.solution-route:nth-child(5){min-height:252px;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr)}.solution-route-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:32px 0 30px 32px}.solution-route-index{display:inline-flex;align-items:center;min-height:25px;margin-bottom:auto;color:var(--blue);font-size:12px;font-weight:800}.solution-route-index:after{width:34px;height:1px;margin-left:10px;background:currentColor;content:""}.solution-route h2{margin-top:62px;font-size:clamp(29px,2.35vw,40px)}.solution-route p{max-width:510px;margin-top:14px;font-size:15px}.solution-route-visual{position:relative;z-index:1;display:grid;min-width:0;place-items:center;overflow:hidden;background:#fff;animation:solution-float 7s ease-in-out infinite alternate}.solution-route-visual:before{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,var(--surface) 0%,transparent 25%);content:"";pointer-events:none}.solution-route-visual img{width:100%;height:100%;min-height:312px;object-fit:contain;padding:24px 20px 18px;transform:scale(1.01);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease}.solution-route-data-center .solution-route-visual img{object-fit:cover;padding:0}.solution-route-data-center .solution-route-visual:after{position:absolute;z-index:3;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(107,159,255,.22) 48%,transparent 66%);content:"";transform:translateX(-120%);animation:solution-scan 7s ease-in-out infinite}.solution-route-ai .solution-route-copy{color:#fff}.solution-route-ai h2{color:#fff}.solution-route-ai p{color:#c7d3e2}.solution-route-ai .solution-route-index{color:#79a9ff}.solution-route-ai .solution-route-visual:before{background:linear-gradient(90deg,var(--dark) 0%,transparent 28%)}.solution-route-arrow{position:absolute;z-index:4;right:24px;bottom:22px;display:grid;width:40px;height:40px;place-items:center;border:1px solid color-mix(in srgb,var(--blue) 38%,var(--line));border-radius:50%;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--blue);transition:background .25s ease,color .25s ease,transform .25s ease}.solution-route>.solution-route-arrow .glyph{color:inherit}.solution-route:hover,.solution-route:focus-visible{border-color:var(--blue);box-shadow:0 20px 48px rgba(18,39,68,.11);transform:translateY(-4px)}.solution-route:hover .solution-route-visual img,.solution-route:focus-visible .solution-route-visual img{transform:scale(1.065) translateX(-5px)}.solution-route:hover .solution-route-arrow,.solution-route:focus-visible .solution-route-arrow{background:var(--blue);color:#fff;transform:translateX(3px)}
@keyframes solution-float{from{transform:translateY(0)}to{transform:translateY(-5px)}}@keyframes solution-scan{0%,18%{transform:translateX(-120%)}58%,100%{transform:translateX(120%)}}
.site-footer{border-top:3px solid #c9f54a;background:#0f100d;color:#f5f6ee}.site-footer .footer-shell.corporate-footer{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(5,minmax(118px,.72fr));gap:28px;width:var(--shell);padding:58px 0 42px}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-brand img{width:168px;height:34px}.site-footer .footer-brand p{max-width:330px;margin:18px 0 0;color:#b8bcb2;font-size:13px}.site-footer .footer-brand address{display:grid;gap:5px;margin-top:20px;color:#b8bcb2;font-size:12px;font-style:normal}.site-footer .footer-brand address a{color:#e2e5dd}.footer-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.footer-badges span{padding:5px 8px;border:1px solid #383b33;border-radius:5px;color:#d8dbd3;font-size:11px;font-weight:700}.footer-socials{display:flex;gap:8px;margin-top:18px}.footer-socials a{display:grid;width:38px;height:38px;place-items:center;border:1px solid #383b33;border-radius:5px;background:#171814}.footer-socials a:hover,.footer-socials a:focus-visible{border-color:#c9f54a;background:#20221b;outline:none;transform:translateY(-1px)}.footer-socials img{width:22px;height:22px;object-fit:contain}.site-footer .footer-column{display:block;align-self:start;min-width:0}.site-footer .footer-column summary{display:flex;align-items:center;justify-content:space-between;min-height:28px;color:#f5f6ee;font-size:14px;font-weight:800;list-style:none;cursor:default}.site-footer .footer-column summary::-webkit-details-marker{display:none}.site-footer .footer-column summary:after{display:none;content:"+"}.site-footer .footer-column ul{display:grid;gap:9px;margin:12px 0 0;padding:0;list-style:none}.site-footer .footer-column a{color:#aeb2a8;font-size:12px;line-height:1.4}.site-footer .footer-column a:hover,.site-footer .footer-column a:focus-visible,.site-footer .footer-brand address a:hover,.site-footer .footer-brand address a:focus-visible{color:#fff;outline:none;text-decoration:underline;text-underline-offset:3px}.site-footer .footer-policy{display:flex;flex-wrap:wrap;gap:8px 14px;width:var(--shell);margin-inline:auto;padding:15px 0;border-top:1px solid #30322d;border-bottom:1px solid #30322d}.site-footer .footer-policy a,.site-footer .footer-policy button{padding:0;border:0;background:transparent;color:#c5c8c0;font:inherit;font-size:11px;font-weight:700}.site-footer .footer-policy a:hover,.site-footer .footer-policy a:focus-visible,.site-footer .footer-policy button:hover,.site-footer .footer-policy button:focus-visible{color:#fff;outline:none;text-decoration:underline;text-underline-offset:3px}.site-footer .footer-bottom{display:grid;grid-template-columns:minmax(240px,.45fr) minmax(0,1.55fr);gap:30px;width:var(--shell);padding:18px 0 24px;border-top:0;color:#92978d;font-size:11px}.site-footer .footer-bottom strong{color:#f5f6ee}.site-footer .footer-bottom a:hover{text-decoration:underline;text-underline-offset:3px}
.site-footer .footer-shell.corporate-footer,.site-footer .footer-bottom{margin-inline:auto}
@media (max-width:1120px){.site-footer .footer-shell.corporate-footer{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer .footer-brand{grid-column:1/-1}}
@media (max-width:820px){.company-reference{grid-template-columns:1fr}.company-reference .kicker,.company-reference h2,.company-reference p,.company-reference .text-link{grid-column:1;grid-row:auto}.manufacturer-logo{width:230px}.solution-route,.solution-route:nth-child(5){grid-template-columns:minmax(0,1fr) minmax(190px,.7fr);min-height:290px}.solution-route h2{margin-top:50px}.solution-route-visual img{min-height:290px}.site-footer .footer-shell.corporate-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-column{border-top:1px solid #30322d}.site-footer .footer-column summary{min-height:48px;cursor:pointer}.site-footer .footer-column summary:after{display:block;transition:transform .18s ease}.site-footer .footer-column[open] summary:after{transform:rotate(45deg)}.site-footer .footer-column ul{padding-bottom:18px}.site-footer .footer-bottom{grid-template-columns:1fr}}
@media (max-width:560px){.trinity-logo-theme{width:230px;justify-self:start}.solution-route,.solution-route:nth-child(5){grid-template-columns:1fr;grid-template-rows:auto 170px;min-height:390px}.solution-route-copy{padding:24px 64px 8px 24px}.solution-route-index{margin-bottom:0}.solution-route h2{margin-top:28px;font-size:29px}.solution-route p{margin-top:10px;font-size:14px}.solution-route-visual{min-height:170px}.solution-route-visual:before{background:linear-gradient(180deg,var(--surface) 0%,transparent 30%)}.solution-route-ai .solution-route-visual:before{background:linear-gradient(180deg,var(--dark) 0%,transparent 30%)}.solution-route-visual img{min-height:170px;padding:8px 28px 12px}.solution-route-data-center .solution-route-visual img{padding:0}.solution-route-arrow{top:22px;right:20px;bottom:auto;width:36px;height:36px}.site-footer .footer-shell.corporate-footer{grid-template-columns:1fr;gap:0;padding:46px 0 30px}.site-footer .footer-brand{grid-column:auto;margin-bottom:24px}.site-footer .footer-policy{gap:9px 12px}.site-footer .footer-bottom{gap:10px;padding-bottom:82px}}
@media (max-width:960px){.header-shell{grid-template-columns:minmax(0,1fr) auto auto;min-height:64px}.competence-mark.logo-theme{display:none}.trinity-mark.logo-theme{display:inline-grid;padding-left:0;border-left:0}.trinity-mark img{width:104px;height:32px}.mobile-nav-button{display:inline-grid}.primary-nav{position:absolute;top:64px;right:24px;left:24px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.primary-nav a{padding:12px}.header-button{display:none}.search-panel{top:64px}}
@media (prefers-reduced-motion:reduce){.home-hero-image img,.home-hero-copy>*,.solution-route-visual,.solution-route-data-center .solution-route-visual:after{animation:none!important}.solution-route,.solution-route-visual img,.solution-route-arrow{transition:none!important}.js [data-reveal]:not(.is-visible){opacity:1;transform:none}}
