
.f-coaches {
  padding: clamp(40px, 5vw, 64px) clamp(16px, 4vw, 48px);
  --f-co-header-rest: 110px;
  --f-co-frame-h: min(calc(100vh - var(--f-co-header-rest) - 360px), 440px);
  --f-co-rail-h: calc(var(--f-co-frame-h) + 64px);
  --f-co-rail-head-h: 120px;
  --f-co-thumb-w: clamp(44px, calc((var(--f-co-rail-h) - 138px) / 3.75), 56px);
  --f-co-thumb-h: calc(var(--f-co-thumb-w) * 1.25);
}
@media (max-width: 1024px) {
  .f-coaches { --f-co-header-rest: 90px; }
}
.f-co-dark {
  background: var(--brand-surface-dark, #1A1A1A);
  color: var(--brand-ink-on-dark, #FCFCFC);
  --f-co-ink: var(--brand-ink-on-dark, #FCFCFC);
  --f-co-quiet: rgba(255, 255, 255, 0.66);
  --f-co-rule: rgba(255, 255, 255, 0.18);
  --f-co-panel: var(--brand-surface-raised, #2E343B);
}
.f-co-light {
  background: var(--brand-bg, #FCFCFC);
  color: var(--brand-ink, #333);
  --f-co-ink: var(--brand-ink-strong, #1A1A1A);
  --f-co-quiet: var(--f-quiet-ink);
  --f-co-rule: color-mix(in oklab, var(--f-ink-base, #1A1A1A), transparent 82%);
  --f-co-panel: rgba(0, 0, 0, 0.05);
}
.f-co-dark h2, .f-co-dark h3 { color: inherit; }
.f-co-inner { width: min(1200px, 100%); margin-inline: auto; }
.f-co-head { margin-bottom: clamp(20px, 2.5vw, 32px); }
.f-co-title {
  margin: 0 0 8px;
  font-size: var(--f-h2);
  color: var(--f-co-ink);
}
.f-co-intro {
  margin: 0;
  max-width: 54ch;
  font-size: var(--f-text);
  color: var(--f-co-quiet);
}
.f-co-belt-white  { --f-co-belt: #E8E4DC; --f-co-belt-ink: #1A1A1A; }
.f-co-belt-blue   { --f-co-belt: #1F5FA8; --f-co-belt-ink: #FFFFFF; }
.f-co-belt-purple { --f-co-belt: #5B3B8C; --f-co-belt-ink: #FFFFFF; }
.f-co-belt-brown  { --f-co-belt: #6B4A2B; --f-co-belt-ink: #FFFFFF; }
.f-co-belt-black  { --f-co-belt: #111111; --f-co-belt-ink: #FFFFFF; }
.f-co-rail, .f-co-nav { display: none; }
.f-co-members { display: grid; gap: clamp(32px, 5vw, 56px); }
.f-co-member {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.f-co-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: calc(var(--f-co-frame-h) * 4 / 5);
  justify-self: start;
  max-height: var(--f-co-frame-h);
  border-radius: 10px;
  overflow: hidden;
  background: var(--f-co-panel);
}
.f-co-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.f-co-img-none { display: grid; place-items: center; }
.f-co-vid {
  display: block;
  position: relative;
  z-index: 1;
  background: var(--f-co-panel);
}
.f-co-ini {
  font-family: var(--brand-font-display, inherit);
  font-size: clamp(3.5rem, 9vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--f-co-quiet);
  text-transform: uppercase;
}
.f-co-belt-band {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  background: var(--f-co-belt, transparent);
}
.f-co-role {
  margin: 0 0 4px;
  font-size: var(--f-text-small);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--f-co-quiet);
}
.f-co-name {
  margin: 0;
  font-size: var(--f-h4);
  color: var(--f-co-ink);
}
.f-co-quote { margin: clamp(14px, 2vw, 22px) 0 0; padding: 0; }
.f-co-quote p {
  margin: 0;
  max-width: 26ch;
  font-size: var(--f-h4);
  font-weight: 500;
  line-height: var(--f-lh-h4);
  text-wrap: balance;
  color: var(--f-co-ink);
}
.f-co-live .f-co-stage {
  position: relative;
  display: grid;
  grid-template-columns: clamp(140px, 16vw, 200px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
}
.f-co-live .f-co-rail {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 6px;
  justify-content: start;
  align-content: end;
  align-self: stretch;
}
.f-co-rail-head {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  height: var(--f-co-rail-head-h);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: var(--f-co-thumb-w);
}
.f-co-rail-head .f-co-label { flex: 1; min-height: 0; }
.f-co-count {
  margin: 0;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: var(--f-text-small);
  color: var(--f-co-quiet);
}
.f-co-count-now { color: var(--f-co-ink); }
.f-co-label {
  margin: 0;
  font-size: var(--f-text-caption);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--f-co-ink);
  writing-mode: vertical-rl;
  rotate: 180deg;
}
.f-co-thumb {
  align-self: end;
  width: var(--f-co-thumb-w);
  height: var(--f-co-thumb-h);
  padding: 0;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: var(--f-co-panel);
  opacity: 0.55;
  transition: opacity 0.3s ease;
  display: grid;
  place-items: center;
}
.f-co-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.f-co-thumb-ini {
  font-family: var(--brand-font-display, inherit);
  font-weight: 700;
  font-size: var(--f-text-lead);
  color: var(--f-co-ink, var(--f-ink-base, #1A1A1A));
}
.f-co-thumb:hover { opacity: 0.85; }
.f-co-thumb[aria-current="true"] {
  opacity: 1;
  outline: 2px solid var(--brand-accent, #0074C8);
  outline-offset: 2px;
}
.f-co-live .f-co-members { display: block; position: relative; }
.f-co-live .f-co-member {
  position: absolute;
  inset: 0;
  visibility: hidden;
  padding-bottom: 64px;
}
.f-co-live .f-co-member.is-active { position: relative; visibility: visible; }
.f-co-live .f-co-member.is-exit { visibility: visible; }
.f-co-live .f-co-img {
  transition: translate 0.6s var(--f-ease, ease), opacity 0.6s var(--f-ease, ease);
}
.f-co-live .f-co-info { overflow: hidden; }
.f-co-live .f-co-info-anim {
  transition: translate 0.6s var(--f-ease, ease), opacity 0.6s var(--f-ease, ease);
}
.f-co-dir-next .f-co-member.is-enter .f-co-img { translate: 0 100%; opacity: 0.3; transition: none; }
.f-co-dir-next .f-co-member.is-enter .f-co-info-anim { translate: 48px 0; opacity: 0; transition: none; }
.f-co-dir-next .f-co-member.is-exit .f-co-img { translate: 0 -100%; opacity: 0.3; }
.f-co-dir-next .f-co-member.is-exit .f-co-info-anim { translate: -48px 0; opacity: 0; }
.f-co-dir-prev .f-co-member.is-enter .f-co-img { translate: 0 -100%; opacity: 0.3; transition: none; }
.f-co-dir-prev .f-co-member.is-enter .f-co-info-anim { translate: -48px 0; opacity: 0; transition: none; }
.f-co-dir-prev .f-co-member.is-exit .f-co-img { translate: 0 100%; opacity: 0.3; }
.f-co-dir-prev .f-co-member.is-exit .f-co-info-anim { translate: 48px 0; opacity: 0; }
.f-co-live .f-co-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.f-co-btn {
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.f-co-btn svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.f-co-prev {
  background: transparent;
  border: 1px solid var(--f-co-rule);
  color: var(--f-co-ink);
}
.f-co-prev:hover { border-color: var(--f-co-ink); }
.f-co-next {
  background: var(--brand-accent, #0074C8);
  border: 1px solid transparent;
  color: var(--brand-cta-ink, #fff);
}
.f-co-next:hover { background: color-mix(in oklab, var(--brand-accent, #0074C8), black 12%); }
@media (max-width: 900px) {
  .f-co-live .f-co-stage {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    row-gap: 16px;
  }
  .f-co-live .f-co-members { grid-column: 1 / -1; }
  .f-co-live .f-co-rail {
    display: flex;
    grid-row: 2;
    grid-column: 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-height: none;
  }
  .f-co-rail-head { flex: none; height: auto; margin-right: 8px; }
  .f-co-label { display: none; }
  .f-co-thumb { flex: none; width: 44px; height: 55px; }
  .f-co-live .f-co-nav {
    position: static;
    grid-row: 2;
    grid-column: 2;
    justify-self: end;
  }
  .f-co-live .f-co-member { grid-template-columns: minmax(0, 1fr); padding-bottom: 0; gap: 20px; }
  .f-co-member { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .f-co-photo { max-width: 440px; max-height: min(44vh, 380px); }
  .f-co-quote p { max-width: none; }
}
@media (min-width: 901px) and (max-height: 708px) {
  .f-coaches {
    --f-co-rail-head-h: var(--f-co-thumb-h);
    --f-co-thumb-w: clamp(44px, calc((var(--f-co-rail-h) - 18px) / 5), 56px);
  }
  .f-co-label { display: none; }
  .f-co-rail-head { justify-content: flex-end; }
}
@media (min-width: 901px) and (max-height: 620px) {
  .f-co-thumb { display: none; }
}
@media (max-width: 480px) {
  .f-co-thumb { display: none; }
  .f-co-btn { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .f-co-live .f-co-img, .f-co-live .f-co-info-anim, .f-co-thumb, .f-co-btn {
    transition: none !important;
  }
  .f-co-dir-next .f-co-member.is-enter .f-co-img,
  .f-co-dir-prev .f-co-member.is-enter .f-co-img,
  .f-co-dir-next .f-co-member.is-exit .f-co-img,
  .f-co-dir-prev .f-co-member.is-exit .f-co-img { translate: 0 0; }
  .f-co-dir-next .f-co-member.is-enter .f-co-info-anim,
  .f-co-dir-prev .f-co-member.is-enter .f-co-info-anim,
  .f-co-dir-next .f-co-member.is-exit .f-co-info-anim,
  .f-co-dir-prev .f-co-member.is-exit .f-co-info-anim { translate: 0 0; opacity: 0; }
}
