/**
 * BORMASH industrial — светлая тема (переключатель «Светлая» в шапке).
 * Подключается после bormash-industrial.css; активна при data-theme="light".
 */

html.theme-bormash-industrial[data-theme="light"] {
  --bg: #f4f1eb;
  --page-bg: #f4f1eb;
  --panel: #ffffff;
  --panel2: #ebe6dc;
  --text: #161a1c;
  --muted: #5a5e64;
  --line: #d4cec3;
  --gold: #b8922e;
  --gold-deep: #9a7a26;
  --gold-bright: #c9a545;
  --brand: #b8922e;
  --brand2: #9a7a26;
  --accent: #b8922e;
  --btn-text: #1a1d20;
  --danger: #b33a47;
  --shadow: 0 16px 48px rgba(22, 26, 28, 0.08);
  --shadow2: 0 8px 24px rgba(22, 26, 28, 0.06);
  --footer-bg: #f0ebe2;
  --footer-border: #d4cec3;
  --footer-text: #161a1c;
  --footer-muted: #5a5e64;
}

html.theme-bormash-industrial[data-theme="light"] body {
  background: radial-gradient(ellipse 100% 70% at 50% -10%, #faf8f4 0%, var(--bg) 55%);
  color: var(--text);
}

html.theme-bormash-industrial[data-theme="light"] body::before {
  opacity: 0.03;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: var(--line);
}

/* Перебить premium.css: «Войти» с color:#fff !important на светлом фоне; поиск — явный текст/плейсхолдер */
html.theme-bormash-industrial[data-theme="light"] .sitehdr__input {
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text);
  caret-color: var(--text);
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__input::placeholder {
  color: var(--muted) !important;
  opacity: 0.92;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__btn--icon {
  color: var(--muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--login {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep)) !important;
  color: var(--btn-text) !important;
  border: 1px solid var(--gold-deep) !important;
  box-shadow: 0 4px 16px rgba(184, 146, 46, 0.28) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--login:hover {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold)) !important;
  color: var(--btn-text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__nav--industrial .sitehdr__link--nav {
  color: var(--text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__nav--industrial .sitehdr__link--nav .sitehdr__glyph {
  color: var(--muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__nav--industrial .sitehdr__link--nav:hover,
html.theme-bormash-industrial[data-theme="light"] .sitehdr__nav--industrial .sitehdr__link--nav:focus-visible {
  color: var(--gold-deep) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--cart {
  color: var(--text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--cart .sitehdr__glyph {
  color: var(--muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__ctrlBtn {
  color: var(--text) !important;
  border-color: var(--line) !important;
  background: var(--panel) !important;
}

@media (max-width: 720px) {
  html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--login {
    background: var(--panel) !important;
    color: var(--text) !important;
    border: 1px solid var(--line) !important;
    box-shadow: var(--shadow2) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .sitehdr__link--login:hover {
    border-color: var(--gold) !important;
    color: var(--gold-deep) !important;
    background: rgba(184, 146, 46, 0.1) !important;
  }
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__drawer-backdrop {
  background: rgba(22, 26, 28, 0.35);
}

html.theme-bormash-industrial[data-theme="light"] .sitehdr__drawer {
  background: #fff;
  box-shadow: 12px 0 40px rgba(22, 26, 28, 0.12);
}

html.theme-bormash-industrial[data-theme="light"] .footer__social-link {
  border-color: rgba(22, 26, 28, 0.12);
  color: rgba(22, 26, 28, 0.45);
  background: rgba(255, 255, 255, 0.7);
}

html.theme-bormash-industrial[data-theme="light"] .footer__social-link:hover {
  color: var(--gold-deep);
  border-color: rgba(184, 146, 46, 0.45);
  background: rgba(184, 146, 46, 0.1);
}

/* Premium-футер: иконки SVG — currentColor; в industrial.css задан белый с высокой специфичностью */
html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__contacts-social .footer__social-link {
  color: #6b5824 !important;
  opacity: 1 !important;
  border: 1px solid rgba(154, 122, 38, 0.35) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  filter: none !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__contacts-social .footer__social-link:hover {
  color: #fff !important;
  opacity: 1 !important;
  border-color: var(--gold-deep) !important;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep)) !important;
}

html.theme-bormash-industrial[data-theme="light"] .cabinet-page {
  --cab-bg: #f4f1eb;
  --cab-card: #ffffff;
  --cab-text: #161a1c;
  --cab-muted: #5a5e64;
  --cab-line: #d4cec3;
  --cab-brand: #b8922e;
  --cab-brand2: #9a7a26;
  --cab-shadow: 0 16px 48px rgba(22, 26, 28, 0.08);
  --cab-shadow-card: 0 8px 24px rgba(22, 26, 28, 0.06);
  background: radial-gradient(ellipse 90% 50% at 50% 0%, #faf8f4 0%, var(--cab-bg) 55%);
}

html.theme-bormash-industrial[data-theme="light"] .main .login-page {
  --login-text: #161a1c;
  --login-muted: #5a5e64;
  --auth-btn-bg: rgba(22, 26, 28, 0.06);
  --auth-btn-text: #161a1c;
  background: radial-gradient(ellipse 90% 55% at 50% 0%, #faf8f4 0%, var(--bg) 58%);
}

html.theme-bormash-industrial[data-theme="light"] .main .login-page .auth-button:not(.auth-button--tg) {
  border-color: rgba(22, 26, 28, 0.1);
}

html.theme-bormash-industrial[data-theme="light"] .cstep.is-active .cstep__panel {
  box-shadow: 0 4px 28px rgba(22, 26, 28, 0.08), 0 0 0 1px rgba(184, 146, 46, 0.2);
}

html.theme-bormash-industrial[data-theme="light"] #checkout_submit.btn--primary:hover:not(:disabled) {
  box-shadow: 0 16px 44px rgba(184, 146, 46, 0.35), 0 4px 14px rgba(22, 26, 28, 0.12);
}

html.theme-bormash-industrial[data-theme="light"] .pdp__main {
  background: #fff;
  border-color: var(--line);
}

html.theme-bormash-industrial[data-theme="light"] .pdp__mainStack {
  background-color: #faf8f4 !important;
  background-image: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(184, 146, 46, 0.06), transparent 70%) !important;
}

html.theme-bormash-industrial[data-theme="light"] .pdp__mainPager {
  background: #faf8f4 !important;
  border-top-color: var(--line) !important;
}

/* Карточки каталога / корзина — светлые панели */
html.theme-bormash-industrial[data-theme="light"] .product,
html.theme-bormash-industrial[data-theme="light"] .cart-page__line {
  background: #fff !important;
  border-color: var(--line) !important;
  box-shadow: var(--shadow2) !important;
}

html.theme-bormash-industrial[data-theme="light"] .cart-page__summary {
  background: linear-gradient(165deg, #fff 0%, #faf8f4 100%) !important;
  border-color: var(--line) !important;
}

html.theme-bormash-industrial[data-theme="light"] .catalogLayout__aside {
  background: #fff !important;
}

/* ─── Главная: первый экран (bormash-hero) в светлой теме — как шапка и фон страницы ─── */
html.theme-bormash-industrial[data-theme="light"] .bormash-hero {
  color: var(--text);
  background: var(--page-bg);
  --bh-text: #161a1c;
  --bh-dim: #5a5e64;
  --bh-btn-text: #1a1d20;
  --bh-gold: #b8922e;
  --bh-gold-deep: #9a7a26;
  --bh-gold-hi: #c9a545;
  --bh-black: #f4f1eb;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__photo {
  filter: brightness(1.04) contrast(1.02) saturate(1.02) !important;
}

/* Светлая «вуаль» слева под типографику; справа фото остаётся заметным */
html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__photoScrim {
  background:
    linear-gradient(
      100deg,
      rgba(244, 241, 235, 0.98) 0%,
      rgba(244, 241, 235, 0.93) 16%,
      rgba(244, 241, 235, 0.78) 30%,
      rgba(250, 248, 244, 0.42) 48%,
      rgba(250, 248, 244, 0.12) 65%,
      transparent 88%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, transparent 52%) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__headline {
  color: var(--text) !important;
  text-shadow: none !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__lede {
  color: var(--muted) !important;
  text-shadow: none !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__rule {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold)) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero__btn--wire {
  color: var(--text) !important;
  border-color: rgba(22, 26, 28, 0.22) !important;
  background: rgba(255, 255, 255, 0.55) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero__btn--wire:hover {
  border-color: var(--gold-deep) !important;
  color: var(--gold-deep) !important;
  background: rgba(184, 146, 46, 0.12) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero__bezel {
  border-color: rgba(22, 26, 28, 0.1) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85) 0%, transparent 48%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 20px 56px rgba(22, 26, 28, 0.1) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero__toolSlot {
  filter: drop-shadow(0 22px 44px rgba(22, 26, 28, 0.16)) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-hero__toolSlot::before {
  background: radial-gradient(ellipse 70% 55% at 70% 45%, rgba(184, 146, 46, 0.14), transparent 72%) !important;
}

@media (max-width: 900px) {
  html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__photoScrim {
    background:
      linear-gradient(
        180deg,
        rgba(244, 241, 235, 0.98) 0%,
        rgba(244, 241, 235, 0.88) 24%,
        rgba(244, 241, 235, 0.55) 44%,
        rgba(250, 248, 244, 0.18) 64%,
        transparent 100%
      ),
      linear-gradient(
        100deg,
        rgba(244, 241, 235, 0.9) 0%,
        rgba(244, 241, 235, 0.38) 40%,
        transparent 78%
      ) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__headline,
  html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__lede {
    text-shadow: none !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-hero--with-banner .bormash-hero__intro {
    border-left-color: rgba(22, 26, 28, 0.14) !important;
    box-shadow: inset 3px 0 0 rgba(184, 146, 46, 0.45) !important;
  }
}

/* ─── Главная: весь блок .bormash-home (кроме hero) — светлая палитра ─── */
html.theme-bormash-industrial[data-theme="light"] .bormash-home {
  --bh-bg: #f4f1eb;
  --bh-bg2: #ebe6dc;
  --bh-panel: #ffffff;
  --bh-panel2: #faf8f4;
  --bh-line: #d4cec3;
  --bh-line-soft: rgba(22, 26, 28, 0.08);
  --bh-line-hover: #bfb8ab;
  --bh-text: #161a1c;
  --bh-muted: #5a5e64;
  --bh-kicker: #5a5e64;
  --bh-gold-hi: #c9a545;
  --bh-gold: #b8922e;
  --bh-gold-deep: #9a7a26;
  --bh-btn-text: #1a1d20;
  --bh-glow: rgba(184, 146, 46, 0.12);

  background: var(--bh-bg);
  color: var(--bh-text);
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__section--alt {
  background: linear-gradient(180deg, #faf8f4 0%, #f4f1eb 100%);
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__kicker {
  color: var(--bh-muted);
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__card {
  box-shadow: 0 8px 24px rgba(22, 26, 28, 0.06) !important;
}

html.theme-bormash-industrial[data-theme="light"] a.bormash-home__card:hover {
  box-shadow: 0 12px 32px rgba(22, 26, 28, 0.1) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__card-cta {
  color: var(--bh-muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__btn-catalog {
  box-shadow: 0 8px 22px rgba(22, 26, 28, 0.12) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__btn-catalog:hover {
  box-shadow: 0 10px 28px rgba(22, 26, 28, 0.14) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__btn-ghost {
  border-color: rgba(22, 26, 28, 0.18) !important;
  background: rgba(255, 255, 255, 0.65) !important;
  color: var(--bh-text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__btn-ghost:hover {
  border-color: var(--bh-gold-deep) !important;
  background: rgba(184, 146, 46, 0.1) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__kits {
  box-shadow: 0 12px 36px rgba(22, 26, 28, 0.08) !important;
  border-color: var(--bh-line-soft) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__kits-visual img {
  mix-blend-mode: normal;
  filter: drop-shadow(0 16px 32px rgba(22, 26, 28, 0.14)) brightness(1.02) contrast(1.04);
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__quote {
  box-shadow: 0 8px 26px rgba(22, 26, 28, 0.07) !important;
  border-color: var(--bh-line) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__stub-card {
  box-shadow: 0 10px 28px rgba(22, 26, 28, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__stub-card:hover {
  box-shadow: 0 14px 36px rgba(22, 26, 28, 0.11) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__stub-media img {
  filter: drop-shadow(0 10px 24px rgba(22, 26, 28, 0.12));
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__stub-tag {
  background: rgba(184, 146, 46, 0.1);
  border-color: var(--bh-line);
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product {
  box-shadow: 0 10px 28px rgba(22, 26, 28, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product:hover {
  box-shadow: 0 14px 36px rgba(22, 26, 28, 0.12) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product .product__media {
  background: var(--bh-panel2) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product .product__media::after {
  background: linear-gradient(180deg, transparent 45%, rgba(22, 26, 28, 0.07) 100%);
  opacity: 0.75;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product .product__tag {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: var(--bh-line) !important;
  color: var(--bh-gold-deep) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home .bormash-home__product .btn--primary {
  box-shadow: 0 6px 18px rgba(22, 26, 28, 0.12) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__product-ph .product__imgNoPhotoMark {
  filter: drop-shadow(0 6px 18px rgba(22, 26, 28, 0.1));
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__catalog-strip {
  background: var(--bh-bg2) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-expert-media {
  background: #ebe6dc !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-inner {
  background: #d4d0c8 !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-panel {
  background: rgba(255, 252, 248, 0.9) !important;
  border-color: rgba(22, 26, 28, 0.12) !important;
  box-shadow: 0 12px 40px rgba(22, 26, 28, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-title,
html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-text {
  text-shadow: none !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-text {
  color: var(--bh-muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-poster {
  background:
    radial-gradient(ellipse 70% 70% at 50% 40%, rgba(184, 146, 46, 0.1), transparent 55%),
    linear-gradient(165deg, #faf8f4 0%, #ebe6dc 100%) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-play {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: var(--bh-line) !important;
  box-shadow: 0 8px 24px rgba(22, 26, 28, 0.12) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-card {
  box-shadow: 0 6px 20px rgba(22, 26, 28, 0.06) !important;
}

html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-featured .bormash-home__video-card--featured-layout {
  box-shadow: 0 10px 32px rgba(22, 26, 28, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"]
  .bormash-home__video-card--featured-layout
  .bormash-home__video-card-visual::before {
  background: linear-gradient(
    90deg,
    rgba(244, 241, 235, 0.94) 0%,
    rgba(244, 241, 235, 0.5) 50%,
    transparent 78%
  ) !important;
}

html.theme-bormash-industrial[data-theme="light"]
  .bormash-home__video-card--featured-layout
  .bormash-home__video-card-title {
  color: var(--bh-text) !important;
  text-shadow: none !important;
}

html.theme-bormash-industrial[data-theme="light"]
  .bormash-home__video-card--featured-layout
  .bormash-home__video-card-text {
  color: var(--bh-muted) !important;
  text-shadow: none !important;
}

@media (max-width: 900px) {
  html.theme-bormash-industrial[data-theme="light"]
    .bormash-home__video-card--featured-layout
    .bormash-home__video-card-visual::before {
    background: linear-gradient(
      180deg,
      rgba(244, 241, 235, 0.95) 0%,
      rgba(244, 241, 235, 0.35) 42%,
      transparent 72%
    ) !important;
  }

  html.theme-bormash-industrial[data-theme="light"]
    .bormash-home__video-card--featured-layout
    .bormash-home__video-card-title,
  html.theme-bormash-industrial[data-theme="light"]
    .bormash-home__video-card--featured-layout
    .bormash-home__video-card-text {
    text-shadow: none !important;
  }
}

@media (max-width: 920px) {
  html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-inner::after {
    background: linear-gradient(
      0deg,
      rgba(244, 241, 235, 0.97) 0%,
      rgba(244, 241, 235, 0.72) 30%,
      rgba(244, 241, 235, 0.32) 52%,
      transparent 72%
    ) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-glass {
    border-top-color: rgba(22, 26, 28, 0.12) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-title,
  html.theme-bormash-industrial[data-theme="light"] .bormash-home__ind-process-text {
    text-shadow: none !important;
  }
}

@media (max-width: 720px) {
  html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-card-link {
    border-color: rgba(22, 26, 28, 0.14) !important;
    background: rgba(255, 255, 255, 0.75) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-home__video-card-link:hover {
    border-color: rgba(184, 146, 46, 0.45) !important;
    background: rgba(184, 146, 46, 0.1) !important;
  }

  html.theme-bormash-industrial[data-theme="light"] .bormash-home__card {
    box-shadow: 0 8px 22px rgba(22, 26, 28, 0.07) !important;
  }
}

/* ─── Премиум-футер (4 колонки): светлая тема ─── */
html.theme-bormash-industrial[data-theme="light"] .footer.footer--bormash-premium {
  background: linear-gradient(180deg, #f6f3ed 0%, #f0ebe2 45%, #ebe6dc 100%) !important;
  border-top-color: rgba(184, 146, 46, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
  color: var(--footer-text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__premiumBrandRow .footer__brand-wordmark {
  color: var(--text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumSlogan {
  color: var(--gold-deep) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumGlassBtn {
  background: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #222 !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumGlassBtn:hover {
  border-color: #d6b55a !important;
  color: #9a7a26 !important;
  background: rgba(214, 181, 90, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumHeading,
html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__col-title--contacts {
  color: #9a9a9a !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumLink {
  color: #222 !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumLink:hover {
  color: var(--gold-deep) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumCol--info {
  border-left-color: rgba(184, 146, 46, 0.22) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__phone {
  color: var(--text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__phone--premiumPrimary .footer__phone-num {
  color: var(--text) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__mailto {
  color: var(--gold-deep) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer--bormash-premium .footer__contact-item {
  color: var(--muted) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumBar {
  border-top-color: rgba(22, 26, 28, 0.08) !important;
}

html.theme-bormash-industrial[data-theme="light"] .footer__premiumCopy {
  color: #777 !important;
}

/* --- CMS / библиотека (SitePage): светлая тема — тёмный текст в теле статьи ---
   В bormash-industrial.css для .content-hub--industrial задан белый цвет с !important для тёмной темы;
   без явного перебоя на «Светлой» основной текст остаётся невидимым на кремовом фоне. */
html.theme-bormash-industrial[data-theme="light"] .main .content-hub .content-article__body,
html.theme-bormash-industrial[data-theme="light"] .content-hub--industrial .content-article__body {
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text);
}

html.theme-bormash-industrial[data-theme="light"] .main .content-hub .content-article__summary,
html.theme-bormash-industrial[data-theme="light"] .content-hub--industrial .content-article__summary {
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted);
}
