.language-picker{display:flex;align-items:center;gap:.45rem;border-left:1px solid var(--line);padding-left:1rem}.language-picker span{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.language-picker select{border:0;background:transparent;color:var(--ink);font:700 .78rem var(--sans);cursor:pointer}
.hero-books{min-height:520px;position:relative;background:linear-gradient(145deg,#e5dccb,#f8f3e9);border:1px solid var(--line);overflow:hidden}.hero-books:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 27px,#4b3d2d0b 28px);pointer-events:none}.hero-books>span{position:absolute;z-index:5;top:1.2rem;left:1.3rem;color:var(--copper);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.hero-cover{position:absolute;display:block;width:52%;aspect-ratio:5/8;background:var(--cream);border:1px solid var(--cream);box-shadow:0 0 0 1px #43382f52,0 18px 38px #211b1740;transition:transform .3s ease}.hero-cover img{width:100%;height:100%;object-fit:cover;display:block}.hero-cover-main{z-index:3;left:24%;top:12%;transform:rotate(-1deg)}.hero-cover-left{z-index:2;left:-4%;top:29%;transform:rotate(-9deg)}.hero-cover-right{z-index:1;right:-5%;top:25%;transform:rotate(9deg)}.hero-cover-main:hover{transform:rotate(-1deg) translateY(-8px)}.hero-cover-left:hover{transform:rotate(-9deg) translateY(-8px)}.hero-cover-right:hover{transform:rotate(9deg) translateY(-8px)}
.author-grid{grid-template-columns:1fr;background:transparent;border:0;gap:2rem}.author-card{display:grid;grid-template-columns:220px 1fr;padding:0;border:1px solid var(--line);overflow:hidden}.author-photo{width:100%;height:100%;min-height:280px;object-fit:cover;filter:saturate(.88)}.author-copy{padding:2rem 2.4rem}.author-copy h2{margin-top:0}.author-bio{font-family:var(--serif);font-size:1.03rem}.description p{margin:0 0 1.15rem}.description h2,.description h3{font:400 1.8rem var(--serif);margin:2rem 0 .7rem}.description ul{padding-left:1.3rem}.back-link{margin-top:3rem}
@media(max-width:850px){.language-picker{border-left:0;padding-left:0;justify-content:center}.hero-books{display:block;min-height:450px;margin-top:1rem}.author-card{grid-template-columns:170px 1fr}.nav-links{align-items:stretch}}
@media(max-width:600px){.hero-books{min-height:390px}.author-card{grid-template-columns:1fr}.author-photo{height:320px;min-height:0}.author-copy{padding:1.5rem}.language-picker select{background:var(--cream);padding:.45rem}}
.seo-nav{display:flex}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.sample-dialog{width:min(900px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;border:1px solid var(--line);background:var(--cream);color:var(--ink);box-shadow:0 24px 80px #0006}
.sample-dialog::backdrop{background:#15221dcc;backdrop-filter:blur(4px)}
.sample-close{position:absolute;z-index:2;top:.65rem;right:.75rem;width:2.5rem;height:2.5rem;border:0;border-radius:50%;background:var(--fern);color:white;font-size:1.6rem;line-height:1;cursor:pointer}
.reading-dialog{height:min(820px,calc(100vh - 2rem))}
.reading-dialog iframe{display:block;width:100%;height:100%;border:0;background:white}
.audio-dialog{padding:3rem 2rem 2rem;text-align:center}
.audio-dialog h2{font:400 2rem var(--serif);margin:0 0 1.5rem}
.audio-dialog audio{width:min(620px,100%)}
.author-socials{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.35rem 0}
.author-socials a{display:inline-grid;place-items:center;width:2.65rem;height:2.65rem;border:1px solid var(--line);border-radius:50%;text-decoration:none;background:var(--paper);transition:transform .2s ease,border-color .2s ease,color .2s ease}
.author-socials svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.author-socials a:hover,.author-socials a:focus-visible{border-color:var(--copper);color:var(--copper)}
.author-socials a:hover{transform:translateY(-2px)}
