@font-face {
  font-family: "GothaProReg";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GothaProReg.otf") format("opentype");
}

@font-face {
  font-family: "GothaProMed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/GothaProMed.otf") format("opentype");
}

@font-face {
  font-family: "GothaProBol";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/GothaProBol.otf") format("opentype");
}

@font-face {
  font-family: "GothaProBla";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/GothaProBla.otf") format("opentype");
}

:root {
  --bm-ink: #17201b;
  --bm-muted: #5f6962;
  --bm-paper: #f5f2ea;
  --bm-white: #fffdf8;
  --bm-line: #d9ded7;
  --bm-green: #285b42;
  --bm-green-dark: #1d4431;
  --bm-green-soft: #dce9df;
  --bm-clay: #b85d39;
  --bm-shadow: 0 22px 60px rgba(38, 63, 47, 0.12);
  --bm-radius: 1.75rem;
  --bm-radius-small: 0.85rem;
  --bm-shell: min(1320px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0 !important;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bm-paper) !important;
  color: var(--bm-ink) !important;
  font-family: "GothaProReg", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 5%, rgba(40, 91, 66, 0.08), transparent 34rem),
    radial-gradient(circle at 94% 38%, rgba(184, 93, 57, 0.06), transparent 28rem);
  content: "";
  pointer-events: none;
}

body,
button,
input,
select,
textarea {
  font-family: "GothaProReg", Arial, sans-serif !important;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--bm-green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(184, 93, 57, 0.52) !important;
  outline-offset: 3px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--bm-ink) !important;
  font-family: "GothaProBol", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

p,
li {
  color: inherit;
  text-wrap: pretty;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 120;
  top: 12px;
  left: 12px;
  padding: 0.65rem 0.9rem;
  transform: translateY(-160%);
  border-radius: 0.5rem;
  background: var(--bm-ink);
  color: #fff !important;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: var(--bm-shell);
  margin-inline: auto;
}

header.site-header {
  position: sticky !important;
  z-index: 80 !important;
  top: 0;
  width: 100% !important;
  border-bottom: 1px solid rgba(23, 32, 27, 0.12);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.site-header__utility {
  background: var(--bm-ink);
  color: #fff;
}

.site-header__utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  gap: 1rem;
  font-size: 0.74rem;
}

.site-header__utility p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-header__utility a {
  color: #fff !important;
  font-family: "GothaProMed", Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}

.site-header__main {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  gap: clamp(1rem, 3vw, 3rem);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--bm-ink) !important;
  font-family: "GothaProBla", Arial, sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.site-brand img {
  display: block;
  width: auto;
  max-width: 178px;
  height: 46px;
  object-fit: contain;
}

.site-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.25vw, 2.3rem);
}

.site-navigation a {
  position: relative;
  color: var(--bm-ink) !important;
  font-family: "GothaProMed", Arial, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--bm-clay);
  content: "";
  transition: transform 220ms ease;
}

.site-navigation a:hover::after,
.site-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  font-family: "GothaProMed", Arial, sans-serif !important;
  font-size: 0.88rem;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header__cta,
.button--primary {
  background: var(--bm-green);
  color: #fff !important;
}

.site-header__cta:hover,
.button--primary:hover {
  transform: translateY(-2px);
  background: var(--bm-green-dark);
  color: #fff !important;
}

.site-header__cta:active,
.button:active {
  transform: translateY(1px) scale(0.99);
}

.button--secondary {
  border-color: var(--bm-green);
  background: transparent;
  color: var(--bm-green) !important;
}

.button--secondary:hover {
  background: var(--bm-green-soft);
}

.button--text {
  background: transparent;
  color: var(--bm-ink) !important;
  text-decoration: underline !important;
}

.site-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid var(--bm-line);
  border-radius: 0.65rem;
  background: transparent;
}

.site-menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--bm-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

main#main-content {
  min-height: 52vh;
  color: var(--bm-ink);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--bm-clay) !important;
  font-family: "GothaProMed", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(590px, 78dvh, 820px);
  overflow: hidden;
}

.home-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 31, 23, 0.95) 0%, rgba(17, 31, 23, 0.83) 42%, rgba(17, 31, 23, 0.24) 74%, rgba(17, 31, 23, 0.4) 100%),
    url("/catalog/view/theme/newtheme/image/stroyka.jpg") center / cover no-repeat;
  content: "";
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto -10% -42% 48%;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 93, 57, 0.2), transparent 64%);
  content: "";
}

.home-hero__inner {
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding-block: clamp(6rem, 13vw, 10rem) clamp(4rem, 7vw, 6.5rem);
}

.home-hero__content {
  width: min(790px, 100%);
}

.home-hero .eyebrow {
  color: #d9b29f !important;
}

.home-hero h1 {
  max-width: 840px;
  margin-bottom: 1.6rem;
  color: #fff !important;
  font-family: "GothaProBla", Arial, sans-serif !important;
  font-size: clamp(3rem, 7.2vw, 7.3rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.home-hero__lead {
  max-width: 650px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.home-hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.home-hero .button--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
}

.home-hero .button--secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  border-bottom: 1px solid var(--bm-line);
  background: var(--bm-white);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-strip__item {
  padding: 1.6rem clamp(1rem, 3vw, 2.5rem);
  border-right: 1px solid var(--bm-line);
}

.trust-strip__item:first-child {
  padding-left: 0;
}

.trust-strip__item:last-child {
  border-right: 0;
}

.trust-strip__item strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--bm-ink);
  font-family: "GothaProBol", Arial, sans-serif;
  font-size: 0.95rem;
}

.trust-strip__item span {
  color: var(--bm-muted);
  font-size: 0.83rem;
}

.home-section {
  padding-block: clamp(5rem, 9vw, 9rem);
}

.home-section--tight {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.8rem);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5.1vw, 5rem);
}

.section-heading p:last-child {
  max-width: 58ch;
  margin: 0 0 0.35rem;
  color: var(--bm-muted);
}

.category-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  grid-template-rows: repeat(2, minmax(235px, 1fr));
  gap: 1.15rem;
}

.category-showcase__card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 235px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: var(--bm-radius);
  background: var(--bm-ink);
  box-shadow: var(--bm-shadow);
  color: #fff !important;
  text-decoration: none;
}

.category-showcase__card:first-child {
  grid-row: 1 / 3;
  min-height: 520px;
}

.category-showcase__card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(13, 25, 18, 0.9) 100%);
  content: "";
}

.category-showcase__card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.category-showcase__card:hover {
  color: #fff !important;
}

.category-showcase__card:hover img {
  transform: scale(1.055);
}

.category-showcase__card span {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-showcase__card h3 {
  max-width: 16ch;
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.65rem, 3.1vw, 3.1rem);
}

.solutions-panel {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--bm-radius) + 0.4rem);
  background: var(--bm-green);
  color: #fff;
}

.solutions-panel::after {
  position: absolute;
  right: -9rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.solutions-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 8rem);
  padding: clamp(2rem, 6vw, 5.5rem);
}

.solutions-panel h2 {
  color: #fff !important;
  font-size: clamp(2.1rem, 4.5vw, 4.6rem);
}

.solutions-panel p,
.solutions-panel li {
  color: rgba(255, 255, 255, 0.82);
}

.solutions-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.solutions-list span {
  color: #d8b09d;
  font-family: "GothaProMed", Arial, sans-serif;
  font-variant-numeric: tabular-nums;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 9vw, 9rem);
}

.about-grid h2 {
  font-size: clamp(2.3rem, 5vw, 5rem);
}

.about-grid__copy {
  max-width: 66ch;
  color: var(--bm-muted);
  font-size: clamp(1rem, 1.55vw, 1.17rem);
}

.about-grid__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius-small);
  background: var(--bm-line);
}

.about-grid__facts div {
  padding: 1.25rem;
  background: var(--bm-white);
}

.about-grid__facts strong {
  display: block;
  color: var(--bm-ink);
  font-family: "GothaProBol", Arial, sans-serif;
}

.about-grid__facts span {
  color: var(--bm-muted);
  font-size: 0.86rem;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(2.2rem, 6vw, 5rem);
  border-top: 1px solid var(--bm-line);
}

.cta-band h2 {
  max-width: 18ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.cta-band p {
  max-width: 58ch;
  margin: 0;
  color: var(--bm-muted);
}

.breadcrumbs-wrap {
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--bm-line);
  background: var(--bm-white);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0.35rem 0.75rem;
  list-style: none;
  font-size: 0.78rem;
}

.breadcrumbs li {
  color: var(--bm-muted);
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.75rem;
  color: #a6aea7;
  content: "/";
}

.breadcrumbs a {
  color: var(--bm-green);
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(3rem, 7vw, 7rem);
}

.catalog-sidebar {
  min-width: 0;
}

.catalog-sidebar:empty {
  display: none;
}

.catalog-main {
  min-width: 0;
}

.catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.catalog-heading h1,
.product-hero h1,
.contact-intro h1 {
  margin-bottom: 0;
  font-family: "GothaProBla", Arial, sans-serif !important;
  font-size: clamp(2.6rem, 5.8vw, 5.8rem);
  letter-spacing: -0.06em;
}

.catalog-sort {
  display: grid;
  gap: 0.5rem;
}

.catalog-sort label {
  color: var(--bm-muted);
  font-size: 0.75rem;
}

.catalog-sort select {
  min-height: 46px;
  padding: 0.65rem 2.6rem 0.65rem 0.85rem;
  border: 1px solid var(--bm-line);
  border-radius: 0.55rem;
  background: var(--bm-white);
  color: var(--bm-ink);
}

.subcategory-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  padding: 0;
  gap: 0.6rem;
  list-style: none;
}

.subcategory-links a {
  display: block;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--bm-line);
  border-radius: 0.55rem;
  background: var(--bm-white);
  color: var(--bm-ink);
  font-size: 0.82rem;
  text-decoration: none;
}

.subcategory-links a:hover {
  border-color: var(--bm-green);
  color: var(--bm-green);
}

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

.catalog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.1rem;
  background: var(--bm-white);
  box-shadow: 0 1px 0 rgba(38, 63, 47, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bm-shadow);
}

.catalog-card__image {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 400ms ease;
}

.catalog-card:hover .catalog-card__image img {
  transform: scale(1.035);
}

.catalog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.catalog-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.24;
}

.catalog-card h2 a {
  text-decoration: none;
}

.catalog-card__meta {
  margin: 0 0 1.2rem;
  color: var(--bm-muted);
  font-size: 0.79rem;
}

.catalog-card .button {
  width: 100%;
  margin-top: auto;
}

.catalog-description,
.product-description {
  max-width: 900px;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  color: var(--bm-muted);
}

.catalog-description h2,
.product-description h2 {
  margin-top: 2.8rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.catalog-description p,
.catalog-description li,
.product-description p,
.product-description li {
  font-family: "GothaProReg", Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem 0 0 !important;
  padding: 0 !important;
  gap: 0.35rem;
}

.pagination > li > a,
.pagination > li > span {
  min-width: 42px;
  border: 1px solid var(--bm-line) !important;
  border-radius: 0.45rem !important;
  background: var(--bm-white) !important;
  color: var(--bm-ink) !important;
  text-align: center;
}

.pagination > .active > span {
  border-color: var(--bm-green) !important;
  background: var(--bm-green) !important;
  color: #fff !important;
}

.empty-state {
  padding: 2rem;
  border: 1px solid var(--bm-line);
  border-radius: 1rem;
  background: var(--bm-white);
}

.product-page {
  padding-block: clamp(3rem, 7vw, 7rem);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.product-gallery {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
}

.product-gallery__main {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-height: 450px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--bm-radius);
  background: #fff;
}

.product-gallery__main img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
}

.product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-gallery__thumbs a {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: 0.65rem;
  background: #fff;
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-summary {
  position: sticky;
  top: 135px;
}

.product-summary .eyebrow {
  margin-bottom: 1.3rem;
}

.product-summary__meta {
  display: grid;
  margin: 2rem 0;
  padding: 0;
  border-top: 1px solid var(--bm-line);
  list-style: none;
}

.product-summary__meta li {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-muted);
  font-size: 0.86rem;
}

.product-summary__meta strong {
  color: var(--bm-ink);
  font-family: "GothaProMed", Arial, sans-serif;
}

.product-summary__note {
  margin: 1.2rem 0 1.5rem;
  color: var(--bm-muted);
  font-size: 0.86rem;
}

.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.product-attributes {
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.product-attributes h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.product-attributes table {
  width: 100%;
  border-collapse: collapse;
}

.product-attributes th,
.product-attributes td {
  padding: 0.85rem 0 !important;
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-muted);
  font-size: 0.88rem;
  text-align: left;
  vertical-align: top;
}

.product-attributes th {
  width: 42%;
  padding-right: 1rem !important;
  color: var(--bm-ink);
  font-family: "GothaProMed", Arial, sans-serif;
}

.related-products {
  margin-top: clamp(5rem, 9vw, 9rem);
}

.related-products > h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.contact-page {
  padding-block: clamp(3.5rem, 8vw, 8rem);
}

.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.contact-intro__lead {
  max-width: 58ch;
  color: var(--bm-muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: var(--bm-line);
}

.contact-details article {
  min-height: 180px;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  background: var(--bm-white);
}

.contact-details h2 {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details p {
  margin: 0.2rem 0;
  color: var(--bm-muted);
}

.contact-details a {
  color: var(--bm-green);
}

.contact-map-link {
  display: inline-flex;
  margin-top: 1rem;
  font-family: "GothaProMed", Arial, sans-serif;
}

.lead-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: start;
  padding: clamp(2rem, 6vw, 5.5rem);
  border-radius: calc(var(--bm-radius) + 0.4rem);
  background: var(--bm-ink);
  color: #fff;
}

.lead-form-wrap h2 {
  color: #fff !important;
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
}

.lead-form-wrap__copy p {
  color: rgba(255, 255, 255, 0.7);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field--wide,
.form-consents,
.form-actions,
.form-error-summary {
  grid-column: 1 / -1;
}

.form-field label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
}

.form-field [aria-invalid="true"] {
  border-color: #e89b7f;
}

.form-error,
.form-error-summary {
  color: #ffd0bd !important;
  font-size: 0.78rem;
}

.form-error-summary {
  padding: 0.85rem 1rem;
  border-left: 3px solid #e89b7f;
  background: rgba(232, 155, 127, 0.1);
}

.form-consents {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.checkbox-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.75rem;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.77rem;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  margin: 0.1rem 0 0;
  accent-color: var(--bm-clay);
}

.checkbox-line a {
  color: #fff;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.form-actions small {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.52);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.success-card {
  width: min(760px, calc(100% - 40px));
  margin: clamp(4rem, 10vw, 9rem) auto;
  padding: clamp(2rem, 6vw, 5rem);
  border-radius: var(--bm-radius);
  background: var(--bm-white);
  box-shadow: var(--bm-shadow);
  text-align: left;
}

.success-card h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.success-card p {
  color: var(--bm-muted);
}

.site-footer {
  padding-top: clamp(4rem, 8vw, 7rem);
  background: var(--bm-ink);
  color: #fff;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: #fff !important;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
}

.site-footer__intro > p {
  max-width: 42ch;
}

.site-footer__phone {
  display: inline-block;
  margin-top: 1.2rem;
  color: #fff !important;
  font-family: "GothaProBol", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.site-footer__nav a,
.site-footer__link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.78rem;
  text-align: left;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__link-button:hover {
  color: #fff !important;
}

.site-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-block: 1.5rem;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom p:last-child {
  max-width: 70ch;
  text-align: right;
}

.cookie-panel {
  position: fixed;
  z-index: 100;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
}

.cookie-panel[hidden] {
  display: none !important;
}

.cookie-panel__dialog {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  width: min(1080px, 100%);
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  gap: 1.2rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.2rem;
  background: rgba(23, 32, 27, 0.97);
  box-shadow: 0 24px 80px rgba(11, 21, 15, 0.32);
  color: #fff;
  backdrop-filter: blur(20px);
}

.cookie-panel h2 {
  margin-bottom: 0.55rem;
  color: #fff !important;
  font-size: 1.35rem;
}

.cookie-panel p {
  max-width: 70ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.cookie-panel .eyebrow {
  margin-bottom: 0.4rem;
}

.cookie-panel__settings {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.cookie-panel__settings[hidden] {
  display: none !important;
}

.cookie-panel__settings label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 0.82rem;
}

.cookie-panel__settings span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.cookie-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.cookie-panel > .cookie-panel__dialog > a {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

.legal-page {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(4rem, 9vw, 8rem);
}

.legal-page h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.legal-page h2 {
  margin-top: 3rem;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.legal-page p,
.legal-page li {
  max-width: 75ch;
  color: var(--bm-muted);
}

.legal-page__meta {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--bm-line);
  color: var(--bm-muted);
}

/* Readability for legacy information and blog templates that remain indexed. */
main .information-page,
main .blog_post,
main .main_description,
main .description,
main .sitemap {
  color: var(--bm-ink) !important;
}

main .information-page p,
main .blog_post p,
main .main_description p,
main .description p,
main .sitemap li {
  color: var(--bm-muted) !important;
}

.compare-list,
.con-for-link-compare-seo,
.cart-popup,
#cart,
.imcallask-click,
.smch_call_button,
.buyoneclick,
.button-cart {
  display: none !important;
}

button[onclick*="cart.add"],
button[onclick*="wishlist.add"],
button[onclick*="compare.add"],
a[href*="route=checkout"],
a[href*="route=account"],
a[href*="/checkout/"],
a[href*="/cart/"],
.product-thumb .price,
.product-thumb .button-group {
  display: none !important;
}

@media (max-width: 1120px) {
  .site-header__main {
    grid-template-columns: 165px minmax(0, 1fr) auto;
  }

  .site-navigation {
    gap: 1.1rem;
  }

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

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

@media (max-width: 900px) {
  :root {
    --bm-shell: min(100% - 32px, 1320px);
  }

  .site-header__utility p {
    display: none;
  }

  .site-header__utility-inner {
    justify-content: flex-end;
  }

  .site-header__main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .site-header__cta {
    display: none;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 16px 1.5rem;
    border-bottom: 1px solid var(--bm-line);
    background: var(--bm-white);
    box-shadow: 0 20px 45px rgba(38, 63, 47, 0.12);
  }

  .site-navigation.is-open {
    display: flex;
  }

  .site-navigation a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--bm-line);
    font-size: 1rem;
  }

  .site-navigation a::after {
    display: none;
  }

  .section-heading,
  .solutions-panel__inner,
  .about-grid,
  .product-hero,
  .product-content-grid,
  .contact-intro,
  .lead-form-wrap {
    grid-template-columns: 1fr;
  }

  .category-showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .category-showcase__card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 410px;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .product-summary {
    position: static;
  }

  .contact-intro {
    align-items: start;
  }

  .cookie-panel__dialog {
    grid-template-columns: 1fr;
  }

  .cookie-panel__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --bm-shell: calc(100% - 24px);
    --bm-radius: 1.2rem;
  }

  body {
    font-size: 15px !important;
  }

  .site-header__main {
    min-height: 68px;
  }

  .site-brand img {
    max-width: 145px;
    height: 40px;
  }

  .home-hero {
    min-height: 620px;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(17, 31, 23, 0.78) 0%, rgba(17, 31, 23, 0.9) 70%, rgba(17, 31, 23, 0.96) 100%),
      url("/catalog/view/theme/newtheme/image/stroyka.jpg") 61% center / cover no-repeat;
  }

  .home-hero__inner {
    align-items: flex-end;
    padding-bottom: 4rem;
  }

  .home-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.7rem);
  }

  .home-hero__actions,
  .section-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero__actions .button,
  .section-actions .button,
  .form-actions .button {
    width: 100%;
  }

  .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__item,
  .trust-strip__item:first-child {
    padding: 1.1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--bm-line);
  }

  .trust-strip__item:last-child {
    border-bottom: 0;
  }

  .category-showcase {
    grid-template-columns: 1fr;
  }

  .category-showcase__card:first-child {
    grid-column: auto;
    min-height: 340px;
  }

  .category-showcase__card {
    min-height: 280px;
  }

  .about-grid__facts,
  .product-grid,
  .contact-details,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
    align-items: start;
    padding-inline: 0;
  }

  .catalog-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery__main {
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
  }

  .product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    overflow-x: auto;
  }

  .product-gallery__thumbs a {
    width: 70px;
    min-width: 70px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .site-footer__bottom p:last-child {
    text-align: left;
  }

  .cookie-panel {
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .cookie-panel__dialog {
    max-height: calc(100dvh - 1.1rem);
    overflow-y: auto;
  }

  .cookie-panel__actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
