:root {
  --black: #08090b;
  --ink: #11151b;
  --muted: #68717f;
  --line: #dfe4ea;
  --soft: #f5f7f9;
  --blue: #075ee8;
  --blue-dark: #034fc8;
  --gold: #f2ad26;
  --energy-yellow: #f2ad26;
  --gold-button: #c99821;
  --gold-button-hover: #b98818;
  --gold-line: #d9bd72;
  --green: #21a85b;
  --content: 1540px;
}

/* Energy solutions */
.solutions-page { background: #f6f8fb; }
.solutions-hero {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  padding: 84px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, .7fr);
  gap: 80px;
  align-items: end;
}
.solutions-kicker { display: inline-block; margin-bottom: 18px; color: #ad7b11; font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.solutions-hero h1 { max-width: 900px; margin: 0; color: #0a1f3b; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: 0; }
.solutions-hero h1 span { color: #bd8616; }
.solutions-hero p { max-width: 760px; margin: 24px 0 0; color: #596574; font-size: 20px; line-height: 1.55; }
.solutions-hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.solutions-guide { padding: 22px; display: grid; gap: 4px; background: #fff; border: 1px solid #dce2e9; border-top: 3px solid #c38b18; border-radius: 6px; }
.solutions-guide > span { margin: 0 0 8px 10px; color: #8b95a2; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.solutions-guide a { padding: 10px; display: flex; align-items: center; gap: 12px; color: #182438; text-decoration: none; border-radius: 4px; transition: background .2s ease, color .2s ease; }
.solutions-guide a:hover { color: #9a6b0d; background: #f6f1e7; }
.solutions-guide b { color: #b17b10; font-size: 12px; }
.solutions-intro { width: min(calc(100% - 80px), var(--content)); margin: 0 auto 72px; padding: 18px 0; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #dce2e9; border-radius: 6px; }
.solutions-intro article { min-width: 0; padding: 8px 24px; display: flex; gap: 14px; align-items: center; border-right: 1px solid #e1e5ea; }
.solutions-intro article:last-child { border-right: 0; }
.solutions-intro svg { width: 29px; height: 29px; flex: 0 0 auto; color: #bd8616; stroke-width: 1.45; }
.solutions-intro div { display: grid; gap: 4px; }
.solutions-intro strong { color: #14243b; font-size: 14px; }
.solutions-intro span { color: #77818e; font-size: 12px; line-height: 1.4; }
.solution-slide-section { width: min(calc(100% - 80px), var(--content)); margin: 0 auto; padding: 30px 0 78px; scroll-margin-top: 76px; }
.solution-slide-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.solution-slide-heading > div { max-width: 900px; }
.solution-slide-heading span { display: block; margin-bottom: 7px; color: #ad7b11; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.solution-slide-heading h2 { margin: 0; color: #0c2342; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.08; }
.solution-slide-heading p { margin: 12px 0 0; color: #66717f; font-size: 17px; line-height: 1.55; }
.solution-consult { min-height: 44px; padding: 0 18px; flex: 0 0 auto; color: #815b0e; background: transparent; border: 1px solid #c99732; border-radius: 4px; font-weight: 700; cursor: pointer; }
.solution-slide { margin: 0; overflow: hidden; background: #fff; border: 1px solid #d7dee7; border-radius: 6px; box-shadow: 0 18px 48px rgba(24, 39, 61, .08); }
.solution-slide img { width: 100%; height: auto; display: block; }
.solutions-cta { width: min(calc(100% - 80px), var(--content)); margin: 10px auto 90px; padding: 32px 38px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; background: #0d233f; border-left: 4px solid #c89527; border-radius: 6px; }
.solutions-cta span { color: #e4b955; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.solutions-cta h2 { margin: 5px 0 0; font-size: 30px; }
.solutions-cta p { margin: 8px 0 0; color: #c8d2df; }
html[data-theme="dark"] .solutions-page { background: #101318; }
html[data-theme="dark"] .solutions-hero h1, html[data-theme="dark"] .solution-slide-heading h2 { color: #edf0f4; }
html[data-theme="dark"] .solutions-hero p, html[data-theme="dark"] .solution-slide-heading p { color: #aab2bd; }
html[data-theme="dark"] .solutions-guide, html[data-theme="dark"] .solutions-intro { background: #181c22; border-color: #343a43; }
html[data-theme="dark"] .solutions-guide a, html[data-theme="dark"] .solutions-intro strong { color: #edf0f4; }
html[data-theme="dark"] .solutions-guide a:hover { background: #242018; }
html[data-theme="dark"] .solutions-intro article { border-color: #343a43; }

@media (max-width: 1050px) {
  .solutions-hero { grid-template-columns: 1fr; gap: 34px; padding-top: 64px; }
  .solutions-guide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solutions-guide > span { grid-column: 1 / -1; }
  .solutions-intro { grid-template-columns: repeat(2, 1fr); }
  .solutions-intro article:nth-child(2) { border-right: 0; }
  .solutions-intro article:nth-child(-n+2) { border-bottom: 1px solid #e1e5ea; }
}
@media (max-width: 700px) {
  .solutions-hero, .solutions-intro, .solution-slide-section, .solutions-cta { width: calc(100% - 28px); }
  .solutions-hero { padding: 46px 0 38px; }
  .solutions-hero h1 { font-size: 39px; }
  .solutions-hero p { font-size: 17px; }
  .solutions-guide { grid-template-columns: 1fr; }
  .solutions-intro { grid-template-columns: 1fr; }
  .solutions-intro article { border-right: 0; border-bottom: 1px solid #e1e5ea; }
  .solutions-intro article:last-child { border-bottom: 0; }
  .solution-slide-section { padding-bottom: 52px; }
  .solution-slide-heading { align-items: start; flex-direction: column; }
  .solution-consult { width: 100%; }
  .solution-slide { overflow-x: auto; }
  .solution-slide img { width: 920px; max-width: none; }
  .solutions-cta { padding: 28px 22px; align-items: stretch; flex-direction: column; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.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; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  color: #fff;
  background: var(--black);
  border-bottom: 1px solid #25282e;
}
.header-inner {
  width: min(calc(100% - 40px), var(--content));
  min-height: 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr minmax(230px, 275px) auto;
  align-items: center;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 27px; min-width: max-content; }
.brand-name {
  position: relative;
  display: inline-block;
  color: #f4ad22;
  font-size: 30px;
  line-height: 1;
  font-weight: 590;
  text-shadow: none;
  animation: none;
}
.site-header .brand-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 18px;
  height: 1px;
  background: #ffc64e;
  box-shadow: 0 0 6px rgba(255,198,78,.9), 0 0 13px rgba(244,173,34,.4);
  opacity: 0;
  animation: header-logo-scan 5.2s ease-in-out infinite;
}
.site-header .brand-name {
  color: #f8b83a;
  text-shadow: none;
}
@keyframes header-logo-scan {
  0%, 58%, 100% { transform: translateX(0); opacity: 0; }
  66% { opacity: .9; }
  82% { transform: translateX(79px); opacity: .9; }
  90% { transform: translateX(79px); opacity: 0; }
}
.brand-tagline { color: #fff; font-size: 12px; line-height: 1.25; font-weight: 450; text-transform: lowercase; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.main-nav a { position: relative; padding: 20px 0; color: #f5f5f5; font-size: 14px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 13px; height: 2px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.main-nav a.active::after { right: 0; }
.theme-toggle { position: relative; flex: 0 0 auto; width: 25px; height: 46px; padding: 3px 0; display: grid; place-items: center; color: #c8cbd1; background: #17191d; border: 1px solid #3a3d43; border-radius: 13px; cursor: pointer; }
.theme-toggle svg { position: relative; z-index: 2; width: 12px; height: 12px; stroke-width: 1.7; transition: color .2s ease; }
.theme-toggle-thumb { position: absolute; z-index: 1; top: 2px; left: 2px; width: 19px; height: 19px; background: #f1b83f; border-radius: 50%; box-shadow: 0 0 8px rgba(241,184,63,.35); transition: transform .22s ease, background-color .22s ease; }
.theme-toggle .theme-sun { color: #17191d; }
.theme-toggle[aria-pressed="true"] .theme-toggle-thumb { transform: translateY(21px); background: #d9e5f7; box-shadow: 0 0 8px rgba(183,207,242,.35); }
.theme-toggle[aria-pressed="true"] .theme-sun { color: #888e98; }
.theme-toggle[aria-pressed="true"] .theme-moon { color: #17191d; }
.header-search {
  position: relative;
  height: 32px;
  display: block;
  overflow: visible;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.catalog-search-results { position: absolute; z-index: 80; top: calc(100% + 7px); left: 0; right: 0; max-height: 360px; overflow: auto; padding: 5px; background: #fff; border: 1px solid #d8dde5; border-radius: 5px; box-shadow: 0 16px 38px rgba(0,0,0,.2); }
.catalog-search-results[hidden] { display: none; }
.catalog-search-results a { min-height: 54px; padding: 6px; display: grid; grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 9px; color: #11151c; border-radius: 4px; text-decoration: none; }
.catalog-search-results a:hover { background: #f2f4f7; }
.catalog-search-results img { width: 44px; height: 44px; display: block; object-fit: contain; background: #f7f8fa; }
.catalog-search-results span { min-width: 0; display: grid; gap: 2px; }
.catalog-search-results small { color: #8a6a1a; font-size: 10px; }
.catalog-search-results strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
html[data-theme="dark"] .catalog-search-results { background: #151a21; border-color: #363e49; }
html[data-theme="dark"] .catalog-search-results a { color: #f1f3f6; }
html[data-theme="dark"] .catalog-search-results a:hover { background: #20262f; }
.header-search:focus-within { border-color: var(--gold-line); }
.header-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 46px 0 16px;
  color: #17191d;
  background: transparent;
  border: 0;
  outline: 0;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-appearance: none;
  appearance: none;
}
.header-search input::-webkit-search-decoration,
.header-search input::-webkit-search-cancel-button,
.header-search input::-webkit-search-results-button,
.header-search input::-webkit-search-results-decoration { display: none; }
.header-search input::placeholder { color: #777d86; }
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
  color: #17191d;
  background: transparent;
  border: 0;
  font-size: 25px;
  cursor: pointer;
}
.header-search svg { width: 19px; height: 19px; stroke-width: 1.7; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.search-toggle { display: none; }
.icon-button, .cart-button, .menu-button {
  color: #fff;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.icon-button { width: 40px; height: 40px; font-size: 25px; }
.header-action-button, .cart-button {
  position: relative;
  min-height: 38px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.favorites-button { width: 34px; padding-inline: 0; justify-content: center; text-decoration: none; }
.favorites-button[aria-current="page"] { color: var(--gold); }
.header-action-button svg, .cart-button svg, .language-control svg { width: 19px; height: 19px; stroke-width: 1.65; }
.header-action-button span, .cart-button > span:not(.cart-count) { font-size: 13px; }
.favorites-count, .cart-count { font-variant-numeric: tabular-nums; }
.favorites-count { display: grid; place-items: center; position: absolute; top: -1px; left: 19px; width: 16px; height: 16px; color: #111; background: var(--gold); border-radius: 50%; font-size: 9px; font-weight: 700; line-height: 1; }
.cart-count { display: grid; place-items: center; position: absolute; top: -1px; left: 19px; width: 16px; height: 16px; color: #111; background: var(--gold); border-radius: 50%; font-size: 9px; font-weight: 700; }
.language-control {
  height: 34px;
  padding: 0 6px 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  border-left: 1px solid #30333a;
}
.language-control select {
  width: 50px;
  color: #fff;
  background: var(--black);
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 12px;
}
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

html[data-theme="dark"] { color-scheme: dark; --ink: #edf0f4; --muted: #a5adb9; --line: #343a43; --soft: #181c22; }
html[data-theme="dark"] body { color: var(--ink); background: #101318; }
html[data-theme="dark"] .page-section,
html[data-theme="dark"] .catalog-page,
html[data-theme="dark"] .product-page,
html[data-theme="dark"] .about-page,
html[data-theme="dark"] .contacts-page,
html[data-theme="dark"] .delivery-page,
html[data-theme="dark"] .news-page,
html[data-theme="dark"] .support-page { background: #101318; }
html[data-theme="dark"] .direction,
html[data-theme="dark"] .benefits,
html[data-theme="dark"] .catalog-category-card,
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .product-price-panel,
html[data-theme="dark"] .product-trust-row,
html[data-theme="dark"] .price-tier,
html[data-theme="dark"] .location-card,
html[data-theme="dark"] .delivery-carriers article,
html[data-theme="dark"] .delivery-note,
html[data-theme="dark"] .news-feature,
html[data-theme="dark"] .support-form-panel,
html[data-theme="dark"] .support-files article,
html[data-theme="dark"] .about-principles article { color: var(--ink); background: #181c22; border-color: var(--line); }
html[data-theme="dark"] .product-main-image,
html[data-theme="dark"] .product-thumb,
html[data-theme="dark"] .category-photo { background: #f7f8fa; }
html[data-theme="dark"] .product-specs div,
html[data-theme="dark"] .product-specs dd,
html[data-theme="dark"] .price-tier > span { color: #d2d7de; }
html[data-theme="dark"] .product-specs dt,
html[data-theme="dark"] .product-stock span,
html[data-theme="dark"] .catalog-category-copy p,
html[data-theme="dark"] .location-copy p { color: #aab2bd; }
html[data-theme="dark"] input,
html[data-theme="dark"] textarea { color: #eef1f5; background: #11151a; border-color: #414853; }
.search-panel {
  display: none;
  width: min(calc(100% - 56px), 680px);
  margin: 0 auto;
  padding: 12px 0 18px;
  gap: 8px;
}
.search-panel.open { display: flex; }
.search-panel input { flex: 1; min-width: 0; padding: 12px 14px; color: #fff; background: #15181d; border: 1px solid #3b4049; border-radius: 4px; outline: none; }
.search-panel input:focus { border-color: var(--gold); }
.search-panel button { padding: 0 22px; color: #111; background: var(--gold); border: 0; border-radius: 4px; cursor: pointer; }

.hero {
  position: relative;
  min-height: clamp(540px, 56vw, 720px);
  overflow: hidden;
  background: #f9fafb;
}
.hero-image { position: absolute; inset: 0; background: url("/assets/fecor-hero-products.png") right center / 68% auto no-repeat; }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  padding-top: clamp(86px, 9vw, 138px);
}
.hero h1 { max-width: 790px; margin: 0 0 30px; font-size: clamp(42px, 4.2vw, 70px); line-height: 1.14; font-weight: 540; }
.hero p { max-width: 590px; margin: 0 0 38px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; color: #353b44; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 4px; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--gold-button); box-shadow: 0 8px 20px rgba(170,124,21,.16); }
.button-primary:hover { background: var(--gold-button-hover); }
.button-secondary { color: #252525; background: rgba(255,255,255,.88); border-color: var(--gold-line); }
.button-secondary:hover { color: #7a570c; border-color: var(--gold-button); background: #fffdf8; }
.slider-dots { display: flex; gap: 10px; margin-top: 64px; }
.slider-dots span { width: 34px; height: 3px; background: #d0d4da; border-radius: 2px; }
.slider-dots .active { background: var(--blue); }

.benefits {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--content));
  min-height: 108px;
  margin: 28px auto 0;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #fafafa;
  border: 1px solid #ece9e2;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(31,35,40,.04);
}
.benefits article { min-height: 58px; padding: 0 42px; display: flex; align-items: center; gap: 22px; border-right: 1px solid #dedede; }
.benefits article:last-child { border-right: 0; }
.benefit-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: #c79a27;
  stroke-width: 1.25;
  stroke-linecap: square;
  stroke-linejoin: miter;
  shape-rendering: geometricPrecision;
}
.benefits strong, .benefits small { display: block; }
.benefits strong { margin-bottom: 6px; color: #24272b; font-size: 14px; font-weight: 650; line-height: 1.2; }
.benefits small { color: #858585; font-size: 12px; line-height: 1.3; }

.page-section { width: min(calc(100% - 80px), var(--content)); margin: 0 auto; padding: 88px 0 0; }
.catalog-featured { padding-top: 64px; }
.catalog-featured .section-heading h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(34px, 2.6vw, 44px);
  line-height: 1.08;
  font-weight: 560;
  white-space: nowrap;
}
.heading-accent { color: #ad8121; font-weight: 390; }
.featured-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.featured-actions .button { min-height: 48px; }
.section-heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(28px, 3vw, 44px); font-weight: 560; }
.section-heading > a { color: var(--blue); font-weight: 600; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.direction { min-height: 360px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.direction-copy { padding: 38px 12px 34px 36px; }
.direction-index { color: var(--blue); font-size: 12px; font-weight: 700; }
.direction h2, .direction h3 { margin: 48px 0 14px; font-size: 29px; font-weight: 590; }
.direction p { min-height: 72px; color: var(--muted); line-height: 1.5; }
.direction a, .product-card-action { color: var(--blue); font-weight: 650; }
.direction-preview, .product-visual { background-image: url("/assets/fecor-hero-products.png"); background-repeat: no-repeat; }
.preview-electronics { background-size: 880px auto; background-position: 38% 78%; }
.preview-energy {
  background-image: url("/assets/fecor-energy-source.png");
  background-size: auto 740px;
  background-position: 75% -59px;
}

.product-section { padding-bottom: 30px; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.product-card { position: relative; min-width: 0; padding: 20px; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-card:hover { border-color: #c9a447; box-shadow: 0 14px 32px rgba(25,30,38,.09); transform: translateY(-2px); }
.product-card:focus-visible { outline: 2px solid #c9a447; outline-offset: 3px; }
.product-number {
  border-left: 2px solid #c99a2e;
  color: #a77a18;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding-left: 8px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.product-visual { height: 170px; margin: 28px -8px 18px; background-size: 910px auto; }
.visual-supply { background-position: 25% 74%; }
.visual-measure { background-position: 57% 73%; }
.visual-connectors { background-position: 48% 86%; }
.visual-charge { background-position: 77% 64%; }
.visual-storage { background-position: 98% 65%; }
.category-visual {
  align-items: center;
  background-color: #f5f7f9;
  background-image:
    linear-gradient(rgba(28, 37, 48, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 37, 48, 0.045) 1px, transparent 1px);
  background-position: center;
  background-size: 22px 22px;
  border: 1px solid #e3e7eb;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.category-visual::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 112px;
  opacity: 0.12;
  position: absolute;
  width: 112px;
}
.category-visual svg {
  height: 58px;
  position: relative;
  stroke-width: 1.25;
  transition: transform 180ms ease;
  width: 58px;
  z-index: 1;
}
.product-card:hover .category-visual svg { transform: scale(1.06); }
.category-power { color: #b4841e; }
.category-testers { color: #2769a5; }
.category-connectors { color: #3a7881; }
.category-network { color: #347551; }
.category-microphones { color: #865a82; }
.category-storage { color: #505b68; }
.category-photo {
  background: #f7f8fa;
  border: 1px solid #e3e7eb;
  overflow: hidden;
}
.category-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}
.product-card:hover .category-photo img { transform: scale(1.025); }
.product-card h3 { margin: 0 0 8px; font-size: 18px; }
.product-card p { min-height: 40px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.request-section { margin-top: 88px; margin-bottom: 88px; padding: 44px 48px; display: flex; justify-content: space-between; align-items: center; gap: 36px; background: #f3f6fa; border: 1px solid var(--line); border-radius: 6px; }
.request-section h2 { margin: 8px 0; font-size: 32px; }
.request-section p { margin: 0; color: var(--muted); }

footer { padding: 30px max(40px, calc((100vw - var(--content)) / 2)) 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 30px; color: #d7d9de; background: var(--black); }
.footer-brand .brand-name { font-size: 30px; }
footer p { color: #979ca5; }
.footer-signature {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-signature .footer-brand .brand-name {
  animation: none;
  text-shadow: none;
}
.footer-signature .footer-brand .brand-name::after { display: none; }
.footer-motto { margin: 0; padding: 0; }
.footer-signature::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  background: #ffc64e;
  box-shadow: 0 0 6px rgba(255,198,78,.9), 0 0 14px rgba(244,173,34,.38);
  opacity: 0;
  animation: footer-signature-scan 6.2s ease-in-out infinite;
}
@keyframes footer-signature-scan {
  0%, 18%, 100% { left: 0; opacity: 0; }
  28% { opacity: 1; }
  78% { left: calc(100% - 28px); opacity: 1; }
  88% { left: calc(100% - 28px); opacity: 0; }
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px 44px;
  min-width: 360px;
}
.footer-link-column { display: grid; align-content: start; gap: 7px; }
.footer-link-column > a:first-child { color: #f2f3f5; font-weight: 800; }
.footer-links a {
  width: max-content;
  color: #b8bbc1;
  font-size: 13px;
  line-height: 1.35;
  transition: color .2s ease;
}
.footer-links a:hover { color: #f4ad22; }
.footer-legal {
  grid-column: 1 / -1;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  color: #a4a8af;
  border-top: 1px solid #292c31;
  font-size: 13px;
}
.footer-legal strong { color: #d7d9de; font-weight: 500; }
.footer-legal a { color: #c9a447; }
.footer-legal a:hover { color: #f4ad22; }
.footer-legal a span { color: #676c75; }

.request-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 6px; box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.request-dialog::backdrop { background: rgba(4,7,12,.68); backdrop-filter: blur(3px); }
.dialog-card { position: relative; padding: 38px; display: grid; gap: 14px; }
.dialog-card h2 { margin: 0; font-size: 32px; }
.dialog-card p { margin: 0 0 8px; color: var(--muted); }
.dialog-card input, .dialog-card textarea { width: 100%; padding: 14px 15px; border: 1px solid #ccd3dc; border-radius: 4px; outline: none; resize: vertical; }
.dialog-card input:focus, .dialog-card textarea:focus { border-color: var(--blue); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; color: #505761; background: transparent; border: 0; font-size: 30px; cursor: pointer; }
.form-note { color: var(--muted); font-size: 12px; text-align: center; }
.toast { position: fixed; z-index: 40; left: 50%; bottom: 24px; padding: 13px 18px; color: #fff; background: #17231c; border: 1px solid #2d8150; border-radius: 4px; transform: translate(-50%, 100px); opacity: 0; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.product-card.search-match {
  border-color: var(--gold-button);
  box-shadow: 0 0 0 2px rgba(201,152,33,.18), 0 14px 35px rgba(39,31,12,.1);
}

.catalog-page { width: min(calc(100% - 80px), var(--content)); min-height: calc(100vh - 260px); margin: 0 auto; padding: 58px 0 82px; }
.catalog-page-heading { padding-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.catalog-page-heading h1 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; font-weight: 560; }
.catalog-page-heading p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; text-align: right; }
.catalog-category-grid { padding-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-category-card { position: relative; min-width: 0; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 5px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.catalog-category-card:hover { border-color: #c9a447; box-shadow: 0 16px 36px rgba(25,30,38,.09); transform: translateY(-2px); }
.catalog-category-card figure { height: 230px; margin: 0; overflow: hidden; background: #f5f6f7; border-bottom: 1px solid var(--line); }
.catalog-category-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.catalog-category-card:hover img { transform: scale(1.025); }
.catalog-category-number { position: absolute; z-index: 1; top: 14px; right: 15px; color: #9a7625; font-size: 12px; font-weight: 650; }
.catalog-category-copy { min-height: 128px; padding: 22px 24px 20px; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 8px 16px; }
.catalog-category-copy h2 { margin: 0; font-size: 21px; font-weight: 590; }
.catalog-category-copy p { grid-column: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.catalog-category-copy i { grid-column: 2; grid-row: 1 / span 2; align-self: center; width: 21px; height: 21px; color: #b18420; stroke-width: 1.6; }
.catalog-energy-card figure { position: relative; }
.catalog-energy-badge { position: absolute; z-index: 2; left: 18px; top: 18px; color: #242a33; font-size: 13px; font-weight: 700; letter-spacing: .055em; line-height: 1; text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 0 8px rgba(255,255,255,.9); }
.catalog-energy-badge b { color: var(--energy-yellow); font-weight: 500; }

.product-page { width: min(calc(100% - 56px), var(--content)); margin: 0 auto; padding: 24px 0 62px; }
.breadcrumbs { margin-bottom: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #7b838e; font-size: 12px; }
.breadcrumbs a:hover { color: #a67b1e; }
.breadcrumbs i { width: 13px; height: 13px; stroke-width: 1.5; }
.product-layout { display: grid; grid-template-columns: minmax(360px, 1.05fr) minmax(330px, .78fr) minmax(390px, .92fr); gap: 26px; align-items: start; }
.product-gallery, .product-price-panel { border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.product-main-image { height: 548px; display: grid; place-items: center; overflow: hidden; background: #fafbfc; border-bottom: 1px solid var(--line); }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-hover-zoom-lens { position: absolute; z-index: 4; display: none; box-sizing: border-box; pointer-events: none; background: rgba(255,255,255,.24); border: 1px solid #b98a20; box-shadow: 0 0 0 1px rgba(255,255,255,.72) inset; }
.product-hover-zoom-lens.is-visible { display: block; }
.product-hover-zoom-preview { position: fixed; z-index: 90; display: none; overflow: hidden; pointer-events: none; background: #fff; border: 1px solid #cfd5dd; border-radius: 5px; box-shadow: 0 22px 60px rgba(16,21,28,.24); }
.product-hover-zoom-preview.is-visible { display: block; }
.product-hover-zoom-preview img { position: absolute; max-width: none; display: block; object-fit: fill; mix-blend-mode: normal; user-select: none; }
html[data-theme="dark"] .product-hover-zoom-preview { background: #12171f; border-color: #3b4552; box-shadow: 0 22px 60px rgba(0,0,0,.48); }
@media (hover: none), (pointer: coarse), (max-width: 1099px) { .product-hover-zoom-lens, .product-hover-zoom-preview { display: none !important; } }
.product-thumbnails { padding: 10px 12px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.product-thumb { height: 76px; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; }
.product-thumb.active { border-color: #c79a2d; box-shadow: 0 0 0 1px #c79a2d; }
.product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-info { min-width: 0; padding: 4px 4px 0; }
.product-info h1 { margin: 0 0 13px; font-size: clamp(25px, 1.8vw, 31px); line-height: 1.15; font-weight: 590; }
.product-sku-row { margin: 0 0 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.product-sku { width: max-content; margin: 0; padding: 7px 11px; color: #765817; background: #fbf5e6; border: 1px solid #dbc27e; border-radius: 4px; font-size: 13px; font-weight: 650; }
.product-stock { margin-bottom: 18px; padding: 11px 13px; display: flex; align-items: center; gap: 11px; color: #217a42; background: #f0faf3; border: 1px solid #a8d8b5; border-radius: 5px; }
.product-stock i { flex: 0 0 auto; width: 24px; height: 24px; fill: #55b873; color: #55b873; }
.product-stock div { display: grid; gap: 2px; }
.product-stock strong { font-size: 15px; line-height: 1.2; font-weight: 680; }
.product-stock span { color: #496657; font-size: 12px; line-height: 1.3; font-weight: 540; }
.product-stock.out-of-stock { color: #a43f3f; background: #fff3f3; border-color: #e1b4b4; }
.product-stock.out-of-stock i { color: #c85c5c; fill: none; }
.product-stock.out-of-stock span { color: #805c5c; }
.product-specs-title { margin: 0 0 15px; font-size: 18px; line-height: 1.2; font-weight: 620; }
.product-specs { margin: 0; display: grid; gap: 12px; }
.product-specs div { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(145px, 1fr); gap: 16px; color: #343a42; font-size: 13px; line-height: 1.35; }
.product-specs .product-spec-extra[hidden] { display: none; }
.product-specs dt { color: #777f89; }
.product-specs dd { margin: 0; }
.product-description-toggle { width: 100%; margin-top: 20px; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; color: #20252c; background: transparent; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; font-size: 18px; line-height: 1.2; font-weight: 620; }
.product-description-toggle i { width: 18px; height: 18px; color: #9b741c; stroke-width: 1.7; transition: transform .2s ease; }
.product-description-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.product-document { margin-top: 0; padding-top: 14px; display: flex; align-items: center; gap: 12px; color: #4e5660; font-size: 13px; }
.product-document > i { width: 24px; height: 24px; stroke-width: 1.4; }
.product-document .download-icon { margin-left: auto; width: 19px; height: 19px; color: #a47a1d; }
.product-documents { display: grid; }
.product-documents .product-document + .product-document { margin-top: 0; border-top: 1px solid var(--line); }
.product-price-panel { overflow: hidden; }
.product-price-panel > h2 { margin: 0; padding: 20px 22px; font-size: 22px; font-weight: 590; border-bottom: 1px solid var(--line); }
.price-tier { min-height: 78px; display: grid; grid-template-columns: 112px 1fr auto; align-items: center; gap: 14px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.price-tier.retail-tier { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
.price-tier strong { font-size: 15px; }
.price-tier > span { color: #3e454d; font-size: 13px; }
.price-tier.price-unlocked > span {
  grid-column: 3;
  min-width: 116px;
  justify-self: end;
  padding: 9px 13px;
  color: #74510d;
  background: #fbf4df;
  border: 1px solid #c99a2e;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 720;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
html[data-theme="dark"] .price-tier.price-unlocked > span {
  color: #f3c75e;
  background: #282213;
  border-color: #a77b20;
}
.marketplace-list { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.marketplace { min-width: 44px; height: 36px; padding: 0 6px; display: inline-grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 800; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.marketplace:is(button) { font-family: inherit; cursor: pointer; }
.marketplace:hover { border-color: #c9a24e; box-shadow: 0 5px 14px rgba(76,57,15,.12); transform: translateY(-1px); }
.marketplace:focus-visible { outline: 2px solid #c9a24e; outline-offset: 2px; }
.marketplace.ozon { color: #075ee8; background: #f3f7ff; letter-spacing: .2px; }
.marketplace.wb { color: #a617ad; background: #fff4ff; font-size: 12px; }
.marketplace.yandex { color: #111; background: #fff8f7; line-height: 1; }
.marketplace.yandex b { color: #e1261c; }
.marketplace.aliexpress { color: #e62e2e; background: #fff6f3; font-size: 10px; }
.marketplace.magnit { color: #d71920; background: #fff6f6; line-height: 1.05; font-size: 10px; }
.marketplace.unavailable { opacity: .72; }
.marketplace.unavailable:hover { opacity: 1; }
.tier-button { min-width: 116px; height: 38px; padding: 0 13px; color: #725315; background: #fff; border: 1px solid #c9a24e; border-radius: 4px; cursor: pointer; font-size: 12px; }
.tier-button:hover { background: #fbf7ed; }
.product-buy { padding: 22px 18px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; }
.product-price strong { display: block; max-width: 100%; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; font-size: clamp(24px, 2.15vw, 28px); line-height: 1.08; font-weight: 620; font-variant-numeric: tabular-nums; }
.product-price span { color: #7e858e; font-size: 12px; }
.quantity-control { height: 42px; display: grid; grid-template-columns: 34px 36px 34px; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.quantity-control button, .quantity-control output, .quantity-control input { min-width: 0; display: grid; place-items: center; background: #fff; border: 0; font: inherit; font-size: 14px; }
.quantity-control input { width: 100%; padding: 0; color: #11151c; text-align: center; appearance: textfield; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.quantity-control button { cursor: pointer; color: #6a717b; }
.quantity-control button:hover { background: #f5f6f7; }
.add-to-cart { height: 44px; padding: 0 22px; color: #fff; background: var(--gold-button); border: 0; border-radius: 4px; cursor: pointer; }
.add-to-cart:hover { background: var(--gold-button-hover); }
.product-service-row { padding: 17px 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border-top: 1px solid var(--line); }
.product-service-row > div, .product-service-row > a { display: flex; align-items: center; gap: 10px; }
.product-delivery-link { color: inherit; text-decoration: none; border-radius: 4px; transition: color .18s ease, background-color .18s ease; }
.product-delivery-link:hover { color: #ad7c12; }
.product-delivery-link:hover i { transform: translateX(2px); }
.product-service-row p { margin: 0; }
.product-service-row i { width: 24px; height: 24px; stroke-width: 1.4; transition: transform .18s ease; }
.product-service-row strong { display: block; font-size: 12px; }
.product-service-row span { color: #858b94; font-size: 11px; }
.product-guarantee .guarantee-icon { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; color: #9a6a00; background: #fff6dc; border: 1px solid #e2bd61; border-radius: 50%; }
.product-guarantee .guarantee-icon i { width: 25px; height: 25px; stroke-width: 1.8; }
.product-trust-row { margin-top: 28px; padding: 20px 24px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 5px; }
.product-trust-row article { padding: 0 28px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.product-trust-row article:first-child { padding-left: 0; }
.product-trust-row article:last-child { padding-right: 0; border-right: 0; }
.product-trust-row i { flex: 0 0 auto; width: 30px; height: 30px; stroke-width: 1.35; }
.product-description[hidden] { display: none; }
.product-description { margin-top: 18px; padding: 30px 32px; display: grid; grid-template-columns: minmax(270px, .65fr) minmax(0, 1.35fr); gap: 48px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.product-description-heading span { color: #9b741c; font-size: 12px; font-weight: 650; text-transform: uppercase; }
.product-description-heading h2 { margin: 9px 0 0; font-size: 24px; line-height: 1.22; font-weight: 590; }
.product-description-copy { display: grid; gap: 14px; }
.product-description-copy p { margin: 0; color: #555e69; font-size: 14px; line-height: 1.65; }
.product-video { margin-top: 22px; }
.product-video[hidden] { display: none; }
.product-video video { width: 100%; max-height: 440px; display: block; background: #090b0e; border-radius: 4px; }
html[data-theme="dark"] .product-description { background: #181c22; border-color: var(--line); }
html[data-theme="dark"] .product-description-toggle { color: #edf0f4; }
html[data-theme="dark"] .product-description-copy p { color: #aab2bd; }
.product-trust-row strong { display: block; font-size: 12px; }
.product-trust-row span { color: #818892; font-size: 11px; }

.delivery-page { width: min(calc(100% - 80px), 1180px); min-height: calc(100vh - 260px); margin: 0 auto; padding: 58px 0 74px; }
.delivery-heading { padding-bottom: 28px; display: grid; grid-template-columns: 1fr minmax(300px, 460px); align-items: end; gap: 54px; border-bottom: 1px solid var(--line); }
.delivery-heading span { color: #a67b1e; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.delivery-heading h1 { margin: 9px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1; font-weight: 560; }
.delivery-heading p { margin: 0; color: #59626d; font-size: 16px; line-height: 1.55; }
.delivery-carriers { padding: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-bottom: 1px solid var(--line); }
.delivery-carriers a { --carrier-accent: #a67b1e; position: relative; min-height: 88px; padding: 14px 18px 14px 21px; display: flex; align-items: center; gap: 14px; overflow: hidden; background: #fff; border: 1px solid #d9dee5; border-radius: 5px; box-shadow: 0 2px 8px rgba(24,29,36,.035); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.delivery-carriers a::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--carrier-accent); }
.delivery-carriers a:hover { border-color: #b8c0ca; box-shadow: 0 10px 24px rgba(24,29,36,.1); transform: translateY(-2px); }
.delivery-carriers a > i { flex: 0 0 auto; width: 38px; height: 38px; padding: 9px; color: var(--carrier-accent); background: #f5f6f8; border: 1px solid #e1e5ea; border-radius: 4px; stroke-width: 1.65; }
.delivery-carriers a:nth-child(1) { --carrier-accent: #e5aa16; }
.delivery-carriers a:nth-child(2) { --carrier-accent: #149b94; }
.delivery-carriers a:nth-child(3) { --carrier-accent: #db8b13; }
.delivery-carriers a:nth-child(4) { --carrier-accent: #185a9d; }
.delivery-carriers a:nth-child(5) { --carrier-accent: #cc3b30; }
.delivery-carriers a:nth-child(6) { --carrier-accent: #2278a7; }
.delivery-carriers a:nth-child(7) { --carrier-accent: #dc5224; }
.delivery-carriers a:nth-child(8) { --carrier-accent: #7b438f; }
.delivery-carriers a:nth-child(9) { --carrier-accent: #1669b2; }
.delivery-carriers strong { font-size: 15px; font-weight: 590; }
.delivery-note { padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.delivery-note article { padding: 20px 22px; background: #f7f8fa; border: 1px solid var(--line); border-radius: 4px; }
.delivery-note strong { display: block; margin-bottom: 7px; font-size: 14px; }
.delivery-note p { margin: 0; color: #68717d; font-size: 13px; line-height: 1.5; }
html[data-theme="dark"] .delivery-heading p { color: #b5bdc8; }
html[data-theme="dark"] .delivery-carriers a { color: #edf0f4; background: #181c22; border-color: #3a424d; box-shadow: none; }
html[data-theme="dark"] .delivery-carriers a:hover { background: #1d2229; border-color: #596370; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
html[data-theme="dark"] .delivery-carriers a > i { color: var(--carrier-accent); background: #222831; border-color: #414a56; }
html[data-theme="dark"] .delivery-carriers strong { color: #f4f6f8; }
html[data-theme="dark"] .delivery-note { background: transparent; }
html[data-theme="dark"] .delivery-note article { color: #edf0f4; background: #181c22; border-color: #3a424d; }
html[data-theme="dark"] .delivery-note strong { color: #f4f6f8; }
html[data-theme="dark"] .delivery-note p { color: #b5bdc8; }

.about-page { background: #fff; }
.about-intro {
  width: min(calc(100% - 80px), var(--content));
  min-height: 540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 42%) 1fr;
  align-items: center;
  overflow: hidden;
}
.about-intro-copy { position: relative; z-index: 1; padding: 82px 0; }
.about-kicker {
  display: inline-block;
  margin-bottom: 26px;
  color: #ad8121;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-intro h1 { margin: 0 0 28px; font-size: clamp(42px, 4vw, 64px); line-height: 1.08; font-weight: 560; }
.about-intro p { max-width: 650px; margin: 0; color: #555e69; font-size: 19px; line-height: 1.6; }
.about-intro-visual {
  align-self: stretch;
  min-width: 0;
  background: url("/assets/fecor-hero-products.png") 62% center / 1130px auto no-repeat;
}
.about-facts {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-facts article { min-height: 76px; padding: 0 38px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); }
.about-facts article:first-child { padding-left: 0; }
.about-facts article:last-child { border-right: 0; }
.about-facts strong { color: #ad8121; font-size: 28px; font-weight: 570; white-space: nowrap; }
.about-facts span { max-width: 220px; color: #777f89; font-size: 13px; line-height: 1.4; }
.about-story {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  padding: 100px 0;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 8%;
}
.about-story-heading > span { color: #ad8121; font-size: 13px; font-weight: 700; }
.about-story h2 { margin: 18px 0 0; font-size: clamp(32px, 3vw, 48px); line-height: 1.15; font-weight: 540; }
.about-story-text { padding-top: 28px; }
.about-story-text p { margin: 0 0 22px; color: #4e5660; font-size: 18px; line-height: 1.7; }
.about-principles {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f5f7f9;
  border: 1px solid var(--line);
}
.about-principles article { position: relative; min-height: 290px; padding: 42px 46px; border-right: 1px solid var(--line); }
.about-principles article:first-child { border-left: 0; }
.about-principles article:last-child { border-right: 0; }
.about-principles article > span { position: absolute; top: 28px; right: 30px; color: #a5abb3; font-size: 12px; }
.about-principles svg { width: 34px; height: 34px; margin-bottom: 32px; color: #76a66a; stroke-width: 1.5; }
.about-principles h3 { margin: 0 0 13px; font-size: 22px; font-weight: 590; }
.about-principles p { margin: 0; color: #68717d; line-height: 1.55; }
.about-mission {
  width: min(calc(100% - 80px), var(--content));
  margin: 0 auto;
  padding: 96px 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}
.about-mission > div { max-width: 1050px; }
.about-mission > div > span { color: #ad8121; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.about-mission h2 { margin: 20px 0 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.25; font-weight: 430; }

.contacts-page {
  width: min(calc(100% - 80px), var(--content));
  min-height: calc(100vh - 277px);
  margin: 0 auto;
  padding: 34px 0 30px;
}
.contacts-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 32px; margin-bottom: 24px; }
.contacts-heading > span { grid-column: 1 / -1; color: #ad8121; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.contacts-heading h1 { margin: 0; font-size: clamp(30px, 2.8vw, 44px); line-height: 1.05; font-weight: 560; }
.contacts-heading p { max-width: 590px; margin: 0; color: #68717d; line-height: 1.45; }
.contact-locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.location-card {
  min-width: 0;
  min-height: 264px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  overflow: hidden;
  background: #f6f7f8;
  border: 1px solid var(--line);
}
.location-copy { min-width: 0; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.location-label { display: flex; align-items: center; gap: 10px; color: #ad8121; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.location-label svg { width: 18px; height: 18px; stroke-width: 1.4; }
.location-card h2 { margin: 28px 0 7px; font-size: 21px; line-height: 1.35; font-weight: 580; }
.location-card p { margin: 0; color: #707985; }
.location-card a { margin-top: auto; color: #9a7119; display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 650; }
.location-card img { width: 100%; min-width: 0; height: 264px; min-height: 0; display: block; object-fit: cover; filter: saturate(.82) contrast(.96) brightness(1.04); }
.location-card:first-child img { object-position: 51% 55%; }
.location-card:last-child img { object-position: 48% center; }
.contact-details { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.contact-details article { min-width: 0; min-height: 92px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.contact-details article:last-child { border-right: 0; }
.contact-details svg { flex: 0 0 24px; width: 24px; height: 24px; color: #ad8121; stroke-width: 1.3; }
.contact-details div { min-width: 0; }
.contact-details span { display: block; margin-bottom: 6px; color: #858d97; font-size: 12px; }
.contact-details a, .contact-details strong { color: #252a30; font-size: 15px; font-weight: 600; white-space: nowrap; }

.support-page {
  width: min(calc(100% - 80px), var(--content));
  min-height: calc(100vh - 277px);
  margin: 0 auto;
  padding: 34px 0 30px;
}
.support-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.support-heading > div > span { color: #ad8121; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.support-heading h1 { margin: 10px 0 0; font-size: clamp(30px, 2.8vw, 44px); line-height: 1.05; font-weight: 560; }
.support-heading > p { max-width: 540px; margin: 0; color: #68717d; line-height: 1.45; }
.support-workspace { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr); gap: 18px; }
.support-form-panel, .support-files article { border: 1px solid var(--line); background: #f7f8f9; }
.support-form-panel { min-height: 432px; padding: 28px; }
.support-panel-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.support-panel-heading > svg { flex: 0 0 28px; width: 28px; height: 28px; color: #ad8121; stroke-width: 1.3; }
.support-panel-heading h2, .support-files h2 { margin: 0; font-size: 18px; font-weight: 600; }
.support-panel-heading p, .support-files p { margin: 5px 0 0; color: #7b838d; font-size: 13px; line-height: 1.4; }
.support-form { display: grid; gap: 12px; }
.support-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.support-form label { display: block; }
.support-form input, .support-form select, .support-form textarea {
  width: 100%;
  color: #242a31;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 3px;
  outline: 0;
}
.support-form input, .support-form select { height: 46px; padding: 0 14px; }
.support-form textarea { min-height: 112px; padding: 13px 14px; resize: vertical; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { border-color: #b78a25; box-shadow: 0 0 0 2px rgba(183,138,37,.09); }
.support-submit { justify-self: start; min-height: 46px; padding: 0 22px; gap: 14px; }
.support-submit svg { width: 17px; height: 17px; stroke-width: 1.5; }
.support-files { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.support-files article { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: 1fr auto; gap: 0 16px; }
.support-files article > svg { grid-row: 1 / 3; width: 32px; height: 32px; color: #ad8121; stroke-width: 1.25; }
.support-file-button {
  justify-self: start;
  min-height: 34px;
  margin-top: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8c939d;
  background: transparent;
  border: 0;
  font-size: 12px;
}
.support-file-button svg { width: 16px; height: 16px; stroke-width: 1.3; }
.support-file-list {
  align-self: end;
  display: grid;
  gap: 8px;
  grid-column: 2;
  max-height: 112px;
  overflow: auto;
}
.support-file-list .support-file-button {
  color: #5d6670;
  margin: 0;
  max-width: 100%;
  text-decoration: none;
}
.support-file-list .support-file-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-file-list .support-file-button:hover { color: #ad8121; }

.news-page {
  width: min(calc(100% - 80px), var(--content));
  min-height: calc(100vh - 277px);
  margin: 0 auto;
  padding: 30px 0;
}
.news-list { display: grid; gap: 18px; }
.news-meta span[data-label="Поступление"] { color: #247b4b; background: #e8f5ed; }
.news-meta span[data-label="Новости"] { color: #245fa8; background: #eaf2fc; }
.news-meta span[data-label="Выставки"] { color: #7958a6; background: #f2ecfa; }
.news-meta span[data-label="Распродажа"] { color: #a64040; background: #fdecec; }
.news-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7px 32px; margin-bottom: 20px; }
.news-heading > span { grid-column: 1 / -1; color: #ad8121; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.news-heading h1 { margin: 0; font-size: clamp(30px, 2.8vw, 42px); line-height: 1.05; font-weight: 560; }
.news-heading p { margin: 0; color: #68717d; }
.news-feature {
  height: 480px;
  display: grid;
  grid-template-columns: 42% 1fr;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  background: #f6f7f8;
  border: 1px solid var(--line);
}
.news-feature figure { min-width: 0; height: 100%; margin: 0; background: #f3f5f7; }
.news-feature figure.news-media { isolation: isolate; overflow: hidden; position: relative; }
.news-feature figure.news-media::before {
  background-image: var(--news-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(24px);
  inset: -32px;
  opacity: 0.34;
  position: absolute;
  transform: scale(1.08);
  z-index: -1;
}
.news-feature figure.news-media::after {
  background: rgba(245, 247, 249, 0.3);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.news-feature figure img {
  display: block;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news-feature figure.news-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  min-height: 280px;
  color: #d4a326;
  background: #101114;
  text-align: center;
}
.news-placeholder strong { font-size: 44px; font-weight: 560; letter-spacing: 0; }
.news-placeholder span { color: #f4f4f4; font-size: 14px; text-transform: uppercase; }
.news-copy { min-width: 0; min-height: 0; padding: 38px 48px; display: flex; flex-direction: column; }
.news-meta { display: flex; align-items: center; gap: 14px; color: #818994; font-size: 12px; }
.news-meta span { padding: 5px 9px; color: #8a6517; background: #f2e8cc; font-weight: 700; text-transform: uppercase; }
.news-copy h2 { max-width: 760px; margin: 24px 0 12px; font-size: clamp(28px, 2.5vw, 40px); line-height: 1.12; font-weight: 590; }
.news-lead { max-width: 760px; margin: 0; color: #5e6772; font-size: 17px; line-height: 1.55; }
.news-specs { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; list-style: none; }
.news-specs li { display: flex; align-items: center; gap: 10px; color: #2f353c; font-size: 14px; }
.news-specs svg { flex: 0 0 17px; width: 17px; height: 17px; color: #ad8121; stroke-width: 1.5; }
.news-audience { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); }
.news-audience svg { width: 22px; height: 22px; color: #ad8121; stroke-width: 1.3; }
.news-audience p { margin: 0; color: #626b76; font-size: 13px; }

@media (max-width: 1200px) {
  .catalog-category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { grid-template-columns: minmax(360px, 1fr) minmax(340px, 1fr); }
  .product-price-panel { grid-column: 1 / -1; }
  .product-trust-row { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .product-trust-row article:nth-child(2) { border-right: 0; }
  .header-inner { gap: 20px; }
  .brand-tagline { display: none; }
  .main-nav { gap: 18px; }
  .header-search { min-width: 220px; }
  .header-action-button span, .cart-button > span:not(.cart-count) { display: none; }
  .hero-image { left: 24%; background-size: auto 82%; opacity: .78; }
  .hero-content { text-shadow: 0 1px 0 #fff; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 14px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1500px) {
  .header-inner { gap: 18px; }
  .site-header .brand-tagline { display: none; }
  .main-nav { gap: 18px; }
  .header-action-button span, .cart-button > span:not(.cart-count) { display: none; }
}

@media (max-width: 820px) {
  .catalog-page { width: calc(100% - 32px); padding: 42px 0 58px; }
  .catalog-page-heading { align-items: start; flex-direction: column; gap: 14px; }
  .catalog-page-heading p { text-align: left; }
  .product-page { width: calc(100% - 32px); padding-top: 18px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-price-panel { grid-column: auto; }
  .product-main-image { height: min(520px, 115vw); }
  .product-info { padding: 4px 0; }
  .product-trust-row { grid-template-columns: 1fr; }
  .product-trust-row article, .product-trust-row article:first-child { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-trust-row article:last-child { padding-bottom: 0; border-bottom: 0; }
  .product-description { padding: 24px 22px; grid-template-columns: 1fr; gap: 22px; }
  .product-description-heading h2 { font-size: 21px; }
  .delivery-page { width: calc(100% - 32px); padding: 42px 0 58px; }
  .delivery-heading { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .delivery-carriers { grid-template-columns: repeat(2, 1fr); }
  .delivery-note { grid-template-columns: 1fr; }
  .header-inner { width: min(calc(100% - 32px), var(--content)); grid-template-columns: 1fr auto auto; min-height: 64px; }
  .brand-name { font-size: 30px; }
  .menu-button { display: block; order: 2; }
  .header-actions { order: 3; }
  .account-button span, .cart-button span:not(.cart-count) { display: none; }
  .language-control { padding: 0; border-left: 0; }
  .language-control svg { display: none; }
  .language-control select { width: 43px; }
  .account-button { width: 36px; padding: 0; justify-content: center; }
  .cart-button { width: 36px; }
  .main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; padding: 12px 24px 24px; background: var(--black); border-top: 1px solid #292c31; }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 0; }
  .header-search { display: none; }
  .search-toggle { display: inline-block; }
  .search-panel { width: calc(100% - 32px); }
  .hero { min-height: 680px; }
  .hero-image { inset: auto -17% 18px 3%; height: 48%; background-size: cover; background-position: 73% center; opacity: 1; }
  .hero-content { width: calc(100% - 40px); padding-top: 58px; }
  .hero h1 { font-size: clamp(36px, 9vw, 54px); }
  .hero p { max-width: 94%; font-size: 16px; }
  .slider-dots { margin-top: 34px; }
  .benefits, .page-section { width: calc(100% - 32px); }
  .benefits { margin-top: 0; grid-template-columns: 1fr; }
  .catalog-featured { padding-top: 42px; }
  .catalog-featured .section-heading h1 { white-space: normal; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 0; margin: 0; }
  .benefits article:nth-child(-n+2) { margin: 0; }
  .direction-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .request-section { align-items: flex-start; flex-direction: column; }
  .about-intro { width: calc(100% - 32px); min-height: 0; grid-template-columns: 1fr; }
  .about-intro-copy { padding: 58px 4px 30px; }
  .about-intro h1 { font-size: clamp(38px, 10vw, 52px); }
  .about-intro p { font-size: 16px; }
  .about-intro-visual { min-height: 270px; background-size: 760px auto; background-position: 56% center; }
  .about-facts { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .about-facts article, .about-facts article:first-child { padding: 18px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-facts article:last-child { border-bottom: 0; }
  .about-story { width: calc(100% - 32px); padding: 70px 0; grid-template-columns: 1fr; gap: 20px; }
  .about-story-text { padding-top: 0; }
  .about-story-text p { font-size: 16px; }
  .about-principles { width: calc(100% - 32px); padding: 0; grid-template-columns: 1fr; }
  .about-principles article, .about-principles article:first-child { min-height: 0; padding: 34px 20px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-principles article:last-child { border-bottom: 0; }
  .about-mission { width: calc(100% - 32px); padding: 70px 0; align-items: flex-start; flex-direction: column; gap: 34px; }
  .contacts-page { width: calc(100% - 32px); min-height: 0; padding: 42px 0; }
  .contacts-heading { grid-template-columns: 1fr; align-items: start; }
  .contacts-heading p { font-size: 14px; }
  .contact-locations { grid-template-columns: 1fr; }
  .location-card { grid-template-columns: 1fr 40%; min-height: 230px; }
  .location-copy { padding: 24px 20px; }
  .location-card h2 { margin-top: 20px; font-size: 18px; }
  .location-card img { height: 230px; min-height: 0; }
  .contact-details { grid-template-columns: 1fr 1fr; }
  .contact-details article:nth-child(2) { border-right: 0; }
  .contact-details article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .support-page { width: calc(100% - 32px); min-height: 0; padding: 42px 0; }
  .support-workspace { grid-template-columns: 1fr; }
  .support-form-panel { min-height: 0; }
  .news-page { width: calc(100% - 32px); min-height: 0; padding: 42px 0; }
  .news-feature { height: auto; grid-template-columns: minmax(300px, 40%) 1fr; }
  .news-feature figure { min-height: 520px; }
  footer { grid-template-columns: 1fr; padding: 28px 24px 22px; }
  .footer-signature { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-links { min-width: 0; width: 100%; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .brand-name::after { display: none; }
  .footer-signature::after { display: none; }
}

.category-list-page { width: min(1440px, calc(100% - 64px)); min-height: 68vh; margin: 0 auto; padding: 34px 0 72px; }
.category-breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 34px; color: #7b8492; font-size: 13px; }
.category-breadcrumbs a { color: inherit; text-decoration: none; }
.category-breadcrumbs svg { width: 14px; height: 14px; }
.category-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.category-list-heading > div { display: flex; align-items: baseline; gap: 16px; }
.category-list-heading span { color: #c79a2b; font-size: 14px; font-weight: 700; }
.category-list-heading h1 { margin: 0; font-size: clamp(34px, 4vw, 56px); letter-spacing: 0; }
.category-list-heading p { max-width: 480px; margin: 0 0 6px; color: #6f7887; font-size: 15px; line-height: 1.55; }
.energy-heading-copy { display: grid; justify-items: end; gap: 5px; }
.energy-heading-copy > strong { color: #11151c; font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; letter-spacing: .035em; line-height: 1; }
.energy-heading-copy > strong b { color: var(--energy-yellow); font-weight: 500; }
.energy-heading-copy p { margin: 0; }
.energy-catalog-filter { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 14px; border: 1px solid #dce1e8; border-radius: 6px; background: #f8f9fb; }
.energy-use-filter { display: flex; align-items: center; gap: 7px; }
.energy-use-filter button { min-height: 40px; padding: 9px 18px; color: #313947; background: #fff; border: 1px solid #d7dde5; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; }
.energy-use-filter button:hover { border-color: #c89a2c; }
.energy-use-filter button.is-active { color: #fff; background: #111820; border-color: #111820; }
.energy-power-filter { display: flex; align-items: center; gap: 10px; color: #596273; font-size: 13px; font-weight: 700; }
.energy-power-filter select { min-width: 154px; height: 40px; padding: 0 34px 0 12px; color: #171c24; background: #fff; border: 1px solid #d7dde5; border-radius: 4px; font: inherit; cursor: pointer; }
.energy-filter-empty { margin: 28px 0 0; padding: 26px; color: #6f7887; text-align: center; border: 1px dashed #cfd6df; border-radius: 6px; }
.category-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding-top: 28px; }
.category-product-card { min-width: 0; min-height: 372px; overflow: hidden; color: #11151c; border: 1px solid #dce1e8; border-radius: 6px; background: #fff; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.category-product-card:hover { transform: translateY(-2px); border-color: #c9a34d; box-shadow: 0 12px 28px rgba(24, 31, 42, 0.08); }
.category-product-link { height: 100%; display: grid; grid-template-rows: 210px 1fr; color: inherit; text-decoration: none; }
.category-product-card figure { height: 210px; margin: 0; padding: 12px; background: #f7f8fa; border-bottom: 1px solid #e5e8ed; }
.category-product-card figure, .product-main-image { position: relative; }
.image-zoom-source { cursor: zoom-in; }
.category-product-card figure img { cursor: pointer; }
.image-zoom-button { position: absolute; z-index: 3; right: 12px; bottom: 12px; width: 36px; height: 36px; min-height: 36px; padding: 0; display: grid; place-items: center; color: #815f0e; background: rgba(255,255,255,.94); border: 1px solid #d5a62d; border-radius: 50%; box-shadow: 0 5px 16px rgba(17,21,28,.14); cursor: zoom-in; transition: transform .16s ease, background-color .16s ease; }
.image-zoom-button:hover { transform: scale(1.06); background: #fff8e6; }
.image-zoom-button svg { width: 18px; height: 18px; stroke-width: 1.7; }
.product-main-image .image-zoom-button { right: 18px; bottom: 18px; width: 40px; height: 40px; }
.image-zoom-dialog { width: min(1100px, calc(100vw - 28px)); height: min(820px, calc(100vh - 28px)); padding: 42px 18px 18px; overflow: hidden; background: #f8f9fb; border: 1px solid #d9dee6; border-radius: 7px; box-shadow: 0 26px 80px rgba(0,0,0,.42); }
.image-zoom-dialog::backdrop { background: rgba(6,9,13,.82); backdrop-filter: blur(4px); }
.image-zoom-dialog img { width: 100%; height: 100%; display: block; object-fit: contain; }
.image-zoom-close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 34px; height: 34px; padding: 0 0 3px; display: grid; place-items: center; color: #d74444; background: rgba(255,255,255,.82); border: 0; border-radius: 50%; outline: 0; box-shadow: 0 4px 14px rgba(17,21,28,.1); font-size: 28px; font-weight: 300; line-height: 1; cursor: pointer; transition: color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.image-zoom-close:hover { color: #bd2f2f; background: #fff; transform: scale(1.04); }
.image-zoom-close:focus-visible { box-shadow: 0 0 0 2px #f8f9fb, 0 0 0 4px #c99a2e; }
.image-zoom-nav { position: absolute; z-index: 2; top: 50%; width: 46px; height: 58px; padding: 0 0 4px; display: grid; place-items: center; transform: translateY(-50%); color: #8a6208; background: rgba(255,255,255,.9); border: 1px solid #c99a2e; border-radius: 6px; outline: 0; box-shadow: 0 8px 22px rgba(17,21,28,.14); font-size: 44px; font-weight: 300; line-height: 1; cursor: pointer; transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.image-zoom-nav:hover { color: #fff; background: #c99a2e; border-color: #c99a2e; box-shadow: 0 10px 25px rgba(154,108,10,.25); }
.image-zoom-nav:focus-visible { box-shadow: 0 0 0 2px #f8f9fb, 0 0 0 4px #c99a2e; }
.image-zoom-prev { left: 16px; }
.image-zoom-next { right: 16px; }
.image-zoom-counter { position: absolute; z-index: 2; left: 50%; bottom: 12px; min-width: 64px; padding: 7px 12px; transform: translateX(-50%); color: #694b08; background: rgba(255,248,229,.94); border: 1px solid #c99a2e; border-radius: 6px; box-shadow: 0 6px 18px rgba(17,21,28,.12); text-align: center; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.image-zoom-nav[hidden], .image-zoom-counter[hidden] { display: none; }
html[data-theme="dark"] .image-zoom-button { color: #f0c04d; background: rgba(20,25,32,.94); }
html[data-theme="dark"] .image-zoom-dialog { background: #11161d; border-color: #333c48; }
html[data-theme="dark"] .image-zoom-close { background: rgba(17,22,29,.88); box-shadow: 0 4px 14px rgba(0,0,0,.32); }
html[data-theme="dark"] .image-zoom-nav { color: #f0c04d; background: rgba(17,22,29,.9); border-color: #b98a20; }
html[data-theme="dark"] .image-zoom-nav:hover { color: #11161d; background: #d4a633; }
html[data-theme="dark"] .image-zoom-counter { color: #f4cc69; background: rgba(17,22,29,.92); border-color: #b98a20; }
@media (max-width: 620px) { .image-zoom-close { top: 8px; right: 8px; width: 32px; height: 32px; } .image-zoom-nav { width: 40px; height: 52px; font-size: 40px; } .image-zoom-prev { left: 8px; } .image-zoom-next { right: 8px; } .image-zoom-counter { bottom: 8px; min-width: 58px; padding: 6px 10px; } }
.category-product-card img { width: 100%; height: 100%; display: block; object-fit: contain; }
.category-product-copy { min-height: 160px; padding: 14px 14px 10px; display: flex; flex-direction: column; }
.category-card-utility { grid-column: 2; grid-row: 2; min-height: 32px; display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.category-bookmark { width: 32px; min-width: 32px; height: 32px; padding: 0; display: inline-grid; place-items: center; color: #6f7886; background: #f8f9fb; border: 1px solid #dfe3e9; border-radius: 4px; font: inherit; cursor: pointer; }
.category-bookmark:hover, .category-bookmark.is-active { color: #9b7219; }
.category-bookmark svg { width: 15px; height: 15px; stroke-width: 1.7; }
.category-bookmark.is-active svg { fill: #e5b33c; color: #aa7d19; }
.category-view-count { min-height: 32px; padding: 0 7px; display: inline-flex; align-items: center; gap: 4px; color: #8a93a0; background: #f8f9fb; border: 1px solid #dfe3e9; border-radius: 4px; font-size: 11px !important; font-weight: 600 !important; font-variant-numeric: tabular-nums; }
.category-view-count svg { width: 15px; height: 15px; stroke-width: 1.6; }
.category-view-count b { font-weight: 650; }
.category-product-article { color: #7a8391; font-size: 12px; }
.category-product-card h2 { min-height: 46px; margin: 7px 0 13px; font-size: 15px; line-height: 1.4; letter-spacing: 0; }
.category-product-meta { margin-top: auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; padding-top: 14px; border-top: 1px solid #e5e8ed; }
.category-product-meta strong { font-size: 16px; }
.category-product-meta > span { grid-column: 2 / 4; justify-self: end; font-size: 12px; font-weight: 700; }
.category-product-meta .in-stock { color: #2b9a52; }
.category-product-meta .out-stock { color: #b64b4b; }
.category-cart-controls { grid-column: 1; display: grid; grid-template-columns: 30px 32px 30px 38px; justify-content: start; align-items: center; gap: 5px; }
.category-cart-controls button, .category-cart-controls output, .category-cart-controls input { width: 30px; height: 32px; display: inline-grid; place-items: center; box-sizing: border-box; border: 1px solid #d7dce4; background: #fff; color: #11151c; font: inherit; line-height: 1; }
.category-cart-controls button { padding: 0; cursor: pointer; }
.category-cart-controls output, .category-cart-controls input { width: 32px; min-width: 0; padding: 0; text-align: center; appearance: textfield; -moz-appearance: textfield; font-size: 13px; font-weight: 700; }
.category-cart-controls input::-webkit-inner-spin-button, .category-cart-controls input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.product-main-image { touch-action: pan-y; }
html[data-theme="dark"] .quantity-control input, html[data-theme="dark"] .category-cart-controls input { color: #edf1f7; background: #12171f; border-color: #38414d; }
.category-cart-controls .category-add-cart { width: 38px; color: #fff; background: #d3a01e; border-color: #d3a01e; }
.category-add-cart svg { width: 17px; height: 17px; stroke-width: 1.8; }
.category-product-meta > .category-quick-order { grid-column: 3; grid-row: 2; justify-self: end; }
.category-products-empty { padding: 50px 0; color: #7b8492; text-align: center; }
.quick-order-button { min-height: 36px; padding: 0 14px; color: #765817; background: #fff; border: 1px solid #c9a24e; border-radius: 4px; cursor: pointer; font-weight: 650; }
.quick-order-button:hover { color: #fff; background: #bd902c; }
.category-quick-order { width: 36px; min-width: 36px; height: 36px; min-height: 36px; padding: 0; display: inline-grid; place-items: center; color: #fff; background: #d3a01e; border-color: #d3a01e; }
.category-quick-order svg { width: 17px; height: 17px; stroke-width: 1.8; }
.product-buy { grid-template-columns: 1fr auto auto auto; }
.product-quick-order { width: 44px; min-width: 44px; height: 44px; min-height: 44px; padding: 0; display: inline-grid; place-items: center; color: #fff; background: #d3a01e; border-color: #d3a01e; }
.product-quick-order:hover { color: #fff; background: #b98715; border-color: #b98715; }
.product-quick-order svg { width: 20px; height: 20px; stroke-width: 1.8; }
.product-bookmark { width: fit-content; min-height: 31px; margin: 0; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; color: #755817; background: #fffaf0; border: 1px solid #d8b35b; border-radius: 4px; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; transition: color .16s ease, background-color .16s ease, border-color .16s ease; }
.product-bookmark:hover, .product-bookmark.is-active { color: #fff; background: #bd902c; border-color: #bd902c; }
.product-bookmark svg { width: 17px; height: 17px; stroke-width: 1.8; }
.product-bookmark.is-active svg { fill: currentColor; }
html[data-theme="dark"] .category-bookmark { color: #aeb7c4; background: #171c24; border-color: #37404c; }
html[data-theme="dark"] .category-bookmark:hover, html[data-theme="dark"] .category-bookmark.is-active { color: #f1c65d; }
html[data-theme="dark"] .category-view-count { color: #929cab; background: #171c24; border-color: #37404c; }
html[data-theme="dark"] .product-bookmark { color: #e8bd57; background: #171a20; border-color: #89691f; }
html[data-theme="dark"] .product-bookmark:hover, html[data-theme="dark"] .product-bookmark.is-active { color: #11151c; background: #e0ad37; border-color: #e0ad37; }
.quick-order-dialog { width: min(470px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 6px; box-shadow: 0 25px 70px rgba(0,0,0,.32); }
.quick-order-dialog::backdrop { background: rgba(10, 13, 17, .68); }
.quick-order-form { position: relative; padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: #fff; }
.quick-order-form header { grid-column: 1 / -1; padding-right: 34px; }
.quick-order-form header span { color: #a47a1d; font-size: 12px; font-weight: 750; text-transform: uppercase; }
.quick-order-form h2 { margin: 5px 0 10px; font-size: 18px; letter-spacing: 0; }
.quick-order-product { grid-column: 1 / -1; min-height: 88px; padding: 10px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 14px; background: #f6f7f9; border: 1px solid #e0e4e9; }
.quick-order-product img { width: 76px; height: 68px; object-fit: contain; background: #fff; }
.quick-order-product strong { font-size: 20px; }
.quick-order-form input, .quick-order-form textarea { width: 100%; padding: 10px 11px; border: 1px solid #ccd3dc; border-radius: 4px; font: inherit; }
.quick-order-form textarea { grid-column: 1 / -1; resize: vertical; }
.quick-order-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 30px; height: 30px; padding: 0; color: #ef4444; background: transparent; border: 0; font-size: 27px; cursor: pointer; }
.quick-order-actions { grid-column: 1 / -1; margin: 8px -24px -24px; padding: 12px 24px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; border-top: 1px solid #e0e4e9; }
.quick-order-actions button { min-height: 40px; border: 0; border-radius: 4px; cursor: pointer; }
.quick-order-submit { color: #fff; background: #bd902c; }

.articles-page, .article-page { width: min(1240px, calc(100% - 64px)); min-height: 66vh; margin: 0 auto; padding: 54px 0 82px; }
.articles-heading { max-width: 820px; margin-bottom: 34px; }
.articles-heading h1, .article-heading h1 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: 0; }
.articles-heading p, .article-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.article-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: minmax(190px, .72fr) 1fr; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.article-card:hover { transform: translateY(-2px); border-color: #c99b31; box-shadow: 0 14px 34px rgba(17, 24, 35, .09); }
.article-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
.article-card-copy { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.article-card-copy span, .article-kicker { color: #9a7118; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-card h2 { margin: 10px 0; font-size: 23px; line-height: 1.2; letter-spacing: 0; }
.article-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.55; }
.article-card strong { margin-top: auto; color: #a57a19; }
.article-heading { max-width: 920px; margin-bottom: 30px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 46px; align-items: start; }
.article-content { font-size: 17px; line-height: 1.75; }
.article-content h2 { margin: 38px 0 12px; font-size: 27px; letter-spacing: 0; }
.article-content p { margin: 0 0 17px; }
.article-checklist { margin: 20px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.article-checklist li { position: relative; padding-left: 28px; }
.article-checklist li::before { content: "✓"; position: absolute; left: 0; color: #a77a17; font-weight: 800; }
.article-aside { position: sticky; top: 96px; padding: 22px; background: #f7f8fa; border: 1px solid var(--line); border-radius: 6px; }
.article-aside img { width: 100%; height: 180px; object-fit: contain; background: #fff; }
.article-aside h2 { margin: 18px 0 8px; font-size: 20px; letter-spacing: 0; }
.article-aside p { color: var(--muted); line-height: 1.5; }
.article-aside a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; color: #fff; background: #bd902c; border-radius: 4px; font-weight: 700; text-decoration: none; }
html[data-theme="dark"] .article-card { background: #151a21; }
html[data-theme="dark"] .article-aside { background: #151a21; }
html[data-theme="dark"] .article-aside img { background: #f7f8fa; }
.articles-library-hero { max-width: 940px; }
.articles-library-hero > span { display: inline-flex; margin-bottom: 12px; color: #9b7219; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.articles-toolbar { position: sticky; z-index: 8; top: 72px; margin: 0 0 28px; padding: 14px; display: grid; grid-template-columns: minmax(260px, .75fr) 2fr auto; align-items: center; gap: 12px; background: color-mix(in srgb, var(--paper) 94%, transparent); border: 1px solid var(--line); border-radius: 6px; backdrop-filter: blur(12px); }
.articles-toolbar label { min-height: 44px; padding: 0 13px; display: flex; align-items: center; gap: 9px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; }
.articles-toolbar label:focus-within { border-color: #b98a20; box-shadow: 0 0 0 3px rgba(185,138,32,.1); }
.articles-toolbar label svg { width: 18px; color: #9a7118; }
.articles-toolbar input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; letter-spacing: 0; }
.articles-toolbar > div { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.articles-toolbar button { min-height: 36px; padding: 0 11px; flex: 0 0 auto; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: 4px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.articles-toolbar button:hover { color: var(--ink); border-color: var(--line); }
.articles-toolbar button.active { color: #6f5008; background: #fff7e4; border-color: #cba13e; }
.articles-toolbar button b { margin-left: 4px; font-size: 10px; }
.articles-toolbar > p { margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; }
.articles-toolbar > p span { color: var(--ink); font-weight: 800; }
.articles-library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.article-library-card { display: block; border-radius: 6px; }
.article-library-card[hidden] { display: none; }
.article-library-card > a { height: 100%; display: grid; grid-template-rows: 168px 1fr; color: inherit; text-decoration: none; }
.article-card-visual { position: relative; overflow: hidden; background: #f3f5f7; border-bottom: 1px solid var(--line); }
.article-card-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .25s ease; }
.article-library-card:hover .article-card-visual img { transform: scale(1.025); }
.article-card-visual b { position: absolute; top: 12px; right: 12px; min-width: 42px; padding: 6px 8px; color: #76550b; background: rgba(255,250,237,.94); border: 1px solid #d6b45f; border-radius: 4px; text-align: center; font-size: 11px; font-variant-numeric: tabular-nums; }
.article-library-card .article-card-copy { min-height: 248px; padding: 19px; }
.article-library-card h2 { min-height: 58px; margin: 8px 0; font-size: 19px; line-height: 1.28; }
.article-library-card p { font-size: 13px; line-height: 1.55; }
.articles-empty { padding: 54px 0; color: var(--muted); text-align: center; }
.article-library-heading { position: relative; padding: 0 0 30px 22px; border-left: 3px solid #c99a2e; }
.article-library-heading h1 { max-width: 900px; }
.article-answer { margin: 0 0 32px; padding: 20px 22px; background: #fffaf0; border: 1px solid #e0c47c; border-radius: 5px; }
.article-answer span, .article-section-heading span { color: #8f6812; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-answer p { margin: 7px 0 0; font-size: 18px; font-weight: 650; line-height: 1.55; }
.article-points { display: grid; gap: 8px; }
.article-points section { min-height: 92px; padding: 15px 17px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 5px; }
.article-points section > b { width: 40px; height: 40px; display: grid; place-items: center; color: #88630f; background: #fff7e5; border: 1px solid #d7b45d; border-radius: 50%; font-size: 11px; }
.article-points h3 { margin: 0 0 4px; font-size: 16px; letter-spacing: 0; }
.article-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.article-steps { margin: 0; padding: 0; display: grid; gap: 1px; list-style: none; counter-reset: article-step; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.article-steps li { position: relative; min-height: 54px; padding: 15px 18px 15px 58px; counter-increment: article-step; background: var(--paper); border-bottom: 1px solid var(--line); }
.article-steps li:last-child { border-bottom: 0; }
.article-steps li::before { content: counter(article-step); position: absolute; left: 18px; top: 15px; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #b8871b; border-radius: 50%; font-size: 11px; font-weight: 800; }
.article-context { margin-top: 36px; }
.article-mistakes { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; }
.article-mistakes li { position: relative; min-height: 64px; padding: 14px 14px 14px 41px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; font-size: 14px; line-height: 1.5; }
.article-mistakes li::before { content: "×"; position: absolute; left: 15px; top: 13px; color: #ce4a4a; font-size: 23px; font-weight: 300; }
.article-safety { margin: 34px 0; padding: 18px; display: grid; grid-template-columns: 36px 1fr; gap: 14px; color: #173c2a; background: #f0f8f3; border: 1px solid #9cc9ab; border-radius: 5px; }
.article-safety svg { width: 29px; height: 29px; color: #2b8c50; stroke-width: 1.5; }
.article-safety h2 { margin: 0 0 5px; font-size: 18px; }
.article-safety p { margin: 0; font-size: 14px; line-height: 1.55; }
.article-products { margin-top: 42px; }
.article-section-heading { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.article-section-heading h2 { margin: 4px 0 0; }
.article-section-heading > a { color: #926b15; font-size: 13px; font-weight: 700; text-decoration: none; }
.article-products > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.article-product-card { min-height: 106px; padding: 10px; display: grid; grid-template-columns: 84px 1fr; grid-template-rows: auto 1fr auto; column-gap: 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; text-decoration: none; }
.article-product-card:hover { border-color: #c99a2e; }
.article-product-card img { width: 84px; height: 84px; grid-row: 1 / 4; object-fit: contain; background: #f7f8fa; }
.article-product-card span { color: var(--muted); font-size: 10px; }
.article-product-card strong { font-size: 13px; line-height: 1.35; }
.article-product-card small { color: #9a7118; font-weight: 700; }
.article-faq { margin-top: 42px; }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 16px 34px 16px 0; position: relative; font-weight: 700; cursor: pointer; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; right: 4px; top: 11px; color: #a77915; font-size: 26px; font-weight: 300; }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { padding: 0 32px 16px 0; color: var(--muted); font-size: 14px; }
.article-sources { margin-top: 42px; padding-top: 5px; border-top: 1px solid var(--line); }
.article-sources > p { color: var(--muted); font-size: 13px; }
.article-sources ul { margin: 14px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.article-sources a { color: #74540c; font-size: 13px; text-underline-offset: 3px; }
.article-related { margin-top: 42px; }
.article-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.article-related a { min-height: 132px; padding: 15px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; text-decoration: none; }
.article-related a:hover { border-color: #c99a2e; }
.article-related span { color: #9a7118; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-related strong { margin: 7px 0; font-size: 13px; line-height: 1.4; }
.article-related small { margin-top: auto; color: #9a7118; font-weight: 700; }
.article-library-aside > span { margin-top: 15px; display: inline-block; color: #9a7118; font-size: 11px; font-weight: 750; }
.article-library-aside nav { margin-top: 18px; padding-top: 12px; display: grid; gap: 8px; border-top: 1px solid var(--line); }
.article-library-aside nav a { min-height: 0; padding: 0; color: var(--muted); background: transparent; font-size: 12px; }
.article-library-aside nav a:hover { color: #9a7118; }
html[data-theme="dark"] .articles-toolbar { background: rgba(17,22,29,.94); }
html[data-theme="dark"] .articles-toolbar button.active, html[data-theme="dark"] .article-answer, html[data-theme="dark"] .article-points section > b { color: #f1c65d; background: #211c11; border-color: #806521; }
html[data-theme="dark"] .article-card-visual { background: #f2f4f7; }
html[data-theme="dark"] .article-safety { color: #ccebd7; background: #10251a; border-color: #376b4a; }
html[data-theme="dark"] .article-product-card img { background: #f6f7f9; }
html[data-theme="dark"] .article-sources a { color: #e2b953; }
@media (max-width: 1050px) { .articles-toolbar { position: static; grid-template-columns: 1fr; } .articles-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .article-library-heading { padding-left: 15px; } .article-mistakes, .article-products > div:last-child { grid-template-columns: 1fr; } .article-related > div { grid-template-columns: 1fr; } .article-related a { min-height: 100px; } }
@media (max-width: 520px) { .articles-library-grid { grid-template-columns: 1fr; } .article-library-card > a { grid-template-rows: 190px 1fr; } .article-library-card .article-card-copy { min-height: 220px; } .article-answer { padding: 16px; } .article-answer p { font-size: 16px; } .article-points section { grid-template-columns: 35px 1fr; padding: 13px; } .article-points section > b { width: 34px; height: 34px; } }
.cart-dialog { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 24px); padding: 0; border: 0; border-radius: 6px; color: #111820; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.cart-dialog::backdrop { background: rgba(9,12,16,.72); }
.cart-checkout-form { position: relative; background: #fff; }
.cart-checkout-form > header { padding: 22px 24px 15px; border-bottom: 1px solid #e1e5ea; }
.cart-checkout-form header span { color: #a47a1d; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cart-checkout-form h2 { margin: 4px 0; font-size: 22px; }
.cart-checkout-form header p { margin: 0; color: #727c89; font-size: 13px; }
.cart-dialog-close { position: absolute; z-index: 2; top: 12px; right: 15px; border: 0; background: transparent; color: #ef4444; font-size: 28px; cursor: pointer; }
.cart-dialog-items { max-height: 260px; overflow-y: auto; padding: 8px 24px; }
.cart-dialog-items article { min-height: 78px; display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #e7eaee; }
.cart-dialog-items img { width: 64px; height: 60px; object-fit: contain; }
.cart-dialog-items article > div:nth-child(2) { display: grid; gap: 2px; }
.cart-dialog-items small { color: #7d8794; }
.cart-dialog-items span { font-weight: 700; }
.cart-item-actions { display: flex; align-items: center; gap: 7px; }
.cart-item-actions button { width: 30px; height: 30px; border: 1px solid #d5dae1; background: #fff; cursor: pointer; }
.cart-item-actions .cart-item-remove { margin-left: 5px; border: 0; color: #ef4444; font-size: 22px; }
.cart-empty { padding: 28px 0; text-align: center; color: #77818d; }
.cart-checkout-fields { padding: 16px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; background: #f7f8fa; }
.cart-checkout-fields input, .cart-checkout-fields textarea { width: 100%; padding: 10px 11px; border: 1px solid #ccd3dc; border-radius: 4px; font: inherit; }
.cart-checkout-fields textarea { grid-column: 1 / -1; resize: vertical; }
.order-honeypot { position: absolute !important; left: -9999px; }
.cart-checkout-form footer { padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #e1e5ea; }
.cart-checkout-form footer div { display: grid; }
.cart-checkout-form footer span { color: #7d8794; font-size: 12px; }
.cart-checkout-form footer strong { font-size: 22px; }
.cart-checkout-form footer button { min-height: 42px; padding: 0 24px; border: 0; border-radius: 4px; color: #fff; background: #bd902c; font-weight: 750; cursor: pointer; }
.cart-checkout-form footer button:disabled { opacity: .45; cursor: default; }

@media (max-width: 1050px) { .category-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .product-buy { grid-template-columns: 1fr auto; } }
@media (max-width: 760px) {
  .category-list-page { width: calc(100% - 32px); }
  .category-list-heading { align-items: flex-start; flex-direction: column; }
  .energy-heading-copy { justify-items: start; }
  .energy-catalog-filter { align-items: stretch; flex-direction: column; }
  .energy-use-filter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .energy-use-filter button { padding-inline: 9px; }
  .energy-power-filter { justify-content: space-between; }
  .category-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .articles-page, .article-page { width: calc(100% - 32px); padding-top: 34px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}
@media (max-width: 520px) { .energy-use-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); } .energy-power-filter { align-items: stretch; flex-direction: column; } .energy-power-filter select { width: 100%; } .category-products-grid { grid-template-columns: 1fr; } .article-card { grid-template-columns: 1fr; } .article-card img { min-height: 210px; max-height: 240px; } }

@media (max-width: 520px) {
  .cart-checkout-fields { grid-template-columns: 1fr; }
  .cart-checkout-fields textarea { grid-column: auto; }
  .cart-dialog-items article { grid-template-columns: 48px 1fr; }
  .cart-dialog-items img { width: 48px; height: 48px; }
  .cart-item-actions { grid-column: 2; }
  .cart-checkout-form footer { align-items: stretch; flex-direction: column; }
  .catalog-category-grid { grid-template-columns: 1fr; }
  .product-thumbnails { grid-template-columns: repeat(3, 1fr); }
  .product-thumb { height: 72px; }
  .price-tier { grid-template-columns: 88px 1fr; }
  .price-tier .tier-button { grid-column: 1 / -1; width: 100%; }
  .price-tier.price-unlocked > span { grid-column: 2; min-width: 0; padding-inline: 10px; font-size: 18px; }
  .product-buy { grid-template-columns: 1fr auto; }
  .add-to-cart { grid-column: 1 / -1; width: 100%; }
  .delivery-carriers { grid-template-columns: 1fr; }
  .delivery-carriers a { min-height: 72px; padding: 10px 12px; }
  .header-actions { gap: 0; }
  .hero { min-height: 720px; }
  .hero-actions { display: grid; }
  .button { width: 100%; padding: 0 18px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .hero-image { right: -55%; left: -10%; height: 43%; background-position: 70% center; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .page-section { padding-top: 64px; }
  .direction { grid-template-columns: 1fr; }
  .direction-copy { padding: 28px; }
  .direction h3 { margin-top: 28px; }
  .direction-preview { min-height: 210px; }
  .preview-energy { background-size: auto 430px; background-position: 68% -35px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 210px; }
  .request-section { margin-top: 64px; margin-bottom: 64px; padding: 30px 24px; }
  .location-card { grid-template-columns: 1fr; }
  .location-card img { height: 180px; min-height: 180px; order: -1; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details article, .contact-details article:nth-child(2) { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-details article:last-child { border-bottom: 0; }
  .support-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .support-form-row, .support-files { grid-template-columns: 1fr; }
  .support-form-panel { padding: 22px 18px; }
  .support-files article { min-height: 170px; }
  .news-heading { grid-template-columns: 1fr; align-items: start; }
  .news-feature { grid-template-columns: 1fr; }
  .news-feature figure { height: 520px; min-height: 0; }
  .news-copy { padding: 28px 22px; }
  .news-specs { grid-template-columns: 1fr; }
  .news-audience { margin-top: 28px; }
}
.account-dialog { position: fixed; inset: 0; width: min(680px, calc(100vw - 28px)); max-width: calc(100vw - 28px); max-height: calc(100vh - 28px); max-height: calc(100dvh - 28px); margin: auto; padding: 0; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; color: #11151c; background: #fff; border: 1px solid #d9dee6; border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.28); overscroll-behavior: contain; }
.account-dialog.dialog-fallback-open { display: block; z-index: 10000; }
.account-dialog [hidden] { display: none !important; }
.account-dialog::backdrop { background: rgba(9, 12, 17, .58); backdrop-filter: blur(4px); }
.account-shell { position: relative; width: 100%; min-width: 0; padding: 24px; box-sizing: border-box; }
.account-dialog-close { position: absolute; top: 12px; right: 14px; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: #d43e3e; font-size: 28px; line-height: 1; cursor: pointer; }
.account-dialog header { padding-right: 42px; }
.account-dialog header small { color: #a47813; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.account-dialog header h2 { margin: 4px 0; font-size: 25px; letter-spacing: 0; }
.account-dialog header p { margin: 0 0 18px; color: #77808e; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; border-bottom: 1px solid #e1e5eb; }
.account-tabs button { min-height: 40px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #707987; font: inherit; font-weight: 700; cursor: pointer; }
.account-tabs button.active { color: #11151c; border-bottom-color: #c9971c; }
.account-form { display: grid; gap: 10px; }
.account-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.account-form input, .account-form select, .account-form textarea { width: 100%; min-height: 42px; box-sizing: border-box; padding: 10px 12px; color: #11151c; background: #fff; border: 1px solid #d9dee6; border-radius: 5px; font: inherit; letter-spacing: 0; }
.account-form textarea { grid-column: 1 / -1; resize: vertical; }
.account-form button[type="submit"] { min-height: 42px; padding: 9px 18px; justify-self: end; color: #fff; background: #c9971c; border: 1px solid #c9971c; border-radius: 5px; font: inherit; font-weight: 700; cursor: pointer; }
.account-requisites { padding: 10px 0 2px; border-top: 1px solid #e1e5eb; }
.account-requisites summary { margin-bottom: 10px; color: #7a5a0e; font-weight: 700; cursor: pointer; }
.account-consent { display: flex; align-items: flex-start; gap: 8px; color: #697280; font-size: 12px; }
.account-consent input { width: 16px; min-height: 16px; margin-top: 1px; }
.account-password-field { position: relative; width: 100%; }
.account-password-field > input { padding-right: 48px; }
.account-form .account-password-toggle { position: absolute; top: 50%; right: 6px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 0; transform: translateY(-50%); color: #667180; background: transparent; border: 0; border-radius: 4px; cursor: pointer; }
.account-form .account-password-toggle:hover, .account-form .account-password-toggle:focus-visible, .account-form .account-password-toggle.active { color: #a47813; background: rgba(201,151,28,.1); outline: none; }
.account-form .account-password-toggle svg { width: 18px; height: 18px; pointer-events: none; }
.account-cabinet .account-form { padding: 14px 0; border-top: 1px solid #e1e5eb; border-bottom: 1px solid #e1e5eb; }
.account-orders { margin-top: 15px; }
.account-orders h3 { margin: 0 0 8px; font-size: 16px; }
.account-orders article { min-height: 48px; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #edf0f3; }
.account-orders article div { min-width: 0; display: grid; gap: 3px; }
.account-orders article small { color: #77808e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-orders article span { flex: 0 0 auto; font-size: 12px; font-weight: 700; }
.account-orders-empty { color: #77808e; }
.account-logout { margin-top: 14px; padding: 0; border: 0; background: transparent; color: #b63e3e; font: inherit; cursor: pointer; }
.account-message { min-height: 18px; margin: 10px 0 0; color: #298f50; font-size: 12px; }
.account-message.error { color: #c43f3f; }
html[data-theme="dark"] .account-dialog { color: #edf1f7; background: #12171f; border-color: #303844; }
html[data-theme="dark"] .account-tabs, html[data-theme="dark"] .account-requisites, html[data-theme="dark"] .account-cabinet .account-form, html[data-theme="dark"] .account-orders article { border-color: #303844; }
html[data-theme="dark"] .account-tabs button.active { color: #fff; }
html[data-theme="dark"] .account-form input, html[data-theme="dark"] .account-form select, html[data-theme="dark"] .account-form textarea { color: #edf1f7; background: #0d1218; border-color: #374150; }
@media (max-width: 620px) { .account-dialog { width: calc(100vw - 16px); max-width: calc(100vw - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); } .account-shell { padding: 18px; } .account-form-grid { grid-template-columns: 1fr; } .account-form textarea { grid-column: auto; } .account-orders article { align-items: flex-start; flex-direction: column; } }

.favorites-page-main { width: min(calc(100% - 48px), var(--content)); min-height: 58vh; margin: 0 auto; padding: 54px 0 84px; }
.favorites-page-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.favorites-page-heading > div { min-width: 0; }
.favorites-page-heading span { display: block; margin-bottom: 6px; color: #9b7219; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.favorites-page-heading h1 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 52px); line-height: 1.05; font-weight: 660; letter-spacing: 0; }
.favorites-page-heading p { margin: 9px 0 0; color: var(--muted); font-size: 15px; }
.favorites-page-total { min-width: 82px; padding: 10px 13px; display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: center; gap: 7px; color: #7c5a11; background: #fff8e8; border: 1px solid #d9b75f; border-radius: 5px; }
.favorites-page-total strong { font-size: 24px; line-height: 1; }
.favorites-page-total small { font-size: 11px; font-weight: 750; text-transform: uppercase; }
.favorites-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.favorite-product-card { position: relative; min-width: 0; display: grid; grid-template-rows: 250px minmax(96px, auto) auto auto; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.favorite-product-card:hover { border-color: #c99a2e; box-shadow: 0 12px 30px rgba(29, 32, 38, .08); transform: translateY(-2px); }
.favorite-product-image { min-width: 0; padding: 14px; display: grid; place-items: center; overflow: hidden; background: #f6f7f9; border-bottom: 1px solid var(--line); }
.favorite-product-image img { width: 100%; height: 100%; object-fit: contain; }
.favorite-product-title { min-width: 0; padding: 17px 17px 12px; display: block; color: var(--ink); text-decoration: none; }
.favorite-product-title small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.favorite-product-title h2 { margin: 0; font-size: 17px; line-height: 1.34; font-weight: 650; letter-spacing: 0; overflow-wrap: anywhere; }
.favorite-product-meta { min-height: 56px; padding: 11px 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.favorite-product-meta strong { font-size: 18px; font-variant-numeric: tabular-nums; }
.favorite-product-meta span { flex: 0 0 auto; font-size: 11px; font-weight: 750; }
.favorite-product-actions { min-height: 48px; padding: 9px 17px 13px; display: grid; grid-template-columns: 1fr 38px; gap: 8px; }
.favorite-open-button, .favorite-cart-button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; }
.favorite-open-button { color: #fff; background: #b7891e; border: 1px solid #b7891e; font-size: 13px; font-weight: 750; text-decoration: none; }
.favorite-open-button:hover { background: #9e7418; }
.favorite-cart-button { padding: 0; color: #8a6410; background: #fff8e8; border: 1px solid #d6b45d; cursor: pointer; }
.favorite-cart-button:hover { color: #fff; background: #b7891e; border-color: #b7891e; }
.favorite-cart-button:disabled { opacity: .38; cursor: not-allowed; }
.favorite-cart-button svg { width: 18px; height: 18px; stroke-width: 1.7; }
.favorite-remove-button { position: absolute; z-index: 2; top: 10px; right: 10px; width: 30px; height: 30px; padding: 0; display: grid; place-items: center; color: #e04444; background: rgba(255,255,255,.94); border: 1px solid #e3e6ea; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,.08); cursor: pointer; }
.favorite-remove-button:hover { color: #fff; background: #df3f3f; border-color: #df3f3f; }
.favorite-remove-button svg { width: 18px; height: 18px; stroke-width: 2; }
.favorites-empty { min-height: 310px; padding: 44px 24px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.favorites-empty[hidden], .favorites-grid[hidden] { display: none; }
.favorites-empty > svg { width: 42px; height: 42px; color: #ba8c25; stroke-width: 1.3; }
.favorites-empty h2 { margin: 2px 0 0; color: var(--ink); font-size: 22px; letter-spacing: 0; }
.favorites-empty p { max-width: 460px; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.favorites-empty a { min-height: 40px; padding: 0 18px; display: inline-flex; align-items: center; color: #fff; background: #b7891e; border-radius: 4px; font-size: 13px; font-weight: 750; text-decoration: none; }
html[data-theme="dark"] .favorites-page-total { color: #f0c862; background: #211c11; border-color: #7a6124; }
html[data-theme="dark"] .favorite-product-card { background: #12171f; border-color: #303844; }
html[data-theme="dark"] .favorite-product-card:hover { border-color: #b78b27; box-shadow: 0 14px 34px rgba(0,0,0,.25); }
html[data-theme="dark"] .favorite-product-image { background: #f4f5f7; border-color: #303844; }
html[data-theme="dark"] .favorite-product-meta { border-color: #303844; }
html[data-theme="dark"] .favorite-cart-button { color: #efc760; background: #211c11; border-color: #7a6124; }
html[data-theme="dark"] .favorite-remove-button { background: rgba(18,23,31,.95); border-color: #38414d; }
@media (max-width: 1120px) { .favorites-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 820px) { .favorites-page-main { width: calc(100% - 32px); padding-top: 36px; } .favorites-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .favorite-product-card { grid-template-rows: 210px minmax(92px, auto) auto auto; } }
@media (max-width: 520px) {
  .favorites-page-heading { align-items: start; gap: 14px; }
  .favorites-page-total {
    flex: 0 0 80px;
    min-width: 80px;
    padding: 10px 8px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    gap: 4px;
    text-align: center;
  }
  .favorites-page-total strong { width: 100%; text-align: center; }
  .favorites-page-total small { display: block; width: 100%; line-height: 1.15; text-align: center; }
  .favorites-grid { grid-template-columns: 1fr; }
  .favorite-product-card { grid-template-rows: 270px minmax(88px, auto) auto auto; }
}

.metrika-reminder { min-height: 28px; padding: 4px 8px; display: inline-flex; align-items: center; gap: 7px; color: #aeb4bd; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; font-size: 11px; font-weight: 650; line-height: 1; text-decoration: none; white-space: nowrap; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.metrika-reminder:hover { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.32); }
.metrika-reminder img { width: 18px; height: 18px; display: block; border-radius: 4px; }
@media (max-width: 720px) { .metrika-reminder { justify-self: start; } }

.footer-legal {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  justify-content: normal;
}
.footer-legal > strong { justify-self: start; }
.footer-legal-tools { justify-self: center; display: flex; align-items: center; justify-content: center; gap: 14px; min-width: 0; }
.footer-legal-tools > .metrika-reminder { color: #aeb4bd; }
.footer-legal-tools > .metrika-reminder span { color: inherit; }
.footer-legal-tools > .fecor-cookie-settings-wrap { margin: 0; }
.footer-legal-tools .fecor-cookie-settings,
.footer-legal-tools .footer-privacy-link { padding: 0; color: #c9a447; background: transparent; border: 0; font: inherit; font-size: 12px; line-height: 1.25; text-decoration: none; white-space: nowrap; cursor: pointer; }
.footer-legal-tools .fecor-cookie-settings:hover,
.footer-legal-tools .footer-privacy-link:hover { color: #f4ad22; text-decoration: none; }
.metrika-reminder .metrika-logo { width: 18px; height: 18px; display: block; flex: 0 0 auto; }
.footer-legal > a[href^="tel:"] { justify-self: end; }
@media (max-width: 980px) {
  .footer-legal { grid-template-columns: 1fr; }
  .footer-legal > strong,
  .footer-legal > .footer-legal-tools,
  .footer-legal > a[href^="tel:"] { justify-self: start; }
  .footer-legal-tools { flex-wrap: wrap; justify-content: flex-start; }
}

/* Dedicated customer cabinet */
.cabinet-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:64px 0 100px}.cabinet-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.cabinet-heading span{color:#c9971c;font-size:12px;font-weight:800;text-transform:uppercase}.cabinet-heading h1{margin:5px 0 8px;font-size:clamp(32px,5vw,58px)}.cabinet-heading p{margin:0;color:#77808e}.cabinet-layout{display:grid;grid-template-columns:230px 1fr;gap:24px}.cabinet-nav{display:grid;align-content:start;gap:5px}.cabinet-nav button{padding:13px 15px;text-align:left;border:1px solid #dfe3e8;background:#fff;color:#1c222b;border-radius:6px;font:inherit;cursor:pointer}.cabinet-nav button.active{color:#fff;background:#111820;border-color:#111820}.cabinet-card,.cabinet-login{padding:26px;background:#fff;border:1px solid #dfe3e8;border-radius:8px}.cabinet-card h2,.cabinet-login h2{margin:0 0 20px}.cabinet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cabinet-grid label{display:grid;gap:7px;color:#596270;font-size:13px;font-weight:700}.cabinet-grid .wide{grid-column:1/-1}.cabinet-grid input,.cabinet-grid select,.cabinet-grid textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #d7dce3;border-radius:5px;background:#fff;color:#111820;font:inherit}.cabinet-card>button,.cabinet-login button{margin-top:20px;padding:12px 18px;border:0;border-radius:5px;background:#c9971c;color:#fff;font-weight:800;cursor:pointer}.cabinet-list article{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid #e7eaee}.cabinet-list article div{display:grid;gap:5px}.cabinet-list small{color:#77808e}.cabinet-message{min-height:24px;color:#a47813}.account-page .account-logout{padding:10px 14px;border:1px solid #d8dde4;border-radius:5px}.cabinet-login{max-width:560px}.cabinet-login p{color:#77808e}@media(max-width:760px){.cabinet-page{padding-top:36px}.cabinet-layout{grid-template-columns:1fr}.cabinet-nav{grid-template-columns:repeat(2,1fr)}.cabinet-grid{grid-template-columns:1fr}.cabinet-grid .wide{grid-column:auto}.cabinet-list article{flex-direction:column}.cabinet-heading{align-items:center}}
/* Header action labels stay icon-only; cart counter remains visible. */
.header-actions .account-button > span,
.header-actions .cart-button > span:not(.cart-count) { display: none !important; }

/* Unified product specifications side panel */
.product-specs-dialog{position:fixed;inset:0 0 0 auto;width:min(760px,100vw);height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow:hidden;color:#171c22;background:#fff;border:0;border-left:1px solid var(--line);border-radius:0;box-shadow:-24px 0 70px rgba(0,0,0,.2)}
.product-specs-dialog::backdrop{background:rgba(17,22,29,.48)}
.product-specs-dialog-card{position:relative;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}
.product-specs-dialog-close{position:absolute;z-index:2;top:18px;right:26px;width:40px;height:40px;padding:0;display:grid;place-items:center;color:#171c22;background:transparent;border:0;border-radius:50%;font-size:34px;font-weight:300;line-height:1;cursor:pointer}
.product-specs-dialog-close:hover{background:#f1f3f5}
.product-specs-dialog header{flex:0 0 auto;padding:27px 78px 24px 40px;border-bottom:1px solid var(--line)}
.product-specs-dialog header h2{margin:0 0 7px;font-size:21px;font-weight:680}
.product-specs-dialog header p{margin:0;color:#737c88;font-size:13px;line-height:1.4}
.product-specs-dialog-list{min-height:0;margin:0;padding:20px 40px 42px;gap:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
.product-specs-dialog-list div{grid-template-columns:minmax(180px,.9fr) minmax(240px,1.1fr);gap:28px;padding:12px 0;border-bottom:1px dotted #d9dee5;font-size:14px;line-height:1.4}
.product-specs-dialog-list div:last-child{border-bottom:0}
.product-specs-dialog-list dt{color:#646d79}
.product-specs-dialog-list dd{color:#171c22}
html[data-theme="dark"] .product-specs-dialog{background:#181c22;color:#edf0f4;border-color:#30363e}
html[data-theme="dark"] .product-specs-dialog-close{color:#edf0f4}
html[data-theme="dark"] .product-specs-dialog-close:hover{background:#252b33}
html[data-theme="dark"] .product-specs-dialog-list div{border-color:#3a424d}
html[data-theme="dark"] .product-specs-dialog-list dd{color:#edf0f4}
@media(max-width:620px){.product-specs-dialog{width:100vw}.product-specs-dialog header{padding:22px 64px 18px 20px}.product-specs-dialog-close{top:12px;right:14px}.product-specs-dialog-list{padding:12px 20px 30px}.product-specs-dialog-list div{grid-template-columns:1fr;gap:4px;padding:10px 0}}
/* Customer cabinet header and explicit sign-out action */
.account-page .cabinet-logout-button{margin:2px 0 0;padding:11px 15px;display:inline-flex;align-items:center;gap:9px;border:1px solid #c94b4b;border-radius:6px;background:#fff4f4;color:#a52f2f;font:inherit;font-size:13px;font-weight:750;cursor:pointer;box-shadow:0 5px 16px rgba(165,47,47,.1)}
.account-page .cabinet-logout-button:hover{background:#a52f2f;color:#fff}
.account-page .cabinet-logout-button i{width:18px;height:18px}
.account-page .cabinet-heading .cabinet-logout-button span{color:inherit;font-size:inherit;font-weight:inherit;text-transform:none}
html[data-theme="dark"] .account-page .cabinet-logout-button{background:#26191b;border-color:#a95050;color:#f08b8b}
html[data-theme="dark"] .account-page .cabinet-logout-button:hover{background:#a52f2f;color:#fff}
@media(max-width:620px){.account-page .cabinet-heading{align-items:flex-start;flex-direction:column}.account-page .cabinet-logout-button{margin-top:4px}}
.cabinet-password{margin-top:28px;padding-top:24px;border-top:1px solid #e1e5eb}.cabinet-password h3{margin:0 0 5px}.cabinet-password p{margin:0;color:#77808e}.cabinet-password-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end;margin-top:16px}.cabinet-password-grid label{display:grid;gap:7px;color:#596270;font-size:13px;font-weight:700}.cabinet-password-grid input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #d7dce3;border-radius:5px;background:#fff;color:#111820;font:inherit}.cabinet-password-grid button{min-height:44px;padding:10px 16px;border:1px solid #c9971c;border-radius:5px;background:#c9971c;color:#fff;font:inherit;font-weight:800;cursor:pointer}.cabinet-password-grid button:disabled{opacity:.6;cursor:wait}.cabinet-password-message{min-height:20px;margin-top:10px!important;color:#a47813!important;font-weight:700}@media(max-width:980px){.cabinet-password-grid{grid-template-columns:1fr 1fr}.cabinet-password-grid button{grid-column:1/-1}}@media(max-width:600px){.cabinet-password-grid{grid-template-columns:1fr}.cabinet-password-grid button{grid-column:auto}}
.account-page .cabinet-password{margin-top:26px;padding:20px;border:1px solid rgba(201,151,28,.42);border-radius:8px;background:linear-gradient(135deg,rgba(201,151,28,.07),rgba(201,151,28,.02))}.account-page .cabinet-password>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.account-page .cabinet-password h3{margin:0;color:#111820;font-size:20px}.account-page .cabinet-password>div:first-child p{font-size:13px}.account-page .cabinet-password-grid{grid-template-columns:repeat(3,minmax(180px,1fr)) auto;gap:14px}.account-page .cabinet-password-grid input{min-height:46px;padding:11px 13px;border-color:#cfd5dd;border-radius:6px;outline:none;transition:border-color .18s,box-shadow .18s}.account-page .cabinet-password-grid input:focus{border-color:#c9971c;box-shadow:0 0 0 3px rgba(201,151,28,.14)}.account-page .cabinet-password-grid button{min-height:46px;white-space:nowrap;border-radius:6px;box-shadow:0 6px 16px rgba(164,120,19,.16);transition:transform .18s,background .18s}.account-page .cabinet-password-grid button:hover{background:#b88717;transform:translateY(-1px)}html[data-theme="dark"] .account-page .cabinet-password{border-color:rgba(226,181,62,.38);background:linear-gradient(135deg,rgba(226,181,62,.09),rgba(255,255,255,.015))}html[data-theme="dark"] .account-page .cabinet-password h3{color:#f3f5f8}html[data-theme="dark"] .account-page .cabinet-password-grid label{color:#aeb7c5}html[data-theme="dark"] .account-page .cabinet-password-grid input{border-color:#3b4655;background:#111820;color:#f3f5f8}@media(max-width:1080px){.account-page .cabinet-password-grid{grid-template-columns:1fr 1fr}.account-page .cabinet-password-grid button{grid-column:1/-1;justify-self:end}}@media(max-width:640px){.account-page .cabinet-password{padding:16px}.account-page .cabinet-password>div:first-child{display:block}.account-page .cabinet-password>div:first-child p{margin-top:6px}.account-page .cabinet-password-grid{grid-template-columns:1fr}.account-page .cabinet-password-grid button{grid-column:auto;width:100%}}
.account-login-actions{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:10px}.account-login-actions a{flex:0 1 auto;color:#a47813;font-size:14px;font-weight:750;line-height:1.2;text-decoration:none}.account-login-actions a:hover{text-decoration:underline}.account-login-actions button[type=submit]{flex:0 0 auto;margin:0}@media(max-width:480px){.account-login-actions{align-items:stretch;flex-direction:column}.account-login-actions button[type=submit]{width:100%}}


/* Price panel redesign v67 */
.product-price-panel > h2 {
  padding: 24px 28px;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 720;
  text-transform: uppercase;
}
.price-tier.retail-tier {
  min-height: 180px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(300px, 1.4fr);
  align-items: center;
  gap: 34px;
}
.retail-price-block,
.retail-marketplaces {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 12px;
}
.retail-price-label,
.retail-marketplaces-label {
  color: #171b20;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.2;
}
.retail-tier .product-price strong {
  font-size: clamp(38px, 4.6vw, 58px);
  font-weight: 760;
  line-height: 1;
}
.retail-tier .product-price span {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.retail-tier .marketplace-list {
  justify-content: flex-start;
  gap: 14px;
}
.retail-tier .marketplace {
  min-width: 102px;
  height: 58px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 18px;
}
.retail-tier .marketplace.wb { font-size: 20px; }
.retail-tier .marketplace.yandex { min-width: 126px; font-size: 17px; }
.product-buy.product-buy-compact {
  padding: 16px 18px;
  grid-template-columns: auto auto auto;
  justify-content: end;
}
html[data-theme="dark"] .retail-price-label,
html[data-theme="dark"] .retail-marketplaces-label { color: #edf1f7; }
@media (max-width: 720px) {
  .price-tier.retail-tier {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .retail-tier .marketplace-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .retail-tier .marketplace,
  .retail-tier .marketplace.yandex { min-width: 0; width: 100%; height: 50px; padding: 0 8px; font-size: 14px; }
  .retail-tier .marketplace.wb { font-size: 16px; }
  .product-buy.product-buy-compact { grid-template-columns: auto auto 1fr; justify-content: stretch; }
  .product-buy.product-buy-compact .add-to-cart { width: 100%; }
}

/* Price panel sidebar fit v68 */
.price-tier.retail-tier {
  grid-template-columns: minmax(126px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 25px 18px;
}
.retail-price-label,
.retail-marketplaces-label { font-size: 15px; }
.retail-tier .product-price strong { font-size: clamp(36px, 3.4vw, 48px); }
.retail-tier .marketplace-list { gap: 7px; }
.retail-tier .marketplace {
  min-width: 58px;
  height: 52px;
  padding: 0 9px;
  font-size: 14px;
}
.retail-tier .marketplace.wb { font-size: 16px; }
.retail-tier .marketplace.yandex { min-width: 88px; font-size: 13px; }
@media (min-width: 721px) and (max-width: 1100px) {
  .price-tier.retail-tier { grid-template-columns: minmax(180px, .8fr) minmax(300px, 1.4fr); padding: 28px; gap: 34px; }
  .retail-price-label, .retail-marketplaces-label { font-size: 18px; }
  .retail-tier .marketplace { min-width: 90px; height: 56px; font-size: 17px; }
  .retail-tier .marketplace.wb { font-size: 19px; }
  .retail-tier .marketplace.yandex { min-width: 116px; font-size: 16px; }
}

/* Price panel mobile fit v69 */
@media (max-width: 720px) {
  .price-tier.retail-tier {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .retail-tier .marketplace-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .retail-tier .marketplace,
  .retail-tier .marketplace.yandex {
    min-width: 0;
    width: 100%;
    height: 50px;
    padding: 0 6px;
    font-size: 13px;
  }
  .retail-tier .marketplace.wb { font-size: 16px; }
}

/* Compact retail price panel v70 */
.price-tier.retail-tier {
  min-height: 132px;
  padding: 17px 18px;
  gap: 16px;
}
.retail-price-block,
.retail-marketplaces { gap: 7px; }
.retail-tier .product-price strong {
  font-size: clamp(34px, 3.1vw, 44px);
  line-height: .98;
}
.retail-tier .marketplace {
  height: 44px;
}
@media (max-width: 720px) {
  .price-tier.retail-tier {
    min-height: 0;
    padding: 17px 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .retail-tier .marketplace,
  .retail-tier .marketplace.yandex { height: 44px; }
}

/* Restricted purchase block v71 */
.product-buy.product-buy-compact[hidden] { display: none !important; }


/* Marketplace right alignment v72 */
@media (min-width: 721px) {
  .retail-tier .marketplace-list { justify-content: flex-end; }
}
@media (max-width: 720px) {
  .retail-tier .marketplace-list { justify-content: stretch; }
}


/* Price typography and VAT note v74 */
.product-price-panel > h2 {
  padding: 20px 22px;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
}
.retail-tier .product-price strong {
  font-size: clamp(28px, 2.55vw, 36px);
  line-height: 1;
}
.retail-tier .product-price .retail-vat-note {
  display: block;
  margin-top: 5px;
  color: #8a919b;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}


/* Wholesale VAT note v75 */
.price-tier.price-unlocked > span .price-vat-note {
  display: block;
  margin-top: 5px;
  color: #8a6a24;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
html[data-theme="dark"] .price-tier.price-unlocked > span .price-vat-note { color: #c9a85d; }


/* Marketplace label alignment v76 */
.retail-marketplaces {
  width: max-content;
  max-width: 100%;
  justify-self: end;
}
@media (max-width: 720px) {
  .retail-marketplaces {
    width: 100%;
    justify-self: stretch;
  }
}


/* Account return to catalog v77 */
.account-page .cabinet-heading-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.account-page .cabinet-catalog-button { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #c9971c; border-radius: 6px; background: #fffaf0; color: #8a6412; font-size: 13px; font-weight: 750; text-decoration: none; box-sizing: border-box; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.account-page .cabinet-catalog-button:hover { color: #fff; background: #c9971c; transform: translateY(-1px); }
.account-page .cabinet-catalog-button i { width: 18px; height: 18px; }
.account-page .cabinet-heading .cabinet-catalog-button span { color: inherit; font-size: inherit; font-weight: inherit; text-transform: none; }
html[data-theme="dark"] .account-page .cabinet-catalog-button { border-color: #c9971c; background: #211c10; color: #e6b845; }
html[data-theme="dark"] .account-page .cabinet-catalog-button:hover { background: #c9971c; color: #111820; }


/* Equal account action heights v78 */
.account-page .cabinet-heading-actions .cabinet-catalog-button,
.account-page .cabinet-heading-actions .cabinet-logout-button {
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Smaller retail price v79 */
.retail-tier .product-price strong {
  font-size: clamp(24px, 2vw, 30px);
}

/* Ordered privacy consent in the support form */
.support-form label.privacy-consent{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:start;
  gap:12px;
  margin:4px 0 6px;
  padding:14px 16px;
  color:#596273;
  background:#fff;
  border:1px solid #dfe3e8;
  border-radius:5px;
  font-size:13px;
  line-height:1.5;
}
.support-form label.privacy-consent input[type="checkbox"]{
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  margin:1px 0 0!important;
  padding:0!important;
  box-sizing:border-box;
  accent-color:#c9971c;
  box-shadow:none;
}
.support-form label.privacy-consent span{
  display:block;
  min-width:0;
}
.support-form label.privacy-consent a{
  color:#9a6800;
  text-decoration:underline;
  text-underline-offset:2px;
}
.support-form label.privacy-consent a:hover{
  color:#c58b08;
}
html[data-theme="dark"] .support-form label.privacy-consent{
  color:#b8c1ce;
  background:#151b24;
  border-color:#303946;
}

/* Compact wholesale-oriented filters for power supplies. */
.power-catalog-filter { margin-top: 24px; padding: 14px; border: 1px solid #dce1e8; border-radius: 6px; background: #f8f9fb; }
.power-type-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.power-type-filter button, .power-filter-reset { min-height: 40px; padding: 0 15px; border: 1px solid #d5dbe3; border-radius: 5px; background: #fff; color: #252b34; font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.power-type-filter button:hover, .power-type-filter button.is-active { border-color: #c99722; color: #875f08; background: #fffaf0; }
.power-parameter-filter { display: flex; align-items: end; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.power-parameter-filter label:not(.power-stock-filter) { min-width: 160px; display: grid; gap: 5px; color: #68717e; font-size: 11px; font-weight: 650; }
.power-parameter-filter select { min-height: 40px; padding: 0 34px 0 12px; border: 1px solid #d5dbe3; border-radius: 5px; background: #fff; color: #252b34; font: inherit; font-size: 13px; }
.power-stock-filter { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #d5dbe3; border-radius: 5px; background: #fff; color: #303640; font-size: 13px; font-weight: 650; cursor: pointer; }
.power-stock-filter input { width: 17px; height: 17px; accent-color: #c99722; }
.power-filter-reset { color: #8a630d; border-color: #d8b45a; }
.power-parameter-filter output { margin-left: auto; padding-bottom: 11px; color: #737c89; font-size: 12px; }
.power-filter-empty { padding: 34px 0 6px; }
@media (max-width: 820px) {
  .power-catalog-filter { margin-top: 18px; padding: 12px; }
  .power-type-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .power-type-filter button { padding: 0 8px; }
  .power-parameter-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .power-parameter-filter label:not(.power-stock-filter) { min-width: 0; }
  .power-parameter-filter select { width: 100%; }
  .power-stock-filter, .power-filter-reset { justify-content: center; }
  .power-parameter-filter output { grid-column: 1 / -1; margin-left: 0; padding: 2px 0 0; }
}
@media (max-width: 520px) { .power-parameter-filter { grid-template-columns: 1fr; } .power-parameter-filter output { grid-column: auto; } }
/* FECOR compact unified power filter, revision 2. */
.power-catalog-filter {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 20px;
  padding: 10px;
  border-color: #dde2e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 27, 36, .04);
}
.power-type-filter {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7dde5;
  border-radius: 5px;
  background: #f7f8fa;
}
.power-type-filter button {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #d7dde5;
  border-radius: 0;
  background: transparent;
  color: #3e4651;
  font-size: 12px;
  font-weight: 620;
  white-space: nowrap;
}
.power-type-filter button:last-child { border-right: 0; }
.power-type-filter button:hover { background: #fff7e5; color: #805a08; }
.power-type-filter button.is-active { background: #121820; color: #e1ad2c; box-shadow: inset 0 -2px 0 #d9a11e; }
.power-parameter-filter { flex: 1 1 620px; display: flex; align-items: flex-end; flex-wrap: wrap; gap: 8px; margin-top: 0; }
.power-parameter-filter label:not(.power-stock-filter) { min-width: 120px; flex: 1 1 120px; gap: 3px; color: #7a8390; font-size: 10px; font-weight: 650; line-height: 1; }
.power-parameter-filter select {
  width: 100%;
  min-height: 36px;
  padding: 0 30px 0 10px;
  border-color: #d7dde5;
  border-radius: 5px;
  color: #242a32;
  font-size: 12px;
  font-weight: 560;
  outline: none;
}
.power-parameter-filter select:hover, .power-parameter-filter select:focus { border-color: #c99a28; box-shadow: 0 0 0 2px rgba(201,154,40,.10); }
.power-stock-filter { min-height: 36px; padding: 0 10px; border-color: #d7dde5; border-radius: 5px; color: #3e4651; font-size: 12px; font-weight: 620; white-space: nowrap; }
.power-stock-filter input { width: 15px; height: 15px; }
.power-filter-reset { min-height: 36px; padding: 0 11px; border-color: #d5ab48; border-radius: 5px; background: #fffaf0; color: #805a08; font-size: 12px; }
.power-parameter-filter output { min-width: 82px; margin-left: 0; padding: 0 3px 10px; color: #7a8390; font-size: 11px; text-align: right; white-space: nowrap; }
html[data-theme="dark"] .power-catalog-filter { border-color: #2b3440; background: #111720; box-shadow: none; }
html[data-theme="dark"] .power-type-filter { border-color: #34404d; background: #171e28; }
html[data-theme="dark"] .power-type-filter button { border-color: #34404d; color: #c2cad5; }
html[data-theme="dark"] .power-type-filter button.is-active { background: #080c11; color: #e1ad2c; }
html[data-theme="dark"] .power-parameter-filter select, html[data-theme="dark"] .power-stock-filter { border-color: #34404d; background: #171e28; color: #dfe5ed; }
@media (max-width: 1320px) {
  .power-catalog-filter { align-items: stretch; }
  .power-type-filter { width: 100%; }
  .power-type-filter button { flex: 1 1 auto; }
}
@media (max-width: 820px) {
  .power-catalog-filter { display: block; margin-top: 16px; padding: 9px; }
  .power-type-filter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .power-type-filter button { min-height: 38px; padding: 0 6px; border-right: 1px solid #d7dde5; border-bottom: 1px solid #d7dde5; font-size: 11px; }
  .power-type-filter button:nth-child(3n) { border-right: 0; }
  .power-type-filter button:nth-last-child(-n+3) { border-bottom: 0; }
  .power-parameter-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 9px; }
  .power-parameter-filter label:not(.power-stock-filter) { min-width: 0; }
  .power-stock-filter, .power-filter-reset { min-height: 38px; justify-content: center; }
  .power-parameter-filter output { grid-column: 1 / -1; min-width: 0; padding: 1px 2px 0; text-align: left; }
}
@media (max-width: 520px) {
  .power-type-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .power-type-filter button:nth-child(3n) { border-right: 1px solid #d7dde5; }
  .power-type-filter button:nth-child(2n) { border-right: 0; }
  .power-type-filter button:nth-last-child(-n+3) { border-bottom: 1px solid #d7dde5; }
  .power-type-filter button:nth-last-child(-n+2) { border-bottom: 0; }
  .power-parameter-filter { grid-template-columns: 1fr 1fr; }
  .power-parameter-filter label:nth-child(3) { grid-column: 1 / -1; }
}