:root {
  --blue-950: #0b3658;
  --blue-900: #0f4774;
  --blue-800: #145b91;
  --blue-700: #1469a8;
  --blue-600: #1879bd;
  --blue-100: #e9f3fa;
  --blue-050: #f4f8fb;
  --orange: #f59a18;
  --orange-dark: #cf7610;
  --ink: #152536;
  --text: #354657;
  --muted: #6b7a88;
  --line: #d7e0e7;
  --line-strong: #bfcbd5;
  --surface: #ffffff;
  --surface-alt: #f3f6f8;
  --container: 1280px;
  --shadow: 0 10px 28px rgba(17, 57, 88, .09);
  --sticky-aside-top: 152px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: #fff;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; padding: 10px 14px; background: #fff; color: var(--blue-900); border: 2px solid var(--orange); }
.skip-link:focus { top: 20px; }

.utility-bar { background: var(--blue-950); color: #dcebf5; font-size: 13px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 22px; }
.utility-bar a:hover { color: #fff; }
.city-switch { appearance: none; border: 0; color: #fff; background: transparent; padding: 2px 18px 2px 0; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 8px) 55%, calc(100% - 3px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.city-switch option { color: #111; background: #fff; }
.utility-label { color: #91b8d4; margin-right: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 3px 16px rgba(14, 55, 86, .05); }
.header-main { min-height: 88px; display: grid; grid-template-columns: 275px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; width: 250px; }
.logo img { width: 100%; height: auto; }
.header-search { position: relative; display: flex; height: 44px; border: 1px solid var(--line-strong); background: #fff; }
.header-search:focus-within { border-color: var(--blue-600); box-shadow: 0 0 0 2px rgba(24, 121, 189, .12); }
.header-search input { min-width: 0; flex: 1; border: 0; outline: none; padding: 0 14px; color: var(--ink); }
.header-search button { width: 48px; border: 0; background: var(--blue-700); color: #fff; display: grid; place-items: center; }
.header-search button:hover { background: var(--blue-800); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: grid; line-height: 1.25; padding-right: 8px; }
.header-phone small { color: var(--muted); font-size: 12px; }
.header-phone strong { color: var(--blue-950); font-size: 15px; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; color: var(--blue-900); display: grid; place-items: center; }
.icon-button:hover { background: var(--blue-050); border-color: var(--blue-600); }
.quote-button { height: 44px; border: 0; background: var(--orange); color: #1f2a33; font-weight: 700; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.quote-button:hover { background: var(--orange-dark); color: #fff; }

.nav-wrap { background: var(--blue-800); color: #fff; }
.nav-inner { display: flex; align-items: stretch; justify-content: space-between; min-height: 48px; }
.main-nav { display: flex; align-items: stretch; }
.main-nav > a { display: flex; align-items: center; min-height: 48px; padding: 0 18px; font-size: 14px; font-weight: 700; border-right: 1px solid rgba(255,255,255,.13); }
.main-nav > a:first-of-type { border-left: 1px solid rgba(255,255,255,.13); }
.main-nav > a:hover, .main-nav > a.active { background: var(--blue-950); }
.nav-tools { display: flex; align-items: center; }
.language-select { appearance: none; border: 0; border-left: 1px solid rgba(255,255,255,.16); color: #fff; background-color: transparent; padding: 0 30px 0 16px; height: 48px; font-weight: 700; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.language-select option { color: #111; }
.city-switch:focus, .city-switch:focus-visible,
.language-select:focus, .language-select:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: rgba(255,255,255,.08);
}
.city-switch::-ms-expand, .language-select::-ms-expand { display: none; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 48px; border: 0; background: var(--blue-950); color: #fff; }
.menu-toggle-lines { width: 21px; height: 14px; position: relative; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.menu-toggle-lines::after { content: ""; position: absolute; left: 0; right: 0; top: 5px; border-top: 2px solid currentColor; }

.breadcrumbs { border-bottom: 1px solid var(--line); background: #f8fafb; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 11px 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #9eabb6; }
.breadcrumbs a:hover { color: var(--blue-700); }

.hero { min-height: 430px; position: relative; overflow: hidden; background: linear-gradient(90deg,#f3f9fd 0%,#eef7fc 43%,rgba(239,247,252,.3) 65%), url('../img/hero/hero-1.webp') center bottom / cover no-repeat; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(20,105,168,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(20,105,168,.06) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-inner { min-height: 430px; display: flex; align-items: center; position: relative; z-index: 1; }
.hero-content { width: min(760px, 68%); padding: 54px 0 62px; }
.eyebrow { margin: 0 0 14px; color: var(--blue-700); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--blue-950); font-size: clamp(34px, 3.6vw, 52px); line-height: 1.06; letter-spacing: -.025em; max-width: 720px; }
.hero-lead { width: 100%; max-width: 720px; margin: 20px 0 0; font-size: 19px; color: #405667; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 46px; border: 1px solid transparent; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 750; line-height: 1.2; }
.button-primary { background: var(--blue-700); color: #fff; }
.button-primary:hover { background: var(--blue-950); }
.button-secondary { background: #fff; color: var(--blue-900); border-color: var(--blue-700); }
.button-secondary:hover { background: var(--blue-050); }
.button-orange { background: var(--orange); color: #1e2a33; }
.button-orange:hover { background: var(--orange-dark); color: #fff; }
.button-small { min-height: 38px; padding-inline: 14px; font-size: 14px; }
.hero-facts { width: 100%; max-width: 720px; margin-top: 30px; padding-top: 18px; border-top: 1px solid #bfd6e6; display: grid; grid-template-columns: repeat(var(--hero-fact-count,3),minmax(0,1fr)); }
.hero-fact { padding-right: 16px; }
.hero-fact + .hero-fact { border-left: 1px solid #bfd6e6; padding-left: 16px; }
.hero-fact strong { display: block; color: var(--blue-950); font-size: 22px; line-height: 1; }
.hero-fact span { display: block; margin-top: 6px; font-size: 12px; color: var(--muted); }

.section { padding: 64px 0; }
.section-compact { padding: 44px 0; }
.section-alt { background: var(--surface-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-blue { background: var(--blue-950); color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-title { margin: 0; color: var(--blue-950); font-size: clamp(27px, 3vw, 38px); line-height: 1.15; letter-spacing: -.02em; }
.section-blue .section-title { color: #fff; }
.section-intro { margin: 8px 0 0; max-width: 720px; color: var(--muted); }
.section-blue .section-intro { color: #b8ccdb; }
.section-link {
  position: relative;
  display: inline-block;
  color: var(--blue-700);
  font-weight: 750;
  white-space: nowrap;
  padding-bottom: 5px;
}
.section-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .32s ease;
}
.section-link:hover::after,
.section-link:focus-visible::after { transform: scaleX(1); }
.section-link:focus-visible { outline: none; }
.section-blue .section-link { color: #fff; }
.section-head-link-only { justify-content: flex-end; }


.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 280px; position: relative; overflow: hidden; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 20px 18px; display: flex; flex-direction: column; }
.category-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.category-card:hover::before { transform: scaleX(1); }
.category-card:hover { box-shadow: var(--shadow); z-index: 1; }
.category-image { height: 150px; display: grid; place-items: center; }
.category-image img { max-height: 145px; object-fit: contain; transition: transform .25s ease; }
.category-card:hover .category-image img { transform: translateY(-3px); }
.category-card h3 { margin: 14px 0 4px; color: var(--blue-950); font-size: 18px; line-height: 1.25; }
.category-card p { margin: 0; color: var(--muted); font-size: 13px; }
.category-arrow { margin-top: auto; color: var(--blue-700); font-size: 20px; font-weight: 800; }

.selection-panel { display: grid; grid-template-columns: 1.25fr 1fr; border: 1px solid var(--line); background: #fff; }
.selection-copy { padding: 34px 36px; border-right: 1px solid var(--line); }
.selection-copy h2 { margin: 0; color: var(--blue-950); font-size: 31px; line-height: 1.15; }
.selection-copy p { margin: 12px 0 0; color: var(--muted); }
.selection-points { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.selection-points li { position: relative; padding-left: 22px; }
.selection-points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 9px; height: 9px; background: var(--orange); }
.selection-form { padding: 30px; background: var(--blue-050); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--blue-950); font-size: 13px; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); min-height: 44px; padding: 9px 11px; outline: none; border-radius: 0; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 2px rgba(24,121,189,.1); }

.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px; display: flex; flex-direction: column; position: relative; }
.product-card:hover { box-shadow: var(--shadow); z-index: 1; }
.product-image { height: 190px; display: grid; place-items: center; background: #fff; }
.product-image img { max-height: 170px; max-width: 90%; object-fit: contain; }
.product-code { margin-top: 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.product-card h3 { margin: 6px 0 10px; color: var(--blue-950); font-size: 17px; line-height: 1.3; }
.product-specs { margin: 0 0 18px; padding: 0; list-style: none; color: #556574; font-size: 13px; }
.product-specs li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dotted var(--line-strong); }
.product-specs span:last-child { color: var(--ink); font-weight: 650; text-align: right; }
.product-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-link { color: var(--blue-700); font-weight: 750; font-size: 14px; }
.product-link:hover { color: var(--orange-dark); }

.tech-resource-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.2); }
.tech-resource-card { min-height: 210px; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; padding: 24px; color: #fff; background: rgba(255,255,255,.035); }
.tech-resource-card + .tech-resource-card { border-left: 1px solid rgba(255,255,255,.18); }
.tech-resource-card:hover, .tech-resource-card:focus-visible { color: #fff; background: rgba(255,255,255,.085); }
.tech-resource-card:focus-visible { outline: 2px solid var(--orange); outline-offset: -2px; }
.tech-resource-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); color: var(--orange); }
.tech-resource-content strong { display: block; margin-bottom: 8px; font-size: 17px; line-height: 1.3; }
.tech-resource-content p { margin: 0; color: #bed0dd; font-size: 13px; line-height: 1.55; }
.tech-resource-arrow { justify-self: end; color: var(--orange); font-size: 24px; line-height: 1; }
.document-groups { display: grid; gap: 42px; }
.document-group { scroll-margin-top: 110px; }
.document-group-head { margin-bottom: 14px; }
.document-group-head .eyebrow { margin-bottom: 5px; }
.document-group-head h2 { margin: 0 0 7px; color: var(--blue-950); font-size: 23px; }
.document-group-head p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.map-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr); border: 1px solid var(--line); background: #fff; }
.map-stage { min-height: 480px; position: relative; padding: 24px; background: #f9fbfc; border-right: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.map-info { padding: 30px; }
.map-info h3 { margin: 0; color: var(--blue-950); font-size: 25px; }
.branch-address { margin: 12px 0; color: var(--text); }
.branch-contact { display: grid; gap: 6px; font-size: 14px; }
.branch-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.branch-list button { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; border-bottom: 1px solid var(--line); background: #fff; color: var(--blue-900); padding: 0 2px; text-align: left; }
.branch-list button:hover, .branch-list button.active { color: var(--orange-dark); padding-left: 8px; }

.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-card { background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-card:hover { box-shadow: var(--shadow); z-index: 1; }
.news-image { aspect-ratio: 16/9; overflow: hidden; background: #eef3f6; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover .news-image img { transform: scale(1.025); }
.news-body { padding: 20px; }
.news-date { color: var(--blue-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.news-card h3 { margin: 8px 0 8px; color: var(--blue-950); font-size: 19px; line-height: 1.3; }
.news-card p { margin: 0; color: var(--muted); font-size: 14px; }
.news-card .product-link { display: inline-block; margin-top: 15px; }

.page-head { padding: 38px 0 32px; background: linear-gradient(90deg,var(--blue-050),#fff); border-bottom: 1px solid var(--line); }
.page-head h1 { margin: 0; color: var(--blue-950); font-size: clamp(32px,4vw,48px); line-height: 1.08; }
.page-head p { margin: 12px 0 0; color: var(--muted); max-width: 760px; }

.catalog-layout { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 30px; align-items: start; }
.catalog-sidebar { border: 1px solid var(--line); background: #fff; }
.sidebar-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: var(--blue-900); color: #fff; font-weight: 800; }
.sidebar-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 22px; }
.catalog-menu { margin: 0; padding: 0; list-style: none; }
.catalog-menu li { border-bottom: 1px solid var(--line); }
.catalog-menu a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 9px 14px; color: var(--blue-950); font-size: 14px; }
.catalog-menu a:hover, .catalog-menu a.active { color: var(--blue-700); background: var(--blue-050); box-shadow: inset 3px 0 0 var(--orange); }
.sidebar-block { padding: 18px 16px; border-top: 1px solid var(--line); }
.sidebar-block h3 { margin: 0 0 12px; color: var(--blue-950); font-size: 15px; }
.check-list { display: grid; gap: 9px; }
.check-line { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.check-line input { width: 16px; height: 16px; accent-color: var(--blue-700); }
.catalog-main { min-width: 0; }
.catalog-toolbar { min-height: 50px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.catalog-count { color: var(--muted); font-size: 14px; }
.toolbar-controls { display: flex; align-items: center; gap: 10px; }
.toolbar-controls select { min-height: 38px; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); padding: 0 34px 0 10px; }
.view-button { width: 38px; height: 38px; border: 1px solid var(--line); background: #fff; color: var(--blue-800); }
.view-button.active { background: var(--blue-800); color: #fff; }
.catalog-main .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pagination { display: flex; gap: 6px; margin-top: 28px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--blue-900); }
.pagination .current { background: var(--blue-800); color: #fff; border-color: var(--blue-800); }

.product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: 44px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 16px; }
.gallery-thumbs { display: grid; gap: 10px; align-content: start; }
.gallery-thumb { width: 86px; height: 76px; border: 1px solid var(--line); background: #fff; padding: 5px; }
.gallery-thumb.active { border-color: var(--orange); box-shadow: inset 0 0 0 1px var(--orange); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.gallery-main { min-height: 460px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; padding: 28px; }
.gallery-main img { max-height: 420px; object-fit: contain; }
.product-summary h1 { margin: 0; color: var(--blue-950); font-size: clamp(30px,3vw,43px); line-height: 1.12; }
.product-subline { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 15px; color: var(--muted); font-size: 13px; }
.product-description { margin: 20px 0; color: var(--text); }
.application-list { margin: 0 0 22px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-list li { min-height: 44px; padding: 10px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; display: flex; align-items: center; gap: 9px; }
.application-list li::before { content: ""; width: 8px; height: 8px; background: var(--orange); flex: 0 0 auto; }
.summary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.summary-note { margin-top: 16px; padding: 13px 14px; background: var(--blue-050); border-left: 3px solid var(--blue-700); color: #4b5e6d; font-size: 13px; }
.product-content { margin-top: 54px; }
.tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line-strong); }
.tab-button { min-height: 48px; border: 0; border-top: 3px solid transparent; background: #f5f7f8; color: var(--blue-900); padding: 0 22px; font-weight: 750; white-space: nowrap; }
.tab-button + .tab-button { border-left: 1px solid var(--line); }
.tab-button.active { background: #fff; border-top-color: var(--orange); color: var(--blue-950); }
.tab-panel { display: none; padding: 28px 0 0; }
.tab-panel.active { display: block; }
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.spec-table { width: 100%; min-width: 740px; border-collapse: collapse; font-size: 14px; }
.spec-table th { background: var(--blue-900); color: #fff; text-align: left; padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.18); }
.spec-table td { padding: 11px 14px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.spec-table tbody tr:nth-child(even) { background: #f7f9fa; }
.document-list { display: grid; border-top: 1px solid var(--line); }
.document-link { min-height: 58px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: var(--blue-900); }
.document-type { width: 34px; height: 34px; display: grid; place-items: center; background: #e8eef3; color: #d23c31; font-size: 11px; font-weight: 800; }
.document-link small { color: var(--muted); }
.document-link:hover { color: var(--orange-dark); background: #fafcfd; }
.install-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.install-step { min-height: 150px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.install-step strong { display: block; color: var(--blue-700); font-size: 28px; line-height: 1; margin-bottom: 12px; }
.install-step p { margin: 0; font-size: 14px; }

.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 42px; align-items: start; }
.article-content { min-width: 0; }
.article-content h2, .article-content h3 { color: var(--blue-950); line-height: 1.25; }
.article-content h2 { margin: 34px 0 14px; font-size: 28px; }
.article-content h3 { margin: 26px 0 12px; font-size: 21px; }
.article-content p { margin: 0 0 16px; }
.article-content ul { padding-left: 22px; }
.article-image { width: 100%; margin: 0 0 26px; border: 1px solid var(--line); }
.article-meta { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.aside-box { border: 1px solid var(--line); background: #fff; margin-bottom: 18px; }
.aside-box h3 { margin: 0; padding: 14px 16px; background: var(--blue-900); color: #fff; font-size: 16px; }
.aside-box-content { padding: 16px; }
.aside-links { margin: 0; padding: 0; list-style: none; }
.aside-links li + li { border-top: 1px solid var(--line); }
.aside-links a { display: block; padding: 10px 0; color: var(--blue-900); font-size: 14px; }
.aside-links a:hover { color: var(--orange-dark); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); }
.contact-details { padding: 34px; background: var(--blue-950); color: #fff; }
.contact-details h2 { margin: 0; font-size: 29px; }
.contact-details p { color: #bfd0dc; }
.contact-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.contact-list small { display: block; color: #88acc6; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong, .contact-list a { display: block; margin-top: 4px; color: #fff; }
.contact-form { padding: 34px; background: #fff; }

.site-footer { background: #102f49; color: #cfdee9; border-top: 4px solid var(--orange); }
.footer-main { padding: 46px 0 36px; display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.15fr; gap: 38px; }
.footer-logo { width: 210px; filter: brightness(0) invert(1); opacity: .95; }
.footer-copy { margin: 16px 0 0; color: #9fbbce; font-size: 13px; max-width: 290px; }
.footer-col h3 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 8px; font-size: 13px; }
.footer-bottom { min-height: 54px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8faabd; font-size: 12px; }

.modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(7,30,48,.7); }
.modal.open { display: flex; }
.modal-panel { width: min(620px,100%); background: #fff; border-top: 4px solid var(--orange); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.modal-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; color: var(--blue-950); font-size: 20px; }
.modal-close { width: 38px; height: 38px; border: 0; background: transparent; color: var(--blue-900); font-size: 28px; }
.modal-body { padding: 22px; }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 230px minmax(220px,1fr) auto; gap: 18px; }
  .logo { width: 220px; }
  .header-phone { display: none; }
  .main-nav > a { padding-inline: 13px; }
  .category-grid, .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-main .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 920px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-left .utility-email, .utility-right .utility-hours { display: none; }
  .header-main { min-height: 74px; grid-template-columns: 205px minmax(0,1fr) auto; gap: 14px; }
  .logo { width: 195px; }
  .header-search { height: 40px; }
  .quote-button { display: none; }
  .nav-inner { min-height: 46px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; left: 0; top: 0; bottom: 0; width: min(360px,88vw); z-index: 250; flex-direction: column; align-items: stretch; padding-top: 70px; background: var(--blue-950); transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 45px rgba(0,0,0,.25); overflow-y: auto; }
  body.menu-open .main-nav { transform: translateX(0); }
  body.menu-open::after { content: ""; position: fixed; inset: 0; z-index: 220; background: rgba(6,28,44,.62); }
  .main-nav > a { min-height: 50px; width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; color: #fff; padding: 0 22px; }
  .menu-toggle { position: relative; z-index: 260; }
  .language-select { height: 46px; }
  .hero, .hero-inner { min-height: 410px; }
  .hero { background-position: 62% bottom; }
  .hero-content { width: 74%; }
  .hero-lead { font-size: 17px; }
  .category-grid, .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .selection-panel { grid-template-columns: 1fr; }
  .selection-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .tech-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tech-resource-card:nth-child(3) { border-left: 0; }
  .tech-resource-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .map-layout { grid-template-columns: 1fr; }
  .map-stage { border-right: 0; border-bottom: 1px solid var(--line); min-height: 390px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .sidebar-toggle { display: block; }
  .catalog-sidebar .catalog-menu, .catalog-sidebar .sidebar-block { display: none; }
  .catalog-sidebar.open .catalog-menu, .catalog-sidebar.open .sidebar-block { display: block; }
  .product-layout { grid-template-columns: 1fr; gap: 30px; }
  .content-layout { grid-template-columns: 1fr; }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .tech-resource-grid { grid-template-columns: 1fr; }
  .tech-resource-card { min-height: 0; grid-template-columns: 46px minmax(0,1fr) auto; grid-template-rows: auto; align-items: center; gap: 14px; padding: 18px; }
  .tech-resource-card + .tech-resource-card, .tech-resource-card:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .tech-resource-icon { width: 42px; height: 42px; }
  .tech-resource-content strong { font-size: 15px; }
  .tech-resource-content p { margin-top: 5px; font-size: 12px; }
  .tech-resource-arrow { align-self: center; }
  .utility-inner { min-height: 32px; }
  .utility-left { width: 100%; justify-content: space-between; }
  .utility-right { display: none; }
  .header-main { min-height: 66px; grid-template-columns: 180px 1fr; }
  .logo { width: 175px; }
  .header-search { grid-column: 1 / -1; order: 3; margin-bottom: 12px; }
  .header-actions { justify-self: end; }
  .nav-wrap { margin-top: 0; }
  .nav-tools { margin-left: auto; }
  .hero { background: linear-gradient(90deg,rgba(245,250,253,.98),rgba(245,250,253,.88)), url('../img/hero/hero-1.webp') 63% bottom / auto 72% no-repeat; }
  .hero::before { mask-image: none; opacity: .65; }
  .hero-content { width: 100%; padding: 42px 0 48px; }
  .hero h1 { font-size: 38px; }
  .hero-lead { font-size: 16px; max-width: 92%; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; }
  .hero-facts { grid-template-columns: 1fr; gap: 10px; }
  .hero-fact + .hero-fact { border-left: 0; padding-left: 0; }
  .hero-fact strong { display: inline; font-size: 18px; margin-right: 5px; }
  .hero-fact span { display: inline; }
  .section { padding: 48px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .section-head-link-only { align-items: flex-end; }
  .category-grid, .product-grid, .catalog-main .product-grid, .news-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 240px; }
  .category-image { height: 125px; }
  .selection-copy, .selection-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .map-stage { min-height: 300px; padding: 10px; }
    .map-info { padding: 22px; }
  .news-card:last-child { display: block; grid-column: auto; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; padding-bottom: 12px; }
  .toolbar-controls { width: 100%; }
  .toolbar-controls select { flex: 1; min-width: 0; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(4,1fr); order: 2; }
  .gallery-thumb { width: 100%; height: 70px; }
  .gallery-main { min-height: 320px; }
  .application-list { grid-template-columns: 1fr; }
  .install-steps { grid-template-columns: 1fr 1fr; }
  .article-aside { grid-template-columns: 1fr; }
  .contact-details, .contact-form { padding: 24px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-col:last-child { grid-template-columns: 1fr; }
  .footer-bottom { padding: 16px 0; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .header-main { grid-template-columns: 155px 1fr; }
  .logo { width: 150px; }
  .icon-button { width: 40px; height: 40px; }
  .language-select { padding-left: 10px; padding-right: 25px; }
  .hero h1 { font-size: 33px; }
  .install-steps { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
}

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

/* v0.1.1 — Bootstrap-ready refinement, existing brand and compact content */
.logo {
  width: 258px;
  min-height: 64px;
  padding: 7px 13px;
  justify-content: center;
  background: var(--blue-800);
  border-left: 4px solid var(--orange);
}
.logo img {
  width: 100%;
  max-height: 52px;
  object-fit: contain;
}
.footer-logo {
  width: 250px;
  max-height: 58px;
  object-fit: contain;
  filter: none;
}

/* Compact home news */
.news-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
.news-mini-grid > * { width: auto; padding: 0; }
.news-mini-card {
  height: 100%;
  min-height: 184px;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  grid-template-rows: 1fr;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.news-mini-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}
.news-mini-media {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background: #f7fafc;
  border-right: 1px solid var(--line);
}
.news-mini-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #edf3f7; }
.news-mini-media .news-date {
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 7px 10px 6px;
  border-top: 1px solid var(--line);
  background: #fff;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: .045em;
}
.news-mini-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.news-mini-card:hover .news-mini-image img { transform: scale(1.035); }
.news-mini-body { padding: 17px 18px 18px; align-self: center; }
.news-mini-body h3 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.3;
}
.news-mini-body h3 a { color: inherit; }
.news-mini-body h3 a:hover { color: var(--blue-700); }
.news-mini-body p { margin: 0; color: var(--muted); font-size: 14px; }
.news-all-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* News archive: compact, readable horizontal cards */
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.news-list-card {
  min-height: 154px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.news-list-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 9px 24px rgba(17,57,88,.08);
  transform: translateY(-2px);
}
.news-list-image { min-height: 152px; overflow: hidden; background: #edf3f7; }
.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}
.news-list-card:hover .news-list-image img { transform: scale(1.035); }
.news-list-body { min-width: 0; padding: 16px 17px 16px 18px; }
.news-list-body h2 {
  margin: 6px 0 7px;
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.28;
}
.news-list-body h2 a { color: inherit; }
.news-list-body h2 a:hover { color: var(--blue-700); }
.news-list-body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.news-list-body .product-link { display: inline-block; margin-top: 10px; font-size: 13px; }

/* Branch map — Leaflet / OpenStreetMap */
.map-layout-v2 { grid-template-columns: minmax(0, 1.65fr) minmax(280px, .62fr); }
.map-stage-v2 {
  min-height: 520px;
  padding: 0;
  display: block;
  background: #eef3f6;
  isolation: isolate;
}
.map-stage-home { min-height: 480px; }
.map-stage-v2.leaflet-container {
  width: 100%;
  font-family: inherit;
  color: var(--text);
  outline: 0;
}
.map-stage-v2 .leaflet-tile-pane { filter: saturate(.74) contrast(.97) brightness(1.025); }
.map-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.map-stage-v2 .leaflet-control-zoom {
  border: 1px solid var(--line-strong);
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(14,55,86,.10);
}
.map-stage-v2 .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 0 !important;
  color: var(--blue-900);
  background: rgba(255,255,255,.96);
}
.map-stage-v2 .leaflet-control-zoom a:hover { color: #fff; background: var(--blue-800); }
.map-stage-v2 .leaflet-control-attribution {
  padding: 2px 6px;
  color: #536777;
  background: rgba(255,255,255,.90);
  font-size: 10px;
}
.map-stage-v2 .leaflet-control-attribution a { color: var(--blue-700); }
.kreptech-leaflet-icon {
  display: grid !important;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.kreptech-marker-logo {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255,255,255,.96);
  background: rgba(255,255,255,.97);
  box-shadow: 0 0 0 1px rgba(14,55,86,.22), 0 5px 14px rgba(4,30,51,.26);
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease;
}
.kreptech-marker-glyph {
  display: block;
  width: 22px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(28%) sepia(74%) saturate(1443%) hue-rotate(170deg) brightness(86%) contrast(98%);
  transition: filter .24s ease, transform .24s ease;
}
.kreptech-leaflet-icon:hover .kreptech-marker-logo {
  box-shadow: 0 0 0 3px rgba(240,154,29,.58), 0 6px 16px rgba(4,30,51,.28);
  transform: translateY(-1px) scale(1.05);
}
.kreptech-leaflet-icon:hover .kreptech-marker-glyph {
  transform: scale(1.02);
}
.kreptech-leaflet-icon.is-active .kreptech-marker-logo {
  background-color: var(--blue-700);
  border-color: var(--blue-700);
  box-shadow: 0 0 0 3px rgba(240,154,29,.34), 0 8px 18px rgba(4,30,51,.30);
  transform: translateY(-1px) scale(1.08);
}
.kreptech-leaflet-icon.is-active .kreptech-marker-glyph {
  filter: none;
  transform: scale(1.03);
}
.kreptech-map-tooltip,
.map-stage-v2 .kreptech-map-tooltip.leaflet-tooltip {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.kreptech-map-tooltip::before,
.map-stage-v2 .kreptech-map-tooltip.leaflet-tooltip::before { display: none !important; }
/* Inverse country mask: canvas is above OSM tiles and below markers/tooltips. */
.map-stage-v2 .kreptech-country-mask-canvas {
  position: absolute;
  display: block;
  max-width: none !important;
  max-height: none !important;
  pointer-events: none;
  user-select: none;
}
.kreptech-map-label {
  display: block;
  min-width: 0;
  padding: 3px 7px 4px;
  border: 1px solid rgba(14,55,86,.16);
  background: rgba(255,255,255,.94);
  color: var(--blue-950);
  box-shadow: 0 3px 10px rgba(14,55,86,.09);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.kreptech-map-label:hover,
.kreptech-map-label:focus-visible {
  border-color: var(--orange);
  background: #fff;
  color: var(--blue-700);
  box-shadow: 0 4px 12px rgba(14,55,86,.13);
  outline: none;
}
.compact-branch-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 22px;
}
.compact-branch-list li { min-width: 0; }
.compact-branch-list button {
  min-height: 38px;
  padding-inline: 8px;
  border-right: 1px solid var(--line);
  font-size: 13px;
}
.compact-branch-list li:nth-child(even) button { border-right: 0; }

@media (max-width: 1120px) {
  .logo { width: 224px; }
  .news-mini-card { grid-template-columns: 136px minmax(0, 1fr); min-height: 136px; }
  .news-list-card { grid-template-columns: 160px minmax(0, 1fr); }}

@media (max-width: 980px) {
  .logo { width: 205px; min-height: 58px; }
  .news-mini-grid { grid-template-columns: 1fr; gap: 14px; }
  .news-mini-card { grid-template-columns: 180px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 180px; }
  .news-list-grid { grid-template-columns: 1fr; }
  .map-layout-v2 { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .logo { width: 172px; min-height: 50px; padding: 5px 9px; }
  .logo img { max-height: 40px; }
  .news-mini-card { grid-template-columns: 132px minmax(0, 1fr); min-height: 132px; }
  .news-mini-card .news-mini-body { padding: 14px; }
  .news-mini-body h3 { font-size: 16px; }
  .news-mini-body p { display: none; }
  .news-list-card { grid-template-columns: 135px minmax(0, 1fr); min-height: 138px; }
  .news-list-image { min-height: 136px; }
  .news-list-body { padding: 13px 14px; }
  .news-list-body h2 { font-size: 16px; }
  .news-list-body p { display: none; }
  .map-stage-v2 { min-height: 340px; padding: 8px; overflow: visible; }  .compact-branch-list { grid-template-columns: 1fr; }
  .compact-branch-list button { border-right: 0; }
}

@media (max-width: 470px) {
  .news-mini-card,
  .news-list-card { grid-template-columns: 112px minmax(0, 1fr); }
  .news-all-link { justify-content: flex-start; margin-top: 18px; }
  .news-list-body .product-link { margin-top: 7px; }
  .map-stage-v2 { min-height: 280px; }}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; }
}


/* v0.1.2 — blue logo on white, mega catalog, nested taxonomy, smart selector */
.logo {
  width: 258px;
  min-height: 64px;
  padding: 4px 0;
  justify-content: flex-start;
  background: #fff;
  border-left: 0;
}
.logo img {
  width: 100%;
  max-height: 55px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) saturate(100%) invert(28%) sepia(74%) saturate(1443%) hue-rotate(170deg) brightness(86%) contrast(98%);
}

.nav-inner { position: relative; }
.main-nav { min-width: 0; }
.nav-catalog-item { position: static; display: flex; }
.nav-catalog-item > .catalog-link {
  min-width: 190px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
  background: var(--orange);
  color: #172735;
  font-size: 14px;
  font-weight: 800;
}
.nav-catalog-item.active > .catalog-link,
.nav-catalog-item > .catalog-link:hover,
.nav-catalog-item.is-open > .catalog-link { background: #ffad34; }
.nav-catalog-item > .catalog-link svg { transition: transform .2s ease; }
.nav-catalog-item.is-open > .catalog-link svg { transform: rotate(180deg); }
.catalog-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 220;
  display: none;
  padding: 22px 24px 18px;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-top: 4px solid var(--orange);
  box-shadow: 0 22px 45px rgba(7,42,68,.18);
}
.nav-catalog-item.is-open .catalog-mega { display: block; }
@media (hover: hover) and (min-width: 981px) {
  .nav-catalog-item:hover .catalog-mega { display: block; }
}
.mega-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 0 2px 14px;
  border-bottom: 1px solid var(--line);
}
.mega-topline > div { display: grid; gap: 2px; }
.mega-topline strong {
  color: var(--blue-950);
  font-size: 19px;
  line-height: 1.2;
}
.mega-topline span { color: var(--muted); font-size: 12px; }
.mega-topline > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 2px 0 12px;
  border-left: 3px solid var(--orange);
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 800;
}
.mega-topline > a:hover { color: var(--orange-dark); }

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  padding: 18px 0 16px;
}
.mega-group {
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}
.mega-group:first-child { padding-left: 2px; }
.mega-group:last-child { padding-right: 2px; border-right: 0; }
.mega-group-head {
  display: grid;
  grid-template-columns: 106px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  margin: 0;
  padding: 6px 8px;
  color: var(--blue-950);
  background: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background-color .16s ease, box-shadow .16s ease;
}
.mega-group-image {
  width: 106px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.mega-group-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mega-group-head strong {
  display: block;
  min-height: 38px;
  color: var(--blue-950);
  font-size: 14px;
  line-height: 1.32;
}
.mega-group-head small {
  display: block;
  min-height: 30px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.mega-group ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 7px 0 0;
  border-top: 1px solid var(--line);
}
.mega-group li + li { border-top: 1px solid #edf1f4; }
.mega-group li a {
  position: relative;
  min-height: 45px;
  display: grid;
  align-content: center;
  gap: 2px;
  margin: 0;
  padding: 7px 10px 7px 22px;
  color: var(--blue-900);
  transition: background-color .16s ease, box-shadow .16s ease, color .16s ease;
}
.mega-group li a::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--blue-600);
  border-right: 1px solid var(--blue-600);
  transform: translateY(-50%) rotate(45deg);
}
.mega-group li a strong {
  color: var(--blue-900);
  font-size: 12.5px;
  line-height: 1.25;
}
.mega-group li a span {
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.25;
}
.mega-popular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.mega-popular a {
  padding: 4px 8px;
  color: var(--blue-800);
  font-weight: 750;
  transition: background-color .16s ease, color .16s ease;
}
@media (hover: hover) and (min-width: 981px) {
  .mega-group-head:hover,
  .mega-group li a:hover,
  .mega-popular a:hover {
    background: var(--blue-050);
    color: var(--blue-950);
    box-shadow: none;
  }
  .mega-group li a:hover strong,
  .mega-popular a:hover { color: var(--orange-dark); }
}

.category-grid-groups { grid-template-columns: repeat(5,minmax(0,1fr)); }
.category-card-group { min-height: 330px; }
.category-card-group small { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.selector-teaser { grid-template-columns: 1.05fr .95fr; }
.selector-teaser-steps { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.selector-teaser-steps > div { min-height: 105px; display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selector-teaser-steps strong { color: var(--orange-dark); font-size: 25px; }
.selector-teaser-steps span { color: var(--blue-950); font-size: 14px; font-weight: 750; line-height: 1.35; }

.catalog-groups-section { padding-bottom: 48px; }
.catalog-groups { display: grid; gap: 18px; }
.catalog-group-card { border: 1px solid var(--line); background: #fff; }
.catalog-group-head { display: grid; grid-template-columns: 42px 115px minmax(0,1fr); gap: 18px; align-items: center; min-height: 130px; padding: 16px 20px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg,#f7f9fa,#fff); }
.catalog-group-number { color: var(--line-strong); font-size: 27px; font-weight: 900; }
.catalog-group-head img { width: 115px; height: 95px; object-fit: contain; }
.catalog-group-head h2 { margin: 0; color: var(--blue-950); font-size: 24px; }
.catalog-group-head p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.catalog-family-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.catalog-family { min-width: 0; padding: 18px 20px 20px; border-right: 1px solid var(--line); }
.catalog-family:last-child { border-right: 0; }
.catalog-family h3 { margin: 0 0 11px; font-size: 15px; }
.catalog-family h3 a { color: var(--blue-900); }
.catalog-family ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.catalog-family li a { color: var(--muted); font-size: 13px; }
.catalog-family li a:hover { color: var(--orange-dark); }

.sidebar-tree { padding: 0; }
.sidebar-tree-group summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; color: var(--blue-950); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.sidebar-tree-group summary::-webkit-details-marker { display: none; }
.sidebar-tree-group summary::after { content: "+"; color: var(--blue-700); font-size: 18px; }
.sidebar-tree-group[open] summary { background: var(--blue-050); box-shadow: inset 3px 0 0 var(--orange); }
.sidebar-tree-group[open] summary::after { content: "−"; }
.sidebar-tree-group > ul { list-style: none; margin: 0; padding: 0 12px 12px 17px; }
.sidebar-tree-group > ul > li { border-top: 1px solid #edf1f3; padding: 9px 0 4px; }
.sidebar-tree-group ul ul { list-style: none; margin: 5px 0 0; padding: 0 0 0 12px; display: grid; gap: 4px; }
.sidebar-tree-group ul ul a { color: var(--muted); font-size: 12px; }
.catalog-tree-section { color: var(--blue-900); font-size: 13px; font-weight: 750; }
.subcategory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.subcategory-card { min-height: 132px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.subcategory-card strong { color: var(--blue-950); font-size: 17px; }
.subcategory-card span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.subcategory-card b { margin-top: auto; padding-top: 15px; color: var(--blue-700); font-size: 12px; }
.subcategory-card:hover { background: var(--blue-050); box-shadow: inset 0 -3px 0 var(--orange); }

.selector-modal { z-index: 340; }
.selector-panel { width: min(1040px,100%); max-height: min(92vh,900px); display: flex; flex-direction: column; }
.selector-panel .modal-head { min-height: 72px; flex: 0 0 auto; }
.selector-panel .modal-head > div { padding: 10px 0; }
.selector-panel .modal-head h2 { margin-top: 1px; }
.selector-kicker { margin: 0; color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.selector-body { overflow: auto; }
.selector-form { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); gap: 22px; align-items: start; }
.selector-fields { min-width: 0; }
.selector-step-title { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.selector-step-title:not(:first-child) { margin-top: 24px; }
.selector-step-title > span { width: 30px; height: 30px; display: grid; place-items: center; background: var(--blue-900); color: #fff; font-weight: 900; }
.selector-step-title strong { display: block; color: var(--blue-950); font-size: 15px; }
.selector-step-title small { display: block; color: var(--muted); font-size: 12px; }
.selector-grid { gap: 12px; }
.selector-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.selector-results { min-height: 480px; padding: 18px; border-left: 1px solid var(--line); background: #f6f8f9; }
.selector-empty { padding: 20px 4px; }
.selector-empty strong { color: var(--blue-950); font-size: 18px; }
.selector-empty p { color: var(--muted); font-size: 13px; }
.selector-result-head { margin-bottom: 13px; }
.selector-result-head strong { display: block; color: var(--blue-950); font-size: 18px; }
.selector-result-head span { color: var(--muted); font-size: 12px; }
.selector-result-list { display: grid; gap: 10px; }
.selector-result-card { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; min-height: 108px; padding: 10px; background: #fff; border: 1px solid var(--line); }
.selector-result-card img { width: 78px; height: 86px; object-fit: contain; background: #fff; }
.selector-result-card h3 { margin: 0; color: var(--blue-950); font-size: 14px; line-height: 1.3; }
.selector-result-code { margin-top: 3px; color: var(--muted); font-size: 11px; }
.selector-result-reason { margin: 7px 0 0; color: #516574; font-size: 11px; line-height: 1.35; }
.selector-result-card a { display: inline-block; margin-top: 7px; color: var(--blue-700); font-size: 12px; font-weight: 800; }
.selector-result-note { margin-top: 13px; padding: 11px 12px; border-left: 3px solid var(--orange); background: #fff; color: var(--muted); font-size: 11px; }
.contact-selector-link { margin-top: 30px; }

@media (max-width: 1180px) {
  .category-grid-groups { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mega-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mega-group { padding: 0 16px; }
  .mega-group:nth-child(2n) { border-right: 0; }
  .mega-group:nth-child(n+3) { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
  .mega-group:nth-child(3) { padding-left: 2px; }
  .mega-group:nth-child(4) { padding-right: 2px; }
  .catalog-family-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-family:nth-child(2n) { border-right: 0; }
  .catalog-family:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 980px) {
  .logo { width: 205px; min-height: 58px; padding: 3px 0; }
  .nav-catalog-item { display: block; }
  .nav-catalog-item > .catalog-link { width: 100%; min-height: 50px; padding: 0 22px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .catalog-mega { position: static; width: 100%; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: #123c5c; color: #fff; box-shadow: none; }
  .mega-topline { padding: 14px 20px; border-color: rgba(255,255,255,.15); }
  .mega-topline strong { color: #fff; font-size: 16px; }
  .mega-topline span, .mega-group-head small { color: #b9ccd9; }
  .mega-topline > a { color: #fff; }
  .mega-grid { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .mega-group { border: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 12px 20px; }
  .mega-group-head { grid-template-columns: 1fr; min-height: 0; margin: 0; padding: 0; color: #fff; background: transparent; box-shadow: none; }
  .mega-group-head strong, .mega-group-head small { min-height: 0; }
  .mega-group-image { display: none; }
  .mega-group ul { display: none; }
  .mega-popular { display: none; }
  .selector-teaser { grid-template-columns: 1fr; }
  .selector-form { grid-template-columns: 1fr; }
  .selector-results { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }
  .catalog-group-head { grid-template-columns: 38px 90px minmax(0,1fr); }
  .catalog-group-head img { width: 90px; height: 78px; }
  .subcategory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .logo { width: 172px; min-height: 50px; padding: 3px 0; }
  .logo img { max-height: 42px; }
  .category-grid-groups { grid-template-columns: 1fr; }
  .category-card-group { min-height: 0; }
  .selector-teaser-steps { grid-template-columns: 1fr; }
  .selector-teaser-steps > div { min-height: 78px; }
  .catalog-group-head { grid-template-columns: 32px 68px minmax(0,1fr); gap: 10px; padding: 14px; }
  .catalog-group-head img { width: 68px; height: 62px; }
  .catalog-group-head h2 { font-size: 18px; }
  .catalog-group-head p { display: none; }
  .catalog-family-grid { grid-template-columns: 1fr; }
  .catalog-family { border-right: 0; border-top: 1px solid var(--line); }
  .catalog-family:first-child { border-top: 0; }
  .subcategory-grid { grid-template-columns: 1fr; }
  .selector-panel { max-height: 96vh; }
  .selector-body { padding: 16px; }
  .selector-result-card { grid-template-columns: 66px minmax(0,1fr); }
  .selector-result-card img { width: 66px; height: 74px; }
}

/* v0.1.2 mobile stacking and nested sidebar fixes */
@media (max-width: 920px) {
  body.menu-open .site-header { z-index: 300; }
  .catalog-sidebar .sidebar-tree { display: none; }
  .catalog-sidebar.open .sidebar-tree { display: block; }
}


/* v0.1.3 — manufacturer-focused home catalog structure */
.home-catalog-structure { background: #fff; }
.home-catalog-head { align-items: end; }
.home-catalog-head .section-intro { max-width: 820px; }
.home-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.home-catalog-card {
  min-width: 0;
  min-height: 206px;
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
  gap: 16px;
  padding: 17px;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.home-catalog-card:hover {
  border-color: #aebbc4;
  box-shadow: 0 10px 24px rgba(7,42,68,.08);
  transform: translateY(-2px);
}
.home-catalog-image {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  align-self: start;
  background: #f4f7f8;
  border: 1px solid var(--line);
}
.home-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
.home-catalog-content { min-width: 0; }
.home-catalog-content h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}
.home-catalog-content h3 a { color: var(--blue-950); }
.home-catalog-content h3 a:hover { color: var(--orange-dark); }
.home-catalog-content p {
  margin: 7px 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.home-catalog-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.home-catalog-content li { min-width: 0; }
.home-catalog-content li a {
  position: relative;
  display: block;
  padding-left: 12px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}
.home-catalog-content li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 2px;
  background: var(--orange);
}
.home-catalog-content li a:hover { color: var(--orange-dark); }

@media (max-width: 1180px) {
  .home-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-catalog-grid { grid-template-columns: 1fr; }
  .home-catalog-card { min-height: 0; }
}
@media (max-width: 430px) {
  .home-catalog-content p { margin-bottom: 8px; }
}


/* v0.1.4 — refined category navigation, manufacturer product directions, regional contacts */

/* Catalog sidebar: restrained hierarchy based on the compact v0.1.1 treatment. */
.catalog-sidebar {
  border-color: #cbd5dc;
}
.sidebar-all-categories,
.sidebar-tree-group summary,
.catalog-tree-section,
.sidebar-tree-group ul ul a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.sidebar-all-categories {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--blue-950);
  background: #fff;
}
.sidebar-all-categories:hover,
.sidebar-all-categories.active {
  color: var(--blue-800);
  background: var(--blue-050);
  box-shadow: inset 3px 0 0 var(--orange);
}
.sidebar-tree-group {
  border-bottom: 1px solid var(--line);
}
.sidebar-tree-group summary {
  min-height: 46px;
  padding: 10px 14px;
  color: var(--blue-950);
  background: #fff;
}
.sidebar-tree-group summary:hover {
  color: var(--blue-800);
  background: #f7f9fa;
}
.sidebar-tree-group summary::after {
  color: var(--blue-700);
  font-size: 17px;
  font-weight: 500;
}
.sidebar-tree-group[open] summary {
  color: var(--blue-900);
  background: var(--blue-050);
  box-shadow: inset 3px 0 0 var(--orange);
}
.sidebar-tree-group > ul {
  margin: 0;
  padding: 0;
  background: #fff;
}
.sidebar-tree-group > ul > li {
  padding: 0;
  border-top: 1px solid #edf1f3;
}
.catalog-tree-section {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 9px 14px 9px 22px;
  color: var(--blue-900);
}
.catalog-tree-section:hover {
  color: var(--orange-dark);
  background: #fafbfc;
}
.sidebar-tree-group ul ul {
  margin: 0;
  padding: 0 14px 10px 34px;
  display: grid;
  gap: 0;
}
.sidebar-tree-group ul ul li {
  border-left: 1px solid #d8e0e5;
}
.sidebar-tree-group ul ul a {
  display: block;
  padding: 6px 0 6px 12px;
  color: #5f7180;
}
.sidebar-tree-group ul ul a:hover {
  color: var(--orange-dark);
  border-left-color: var(--orange);
}

/* Home product directions: white-background product photography on a quiet technical surface. */
.home-catalog-grid {
  gap: 18px;
}
.home-catalog-card {
  min-height: 206px;
  grid-template-columns: 116px minmax(0,1fr);
  gap: 18px;
  padding: 18px;
  border: 0;
  background: #f5f7f9;
  box-shadow: inset 0 -1px 0 #dce3e8;
  transition: background-color .18s ease, box-shadow .18s ease;
}
.home-catalog-card:hover {
  border-color: transparent;
  background: #f1f5f7;
  box-shadow: inset 3px 0 0 var(--orange), inset 0 -1px 0 #dce3e8;
  transform: none;
}
.home-catalog-image {
  width: 116px;
  height: 116px;
  background: #fff;
  border: 0;
}
.home-catalog-image img {
  padding: 10px;
}
.home-catalog-content h3,
.home-catalog-content p,
.home-catalog-content li a {
  font-family: inherit;
}
.home-catalog-content h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.home-catalog-content p {
  margin: 8px 0 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.home-catalog-content ul {
  gap: 5px;
}
.home-catalog-content li a {
  padding-left: 13px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.home-catalog-content li a::before {
  top: .62em;
  width: 6px;
  height: 2px;
}

/* Regional-office table restored below the interactive map. */
.regional-offices-section {
  background: #fff;
}
.regional-offices-table td:first-child {
  color: var(--blue-950);
  font-weight: 700;
  white-space: nowrap;
}
.regional-offices-table a {
  color: var(--blue-800);
}
.regional-offices-table a:hover {
  color: var(--orange-dark);
}

@media (max-width: 760px) {
  .home-catalog-card {
    grid-template-columns: 96px minmax(0,1fr);
    gap: 14px;
    padding: 15px;
  }
  .home-catalog-image {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 430px) {
  .home-catalog-card {
    grid-template-columns: 78px minmax(0,1fr);
    gap: 12px;
    padding: 13px;
  }
  .home-catalog-image {
    width: 78px;
    height: 78px;
  }
  .home-catalog-content h3 { font-size: 15px; }
  .home-catalog-content p,
  .home-catalog-content li a { font-size: 12px; }
}


/* v0.1.5 — simplified catalog heading flow and restored v0.1.1 main category grid */


/* v0.1.6 — compact subcategory content in the home catalogue cards */
.category-subcategories {
  display: grid;
  gap: 5px;
  margin: 13px 0 2px;
  padding: 12px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.category-subcategories li {
  position: relative;
  padding-left: 12px;
  color: var(--blue-800);
  font-size: 12px;
  line-height: 1.35;
}
.category-subcategories li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 4px;
  height: 1px;
  background: var(--orange);
}
.category-card .category-arrow { margin-top: auto; padding-top: 12px; }
@media (max-width: 767.98px) {
  .category-subcategories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* v0.1.7 — city-aware phones, stable page loading and linked catalog groups */
.utility-contact-city {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #dcebf5;
}
.utility-contact-city strong { color: #fff; font-weight: 700; }

.header-phone-menu {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 182px;
  border-right: 1px solid var(--line);
  padding-right: 10px;
}
.header-phone-current {
  min-width: 0;
  display: grid;
  align-content: center;
  line-height: 1.25;
}
.header-phone-current small {
  color: var(--muted);
  font-size: 12px;
}
.header-phone-current a {
  color: var(--blue-950);
  white-space: nowrap;
}
.header-phone-current strong { font-size: 15px; }
.header-phone-current a:hover { color: var(--orange-dark); }
.header-phone-toggle {
  width: 30px;
  min-width: 30px;
  border: 0;
  background: transparent;
  color: var(--blue-800);
  display: grid;
  place-items: center;
}
.header-phone-toggle:hover,
.header-phone-menu.is-open .header-phone-toggle { background: var(--blue-050); }
.header-phone-toggle svg { transition: transform .18s ease; }
.header-phone-menu.is-open .header-phone-toggle svg { transform: rotate(180deg); }
.header-phone-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 180;
  width: 300px;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-top: 3px solid var(--orange);
  box-shadow: 0 18px 42px rgba(7,42,68,.18);
}
.header-phone-dropdown[hidden] { display: none !important; }
.phone-dropdown-head {
  display: grid;
  gap: 1px;
  padding: 13px 15px 11px;
  border-bottom: 1px solid var(--line);
}
.phone-dropdown-head strong { color: var(--blue-950); font-size: 15px; }
.phone-dropdown-head span { color: var(--muted); font-size: 12px; }
.phone-dropdown-list { display: grid; }
.phone-dropdown-list a {
  display: grid;
  gap: 1px;
  padding: 10px 15px;
  border-bottom: 1px solid #edf1f3;
}
.phone-dropdown-list a:hover { background: var(--blue-050); }
.phone-dropdown-list span { color: var(--muted); font-size: 11px; }
.phone-dropdown-list strong { color: var(--blue-900); font-size: 14px; }
.phone-dropdown-contacts {
  display: block;
  padding: 11px 15px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 700;
}
.phone-dropdown-contacts:hover { color: var(--orange-dark); }
.contact-phone-separator { color: var(--muted); }

.catalog-quick-link {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.category-card-main { display: block; }
.category-card-main h3 { transition: color .18s ease; }
.category-card-main:hover h3 { color: var(--orange-dark); }
.category-subcategories li { padding-left: 0; }
.category-subcategories li::before { display: none; }
.category-subcategories a {
  position: relative;
  display: block;
  padding-left: 12px;
  color: var(--blue-800);
}
.category-subcategories a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 4px;
  height: 1px;
  background: var(--orange);
}
.category-subcategories a:hover { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 2px; }
.category-card .category-arrow { align-self: flex-start; }

.catalog-anchor-target { scroll-margin-top: 165px; }
.catalog-anchor-target.catalog-hash-target {
  color: var(--orange-dark) !important;
  background: #fff8ee;
  box-shadow: inset 3px 0 0 var(--orange);
}

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 220px minmax(190px,1fr) auto; }
  .header-phone-menu { min-width: 168px; }
  .header-phone-current strong { font-size: 14px; }
}
@media (max-width: 920px) {
  .header-phone-menu { min-width: 162px; }
  .header-phone-dropdown { right: -44px; width: min(300px, calc(100vw - 28px)); }
}
@media (max-width: 680px) {
  .header-actions { gap: 7px; }
  .header-phone-menu { min-width: 148px; padding-right: 4px; border-right: 0; }
  .header-phone-current small { font-size: 10px; }
  .header-phone-current strong { font-size: 12px; }
  .header-phone-toggle { width: 26px; min-width: 26px; }
  .header-phone-dropdown { right: -48px; top: calc(100% + 8px); }
  .catalog-quick-link { margin-top: 18px; }
}
@media (max-width: 430px) {
  .header-phone-menu { min-width: 134px; }
  .header-phone-current strong { font-size: 11px; }
  .header-actions .icon-button { display: none; }
  .catalog-quick-link { justify-content: flex-start; }
}


/* v0.1.9 — concise city contact summary and complete expandable details */
.utility-inner { min-height: 42px; }
.utility-left { flex: 0 0 auto; }
.utility-right { min-width: 0; margin-left: auto; justify-content: flex-end; }
.utility-branch-summary {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 5px 0;
  color: #c7deed;
  font-size: 11px;
  line-height: 1.25;
}
.utility-branch-summary > * { white-space: nowrap; }
.utility-summary-phone { color: #fff; font-size: 12px; }
.utility-summary-phone b { font-weight: 800; }
.utility-summary-address {
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c7deed;
}
.utility-summary-hours { color: #9fc2d9; }
.utility-summary-separator { color: #6d99b8; }

.header-phone-current small {
  max-width: 172px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-phone-dropdown { width: 340px; }
.phone-dropdown-details {
  display: grid;
  gap: 0;
  background: #f7fafc;
  border-top: 1px solid var(--line);
}
.phone-dropdown-detail {
  display: grid;
  gap: 2px;
  padding: 9px 15px;
  border-bottom: 1px solid #e7edf1;
}
.phone-dropdown-detail span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.phone-dropdown-detail strong,
.phone-dropdown-detail a {
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.phone-dropdown-detail a:hover { color: var(--orange-dark); }
.phone-dropdown-detail a.is-empty { color: var(--muted); cursor: default; }

@media (max-width: 1080px) {
  .utility-summary-address,
  .utility-summary-separator-address { display: none; }
}
@media (max-width: 920px) {
  .header-phone-dropdown { width: min(340px, calc(100vw - 28px)); }
}
@media (max-width: 760px) {
  .utility-summary-hours,
  .utility-summary-separator-hours { display: none; }
}


/* Company page */
.company-layout-new { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; align-items: start; }
.company-main { min-width: 0; display: grid; gap: 28px; }
.company-block { border: 1px solid var(--line); background: #fff; padding: 30px; }
.company-block + .company-block { margin-top: 0; }
.company-section-head { display: grid; gap: 10px; margin-bottom: 22px; }
.company-section-head h2 { margin: 0; color: var(--blue-950); font-size: 30px; line-height: 1.18; }
.company-section-head p { margin: 0; color: var(--muted); max-width: 840px; }
.company-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.95fr); gap: 30px; align-items: center; }
.company-intro-copy p { margin: 0 0 16px; }
.company-intro-photo { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 28px rgba(12,56,88,.08); }
.company-intro-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.company-intro-photo:hover img { transform: scale(1.025); }
.company-stat-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.company-stat-card { min-height: 145px; display: grid; align-content: start; gap: 10px; padding: 18px; border: 1px solid var(--line); background: linear-gradient(180deg,#fff, #f7fafc); box-shadow: 0 8px 18px rgba(12,56,88,.05); animation: companyFadeUp .65s ease both; }
.company-stat-card:nth-child(2) { animation-delay: .08s; }
.company-stat-card:nth-child(3) { animation-delay: .16s; }
.company-stat-card:nth-child(4) { animation-delay: .24s; }
.company-stat-card strong { color: var(--blue-900); font-size: 34px; line-height: 1; letter-spacing: -.03em; }
.company-stat-card span { color: var(--text); font-size: 14px; line-height: 1.45; }
.company-insight-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 22px; }
.company-chart-card, .company-process-card { border: 1px solid var(--line); background: var(--blue-050); padding: 22px; }
.company-chart-card h3, .company-process-card h3, .company-value-card h3 { margin: 0 0 18px; color: var(--blue-950); font-size: 22px; line-height: 1.2; }
.company-bar-list { display: grid; gap: 16px; }
.company-bar-item { display: grid; gap: 8px; }
.company-bar-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; }
.company-bar-label span { color: var(--blue-950); font-weight: 700; }
.company-bar-label strong { color: var(--muted); font-size: 12px; font-weight: 600; }
.company-bar-track { height: 10px; background: #dce8f0; overflow: hidden; }
.company-bar-fill { height: 100%; width: var(--fill); background: linear-gradient(90deg,var(--blue-600), var(--orange)); animation: companyGrowBar 1.3s ease both; transform-origin: left center; }
.company-process-list { position: relative; display: grid; gap: 16px; }
.company-process-list::before { content: ""; position: absolute; left: 18px; top: 18px; bottom: 18px; width: 1px; background: #bcd0de; }
.company-process-item { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.company-process-item > strong { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; background: #fff; border: 1px solid #bcd0de; color: var(--orange-dark); font-size: 13px; font-weight: 800; }
.company-process-item h4 { margin: 0 0 6px; color: var(--blue-950); font-size: 17px; }
.company-process-item p { margin: 0; color: var(--text); font-size: 14px; }
.company-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.company-value-card { padding: 20px; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 18px rgba(12,56,88,.04); }
.company-value-card p { margin: 0; color: var(--text); font-size: 14px; }
.company-gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; }
.company-gallery-item { margin: 0; border: 1px solid var(--line); background: #fff; overflow: hidden; box-shadow: 0 10px 22px rgba(12,56,88,.05); }
.company-gallery-item img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; transition: transform .28s ease; }
.company-gallery-item-large { grid-row: span 2; }
.company-gallery-item-large img { min-height: 100%; }
.company-gallery-item figcaption { padding: 12px 14px; color: var(--text); font-size: 14px; border-top: 1px solid var(--line); background: #fff; }
.company-gallery-item:hover img { transform: scale(1.03); }
.company-aside { position: sticky; top: var(--sticky-aside-top); }
.company-side-note + .company-side-note { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.company-side-note strong { display: block; margin-bottom: 8px; color: var(--blue-950); font-size: 15px; }
.company-side-note p { margin: 0; font-size: 14px; }
@keyframes companyGrowBar { from { transform: scaleX(0); opacity: .5; } to { transform: scaleX(1); opacity: 1; } }
@keyframes companyFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1180px) {
  .company-layout-new { grid-template-columns: 1fr; }
  .company-aside { position: static; }
  .company-value-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .company-intro-grid, .company-insight-grid { grid-template-columns: 1fr; }
  .company-gallery-grid { grid-template-columns: 1fr 1fr; }
  .company-gallery-item-large { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 760px) {
  .company-block { padding: 22px; }
  .company-section-head h2 { font-size: 25px; }
  .company-stat-panel, .company-value-grid, .company-gallery-grid { grid-template-columns: 1fr; }
  .company-gallery-item-large { grid-column: auto; }
}


/* Company page refinements v0.1.27 */
.company-intro-flow::after { content: ""; display: block; clear: both; }
.company-intro-flow h1 { margin: 0 0 22px; color: var(--blue-950); font-size: 38px; line-height: 1.1; }
.company-intro-flow p { margin: 0 0 17px; }
.company-intro-photo-float { float: left; width: min(52%, 600px); margin: 0 28px 18px 0; }
.company-intro-photo-float img { aspect-ratio: 3 / 2; object-fit: cover; }
.partner-page-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; align-items: start; }
.partner-main { display: grid; gap: 22px; min-width: 0; }
.partner-aside { position: sticky; top: var(--sticky-aside-top); }
.info-panel { padding: 28px; border: 1px solid var(--line); background: #fff; }
.info-panel h2 { margin: 0 0 14px; color: var(--blue-950); font-size: 28px; line-height: 1.2; }
.info-panel > p { margin: 0 0 22px; }
.partner-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partner-benefit-grid > div { min-height: 142px; padding: 18px; border: 1px solid var(--line); background: var(--blue-050); }
.partner-benefit-grid strong, .partner-benefit-grid span { display: block; }
.partner-benefit-grid strong { margin-bottom: 8px; color: var(--blue-950); font-size: 17px; }
.partner-benefit-grid span { color: var(--text); font-size: 14px; }
.partner-audience-list { display: grid; gap: 12px; }
.partner-audience-list > div { padding: 18px 20px; border-left: 3px solid var(--orange); background: var(--surface-alt); }
.partner-audience-list strong { color: var(--blue-950); }
.partner-audience-list p { margin: 5px 0 0; font-size: 14px; }
.buy-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.buy-option-grid a { display: grid; gap: 7px; min-height: 118px; align-content: center; padding: 18px; border: 1px solid var(--line); background: var(--blue-050); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.buy-option-grid a:hover { border-color: var(--blue-600); transform: translateY(-2px); box-shadow: var(--shadow); }
.buy-option-grid strong { color: var(--blue-950); }
.buy-option-grid span { color: var(--muted); font-size: 14px; }
.buy-steps { margin: 0; padding: 0; list-style: none; counter-reset: buy-step; display: grid; gap: 12px; }
.buy-steps li { counter-increment: buy-step; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 16px 18px; background: var(--surface-alt); }
.buy-steps li::before { content: counter(buy-step, decimal-leading-zero); width: 36px; height: 36px; display: grid; place-items: center; background: var(--blue-900); color: #fff; font-size: 12px; font-weight: 800; }
.buy-steps strong, .buy-steps span { display: block; }
.buy-steps strong { color: var(--blue-950); }
.buy-steps span { margin-top: 4px; color: var(--muted); font-size: 14px; }
@media (max-width: 980px) {
  .company-intro-photo-float { width: 48%; }
  .partner-page-grid { grid-template-columns: 1fr; }
  .partner-aside { position: static; }
}
@media (max-width: 760px) {
  .company-intro-flow h1 { font-size: 31px; }
  .company-intro-photo-float { float: none; width: 100%; margin: 0 0 20px; }
  .partner-benefit-grid, .buy-option-grid { grid-template-columns: 1fr; }
  .info-panel { padding: 22px; }
}


/* Shared cycle animation keyframes */
@keyframes companyCycleRotate { to { transform: rotate(360deg); } }
@keyframes companyCycleRotateReverse { to { transform: rotate(-360deg); } }
@keyframes cycleDriftMid {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Company interaction cycle v0.1.33 — stable responsive layout */
.company-cycle {
  --cycle-size: 520px;
  --center-width: 400px;
  --card-width: 250px;
  --card-offset-x: 172px;
  --card-offset-y: 86px;
  position: relative;
  min-height: 680px;
  padding: 18px 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(248,250,252,.48));
}
.company-cycle-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--cycle-size);
  height: var(--cycle-size);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(20,105,168,.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(233,243,250,.26);
  background: none;
  opacity: 1;
  z-index: 1;
}
.company-cycle-ring::before,
.company-cycle-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.company-cycle-ring::before {
  inset: -6px;
  background: conic-gradient(
    from 0deg,
    transparent 0 28deg,
    rgba(245,154,24,.48) 28deg 56deg,
    transparent 56deg 145deg,
    rgba(20,105,168,.52) 145deg 180deg,
    transparent 180deg 272deg,
    rgba(245,154,24,.38) 272deg 298deg,
    transparent 298deg 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  animation: companyCycleRotate 20s linear infinite;
  opacity: .70;
}
.company-cycle-ring::after {
  inset: 12px;
  background: conic-gradient(
    from 180deg,
    transparent 0 52deg,
    rgba(245,154,24,.30) 52deg 82deg,
    transparent 82deg 205deg,
    rgba(24,121,189,.34) 205deg 245deg,
    transparent 245deg 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  animation: companyCycleRotateReverse 28s linear infinite;
  opacity: .55;
}
.company-cycle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--cycle-size) - 86px);
  height: calc(var(--cycle-size) - 86px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(
    from 90deg,
    transparent 0 12%,
    rgba(20,105,168,.19) 12% 14%,
    transparent 14% 44%,
    rgba(245,154,24,.17) 44% 46%,
    transparent 46% 77%,
    rgba(20,105,168,.16) 77% 79%,
    transparent 79% 100%
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  animation: cycleDriftMid 36s linear infinite;
  opacity: .45;
  pointer-events: none;
  z-index: 1;
}
.company-cycle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--cycle-size) - 150px);
  height: calc(var(--cycle-size) - 150px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,54,88,.035), rgba(11,54,88,0) 72%);
  pointer-events: none;
  z-index: 1;
}
.company-cycle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--center-width);
  min-height: 182px;
  transform: translate(-50%, -50%);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--blue-950);
  color: #fff;
  z-index: 3;
}
.company-cycle-center span {
  font-size: 13px;
  letter-spacing: .11em;
  white-space: nowrap;
}
.company-cycle-stages {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 14px 0 12px;
  white-space: nowrap;
}
.company-cycle-stages strong {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.company-cycle-stages i {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
}
.company-cycle-center small {
  max-width: 330px;
  margin-inline: auto;
}
.company-cycle-card {
  position: absolute;
  width: var(--card-width);
  min-height: 136px;
  padding: 19px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(20,91,145,.18);
  box-shadow: 0 10px 24px rgba(12,56,88,.06);
  transition: transform .28s ease, background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
  z-index: 4;
}
.company-cycle-card-1 {
  left: 50%;
  top: var(--card-offset-y);
  transform: translateX(calc(-50% - var(--card-offset-x)));
}
.company-cycle-card-2 {
  left: 50%;
  top: var(--card-offset-y);
  right: auto;
  transform: translateX(calc(-50% + var(--card-offset-x)));
}
.company-cycle-card-3 {
  left: 50%;
  bottom: var(--card-offset-y);
  transform: translateX(calc(-50% + var(--card-offset-x)));
}
.company-cycle-card-4 {
  left: 50%;
  top: auto;
  bottom: var(--card-offset-y);
  transform: translateX(calc(-50% - var(--card-offset-x)));
}
.company-cycle-card-1:hover { transform: translateX(calc(-50% - var(--card-offset-x))) translateY(-3px); }
.company-cycle-card-2:hover { transform: translateX(calc(-50% + var(--card-offset-x))) translateY(-3px); }
.company-cycle-card-3:hover { transform: translateX(calc(-50% + var(--card-offset-x))) translateY(-3px); }
.company-cycle-card-4:hover { transform: translateX(calc(-50% - var(--card-offset-x))) translateY(-3px); }

@media (hover: hover) and (pointer: fine) {
  .company-cycle-card:hover {
    background: rgba(255,255,255,.94);
    border-color: rgba(24,121,189,.48);
    box-shadow: 0 18px 34px rgba(12,56,88,.13);
  }
}
.company-cycle-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20,91,145,.16);
  background: rgba(255,255,255,.74);
  color: var(--orange-dark);
  font-size: 17px;
  line-height: 1;
  z-index: 5;
  transform: none;
}
.company-cycle-arrow-1 {
  left: 50%;
  top: 136px;
  transform: translateX(-50%);
}
.company-cycle-arrow-2 {
  left: calc(50% + 211px);
  top: 50%;
  transform: translateY(-50%);
}
.company-cycle-arrow-3 {
  left: 50%;
  bottom: 136px;
  transform: translateX(-50%);
}
.company-cycle-arrow-4 {
  left: calc(50% - 243px);
  top: 50%;
  transform: translateY(-50%);
}
.company-cycle:hover .company-cycle-ring::before,
.company-cycle:hover .company-cycle-ring::after,
.company-cycle:hover::before {
  animation-play-state: running;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .company-cycle {
    --cycle-size: 470px;
    --center-width: 350px;
    --card-width: 220px;
    --card-offset-x: 145px;
    --card-offset-y: 82px;
    min-height: 630px;
  }
  .company-cycle-center { min-height: 170px; padding: 24px 20px; }
  .company-cycle-stages { gap: 3px; }
  .company-cycle-stages strong { font-size: 13px; }
  .company-cycle-card { min-height: 128px; padding: 17px; }
  .company-cycle-arrow-1 { top: 126px; }
  .company-cycle-arrow-2 { left: calc(50% + 190px); }
  .company-cycle-arrow-3 { bottom: 126px; }
  .company-cycle-arrow-4 { left: calc(50% - 222px); }
}

@media (max-width: 960px) {
  .company-cycle {
    --cycle-size: none;
    min-height: 0;
    padding: 0;
    display: grid;
    gap: 14px;
    overflow: visible;
    background: transparent;
  }
  .company-cycle-ring,
  .company-cycle::before,
  .company-cycle::after,
  .company-cycle-arrow {
    display: none !important;
  }
  .company-cycle-center,
  .company-cycle-card,
  .company-cycle-card-1,
  .company-cycle-card-2,
  .company-cycle-card-3,
  .company-cycle-card-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    transform: none !important;
  }
  .company-cycle-center {
    order: 0;
    align-items: flex-start;
    text-align: left;
    padding: 22px;
  }
  .company-cycle-center span { white-space: normal; }
  .company-cycle-stages {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 8px;
  }
  .company-cycle-stages strong,
  .company-cycle-stages strong:nth-of-type(3),
  .company-cycle-stages strong:nth-of-type(4) {
    margin: 0;
    white-space: nowrap;
  }
  .company-cycle-stages i,
  .company-cycle-stages i:nth-of-type(2),
  .company-cycle-stages i:nth-of-type(3) {
    display: inline;
    grid-column: auto;
    transform: none;
    white-space: nowrap;
  }
  .company-cycle-center small { max-width: none; margin-inline: 0; }
  .company-cycle-card { background: rgba(255,255,255,.94); }
  .company-cycle-card::after {
    display: none !important;
    content: none !important;
  }
  .company-cycle-card-1 { order: 1; }
  .company-cycle-card-2 { order: 2; }
  .company-cycle-card-3 { order: 3; }
  .company-cycle-card-4 { order: 4; }
}

@media (max-width: 560px) {
  .company-cycle-stages { gap: 4px; font-size: 13px; }
  .company-cycle-stages strong { font-size: 13px; }
  .company-cycle-card { padding: 18px; }
}


/* v0.1.34 — responsive cycle arrows */
@media (max-width: 960px) {
  .company-cycle {
    display: grid;
    gap: 0;
    padding: 0 0 15px;
    overflow: visible;
    background: transparent;
  }
  .company-cycle-center {
    margin-bottom: 18px;
  }
  .company-cycle-stages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    white-space: nowrap;
  }
  .company-cycle-stages strong {
    font-size: clamp(11px, 1.7vw, 13px);
    white-space: nowrap;
  }
  .company-cycle-stages i {
    font-size: 14px;
    white-space: nowrap;
  }
  .company-cycle-card,
  .company-cycle-card-1,
  .company-cycle-card-2,
  .company-cycle-card-3,
  .company-cycle-card-4 {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    transform: none !important;
    margin: 0;
    padding: 20px 18px 34px;
    border: 0;
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.94);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .company-cycle-card::after {
    content: "↓" !important;
    position: absolute;
    left: 32px;
    bottom: -14px;
    z-index: 8;
    width: 28px;
    height: 28px;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(20,91,145,.24);
    background: #fff;
    color: var(--orange-dark);
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(14,55,86,.05);
  }
  .company-cycle-card-4::after { content: "↻" !important; }
}

@media (max-width: 560px) {
  .company-cycle-center { padding: 20px 18px; }
  .company-cycle-stages { gap: 3px; }
  .company-cycle-stages strong { font-size: clamp(10px, 3vw, 12px); }
  .company-cycle-stages i { font-size: 13px; }
  .company-cycle-card,
  .company-cycle-card-1,
  .company-cycle-card-2,
  .company-cycle-card-3,
  .company-cycle-card-4 { padding: 18px 16px 34px; }
  .company-cycle-card::after { left: 30px; }
}


/* v0.1.34 final responsive corrections */
.product-layout,
.product-gallery,
.product-summary,
.spec-table-wrap {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 960px) {
  .company-cycle { row-gap: 14px; }
  .company-cycle-center { margin-bottom: 4px; }
  .company-cycle-card,
  .company-cycle-card-1,
  .company-cycle-card-2,
  .company-cycle-card-3,
  .company-cycle-card-4 { z-index: auto; }
  .company-cycle-card::after { z-index: 12; }
}

/* v0.1.34 product-page containment */
.product-content,
.tabs,
.gallery-main,
.gallery-thumbs,
.gallery-thumb {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 680px) {
  .gallery-thumbs {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .gallery-thumb { width: 100%; }
  .gallery-main { width: 100%; overflow: hidden; }
  .tabs { width: 100%; overflow-x: auto; }
  .tab-button { flex: 0 0 auto; }
}


/* v0.1.35 — responsive header, drawer menu and mobile mega menu */
.header-quick-actions { display: flex; align-items: center; gap: 12px; }
.quote-button-icon { display: none; }
.menu-close { display: none; }

@media (max-width: 1040px) {
  .header-main {
    grid-template-columns: 190px minmax(180px, 1fr) auto;
    gap: 12px;
  }
  .logo { width: 182px; min-width: 0; }
  .header-search { min-width: 0; }
  .header-actions { min-width: 0; gap: 8px; }
  .header-phone-menu { width: 150px; min-width: 0; }
  .header-quick-actions { gap: 7px; flex: 0 0 auto; }
  .quote-button {
    display: inline-flex !important;
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
  .quote-button-label { display: none; }
  .quote-button-icon { display: block; }
  .account-button { display: grid !important; flex: 0 0 44px; }

  .nav-inner { min-height: 46px; }
  .menu-toggle { display: flex; position: relative; z-index: 1; }
  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(390px, 92vw);
    z-index: 420;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    background: var(--blue-950);
    transform: translateX(-105%);
    transition: transform .25s ease;
    box-shadow: 18px 0 45px rgba(0,0,0,.28);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.menu-open .main-nav { transform: translateX(0); }
  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 390;
    background: rgba(6,28,44,.68);
  }
  body.menu-open .site-header { z-index: 400; }
  body.menu-open .header-main,
  body.menu-open .nav-tools,
  body.menu-open .menu-toggle { visibility: hidden; pointer-events: none; }
  .menu-close {
    position: sticky;
    top: 0;
    z-index: 5;
    min-height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 22px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    background: #092f4d;
    color: #fff;
    font-weight: 800;
  }
  .menu-close b { font-size: 30px; line-height: 1; font-weight: 400; }
  .main-nav > a {
    min-height: 52px;
    width: 100%;
    padding: 0 22px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: transparent;
    color: #fff;
  }
  .nav-catalog-item { display: block; width: 100%; }
  .nav-catalog-item > .catalog-link {
    width: 100%;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .catalog-mega {
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: #123c5c;
    color: #fff;
    box-shadow: none;
  }
  .mega-topline {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px 18px;
    border-color: rgba(255,255,255,.14);
  }
  .mega-topline > div { display: none; }
  .mega-topline > a {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.22);
    border-left: 3px solid var(--orange);
    color: #fff;
    background: rgba(255,255,255,.05);
  }
  .mega-grid { display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; }
  .mega-group,
  .mega-group:first-child,
  .mega-group:nth-child(3),
  .mega-group:nth-child(4) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.11);
  }
  .mega-group-head {
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 13px;
    align-items: center;
    min-height: 70px;
    margin: 0;
    padding: 11px 18px;
    background: transparent;
    box-shadow: none;
  }
  .mega-group-image {
    display: grid;
    width: 56px;
    height: 46px;
    padding: 3px;
    background: #fff;
  }
  .mega-group-head strong {
    min-height: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
  }
  .mega-group-head small,
  .mega-group ul,
  .mega-popular { display: none !important; }
  .language-select { height: 46px; }
}

@media (max-width: 760px) {
  .header-main {
    min-height: 0;
    padding-top: 9px;
    padding-bottom: 10px;
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-areas:
      "logo phone"
      "quick search";
    row-gap: 9px;
    column-gap: 10px;
  }
  .logo { grid-area: logo; width: min(185px, 48vw); }
  .header-search { grid-area: search; width: 100%; height: 42px; }
  .header-actions { display: contents; }
  .header-phone-menu {
    grid-area: phone;
    justify-self: end;
    width: min(150px, 42vw);
    max-width: 100%;
  }
  .header-quick-actions {
    grid-area: quick;
    justify-self: start;
    gap: 7px;
  }
  .account-button,
  .quote-button { width: 42px; min-width: 42px; height: 42px; }
  .header-search button { width: 44px; }
}

@media (max-width: 480px) {
  .header-main { column-gap: 8px; }
  .logo { width: min(155px, 43vw); }
  .header-phone-menu { width: min(138px, 42vw); }
  .header-phone-current small { font-size: 10px; }
  .header-phone-current strong { font-size: 13px; }
  .header-search input { padding-inline: 10px; font-size: 13px; }
  .header-search input::placeholder { color: transparent; }
}

@media (max-width: 360px) {
  .logo { width: 142px; }
  .header-phone-menu { width: 124px; }
  .account-button,
  .quote-button { width: 40px; min-width: 40px; height: 40px; }
}


/* v0.1.36 — compact drawer controls and narrow mobile header */
@media (max-width: 1040px) {
  .menu-close {
    justify-content: flex-end;
    padding: 0 20px;
  }
  .menu-close b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 760px) {
  .header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "logo logo phone"
      "quick search search";
  }
  .logo { justify-self: start; }
  .header-phone-menu { justify-self: end; }
  .header-quick-actions { min-width: max-content; }
  .header-search { min-width: 0; overflow: hidden; }
  .header-search input { width: 100%; min-width: 0; }
}

@media (max-width: 370px) {
  .header-main {
    width: min(calc(100% - 20px), var(--container));
    column-gap: 7px;
  }
  .logo { width: 136px; }
  .header-phone-menu { width: 118px; }
  .header-quick-actions { gap: 5px; }
  .account-button,
  .quote-button { width: 38px; min-width: 38px; height: 38px; }
  .header-search button { width: 40px; min-width: 40px; }
}

/* v0.1.36 — intrinsic grid containment */
.company-main { grid-template-columns: minmax(0, 1fr); }
.company-block { min-width: 0; max-width: 100%; }


/* v0.1.37 — mobile header vertical alignment */
@media (max-width: 760px) {
  .header-main { align-items: center; }
  .header-quick-actions {
    display: flex;
    align-items: stretch;
    align-self: center;
    height: 42px;
    margin: 0;
  }
  .header-search {
    align-self: center;
    margin: 0;
    height: 42px;
  }
  .account-button,
  .quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    margin: 0;
  }
}
@media (max-width: 370px) {
  .header-quick-actions { height: 38px; }
  .header-search { height: 38px; }
}


/* v0.1.38 — compact phone dropdown and public footer note */
.footer-bottom a {
  color: #c9ddea;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-bottom a:hover { color: #fff; }

@media (max-width: 626px) {
  .header-phone-dropdown {
    right: 0;
    left: auto;
    width: min(340px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }
  .phone-dropdown-head,
  .phone-dropdown-list a,
  .phone-dropdown-detail,
  .phone-dropdown-contacts {
    min-width: 0;
  }
  .phone-dropdown-detail strong,
  .phone-dropdown-detail a,
  .phone-dropdown-list strong,
  .phone-dropdown-list span {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 370px) {
  .header-phone-dropdown {
    width: min(320px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
  }
}

/* v0.1.40 — restore verified v0.1.34 cycle card typography */
.company-cycle-card h3 {
  margin: 0 0 8px;
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.2;
}
.company-cycle-card p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.48;
}


/* v0.1.43 — technical information sticky sidebar */
.documents-aside { position: sticky; top: var(--sticky-aside-top); }
@media (max-width: 1180px) {
  .documents-aside { position: static; }
}


/* v0.1.44 — sticky sidebars clear the fixed header */
@media (min-width: 1181px) {
  .company-aside,
  .partner-aside,
  .documents-aside {
    top: var(--sticky-aside-top);
  }
}


/* v0.1.46 — desktop navigation typography and animated hover line */
@media (min-width: 1041px) {
  .main-nav > a,
  .nav-catalog-item > .catalog-link {
    position: relative;
    text-transform: uppercase;
    letter-spacing: .035em;
  }

  .main-nav > a::after,
  .nav-catalog-item > .catalog-link::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 3px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s ease;
    pointer-events: none;
  }

  .main-nav > a:hover::after,
  .main-nav > a:focus-visible::after,
  .main-nav > a.active::after,
  .nav-catalog-item > .catalog-link:hover::after,
  .nav-catalog-item > .catalog-link:focus-visible::after,
  .nav-catalog-item.is-open > .catalog-link::after {
    transform: scaleX(1);
  }

  /* The catalogue tab already uses the orange brand fill; keep its underline visible. */
  .nav-catalog-item > .catalog-link::after {
    background: #fff;
  }
}


/* v0.1.47 — shared “Основні розділи” sidebar navigation */
.aside-links a.active,
.aside-links a[aria-current="page"] {
  position: relative;
  color: var(--blue-950);
  font-weight: 700;
  padding-left: 13px;
}
.aside-links a.active::before,
.aside-links a[aria-current="page"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: var(--orange);
}

@media (max-width: 920px) {
  .documents-aside .main-sections-box { grid-column: 1 / -1; }
}


/* v0.1.48 — where-to-buy dealer directory */
.where-buy-section { padding-top: 34px; }
.buy-direct-grid a { min-height: 132px; }
.retail-panel > p { max-width: 800px; }
.dealer-list { display: grid; gap: 12px; }
.dealer-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; min-width: 0; padding: 18px 20px; border: 1px solid var(--line); background: var(--surface-alt); transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.dealer-card:hover { border-color: rgba(24,121,189,.45); background: #fff; box-shadow: 0 8px 22px rgba(14,55,86,.06); }
.dealer-card-main { min-width: 0; }
.dealer-card-main > strong { display: block; margin-bottom: 5px; color: var(--blue-950); font-size: 18px; }
.dealer-card-main p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.55; }
.dealer-contact { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; }
.dealer-contact a { color: var(--blue-800); font-weight: 700; }
.dealer-link { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border: 1px solid var(--blue-700); color: var(--blue-900); font-size: 13px; font-weight: 800; white-space: nowrap; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.dealer-link:hover { border-color: var(--orange-dark); background: var(--orange); color: var(--blue-950); }
.dealer-note { margin: 16px 0 0 !important; color: var(--muted); font-size: 12px; line-height: 1.5; }
.where-buy-question { margin: 0 0 16px; color: var(--text); font-size: 14px; line-height: 1.55; }
@media (max-width: 760px) {
  .where-buy-section { padding-top: 24px; }
  .dealer-card { grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .dealer-link { justify-self: start; white-space: normal; }
}


/* v0.1.51 — responsive interactive map */
@media (max-width: 980px) {
  .map-stage-v2,
  .map-stage-home { min-height: 430px; }
}
@media (max-width: 680px) {
  .map-stage-v2,
  .map-stage-home { min-height: 350px; padding: 0; overflow: hidden; }
  .kreptech-map-label { font-size: 10px; padding-inline: 5px; }
}
@media (max-width: 470px) {
  .map-stage-v2,
  .map-stage-home { min-height: 310px; }
  .map-stage-v2 .leaflet-control-attribution { font-size: 9px; }
}

/* v0.1.56 — technical document filters */
.document-group[hidden] { display: none !important; }


/* v0.1.58 — contact formatting */
.branch-address { white-space: pre-line; }
.contact-list .contact-phone-line {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-top: 4px;
  white-space: nowrap;
}
.contact-list .contact-phone-line a {
  display: inline;
  margin-top: 0;
}
.contact-phone-separator {
  display: inline;
  color: #fff;
  white-space: pre;
}
@media (max-width: 360px) {
  .contact-list .contact-phone-line { font-size: 13px; }
}


/* v0.1.61 — news article layout and unified internal-page headings */
.news-item-section { padding-top: 34px; }
.news-article-title {
  margin: 7px 0 24px;
  color: var(--blue-950);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.news-item-section .article-meta { margin-bottom: 0; }
.news-article-aside { position: sticky; top: var(--sticky-aside-top); }
.article-navigation {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.article-nav-item,
.article-nav-all {
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.article-nav-item {
  display: grid;
  gap: 5px;
  min-height: 88px;
  align-content: center;
  padding: 14px 16px;
}
.article-nav-next { text-align: right; }
.article-nav-direction {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.article-nav-item strong {
  color: var(--blue-950);
  font-size: 14px;
  line-height: 1.35;
}
.article-nav-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0 18px;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.article-nav-item:hover,
.article-nav-all:hover {
  border-color: rgba(24,121,189,.45);
  background: var(--blue-050);
  box-shadow: 0 7px 18px rgba(14,55,86,.06);
  transform: translateY(-1px);
}
.company-intro-flow h1,
.company-section-head h2 {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .news-article-aside { position: static; }
}
@media (max-width: 760px) {
  .news-article-title,
  .company-intro-flow h1,
  .company-section-head h2 { font-size: 28px; }
  .article-navigation { grid-template-columns: 1fr 1fr; }
  .article-nav-all { grid-column: 1 / -1; grid-row: 1; min-height: 44px; }
  .article-nav-item { min-height: 92px; }
}
@media (max-width: 480px) {
  .article-navigation { grid-template-columns: 1fr; }
  .article-nav-all { grid-column: auto; }
  .article-nav-next { text-align: left; }
}


/* v0.1.62 — product page hierarchy and unified product-card action */
.product-summary h1 {
  font-size: clamp(27px, 2.25vw, 34px);
  line-height: 1.16;
}
.related-products-title {
  margin: 0;
  color: var(--blue-950);
  font-size: 28px;
  line-height: 1.2;
}
.product-footer {
  justify-content: flex-start;
}
.product-details-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--blue-700);
  background: #fff;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.product-details-button:hover {
  border-color: var(--blue-800);
  background: var(--blue-800);
  color: #fff;
  transform: translateY(-1px);
}
@media (max-width: 560px) {
  .product-summary h1 { font-size: 27px; }
  .related-products-title { font-size: 26px; }
  .product-details-button { width: 100%; }
}


/* v0.1.63 — expanded real-product catalogue */
.product-data-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-tab-applications { margin-top: 18px; }
.product-card .product-image img { object-fit: contain; }

/* v0.1.67 — footer background adapted from the B2B portal */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11,54,88,.99), rgba(20,91,145,.97)),
    #0b3658;
}
.site-footer::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(115deg, #000 0%, rgba(0,0,0,.78) 56%, transparent 96%);
  mask-image: linear-gradient(115deg, #000 0%, rgba(0,0,0,.78) 56%, transparent 96%);
}
.site-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -115px;
  bottom: -235px;
  width: 430px;
  height: 430px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.12);
  transform: rotate(45deg);
  box-shadow:
    0 0 0 48px rgba(255,255,255,.022),
    0 0 0 96px rgba(255,255,255,.016),
    0 0 0 144px rgba(255,255,255,.011);
}
.site-footer > .container {
  position: relative;
  z-index: 1;
}
.footer-bottom {
  border-top-color: rgba(255,255,255,.16);
}
@media (max-width: 680px) {
  .site-footer::before {
    background-size: 36px 36px;
    opacity: .13;
  }
  .site-footer::after {
    right: -185px;
    bottom: -260px;
  }
}

/* v0.1.68 — homepage motion, reveal and loading refinements */
.home-page .hero {
  isolation: isolate;
  background: #eef7fc;
}
.home-page .hero-media {
  position: absolute;
  inset: -3%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.home-page .hero-slide {
  position: absolute;
  inset: 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: none;
  transition: opacity 1.35s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.home-page .hero-slide.is-active {
  opacity: 1;
}
.home-page .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 40%, rgba(255,255,255,.26) 49%, transparent 58%);
  transform: translateX(-42%);
  opacity: 0;
  animation: homeHeroLight 9s ease-in-out 1.8s infinite;
}
.home-page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(243,249,253,.995) 0%,rgba(239,247,252,.985) 42%,rgba(239,247,252,.90) 58%,rgba(239,247,252,.44) 77%,rgba(239,247,252,.08) 100%);
}
.home-page .hero::before {
  z-index: 2;
  mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.64) 43%,transparent 75%);
  -webkit-mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.64) 43%,transparent 75%);
  animation: homeHeroGrid 18s linear infinite;
}
.home-page .hero-inner { z-index: 3; }
.home-page .hero .eyebrow { animation: homeHeroEnter .62s cubic-bezier(.2,.7,.2,1) .08s both; }
.home-page .hero h1 { animation: homeHeroEnter .72s cubic-bezier(.2,.7,.2,1) .16s both; }
.home-page .hero-lead { animation: homeHeroEnter .72s cubic-bezier(.2,.7,.2,1) .26s both; }
.home-page .hero-actions { animation: homeHeroEnter .66s cubic-bezier(.2,.7,.2,1) .38s both; }
.home-page .hero-facts { animation: homeHeroEnter .68s cubic-bezier(.2,.7,.2,1) .50s both; }
.home-page .hero-fact:nth-child(1) { animation: homeHeroFact .52s ease .62s both; }
.home-page .hero-fact:nth-child(2) { animation: homeHeroFact .52s ease .70s both; }
.home-page .hero-fact:nth-child(3) { animation: homeHeroFact .52s ease .78s both; }
.home-page .hero-actions .button-primary svg { transition: transform .28s cubic-bezier(.2,.7,.2,1); }
.home-page .hero-actions .button-primary:hover svg,
.home-page .hero-actions .button-primary:focus-visible svg { transform: translateX(4px); }

.js .home-page [data-reveal] {
  opacity: 0;
  transform: translate3d(0,24px,0);
  transition:
    opacity .68s cubic-bezier(.2,.7,.2,1),
    transform .72s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay,0ms);
}
.js .home-page [data-reveal="fade"] { transform: none; }
.js .home-page [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.home-page img[loading="lazy"] { content-visibility: auto; }
.home-page .map-stage-v2:not(.leaflet-container) .map-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}
.home-page .map-stage-v2:not(.leaflet-container) .map-loading::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(20,105,168,.18);
  border-top-color: var(--blue-700);
  border-radius: 50%;
  animation: homeMapSpin .8s linear infinite;
}

@keyframes homeHeroGrid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 32px 32px, 32px 32px; }
}
@keyframes homeHeroLight {
  0%, 64%, 100% { opacity: 0; transform: translateX(-42%); }
  72% { opacity: .52; }
  87% { opacity: 0; transform: translateX(46%); }
}
@keyframes homeHeroEnter {
  from { opacity: 0; transform: translate3d(0,18px,0); filter: blur(2px); }
  to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); }
}
@keyframes homeHeroFact {
  from { opacity: 0; transform: translate3d(-8px,0,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes homeMapSpin { to { transform: rotate(360deg); } }

@media (max-width: 680px) {
  .home-page .hero-media { inset: -1%; }
  .home-page .hero-slide { background-position: 64% bottom; }
  .home-page .hero::after { background: linear-gradient(90deg,rgba(243,249,253,.98),rgba(238,247,252,.90) 68%,rgba(239,247,252,.62)); }
  .home-page .hero::before { opacity: .72; }
  .js .home-page [data-reveal] { transform: translate3d(0,18px,0); }
  .js .home-page [data-reveal].is-visible { transform: translate3d(0,0,0); }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-slide,
  .home-page .hero-media::after,
  .home-page .hero::before,
  .home-page .hero .eyebrow,
  .home-page .hero h1,
  .home-page .hero-lead,
  .home-page .hero-actions,
  .home-page .hero-facts,
  .home-page .hero-fact,
  .home-page .map-loading::before { animation: none !important; }
  .home-page .hero-slide { transform: none; }
  .js .home-page [data-reveal] { opacity: 1; transform: none; }
}


/* v0.1.69 — hero counters and low-cost tablet/mobile background */
.home-page [data-hero-counter] {
  font-variant-numeric: tabular-nums;
  min-width: 3ch;
}

@media (max-width: 1040px) {
  .home-page .hero-slide,
  .home-page .hero-media::after,
  .home-page .hero::before {
    animation: none !important;
  }
  .home-page .hero-slide {
    transform: none !important;
  }
  .home-page .hero-media::after {
    opacity: 0;
    transform: none;
  }
}


/* v0.1.70 — rotating hero backgrounds */
.home-page .hero-slide.is-leaving {
  opacity: 0;
}
@media (max-width: 1040px) {
  .home-page .hero-slide:not(.is-active) {
    display: none;
  }
}


/* v0.2.12 — distinct configurable Hero transitions */
.home-page .hero-media[data-hero-effect] .hero-slide {
  will-change: opacity, transform, filter, clip-path;
}
.home-page .hero-media.is-hero-commit .hero-slide {
  transition: none !important;
  animation: none !important;
}
.home-page .hero-media[data-hero-effect="fade"] .hero-slide.is-entering {
  animation: kreptechHeroFadeIn .95s ease both;
}
.home-page .hero-media[data-hero-effect="fade"] .hero-slide.is-leaving {
  animation: kreptechHeroFadeOut .95s ease both;
}
.home-page .hero-transition-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}
.home-page .hero-transition-overlay--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  transform-origin: center center;
  will-change: transform, filter, clip-path, opacity;
}
.home-page .hero-transition-overlay--blur {
  opacity: .96;
  filter: blur(30px) saturate(.9);
  transform: scale(1.06);
}
.home-page .hero-transition-overlay--blur.is-running {
  animation: kreptechHeroOverlayBlur 1.1s cubic-bezier(.2,.65,.2,1) both;
}
.home-page .hero-transition-overlay--zoom {
  opacity: .98;
  transform: scale(1.14);
}
.home-page .hero-transition-overlay--zoom.is-running {
  animation: kreptechHeroOverlayZoom 1.1s cubic-bezier(.18,.72,.2,1) both;
}
.home-page .hero-transition-overlay--slide {
  opacity: 1;
  transform: translate3d(18%,0,0);
}
.home-page .hero-transition-overlay--slide.is-running {
  animation: kreptechHeroOverlaySlide 1.05s cubic-bezier(.2,.72,.18,1) both;
}
.home-page .hero-transition-overlay--wipe {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}
.home-page .hero-transition-overlay--wipe.is-running {
  animation: kreptechHeroOverlayWipe 1.05s cubic-bezier(.22,.72,.18,1) both;
}
.home-page .hero-transition-tile {
  position: absolute;
  display: block;
  overflow: hidden;
  background: transparent;
}
.home-page .hero-transition-tile-image {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.home-page .hero-transition-overlay--mosaic .hero-transition-tile {
  opacity: 0;
  transform: scale(.76) rotate(.001deg);
  filter: blur(5px);
}
.home-page .hero-transition-overlay--mosaic.is-running .hero-transition-tile {
  animation: kreptechHeroMosaicTile .58s cubic-bezier(.2,.75,.2,1) var(--tile-delay,0ms) both;
}
.home-page .hero-transition-overlay--blinds .hero-transition-tile {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center var(--tile-origin,top);
}
.home-page .hero-transition-overlay--blinds.is-running .hero-transition-tile {
  animation: kreptechHeroBlindTile .62s cubic-bezier(.2,.75,.2,1) var(--tile-delay,0ms) both;
}
@keyframes kreptechHeroFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes kreptechHeroFadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes kreptechHeroOverlayBlur {
  from { opacity:.96; filter:blur(30px) saturate(.9); transform:scale(1.06); }
  to { opacity:1; filter:blur(0) saturate(1); transform:scale(1); }
}
@keyframes kreptechHeroOverlayZoom {
  from { opacity:.98; transform:scale(1.14); }
  to { opacity:1; transform:scale(1); }
}
@keyframes kreptechHeroOverlaySlide {
  from { opacity:1; transform:translate3d(18%,0,0); }
  to { opacity:1; transform:translate3d(0,0,0); }
}
@keyframes kreptechHeroOverlayWipe {
  from { opacity:1; clip-path:inset(0 100% 0 0); }
  to { opacity:1; clip-path:inset(0 0 0 0); }
}
@keyframes kreptechHeroMosaicTile { from { opacity:0; transform:scale(.76); filter:blur(5px); } to { opacity:1; transform:scale(1); filter:blur(0); } }
@keyframes kreptechHeroBlindTile { from { opacity:0; transform:scaleY(0); } to { opacity:1; transform:scaleY(1); } }

@media (max-width:1040px), (prefers-reduced-motion: reduce) {
  .home-page .hero-transition-overlay { display:none!important; }
  .home-page .hero-media[data-hero-effect] .hero-slide { animation:none!important; filter:none!important; clip-path:none!important; transform:none!important; }
}


/* v0.2.21 — news gallery and lightbox */
.kreptech-news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 10px;
}
.kreptech-news-gallery__item {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.kreptech-news-gallery__item > a {
  display: block;
}
.kreptech-news-gallery__image {
  display: block;
  width: 100%;
  height: auto;
}
.kreptech-news-gallery__caption {
  padding: 10px 12px 12px;
  color: var(--muted);
  font-size: 13px;
}
.kreptech-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.kreptech-lightbox[hidden] { display: none; }
.kreptech-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 35, .82);
  backdrop-filter: blur(2px);
}
.kreptech-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.kreptech-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  background: #fff;
}
.kreptech-lightbox__caption {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.kreptech-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--blue-950);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
body.lightbox-open {
  overflow: hidden;
}
@media (max-width: 900px) {
  .kreptech-news-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .kreptech-lightbox {
    padding: 12px;
  }
  .kreptech-lightbox__close {
    top: 8px;
    right: 8px;
  }
  .kreptech-lightbox__image {
    max-height: calc(100vh - 90px);
  }
}

/* v0.2.24 — news archive sidebar and uncropped 16:9 previews */
.news-archive-content { min-width: 0; }
.news-archive-content .news-list {
  display: grid;
  gap: 16px;
}
.news-archive-content .pagination {
  margin-top: 8px;
}
.news-archive-aside {
  position: sticky;
  top: var(--sticky-aside-top);
}

/* Home news cards use the natural wide cover format instead of a square crop. */
.news-mini-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.news-mini-media {
  flex: 0 0 auto;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}
.news-mini-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f6f8;
}
.news-mini-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.news-mini-card:hover .news-mini-image img { transform: none; }
.news-mini-body {
  flex: 1 1 auto;
  align-self: auto;
}

/* News archive cards keep a wide preview and never cut the sides off. */
.news-list-card {
  min-height: 0;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  align-items: center;
}
.news-list-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
  overflow: hidden;
  background: #f3f6f8;
}
.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.news-list-card:hover .news-list-image img { transform: none; }

@media (max-width: 1180px) {
  .news-archive-aside { position: static; }
}

@media (max-width: 980px) {
  .news-mini-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 160px;
  }
  .news-mini-media {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .news-mini-card {
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 120px;
  }
  .news-list-card {
    grid-template-columns: 165px minmax(0, 1fr);
    min-height: 120px;
  }
  .news-list-image { min-height: 0; }
}

@media (max-width: 520px) {
  .news-mini-card,
  .news-list-card {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news-mini-media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .news-mini-image,
  .news-list-image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .news-list-body p { display: block; }
}

/* v0.2.26 — structured Technical information page */
.document-link.is-unavailable {
  cursor: default;
  color: var(--muted);
  background: #fafcfd;
}
.document-link.is-unavailable:hover {
  color: var(--muted);
  background: #fafcfd;
}
.document-empty {
  margin: 0;
  padding: 16px 0;
  color: var(--muted);
  font-size: 14px;
  border-bottom: 1px solid var(--line);
}
