:root {
  color-scheme: dark;
  --bg: #090b0f;
  --bg-2: #11151b;
  --surface: rgba(255,255,255,.07);
  --surface-2: rgba(255,255,255,.11);
  --card: #f7f8fa;
  --card-text: #14171c;
  --text: #f6f3ed;
  --muted: rgba(246,243,237,.68);
  --muted-dark: #66707f;
  --line: rgba(255,255,255,.14);
  --line-dark: #d9dee6;
  --red: #d1322c;
  --red-dark: #b92520;
  --accent: var(--red);
  --accent-2: #f36a62;
  --orange: #f09135;
  --green: #57d68d;
  --blue: #69a7ff;
  --radius: 8px;
  --max: 1460px;
  --shadow: 0 24px 70px rgba(0,0,0,.28);
  --scroll: 0;
  --font: Inter, "Segoe UI", Arial, sans-serif;
}

:root[data-scroll-step="1"] { --scroll: 0.1; }
:root[data-scroll-step="2"] { --scroll: 0.2; }
:root[data-scroll-step="3"] { --scroll: 0.3; }
:root[data-scroll-step="4"] { --scroll: 0.4; }
:root[data-scroll-step="5"] { --scroll: 0.5; }
:root[data-scroll-step="6"] { --scroll: 0.6; }
:root[data-scroll-step="7"] { --scroll: 0.7; }
:root[data-scroll-step="8"] { --scroll: 0.8; }
:root[data-scroll-step="9"] { --scroll: 0.9; }
:root[data-scroll-step="10"] { --scroll: 1; }

/* 2026-08-18: compact application shell for CompOS CMS. */
@font-face {
  font-family: "Onest CMS";
  src: url("assets/fonts/onest/onest-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Onest CMS";
  src: url("assets/fonts/onest/onest-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Onest CMS";
  src: url("assets/fonts/onest/onest-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.cms-page {
  --cms-bg: #0c0e12;
  --cms-panel: #15181e;
  --cms-panel-2: #1a1e25;
  --cms-line: rgba(232, 234, 238, .11);
  --cms-muted: #9198a4;
  --cms-text: #f1f0ed;
  --cms-accent: #d94a43;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  color: var(--cms-text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px),
    var(--cms-bg);
  background-size: 32px 32px;
  font-family: "Onest CMS", "Segoe UI", sans-serif;
  font-size: 14px;
  letter-spacing: -.01em;
}

.cms-skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--cms-accent);
  border-radius: 8px;
  text-decoration: none;
}

.cms-skip-link:focus { top: 12px; }

.cms-page .cms-shell {
  grid-template-columns: 228px minmax(0, 1fr);
  height: 100dvh;
  min-height: 0;
}

.cms-page .cms-sidebar {
  position: relative;
  z-index: 20;
  height: 100dvh;
  min-height: 0;
  gap: 14px;
  padding: 14px 12px;
  border-right: 1px solid var(--cms-line);
  background: rgba(11, 13, 17, .96);
  box-shadow: 14px 0 38px rgba(0, 0, 0, .18);
  backdrop-filter: none;
}

.cms-page .cms-brand {
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 4px 5px 14px;
  border-bottom: 1px solid var(--cms-line);
}

.cms-page .cms-brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px 3px 9px 3px;
  color: #fff;
  background: var(--cms-accent);
  font-size: 17px;
  font-weight: 700;
}

.cms-page .cms-brand-copy { display: grid; gap: 1px; min-width: 0; }
.cms-page .cms-brand-copy small {
  color: #b7bbc2;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.cms-page .cms-brand-copy strong { font-size: 16px; line-height: 1.1; }
.cms-page .cms-brand-edition {
  color: #6f7682;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.cms-page .cms-nav {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.cms-page .cms-nav-label {
  padding: 12px 10px 4px;
  color: #626975;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cms-page .cms-nav a {
  position: relative;
  min-height: 38px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 6px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #aeb3bc;
  font-size: 13px;
  font-weight: 600;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.cms-page .cms-nav a b {
  color: #5f6672;
  font-size: 9px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.cms-page .cms-nav a:hover,
.cms-page .cms-nav a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.055);
  outline: none;
}

.cms-page .cms-nav a[aria-current="page"] {
  color: #17191d;
  background: #eceae5;
  box-shadow: 0 7px 18px rgba(0,0,0,.2);
}

.cms-page .cms-nav a[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--cms-accent);
}

.cms-page .cms-nav a[aria-current="page"] b { color: #8a4e4a; }

.cms-page .cms-admin-link {
  min-height: 34px;
  margin-top: auto;
  padding: 0 10px;
  border-color: var(--cms-line);
  border-radius: 8px;
  color: #8d949f;
  font-size: 11px;
  font-weight: 600;
}

.cms-page .cms-content {
  width: 100%;
  height: 100dvh;
  min-height: 0;
  padding: 64px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
  scrollbar-color: #454b55 transparent;
}

.cms-page .cms-topbar {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 228px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid var(--cms-line);
  background: rgba(12, 14, 18, .9);
  backdrop-filter: blur(16px);
}

.cms-page .cms-topbar-title { display: grid; gap: 1px; }
.cms-page .cms-topbar-title span {
  color: #7e8590;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cms-page .cms-topbar-title strong { font-size: 17px; font-weight: 600; }
.cms-page .cms-topbar-actions { display: flex; align-items: center; gap: 7px; }
.cms-page .cms-topbar-actions .secondary,
.cms-page .cms-icon-link {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--cms-line);
  border-radius: 7px;
  color: #c5c9cf;
  background: rgba(255,255,255,.03);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.cms-page .cms-topbar-actions .secondary:hover,
.cms-page .cms-icon-link:hover { color: #fff; border-color: rgba(255,255,255,.24); }

.cms-page .cms-screen,
.cms-page .cms-login-card {
  width: min(1380px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.cms-page .cms-screen[hidden],
.cms-page .cms-login-card[hidden] { display: none !important; }

.cms-page .cms-hero {
  min-height: 0;
  margin-top: 24px;
  padding: 28px 30px 30px;
  border: 1px solid var(--cms-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 24%, rgba(217, 74, 67, .14), transparent 28%),
    var(--cms-panel);
  box-shadow: 0 20px 54px rgba(0,0,0,.18);
}

.cms-page .cms-hero h1 {
  max-width: 720px;
  margin: 6px 0 10px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.cms-page .cms-hero p { max-width: 650px; margin: 0; font-size: 14px; line-height: 1.55; }
.cms-page .cms-hero-actions { margin-top: 20px; }
.cms-page .cms-hero-actions .primary,
.cms-page .cms-hero-actions .secondary { min-height: 38px; padding: 0 14px; border-radius: 8px; font-size: 12px; }

.cms-page .cms-panel,
.cms-page .cms-object-card,
.cms-page .cms-role-card,
.cms-page .cms-audit-item {
  border-color: var(--cms-line);
  background: var(--cms-panel);
  box-shadow: none;
}

.cms-page .cms-screen.cms-panel,
.cms-page .cms-screen.cms-grid {
  margin-top: 0;
  padding: 24px 0 36px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cms-page .cms-user-card {
  min-height: 70px;
  margin-top: 12px;
  padding: 14px 18px;
  border-radius: 11px;
}
.cms-page .cms-user-card h2 { margin: 3px 0; font-size: 18px; }
.cms-page .cms-user-card p { margin: 0; font-size: 11px; }

.cms-page .cms-login-card {
  min-height: 260px;
  margin-top: clamp(38px, 10vh, 96px);
  padding: 30px;
  border-radius: 14px;
  background: var(--cms-panel);
}
.cms-page .cms-login-card h2 { margin: 7px 0; font-size: 28px; }
.cms-page .cms-login-form { grid-template-columns: minmax(220px, 1fr) auto; }

.cms-page .cms-section-head {
  min-height: 54px;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--cms-line);
}
.cms-page .cms-section-head h2 { margin: 0 0 3px; font-size: 23px; letter-spacing: -.03em; }
.cms-page .cms-section-head p { margin: 0; font-size: 12px; }
.cms-page .cms-muted { color: var(--cms-muted); font-size: 11px; }
.cms-page .cms-label,
.cms-page .eyebrow { color: #d8894a; font-size: 9px; letter-spacing: .12em; }

.cms-page .cms-object-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.cms-page .cms-object-card,
.cms-page .cms-role-card { gap: 6px; padding: 13px; border-radius: 9px; }
.cms-page .cms-object-card strong,
.cms-page .cms-role-card strong { font-size: 14px; }
.cms-page .cms-object-card p,
.cms-page .cms-role-card p,
.cms-page .cms-role-card small { font-size: 11px; line-height: 1.45; }
.cms-page .cms-object-card span { padding: 3px 6px; border-radius: 5px; font-size: 9px; }

.cms-page .cms-orders-layout {
  grid-template-columns: minmax(250px, .7fr) minmax(470px, 1.3fr);
  height: min(720px, calc(100dvh - 168px));
  min-height: 460px;
  gap: 10px;
  margin-top: 0;
}
.cms-page .cms-order-list {
  max-height: none;
  gap: 5px;
  padding-right: 4px;
}
.cms-page .cms-order-card {
  gap: 3px;
  padding: 10px 11px;
  border-radius: 8px;
  background: #12151a;
}
.cms-page .cms-order-card:hover,
.cms-page .cms-order-card:focus-visible,
.cms-page .cms-order-card.is-active {
  border-color: rgba(217, 74, 67, .7);
  background: #171a20;
}
.cms-page .cms-order-card.is-active { box-shadow: inset 3px 0 0 var(--cms-accent); }
.cms-page .cms-order-card strong { font-size: 12px; }
.cms-page .cms-order-card span,
.cms-page .cms-order-card small,
.cms-page .cms-order-card em { font-size: 9px; font-variant-numeric: tabular-nums; }
.cms-page .cms-order-workbench {
  min-height: 0;
  gap: 9px;
  padding: 14px;
  overflow-y: auto;
  border-radius: 10px;
  background: var(--cms-panel);
}
.cms-page .cms-order-workbench label,
.cms-page .cms-document-form label { gap: 4px; font-size: 10px; }
.cms-page .cms-login-form input,
.cms-page .cms-order-workbench input,
.cms-page .cms-order-workbench select,
.cms-page .cms-order-workbench textarea,
.cms-page .cms-document-form input,
.cms-page .cms-document-form select,
.cms-page .cms-users-table select,
.cms-page .cms-role-form input,
.cms-page .cms-role-form select {
  min-height: 36px;
  padding: 7px 9px;
  border-radius: 7px;
  border-color: var(--cms-line);
  background: #0e1116;
  font-size: 12px;
}
.cms-page .cms-order-workbench textarea { min-height: 58px; resize: vertical; }
.cms-page .cms-order-detail { gap: 5px; padding: 10px; border-radius: 8px; }
.cms-page .cms-order-detail strong { font-size: 13px; font-variant-numeric: tabular-nums; }
.cms-page .cms-order-detail span { font-size: 10px; }
.cms-page .cms-order-detail .secondary { min-height: 32px; padding: 0 10px; border-radius: 6px; font-size: 10px; }
.cms-page #cmsOrderRun { min-height: 38px; border-radius: 7px; font-size: 12px; }
.cms-page .cms-order-rail {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  gap: 8px;
}
.cms-page .cms-order-search { display: grid; gap: 4px; color: var(--cms-muted); font-size: 10px; }
.cms-page .cms-order-search input {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--cms-line);
  border-radius: 8px;
  color: var(--cms-text);
  background: #0e1116;
}
.cms-page .cms-order-detail-title,
.cms-page .cms-order-items-head,
.cms-page .cms-order-editor-actions,
.cms-page .cms-supplier-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cms-page .cms-order-detail-title > span {
  padding: 3px 7px;
  border: 1px solid rgba(216, 137, 74, .35);
  border-radius: 999px;
  color: #e2a06c;
}
.cms-page .cms-order-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
}
.cms-page .cms-order-detail-grid span { min-width: 0; color: #c5c9cf; overflow-wrap: anywhere; }
.cms-page .cms-order-detail-grid b {
  display: block;
  margin-bottom: 2px;
  color: var(--cms-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cms-page .cms-context-help {
  min-height: 0;
  margin: -2px 0 0;
  padding: 8px 10px;
  border: 1px solid var(--cms-line);
  border-radius: 7px;
  color: var(--cms-muted);
  background: rgba(255,255,255,.02);
  font-size: 10px;
  line-height: 1.45;
}
.cms-page .cms-context-help.is-error { border-color: rgba(217, 74, 67, .45); color: #ff9d96; background: rgba(217, 74, 67, .08); }
.cms-page .cms-context-help.is-ok { border-color: rgba(60, 170, 119, .35); color: #88d5ad; background: rgba(60, 170, 119, .07); }
.cms-page .cms-order-editor-body,
.cms-page .cms-supplier-body { display: grid; gap: 10px; padding: 12px; }
.cms-page .cms-order-customer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cms-page .cms-order-customer-grid label,
.cms-page .cms-supplier-body label { display: grid; gap: 4px; color: var(--cms-muted); font-size: 9px; }
.cms-page .cms-order-wide { grid-column: 1 / -1; }
.cms-page .cms-order-items { display: grid; gap: 6px; }
.cms-page .cms-order-item {
  display: grid;
  grid-template-columns: minmax(82px, .65fr) minmax(180px, 1.8fr) 72px 100px auto;
  align-items: end;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--cms-line);
  border-radius: 7px;
  background: #111419;
}
.cms-page .cms-order-item label { display: grid; gap: 3px; color: var(--cms-muted); font-size: 8px; }
.cms-page .cms-order-item input { width: 100%; min-width: 0; }
.cms-page .cms-order-item-remove {
  min-height: 36px;
  padding: 0 9px;
  border: 1px solid rgba(217, 74, 67, .35);
  border-radius: 6px;
  color: #ff9d96;
  background: transparent;
  font-size: 9px;
}
.cms-page .cms-order-items-head { padding: 0 12px 8px; }
.cms-page .cms-order-items-head strong { font-size: 11px; }
.cms-page .cms-order-items-head .secondary { min-height: 30px; padding: 0 9px; font-size: 9px; }
.cms-page .cms-order-editor-actions { padding: 0 12px 12px; color: var(--cms-muted); font-size: 9px; }
.cms-page .cms-order-editor-actions .secondary { min-height: 34px; }
.cms-page .cms-supplier-body textarea { min-height: 150px; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 10px; line-height: 1.5; }
.cms-page .cms-supplier-actions { justify-content: flex-start; }
.cms-page .cms-supplier-actions .secondary { min-height: 34px; }
.cms-page .cms-order-history { display: grid; gap: 0; max-height: 280px; overflow: auto; padding: 8px 12px; }
.cms-page .cms-order-history article { display: grid; grid-template-columns: 112px 1fr auto; gap: 4px 9px; padding: 8px 0; border-bottom: 1px solid var(--cms-line); }
.cms-page .cms-order-history time,
.cms-page .cms-order-history small { color: var(--cms-muted); font-size: 8px; }
.cms-page .cms-order-history strong { font-size: 10px; }
.cms-page .cms-order-history p { grid-column: 2 / -1; margin: 0; color: #b7bbc2; font-size: 9px; }
.cms-page .cms-payment-guide > div { display: grid; grid-template-columns: 120px 1fr; gap: 8px 12px; padding: 12px; font-size: 10px; }
.cms-page .cms-payment-guide ol { margin: 0; padding-left: 18px; color: #b8bcc3; }

.cms-page .cms-publications-layout {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(500px, 1.32fr);
  height: min(760px, calc(100dvh - 168px));
  min-height: 500px;
  gap: 10px;
}
.cms-page .cms-publication-rail {
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 8px;
}
.cms-page .cms-publication-filters { display: flex; gap: 4px; overflow-x: auto; }
.cms-page .cms-publication-filters button {
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid var(--cms-line);
  border-radius: 999px;
  color: var(--cms-muted);
  background: #101318;
  font-size: 9px;
  white-space: nowrap;
}
.cms-page .cms-publication-filters button.is-active {
  border-color: rgba(217, 74, 67, .65);
  color: #fff;
  background: rgba(217, 74, 67, .12);
}
.cms-page .cms-publication-list { min-height: 0; display: grid; align-content: start; gap: 5px; overflow-y: auto; padding-right: 4px; }
.cms-page .cms-publication-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  padding: 11px;
  border: 1px solid var(--cms-line);
  border-radius: 8px;
  color: var(--cms-text);
  background: #12151a;
  text-align: left;
}
.cms-page .cms-publication-card:hover,
.cms-page .cms-publication-card:focus-visible,
.cms-page .cms-publication-card.is-active { border-color: rgba(217, 74, 67, .7); background: #171a20; }
.cms-page .cms-publication-card.is-active { box-shadow: inset 3px 0 0 var(--cms-accent); }
.cms-page .cms-publication-card strong { grid-column: 1 / -1; font-size: 12px; line-height: 1.32; }
.cms-page .cms-publication-card time,
.cms-page .cms-publication-card small { color: var(--cms-muted); font-size: 9px; }
.cms-page .cms-publication-card time { justify-self: end; font-variant-numeric: tabular-nums; }
.cms-page .cms-publication-status {
  justify-self: start;
  padding: 3px 7px;
  border: 1px solid var(--cms-line);
  border-radius: 999px;
  color: #b9bec6;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cms-page .cms-publication-status.is-scheduled { border-color: rgba(216, 137, 74, .42); color: #f2ad73; background: rgba(216, 137, 74, .08); }
.cms-page .cms-publication-status.is-published { border-color: rgba(60, 170, 119, .42); color: #88d5ad; background: rgba(60, 170, 119, .08); }
.cms-page .cms-publication-status.is-cancelled,
.cms-page .cms-publication-status.is-failed { border-color: rgba(217, 74, 67, .42); color: #ff9d96; background: rgba(217, 74, 67, .08); }
.cms-page .cms-publication-workbench { min-height: 0; overflow-y: auto; border: 1px solid var(--cms-line); border-radius: 10px; background: var(--cms-panel); }
.cms-page .cms-publication-empty { display: grid; min-height: 240px; place-items: center; color: var(--cms-muted); font-size: 12px; }
.cms-page .cms-publication-form { display: grid; gap: 9px; padding: 14px; }
.cms-page .cms-publication-form label { display: grid; gap: 4px; color: var(--cms-muted); font-size: 10px; }
.cms-page .cms-publication-form input,
.cms-page .cms-publication-form textarea {
  width: 100%;
  min-height: 36px;
  padding: 8px 9px;
  border: 1px solid var(--cms-line);
  border-radius: 7px;
  color: var(--cms-text);
  background: #0e1116;
  font-size: 12px;
}
.cms-page .cms-publication-form textarea { resize: vertical; line-height: 1.5; }
.cms-page .cms-publication-topline,
.cms-page .cms-publication-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.cms-page .cms-publication-topline > div { display: flex; align-items: center; gap: 9px; }
.cms-page .cms-publication-topline strong { font-size: 12px; font-variant-numeric: tabular-nums; }
.cms-page .cms-publication-topline .secondary { min-height: 34px; padding: 0 10px; font-size: 10px; }
.cms-page .cms-publication-meta-grid,
.cms-page .cms-publication-notice { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr); gap: 8px; }
.cms-page .cms-publication-notice > div { display: grid; gap: 3px; padding: 10px; border: 1px solid var(--cms-line); border-radius: 8px; background: #111419; }
.cms-page .cms-publication-notice span { color: #d8894a; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cms-page .cms-publication-notice strong { font-size: 11px; }
.cms-page .cms-publication-notice small { color: var(--cms-muted); font-size: 9px; line-height: 1.45; overflow-wrap: anywhere; }
.cms-page .cms-publication-section,
.cms-page .cms-publication-channel-body { display: grid; gap: 9px; padding: 12px; }
.cms-page .cms-publication-media { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 12px; padding: 12px; }
.cms-page .cms-publication-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--cms-line); border-radius: 8px; background: #090b0f; }
.cms-page .cms-publication-media > div { display: grid; gap: 8px; align-content: start; }
.cms-page .cms-publication-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cms-page .cms-publication-channel { min-width: 0; margin-top: 0; }
.cms-page .cms-publication-channel textarea { min-height: 140px; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 10px; }
.cms-page .cms-publication-channel .secondary { justify-self: start; min-height: 32px; font-size: 9px; }
.cms-page .cms-publication-actions { position: sticky; bottom: -14px; z-index: 3; justify-content: flex-start; padding: 12px 0 14px; background: linear-gradient(180deg, transparent, var(--cms-panel) 22%); }
.cms-page .cms-publication-actions button { min-height: 38px; font-size: 11px; }
.cms-page .cms-publication-actions .is-danger { margin-left: auto; border-color: rgba(217, 74, 67, .42); color: #ff9d96; }

.cms-page .cms-disclosure {
  margin-top: 8px;
  border: 1px solid var(--cms-line);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}
.cms-page .cms-disclosure summary {
  padding: 11px 13px;
  color: #c8ccd2;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  list-style-position: inside;
}
.cms-page .cms-disclosure[open] summary { border-bottom: 1px solid var(--cms-line); color: #fff; }
.cms-page .cms-document-form { margin: 0; padding: 12px; border: 0; }
.cms-page .cms-role-reference { margin-top: 12px; }
.cms-page .cms-role-reference .cms-role-grid { padding: 10px; }

.cms-page .cms-role-form {
  grid-template-columns: repeat(4, minmax(130px, 1fr)) auto;
  gap: 8px;
  margin-top: 0;
  padding: 12px;
  border-radius: 9px;
  background: var(--cms-panel);
}
.cms-page .cms-role-form h3 { font-size: 14px; }
.cms-page .cms-role-form p { color: var(--cms-muted); font-size: 10px; }
.cms-page .cms-role-form label { gap: 4px; font-size: 10px; }
.cms-page .cms-role-form button { min-height: 36px; border-radius: 7px; font-size: 11px; }
.cms-page .cms-users-table {
  max-height: calc(100dvh - 335px);
  margin-top: 10px;
  overflow: auto;
  border: 1px solid var(--cms-line);
  border-radius: 9px;
  background: var(--cms-panel);
}
.cms-page .cms-users-table th,
.cms-page .cms-users-table td { padding: 8px 9px; font-size: 10px; white-space: nowrap; }
.cms-page .cms-users-table th {
  position: sticky;
  z-index: 2;
  top: 0;
  background: #191c22;
  font-size: 9px;
  letter-spacing: .05em;
}
.cms-page .cms-user-actions { min-width: 270px; gap: 4px; }
.cms-page .cms-user-actions button { min-height: 30px; padding: 0 7px; border-radius: 6px; font-size: 9px; }

.cms-page .cms-grid { gap: 10px; }
.cms-page .cms-grid > .cms-panel { padding: 18px; border-radius: 10px; }
.cms-page .cms-panel h2 { font-size: 21px; }
.cms-page .cms-panel h3 { margin: 5px 0 8px; font-size: 16px; }
.cms-page .cms-panel p,
.cms-page .cms-panel li { font-size: 12px; line-height: 1.5; }
.cms-page .cms-steps,
.cms-page .cms-checklist { gap: 8px; margin-top: 12px; }
.cms-page .cms-bitrix-box { margin-top: 12px; padding: 11px; border-radius: 7px; font-size: 11px; }

.cms-page .cms-audit-list {
  max-height: calc(100dvh - 180px);
  gap: 5px;
  overflow-y: auto;
}
.cms-page .cms-audit-item {
  display: grid;
  grid-template-columns: 150px minmax(160px, .6fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 11px;
  border-radius: 7px;
}
.cms-page .cms-audit-item time { font-size: 9px; font-variant-numeric: tabular-nums; }
.cms-page .cms-audit-item strong { font-size: 11px; }
.cms-page .cms-audit-item p { margin: 0; font-size: 10px; }

.cms-page :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #f5a35c;
  outline-offset: 2px;
}

@media (max-width: 1120px) {
  .cms-page .cms-shell { grid-template-columns: 196px minmax(0, 1fr); }
  .cms-page .cms-topbar { left: 196px; }
  .cms-page .cms-object-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cms-page .cms-role-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cms-page .cms-role-form button { align-self: end; }
  .cms-page .cms-orders-layout { grid-template-columns: minmax(220px, .62fr) minmax(390px, 1.38fr); }
  .cms-page .cms-publications-layout { grid-template-columns: minmax(220px, .62fr) minmax(430px, 1.38fr); }
}

@media (max-width: 820px) {
  .cms-page { height: auto; min-height: 100dvh; overflow: auto; }
  .cms-page .cms-shell { display: block; height: auto; min-height: 100dvh; }
  .cms-page .cms-sidebar {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px 10px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--cms-line);
  }
  .cms-page .cms-brand {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 138px;
    padding: 3px 10px 3px 0;
    border-right: 1px solid var(--cms-line);
    border-bottom: 0;
    background: #0b0d11;
  }
  .cms-page .cms-brand-mark { width: 34px; height: 34px; }
  .cms-page .cms-nav {
    min-width: max-content;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .cms-page .cms-nav-label,
  .cms-page .cms-nav a b,
  .cms-page .cms-admin-link { display: none; }
  .cms-page .cms-nav a {
    min-width: max-content;
    min-height: 40px;
    display: flex;
    padding: 0 12px;
    font-size: 11px;
  }
  .cms-page .cms-nav a[aria-current="page"]::before {
    top: auto;
    right: 10px;
    bottom: 0;
    left: 10px;
    width: auto;
    height: 2px;
  }
  .cms-page .cms-content { height: auto; min-height: calc(100dvh - 60px); padding-top: 56px; overflow: visible; }
  .cms-page .cms-topbar {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    min-height: 56px;
    padding: 0 13px;
  }
  .cms-page .cms-screen,
  .cms-page .cms-login-card { width: calc(100% - 24px); }
  .cms-page .cms-hero { margin-top: 12px; padding: 22px; }
  .cms-page .cms-user-card { margin-top: 8px; }
  .cms-page .cms-screen.cms-panel,
  .cms-page .cms-screen.cms-grid { padding-top: 14px; }
  .cms-page .cms-orders-layout { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .cms-page .cms-publications-layout { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .cms-page .cms-publication-list { max-height: 300px; }
  .cms-page .cms-publication-workbench { overflow: visible; }
  .cms-page .cms-order-rail { grid-template-rows: auto auto; }
  .cms-page .cms-order-list { max-height: 300px; }
  .cms-page .cms-order-workbench { overflow: visible; }
  .cms-page .cms-order-item { grid-template-columns: minmax(90px, .7fr) minmax(180px, 1.5fr) 72px 92px auto; }
  .cms-page .cms-object-grid { grid-template-columns: 1fr; }
  .cms-page .cms-audit-list,
  .cms-page .cms-users-table { max-height: none; }
  .cms-page .cms-audit-item { grid-template-columns: 1fr; gap: 3px; }
}

@media (max-width: 560px) {
  .cms-page .cms-brand { min-width: 46px; width: 46px; padding-right: 8px; }
  .cms-page .cms-brand-copy,
  .cms-page .cms-brand-edition { display: none; }
  .cms-page .cms-topbar-actions > .secondary:first-child { display: none; }
  .cms-page .cms-topbar-title strong { font-size: 15px; }
  .cms-page .cms-topbar-actions .secondary,
  .cms-page .cms-icon-link { min-height: 32px; padding: 0 8px; font-size: 10px; }
  .cms-page .cms-hero h1 { font-size: 29px; }
  .cms-page .cms-login-card { align-items: stretch; padding: 20px; }
  .cms-page .cms-login-form,
  .cms-page .cms-role-form,
  .cms-page .cms-grid { grid-template-columns: 1fr; }
  .cms-page .cms-order-detail-grid,
  .cms-page .cms-order-customer-grid,
  .cms-page .cms-payment-guide > div { grid-template-columns: 1fr; }
  .cms-page .cms-order-item { grid-template-columns: 1fr 1fr; }
  .cms-page .cms-order-item-name { grid-column: 1 / -1; }
  .cms-page .cms-order-item-remove { grid-column: 1 / -1; }
  .cms-page .cms-order-history article { grid-template-columns: 1fr auto; }
  .cms-page .cms-order-history p { grid-column: 1 / -1; }
  .cms-page .cms-order-editor-actions,
  .cms-page .cms-supplier-actions { align-items: stretch; flex-direction: column; }
  .cms-page .cms-publication-meta-grid,
  .cms-page .cms-publication-notice,
  .cms-page .cms-publication-media,
  .cms-page .cms-publication-channels { grid-template-columns: 1fr; }
  .cms-page .cms-publication-media img { max-height: 240px; }
  .cms-page .cms-publication-topline,
  .cms-page .cms-publication-actions { align-items: stretch; flex-direction: column; }
  .cms-page .cms-publication-actions .is-danger { margin-left: 0; }
  .cms-page .cms-login-form input,
  .cms-page .cms-order-workbench input,
  .cms-page .cms-order-workbench select,
  .cms-page .cms-order-workbench textarea,
  .cms-page .cms-publication-form input,
  .cms-page .cms-publication-form textarea,
  .cms-page .cms-document-form input,
  .cms-page .cms-document-form select,
  .cms-page .cms-users-table select,
  .cms-page .cms-role-form input,
  .cms-page .cms-role-form select { font-size: 16px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .cms-page .cms-nav a { transition: none; }
}

.mobile-filter-apply { display: none; }

.search-suggest-empty {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.search-suggest-empty > span { color: var(--muted-dark); font-size: 13px; }
.search-suggest-empty > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 3px; }
.search-suggest-empty button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line-dark);
  border-radius: 9px;
  background: #fff;
  color: var(--card-text);
  font-weight: 750;
}

.search-suggest-empty button:last-child {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.ups-selector-dialog {
  width: min(980px, calc(100% - 28px));
  max-height: min(860px, calc(100dvh - 28px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  color: var(--text);
  background: #0d1015;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .7);
}

.ups-selector-dialog::backdrop { background: rgba(3, 4, 6, .84); backdrop-filter: blur(7px); }
.ups-selector-card { display: grid; grid-template-rows: auto auto minmax(280px, 1fr) auto; max-height: inherit; }
.ups-selector-head,
.ups-selector-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; }
.ups-selector-head { border-bottom: 1px solid var(--line); }
.ups-selector-head h2 { margin: 2px 0 0; font-size: clamp(24px, 4vw, 40px); line-height: 1; }
.ups-selector-progress {
  margin: 0;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.ups-selector-progress li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 750; }
.ups-selector-progress span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.ups-selector-progress li.is-active { color: #fff; }
.ups-selector-progress li.is-active span,
.ups-selector-progress li.is-complete span { border-color: var(--red); background: var(--red); color: #fff; }
.ups-selector-step { min-height: 0; overflow: auto; padding: clamp(22px, 5vw, 54px); }
.ups-selector-step-copy { max-width: 720px; }
.ups-selector-step-copy > span { color: var(--accent-2); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.ups-selector-step-copy h3 { margin: 8px 0; font-size: clamp(28px, 5vw, 52px); line-height: 1.02; }
.ups-selector-step-copy p { margin: 0; max-width: 700px; color: var(--muted); font-size: 16px; }
.ups-selector-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.ups-selector-fields--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ups-selector-fields label { display: grid; gap: 8px; font-weight: 750; }
.ups-selector-fields input,
.ups-selector-fields select {
  width: 100%; min-height: 58px; padding: 0 15px; color: var(--text); border: 1px solid rgba(255, 255, 255, .22); border-radius: 11px; background: #181c23;
}
.ups-selector-actions { border-top: 1px solid var(--line); justify-content: flex-end; }
.ups-selector-actions [data-selector-back] { margin-right: auto; }
.ups-selector-results-step { padding-block: 24px; }
.ups-selector-results { display: grid; gap: 9px; margin-top: 20px; }
.ups-selector-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}
.ups-selector-result-main { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 12px; padding: 0; text-align: left; color: inherit; border: 0; background: transparent; }
.ups-selector-result-main img { width: 72px; height: 72px; object-fit: contain; border-radius: 9px; background: #fff; }
.ups-selector-result-main span,
.ups-selector-result > div { display: grid; gap: 3px; }
.ups-selector-result-main em { color: var(--accent-2); font-size: 11px; font-style: normal; }
.ups-selector-result-main strong { overflow-wrap: anywhere; white-space: normal; }
.ups-selector-result-main small,
.ups-selector-result > div span,
.ups-selector-note { color: var(--muted); }
.ups-selector-result > div { min-width: 130px; }
.ups-selector-result > div > strong { font-size: 20px; }
.ups-selector-note { margin: 14px 0 0; font-size: 12px; }
.ups-selector-empty { padding: 28px; border: 1px dashed rgba(255, 255, 255, .25); border-radius: 14px; text-align: center; }

.product-purchase-panel {
  margin: 20px 0 24px;
  padding: 16px;
  border: 1px solid rgba(209, 50, 44, .45);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(209, 50, 44, .11), rgba(255, 255, 255, .05));
}
.product-purchase-panel .detail-price { margin: 0 0 10px; }
.product-purchase-panel .detail-actions { margin: 0; }
.product-purchase-panel .product-purchase-facts { margin-top: 14px; }
.product-sticky-buybar { display: none; }
.ups-selector-result-main .ups-selector-battery {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  body.mobile-app-ready .filters { padding-bottom: 86px; }
  .mobile-filter-apply {
    position: sticky;
    bottom: 0;
    z-index: 8;
    display: block;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(13, 16, 21, .96);
    backdrop-filter: blur(14px);
  }
  .mobile-filter-apply .primary { width: 100%; min-height: 50px; }
  .ups-selector-dialog { width: calc(100% - 14px); max-height: calc(100dvh - 14px); border-radius: 16px; }
  .ups-selector-card { grid-template-rows: auto auto minmax(0, 1fr) auto; }
  .ups-selector-head { padding: 14px; }
  .ups-selector-head h2 { font-size: 25px; }
  .ups-selector-progress { padding: 10px 14px; }
  .ups-selector-progress li { font-size: 0; }
  .ups-selector-progress li::after { content: ""; height: 2px; flex: 1; background: var(--line); }
  .ups-selector-progress li:last-child::after { display: none; }
  .ups-selector-step { padding: 22px 16px; }
  .ups-selector-step-copy h3 { font-size: 32px; }
  .ups-selector-fields,
  .ups-selector-fields--grid { grid-template-columns: 1fr; margin-top: 20px; }
  .ups-selector-actions { padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); }
  .ups-selector-actions .primary,
  .ups-selector-actions .secondary { min-height: 48px; }
  .ups-selector-result { grid-template-columns: 1fr auto; }
  .ups-selector-result-main { grid-column: 1 / -1; }
  .ups-selector-result > div { min-width: 0; }
  .product-purchase-panel { margin: 14px 0 18px; padding: 12px; }
  .product-purchase-panel .product-purchase-facts { grid-template-columns: 1fr 1fr; }
  .product-sticky-buybar {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 65;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid rgba(243, 106, 98, .55);
    border-radius: 14px;
    background: rgba(12, 15, 20, .96);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .55);
    backdrop-filter: blur(16px);
  }
  .product-sticky-buybar-copy { min-width: 0; display: grid; gap: 2px; }
  .product-sticky-buybar-copy strong { color: var(--accent-2); font-size: 19px; }
  .product-sticky-buybar-copy span { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .product-sticky-buybar .product-icon-actions { min-width: 54px; }
  .product-sticky-buybar .cart-wide-button { min-width: 54px; min-height: 46px; padding: 7px; }
  .product-sticky-buybar .cart-wide-button [data-action-label] { display: inline; font-size: 14px; }
  .product-sticky-buybar .cart-add-area { min-height: 44px; gap: 6px; }
  .product-sticky-buybar > .primary { min-height: 46px; padding-inline: 12px; font-size: 12px; }
  body:has(.product-sticky-buybar) { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
  body:has(.product-sticky-buybar) .mobile-contact-bar { display: none; }
  body:has(dialog[open]) .product-sticky-buybar { display: none; }
}

@media (max-width: 520px) {
  .product-purchase-panel .product-purchase-facts { grid-template-columns: 1fr; }
  .product-sticky-buybar { grid-template-columns: minmax(0, 1fr) 140px; }
  .product-sticky-buybar .product-icon-actions { display: none; }
}

@media print {
  .product-sticky-buybar,
  .ups-selector-dialog { display: none !important; }
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
section[id] { scroll-margin-top: 118px; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(225,59,52,.2), transparent 32vw),
    radial-gradient(circle at 90% 12%, rgba(105,167,255,.14), transparent 32vw),
    linear-gradient(180deg, #07080b 0%, var(--bg) 42%, #11151b 100%);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8,10,13,.72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.header-top {
  display: none;
}

.header-top a {
  color: inherit;
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}

.header-search-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 12px;
}

.header-catalog-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)),
    rgba(18,21,27,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 28px rgba(0,0,0,.18);
}

.header-catalog-search label {
  margin: 0;
  padding: 0 14px;
  color: rgba(246,243,237,.92);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.header-catalog-search input {
  min-width: 0;
  min-height: 40px;
  padding: 9px 14px;
  border-color: rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(8,10,13,.9);
  color: #fff;
  font-size: 15px;
}

.header-catalog-search .catalog-search-submit {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.header-catalog-search:focus-within {
  border-color: rgba(225,59,52,.72);
  box-shadow: 0 0 0 3px rgba(225,59,52,.1), 0 16px 34px rgba(0,0,0,.24);
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo-img,
.competence-logo-img {
  display: block;
  width: auto;
  object-fit: contain;
}

.site-logo-img {
  height: 42px;
  max-width: 160px;
}

.competence-logo-img {
  height: 42px;
  max-width: 160px;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
}

.top-nav a {
  flex: 0 0 auto;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.top-nav a:hover { background: rgba(255,255,255,.08); color: var(--text); }

.top-nav .nav-catalog-link {
  color: var(--accent);
  font-weight: 800;
  border: 1px solid rgba(239, 59, 53, .34);
  background: rgba(239, 59, 53, .1);
}

.top-nav .nav-catalog-link:hover,
.top-nav .nav-catalog-link:focus-visible {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 0;
}

.header-contact-links {
  display: grid;
  gap: 1px;
  flex: 0 0 auto;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

.header-contact-links a {
  text-decoration: none;
  transition: color .18s ease;
}

.header-contact-phone {
  color: var(--text);
  font-weight: 850;
}

.header-contact-email {
  color: var(--accent);
  font-weight: 760;
}

.header-contact-links a:hover,
.header-contact-links a:focus-visible {
  color: #fff;
}

.mobile-header-actions {
  display: none;
}

.b2b-link {
  display: none;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
}

.cart-button,
.primary,
.secondary,
.load-more,
.text-button,
.text-link,
.icon-button {
  border-radius: var(--radius);
  border: 0;
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 780;
  text-decoration: none;
}

.primary { background: var(--red); color: #fff; }
.primary:hover { background: var(--red-dark); }
.secondary, .load-more { background: rgba(255,255,255,.08); border: 1px solid var(--line); color: var(--text); }
.favorite-header-button.is-active,
.favorite-header-button[aria-pressed="true"] {
  background: #171b22;
  border-color: rgba(225,59,52,.65);
  color: #fff;
}
.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;
}
.ghost-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  color: var(--muted);
  font-weight: 760;
  text-decoration: none;
}

.ghost-link:hover { color: var(--text); }

.text-button { min-height: 34px; padding: 0; background: transparent; color: #ff8a82; }
.text-link {
  min-height: 28px;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: #1d5fbf;
  font-size: 14px;
}
.icon-button { width: 42px; padding: 0; background: rgba(255,255,255,.1); color: var(--text); font-size: 24px; }
.full { width: 100%; }

.cart-button {
  background: var(--text);
  color: #101114;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cart-button:hover,
.cart-button:focus-visible {
  background: #fff;
  color: #101114;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.cart-button.is-active,
.favorite-header-button.is-active,
.favorite-header-button[aria-pressed="true"],
.compare-header-button.is-active {
  background: #171b22;
  border-color: rgba(225,59,52,.65);
  color: #fff;
}

.cart-button.is-active:hover,
.cart-button.is-active:focus-visible,
.favorite-header-button.is-active:hover,
.favorite-header-button.is-active:focus-visible,
.favorite-header-button[aria-pressed="true"]:hover,
.favorite-header-button[aria-pressed="true"]:focus-visible,
.compare-header-button.is-active:hover,
.compare-header-button.is-active:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.header-actions .cart-button.favorite-header-button.is-active,
.header-actions .cart-button.favorite-header-button[aria-pressed="true"] {
  background: #171b22;
  border-color: rgba(225,59,52,.72);
  color: #fff;
}

.cart-button span {
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-size: 12px;
}

.header-actions .cart-button {
  position: relative;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #f7f4ef;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.16);
}

.header-actions .cart-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-actions .cart-button:hover,
.header-actions .cart-button:focus-visible {
  background: rgba(225,59,52,.12);
  border-color: rgba(225,59,52,.82);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 30px rgba(0,0,0,.24), 0 0 0 3px rgba(225,59,52,.1);
}

.compare-header-button.is-disabled,
.compare-header-button:disabled,
[data-open-compare].is-disabled,
[data-open-compare]:disabled {
  opacity: .42;
  filter: grayscale(.55);
  cursor: not-allowed;
  pointer-events: none;
}

.header-actions .compare-header-button.is-disabled,
.header-actions .compare-header-button:disabled {
  background: rgba(255,255,255,.025);
  border-color: rgba(255,255,255,.12);
  color: rgba(247,244,239,.52);
  box-shadow: none;
}

.header-actions .cart-button.is-active,
.header-actions .favorite-header-button.is-active,
.header-actions .favorite-header-button[aria-pressed="true"],
.header-actions .compare-header-button.is-active {
  background: rgba(225,59,52,.16);
  border-color: rgba(225,59,52,.86);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(225,59,52,.28), 0 12px 28px rgba(225,59,52,.12);
}

.header-actions .cart-button .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  min-width: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-actions .cart-button [data-header-cart-count],
.header-actions .cart-button [data-favorite-count],
.header-actions .cart-button [data-compare-count] {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(9,11,15,.96);
}

.header-actions .cart-button [hidden] {
  display: none;
}


@media (min-width: 981px) {
  .site-header {
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  }

  .site-header.has-selected-items {
    background: rgba(8,10,13,.9);
    border-bottom-color: rgba(225,59,52,.38);
    box-shadow: 0 18px 50px rgba(0,0,0,.26), inset 0 -1px 0 rgba(225,59,52,.16);
  }

  .site-header.has-selected-items .header-actions {
    filter: drop-shadow(0 0 18px rgba(225,59,52,.14));
  }

  .site-header.has-selected-items .header-actions .cart-button.is-active {
    background: rgba(225,59,52,.18);
    border-color: rgba(225,59,52,.9);
    color: #fff;
  }
}

/* 20260723: coherent catalog filter hierarchy and reliable filter workspace */
.filters {
  padding: 0;
}

.filters-head {
  position: sticky;
  top: 0;
  z-index: 12;
  margin: 0;
  padding: 17px 16px 14px;
  background:
    linear-gradient(180deg, rgba(27,29,33,.98), rgba(25,27,31,.96)),
    #191b1f;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.filters-body {
  display: grid;
  gap: 0;
  padding: 0 16px 18px;
}

.filter-section {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.filter-section-heading {
  display: grid;
  gap: 3px;
  margin-bottom: 1px;
}

.filter-section-heading h3 {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.filter-section-heading > span {
  color: rgba(246,243,237,.5);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.35;
}

.filters-body .field,
.filters-body .check,
.filters-body .catalog-range-filter,
.filters-body .advanced-filters {
  margin-top: 0;
}

.filters-body .field {
  gap: 6px;
}

.filters-body .field > span {
  color: rgba(246,243,237,.62);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.2;
}

.filters-body .field select {
  min-height: 40px;
  padding: 0 36px 0 11px;
  border-color: rgba(255,255,255,.14);
  border-radius: 8px;
  background-color: rgba(5,7,11,.5);
  font-size: 13px;
}

.filters-body .check-filter {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
  cursor: pointer;
}

.filters-body .check-filter:hover {
  border-color: rgba(239,59,51,.4);
  background: rgba(239,59,51,.07);
}

.filters-body .check-filter span {
  color: rgba(246,243,237,.78);
  font-size: 12px;
  font-weight: 780;
}

.filters-body .check-filter:has(input:checked) {
  border-color: rgba(239,59,51,.58);
  background: rgba(239,59,51,.11);
}

.filters-body .catalog-range-filter {
  padding: 11px;
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

.filter-section--advanced {
  padding-bottom: 12px;
}

.filter-section--advanced .advanced-filters {
  gap: 7px;
}

.filter-section--advanced .facet-section {
  border-radius: 8px;
}

.filter-section--advanced .facet-section-summary {
  min-height: 40px;
  padding: 0 11px;
  font-size: 12px;
}

.filter-legal-note {
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}

.filter-legal-note summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  color: rgba(246,243,237,.58);
  font-size: 11px;
  font-weight: 780;
  cursor: pointer;
}

.filter-legal-note .filter-spec-disclaimer {
  margin: 0;
  padding: 0 11px 11px;
  color: rgba(246,243,237,.44);
  font-size: 9px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  body.mobile-app-ready .filters {
    padding: 0;
  }

  body.mobile-app-ready .filters-head {
    margin-bottom: 0;
    padding: 14px;
  }

  body.mobile-app-ready .filters-body {
    padding: 0 14px 16px;
  }

  body.mobile-app-ready .filter-section {
    padding: 14px 0;
  }

  body.mobile-app-ready .filter-section-heading h3 {
    font-size: 13px;
  }

  body.mobile-app-ready .filters-body .field select,
  body.mobile-app-ready .catalog-range-inputs input {
    min-height: 42px;
    font-size: 16px;
  }
}


.hero {
  width: min(var(--max), calc(100% - 32px));
  min-height: min(560px, calc(100vh - 118px));
  margin: 0 auto;
  padding: 24px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(340px, .48fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
}

.hero-copy {
  max-width: 620px;
}

.hero h1 {
  margin-bottom: 18px;
  max-width: 660px;
  font-size: clamp(38px, 4.1vw, 60px);
  line-height: 1.02;
}

.hero .lead {
  max-width: 560px;
  font-size: 16px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  max-width: 900px;
  font-size: clamp(48px, 6.4vw, 94px);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-search {
  margin-top: 26px;
  display: grid;
  gap: 8px;
  max-width: 610px;
}

.quick-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.quick-contacts a {
  color: var(--text);
  text-decoration: none;
}

.quick-contacts a:hover { color: #ffb1ac; }

.hero-search span,
.field span,
.check span,
.order-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: var(--text);
  min-height: 44px;
  padding: 10px 12px;
  outline: none;
}

select option { color: #14171c; }
input::placeholder, textarea::placeholder { color: rgba(246,243,237,.45); }
input:focus, select:focus, textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(225,59,52,.18);
}

.mobile-contact-bar {
  display: none;
}

.mobile-global-search,
.mobile-contact-drawer {
  display: none;
}

.catalog-search-field,
.mobile-global-search,
.hero-search-field {
  position: relative;
}

.search-suggest {
  position: absolute;
  z-index: 140;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    rgba(12,14,18,.96);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
  max-height: min(66vh, 580px);
  overflow: hidden;
}

.search-suggest[hidden] {
  display: none;
}

.search-suggest-list {
  display: grid;
  gap: 4px;
  max-height: min(54vh, 470px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(225,59,52,.62) rgba(255,255,255,.06);
}

.search-suggest-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
}

.search-suggest-item:hover,
.search-suggest-item:focus-visible {
  background: rgba(225,59,52,.13);
  color: #fff;
  outline: 0;
}

.search-suggest-media {
  width: 54px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.search-suggest-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-suggest-info {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.search-suggest-info strong,
.search-suggest-info small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-suggest-info strong {
  font-size: 13px;
  font-weight: 900;
}

.search-suggest-info small {
  color: rgba(246,243,237,.68);
  font-size: 11px;
  font-weight: 760;
}

.search-suggest-count {
  display: block;
  padding: 7px 9px 5px;
  color: rgba(246,243,237,.58);
  font-size: 11px;
  font-weight: 760;
}

.search-suggest-all,
.search-suggest-empty {
  width: 100%;
  display: block;
  margin-top: 6px;
  padding: 9px 10px;
  border: 1px solid rgba(225,59,52,.28);
  border-radius: 12px;
  background: rgba(225,59,52,.12);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.search-suggest-all:hover,
.search-suggest-all:focus-visible {
  background: rgba(225,59,52,.22);
  outline: 0;
}

.hero-visual {
  position: relative;
  min-height: 340px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 22%, rgba(225,59,52,.24), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: var(--shadow);
  transform: translate3d(0, calc(var(--scroll) * 26px), 0);
}

.hero-visual canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-visual-clean {
  background:
    radial-gradient(circle at 50% 36%, rgba(225,59,52,.18), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.022));
}

.hero-equipment {
  position: absolute;
  right: 22px;
  top: 22px;
  width: min(34%, 230px);
  opacity: .96;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
  transform: translate3d(0, calc(var(--scroll) * -26px), 0);
}

.hero-brand-logo {
  left: 72px;
  right: 72px;
  top: 50%;
  width: auto;
  padding: 12px 16px;
  background: rgba(255,255,255,.96);
  transform: translate3d(0, calc(-50% + var(--scroll) * -18px), 0);
}

.hero-equipment img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-story,
.commercial-factors,
.systems,
.catalog-intro,
.catalog-shell,
.selection,
.contacts,
.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(0, .56fr) minmax(360px, .44fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding: 0 0 76px;
}

.brand-story p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  margin: 0;
  max-width: 620px;
  justify-self: end;
}

.commercial-factors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 58px;
}

.commercial-factors article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    rgba(19,22,28,.76);
}

.commercial-factors strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.18;
}

.commercial-factors span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.46;
}

.seo-intent-strip,
.solution-page {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.seo-intent-strip {
  margin-bottom: 74px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 18% 0%, rgba(225,59,52,.24), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.028)),
    rgba(18,21,27,.88);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.task-picker-head {
  display: grid;
  grid-template-columns: minmax(280px, .48fr) minmax(320px, .52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.task-picker-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
}

.task-picker-head p:last-child {
  margin: 0;
  color: rgba(246,243,237,.72);
  font-size: 17px;
  line-height: 1.58;
}

.task-picker-grid {
  display: grid;
  grid-template-columns: 1.16fr repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.task-card {
  position: relative;
  min-height: 192px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
    rgba(11,13,18,.66);
  overflow: hidden;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.task-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(255,255,255,.18));
  opacity: .42;
}

.task-card span {
  color: rgba(246,243,237,.58);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.task-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.12;
}

.task-card em {
  display: block;
  color: rgba(246,243,237,.68);
  font-style: normal;
  font-size: 14px;
  line-height: 1.48;
}

.task-card b {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  background: rgba(255,255,255,.06);
}

.task-card:hover {
  border-color: rgba(225,59,52,.58);
  background:
    linear-gradient(180deg, rgba(225,59,52,.13), rgba(255,255,255,.04)),
    rgba(11,13,18,.75);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  transform: translateY(-3px);
}

.task-card:hover b {
  border-color: rgba(225,59,52,.72);
  background: rgba(225,59,52,.2);
}

.task-card-main {
  background:
    linear-gradient(145deg, rgba(225,59,52,.3), rgba(255,255,255,.055)),
    rgba(18,21,27,.9);
}

.task-card-main strong { font-size: 25px; }
.task-card-main b {
  border-color: rgba(225,59,52,.78);
  background: var(--red);
}

.systems { padding: 22px 0 86px; }
.section-head {
  max-width: 900px;
  margin-bottom: 28px;
  text-align: left;
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.systems-grid article {
  min-height: 430px;
  display: grid;
  grid-template-rows: 230px auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0 230px, rgba(18,21,27,.98) 230px),
    rgba(18,21,27,.98);
}

.systems-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.systems-grid h3,
.systems-grid p {
  margin-left: 22px;
  margin-right: 22px;
}

.systems-grid h3 { margin-top: 22px; margin-bottom: 10px; color: var(--text); }
.systems-grid p { color: var(--muted); line-height: 1.5; }

.articles-home,
.articles-index,
.article-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px;
}

.articles-home {
  display: grid;
  gap: 24px;
}

.articles-home-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.articles-home-grid a,
.article-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)), #11151b;
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease;
}

.articles-home-grid a:hover,
.article-card:hover {
  border-color: rgba(225,59,52,.55);
  transform: translateY(-2px);
}

.articles-home-grid span,
.article-card span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
}

.articles-home-grid strong,
.article-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.08;
}

.articles-home-grid em,
.article-card p {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.article-card em {
  margin-top: auto;
  color: rgba(255,255,255,.66);
  font-style: normal;
  font-weight: 760;
}

.articles-home-link { justify-self: start; }

.article-products-panel {
  margin: 28px 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)), #11151b;
}

.article-products-panel h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 18px;
}

.article-products-featured {
  width: 100%;
  margin: 6px 0 0;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(225,59,52,.12), rgba(255,255,255,.035)),
    #11151b;
}

.article-products-featured h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.article-products-featured .article-product-card {
  min-height: 102px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 10px;
}

.article-products-featured .article-product-image {
  width: 72px;
  height: 72px;
}

.article-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-product-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 4px 12px;
  min-height: 116px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--text);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.article-product-card:hover,
.article-product-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239,59,53,.56);
  background: rgba(255,255,255,.08);
}

.article-product-image {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.article-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-product-card strong,
.article-product-card em,
.article-product-card b {
  min-width: 0;
}

.article-product-card strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.18;
}

.article-product-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.article-product-card b {
  color: var(--accent);
  font-size: 15px;
}

.articles-hero,
.article-hero {
  display: grid;
  gap: 18px;
  padding: 36px 0 48px;
}

.article-hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.article-hero-with-products {
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr);
  align-items: start;
  gap: clamp(24px, 4vw, 56px);
}

.article-hero-with-products h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.article-hero-with-products .article-products-featured {
  position: sticky;
  top: 92px;
  margin: 0;
}

.article-hero-with-products .article-products-grid {
  grid-template-columns: 1fr;
}

.article-hero-with-products .article-product-card {
  min-height: 92px;
}

.articles-hero h1,
.article-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 7vw, 84px);
  line-height: .92;
}

.article-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.article-category-nav a {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255,255,255,.06);
}

.article-fast-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(225,59,52,.12), rgba(255,255,255,.035)),
    rgba(12,15,20,.72);
}

.article-fast-links a {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.055);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.18;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.article-fast-links a:hover {
  border-color: rgba(225,59,52,.58);
  background: rgba(225,59,52,.14);
  transform: translateY(-1px);
}

.article-category-block,
.related-articles {
  display: grid;
  gap: 18px;
  padding: 36px 0;
}

.article-seo-cluster {
  display: grid;
  gap: 18px;
  margin: 0 0 18px;
  padding: 26px;
  border: 1px solid rgba(225,59,52,.26);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(225,59,52,.12), rgba(255,255,255,.04)),
    #11151b;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.article-seo-cluster .section-head p:last-child {
  max-width: 860px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.article-seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.article-seo-grid .article-card {
  min-height: 190px;
  background: rgba(255,255,255,.055);
  box-shadow: none;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.solution-page {
  display: grid;
  gap: 24px;
  padding: 44px 0 76px;
}

.solution-page .breadcrumbs {
  margin: 0;
}

.solution-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 84% 18%, rgba(225,59,52,.2), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.02)),
    #11151b;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.solution-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 6vw, 86px);
  line-height: .94;
}

.solution-hero .lead {
  max-width: 860px;
  margin: 20px 0 0;
  color: rgba(246,243,237,.76);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.solution-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 860;
}

.solution-actions .primary {
  color: #fff;
  background: var(--accent);
}

.solution-actions .secondary {
  border: 1px solid rgba(255,255,255,.18);
  color: var(--text);
  background: rgba(255,255,255,.06);
}

.solution-query-box,
.solution-info-card,
.solution-faq,
.solution-related,
.solution-products {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03)), #141820;
}

.solution-query-box {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
}

.solution-query-box strong {
  color: var(--text);
  font-size: 22px;
}

.solution-query-box div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-query-box span {
  padding: 9px 11px;
  border-radius: 999px;
  color: rgba(246,243,237,.82);
  background: rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 740;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.solution-info-card {
  padding: 26px;
}

.solution-info-card h2,
.solution-products h2,
.solution-faq h2,
.solution-related h2 {
  margin: 0;
  color: var(--text);
}

.solution-info-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(246,243,237,.76);
  line-height: 1.62;
}

.solution-products,
.solution-faq,
.solution-related {
  padding: 26px;
}

.solution-product-grid,
.solution-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.solution-product-card,
.solution-index-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255,255,255,.045);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.solution-product-card:hover,
.solution-index-card:hover {
  border-color: rgba(225,59,52,.6);
  background: rgba(225,59,52,.1);
  transform: translateY(-2px);
}

.solution-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.solution-product-card span,
.solution-index-card span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 820;
}

.solution-product-card strong,
.solution-index-card strong {
  color: var(--text);
  font-size: 19px;
  line-height: 1.15;
}

.solution-product-card em,
.solution-index-card em {
  color: rgba(246,243,237,.64);
  font-style: normal;
  line-height: 1.45;
}

.solution-product-card b {
  color: var(--accent);
  font-size: 21px;
}

.solution-faq {
  display: grid;
  gap: 12px;
}

.solution-faq details {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}

.solution-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 840;
}

.solution-faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: rgba(246,243,237,.72);
  line-height: 1.55;
}

.solution-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.solution-related a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255,255,255,.055);
  font-weight: 740;
}

.article-content {
  min-width: 0;
  max-width: 100%;
  padding: clamp(24px, 4vw, 48px);
  border-radius: var(--radius-lg);
  color: #eef1f5;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    #171b22;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: #fff;
  line-height: 1.12;
}

.article-content h2 {
  margin: 46px 0 16px;
  font-size: clamp(28px, 3vw, 42px);
}

.article-content h3 {
  margin: 28px 0 12px;
  font-size: clamp(21px, 2vw, 28px);
}

.article-content p,
.article-content li,
.article-content td,
.article-content th {
  color: #d8dde6;
  font-size: 18px;
  line-height: 1.72;
}

.article-content p { margin: 0 0 18px; }
.article-content a { color: #ff8580; font-weight: 760; }

.article-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 24px;
}

.article-note {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 22px;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(225,59,52,.12), rgba(255,255,255,.045)),
    #1d222b;
  border-top: 1px solid rgba(255,255,255,.09);
  border-right: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.article-note p { margin: 0; }
.article-note h3 { margin: 0; color: #fff; font-size: 20px; }
.article-note ul { margin: 0; }

.article-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(7,9,13,.32);
}

.article-table-wrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.article-table-wrap th,
.article-table-wrap td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  text-align: left;
}

.article-table-wrap th {
  color: #fff;
  background: rgba(255,255,255,.075);
}

.article-content pre {
  overflow-x: auto;
  padding: 18px;
  border-radius: 14px;
  color: #f4f6fb;
  background: #0b0e13;
  border: 1px solid rgba(255,255,255,.1);
}

.article-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.article-aside-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
}

.article-aside-card h2 {
  margin: 0;
  font-size: 18px;
}

.article-aside-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.article-aside-card nav {
  display: grid;
  gap: 8px;
}

.article-aside-card nav a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  line-height: 1.35;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  font-weight: 850;
}

.catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .34fr);
  gap: 24px;
  align-items: end;
  padding: 0 0 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--text);
  text-decoration: none;
}

.breadcrumbs span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(246,243,237,.34);
}

.catalog-intro p:last-child {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.58;
  margin-bottom: 0;
}

.catalog-shell {
  padding: 0 0 86px;
  display: grid;
  grid-template-columns: 316px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.filters {
  position: sticky;
  top: 116px;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.075);
  padding: 16px;
  backdrop-filter: blur(18px);
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.filters,
.filters *,
.advanced-filter,
.switch-filter,
.segmented-filter,
.range-filter,
.range-fields {
  min-width: 0;
}

.advanced-filter[hidden],
.switch-filter[hidden],
.check-filter[hidden],
.segmented-buttons button[hidden] {
  display: none !important;
}

.filter-backdrop,
.filter-close,
.mobile-filter-toggle {
  display: none;
}

.filters-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.filters:hover,
.filters:focus-within {
  scrollbar-color: rgba(225,59,52,.8) rgba(255,255,255,.08);
}

.filters::-webkit-scrollbar {
  width: 8px;
}

.filters::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.filters::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: transparent;
}

.filters:hover::-webkit-scrollbar-track,
.filters:focus-within::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
}

.filters:hover::-webkit-scrollbar-thumb,
.filters:focus-within::-webkit-scrollbar-thumb {
  background: rgba(225,59,52,.75);
}

.filters-head,
.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.filters-head {
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.filters h2,
.results-toolbar h2,
.cart-head h2 { margin: 0; }

.cart-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cart-clear-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(225,59,52,.36);
  border-radius: 8px;
  color: var(--red);
  background: rgba(225,59,52,.08);
}

.cart-clear-button:hover,
.cart-clear-button:focus-visible,
.cart-clear-button.is-confirming {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.cart-clear-button:disabled {
  pointer-events: none;
  opacity: .46;
  color: var(--muted);
  background: transparent;
  border-color: rgba(255,255,255,.12);
}

.filters h2 {
  font-size: 20px;
  line-height: 1.1;
}

.filters-head .text-button {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 13px;
}

.filter-result-count {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(246,243,237,.82);
  font-size: 12px;
  font-weight: 850;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity .7s ease, transform .7s ease;
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
}

.filter-result-count.is-visible {
  opacity: 1;
  transform: translate(0, -50%);
  transition: opacity .16s ease, transform .16s ease;
}

.field {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.range-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.compact-range { margin-top: 2px; }

.catalog-range-filter {
  margin-top: 12px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
}

.catalog-range-filter .range-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
}

.catalog-range-filter .range-filter-head::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.8px solid rgba(255,255,255,.78);
  border-bottom: 1.8px solid rgba(255,255,255,.78);
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}

.catalog-range-filter output {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.dual-range {
  position: relative;
  height: 22px;
  margin-top: 8px;
  border-radius: 999px;
}

.dual-range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239,59,51,.45), rgba(239,59,51,.88), rgba(239,59,51,.45));
  transform: translateY(-50%);
}

.dual-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 22px;
  min-height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.dual-range input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.dual-range input[type="range"]::-moz-range-track {
  height: 3px;
  background: transparent;
}

.dual-range input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6.5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 5px 14px rgba(239,59,51,.34);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.dual-range input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 6px 18px rgba(239,59,51,.35);
  cursor: pointer;
  pointer-events: auto;
}

.catalog-range-values {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

.catalog-range-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.catalog-range-inputs label {
  display: block;
  min-width: 0;
}

.catalog-range-inputs label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.catalog-range-inputs input {
  width: 100%;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  background: rgba(5,7,11,.46);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  outline: none;
  -moz-appearance: textfield;
}

.catalog-range-inputs input::-webkit-outer-spin-button,
.catalog-range-inputs input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.catalog-range-inputs input::placeholder { color: rgba(255,255,255,.52); }

.catalog-range-inputs input:hover,
.catalog-range-inputs input:focus-visible {
  border-color: rgba(239,59,51,.74);
  background: rgba(255,255,255,.065);
  box-shadow: 0 0 0 3px rgba(239,59,51,.12);
}

.filter-group {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.filter-group h3 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
}

.advanced-filters {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.advanced-filter,
.switch-filter {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  padding: 10px;
}

.facet-section {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    rgba(8,10,14,.34);
  overflow: clip;
}

.facet-section[hidden] { display: none; }

.facet-section-summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.12;
  cursor: pointer;
  list-style: none;
}

.facet-section-summary::-webkit-details-marker { display: none; }

.facet-section-summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .72;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.facet-section[open] .facet-section-summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.facet-section-summary b {
  min-width: 24px;
  min-height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.facet-section-body {
  display: grid;
  gap: 8px;
  max-height: min(420px, 52vh);
  overflow-y: auto;
  padding: 0 10px 10px;
  overscroll-behavior: contain;
}

.facet-section-body::-webkit-scrollbar {
  width: 6px;
}

.facet-section-body::-webkit-scrollbar-track {
  background: rgba(255,255,255,.035);
  border-radius: 999px;
}

.facet-section-body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.16);
  border-radius: 999px;
}

.advanced-select-filter {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.advanced-select-filter span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
}

.advanced-select-filter select {
  width: 100%;
  min-height: 36px;
  padding: 0 32px 0 10px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 760;
}

.range-filter {
  display: grid;
  gap: 8px;
}

.range-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.range-filter-head span,
.segmented-filter > span,
.switch-filter span:last-child {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
}

.range-filter output {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 48%;
  color: var(--text);
  font-size: 12px;
  font-weight: 760;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.range-filter input[type="range"] {
  min-height: 22px;
  padding: 0;
  border: 0;
  accent-color: var(--red);
  background: transparent;
}

.segmented-filter {
  display: grid;
  gap: 7px;
}

.segmented-filter input[type="hidden"] {
  display: none;
}

.segmented-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  border-radius: 7px;
  background: rgba(0,0,0,.18);
  padding: 4px;
}

.segmented-buttons button {
  min-height: 32px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  padding: 6px 7px;
  font-size: 12px;
  font-weight: 760;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.segmented-buttons button.is-active {
  background: rgba(255,255,255,.16);
  color: var(--text);
}

.segmented-buttons button:focus-visible {
  outline: 2px solid rgba(225,59,52,.65);
  outline-offset: 2px;
}

.switch-filter {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.switch-filter span:last-child,
.filter-spec-disclaimer {
  min-width: 0;
  overflow-wrap: anywhere;
}

.singleton-filter {
  grid-template-columns: 34px minmax(0, 1fr);
}

.singleton-filter span:last-child {
  display: grid;
  gap: 3px;
}

.singleton-filter b,
.singleton-filter em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.singleton-filter b {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.18;
}

.singleton-filter em {
  color: var(--text);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.18;
}

.singleton-filter:hover {
  border-color: rgba(225,59,52,.34);
  background: rgba(225,59,52,.08);
}

.filters input,
.filters select {
  max-width: 100%;
}

.switch-filter input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.switch-track {
  position: relative;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  transition: background .18s ease;
}

.switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform .18s ease;
}

.switch-filter input:checked + .switch-track {
  background: var(--red);
}

.switch-filter input:checked + .switch-track::after {
  transform: translateX(14px);
}

.switch-filter input:focus-visible + .switch-track {
  box-shadow: 0 0 0 3px rgba(225,59,52,.25);
}

.check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--red);
}

.results { min-width: 0; }

.muted {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-controls {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) auto;
  align-items: stretch;
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.026)),
    rgba(12,14,18,.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 18px 36px rgba(0,0,0,.18);
}

.toolbar-actions {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0;
  padding-top: 0;
  border-top: 0;
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.catalog-view-toggle {
  min-height: 38px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  position: relative;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(6,8,12,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.catalog-view-toggle button {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.catalog-view-toggle button:hover,
.catalog-view-toggle button:focus-visible,
.catalog-view-toggle button.is-active {
  border-color: rgba(225,59,52,.48);
  background: rgba(225,59,52,.12);
  color: #fff;
  outline: none;
}

.view-icon {
  width: 15px;
  height: 15px;
  display: grid;
  gap: 2px;
}

.view-icon-grid {
  grid-template-columns: repeat(2, 1fr);
}

.view-icon-grid::before,
.view-icon-grid::after,
.view-icon-list::before,
.view-icon-list::after {
  content: "";
  display: block;
  border-radius: 2px;
  background: currentColor;
  opacity: .9;
}

.view-icon-grid::before,
.view-icon-grid::after {
  box-shadow: 8px 0 0 currentColor, 0 8px 0 currentColor, 8px 8px 0 currentColor;
  width: 5px;
  height: 5px;
}

.view-icon-list {
  grid-template-rows: repeat(3, 1fr);
}

.view-icon-list::before,
.view-icon-list::after {
  width: 15px;
  height: 3px;
  box-shadow: 0 6px 0 currentColor;
}

.view-icon-table {
  grid-template-rows: repeat(3, 1fr);
}

.view-icon-table::before,
.view-icon-table::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
  opacity: .9;
}

.sort-control {
  width: auto;
  margin-left: auto;
  min-width: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.sort-control select,
.toolbar-actions select {
  width: 240px;
  max-width: 100%;
}

.sort-control select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  line-height: 1.15;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
  margin: 14px 0;
}

.catalog-structure {
  width: 100%;
  max-width: 100%;
  display: block;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  padding-right: 2px;
}

.catalog-structure-row {
  display: block;
  min-width: 0;
}

.catalog-structure-head h3 {
  margin: 0;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.06;
}

.catalog-structure-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.catalog-family-grid {
  display: flex;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 2px 2px 4px;
  cursor: grab;
  user-select: none;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.catalog-family-grid.is-selected {
  display: flex;
}

.catalog-family-grid::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.catalog-family-grid.is-dragging {
  cursor: grabbing;
}

.catalog-family-card {
  box-sizing: border-box;
  min-width: max-content;
  flex: 0 0 auto;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    rgba(17,20,26,.92);
  color: var(--text);
  overflow: visible;
  text-align: center;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.catalog-family-card strong {
  display: block;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.catalog-family-copy {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.catalog-family-card:hover,
.catalog-family-card:focus-visible,
.catalog-family-card.is-active {
  border-color: rgba(225,59,52,.62);
  background:
    linear-gradient(180deg, rgba(225,59,52,.16), rgba(255,255,255,.05)),
    rgba(18,21,27,.96);
  box-shadow:
    0 0 0 1px rgba(225,59,52,.26),
    0 10px 24px rgba(0,0,0,.18);
  outline: none;
}

.catalog-show-all {
  min-width: max-content;
  max-width: none;
  color: #fff;
  border-color: rgba(225,59,52,.42);
  background:
    linear-gradient(180deg, rgba(225,59,52,.22), rgba(255,255,255,.045)),
    rgba(18,21,27,.96);
}

.mobile-label { display: none; }

@media (max-width: 1320px) {
  .catalog-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .toolbar-actions {
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
}

.catalog-family-image {
  display: none;
  place-items: center;
  min-width: 0;
  min-height: 122px;
  background: #fff;
  padding: 12px;
  border-right: 1px solid rgba(15,18,24,.1);
}

.catalog-family-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-family-copy {
  min-width: 0;
  display: block;
  padding: 0;
}

.catalog-family-copy strong {
  color: #fff;
  font-size: clamp(11px, .72vw, 13px);
  line-height: 1.12;
}

.catalog-show-all {
  min-width: 0;
  max-width: none;
  min-height: 42px;
  padding: 0 12px;
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.075);
}

.catalog-family-meta {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
}

.catalog-family-arrow {
  align-self: center;
  justify-self: center;
  width: 28px;
  height: 28px;
  display: none;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #ffb1ac;
  font-weight: 900;
}

.catalog-family-meta b,
.catalog-subgroups button {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(246,243,237,.78);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}

.catalog-family-meta b {
  padding: 6px 7px;
}

.catalog-subgroups {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2px;
}

.catalog-subgroups button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  cursor: pointer;
}

.catalog-subgroups button.is-active {
  border-color: rgba(225,59,52,.62);
  background: rgba(225,59,52,.18);
  color: #fff;
}

.catalog-subgroups b {
  color: #ffb1ac;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: var(--muted);
  padding: 7px 10px;
  font-size: 13px;
}

.active-filter-chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  max-width: min(100%, 520px);
  cursor: pointer;
  font: inherit;
  font-weight: 720;
  line-height: 1.15;
  text-align: left;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.active-filter-chip__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-filter-chip__remove {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  color: rgba(246,243,237,.72);
  background: rgba(255,255,255,.08);
  opacity: .72;
  transition: color .18s ease, background .18s ease, opacity .18s ease;
}

.active-filter-chip:hover,
.active-filter-chip:focus-visible {
  color: #fff;
  border-color: rgba(225,59,52,.68);
  background: rgba(225,59,52,.16);
  transform: translateY(-1px);
}

.active-filter-chip:hover .active-filter-chip__remove,
.active-filter-chip:focus-visible .active-filter-chip__remove {
  color: #fff;
  background: rgba(225,59,52,.72);
  opacity: 1;
}

.registry-priority-filter {
  margin-bottom: 14px;
  border-color: rgba(225,59,52,.34);
  background: linear-gradient(135deg, rgba(225,59,52,.13), rgba(255,255,255,.045));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-grid[hidden] {
  display: none;
}

.product-grid[data-catalog-view="compact"] {
  grid-template-columns: 1fr;
  gap: 14px;
}

.product-grid[data-catalog-view="table"] {
  grid-template-columns: 1fr;
  gap: 8px;
}

.product-card {
  position: relative;
  container: product-tile / inline-size;
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 238px minmax(360px, 1fr);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: var(--card);
  color: var(--card-text);
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(0,0,0,.22);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-grid[data-catalog-view="compact"] .product-card {
  grid-template-columns: minmax(176px, 220px) minmax(0, 1fr);
  grid-template-rows: minmax(196px, auto);
  min-height: 196px;
}

.product-grid[data-catalog-view="table"] .product-card {
  grid-template-columns: 120px minmax(0, 1fr);
  grid-template-rows: minmax(120px, auto);
  min-height: 120px;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-decoration: none;
}

.product-card-link:focus-visible {
  outline: 3px solid rgba(225,59,52,.72);
  outline-offset: 3px;
}

.product-card:hover,
.product-card:focus-visible {
  border-color: rgba(225,59,52,.48);
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(0,0,0,.28), 0 0 0 3px rgba(225,59,52,.08);
  outline: none;
}

.product-image {
  position: relative;
  z-index: 0;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
  padding: 0;
}

.product-grid[data-catalog-view="compact"] .product-image {
  min-height: 196px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 0;
}

.product-grid[data-catalog-view="table"] .product-image {
  min-height: 120px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 0;
}

.product-grid[data-catalog-view="table"] .product-image img {
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
}

.product-card .product-icon-actions,
.product-card .cart-quantity-control,
.product-card .product-qty-inline {
  cursor: default;
}

.product-card .product-action-icon,
.product-card .cart-add-area,
.product-card .cart-qty-step,
.product-card .product-qty-inline button {
  cursor: pointer;
}

.product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: calc(100% - 44px);
  max-height: calc(100% - 44px);
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.product-media-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(17, 21, 27, .88);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.product-image.is-placeholder {
  background: linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
}

.product-image.is-placeholder img {
  width: min(64%, 360px);
  height: auto;
  max-width: 64%;
  max-height: none;
}

.product-image.is-placeholder .product-media-badge {
  left: 50%;
  top: calc(50% + clamp(28px, 4vw, 42px));
  bottom: auto;
  width: max-content;
  transform: translateX(-50%);
}

.product-body {
  position: relative;
  z-index: 2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  gap: 16px;
}

.product-heading,
.product-facts,
.product-commerce {
  display: contents;
}

.product-grid[data-catalog-view="compact"] .product-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(248px, 300px);
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: 10px 20px;
  padding: 22px;
}

.product-grid[data-catalog-view="table"] .product-body {
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) minmax(240px, 1fr) minmax(140px, .5fr) minmax(220px, .8fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 18px;
  padding: 16px 18px;
}

.product-grid[data-catalog-view="compact"] .sku,
.product-grid[data-catalog-view="compact"] .product-body h3,
.product-grid[data-catalog-view="compact"] .tags,
.product-grid[data-catalog-view="compact"] .spec-mini {
  grid-column: 1;
}

.product-grid[data-catalog-view="table"] .sku,
.product-grid[data-catalog-view="table"] .product-body h3 {
  grid-column: 1;
}

.product-grid[data-catalog-view="table"] .sku {
  font-size: 12px;
}

.product-grid[data-catalog-view="table"] .product-body h3 {
  min-height: 0;
  font-size: 18px;
}

.product-grid[data-catalog-view="table"] .tags {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 0;
  max-height: none;
  align-content: center;
}

.product-grid[data-catalog-view="table"] .tags span {
  font-size: 11px;
  padding: 7px 9px;
}

.product-grid[data-catalog-view="table"] .spec-mini {
  grid-column: 2;
  grid-row: 2;
  display: none;
}

.product-grid[data-catalog-view="compact"] .product-body h3 {
  min-height: 0;
  font-size: 21px;
}

.product-grid[data-catalog-view="compact"] .tags {
  min-height: 0;
  max-height: 38px;
}

.product-grid[data-catalog-view="compact"] .spec-mini {
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-grid[data-catalog-view="compact"] .price {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  text-align: right;
  font-size: clamp(22px, 1.6vw, 30px);
}

.product-grid[data-catalog-view="table"] .price {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: center;
  margin-top: 0;
  text-align: right;
  font-size: clamp(20px, 1.3vw, 26px);
}

.product-grid[data-catalog-view="compact"] .card-actions {
  grid-column: 2;
  grid-row: 4;
  align-self: end;
  justify-self: end;
  width: min(100%, 300px);
}

.product-grid[data-catalog-view="table"] .card-actions {
  grid-column: 4;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  width: min(100%, 300px);
}

.sku {
  color: var(--red);
  font-weight: 850;
  font-size: 13px;
  line-height: 1.25;
}

.product-heading-meta {
  display: grid;
  gap: 4px;
  align-content: start;
}

.product-code-secondary {
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

.product-card h3 {
  margin: 0;
  min-height: 50px;
  font-size: 20px;
  line-height: 1.24;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 31px;
  max-height: 70px;
  overflow: hidden;
}

.tag {
  border-radius: 999px;
  background: #e9edf2;
  color: #39414d;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 740;
  line-height: 1.2;
}

.spec-mini {
  display: grid;
  min-height: 42px;
  gap: 8px;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.46;
}

.spec-mini b { color: var(--card-text); }

.price,
.detail-price {
  color: var(--red);
  font-weight: 900;
  line-height: 1.16;
}

.price {
  margin-top: auto;
  font-size: clamp(18px, 1.35vw, 24px);
  letter-spacing: 0;
}

.detail-price {
  margin: 2px 0 24px;
  font-size: clamp(34px, 3.8vw, 58px);
  letter-spacing: 0;
}

.product-availability {
  display: grid;
  gap: 5px;
  max-width: 680px;
  margin: -10px 0 24px;
  border-left: 3px solid #43b66f;
  padding: 4px 0 4px 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.45;
}

.product-availability strong {
  color: #69d58f;
  font-size: 16px;
}

.product-availability.is-unconfirmed {
  border-left-color: #d99b35;
}

.product-availability.is-unconfirmed strong {
  color: #f1bd65;
}

.admin-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(238, 58, 52, .18), transparent 32rem),
    linear-gradient(135deg, #090b0f 0%, #15171c 52%, #231112 100%);
  color: var(--white);
}

.admin-shell {
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 80px;
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.admin-hero {
  grid-column: 2;
  max-width: 920px;
  padding: 22px 0 18px;
}

.admin-hero h1 {
  margin: 0 0 16px;
  max-width: 860px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: .92;
  letter-spacing: 0;
}

.admin-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.55;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.admin-cms-notice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 24px 0 0;
  padding: 18px;
  border: 1px solid rgba(238,58,52,.36);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(238,58,52,.16), rgba(255,255,255,.055));
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}

.admin-cms-notice span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-cms-notice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 24px;
}

.admin-cms-notice p {
  max-width: 680px;
  margin: 0;
  font-size: 15px;
}

.admin-nav {
  position: sticky;
  top: 16px;
  z-index: 20;
  grid-column: 1;
  grid-row: 1 / span 60;
  display: grid;
  gap: 6px;
  overflow-y: auto;
  max-height: calc(100vh - 32px);
  padding: 14px;
  margin-bottom: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18,20,25,.92), rgba(10,12,16,.9));
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
  min-width: 0;
  max-width: 100%;
}

.admin-nav::before {
  content: "CompOS";
  display: block;
  margin: 2px 4px 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.admin-nav::after {
  content: "Технический контур";
  order: -1;
  display: block;
  margin: 0 4px -2px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-weight: 850;
  white-space: normal;
}

.admin-nav a:hover {
  border-color: rgba(238,58,52,.62);
  color: #fff;
}

.admin-panel,
.admin-card {
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.admin-panel {
  padding: 26px;
  margin-top: 22px;
}

.admin-shell > .admin-panel,
.admin-shell > .admin-card,
.admin-shell > .admin-grid {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.admin-panel h2,
.admin-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.admin-panel p,
.admin-card p {
  margin: 0;
  color: rgba(255,255,255,.66);
}

.admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(238,58,52,.18);
  color: #ffb7b2;
  font-weight: 850;
}

.admin-status.is-ok {
  background: rgba(95, 205, 130, .18);
  color: #a8f1bf;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.admin-dashboard-kpis {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
}

.admin-rate-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-platform-panel {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 100% 0%, rgba(238,58,52,.16), transparent 28rem);
}

.admin-platform-grid,
.admin-module-grid,
.admin-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-promo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-platform-card,
.admin-module-card,
.admin-promo-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(8,10,14,.56);
}

.admin-platform-card span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(238,58,52,.16);
  color: #ffb7b2;
  font-size: 12px;
  font-weight: 850;
}

.admin-platform-card strong,
.admin-module-card strong,
.admin-promo-card strong {
  display: block;
  margin: 10px 0 7px;
  color: #fff;
  font-size: 17px;
}

.admin-module-card header,
.admin-promo-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.admin-platform-card p,
.admin-module-card p,
.admin-promo-card p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.45;
}

.admin-module-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.admin-module-actions .secondary[disabled],
.admin-panel .secondary[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.admin-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-role-grid article,
.admin-order-actions,
.admin-kanban-column {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(8,10,14,.54);
}

.admin-role-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
}

.admin-role-grid p {
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.45;
}

.admin-kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.admin-kanban-column {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 210px;
}

.admin-kanban-column header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.admin-kanban-column header strong {
  color: #fff;
  font-size: 15px;
}

.admin-kanban-column header span,
.admin-kanban-card em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(238,58,52,.16);
  color: #ffb7b2;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.admin-kanban-column > div {
  display: grid;
  gap: 10px;
}

.admin-kanban-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.admin-kanban-card a {
  color: #ffb7b2;
  font-weight: 900;
  text-decoration: none;
}

.admin-kanban-card b {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.admin-kanban-card small,
.admin-kanban-empty {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.4;
}

.admin-kanban-card em {
  justify-self: start;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.74);
}

.admin-order-actions {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(180px, .7fr) minmax(220px, .8fr);
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}

.admin-order-actions h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
}

.admin-order-actions label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.admin-order-actions label span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-order-actions select,
.admin-order-actions textarea,
.admin-order-actions input[type="text"],
.admin-order-actions input[type="file"] {
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(8,10,14,.76);
  color: #fff;
  font: inherit;
}

.admin-order-actions textarea,
.admin-order-actions .admin-price-status,
.admin-order-detail {
  grid-column: 1 / -1;
}

.admin-order-actions .primary {
  min-height: 46px;
}

.admin-document-actions {
  grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(170px, .62fr));
}

.admin-inline-check {
  align-self: center;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.admin-inline-check input {
  width: 18px;
  height: 18px;
  accent-color: #ef3b33;
}

.admin-inline-check span {
  color: rgba(255,255,255,.78) !important;
  font-size: 13px !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.admin-order-detail {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.admin-order-detail-head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: stretch;
}

.admin-order-detail-head > div {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.admin-order-detail-head span,
.admin-order-history time {
  display: block;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.admin-order-detail-head strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.admin-order-detail-head .secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  text-decoration: none;
}

.admin-order-history {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.admin-order-history article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(8,10,14,.46);
}

.admin-order-history article.is-warn {
  border-color: rgba(255,182,107,.3);
}

.admin-order-history strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.admin-order-history p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.4;
}

.admin-rate-panel .admin-panel-head {
  align-items: center;
}

.admin-history-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 18px;
}

.admin-history-tab {
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.72);
  padding: 0 16px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.admin-history-tab.is-active {
  border-color: rgba(238,58,52,.7);
  background: rgba(238,58,52,.2);
  color: #fff;
}

.admin-history-list {
  display: grid;
  gap: 12px;
}

.admin-history-item,
.admin-history-empty {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(8,10,14,.55);
  padding: 16px;
}

.admin-history-item header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.admin-history-item header strong {
  color: #fff;
  font-size: 16px;
}

.admin-history-item time,
.admin-history-item p,
.admin-history-empty {
  color: rgba(255,255,255,.62);
}

.admin-history-item p {
  margin: 8px 0 0;
}

.admin-history-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-history-details span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.admin-kb-sublist {
  margin-top: 10px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.45;
}

.admin-kb-sublist b {
  color: rgba(255,255,255,.86);
}

.admin-kpi {
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(10,12,16,.58);
}

.admin-kpi-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.admin-kpi-link:hover {
  border-color: rgba(238,58,52,.62);
  background: rgba(238,58,52,.14);
  transform: translateY(-1px);
}

.admin-kpi span,
.admin-kpi em {
  display: block;
  color: rgba(255,255,255,.58);
  font-style: normal;
  font-size: 13px;
}

.admin-kpi strong {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  line-height: 1;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.admin-attention-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
}

.admin-card {
  padding: 24px;
}

.admin-card-head {
  margin-bottom: 14px;
}

.admin-diagnostics-grid,
.admin-orders-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
}

.admin-health-list,
.admin-api-grid,
.admin-cart-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.admin-health-item,
.admin-api-card,
.admin-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: rgba(8,10,14,.55);
}

.admin-health-item strong,
.admin-api-card strong,
.admin-cart-item strong {
  display: block;
  color: #fff;
}

.admin-health-item span,
.admin-api-card span,
.admin-cart-item span,
.admin-cart-item p,
.admin-cart-item li,
.admin-table small {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.admin-health-item.is-warn,
.admin-api-card.is-warn,
.admin-cart-item.is-warn {
  border-color: rgba(238,58,52,.38);
  background: rgba(238,58,52,.11);
}

.admin-api-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-api-card {
  display: grid;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  width: fit-content;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.admin-pill.is-ok {
  border-color: rgba(95,205,130,.32);
  background: rgba(95,205,130,.14);
  color: #bdf5ce;
}

.admin-pill.is-warn {
  border-color: rgba(238,58,52,.42);
  background: rgba(238,58,52,.15);
  color: #ffc0bb;
}

.admin-mini-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.admin-mini-kpis .admin-kpi {
  min-height: 96px;
  padding: 14px;
}

.admin-mini-kpis .admin-kpi strong {
  font-size: 24px;
}

.admin-seo-table {
  min-width: 1120px;
}

.admin-publication-table,
.admin-source-table {
  min-width: 1060px;
}

.admin-seo-table td:first-child strong,
.admin-compact-table td b {
  display: block;
  margin-top: 5px;
  color: #fff;
}

.admin-order-customer-meta {
  display: grid;
  gap: 3px;
  margin-top: 7px;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  line-height: 1.35;
}

.admin-order-customer-meta span,
.admin-order-customer-meta small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-order-company {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}

.admin-order-company.is-missing {
  color: #ffc0bb;
}

.admin-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.admin-source-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(8,10,14,.58);
}

.admin-source-card.is-active {
  border-color: rgba(238,58,52,.55);
  background: linear-gradient(135deg, rgba(238,58,52,.14), rgba(8,10,14,.58) 60%);
}

.admin-source-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.admin-source-card header button {
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.admin-source-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-source-meta span {
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

.admin-compact-table {
  min-width: 760px;
}

.admin-compact-table-wrap {
  max-height: 520px;
}

.admin-cart-item {
  display: grid;
}

.admin-cart-item header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.admin-cart-item p {
  margin: 0;
  color: #fff;
  font-weight: 850;
}

.admin-cart-item ul {
  margin: 0;
  padding-left: 18px;
}

.admin-settings-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.admin-settings-form label {
  display: grid;
  gap: 8px;
}

.admin-settings-form span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
}

.admin-settings-form input,
.admin-settings-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  background: rgba(8,10,14,.78);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 760;
}

.admin-settings-form textarea {
  min-height: 86px;
  padding: 12px;
  resize: vertical;
}

.admin-settings-wide {
  grid-column: span 2;
}

.admin-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.admin-attention-card .admin-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-list p {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.86);
}

.admin-issue-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  min-height: 152px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(10,12,16,.62);
}

.admin-issue-card.is-warning {
  border-color: rgba(238,58,52,.38);
  background: linear-gradient(135deg, rgba(238,58,52,.18), rgba(10,12,16,.62) 56%);
}

.admin-issue-card.is-ok {
  border-color: rgba(95,205,130,.22);
}

.admin-issue-card span,
.admin-issue-section p {
  color: rgba(255,255,255,.62);
}

.admin-issue-card strong {
  display: block;
  margin: 8px 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.admin-issue-card p {
  margin: 0;
  padding: 0;
  background: none;
  color: rgba(255,255,255,.76);
}

.admin-issue-card button {
  align-self: flex-end;
  white-space: nowrap;
}

.admin-issue-card button:disabled {
  opacity: .42;
  cursor: default;
}

.admin-issue-panel,
.admin-issue-section {
  scroll-margin-top: 24px;
}

.admin-issue-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 22px;
}

.admin-issue-nav b {
  margin-left: 6px;
  color: #fff;
}

.admin-issue-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.admin-issue-section:first-of-type {
  margin-top: 0;
}

.admin-issue-section h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.admin-issue-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 230px;
}

.admin-row-actions .secondary,
.admin-row-actions button {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
}

.admin-action-note {
  display: block;
  max-width: 280px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.35;
}

.admin-table b {
  color: #fff;
}

.admin-steps {
  margin: 16px 0 0;
  padding-left: 22px;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.admin-table-wrap {
  overflow: auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.admin-table a {
  color: #ff6a62;
  font-weight: 850;
}

.admin-products-head {
  align-items: end;
}

.admin-search {
  display: grid;
  gap: 8px;
  min-width: min(420px, 100%);
}

.admin-search span,
.admin-price-table small {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 700;
}

.admin-search input,
.admin-search select,
.admin-price-table input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(8,10,14,.78);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 750;
}

.admin-search input:focus,
.admin-search select:focus,
.admin-price-table input:focus {
  outline: 2px solid rgba(238,58,52,.55);
  border-color: rgba(238,58,52,.8);
}

.admin-ai-panel {
  display: grid;
  gap: 18px;
}

.admin-ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-ai-prompt {
  display: grid;
  gap: 8px;
}

.admin-ai-prompt span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.admin-ai-prompt textarea {
  width: 100%;
  min-height: 160px;
  resize: vertical;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(8,10,14,.78);
  color: #fff;
  padding: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.admin-ai-prompt textarea:focus {
  outline: 2px solid rgba(238,58,52,.55);
  border-color: rgba(238,58,52,.8);
}

.admin-ai-footer {
  display: grid;
  grid-template-columns: minmax(220px, max-content) 1fr;
  gap: 12px;
  align-items: start;
}

.admin-ai-footer .admin-price-status {
  margin: 0;
}

.admin-ai-result {
  overflow: auto;
  max-height: 520px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(6,8,12,.72);
  color: rgba(255,255,255,.88);
  white-space: pre-wrap;
  line-height: 1.55;
  font-family: inherit;
  font-weight: 650;
}

.admin-price-status {
  margin: -8px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(10,12,16,.46);
  color: rgba(255,255,255,.72);
  font-weight: 750;
}

.admin-price-status.is-ok {
  border-color: rgba(95,205,130,.28);
  color: #bdf5ce;
}

.admin-price-status.is-error {
  border-color: rgba(238,58,52,.5);
  color: #ffc0bb;
}

.admin-price-table {
  min-width: 1120px;
}

.admin-hero-compact h1 {
  font-size: clamp(48px, 8vw, 88px);
}

.admin-price-issue-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-price-issues-table {
  min-width: 1080px;
}

.admin-price-table td:first-child {
  min-width: 300px;
}

.admin-price-table td:first-child strong {
  display: block;
  margin: 6px 0 4px;
  color: #fff;
  font-size: 15px;
}

.admin-price-table td > b {
  display: block;
  color: #fff;
  font-size: 16px;
}

.admin-price-table input[readonly] {
  opacity: .72;
}

.admin-save-price {
  min-height: 42px;
  padding: 0 14px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .admin-shell {
    width: calc(100% - 32px);
    max-width: none;
    grid-template-columns: 1fr;
  }

  .admin-hero,
  .admin-nav,
  .admin-shell > .admin-panel,
  .admin-shell > .admin-card,
  .admin-shell > .admin-grid {
    grid-column: 1;
  }

  .admin-nav {
    position: sticky;
    top: 10px;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
  }

  .admin-nav::before,
  .admin-nav::after {
    grid-column: 1 / -1;
  }

  .admin-kpis,
  .admin-grid,
  .admin-platform-grid,
  .admin-module-grid,
  .admin-promo-grid,
  .admin-role-grid,
  .admin-order-actions {
    grid-template-columns: 1fr 1fr;
  }

  .admin-attention-grid,
  .admin-attention-card .admin-list,
  .admin-diagnostics-grid,
  .admin-orders-grid,
  .admin-settings-form {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-kpis,
  .admin-mini-kpis,
  .admin-api-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-order-detail-head,
  .admin-order-history {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .admin-shell {
    width: calc(100% - 24px);
    max-width: none;
    padding-top: 24px;
  }

  .admin-cms-notice {
    grid-template-columns: 1fr;
  }

  .admin-cms-notice .primary {
    width: 100%;
  }

  .admin-hero h1 {
    font-size: 42px;
  }
  .admin-kpis,
  .admin-grid,
  .admin-platform-grid,
  .admin-module-grid,
  .admin-promo-grid,
  .admin-role-grid,
  .admin-cms-notice,
  .admin-order-actions,
  .admin-panel-head {
    grid-template-columns: 1fr;
    display: grid;
  }
  .admin-dashboard-kpis,
  .admin-mini-kpis,
  .admin-api-grid,
  .admin-ai-footer {
    grid-template-columns: 1fr;
  }
  .admin-issue-card {
    display: grid;
  }
  .admin-row-actions {
    min-width: 0;
  }
  .admin-order-detail-head,
  .admin-order-history {
    grid-template-columns: 1fr;
  }
}

.card-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.product-icon-actions {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) 46px 46px;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.cart-added-overlay[hidden],
.cart-added-prompt[hidden] {
  display: none;
}

.cart-added-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.cart-added-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-added-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(3, 5, 8, .58);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.cart-added-dialog,
.cart-added-prompt {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(620px, 100%);
  padding: 16px;
  border: 1px solid rgba(225,59,52,.34);
  border-radius: 16px;
  background: linear-gradient(135deg, #15191f 0%, #20242b 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  transform: translateY(10px) scale(.98);
  transition: transform .18s ease;
}

.cart-added-overlay.is-visible .cart-added-dialog,
.cart-added-prompt.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-added-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.cart-added-copy strong,
.cart-added-copy span,
.cart-added-prompt strong,
.cart-added-prompt span {
  display: block;
}

.cart-added-copy strong,
.cart-added-prompt strong {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.cart-added-copy span,
.cart-added-prompt span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.cart-added-prompt-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cart-added-prompt a,
.cart-added-prompt button {
  min-height: 36px;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.cart-added-prompt a {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.cart-added-prompt button {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
}

.cart-added-prompt a:hover,
.cart-added-prompt a:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--red);
  outline: none;
}

.cart-added-prompt button:hover,
.cart-added-prompt button:focus-visible {
  background: rgba(255,255,255,.14);
  color: #fff;
  outline: none;
}

@media (max-width: 760px) {
  .cart-added-overlay {
    align-items: end;
    padding: 14px 12px calc(118px + env(safe-area-inset-bottom));
  }

  .cart-added-dialog {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .cart-added-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
  }

  .cart-added-copy strong {
    font-size: 14px;
  }

  .cart-added-copy span {
    font-size: 11px;
  }

  .cart-added-prompt-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }

  .cart-added-prompt a,
  .cart-added-prompt button,
  .cart-added-prompt-actions a,
  .cart-added-prompt-actions button {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.product-icon-actions-detail {
  grid-template-columns: minmax(138px, auto) 50px 50px;
  width: auto;
}

.product-action-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17,24,39,.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f4f5f7);
  color: #1c222b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(14,19,27,.08);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cart-wide-button {
  width: 100%;
  min-width: 122px;
  padding: 0 13px;
  gap: 8px;
  justify-content: center;
  background: #fff;
  border-color: rgba(225,59,52,.34);
  color: var(--red);
}

.cart-quantity-control {
  padding: 0;
  overflow: hidden;
}

.cart-add-area {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  font: inherit;
  cursor: pointer;
}

.cart-stepper {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: none;
  grid-template-columns: 36px minmax(34px, 1fr) 36px;
  align-items: center;
  gap: 4px;
  padding: 4px;
}

.cart-quantity-control.is-active .cart-add-area {
  display: none;
}

.cart-quantity-control.is-active .cart-stepper {
  display: grid;
}

.cart-qty-step {
  width: 100%;
  height: 100%;
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  background: rgba(255,255,255,.17);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.cart-qty-step:hover,
.cart-qty-step:focus-visible {
  background: #fff;
  color: var(--red);
  outline: none;
}

.cart-stepper strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.product-action-icon.cart-wide-button:not(.is-active):not(:hover):not(:focus-visible) {
  background: #fff;
  border-color: rgba(225,59,52,.34);
  color: var(--red);
}

.cart-wide-button .action-visible-label {
  color: currentColor;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.cart-wide-button:hover,
.cart-wide-button:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.cart-wide-button.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.product-qty-inline {
  grid-column: 1 / -1;
  justify-self: end;
  display: none;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 4px;
  border: 1px solid rgba(225,59,52,.24);
  border-radius: 8px;
  background: rgba(225,59,52,.08);
  color: var(--card-text);
}

.product-qty-inline.is-visible {
  display: inline-flex;
}

.product-qty-inline button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 7px;
  background: #11141a;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.product-qty-inline button:hover,
.product-qty-inline button:focus-visible {
  background: var(--red);
}

.product-qty-inline strong {
  min-width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #fff;
  color: #11141a;
  text-align: center;
  font-size: 15px;
  font-weight: 850;
}

.product-action-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.favorite-card-button svg {
  fill: transparent;
}

.product-action-icon:hover,
.product-action-icon:focus-visible {
  border-color: rgba(225,59,52,.55);
  background: #fff;
  color: var(--red);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(225,59,52,.16), 0 0 0 3px rgba(225,59,52,.08);
  outline: none;
}

.product-card .product-action-icon:not(.cart-wide-button):hover,
.product-card .product-action-icon:not(.cart-wide-button):focus-visible {
  background: rgba(225,59,52,.08);
  border-color: rgba(225,59,52,.58);
  color: var(--red);
}

.product-action-icon.cart-wide-button:hover,
.product-action-icon.cart-wide-button:focus-visible {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.product-action-icon.cart-wide-button:hover .action-visible-label,
.product-action-icon.cart-wide-button:focus-visible .action-visible-label,
.product-action-icon.cart-wide-button.is-active .action-visible-label {
  color: #fff;
}

.product-action-icon.is-active {
  border-color: rgba(225,59,52,.72);
  background: #e13b34;
  color: #fff;
}

.favorite-card-button.is-active svg {
  fill: currentColor;
}

.compare-card-button.is-active,
.secondary.is-active {
  border-color: rgba(225,59,52,.55);
  background: rgba(225,59,52,.1);
  color: var(--red);
}

.product-action-icon.is-active {
  border-color: rgba(225,59,52,.72);
  background: #e13b34;
  color: #fff;
}

.product-card .secondary {
  color: var(--card-text);
  background: #fff;
  border-color: var(--line-dark);
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  padding: 38px;
  text-align: center;
}

.catalog-load-more {
  width: 100%;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.028)),
    rgba(18,21,27,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 18px 54px rgba(0,0,0,.18);
  text-align: center;
}

.catalog-load-more p {
  margin: 0 0 10px;
  color: rgba(246,243,237,.68);
  font-size: 13px;
  font-weight: 820;
}

.catalog-load-more .load-more {
  width: min(520px, 100%);
  min-height: 58px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(225,59,52,.58);
  background:
    linear-gradient(180deg, rgba(225,59,52,.96), rgba(186,41,35,.96));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(225,59,52,.22), inset 0 1px 0 rgba(255,255,255,.12);
}

.catalog-load-more .load-more:hover,
.catalog-load-more .load-more:focus-visible {
  background:
    linear-gradient(180deg, #f04b43, #c42d27);
  border-color: rgba(255,129,123,.78);
  box-shadow: 0 20px 52px rgba(225,59,52,.3), 0 0 0 4px rgba(225,59,52,.16);
  outline: none;
}

.selection {
  margin-bottom: 72px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(225,59,52,.22), rgba(105,167,255,.12)),
    rgba(255,255,255,.065);
}

.selection h2 { max-width: 840px; }
.selection-lead {
  max-width: 1080px;
  margin-top: 18px;
}

.selection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  overflow: hidden;
}

.selection-grid article {
  min-height: 170px;
  padding: 22px;
  background: #171b22;
}

.selection-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.5; }

.project-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.project-card .secondary {
  width: fit-content;
}

.project-request-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(9,11,15,.56);
}

.project-form-head {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(280px, .35fr);
  gap: 20px;
  align-items: end;
}

.project-form-head h3 {
  margin: 4px 0 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
}

.project-form-head p,
.project-request-form .form-note {
  color: var(--muted);
  line-height: 1.45;
}

.project-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.project-request-form label {
  display: grid;
  gap: 7px;
}

.project-request-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.project-request-form input[type="file"] {
  padding: 12px;
  min-height: 54px;
}

.project-form-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(320px, .38fr);
  gap: 28px;
  align-items: start;
  padding: 0 0 86px;
}

.contacts p {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.58;
}

.mobile-contacts-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0 84px;
}

.mobile-contact-hero,
.mobile-contact-grid article,
.mobile-company-info {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.075);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
}

.mobile-contact-hero {
  margin-top: 22px;
  padding: 42px;
  background:
    radial-gradient(circle at 82% 20%, rgba(225,59,52,.2), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
}

.mobile-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mobile-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.mobile-contact-grid article {
  padding: 20px;
}

.mobile-contact-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mobile-contact-grid a {
  color: var(--text);
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
}

.mobile-contact-grid p {
  margin: 0;
  color: var(--text);
  line-height: 1.55;
}

.mobile-company-info {
  margin-top: 16px;
  padding: 28px;
}

.mobile-company-info h2 {
  margin-top: 0;
}

.mobile-company-list {
  display: grid;
  gap: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.mobile-company-list p {
  margin: 0;
}

.contacts-page-shell {
  width: min(1420px, calc(100% - 64px));
  margin: 0 auto;
  padding: 120px 0 88px;
}

.contacts-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-top: 22px;
  padding: clamp(34px, 5vw, 74px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 20%, rgba(225,59,52,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
}

.contacts-page-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .9;
}

.contacts-page-hero .lead {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
}

.contacts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.contacts-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contacts-info-card,
.contacts-form-card,
.contacts-side-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: 0 18px 44px rgba(0,0,0,.16);
}

.contacts-info-card {
  min-height: 206px;
  padding: 24px;
}

.contacts-info-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contacts-info-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.16;
}

.contacts-info-card p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.contacts-info-card a {
  color: var(--text);
  text-decoration: none;
}

.contacts-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .36fr);
  gap: 18px;
  margin-top: 18px;
}

.contacts-form-card,
.contacts-side-card {
  min-width: 0;
  box-sizing: border-box;
  padding: 28px;
}

.contacts-form-card *,
.contacts-side-card * {
  box-sizing: border-box;
}

.contacts-form-card h2,
.contacts-side-card h2 {
  margin: 6px 0 22px;
  font-size: clamp(30px, 4vw, 54px);
}

.contacts-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contacts-form-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-weight: 750;
}

.contacts-form-card input,
.contacts-form-card textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 15px;
  background: rgba(4,7,11,.8);
  color: var(--text);
  font: inherit;
}

.contacts-consent {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.contacts-consent input {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
}

.contacts-consent span {
  min-width: 0;
  max-width: 100%;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.contacts-form-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}

.contacts-side-card {
  align-self: start;
  display: grid;
  gap: 10px;
}

.contacts-side-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 16px;
  color: var(--text);
  text-decoration: none;
  font-weight: 850;
  background: rgba(4,7,11,.5);
}

.contacts-side-card a::after {
  content: ">";
  color: var(--brand);
}

.contact-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255,255,255,.075);
}

.contact-card a {
  color: var(--text);
  font-size: 18px;
  font-weight: 780;
}

.contact-card span {
  color: var(--muted);
  line-height: 1.45;
}

.cart-drawer {
  position: fixed;
  z-index: 70;
  inset: 0 0 0 auto;
  width: min(460px, 100%);
  background: #11151b;
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 20px;
  transform: translateX(102%);
  transition: transform .25s ease;
  overflow: auto;
}

.cart-drawer.is-open { transform: translateX(0); }

.cart-items { display: grid; gap: 10px; margin: 18px 0 24px; }

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255,255,255,.06);
}

.cart-line h4 { margin: 0 0 6px; font-size: 15px; }

.cart-line-product {
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

.cart-line-product:hover h4,
.cart-line-product:focus-visible h4 {
  color: #ff8a82;
}

.cart-line-product:focus-visible {
  outline: 2px solid rgba(225,59,52,.55);
  outline-offset: 4px;
  border-radius: 6px;
}

.buyer-type-field {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.buyer-type-field legend {
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.buyer-type-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.buyer-type-toggle label {
  position: relative;
  display: block;
  cursor: pointer;
}

.buyer-type-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.buyer-type-toggle span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.buyer-type-toggle input:checked + span {
  background: #fff;
  color: #141820;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.buyer-type-toggle input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(225,59,52,.28), 0 10px 22px rgba(0,0,0,.18);
}

.checkout-method-toggle {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-method-toggle span {
  min-height: 42px;
  text-align: center;
  padding: 0 8px;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
}

.checkout-steps span {
  min-height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
}

.checkout-steps .is-active {
  color: #fff;
  background: rgba(225,59,52,.2);
}

.company-field[hidden],
.order-status-card[hidden] {
  display: none;
}

.order-status-card {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(225,59,52,.34);
  border-radius: 12px;
  background: rgba(225,59,52,.1);
}

.order-status-card.is-success {
  border-color: rgba(95,205,130,.34);
  background: rgba(95,205,130,.1);
}

.order-status-card.is-error {
  border-color: rgba(225,59,52,.5);
  background: rgba(225,59,52,.13);
}

.order-status-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.order-status-card strong {
  color: #fff;
  font-size: 17px;
}

.order-status-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
}

.order-confirm-dialog {
  width: min(560px, calc(100vw - 28px));
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: transparent;
  color: var(--text);
  box-shadow: 0 30px 90px rgba(0,0,0,.58);
}

.order-confirm-dialog::backdrop {
  background: rgba(3,5,8,.74);
  backdrop-filter: blur(10px);
}

.order-confirm-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 12%, rgba(225,59,52,.23), transparent 38%),
    linear-gradient(145deg, rgba(31,34,39,.98), rgba(11,13,17,.98));
}

.order-confirm-card h2 {
  max-width: 420px;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .95;
  letter-spacing: 0;
}

.order-confirm-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.order-confirm-number {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(225,59,52,.38);
  border-radius: 16px;
  background: rgba(225,59,52,.12);
}

.order-confirm-number span,
.order-confirm-card p {
  color: var(--muted);
}

.order-confirm-number strong {
  color: #fff;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1;
}

.order-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.qty { display: flex; align-items: center; gap: 8px; }
.qty button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,.1);
  color: var(--text);
}

.qty input {
  width: 56px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  text-align: center;
  -moz-appearance: textfield;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.qty input:hover,
.qty input:focus-visible {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  outline: none;
}

.order-form {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: grid;
  gap: 12px;
}

.order-form label { display: grid; gap: 7px; }
.consent-check {
  display: flex !important;
  align-items: flex-start;
}
.project-link {
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}
.form-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.form-note.is-error { color: #ffb1ac; }

.checkout-page-form .form-note {
  font-size: 11px;
  line-height: 1.35;
}

.compare-drawer {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: grid;
  justify-items: end;
  background: rgba(5,7,11,.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.compare-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.compare-panel {
  width: min(1180px, calc(100vw - 28px));
  height: 100%;
  overflow: auto;
  background: #101318;
  border-left: 1px solid rgba(255,255,255,.12);
  box-shadow: -28px 0 90px rgba(0,0,0,.42);
  padding: clamp(18px, 3vw, 34px);
  transform: translateX(24px);
  transition: transform .2s ease;
}

.compare-drawer.is-open .compare-panel {
  transform: translateX(0);
}

.compare-head,
.compare-tools {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.compare-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

.compare-tools {
  align-items: center;
  flex-wrap: wrap;
  margin: 18px 0;
}

.compare-selected {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.compare-summary {
  margin: 14px 0 18px;
  border: 1px solid rgba(225,59,52,.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(225,59,52,.14), rgba(255,255,255,.05)),
    rgba(255,255,255,.04);
  padding: 16px 18px;
}

.compare-summary h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.compare-summary ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}

.compare-summary li + li {
  margin-top: 5px;
}

.compare-selected-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  padding: 12px;
}

.compare-product-link {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.compare-product-link:hover strong,
.compare-product-link:focus-visible strong,
.compare-table-product:hover strong,
.compare-table-product:focus-visible strong {
  color: var(--red);
}

.compare-product-link:focus-visible,
.compare-table-product:focus-visible {
  outline: 2px solid rgba(225,59,52,.72);
  outline-offset: 4px;
  border-radius: 6px;
}

.compare-product-link img {
  width: 82px;
  height: 82px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.compare-product-link span,
.compare-product-link em,
.compare-selected-card strong {
  display: block;
}

.compare-product-link em {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  font-style: normal;
}

.compare-selected-card strong {
  margin-top: 4px;
  line-height: 1.2;
}

.compare-selected-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr 44px;
  gap: 8px;
  margin-top: 10px;
}

.compare-cart-button {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: var(--text);
}

.compare-cart-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compare-cart-button.is-active,
.compare-cart-button[aria-pressed="true"] {
  border-color: rgba(225,59,52,.72);
  background: rgba(225,59,52,.14);
  color: #fff;
}

.compare-cart-button.is-active:hover,
.compare-cart-button.is-active:focus-visible,
.compare-cart-button[aria-pressed="true"]:hover,
.compare-cart-button[aria-pressed="true"]:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.compare-table {
  overflow: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}

.compare-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  min-width: 180px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  border-right: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
  text-align: left;
  line-height: 1.35;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #171b22;
  color: var(--text);
}

.compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #141820;
  color: var(--text);
  font-weight: 820;
}

.compare-table thead th:first-child {
  left: 0;
  z-index: 2;
}

.compare-table th span,
.compare-table th strong {
  display: block;
}

.compare-table-product {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.compare-table th span {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 4px;
}

.compare-table tr.has-diff th,
.compare-table tr.has-diff td {
  background: rgba(225,59,52,.08);
}

.compare-table tr.has-diff td.diff-cell {
  color: #fff;
  box-shadow: inset 3px 0 0 rgba(225,59,52,.88);
}

.quote-dialog {
  width: min(640px, calc(100vw - 28px));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: #11141a;
  color: var(--text);
  padding: 0;
  box-shadow: 0 28px 90px rgba(0,0,0,.5);
}

.quote-dialog::backdrop {
  background: rgba(5,7,11,.72);
  backdrop-filter: blur(6px);
}

.quote-dialog-card {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 30px);
}

.quote-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.quote-dialog-head h2 {
  margin: 4px 0 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.04;
}

.quote-product-summary {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.quote-product-summary span,
.quote-product-summary em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.quote-form {
  display: grid;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 7px;
}

.quote-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.primary:disabled {
  cursor: progress;
  opacity: .68;
}

.product-page {
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  color: var(--card-text);
  padding: 28px;
  box-shadow: 0 18px 54px rgba(0,0,0,.2);
}

.product-page .breadcrumbs {
  color: var(--muted-dark);
}

.product-page .breadcrumbs a {
  color: #1d5fbf;
}

.product-page .breadcrumbs span::before {
  color: #a5adba;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.detail-gallery {
  display: grid;
  gap: 8px;
  align-content: start;
  align-self: start;
}
.main-photo {
  aspect-ratio: 1 / 1;
  min-height: 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.main-photo img { width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.thumbs button { aspect-ratio: 1 / 1; border: 1px solid var(--line-dark); border-radius: 6px; background: #fff; padding: 0; overflow: hidden; }
.thumbs button.is-active { border-color: var(--red); box-shadow: 0 0 0 2px rgba(225,59,52,.18); }
.thumbs img { width: 100%; height: 100%; object-fit: contain; }

.product-media-notice {
  margin: 0;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.detail-info h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.detail-info {
  min-width: 0;
}

.detail-info p { color: var(--muted-dark); line-height: 1.62; margin-bottom: 18px; }
.detail-info .product-code-secondary {
  margin: -8px 0 14px;
  font-size: 13px;
  line-height: 1.45;
}
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 14px; }
.detail-actions .secondary { color: var(--card-text); background: #fff; border-color: var(--line-dark); }
.detail-actions .cart-added-prompt { flex: 1 0 100%; }
.detail-actions .product-icon-actions {
  padding: 4px;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  background: #fff;
}
.detail-actions .product-action-icon {
  width: 50px;
  height: 50px;
}

.detail-actions .cart-wide-button {
  width: auto;
  min-width: 138px;
}

.detail-actions .product-qty-inline {
  grid-column: auto;
  justify-self: start;
  min-height: 50px;
}

.detail-docs-compact {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8f9fb 0%, #f1f3f6 100%);
  background-color: #f5f7fa;
}

.detail-docs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.detail-docs-head h2,
.detail-docs-head h3 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  color: #161a21;
}

.detail-docs-head span {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 850;
}

.detail-docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.detail-doc-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17,24,39,.05);
}

.detail-doc-card-main {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.detail-doc-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(225,59,52,.1);
  color: var(--red);
}

.detail-doc-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-doc-card strong {
  display: block;
  margin-bottom: 4px;
  color: #161a21;
  font-size: 13px;
  line-height: 1.2;
}

.detail-doc-card p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.35;
}

.detail-doc-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.detail-doc-links a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(225,59,52,.28);
  border-radius: 7px;
  background: rgba(225,59,52,.08);
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.detail-doc-links a:hover,
.detail-doc-links a:focus-visible {
  background: var(--red);
  color: #fff;
  outline: none;
}

.detail-specs-wide {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.seo-product-hero .product-qty-inline {
  background: rgba(225,59,52,.16);
  border-color: rgba(225,59,52,.42);
  color: #fff;
}

.seo-product-hero .product-qty-inline strong {
  color: #11141a;
}

.seo-product-page {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 78px;
  padding-top: 28px;
}

.seo-product-hero {
  display: grid;
  grid-template-columns: minmax(240px, min(32%, 360px)) minmax(0, 1fr);
  grid-template-areas: "media info" "description description";
  gap: 20px 28px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.075);
  padding: clamp(24px, 3vw, 38px);
}

.seo-product-info {
  grid-area: info;
  min-width: 0;
}

.product-description {
  grid-area: description;
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.seo-product-hero .product-description .lead,
.seo-product-hero .product-description .seo-product-use { max-width: none; }
.seo-product-hero .product-description .tags { margin-bottom: 0; }

.seo-product-hero h1 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.seo-product-info .product-identity h1 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.22;
  color: var(--text);
}

.product-identity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  align-items: baseline;
}

.seo-product-info .product-identity-meta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.seo-product-info .product-identity-meta .product-code-secondary { color: var(--muted); }
:root[data-theme="dark"] .product-identity-meta .sku { color: #ff9b92; }

:root[data-theme="dark"] .nav-catalog-link,
:root[data-theme="dark"] .header-contact-email,
:root[data-theme="dark"] .solution-index-card > span {
  color: #ff7770;
}

.product-key-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 20px;
  padding: 16px 0;
  margin: 12px 0 0;
  border-top: 1px solid var(--line);
  color: var(--text);
}

.product-key-specs dt,
.product-unit-price > span,
.product-quantity-field > label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.product-key-specs dd {
  margin: 0;
  font-weight: 650;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.seo-product-info .product-purchase-panel { margin: 0 0 12px; }

.product-purchase-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: start;
}

.product-unit-price { grid-column: 1 / -1; }

.product-purchase-line .detail-price {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.3;
  overflow-wrap: anywhere;
  color: var(--text);
}

.product-purchase-form {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 0 12px;
  align-items: end;
  min-width: 0;
}

.product-quantity-stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg);
}

.product-quantity-stepper button,
.product-quantity-stepper input {
  min-width: 0;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  text-align: center;
  font: inherit;
  font-size: 16px;
}

.product-quantity-stepper input { appearance: textfield; -moz-appearance: textfield; }
.product-quantity-stepper input::-webkit-inner-spin-button,
.product-quantity-stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product-quantity-stepper button { cursor: pointer; }
.product-purchase-form > button { min-height: 46px; padding: 10px 12px; }
.product-quote-action { min-height: 46px; margin-top: 22px; padding: 10px 14px; }
.product-purchase-line:not(:has(.product-purchase-form)) { grid-template-columns: minmax(0, 1fr); }
.product-purchase-line:not(:has(.product-purchase-form)) .product-quote-action { margin-top: 0; justify-self: start; }

.product-purchase-result {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--muted);
}

.product-purchase-result:has([data-purchase-status]:not(:empty)) { margin-top: 6px; }
.product-purchase-result a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; color: var(--text); }
.product-purchase-result [hidden] { display: none; }
.product-purchase-result .is-error { color: #c42520; }
:root[data-theme="dark"] .product-purchase-result .is-error { color: #ffaca7; }

.product-stock-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 14px 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.product-stock-line strong { color: var(--text); }
.product-stock-line.is-in-stock strong { color: #187c4c; }
:root[data-theme="dark"] .product-stock-line.is-in-stock strong { color: #7cdea7; }
:root[data-theme="dark"] .spec-disclaimer { color: #7f8998; }
.product-terms { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.product-terms details { min-width: 0; border-top: 1px solid var(--line); color: var(--text); }
.product-terms summary { min-height: 44px; padding: 12px 0; font-size: 13px; line-height: 1.5; font-weight: 600; cursor: pointer; }
.product-terms p { margin: 0 0 4px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.product-terms a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--text); text-decoration: underline; }
.product-terms details[open] { padding-bottom: 4px; }

.product-utility-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 16px; }
.product-utility-actions .product-action-icon { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
.product-utility-actions .product-print-action { min-height: 44px; }
.product-utility-actions > a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px; color: var(--muted); font-size: 13px; text-decoration: underline; }
.product-purchase-line .product-quantity-stepper :focus-visible { outline: 2px solid var(--text); outline-offset: -3px; }
.product-terms summary:focus-visible,
.product-terms a:focus-visible,
.product-purchase-line :focus-visible,
.product-utility-actions :focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }

@media (max-width: 860px) {
  .seo-product-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "media" "info" "description";
  }
}

@media (max-width: 680px) {
  .product-key-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; padding: 12px 0; margin-top: 10px; }
  .product-key-specs dd { font-size: 14px; }
  .product-purchase-line,
  .product-purchase-line:not(:has(.product-purchase-form)) { grid-template-columns: minmax(0, 1fr); }
  .product-quote-action { grid-column: auto; margin-top: 0; }
  .product-purchase-line:not(:has(.product-purchase-form)) .product-quote-action { justify-self: stretch; }
  .product-purchase-form { grid-template-columns: 138px minmax(0, 1fr); gap: 0 8px; }
  .product-purchase-form > button { font-size: 14px; }
  .product-terms { grid-template-columns: minmax(0, 1fr); }
  .product-stock-line { margin-top: 12px; }
}

@media print {
  .product-purchase-form,
  .product-quote-action,
  .product-utility-actions { display: none !important; }
  .product-purchase-line,
  .product-purchase-line:not(:has(.product-purchase-form)) { display: block; }
  .product-terms { display: block; }
  .product-terms details { break-inside: avoid; }
  .product-key-specs,
  .product-key-specs dt,
  .product-key-specs dd,
  .product-purchase-line .detail-price,
  .product-stock-line,
  .product-stock-line strong,
  .product-terms details,
  .product-terms p,
  .product-terms a { color: #000 !important; }
}

.seo-index-head h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(36px, 6vw, 76px);
  line-height: 1;
}

.seo-product-hero .lead {
  margin-bottom: 16px;
  line-height: 1.62;
}

.seo-product-use {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.58;
}

.seo-product-hero .tags {
  margin-bottom: 26px;
}

.seo-product-gallery {
  grid-area: media;
  width: 100%;
  min-width: 0;
  max-width: 560px;
  justify-self: center;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 8px;
}

.seo-product-gallery .seo-gallery-button:first-child,
.seo-product-gallery .official-doc-preview {
  grid-column: 1 / -1;
}

.seo-product-gallery .seo-gallery-button:first-child img {
  aspect-ratio: 4 / 3;
  max-height: 240px;
}

@media screen and (min-width: 861px) {
  .seo-product-gallery { max-width: 360px; }
  .seo-product-gallery .seo-gallery-button:first-child:not(.seo-gallery-button--rack-front) img {
    aspect-ratio: 1;
    max-height: 320px;
  }
}

.seo-gallery-button {
  display: block;
  border: 0;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
}

.seo-gallery-button:focus-visible {
  outline: 2px solid #ca2924;
  outline-offset: 3px;
}

.seo-product-gallery .seo-gallery-button:not(:first-child) {
  width: 100%;
  max-width: 88px;
}

.seo-product-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.seo-product-gallery .seo-gallery-button--rack-front {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 5;
}

/* Frame only reviewed white margins; never crop an unknown product photo. */
.seo-product-gallery .seo-gallery-button--rack-front:first-child img {
  position: absolute;
  width: 140%;
  max-width: none;
  height: auto;
  max-height: none;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.seo-product-gallery .product-media-notice {
  grid-column: 1 / -1;
}

.seo-product-section {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.075);
  padding: clamp(20px, 2.5vw, 30px);
}

.seo-product-section h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
}

.product-fit-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.product-fit-section h2 {
  margin-bottom: 10px;
}

.product-fit-section p {
  margin: 0;
  max-width: 860px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.product-fit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.product-commercial-section .detail-docs-head {
  margin-bottom: 16px;
}

.product-commercial-grid {
  width: auto;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-commercial-grid article {
  min-height: 118px;
}

.seo-docs-section.detail-docs-compact {
  border-color: var(--line-dark);
  background: linear-gradient(180deg, #f8f9fb 0%, #f1f3f6 100%);
  background-color: #f5f7fa;
}

.seo-docs-section .detail-docs-head h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  color: #161a21;
}

.seo-index-head {
  margin-bottom: 22px;
}

.seo-product-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seo-product-link {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  min-height: 122px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding: 12px;
  text-decoration: none;
}

.seo-product-link-image {
  grid-row: span 3;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.seo-product-link span,
.seo-product-link em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.seo-product-link strong,
.seo-product-link span,
.seo-product-link em {
  min-width: 0;
}

.spec-table,
.docs-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line-dark);
}

.spec-sections {
  display: grid;
  gap: 18px;
}

.performance-tables-section .section-intro {
  max-width: 880px;
  margin: -6px 0 22px;
  color: rgba(255,255,255,.68);
  line-height: 1.55;
}

.performance-table-block + .performance-table-block {
  margin-top: 24px;
}

.performance-table-block h3 {
  margin: 0 0 10px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.3;
}

.performance-table-scroll {
  max-width: 100%;
  overflow: auto;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: #fff;
  scrollbar-gutter: stable;
}

.performance-table-scroll:focus-visible {
  outline: 3px solid rgba(226,56,50,.42);
  outline-offset: 3px;
}

.performance-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #1b1f27;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.performance-table th,
.performance-table td {
  padding: 11px 13px;
  border-right: 1px solid #dfe2e7;
  border-bottom: 1px solid #dfe2e7;
  text-align: right;
  white-space: nowrap;
}

.performance-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #20242b;
  color: #fff;
  font-weight: 800;
}

.performance-table th:first-child,
.performance-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  background: #f1f3f6;
  font-weight: 800;
}

.performance-table thead th:first-child {
  z-index: 3;
  background: #20242b;
}

.spec-section {
  min-width: 0;
}

.spec-section-title {
  margin: 0 0 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-specs-wide .spec-section-title {
  color: rgba(255,255,255,.76);
}

.spec-row,
.doc-row {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  background: #fff;
  color: var(--card-text);
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.46;
}

.spec-row span:first-child,
.doc-row span {
  color: var(--muted-dark);
  font-weight: 740;
  line-height: 1.35;
}

.spec-disclaimer {
  margin: 10px 0 0;
  color: rgba(108,117,131,.92);
  font-size: 12px;
  line-height: 1.45;
}

.filter-spec-disclaimer {
  margin-top: 12px;
  color: rgba(255,255,255,.46);
}

.compare-spec-disclaimer {
  padding: 10px 12px 12px;
  color: rgba(255,255,255,.48);
}

.spec-row strong {
  color: var(--card-text);
  font-weight: 740;
  line-height: 1.45;
}

.doc-row a {
  color: #1d5fbf;
  font-weight: 760;
  line-height: 1.45;
  text-decoration-thickness: .08em;
  text-underline-offset: 3px;
}

.detail-section { margin-top: 28px; }
.detail-section h3 { margin-bottom: 14px; }

.image-lightbox {
  width: min(980px, calc(100% - 28px));
  height: min(820px, calc(100vh - 28px));
  border: 0;
  border-radius: var(--radius);
  padding: 56px 70px;
  background: #0b0d11;
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.image-lightbox::backdrop { background: rgba(0,0,0,.76); }
.image-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 2;
}

.lightbox-close { top: 14px; right: 14px; }
.lightbox-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 14px; top: 50%; transform: translateY(-50%); }

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 58px auto 0;
  padding: 38px 0 42px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(246,243,237,.76);
}

.footer-inner {
  display: grid;
  gap: 26px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(142px, .62fr));
  gap: 28px;
  align-items: start;
}

.company-info {
  display: grid;
  gap: 16px;
  max-width: 430px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.footer-brand .competence-logo-img {
  height: 34px;
  max-width: 180px;
}

.company-info p {
  margin: 0;
  color: rgba(246,243,237,.72);
  font-size: 14px;
  line-height: 1.58;
}

.req-line {
  color: rgba(246,243,237,.58);
  font-size: 12px;
  line-height: 1.65;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(246,243,237,.78);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-col {
  display: grid;
  gap: 10px;
}

.footer-col h5 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.footer-col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col a,
.footer-policy a,
.footer-contact a {
  color: rgba(246,243,237,.72);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color .2s ease, opacity .2s ease;
}

.footer-col a:hover,
.footer-policy a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-contact {
  color: rgba(246,243,237,.64);
  font-size: 13px;
  line-height: 1.45;
}

.footer-contact.mono,
.footer-contact.mono a {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-policy a {
  color: rgba(246,243,237,.54);
  font-size: 12px;
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: rgba(246,243,237,.42);
  font-size: 12px;
  line-height: 1.5;
}

.requisite-link {
  color: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(225,59,52,.55);
  text-underline-offset: 3px;
}

.contact-card .requisite-link,
.mobile-contact-grid .requisite-link {
  color: var(--text);
}

.competence-logo {
  display: flex;
  align-items: center;
}

.about-hero,
.factory-profile,
.factory-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.about-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(360px, .55fr);
  gap: 56px;
  align-items: center;
  padding: 78px 0;
}

.about-hero p,
.factory-profile p,
.factory-section p {
  color: var(--muted);
  line-height: 1.6;
}

.factory-profile {
  padding: 28px 0 18px;
}

.factory-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, .42fr);
  gap: 24px;
  align-items: stretch;
}

.factory-profile-main,
.factory-facts {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
}

.factory-profile-main {
  padding: clamp(24px, 4vw, 42px);
}

.factory-profile-main h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 38px);
}

.factory-profile-main p {
  max-width: 920px;
  margin: 0 0 16px;
}

.factory-profile-main p:last-child {
  margin-bottom: 0;
}

.factory-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.factory-facts div {
  padding: 24px;
  background: rgba(13,17,23,.94);
}

.factory-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 820;
}

.factory-facts p {
  margin: 0;
}

.source-note {
  max-width: 900px;
  margin: 18px 0 0;
  font-size: 13px;
}

.about-visual {
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  display: grid;
  place-items: center;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.not-found-body {
  min-height: 100vh;
}

.not-found-page {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.not-found-hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, .58fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 70px 0 58px;
}

.not-found-hero-compact {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  padding: 54px 0 30px;
}

.not-found-copy h1 {
  max-width: 900px;
  margin-bottom: 22px;
}

.not-found-copy .lead {
  max-width: 760px;
}

.not-found-search {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 12px;
  max-width: 760px;
  margin-top: 30px;
  align-items: end;
}

.not-found-search label {
  display: grid;
  gap: 8px;
}

.not-found-search span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.not-found-aside {
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: 0 22px 70px rgba(0,0,0,.26);
}

.not-found-aside strong {
  color: rgba(246,243,237,.92);
  font-size: clamp(74px, 9vw, 128px);
  font-weight: 900;
  line-height: .82;
}

.not-found-aside span {
  max-width: 280px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.45;
}

.not-found-aside-links {
  display: grid;
  gap: 8px;
}

.not-found-aside-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255,255,255,.055);
}

.not-found-aside-links a::after {
  content: "→";
  color: var(--red);
}

.not-found-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 0 64px;
}

.not-found-routes a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--text);
  text-decoration: none;
}

.not-found-routes span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.not-found-routes strong {
  font-size: 17px;
  line-height: 1.2;
}

.factory-section {
  padding: 20px 0 86px;
}

.factory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.factory-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
}

.factory-grid h3 {
  margin-bottom: 10px;
}

.evidence-card {
  display: flex;
  flex-direction: column;
}

.evidence-card-meta {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-card h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
}

.evidence-card > p:not(.evidence-card-meta) {
  color: var(--muted);
  line-height: 1.55;
}

.evidence-card .secondary {
  align-self: flex-start;
  margin-top: auto;
}

.partner-certificate-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(225,59,52,.18), transparent 26rem),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
}

.partner-certificate-preview {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  color: #fff;
  text-decoration: none;
}

.partner-certificate-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transition: transform .28s ease;
}

.partner-certificate-preview span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px;
  background: rgba(10,12,16,.88);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.partner-certificate-preview:hover img,
.partner-certificate-preview:focus-visible img {
  transform: scale(1.015);
}

.partner-certificate-preview:focus-visible {
  outline: 3px solid rgba(255,103,96,.72);
  outline-offset: 3px;
}

.partner-certificate-copy h2 {
  max-width: 680px;
  margin-bottom: 16px;
}

.partner-certificate-copy > p {
  margin: 0;
  color: rgba(246,243,237,.74);
  font-size: 16px;
  line-height: 1.62;
}

.partner-certificate-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.partner-certificate-topline .eyebrow {
  margin: 0;
}

.certificate-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(65,196,126,.34);
  border-radius: 999px;
  background: rgba(65,196,126,.1);
  color: #8fe0b4;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.certificate-status::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #41c47e;
  content: "";
  box-shadow: 0 0 0 4px rgba(65,196,126,.1);
}

.partner-certificate-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 24px 0 0;
}

.partner-certificate-facts div {
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.partner-certificate-facts dt {
  margin-bottom: 4px;
  color: rgba(246,243,237,.48);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.partner-certificate-facts dd {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.policy-evidence-note {
  padding: 16px 18px;
  border: 1px solid rgba(225,59,52,.24);
  border-radius: 14px;
  background: rgba(225,59,52,.07);
}

@media (max-width: 900px) {
  .partner-certificate-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .partner-certificate-section {
    gap: 20px;
  }

  .partner-certificate-preview span {
    right: 8px;
    bottom: 8px;
    min-height: 30px;
    font-size: 10px;
  }

  .partner-certificate-facts {
    grid-template-columns: 1fr;
  }

  .partner-certificate-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-certificate-preview img {
    transition: none;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 90;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: var(--text);
  color: #101114;
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.cookie-consent {
  position: fixed;
  left: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 9000;
  width: min(560px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04)),
    rgba(14,16,21,.94);
  color: var(--text);
  padding: 12px 12px 12px 14px;
  box-shadow: 0 22px 70px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}

.cookie-consent p {
  margin: 0;
  color: rgba(246,243,237,.78);
  font-size: 12px;
  line-height: 1.42;
}

.cookie-consent-copy {
  display: grid;
  gap: 6px;
}

.cookie-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: center;
}

.cookie-consent a {
  color: rgba(255,255,255,.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-links a {
  color: rgba(246,243,237,.68);
  font-size: 11px;
  font-weight: 760;
}

.cookie-consent-links a:hover,
.cookie-consent-links a:focus-visible {
  color: #fff;
}

.cookie-consent-actions {
  display: flex;
  gap: 8px;
}

.cookie-consent button {
  min-height: 36px;
  border-radius: 10px;
  padding: 0 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.cookie-primary {
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
}

.cookie-secondary {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: rgba(246,243,237,.88);
}

.cookie-primary:hover,
.cookie-primary:focus-visible,
.cookie-secondary:hover,
.cookie-secondary:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 1180px) {
  .header-inner {
    gap: 10px;
  }
  .top-nav {
    gap: 4px;
    justify-content: flex-end;
    font-size: 13px;
  }
  .top-nav a {
    padding: 8px 7px;
  }
  .b2b-link {
    display: none;
  }
  .header-contact-links {
    padding-left: 10px;
    font-size: 11px;
  }
  .hero, .brand-story, .catalog-intro, .contacts, .about-hero, .factory-profile-grid { grid-template-columns: 1fr; }
  .commercial-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-intent-strip, .solution-hero, .solution-grid { grid-template-columns: 1fr; }
  .task-picker-head { grid-template-columns: 1fr; align-items: start; }
  .task-picker-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .task-card-main { grid-column: 1 / -1; min-height: 168px; }
  .not-found-hero { grid-template-columns: 1fr; }
  .product-grid, .systems-grid, .seo-product-links, .article-grid, .articles-home-grid, .article-seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-product-grid, .solution-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-fast-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-shell { grid-template-columns: 288px minmax(0, 1fr); }
  .selection-grid, .factory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(150px, .7fr)); }
  .project-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-form-head { grid-template-columns: 1fr; }
  .catalog-controls {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .toolbar-actions {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
  .catalog-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sort-control {
    width: min(100%, 360px);
    justify-content: flex-start;
  }
  .product-grid[data-catalog-view="compact"] .product-body {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  }
  .product-grid[data-catalog-view="table"] .product-body {
    grid-template-columns: minmax(0, 1fr) minmax(170px, .7fr) minmax(190px, .8fr);
  }
  .product-grid[data-catalog-view="table"] .tags {
    display: none;
  }
  .product-grid[data-catalog-view="table"] .price {
    grid-column: 2;
  }
  .product-grid[data-catalog-view="table"] .card-actions {
    grid-column: 3;
  }
}

@media (max-width: 980px) {
  .top-nav {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .header-contact-links {
    display: none;
  }
  .mobile-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    flex: 0 0 auto;
    min-width: 0;
  }
  .mobile-header-actions a,
  .mobile-header-actions button {
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #fff;
    box-shadow: none;
    text-decoration: none;
  }
  .mobile-header-actions a[href^="tel:"] {
    width: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
  }
  .mobile-header-actions a:not([href^="tel:"]) {
    width: auto;
    max-width: 112px;
    min-width: 82px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-header-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .catalog-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .toolbar-actions {
    justify-content: flex-end;
  }

  .product-grid[data-catalog-view="compact"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .product-grid[data-catalog-view="compact"] .product-card {
    grid-template-columns: none;
    grid-template-rows: 238px minmax(360px, 1fr);
    min-height: 0;
  }

  .product-grid[data-catalog-view="compact"] .product-image {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .product-grid[data-catalog-view="compact"] .product-body {
    display: flex;
    gap: 16px;
    padding: 24px;
  }

  .product-grid[data-catalog-view="compact"] .price,
  .product-grid[data-catalog-view="compact"] .card-actions {
    width: auto;
    margin-top: auto;
    text-align: left;
    justify-self: stretch;
  }
}

/* Keep purchase navigation available independently of the mobile purchase bar. */
@media (min-width: 981px) and (max-width: 1280px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px 16px;
    padding-block: 10px;
  }

  .top-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
  }

  .header-contact-links {
    grid-column: 2;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 980px) {
  .site-header .header-actions {
    display: flex;
  }

  .site-header .header-actions .theme-toggle,
  .site-header .header-actions .global-search-header-button {
    display: none;
  }

  .site-header .header-actions .cart-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 860px) {
  .site-header .header-actions .favorite-header-button,
  .site-header .header-actions .compare-header-button {
    display: none;
  }

  .site-header .mobile-header-actions .mobile-header-phone {
    width: 44px;
    height: 44px;
    padding: 0;
    flex: 0 0 44px;
  }

  .site-header .mobile-header-phone span {
    display: none;
  }
}

@media (max-width: 860px) {
  body { padding-bottom: 86px; }
  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }
  .cookie-consent p {
    font-size: 12px;
    line-height: 1.45;
  }
  .cookie-consent-copy {
    gap: 5px;
  }
  .cookie-consent-links {
    gap: 4px 8px;
  }
  .cookie-consent-links a {
    font-size: 12px;
  }
  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cookie-consent button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }
  body.filters-open { overflow: hidden; }
  .header-top { display: none; }
  .top-nav { display: none; }
  .b2b-link { display: none; }
  .site-header {
    top: 0;
    background: rgba(9,11,15,.76);
    border-bottom-color: rgba(255,255,255,.12);
    backdrop-filter: blur(22px) saturate(1.35);
    box-shadow: 0 14px 38px rgba(0,0,0,.2);
  }
  .header-inner {
    min-height: 54px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 8px 0;
  }
  .header-search-shell {
    display: none;
  }
  .mobile-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    flex: 0 0 auto;
    min-width: 0;
  }
  .mobile-header-actions a,
  .mobile-header-actions button {
    min-height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #fff;
    box-shadow: none;
    text-decoration: none;
  }
  .mobile-header-actions a[href^="tel:"] {
    width: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
  }
  .mobile-header-actions a:not([href^="tel:"]) {
    width: auto;
    max-width: 112px;
    min-width: 82px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-header-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-header-actions button {
    padding: 0 10px;
    font-size: 11px;
    font-weight: 900;
  }
  .header-actions {
    display: none;
  }
  .compare-header-button,
  [data-seo-compare],
  [data-open-compare],
  .site-header a[href*="openCompare"] {
    display: none !important;
  }
  .product-icon-actions,
  .product-icon-actions-detail,
  .detail-actions .product-icon-actions,
  .detail-actions .product-icon-actions-detail {
    grid-template-columns: minmax(96px, 1fr) minmax(38px, 52px) !important;
  }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-top: 14px; padding-bottom: 22px; }
  .lead { font-size: 14px; line-height: 1.45; }
  .hero-actions { margin-top: 14px; gap: 8px; }
  .hero-actions .primary,
  .hero-actions .secondary {
    flex: 1 1 220px;
  }
  .hero-search {
    max-width: none;
    margin-top: 14px;
  }
  .hero-search input,
  .filters input,
  .filters select {
    min-height: 42px;
    font-size: 14px;
    background: rgba(8,10,13,.72);
    color: var(--text);
  }
  .quick-contacts {
    display: flex;
    gap: 8px 14px;
    font-size: 12px;
    line-height: 1.25;
  }
  .hero-visual { min-height: 132px; }
  .hero-brand-logo {
    left: 18px;
    right: 18px;
    padding: 12px 14px;
  }
  .brand-story { padding-bottom: 34px; }
  .brand-story p:last-child { font-size: 14px; line-height: 1.5; }
  .commercial-factors {
    gap: 8px;
    margin-bottom: 28px;
  }
  .commercial-factors article {
    min-height: 0;
    padding: 12px;
    border-radius: 14px;
  }
  .commercial-factors strong { font-size: 13px; margin-bottom: 6px; }
  .commercial-factors span { font-size: 11px; line-height: 1.38; }
  .systems { padding: 8px 0 40px; }
  .section-head { margin-bottom: 14px; }
  .systems-grid article {
    min-height: 0;
    grid-template-rows: 126px auto;
    border-radius: 14px;
    background:
      linear-gradient(180deg, #fff 0 126px, rgba(18,21,27,.99) 126px),
      rgba(18,21,27,.99);
  }
  .systems-grid img { padding: 8px; }
  .systems-grid h3,
  .systems-grid p {
    margin-left: 14px;
    margin-right: 14px;
  }
  .systems-grid h3 {
    margin-top: 14px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
  }
  .systems-grid p {
    margin-bottom: 14px;
    color: rgba(246,243,237,.72);
    font-size: 12px;
    line-height: 1.42;
  }
  .catalog-shell { grid-template-columns: 1fr; }
  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 78;
    display: block;
    border: 0;
    background: rgba(0,0,0,.44);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
  }
  body.filters-open .filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .filters {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    z-index: 82;
    max-height: min(70vh, 620px);
    overflow-y: auto;
    padding: 12px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(24,27,32,.82), rgba(10,12,16,.88)),
      rgba(17,21,27,.86);
    box-shadow: 0 24px 70px rgba(0,0,0,.5);
    backdrop-filter: blur(24px) saturate(1.35);
    transform: translateY(calc(100% + 100px));
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .18s ease;
  }
  .filters.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .filter-close {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 9px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 22px;
    line-height: 1;
  }
  .mobile-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 9px;
    background: rgba(255,255,255,.09);
    color: var(--text);
    font-size: 13px;
    font-weight: 850;
  }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .systems-grid, .selection-grid, .detail-grid, .factory-grid, .seo-product-links, .article-grid, .articles-home-grid, .article-seo-grid { grid-template-columns: 1fr; }
  .article-products-grid { grid-template-columns: 1fr; }
  .article-fast-links { grid-template-columns: 1fr; }
  .articles-home, .articles-index, .article-page { padding: 42px 14px; }
  .article-content { padding: 22px 16px; border-radius: 16px; }
  .article-content p, .article-content li, .article-content td, .article-content th { font-size: 15px; line-height: 1.62; }
  .articles-hero h1, .article-hero h1 { font-size: clamp(34px, 12vw, 52px); }
  .not-found-aside { min-height: auto; }
  .not-found-routes { grid-template-columns: 1fr; padding-bottom: 52px; }
  .product-card {
    grid-template-rows: 128px minmax(214px, 1fr);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
  }
  .product-image { padding: 10px; }
  .product-body { padding: 11px; gap: 9px; }
  .sku { font-size: 10px; }
  .product-card h3 { min-height: 31px; font-size: 13px; line-height: 1.18; }
  .tags { min-height: 24px; max-height: 52px; gap: 5px; }
  .tag { padding: 5px 7px; font-size: 9px; }
  .tags .tag:nth-child(n+3) { display: none; }
  .spec-mini { min-height: 28px; gap: 4px; font-size: 10px; line-height: 1.35; }
  .spec-mini span:nth-child(n+3) { display: none; }
  .price { font-size: 14px; }
  .card-actions { gap: 7px; margin-top: 0; }
  .product-card .secondary { min-height: 36px; padding: 0 9px; font-size: 12px; }
  .product-icon-actions { grid-template-columns: minmax(76px, 1.45fr) minmax(34px, .64fr) minmax(34px, .64fr); gap: 5px; }
  .cart-added-prompt {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 8px;
    padding: 10px;
  }
  .cart-added-prompt-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .cart-added-prompt a,
  .cart-added-prompt button {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }
  .product-action-icon {
    width: 100%;
    height: 36px;
    min-width: 0;
    border-radius: 8px;
  }
  .product-action-icon svg { width: 18px; height: 18px; }
  .cart-wide-button {
    min-width: 0;
    padding: 0;
    gap: 0;
  }
  .cart-add-area {
    padding: 0;
  }
  .cart-wide-button .action-visible-label { display: none; }
  .cart-stepper {
    grid-template-columns: 1fr minmax(22px, .8fr) 1fr;
    gap: 3px;
    padding: 3px;
  }
  .cart-qty-step {
    min-height: 30px;
    border-radius: 6px;
    font-size: 16px;
  }
  .cart-stepper strong {
    font-size: 13px;
  }
  .product-qty-inline {
    justify-self: stretch;
    min-height: 36px;
    padding: 3px;
    gap: 4px;
  }
  .product-qty-inline button {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }
  .product-qty-inline strong {
    min-width: 30px;
    height: 29px;
    font-size: 13px;
  }
  .product-page { padding: 20px; }
  .detail-grid { gap: 22px; }
  .results-toolbar { align-items: flex-start; flex-direction: column; gap: 10px; }
  .toolbar-actions {
    width: 100%;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .toolbar-actions select { width: 100%; grid-column: 1 / -1; }
  .toolbar-actions .secondary { min-height: 42px; padding: 0 10px; font-size: 13px; }
  .compare-selected { grid-template-columns: 1fr; }
  .compare-panel { width: 100%; }
  .selection { padding: 28px; }
  .project-form-actions { grid-template-columns: 1fr; }
  .project-form-actions .primary { width: 100%; }
  .site-footer {
    padding: 18px 0 calc(92px + env(safe-area-inset-bottom));
  }
  .footer-inner,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .company-info {
    gap: 10px;
  }
  .company-info p,
  .req-line,
  .footer-col a,
  .footer-policy a,
  .footer-bottom {
    font-size: 11px;
    line-height: 1.3;
  }
  .footer-col {
    gap: 6px;
  }
  .footer-col ul {
    gap: 6px;
  }
  .footer-policy {
    gap: 8px 12px;
    padding-top: 12px;
  }
  .footer-brand .competence-logo-img {
    height: 28px;
    max-width: 136px;
  }
  .mobile-contacts-page {
    padding-top: 84px;
    padding-bottom: 96px;
  }
  .mobile-contact-hero {
    padding: 22px;
    border-radius: 18px;
  }
  .mobile-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .mobile-contact-actions .primary,
  .mobile-contact-actions .secondary {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
  .mobile-contact-actions a:last-child {
    grid-column: auto;
  }
  .mobile-contact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mobile-contact-grid article {
    padding: 16px;
    border-radius: 14px;
  }
  .mobile-contact-grid a {
    font-size: 16px;
  }
  .mobile-company-info {
    padding: 18px;
    border-radius: 16px;
  }
  .mobile-contact-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    min-height: 70px;
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    border: 1px solid rgba(255,255,255,.16);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
      rgba(12,14,18,.78);
    box-shadow: 0 -18px 54px rgba(0,0,0,.46);
    backdrop-filter: blur(24px) saturate(1.4);
  }
  .mobile-contact-bar a,
  .mobile-contact-bar button {
    position: relative;
    min-width: 0;
    height: 54px;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #f6f3ed;
    text-decoration: none;
    font-size: 9px;
    font-weight: 820;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    box-shadow: none;
    padding: 6px 2px 5px;
    overflow: visible;
  }
  .mobile-contact-bar a > span:not(.mobile-action-icon),
  .mobile-contact-bar button > span:not(.mobile-action-icon) {
    display: block;
    width: 100%;
    height: 11px;
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-contact-bar a:hover,
  .mobile-contact-bar a:focus-visible,
  .mobile-contact-bar button:hover,
  .mobile-contact-bar button:focus-visible {
    background: rgba(255,255,255,.12);
    color: #fff;
  }
  .mobile-contact-bar button.is-active,
  .mobile-contact-bar button[aria-pressed="true"],
  .mobile-contact-bar a[aria-current="page"] {
    background: rgba(225,59,52,.18);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(225,59,52,.62);
  }
  .mobile-action-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 0;
    color: currentColor;
  }
  .mobile-action-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-contact-bar b {
    position: absolute;
    top: 5px;
    right: calc(50% - 24px);
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(9,11,15,.96);
  }
  .mobile-contact-bar b[hidden] {
    display: none;
  }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 20px); gap: 8px; }
  .site-logo-img { height: 26px; max-width: 112px; }
  .competence-logo-img { height: 36px; max-width: 144px; }
  .cart-button { min-height: 40px; padding: 0 12px; font-size: 13px; }
  .compare-header-button { display: none; }
  .compare-tools { align-items: stretch; flex-direction: column; }
  .compare-tools .secondary,
  .compare-tools .text-button { width: 100%; }
  .compare-selected-card { grid-template-columns: 68px minmax(0, 1fr); }
  .compare-selected-card img { width: 68px; height: 68px; }
  .compare-selected-actions { grid-template-columns: 1fr; }
  .project-form-grid { grid-template-columns: 1fr; }
  .hero, .brand-story, .commercial-factors, .seo-intent-strip, .systems, .catalog-intro, .catalog-shell, .selection, .contacts, .site-footer, .about-hero, .factory-profile, .factory-section, .seo-product-page, .solution-page, .mobile-contacts-page { width: calc(100% - 20px); }
  .seo-intent-strip {
    gap: 14px;
    margin-bottom: 42px;
    padding: 18px;
    border-radius: 18px;
  }
  .task-picker-head { gap: 12px; margin-bottom: 16px; }
  .task-picker-head h2 { font-size: 26px; line-height: 1.02; }
  .task-picker-head p:last-child { font-size: 13px; line-height: 1.45; }
  .task-picker-grid { grid-template-columns: 1fr; gap: 10px; }
  .task-card,
  .task-card-main {
    min-height: 0;
    padding: 16px;
    border-radius: 15px;
  }
  .task-card strong,
  .task-card-main strong { font-size: 18px; }
  .task-card em { font-size: 13px; }
  .task-card b { min-height: 30px; font-size: 12px; }
  .solution-page {
    gap: 14px;
    padding: 22px 0 44px;
  }
  .solution-hero,
  .solution-products,
  .solution-faq,
  .solution-related,
  .solution-info-card {
    padding: 14px;
    border-radius: 16px;
  }
  .solution-hero h1 {
    font-size: 32px;
    line-height: 1.02;
  }
  .solution-hero .lead {
    margin-top: 12px;
    font-size: 14px;
  }
  .solution-query-box {
    padding: 14px;
    border-radius: 16px;
  }
  .solution-product-grid,
  .solution-index-grid {
    grid-template-columns: 1fr;
  }
  .solution-product-card,
  .solution-index-card,
  .solution-product-card :where(span, strong, em, b),
  .solution-index-card :where(span, strong, em, b) {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .solution-product-card img {
    max-width: 100%;
  }
  .solution-actions a {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
  .not-found-page { width: calc(100% - 20px); }
  .not-found-hero { padding: 38px 0 34px; }
  .not-found-aside { padding: 20px; }
  .not-found-aside strong { font-size: 72px; }
  .not-found-search { grid-template-columns: 1fr; }
  .seo-product-page { padding-top: 38px; margin-bottom: 40px; }
  .seo-product-hero, .seo-product-section { padding: 14px; border-radius: 16px; }
  .seo-product-hero { gap: 14px; }
  .seo-product-hero h1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.04;
  }
  .seo-product-hero .lead {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
  }
  .seo-product-hero .tags {
    margin-bottom: 14px;
    gap: 5px;
  }
  .seo-product-gallery {
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 14px;
    background: #fff;
  }
  .seo-gallery-button {
    border-radius: 8px;
    box-shadow: none;
  }
  .seo-gallery-button:first-child {
    grid-column: 1 / -1;
  }
  .seo-product-gallery .seo-gallery-button:first-child:not(.seo-gallery-button--rack-front) img {
    max-height: 210px;
    aspect-ratio: 4 / 3;
  }
  .seo-gallery-button:not(:first-child) img {
    aspect-ratio: 1 / 1;
  }
  .seo-product-gallery .seo-gallery-button:not(:first-child) {
    max-width: 68px;
  }
  .seo-product-section {
    margin-top: 12px;
  }
  .seo-product-section h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .product-fit-section {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .product-fit-section p {
    font-size: 13px;
    line-height: 1.5;
  }
  .product-fit-actions {
    justify-content: stretch;
  }
  .product-fit-actions .primary,
  .product-fit-actions .secondary {
    width: 100%;
  }
  .product-commercial-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  h1 { font-size: 30px; line-height: 1.02; }
  h2 { font-size: 24px; line-height: 1.08; }
  .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: .08em;
  }
  .hero {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: 28px;
  }
  .hero-actions .primary,
  .hero-actions .secondary {
    min-height: 44px;
    font-size: 13px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .ghost-link {
    display: none;
  }
  .hero-search span { font-size: 11px; }
  .hero-search input { min-height: 42px; font-size: 13px; }
  .hero-visual { display: none; }
  .brand-story { padding-bottom: 24px; }
  .systems-grid { gap: 10px; }
  .catalog-intro { gap: 16px; }
  .results-toolbar h2 { font-size: 21px; }
  .range-fields { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-card { grid-template-rows: 112px auto; }
  .product-body { padding: 10px; gap: 7px; }
  .product-card h3 {
    min-height: 31px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .spec-mini { display: none; }
  .tag { padding: 4px 6px; font-size: 8px; }
  .card-actions { gap: 6px; }
  .product-card .secondary { min-height: 34px; }
  .product-action-icon { height: 34px; }
  .card-actions { grid-template-columns: 1fr; }
  .product-icon-actions { grid-template-columns: minmax(76px, 1.45fr) minmax(34px, .64fr) minmax(34px, .64fr); }
  .product-qty-inline { justify-self: stretch; }
  .product-page {
    padding: 12px;
    border-radius: 16px;
  }
  .product-page .breadcrumbs {
    position: static;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.35;
  }
  .detail-grid {
    gap: 12px;
  }
  .detail-gallery {
    gap: 6px;
  }
  .main-photo {
    max-height: 190px;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }
  .thumbs {
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
  }
  .thumbs button {
    border-radius: 5px;
  }
  .detail-info h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.05;
  }
  .detail-info p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
  }
  .detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 12px 0 10px;
  }
  .detail-actions .product-icon-actions {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .detail-actions .product-icon-actions-detail {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .detail-actions .product-action-icon {
    width: 100%;
    min-width: 0;
    height: 42px;
    border-radius: 12px;
  }
  .detail-actions .product-action-icon svg {
    width: 19px;
    height: 19px;
  }
  .detail-actions .cart-wide-button {
    min-width: 0;
    width: 100%;
  }
  .detail-actions .cart-wide-button .action-visible-label {
    display: none;
  }
  .detail-actions .secondary,
  .detail-actions .primary {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
  .detail-actions .product-qty-inline {
    justify-self: stretch;
    width: 100%;
    min-height: 38px;
  }
  .detail-price {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .detail-docs-compact {
    margin: 12px 0 8px;
    padding: 10px;
    border-radius: 12px;
  }
  .detail-docs-grid {
    grid-template-columns: 1fr;
  }
  .detail-doc-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px;
  }
  .detail-doc-links {
    justify-content: flex-start;
  }
  .detail-doc-card strong {
    font-size: 12px;
  }
  .detail-doc-card p {
    font-size: 10px;
  }
  .detail-specs-wide {
    margin-top: 14px;
    padding-top: 14px;
  }
  .detail-section {
    margin-top: 14px;
  }
  .detail-section h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .spec-sections {
    gap: 12px;
  }
  .spec-section-title {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: .04em;
  }
  .spec-row, .doc-row {
    grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr);
    gap: 8px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.35;
  }
  .spec-row span:first-child,
  .doc-row span,
  .spec-row strong,
  .doc-row a {
    line-height: 1.35;
  }
  .spec-disclaimer {
    font-size: 10px;
    line-height: 1.35;
  }
  .image-lightbox { padding: 54px 12px; }
  .site-footer { width: 100%; padding-left: 10px; padding-right: 10px; }
  .competence-logo-img { height: 28px; max-width: 116px; }
}

@media (max-width: 860px) {
  .site-footer {
    display: none !important;
  }

  html.mobile-app-ready {
    height: auto;
    overflow-x: clip;
    overflow-y: visible;
  }

  body.mobile-app-ready {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 16% 10%, rgba(225,59,52,.18), transparent 30%),
      linear-gradient(180deg, #0b0e12 0%, #080a0d 100%);
  }

  body.mobile-app-ready .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 86;
  }

  body.mobile-app-ready main {
    width: min(var(--max), calc(100% - 20px));
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  body.mobile-app-ready .site-footer {
    display: none;
  }

  body.mobile-app-ready .mobile-global-search {
    position: sticky;
    top: 58px;
    z-index: 85;
    display: grid;
    width: min(var(--max), calc(100% - 20px));
    margin: 8px auto 4px;
    gap: 5px;
    padding: 8px 10px 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.045)),
      rgba(12,14,18,.78);
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
    backdrop-filter: blur(20px) saturate(1.3);
  }

  body.mobile-app-ready.contacts-open .mobile-global-search {
    display: none;
  }

  body.mobile-app-ready .mobile-global-search span {
    color: rgba(246,243,237,.72);
    font-size: 10px;
    font-weight: 820;
  }

  body.mobile-app-ready .mobile-global-search input {
    min-height: 38px;
    border-radius: 11px;
    border-color: rgba(255,255,255,.16);
    background: rgba(8,10,13,.78);
    color: #fff;
    font-size: 13px;
  }

  body.mobile-app-ready .catalog-search-field {
    display: none !important;
  }

  body.mobile-app-ready #heroSearch,
  body.mobile-app-ready #searchInput {
    display: none !important;
  }

  body.mobile-app-ready main > section {
    display: none;
  }

  body.mobile-app-ready [data-mobile-panel].is-mobile-active {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body.mobile-app-ready .hero.is-mobile-active {
    min-height: 66dvh;
    height: auto;
    padding: 42px 0 58px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 18px;
    overflow: visible;
  }

  body.mobile-app-ready .hero-copy {
    min-width: 0;
  }

  body.mobile-app-ready .hero h1 {
    max-width: 720px;
    margin-bottom: 10px;
    font-size: clamp(29px, 8.4vw, 42px);
    line-height: .98;
  }

  body.mobile-app-ready .hero .lead {
    display: block;
    margin-bottom: 0;
    color: rgba(246,243,237,.78);
    font-size: 14px;
    line-height: 1.56;
  }

  body.mobile-app-ready .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
  }

  body.mobile-app-ready .hero-actions .ghost-link {
    display: none;
  }

  body.mobile-app-ready .hero-actions .primary,
  body.mobile-app-ready .hero-actions .secondary {
    min-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.mobile-app-ready .hero-search {
    display: none !important;
  }

  body.mobile-app-ready .quick-contacts {
    margin-top: 14px;
    gap: 8px;
  }

  body.mobile-app-ready .quick-contacts button {
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 820;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body.mobile-app-ready .hero-visual {
    display: none;
  }

  body.mobile-app-ready[data-mobile-view="catalog"] main {
    display: block;
  }

  body.mobile-app-ready[data-mobile-view="home"] .catalog-intro,
  body.mobile-app-ready[data-mobile-view="home"] .catalog-shell {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body.mobile-app-ready .catalog-intro.is-mobile-active {
    padding: 12px 0 6px;
    overflow: visible;
  }

  body.mobile-app-ready .catalog-intro .breadcrumbs,
  body.mobile-app-ready .catalog-intro .eyebrow,
  body.mobile-app-ready .catalog-intro p:last-child {
    display: none;
  }

  body.mobile-app-ready .catalog-intro h2 {
    font-size: 19px;
    line-height: 1.08;
  }

  body.mobile-app-ready .catalog-shell.is-mobile-active {
    min-height: 0;
    padding: 0 0 28px;
    display: block;
    overflow: visible;
  }

  body.mobile-app-ready .results {
    height: auto;
    min-height: 0;
    display: block;
    overflow: visible;
  }

  body.mobile-app-ready.catalog-overview-mode .results {
    display: block;
  }

  body.mobile-app-ready .results-toolbar {
    min-height: 0;
    padding: 7px 9px;
    border-radius: 12px;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  body.mobile-app-ready .results-toolbar .muted {
    margin-bottom: 1px;
    font-size: 9px;
  }

  body.mobile-app-ready .results-toolbar h2 {
    font-size: 13px;
    line-height: 1.04;
  }

  body.mobile-app-ready .results-toolbar h2 span {
    font-size: 14px;
  }

  body.mobile-app-ready .toolbar-actions {
    width: auto;
    display: flex;
    gap: 6px;
    align-items: center;
  }

  body.mobile-app-ready .toolbar-actions select,
  body.mobile-app-ready .toolbar-actions .secondary {
    display: none;
  }

  body.mobile-app-ready .mobile-filter-toggle {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 11px;
  }

  body.mobile-app-ready .active-filters {
    min-height: 0;
    max-height: 32px;
    margin: 7px 0;
    overflow: auto hidden;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body.mobile-app-ready .active-filters::-webkit-scrollbar {
    display: none;
  }

  body.mobile-app-ready .chip {
    flex: 0 0 auto;
    padding: 5px 8px;
    font-size: 10px;
  }

  body.mobile-app-ready .catalog-structure {
    min-height: 0;
    margin: 10px 0;
    gap: 12px;
    overflow: visible;
  }

  body.mobile-app-ready.catalog-overview-mode .catalog-structure {
    overflow: visible;
    padding: 0;
  }

  body.mobile-app-ready .catalog-structure-head {
    align-items: flex-start;
  }

  body.mobile-app-ready .catalog-structure-head h3 {
    font-size: 16px;
  }

  body.mobile-app-ready .catalog-structure-actions {
    gap: 5px;
  }

  body.mobile-app-ready .catalog-structure-actions .secondary,
  body.mobile-app-ready .catalog-structure-actions .text-button {
    min-height: 30px;
    padding: 0 9px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.mobile-app-ready .catalog-family-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 2px 8px;
    margin: 0 -2px;
    scrollbar-width: none;
  }

  body.mobile-app-ready .catalog-family-grid::-webkit-scrollbar {
    display: none;
  }

  body.mobile-app-ready .catalog-family-grid {
    gap: 10px;
  }

  body.mobile-app-ready .catalog-family-card {
    flex: 0 0 min(62vw, 230px);
    min-height: 52px;
    padding: 0 12px;
    border-radius: 15px;
    scroll-snap-align: start;
  }

  body.mobile-app-ready .catalog-family-image {
    display: none;
  }

  body.mobile-app-ready .catalog-family-copy {
    padding: 0;
  }

  body.mobile-app-ready .catalog-family-copy strong {
    font-size: 12px;
  }

  body.mobile-app-ready .catalog-family-meta,
  body.mobile-app-ready .catalog-family-arrow {
    display: none;
  }

  body.mobile-app-ready .catalog-subgroups {
    flex-wrap: nowrap;
    overflow: auto hidden;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  body.mobile-app-ready .catalog-subgroups::-webkit-scrollbar {
    display: none;
  }

  body.mobile-app-ready .catalog-subgroups button {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 9px;
    font-size: 9px;
  }

  body.mobile-app-ready.catalog-overview-mode .active-filters,
  body.mobile-app-ready.catalog-overview-mode .load-more,
  body.mobile-app-ready.catalog-overview-mode .empty-state {
    display: none;
  }

  body.mobile-app-ready .product-grid {
    min-height: 0;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 0 12px;
    overscroll-behavior: contain;
  }

  body.mobile-app-ready .product-card {
    height: auto;
    min-height: 0;
    grid-template-rows: clamp(138px, 31vw, 248px) minmax(128px, auto);
    border-radius: 14px;
  }

  body.mobile-app-ready .product-image {
    padding: 0;
    border-bottom-color: rgba(17,24,39,.08);
  }

  body.mobile-app-ready .product-image img {
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    object-fit: contain;
  }

  body.mobile-app-ready .product-image.is-placeholder img {
    width: min(64%, 230px);
    max-width: 64%;
    max-height: none;
  }

  body.mobile-app-ready .product-body {
    min-height: 0;
    padding: 9px 10px 10px;
    gap: 5px;
  }

  body.mobile-app-ready .product-body > * {
    flex-shrink: 0;
  }

  body.mobile-app-ready .product-card h3 {
    min-height: 28px;
    font-size: 12px;
    line-height: 1.16;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.mobile-app-ready .price {
    margin-top: auto;
    font-size: 12px;
    line-height: 1.12;
  }

  body.mobile-app-ready .product-card .tags {
    display: none;
  }

  body.mobile-app-ready .spec-mini {
    gap: 2px;
    font-size: 10px;
    line-height: 1.25;
  }

  body.mobile-app-ready .spec-mini span:nth-child(n+2) {
    display: none;
  }

  body.mobile-app-ready .product-icon-actions {
    grid-template-columns: minmax(64px, 1fr) 34px 34px;
    gap: 4px;
    margin-top: auto;
  }

  body.mobile-app-ready .product-action-icon {
    height: 34px;
    min-width: 0;
  }

  body.mobile-app-ready .compare-drawer,
  body.mobile-app-ready [data-open-compare] {
    display: none !important;
  }

  body.mobile-app-ready .cart-stepper {
    grid-template-columns: 30px minmax(26px, 1fr) 30px;
    gap: 2px;
    padding: 3px;
  }

  body.mobile-app-ready .cart-qty-step {
    min-height: 28px;
    border-radius: 7px;
  }

  body.mobile-app-ready .cart-stepper strong {
    min-width: 0;
    display: grid;
    place-items: center;
    font-size: 13px;
  }

  body.mobile-app-ready .load-more {
    display: none !important;
  }

  body.mobile-app-ready #productPage:not([hidden]) {
    position: static;
    inset: auto;
    z-index: auto;
    margin: 0 0 12px;
    overflow: visible;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 22px 80px rgba(0,0,0,.48);
    overscroll-behavior: contain;
  }

  body.mobile-app-ready #productPage {
    scroll-margin-top: 56px;
  }

  body.mobile-app-ready #productPage .detail-grid {
    gap: 12px;
  }

  body.mobile-app-ready #productPage .main-photo {
    max-height: 42dvh;
  }

  body.mobile-app-ready #productPage .detail-actions {
    gap: 7px;
    margin: 12px 0 10px;
  }

  body.mobile-app-ready .selection.is-mobile-active,
  body.mobile-app-ready .contacts.is-mobile-active {
    height: auto;
    min-height: calc(100dvh - 150px);
    overflow: auto;
    overscroll-behavior: contain;
    padding: 14px;
    border-radius: 18px;
  }

  body.mobile-app-ready .selection h2,
  body.mobile-app-ready .contacts h2 {
    font-size: 25px;
  }

  body.mobile-app-ready .selection .lead,
  body.mobile-app-ready .contacts p {
    font-size: 13px;
    line-height: 1.45;
  }

  body.mobile-app-ready .selection-grid {
    display: none;
  }

  body.mobile-app-ready .project-request-form {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  body.mobile-app-ready .project-form-head {
    gap: 8px;
  }

  body.mobile-app-ready .project-form-head h3 {
    font-size: 18px;
  }

  body.mobile-app-ready .project-form-head p,
  body.mobile-app-ready .project-request-form span,
  body.mobile-app-ready .form-note {
    font-size: 11px;
  }

  body.mobile-app-ready .project-request-form input,
  body.mobile-app-ready .project-request-form textarea {
    min-height: 38px;
    font-size: 13px;
  }

  body.mobile-app-ready .project-request-form textarea {
    min-height: 118px;
  }

  body.mobile-app-ready .contact-card {
    padding: 16px;
    border-radius: 16px;
  }

  body.mobile-app-ready .contact-card a[href^="tel:"],
  body.mobile-app-ready .contact-card a[href^="mailto:"] {
    font-size: 18px;
    color: #fff;
  }

  body.mobile-app-ready .cart-drawer {
    inset: 108px 10px calc(104px + env(safe-area-inset-bottom)) 10px;
    width: auto;
    z-index: 85;
    padding: 14px 14px calc(24px + env(safe-area-inset-bottom));
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    transform: translateY(calc(100% + 180px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overscroll-behavior: contain;
    scroll-padding-bottom: calc(120px + env(safe-area-inset-bottom));
    transition: transform .25s ease, opacity .18s ease, visibility 0s linear .25s;
  }

  body.mobile-app-ready .cart-drawer.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .25s ease, opacity .18s ease, visibility 0s;
  }

  body.mobile-app-ready .mobile-contact-drawer {
    position: fixed;
    inset: 0;
    z-index: 96;
    display: block;
    pointer-events: none;
    overflow: hidden;
  }

  body.mobile-app-ready .mobile-contact-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.48);
    opacity: 0;
    transition: opacity .2s ease;
  }

  body.mobile-app-ready .mobile-contact-panel {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    max-height: min(78dvh, 620px);
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
      rgba(13,15,19,.92);
    box-shadow: 0 -24px 70px rgba(0,0,0,.5);
    backdrop-filter: blur(24px) saturate(1.35);
    overflow: auto;
    transform: translateY(calc(100% + 28px));
    visibility: hidden;
    transition: transform .22s ease;
  }

  body.mobile-app-ready .mobile-contact-drawer.is-open {
    pointer-events: auto;
  }

  body.mobile-app-ready .mobile-contact-drawer.is-open .mobile-contact-backdrop {
    opacity: 1;
  }

  body.mobile-app-ready .mobile-contact-drawer.is-open .mobile-contact-panel {
    transform: translateY(0);
    visibility: visible;
  }

  body.mobile-app-ready .mobile-contact-panel .cart-head h2 {
    font-size: 24px;
  }

  body.mobile-app-ready .mobile-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.mobile-app-ready .mobile-company-info,
  body.mobile-app-ready .mobile-contact-docs {
    display: grid;
    gap: 7px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
  }

  body.mobile-app-ready .mobile-company-info p,
  body.mobile-app-ready .mobile-company-info a,
  body.mobile-app-ready .mobile-contact-docs a {
    margin: 0;
    color: rgba(246,243,237,.82);
    font-size: 12px;
    line-height: 1.4;
  }

  body.mobile-app-ready .mobile-company-info strong {
    color: #fff;
  }

  body.mobile-app-ready .mobile-company-info a,
  body.mobile-app-ready .mobile-contact-docs a {
    color: #fff;
    font-weight: 820;
  }

  body.mobile-app-ready .cart-head h2,
  body.mobile-app-ready .compare-head h2 {
    font-size: 25px;
  }

  body.mobile-app-ready .compare-drawer {
    inset: 126px 10px calc(82px + env(safe-area-inset-bottom)) 10px;
    z-index: 84;
    display: block;
    border-radius: 18px;
    background: transparent;
  }

  body.mobile-app-ready .compare-panel {
    width: 100%;
    height: 100%;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    overflow: auto;
    transform: translateY(110%);
  }

  body.mobile-app-ready .compare-drawer.is-open .compare-panel {
    transform: translateY(0);
  }

  body.mobile-app-ready .compare-selected {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.mobile-app-ready .compare-selected-card {
    padding: 9px;
  }

  body.mobile-app-ready .compare-product-link {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  body.mobile-app-ready .compare-product-link img {
    width: 58px;
    height: 58px;
  }

  body.mobile-app-ready .compare-table table {
    min-width: 640px;
  }

  body.mobile-app-ready .mobile-contact-bar {
    z-index: 90;
    left: 8px;
    right: 8px;
    bottom: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 64px;
    padding: 5px max(5px, env(safe-area-inset-left)) max(5px, env(safe-area-inset-bottom)) max(5px, env(safe-area-inset-right));
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
      rgba(13,15,19,.72);
  }

  body.mobile-app-ready .mobile-contact-bar a,
  body.mobile-app-ready .mobile-contact-bar button {
    height: 52px;
    min-height: 52px;
    border-radius: 16px;
    background: transparent;
    color: rgba(246,243,237,.76);
    font-size: 8px;
  }

  body.mobile-app-ready .mobile-contact-bar a.is-active,
  body.mobile-app-ready .mobile-contact-bar button.is-active,
  body.mobile-app-ready .mobile-contact-bar a[aria-current="page"],
  body.mobile-app-ready .mobile-contact-bar button[aria-current="page"] {
    background: rgba(255,255,255,.95);
    color: #101318;
    box-shadow: 0 12px 24px rgba(0,0,0,.24);
  }

  body.mobile-app-ready .cart-drawer .order-form {
    margin-bottom: 0;
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
}

.policy-page-body {
  background: #0b0d11;
  color: var(--text);
}

.policy-page {
  padding: 42px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(239, 59, 51, .14), transparent 32rem),
    linear-gradient(180deg, #101318 0%, #080a0d 100%);
}

.policy-wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.policy-doc {
  color: #f4f1eb;
}

.policy-doc .breadcrumbs {
  margin-bottom: 24px;
  color: rgba(244,241,235,.62);
}

.policy-doc .breadcrumbs a {
  color: rgba(244,241,235,.76);
}

.policy-doc-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.policy-doc-header h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: .98;
  letter-spacing: 0;
}

.policy-doc-meta {
  margin: 14px 0 0;
  color: rgba(244,241,235,.62);
  font-size: 15px;
}

.policy-doc-body {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.policy-doc-body h3,
.policy-doc-body p {
  max-width: 900px;
  margin: 0;
  color: rgba(244,241,235,.84);
  font-size: 16px;
  line-height: 1.62;
}

.policy-doc-body h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.policy-doc-body a {
  color: #ff6760;
}

.policy-operator-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(0,0,0,.16);
}

.policy-operator-table th,
.policy-operator-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  text-align: left;
  vertical-align: top;
  color: rgba(244,241,235,.84);
  font-size: 15px;
  line-height: 1.45;
}

.policy-operator-table th {
  width: 32%;
  color: #fff;
  font-weight: 700;
}

.policy-operator-table tr:last-child th,
.policy-operator-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 720px) {
  .policy-page {
    padding: 28px 0 88px;
  }

  .policy-wrap {
    width: min(100% - 24px, 1040px);
  }

  .policy-doc-header h1 {
    font-size: 30px;
    line-height: 1.05;
  }

  .policy-doc-body {
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
  }

  .policy-doc-body h3,
  .policy-doc-body p {
    font-size: 14px;
  }

  .policy-doc-body h3 {
    font-size: 15px;
  }

  .policy-operator-table,
  .policy-operator-table tbody,
  .policy-operator-table tr,
  .policy-operator-table th,
  .policy-operator-table td {
    display: block;
    width: 100%;
  }

  .policy-operator-table th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .policy-operator-table td {
    padding-top: 4px;
  }
}

.order-page-body {
  background: #0b0d11;
  color: #f6f3ed;
}

.order-page-main {
  min-height: 100vh;
  padding: 34px 0 88px;
  background:
    radial-gradient(circle at 88% 10%, rgba(239,59,51,.18), transparent 33rem),
    radial-gradient(circle at 10% 52%, rgba(255,255,255,.055), transparent 30rem),
    linear-gradient(180deg, #101318 0%, #090b0f 55%, #050607 100%);
}

.order-hero,
.order-layout,
.order-status-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.order-hero {
  display: grid;
  gap: 10px;
  padding: 20px 0 20px;
}

.order-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .98;
  letter-spacing: 0;
}

.order-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(246,243,237,.72);
  font-size: 17px;
  line-height: 1.55;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 24px;
  align-items: start;
}

.order-panel {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035)),
    rgba(13,15,18,.86);
  box-shadow: 0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.order-panel {
  min-width: 0;
  padding: 22px;
}

.order-panel h2,
.order-panel h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 26px;
  line-height: 1.16;
}

.order-panel .order-form {
  margin: 0;
}

.page-cart-items {
  display: grid;
  gap: 12px;
}

.page-cart-line {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(112px, .2fr) auto minmax(112px, .2fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(7,9,12,.5);
}

.page-cart-line .cart-line-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.page-cart-line .cart-line-product img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

.page-cart-line .cart-line-product b {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.18;
}

.page-cart-line .cart-line-product small {
  display: block;
  margin-top: 6px;
  color: rgba(246,243,237,.58);
  font-size: 12px;
}

.cart-line-price,
.cart-line-total {
  display: grid;
  gap: 5px;
}

.cart-line-price span,
.cart-line-total span {
  color: rgba(246,243,237,.54);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.cart-line-price strong,
.cart-line-total strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.cart-line-total strong {
  color: #ff5b52;
}

.page-cart-line .qty {
  width: auto;
  min-width: 116px;
}

.cart-summary-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  overflow: hidden;
}

.cart-summary-box {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(7,9,12,.48);
}

.cart-summary-box.is-empty {
  padding: 18px;
}

.cart-summary-empty {
  display: grid;
  gap: 6px;
}

.cart-summary-empty strong {
  color: #fff;
  font-size: 18px;
}

.cart-summary-empty span {
  color: rgba(246,243,237,.6);
  font-size: 13px;
  line-height: 1.4;
}

.cart-summary-row,
.cart-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  min-width: 0;
}

.cart-summary-row span {
  min-width: 0;
  color: rgba(246,243,237,.62);
  font-size: 12px;
  line-height: 1.25;
}

.cart-summary-row strong {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
  overflow-wrap: anywhere;
}

.cart-summary-total {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.cart-summary-total span {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.cart-summary-total strong {
  min-width: 0;
  color: #ff4a42;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.04;
  text-align: right;
  overflow-wrap: anywhere;
}

.cart-summary-box p {
  margin: 0;
  color: rgba(246,243,237,.58);
  font-size: 11px;
  line-height: 1.45;
}

.cart-empty-state {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 24px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
}

.cart-empty-state h2,
.cart-empty-state p {
  margin: 0;
}

.checkout-page-form {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.checkout-form-head {
  display: grid;
  gap: 0;
}

.checkout-form-head h2,
.checkout-form-head p {
  margin: 0;
}

.checkout-form-head h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.checkout-form-head p {
  max-width: 760px;
  color: rgba(246,243,237,.66);
  font-size: 13px;
  line-height: 1.42;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compact-fields {
  gap: 8px;
}

.buyer-card {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(7,9,12,.42);
}

.buyer-card strong {
  color: #fff;
  font-size: 15px;
}

.buyer-card p {
  margin-top: 4px;
}

.checkout-section {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
}

.compact-section {
  padding: 12px 14px;
  border-radius: 18px;
}

.checkout-section legend {
  padding: 0 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 860;
}

.option-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-option-grid {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
}

.payment-option-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.option-card-grid legend,
.option-card-grid .checkout-wide-check {
  grid-column: 1 / -1;
}

.option-tile {
  position: relative;
  display: block;
  min-height: 96px;
  cursor: pointer;
}

.compact-option-grid .option-tile {
  min-height: 46px;
}

.option-tile input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.option-tile span {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(7,9,12,.5);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.compact-option-grid .option-tile span {
  min-height: 46px;
  padding: 10px 9px;
  place-items: center;
  text-align: center;
}

.option-tile b {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.compact-option-grid .option-tile b {
  font-size: 13px;
}

.option-tile small {
  color: rgba(246,243,237,.58);
  font-size: 12px;
  line-height: 1.35;
}

.option-tile:hover span,
.option-tile input:focus-visible + span {
  border-color: rgba(255,255,255,.28);
  transform: translateY(-1px);
}

.option-tile input:checked + span {
  border-color: rgba(239,59,51,.78);
  background: linear-gradient(145deg, rgba(239,59,51,.22), rgba(255,255,255,.06));
  box-shadow: inset 0 0 0 1px rgba(239,59,51,.18);
}

.checkout-wide-check {
  min-height: 44px;
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(7,9,12,.42);
}

.checkout-page-form .check,
.checkout-page-form .consent-check {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
}

.checkout-page-form .check input,
.checkout-page-form .consent-check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 1px 0 0;
}

.checkout-page-form .check span,
.checkout-page-form .consent-check span {
  min-width: 0;
  display: block;
  color: rgba(246,243,237,.72);
  font-size: 12px;
  line-height: 1.35;
}

.pep-section {
  grid-template-columns: 1fr;
}

.pep-section .checkout-wide-check {
  margin-top: 0;
}

.order-status-layout {
  display: grid;
  gap: 24px;
}

.status-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.status-id-card {
  min-width: 0;
}

.status-id-card span,
.status-current span,
.status-section-head small {
  display: block;
  color: rgba(246,243,237,.52);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.status-id-card strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.status-id-card small {
  display: block;
  margin-top: 9px;
  color: rgba(246,243,237,.54);
  font-size: 13px;
}

.status-refresh {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.075);
  color: #fff;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.status-refresh:hover {
  border-color: rgba(239,59,51,.45);
  background: rgba(239,59,51,.18);
  transform: translateY(-1px);
}

.status-current {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 148px;
  padding: 26px;
  border: 1px solid rgba(239,59,51,.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(239,59,51,.34), transparent 28rem),
    linear-gradient(135deg, rgba(239,59,51,.22), rgba(255,255,255,.06));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 22px 70px rgba(0,0,0,.22);
}

.status-current strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.02;
  letter-spacing: 0;
}

.status-current p {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(246,243,237,.72);
  font-size: 16px;
  line-height: 1.5;
}

.status-current em {
  align-self: start;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.order-timeline {
  display: grid;
  position: relative;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.order-timeline::before,
.order-timeline::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 19px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}

.order-timeline::after {
  right: auto;
  width: var(--order-progress, 0%);
  background: linear-gradient(90deg, #ef3b33, #ffb66b);
  box-shadow: 0 0 22px rgba(239,59,51,.28);
}

.order-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  color: rgba(246,243,237,.48);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.order-timeline li span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: #24272d;
  color: rgba(246,243,237,.62);
  box-shadow: 0 0 0 8px rgba(13,15,18,.95);
}

.order-timeline li b {
  max-width: 112px;
  font: inherit;
}

.order-timeline li.is-done,
.order-timeline li.is-current {
  color: #fff;
}

.order-timeline li.is-done span,
.order-timeline li.is-current span {
  border-color: rgba(239,59,51,.55);
  background: #ef3b33;
  color: #fff;
}

.order-timeline li.is-current span {
  box-shadow: 0 0 0 8px rgba(13,15,18,.95), 0 0 0 11px rgba(239,59,51,.18), 0 0 34px rgba(239,59,51,.36);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.status-grid div {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}

.status-grid span {
  display: block;
  margin-bottom: 10px;
  color: rgba(246,243,237,.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.status-grid strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.status-grid small {
  display: block;
  margin-top: 14px;
  color: rgba(246,243,237,.48);
  font-size: 13px;
  line-height: 1.4;
}

.status-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}

.status-payment-panel.is-ready {
  border-color: rgba(239,59,51,.4);
  background: linear-gradient(120deg, rgba(239,59,51,.16), rgba(239,59,51,.035));
}

.status-payment-panel.is-paid {
  border-color: rgba(77,201,138,.32);
  background: linear-gradient(120deg, rgba(77,201,138,.14), rgba(77,201,138,.025));
}

.status-payment-panel.is-error {
  border-color: rgba(255,182,107,.34);
}

.status-payment-panel span {
  display: block;
  color: rgba(246,243,237,.56);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.status-payment-panel strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.14;
}

.status-payment-panel p {
  margin: 8px 0 0;
  color: rgba(246,243,237,.66);
  font-size: 14px;
  line-height: 1.45;
}

.status-payment-panel .primary {
  min-width: 190px;
  text-align: center;
  text-decoration: none;
}

.status-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.status-facts div,
.status-transparency,
.status-message-form {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.032));
}

.status-facts div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.status-facts.status-facts-limited div {
  min-height: 118px;
}

.status-facts span {
  color: rgba(246,243,237,.72);
  font-size: 14px;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.status-facts b {
  color: #fff;
}

.status-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 30px 0 14px;
}

.status-section-head span {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.status-items {
  display: grid;
  gap: 12px;
}

.status-edo-request {
  justify-self: start;
  min-height: 40px;
  margin-top: 4px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13px;
}

.status-items a,
.status-item-static {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  color: inherit;
  background: rgba(7,9,12,.5);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.status-items a:hover {
  border-color: rgba(239,59,51,.45);
  background: rgba(239,59,51,.09);
  transform: translateY(-1px);
}

.status-item-static {
  color: inherit;
}

.status-items b {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

.status-items small {
  display: block;
  margin-top: 6px;
  color: rgba(246,243,237,.56);
  font-size: 13px;
}

.status-items strong {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.status-items strong small {
  margin: 3px 0 0;
  color: rgba(246,243,237,.58);
  font-size: 11px;
}

.status-documents,
.status-history {
  display: grid;
  gap: 12px;
}

.status-doc-card,
.status-history-item {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 18px;
  background: rgba(7,9,12,.46);
}

.status-doc-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.status-doc-card span,
.status-message-form span {
  display: block;
  color: rgba(246,243,237,.56);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.status-doc-card strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.status-doc-card small {
  display: block;
  margin-top: 4px;
  color: rgba(246,243,237,.52);
  font-size: 13px;
}

.status-doc-card em {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(246,243,237,.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.status-doc-card em.is-ok {
  background: rgba(77,201,138,.14);
  color: #89f2bd;
}

.status-doc-card em.is-warn {
  background: rgba(255,182,107,.14);
  color: #ffcf91;
}

.status-doc-link {
  padding: 9px 12px;
  font-size: 13px;
}

.status-transparency {
  display: grid;
  gap: 10px;
}

.status-transparency p {
  margin: 0;
  color: rgba(246,243,237,.72);
  font-size: 14px;
  line-height: 1.5;
}

.status-history-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
}

.status-history-item time {
  color: rgba(246,243,237,.5);
  font-size: 13px;
  line-height: 1.4;
}

.status-history-item strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.status-history-item p {
  margin: 6px 0 0;
  color: rgba(246,243,237,.62);
  font-size: 14px;
  line-height: 1.45;
}

.status-history-item.is-warn {
  border-color: rgba(255,182,107,.28);
}

.status-history-item.is-client {
  border-color: rgba(239,59,51,.34);
}

.status-message-form {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.status-message-form p,
.status-message-form small {
  margin: 5px 0 0;
  color: rgba(246,243,237,.58);
  font-size: 14px;
  line-height: 1.45;
}

.status-message-form textarea {
  width: 100%;
  min-width: 0;
  resize: vertical;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  outline: none;
  background: rgba(7,9,12,.6);
  color: #fff;
  font: inherit;
}

.status-message-form textarea:focus {
  border-color: rgba(239,59,51,.48);
  box-shadow: 0 0 0 4px rgba(239,59,51,.13);
}

.status-message-thread {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.status-message-row {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(7,9,12,.44);
}

.status-message-row.is-client {
  border-color: rgba(239,59,51,.22);
}

.status-message-row span {
  display: block;
  color: rgba(246,243,237,.48);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.status-message-row p {
  margin: 6px 0 0;
  color: rgba(246,243,237,.78);
  font-size: 13px;
  line-height: 1.42;
}

.order-help-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 12px;
}

.order-help-panel .eyebrow {
  margin: 0;
}

.order-help-panel h2 {
  margin-bottom: 2px;
  font-size: 30px;
}

.order-help-panel .form-note {
  margin-bottom: 8px;
  color: rgba(246,243,237,.64);
  font-size: 15px;
  line-height: 1.45;
}

.status-skeleton {
  margin: 0;
  color: rgba(246,243,237,.68);
}

.payment-test-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 0%, rgba(239,59,51,.18), transparent 34%),
    #090b0f;
}

.payment-test-shell {
  width: min(100% - 32px, 880px);
  margin: 0 auto;
  padding: 72px 0;
}

.payment-test-head h1 {
  max-width: 720px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(42px, 8vw, 76px);
  line-height: .96;
  letter-spacing: -.045em;
}

.payment-test-head > p:last-child {
  max-width: 720px;
  color: rgba(246,243,237,.66);
  font-size: 17px;
  line-height: 1.55;
}

.payment-test-form {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(14,16,20,.84);
}

.payment-test-form fieldset {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-test-form legend,
.payment-test-fields label > span {
  margin-bottom: 8px;
  color: rgba(246,243,237,.56);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.payment-test-product {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  cursor: pointer;
}

.payment-test-product:has(input:checked) {
  border-color: rgba(239,59,51,.58);
  background: rgba(239,59,51,.1);
}

.payment-test-product input,
.payment-test-consent input {
  width: 19px;
  height: 19px;
  accent-color: #ef3b33;
}

.payment-test-product strong,
.payment-test-product small {
  display: block;
}

.payment-test-product strong,
.payment-test-product b {
  color: #fff;
}

.payment-test-product small {
  margin-top: 4px;
  color: rgba(246,243,237,.52);
}

.payment-test-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.payment-test-fields label {
  display: grid;
}

.payment-test-fields input,
.payment-test-fields select {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 13px;
  background: #0b0d11;
  color: #fff;
  font: inherit;
}

.payment-test-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(246,243,237,.72);
  font-size: 14px;
  line-height: 1.45;
}

.payment-test-result {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  color: rgba(246,243,237,.68);
  background: rgba(255,255,255,.035);
  line-height: 1.45;
}

.payment-test-result strong {
  color: #fff;
}

.payment-test-result .secondary {
  justify-self: start;
  margin-top: 4px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .order-confirm-card {
    gap: 14px;
    padding: 24px;
  }

  .order-confirm-actions {
    grid-template-columns: 1fr;
  }

  .order-layout,
  .status-grid,
  .status-facts {
    grid-template-columns: 1fr;
  }

  .status-payment-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .status-payment-panel .primary {
    width: 100%;
  }

  .order-layout {
    width: min(100% - 24px, 1180px);
  }

  .order-hero,
  .checkout-page-form,
  .order-status-layout {
    width: min(100% - 24px, 1180px);
  }

  .checkout-page-form {
    margin-top: 14px;
    padding: 16px;
  }

  .order-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .order-hero {
    padding: 22px 0 18px;
  }

  .order-hero h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .order-hero p {
    font-size: 14px;
  }

  .page-cart-line {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .page-cart-line .cart-line-product {
    grid-column: 1 / -1;
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .page-cart-line .cart-line-product img {
    width: 62px;
    height: 62px;
  }

  .page-cart-line .qty {
    width: 100%;
    min-width: 0;
    justify-content: stretch;
  }

  .page-cart-line .qty strong {
    flex: 1;
    text-align: center;
  }

  .page-cart-line .qty input {
    flex: 1;
    min-width: 0;
  }

  .cart-summary-panel {
    position: static;
  }

  .checkout-grid,
  .option-card-grid {
    grid-template-columns: 1fr;
  }

  .compact-option-grid,
  .payment-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .option-tile {
    min-height: 74px;
  }

  .compact-option-grid .option-tile,
  .compact-option-grid .option-tile span {
    min-height: 42px;
  }

  .checkout-form-head h2 {
    font-size: 28px;
  }

  .order-status-layout {
    gap: 14px;
  }

  .status-topline {
    grid-template-columns: 1fr;
  }

  .status-id-card strong {
    font-size: 26px;
  }

  .status-refresh {
    width: 100%;
  }

  .status-current {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px;
  }

  .status-current strong {
    font-size: 28px;
  }

  .status-current em {
    justify-self: start;
  }

  .order-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px 0;
  }

  .order-timeline::before,
  .order-timeline::after {
    left: 19px;
    right: auto;
    top: 20px;
    bottom: 20px;
    width: 2px;
    height: auto;
  }

  .order-timeline::after {
    height: var(--order-progress, 0%);
  }

  .order-timeline li {
    grid-template-columns: 40px minmax(0, 1fr);
    justify-items: start;
    gap: 12px;
    text-align: left;
  }

  .order-timeline li b {
    max-width: none;
    align-self: center;
  }

  .status-grid div {
    min-height: 0;
  }

  .status-section-head span {
    font-size: 24px;
  }

  .status-items a,
  .status-item-static {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 15px;
  }

  .status-items strong {
    justify-self: stretch;
    width: 100%;
  }

  .status-doc-card,
  .status-history-item {
    grid-template-columns: 1fr;
  }

  .status-doc-card em,
  .status-doc-link {
    justify-self: start;
  }

  .order-help-panel {
    position: static;
  }

  .payment-test-shell {
    width: min(100% - 24px, 880px);
    padding: 34px 0;
  }

  .payment-test-form,
  .payment-test-fields {
    grid-template-columns: 1fr;
  }

  .payment-test-form {
    padding: 16px;
  }
}

/* 20260530: compact mobile catalog controls */
@media (max-width: 860px) {
  body.mobile-app-ready {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  body.mobile-app-ready .hero.is-mobile-active {
    min-height: auto;
    padding: 24px 0 32px;
    align-content: start;
    gap: 12px;
  }

  body.mobile-app-ready .hero h1 {
    font-size: clamp(28px, 7.6vw, 38px);
    line-height: 1;
    margin-bottom: 9px;
  }

  body.mobile-app-ready .hero .lead {
    font-size: 13px;
    line-height: 1.48;
  }

  body.mobile-app-ready .hero-actions {
    margin-top: 14px;
    gap: 8px;
  }

  body.mobile-app-ready .hero-actions .primary,
  body.mobile-app-ready .hero-actions .secondary {
    min-height: 38px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.mobile-app-ready .catalog-intro.is-mobile-active {
    padding: 8px 0 2px;
  }

  body.mobile-app-ready .catalog-intro h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.08;
  }

  body.mobile-app-ready .catalog-shell.is-mobile-active {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  body.mobile-app-ready .catalog-controls {
    display: grid;
    gap: 7px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.mobile-app-ready .catalog-structure {
    margin: 2px 0 0;
    gap: 6px;
  }

  body.mobile-app-ready .catalog-structure-row {
    display: block;
    overflow: visible;
  }

  body.mobile-app-ready .catalog-family-grid {
    display: flex;
    grid-template-columns: none;
    gap: 6px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding: 0 0 3px;
    margin: 0;
    scrollbar-width: none;
  }

  body.mobile-app-ready .catalog-family-card {
    flex: 0 0 auto;
    min-width: 104px;
    max-width: 152px;
    min-height: 34px;
    padding: 0 9px;
    border-radius: 10px;
    scroll-snap-align: start;
  }

  body.mobile-app-ready .catalog-show-all {
    min-width: 62px;
    max-width: 72px;
    order: -1;
  }

  body.mobile-app-ready .desktop-label {
    display: none;
  }

  body.mobile-app-ready .mobile-label {
    display: inline;
  }

  body.mobile-app-ready .catalog-family-copy strong {
    font-size: 10px;
    line-height: 1.08;
  }

  body.mobile-app-ready .toolbar-actions {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(132px, 1fr);
    align-items: center;
    gap: 7px;
    padding-top: 0;
  }

  body.mobile-app-ready .catalog-view-toggle {
    display: none;
  }

  body.mobile-app-ready .mobile-filter-toggle {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 9px;
    font-size: 11px;
  }

  body.mobile-app-ready .sort-control {
    width: 100%;
    min-height: 34px;
  }

  body.mobile-app-ready .sort-control span {
    display: none;
  }

  body.mobile-app-ready .toolbar-actions select,
  body.mobile-app-ready .sort-control select {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 0 28px 0 10px;
    border-radius: 9px;
    font-size: 11px;
  }

  body.mobile-app-ready .active-filters {
    margin: 5px 0 7px;
  }

  body.mobile-app-ready .mobile-contact-bar {
    min-height: 58px;
    padding: 5px 8px max(5px, env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
  }

  body.mobile-app-ready .mobile-contact-bar a,
  body.mobile-app-ready .mobile-contact-bar button {
    height: 46px;
    min-height: 46px;
    gap: 2px;
    border-radius: 11px;
    font-size: 8px;
    padding: 4px 2px;
  }

  body.mobile-app-ready .mobile-action-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  body.mobile-app-ready .mobile-action-icon svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 430px) {
  body.mobile-app-ready .catalog-family-card {
    min-width: 98px;
    max-width: 136px;
  }

  body.mobile-app-ready .catalog-family-copy strong {
    font-size: 9.5px;
  }

  body.mobile-app-ready .toolbar-actions {
    grid-template-columns: auto minmax(118px, 1fr);
  }
}

/* 20260530: mobile filter/search separation and calmer category chips */
@media (max-width: 860px) {
  body.mobile-app-ready.filters-open .mobile-global-search {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.mobile-app-ready .filter-backdrop {
    z-index: 92;
  }

  body.mobile-app-ready .filters {
    z-index: 96;
    left: 12px;
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    max-height: min(calc(100dvh - 170px), 660px);
    padding: 14px 14px 18px;
  }

  body.mobile-app-ready .filters.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body.mobile-app-ready .filters-head {
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }

  body.mobile-app-ready .filters h2 {
    font-size: 22px;
    line-height: 1;
  }

  body.mobile-app-ready .filters-head-actions {
    gap: 7px;
  }

  body.mobile-app-ready .filter-result-count {
    min-height: 30px;
    padding: 0 9px;
    font-size: 11px;
    top: calc(100% + 8px);
    right: 0;
    transform: translateY(-6px);
  }

  body.mobile-app-ready .filter-result-count.is-visible {
    transform: translateY(0);
  }

  body.mobile-app-ready .filters-head .text-button {
    min-height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  body.mobile-app-ready .filter-close {
    width: 32px;
    height: 32px;
  }

  body.mobile-app-ready .catalog-family-grid {
    gap: 8px;
    padding: 1px 6px 5px 1px;
    margin: 0 -6px 0 0;
  }

  body.mobile-app-ready .catalog-family-card {
    flex-basis: clamp(148px, 42vw, 196px);
    min-width: 148px;
    max-width: 196px;
    min-height: 38px;
    padding: 0 12px;
    border-color: rgba(255,255,255,.13);
    border-radius: 11px;
    box-shadow: inset 0 0 0 0 rgba(225,59,52,0);
    transform: none;
  }

  body.mobile-app-ready .catalog-show-all {
    min-width: 86px;
    max-width: 96px;
    flex-basis: 86px;
  }

  body.mobile-app-ready .catalog-family-copy strong {
    font-size: 10.5px;
    line-height: 1.05;
    letter-spacing: 0;
  }

  body.mobile-app-ready .catalog-family-card:hover,
  body.mobile-app-ready .catalog-family-card:focus-visible,
  body.mobile-app-ready .catalog-family-card.is-active {
    border-color: rgba(225,59,52,.3);
    box-shadow: inset 0 0 0 1px rgba(225,59,52,.72);
    transform: none;
  }

  body.mobile-app-ready .toolbar-actions {
    grid-template-columns: minmax(112px, auto) minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  body.mobile-app-ready .catalog-family-card {
    min-width: 142px;
    max-width: 186px;
    flex-basis: 142px;
  }

  body.mobile-app-ready .catalog-show-all {
    min-width: 78px;
    max-width: 84px;
    flex-basis: 78px;
  }

  body.mobile-app-ready .catalog-family-copy strong {
    font-size: 10px;
  }
}

@media (max-width: 960px) {
  .contacts-page-shell {
    width: min(100% - 28px, 760px);
    padding: 92px 0 118px;
  }

  .contacts-page-hero,
  .contacts-bottom-grid,
  .contacts-form-actions {
    grid-template-columns: 1fr;
  }

  .contacts-page-hero {
    gap: 22px;
    padding: 28px;
  }

  .contacts-page-hero h1 {
    font-size: clamp(48px, 18vw, 76px);
  }

  .contacts-hero-actions {
    justify-content: stretch;
  }

  .contacts-hero-actions a,
  .contacts-form-actions button {
    width: 100%;
  }

  .contacts-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .contacts-page-shell {
    width: 100%;
    max-width: 100%;
    padding: 78px 12px 108px;
    overflow-x: hidden;
  }

  .contacts-info-grid,
  .contacts-form-grid {
    grid-template-columns: 1fr;
  }

  .contacts-page-hero,
  .contacts-info-card,
  .contacts-form-card,
  .contacts-side-card {
    border-radius: 22px;
  }

  .contacts-info-card {
    min-height: auto;
    padding: 20px;
  }

  .contacts-form-card,
  .contacts-side-card {
    width: 100%;
    min-width: 0;
    padding: 16px;
  }

  .contacts-form-card h2,
  .contacts-side-card h2 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.08;
  }

  .contacts-form-card label {
    gap: 6px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .contacts-form-card input,
  .contacts-form-card textarea {
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 16px;
  }

  .contacts-form-card textarea {
    min-height: 112px;
  }

  .contacts-consent {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .contacts-consent input {
    width: 20px;
    height: 20px;
  }

  .contacts-consent span {
    font-size: 12px;
  }

  .contacts-form-actions {
    gap: 10px;
  }

  .contacts-form-actions .primary {
    min-height: 50px;
    font-size: 16px;
  }

  .contacts-side-card {
    gap: 8px;
  }

  .contacts-side-card a {
    min-height: 48px;
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .contacts-page-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-form-card,
  .contacts-side-card {
    padding: 14px;
    border-radius: 18px;
  }
}

/* 20260606: clearer catalog load-more block */
@media (max-width: 760px) {
  .article-hero-with-products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-hero-with-products .article-products-featured {
    position: static;
  }

  .article-products-featured {
    margin-top: 2px;
    padding: 12px;
    overflow: hidden;
  }

  .article-products-featured .article-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
  }

  .article-products-featured .article-product-card {
    width: 100%;
    min-width: 0;
  }

  .catalog-load-more {
    margin-top: 14px;
    padding: 12px;
    border-radius: 14px;
  }
  .catalog-load-more p {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .catalog-load-more .load-more {
    min-height: 46px;
    font-size: 14px;
    border-radius: 10px;
  }
}


/* 20260701 home catalog optimization */
@media (min-width: 981px) {
  main {
    --home-section-gap: clamp(18px, 2.2vw, 34px);
  }

  .hero.hero-optimized {
    min-height: auto;
    padding: clamp(46px, 5.4vw, 82px) 0 clamp(26px, 3.1vw, 46px);
    grid-template-columns: minmax(460px, .9fr) minmax(420px, .64fr);
    gap: clamp(38px, 5.2vw, 86px);
    align-items: center;
  }

  .hero.hero-optimized .hero-copy {
    max-width: 680px;
  }

  .hero.hero-optimized h1 {
    max-width: 740px;
    margin-bottom: 18px;
    font-size: clamp(48px, 5.1vw, 78px);
    line-height: .96;
  }

  .hero.hero-optimized .lead {
    max-width: 610px;
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: 1.48;
  }

  .hero.hero-optimized .hero-actions {
    margin-top: 24px;
    gap: 12px;
  }

  .hero.hero-optimized .primary,
  .hero.hero-optimized .secondary {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 8px;
  }

  .hero-visual-equipment {
    min-height: 320px;
    align-self: stretch;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
      radial-gradient(circle at 52% 46%, rgba(225,59,52,.24), transparent 24%),
      linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.026) 58%, rgba(105,167,255,.055));
  }

  .hero-equipment-scene {
    position: relative;
    width: min(82%, 520px);
    height: 240px;
    transform: translate3d(0, calc(var(--scroll) * -12px), 0);
  }

  .hero-equipment-scene::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 4%;
    bottom: 5px;
    height: 30px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.42), transparent 68%);
    filter: blur(6px);
  }

  .hero-device {
    position: absolute;
    background:
      linear-gradient(90deg, rgba(255,255,255,.08), transparent 18%, transparent 82%, rgba(255,255,255,.08)),
      linear-gradient(180deg, #20242b, #07090d);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 30px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.1);
  }

  .hero-device-rack {
    left: 0;
    bottom: 28px;
    width: 260px;
    height: 116px;
    border-radius: 10px;
    transform: perspective(760px) rotateY(-12deg) rotateX(2deg);
  }

  .hero-device-rack span {
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: rgba(255,255,255,.14);
  }

  .hero-device-rack span:nth-child(1) { top: 26px; }
  .hero-device-rack span:nth-child(2) { top: 50px; }
  .hero-device-rack span:nth-child(3) { top: 74px; }
  .hero-device-rack span:nth-child(4) { top: 98px; }

  .hero-device-rack::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 18px;
    width: 72px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--red) 0 36%, rgba(255,255,255,.18) 36% 100%);
  }

  .hero-device-tower {
    width: 132px;
    height: 210px;
    border-radius: 12px;
    bottom: 20px;
  }

  .hero-device-main {
    right: 112px;
    transform: perspective(760px) rotateY(10deg);
  }

  .hero-device-small {
    right: 18px;
    width: 92px;
    height: 166px;
    bottom: 28px;
    opacity: .78;
    transform: perspective(760px) rotateY(14deg);
  }

  .hero-device-tower i {
    position: absolute;
    top: 18px;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.22);
    transform: translateX(-50%);
  }

  .hero-device-tower b {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 74px;
    height: 40px;
    border-radius: 6px;
    background: rgba(255,255,255,.055);
  }

  .hero-device-tower b::before,
  .hero-device-tower b::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #57d68d;
    box-shadow: 16px 0 0 #f2c65b, 32px 0 0 var(--red);
  }

  .hero-device-tower b::before { left: 14px; }
  .hero-device-tower b::after { display: none; }

  .hero-device-tower em {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    height: 13px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--red) 0 24%, rgba(255,255,255,.18) 24% 100%);
  }

  .catalog-intro {
    grid-template-columns: minmax(0, .72fr) minmax(360px, .42fr);
    gap: 20px;
    align-items: end;
    padding: var(--home-section-gap) 0 12px;
  }

  .catalog-intro .breadcrumbs,
  .catalog-intro .eyebrow {
    margin-bottom: 8px;
  }

  .catalog-intro h2 {
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: .96;
  }

  .catalog-intro p:last-child {
    max-width: 610px;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.52;
    justify-self: end;
  }

  .catalog-shell {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 20px;
    padding-bottom: 74px;
  }

  .catalog-controls {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
    overflow: hidden;
  }

  .catalog-controls .toolbar-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    justify-content: stretch;
  }

  .catalog-view-toggle {
    justify-self: start;
    min-height: 40px;
  }

  .sort-control {
    justify-self: end;
    margin-left: 0;
  }

  .sort-control select {
    width: clamp(230px, 18vw, 320px);
  }

  .catalog-family-grid {
    gap: 10px;
    padding: 1px 2px 2px;
  }

  .catalog-family-card {
    min-height: 50px;
    padding: 0 24px;
  }

  .catalog-family-card strong {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(13px, .86vw, 15px);
    line-height: 1.08;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-card {
    grid-template-rows: 248px minmax(390px, 1fr);
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body {
    display: grid;
    grid-template-rows: auto minmax(54px, auto) minmax(34px, auto) minmax(48px, 1fr) auto auto;
    gap: 14px;
    padding: 24px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
    align-self: end;
    margin-top: 0;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    align-self: end;
  }
}

@media (min-width: 1321px) {
  .catalog-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-controls .toolbar-actions {
    grid-template-columns: auto minmax(240px, auto);
  }
}


/* 20260720 single ERMAK lineup hero */
@media (min-width: 981px) {
  .hero-visual-lineup {
    min-height: clamp(300px, 29vw, 430px);
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-visual-lineup::before {
    content: "";
    position: absolute;
    inset: 8% 4% 0 10%;
    background: radial-gradient(circle, rgba(225,59,52,.12), transparent 68%);
    filter: blur(24px);
  }

  .hero-lineup-picture {
    position: absolute;
    inset: -8% -4% -9% -2%;
  }
}

.hero-lineup-picture,
.hero-lineup-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-lineup-picture img {
  object-fit: cover;
  object-position: 58% 54%;
  filter: contrast(1.04) saturate(.98);
}

@media (max-width: 980px) {
  body.mobile-app-ready .hero-visual-lineup,
  .hero-visual-lineup {
    display: block;
    min-height: 210px;
    margin: 4px 0 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-lineup-picture {
    position: absolute;
    inset: 0;
  }

  .hero-lineup-picture img {
    object-fit: contain;
    object-position: center;
  }
}

/* 20260720 visible fuzzy catalog search */
.catalog-primary-search {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), rgba(15,18,23,.92);
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
}

.catalog-primary-search > label {
  color: rgba(246,243,237,.82);
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.catalog-primary-search input {
  min-width: 0;
  min-height: 42px;
  padding: 9px 14px;
  border-color: rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(7,9,12,.86);
  color: #fff;
  font-size: 15px;
}

.catalog-search-submit {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: rgba(246,243,237,.76);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.catalog-search-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.catalog-search-submit:hover,
.catalog-search-submit:focus-visible {
  border-color: rgba(225,59,52,.66);
  background: rgba(225,59,52,.15);
  color: #fff;
  outline: 0;
}

.catalog-search-submit:active {
  transform: translateY(1px);
}

.catalog-primary-search:focus-within {
  border-color: rgba(225,59,52,.72);
  box-shadow: 0 0 0 3px rgba(225,59,52,.12), 0 18px 46px rgba(0,0,0,.22);
}

@media (min-width: 1000px) {
  .hero.hero-optimized {
    column-gap: clamp(38px, 5.2vw, 86px);
    row-gap: clamp(18px, 2vw, 28px);
  }

  .hero-catalog-search {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: -2px;
  }

  .catalog-intro {
    grid-template-columns: minmax(300px, .38fr) minmax(600px, .62fr);
    align-items: end;
    gap: 24px;
    padding: 18px 0 14px;
  }

  .catalog-intro .breadcrumbs { margin-bottom: 7px; }
  .catalog-intro .eyebrow { margin-bottom: 3px; }

  .catalog-intro h2 {
    margin: 0;
    font-size: clamp(36px, 3.2vw, 52px);
    line-height: 1;
  }

  .catalog-intro.catalog-intro-compact {
    display: block;
    padding-top: 12px;
  }
}

@media (min-width: 861px) and (max-width: 999px) {
  .catalog-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .catalog-intro h2 {
    margin-bottom: 0;
    font-size: 38px;
  }
}

@media (max-width: 860px) {
  .catalog-primary-search { display: none; }
}

/* 20260720 compact product-first hero */
@media (min-width: 1000px) {
  .hero.hero-optimized {
    padding: clamp(28px, 3.2vw, 46px) 0 18px;
    grid-template-columns: minmax(390px, .72fr) minmax(500px, .88fr);
    column-gap: clamp(22px, 3vw, 48px);
    row-gap: 14px;
  }

  .hero.hero-optimized .hero-copy {
    max-width: 560px;
  }

  .hero.hero-optimized h1 {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: .95;
    white-space: nowrap;
  }

  .hero.hero-optimized .lead {
    max-width: 520px;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.4;
  }

  .hero.hero-optimized .hero-actions {
    margin-top: 18px;
  }

  .hero.hero-optimized .hero-visual-lineup {
    min-height: clamp(250px, 22vw, 330px);
  }

  .hero.hero-optimized .hero-lineup-picture {
    inset: -12% -13% -11% -10%;
  }

  .hero.hero-optimized .hero-lineup-picture img {
    object-fit: cover;
    object-position: 68% 54%;
  }

  .hero-catalog-search {
    margin-top: 0;
  }
}

@media (min-width: 861px) and (max-width: 999px) {
  .hero.hero-optimized h1 {
    font-size: 46px;
  }
}

@media (max-width: 640px) {
  body.mobile-app-ready .hero.hero-optimized .hero-visual-lineup,
  .hero.hero-optimized .hero-visual-lineup {
    width: calc(100% + 20px);
    min-height: 0;
    aspect-ratio: 3 / 2;
    margin: 8px -10px 0;
  }

  .hero.hero-optimized .hero-lineup-picture img {
    object-fit: cover;
    object-position: center;
  }
}

/* 20260720: final cascade for global mobile contacts and five-action navigation */
@media (max-width: 980px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .site-header.mobile-scroll-header {
    position: sticky !important;
    top: 0;
    z-index: 86;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition:
      transform .36s cubic-bezier(.22, 1, .36, 1),
      opacity .28s ease,
      box-shadow .22s ease;
    will-change: transform, opacity;
  }

  .site-header.mobile-scroll-header.is-mobile-header-hidden {
    transform: translate3d(0, calc(-100% - env(safe-area-inset-top)), 0);
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
  }

  .mobile-header-actions .mobile-header-phone,
  .mobile-header-actions a[href^="tel:"].mobile-header-phone {
    width: auto;
    max-width: none;
    min-width: 0;
    min-height: 38px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  .mobile-header-phone span {
    display: inline;
  }

  .mobile-header-phone svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }

  .mobile-contact-bar,
  body.mobile-app-ready .mobile-contact-bar {
    z-index: 110;
    left: 8px;
    right: 8px;
    bottom: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 58px;
    padding: 5px 8px max(5px, env(safe-area-inset-bottom));
    border-radius: 18px;
    transition: transform .22s ease, opacity .18s ease, visibility .18s ease;
  }

  .mobile-contact-bar a[href*="openCompare"],
  body.mobile-app-ready .mobile-contact-bar a[href*="openCompare"] {
    display: flex !important;
  }

  .mobile-contact-bar a,
  .mobile-contact-bar button,
  body.mobile-app-ready .mobile-contact-bar a,
  body.mobile-app-ready .mobile-contact-bar button {
    height: 46px;
    min-height: 46px;
    gap: 2px;
    border-radius: 11px;
    padding: 4px 2px;
    font-size: 11px;
    line-height: 1.1;
  }

  body.mobile-app-ready .compare-drawer {
    display: block !important;
  }

  body.mobile-app-ready .mobile-global-search {
    transition: top .22s ease, box-shadow .18s ease;
  }

  body.mobile-app-ready .site-header.mobile-scroll-header.is-mobile-header-hidden + .mobile-global-search {
    top: 8px;
  }

  body.mobile-app-ready.mobile-search-open .mobile-contact-bar {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile-app-ready .mobile-global-search .search-suggest {
    max-height: min(66dvh, 580px, calc(100dvh - 230px));
  }

  body.mobile-app-ready .mobile-global-search .search-suggest-list {
    max-height: min(50dvh, 420px, calc(100dvh - 315px));
  }

  .mobile-contact-bar .mobile-request-action,
  body.mobile-app-ready .mobile-contact-bar .mobile-request-action {
    color: #fff;
    background: rgba(225,59,52,.2);
    box-shadow: inset 0 0 0 1px rgba(225,59,52,.54);
  }

  .mobile-contact-bar .mobile-request-action:hover,
  .mobile-contact-bar .mobile-request-action:focus-visible,
  .mobile-contact-bar .mobile-request-action[aria-current="page"],
  body.mobile-app-ready .mobile-contact-bar .mobile-request-action:hover,
  body.mobile-app-ready .mobile-contact-bar .mobile-request-action:focus-visible,
  body.mobile-app-ready .mobile-contact-bar .mobile-request-action[aria-current="page"] {
    color: #fff;
    background: var(--red);
    box-shadow: none;
  }

  body[data-order-page="cart"] .site-header,
  body.order-page-body .site-header {
    position: sticky;
    top: 0;
    z-index: 86;
  }
}

@media (max-width: 980px) and (prefers-reduced-motion: reduce) {
  .site-header.mobile-scroll-header {
    transition: none;
  }
}

@media (max-width: 380px) {
  .header-inner {
    gap: 5px;
  }

  .site-logo-img {
    max-width: 96px;
  }

  .mobile-header-actions .mobile-header-phone,
  .mobile-header-actions a[href^="tel:"].mobile-header-phone {
    gap: 5px;
    padding: 0 8px;
    font-size: 12px;
  }

  .mobile-contact-bar,
  body.mobile-app-ready .mobile-contact-bar {
    padding-inline: 5px;
  }
}

/* 20260725: compact desktop tiles without reducing the current product photo. */
@media (min-width: 981px) {
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-card {
    grid-template-rows: 182px minmax(144px, auto);
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-image img {
    max-width: calc(100% - 44px);
    max-height: 100%;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body {
    min-height: 144px;
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(32px, auto) auto 38px;
    gap: 5px;
    padding: 9px 12px 10px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading {
    grid-row: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-facts {
    grid-row: 2;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(90px, .85fr);
    gap: 8px;
    align-items: start;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
    grid-row: 3;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .sku {
    grid-column: 1;
    align-self: start;
    padding-top: 2px;
    font-size: 10px;
    white-space: nowrap;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading-meta {
    grid-column: 1;
    min-width: 0;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-code-secondary {
    font-size: 10px;
    line-height: 1.25;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3 {
    grid-column: 2;
    min-height: 0;
    align-self: start;
    font-size: 15px;
    line-height: 1.12;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .tags {
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .tag {
    min-width: 0;
    padding: 4px 6px;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.12;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .tag:first-child {
    grid-column: 1 / -1;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .spec-mini {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    align-items: start;
    font-size: 10px;
    line-height: 1.2;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .spec-mini span {
    min-width: 0;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
    grid-column: 1;
    align-self: center;
    margin: 0;
    font-size: 17px;
    white-space: nowrap;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    grid-column: 2;
    align-self: center;
    min-width: 0;
    margin: 0;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-icon-actions {
    grid-template-columns: minmax(76px, 1fr) 36px 36px;
    gap: 5px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-action-icon {
    width: 36px;
    height: 36px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .cart-wide-button {
    width: 100%;
    min-width: 76px;
    padding: 0 8px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .cart-wide-button .action-visible-label {
    font-size: 10px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .cart-stepper {
    grid-template-columns: 28px minmax(24px, 1fr) 28px;
    gap: 2px;
    padding: 2px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .cart-qty-step {
    min-height: 28px;
    font-size: 14px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-action-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* 20260726: keep compact desktop tiles readable at narrow grid-column widths. */
@container product-tile (max-width: 360px) {
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body {
    grid-template-rows: minmax(32px, auto) auto auto;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .tags {
    grid-column: 1;
    grid-row: 1;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .spec-mini {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 6px 10px;
    font-size: 11px;
    line-height: 1.25;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 40px;
    gap: 6px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    font-size: 16px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price-request {
    font-size: 15px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-icon-actions {
    grid-template-columns: minmax(0, 1fr) 40px 40px;
    gap: 6px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-action-icon {
    width: 40px;
    height: 40px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .cart-wide-button {
    width: 100%;
    min-width: 0;
  }
}

/* 20260818: product trust, comparison and support layer */
.product-purchase-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  margin: 0 0 22px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}

.product-purchase-facts > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 4px 10px;
  border-left: 1px solid rgba(255,255,255,.12);
}

.product-purchase-facts > div:first-child {
  border-left: 0;
}

.product-purchase-facts .product-availability {
  max-width: none;
  margin: 0;
  border-left: 0;
  padding: 4px 10px;
}

.product-purchase-facts strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.product-purchase-facts span,
.product-purchase-facts a {
  color: rgba(246,243,237,.68);
  font-size: 12px;
  line-height: 1.4;
}

.product-purchase-facts a {
  justify-self: start;
  color: #ff8e88;
  font-weight: 800;
  text-underline-offset: 3px;
}

.product-purchase-facts .product-availability strong {
  color: #72d99b;
}

.product-print-action {
  min-height: 42px;
  align-self: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.product-page .product-purchase-facts {
  border-color: rgba(17,24,39,.12);
  background: #f5f7fa;
}

.product-page .product-purchase-facts > div {
  border-color: rgba(17,24,39,.1);
}

.product-page .product-purchase-facts strong {
  color: #161a21;
}

.product-page .product-purchase-facts .product-availability strong {
  color: #17894a;
}

.product-page .product-purchase-facts span {
  color: #687386;
}

.product-page .product-purchase-facts a {
  color: #c92e29;
}

.product-page .product-print-action {
  border-color: rgba(17,24,39,.15);
  background: #fff;
  color: #202631;
}

.official-doc-preview {
  grid-column: 1 / -1;
  min-width: 0;
}

.official-doc-preview a {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: inherit;
  text-decoration: none;
}

.official-doc-preview img {
  width: 74px;
  height: 74px;
  border-radius: 9px;
  background: #fff;
  object-fit: cover;
  object-position: top;
}

.official-doc-preview span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.official-doc-preview strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.official-doc-preview small {
  color: rgba(246,243,237,.58);
  font-size: 11px;
  line-height: 1.35;
}

.product-page .official-doc-preview a {
  border-color: rgba(17,24,39,.12);
  background: #f5f7fa;
}

.product-page .official-doc-preview strong {
  color: #161a21;
}

.product-page .official-doc-preview small {
  color: #687386;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-heading-row h2,
.section-heading-row h3 {
  margin-bottom: 0;
}

.section-intro {
  max-width: 840px;
  margin: 8px 0 18px;
  color: rgba(246,243,237,.66);
  font-size: 14px;
  line-height: 1.5;
}

.product-page .section-intro {
  color: #687386;
}

.related-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.related-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 128px auto auto minmax(0, 1fr) auto;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: inherit;
  text-decoration: none;
}

.related-product-card img {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.related-product-card span,
.related-product-card small {
  color: rgba(246,243,237,.55);
  font-size: 11px;
  line-height: 1.35;
}

.related-product-card strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.28;
}

.related-product-card em {
  color: #ff7770;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.product-page .related-product-card {
  border-color: rgba(17,24,39,.12);
  background: #f5f7fa;
}

.product-page .related-product-card span,
.product-page .related-product-card small {
  color: #687386;
}

.product-page .related-product-card strong {
  color: #161a21;
}

.product-page .related-product-card em {
  color: var(--red);
}

.product-question-section {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-question-section > div > p:last-child {
  margin: 0;
  color: rgba(246,243,237,.68);
  line-height: 1.55;
}

.product-page .product-question-section > div > p:last-child {
  color: #687386;
}

.product-question-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-question-form label:not(.check) {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.product-question-form label > span {
  color: rgba(246,243,237,.64);
  font-size: 12px;
  font-weight: 800;
}

.product-page .product-question-form label > span {
  color: #5f6a7c;
}

.product-question-form input,
.product-question-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  background: rgba(8,10,14,.68);
  color: #fff;
  padding: 10px 12px;
  font: inherit;
}

.product-question-form textarea {
  min-height: 104px;
  resize: vertical;
}

.product-page .product-question-form input,
.product-page .product-question-form textarea {
  border-color: rgba(17,24,39,.16);
  background: #fff;
  color: #161a21;
}

.question-wide {
  grid-column: 1 / -1;
}

.question-form-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .38fr);
  gap: 18px;
  align-items: start;
  padding-top: 2px;
}

.product-question-form .consent-check {
  min-width: 0;
  min-height: 48px;
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px;
  background: rgba(8,10,14,.42);
}

.product-page .product-question-form .consent-check {
  border-color: rgba(17,24,39,.12);
  background: #f5f7fa;
}

.product-question-form .consent-check input {
  box-sizing: border-box;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--red);
}

.product-question-form .consent-check span {
  min-width: 0;
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.product-question-form .consent-check a {
  color: inherit;
  text-underline-offset: 2px;
}

.question-submit {
  display: grid;
  gap: 7px;
}

.question-submit .primary {
  width: 100%;
  min-height: 48px;
}

.question-submit p {
  margin: 0;
  color: rgba(246,243,237,.58);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.product-page .question-submit p {
  color: #687386;
}

.question-submit p.is-error {
  color: #ff8e88;
}

.status-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(255,190,76,.28);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,190,76,.12), rgba(255,255,255,.045));
}

.status-review-card span {
  color: #ffce78;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-review-card strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 24px;
}

.status-review-card p {
  margin: 7px 0 0;
  color: rgba(246,243,237,.66);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .product-purchase-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-purchase-facts .product-print-action {
    align-self: stretch;
  }

  .related-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-question-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 620px) {
  .product-purchase-facts,
  .related-product-grid,
  .product-question-form,
  .status-review-card {
    grid-template-columns: 1fr;
  }

  .product-purchase-facts > div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 9px 4px;
  }

  .product-purchase-facts > div:first-child {
    border-top: 0;
  }

  .product-page .product-purchase-facts > div {
    border-color: rgba(17,24,39,.1);
  }

  .official-doc-preview a {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 76px;
  }

  .official-doc-preview img {
    width: 58px;
    height: 58px;
  }

  .related-product-card {
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: auto auto minmax(0, 1fr) auto;
  }

  .related-product-card img {
    grid-row: 1 / 5;
    width: 86px;
    height: 86px;
  }

  .question-form-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .status-review-card .primary {
    width: 100%;
  }
}

@media print {
  @page { margin: 14mm; }
  body {
    background: #fff !important;
    color: #111 !important;
  }
  .site-header,
  .mobile-action-bar,
  .site-footer,
  .breadcrumbs,
  .detail-actions,
  .product-print-action,
  .product-question-section,
  .product-related-section,
  dialog,
  .thumbs {
    display: none !important;
  }
  .seo-product-page,
  .product-page {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #111 !important;
  }
  .seo-product-hero,
  .detail-grid {
    grid-template-columns: minmax(0, 1fr) 82mm !important;
    gap: 8mm !important;
    padding: 0 0 8mm !important;
    border: 0 !important;
    background: #fff !important;
  }
  .seo-product-hero {
    grid-template-areas: "info media" "description description" !important;
  }
  .seo-product-gallery .seo-gallery-button:not(:first-child),
  .official-doc-preview,
  .product-media-notice {
    display: none !important;
  }
  .main-photo,
  .seo-product-gallery,
  .seo-gallery-button {
    border: 0 !important;
    background: #fff !important;
  }
  .seo-product-gallery {
    grid-template-columns: 1fr !important;
    width: 82mm !important;
  }
  .seo-gallery-button:first-child {
    width: 82mm !important;
    height: 82mm !important;
  }
  .main-photo img,
  .seo-gallery-button:first-child img {
    width: 82mm !important;
    height: 82mm !important;
    max-height: 82mm !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
  }
  .seo-product-hero h1,
  .detail-info h2,
  .seo-product-section h2,
  .detail-section h3,
  .product-purchase-facts strong,
  .seo-product-hero .lead,
  .seo-product-use {
    color: #111 !important;
  }
  .seo-product-hero h1,
  .detail-info h2 {
    font-size: 22pt !important;
  }
  .product-purchase-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-color: #bbb !important;
    background: #f5f5f5 !important;
    break-inside: avoid;
  }
  .product-purchase-facts span,
  .product-purchase-facts a,
  .section-intro,
  .seo-product-use {
    color: #444 !important;
  }
  .seo-product-section,
  .detail-specs-wide,
  .detail-docs-compact {
    margin-top: 5mm !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  .spec-row,
  .doc-row,
  .detail-doc-card {
    border-color: #bbb !important;
    box-shadow: none !important;
    break-inside: avoid;
  }
}

/* 20260729: restore complete product cards on phones and tablets. */
@media (max-width: 980px) {
  body.mobile-app-ready .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 12px;
  }

  body.mobile-app-ready .product-card {
    grid-template-rows: clamp(178px, 46vw, 230px) auto;
  }

  body.mobile-app-ready .product-body {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 14px;
  }

  body.mobile-app-ready .product-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    align-items: start;
  }

  body.mobile-app-ready .product-heading-meta {
    min-width: 0;
    gap: 3px;
  }

  body.mobile-app-ready .sku {
    padding-top: 2px;
    font-size: 11px;
    white-space: nowrap;
  }

  body.mobile-app-ready .product-code-secondary {
    font-size: 10px;
    line-height: 1.2;
  }

  body.mobile-app-ready .product-card h3 {
    min-height: 0;
    font-size: 17px;
    line-height: 1.16;
  }

  body.mobile-app-ready .product-facts {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(110px, .75fr);
    gap: 10px;
    align-items: start;
  }

  body.mobile-app-ready .product-card .tags {
    min-height: 0;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  body.mobile-app-ready .product-card .tag {
    min-width: 0;
    padding: 6px 8px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.15;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mobile-app-ready .product-card .tag:first-child {
    grid-column: 1 / -1;
  }

  body.mobile-app-ready .spec-mini {
    min-height: 0;
    display: grid;
    gap: 5px;
    font-size: 11px;
    line-height: 1.25;
  }

  body.mobile-app-ready .spec-mini span:nth-child(n+2) {
    display: block;
  }

  body.mobile-app-ready .product-commerce {
    display: grid;
    grid-template-rows: auto 46px;
    gap: 9px;
  }

  body.mobile-app-ready .price {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
  }

  body.mobile-app-ready .card-actions,
  body.mobile-app-ready .product-icon-actions {
    width: 100%;
    min-width: 0;
  }

  body.mobile-app-ready .product-icon-actions,
  body.mobile-app-ready .product-icon-actions-detail,
  .product-card .product-icon-actions,
  .product-card .product-icon-actions-detail,
  body.mobile-app-ready .detail-actions .product-icon-actions,
  body.mobile-app-ready .detail-actions .product-icon-actions-detail,
  .detail-actions .product-icon-actions,
  .detail-actions .product-icon-actions-detail {
    grid-template-columns: minmax(0, 1fr) 46px 46px !important;
    gap: 8px;
  }

  body.mobile-app-ready .product-action-icon,
  .detail-actions .product-action-icon {
    width: 46px;
    height: 46px;
  }

  body.mobile-app-ready .cart-wide-button,
  .detail-actions .cart-wide-button {
    width: 100%;
    min-width: 0;
  }

  body.mobile-app-ready .cart-wide-button .action-visible-label {
    display: inline;
  }

  .detail-actions [data-seo-compare],
  .product-utility-actions [data-seo-compare] {
    display: inline-flex !important;
  }
}

/* 20260721: larger, uncropped ERMAK lineup blended into the hero background */
@media (min-width: 981px) {
  .hero.hero-optimized .hero-visual-lineup {
    overflow: visible;
    isolation: isolate;
  }

  .hero.hero-optimized .hero-visual-lineup::before {
    inset: 4% -2% -8% 2%;
    background: radial-gradient(ellipse at 64% 58%, rgba(225,59,52,.14), transparent 69%);
    filter: blur(30px);
  }

  .hero.hero-optimized .hero-lineup-picture {
    inset: -7% 0 -29% -30%;
    -webkit-mask-image: radial-gradient(ellipse 96% 94% at 60% 54%, #000 66%, rgba(0,0,0,.96) 80%, transparent 100%);
    mask-image: radial-gradient(ellipse 96% 94% at 60% 54%, #000 66%, rgba(0,0,0,.96) 80%, transparent 100%);
  }

  .hero.hero-optimized .hero-lineup-picture img {
    object-fit: contain;
    object-position: right center;
    transform: scale(1.18);
    transform-origin: 88% 52%;
  }
}

/* 20260725: keep the desktop hero copy and equipment in independent columns */
@media (min-width: 1000px) {
  .hero.hero-optimized {
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 0.78fr);
    overflow: hidden;
  }

  .hero.hero-optimized .hero-copy,
  .hero.hero-optimized .hero-visual-lineup {
    min-width: 0;
  }

  .hero.hero-optimized .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
  }

  .hero.hero-optimized h1 {
    max-width: 100%;
    font-size: 60px;
    line-height: 0.98;
    white-space: normal;
    text-wrap: balance;
  }

  .hero.hero-optimized .hero-visual-lineup {
    z-index: 1;
    overflow: hidden;
  }

  .hero.hero-optimized .hero-lineup-picture {
    inset: -7% -2% -25% 0;
  }

  .hero.hero-optimized .hero-lineup-picture img {
    transform: scale(1.08);
    transform-origin: 82% 52%;
  }
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .hero.hero-optimized {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  }

  .hero.hero-optimized h1 {
    font-size: 52px;
  }
}

/* 20260818: stable equipment hero without absolute oversizing or image distortion */
@media (min-width: 1000px) {
  .hero.hero-optimized {
    min-height: 0;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1fr);
    gap: clamp(30px, 3.4vw, 52px);
    align-items: center;
    padding: clamp(30px, 3vw, 44px) 0 26px;
    overflow: visible;
  }

  .hero.hero-optimized .hero-copy {
    max-width: 660px;
  }

  .hero.hero-optimized h1 {
    max-width: 660px;
    margin-bottom: 16px;
    font-size: clamp(48px, 2.8vw, 52px);
    line-height: 1;
    text-wrap: balance;
  }

  .hero.hero-optimized h1 span {
    display: block;
  }

  .hero.hero-optimized .lead {
    max-width: 560px;
    font-size: clamp(16px, 1.05vw, 18px);
  }

  .hero.hero-optimized .hero-visual-lineup {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    isolation: isolate;
    transform: none;
  }

  .hero.hero-optimized .hero-visual-lineup::before {
    inset: 7% 2% 3%;
    background: radial-gradient(ellipse at 62% 58%, rgba(225, 59, 52, .14), transparent 70%);
    filter: blur(26px);
  }

  .hero.hero-optimized .hero-lineup-picture {
    position: absolute;
    inset: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero.hero-optimized .hero-lineup-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: contrast(1.04) saturate(.98);
  }
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .hero.hero-optimized {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  }

  .hero.hero-optimized h1 {
    font-size: 48px;
  }
}

/* 20260818: commercial availability in catalog cards */
.product-stock {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5e6877;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  white-space: nowrap;
}

.product-stock::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #26a65b;
  box-shadow: 0 0 0 3px rgba(38, 166, 91, .12);
}

.product-stock span {
  color: #167a43;
  font-weight: 900;
}

.product-stock.is-unconfirmed {
  white-space: normal;
}

.product-stock.is-unconfirmed::before {
  background: #d99b35;
  box-shadow: 0 0 0 3px rgba(217, 155, 53, .14);
}

.product-stock.is-unconfirmed span {
  color: #93651c;
}

.product-stock small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #687384;
  font: inherit;
}

.product-stock small::before {
  content: "·";
  color: #9aa3af;
}

.product-grid[data-catalog-view="compact"] .product-stock {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
}

.product-grid[data-catalog-view="table"] .price {
  grid-row: 1;
  align-self: end;
}

.product-grid[data-catalog-view="table"] .product-stock {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  align-self: start;
}

@media (min-width: 981px) {
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body {
    grid-template-rows: minmax(32px, auto) auto auto;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
    grid-template-rows: auto auto;
    row-gap: 3px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
    grid-column: 1;
    grid-row: 1;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock {
    grid-column: 1;
    grid-row: 2;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@container product-tile (max-width: 360px) {
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto 40px;
    gap: 3px 6px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock {
    grid-column: 1;
    grid-row: 2;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 980px) {
  body.mobile-app-ready .product-commerce {
    grid-template-rows: auto auto 46px;
    gap: 4px 9px;
  }

  body.mobile-app-ready .product-stock {
    grid-row: 2;
    font-size: 12px;
  }

  body.mobile-app-ready .card-actions {
    grid-row: 3;
  }
}

/* 20260818: final responsive rhythm for the ERMAK storefront hero */
.hero.hero-optimized h1 {
  letter-spacing: -.025em;
}

.hero.hero-optimized h1 span {
  display: block;
}

.hero.hero-optimized h1 span + span {
  margin-top: .06em;
}

.hero.hero-optimized .hero-visual-lineup {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: #07090c;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .045);
}

.hero.hero-optimized .hero-visual-lineup::before {
  z-index: 0;
}

.hero.hero-optimized .hero-lineup-picture {
  z-index: 1;
}

@media (max-width: 1120px) {
  body.mobile-app-ready .hero.hero-optimized,
  .hero.hero-optimized {
    width: min(820px, calc(100% - 32px));
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(26px, 5vw, 40px);
    align-content: start;
    align-items: start;
    padding: clamp(28px, 5vw, 46px) 0 clamp(38px, 6vw, 58px);
    overflow: visible;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-copy,
  .hero.hero-optimized .hero-copy {
    width: 100%;
    max-width: 740px;
  }

  body.mobile-app-ready .hero.hero-optimized h1,
  .hero.hero-optimized h1 {
    max-width: 740px;
    margin: 0 0 16px;
    font-size: clamp(34px, 6.3vw, 48px);
    line-height: .98;
    text-wrap: balance;
  }

  body.mobile-app-ready .hero.hero-optimized .lead,
  .hero.hero-optimized .lead {
    max-width: 620px;
    font-size: clamp(14px, 2.1vw, 17px);
    line-height: 1.5;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-actions,
  .hero.hero-optimized .hero-actions {
    width: min(100%, 460px);
    max-width: 460px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-actions .primary,
  body.mobile-app-ready .hero.hero-optimized .hero-actions .secondary,
  .hero.hero-optimized .hero-actions .primary,
  .hero.hero-optimized .hero-actions .secondary {
    min-height: 46px;
    border-radius: 10px;
    font-size: 13px;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-visual-lineup,
  .hero.hero-optimized .hero-visual-lineup {
    position: relative;
    width: min(100%, 520px);
    min-height: 0;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    transform: none;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-lineup-picture,
  .hero.hero-optimized .hero-lineup-picture {
    position: absolute;
    inset: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-lineup-picture img,
  .hero.hero-optimized .hero-lineup-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
  }
}

@media (max-width: 560px) {
  body.mobile-app-ready .hero.hero-optimized,
  .hero.hero-optimized {
    width: min(100% - 20px, 520px);
    gap: 20px;
    padding: 20px 0 28px;
  }

  body.mobile-app-ready .hero.hero-optimized h1,
  .hero.hero-optimized h1 {
    margin-bottom: 12px;
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.02;
  }

  body.mobile-app-ready .hero.hero-optimized h1 span + span,
  .hero.hero-optimized h1 span + span {
    margin-top: .1em;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-actions,
  .hero.hero-optimized .hero-actions {
    width: 100%;
    max-width: none;
    gap: 8px;
    margin-top: 16px;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-actions .primary,
  body.mobile-app-ready .hero.hero-optimized .hero-actions .secondary,
  .hero.hero-optimized .hero-actions .primary,
  .hero.hero-optimized .hero-actions .secondary {
    min-height: 44px;
  }

  body.mobile-app-ready .hero.hero-optimized .hero-visual-lineup,
  .hero.hero-optimized .hero-visual-lineup {
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
  }
}

/* 20260818: keep product identity readable and align availability with price. */
.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px;
  align-items: start;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3 {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: visible;
  display: block;
  font-size: 16px;
  line-height: 1.16;
  text-overflow: clip;
  text-wrap: pretty;
  overflow-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading-meta {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 4px 9px;
  align-items: start;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .sku {
  grid-column: 1;
  padding-top: 0;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-code-secondary {
  grid-column: 2;
  min-width: 0;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce,
body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto 40px;
  gap: 6px 10px;
  align-items: center;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price,
body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock,
body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  gap: 4px;
  font-size: 9.5px;
  line-height: 1.15;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock::before {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 2px rgba(38, 166, 91, .12);
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock small {
  gap: 4px;
}

.product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions,
body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
}

@media (max-width: 980px) {
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3 {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    overflow: visible;
    display: block;
    line-height: 1.16;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
  }

  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading-meta {
    grid-column: 1;
    grid-row: 2;
  }
}

@container product-tile (max-width: 360px) {
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3 {
    font-size: 15px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading-meta,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-heading-meta {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .sku,
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-code-secondary,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .sku,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-code-secondary {
    grid-column: 1;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-commerce {
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: auto 40px;
    gap: 5px 7px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock {
    grid-column: 2;
    grid-row: 1;
    font-size: 8.5px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* 20260818: Yandex mobile compliance - readable, single-column commerce UI. */
@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .catalog-shell,
  .catalog-main,
  .catalog-toolbar,
  .catalog-controls,
  .product-grid,
  body.mobile-app-ready .product-grid {
    min-width: 0;
    max-width: 100%;
  }

  .product-grid,
  .product-grid[data-catalog-view="compact"],
  .product-grid[data-catalog-view="table"],
  body.mobile-app-ready .product-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  .product-card,
  body.mobile-app-ready .product-card {
    width: 100%;
    max-width: none;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body {
    gap: 10px;
    padding: 16px;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-body h3 {
    font-size: 18px;
    line-height: 1.22;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .sku,
  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-code-secondary,
  body.mobile-app-ready .sku,
  body.mobile-app-ready .product-code-secondary {
    font-size: 12px;
    line-height: 1.35;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .tag,
  body.mobile-app-ready .product-card .tag {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .spec-mini,
  body.mobile-app-ready .spec-mini {
    display: flex;
    min-height: 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .price {
    font-size: 22px;
    line-height: 1.1;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .product-stock {
    font-size: 12px;
    line-height: 1.25;
  }

  .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions,
  body.mobile-app-ready .product-grid:not([data-catalog-view="compact"]):not([data-catalog-view="table"]) .card-actions {
    min-height: 48px;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .site-header .logo,
  .mobile-header-actions .mobile-header-phone,
  .mobile-header-actions a[href^="tel:"].mobile-header-phone,
  body.mobile-app-ready .mobile-global-search input,
  body.mobile-app-ready .mobile-filter-toggle,
  body.mobile-app-ready .toolbar-actions select,
  body.mobile-app-ready .catalog-family-card,
  body.mobile-app-ready .hero-actions .primary,
  body.mobile-app-ready .hero-actions .secondary {
    min-height: 44px;
  }

  .site-header .logo {
    display: inline-flex;
    align-items: center;
  }

  body.mobile-app-ready .mobile-global-search span,
  body.mobile-app-ready .catalog-family-card strong,
  body.mobile-app-ready .mobile-filter-toggle {
    font-size: 12px;
  }

  .cookie-consent p,
  .cookie-consent-links a,
  .cookie-consent button,
  .mobile-contact-bar a,
  .mobile-contact-bar button,
  body.mobile-app-ready .mobile-contact-bar a,
  body.mobile-app-ready .mobile-contact-bar button {
    font-size: 12px;
  }
}

/* Keep the CMS viewport rules authoritative over legacy site styles below the CMS layer. */
body.cms-page {
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  color: var(--cms-text);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px),
    var(--cms-bg);
  background-size: 32px 32px;
  font-family: "Onest CMS", "Segoe UI", sans-serif;
  font-size: 14px;
}

@media (max-width: 820px) {
  body.cms-page {
    height: auto;
    min-height: 100dvh;
    overflow: auto;
  }
}

/* 20260825: one product search entry point on every public page. */
body.global-search-open {
  overflow: hidden;
}

.global-search-header-button {
  width: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
}

.global-search-header-button:hover,
.global-search-header-button:focus-visible {
  border-color: rgba(225,59,52,.72);
  background: rgba(225,59,52,.14);
  color: #fff;
}

.global-search-header-button svg,
.mobile-header-search-button svg,
.global-search-close svg,
.global-search-form svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-search-layer[hidden] {
  display: none;
}

.global-search-layer {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  justify-items: center;
  align-items: start;
  padding: 72px 20px 28px;
  opacity: 0;
  transition: opacity .18s ease;
}

.global-search-layer.is-open {
  opacity: 1;
}

.global-search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(2,4,7,.78);
  backdrop-filter: blur(16px) saturate(.9);
}

.global-search-dialog {
  position: relative;
  width: min(880px, 100%);
  max-height: calc(100dvh - 100px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(225,59,52,.18), transparent 34%),
    linear-gradient(155deg, #1c1f25, #0a0c10);
  color: var(--text);
  box-shadow: 0 38px 110px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.06);
  transform: translateY(-14px) scale(.99);
  transition: transform .2s cubic-bezier(.22, 1, .36, 1);
}

.global-search-layer.is-open .global-search-dialog {
  transform: translateY(0) scale(1);
}

.global-search-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 16px;
}

.global-search-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.global-search-heading h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -.035em;
}

.global-search-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.global-search-close:hover,
.global-search-close:focus-visible {
  border-color: rgba(225,59,52,.72);
  background: rgba(225,59,52,.16);
}

.global-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0 24px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(5,7,10,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.global-search-form:focus-within {
  border-color: rgba(225,59,52,.78);
  box-shadow: 0 0 0 3px rgba(225,59,52,.12);
}

.global-search-form label {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--muted);
}

.global-search-form input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 8px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
}

.global-search-form input::placeholder {
  color: rgba(246,243,237,.48);
}

.global-search-form button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  background: var(--red);
  color: #fff;
  font-weight: 850;
}

.global-search-form button:hover,
.global-search-form button:focus-visible {
  background: var(--red-dark);
}

.global-search-status {
  min-height: 20px;
  margin: 12px 24px 8px;
  color: var(--muted);
  font-size: 13px;
}

.global-search-results {
  min-height: 112px;
  display: grid;
  gap: 6px;
  overflow: auto;
  padding: 0 16px 10px;
  overscroll-behavior: contain;
}

.global-search-result {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: rgba(255,255,255,.035);
  color: inherit;
  text-decoration: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.global-search-result:hover,
.global-search-result:focus-visible {
  border-color: rgba(225,59,52,.52);
  background: rgba(255,255,255,.075);
  outline: 0;
  transform: translateY(-1px);
}

.global-search-result-media {
  width: 72px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.global-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-search-result-copy,
.global-search-result-commerce {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.global-search-result-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-search-result-copy span,
.global-search-result-copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-search-result-copy small {
  color: rgba(246,243,237,.76);
  font-variant-numeric: tabular-nums;
}

.global-search-result-commerce {
  justify-items: end;
  min-width: 116px;
  font-variant-numeric: tabular-nums;
}

.global-search-result-commerce strong {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.global-search-result-commerce small {
  color: var(--muted);
  font-size: 12px;
}

.global-search-result-commerce .is-in-stock {
  color: #4dd48a;
}

.global-search-empty {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px;
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 15px;
  color: var(--muted);
  text-align: center;
}

.global-search-empty strong {
  color: #fff;
  font-size: 17px;
}

.global-search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.global-search-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.global-search-shortcuts a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.global-search-shortcuts a:hover,
.global-search-shortcuts a:focus-visible {
  color: #fff;
}

.global-search-all {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  background: rgba(225,59,52,.16);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.global-search-all[hidden] {
  display: none;
}

.global-search-all:hover,
.global-search-all:focus-visible {
  background: var(--red);
}

@media (max-width: 980px) {
  .mobile-header-search-button,
  .mobile-header-actions button.mobile-header-search-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.1);
  }

  .mobile-header-search-button:hover,
  .mobile-header-search-button:focus-visible {
    border-color: rgba(225,59,52,.72);
    background: rgba(225,59,52,.18);
  }

  body.global-search-ready .mobile-global-search,
  body.global-search-ready.mobile-app-ready .mobile-global-search {
    display: none;
  }

  .global-search-layer {
    align-items: stretch;
    padding: 0;
  }

  .global-search-dialog {
    width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
    transform: translateY(-12px);
  }

  .global-search-heading {
    padding: max(18px, env(safe-area-inset-top)) 18px 14px;
  }

  .global-search-heading h2 {
    font-size: 27px;
  }

  .global-search-form {
    margin: 0 14px;
  }

  .global-search-form label {
    width: 34px;
  }

  .global-search-form input {
    font-size: 16px;
  }

  .global-search-form button {
    padding-inline: 15px;
  }

  .global-search-status {
    margin-inline: 18px;
  }

  .global-search-results {
    flex: 1 1 auto;
    align-content: start;
    padding-inline: 10px;
  }

  .global-search-result {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 11px;
    padding: 8px;
  }

  .global-search-result-media {
    width: 64px;
    height: 62px;
    grid-row: 1 / 3;
  }

  .global-search-result-copy strong {
    white-space: normal;
  }

  .global-search-result-copy span {
    display: none;
  }

  .global-search-result-commerce {
    grid-column: 2;
    grid-template-columns: auto auto;
    justify-content: start;
    justify-items: start;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
  }

  .global-search-result-commerce strong {
    font-size: 14px;
  }

  .global-search-footer {
    flex-wrap: wrap;
    padding: 12px 18px max(16px, env(safe-area-inset-bottom));
  }

  .global-search-all {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .mobile-header-actions .mobile-header-phone,
  .mobile-header-actions a[href^="tel:"].mobile-header-phone {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  .mobile-header-phone span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-search-layer,
  .global-search-dialog,
  .global-search-result {
    transition: none;
  }
}

@media print {
  .global-search-layer {
    display: none !important;
  }
}

/* 20260828: warm light storefront with an explicit dark-theme fallback. */
.theme-toggle,
.mobile-theme-toggle {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: var(--text);
}

.theme-toggle svg,
.mobile-theme-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-toggle svg path,
.mobile-theme-toggle svg path {
  fill: currentColor;
  stroke: none;
}

.theme-toggle:hover,
.theme-toggle:focus-visible,
.mobile-theme-toggle:hover,
.mobile-theme-toggle:focus-visible {
  border-color: rgba(225,59,52,.72);
  color: #fff;
  background: rgba(225,59,52,.16);
  outline: 3px solid rgba(225,59,52,.12);
  outline-offset: 2px;
}

.ermak-wordmark {
  white-space: nowrap;
}

.ermak-wordmark-initial {
  color: var(--red);
}

.hero.hero-optimized h1 .ermak-wordmark,
.hero.hero-optimized h1 .ermak-wordmark-initial {
  display: inline;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) {
  --bg: #f4f1eb;
  --bg-2: #ebe7df;
  --surface: rgba(255,255,255,.82);
  --surface-2: rgba(255,255,255,.96);
  --card: #fff;
  --card-text: #171a20;
  --text: #171a20;
  --muted: rgba(41,46,55,.66);
  --muted-dark: #68707d;
  --line: rgba(30,35,43,.13);
  --line-dark: #dde1e7;
  --red: #d93630;
  --red-dark: #bb2723;
  --accent: #d93630;
  --orange: #b75b1e;
  --shadow: 0 24px 70px rgba(48,40,33,.12);
  color-scheme: light;
  color: var(--text);
  background:
    radial-gradient(circle at 5% 2%, rgba(217,54,48,.1), transparent 26rem),
    radial-gradient(circle at 94% 13%, rgba(79,105,135,.09), transparent 28rem),
    linear-gradient(180deg, #faf8f4 0%, #f4f1eb 38%, #eeeae3 100%);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .nav-catalog-link,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-contact-email,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .sku,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .text-button,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .related-product-card em,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-index-card > span {
  color: #a9231f;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .eyebrow {
  color: #91420d;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .spec-disclaimer {
  color: #596371;
}

/* Dark editorial cards stay intentionally dark in the optional light theme. */
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .systems-grid article h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .selection-grid article h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .selection-grid article .secondary {
  color: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .selection-grid article .secondary {
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .related-product-card {
  color: var(--text);
  border-color: rgba(30,35,43,.12);
  background: #f5f7fa;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .related-product-card strong {
  color: #161a21;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .related-product-card span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .related-product-card small {
  color: #596371;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-steps .is-active {
  color: #fff;
  background: #a9231f;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-close {
  color: #252a33;
  border-color: rgba(30,35,43,.16);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-sticky-buybar-copy strong {
  color: #a9231f;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .site-header {
  background: rgba(250,248,244,.9);
  border-bottom-color: rgba(31,36,44,.1);
  box-shadow: 0 12px 34px rgba(48,40,33,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .site-header.has-selected-items {
  background: rgba(250,248,244,.97);
  border-bottom-color: rgba(217,54,48,.26);
  box-shadow: 0 16px 42px rgba(48,40,33,.1), inset 0 -1px 0 rgba(217,54,48,.12);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .site-logo-img[src$="competence-logo-white.svg"],
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .competence-logo-img[src$="competence-logo-white.svg"] {
  filter: brightness(0) saturate(100%) invert(17%) sepia(9%) saturate(1835%) hue-rotate(204deg) brightness(92%) contrast(91%);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .top-nav a:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .top-nav a:focus-visible {
  color: var(--text);
  background: rgba(30,35,43,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .top-nav .nav-catalog-link:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .top-nav .nav-catalog-link:focus-visible {
  color: #fff;
  background: var(--red);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-contact-links {
  border-left-color: rgba(30,35,43,.12);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-contact-links a:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-contact-links a:focus-visible {
  color: var(--red-dark);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-header-button,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .theme-toggle {
  color: #252a33;
  border-color: rgba(30,35,43,.14);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 22px rgba(48,40,33,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button:focus-visible,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-header-button:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-header-button:focus-visible,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .theme-toggle:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .theme-toggle:focus-visible {
  color: var(--red);
  border-color: rgba(217,54,48,.55);
  background: #fff;
  box-shadow: 0 10px 26px rgba(48,40,33,.1), 0 0 0 3px rgba(217,54,48,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button [data-header-cart-count],
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button [data-favorite-count],
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-actions .cart-button [data-compare-count] {
  box-shadow: 0 0 0 2px #faf8f4;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-catalog-search {
  border-color: rgba(30,35,43,.13);
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 #fff, 0 10px 28px rgba(48,40,33,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-catalog-search label {
  color: #2b3038;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .header-catalog-search input,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) input,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) select,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) textarea {
  color: var(--text);
  border-color: rgba(30,35,43,.16);
  background: rgba(255,255,255,.9);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) input::placeholder,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) textarea::placeholder {
  color: rgba(41,46,55,.46);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .secondary,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .load-more {
  color: var(--text);
  border-color: rgba(30,35,43,.15);
  background: rgba(255,255,255,.72);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .secondary:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .secondary:focus-visible,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .load-more:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .load-more:focus-visible {
  color: var(--red-dark);
  border-color: rgba(217,54,48,.42);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .hero-visual,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .hero-visual-clean {
  border-color: rgba(30,35,43,.11);
  background:
    radial-gradient(circle at 52% 38%, rgba(217,54,48,.11), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(232,228,221,.78));
  box-shadow: 0 30px 78px rgba(48,40,33,.14);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .commercial-factors article,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .factory-profile-main,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .factory-facts div,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .factory-grid article,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-info-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-query-box,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .article-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .contacts-info-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .contacts-form-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .contacts-side-card {
  color: var(--text);
  border-color: rgba(30,35,43,.12);
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 48px rgba(48,40,33,.08);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-hero {
  border-color: rgba(30,35,43,.12);
  background:
    radial-gradient(circle at 84% 18%, rgba(217,54,48,.12), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,232,224,.84));
  box-shadow: 0 26px 72px rgba(48,40,33,.12);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-hero .lead,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-info-card ul,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-product-card em,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-index-card em,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-faq p {
  color: var(--muted);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-actions .secondary {
  color: var(--text);
  border-color: rgba(30,35,43,.14);
  background: rgba(255,255,255,.8);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-query-box span {
  color: rgba(41,46,55,.78);
  background: rgba(30,35,43,.06);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-products,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-faq,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-related,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-product-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-index-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .solution-faq details {
  color: var(--text);
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.76);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters {
  border-color: rgba(30,35,43,.13);
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 46px rgba(48,40,33,.08);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters-head {
  border-bottom-color: rgba(30,35,43,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,246,241,.96));
  box-shadow: 0 10px 24px rgba(48,40,33,.06);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-section,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-group {
  border-color: rgba(30,35,43,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-section-heading > span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters-body .field > span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-legal-note summary,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-spec-disclaimer {
  color: rgba(41,46,55,.58);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters-body .check-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters-body .catalog-range-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-range-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .advanced-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .switch-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .facet-section,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .advanced-select-filter,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filter-legal-note {
  border-color: rgba(30,35,43,.11);
  background: rgba(245,242,236,.78);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .filters-body .check-filter span {
  color: rgba(41,46,55,.78);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-range-inputs input {
  color: var(--text);
  border-color: rgba(30,35,43,.14);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .segmented-buttons,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-view-toggle {
  border-color: rgba(30,35,43,.11);
  background: rgba(30,35,43,.06);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .segmented-buttons button.is-active,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-view-toggle button.is-active,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-view-toggle button:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-view-toggle button:focus-visible {
  color: var(--red-dark);
  border-color: rgba(217,54,48,.34);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-controls {
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.7);
  box-shadow: inset 0 1px 0 #fff, 0 18px 40px rgba(48,40,33,.08);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-family-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-show-all {
  color: var(--text);
  border-color: rgba(30,35,43,.13);
  background: rgba(255,255,255,.76);
  box-shadow: none;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-family-copy strong {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-family-card:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-family-card:focus-visible,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-family-card.is-active,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .catalog-show-all.is-active {
  color: var(--red-dark);
  border-color: rgba(217,54,48,.46);
  background: #fff;
  box-shadow: 0 8px 22px rgba(48,40,33,.08), inset 0 -3px 0 rgba(217,54,48,.72);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-card {
  border-color: rgba(30,35,43,.12);
  box-shadow: 0 18px 46px rgba(48,40,33,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-card:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-card:focus-visible {
  box-shadow: 0 24px 58px rgba(48,40,33,.14), 0 0 0 3px rgba(217,54,48,.08);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .seo-product-hero,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .seo-product-section,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .seo-product-link,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-panel,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-status-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .buyer-card {
  color: var(--text);
  border-color: rgba(30,35,43,.12);
  background: rgba(255,255,255,.8);
  box-shadow: 0 18px 48px rgba(48,40,33,.08);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .seo-product-use,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-fit-section p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .performance-tables-section .section-intro,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .performance-table-block h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .spec-section-title,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .detail-specs-wide .spec-section-title {
  color: rgba(41,46,55,.72);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-page-main {
  background:
    radial-gradient(circle at 88% 10%, rgba(217,54,48,.1), transparent 32rem),
    radial-gradient(circle at 10% 52%, rgba(70,91,114,.07), transparent 30rem),
    linear-gradient(180deg, #faf8f4 0%, #f4f1eb 58%, #eeeae3 100%);
}

:root[data-theme="light"] body.policy-page-body:not(.cms-page):not(.admin-page) .policy-page {
  background:
    radial-gradient(circle at top left, rgba(217,54,48,.09), transparent 32rem),
    linear-gradient(180deg, #faf8f4 0%, #f2eee7 100%);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc .breadcrumbs,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc .breadcrumbs a,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-meta {
  color: var(--muted);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-header {
  border-bottom-color: rgba(30,35,43,.11);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-body {
  border-color: rgba(30,35,43,.12);
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 64px rgba(48,40,33,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-body h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-body p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table th,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table td {
  color: rgba(41,46,55,.82);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-doc-body h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table th {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table {
  border-color: rgba(30,35,43,.12);
  background: rgba(245,242,236,.68);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table th,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .policy-operator-table td {
  border-bottom-color: rgba(30,35,43,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-hero h1,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-panel h2,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-panel h3,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-form-head h2,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .buyer-card strong,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-section legend,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile b,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .page-cart-line .cart-line-product b,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-empty strong,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-row strong,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-total span {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-hero p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-form-head p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .page-cart-line .cart-line-product small,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-line-price span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-line-total span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-empty span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-row span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-box p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile small,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-page-form .check span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-page-form .consent-check span {
  color: var(--muted);
}

/* 20260828: keep every order-status component readable in the default light theme. */
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-id-card strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-current strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-grid strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-facts b,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-section-head span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items b,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item strong {
  color: var(--text);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-id-card span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-id-card small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-grid span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-grid small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel p,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-facts span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-section-head small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-transparency p,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item time,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item p,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-form p,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-form small,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-row span,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-row p,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-help-panel .form-note,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-skeleton {
  color: var(--muted);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-refresh {
  color: #252a33;
  border-color: rgba(30,35,43,.16);
  background: #fff;
  box-shadow: 0 8px 22px rgba(48,40,33,.07);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-refresh:hover,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-refresh:focus-visible {
  color: var(--red-dark);
  border-color: rgba(217,54,48,.46);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(217,54,48,.1);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-current {
  color: var(--text);
  border-color: rgba(217,54,48,.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(217,54,48,.14), transparent 27rem),
    linear-gradient(135deg, #fff7f5, #fff);
  box-shadow: inset 0 1px 0 #fff, 0 22px 54px rgba(48,40,33,.11);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-current span {
  color: #982b27;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-current p {
  color: #59616d;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-current em {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 22px rgba(187,39,35,.2);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline::before {
  background: #d9d5ce;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li {
  color: #68707c;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li span {
  color: #626a76;
  border-color: #cfd2d7;
  background: #fff;
  box-shadow: 0 0 0 8px #faf8f4;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li.is-done,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li.is-current {
  color: #252a33;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li.is-current {
  color: var(--red-dark);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .order-timeline li.is-current span {
  box-shadow: 0 0 0 8px #faf8f4, 0 0 0 11px rgba(217,54,48,.16), 0 0 28px rgba(217,54,48,.22);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-grid div,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-facts div,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-transparency,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-form,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items a,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-item-static,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-row {
  color: var(--text);
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.74);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel.is-ready {
  border-color: rgba(217,54,48,.3);
  background: linear-gradient(120deg, rgba(217,54,48,.1), rgba(255,255,255,.82));
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel.is-paid {
  border-color: rgba(25,132,79,.28);
  background: linear-gradient(120deg, rgba(25,132,79,.09), rgba(255,255,255,.82));
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-payment-panel.is-error,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item.is-warn {
  border-color: rgba(183,91,30,.32);
  background: rgba(255,248,238,.86);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items a:hover,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items a:focus-visible {
  border-color: rgba(217,54,48,.38);
  background: #fff;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items strong,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card em {
  color: #303640;
  background: rgba(30,35,43,.07);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-items strong small {
  color: #68707c;
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card em.is-ok {
  color: #126b40;
  background: rgba(25,132,79,.11);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-doc-card em.is-warn {
  color: #8d4518;
  background: rgba(183,91,30,.11);
}

:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-history-item.is-client,
:root[data-theme="light"] body.order-page-body:not(.cms-page):not(.admin-page) .status-message-row.is-client {
  border-color: rgba(217,54,48,.25);
  background: rgba(255,248,246,.86);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .page-cart-line,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-summary-box,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-empty-state,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-section,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-wide-check,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile span {
  color: var(--text);
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.72);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile:hover span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile input:focus-visible + span {
  border-color: rgba(217,54,48,.34);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .option-tile input:checked + span {
  border-color: rgba(217,54,48,.62);
  background: linear-gradient(145deg, rgba(217,54,48,.1), rgba(255,255,255,.9));
  box-shadow: inset 0 0 0 1px rgba(217,54,48,.12);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-media-notice,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .quote-product-summary {
  color: var(--muted);
  border-color: rgba(30,35,43,.11);
  background: rgba(245,242,236,.86);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-panel {
  border-color: rgba(217,54,48,.28);
  background: linear-gradient(135deg, rgba(217,54,48,.08), rgba(255,255,255,.78));
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts {
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.64);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts > div {
  border-left-color: rgba(30,35,43,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts strong {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts a {
  color: var(--muted);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts a {
  color: var(--red-dark);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-purchase-facts .product-availability strong {
  color: #15834f;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-print-action {
  color: var(--text);
  border-color: rgba(30,35,43,.14);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .quote-dialog,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-confirm-dialog,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-added-dialog,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-added-prompt,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-drawer,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .compare-panel,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-dialog {
  color: var(--text);
  border-color: rgba(30,35,43,.13);
  background: #faf8f4;
  box-shadow: 0 30px 90px rgba(48,40,33,.22);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-backdrop,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-added-backdrop,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .quote-dialog::backdrop,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .order-confirm-dialog::backdrop {
  background: rgba(29,31,35,.48);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-heading,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-footer,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .compare-head,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .compare-tools {
  border-color: rgba(30,35,43,.1);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-close {
  color: var(--text);
  border-color: rgba(30,35,43,.13);
  background: rgba(30,35,43,.05);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-close:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-close:focus-visible {
  color: var(--red-dark);
  border-color: rgba(217,54,48,.4);
  background: #fff;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-form,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-result,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .search-suggest,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .cart-line,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .compare-summary,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .compare-selected-card {
  color: var(--text);
  border-color: rgba(30,35,43,.11);
  background: #fff;
  box-shadow: 0 12px 34px rgba(48,40,33,.07);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .ups-selector-dialog,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .ups-selector-card,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .ups-selector-result,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .ups-selector-fields input,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .ups-selector-fields select {
  color: var(--text);
  border-color: rgba(30,35,43,.12);
  background: #faf8f4;
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .search-suggest-info small,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .search-suggest-count,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-result-copy span,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-result-copy small,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .global-search-result-commerce small {
  color: var(--muted);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .site-footer {
  border-top-color: rgba(30,35,43,.12);
  color: rgba(41,46,55,.72);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .company-info p,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .req-line,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-contact,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-policy a,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-bottom,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-col a {
  color: rgba(41,46,55,.64);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-col h5,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-contact.mono,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-contact.mono a {
  color: var(--text);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-col a:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-policy a:hover,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-contact a:hover {
  color: var(--red-dark);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-badge {
  color: rgba(41,46,55,.74);
  border-color: rgba(30,35,43,.11);
  background: rgba(255,255,255,.62);
}

:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .footer-policy {
  border-top-color: rgba(30,35,43,.1);
}

@media (max-width: 980px) {
  .mobile-theme-toggle {
    display: inline-grid;
  }

  :root[data-theme="light"] body.mobile-app-ready:not(.cms-page):not(.admin-page) .hero .lead {
    color: var(--muted);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-header-search-button,
  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-theme-toggle,
  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-header-phone {
    color: #252a33;
    border-color: rgba(30,35,43,.13);
    background: rgba(255,255,255,.78);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-contact-bar {
    border-top-color: rgba(30,35,43,.12);
    background: rgba(250,248,244,.94);
    box-shadow: 0 -12px 34px rgba(48,40,33,.1);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-contact-bar a,
  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-contact-bar button {
    color: rgba(41,46,55,.68);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-contact-bar a[aria-current="page"],
  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-contact-bar .mobile-request-action {
    color: var(--red-dark);
    background: rgba(217,54,48,.08);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .product-sticky-buybar,
  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) .mobile-filter-apply {
    color: var(--text);
    border-color: rgba(30,35,43,.13);
    background: rgba(250,248,244,.96);
    box-shadow: 0 14px 38px rgba(48,40,33,.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle,
  .mobile-theme-toggle {
    transition: none;
  }
}

/* 20260828: public mobile legibility, touch targets, and overflow hardening. */
@media (max-width: 820px) {
  body:not(.cms-page):not(.admin-page) {
    font-size: 16px;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .catalog-family-card strong,
    .mobile-filter-toggle
  ) {
    font-size: 12px;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .tag,
    .spec-section-title,
    .official-doc-preview small,
    #resultCount,
    .filters span,
    .filters small
  ) {
    font-size: 12px;
    line-height: 1.45;
  }

  body:not(.cms-page):not(.admin-page) :where(
    h1,
    h2,
    h3,
    h4,
    p,
    li,
    dt,
    dd,
    td,
    th,
    label,
    legend,
    .breadcrumbs
  ) {
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .eyebrow,
    .breadcrumbs,
    .source-note,
    .filter-legal-note summary,
    .filter-spec-disclaimer,
    .product-sticky-buybar-copy span,
    .cart-added-copy span,
    .cart-added-prompt span,
    .company-info p,
    .req-line,
    .footer-col a,
    .footer-policy a,
    .footer-bottom,
    .product-media-notice,
    .policy-doc-meta,
    .question-form-footer,
    .global-search-result-copy small
  ) {
    font-size: 12px;
    line-height: 1.45;
  }

  body:not(.cms-page):not(.admin-page) .commercial-factors span,
  body:not(.cms-page):not(.admin-page) .systems-grid p {
    font-size: 13px;
    line-height: 1.5;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .product-stock,
    .product-stock small
  ) {
    font-size: 12px;
    line-height: 1.3;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .mobile-header-search-button,
    .mobile-theme-toggle,
    .mobile-header-phone,
    .filter-close,
    .global-search-close,
    .product-action-icon,
    .cart-added-prompt a,
    .cart-added-prompt button,
    .product-qty-inline button,
    .cart-qty-step
  ) {
    min-width: 44px;
    min-height: 44px;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .mobile-header-search-button,
    .mobile-theme-toggle,
    .mobile-header-phone
  ) {
    width: 44px;
    max-width: 44px;
    height: 44px;
  }

  body:not(.cms-page):not(.admin-page) .mobile-contact-bar a,
  body:not(.cms-page):not(.admin-page) .mobile-contact-bar button {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -.02em;
  }

  body:not(.cms-page):not(.admin-page) .mobile-contact-bar a > span:not(.mobile-action-icon),
  body:not(.cms-page):not(.admin-page) .mobile-contact-bar button > span:not(.mobile-action-icon) {
    height: auto;
    min-height: 13px;
    overflow: visible;
    line-height: 1.1;
    text-overflow: clip;
  }

  body:not(.cms-page):not(.admin-page) .product-sticky-buybar-copy span {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }

  body:not(.cms-page):not(.admin-page) :where(
    .table-scroll,
    .performance-table-wrap,
    .policy-table-wrap
  ) {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) {
    --muted: rgba(41,46,55,.74);
  }

  :root[data-theme="light"] body:not(.cms-page):not(.admin-page) :where(
    .company-info p,
    .req-line,
    .footer-contact,
    .footer-policy a,
    .footer-bottom,
    .footer-col a
  ) {
    color: rgba(41,46,55,.74);
  }
}

@media (max-width: 360px) {
  .header-inner {
    gap: 4px;
  }

  .site-logo-img {
    max-width: 90px;
  }

  .mobile-header-actions {
    gap: 4px;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
}

/* Checkout is one form, with optional paperwork disclosed only when needed. */
.checkout-compact { padding-top: 12px; }
.checkout-compact .order-hero { gap: 8px; padding: 12px 0 20px; }
.checkout-compact .order-hero h1,
body[data-order-page="status"] .order-hero h1 { font-size: clamp(26px, 3vw, 36px); line-height: 1.15; }
.checkout-compact .order-hero p { font-size: 14px; }
.checkout-workspace { width: min(1180px, calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 20px; }
.checkout-main-column { display: grid; gap: 16px; min-width: 0; }
.checkout-compact .order-panel { border-radius: 16px; padding: 20px; box-shadow: none; backdrop-filter: none; }
.checkout-compact .checkout-page-form { width: 100%; margin: 0; display: grid; gap: 14px; }
.checkout-compact .order-panel h2 { font-size: 20px; margin: 0; line-height: 1.3; }
.checkout-compact .checkout-section-title { padding-top: 12px; border-top: 1px solid var(--line); }
.checkout-compact .cart-head { margin-bottom: 12px; }
.checkout-compact .checkout-section { padding: 0; border: 0; background: transparent; gap: 6px; border-radius: 0; }
.checkout-compact .checkout-section legend { padding: 0; font-size: 13px; color: var(--muted); font-weight: 500; margin-bottom: 6px; }
.checkout-compact .buyer-type-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.checkout-compact .buyer-type-toggle label span { min-height: 44px; padding: 10px; font-size: 13px; }
.checkout-compact .checkout-grid { gap: 12px; }
.checkout-compact .checkout-contacts > label:first-child { grid-column: 1 / -1; }
.checkout-compact .checkout-page-form label:not(.check) { display: grid; gap: 6px; min-width: 0; }
.checkout-compact .checkout-page-form label > span { font-size: 13px; line-height: 1.45; }
.checkout-compact .checkout-page-form input:not([type="radio"]):not([type="checkbox"]),
.checkout-compact .checkout-page-form select,
.checkout-compact .checkout-page-form textarea { min-height: 44px; width: 100%; min-width: 0; padding: 10px 12px; font-size: 16px; line-height: 1.3; border-radius: 8px; }
.checkout-compact [hidden] { display: none !important; }
.checkout-extra { min-width: 0; border-top: 1px solid var(--line); color: var(--text); }
.checkout-extra summary { min-height: 44px; padding: 12px 0; cursor: pointer; font-size: 13px; line-height: 1.5; }
.checkout-extra[open] { padding-bottom: 8px; }
.checkout-extra[open] > label,
.checkout-extra[open] > div { margin-top: 6px; }
.checkout-extra p,
.checkout-compact .form-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.checkout-compact .page-cart-items { gap: 0; margin: 0; }
.checkout-compact .page-cart-line { grid-template-columns: minmax(140px, 1fr) 138px minmax(80px, auto); gap: 10px 14px; padding: 14px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.checkout-compact .page-cart-line .cart-line-product { grid-template-columns: 56px minmax(0, 1fr); gap: 10px; }
.checkout-compact .page-cart-line .cart-line-product img { width: 56px; height: 56px; border-radius: 8px; }
.checkout-compact .page-cart-line .cart-line-product b { font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
.checkout-compact .page-cart-line .cart-line-product small { margin-top: 2px; font-size: 12px; line-height: 1.5; }
.checkout-compact .page-cart-line .qty { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; width: 138px; min-width: 0; padding: 0; gap: 0; }
.checkout-compact .page-cart-line .qty button,
.checkout-compact .page-cart-line .qty input { width: 100%; min-width: 0; height: 44px; min-height: 44px; padding: 0; font-size: 16px; text-align: center; }
.checkout-compact .page-cart-line .qty input { appearance: textfield; -moz-appearance: textfield; }
.checkout-compact .qty input::-webkit-inner-spin-button,
.checkout-compact .qty input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.checkout-compact .cart-line-total { text-align: right; }
.checkout-compact .cart-line-total strong { font-variant-numeric: tabular-nums; line-height: 1.4; }
.checkout-compact .cart-line-total span { text-transform: none; font-size: 12px; font-weight: 500; }
.cart-remove-line { justify-self: end; background: none; border: 0; min-height: 44px; min-width: 44px; padding: 8px 0; text-decoration: underline; font-size: 12px; color: var(--muted); cursor: pointer; }
.checkout-catalog-link { display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; color: var(--text); text-decoration: underline; }
.checkout-compact .cart-summary-panel { gap: 12px; top: 88px; }
.checkout-compact .cart-summary-box { padding: 0; border: 0; background: none; border-radius: 0; }
.checkout-compact .cart-summary-total { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.checkout-compact .cart-summary-total strong { font-size: 25px; line-height: 1.25; font-variant-numeric: tabular-nums; }
.checkout-compact .cart-summary-row,
.checkout-compact .cart-summary-box p { font-size: 13px; }
.checkout-compact .cart-summary-box p { color: var(--muted); line-height: 1.5; }
.checkout-delivery-cost,
.checkout-next-note { margin: 0 0 12px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.checkout-next-note { margin: 10px 0 0; }
.checkout-compact .checkout-consent { display: grid !important; grid-template-columns: 20px minmax(0,1fr); align-items: start; min-height: 44px; gap: 10px; margin: 12px 0; font-size: 12px; line-height: 1.5; }
.checkout-compact .checkout-consent input { width: 20px; height: 20px; min-height: 20px; padding: 0; margin: 2px 0 0; }
.checkout-compact .checkout-consent span { font-size: 12px; line-height: 1.5; color: var(--muted); }
.checkout-compact .checkout-consent a { text-decoration: underline; color: var(--text); }
.checkout-compact [data-submit-order] { min-height: 48px; }
.checkout-compact [data-submit-order]:disabled { opacity: .6; cursor: not-allowed; }
.checkout-compact .cart-clear-button { min-height: 44px; min-width: 44px; }
:root[data-theme="dark"] .checkout-compact .cart-clear-button { color: #ffaaa3; }
.checkout-compact :focus-visible,
.status-extra summary:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; }
.checkout-compact .qty :focus-visible { outline-offset: -3px; }
.checkout-page-form[data-attempted="true"] input:invalid { border-color: #d1322c; }
.checkout-compact [data-page-order-result] { padding: 12px; border-radius: 8px; }
.checkout-compact [data-page-order-result] strong,
.checkout-compact [data-page-order-result] li { color: var(--text); font-size: 14px; }
.checkout-compact [data-page-order-result] ul { margin: 8px 0 0; padding-left: 18px; }
.status-extra { border-top: 1px solid var(--line); padding: 4px 0; margin-top: 12px; color: var(--text); }
.status-extra > summary { min-height: 44px; padding: 10px 0; font-weight: 600; font-size: 14px; cursor: pointer; }
.status-extra > p { font-size: 14px; line-height: 1.5; color: var(--muted); }
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-compact .order-panel,
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-compact .cart-line { box-shadow: none; }
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-compact .cart-line { background: transparent; }
:root[data-theme="light"] body:not(.cms-page):not(.admin-page) .checkout-compact { --muted: #60656e; }
:root[data-theme="light"] .checkout-compact .cart-line-total strong,
:root[data-theme="light"] .checkout-compact .cart-summary-total strong { color: var(--red-dark); }
body[data-order-page="status"] .status-payment-panel { margin-top: 16px; }
body[data-order-page="status"] .order-page-main { padding-top: 12px; }
body[data-order-page="status"] .order-hero { gap: 8px; padding: 12px 0 20px; }
body[data-order-page="status"] .order-hero p { font-size: 14px; }
body[data-order-page="status"] .status-topline { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; margin-bottom: 14px; }
body[data-order-page="status"] .status-id-card strong { font-size: 24px; }
body[data-order-page="status"] .status-refresh { width: auto; min-height: 44px; padding: 10px 12px; }
body[data-order-page="status"] .is-before-payment .status-current { padding: 0; border: 0; background: transparent; box-shadow: none; gap: 8px; }
body[data-order-page="status"] .is-before-payment .status-current strong { font-size: 20px; }
body[data-order-page="status"] .is-before-payment .status-current p { font-size: 14px; line-height: 1.5; margin: 6px 0 0; }
body[data-order-page="status"] .is-before-payment .status-current > div > span { display: none; }
body[data-order-page="status"] .status-payment-panel { padding: 14px; border-radius: 12px; gap: 12px; }
body[data-order-page="status"] .status-payment-panel p { font-size: 14px; line-height: 1.5; }
body[data-order-page="status"] .status-section-head span { font-size: 18px; }
body[data-order-page="status"] .status-edo-request,
body[data-order-page="status"] .status-doc-link { min-height: 44px; }
@media (max-width: 1000px) {
  .checkout-workspace { grid-template-columns: minmax(0, 1fr) 285px; gap: 14px; }
  .checkout-compact .page-cart-line { grid-template-columns: 138px minmax(0, 1fr); }
  .checkout-compact .page-cart-line .cart-line-product { grid-column: 1 / -1; }
  .checkout-compact .cart-remove-line { grid-column: 2; }
  .checkout-compact .order-panel { padding: 16px; }
}
@media (max-width: 740px) {
  .checkout-workspace { grid-template-columns: minmax(0, 1fr); width: calc(100% - 24px); }
  .checkout-compact .order-hero { width: calc(100% - 24px); }
  .checkout-compact .cart-summary-panel { position: static; }
  .checkout-compact .checkout-grid { grid-template-columns: minmax(0, 1fr); }
  .checkout-compact .buyer-type-toggle label span { padding: 10px 6px; }
}
@media (max-width: 820px) {
  body:not(.cms-page):not(.admin-page) .catalog-family-card strong,
  body:not(.cms-page):not(.admin-page) .mobile-filter-toggle,
  body:not(.cms-page):not(.admin-page) .sku,
  body:not(.cms-page):not(.admin-page) .product-code-secondary,
  body:not(.cms-page):not(.admin-page) .product-card .tag,
  body:not(.cms-page):not(.admin-page) .product-card .spec-mini span,
  body:not(.cms-page):not(.admin-page) .product-card .spec-mini b,
  body:not(.cms-page):not(.admin-page) .product-card .product-stock span,
  body:not(.cms-page):not(.admin-page) .product-card .product-stock small {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .checkout-compact *, .checkout-compact *::before, .checkout-compact *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
