:root {
  --bd-bg: #0c0f12;
  --bd-bg-alt: #14191f;
  --bd-surface: #11171d;
  --bd-surface-strong: #18212a;
  --bd-panel: rgba(18, 24, 31, 0.86);
  --bd-panel-strong: #171d24;
  --bd-border: rgba(255, 255, 255, 0.1);
  --bd-text: #eef2f5;
  --bd-text-strong: #ffffff;
  --bd-muted: #aab4be;
  --bd-muted-soft: #d5dce3;
  --bd-accent: #ff3b30;
  --bd-accent-deep: #c81d17;
  --bd-accent-soft: rgba(255, 59, 48, 0.14);
  --bd-gold: #f7b733;
  --bd-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  --bd-shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.24);
  --bd-radius: 24px;
  --bd-radius-sm: 16px;
  --bd-max: 1120px;
  --bd-max-narrow: 980px;
  --bd-font-heading: "Montserrat", sans-serif;
  --bd-font-body: "Open Sans", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--bd-font-body);
  color: var(--bd-text);
  background:
    radial-gradient(circle at top, rgba(255, 59, 48, 0.12), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(247, 183, 51, 0.08), transparent 20%),
    linear-gradient(180deg, #11161b 0%, var(--bd-bg) 38%, #0b0e11 100%);
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 80%);
  opacity: 0.4;
}

body::after {
  content: "";
  position: fixed;
  inset: auto auto -18vh -12vw;
  width: 42vw;
  height: 42vw;
  pointer-events: none;
  background: radial-gradient(circle, rgba(247, 183, 51, 0.08), transparent 65%);
  filter: blur(24px);
}

body,
p,
li,
input,
select,
textarea,
button {
  font-size: 16px;
  line-height: 1.7;
}

p,
li,
label,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
  color: var(--bd-muted-soft);
}

h1,
h2,
h3,
h4,
h5,
h6,
.slider-title,
.banner-title,
.page-title,
.product_title,
.elementor-heading-title {
  font-family: var(--bd-font-heading);
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--bd-text);
}

a {
  color: inherit;
  text-decoration: none !important;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

a:hover {
  color: #fff;
  text-decoration: none !important;
}

a:focus,
a:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.bd-nav-link,
.bd-nav-link:hover,
.bd-nav-link:focus,
.bd-nav-link:active {
  text-decoration: none !important;
}

::selection {
  background: rgba(255, 59, 48, 0.28);
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container,
.shell,
.crushers-shell,
.bd-site-header__inner,
.bd-site-footer .container {
  width: min(var(--bd-max), calc(100% - 48px));
  max-width: none;
}

.body-innner-content,
.body-inner-content {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.bd-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(18px);
  background: rgba(9, 12, 15, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.bd-site-header__inner {
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.bd-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-family: var(--bd-font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.24s ease,
    filter 0.24s ease,
    opacity 0.24s ease;
  transform-origin: left center;
}

.bd-site-brand img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 8px 28px rgba(255, 59, 48, 0.14));
  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}

.bd-site-brand span {
  position: relative;
  transition:
    color 0.24s ease,
    text-shadow 0.24s ease,
    letter-spacing 0.24s ease;
}

.bd-site-brand:hover,
.bd-site-brand:focus-visible {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.bd-site-brand:hover img,
.bd-site-brand:focus-visible img {
  transform: scale(1.08) rotate(-2deg);
  filter:
    drop-shadow(0 16px 34px rgba(255, 59, 48, 0.28))
    drop-shadow(0 0 18px rgba(247, 183, 51, 0.12));
}

.bd-site-brand:hover span,
.bd-site-brand:focus-visible span {
  color: #fff7ef;
  letter-spacing: 0.11em;
  text-shadow: 0 0 18px rgba(255, 59, 48, 0.22);
}

.bd-site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.bd-nav-link {
  position: relative;
  overflow: hidden;
  font-family: var(--bd-font-heading);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 14px 18px;
  border-radius: 999px;
  color: rgba(244, 247, 250, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.bd-nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 59, 48, 0.18), rgba(247, 183, 51, 0.08));
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.bd-nav-link:hover,
.bd-nav-link:focus-visible,
.bd-nav-link.is-active {
  color: #fff;
  border-color: rgba(255, 59, 48, 0.26);
  background: linear-gradient(180deg, rgba(255, 59, 48, 0.16), rgba(255, 59, 48, 0.08));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.bd-nav-link:hover::before,
.bd-nav-link:focus-visible::before,
.bd-nav-link.is-active::before {
  opacity: 1;
}

#page-banner-area + #main-content,
#page-banner-area + section.main-container {
  margin-top: 8px;
}

.bd-site-footer {
  padding: 0 0 32px;
  background: transparent;
}

.bd-site-footer .container {
  margin: 0 auto;
  padding: 0;
}

.bd-site-footer__inner {
  width: 100%;
  margin: 0;
  padding: 22px 26px;
  background: var(--bd-panel);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  backdrop-filter: blur(8px);
  text-align: center;
}

.bd-site-footer__inner span,
.bd-site-footer__inner p {
  display: block;
  margin: 0;
  color: var(--bd-muted);
  font-size: 16px;
  line-height: 1.7;
}

main {
  padding: 72px 0 88px;
}

main > .shell,
main > .crushers-shell,
main > .container,
main > [class*="shell "] {
  width: min(var(--bd-max), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: grid;
  gap: 24px;
}

.eyebrow {
  color: var(--bd-accent);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.lede {
  max-width: 64ch;
  color: var(--bd-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-line,
.contact-promise {
  margin: 0;
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--bd-text-soft, var(--bd-muted-soft));
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.contact-promise {
  max-width: 56ch;
  color: var(--bd-muted-soft);
}

.panel-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.contact-map-block {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.contact-map-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.contact-map-copy p + p {
  margin-top: -2px;
}

.contact-map-frame {
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--bd-shadow);
  background: rgba(255, 255, 255, 0.04);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px;
}

.panel h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel p {
  margin: 0;
  color: var(--bd-muted);
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.crushers-banner {
  margin-top: 26px;
}

.crushers-banner .text-center {
  width: 100%;
}

.crushers-main {
  padding: 0 0 84px;
}

.crushers-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.crushers-card,
.crushers-intro {
  background: var(--bd-panel);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  backdrop-filter: blur(8px);
}

.crushers-intro {
  grid-column: span 12;
  padding: 26px 28px;
}

.crushers-eyebrow {
  margin: 0 0 10px;
  color: var(--bd-gold);
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crushers-intro p:last-child {
  margin-bottom: 0;
}

.crushers-intro--secondary h2 {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
}

.crushers-card {
  grid-column: span 4;
  padding: 24px;
}

.crushers-card h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.crushers-card p {
  margin: 0 0 14px;
  color: var(--bd-muted-soft);
}

.crushers-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.crushers-list li {
  position: relative;
  padding-left: 18px;
  color: var(--bd-muted-soft);
}

.crushers-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bd-accent), var(--bd-gold));
  transform: translateY(-50%);
}

.crushers-band {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.crushers-band--wide {
  margin-top: -4px;
}

.crushers-metric {
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.crushers-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bd-text-strong);
  font-family: var(--bd-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.crushers-cta {
  grid-column: span 12;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.crushers-cta p {
  margin: 0;
  max-width: 56ch;
  color: var(--bd-muted-soft);
}

.crushers-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.crushers-gallery-intro {
  grid-column: span 12;
}

.crushers-gallery {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.crushers-gallery-item {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--bd-shadow-soft);
}

.crushers-gallery-item--wide {
  grid-column: span 6;
}

.crushers-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.76;
  object-fit: cover;
}

.crushers-gallery-item figcaption {
  padding: 14px 16px 16px;
  color: var(--bd-muted-soft);
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crushers-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.header-solid,
.navbar-container {
  background: transparent !important;
}

.navbar-container {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(10, 12, 15, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar {
  min-height: 88px;
  gap: 24px;
}

.navbar-brand {
  width: 214px !important;
  height: 58px !important;
  filter: drop-shadow(0 8px 28px rgba(255, 59, 48, 0.14));
}

.navbar-nav {
  gap: 8px;
}

.navbar-light .navbar-nav > li > a,
.navbar-nav .nav-link {
  font-family: var(--bd-font-heading);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 16px !important;
  border-radius: 999px;
  color: rgba(238, 242, 245, 0.78) !important;
}

.navbar-light .navbar-nav > li.active > a,
.navbar-light .navbar-nav > li:hover > a,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: var(--bd-accent-soft);
  color: #fff !important;
}

.navbar-light .navbar-nav > li > a::before {
  display: none !important;
}

.dropdown-menu {
  border: 1px solid var(--bd-border);
  background: rgba(16, 21, 27, 0.95);
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--bd-shadow);
  margin-top: 10px;
}

.dropdown-item {
  border-radius: 12px;
  color: rgba(238, 242, 245, 0.82) !important;
  padding: 10px 14px;
  font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item.active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
}

.nav-right .nav-search-btn a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero-slider .slider-item,
.page-banner-area {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  position: relative;
}

.hero-slider .slider-item {
  display: none;
}

.hero-slider .slider-item.is-active {
  display: block;
}

.hero-slider:not(.is-ready) {
  display: grid;
  gap: 24px;
}

.hero-slider:not(.is-ready) .slider-item {
  display: block;
}

.hero-slider .slider-item::before,
.page-banner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.86) 0%, rgba(7, 10, 13, 0.64) 44%, rgba(7, 10, 13, 0.48) 100%),
    linear-gradient(180deg, rgba(255, 59, 48, 0.18), transparent 34%);
}

.hero-slider .slider-item::after,
.page-banner-area::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% auto;
  width: 52vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 59, 48, 0.18), transparent 65%);
  filter: blur(20px);
}

.hero-table,
.hero-table-cell,
.page-banner-title,
.page-banner-title > div {
  position: relative;
  z-index: 1;
}

.hero-table,
.hero-table-cell {
  min-height: inherit;
}

.hero-table-cell {
  display: flex;
  align-items: center;
}

.hero-slider .slider-item {
  min-height: clamp(560px, 76vh, 820px) !important;
  background-position: center center !important;
  background-size: cover !important;
}

.slider-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: min(100%, 720px);
  background: linear-gradient(180deg, rgba(12, 16, 20, 0.66), rgba(12, 16, 20, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--bd-shadow);
  border-radius: 32px;
  padding: clamp(28px, 4vw, 48px);
  backdrop-filter: blur(10px);
}

.slider-sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bd-gold);
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.slider-sub-title::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--bd-accent);
  border-radius: 999px;
}

.slider-title {
  font-size: clamp(2.6rem, 5.6vw, 5.8rem) !important;
  margin: 0 0 18px;
}

.slider-content p {
  max-width: 58ch;
  margin: 0;
  color: var(--bd-muted-soft);
  font-size: 1.05rem;
}

.btn,
.slider-btn-1,
.slider-btn-2,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
input.submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-family: var(--bd-font-heading);
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.btn-primary,
.slider-btn-1,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input.submit {
  background: linear-gradient(135deg, var(--bd-accent), var(--bd-accent-deep)) !important;
  color: #fff !important;
}

.btn-primary:hover,
.slider-btn-1:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input.submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 59, 48, 0.3) !important;
}

.btn-border,
.slider-btn-2 {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

.btn-border:hover,
.slider-btn-2:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-2px);
}

.btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.bd-inline-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.05em;
  line-height: 1;
}

.hero-slider .owl-nav {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-slider .owl-nav button,
.hero-slider .owl-dots button,
.hero-slider .owl-dot {
  outline: none;
  cursor: pointer;
}

.hero-slider .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(10, 12, 15, 0.62) !important;
  color: #fff !important;
}

.hero-slider .owl-nav button span {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

.hero-slider .owl-dots {
  position: absolute;
  left: 30px;
  bottom: 34px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-slider .owl-dots .owl-dot span {
  width: 36px !important;
  height: 4px !important;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26) !important;
  display: block;
}

.hero-slider .owl-dot {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
  background: var(--bd-accent) !important;
}

#page-banner-area {
  min-height: 340px;
  display: grid;
  align-items: end;
  margin-bottom: 18px;
  background:
    linear-gradient(120deg, rgba(255, 59, 48, 0.16), rgba(255, 183, 51, 0.08)),
    linear-gradient(180deg, #161d24 0%, #101418 100%) !important;
}

.page-banner-title {
  padding: 0 0 32px;
}

.page-banner-title .text-center {
  width: min(var(--bd-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 30px 24px;
  text-align: left !important;
  background:
    linear-gradient(180deg, rgba(12, 16, 20, 0.84), rgba(12, 16, 20, 0.72)),
    linear-gradient(135deg, rgba(255, 59, 48, 0.08), transparent 35%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  box-shadow: var(--bd-shadow);
}

.bd-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--bd-gold);
  font-family: var(--bd-font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bd-banner-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: var(--bd-accent);
}

.banner-title,
.page-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem) !important;
}

.banner-title {
  color: #fff;
  max-width: 14ch;
  line-height: 0.96;
}

.bd-banner-summary {
  margin: 18px 0 0;
  max-width: 62ch;
  color: var(--bd-muted-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.woocommerce-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--bd-muted);
  font-size: 13px;
  line-height: 1.3;
}

.woocommerce-breadcrumb a {
  color: #fff;
}

.main-container,
.blog.main-container,
#main-content {
  position: relative;
  padding: 28px 0 92px !important;
}

.main-content-inner {
  padding: 0;
}

.page-title {
  margin-bottom: 12px;
}

.summary.entry-summary p,
.summary.entry-summary li,
.summary.entry-summary h1,
.summary.entry-summary h2,
.summary.entry-summary h3,
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li,
.term-description p,
.term-description li,
.woocommerce-Reviews p,
.comment-respond p,
.comment-respond label {
  color: var(--bd-muted-soft);
}

.summary.entry-summary strong,
.woocommerce-Tabs-panel strong,
.term-description strong,
.woocommerce-Reviews strong {
  color: var(--bd-text-strong);
}

.term-description,
.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel,
.summary.entry-summary,
.woocommerce .woocommerce-notices-wrapper,
.elementor.elementor-2493,
.copyright .container {
  background: var(--bd-panel);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  backdrop-filter: blur(8px);
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

.term-description,
.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 18px;
}

.term-description {
  padding: 28px 30px;
  color: rgba(238, 242, 245, 0.82);
}

.term-description p + p,
.woocommerce-Tabs-panel p + p,
.summary.entry-summary p + p {
  margin-top: 12px;
}

.term-description strong,
.woocommerce-Tabs-panel b,
.woocommerce-Tabs-panel strong,
.summary.entry-summary b,
.summary.entry-summary strong {
  color: #fff;
}

.term-description p:last-child {
  margin-bottom: 0;
}

.woocommerce-result-count {
  color: var(--bd-muted);
}

.woocommerce-ordering .orderby,
select,
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--bd-text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 16px;
}

.woocommerce-ordering {
  width: min(260px, 100%);
}

.products {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0 !important;
}

.products > li {
  grid-column: span 3;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    linear-gradient(160deg, rgba(255, 59, 48, 0.04), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--bd-shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.products > li:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 59, 48, 0.28);
  box-shadow: var(--bd-shadow);
}

.products img {
  width: 100%;
  aspect-ratio: 1 / 0.84;
  object-fit: cover;
  border-radius: 18px;
}

.product-category img {
  aspect-ratio: 1 / 1;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
  margin: 0;
  font-size: 1.14rem !important;
  color: var(--bd-text-strong);
}

.woocommerce-loop-category__title mark {
  background: transparent;
  color: var(--bd-muted);
}

.products .button {
  width: fit-content;
  margin-top: auto !important;
}

.bd-product-hero > .woocommerce-product-gallery,
.bd-product-hero > .summary.entry-summary {
  width: calc(50% - 14px) !important;
}

.bd-product-hero > .woocommerce-product-gallery {
  padding: 18px;
  background: var(--bd-panel);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  backdrop-filter: blur(8px);
}

.woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  border-radius: 24px;
  overflow: visible;
}

.woocommerce-product-gallery__image {
  grid-column: span 4;
  min-height: 180px;
}

.woocommerce-product-gallery__image:first-child {
  grid-column: 1 / -1;
  min-height: 0;
}

.woocommerce-product-gallery__image:first-child img {
  min-height: 320px;
  max-height: 520px;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img {
  display: block;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.woocommerce-product-gallery__image:first-child img {
  min-height: 420px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 10px;
  margin-top: 12px !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0.88;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: rgba(255, 59, 48, 0.42);
}

.woocommerce-product-gallery__trigger {
  background: rgba(10, 12, 15, 0.72) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.summary.entry-summary {
  padding: 28px;
}

.product_title {
  font-size: clamp(2rem, 3.8vw, 3.4rem) !important;
  margin-bottom: 16px !important;
}

.woocommerce-product-details__short-description {
  padding: 18px 20px;
  margin: 22px 0;
  color: var(--bd-muted-soft);
}

.product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--bd-muted);
  font-size: 14px;
}

.product_meta a {
  color: #fff;
}

body.single-product main {
  padding: 28px 0 92px !important;
}

body.single-product .product-shell {
  display: block;
}

body.single-product .product-content {
  width: 100%;
}

body.single-product .bd-product-page {
  display: grid;
  gap: 28px;
}

body.single-product .bd-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

body.single-product .bd-product-hero .woocommerce-product-gallery,
body.single-product .bd-product-hero .summary.entry-summary,
body.single-product .bd-product-description,
body.single-product .bd-product-related {
  width: auto !important;
  float: none !important;
}

body.single-product .bd-product-hero .woocommerce-product-gallery {
  max-width: none;
  margin: 0;
}

body.single-product .bd-product-hero .summary.entry-summary {
  position: static;
}

body.single-product .bd-product-description {
  padding: 28px 30px;
  background: var(--bd-panel);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  box-shadow: var(--bd-shadow);
  backdrop-filter: blur(8px);
}

body.single-product .bd-product-description h2 {
  margin: 0 0 16px;
  font-size: 1.2rem;
}

body.single-product .bd-product-description p:last-child {
  margin-bottom: 0;
}

body.single-product .product-shell .product_meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.single-product .bd-product-description ul {
  margin-bottom: 0;
}

.bd-product-callout {
  padding: 0 24px 88px;
}

.bd-product-callout__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 34px 32px;
  background:
    linear-gradient(180deg, rgba(18, 24, 31, 0.94), rgba(12, 16, 20, 0.9)),
    radial-gradient(circle at top left, rgba(255, 59, 48, 0.18), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: var(--bd-shadow);
}

.bd-product-callout__inner::after {
  content: "";
  position: absolute;
  right: -14%;
  bottom: -30%;
  width: min(360px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 183, 51, 0.16), transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}

.bd-product-callout__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.bd-product-callout__content h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 0.98;
}

.bd-product-callout__content p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-tabs {
  display: flex;
  gap: 10px;
  margin: 30px 0 18px !important;
  padding: 0;
  border: 0 !important;
}

.woocommerce-tabs::before,
.woocommerce-tabs::after {
  display: none !important;
}

.woocommerce-tabs li {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 999px;
  overflow: hidden;
}

.woocommerce-tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 18px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--bd-muted) !important;
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-tabs li.active a,
.woocommerce-tabs li a:hover {
  background: var(--bd-accent-soft);
  color: #fff !important;
}

.woocommerce-Tabs-panel {
  padding: 26px 28px;
  margin-bottom: 24px !important;
  color: var(--bd-muted-soft);
}

.woocommerce-Tabs-panel h2:first-child {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.woocommerce-Reviews,
.comment-respond,
#review_form_wrapper {
  color: rgba(238, 242, 245, 0.84);
}

.related.products {
  margin-top: 34px;
}

.related.products > h2 {
  margin-bottom: 18px;
  font-size: 1.4rem;
  color: #fff;
}

.elementor.elementor-2493 {
  max-width: 920px;
  margin: 76px auto 120px;
  padding: 56px 44px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(18, 24, 31, 0.94), rgba(12, 16, 20, 0.9)),
    radial-gradient(circle at top, rgba(255, 59, 48, 0.16), transparent 40%);
}

.elementor.elementor-2493 .elementor-heading-title {
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0;
  color: var(--bd-text-strong);
}

.elementor.elementor-2493 p {
  color: var(--bd-muted-soft);
}

.home .elementor-widget-wrap > .elementor-element {
  position: relative;
}

.home .body-innner-content > div.elementor,
.home .body-inner-content > div.elementor {
  width: 100%;
  margin: 0;
}

.home-main-shell {
  display: grid;
}

.home .elementor-element-a3dd7f9 {
  margin: 46px 0 24px;
}

.home .elementor-element-a3dd7f9 .elementor-widget-container {
  width: 100%;
  margin: 0 auto;
  padding: 18px 24px;
  text-align: center;
}

.home .elementor-element-a3dd7f9 .elementor-widget-container p {
  margin: 0;
  color: var(--bd-gold);
  font-family: var(--bd-font-heading);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .elementor-element-21b747e {
  margin-bottom: 72px;
}

.home .elementor-element-21b747e > .elementor-container.elementor-column-gap-default {
  padding-top: 24px;
}

.home .hero-table .text-right,
.home .hero-table .ml-auto.text-right {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.home .hero-slider .container {
  width: min(var(--bd-max), calc(100% - 48px));
  margin: 0 auto;
}

.home .hero-slider .row {
  margin-left: 0;
  margin-right: 0;
}

.home .hero-slider [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.home .elementor-element-21b747e #services > .elementor-container {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}

.home .elementor-element-b2b481f,
.home .elementor-element-c119e1b {
  width: 100% !important;
  max-width: none !important;
}

.home .elementor-element-c119e1b,
.home .elementor-element-b380496,
.home .elementor-element-7630253,
.home .elementor-element-4e4009e {
  display: none;
}

.home .elementor-element-b2b481f .elementor-widget-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(20, 26, 34, 0.98), rgba(11, 15, 20, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: var(--bd-shadow);
  padding: 40px 38px 36px;
}

.home .elementor-element-21b747e img,
.home .elementor-element-ab112aa img,
.home .elementor-element-b2b481f img,
.home .elementor-element-c119e1b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home .elementor-element-21b747e [style*="background-image"],
.home .elementor-element-ab112aa [style*="background-image"],
.home .elementor-element-b2b481f [style*="background-image"],
.home .elementor-element-c119e1b [style*="background-image"] {
  background-position: center center !important;
  background-size: cover !important;
}

.home .elementor-element-b2b481f .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 59, 48, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 55%);
  pointer-events: none;
}

.home .elementor-element-314c2ad .elementor-widget-container p {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--bd-gold);
  font-family: var(--bd-font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home .elementor-element-28b2ceb .elementor-widget-container h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  max-width: 12ch;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 0.98;
  color: var(--bd-text-strong);
}

.home .elementor-element-28b2ceb .elementor-widget-container ul {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}

.home .elementor-element-28b2ceb .elementor-widget-container li {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 16px 18px 16px 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: rgba(245, 247, 250, 0.96);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.home .elementor-element-28b2ceb .elementor-widget-container li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 59, 48, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.home .elementor-element-28b2ceb .elementor-widget-container li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bd-accent), var(--bd-gold));
  box-shadow: 0 0 0 5px rgba(255, 59, 48, 0.14);
}

.copyright {
  padding: 0 0 32px;
  background: transparent;
}

.copyright .container {
  padding: 22px 26px;
}

.copyright span {
  color: var(--bd-muted);
}

body[class*="product-tag"] .products > li,
body.tax-product_tag .products > li {
  grid-column: span 4;
}

body[class*="product-tag"] .page-title,
body.tax-product_tag .page-title {
  text-transform: capitalize;
}

.page-title,
.woocommerce-loop-product__link,
.related.products .products {
  position: relative;
}

.related.products .products {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.related.products .products > li {
  grid-column: span 3;
}

.page-title {
  display: none;
}

.woocommerce-loop-product__link {
  display: grid;
  gap: 14px;
}

.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #fff;
}

.woocommerce-Reviews-title,
#reply-title,
.comment-reply-title {
  color: #fff;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--bd-text);
}

.comment-form-cookies-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.comment-form-cookies-consent input {
  margin-top: 7px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1200px) {
  .products > li {
    grid-column: span 4;
  }

  .bd-product-hero > .woocommerce-product-gallery,
  .bd-product-hero > .summary.entry-summary {
    width: 100% !important;
    float: none !important;
  }

  body.single-product .bd-product-hero {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 900px) {
  .container,
  .shell,
  .crushers-shell {
    width: min(var(--bd-max), calc(100% - 28px));
  }

  main > .shell,
  main > .crushers-shell,
  main > .container,
  main > [class*="shell "],
  .page-banner-title .text-center,
  .home-main-shell {
    width: min(var(--bd-max), calc(100% - 28px));
  }

  .bd-site-header__inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .bd-site-footer__inner {
    width: 100%;
  }

  .bd-site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .navbar {
    min-height: 78px;
  }

  .products > li,
  body[class*="product-tag"] .products > li,
  body.tax-product_tag .products > li {
    grid-column: span 6;
  }

  .woocommerce-product-gallery__image,
  .woocommerce-product-gallery__image:first-child {
    grid-column: span 12;
  }

  .woocommerce-product-gallery__image:first-child img {
    min-height: 300px;
  }

  .slider-content {
    border-radius: 24px;
  }

  .page-banner-title .text-center,
  .elementor.elementor-2493,
  .summary.entry-summary,
  .woocommerce-Tabs-panel,
  .term-description,
  .bd-product-callout__inner {
    padding: 22px;
  }

  .page-banner-title {
    padding-bottom: 24px;
  }

  .bd-product-callout {
    padding: 0 14px 88px;
  }

  .home .elementor-element-b2b481f .elementor-widget-wrap {
    padding: 24px;
  }

  .crushers-card {
    grid-column: span 6;
  }

  .crushers-columns {
    grid-template-columns: 1fr;
  }

  .home .elementor-element-28b2ceb .elementor-widget-container ul {
    grid-template-columns: 1fr;
  }

  .home .elementor-element-28b2ceb .elementor-widget-container li {
    min-height: 0;
    padding-right: 0;
  }

  .contact-map-block {
    grid-template-columns: 1fr;
  }

  .crushers-gallery-item,
  .crushers-gallery-item--wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .products > li,
  body[class*="product-tag"] .products > li,
  body.tax-product_tag .products > li {
    grid-column: span 12;
  }

  .crushers-card,
  .crushers-band,
  .crushers-cta,
  .crushers-gallery-intro {
    grid-column: span 12;
  }

  .crushers-band {
    grid-template-columns: 1fr;
  }

  #page-banner-area {
    min-height: 300px;
  }

  .page-banner-title .text-center {
    width: calc(100% - 24px);
    padding: 22px 18px 20px;
  }

  .bd-product-callout {
    padding: 0 12px 72px;
  }

  main > .shell,
  main > .crushers-shell,
  main > .container,
  main > [class*="shell "],
  .home-main-shell {
    width: calc(100% - 24px);
  }

  .btn-area {
    flex-direction: column;
  }

  .btn,
  .slider-btn-1,
  .slider-btn-2,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    width: 100%;
  }

  .woocommerce-tabs {
    flex-wrap: wrap;
  }

  .navbar-brand {
    width: 174px !important;
    height: 50px !important;
  }

  .hero-slider .owl-nav,
  .hero-slider .owl-dots {
    position: static;
    margin-top: 16px;
  }
}
