.hero_text h1 { font-family: var(--Typography-Family-Primary, Manrope); font-size: var(--Typography-Size-48, 48px); font-weight: 600; line-height: 100%; letter-spacing: -0.01em; margin-bottom: 24px; color: var(--Type-Primary, #111827); width: 784px; margin-inline: auto; }
.author-single-section { padding-block: 40px 80px; }
.author-card--single { display: flex; align-items: stretch; gap: 60px; }
.author-card__name { display: block; color: var(--Type-Primary, #111827); font-family: var(--Typography-Family-Primary, Manrope); font-size: var(--Typography-Size-32, 32px); font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.author-card__role { display: block; color: #475569; font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 18px; font-weight: 500; line-height: 120%; }
.author-tag { color: var(--Type-Eyebrow, #5b7cff); font-family: var(--Typography-Family-Secondary, "Space Grotesk"); font-size: 14px; font-weight: 500; padding: 6px 14px; border-radius: 6px; border: 1px solid var(--Fill-Stroke-Grey, #e2e8f0); background: var(--Fill-Secondary-BG, #f1f5f9); }
.author-posts { padding-bottom: 100px; }
.author-posts__title { font-size: 32px; margin-bottom: 40px; font-family: var(--Typography-Family-Primary, Manrope); }

@media (max-width: 1100px) {
  .author-card--single { gap: 40px; }
}

@media (max-width: 900px) {
  .hero_text h1 { width: 100%; font-size: 36px; }
  .author-card--single { flex-direction: column; align-items: flex-start; gap: 32px; }
  .author-card__photo { width: 100%; max-width: 486px; height: auto; aspect-ratio: 486 / 580; }
  .author-card__bio, .author-card__tags-wrap { width: 100%; }
}