.vita__intro { margin-bottom: var(--space-12); }

.vita__title {
  font-size: var(--fs-h2);
  font-weight: 500;
  line-height: var(--lh-snug);
  color: var(--color-ink);
  margin: 0 0 var(--space-12);
  max-width: 24ch;
}

.vita__list {
  position: relative;
  padding-left: 28px;
}
.vita__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--color-line);
}

.vita__item {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  padding-bottom: var(--space-8);
}
.vita__item:last-child { padding-bottom: 0; }
.vita__item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
}

.vita__year {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-accent);
}
.vita__range { display: flex; flex-direction: column; }
.vita__range-row { display: flex; }
.vita__range-label {
  display: inline-block;
  width: 1.9em;
  color: var(--color-muted);
}
.vita__year-compact { display: none; }

.vita__role {
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-ink);
  margin: 0 0 var(--space-1);
}
.vita__text {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--color-ink-soft);
}
.vita__text p { margin: 0 0 var(--space-3); }
.vita__text p:last-child { margin-bottom: 0; }
.vita__text a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.vita__text a:hover { color: var(--color-accent-deep); }

.vita__pubhead {
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 500;
  margin: var(--space-4) 0 var(--space-2);
}
.vita__pub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vita__pub-item { margin: 0 0 var(--space-1); }
.vita__pub-item:last-child { margin-bottom: 0; }
.vita__pub-link {
  font-size: var(--fs-small);
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vita__pub-link:hover { color: var(--color-accent-deep); }

@media (max-width: 600px) {
  .vita__item { grid-template-columns: 1fr; gap: var(--space-1); }
  .vita__range { display: none; }
  .vita__year-compact { display: block; }
}
