.author-profile-page { background: #f4f8fc; color: #0e1f53; min-height: 70vh; }
.author-profile-shell { margin: 0 auto; max-width: 1180px; padding: 44px 24px 80px; }
.author-breadcrumbs { align-items: center; color: #60708f; display: flex; flex-wrap: wrap; font-size: .76rem; gap: 9px; margin-bottom: 28px; }
.author-breadcrumbs a { color: #60708f; text-decoration: none; }
.author-breadcrumbs a::after { content: '/'; margin-left: 9px; opacity: .45; }
.author-hero { align-items: center; background: #fff; border: 1px solid #dce7f2; border-radius: 26px; box-shadow: 0 18px 48px rgba(14, 31, 83, .08); display: grid; gap: 32px; grid-template-columns: 190px minmax(0, 1fr); padding: 34px; }
.author-portrait { background: #eff7ff; border: 7px solid #fff; border-radius: 50%; box-shadow: 0 12px 32px rgba(14, 31, 83, .15); grid-row: 1 / span 3; height: 190px; object-fit: cover; width: 190px; }
.author-eyebrow { color: #009fe3; font-size: .72rem; font-weight: 800; letter-spacing: .15em; margin: 0 0 9px; text-transform: uppercase; }
.author-hero h1 { font-size: clamp(2rem, 4.5vw, 3.55rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 10px; text-wrap: balance; }
.author-role { color: #36517b; font-size: 1rem; font-weight: 700; margin: 0 0 17px; }
.author-bio { color: #536686; font-size: 1rem; grid-column: 2; line-height: 1.72; margin: -16px 0 0; max-width: 760px; }
.author-email { align-items: center; color: #007ebc; display: inline-flex; font-size: .82rem; font-weight: 800; gap: 8px; grid-column: 2; justify-self: start; text-decoration: none; }
.author-email:hover { text-decoration: underline; }
.author-publications { margin-top: 60px; }
.author-publications-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 24px; }
.author-publications-heading h2 { font-size: clamp(1.65rem, 3.2vw, 2.5rem); letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.author-publications-heading p { color: #60708f; font-size: .82rem; margin: 0; }
.author-article-list { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.author-article-card { background: #fff; border: 1px solid #dce7f2; border-radius: 18px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.author-article-image { display: block; overflow: hidden; }
.author-article-image img { aspect-ratio: 16 / 10; display: block; height: auto; object-fit: cover; transition: transform .25s ease; width: 100%; }
.author-article-card:hover .author-article-image img { transform: scale(1.025); }
.author-article-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.author-article-topline { align-items: center; display: flex; gap: 8px; justify-content: space-between; margin-bottom: 12px; }
.author-article-category { background: #e9f7ff; border-radius: 999px; color: #007ebc; font-size: .62rem; font-weight: 800; letter-spacing: .04em; max-width: 62%; overflow: hidden; padding: 7px 10px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.author-article-date { color: #72809a; font-size: .67rem; white-space: nowrap; }
.author-article-card h3 { font-size: 1.05rem; letter-spacing: -.025em; line-height: 1.28; margin: 0 0 9px; }
.author-article-card h3 a { color: #0e1f53; text-decoration: none; }
.author-article-summary { color: #5d6d89; display: -webkit-box; font-size: .79rem; line-height: 1.55; margin: 0 0 18px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.author-article-footer { align-items: center; border-top: 1px solid #e4ecf4; display: flex; justify-content: space-between; margin-top: auto; padding-top: 14px; }
.author-article-footer span { color: #71809a; font-size: .7rem; }
.author-article-footer a { color: #0087c9; font-size: .72rem; font-weight: 800; text-decoration: none; }
.author-empty { background: #fff; border: 1px solid #dce7f2; border-radius: 16px; color: #5d6d89; padding: 26px; }

@media (max-width: 880px) {
  .author-article-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .author-profile-shell { padding: 26px 16px 58px; }
  .author-hero { gap: 20px; grid-template-columns: 96px minmax(0, 1fr); padding: 22px; }
  .author-portrait { border-width: 4px; grid-row: auto; height: 96px; width: 96px; }
  .author-bio, .author-email { grid-column: 1 / -1; }
  .author-bio { font-size: .9rem; margin: 0 0 4px; }
  .author-publications { margin-top: 42px; }
  .author-publications-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .author-article-list { grid-template-columns: 1fr; }
}
