/* ===== AUTHOR PAGE BASE ===== */
.hk-author-page{background:var(--hk-soft);padding-bottom:70px}

/* ===== AUTHOR HERO ===== */
.hk-author-hero{background:linear-gradient(135deg,var(--hk-navy-deep),var(--hk-navy));color:#fff;padding:62px 0}.hk-author-hero__inner{display:grid;grid-template-columns:200px minmax(0,1fr);gap:38px;align-items:center}.hk-author-photo-wrap{width:190px;height:190px;padding:6px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);overflow:hidden}.hk-author-photo{display:block;width:100%;height:100%;margin:0;border:0;border-radius:50%;object-fit:cover;object-position:center top;background:#fff}.hk-author-hero h1{margin:8px 0;font-size:clamp(38px,5vw,58px);color:#fff}.hk-author-title{margin:0 0 10px;font-size:20px;font-weight:700}.hk-author-lead{max-width:820px;margin:0;font-size:17px;line-height:1.7;color:rgba(255,255,255,.9)}

/* ===== PROFILE / EXPERTISE ===== */
.hk-author-profile{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:28px;padding-top:36px}.hk-author-about,.hk-author-expertise,.hk-author-post-card{background:#fff;border:1px solid var(--hk-line);border-radius:var(--hk-radius);box-shadow:var(--hk-shadow)}.hk-author-about,.hk-author-expertise{padding:30px}.hk-author-about h2,.hk-author-expertise h2{margin:8px 0 16px;font-size:30px;color:var(--hk-navy-deep)}.hk-author-description{font-size:17px;line-height:1.8}.hk-author-description>:first-child{margin-top:0}.hk-author-description>:last-child{margin-bottom:0}.hk-expertise-list{display:flex;flex-wrap:wrap;gap:10px}.hk-expertise-list span{padding:9px 12px;border-radius:999px;background:#eaf7f2;color:#087c55;font-weight:700;font-size:14px}

/* ===== ARTICLE SECTIONS ===== */
.hk-author-posts{padding-top:58px}.hk-author-reviewed-posts{padding-top:64px}.hk-section-heading{margin-bottom:22px}.hk-section-heading h2{margin:7px 0 0;color:var(--hk-navy-deep);font-size:clamp(28px,3vw,36px);line-height:1.25}.hk-author-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}

/* ===== ARTICLE CARDS ===== */
.hk-author-post-card{display:flex;flex-direction:column;min-width:0;padding:0;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.hk-author-post-card:hover{transform:translateY(-3px)}.hk-author-post-image{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#edf1f4;text-decoration:none}.hk-author-post-image img{display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center;transition:transform .25s ease}.hk-author-post-card:hover .hk-author-post-image img{transform:scale(1.035)}.hk-author-post-image__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--hk-muted);font-size:18px;font-weight:800}.hk-author-post-card__body{display:flex;flex:1;flex-direction:column;padding:22px 24px 24px}.hk-author-post-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.hk-author-post-role{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef4fb;color:#075a96;font-size:12px;font-weight:800;line-height:1}.hk-author-reviewed-posts .hk-author-post-role{background:#eaf7f2;color:#087c55}.hk-author-post-card .hk-card-category{color:var(--hk-green);text-decoration:none;font-size:13px;font-weight:700}.hk-author-post-card h3{margin:0 0 12px;font-size:22px;line-height:1.35}.hk-author-post-card h3 a{color:var(--hk-navy-deep);text-decoration:none}.hk-author-post-card h3 a:hover{color:#075a96}.hk-author-post-card time{display:block;margin-bottom:18px;font-size:13px;color:var(--hk-muted)}.hk-author-post-card .hk-read-more{margin-top:auto;color:#075a96;font-size:14px;font-weight:800;text-decoration:none}.hk-author-post-card .hk-read-more:hover{text-decoration:underline}

/* ===== EMPTY STATE / PAGINATION ===== */
.hk-author-empty{padding:22px 24px;background:#fff;border:1px solid var(--hk-line);border-radius:var(--hk-radius);box-shadow:var(--hk-shadow)}.hk-author-empty p{margin:0}.hk-pagination{margin-top:30px}.hk-pagination .nav-links,.hk-reviewed-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px}.hk-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:7px 12px;border:1px solid var(--hk-line);border-radius:7px;background:#fff;color:#075a96;font-weight:700;text-decoration:none}.hk-pagination .page-numbers.current,.hk-pagination .page-numbers:hover{background:#075a96;border-color:#075a96;color:#fff}

/* ===== TABLET ===== */
@media(max-width:960px){.hk-author-hero__inner{grid-template-columns:170px minmax(0,1fr);gap:28px}.hk-author-photo-wrap{width:165px;height:165px}.hk-author-profile{grid-template-columns:1fr}.hk-author-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== MOBILE ===== */
@media(max-width:640px){.hk-author-hero{padding:40px 0}.hk-author-hero__inner{grid-template-columns:1fr;gap:22px;text-align:center}.hk-author-photo-wrap{width:150px;height:150px;margin-inline:auto}.hk-author-title{font-size:18px}.hk-author-lead{font-size:16px}.hk-author-about,.hk-author-expertise{padding:24px}.hk-author-posts,.hk-author-reviewed-posts{padding-top:42px}.hk-author-post-grid{grid-template-columns:1fr}.hk-author-post-image{aspect-ratio:16/10}.hk-author-post-card__body{padding:20px}.hk-author-post-card h3{font-size:21px}}