/*
  Becker Power 2026 Clean Shared Stylesheet
  Drop-in replacement for assets/css/becker-2026.css

  Notes:
  - Removes repeated extracted blocks and old repair snippets.
  - Keeps the 2026 Becker red/dark premium styling.
  - Fixes homepage Swiper viewer below 962px by preserving Swiper's flex layout.
  - Uses the final brushed-red desktop / solid-red mobile background approach.
*/

/* =========================================================
   01. Base / Variables
   ========================================================= */

:root {
  --bp-red: #c5161d;
  --bp-red-dark: #820c11;
  --bp-red-deep: #4e070a;
  --bp-body-red: #76080e;
  --bp-gold: #ffd06a;
  --bp-black: #050505;
  --bp-charcoal: #151515;
  --bp-steel: #121418;
  --bp-steel-2: #1c2026;
  --bp-soft: #f5f0ea;
  --bp-silver: #d8d8d8;
  --bp-muted: #a9adb5;
  --bp-white: #ffffff;
  --bp-card: rgba(12, 13, 15, 0.92);
  --bp-glass: rgba(255, 255, 255, 0.065);
  --bp-border: rgba(255, 255, 255, 0.13);
  --bp-line: rgba(255, 255, 255, 0.16);
  --bp-red-glow: rgba(197, 22, 29, 0.42);
  --bp-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --bp-radius: 24px;
  --bp-container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bp-body-red) !important;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--bp-silver);
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bp-body-red) !important;
}

@media (min-width: 1200px) {
  html,
  body {
    background-image: url("https://beckerpower.ca/assets/img/bgnd/brushed-red.png") !important;
    background-repeat: repeat-y !important;
    background-position: top center !important;
    background-attachment: scroll !important;
    background-size: 100% auto !important;
    background-color: var(--bp-body-red) !important;
  }
}

@media (max-width: 962px) {
  html,
  body {
    background-color: var(--bp-body-red) !important;
    background-image: none !important;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.030) 0 1px, transparent 1px 42px),
    linear-gradient(25deg, rgba(255, 255, 255, 0.020) 0 1px, transparent 1px 34px);
  opacity: 0.45;
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(197, 22, 29, 0.16), transparent 28%),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.48) 100%);
}

a {
  color: inherit;
}

a:hover {
  color: var(--bp-red);
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
}

strong {
  font-weight: 950;
}

/* =========================================================
   02. Preloader
   ========================================================= */

#preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #1c1c1c 0%, #050505 70%);
  z-index: 99999;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-inner {
  text-align: center;
}

.spinner {
  width: 162px;
  height: 162px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
}

.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: var(--bp-red);
  border-right-color: var(--bp-gold);
  animation: bp-spin 1.1s linear infinite;
}

.spinner::after {
  inset: 16px;
  border-top-color: rgba(255, 255, 255, 0.78);
  border-right-color: transparent;
  animation-duration: 1.8s;
  animation-direction: reverse;
}

.loaderlogo {
  width: 118px;
  max-height: 96px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
}

.loading-text {
  margin-top: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.ct-preloader {
  background: #050505;
}

.ct-preloader .lds-ripple div {
  border-color: var(--bp-red);
}

@keyframes bp-spin {
  to {
    transform: rotate(360deg);
  }
}

/* =========================================================
   03. Header / Topbar / Nav
   ========================================================= */

.bp-topbar {
  background: linear-gradient(90deg, var(--bp-red-dark), var(--bp-red), var(--bp-red-dark));
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  padding: 0;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bp-topbar-inner {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  white-space: nowrap;
}

.bp-topbar-phone {
  flex: 0 0 auto;
  font-weight: 950;
}

.bp-topbar-details {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  color: #fff;
  font-weight: 850;
  text-align: right;
}

.bp-topbar a {
  color: #fff !important;
  font-weight: 950;
  text-decoration: none;
}

.bp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.bp-nav {
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 20px;
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.bp-brand img {
  width: 185px;
  max-width: 46vw;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.bp-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.bp-menu a,
.mobile-menu a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  padding: 10px 13px;
  border-radius: 999px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.22px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.bp-menu a::after,
.mobile-menu a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bp-red), #ff5a5f);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
  box-shadow: 0 0 18px var(--bp-red-glow);
}

.bp-menu a:hover::after,
.bp-menu a.is-active::after,
.mobile-menu a:hover::after,
.mobile-menu a.is-active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark));
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(197, 22, 29, 0.28);
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 5, 5, 0.96);
  padding: 10px 20px 18px;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

/* =========================================================
   04. Shared Layout / Buttons / Cards
   ========================================================= */

.bp-page-wrap {
  position: relative;
  padding-top: 76px;
}

.bp-container {
  width: min(var(--bp-container), calc(100% - 28px));
  margin: 0 auto;
}

.bp-section,
.section {
  width: min(var(--bp-container), calc(100% - 28px));
  margin: 76px auto;
}

.bp-section-heading,
.section-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 38px;
  padding: 0 10px;
}

.bp-section-heading .bp-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.bp-section-heading h1,
.bp-section-heading h2,
.bp-section-title,
.section-title,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title-wrap .title,
.title.section-title,
.bp-cta h2,
.bp-story-copy h3,
.bp-brand-panel h2,
.bp-info-panel h2,
.bp-form-panel h2,
.bp-map-panel h2,
.bp-request-content h2 {
  color: var(--bp-gold) !important;
}

.bp-section-heading h2,
.section-title h2,
.section-title-wrap .title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 16px;
  font-weight: 950;
  letter-spacing: -1.4px;
  overflow-wrap: anywhere;
}

.bp-section-heading p {
  color: var(--bp-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.bp-eyebrow,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: rgba(197, 22, 29, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 28px rgba(197, 22, 29, 0.18);
}

.eyebrow {
  color: var(--bp-gold);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--bp-gold);
}

.bp-btn,
.hero-actions a,
.bp-hero-actions a,
.bp-card-actions a,
button.bp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 950;
  letter-spacing: 0.3px;
  line-height: 1.15;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark)) !important;
  box-shadow: 0 16px 35px rgba(197, 22, 29, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}

.bp-btn:hover,
.hero-actions a:hover,
.bp-hero-actions a:hover,
.bp-card-actions a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(197, 22, 29, 0.44), 0 0 0 4px rgba(197, 22, 29, 0.13);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff !important;
}

.bp-btn.bp-btn-ghost,
.bp-btn.secondary,
.hero-actions a.secondary,
.bp-hero-actions a.bp-btn-ghost,
.bp-card-actions a.bp-btn-ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.32);
}

.bp-glass-card,
.info-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    var(--bp-card);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
}

.bp-glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 0%, rgba(197, 22, 29, 0.22), transparent 33%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 35%);
  opacity: 0.82;
}

.bp-glass-card > * {
  position: relative;
  z-index: 2;
}

.bp-values-grid,
.bp-contact-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bp-value-card,
.bp-contact-card,
.service-card {
  padding: 30px;
  min-height: 245px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bp-value-card:hover,
.bp-contact-card:hover,
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 22, 29, 0.42);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.58), 0 0 0 4px rgba(197, 22, 29, 0.09);
}

.bp-value-card h3,
.bp-contact-card h3,
.service-card h3 {
  color: #fff;
  font-weight: 950;
  font-size: 22px;
  margin-bottom: 13px;
}

.bp-value-card p,
.bp-contact-card p,
.service-card p {
  color: var(--bp-muted);
  line-height: 1.72;
  margin: 0;
}

.bp-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--bp-red), var(--bp-red-dark));
  box-shadow: 0 16px 34px rgba(197, 22, 29, 0.3);
  font-size: 22px;
}

.bp-cta {
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(135deg, rgba(197, 22, 29, 0.28), rgba(10, 10, 10, 0.96) 45%, rgba(197, 22, 29, 0.12)),
    var(--bp-card);
}

.bp-cta > * {
  position: relative;
  z-index: 2;
}

.bp-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 950;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.bp-cta p {
  color: #d9d9d9;
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

/* =========================================================
   05. Homepage
   ========================================================= */

.hero {
  max-width: 1260px;
  margin: 0 auto;
  padding: 62px 20px 34px;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.hero h1 span {
  color: var(--bp-gold) !important;
  -webkit-text-fill-color: var(--bp-gold) !important;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.72;
  max-width: 690px;
  margin-bottom: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.info-card {
  margin-top: 22px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.88);
}

.slider-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
}

.jmf-slider.style17,
.showroom-slider {
  position: relative;
  overflow: hidden;
}

.jmf-swiper-slider-seventeen {
  width: 100%;
  height: clamp(340px, 48vw, 640px);
  border-radius: 24px;
  overflow: hidden;
}

.jmf-swiper-slider-seventeen .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

.jmf-swiper-slider-seventeen .swiper-slide {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.jmf-slider--item,
.jmf-slider--image {
  display: block;
  width: 100%;
  height: 100%;
}

.jmf-slider--image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
}

.jmf-slider--image img.swiper-gl-image,
.swiper-gl-image {
  display: block !important;
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  object-fit: cover !important;
  object-position: center center;
  opacity: 1 !important;
  visibility: visible !important;
  filter: saturate(1.06) contrast(1.03);
  transform: none !important;
}

.jmf-slider--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
  pointer-events: none;
}

.slide-caption {
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  right: 80px;
  bottom: clamp(18px, 4vw, 40px);
  z-index: 5;
}

.slide-caption small {
  display: inline-block;
  color: var(--bp-gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
}

.slide-caption h2 {
  color: #fff;
  margin: 0;
  font-size: clamp(26px, 3.6vw, 50px);
  line-height: 1;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.slide-caption p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  line-height: 1.55;
}

.jmf-image-popup {
  position: absolute;
  z-index: 6;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.jmf-swiper-navigation.style1 {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: block;
  pointer-events: none;
}

.jmf-swiper-arrow,
.jmf-swiper-navigation .swiper-button-prev,
.jmf-swiper-navigation .swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  margin: 0 !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(181, 15, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42), 0 0 18px rgba(255, 255, 255, 0.22);
  pointer-events: auto;
}

.jmf-swiper-navigation .swiper-button-prev {
  left: 5px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

.jmf-swiper-navigation .swiper-button-next {
  right: 5px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
}

.jmf-swiper-navigation .swiper-button-prev::after,
.jmf-swiper-navigation .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: 900;
}

.brand-strip {
  max-width: 1260px;
  margin: 20px auto 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.brand-strip a {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.90);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease;
}

.brand-strip a:hover {
  transform: translateY(-3px);
}

.brand-strip img {
  max-width: 145px;
  max-height: 62px;
  object-fit: contain;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  min-height: 180px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-weight: 950;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.65);
}

/* =========================================================
   06. Shared Internal Page Hero
   ========================================================= */

.bp-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 500px;
  margin-top: 34px;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.28) 100%),
    url("../img/photos/IMG-3968.jpg") center right / cover no-repeat;
  box-shadow: var(--bp-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  isolation: isolate;
}

.bp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(197, 22, 29, 0.35), transparent 33%),
    linear-gradient(135deg, rgba(197, 22, 29, 0.18), transparent 48%);
  z-index: -1;
}

.bp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--bp-red-dark), var(--bp-red), #ff6b70, var(--bp-red));
  box-shadow: 0 0 30px var(--bp-red-glow);
}

.bp-hero-content {
  width: min(720px, 100%);
  padding: 70px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bp-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  margin: 0 0 22px;
  font-weight: 950;
  letter-spacing: -2.2px;
  text-shadow: 0 15px 40px rgba(0, 0, 0, 0.48);
  overflow-wrap: anywhere;
}

.bp-hero h1 span {
  color: #fff;
  background: linear-gradient(90deg, #ffffff 0%, #ffd4d6 45%, #ff5a60 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bp-hero p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 645px;
}

.bp-hero-actions,
.bp-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

/* =========================================================
   07. About / Contact / Product / Parts / Gallery Page Blocks
   ========================================================= */

.bp-story-grid,
.bp-contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.bp-contact-layout {
  grid-template-columns: 0.82fr 1.18fr;
}

.bp-story-copy,
.bp-brand-panel,
.bp-info-panel,
.bp-form-panel,
.bp-map-panel {
  padding: 34px;
}

.bp-story-copy h3,
.bp-brand-panel h2,
.bp-info-panel h2,
.bp-form-panel h2,
.bp-map-panel h2,
.bp-request-content h2 {
  font-weight: 950;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.bp-story-copy p,
.bp-brand-panel p,
.bp-info-panel p,
.bp-form-panel p,
.bp-map-panel p,
.bp-request-content p {
  color: #d7d8dc;
  line-height: 1.75;
  margin-bottom: 22px;
}

.bp-photo-stack {
  min-height: 100%;
  display: grid;
  gap: 18px;
  padding: 18px;
}

.bp-photo-card {
  min-height: 250px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.11), 0 18px 42px rgba(0, 0, 0, 0.4);
}

.bp-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.bp-photo-card:hover img {
  transform: scale(1.05);
}

.bp-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.62));
}

.bp-photo-label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
}

.bp-brand-list,
.bp-detail-list,
.bp-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bp-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bp-brand-list li {
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.bp-detail-list {
  display: grid;
  gap: 14px;
}

.bp-detail-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #d8d8d8;
  line-height: 1.55;
}

.bp-hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: #d5d7dc;
  font-weight: 800;
}

.bp-form-frame,
.bp-map-frame {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 55px rgba(0, 0, 0, 0.38);
}

.bp-form-frame iframe {
  display: block;
  width: 100%;
  min-height: 980px;
  border: 0;
  background: transparent;
}

.bp-map-frame iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
  filter: saturate(0.85) contrast(1.08);
}

.bp-products-hero,
.bp-parts-hero,
.bp-gallery-hero {
  min-height: 500px;
  margin-top: 34px;
}

.bp-products-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.30) 100%),
    url("../img/photos/IMG-3965.jpg") center right / cover no-repeat;
}

.bp-parts-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.30) 100%),
    url("../img/photos/IMG-3968.jpg") center right / cover no-repeat;
}

.bp-gallery-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.30) 100%),
    var(--bp-gallery-hero-image) center right / cover no-repeat;
}

/* Products brand board */
.bp-brand-board {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--bp-shadow);
}

.bp-brand-board-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 54px;
  padding: 62px 48px 58px;
  border-radius: 22px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.88);
}

.bp-brand-tile {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bp-brand-logo-link {
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 18px;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.bp-brand-logo-link:hover {
  transform: translateY(-4px);
  background: rgba(197, 22, 29, 0.055);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.bp-brand-logo-link img {
  max-width: 250px;
  width: 100%;
  max-height: 118px;
  object-fit: contain;
  display: block;
}

.bp-brand-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 36px;
  padding: 9px 15px;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 900;
  background: linear-gradient(180deg, #df675e 0%, #b92f25 48%, #8c1d16 100%);
  border: 1px solid rgba(105, 17, 13, 0.65);
}

.bp-brand-thanks {
  grid-column: 1 / -1;
  padding: 4px 0 0 8%;
}

.bp-brand-thanks h3 {
  color: #07111d;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  font-weight: 950;
  margin: 0;
}

/* Parts/service */
.bp-request-section {
  scroll-margin-top: 190px;
}

.bp-request-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  padding: 34px;
  align-items: start;
}

.bp-request-media,
.bp-request-content {
  position: relative;
  z-index: 2;
}

.bp-request-media {
  position: sticky;
  top: 170px;
}

.bp-slider-frame {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.bp-parts-form-frame iframe,
.bp-service-form-frame iframe {
  min-height: 1280px;
}

/* Gallery */
.bp-gallery-stats {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bp-stat {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
    rgba(8, 8, 8, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bp-stat strong {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 8px;
}

.bp-stat span {
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.bp-gallery-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--bp-shadow);
}

.bp-gallery-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bp-gallery-toolbar strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  line-height: 1.1;
}

.bp-gallery-kicker {
  display: block;
  color: #ff868a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.bp-gallery-grid {
  columns: 4 230px;
  column-gap: 18px;
}

.bp-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  break-inside: avoid;
  margin: 0 0 18px;
  border-radius: 22px;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.bp-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 210px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.06);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.bp-gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.1);
}

.bp-gallery-item-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 15% 10%, rgba(197, 22, 29, 0.34), transparent 32%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.bp-gallery-item:hover .bp-gallery-item-overlay {
  opacity: 1;
}

/* =========================================================
   08. Fancybox Glass
   ========================================================= */

.fancybox__container {
  --fancybox-bg: rgba(3, 4, 6, 0.52);
  --fancybox-color: #ffffff;
  --fancybox-accent-color: #c5161d;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.fancybox__backdrop {
  background:
    radial-gradient(circle at 18% 14%, rgba(197, 22, 29, 0.24), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.09), transparent 25%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(18, 20, 24, 0.46), rgba(55, 7, 10, 0.52)) !important;
}

.fancybox__container .fancybox__slide .fancybox__content {
  border-radius: 24px !important;
  overflow: visible !important;
  background: #ffffff !important;
  padding: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.98) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 42px rgba(197, 22, 29, 0.95),
    0 0 95px rgba(197, 22, 29, 0.72),
    0 38px 120px rgba(0, 0, 0, 0.95) !important;
}

.fancybox__container .fancybox__content img,
.fancybox__container .fancybox__content picture,
.fancybox__container .fancybox__content .fancybox__image,
.fancybox__container .fancybox__content .fancybox-image,
.fancybox__container .fancybox__image,
.fancybox__container .fancybox-image {
  border-radius: 18px !important;
  clip-path: inset(0 round 18px) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: block !important;
}

/* =========================================================
   09. Footer
   ========================================================= */

.bp-footer-26 {
  margin-top: 82px;
  padding: 58px 20px 26px;
  color: var(--bp-muted);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54) 14%, #050505 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-inner {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 28px;
}

.bp-footer-26 h4 {
  color: var(--bp-gold);
  font-weight: 950;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.bp-footer-26 h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bp-red), #ff5a5f);
  box-shadow: 0 0 18px rgba(197, 22, 29, 0.42);
}

.bp-footer-26 p,
.bp-footer-26 li,
.bp-footer-26 a {
  color: var(--bp-muted);
  font-weight: 700;
}

.bp-footer-26 a:hover {
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 15px 30px rgba(0, 0, 0, 0.28);
}

.footer-bottom-text {
  width: min(1220px, calc(100% - 28px));
  margin: 32px auto 0;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.back-to-top {
  color: #fff !important;
  font-weight: 900;
  white-space: nowrap;
}

/* =========================================================
   10. Responsive
   ========================================================= */

@media (max-width: 1180px) {
  .bp-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    white-space: normal;
    text-align: center;
  }

  .bp-topbar-details {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    text-align: center;
  }

  .bp-menu {
    gap: 2px;
  }

  .bp-menu a {
    padding-inline: 9px;
    font-size: 12px;
  }
}

@media (max-width: 962px) {
  .bp-topbar-inner {
    flex-direction: column;
    gap: 4px;
  }

  .bp-topbar-details {
    flex-direction: column;
    gap: 4px;
  }

  .bp-nav {
    min-height: 92px;
  }

  .bp-menu {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .bp-page-wrap {
    padding-top: 44px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 44px 18px 24px;
    gap: 24px;
  }

  .jmf-swiper-slider-seventeen {
    height: 320px;
  }

  .jmf-swiper-slider-seventeen .swiper-wrapper {
    display: flex !important;
  }

  .jmf-swiper-slider-seventeen .swiper-slide {
    display: flex !important;
  }

  .bp-hero,
  .bp-products-hero,
  .bp-parts-hero,
  .bp-gallery-hero {
    min-height: auto;
    background-position: center !important;
  }

  .bp-hero-content {
    padding: 58px 34px;
  }

  .bp-story-grid,
  .bp-contact-layout,
  .bp-request-panel {
    grid-template-columns: 1fr;
  }

  .bp-values-grid,
  .bp-contact-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .bp-cta {
    grid-template-columns: 1fr;
  }

  .bp-brand-board-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 28px;
    padding: 44px 28px;
  }

  .bp-gallery-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .bp-gallery-grid {
    columns: 3 210px;
  }

  .bp-request-media {
    position: relative;
    top: auto;
  }

  .bp-slider-frame {
    min-height: 330px;
  }

  .brand-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body {
    background-attachment: scroll !important;
  }

  .bp-topbar {
    font-size: 12px;
    line-height: 1.35;
  }

  .bp-topbar-inner {
    width: min(100% - 18px, 1220px);
    padding: 7px 0;
  }

  .bp-topbar-details span {
    display: block;
    width: 100%;
  }

  .bp-nav {
    min-height: 78px;
    padding: 10px 14px;
  }

  .bp-brand img {
    width: 145px;
    max-width: 54vw;
  }

  .mobile-panel {
    padding: 10px 14px 16px;
  }

  .mobile-menu a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .bp-container,
  .bp-section,
  .section {
    width: min(100% - 22px, var(--bp-container));
  }

  .bp-section,
  .section {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .bp-section-heading,
  .section-title {
    margin-bottom: 26px;
  }

  .bp-section-heading h2,
  .section-title h2,
  .section-title-wrap .title {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.8px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .bp-section-heading p {
    font-size: 15px;
  }

  .bp-eyebrow,
  .eyebrow {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }

  .hero {
    padding: 34px 14px 18px;
    gap: 22px;
  }

  .hero h1,
  .bp-hero h1 {
    font-size: clamp(34px, 13vw, 50px);
    line-height: 0.98;
    letter-spacing: -0.9px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-lead,
  .bp-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions,
  .bp-hero-actions,
  .bp-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .bp-btn,
  .hero-actions a,
  .bp-hero-actions a,
  .bp-card-actions a {
    width: 100% !important;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .slider-shell {
    border-radius: 22px;
    padding: 8px;
    margin-top: 26px;
  }

  .jmf-swiper-slider-seventeen {
    height: 280px !important;
    min-height: 280px !important;
    border-radius: 18px;
  }

  .jmf-swiper-slider-seventeen .swiper-wrapper {
    display: flex !important;
    height: 100% !important;
  }

  .jmf-swiper-slider-seventeen .swiper-slide {
    display: flex !important;
    height: 100% !important;
  }

  .jmf-slider--item,
  .jmf-slider--image {
    height: 100% !important;
    min-height: 280px !important;
  }

  .jmf-slider--image {
    border-radius: 18px;
  }

  .jmf-slider--image img.swiper-gl-image,
  .swiper-gl-image {
    height: 100% !important;
    min-height: 280px !important;
  }

  .slide-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }

  .slide-caption h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .slide-caption p {
    display: none;
  }

  .jmf-image-popup {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }

  .jmf-swiper-navigation .swiper-button-prev,
  .jmf-swiper-navigation .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .brand-strip {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 14px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card img {
    min-height: 220px;
  }

  .bp-hero {
    border-radius: 24px;
    margin-top: 20px;
  }

  .bp-hero-content {
    padding: 42px 22px;
  }

  .bp-value-card,
  .bp-contact-card,
  .bp-story-copy,
  .bp-brand-panel,
  .bp-info-panel,
  .bp-form-panel,
  .bp-map-panel,
  .bp-cta,
  .bp-request-panel {
    padding: 24px 20px;
  }

  .bp-form-frame iframe {
    min-height: 1080px;
  }

  .bp-parts-form-frame iframe,
  .bp-service-form-frame iframe {
    min-height: 1320px;
  }

  .bp-map-frame iframe {
    height: 390px;
  }

  .bp-brand-board {
    padding: 7px;
    border-radius: 22px;
  }

  .bp-brand-board-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 18px;
    border-radius: 18px;
  }

  .bp-brand-tile {
    min-height: 150px;
  }

  .bp-brand-logo-link img {
    max-width: 225px;
  }

  .bp-brand-thanks {
    padding-left: 0;
    text-align: center;
  }

  .bp-gallery-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bp-gallery-shell {
    padding: 10px;
    border-radius: 24px;
  }

  .bp-gallery-toolbar {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }

  .bp-gallery-grid {
    columns: 1;
    column-gap: 0;
  }

  .bp-gallery-item {
    border-radius: 18px;
  }

  .bp-gallery-item-overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 28%, rgba(0, 0, 0, 0.76) 100%);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-bottom-text {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .fancybox__container .fancybox__slide .fancybox__content {
    padding: 5px !important;
    border-radius: 18px !important;
  }

  .fancybox__container .fancybox__content img,
  .fancybox__container .fancybox__image,
  .fancybox__container .fancybox-image {
    border-radius: 14px !important;
    clip-path: inset(0 round 14px) !important;
  }
}

@media (max-width: 420px) {
  .bp-brand img {
    width: 132px;
  }

  .menu-toggle {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero h1,
  .bp-hero h1 {
    font-size: clamp(31px, 12vw, 42px);
  }

  .jmf-swiper-slider-seventeen {
    height: 240px !important;
    min-height: 240px !important;
  }

  .jmf-slider--item,
  .jmf-slider--image,
  .jmf-slider--image img.swiper-gl-image,
  .swiper-gl-image {
    min-height: 240px !important;
  }
}


/* =========================================================
   Homepage Visual Restore: Products/Parts/Service + Product Gallery
   Restores the preferred older homepage look while keeping the new slider fix.
   Place after the main homepage rules.
   ========================================================= */

.section {
  max-width: 1220px;
  margin: 54px auto;
  padding: 0 20px;
}

.section-title {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  align-items: end !important;
  max-width: 1220px !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  text-align: left !important;
}

.section-title h2 {
  margin: 0 !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  color: #ffd06a !important;
}

.section-title p {
  margin: 0 !important;
  max-width: 620px !important;
  color: rgba(255, 255, 255, .74) !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.service-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 368px !important;
  padding: 28px 28px 30px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease !important;
}

.service-card:hover {
  transform: translateY(-5px) !important;
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(246, 192, 79, .45) !important;
}

.service-card i {
  font-size: 36px !important;
  color: #ffd06a !important;
}

.service-card h3 {
  margin: 16px 0 10px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

.service-card p {
  color: rgba(255, 255, 255, .75) !important;
  line-height: 1.65 !important;
  margin-bottom: 24px !important;
}

.service-card .bp-btn {
  margin-top: auto !important;
  align-self: flex-start !important;
  width: auto !important;
}

.brand-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.brand-strip a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(0, 0, 0, .72)) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  color: rgba(255, 255, 255, .88) !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 7px 16px rgba(0, 0, 0, .24) !important;
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.brand-strip a:hover,
.brand-strip a:focus-visible {
  transform: translateY(-6px) !important;
  background: linear-gradient(180deg, #b81720, #76080e) !important;
  border-color: rgba(255, 255, 255, .9) !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .48), 0 0 18px rgba(255, 255, 255, .42), 0 18px 32px rgba(181, 15, 23, .38) !important;
}

.brand-strip img {
  display: none !important;
}

.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.gallery-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  min-height: 230px !important;
  background: #111 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3) !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  text-decoration: none !important;
}

.gallery-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .45s ease !important;
}

.gallery-card:hover img {
  transform: scale(1.06) !important;
}

.gallery-card span {
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 2 !important;
  padding: 10px 13px !important;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, .54) !important;
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

@media (max-width: 962px) {
  .section-title {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
/* =========================================================
   Becker Contact Form Iframe Interaction Fix
   Removes glass overlay from embedded form panel only
   ========================================================= */

#quick-message.bp-glass-card::before,
#quick-message.bp-glass-card::after,
#quick-message .bp-form-frame::before,
#quick-message .bp-form-frame::after {
  display: none !important;
  content: none !important;
  pointer-events: none !important;
}

#quick-message,
#quick-message .bp-form-frame,
#quick-message iframe {
  position: relative !important;
  z-index: 999 !important;
  pointer-events: auto !important;
}

#quick-message {
  overflow: visible !important;
}

#quick-message .bp-form-frame {
  overflow: visible !important;
  padding: 0 !important;
  background: #ffffff !important;
}

#quick-message iframe {
  display: block !important;
  width: 100% !important;
  min-height: 1000px !important;
  border: 0 !important;
  background: #ffffff !important;
}/* =========================================================
   Becker Power 2026 Local Contact Form
   Add to bottom of assets/css/becker-2026.css
   ========================================================= */

.becker-contact-form {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.13);   
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 20px 48px rgba(0, 0, 0, 0.30);
}

.becker-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.becker-field {
  display: grid;
  gap: 8px;
}

.becker-field-full {
  grid-column: 1 / -1;
}

.becker-field label {
  color: #ffd06a !important;
  font-weight: 950 !important;
  letter-spacing: 0.35px;
  margin: 0 !important;
  padding: 0 !important;
}

.becker-field label span {
  color: #ff6b70;
}

.becker-field input,
.becker-field select,
.becker-field textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #141414;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 14px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.becker-field textarea {
  min-height: 190px;
  resize: vertical;
  line-height: 1.55;
}

.becker-field input:focus,
.becker-field select:focus,
.becker-field textarea:focus {
  border-color: rgba(255, 208, 106, 0.95);
  box-shadow:
    0 0 0 3px rgba(255, 208, 106, 0.28),
    0 0 0 6px rgba(197, 22, 29, 0.16),
    0 16px 32px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.becker-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.becker-submit-btn {
  border: 0;
  cursor: pointer;
}

.becker-form-hint {
  color: #d7d8dc;
  margin: 0;
  line-height: 1.55;
  font-weight: 800;
}

.becker-form-hint a {
  color: #ffd06a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.becker-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.bp-thankyou-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.bp-thankyou-card h1 {
  color: #ffd06a;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.bp-thankyou-card p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 28px;
}

@media (max-width: 767px) {
  .becker-contact-form {
    padding: 18px;
    border-radius: 20px;
  }

  .becker-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .becker-field-full {
    grid-column: auto;
  }

  .becker-form-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .becker-submit-btn {
    width: 100%;
  }
}
/* =========================================================
   Becker Power 2026 Local Contact Form
   Add to bottom of assets/css/becker-2026.css
   ========================================================= */

.becker-contact-form {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.13);   
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 20px 48px rgba(0, 0, 0, 0.30);
}

.becker-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.becker-field {
  display: grid;
  gap: 8px;
}

.becker-field-full {
  grid-column: 1 / -1;
}

.becker-field label {
  color: #ffd06a !important;
  font-weight: 950 !important;
  letter-spacing: 0.35px;
  margin: 0 !important;
  padding: 0 !important;
}

.becker-field label span {
  color: #ff6b70;
}

.becker-field input,
.becker-field select,
.becker-field textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #141414;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 14px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.becker-field textarea {
  min-height: 190px;
  resize: vertical;
  line-height: 1.55;
}

.becker-field input:focus,
.becker-field select:focus,
.becker-field textarea:focus {
  border-color: rgba(255, 208, 106, 0.95);
  box-shadow:
    0 0 0 3px rgba(255, 208, 106, 0.28),
    0 0 0 6px rgba(197, 22, 29, 0.16),
    0 16px 32px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.becker-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.becker-submit-btn {
  border: 0;
  cursor: pointer;
}

.becker-form-hint {
  color: #d7d8dc;
  margin: 0;
  line-height: 1.55;
  font-weight: 800;
}

.becker-form-hint a {
  color: #ffd06a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.becker-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.bp-thankyou-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.bp-thankyou-card h1 {
  color: #ffd06a;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.bp-thankyou-card p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 28px;
}

@media (max-width: 767px) {
  .becker-contact-form {
    padding: 18px;
    border-radius: 20px;
  }

  .becker-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .becker-field-full {
    grid-column: auto;
  }

  .becker-form-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .becker-submit-btn {
    width: 100%;
  }
}
/* =========================================================
   Becker Power 2026 Local Contact Form
   Add to bottom of assets/css/becker-2026.css
   ========================================================= */

.becker-contact-form {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.13);   
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 20px 48px rgba(0, 0, 0, 0.30);
}

.becker-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.becker-field {
  display: grid;
  gap: 8px;
}

.becker-field-full {
  grid-column: 1 / -1;
}

.becker-field label {
  color: #ffd06a !important;
  font-weight: 950 !important;
  letter-spacing: 0.35px;
  margin: 0 !important;
  padding: 0 !important;
}

.becker-field label span {
  color: #ff6b70;
}

.becker-field input,
.becker-field select,
.becker-field textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #141414;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 14px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.becker-field textarea {
  min-height: 190px;
  resize: vertical;
  line-height: 1.55;
}

.becker-field input:focus,
.becker-field select:focus,
.becker-field textarea:focus {
  border-color: rgba(255, 208, 106, 0.95);
  box-shadow:
    0 0 0 3px rgba(255, 208, 106, 0.28),
    0 0 0 6px rgba(197, 22, 29, 0.16),
    0 16px 32px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.becker-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.becker-submit-btn {
  border: 0;
  cursor: pointer;
}

.becker-form-hint {
  color: #d7d8dc;
  margin: 0;
  line-height: 1.55;
  font-weight: 800;
}

.becker-form-hint a {
  color: #ffd06a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.becker-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.bp-thankyou-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.bp-thankyou-card h1 {
  color: #ffd06a;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.bp-thankyou-card p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 28px;
}

@media (max-width: 767px) {
  .becker-contact-form {
    padding: 18px;
    border-radius: 20px;
  }

  .becker-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .becker-field-full {
    grid-column: auto;
  }

  .becker-form-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .becker-submit-btn {
    width: 100%;
  }
}
/* =========================================================
   Becker Power 2026 Local Contact Form
   Add to bottom of assets/css/becker-2026.css
   ========================================================= */

.becker-contact-form {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 20px 48px rgba(0, 0, 0, 0.30);
}

.becker-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.becker-field {
  display: grid;
  gap: 8px;
}

.becker-field-full {
  grid-column: 1 / -1;
}

.becker-field label {
  color: #ffd06a !important;
  font-weight: 950 !important;
  letter-spacing: 0.35px;
  margin: 0 !important;
  padding: 0 !important;
}

.becker-field label span {
  color: #ff6b70;
}

.becker-field input,
.becker-field select,
.becker-field textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #141414;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 14px;
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.becker-field textarea {
  min-height: 190px;
  resize: vertical;
  line-height: 1.55;
}

.becker-field input:focus,
.becker-field select:focus,
.becker-field textarea:focus {
  border-color: rgba(255, 208, 106, 0.95);
  box-shadow:
    0 0 0 3px rgba(255, 208, 106, 0.28),
    0 0 0 6px rgba(197, 22, 29, 0.16),
    0 16px 32px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.becker-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.becker-submit-btn {
  border: 0;
  cursor: pointer;
}

.becker-form-hint {
  color: #d7d8dc;
  margin: 0;
  line-height: 1.55;
  font-weight: 800;
}

.becker-form-hint a {
  color: #ffd06a !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.becker-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.bp-thankyou-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.bp-thankyou-card h1 {
  color: #ffd06a;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 950;
  letter-spacing: -1.8px;
}

.bp-thankyou-card p {
  color: #e8e8e8;
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 28px;
}

@media (max-width: 767px) {
  .becker-contact-form {
    padding: 18px;
    border-radius: 20px;
  }

  .becker-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .becker-field-full {
    grid-column: auto;
  }

  .becker-form-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .becker-submit-btn {
    width: 100%;
  }
}


/* =========================================================
   Becker Power Contact Form Error Alert
   ========================================================= */

.becker-form-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 4px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.5;
  background: linear-gradient(135deg, rgba(197, 22, 29, 0.92), rgba(118, 8, 14, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.becker-form-alert i {
  color: #ffd06a;
  padding-top: 3px;
}
    