/* ═══════════════════════════════════════════
   AUTHOR PAGES — VNEXT STYLES
   ═══════════════════════════════════════════ */

/* ─── SHARED ─── */
.author-hero {
  text-align: center;
  padding: 60px 24px 48px;
  background: linear-gradient(175deg, #f6faf8 0%, #f7f9fb 50%, #faf8f3 100%);
  border-bottom: 1px solid rgba(26,43,60,0.08);
}
.author-breadcrumb {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px; color: #8c9caa; margin-bottom: 20px;
}
.author-breadcrumb a { color: #2a9d8f; text-decoration: none; }
.author-breadcrumb a:hover { text-decoration: underline; }
.author-breadcrumb .sep { margin: 0 6px; }

/* ─── INDEX PAGE ─── */
.author-hero h1 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 40px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -1px; margin-bottom: 12px;
}
.author-hero > p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px; color: #647484; max-width: 600px;
  margin: 0 auto; line-height: 1.7;
}
.authors-container {
  max-width: 900px; margin: 0 auto; padding: 48px 24px 80px;
}
.author-card {
  display: flex; gap: 36px; align-items: flex-start;
  background: #fff; border: 1px solid rgba(26,43,60,0.08);
  border-radius: 16px; padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s; margin-bottom: 24px;
}
.author-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.author-card-photo {
  width: 180px; height: 180px; border-radius: 12px;
  object-fit: cover; flex-shrink: 0;
}
.author-card-info { flex: 1; }
.author-card-info h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 24px; font-weight: 800; color: #1a2b3c;
  margin-bottom: 4px; letter-spacing: -0.5px;
}
.author-card-info h2 a { color: #1a2b3c; text-decoration: none; }
.author-card-info h2 a:hover { color: #2a9d8f; }
.author-card-designation {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; color: #2a9d8f; font-weight: 600;
  margin-bottom: 16px; display: block;
}
.author-card-bio {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; color: #647484; line-height: 1.7; margin-bottom: 20px;
  display: -webkit-box; -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; overflow: hidden;
}
.author-read-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; font-weight: 600; color: #2a9d8f; text-decoration: none;
}
.author-read-more:hover { text-decoration: underline; }

/* ─── DETAIL PAGE ─── */
.author-detail-hero {
  background: linear-gradient(175deg, #f6faf8 0%, #f7f9fb 50%, #faf8f3 100%);
  border-bottom: 1px solid rgba(26,43,60,0.08);
  padding: 48px 24px 56px;
}
.author-detail-hero-inner { max-width: 900px; margin: 0 auto; }
.author-profile { display: flex; gap: 32px; align-items: flex-start; }
.author-profile-photo {
  width: 160px; height: 160px; border-radius: 12px;
  object-fit: cover; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.author-profile-meta { flex: 1; }
.author-profile-meta h1 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 32px; font-weight: 800; color: #1a2b3c;
  letter-spacing: -0.8px; margin-bottom: 4px;
}
.author-profile-designation {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; color: #2a9d8f; font-weight: 600;
  margin-bottom: 6px; display: block;
}
.author-profile-org {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; color: #8c9caa; margin-bottom: 16px;
  display: flex; align-items: center; gap: 6px;
}
.author-social { display: flex; gap: 12px; }
.author-social a {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(42,157,143,0.08); display: flex;
  align-items: center; justify-content: center;
  color: #2a9d8f; text-decoration: none; font-size: 14px; font-weight: 700;
  transition: background 0.2s;
}
.author-social a:hover { background: rgba(42,157,143,0.15); }

/* Bio */
.author-bio-section {
  max-width: 900px; margin: 0 auto; padding: 48px 24px;
}
.author-bio-section h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 20px; font-weight: 700; color: #1a2b3c;
  margin-bottom: 16px; letter-spacing: -0.3px;
}
.author-bio-text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px; color: #647484; line-height: 1.8;
}
.author-bio-text p { margin-bottom: 16px; }
.author-bio-text p:last-child { margin-bottom: 0; }

/* Articles */
.author-articles-section {
  background: #f8faf9;
  border-top: 1px solid rgba(26,43,60,0.08);
  padding: 48px 24px 64px;
}
.author-articles-inner { max-width: 1100px; margin: 0 auto; }
.author-articles-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px;
}
.author-articles-header h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 24px; font-weight: 800; color: #1a2b3c; letter-spacing: -0.5px;
}
.author-articles-count {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; color: #8c9caa; font-weight: 500;
}
.author-articles-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-bottom: 40px;
}
.author-article-card {
  background: #fff; border: 1px solid rgba(26,43,60,0.08);
  border-radius: 12px; overflow: hidden;
  transition: box-shadow 0.3s, transform 0.2s;
}
.author-article-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08); transform: translateY(-2px);
}
.author-article-card-img {
  width: 100%; height: 180px; object-fit: cover;
  display: block;
}
.author-article-card-body { padding: 20px; }
.author-article-card-date {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px; color: #8c9caa; margin-bottom: 8px;
}
.author-article-card-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 15px; font-weight: 700; color: #1a2b3c;
  line-height: 1.4; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.author-article-card-title a { color: inherit; text-decoration: none; }
.author-article-card-title a:hover { color: #2a9d8f; }
.author-article-card-excerpt {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px; color: #647484; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}

/* Pagination */
.author-pagination {
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.author-pagination a, .author-pagination span.current {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px; font-weight: 600; text-decoration: none;
  transition: all 0.2s;
}
.author-pagination a {
  color: #647484; border: 1px solid rgba(26,43,60,0.08); background: #fff;
}
.author-pagination a:hover { border-color: #2a9d8f; color: #2a9d8f; }
.author-pagination span.current {
  background: #2a9d8f; color: #fff; border: 1px solid #2a9d8f;
}
.author-pagination .prev, .author-pagination .next {
  width: auto; padding: 0 16px; font-size: 13px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .author-articles-grid { grid-template-columns: 1fr; }
  .author-profile { flex-direction: column; align-items: center; text-align: center; }
  .author-profile-photo { width: 120px; height: 120px; }
  .author-social { justify-content: center; }
  .author-profile-meta h1 { font-size: 26px; }
  .author-profile-org { justify-content: center; }
}
@media (max-width: 640px) {
  .author-card { flex-direction: column; align-items: center; text-align: center; }
  .author-card-photo { width: 140px; height: 140px; }
  .author-hero h1 { font-size: 28px; }
}
