.hero-logo{display:block;width:115%;max-width:850px;height:auto;filter:drop-shadow(0 20px 28px rgba(21,33,29,.16))}
.home-library{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:70px;padding:90px clamp(24px,7vw,120px);background:#ece6da;align-items:start}
.home-books .section-head{margin-bottom:40px}
.selection-count{color:var(--muted);margin:8px 0 0}
.home-grid{width:90%;margin-left:0;grid-template-columns:repeat(4,minmax(0,1fr))}
.home-grid .book-card{display:flex;flex-direction:column;text-align:center}
.home-grid .cover-link{display:block}
.home-grid .book-card h3{flex:1;font-size:16px;line-height:1.35;margin:12px auto 10px;max-width:230px}
.home-grid .book-card h3 a{text-decoration:none}
.home-amazon{display:flex;width:100%;max-width:190px;height:34px;margin:auto auto 0;align-items:center;justify-content:center;border:1px solid #d5a500;border-radius:5px;background:#ffd814;transition:background .2s ease,transform .2s ease}
.home-amazon:hover{background:#f7ca00;transform:translateY(-1px)}
.home-amazon img{display:block!important;width:auto!important;height:23px!important;max-width:115px!important;aspect-ratio:auto!important;object-fit:contain!important;box-shadow:none!important;background:transparent!important}
.home-series{position:sticky;top:110px;border-left:1px solid #cfc7b9;padding-left:36px}
.home-series h2{font:34px Georgia,serif;margin:10px 0 25px}
.series-choice{display:flex;justify-content:space-between;gap:15px;padding:15px 12px;text-decoration:none;border-bottom:1px solid #d2cabc;line-height:1.35}
.series-choice b{color:var(--accent)}
.series-choice:hover,.series-choice.active{background:var(--green);color:#fff}
.series-choice.active b,.series-choice:hover b{color:#f3b387}
@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-art{display:grid;margin-top:45px}.hero-logo{width:90%;max-width:720px}.home-library{grid-template-columns:1fr 240px;gap:35px}.home-grid{width:100%;grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.hero-logo{width:100%;margin:auto}.hero-art{margin-top:35px}.home-library{grid-template-columns:1fr;padding:60px 24px}.home-series{grid-row:1;position:static;border-left:0;border-bottom:1px solid #cfc7b9;padding:0 0 30px}.home-grid{grid-template-columns:repeat(2,1fr)}.home-grid .book-card h3{font-size:14px}.home-amazon{max-width:150px;height:31px}.home-amazon img{height:20px!important;max-width:100px!important}.home-books .section-head{display:block}.home-books .section-head>a{display:inline-block;margin-top:15px}}
