.author-page__header{background-color:var(--background-primary);padding:clamp(2rem,5vw,4rem) 0}.author-page__header .author-page__header-wrapper{max-width:calc(var(--article-max-width) + 6rem);opacity:0;margin:auto;padding-inline:1rem;animation:.8s ease-out forwards slide-up}@media (prefers-reduced-motion:reduce){.author-page__header .author-page__header-wrapper{opacity:1;animation:none}}.author-page__header .author-page__header-wrapper .author-card{max-width:calc(var(--article-max-width) + 6rem);background-color:var(--background-primary);border:none;margin:auto;padding:clamp(1.5rem,5vw,3rem) clamp(1rem,5vw,5rem)}.author-page__header .author-page__header-wrapper .author-card .author-card__name{font-size:var(--fs-h1);line-height:1.2}.author-page__header .author-page__header-wrapper .author-card .author-card__footer{display:none}.author-page__section-container{width:min(100% - 2rem, calc(var(--article-max-width) + 6rem));margin-inline:auto;padding-block:3rem}.author-page__articles,.author-page__talks{background-color:var(--background-primary);background-image:url(../media/background-grid.1iu_sgy8il21h.webp)}.author-page__tips{background-color:var(--background-secondary)}.author-page__title{font-size:var(--fs-h2);margin-top:0;margin-bottom:2rem}.author-page__articles-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.author-page__articles-list .article-card__title{opacity:0;animation:slide-up .6s ease-out calc(.1s + var(--card-index,0) * 60ms) forwards}@media (prefers-reduced-motion:reduce){.author-page__articles-list .article-card__title{opacity:1;animation:none}}
