/* Zweck: Autorprofil | Schicht: Seitentyp | Ladende Seiten: Autor und Ueber-mich */
.author-profile{display:grid;grid-template-columns:minmax(112px,150px) minmax(0,1fr);gap:1.1rem;align-items:center}
.author-profile__image{display:block;width:100%;max-width:150px;aspect-ratio:1;border:1px solid rgba(0,112,118,.22);border-radius:8px;object-fit:cover;box-shadow:var(--book-soft-shadow)}
.author-profile__eyebrow{margin:0 0 .22rem;color:var(--book-accent-2);font-family:var(--book-sans);font-size:.74rem;font-weight:850;line-height:1.2;text-transform:uppercase}
.author-profile h1{margin-top:0}
