.timeline{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto}.timeline-item{display:flex;gap:32px;padding-bottom:40px;position:relative}.timeline-item::before{content:'';position:absolute;left:19px;top:40px;bottom:0;width:2px;background:var(--light-border)}.timeline-item:last-child::before{display:none}.timeline-dot{width:40px;height:40px;border-radius:50%;background:var(--sage-dark);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0;z-index:1}.timeline-content{flex:1;padding-top:6px}.timeline-year{font-size:.8rem;color:var(--sage-dark);font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.timeline-content h3{margin-bottom:6px}.timeline-content p{font-size:.92rem;color:var(--mid)}