.autor-page {
  max-width: 960px;
  padding: 2rem 1rem 4rem;
}

.autor-hero {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1.25rem 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}

.autor-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #0ea5e9, #0369a1);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.autor-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.autor-hero h1 {
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  line-height: 1.15;
  margin: 0 0 0.4rem;
}

.autor-role {
  margin: 0 0 0.85rem;
  color: var(--text-soft, #64748b);
  font-weight: 700;
}

.autor-bio {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  color: var(--text, #0f172a);
}

.autor-bio:last-child {
  margin-bottom: 0;
}

.autor-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.autor-areas li {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
}

.autor-sameas {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.95rem;
}

.autor-section {
  margin: 0 0 2.4rem;
}

.autor-section h2 {
  font-size: 1.35rem;
  margin: 0 0 1rem;
}

.autor-note {
  color: var(--text-soft, #64748b);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.autor-links {
  margin: 0;
  padding-left: 1.25rem;
  line-height: 1.85;
}

.autor-links li {
  margin-bottom: 0.35rem;
}

@media (max-width: 640px) {
  .autor-hero {
    grid-template-columns: 1fr;
  }
}
