@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/IBMPlexSansCondensed-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/IBMPlexSansCondensed-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../fonts/IBMPlexSansCondensed-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --rv-ink-950: #0c141a;
  --rv-ink-900: #121d24;
  --rv-ink-800: #26333c;
  --rv-paper: #f5f7f8;
  --rv-surface: #ffffff;
  --rv-line: #cbd2d7;
  --rv-line-dark: #34434d;
  --rv-text: #101820;
  --rv-muted: #58646d;
  --rv-signal: #d13f0a;
  --rv-signal-text: #b13207;
  --rv-signal-bright: #ff5a14;
  --rv-focus: #ffb000;
  --rv-danger: #b42318;
  --rv-success: #18794e;
  --rv-container: min(calc(100% - 3rem), 1320px);
  --rv-display: "IBM Plex Sans Condensed", "Arial Narrow", Arial, sans-serif;
  --rv-body: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --rv-mono: "Cascadia Mono", "Segoe UI Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0 !important; background: var(--rv-surface); color: var(--rv-text); font-family: var(--rv-body); font-size: 1.0625rem; line-height: 1.6; }
.wp-site-blocks { padding: 0 !important; }
.wp-site-blocks > *, .wp-site-blocks > .wp-block-template-part { margin-block: 0 !important; }
body.admin-bar .rv-header { top: 32px; }
a { color: inherit; text-underline-offset: .22em; }
img, svg { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rv-focus); outline-offset: 3px; }
[hidden] { display: none !important; }
h1, h2, h3, h4, h5, h6 { scroll-margin-top: 92px; text-wrap: balance; }
p, li, dd, figcaption { text-wrap: pretty; }

.rv-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--rv-line); backdrop-filter: blur(14px); }
.rv-header__inner { width: var(--rv-container); min-height: 68px; margin: auto; display: flex; align-items: center; gap: 1.5rem; }
.rv-brand { display: inline-flex; align-items: center; gap: .78rem; color: var(--rv-text); text-decoration: none; font-family: var(--rv-display); font-size: 1.06rem; font-weight: 600; line-height: 1; letter-spacing: .01em; text-transform: uppercase; }
.rv-brand b { display: block; color: var(--rv-signal-text); font-size: .82rem; letter-spacing: .08em; }
.rv-brand__mark { position: relative; display: grid; align-items: end; grid-template-columns: repeat(3, 3px); gap: 3px; width: 25px; height: 30px; padding: 5px; border: 1px solid #7b878f; }
.rv-brand__mark::after { content: ""; position: absolute; inset: 3px -4px -4px 3px; border-right: 1px solid var(--rv-signal-bright); border-bottom: 1px solid var(--rv-signal-bright); }
.rv-brand__mark i { display: block; background: var(--rv-signal-bright); }
.rv-brand__mark i:nth-child(1) { height: 7px; }
.rv-brand__mark i:nth-child(2) { height: 13px; }
.rv-brand__mark i:nth-child(3) { height: 19px; }
.rv-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.65rem, 1.5vw, 1.35rem); }
.rv-nav a, .rv-header__mail { min-height: 44px; display: inline-flex; align-items: center; color: var(--rv-text); font-family: var(--rv-display); font-size: .96rem; font-weight: 600; letter-spacing: .015em; text-decoration: none; }
.rv-nav a { position: relative; }
.rv-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--rv-signal-bright); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.rv-nav a:hover::after { transform: scaleX(1); }
.rv-header__mail { padding: 0 1.1rem; background: #fff0e8; color: var(--rv-text); border: 1px solid var(--rv-signal); }
.rv-menu-toggle { display: none; min-height: 44px; margin-left: auto; padding: .55rem .8rem; border: 1px solid #7b878f; background: #fff; color: var(--rv-text); }

.rv-main { min-height: 58vh; counter-reset: rv-section; }
.rv-main, .rv-main > .wp-block-post-content, .rv-main .wp-block-shortcode { max-width: none !important; margin-block-start: 0 !important; }
.rv-page { width: var(--rv-container); margin-inline: auto; padding-block: clamp(4rem, 8vw, 8rem); }
.rv-section { position: relative; padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100% - 1320px) / 2)); border-top: 1px solid var(--rv-line); background: var(--rv-surface); color: var(--rv-text); }
.rv-hero ~ .rv-section { counter-increment: rv-section; }
.rv-hero ~ .rv-section::before { content: counter(rv-section, decimal-leading-zero); position: absolute; top: clamp(4.8rem, 8vw, 8.3rem); left: max(1.5rem, calc((100% - 1440px) / 2)); color: #9ca6ad; font: 600 .82rem/1 var(--rv-mono); }
.rv-section--dark { background: #eef2f4; color: var(--rv-text); border-color: var(--rv-line); }
.rv-section--dark h1, .rv-section--dark h2, .rv-section--dark h3 { color: var(--rv-text); }
.rv-section--surface { background: #f7f9fa; }
.rv-section__head { max-width: 820px; margin-bottom: clamp(2.2rem, 4vw, 4rem); }
.rv-section__head h1, .rv-section__head h2 { margin: 0 0 .85rem; font-family: var(--rv-display); font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 600; line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.rv-section__head p { margin: 0; max-width: 690px; color: var(--rv-muted); font-size: 1.05rem; line-height: 1.65; }
.rv-section--dark .rv-section__head p { color: var(--rv-muted); }
.rv-eyebrow { margin: 0 0 .85rem; color: var(--rv-signal-text); font: 700 .82rem/1.45 var(--rv-mono); text-transform: uppercase; letter-spacing: .12em; }
.rv-section--dark .rv-eyebrow { color: var(--rv-signal-text); }
.rv-lede { max-width: 720px; color: var(--rv-muted); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.65; }
.rv-section--dark .rv-lede { color: var(--rv-muted); }
.rv-muted { color: var(--rv-muted); }
.rv-mono { font-family: var(--rv-mono); font-variant-numeric: tabular-nums; }

.rv-hero { position: relative; overflow: hidden; min-height: min(820px, calc(100vh - 68px)); display: grid; align-items: center; padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100% - 1320px) / 2)); background: #fff; color: var(--rv-text); }
.rv-hero::before { content: ""; position: absolute; top: 0; bottom: 0; left: max(1.5rem, calc((100% - 1420px) / 2)); width: 25px; border-left: 1px solid #aeb7bd; background: repeating-linear-gradient(to bottom, transparent 0 15px, #7f8b93 15px 16px, transparent 16px 31px); opacity: .72; }
.rv-hero::after { content: "10⁻⁵"; position: absolute; top: 48%; left: max(1.7rem, calc((100% - 1420px) / 2)); padding: .3rem 0; color: var(--rv-signal); background: #fff; font: 700 .82rem/1.35 var(--rv-mono); }
.rv-hero__grid { position: relative; display: grid; grid-template-columns: minmax(430px, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(2rem, 5vw, 5.5rem); }
.rv-hero__grid > div:first-child { padding-left: clamp(1.5rem, 4vw, 4rem); }
.rv-hero .rv-eyebrow { display: none; }
.rv-hero h1 { max-width: 720px; margin: 0; color: var(--rv-text); font-family: var(--rv-display); font-size: clamp(4.35rem, 6vw, 6.1rem); font-weight: 600; line-height: .94; letter-spacing: -.025em; text-transform: uppercase; }
.rv-hero h1 span { color: var(--rv-signal); }
.rv-hero .rv-lede { max-width: 600px; margin-top: 2rem; color: #48545c; }
.rv-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.rv-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .78rem 1.15rem; border: 1px solid var(--rv-signal); border-radius: 2px; background: #fff0e8; color: var(--rv-text) !important; font-family: var(--rv-display); font-weight: 600; letter-spacing: .015em; text-decoration: none; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.rv-button::after { content: "→"; font-family: var(--rv-mono); }
button.rv-button::after { content: none; }
.rv-button:hover { background: #ffe1d2; border-color: var(--rv-signal); color: var(--rv-text) !important; transform: translateY(-1px); }
.rv-button--ghost { border-color: #7c878e; background: transparent; color: var(--rv-text) !important; }
.rv-section--dark .rv-button--ghost { border-color: #7c878e; color: var(--rv-text) !important; }

.rv-hero-products { position: relative; min-height: 560px; }
.rv-hero-products::before { content: ""; position: absolute; inset: 8% 0 5% 10%; border-left: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: linear-gradient(180deg, #f6f8f9, #fff 75%); }
.rv-hero-product { position: absolute; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: .55rem; color: var(--rv-text); text-decoration: none; }
.rv-hero-product picture, .rv-hero-product img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(12,20,26,.12)); }
.rv-hero-product span { justify-self: start; padding: .52rem .7rem; border: 1px solid var(--rv-line); border-top: 3px solid var(--rv-signal); background: #fff; color: var(--rv-text); box-shadow: 0 6px 18px rgba(12,20,26,.12); font: 700 .84rem/1.4 var(--rv-mono); }
.rv-hero-product--main { inset: 0 6% 9% 3%; }
.rv-hero-product--secondary { right: -1%; bottom: 0; width: 41%; height: 44%; }
.rv-hero-product--secondary span { color: var(--rv-signal-text); }

.rv-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0; }
.rv-card { grid-column: span 4; min-width: 0; padding: 1.6rem; border: 0; border-top: 1px solid var(--rv-line); border-right: 1px solid var(--rv-line); background: transparent; }
.rv-card h2, .rv-card h3 { margin: .4rem 0 .8rem; font-family: var(--rv-display); font-size: 1.45rem; line-height: 1.15; }
.rv-card p { color: var(--rv-muted); line-height: 1.55; }
.rv-card__link { min-height: 44px; display: inline-flex; align-items: center; color: #0e647b; font-family: var(--rv-display); font-weight: 600; }
.rv-card__link::after { content: "→"; margin-left: .45rem; color: var(--rv-signal); text-decoration: none; }
.rv-card__model { color: var(--rv-signal-text); font: 700 .94rem/1.3 var(--rv-mono); overflow-wrap: anywhere; }
.rv-card__range { margin: 1rem 0; padding: .75rem 0; border-block: 1px solid var(--rv-line); color: var(--rv-text) !important; font: .9rem/1.5 var(--rv-mono); }
.rv-card__actions { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.rv-card__actions button { min-height: 44px; border: 0; background: transparent; color: var(--rv-signal-text); font-weight: 650; text-decoration: underline; cursor: pointer; }
.rv-card--dark { border-color: var(--rv-line); background: #f2f5f6; }
.rv-card--dark p { color: var(--rv-muted); }

.rv-category-card { position: relative; overflow: hidden; min-height: 500px; padding-top: 0; }
.rv-category-card__media { position: relative; isolation: isolate; display: grid; height: 300px; margin: 0 -1.6rem 1.4rem; overflow: hidden; place-items: center; background: #f7f9fa; border-bottom: 1px solid var(--rv-line); }
.rv-category-card__media > picture, .rv-category-card__media > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; object-fit: contain; }
.rv-category-card__media picture img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.rv-category-card:hover .rv-category-card__media img { transform: scale(1.035); }

.rv-pressure-map { padding: clamp(1.4rem, 3vw, 3rem); border: 1px solid var(--rv-line); background: #fff; }
.rv-pressure-map__axis { display: flex; justify-content: space-between; padding-bottom: .9rem; border-bottom: 2px solid var(--rv-ink-950); color: var(--rv-muted); font: .82rem/1.4 var(--rv-mono); }
.rv-pressure-map__track { height: 48px; display: flex; align-items: center; margin-top: 1rem; padding-inline: 1rem; border: 1px solid #aeb8be; background: #e7ecef; color: var(--rv-text); font-family: var(--rv-display); font-weight: 600; text-transform: uppercase; }
.rv-pressure-map__track--thermal { width: 62%; margin-left: 38%; background: #e2e8eb; }
.rv-pressure-map__track--ion { width: 48%; background: #d6dfe3; }
.rv-pressure-map__track--combined { width: 92%; border-color: #e6a082; background: #fff0e8; }
.rv-split { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.rv-split h2 { max-width: 620px; margin: 0 0 1.2rem; font-family: var(--rv-display); font-size: clamp(3rem, 5.5vw, 6rem); line-height: .98; text-transform: uppercase; }
.rv-dark-media { margin: 0; padding: 0; background: #fff; color: var(--rv-text); }
.rv-dark-media picture, .rv-dark-media img { display: block; width: 100%; max-height: 490px; object-fit: contain; }
.rv-dark-media figcaption { padding: .8rem 1rem; border-top: 1px solid var(--rv-line); background: #fff; color: var(--rv-text); font: .85rem/1.55 var(--rv-mono); }

.rv-product-card { overflow: hidden; display: flex; flex-direction: column; padding: 0; }
.rv-product-card__media { position: relative; isolation: isolate; display: grid; height: 270px; place-items: center; overflow: hidden; background: #f6f8f9; border-bottom: 1px solid var(--rv-line); }
.rv-product-card__media > picture, .rv-product-card__media > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; }
.rv-product-card__image { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.rv-product-card__media:hover .rv-product-card__image { transform: scale(1.025); }
.rv-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.rv-product-card h2 a { color: inherit; text-decoration: none; }
.rv-media-label { position: relative; z-index: 1; align-self: end; justify-self: stretch; padding: .55rem .7rem; border-top: 2px solid var(--rv-signal); background: #fff; color: var(--rv-text); box-shadow: 0 -5px 18px rgba(12,20,26,.08); font: 600 .82rem/1.45 var(--rv-mono); }
.rv-card-metrics { display: grid; gap: .55rem; margin: .8rem 0 1rem; padding: 0; list-style: none; }
.rv-card-metrics li { display: grid; gap: .15rem; padding-top: .55rem; border-top: 1px solid var(--rv-line); }
.rv-card-metrics span { color: var(--rv-muted); font-size: .82rem; line-height: 1.45; }
.rv-card-metrics strong { font: 650 .9rem/1.45 var(--rv-mono); overflow-wrap: anywhere; }
.rv-card__meta { margin-top: auto; font-size: .9rem; line-height: 1.5; }
.rv-card__coverage { display: block; margin-top: .55rem; padding-top: .55rem; border-top: 1px solid var(--rv-line); color: var(--rv-text); font: 700 .82rem/1.45 var(--rv-mono); text-transform: uppercase; letter-spacing: .03em; }
.rv-grid > [data-product-slug] { grid-column: span 6; }
.rv-grid > [data-product-slug] > .rv-card { height: 100%; }
.rv-section--surface > .rv-grid > .rv-product-card { grid-column: span 3; }

.rv-stat { grid-column: span 3; padding: 1.6rem 1.2rem; border-top: 1px solid var(--rv-line); border-right: 1px solid var(--rv-line); }
.rv-stat strong { display: block; color: var(--rv-signal); font: 600 clamp(2.8rem, 5vw, 5.4rem)/.9 var(--rv-display); }
.rv-stat span { display: block; margin-top: .8rem; color: var(--rv-muted); }
.rv-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem 2.2rem; border: 1px solid #e1a187; border-left: 5px solid var(--rv-signal); border-radius: 3px; background: #fff7f2; color: var(--rv-text); }
.rv-band > * { min-width: 0; }
.rv-band h2 { margin: 0 0 .4rem; color: var(--rv-text); font-family: var(--rv-display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.08; text-transform: uppercase; overflow-wrap: anywhere; }
.rv-band p { margin: 0; color: var(--rv-text); }
.rv-band .rv-button { border-color: var(--rv-signal); background: #fff; color: var(--rv-text) !important; }

.rv-crumbs { margin: 0 0 2rem; color: var(--rv-muted); font-size: .88rem; line-height: 1.5; }
.rv-crumbs a { color: inherit; }
.rv-product-detail > [id] { scroll-margin-top: 150px; }
.rv-product-detail > .rv-section, .rv-product-detail > .rv-kpi-section { padding-block: clamp(3.5rem, 6vw, 6rem); }
.rv-product-hero { position: relative; overflow: hidden; padding: clamp(2.7rem, 5vw, 5rem) max(1.5rem, calc((100% - 1320px) / 2)); background: #fff; }
.rv-product-hero::before { content: ""; position: absolute; top: 2rem; bottom: 2rem; left: max(1.5rem, calc((100% - 1420px) / 2)); width: 22px; border-left: 1px solid #9aa5ac; background: repeating-linear-gradient(to bottom, transparent 0 13px, #aeb6bb 13px 14px, transparent 14px 27px); }
.rv-product-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-left: clamp(1.5rem, 4vw, 4rem); }
.rv-product-summary { min-width: 0; }
.rv-product-hero h1 { max-width: 100%; margin: 0; font-family: var(--rv-display); font-size: clamp(2.6rem, 5vw, 5.8rem); font-weight: 600; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; overflow-wrap: anywhere; }
.rv-product-hero h1 .rv-mono { color: var(--rv-text); font-family: var(--rv-display); }
.rv-product-hero .rv-lede { max-width: 62ch; color: #3f4b53 !important; font-size: clamp(1rem, 1.45vw, 1.14rem); line-height: 1.72; }
.rv-product-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.6rem 0 0; border-block: 1px solid var(--rv-line); }
.rv-product-proof > div { min-width: 0; padding: .9rem .8rem .9rem 0; }
.rv-product-proof > div + div { padding-left: .8rem; border-left: 1px solid var(--rv-line); }
.rv-product-proof dt { color: var(--rv-muted); font: 600 .86rem/1.45 var(--rv-display); text-transform: uppercase; letter-spacing: .055em; }
.rv-product-proof dd { margin: .2rem 0 0; color: var(--rv-text); font-family: var(--rv-display); font-size: 1rem; font-weight: 700; line-height: 1.3; }
.rv-button--download { border-color: var(--rv-signal); background: var(--rv-signal); color: #fff !important; }
.rv-button--download:hover { background: #aa3109; color: #fff !important; }
.rv-meta-list { display: flex; flex-wrap: wrap; gap: 0; margin-block: 1.5rem; padding: 0; list-style: none; }
.rv-meta-list li { padding: .2rem .75rem .2rem 0; color: #46535b; font: 600 .9rem/1.55 var(--rv-body); }
.rv-meta-list li + li::before { content: "/"; padding-right: .75rem; color: var(--rv-signal); }
.rv-product-gallery { min-width: 0; display: grid; grid-template-rows: auto auto auto; align-content: start; }
.rv-product-gallery__main { width: 100%; min-height: 440px; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: .65rem; padding: 1rem; border: 0; border-bottom: 1px solid var(--rv-line); background: linear-gradient(180deg, #f4f7f8, #fff); cursor: zoom-in; }
.rv-product-gallery__main picture, .rv-product-gallery__main > img { display: block; width: 100%; height: 390px; overflow: hidden; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(12,20,26,.12)); }
.rv-product-gallery__main picture > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.rv-product-gallery__main > span { justify-self: end; padding: .52rem .7rem; border: 1px solid var(--rv-line); border-top: 3px solid var(--rv-signal); background: #fff; color: var(--rv-text); box-shadow: 0 6px 18px rgba(12,20,26,.12); font: 700 .84rem/1.4 var(--rv-mono); }
.rv-product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 0; }
.rv-product-gallery__thumbs button { height: 86px; padding: .25rem; border: 0; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #fff; cursor: pointer; }
.rv-product-gallery__thumbs button:hover, .rv-product-gallery__thumbs button:focus-visible, .rv-product-gallery__thumbs button[aria-pressed="true"] { box-shadow: inset 0 -4px var(--rv-signal); }
.rv-product-gallery__thumbs picture, .rv-product-gallery__thumbs img { display: block; width: 100%; height: 100%; object-fit: contain; }
.rv-gallery-caption { min-height: 2.6em; margin: 0; padding: .7rem .8rem; border-bottom: 1px solid var(--rv-line); background: #fff; color: var(--rv-text); font-size: .88rem; line-height: 1.55; }
.rv-product-nav { position: sticky; z-index: 40; top: 68px; max-width: 100%; overflow-x: hidden; border-block: 1px solid var(--rv-line); background: rgba(255,255,255,.98); box-shadow: 0 8px 24px rgba(12,20,26,.06); backdrop-filter: blur(14px); }
body.admin-bar .rv-product-nav { top: 100px; }
.rv-product-nav__inner { width: var(--rv-container); min-height: 56px; display: flex; align-items: stretch; margin-inline: auto; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.rv-product-nav__model, .rv-product-nav a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .45rem; padding: .75rem 1rem; border-right: 1px solid var(--rv-line); font-family: var(--rv-display); font-size: .9rem; font-weight: 650; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.rv-product-nav__model { padding-left: 0; color: var(--rv-signal-text); font-family: var(--rv-mono); font-weight: 700; }
.rv-product-nav a:hover { color: var(--rv-signal-text); background: #fff7f2; }
.rv-product-nav a span { min-width: 1.55rem; padding: .12rem .35rem; border-radius: 999px; background: #eef2f4; color: var(--rv-text); font: 700 .82rem/1.25 var(--rv-mono); text-align: center; }

.rv-kpi-section { position: relative; padding: clamp(3rem, 6vw, 5.5rem) max(1.5rem, calc((100% - 1320px) / 2)); border-block: 1px solid var(--rv-line); background: #f2f5f6; color: var(--rv-text); }
.rv-kpi-section::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 13px; background: repeating-linear-gradient(90deg, #56636c 0 1px, transparent 1px 18px); opacity: .6; }
.rv-kpi-section h2 { color: var(--rv-text); font-family: var(--rv-display); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; text-transform: uppercase; }
.rv-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--rv-line); list-style: none; }
.rv-kpi-grid li { min-width: 0; padding: 1.5rem 1.4rem 1.5rem 0; border-right: 1px solid var(--rv-line); }
.rv-kpi-grid li + li { padding-left: 1.4rem; }
.rv-kpi-grid span, .rv-kpi-grid strong { display: block; }
.rv-kpi-grid span { min-height: 2.6em; color: var(--rv-muted); font-size: .84rem; line-height: 1.5; }
.rv-kpi-grid strong { margin-top: .65rem; color: var(--rv-signal-text); font: 650 clamp(1rem, 1.8vw, 1.35rem)/1.4 var(--rv-mono); overflow-wrap: anywhere; }
.rv-range-viz { min-height: 260px; display: grid; align-content: center; padding: 2rem; border: 1px solid var(--rv-line); background: #fff; color: var(--rv-text); }
.rv-range-viz__line { height: 7px; margin-block: 3rem 1rem; background: linear-gradient(90deg, var(--rv-signal-bright), #64747d); }
.rv-range-viz--compact { min-height: 0; margin-top: 1px; border: 0; background: #f7f9fa; }

.rv-engineering-profile { background: #fff; }
.rv-engineering-intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 4px solid var(--rv-text); border-bottom: 1px solid var(--rv-line); }
.rv-engineering-intro article { min-width: 0; padding: clamp(1.4rem, 3vw, 2.4rem); background: #f4f7f8; }
.rv-engineering-intro article + article { border-left: 1px solid var(--rv-line); background: #fff; }
.rv-engineering-intro span, .rv-technology-topic span { display: block; margin-bottom: .55rem; color: var(--rv-signal-text); font: 700 .82rem/1.35 var(--rv-mono); letter-spacing: .08em; text-transform: uppercase; }
.rv-engineering-intro p { max-width: 66ch; margin: 0; color: #24323a; font-size: 1.04rem; line-height: 1.72; }
.rv-engineering-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--rv-line); }
.rv-engineering-grid article { min-width: 0; padding: clamp(1.25rem, 2.8vw, 2.1rem); border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-engineering-grid h3 { margin: 0 0 1rem; color: var(--rv-text); font-family: var(--rv-display); font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.08; text-transform: uppercase; }
.rv-engineering-list { margin: 0; padding: 0; list-style: none; counter-reset: rv-engineering; }
.rv-engineering-list li { position: relative; min-height: 2.8rem; padding: .8rem .25rem .8rem 2.65rem; border-top: 1px solid var(--rv-line); color: #26343c; line-height: 1.62; overflow-wrap: anywhere; counter-increment: rv-engineering; }
.rv-engineering-list li::before { content: counter(rv-engineering, decimal-leading-zero); position: absolute; top: .9rem; left: 0; color: var(--rv-signal-text); font: 700 .82rem/1.2 var(--rv-mono); }
.rv-technology-topic { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; margin-top: 1.25rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--rv-line); border-left: 5px solid var(--rv-signal); background: #fff8f3; }
.rv-technology-topic h3 { margin: 0; font-family: var(--rv-display); font-size: clamp(1.5rem, 2.8vw, 2.35rem); line-height: 1.05; }
.rv-technology-topic p { max-width: 74ch; margin: .65rem 0 0; color: #3f4b53; }

.rv-variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rv-line); }
.rv-variant { border: 0; border-right: 1px solid var(--rv-line); background: transparent; }
.rv-variant summary { padding: 1.15rem; color: var(--rv-signal-text); font: 700 .92rem/1.3 var(--rv-mono); cursor: pointer; }
.rv-variant dl, .rv-variant p { margin: 0; padding: 0 1.15rem 1.15rem; }
.rv-variant dt { margin-top: .65rem; color: var(--rv-muted); font-size: .84rem; line-height: 1.45; }
.rv-variant dd { margin: .15rem 0 0; }
.rv-context-grid > .rv-card { grid-column: span 4; }
.rv-context-grid h3 a { color: inherit; text-decoration: none; }
.rv-faq { border-top: 1px solid var(--rv-line); }
.rv-faq details { border-bottom: 1px solid var(--rv-line); }
.rv-faq summary { padding: 1.2rem 0; color: var(--rv-text); font: 700 1rem/1.35 var(--rv-mono); cursor: pointer; }
.rv-faq details[open] summary { color: var(--rv-signal-text); }
.rv-faq p { max-width: 850px; margin: 0; padding: 0 0 1.25rem; color: var(--rv-muted); }
.rv-spec-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.rv-spec-group { min-width: 0; padding: 1.25rem; border: 1px solid var(--rv-line); border-top: 4px solid var(--rv-text); background: #fff; break-inside: avoid; }
.rv-spec-group-title { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .75rem; font-family: var(--rv-display); font-size: 1.25rem; line-height: 1.1; text-transform: uppercase; }
.rv-spec-group-title span { min-width: 2rem; color: var(--rv-signal-text); font: 700 .82rem/1.4 var(--rv-mono); text-align: right; }
.rv-specs { overflow-x: auto; border-top: 1px solid var(--rv-line); background: #fff; }
.rv-specs table { width: 100%; border-collapse: collapse; min-width: 520px; }
.rv-specs caption { padding: 1rem 0; text-align: left; color: var(--rv-muted); }
.rv-specs th, .rv-specs td { padding: .9rem .7rem; border-bottom: 1px solid var(--rv-line); vertical-align: top; text-align: left; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.rv-specs th { width: 44%; position: static; background: #f4f7f8; font-weight: 650; }
.rv-specs td { color: #18252d; font-family: var(--rv-body); font-variant-numeric: tabular-nums; }
.rv-specs tr:nth-child(even) td { background: #fbfcfc; }
.rv-note { padding: 1rem 1.1rem; border-left: 3px solid var(--rv-focus); background: #fff7e2; }

.rv-document-grid { display: grid; grid-template-columns: minmax(0, 780px); gap: 0; }
.rv-document-card { min-width: 0; display: grid; grid-template-columns: 200px minmax(0, 1fr); align-items: start; gap: .7rem 1.6rem; padding: 1.4rem; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-signal); background: #fff; }
.rv-document-card__preview { grid-row: 1 / span 4; }
.rv-document-card h3 { margin: .15rem 0 0; font-family: var(--rv-display); font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1.1; }
.rv-document-card__meta { margin: 0; color: var(--rv-muted); font-variant-numeric: tabular-nums; }
.rv-document-card__contact { margin: 0; }
.rv-document-card__contact a { color: #0e647b; font-weight: 650; }
.rv-document-card .rv-button { justify-self: start; margin-top: .45rem; }
.rv-document-card h2, .rv-document-card h3 { overflow-wrap: anywhere; }
.rv-document-card img { display: block; width: 100%; max-width: 200px; aspect-ratio: 210 / 297; object-fit: cover; border: 1px solid var(--rv-line); }
.rv-lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 1rem; border: 1px solid #555; background: #fff; }
.rv-lightbox::backdrop { background: rgba(0,0,0,.82); }
.rv-lightbox img { display: block; width: 100%; max-height: 78vh; object-fit: contain; }
.rv-lightbox > button { float: right; width: 44px; height: 44px; border: 1px solid var(--rv-signal); background: #fff0e8; color: var(--rv-text); font-size: 1.8rem; cursor: pointer; }

.rv-tech-catalog > [id] { scroll-margin-top: 150px; }
.rv-tech-catalog-hero { min-height: 720px; display: grid; align-items: center; padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100% - 1320px) / 2)); border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-tech-catalog-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.rv-tech-catalog-hero h1 { max-width: 850px; margin: 0; font-family: var(--rv-display); font-size: clamp(3.8rem, 6.6vw, 7.2rem); font-weight: 600; line-height: .92; letter-spacing: -.03em; text-transform: uppercase; }
.rv-tech-catalog-hero h1 span { color: var(--rv-signal); }
.rv-tech-catalog-hero .rv-lede { max-width: 720px; color: #3f4b53; }
.rv-tech-catalog-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 4px solid var(--rv-text); border-left: 1px solid var(--rv-line); }
.rv-tech-catalog-stats div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #f7f9fa; }
.rv-tech-catalog-stats dt { color: var(--rv-muted); font: 650 .86rem/1.45 var(--rv-display); text-transform: uppercase; }
.rv-tech-catalog-stats dd { margin: 1rem 0 0; color: var(--rv-signal); font: 600 clamp(2.6rem, 5vw, 4.8rem)/1.35 var(--rv-display); font-variant-numeric: tabular-nums; }
.rv-tech-catalog-nav { position: sticky; z-index: 40; top: 68px; border-bottom: 1px solid var(--rv-line); background: rgba(255,255,255,.98); box-shadow: 0 8px 24px rgba(12,20,26,.06); backdrop-filter: blur(14px); }
body.admin-bar .rv-tech-catalog-nav { top: 100px; }
.rv-tech-catalog-nav__inner { width: var(--rv-container); min-height: 56px; display: flex; align-items: stretch; margin-inline: auto; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.rv-tech-catalog-nav a { flex: 0 0 auto; min-height: 56px; display: inline-flex; align-items: center; padding: .75rem 1rem; border-right: 1px solid var(--rv-line); color: var(--rv-text); font-family: var(--rv-display); font-size: .9rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.rv-tech-catalog-nav a:first-child { padding-left: 0; }
.rv-tech-catalog-nav a:hover { color: var(--rv-signal-text); background: #fff7f2; }
.rv-tech-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 3px solid var(--rv-text); list-style: none; }
.rv-tech-steps li { min-width: 0; min-height: 270px; display: flex; flex-direction: column; padding: 1.3rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); }
.rv-tech-steps li > span { color: var(--rv-signal); font: 700 .88rem/1 var(--rv-mono); }
.rv-tech-steps h3 { margin: 2.5rem 0 .7rem; font-family: var(--rv-display); font-size: 1.45rem; line-height: 1.1; text-transform: uppercase; }
.rv-tech-steps p { margin: 0 0 1.2rem; color: var(--rv-muted); font-size: .96rem; }
.rv-tech-steps a { min-height: 44px; display: inline-flex; align-items: center; margin-top: auto; color: #0e647b; font-family: var(--rv-display); font-weight: 650; }
.rv-tech-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--rv-text); border-left: 1px solid var(--rv-line); }
.rv-tech-map__card { min-height: 330px; padding: 1.5rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-tech-map__card > span { color: var(--rv-signal); font: 700 1rem/1 var(--rv-mono); }
.rv-tech-map__card h3 { max-width: 520px; margin: 2.6rem 0 .8rem; font-family: var(--rv-display); font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1; text-transform: uppercase; }
.rv-tech-map__card p { max-width: 600px; color: var(--rv-muted); }
.rv-tech-map__card ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.rv-tech-map__card a { min-height: 44px; display: inline-flex; align-items: center; padding: .45rem .7rem; border: 1px solid var(--rv-line); color: #0e647b; font-family: var(--rv-display); font-weight: 650; text-decoration: none; }
.rv-tech-map__card a:hover { border-color: var(--rv-signal); background: #fff7f2; }
.rv-tech-search { display: grid; gap: .55rem; margin-bottom: 1.25rem; padding: 1.2rem; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-signal); background: #f7f9fa; }
.rv-tech-search > label { font-family: var(--rv-display); font-weight: 650; }
.rv-tech-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
.rv-tech-search input { width: 100%; min-height: 50px; padding: .7rem .85rem; border: 1px solid #7f8d96; background: #fff; color: var(--rv-text); }
.rv-tech-search p { margin: 0; color: var(--rv-muted); font: .88rem/1.5 var(--rv-mono); }
.rv-tech-family-index { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 3rem; border-top: 2px solid var(--rv-text); border-left: 1px solid var(--rv-line); }
.rv-tech-family-index a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; align-items: start; padding: 1rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); font-family: var(--rv-display); font-weight: 650; line-height: 1.1; text-decoration: none; overflow-wrap: anywhere; }
.rv-tech-family-index a:hover { color: var(--rv-signal-text); background: #fff7f2; }
.rv-tech-family-index span { color: var(--rv-signal-text); font: 700 .82rem/1.2 var(--rv-mono); }
.rv-tech-family { padding-top: 4.5rem; scroll-margin-top: 145px; }
.rv-tech-family + .rv-tech-family { margin-top: 2rem; border-top: 1px solid var(--rv-line); }
.rv-tech-family__head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(2rem, 5vw, 5rem); margin-bottom: 1.5rem; }
.rv-tech-family__head > * { min-width: 0; }
.rv-tech-family__head h2 { max-width: 850px; margin: 0 0 .8rem; font-family: var(--rv-display); font-size: clamp(2.3rem, 4.5vw, 4.8rem); font-weight: 600; line-height: .98; text-transform: uppercase; overflow-wrap: anywhere; }
.rv-tech-family__head p { max-width: 760px; margin: 0; color: var(--rv-muted); }
.rv-tech-family__head > div:last-child { align-self: end; padding: 1rem; border-top: 3px solid var(--rv-signal); background: #f7f9fa; }
.rv-tech-family__head > div:last-child strong { display: block; margin-bottom: .35rem; font-family: var(--rv-display); text-transform: uppercase; }
.rv-tech-product-list { border-top: 3px solid var(--rv-text); }
.rv-tech-product { min-width: 0; display: grid; grid-template-columns: 150px minmax(220px, 1.05fr) minmax(250px, .95fr) 155px; align-items: center; gap: 1.25rem; min-height: 180px; padding: .8rem 0; border-bottom: 1px solid var(--rv-line); background: #fff; content-visibility: visible; }
.rv-tech-product__media { position: relative; min-width: 0; height: 150px; display: grid; place-items: center; overflow: hidden; background: #f7f9fa; }
.rv-tech-product__media picture, .rv-tech-product__media > img { position: absolute; inset: 0; display: grid; width: 100%; height: 100%; min-height: 0; place-items: center; }
.rv-tech-product__media picture > img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.rv-tech-product__image { width: 100%; height: 100%; object-fit: contain; transition: transform .18s ease; }
.rv-tech-product__media:hover .rv-tech-product__image { transform: scale(1.025); }
.rv-tech-product__identity { min-width: 0; }
.rv-tech-product__identity h3 { margin: .25rem 0 .55rem; font-family: var(--rv-display); font-size: 1.3rem; line-height: 1.15; overflow-wrap: anywhere; }
.rv-tech-product__identity h3 a { text-decoration: none; }
.rv-tech-product__identity > p:last-child { margin: 0; color: var(--rv-muted); font-size: .92rem; }
.rv-tech-product__metrics { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 0; }
.rv-tech-product__metrics div { min-width: 0; padding-top: .55rem; border-top: 1px solid var(--rv-line); }
.rv-tech-product__metrics dt { color: var(--rv-muted); font-size: .875rem; line-height: 1.4; }
.rv-tech-product__metrics dd { margin: .2rem 0 0; color: var(--rv-text); font: 650 .9rem/1.45 var(--rv-mono); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.rv-tech-product__actions { display: grid; justify-items: start; gap: .35rem; }
.rv-tech-product__actions a { min-height: 44px; display: inline-flex; align-items: center; color: #0e647b; font-family: var(--rv-display); font-size: .9rem; font-weight: 650; }
.rv-tech-product__actions a:last-child { color: var(--rv-signal-text); }

.rv-catalog-head { position: relative; padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100% - 1320px) / 2)) 3.5rem; background: #fff; border-bottom: 1px solid var(--rv-line); }
.rv-catalog-head::after { content: ""; display: block; height: 24px; margin-top: 3rem; border-bottom: 1px solid #849099; background: repeating-linear-gradient(90deg, #849099 0 1px, transparent 1px 22px); opacity: .8; }
.rv-catalog-head h1 { max-width: 1150px; margin: 0; font-family: var(--rv-display); font-size: clamp(4rem, 7vw, 7.6rem); font-weight: 600; line-height: .94; letter-spacing: -.025em; text-transform: uppercase; }
.rv-catalog-head .rv-lede { margin-top: 1.5rem; color: #4b5860 !important; }
.rv-catalog { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 2.5rem; padding: 2.2rem max(1.5rem, calc((100% - 1320px) / 2)) 7rem; background: #fff; }
.rv-catalog-index { position: sticky; top: 92px; align-self: start; padding-right: 1.25rem; border-right: 1px solid var(--rv-line); }
.rv-catalog-index__title { display: block; padding-bottom: 1rem; color: var(--rv-muted); font: 700 .82rem/1.4 var(--rv-mono); text-transform: uppercase; letter-spacing: .1em; }
.rv-catalog-index a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; padding: .95rem 0; border-top: 1px solid var(--rv-line); color: var(--rv-text); font-family: var(--rv-display); font-weight: 600; line-height: 1.05; text-decoration: none; overflow-wrap: anywhere; }
.rv-catalog-index a[aria-current="page"], .rv-catalog-index a:hover { color: var(--rv-signal-text); }
.rv-catalog-index a span { color: var(--rv-signal-text); font: 700 .82rem/1.35 var(--rv-mono); }
.rv-catalog-index__scale { min-height: 290px; margin-top: 2.4rem; padding: .2rem 0 .2rem 2rem; border-left: 1px solid #929da4; background: repeating-linear-gradient(to bottom, transparent 0 14px, #9ba5ab 14px 15px, transparent 15px 29px); }
.rv-catalog-index__scale b { display: block; margin-bottom: 4.2rem; color: var(--rv-muted); font: 400 .82rem/1.35 var(--rv-mono); }
.rv-catalog__main { min-width: 0; }
.rv-filters { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); align-items: end; gap: .8rem; margin-bottom: 1rem; padding: 1.1rem; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-signal); background: #f8fafb; }
.rv-filters--components { grid-template-columns: repeat(4, minmax(150px, 1fr)); }
.rv-filters .rv-field--query { grid-column: span 2; }
.rv-field { display: grid; gap: .35rem; }
.rv-field label, .rv-field legend { font-family: var(--rv-display); font-weight: 600; font-size: .88rem; }
.rv-field input, .rv-field select { min-height: 47px; width: 100%; padding: .6rem .7rem; border: 1px solid #87949c; border-radius: 1px; background: #fff; color: var(--rv-text); }
.rv-filter-reset { min-height: 47px; justify-content: center; }
.rv-filter-note { grid-column: 1 / -1; margin: .15rem 0 0; padding-top: .8rem; border-top: 1px solid var(--rv-line); color: var(--rv-muted); font: .82rem/1.5 var(--rv-mono); }
.rv-filter-count { margin: 0 0 1rem; color: var(--rv-muted); font: .84rem/1.5 var(--rv-mono); }
.rv-empty { width: var(--rv-container); margin-inline: auto; padding-block: 7rem; }
.rv-catalog-grid { display: block; border-top: 2px solid var(--rv-text); }
.rv-catalog-grid .rv-product-card { min-height: 158px; display: grid; grid-template-columns: 150px minmax(0, 1fr); border: 0; border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-catalog-grid .rv-product-card__media { height: 157px; border: 0; background: transparent; }
.rv-catalog-grid .rv-product-card__body { min-width: 0; display: grid; grid-template-columns: 130px minmax(190px, 1fr) minmax(230px, 1.35fr) 150px; grid-template-rows: auto auto; align-items: center; gap: .35rem 1.2rem; padding: 1.1rem .5rem 1.1rem 1.25rem; }
.rv-catalog-grid .rv-card__model { grid-column: 1; grid-row: 1 / span 2; }
.rv-catalog-grid h2 { grid-column: 2; grid-row: 1; margin: 0; font-size: 1.16rem; }
.rv-catalog-grid .rv-card-metrics { grid-column: 3; grid-row: 1 / span 2; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.rv-catalog-grid .rv-card__meta { grid-column: 2; grid-row: 2; margin: 0; color: var(--rv-muted); }
.rv-catalog-grid .rv-card__coverage { margin-top: .35rem; padding-top: .35rem; }
.rv-catalog-grid .rv-card__actions { grid-column: 4; grid-row: 1 / span 2; display: grid; justify-items: start; }
.rv-catalog-grid .rv-media-label { display: none; }

.rv-component-finder > [id] { scroll-margin-top: 92px; }
.rv-component-finder__hero h1 { max-width: 1040px; }
.rv-component-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 4px solid var(--rv-text); border-left: 1px solid var(--rv-line); }
.rv-component-stats div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-component-stats dt { color: var(--rv-muted); font: 650 .84rem/1.4 var(--rv-display); text-transform: uppercase; }
.rv-component-stats dd { margin: 1rem 0 0; color: var(--rv-signal); font: 600 clamp(2.7rem, 5vw, 4.8rem)/1.35 var(--rv-display); font-variant-numeric: tabular-nums; }
.rv-equipment-index { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 3px solid var(--rv-text); border-left: 1px solid var(--rv-line); }
.rv-equipment-card { min-width: 0; min-height: 238px; display: grid; grid-template-rows: 150px auto; gap: .9rem; padding: .85rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: #fff; color: var(--rv-text); text-decoration: none; }
.rv-equipment-card:hover { background: #fff7f2; }
.rv-equipment-card__media { position: relative; display: grid; place-items: center; overflow: hidden; background: #f7f9fa; }
.rv-equipment-card__media picture, .rv-equipment-card__media > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.rv-equipment-card__image { width: 100%; height: 100%; object-fit: contain; }
.rv-equipment-card b { display: block; color: var(--rv-text); font: 700 1rem/1.2 var(--rv-mono); overflow-wrap: anywhere; }
.rv-equipment-card small { display: block; margin-top: .35rem; color: var(--rv-muted); font-size: .83rem; line-height: 1.4; }
.rv-component-search { display: grid; grid-template-columns: minmax(260px, 1.6fr) minmax(170px, .8fr) minmax(210px, 1fr) auto; align-items: end; gap: .8rem; margin-bottom: 1.2rem; padding: 1.1rem; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-signal); background: #fff; }
.rv-component-search > p { grid-column: 1 / -1; margin: 0; color: var(--rv-muted); font: .86rem/1.5 var(--rv-mono); }
.rv-component-list { border-top: 3px solid var(--rv-text); }
.rv-component-row { min-width: 0; display: grid; grid-template-columns: 120px minmax(190px, .9fr) minmax(190px, 1fr) minmax(190px, 1fr) 145px; align-items: center; gap: 1rem; min-height: 164px; padding: .8rem 0; border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-component-row__media { position: relative; height: 135px; display: grid; place-items: center; overflow: hidden; background: #f7f9fa; }
.rv-component-row__media picture, .rv-component-row__media > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.rv-component-row__image { width: 100%; height: 100%; object-fit: contain; }
.rv-component-row__identity, .rv-component-row__fit, .rv-component-row__metrics { min-width: 0; }
.rv-component-row__identity h3 { margin: .25rem 0 .45rem; font-family: var(--rv-display); font-size: 1.25rem; line-height: 1.1; overflow-wrap: anywhere; }
.rv-component-row__identity h3 a { color: inherit; text-decoration: none; }
.rv-component-row__identity > p:last-child { margin: 0; color: var(--rv-muted); font-size: .88rem; }
.rv-component-row__fit > strong { display: block; color: var(--rv-muted); font: 650 .82rem/1.35 var(--rv-display); text-transform: uppercase; }
.rv-component-row__fit ul { display: flex; flex-wrap: wrap; gap: .35rem; margin: .45rem 0 0; padding: 0; list-style: none; }
.rv-component-row__fit a { min-height: 34px; display: inline-flex; align-items: center; padding: .25rem .45rem; border: 1px solid var(--rv-line); color: #0e647b; font: 650 .82rem/1.25 var(--rv-display); text-decoration: none; }
.rv-component-row__fit p { margin: .45rem 0 0; color: var(--rv-muted); font-size: .86rem; }
.rv-component-row__metrics { display: grid; gap: .55rem; margin: 0; }
.rv-component-row__metrics div { padding-top: .45rem; border-top: 1px solid var(--rv-line); }
.rv-component-row__metrics dt { color: var(--rv-muted); font-size: .875rem; line-height: 1.45; }
.rv-component-row__metrics dd { margin: .15rem 0 0; font: 650 .86rem/1.35 var(--rv-mono); overflow-wrap: anywhere; }
.rv-component-row__actions { display: grid; justify-items: start; gap: .25rem; }
.rv-component-row__actions a { min-height: 42px; display: inline-flex; align-items: center; color: #0e647b; font-family: var(--rv-display); font-size: .88rem; font-weight: 650; }
.rv-component-row__actions a:last-child { color: var(--rv-signal-text); }
.rv-component-empty { padding: 3rem 1.2rem; border-bottom: 1px solid var(--rv-line); background: #fff; text-align: center; }
.rv-component-empty h3 { margin: 0; font-family: var(--rv-display); font-size: 2rem; text-transform: uppercase; }
.rv-component-empty p { max-width: 620px; margin: .7rem auto 0; color: var(--rv-muted); }

.rv-wizard { max-width: 1180px; }
.rv-wizard fieldset { margin: 0 0 1.25rem; padding: 1.1rem; border: 1px solid var(--rv-line); background: #fff; }
.rv-wizard legend { padding-inline: .4rem; font-family: var(--rv-display); font-weight: 600; }
.rv-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.rv-choice { min-height: 54px; display: flex; align-items: center; gap: .65rem; padding: .75rem; border: 1px solid var(--rv-line); background: #fff; color: var(--rv-text); }
.rv-choice:has(input:checked) { border-color: var(--rv-signal); background: #fff5ef; box-shadow: inset 4px 0 var(--rv-signal); }
.rv-wizard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.25rem; padding: 1.1rem; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-signal); background: #f8fafb; }
.rv-wizard-docs { margin-top: 0 !important; }
.rv-wizard-notice { margin: 0 0 1.25rem; padding: 1rem 1.15rem; border: 1px solid var(--rv-line); background: #eef4f6; color: var(--rv-text); }
.rv-wizard-notice strong { display: block; font-family: var(--rv-display); font-size: 1rem; text-transform: uppercase; }
.rv-wizard-notice p { max-width: 900px; margin: .4rem 0 0; color: #35434b; }
.rv-wizard-output { margin-top: 2rem; outline: none; }
.rv-wizard-summary { padding: clamp(1.25rem, 3vw, 2.2rem); border-top: 4px solid var(--rv-text); background: #eef4f6; }
.rv-wizard-summary h2 { margin: .2rem 0 .6rem; font-family: var(--rv-display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; text-transform: uppercase; }
.rv-wizard-summary > p:last-of-type { max-width: 800px; margin-bottom: 0; color: #35434b; }
.rv-wizard-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.rv-wizard-tags span { padding: .35rem .55rem; border: 1px solid #819098; background: #fff; color: var(--rv-text); font: 650 .78rem/1.35 var(--rv-mono); }
.rv-wizard-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--rv-line); }
.rv-wizard-results .rv-card { grid-column: auto; margin: 0; border-top: 0; border-bottom: 1px solid var(--rv-line); background: #fff; }
.rv-wizard-reason { margin-top: auto; padding-top: .75rem; border-top: 1px solid var(--rv-line); color: #18596b !important; font: 650 .82rem/1.45 var(--rv-mono); }
.rv-wizard-next { padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--rv-line); border-top: 0; background: #fff; }
.rv-wizard-next h3 { margin: 0 0 .6rem; font-family: var(--rv-display); font-size: 1.35rem; text-transform: uppercase; }
.rv-wizard-next p { max-width: 850px; color: var(--rv-muted); }
.rv-wizard-next .rv-button { margin-top: .5rem; }

.rv-hub-card { padding: 0 0 1.25rem; overflow: hidden; }
.rv-hub-card > a:first-child { display: block; }
.rv-hub-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.rv-hub-card h2, .rv-hub-card p, .rv-hub-card .rv-card__link { margin-inline: 1.25rem; }
.rv-article-figure { margin: 0 0 2.5rem; }
.rv-article-figure img { display: block; width: 100%; border: 1px solid var(--rv-line); }
.rv-article-figure figcaption { margin-top: 0; padding: .7rem .8rem; border: 1px solid var(--rv-line); border-top: 0; background: #fff; color: var(--rv-text); font-size: .88rem; line-height: 1.55; }

.rv-compare-picker { display: grid; grid-template-columns: 1fr 1fr auto; gap: .8rem; align-items: end; margin: 2rem 0; padding: 1rem; border: 1px solid var(--rv-line); background: #fff; }
.rv-compare-empty { min-height: 330px; display: grid; place-items: center; align-content: center; text-align: center; border-block: 1px solid var(--rv-line); background: #f8fafb; }
.rv-compare-empty__mark { color: var(--rv-signal); font: 700 clamp(3rem, 9vw, 7rem)/1 var(--rv-display); letter-spacing: -.05em; }
.rv-compare-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; padding: .75rem; border: 1px solid var(--rv-line); background: #fff; }
.rv-compare-table { overflow-x: auto; }
.rv-compare-table table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.rv-compare-table th, .rv-compare-table td { padding: .8rem; border: 1px solid var(--rv-line); vertical-align: top; text-align: left; }
.rv-compare-table thead th { min-width: 180px; background: #f2f5f6; }
.rv-compare-table thead img { width: 100%; height: 150px; object-fit: contain; background: #fff; }
.rv-compare-table tbody th { position: sticky; left: 0; z-index: 2; width: 230px; background: #f7f9fa; }
.rv-compare-table .rv-compare-group th { background: #fff0e8; color: var(--rv-text); }
.rv-compare-remove { display: block; margin-top: .55rem; border: 0; background: none; color: var(--rv-signal-text); text-decoration: underline; cursor: pointer; }
.rv-compare-request { margin-top: 2rem; }

.rv-footer { padding: 4.5rem max(1.5rem, calc((100% - 1320px) / 2)) 1.5rem; border-top: 1px solid var(--rv-line); background: #f2f5f6; color: var(--rv-muted); }
.rv-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; }
.rv-footer__title { margin: 0; color: var(--rv-text); font-family: var(--rv-display); font-size: 1.4rem; font-weight: 600; text-transform: uppercase; }
.rv-footer__heading { color: var(--rv-text); font-family: var(--rv-display); font-weight: 600; text-transform: uppercase; }
.rv-footer a, .rv-footer button { min-height: 40px; display: flex; align-items: center; padding: 0; border: 0; background: none; color: var(--rv-text); text-decoration: underline; text-decoration-color: #aab4ba; cursor: pointer; }
.rv-footer a:hover, .rv-footer button:hover { color: var(--rv-signal-text); }
.rv-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--rv-line); font-size: .86rem; }
.rv-cookie { position: fixed; z-index: 100; right: 1rem; bottom: 1rem; width: min(calc(100% - 2rem), 480px); padding: 1.25rem; border: 1px solid #7c878e; background: #fff; color: var(--rv-text); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.rv-cookie h2 { margin: 0; color: var(--rv-text); font-family: var(--rv-display); font-size: 1.5rem; }
.rv-cookie p { margin: .6rem 0 1rem; }
.rv-cookie__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.rv-cookie button { min-height: 44px; padding: .6rem .8rem; border: 1px solid #7c878e; background: #fff; color: var(--rv-text); cursor: pointer; }
.rv-cookie button:first-child { border-color: var(--rv-signal); background: #fff0e8; color: var(--rv-text); font-weight: 700; }
.rv-cookie .rv-button--ghost { border-color: #7c878e; color: var(--rv-text) !important; }

@keyframes rv-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  .rv-hero__grid { grid-template-columns: .95fr 1.05fr; }
  .rv-hero h1 { font-size: clamp(4rem, 8vw, 6.7rem); }
  .rv-section--surface > .rv-grid > .rv-product-card { grid-column: span 6; }
  .rv-catalog { grid-template-columns: minmax(0, 1fr); }
  .rv-catalog-index { position: static; min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; border: 0; }
  .rv-catalog-index__title, .rv-catalog-index__scale { display: none; }
  .rv-catalog-index a { padding: .8rem; border: 1px solid var(--rv-line); }
  .rv-catalog-grid .rv-product-card__body { grid-template-columns: 110px minmax(180px, 1fr) minmax(200px, 1.2fr) 130px; gap: .35rem .8rem; }
  .rv-tech-family-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rv-tech-product { grid-template-columns: 130px minmax(0, 1fr) minmax(220px, .9fr); }
  .rv-tech-product__actions { grid-column: 2 / 4; display: flex; gap: 1rem; }
  .rv-equipment-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rv-component-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-component-row { grid-template-columns: 110px minmax(180px, .9fr) minmax(190px, 1fr) minmax(180px, 1fr); }
  .rv-component-row__actions { grid-column: 2 / -1; display: flex; gap: 1rem; }
}

@media (max-width: 980px) {
  body.admin-bar .rv-header { top: 46px; }
  body.admin-bar .rv-product-nav { top: 114px; }
  body.admin-bar .rv-tech-catalog-nav { top: 114px; }
  .rv-menu-toggle { display: inline-flex; align-items: center; gap: .4rem; }
  .rv-header__mail { display: none; }
  .rv-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; margin: 0; padding: 1rem; background: #fff; border-bottom: 1px solid var(--rv-line); box-shadow: 0 14px 30px rgba(12,20,26,.12); }
  .rv-nav.is-open { display: grid; }
  .rv-nav a { padding-inline: 1rem; border-bottom: 1px solid var(--rv-line); }
  .rv-hero { min-height: auto; }
  .rv-hero__grid, .rv-product-hero__grid, .rv-split { grid-template-columns: 1fr; }
  .rv-hero-products { min-height: 500px; }
  .rv-card { grid-column: span 6; }
  .rv-context-grid > .rv-card { grid-column: span 6; }
  .rv-stat { grid-column: span 6; }
  .rv-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .rv-filters { grid-template-columns: repeat(2, 1fr); }
  .rv-wizard-grid, .rv-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .rv-variant-grid, .rv-document-grid { grid-template-columns: repeat(2, 1fr); }
  .rv-spec-columns { grid-template-columns: 1fr; }
  .rv-engineering-intro, .rv-engineering-grid { grid-template-columns: 1fr; }
  .rv-engineering-intro article + article { border-top: 1px solid var(--rv-line); border-left: 0; }
  .rv-catalog-grid .rv-product-card { grid-template-columns: 130px minmax(0, 1fr); }
  .rv-catalog-grid .rv-product-card__media { height: 170px; }
  .rv-catalog-grid .rv-product-card__body { grid-template-columns: 100px minmax(160px, 1fr) minmax(190px, 1.2fr); }
  .rv-catalog-grid .rv-card__actions { grid-column: 1 / -1; grid-row: 3; display: flex; justify-content: flex-start; }
  .rv-tech-catalog-hero { min-height: auto; }
  .rv-tech-catalog-hero__grid, .rv-tech-family__head { grid-template-columns: 1fr; }
  .rv-tech-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-tech-product { grid-template-columns: 130px minmax(0, 1fr); }
  .rv-tech-product__metrics { grid-column: 2; }
  .rv-tech-product__actions { grid-column: 2; }
  .rv-component-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-equipment-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-component-row { grid-template-columns: 120px minmax(0, 1fr) minmax(190px, .9fr); }
  .rv-component-row__fit { grid-column: 2; }
  .rv-component-row__metrics { grid-column: 3; grid-row: 1 / span 2; }
  .rv-component-row__actions { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  :root { --rv-container: min(calc(100% - 1.5rem), 1320px); }
  body { font-size: 1rem; }
  .rv-header__inner { min-height: 64px; }
  .rv-nav { top: 64px; }
  .rv-product-nav { top: 64px; }
  .rv-tech-catalog-nav { top: 64px; }
  body.admin-bar .rv-product-nav { top: 110px; }
  body.admin-bar .rv-tech-catalog-nav { top: 110px; }
  .rv-product-nav__inner { width: 100%; padding-left: .75rem; }
  .rv-product-nav__model, .rv-product-nav a { min-height: 52px; padding: .7rem .8rem; font-size: .86rem; }
  .rv-tech-catalog-nav__inner { width: 100%; padding-left: .75rem; }
  .rv-tech-catalog-nav a { min-height: 52px; padding: .7rem .8rem; font-size: .86rem; }
  .rv-brand { font-size: .94rem; }
  .rv-section, .rv-product-hero, .rv-kpi-section { padding-inline: .85rem; }
  .rv-hero { padding: 3.5rem .85rem; }
  .rv-hero::before, .rv-hero::after, .rv-product-hero::before, .rv-hero ~ .rv-section::before { display: none; }
  .rv-hero__grid > div:first-child, .rv-product-hero__grid { padding-left: 0; }
  .rv-hero__grid > *, .rv-split > * { min-width: 0; }
  .rv-hero h1 { font-size: clamp(3.1rem, 13vw, 4.6rem); line-height: .96; }
  .rv-hero-products { min-height: 390px; }
  .rv-hero-product--main { inset: 0 0 10% 0; }
  .rv-hero-product--secondary { right: 0; width: 45%; }
  .rv-product-hero h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); line-height: 1; }
  .rv-product-proof { grid-template-columns: 1fr; }
  .rv-product-proof > div { padding: .75rem 0; }
  .rv-product-proof > div + div { padding-left: 0; border-top: 1px solid var(--rv-line); border-left: 0; }
  .rv-section__head h1, .rv-section__head h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); overflow-wrap: break-word; }
  .rv-split h2 { font-size: clamp(2.5rem, 11vw, 4rem); overflow-wrap: break-word; }
  .rv-product-gallery__main { min-height: 330px; padding: .5rem; }
  .rv-product-gallery__main picture, .rv-product-gallery__main > img { height: 290px; }
  .rv-card, .rv-stat, .rv-section--surface > .rv-grid > .rv-product-card, .rv-grid > [data-product-slug], .rv-context-grid > .rv-card { grid-column: 1 / -1; }
  .rv-category-card { min-height: 440px; }
  .rv-category-card__media { height: 250px; }
  .rv-band { grid-template-columns: 1fr; padding: 1.4rem; }
  .rv-footer__grid, .rv-choice-grid, .rv-filters, .rv-variant-grid, .rv-document-grid, .rv-compare-picker { grid-template-columns: 1fr; }
  .rv-filters .rv-field--query { grid-column: span 1; }
  .rv-wizard-grid, .rv-wizard-results { grid-template-columns: 1fr; }
  .rv-document-card { grid-template-columns: 1fr; gap: .75rem; padding: 1rem; }
  .rv-document-card__preview { grid-row: auto; }
  .rv-document-card img { max-width: 180px; }
  .rv-footer__bottom { display: grid; }
  .rv-kpi-grid { grid-template-columns: 1fr; }
  .rv-kpi-grid li { border-right: 0; border-bottom: 1px solid var(--rv-line); padding-inline: 0; }
  .rv-kpi-grid li + li { padding-left: 0; }
  .rv-pressure-map__axis span:nth-child(2), .rv-pressure-map__axis span:nth-child(4) { display: none; }
  .rv-pressure-map__track { min-width: 180px; font-size: .84rem; }
  .rv-pressure-map { overflow-x: auto; }
  .rv-catalog-head { padding-inline: .85rem; }
  .rv-catalog-head h1 { font-size: clamp(2.65rem, 11.5vw, 5.3rem); overflow-wrap: anywhere; }
  .rv-catalog { padding-inline: .85rem; }
  .rv-catalog-index { grid-template-columns: repeat(2, 1fr); }
  .rv-catalog-grid .rv-product-card { display: block; }
  .rv-catalog-grid .rv-product-card__media { height: 230px; border-bottom: 1px solid var(--rv-line); }
  .rv-catalog-grid .rv-product-card__body { display: block; padding: 1rem 0 1.4rem; }
  .rv-catalog-grid .rv-card-metrics { grid-template-columns: 1fr; margin-block: 1rem; }
  .rv-catalog-grid .rv-card__actions { display: flex; }
  .rv-specs table { min-width: 0; table-layout: fixed; }
  .rv-specs tr { display: grid; grid-template-columns: 1fr; }
  .rv-specs th, .rv-specs td { display: block; width: 100%; overflow-wrap: anywhere; }
  .rv-specs th { padding-bottom: .35rem; border-bottom: 0; }
  .rv-specs td { padding-top: .35rem; }
  .rv-spec-group { padding: .85rem; }
  .rv-technology-topic { grid-template-columns: 1fr; }
  .rv-technology-topic .rv-button { width: 100%; }
  .rv-tech-catalog-hero { padding: 3.8rem .85rem; }
  .rv-tech-catalog-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); overflow-wrap: anywhere; }
  .rv-tech-catalog-stats { grid-template-columns: 1fr 1fr; }
  .rv-tech-catalog-stats div { min-height: 125px; padding: 1rem; }
  .rv-tech-steps, .rv-tech-map, .rv-tech-family-index { grid-template-columns: 1fr; }
  .rv-tech-steps li, .rv-tech-map__card { min-height: auto; }
  .rv-tech-search > div { grid-template-columns: 1fr; }
  .rv-tech-search .rv-button { width: 100%; }
  .rv-tech-family { padding-top: 3.5rem; }
  .rv-tech-product { display: grid; grid-template-columns: 1fr; gap: .85rem; padding: 1rem 0 1.35rem; }
  .rv-tech-product__media { height: 230px; }
  .rv-tech-product__metrics, .rv-tech-product__actions { grid-column: 1; }
  .rv-tech-product__actions { display: flex; flex-wrap: wrap; }
  .rv-component-stats { grid-template-columns: 1fr 1fr; }
  .rv-component-stats div { min-height: 120px; padding: .9rem; }
  .rv-equipment-index, .rv-component-search { grid-template-columns: 1fr; }
  .rv-equipment-card { min-height: 210px; grid-template-rows: 130px auto; }
  .rv-component-row { display: grid; grid-template-columns: 1fr; gap: .8rem; padding: 1rem 0 1.35rem; }
  .rv-component-row__media { height: 230px; }
  .rv-component-row__fit, .rv-component-row__metrics, .rv-component-row__actions { grid-column: 1; grid-row: auto; }
  .rv-component-row__actions { display: flex; flex-wrap: wrap; }
}

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

@media print {
  .rv-header, .rv-footer, .rv-cookie, .rv-actions, .rv-product-nav, .rv-tech-catalog-nav, .rv-tech-search, .rv-tech-family-index, .rv-product-gallery__thumbs, .rv-lightbox { display: none !important; }
  body { background: #fff; color: #000; }
  .rv-section, .rv-product-hero, .rv-kpi-section { padding: 1rem 0; background: #fff; color: #000; }
  .rv-tech-product { content-visibility: visible; break-inside: avoid; }
}
