/* ─── Bio ───────────────────────────── */

.home-bio {
  margin-bottom: 2rem;
}

.home-bio p:first-child {
  margin-top: 0;
}

/* ─── Recent posts ──────────────────── */

.home-recent-heading {
  font-family: 'Cinzel', serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 0.25rem;
}

.home-see-all {
  display: inline-block;
  margin-top: 1rem;
  color: var(--navy);
  font-style: italic;
  font-size: 0.9375rem;
  text-decoration: none;
}

.home-see-all:hover {
  text-decoration: underline;
}
