@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-cyrillic.8fc0aa17e129.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope/manrope-latin.101877a7a906.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --brand: #ffcc00;
  --brand-dark: #d6a900;
  --ink: #0f1214;
  --ink-2: #171c20;
  --text: #171a1d;
  --muted: #68727c;
  --line: #d9dee2;
  --line-dark: #aeb6bd;
  --paper: #fff;
  --paper-2: #f4f6f7;
  --paper-3: #eceff1;
  --success: #176b3a;
  --danger: #b42318;
  --container: 1320px;
  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--paper); font-family: var(--font-sans); font-size: var(--text-base); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.filter-drawer-open, body.mobile-menu-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, summary, select { cursor: pointer; }
fieldset { min-width: 0; margin: 0; border: 0; padding: 0; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 5000; top: 10px; left: 10px; transform: translateY(-160%); border: 2px solid var(--ink); padding: 9px 14px; color: var(--ink); background: var(--brand); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 5px var(--brand); }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-weight: 800; letter-spacing: -.035em; }
h1 { margin-bottom: 20px; font-size: clamp(36px, 4.5vw, 62px); line-height: .98; }
h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.08; }
h3 { line-height: 1.2; }
.page-shell { padding-block: 32px 72px; }
.section-kicker { margin: 0 0 11px; color: #776000; font-size: var(--text-xs); font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.section-heading-row, .home-section-heading, .search-results__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.section-heading-row h2, .home-section-heading h2, .search-results__heading h2 { margin: 0; }
.section-heading-row > span, .home-section-heading > span, .search-results__heading p { margin: 0; color: var(--muted); font-size: var(--text-sm); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; padding: 10px 18px; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; }
.button-large { min-height: 50px; padding-inline: 24px; }
.button-primary { border-color: var(--brand); color: var(--ink); background: var(--brand); }
.button-primary:hover { border-color: var(--brand-dark); background: var(--brand-dark); }
.button-secondary { border-color: var(--line-dark); color: var(--ink); background: rgba(255,255,255,.86); }
.button-secondary:hover { border-color: var(--ink); background: var(--paper); }

/* Page frame */
.site-frame { min-height: 100vh; }
.site-column { min-width: 0; }

/* Header */
.site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.topbar { display: block; color: #e2e6e9; background: var(--ink); font-size: var(--text-xs); }
.topbar-inner { display: flex; min-height: 30px; align-items: center; gap: 20px; }
.topbar-note { margin-right: auto; color: #aeb7bd; }
.topbar-contacts { margin-left: auto; }
.topbar-contacts a { min-height: 30px; display: inline-flex; align-items: center; text-decoration: none; }
.topbar-contacts a:hover { color: var(--brand); }
.brand { display: inline-flex; width: fit-content; align-items: center; text-decoration: none; }
.brand img { width: auto; max-width: 190px; max-height: 50px; object-fit: contain; }
.mobile-header-actions { display: none; }
.header-main { display: grid; min-height: 86px; grid-template-columns: 196px minmax(320px, 1fr) 235px; align-items: center; gap: 30px; }
.header-search, .search-form { position: relative; display: flex; min-width: 0; border: 1px solid var(--line-dark); border-radius: 3px; background: var(--paper); }
.header-search:focus-within, .search-form:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,204,0,.35); }
.header-search input, .search-form input { width: 100%; min-width: 0; min-height: 48px; border: 0; padding: 0 16px; outline: 0; background: transparent; color: var(--ink); }
.header-search input::placeholder, .search-form input::placeholder { color: var(--muted); opacity: 1; }
.header-search button, .search-form .button { min-width: 92px; border: 0; border-left: 1px solid var(--brand-dark); border-radius: 0; color: var(--ink); background: var(--brand); font-size: var(--text-base); font-weight: 800; }
.header-search button:hover, .search-form .button:hover { background: var(--brand-dark); }
.search-suggestions { position: absolute; z-index: 120; top: calc(100% + 8px); right: -1px; left: -1px; overflow: hidden; border: 1px solid var(--line-dark); background: var(--paper); box-shadow: 0 18px 44px rgba(15,18,20,.2); }
.search-suggestions[hidden] { display: none; }
.search-suggestions-summary { border-bottom: 1px solid var(--line); padding: 11px 14px; color: var(--muted); font-size: var(--text-xs); }
.search-suggestions-list { display: grid; }
.search-suggestion { display: grid; min-height: 78px; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 8px 14px 8px 9px; color: var(--ink); text-decoration: none; }
.search-suggestion:hover, .search-suggestion.is-active { background: #fff9d8; }
.search-suggestion-image { display: flex; width: 72px; height: 58px; align-items: center; justify-content: center; overflow: hidden; background: var(--paper-2); }
.search-suggestion-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.search-suggestion-copy { min-width: 0; }
.search-suggestion-copy strong { display: block; overflow: hidden; font-size: 14px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: var(--text-xs); }
.search-suggestions-all { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 8px 14px; color: var(--ink); background: var(--brand); font-size: 13px; font-weight: 800; text-decoration: none; }
.search-suggestions-all:hover { background: var(--brand-dark); }
.search-suggestions-state { margin: 0; padding: 18px; color: var(--muted); font-size: 13px; }
.header-contact { text-align: right; }
.header-contact span { display: block; color: var(--muted); font-size: var(--text-xs); }
.header-contact a { display: inline-block; margin-top: 2px; font-size: 20px; font-weight: 800; text-decoration: none; }
.main-nav { display: block; border-top: 1px solid var(--line); color: var(--ink); background: var(--paper); box-shadow: 0 6px 18px rgba(15,18,20,.04); }
.nav-bar { position: relative; display: flex; min-height: 48px; align-items: stretch; gap: 14px; }
.catalog-nav-entry { display: flex; flex: 0 0 auto; align-items: stretch; }
.catalog-menu { position: relative; flex: 0 0 auto; }
.catalog-menu > summary { display: flex; min-width: 184px; height: 52px; align-items: center; justify-content: center; padding: 0 24px; color: var(--ink); background: var(--brand); font-size: var(--text-base); font-weight: 800; letter-spacing: -.01em; list-style: none; text-align: center; }
.catalog-menu > summary::-webkit-details-marker { display: none; }
.catalog-menu > summary:hover, .catalog-menu[open] > summary { background: var(--brand-dark); }
.mega-menu { position: absolute; top: calc(100% + 1px); left: 0; display: grid; width: min(1120px, calc(100vw - 64px)); grid-template-columns: 230px 1fr; border: 1px solid var(--line); color: var(--ink); background: var(--paper); box-shadow: 0 22px 55px rgba(15,18,20,.2); }
.mega-menu-intro { padding: 28px 24px; color: var(--paper); background: var(--ink); }
.mega-menu-intro span { display: block; margin-bottom: 9px; color: var(--brand); font-size: var(--text-xs); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mega-menu-intro strong { display: block; font-size: 24px; line-height: 1.25; }
.mega-menu-intro a { display: inline-flex; min-height: 42px; align-items: center; margin-top: 22px; border: 1px solid #68727c; padding: 8px 12px; color: var(--paper); font-size: 13px; font-weight: 800; text-decoration: none; }
.mega-menu-intro a:hover { border-color: var(--brand); color: var(--brand); }
.mega-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 28px; padding: 28px; }
.mega-menu-group { min-width: 0; }
.mega-menu-root { display: block; font-size: 15px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.mega-menu-root:hover { color: #6f5900; }
.mega-menu-children { display: grid; gap: 6px; margin-top: 8px; }
.mega-menu-children a { color: var(--muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.mega-menu-children a:hover { color: var(--ink); text-decoration: underline; }
.primary-nav-links { display: flex; min-width: 0; flex: 1; align-items: stretch; overflow: hidden; }
.primary-nav-links { justify-content: flex-end; }
.primary-nav-links a { display: flex; min-width: 132px; min-height: 52px; flex: 0 1 180px; align-items: center; justify-content: center; overflow: hidden; border-left: 1px solid var(--line); padding: 0 18px; color: #3d454c; font-size: var(--text-sm); font-weight: 700; text-align: center; text-decoration: none; text-overflow: ellipsis; }
.primary-nav-links a:hover { color: var(--ink); background: var(--paper-2); }

/* Shared */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { min-height: 28px; display: inline-flex; align-items: center; color: #59636b; }
.rich-content { max-width: 880px; color: #343a3f; }
.rich-content > :first-child { margin-top: 0; }
.rich-content h2 { margin: 36px 0 14px; font-size: clamp(24px, 3vw, 30px); }
.rich-content h3 { margin: 28px 0 11px; font-size: 20px; }
.rich-content p, .rich-content li { line-height: 1.72; }
.rich-content a { color: #685400; }
.rich-content img { width: auto !important; max-width: 100% !important; max-height: 620px; margin: 22px auto; object-fit: contain; }
.rich-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.rich-content td, .rich-content th { border: 1px solid var(--line); padding: 9px 11px; }
.rich-content .formcraft-css, .rich-content .fc-form-modal, .rich-content script { display: none !important; }
.rich-content :where(.x-section, .x-container, .x-row, .x-column, .cs-content) { width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin-inline: 0 !important; padding-inline: 0 !important; }

/* Home */
.home-hero { position: relative; min-height: clamp(450px, 33vw, 560px); overflow: hidden; border-bottom: 1px solid var(--line); background: #efefef; }
.home-hero-media { position: absolute; inset: 0; display: block; }
.home-hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.home-hero-content { position: relative; z-index: 1; padding-block: 62px 40px; }
.home-hero h1 { max-width: 560px; margin: 0 0 20px; font-size: clamp(48px, 5vw, 70px); }
.home-hero-lead { max-width: 460px; margin: 0; color: #4c565e; font-size: 18px; line-height: 1.55; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.home-stats { display: flex; gap: 0; margin: 38px 0 0; }
.home-stats div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 9px; border-right: 1px solid var(--line-dark); padding: 0 28px; }
.home-stats div:first-child { padding-left: 0; }
.home-stats div:last-child { border-right: 0; }
.home-stats dt { font-size: 30px; font-weight: 800; line-height: 1; }
.home-stats dd { margin: 0; color: var(--muted); font-size: 13px; }
.home-section { padding-block: 38px 0; }
.home-section-heading .section-kicker { margin-bottom: 7px; }
.home-catalog-section { padding-bottom: 8px; }
.home-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-category-card { display: grid; min-height: 136px; grid-template-columns: 118px minmax(0, 1fr); align-items: center; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px; color: var(--ink); background: var(--paper); text-decoration: none; }
.home-category-image { position: relative; display: block; width: 110px; height: 110px; overflow: hidden; padding: 8px; background: var(--paper-2); }
.home-category-image img { position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); max-width: none; max-height: none; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.category-brand-fallback { max-height: none !important; }
.home-category-content { display: flex; min-width: 0; align-self: stretch; flex-direction: column; justify-content: center; }
.home-category-content strong { font-size: var(--text-base); line-height: 1.3; }
.home-category-meta { margin-top: 10px; color: var(--muted); font-size: 13px; }
.home-category-card:hover { background: #fafbfb; }
.home-benefits { margin-top: 42px; border-block: 1px solid #30363b; color: var(--paper); background: var(--ink); }
.home-benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-benefit { display: grid; min-height: 118px; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 18px; border-right: 1px solid #353c42; padding: 24px 34px; }
.home-benefit:last-child { border-right: 0; }
.home-benefit-number { align-self: start; padding-top: 3px; color: var(--brand); font-size: var(--text-xs); font-weight: 800; letter-spacing: .12em; }
.home-benefit strong { color: var(--paper); font-size: var(--text-lg); font-weight: 700; line-height: 1.35; }
.home-products-section { padding-top: 52px; padding-bottom: 8px; }
.home-about-section { width: auto; max-width: none; margin-top: 64px; border-block: 1px solid var(--line); padding-block: 48px; background: var(--paper-2); }
.home-about-section > * { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.home-seo-content { max-width: 1040px; }
.home-seo-content img { display: none; }
.home-seo-content .x-section > .x-container:first-child { margin: 0 0 34px !important; }
.home-seo-content .x-section > .x-container:first-child .x-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.home-seo-content .x-section > .x-container:first-child .x-text { min-height: 104px; display: flex; align-items: flex-end; border-top: 4px solid var(--brand); padding: 24px !important; color: var(--paper); background: var(--ink-2); font-size: 17px; font-weight: 700; line-height: 1.35; }
.home-seo-content .x-section > .x-container:nth-child(2) { max-width: 880px !important; }
.home-lead-section { padding-bottom: 70px; }

/* Catalog index */
.catalog-index-hero { border-bottom: 1px solid var(--line); padding: 8px 0 34px; }
.catalog-index-hero .section-kicker { margin-top: 28px; }
.catalog-index-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; }
.catalog-index-hero h1 { max-width: 880px; margin-bottom: 16px; font-size: clamp(44px, 5vw, 72px); }
.catalog-index-hero p:not(.section-kicker) { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; }
.catalog-index-stats { display: flex; margin: 0; }
.catalog-index-stats div { min-width: 112px; border-left: 1px solid var(--line-dark); padding-left: 20px; }
.catalog-index-stats dt { font-size: 30px; font-weight: 800; line-height: 1; }
.catalog-index-stats dd { margin: 5px 0 0; color: var(--muted); font-size: var(--text-xs); text-transform: uppercase; }
.catalog-index-categories { padding-top: 38px; }
.catalog-index-category-card { min-height: 154px; grid-template-columns: 132px minmax(0, 1fr); }
.catalog-index-category-card .home-category-image { width: 124px; height: 124px; }
.catalog-index-category-card .home-category-image img { object-fit: contain; object-position: center; }
.catalog-index-products { padding-top: 58px; }
.catalog-index-tools { display: grid; grid-template-columns: minmax(260px, 1fr) 240px auto auto; align-items: end; gap: 10px; margin-bottom: 18px; border-block: 1px solid var(--line); padding: 12px 0; }
.catalog-index-search input, .catalog-index-sort select { width: 100%; min-height: 44px; border: 1px solid var(--line-dark); border-radius: 0; padding: 8px 12px; outline: 0; background: var(--paper); }
.catalog-index-search input:focus, .catalog-index-sort select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,204,0,.3); }
.catalog-index-sort { display: grid; gap: 4px; }
.catalog-index-sort > span { color: var(--muted); font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-index-tools .button { min-height: 44px; }
.catalog-index-reset { display: inline-flex; min-height: 44px; align-items: center; padding: 0 8px; color: var(--muted); font-size: 13px; }
.catalog-index-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Catalog */
.catalog-heading { max-width: 920px; margin-bottom: 28px; }
.catalog-heading h1 { max-width: 900px; margin: 9px 0 13px; font-size: clamp(38px, 4.5vw, 58px); }
.category-intro-block { display: grid; max-width: 760px; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 15px; border-left: 3px solid var(--brand); padding-left: 14px; }
.category-intro-block > span { padding-top: 3px; color: #715b00; font-size: var(--text-xs); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.category-intro { margin: 0; color: var(--muted); font-size: var(--text-base); }
.subcategory-section { margin: 0 0 30px; border-block: 1px solid var(--line); padding: 22px 0; }
.subcategory-scroll-hint { display: none; margin-top: 3px; color: #716000; font-size: var(--text-xs); font-weight: 800; }
.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 { display: grid; min-height: 98px; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 9px 12px 9px 9px; background: var(--paper); text-decoration: none; }
.subcategory-image { position: relative; display: block; width: 76px; height: 76px; overflow: hidden; background: var(--paper-2); }
.subcategory-image img { position: absolute; inset: 6px; display: block; width: calc(100% - 12px); max-width: none; height: calc(100% - 12px); max-height: none; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.subcategory-copy { min-width: 0; }
.subcategory-copy strong { display: block; font-size: var(--text-sm); line-height: 1.3; }
.subcategory-copy small { display: block; margin-top: 6px; color: var(--muted); font-size: var(--text-xs); }
.subcategory-action { color: #6b5700; font-size: var(--text-xs); font-weight: 800; text-transform: uppercase; }
.subcategory-card:hover { background: var(--paper-2); }
.catalog-layout { display: grid; grid-template-columns: 248px minmax(0, 1fr); align-items: start; gap: 24px; overflow-anchor: none; }
.catalog-results { min-width: 0; }
.catalog-layout.is-loading .catalog-results { opacity: .55; pointer-events: none; }
.filters { position: sticky; top: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.filter-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #30363b; padding: 16px; color: var(--paper); background: var(--ink-2); }
.filter-panel-header span { display: block; color: var(--brand); font-size: var(--text-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.filter-panel-header strong { display: block; margin-top: 3px; font-size: 17px; }
.filter-panel-header a { color: var(--paper); font-size: 13px; }
.filter-list { max-height: calc(100vh - 190px); overflow-y: auto; scrollbar-width: thin; }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group > summary { min-height: 43px; padding: 10px 13px; font-size: 13px; font-weight: 700; }
.filter-group > summary::marker { color: #866a00; }
.filter-group.is-active > summary { background: #fff9d8; }
.filter-group-summary-copy { display: inline-block; min-width: 0; vertical-align: middle; }
.filter-group-summary-copy > span { display: block; }
.filter-group-summary-copy small { display: block; margin-top: 2px; color: var(--muted); font-size: var(--text-xs); }
.filter-group-body { padding: 0 13px 12px; }
.filter-more { border-top: 3px solid var(--brand); background: #fafbfb; }
.filter-more > summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; font-size: var(--text-sm); font-weight: 800; list-style: none; }
.filter-more > summary::-webkit-details-marker { display: none; }
.filter-more > summary small { display: grid; min-width: 24px; height: 24px; place-items: center; color: var(--paper); background: var(--ink); font-size: var(--text-xs); }
.filter-more[open] > summary { border-bottom: 1px solid var(--line); }
.filter-more-groups { background: var(--paper); }
.check-options { max-height: 160px; overflow-y: auto; }
.check-option { display: flex; min-height: 34px; align-items: center; gap: 8px; padding: 4px 2px; font-size: 12px; }
.check-option:hover { background: var(--paper-2); }
.check-option input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--brand-dark); }
.range-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.range-inputs label { color: var(--muted); font-size: var(--text-xs); font-weight: 800; text-transform: uppercase; }
.range-inputs input { width: 100%; min-height: 38px; margin-top: 4px; border: 1px solid var(--line-dark); border-radius: 2px; padding: 6px 8px; outline: 0; background: var(--paper); font-size: 13px; }
.range-inputs input:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(255,204,0,.35); }
.range-slider { display: none; --range-start: 0%; --range-end: 100%; position: relative; height: 48px; margin-top: 6px; }
.js .range-slider { display: block; }
.range-slider-track { position: absolute; top: 12px; right: 7px; left: 7px; height: 4px; border-radius: 4px; background: linear-gradient(to right, #e5e8ea 0 var(--range-start), var(--ink) var(--range-start) var(--range-end), #e5e8ea var(--range-end) 100%); }
.range-slider input[type="range"] { position: absolute; top: 3px; left: 0; width: 100%; height: 22px; margin: 0; border: 0; padding: 0; appearance: none; pointer-events: none; background: transparent; }
.range-slider input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.range-slider input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -7px; border: 3px solid var(--ink); border-radius: 50%; appearance: none; pointer-events: auto; background: var(--paper); cursor: grab; }
.range-slider input[type="range"]::-moz-range-track { height: 4px; background: transparent; }
.range-slider input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 3px solid var(--ink); border-radius: 50%; pointer-events: auto; background: var(--paper); cursor: grab; }
.range-slider input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 3px solid rgba(255,204,0,.6); outline-offset: 2px; }
.range-slider-bounds { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.filter-panel-footer { position: sticky; bottom: 0; border-top: 1px solid var(--line); padding: 12px; background: var(--paper); }
.filter-submit { width: 100%; }
.js .filter-panel-footer, .js .sort-submit, .js .catalog-index-tools button[type="submit"] { display: none; }
.filter-drawer { display: none; }
.catalog-toolbar { display: flex; min-height: 58px; align-items: center; gap: 14px; margin-bottom: 14px; border-block: 1px solid var(--line); padding: 8px 0; }
.catalog-result-summary { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.result-count { font-size: 24px; font-weight: 800; line-height: 1; }
.catalog-result-summary span:last-child { color: var(--muted); font-size: 13px; }
.sort-form { margin-left: auto; }
.sort-control { display: flex; align-items: center; gap: 8px; }
.sort-control label { color: var(--muted); font-size: var(--text-xs); font-weight: 700; }
.catalog-toolbar select { min-height: 42px; border: 1px solid var(--line-dark); border-radius: 0; padding: 7px 30px 7px 9px; background: var(--paper); font-size: var(--text-sm); }
.sort-submit { min-height: 42px; padding-inline: 12px; font-size: 13px; }
.active-filter-panel { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; border-bottom: 1px solid var(--line); padding: 0 0 12px; }
.active-filter-panel > span { color: var(--muted); font-size: var(--text-xs); font-weight: 700; }
.active-filters { display: flex; min-width: 0; flex: 1; flex-wrap: wrap; gap: 6px; }
.active-filters a { display: inline-flex; min-height: 34px; align-items: center; gap: 5px; border: 1px solid #d8c15f; padding: 5px 8px; font-size: var(--text-xs); text-decoration: none; }
.clear-all-filters { flex: 0 0 auto; font-size: var(--text-xs); }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-product-grid, .search-results__grid, .related-products .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.product-card-image { --product-image-inset: 16px; position: relative; display: flex; aspect-ratio: 4/3; align-items: center; justify-content: center; overflow: hidden; padding: var(--product-image-inset); background: var(--paper-2); }
.product-card-image img { position: absolute; inset: var(--product-image-inset); width: calc(100% - var(--product-image-inset) - var(--product-image-inset)); height: calc(100% - var(--product-image-inset) - var(--product-image-inset)); max-width: none; max-height: none; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.product-card-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 14px; }
.product-card-code { display: block; margin-bottom: 6px; color: #786100; font-size: var(--text-xs); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-card h2 { display: -webkit-box; min-height: 44px; margin: 0 0 10px; overflow: hidden; font-size: var(--text-base); line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-wrap: balance; }
.product-card h2 a { text-decoration: none; }
.product-card h2 a:hover { text-decoration: underline; }
.card-specs { margin: 0 0 13px; font-size: var(--text-xs); }
.card-specs div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(58px, auto); gap: 7px; border-bottom: 1px solid #e7eaec; padding: 5px 0; }
.card-specs dt { min-width: 0; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.card-specs dd { margin: 0; text-align: right; font-weight: 800; }
.product-card-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 8px; margin-top: auto; }
.product-card-price span { display: block; color: var(--muted); font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card-price strong { display: block; margin-top: 1px; font-size: 18px; line-height: 1.15; white-space: nowrap; }
.product-card-action { min-height: 42px; max-width: 132px; padding: 8px 11px; font-size: 13px; }
.product-card:hover .product-card-image { background: #eceff0; }
.empty-state { grid-column: 1 / -1; border: 1px solid var(--line); padding: 40px; }
.empty-state-label { color: #766000; font-size: var(--text-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.empty-state h2 { max-width: 620px; margin: 8px 0 12px; }
.empty-state p { color: var(--muted); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; border-top: 1px solid var(--line); padding-top: 18px; font-size: var(--text-sm); }
.pagination a { display: inline-flex; min-height: 40px; align-items: center; border: 1px solid var(--line-dark); padding: 8px 13px; text-decoration: none; }
.pagination-load-more { min-width: 180px; justify-content: center; border-color: var(--brand-dark) !important; background: var(--brand); font-weight: 800; }
.pagination-load-more:hover { background: var(--brand-dark); }
.pagination-load-more.is-loading { opacity: .65; pointer-events: none; }
.category-seo { margin-top: 56px; border-top: 1px solid var(--line); padding-top: 36px; }

/* Product page */
.product-title-block { max-width: 760px; margin: 28px 0 24px; }
.product-title-block h1 { margin-bottom: 14px; font-size: clamp(38px, 4.5vw, 58px); overflow-wrap: normal; text-wrap: balance; }
.model-code { display: inline-flex; gap: 8px; margin: 0; border-left: 3px solid var(--brand); padding: 4px 0 4px 10px; color: var(--muted); font-size: 13px; }
.model-code span { font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.model-code strong { color: var(--ink); }
.product-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; border-block: 1px solid var(--line); }
.product-gallery { min-width: 0; border-right: 1px solid var(--line); padding: 18px 22px 18px 0; }
.product-main-image-wrap { position: relative; display: flex; min-height: 460px; align-items: center; justify-content: center; overflow: hidden; padding: 34px; background: var(--paper-2); }
.product-main-image { width: auto; max-width: 100%; height: auto; max-height: 410px; object-fit: contain; mix-blend-mode: multiply; }
.product-brand-badge { position: absolute; z-index: 2; top: 16px; left: 16px; width: auto; max-width: 92px; height: auto; max-height: 30px; object-fit: contain; }
.product-thumbs { display: flex; gap: 7px; margin-top: 10px; overflow-x: auto; padding: 2px; scrollbar-width: thin; }
.product-thumb { display: flex; width: 76px; height: 66px; flex: 0 0 76px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--line); border-radius: 0; padding: 4px; background: var(--paper); }
.product-thumb:hover, .product-thumb.is-active { border-color: #8f7100; box-shadow: inset 0 -2px 0 var(--brand); }
.product-thumb img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-summary { position: sticky; top: 12px; padding: 32px 0 32px 34px; }
.product-price-block { margin: 0 0 20px; }
.product-price-block span { display: block; color: var(--muted); font-size: var(--text-xs); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-price-block strong { display: block; margin-top: 3px; font-size: clamp(30px, 3.3vw, 42px); font-weight: 800; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-actions .button { min-height: 48px; }
.product-trust-list { display: grid; gap: 9px; margin: 24px 0 0; border-top: 1px solid var(--line); padding: 18px 0 0 20px; list-style: square; }
.product-trust-list li { color: #505a62; font-size: 13px; }
.product-trust-list li::marker { color: var(--brand-dark); }
.product-short-description { margin: 20px 0 0; color: #4b555e; font-size: 15px; line-height: 1.65; }
.mobile-product-cta { display: none; }
.specifications { margin-top: 48px; }
.specifications .section-heading-row { max-width: 100%; }
.specifications dl { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specifications dl div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 14px; }
.specifications dt { color: var(--muted); font-size: var(--text-sm); }
.specifications dd { margin: 0; text-align: right; font-size: var(--text-sm); font-weight: 800; }
.structured-specifications { margin-top: 36px; }
.structured-spec-block { margin-top: 18px; }
.structured-spec-block h3 { margin-bottom: 10px; font-size: var(--text-lg); }
.structured-spec-block > p { margin: 0; color: var(--ink); font-weight: 700; }
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.spec-table-wrap table { width: 100%; border-collapse: collapse; min-width: 520px; }
.spec-table-wrap th, .spec-table-wrap td { border-bottom: 1px solid var(--line); padding: 11px 14px; text-align: left; }
.spec-table-wrap th { color: var(--muted); background: var(--paper-2); font-size: var(--text-xs); text-transform: uppercase; }
.spec-table-wrap tbody tr:last-child td { border-bottom: 0; }
.product-description { margin-top: 50px; border-top: 1px solid var(--line); padding-top: 34px; }
.related-products { margin-top: 52px; }

/* Forms, search, content */
.lead-section { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 34px; margin-top: 56px; border-top: 4px solid var(--brand); padding: 34px; color: var(--paper); background: var(--ink-2); }
.lead-card__intro .section-kicker { color: var(--brand); }
.lead-card__intro h2 { margin: 5px 0 12px; color: var(--paper); }
.lead-card__intro p:last-child { color: #aeb7bd; }
.lead-form { display: grid; gap: 12px; }
.lead-form__primary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lead-form__primary .form-field:first-of-type { grid-column: 1 / -1; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 5px; font-size: 13px; font-weight: 700; }
.form-field__required { color: var(--brand); }
.lead-form input:not([type="checkbox"]), .lead-form textarea { width: 100%; min-height: 44px; border: 1px solid #626b72; border-radius: 0; padding: 9px 10px; outline: 0; color: var(--ink); background: var(--paper); font-size: var(--text-base); }
.lead-form textarea { min-height: 100px; resize: vertical; }
.lead-form__details { overflow: hidden; border: 1px solid #525b62; }
.lead-form__details-summary { min-height: 44px; padding: 12px; font-size: 13px; font-weight: 800; }
.lead-form__details-summary::marker { color: var(--brand); }
.lead-form__details-body { display: grid; gap: 10px; border-top: 1px solid #525b62; padding: 12px; }
.lead-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lead-form__consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; color: #c6cdd2; font-size: var(--text-xs); font-weight: 400; }
.lead-form__consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--brand); }
.lead-form__consent a { color: var(--paper); }
.lead-form__submit { min-width: 145px; }
.lead-section:focus { outline: none; }
.search-page { min-height: 65vh; }
.search-hero { border-bottom: 1px solid var(--line); padding: 18px 0 30px; }
.search-hero__heading h1 { margin-bottom: 20px; }
.search-hero__form { max-width: 760px; }
.search-results, .search-categories { margin-top: 44px; }
.search-results__heading h2 { font-size: 28px; }
.search-categories__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.search-category-card { position: relative; display: flex; min-height: 104px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 42px 16px 16px; text-decoration: none; }
.search-category-card__title { font-size: 15px; font-weight: 800; line-height: 1.35; }
.search-category-card__intro { display: -webkit-box; margin-top: 7px; overflow: hidden; color: var(--muted); font-size: var(--text-xs); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.search-category-card__arrow { position: absolute; right: 16px; bottom: 15px; color: #725b00; font-size: var(--text-xs); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.search-category-card:hover { background: var(--paper-2); }
.content-hero { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: var(--paper-2); }
.content-hero::before { position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--brand); content: ""; }
.content-hero__container { display: grid; min-height: 250px; align-content: space-between; padding-block: 26px 38px; }
.content-hero__heading { max-width: 920px; }
.content-hero__heading h1 { max-width: 980px; margin-bottom: 0; font-size: clamp(42px, 5.4vw, 72px); }
.content-page__container { padding-block: 42px 72px; }
.content-page__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 54px; }
.content-page__layout--single { grid-template-columns: minmax(0, 920px); }
.content-page__body { width: 100%; max-width: 920px; min-width: 0; }
.content-page__body > .block-html { width: 100%; }
.content-contact-card { position: sticky; top: 20px; border: 1px solid #4a5258; border-top: 5px solid var(--brand); padding: 25px 22px 22px; color: #dce1e4; background: var(--ink-2); }
.content-contact-card h2 { margin: 6px 0 12px; color: var(--paper); font-size: 25px; line-height: 1.08; }
.content-contact-card > p:not(.section-kicker) { margin: 0 0 22px; color: #aeb7bd; font-size: var(--text-sm); }
.content-contact-card > a:not(.button) { display: block; overflow-wrap: anywhere; text-decoration: none; }
.content-contact-phone { margin-bottom: 5px; color: var(--paper); font-size: 21px; font-weight: 800; }
.content-contact-email { color: #c5cdd2; font-size: var(--text-sm); }
.content-contact-card .button { width: 100%; margin-top: 24px; }
.service-overview { min-width: 0; }
.service-overview__intro { border-top: 5px solid var(--brand); padding: clamp(28px, 4vw, 46px); color: var(--paper); background: var(--ink-2); }
.service-overview__intro .section-kicker { margin: 0 0 12px; color: var(--brand); }
.service-overview__intro h2 { max-width: 720px; margin: 0; color: var(--paper); font-size: clamp(34px, 4vw, 52px); line-height: 1.02; }
.service-overview__lead { max-width: 720px; margin: 22px 0 0; color: #c5cdd2; font-size: var(--text-lg); line-height: 1.55; }
.service-overview__warranty { display: inline-flex; margin: 28px 0 0; border-left: 4px solid var(--brand); padding: 11px 14px; color: var(--paper); background: #252e33; font-weight: 800; }
.service-offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line); }
.service-offer { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 24px 30px; background: var(--paper); }
.service-offer__number { margin: 0 0 28px; color: #7a6200; font-size: var(--text-xs); font-weight: 900; letter-spacing: .14em; }
.service-offer h3 { min-height: 58px; margin: 0 0 14px; font-size: 22px; line-height: 1.18; }
.service-offer > p:last-child { margin: 0; color: #525c64; font-size: var(--text-sm); line-height: 1.65; }
.service-process { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.28fr); gap: 30px 44px; margin-top: 30px; border-top: 4px solid var(--brand); padding: 32px; background: var(--paper-2); }
.service-process__heading .section-kicker { margin: 0 0 10px; }
.service-process__heading h3 { margin: 0; font-size: clamp(27px, 3vw, 38px); line-height: 1.08; }
.service-process__steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: service-step; }
.service-process__steps li { position: relative; display: grid; gap: 4px; min-height: 74px; align-content: center; border-bottom: 1px solid var(--line); padding: 13px 0 13px 50px; counter-increment: service-step; }
.service-process__steps li:first-child { border-top: 1px solid var(--line); }
.service-process__steps li::before { position: absolute; top: 16px; left: 0; color: #7a6200; content: "0" counter(service-step); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.service-process__steps strong { font-size: var(--text-base); }
.service-process__steps span { color: #606b73; font-size: var(--text-sm); line-height: 1.5; }
.service-process__button { grid-column: 2; justify-self: start; }
.content-page--contacts .content-page__body { max-width: none; }
.primary-warehouse-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: 28px; overflow: hidden; margin-bottom: 22px; padding: clamp(24px, 3vw, 40px); border-top: 5px solid var(--brand); color: var(--paper); background: linear-gradient(135deg, #101518 0%, #1b2328 58%, #242e34 100%); }
.primary-warehouse-card::after { position: absolute; right: -80px; bottom: -110px; width: 280px; height: 280px; border: 1px solid rgba(255, 204, 0, .24); border-radius: 50%; content: ""; pointer-events: none; }
.primary-warehouse-card .section-kicker { margin: 0 0 10px; color: var(--brand); }
.primary-warehouse-card h2 { margin: 0; color: var(--paper); font-size: clamp(34px, 4vw, 54px); line-height: 1; }
.primary-warehouse-card__main > p:last-child { margin: 20px 0 0; color: #d7dde0; font-size: var(--text-lg); }
.primary-warehouse-card__main strong { color: var(--paper); }
.primary-warehouse-card__contacts { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; }
.primary-warehouse-card__contacts a { color: #d7dde0; text-decoration: none; }
.primary-warehouse-card__contacts a:hover { color: var(--brand); }
.primary-warehouse-card__phone { color: var(--paper) !important; font-size: var(--text-lg); font-weight: 800; }
.primary-warehouse-card__details { display: inline-flex; gap: 8px; align-items: center; margin-top: 12px; color: var(--brand) !important; font-weight: 800; }
.content-page--contacts .rich-content .x-section { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.content-page--contacts .rich-content .x-container { display: contents !important; }
.content-page--contacts .rich-content .x-column:has(p) { border: 1px solid var(--line); border-top: 3px solid var(--brand); padding: 18px !important; background: var(--paper); }
.content-page--contacts .rich-content .x-column:not(:has(p)) { display: none !important; }
.content-page--contacts .rich-content .x-column p { margin: 0; line-height: 1.55; }
.content-page--contacts .rich-content .x-column p + p { margin-top: 8px; }
.content-page--contacts .rich-content .x-text-headline p { color: var(--ink); font-size: var(--text-lg); font-weight: 800; }
.content-page--delivery .content-page__body { max-width: none; }
.content-page--delivery .rich-content .x-section { display: grid !important; gap: 18px; }
.content-page--delivery .rich-content .x-container:first-child:not(:has(p, img)) { display: none !important; }
.content-page--delivery .rich-content .x-container:has(.x-column.x-1-4) { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.content-page--delivery .rich-content .x-column.x-1-4 { display: grid; min-height: 170px; grid-template-columns: 68px minmax(0, 1fr); grid-template-rows: auto 1fr; align-content: start; gap: 7px 18px; border: 1px solid var(--line); border-top: 3px solid var(--brand); padding: 24px !important; background: linear-gradient(145deg, #fff 0%, #f5f7f8 100%); }
.content-page--delivery .rich-content .x-column.x-1-4 .x-image { grid-row: 1 / 3; }
.content-page--delivery .rich-content .x-column.x-1-4 img { width: 58px !important; height: 58px !important; max-height: none; margin: 0; object-fit: contain; }
.content-page--delivery .rich-content .x-column.x-1-4 .x-image + .x-text { align-self: end; color: var(--ink); font-size: var(--text-lg); font-weight: 800; line-height: 1.25; }
.content-page--delivery .rich-content .x-column.x-1-4 .x-image + .x-text + .x-text { color: #525c64; font-size: var(--text-sm); line-height: 1.6; }
.content-page--delivery .rich-content .x-section > .x-container:last-child { border-left: 5px solid var(--brand); padding: 20px 22px !important; color: #dce1e4; background: var(--ink-2); }
.content-page--delivery .rich-content .x-section > .x-container:last-child p { margin: 0; line-height: 1.6; }
.content-page--delivery .rich-content .x-section > .x-container:last-child a { color: var(--brand); font-size: 17px; }
.content-page--legal .content-page__body { max-width: 920px; }
.content-page__lead { margin-top: 54px; }
.form-error-page { min-height: 62vh; }
.form-error-card { display: grid; max-width: 720px; grid-template-columns: 48px 1fr; gap: 20px; margin: 30px auto 0; border: 1px solid var(--line); border-top: 4px solid var(--danger); padding: 28px; }
.form-error-card__icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--paper); background: var(--danger); font-size: 22px; font-weight: 900; }
.form-error-card h1 { margin: 4px 0 13px; font-size: 34px; }
.form-error-card__list { margin-bottom: 22px; color: var(--danger); }
.messages { padding-top: 12px; }
.message { border-left: 4px solid var(--success); padding: 12px 15px; color: var(--success); background: #eaf7ef; font-weight: 700; }

/* Footer */
.site-footer { border-top: 4px solid var(--brand); padding: 44px 0; color: #dbe0e3; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand img { width: auto; max-width: 190px; max-height: 45px; filter: brightness(0) invert(1); }
.site-footer strong { display: block; margin-bottom: 12px; color: var(--paper); font-size: var(--text-sm); }
.site-footer p { color: #aeb7bd; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: #aeb7bd; font-size: 13px; text-decoration: none; }
.footer-links .footer-links-title { margin-bottom: 4px; color: var(--paper); font-size: var(--text-sm); font-weight: 800; }
.footer-links a:hover { color: var(--brand); }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button, .product-card-image, .product-card-image img, .home-category-card, .subcategory-card { transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease; }
  .product-card:hover .product-card-image img { transform: scale(1.018); }
}

@media (max-width: 1380px) and (min-width: 1181px) {
  .container { width: calc(100% - 48px); }
  .header-main { grid-template-columns: 184px minmax(280px, 1fr) 220px; gap: 22px; }
  .home-hero h1 { max-width: 520px; font-size: 60px; }
  .home-hero-lead { max-width: 450px; }
  .home-category-card { grid-template-columns: 92px minmax(0, 1fr); }
  .home-category-image { width: 88px; height: 88px; }
  .catalog-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 1180px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .header-main { min-height: 78px; grid-template-columns: 190px minmax(280px, 1fr) 215px; gap: 24px; }
  .home-product-grid, .search-results__grid, .related-products .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .topbar-note { display: none; }
  .topbar-inner { justify-content: space-between; }
  .header-main { grid-template-columns: 168px 1fr auto; gap: 18px; }
  .header-contact { display: none; }
  .mobile-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
  .mobile-call, .mobile-menu > summary { display: inline-flex; min-height: 44px; align-items: center; border: 1px solid var(--line-dark); padding: 7px 11px; font-size: 13px; font-weight: 800; text-decoration: none; list-style: none; }
  .mobile-menu > summary::-webkit-details-marker, .filter-drawer > summary::-webkit-details-marker { display: none; }
  .mobile-menu[open]::before { position: fixed; z-index: 1000; inset: 0; background: rgba(15,18,20,.58); content: ""; }
  .mobile-menu-panel { position: fixed; z-index: 1001; inset: 0 0 0 auto; width: min(92vw, 410px); overflow-y: auto; padding: 26px 18px 36px; color: var(--ink); background: var(--paper); box-shadow: -15px 0 40px rgba(15,18,20,.2); }
  .mobile-menu-close { position: absolute; top: 16px; right: 16px; min-height: 44px; border: 1px solid var(--line-dark); border-radius: 0; padding: 7px 10px; background: var(--paper); font-size: 13px; font-weight: 800; }
  .mobile-menu-heading { padding: 0 65px 18px 0; border-bottom: 3px solid var(--brand); }
  .mobile-menu-heading strong { display: block; font-size: 22px; font-weight: 800; }
  .mobile-menu-heading a { display: inline-flex; min-height: 34px; align-items: center; margin-top: 3px; color: var(--muted); font-size: var(--text-xs); font-weight: 700; text-decoration: underline; }
  .mobile-navigation { display: grid; margin-top: 8px; }
  .mobile-navigation > a, .mobile-nav-group > summary { display: flex; min-height: 50px; align-items: center; border-bottom: 1px solid var(--line); padding: 10px 2px; font-size: 15px; font-weight: 800; text-decoration: none; }
  .mobile-nav-group > div { display: grid; padding: 5px 0 10px 12px; }
  .mobile-nav-group > div a { min-height: 42px; padding: 9px 3px; color: var(--muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
  .mobile-nav-root { color: var(--ink) !important; font-weight: 800; }
  .mobile-utility-navigation { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 20px; }
  .mobile-utility-navigation a { display: flex; min-height: 44px; align-items: center; border: 1px solid var(--line); padding: 8px 9px; font-size: 13px; text-decoration: none; }
  .main-nav { display: none; }
  .catalog-index-hero-grid { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .catalog-index-hero h1 { font-size: clamp(40px, 7.5vw, 60px); }
  .catalog-index-stats div:first-child { border-left: 0; padding-left: 0; }
  .catalog-index-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-index-tools { grid-template-columns: minmax(0, 1fr) minmax(190px, .45fr) auto; }
  .catalog-index-reset { grid-column: 1 / -1; min-height: 30px; padding: 0; }
  .home-hero { min-height: 525px; }
  .home-hero-image { object-fit: contain; object-position: right center; }
  .home-hero-content { padding-block: 62px 38px; }
  .home-hero h1 { max-width: 410px; font-size: 48px; }
  .home-hero-lead { max-width: 340px; font-size: var(--text-base); }
  .home-hero-actions { display: grid; max-width: 300px; }
  .home-hero-actions .button { width: 100%; }
  .home-stats { max-width: 330px; }
  .home-stats div { padding-inline: 14px; }
  .home-stats dd { font-size: var(--text-xs); }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout { display: block; }
  .filters-desktop { display: none; }
  .filter-drawer { display: block; margin-left: auto; }
  .filter-drawer > summary { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 12px; color: var(--ink); background: var(--brand); font-size: 13px; font-weight: 800; list-style: none; }
  .filter-summary-closed { display: inline-flex; align-items: center; gap: 6px; }
  .filter-summary-closed b { display: grid; min-width: 20px; height: 20px; place-items: center; color: var(--paper); background: var(--ink); font-size: var(--text-xs); }
  .filter-summary-open { display: none; }
  .filter-drawer[open] { position: fixed; z-index: 1200; inset: 0; margin: 0; background: rgba(15,18,20,.58); }
  .filter-drawer[open] > summary { position: fixed; z-index: 1202; top: 10px; left: min(calc(90vw - 88px), 320px); border: 1px solid var(--line); background: var(--paper); }
  .filter-drawer[open] .filter-summary-closed { display: none; }
  .filter-drawer[open] .filter-summary-open { display: inline; }
  .filter-drawer[open] > .filters { position: fixed; z-index: 1201; inset: 0 auto 0 0; width: min(90vw, 410px); overflow-y: auto; border: 0; box-shadow: 14px 0 40px rgba(15,18,20,.2); }
  .filter-drawer[open] .filter-panel-header { padding-right: 102px; }
  .filter-drawer[open] .filter-list { max-height: none; overflow: visible; }
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery { border-right: 0; border-bottom: 1px solid var(--line); padding-right: 0; }
  .product-summary { position: static; padding: 26px 0; }
  .lead-section { grid-template-columns: 1fr; }
  .search-categories__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-page__layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contacts { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .topbar { display: none; }
  .header-main { min-height: 0; grid-template-columns: minmax(112px, 148px) 1fr; gap: 10px; padding-block: 10px; }
  .brand img { max-width: 145px; max-height: 38px; }
  .header-search { grid-column: 1 / -1; grid-row: 2; }
  .header-search input { min-height: 44px; }
  .header-search button { min-width: 74px; }
  .home-hero { min-height: 0; background: #eef0f1; }
  .home-hero-content { padding-block: 30px 268px; }
  .home-hero-media { position: absolute; z-index: 0; inset: auto 0 0; width: 100%; height: 268px; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 100%); }
  .home-hero-image { object-fit: cover; object-position: 72% center; }
  .home-hero h1 { max-width: 360px; margin-bottom: 14px; font-size: clamp(38px, 11vw, 48px); }
  .home-hero-lead { max-width: 350px; font-size: var(--text-base); }
  .home-hero-actions { margin-top: 20px; }
  .home-stats { margin-top: 24px; }
  .home-stats div { padding-inline: 16px; }
  .home-stats div:first-child { padding-left: 0; }
  .home-stats dt { font-size: 24px; }
  .home-stats dd { font-size: var(--text-xs); }
  .home-benefits { margin-top: 34px; }
  .home-benefits-grid { width: 100%; grid-template-columns: 1fr; }
  .home-benefit { min-height: 84px; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; border-right: 0; border-bottom: 1px solid #353c42; padding: 18px 22px; }
  .home-benefit:last-child { border-bottom: 0; }
  .home-benefit strong { font-size: var(--text-base); }
  .home-section { padding-top: 40px; }
  .home-category-card { min-height: 192px; grid-template-columns: 1fr; grid-template-rows: 112px 1fr; gap: 8px; padding: 9px; }
  .home-category-image { width: 100%; height: 112px; grid-column: 1 / -1; }
  .home-category-content { justify-content: flex-start; }
  .home-category-content strong { font-size: var(--text-sm); line-height: 1.32; }
  .home-category-meta { margin-top: 6px; font-size: var(--text-xs); }
  .home-about-section { margin-top: 48px; padding-block: 38px; }
  .home-about-section > * { width: calc(100% - 28px); }
  .home-seo-content .x-section > .x-container:first-child .x-column { grid-template-columns: 1fr; }
  .home-seo-content .x-section > .x-container:first-child .x-text { min-height: 86px; padding: 20px !important; font-size: 15px; }
  .home-section-heading, .section-heading-row, .search-results__heading { align-items: start; flex-direction: column; gap: 7px; }
  .catalog-index-hero { padding-bottom: 26px; }
  .catalog-index-hero .section-kicker { margin-top: 20px; }
  .catalog-index-hero h1 { font-size: clamp(34px, 10vw, 48px); }
  .catalog-index-hero p:not(.section-kicker) { font-size: var(--text-base); }
  .catalog-index-categories { padding-top: 30px; }
  .catalog-index-category-card { min-height: 192px; }
  .catalog-index-category-card .home-category-image { width: 100%; height: 112px; }
  .catalog-index-category-card .home-category-content { border-top: 1px solid var(--line); padding: 8px 2px 2px; }
  .catalog-index-products { padding-top: 44px; }
  .catalog-index-tools { grid-template-columns: 1fr auto; align-items: stretch; }
  .catalog-index-search { grid-column: 1 / -1; }
  .catalog-index-sort { min-width: 0; }
  .catalog-index-tools .button { align-self: end; padding-inline: 13px; }
  .catalog-heading h1 { font-size: clamp(31px, 9vw, 42px); }
  .category-intro-block { display: block; }
  .category-intro-block > span { display: block; margin-bottom: 5px; }
  .subcategory-section { padding-block: 18px; }
  .subcategory-scroll-hint { display: block; }
  .subcategory-grid { display: flex; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .subcategory-card { min-width: 248px; scroll-snap-align: start; }
  .catalog-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .filter-drawer { grid-column: 2; grid-row: 1; }
  .sort-form { grid-column: 1 / -1; width: 100%; margin: 0; border-top: 1px solid var(--line); padding-top: 9px; }
  .sort-control { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; }
  .catalog-toolbar select { width: 100%; }
  .active-filter-panel { align-items: flex-start; flex-wrap: wrap; }
  .active-filters { order: 3; flex-basis: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-product-grid, .search-results__grid, .related-products .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-title-block { margin-top: 20px; }
  .product-title-block h1 { font-size: 31px; }
  .product-gallery { padding-block: 12px; }
  .product-main-image-wrap { min-height: 280px; padding: 24px; }
  .product-main-image { max-height: 250px; }
  .product-summary { padding-block: 22px; }
  .product-actions { grid-template-columns: 1fr; }
  .mobile-product-cta { position: fixed; z-index: 90; right: 8px; bottom: 8px; left: 8px; grid-template-columns: minmax(0, 1fr) minmax(126px, auto); align-items: center; gap: 8px; border: 1px solid #454c52; padding: 8px 9px 8px 12px; color: var(--paper); background: rgba(15,18,20,.97); box-shadow: 0 10px 30px rgba(15,18,20,.28); }
  .mobile-product-cta.is-visible { display: grid; }
  .mobile-product-cta span { display: block; color: #aeb7bd; font-size: var(--text-xs); font-weight: 800; text-transform: uppercase; }
  .mobile-product-cta strong { display: block; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-product-cta .button { min-height: 44px; padding-inline: 10px; overflow: hidden; font-size: var(--text-xs); text-overflow: ellipsis; white-space: nowrap; }
  .product-page { padding-bottom: 100px; }
  .specifications dl { grid-template-columns: 1fr; }
  .lead-section { gap: 24px; padding: 24px 18px; }
  .lead-form__primary { grid-template-columns: 1fr; }
  .lead-form__primary .form-field:first-of-type { grid-column: auto; }
  .lead-form__footer { align-items: stretch; flex-direction: column; }
  .search-categories__grid { grid-template-columns: 1fr; }
  .content-hero__container { min-height: 205px; padding-block: 20px 30px; }
  .content-hero__heading h1 { font-size: clamp(36px, 9vw, 52px); }
  .content-page__layout { grid-template-columns: 1fr; gap: 28px; }
  .content-contact-card { position: static; }
  .primary-warehouse-card { grid-template-columns: 1fr; gap: 20px; }
  .content-page--contacts .content-contact-card { order: -1; }
  .content-page--contacts .rich-content .x-section { grid-template-columns: 1fr; }
  .service-offers { grid-template-columns: 1fr; }
  .service-offer h3 { min-height: 0; }
  .service-process { grid-template-columns: 1fr; padding: 26px 22px; }
  .service-process__button { grid-column: 1; }
  .content-page--delivery .rich-content .x-container:has(.x-column.x-1-4) { grid-template-columns: 1fr; }
  .content-page--delivery .rich-content .x-column.x-1-4 { min-height: 0; grid-template-columns: 58px minmax(0, 1fr); gap: 5px 15px; padding: 20px !important; }
  .content-page--delivery .rich-content .x-column.x-1-4 img { width: 50px !important; height: 50px !important; }
  .content-page--delivery .rich-content .x-column.x-1-4 .x-image + .x-text { font-size: 16px; }
  .content-page--delivery .rich-content .x-column.x-1-4 .x-image + .x-text + .x-text { font-size: 12px; }
  .form-error-card { grid-template-columns: 1fr; padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand, .footer-contacts { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 20px, var(--container)); }
  .page-shell { padding-block: 22px 58px; }
  .breadcrumbs { gap: 4px; font-size: var(--text-xs); }
  .breadcrumbs a { min-height: 26px; }
  .home-hero-actions { display: grid; }
  .home-hero-actions .button { width: 100%; }
  .home-hero-content { padding-bottom: 244px; }
  .home-hero-media { height: 244px; }
  .home-hero-image { object-position: 73% center; }
  .home-category-card { min-height: 178px; grid-template-rows: 100px 1fr; }
  .home-category-image { height: 100px; }
  .catalog-index-category-card { min-height: 178px; }
  .catalog-index-category-card .home-category-image { height: 100px; }
  .catalog-index-stats { width: 100%; }
  .catalog-index-stats div { min-width: 0; flex: 1; }
  .catalog-index-tools { grid-template-columns: 1fr; }
  .catalog-index-search, .catalog-index-sort, .catalog-index-tools .button, .catalog-index-reset { grid-column: 1; }
  .product-card-image { --product-image-inset: 8px; aspect-ratio: 1/1; }
  .product-card-body { padding: 9px; }
  .product-card-code { margin-bottom: 4px; font-size: var(--text-xs); }
  .product-card h2 { min-height: 39px; margin-bottom: 7px; font-size: var(--text-sm); line-height: 1.4; }
  .card-specs { display: none; }
  .product-card-footer { grid-template-columns: 1fr; gap: 7px; }
  .product-card-price strong { font-size: 15px; }
  .product-card-action { width: 100%; max-width: none; min-height: 44px; padding: 7px 4px; font-size: var(--text-xs); }
  .catalog-toolbar { padding-block: 8px; }
  .sort-control { grid-template-columns: 1fr auto; }
  .sort-control label { grid-column: 1 / -1; }
  .sort-submit { padding-inline: 9px; }
  .product-main-image-wrap { min-height: 255px; }
  .product-brand-badge { top: 10px; left: 10px; max-width: 70px; }
  .specifications dl div { grid-template-columns: 1fr; gap: 3px; }
  .specifications dd { text-align: left; }
  .search-results__heading h2 { font-size: 23px; }
}

@media (max-width: 330px) {
  .home-category-grid, .product-grid, .home-product-grid, .search-results__grid, .related-products .product-grid { grid-template-columns: 1fr; }
  .product-card-image { --product-image-inset: 18px; aspect-ratio: 4/3; }
  .product-card h2 { min-height: auto; font-size: 14px; }
  .card-specs { display: block; }
}

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