/* ============================================
   Theme: Road to BUILD
   Layered on top of base.css
   ============================================ */

/* Accent the active chapter with clay */
.step.active {
  box-shadow: inset 3px 0 0 var(--clay);
}

/* Chapter number / milestone badge */
.step .milestone-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 0.5rem;
}

/* Progress indicator dots (if used) */
.progress-dot {
  background: var(--line);
}
.progress-dot.active {
  background: var(--clay);
}