/* Author archive + byline / author box (E-E-A-T) */

.author-header {
  padding: 32px 0 40px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.author-header__eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.author-header__name {
  margin: 0 0 8px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
}

.author-header__role {
  margin: 0 0 20px;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.author-header__bio {
  text-align: left;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
}

.author-header__bio p {
  margin: 0 0 1em;
}

.author-header__bio p:last-child {
  margin-bottom: 0;
}

.post-author a {
  color: var(--color-text);
  font-weight: 600;
}

.author-box {
  max-width: 720px;
  margin: 48px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--color-border, #e5e5e5);
}

.author-box__label {
  margin: 0 0 6px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.author-box__name {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.author-box__name a {
  color: var(--color-text);
}

.author-box__bio {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.author-box__bio p {
  margin: 0 0 0.75em;
}

.author-box__bio p:last-child {
  margin-bottom: 0;
}

.author-box__link {
  font-size: 0.9rem;
  font-weight: 600;
}
