/* ===== HERO META STRIP (bottom) =====
   Apply class "hero-meta" to a container at the bottom of hero. */
.hero-meta{
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(6px);
  border-top: 3px solid var(--bf-red);
}
.hero-meta-inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px !important;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  color: var(--bf-white);
}
.hero-meta-item{
  display: flex !important;
  align-items: center;
  gap: 12px;
  font-family: var(--bf-font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bf-white);
}
.hero-meta-item strong{
  font-family: var(--bf-font-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: var(--bf-red);
}
.hero-meta-item span{
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255,255,255,0.85);
}
/* ============================================================
   BUTTON SYSTEM
   Apply classes "btn btn-red", "btn btn-black",
   "btn btn-outline-white", or "btn btn-outline-black" to any
   button widget or anchor.
   ============================================================ */
.btn{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 28px !important;
  font-family: var(--bf-font-condensed) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  width: fit-content !important;
}
.btn .arrow{
  display: inline-block;
  transition: transform 0.2s;
}
.btn:hover .arrow{
  transform: translateX(4px);
}
/* Red button */
.btn-red{
  background: var(--bf-red) !important;
  color: var(--bf-white) !important;
  border-color: var(--bf-red) !important;
}
.btn-red:hover{
  background: var(--bf-red-dark) !important;
  border-color: var(--bf-red-dark) !important;
  color: var(--bf-white) !important;
}
/* ============================================================
   SECTION HEADER (reusable)
   Apply class "section-header" to a container, with child
   widgets having classes "section-eyebrow", and an h2.
   ============================================================ */
.section-header{
  text-align: center;
  margin-bottom: 56px;
}
.section-eyebrow{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: var(--bf-font-condensed) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.25em !important;
  font-size: 13px !important;
  color: var(--bf-red) !important;
  margin-bottom: 14px !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-eyebrow::before, .section-eyebrow::after{
  content: '';
  width: 24px;
  height: 2px;
  background: var(--bf-red);
}
.section-header h2{
  font-family: var(--bf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: var(--bf-black) !important;
}
.section-header h2 em{
  font-style: normal;
  color: var(--bf-red);
}
.section-header p{
  max-width: 640px !important;
  margin: 18px auto 0 !important;
  color: #555 !important;
  font-size: 17px !important;
  font-family: var(--bf-font-body) !important;
}
.visit h2{
  font-family: var(--bf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
  color: var(--bf-white) !important;
}
/* Mobile */
@media (max-width: 640px){
  .elementor-element.hero h1 em::after {
    display: none;
  }

  .elementor-element.hero .e-con-inner {
    padding: 60px 20px;
  }

  .services-grid,
  .elementor-element.services-grid {
    grid-template-columns: 1fr !important;
  }

  .categories-grid,
  .elementor-element.categories-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .duration-item {
    font-size: 22px;
  }

  .duration-item:not(:last-child)::after {
    margin-left: 10px;
  }

  .about-stats,
  .elementor-element.about-stats {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .visit-info,
  .elementor-element.visit-info {
    padding: 48px 32px !important;
  }

  .hero-meta-item {
    flex-basis: 45%;
    justify-content: center;
  }

  .bf-terms__list li {
    padding: 12px 0 12px 32px;
    font-size: 0.95rem;
  }

  .bf-terms__list li::before {
    top: 15px;
    width: 16px;
    height: 16px;
    background-size: 10px 10px;
  }
}
/* ============================================================
   BLOCK: bf-promo-hero
   Apply class "bf-promo-hero" to a top-level Elementor container.
   Inside use: __inner, __eyebrow, __title (with <em>), __sub, __ctas
   ============================================================ */
.bf-promo-hero{
  position: relative;
  overflow: hidden;
  background: var(--bf-black);
  background-image:
    linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.82) 100%),
    url('https://bikeface.com/wp-content/uploads/2026/05/bikeface-2-4-1-sale-scaled.webp');
  background-size: cover;
  background-position: center;
  padding: 0 !important;
}
.bf-promo-hero::after{
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0,
    transparent 60px,
    rgba(212, 33, 40, 0.06) 60px,
    rgba(212, 33, 40, 0.06) 62px
  );
  pointer-events: none;
  z-index: 1;
}
.bf-promo-hero__inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px !important;
  position: relative;
  z-index: 2;
  color: var(--bf-white);
}
.bf-promo-hero__eyebrow{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: var(--bf-font-condensed) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  color: var(--bf-white) !important;
  margin-bottom: 18px !important;
  width: fit-content !important;
}
.bf-promo-hero__eyebrow::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--bf-red);
  flex-shrink: 0;
}
.bf-promo-hero h1, .bf-promo-hero__title{
  font-family: var(--bf-font-display) !important;
  font-weight: 400 !important;
  font-size: clamp(44px, 7vw, 88px) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
  max-width: 900px !important;
  color: var(--bf-white) !important;
  font-style: normal !important;
}
.bf-promo-hero h1 em, .bf-promo-hero__title em{
  font-style: normal;
  color: var(--bf-red) !important;
  display: inline-block;
  position: relative;
}
.bf-promo-hero .bf-promo-hero__sub, .bf-promo-hero__sub{
  font-family: var(--bf-font-body) !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
  max-width: 640px !important;
  margin-bottom: 32px !important;
  color: rgba(255,255,255,0.92) !important;
}
.bf-promo-hero .bf-promo-hero__ctas, .bf-promo-hero__ctas{
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}
/* ============================================================
   BLOCK: bf-section
   Generic reusable section wrapper. Modifiers:
     --gray   light gray w/ black top+bottom borders
     --black  black w/ red diagonal hatch overlay
   ============================================================ */
.bf-section{
  padding: 72px 24px !important;
}
.bf-section__inner{
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* Gray variant */
.bf-section--gray{
  background: var(--bf-gray-50) !important;
  border-top: 2px solid var(--bf-black);
  border-bottom: 2px solid var(--bf-black);
}
/* ============================================================
   BLOCK: bf-category
   Product cards with image + body. Modifier --four for accessories
   layout (4 columns, square images).
   ============================================================ */
.bf-category-grid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}
.bf-category-grid--four{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.bf-category{
  background: var(--bf-white) !important;
  border: 2px solid var(--bf-black) !important;
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform 0.25s, box-shadow 0.25s !important;
  overflow: hidden;
}
.bf-category:hover{
  transform: translateY(-6px);
  box-shadow: 8px 8px 0 var(--bf-red);
}
.bf-category__image{
  aspect-ratio: 16/10;
  background: var(--bf-gray-100);
  overflow: hidden;
  position: relative;
}
.bf-category-grid--four .bf-category__image{
  aspect-ratio: 1/1;
}
.bf-category__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.bf-category:hover .bf-category__image img{
  transform: scale(1.05);
}
.bf-category__body{
  padding: 20px 22px;
  flex: 1;
}
.bf-category-grid--four .bf-category__body{
  padding: 16px 18px;
}
.bf-category__title, .bf-category h3{
  font-family: var(--bf-font-display) !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
  color: var(--bf-black) !important;
}
.bf-category-grid--four .bf-category__title, .bf-category-grid--four h3.bf-category__title{
  font-size: 22px !important;
}
.bf-category__desc, .bf-category p{
  font-family: var(--bf-font-body) !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  color: #555 !important;
  margin: 0 !important;
}
.bf-category-grid--four .bf-category__desc{
  font-size: 13.5px !important;
}
/* ============================================================
   BLOCK: bf-brand-strip
   Reuses the homepage .brands pattern but as its own BEM block
   so it can be dropped anywhere on the new page.
   Note: if you already use the homepage .brands class, you can
   skip applying this — they're visually identical.
   ============================================================ */
.bf-brand-strip{
  background: #efefef !important;
  padding: 56px 24px !important;
  text-align: center;
}
.bf-brand-strip__label{
  font-family: var(--bf-font-condensed) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3em !important;
  font-size: 13px !important;
  color: var(--bf-gray-400) !important;
  margin-bottom: 24px !important;
}
.bf-brand-strip__row{
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
}
.bf-brand-strip__brand{
  font-family: var(--bf-font-display) !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--bf-black) !important;
  opacity: 0.55;
  transition: opacity 0.2s, color 0.2s;
  cursor: pointer;
}
.bf-brand-strip__brand:hover{
  opacity: 1;
  color: var(--bf-red) !important;
}

/* Production sets an 8px lead above the promo headline; without it the hero
   lands 13px short of the source. */
.bf-promo-hero__title { margin-top: 8px; }
.bf-promo-hero__sub { font-family: var(--bf-font-body); }
