.bio-block {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid rgba(242, 239, 247, .14);
}
.bio-block .bio-title {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(244,239,233,.7);
  margin-bottom: 6px;
}
.bio-block .bio-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #F4EFE9;
  margin-bottom: 24px;
}
.bio-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bio-list li {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 12px;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(244,239,233,.85);
}
.bio-list li .bio-year {
  font-weight: 700;
  color: #F4EFE9;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .bio-list li { grid-template-columns: 1fr; gap: 2px; }
}
.feat h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feat-icon {
  font-family: 'Material Icons', 'Material Symbols Outlined';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--accent);
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
