.timeline {
  position: relative;
  padding-left: 26px;
  border-left: 1px solid rgba(34,34,34,0.14);
}

.timeline-item { position: relative; padding-bottom: 34px; }
.timeline-item:last-child { padding-bottom: 0; }

.timeline-dot {
  position: absolute;
  left: -31px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(34,34,34,0.25);
  box-shadow: 0 0 0 4px #F8F6F2;
}

.timeline-dot.active { background: #6E9C9F; }

.timeline-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

.timeline-title {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  color: #222;
}

.timeline-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: rgba(34,34,34,0.45);
}

.timeline-meta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  color: rgba(34,34,34,0.4);
  margin-top: 4px;
}

.timeline-desc {
  margin: 9px 0 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(34,34,34,0.72);
}

.timeline-bullets {
  margin: 10px 0 0 0;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(34,34,34,0.68);
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
}

.timeline-bullets li::marker { color: #6E9C9F; }
