
.f-bl {
  --f-bl-pad: clamp(16px, 4vw, 48px);
  --f-bl-dur: 0.45s;
  padding: clamp(56px, 7vw, 96px) var(--f-bl-pad);
}
.f-bl-inner { width: min(1200px, 100%); margin-inline: auto; }
.f-bl-light {
  background: var(--brand-bg, #FCFCFC);
  color: var(--brand-ink, #333);
  --f-bl-ink: var(--brand-ink-strong, #1A1A1A);
  --f-bl-body: var(--brand-ink, #333);
  --f-bl-quiet: var(--f-quiet-ink);
  --f-bl-rule: color-mix(in oklab, var(--f-ink-base, #1A1A1A), transparent 86%);
  --f-bl-hair: color-mix(in oklab, var(--f-ink-base, #1A1A1A), transparent 92%);
  --f-bl-field: color-mix(in oklab, var(--brand-bg, #FCFCFC), black 3.5%);
  --f-bl-mark: var(--brand-accent, #0074C8);
  --f-bl-accent-ink: color-mix(in oklab, var(--f-accent-ink), var(--brand-ink-strong, #1A1A1A) 20%);
}
.f-bl-dark {
  background: var(--brand-surface-dark, #1A1A1A);
  color: rgba(255, 255, 255, 0.84);
  --f-bl-ink: var(--brand-ink-on-dark, #FCFCFC);
  --f-bl-body: rgba(255, 255, 255, 0.84);
  --f-bl-quiet: rgba(255, 255, 255, 0.66);
  --f-bl-rule: rgba(255, 255, 255, 0.18);
  --f-bl-hair: rgba(255, 255, 255, 0.1);
  --f-bl-field: color-mix(in oklab, var(--brand-surface-dark, #1A1A1A), white 4%);
  --f-bl-mark: var(--brand-accent-bright, var(--brand-accent, #0A99FF));
  --f-bl-accent-ink: var(--brand-accent-bright, var(--brand-accent, #0A99FF));
}
.f-bl h1, .f-bl h2, .f-bl h3 { color: inherit; }
.f-bl-head { max-width: var(--f-measure-wide); margin-bottom: clamp(28px, 4vw, 52px); }
.f-bl-kicker {
  margin: 0 0 10px;
  font-size: var(--f-text-caption);
  letter-spacing: var(--f-track-eyebrow);
  text-transform: uppercase;
  color: var(--f-bl-accent-ink);
}
.f-bl-title { margin: 0; color: var(--f-bl-ink); }
.f-bl-intro {
  margin: 14px 0 0;
  font-size: var(--f-text-lead);
  line-height: var(--f-lh-body);
  color: var(--f-bl-body);
  max-width: var(--f-measure);
}
.f-bl-note, .f-bl-legend {
  margin: clamp(20px, 3vw, 30px) 0 0;
  font-size: var(--f-text-caption);
  color: var(--f-bl-quiet);
  max-width: var(--f-measure);
}
.f-bl-name {
  display: block;
  font-family: var(--brand-font-display, inherit);
  text-transform: var(--brand-display-transform, none);
  font-weight: 700;
  font-size: var(--f-h5);
  line-height: var(--f-lh-h5);
  color: var(--f-bl-ink);
}
.f-bl-earns {
  display: block;
  margin-top: 4px;
  font-size: var(--f-text-small);
  line-height: var(--f-lh-small);
  color: var(--f-bl-body);
  max-width: 46ch;
}
.f-bl-time {
  font-size: var(--f-text-small);
  color: var(--f-bl-quiet);
  white-space: nowrap;
  font-variant-numeric: tabular-nums lining-nums;
}
.f-bl-belt {
  --f-bl-outline: var(--f-bl-rule);
  --f-bl-weave-angle: 0deg;
  position: relative;
  display: block;
  height: 18px;
  border-radius: 3px;
  background:
    repeating-linear-gradient(var(--f-bl-weave-angle), rgba(255, 255, 255, 0.018) 0 1px, rgba(0, 0, 0, 0.018) 1px 3px),
    var(--f-bl-c, #E8E4DC);
  box-shadow:
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px var(--f-bl-outline);
}
.f-bl-dark .f-bl-black { --f-bl-outline: rgba(255, 255, 255, 0.42); }
.f-bl-edge-white::before,
.f-bl-edge-black::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 50%;
  width: auto; height: 30%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px var(--f-bl-rule);
}
.f-bl-edge-white::before { background: #E8E4DC; }
.f-bl-edge-black::before { background: #111111; }
.f-bl-sleeve {
  position: absolute;
  right: 11%;
  top: 0; bottom: 0;
  width: 15%;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: var(--f-bl-sleeve-c, #16181A);
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px var(--f-bl-rule);
}
.f-bl-sleeve i { width: 2px; height: 60%; background: #FCFCFC; border-radius: 1px; }
.f-bl-black { --f-bl-sleeve-c: #A4131A; }
.f-bl-black .f-bl-sleeve i { background: #FCFCFC; }
.f-bl-white  { --f-bl-c: #E8E4DC; }
.f-bl-grey   { --f-bl-c: #9A9A9A; }
.f-bl-yellow { --f-bl-c: #E6C94F; }
.f-bl-orange { --f-bl-c: #EB9843; }
.f-bl-green  { --f-bl-c: #2E8B45; }
.f-bl-blue   { --f-bl-c: #1F5FA8; }
.f-bl-purple { --f-bl-c: #5B3B8C; }
.f-bl-brown  { --f-bl-c: #6B4A2B; }
.f-bl-black  { --f-bl-c: #111111; }
.f-bl-red    { --f-bl-c: #B3151B; }
.f-bl-belt-sm { height: 13px; width: 74px; flex: none; }
.f-bl-belt-sm .f-bl-sleeve { min-width: 16px; }
.f-bl-ladder { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--f-bl-rule); }
.f-bl-rung {
  display: grid;
  grid-template-columns: minmax(140px, 2fr) minmax(0, 7fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
  padding: clamp(14px, 1.8vw, 22px) 0;
  border-bottom: 1px solid var(--f-bl-hair);
}
.f-bl-rung .f-bl-belt { width: 100%; }
.f-bl-stageful.f-bl-v-ladder .f-bl-rung {
  grid-template-columns: minmax(260px, 5fr) minmax(110px, 1.25fr) minmax(180px, 1.6fr);
  gap: clamp(24px, 3.5vw, 58px);
  padding: clamp(20px, 2.8vh, 30px) 0;
}
.f-bl-stageful.f-bl-v-ladder .f-bl-rung .f-bl-belt {
  height: clamp(32px, 3.2vw, 46px);
}
@media (max-width: 760px) {
  .f-bl-rung { grid-template-columns: 1fr auto; gap: 10px 16px; }
  .f-bl-rung .f-bl-belt { grid-column: 1 / -1; }
  .f-bl-stageful.f-bl-v-ladder .f-bl-rung {
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    padding: 20px 0;
  }
  .f-bl-stageful.f-bl-v-ladder .f-bl-rung .f-bl-belt {
    height: 30px;
  }
}
.f-bl-road {
  list-style: none; margin: 0; padding: 0;
  display: flex;
  align-items: stretch;
  gap: 3px;
}
.f-bl-leg {
  flex: var(--f-bl-w, 1) 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 4px;
}
.f-bl-belt-leg { height: 26px; border-radius: 2px 2px 0 0; }
.f-bl-belt-leg .f-bl-sleeve { display: none; }
.f-bl-leg-body { min-width: 0; }
.f-bl-leg .f-bl-name { font-size: var(--f-text-small); overflow-wrap: anywhere; }
.f-bl-leg .f-bl-time { display: block; margin-top: 2px; font-size: var(--f-text-caption); white-space: normal; }
@media (max-width: 760px) {
  .f-bl-road { flex-direction: column; gap: 2px; }
  .f-bl-leg { flex: none; flex-direction: row; align-items: center; gap: 14px;
              min-height: calc(var(--f-bl-w, 1) * 26px + 30px); }
  .f-bl-belt-leg { width: 34px; height: auto; align-self: stretch; border-radius: 2px; }
  .f-bl-belt-leg::before { width: 100%; height: 26%; bottom: auto; border-radius: 2px 2px 0 0; }
}
.f-bl-tablewrap { overflow-x: auto; }
.f-bl-tablewrap:focus-visible { outline: 2px solid var(--f-bl-mark); outline-offset: 3px; }
.f-bl-table { width: 100%; border-collapse: collapse; text-align: left; }
.f-bl-table caption {
  text-align: left;
  padding-bottom: 12px;
  font-size: var(--f-text-caption);
  letter-spacing: var(--f-track-eyebrow);
  text-transform: uppercase;
  color: var(--f-bl-quiet);
}
.f-bl-table th, .f-bl-table td {
  padding: clamp(12px, 1.5vw, 18px) clamp(10px, 1.4vw, 20px);
  border-bottom: 1px solid var(--f-bl-hair);
  vertical-align: middle;
}
.f-bl-table thead th {
  border-bottom: 1px solid var(--f-bl-rule);
  font-family: var(--brand-font-body, inherit);
  font-weight: 400;
  font-size: var(--f-text-caption);
  letter-spacing: var(--f-track-eyebrow);
  text-transform: uppercase;
  color: var(--f-bl-quiet);
}
.f-bl-table tbody th { display: flex; align-items: center; gap: 14px; border-bottom: 0; }
.f-bl-table tbody tr { border-bottom: 1px solid var(--f-bl-hair); }
.f-bl-table td { font-size: var(--f-text-small); color: var(--f-bl-body); }
.f-bl-table .f-bl-name { font-size: var(--f-text); }
@media (max-width: 700px) { .f-bl-table { min-width: 520px; } }
.f-bl-runs { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.f-bl-run {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(120px, 3fr) minmax(0, 6fr);
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  padding: clamp(12px, 1.6vw, 18px) clamp(10px, 1.4vw, 18px);
  background: var(--f-bl-field);
}
.f-bl-run-head { display: flex; align-items: center; gap: 14px; min-width: 0; }
.f-bl-ticks { display: flex; gap: 6px; align-items: center; }
.f-bl-tick {
  display: block;
  width: 14px; height: 4px;
  border-radius: 1px;
  background: var(--f-bl-mark);
}
.f-bl-run-note { font-size: var(--f-text-small); color: var(--f-bl-body); }
@media (max-width: 760px) {
  .f-bl-run { grid-template-columns: 1fr; gap: 10px; }
}
.f-bl-wall { position: relative; padding-top: 22px; }
.f-bl-wall:focus-visible {
  outline: 2px solid var(--f-bl-accent-ink);
  outline-offset: 4px;
}
.f-bl-rail {
  position: absolute;
  left: 0; right: 0; top: 14px;
  height: 3px;
  background: var(--f-bl-rule);
  border-radius: 2px;
}
.f-bl-hooks {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: clamp(10px, 1.6vw, 22px);
  align-items: start;
}
.f-bl-hook { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.f-bl-belt-hang {
  --f-bl-weave-angle: 90deg;
  width: 20px;
  height: clamp(90px, 14vh, 150px);
  border-radius: 0 0 3px 3px;
  margin-top: -8px;
}
.f-bl-belt-hang .f-bl-sleeve {
  right: auto; left: 0; width: 100%;
  top: auto; bottom: 12%;
  height: 16%;
  min-width: 0;
  flex-direction: row;
}
.f-bl-belt-hang .f-bl-sleeve i { width: 60%; height: 2px; }
.f-bl-belt-hang.f-bl-edge-white::before,
.f-bl-belt-hang.f-bl-edge-black::before {
  left: 50%; right: auto; top: 0; bottom: 0;
  width: 30%; height: auto;
  transform: translateX(-50%);
}
.f-bl-hook .f-bl-name { font-size: var(--f-text-caption); }
.f-bl-hook .f-bl-time { font-size: var(--f-text-micro); white-space: normal; }
.f-bl-stageful {
  min-height: calc(100svh - 80px);
  display: grid;
  align-items: center;
}
.f-bl-stageful .f-bl-inner {
  width: min(1400px, 100%);
  min-width: 0;
}
.f-bl-wall-frame { position: relative; min-width: 0; }
.f-bl-stageful .f-bl-head { margin-bottom: clamp(44px, 7vh, 82px); }
.f-bl-stageful .f-bl-wall {
  min-height: clamp(280px, 42vh, 430px);
  display: grid;
  align-items: start;
}
.f-bl-stageful .f-bl-hooks {
  grid-template-columns: repeat(var(--f-bl-n), minmax(0, 1fr));
  gap: clamp(8px, 1.3vw, 20px);
}
.f-bl-stageful.f-bl-few .f-bl-belt-hang {
  width: clamp(30px, 3vw, 44px);
  height: clamp(190px, 34vh, 310px);
}
.f-bl-stageful.f-bl-many .f-bl-belt-hang {
  width: clamp(18px, 1.7vw, 25px);
  height: clamp(155px, 28vh, 250px);
}
.f-bl-stageful .f-bl-hook .f-bl-name {
  max-width: 11ch;
  font-size: var(--f-text-small);
}
@media (max-width: 699px) {
  .f-bl-stageful { min-height: calc(100svh - 64px); }
  .f-bl-stageful .f-bl-head { margin-bottom: 32px; }
  .f-bl-stageful .f-bl-wall {
    display: block;
    min-height: clamp(300px, 46vh, 390px);
    padding-top: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .f-bl-stageful.f-bl-v-wall .f-bl-wall-frame::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(76px, 23vw, 92px);
    pointer-events: none;
    background: linear-gradient(90deg,
      transparent 0%,
      color-mix(in oklab, var(--brand-bg, #FCFCFC), transparent 94%) 24%,
      color-mix(in oklab, var(--brand-bg, #FCFCFC), transparent 62%) 62%,
      color-mix(in oklab, var(--brand-bg, #FCFCFC), transparent 8%) 100%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 28%, #000 72%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 28%, #000 72%);
  }
  .f-bl-stageful .f-bl-rail {
    display: block;
    right: auto;
    width: max(100%, calc(var(--f-bl-n) * 78px));
  }
  .f-bl-stageful .f-bl-hooks {
    grid-template-columns: repeat(var(--f-bl-n), 68px);
    gap: 10px;
    width: max-content;
    min-width: 100%;
    padding-bottom: 14px;
  }
  .f-bl-stageful .f-bl-hook {
    display: flex;
    gap: 10px;
    padding: 0;
    text-align: center;
    background: transparent;
  }
  .f-bl-stageful .f-bl-belt-hang,
  .f-bl-stageful.f-bl-few .f-bl-belt-hang,
  .f-bl-stageful.f-bl-many .f-bl-belt-hang {
    width: 22px;
    height: clamp(180px, 32vh, 240px);
    margin-top: -8px;
    border-radius: 0 0 3px 3px;
  }
  .f-bl-stageful .f-bl-belt-hang .f-bl-sleeve {
    right: auto; left: 0; top: auto; bottom: 12%;
    width: 100%; height: 16%; min-width: 0;
    flex-direction: row;
  }
  .f-bl-stageful .f-bl-belt-hang .f-bl-sleeve i { width: 60%; height: 2px; }
  .f-bl-stageful .f-bl-belt-hang.f-bl-edge-white::before,
  .f-bl-stageful .f-bl-belt-hang.f-bl-edge-black::before {
    left: 50%; right: auto; top: 0; bottom: 0;
    width: 30%; height: auto;
    transform: translateX(-50%);
  }
  .f-bl-stageful .f-bl-hook .f-bl-name { max-width: 9ch; }
}
@media (prefers-reduced-motion: reduce) { .f-bl * { transition: none !important; } }
@media print {
  .f-bl-run { background: transparent !important; }
  .f-bl-rung, .f-bl-table tr { break-inside: avoid; }
}
.f-bl-journey { position: relative; }
.f-bl-stage {
  position: sticky;
  top: 80px;
  height: calc(100svh - 80px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(18px, 3vh, 34px);
  padding-bottom: 26svh;
}
.f-bl-stage-belt {
  position: relative;
  width: min(1000px, 100%);
  height: clamp(44px, 7vh, 76px);
  border-radius: 3px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px var(--f-bl-rule);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}
.f-bl-layer {
  position: absolute;
  inset: 0;
  background: var(--f-bl-c, #E8E4DC);
  opacity: 1;
  z-index: calc(var(--f-bl-n, 5) - var(--f-bl-i, 0));
}
.f-bl-layer .f-bl-sleeve {
  right: 8%;
  width: 9%;
  min-width: 26px;
  background: var(--f-bl-sleeve-c, #16181A);
}
.f-bl-wear {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  background:
    repeating-linear-gradient(97deg, rgba(0,0,0,0.22) 0 2px, transparent 2px 9px),
    repeating-linear-gradient(83deg, rgba(255,255,255,0.13) 0 1px, transparent 1px 7px),
    linear-gradient(90deg, rgba(0,0,0,0.22), transparent 22%, transparent 78%, rgba(0,0,0,0.22));
  mix-blend-mode: multiply;
}
.f-bl-dark .f-bl-wear { mix-blend-mode: soft-light; }
.f-bl-stage-count {
  margin: 0;
  font-size: var(--f-text-caption);
  letter-spacing: var(--f-track-eyebrow);
  text-transform: uppercase;
  color: var(--f-bl-quiet);
}
.f-bl-beats {
  list-style: none;
  margin: calc(-100svh + 80px) 0 0;
  padding: 0;
  position: relative;
  display: grid;
  gap: 0;
}
.f-bl-beat {
  min-height: calc(100svh - 80px);
  display: grid;
  align-content: end;
  justify-items: center;
  text-align: center;
  gap: 8px;
  max-width: 44ch;
  padding-bottom: 12svh;
  margin-inline: auto;
}
.f-bl-beat .f-bl-name { font-size: var(--f-h2); }
.f-bl-beat .f-bl-earns { max-width: none; font-size: var(--f-text-lead); }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) and (min-width: 700px) {
    .f-bl-journey { view-timeline: --bl-j block; }
    .f-bl-layer {
      --f-bl-slice: calc(100% / var(--f-bl-n, 5));
      animation-name: f-bl-peel;
      animation-duration: auto;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: --bl-j;
      animation-range:
        cover calc(var(--f-bl-slice) * (var(--f-bl-i) + 0.72))
        cover calc(var(--f-bl-slice) * (var(--f-bl-i) + 1.02));
    }
    .f-bl-layer:last-of-type { animation-name: none; }
    .f-bl-wear {
      animation-name: f-bl-wear-in;
      animation-duration: auto;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: --bl-j;
      animation-range: cover 10% cover 92%;
    }
    .f-bl-beat {
      animation-name: f-bl-beat;
      animation-duration: auto;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: view();
      animation-range: entry 30% exit 70%;
    }
  }
}
@keyframes f-bl-peel {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@keyframes f-bl-wear-in {
  from { opacity: 0; }
  to   { opacity: 0.85; }
}
@keyframes f-bl-beat {
  0%   { opacity: 0.32; transform: translateY(10px); }
  30%, 70% { opacity: 1; transform: none; }
  100% { opacity: 0.32; transform: translateY(-10px); }
}
@media (max-width: 699px) {
  .f-bl-stage { position: static; }
  .f-bl-beat { min-height: 0; padding: clamp(20px, 5vh, 34px) 0; text-align: left; justify-items: start; }
  .f-bl-beats { margin-top: clamp(18px, 4vh, 28px); }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .f-bl-ladder, .f-bl-runs, .f-bl-hooks, .f-bl-road { view-timeline: --bl-list block; }
    .f-bl-rung .f-bl-belt,
    .f-bl-run-head .f-bl-belt {
      animation-name: f-bl-draw; animation-duration: auto;
      animation-timing-function: linear; animation-fill-mode: forwards;
      animation-timeline: --bl-list;
      animation-range: entry 8% entry calc(52% + var(--f-bl-i, 0) * 3%);
    }
    .f-bl-stageful.f-bl-v-ladder .f-bl-rung .f-bl-belt {
      animation-name: f-bl-reveal;
      animation-range: cover 0% cover var(--f-bl-seq-end, 44%);
      animation-timing-function: linear(
        0 0%,
        0 var(--f-bl-seq-hold, 0%),
        1 100%
      );
    }
    .f-bl-leg .f-bl-belt {
      animation-name: f-bl-draw; animation-duration: auto;
      animation-timing-function: linear; animation-fill-mode: forwards;
      animation-timeline: --bl-list;
      animation-range: entry 10% entry calc(40% + var(--f-bl-i, 0) * 8%);
    }
    .f-bl-hook .f-bl-belt {
      animation-name: f-bl-hang; animation-duration: auto;
      animation-timing-function: linear; animation-fill-mode: forwards;
      animation-timeline: --bl-list;
      animation-range: entry 6% entry calc(46% + var(--f-bl-i, 0) * 4%);
      transform-origin: top center;
    }
    .f-bl-stageful.f-bl-v-wall .f-bl-hook .f-bl-belt { animation-name: none; }
    .f-bl-tick {
      animation-name: f-bl-tick-in; animation-duration: auto;
      animation-timing-function: linear; animation-fill-mode: forwards;
      animation-timeline: --bl-list;
      animation-range: entry 10% entry calc(44% + var(--f-bl-i, 0) * 5%);
    }
  }
}
@keyframes f-bl-draw {
  from { transform: scaleX(0.02); }
  to   { transform: none; }
}
@keyframes f-bl-reveal {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0); }
}
@keyframes f-bl-hang {
  from { transform: scaleY(0.04); }
  to   { transform: none; }
}
@keyframes f-bl-tick-in {
  from { opacity: 0.18; transform: scaleX(0.2); }
  to   { opacity: 1; transform: none; }
}
.f-bl-rung .f-bl-belt,
.f-bl-run-head .f-bl-belt,
.f-bl-leg .f-bl-belt { transform-origin: left center; }
.f-bl-tick { transform-origin: left center; }
