/* ============================================================
   BIO — Title + timeline sections
   ============================================================ */

.bio {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: var(--space-xl) 0 var(--space-xl);
}

.bio__title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: var(--space-lg);
}

.bio__section {
  margin-top: var(--space-lg);
}

.bio__section:first-of-type {
  margin-top: 0;
}

.bio__heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: var(--space-md);
}

.bio__name {
  font-size: 16px;
  margin-bottom: var(--space-md);
}

.bio__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.bio__entry {
  font-size: 16px;
  line-height: 1.55;
}

.bio__year {
  display: inline;
}

.bio__paragraph {
  font-size: 16px;
  line-height: 1.6;
}

.bio__poem-quote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  white-space: pre-wrap;
  margin: 0;
}

.bio__poem-attribution {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
  white-space: pre-wrap;
  margin: 0;
}

.bio__poem-text {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  white-space: pre-wrap;
  margin: 0;
}

@media (max-width: 768px) {
  .bio {
    padding: var(--space-lg) 0;
  }

  .bio__title {
    font-size: 32px;
    margin-bottom: var(--space-md);
  }

  .bio__entry,
  .bio__paragraph,
  .bio__name {
    font-size: 15px;
  }
}
