.elementor-462 .elementor-element.elementor-element-607a255{--display:flex;}.elementor-462 .elementor-element.elementor-element-fa8a5bb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-51d0db3 *//* ===== Breech Team Marquee ===== */
.breech-team{
  width:100%;
  margin-top: 18px;
  padding: 28px 0 10px;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
}

.breech-team__head{
  max-width: 1180px;
  margin: 0 auto 12px;
  padding: 0 16px;
}
.breech-team__title{
  margin:0 0 6px;
  color:#fff;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing:-.01em;
}
.breech-team__sub{
  margin:0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.55;
}

/* Swipe viewport */
.breech-team__viewport{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width:none;
  scroll-snap-type: x mandatory;
  padding: 10px 0 16px;
}
.breech-team__viewport::-webkit-scrollbar{ display:none; }

/* Moving belt */
.breech-team__belt{
  display:flex;
  gap: 16px;
  width: max-content;
  padding: 0 16px;
  will-change: transform;
  animation: breechTeamMarquee 28s linear infinite;
}
.breech-team__viewport:hover .breech-team__belt{
  animation-play-state: paused;
}

/* Card */
.breech-member{
  scroll-snap-align: start;
  display:block;
  width: clamp(170px, 18vw, 230px);
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,10,12,.92);
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.breech-member:hover{
  transform: translateY(-6px);
  border-color: rgba(216,77,205,.45);
  box-shadow: 0 0 0 8px rgba(216,77,205,.08), 0 22px 80px rgba(0,0,0,.55);
}

.breech-member__top{
  height: 68%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.breech-member__glow{
  position:absolute; inset:-20%;
  background: radial-gradient(40% 40% at 50% 40%, rgba(216,77,205,.20), transparent 60%);
  filter: blur(18px);
  opacity:.7;
  pointer-events:none;
}

.breech-avatar{
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  letter-spacing:-.02em;
  color:#fff;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}

/* Individual avatar vibes */
.breech-avatar--am{ background: linear-gradient(135deg, rgba(216,77,205,.35), rgba(122,43,134,.20)); border-color: rgba(216,77,205,.35); }
.breech-avatar--ks{ background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(216,77,205,.18)); }
.breech-avatar--gf{ background: linear-gradient(135deg, rgba(122,43,134,.22), rgba(255,255,255,.08)); }
.breech-avatar--bm{ background: linear-gradient(135deg, rgba(216,77,205,.18), rgba(255,255,255,.08)); }
.breech-avatar--is{ background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(122,43,134,.22)); }

.breech-member__bottom{
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
}

.breech-member__name{
  color:#fff;
  font-weight: 850;
  letter-spacing:-.01em;
  font-size: 15px;
  margin-bottom: 4px;
}
.breech-member__role{
  color: rgba(255,255,255,.70);
  font-size: 12.5px;
  line-height: 1.35;
}

/* Endless motion */
@keyframes breechTeamMarquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Mobile fine-tune */
@media (max-width: 768px){
  .breech-team__belt{ gap: 12px; animation-duration: 36s; }
  .breech-member{ width: 176px; border-radius: 22px; }
  .breech-member__bottom{ border-radius: 16px; padding: 10px; }
  .breech-avatar{ width: 68px; height: 68px; border-radius: 20px; }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .breech-team__belt{ animation: none; }
}/* End custom CSS */