/* One clear author identity per page; the books keep the visual spotlight. */
.site-header .brand-home{display:block;flex:0 0 auto;width:244px;max-width:100%;line-height:1;text-decoration:none}
.site-header .brand-logo{display:block;width:100%;height:auto;object-fit:contain}
.site-header .brand-home:focus-visible{outline:3px solid var(--blue);outline-offset:7px;border-radius:3px}
@media(max-width:1100px){.site-header .brand-home{width:224px}}
@media(max-width:620px){
 /* The name spans x269-991 in the 1000px artwork; center its ink, with the book to its left. */
 .site-header .brand-home{width:185px;max-width:79%;transform:translateX(-13%)}
 .site-header{gap:12px;align-items:center;padding-block:18px}
 .site-header nav{width:100%;justify-content:center;text-align:center;row-gap:6px}
}
@media(prefers-reduced-motion:reduce){.brand-home{scroll-behavior:auto}}
