/* Coaches list — Deep Cycling layout, Baika palette */
#fh5co-team.bk-coaches,
.bk-coaches {
  background: #ffffff;
  padding: 72px 0 96px;
  color: #1a0b28;
}
.bk-coaches-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.bk-coaches-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #5F04B4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.bk-coaches-kicker:before {
  content: "";
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.6;
}
.bk-coaches-title {
  margin: 0 0 12px;
  font-size: clamp(40px, 7vw, 84px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1a0b28;
}
.bk-coaches-title span {
  background: linear-gradient(90deg, #5F04B4 0%, #8258FA 55%, #c77dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bk-coaches-sub {
  margin: 0 0 40px;
  max-width: 640px;
  color: #6b5a7a;
  font-size: 16px;
}
.bk-coaches-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.bk-coach-card {
  min-width: 0;
  position: relative;
}
.bk-coach-hit {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.bk-coach-hit:hover,
.bk-coach-hit:focus {
  text-decoration: none;
  color: inherit;
  transform: translateY(-5px);
}
.bk-coach-accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(to bottom, #8258FA, #5F04B4, #380B61);
  transition: opacity 0.3s;
}
.bk-coach-hit:hover .bk-coach-accent {
  opacity: 1;
}
.bk-coach-photo {
  display: block;
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8dff3;
}
.bk-coach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.bk-coach-hit:hover .bk-coach-photo img {
  transform: scale(1.05);
}
.bk-coach-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.85;
  background: linear-gradient(transparent 30%, rgba(18, 4, 32, 0.82));
  transition: opacity 0.3s;
}
.bk-coach-hit:hover .bk-coach-veil {
  opacity: 1;
}
.bk-coach-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  padding: 52px 52px 52px 14px;
  pointer-events: none;
}
.bk-coach-bar-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  max-width: 100%;
}
.bk-coach-bar-label {
  color: #c77dff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}
.bk-coach-bar-name {
  color: #f3f6f6;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bk-coach-bar-icon {
  position: absolute;
  right: 14px;
  bottom: 16px;
  z-index: 4;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1;
  background: transparent;
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.bk-coach-bar-icon:after {
  content: "\2192";
}
.bk-coach-card:hover .bk-coach-bar-icon,
.bk-coach-bar-icon:hover,
.bk-coach-bar-icon:focus {
  background: linear-gradient(135deg, #8258FA, #5F04B4);
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
.bk-coach-desc {
  display: none;
}
.bk-coach-social {
  position: absolute;
  left: 14px;
  bottom: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bk-coach-social-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  flex-shrink: 0;
}
.bk-coach-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.bk-coach-social a:hover,
.bk-coach-social a:focus {
  color: #c77dff;
  text-decoration: none;
}
.bk-coach-more {
  margin-top: 8px;
}
.bk-coach-more a {
  color: #5F04B4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bk-coach-more a:hover {
  color: #8258FA;
}
@media screen and (max-width: 992px) {
  .bk-coaches-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #fh5co-team.bk-coaches,
  .bk-coaches {
    padding: 48px 0 64px;
  }
}
@media screen and (max-width: 560px) {
  .bk-coaches-row {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .bk-coaches-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.05;
  }
}
