/* Career milestones: a centered signal connecting five leadership outcomes. */
.milestones-section {
  grid-column: 1 / -1;
  min-width: 0;
  margin-block: 34px;
  padding: 52px 0 0;
  border-block: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 32%, rgba(145, 239, 188, .025), transparent 62%);
}
.milestones-heading { text-align: center; padding-inline: 16px; }
.milestones-heading .eyebrow { margin-bottom: 15px; }
.milestones-heading h2 { font-size: clamp(29px, 3.4vw, 44px); font-weight: 400; letter-spacing: -.065em; line-height: 1.18; }
.milestones-intro { max-width: 65ch; margin: 18px auto 0; text-wrap: pretty; color: var(--muted); font-size: 12px; line-height: 1.8; }
.milestones-art { width: min(100%, 580px); margin: 16px auto 18px; color: var(--accent); }
.milestones-art svg { overflow: hidden; }
.milestone-guides { stroke: currentColor; stroke-width: .8; stroke-opacity: .17; }
.milestone-traces { stroke: currentColor; stroke-width: 1; stroke-opacity: .35; }
.milestone-packet { stroke: #d1f9dc; stroke-width: 1.8; stroke-dasharray: 8 112; animation: milestone-flow 6s linear infinite; }
.milestone-sweep { transform-origin: 320px 178px; animation: orbit-turn 48s linear infinite; }
.milestone-sweep > circle:first-child { stroke: currentColor; stroke-opacity: .42; stroke-dasharray: 44 66; }
.milestone-satellite { fill: #d1f9dc; }
.milestone-core { fill: #10251b; stroke: currentColor; stroke-width: 1; }
.milestone-core .milestone-core-inset { fill: none; stroke-opacity: .22; }
.milestone-core .milestone-check { fill: none; stroke: #d1f9dc; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.milestone-nodes > circle { fill: #b9f5d2; }
.milestone-nodes .milestone-beacon { fill: none; stroke: currentColor; stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: milestone-beacon 6s ease-out infinite; }
.milestone-node-labels { fill: var(--accent); font-family: var(--mono); font-size: 11px; letter-spacing: 1px; }
.milestone-side-labels { fill: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: 1px; }
.milestones-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.milestone { min-width: 0; padding: 24px 22px 28px; border-top: 1px solid var(--line); }
.milestone + .milestone { border-left: 1px solid var(--line); }
.milestone-index { display: block; margin-bottom: 18px; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.milestone-title { min-height: 2.8em; font-size: clamp(17px, 1.5vw, 20px); font-weight: 400; letter-spacing: -.04em; line-height: 1.4; text-wrap: balance; }
.milestone-result { margin-top: 16px; color: var(--accent); font-size: 11px; line-height: 1.75; }
.milestone-description { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.85; text-wrap: pretty; }
.milestones-caption { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 15px 0; font-size: 8px; letter-spacing: .1em; color: var(--muted); }
@keyframes milestone-flow { to { stroke-dashoffset: -120; } }
@keyframes milestone-beacon { 0% { opacity: .7; transform: scale(.55); } 65%, 100% { opacity: 0; transform: scale(1.7); } }
@media (max-width: 1100px) and (min-width: 901px) {
  .milestone { padding-inline: 14px; }
}
@media (max-width: 900px) {
  .milestones-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .milestone { grid-column: span 2; }
  .milestone:nth-child(4), .milestone:nth-child(5) { grid-column: span 3; }
  .milestone:nth-child(4) { border-left: 0; }
  .milestone-title { font-size: 19px; }
}
@media (max-width: 540px) {
  .milestones-section { margin-block: 16px; padding-top: 35px; }
  .milestones-heading { padding-inline: 0; }
  .milestones-heading h2 { font-size: clamp(26px, 7.6vw, 36px); }
  .milestones-heading .eyebrow { font-size: 9px; }
  .milestones-intro { font-size: 11px; margin-top: 15px; }
  .milestones-art { margin-block: 20px; }
  .milestone-side-labels { display: none; }
  .milestones-list { grid-template-columns: minmax(0, 1fr); }
  .milestone, .milestone:nth-child(4), .milestone:nth-child(5) { grid-column: auto; display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: 12px; padding: 22px 0; }
  .milestone + .milestone { border-left: 0; }
  .milestone-index { grid-column: 1; grid-row: 1; margin-top: 7px; margin-bottom: 0; }
  .milestone h3, .milestone p { grid-column: 2; }
  .milestone-title { min-height: 0; font-size: 20px; text-wrap: pretty; }
  .milestone-result { margin-top: 9px; font-size: 11px; }
  .milestone-description { margin-top: 10px; font-size: 12px; line-height: 1.75; }
  .milestones-caption { font-size: 7px; letter-spacing: .04em; }
}
