/* ============ Experience ============ */
.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 1px; background: var(--line-strong); }
.timeline-item { position: relative; padding-left: 38px; padding-bottom: 48px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-marker { position: absolute; left: 0; top: 6px; width: 13px; height: 13px; border-radius: 50%; background: var(--bg); border: 2px solid var(--amber); }
.timeline-date { display: inline-block; font-family: var(--ff-mono); font-size: .76rem; color: var(--amber); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .03em; }
.timeline-role { font-family: var(--ff-body); font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.timeline-company { color: var(--text-dim); font-size: .92rem; margin-bottom: 14px; }
.timeline-desc { margin-bottom: 16px; }
.timeline-desc li { position: relative; padding-left: 18px; color: var(--text-dim); font-size: .92rem; line-height: 1.7; margin-bottom: 6px; }
.timeline-desc li::before { content: '—'; position: absolute; left: 0; color: var(--text-mute); }
.timeline-tags { display: flex; flex-wrap: wrap; gap: 7px; }
