:root {
  --bc-black: #000;
  --bc-ink: #232323;
  --bc-muted: #666;
  --bc-light: #f4f4f4;
  --bc-line: #e5e5e5;
  --bc-white: #fff;
  --bc-width: 1170px;
}

html { scroll-behavior: smooth; }
body.bcm-site { margin: 0; color: var(--bc-ink); background: var(--bc-white); font-family: Arial, Helvetica, sans-serif; }
.single-product .bc-dynamic-body { display: none !important; }
body:not(.single-product) .bc-product-summary,
body:not(.single-product) .bc-product-description-section,
body:not(.single-product) .bc-related-products-section { display: none !important; }
body.bcm-site a { color: inherit; }
body.bcm-site img { max-width: 100%; height: auto; }
body.bcm-site .elementor { --container-max-width: var(--bc-width); }
body.bcm-site .elementor-element.e-con { padding-inline: 0; }
body.bcm-site .bc-dynamic-body { width: 100%; }
body > .gtranslate_wrapper { display: none !important; }

.bc-global-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 82px;
  color: #fff;
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.bc-header-inner {
  width: min(calc(100% - 40px), var(--bc-width));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.bc-header-inner > .elementor-widget-heading { margin-right: auto; }
.bc-header-inner .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 700;
}
.bc-header-inner .elementor-heading-title a { text-decoration: none; }
.bc-nav { display: flex; align-items: center; }
.bc-nav-list { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.bc-nav-list a { position: relative; display: block; padding: 31px 0 28px; color: #fff; font-size: 14px; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.bc-nav-list a::after { content: ""; position: absolute; right: 50%; bottom: 22px; left: 50%; height: 1px; background: #fff; transition: .2s ease; }
.bc-nav-list a:hover::after, .bc-nav-list a:focus-visible::after { right: 0; left: 0; }
.bc-menu-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.6); padding: 8px 11px; font: inherit; }
.bc-language-switcher { display: flex; align-items: center; gap: 7px; color: #fff; white-space: nowrap; font-size: 13px; }
.bc-language-switcher a { color: #fff; text-decoration: none; opacity: .82; }
.bc-language-switcher a:hover, .bc-language-switcher a:focus-visible, .bc-language-switcher a.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

.bc-content-section,
.bc-page-hero,
.bc-service-page,
.bc-product-description-section,
.bc-related-products-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  width: 100%;
  padding: 72px max(20px, calc((100% - var(--bc-width)) / 2));
}
.bc-content-section:nth-child(even), .bc-section-alt { background: #f4f6f8; }
.bc-content-section > .elementor-widget-heading:first-child .elementor-heading-title,
.bc-page-hero > .elementor-widget-heading:first-child .elementor-heading-title,
.bc-service-page > .elementor-widget-heading:first-child .elementor-heading-title {
  margin: 0 0 30px;
  color: #171717;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.15;
  font-weight: 700;
}
.bc-content-section .elementor-widget-text-editor { max-width: 930px; color: #525252; font-size: 16px; line-height: 1.85; }
.bc-content-section .elementor-widget-text-editor p { margin: 0 0 13px; }
.bc-content-section > .elementor-widget-image { width: min(100%, 900px); margin-top: 28px; }
.bc-content-section .elementor-widget-image img { display: block; width: 100%; height: auto; }
.bc-page-hero { background: #f4f4f4; text-align: center; }
.bc-products-page, .bc-blog-page { padding-bottom: 90px; }

.bc-card-grid { display: grid; gap: 30px; width: min(100%, var(--bc-width)); margin: 35px auto 0; text-align: left; }
.bc-card-grid.bc-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bc-card-grid.bc-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bc-card-grid.bc-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bc-card { min-width: 0; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.bc-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(0,0,0,.08); }
.bc-card-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f1f4f6; }
.bc-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bc-card:hover .bc-card-image img { transform: scale(1.035); }
.bc-card-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#eef2f4,#dfe5e8); }
.bc-card h3 { margin: 0; padding: 18px 18px 22px; font-size: 16px; line-height: 1.45; font-weight: 600; }
.bc-card h3 a { text-decoration: none; }

.bc-product-summary {
  width: 100%;
  max-width: var(--bc-width);
  margin: 0 auto;
  padding: 70px 20px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 55px;
  align-items: start;
}
.bc-product-summary > .e-con { width: auto !important; }
.bc-gallery-main { aspect-ratio: 1/1; border: 1px solid var(--bc-line); padding: 14px; background: #fff; }
.bc-gallery-main img { display: block; width: 100%; height: 100%; object-fit: contain; }
.bc-gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.bc-gallery-thumbs button { aspect-ratio: 1/1; padding: 5px; border: 1px solid var(--bc-line); background: #fff; cursor: pointer; }
.bc-gallery-thumbs button:hover, .bc-gallery-thumbs button:focus-visible { border-color: #111; }
.bc-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.bc-product-title h1 { margin: 0 0 24px; font-size: clamp(30px,3.5vw,48px); line-height: 1.17; }
.bc-product-excerpt { color: #555; font-size: 16px; line-height: 1.75; }
.bc-product-contact { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--bc-line); font-size: 15px; line-height: 1.65; }
.bc-product-contact p { margin: 8px 0; }
.bc-product-summary-copy .elementor-button { display: inline-flex; margin-top: 28px; padding: 15px 32px; border-radius: 1px; color: #fff; background: #111; text-decoration: none; }
.bc-product-quote { display: inline-flex; margin-top: 20px; padding: 15px 32px; border-radius: 1px; color: #fff; background: #111; text-decoration: none; }
.bc-product-description-section { border-top: 1px solid var(--bc-line); }
.bc-product-description { width: min(100%, var(--bc-width)); margin: 0 auto; color: #4f4f4f; font-size: 16px; line-height: 1.8; }
.bc-product-description h2 { color: #191919; font-size: 30px; }
.bc-related-products-section { background: #f5f6f7; }
.bc-related-products-section > .elementor-widget-heading { text-align: center; }
.bc-related-products-section .elementor-heading-title { font-size: 34px; }
.bc-related-products-section h2 { margin: 0 0 30px; text-align: center; font-size: 34px; }

.bc-service-page { min-height: 580px; }
.bc-service-page .woocommerce { width: min(100%, 900px); margin: 0 auto; }
.bc-service-page input, .bc-service-page select, .bc-service-page textarea { min-height: 44px; padding: 9px 12px; border: 1px solid #c9c9c9; }
.bc-service-page button, .bc-service-page .button { border: 0; border-radius: 0 !important; padding: 13px 25px !important; color: #fff !important; background: #111 !important; }
.bc-inquiry { padding: 76px max(20px, calc((100% - 850px) / 2)); text-align: center; background: #f0f4f7; }
.bc-inquiry { display: flex !important; flex-direction: column !important; align-items: stretch; }
.bc-inquiry .elementor-heading-title { margin-bottom: 25px; font-size: 32px; }
.bcm-site form.forminator-ui { width: 100% !important; max-width: 850px; margin-right: auto !important; margin-left: auto !important; }
.bcm-site form.forminator-ui .forminator-row { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
.bcm-site form.forminator-ui .forminator-col { box-sizing: border-box; max-width: 100%; }

.bc-global-footer { display: flex !important; flex-direction: column !important; align-items: stretch; width: 100%; padding: 65px max(20px, calc((100% - var(--bc-width)) / 2)); color: #b9b9b9; background: #0a0a0a; text-align: center; }
.bc-global-footer .elementor-heading-title { color: #fff; font-size: 29px; letter-spacing: 2px; }
.bc-global-footer a { color: #fff; }

@media (max-width: 1024px) {
  .bc-header-inner { gap: 20px; }
  .bc-nav-list { gap: 17px; }
  .bc-card-grid.bc-cols-4 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bc-product-summary { gap: 32px; }
}

@media (max-width: 875px) {
  .bc-global-header, .bc-header-inner { min-height: 70px; }
  .bc-header-inner { width: calc(100% - 28px); flex-wrap: wrap; padding: 15px 0; }
  .bc-header-inner .elementor-heading-title { font-size: 25px; }
  .bc-menu-toggle { display: inline-flex; align-items: center; }
  .bc-nav-list { position: absolute; z-index: 20; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: #050505; border-top: 1px solid rgba(255,255,255,.14); }
  .bc-nav.is-open .bc-nav-list { display: flex; }
  .bc-nav-list a { padding: 13px 5px; }
  .bc-nav-list a::after { bottom: 9px; }
  .bc-language-switcher { order: 4; width: 100%; justify-content: center; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.13); }
  .bc-content-section, .bc-page-hero, .bc-service-page, .bc-product-description-section, .bc-related-products-section { padding: 52px 20px; }
  .bc-card-grid.bc-cols-3, .bc-card-grid.bc-cols-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bc-product-summary { grid-template-columns: 1fr; padding: 48px 20px; }
}

@media (max-width: 520px) {
  .bc-card-grid, .bc-card-grid.bc-cols-2, .bc-card-grid.bc-cols-3, .bc-card-grid.bc-cols-4 { grid-template-columns: 1fr; gap: 22px; }
  .bc-card-image { aspect-ratio: 4/3; }
  .bc-content-section > .elementor-widget-heading:first-child .elementor-heading-title,
  .bc-page-hero > .elementor-widget-heading:first-child .elementor-heading-title,
  .bc-service-page > .elementor-widget-heading:first-child .elementor-heading-title { font-size: 30px; }
  .bc-gallery-thumbs { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
