.author-page{padding:var(--space-4xl) 0 var(--space-6xl)}.author-page__shell{display:grid;gap:var(--space-3xl)}.author-page__hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,340px);gap:clamp(2rem,4vw,4rem);align-items:start}.author-page__intro{display:grid;gap:1.35rem}.author-page__card-label,.author-page__eyebrow,.author-page__portrait-meta{display:inline-flex;align-items:center;width:fit-content;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-gold)}.author-page__title{margin:0;font-family:var(--font-display);font-size:clamp(2.6rem,5.2vw,4.8rem);line-height:.96;letter-spacing:-.03em;color:var(--text-primary)}.author-page__lede{display:grid;gap:1rem;max-width:48rem}.author-page__card-body p,.author-page__lede p,.author-page__path-intro,.author-page__path-link span,.author-page__portrait-note{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.82}.author-page__actions{display:flex;flex-wrap:wrap;gap:.9rem;padding-top:.5rem}.author-page__card,.author-page__portrait-card{background:linear-gradient(180deg,rgba(201,168,76,.08) 0,rgba(201,168,76,.02) 22%,rgba(255,255,255,.01) 100%),var(--bg-card);border:1px solid rgba(201,168,76,.12);border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.22)}.author-page__portrait-card{position:sticky;top:2rem;padding:1.1rem;display:grid;gap:1rem}.author-page__portrait-wrap{border-radius:22px;overflow:hidden;background:rgba(255,255,255,.03)}.author-page__portrait{display:block;width:100%;height:auto}.author-page__portrait-copy{display:grid;gap:.45rem;padding:0 .2rem}.author-page__social{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;border-radius:999px;padding:.78rem 1rem;background:rgba(255,255,255,.03);border:1px solid rgba(201,168,76,.16);color:var(--accent-gold);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.author-page__social:hover{background:rgba(201,168,76,.08);color:var(--accent-gold-light)}.author-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}.author-page__card{display:grid;gap:1rem;padding:1.55rem}.author-page__card-body{display:grid;gap:.85rem}.author-page__card--path,.author-page__card--quote{grid-column:span 2}.author-page__quote{margin:0;max-width:48rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.3vw,1.9rem);line-height:1.55;color:var(--text-primary);font-style:italic}.author-page__path-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.author-page__path-link{display:grid;gap:.4rem;min-height:100%;padding:1rem 1.05rem;border-radius:18px;background:rgba(255,255,255,.025);border:1px solid rgba(201,168,76,.1);color:var(--text-primary)}.author-page__path-link strong{font-size:.96rem;line-height:1.35}.author-page__path-link:hover{border-color:rgba(201,168,76,.24);background:rgba(201,168,76,.06);color:var(--text-primary)}@media (max-width:1080px){.author-page__hero{grid-template-columns:1fr}.author-page__portrait-card{position:static;max-width:420px}}@media (max-width:760px){.author-page{padding:var(--space-3xl) 0 var(--space-5xl)}.author-page__grid{grid-template-columns:1fr}.author-page__card--path,.author-page__card--quote{grid-column:span 1}.author-page__path-list{grid-template-columns:1fr}.author-page__actions{flex-direction:column;align-items:stretch}.author-page__actions .btn{justify-content:center}}