.recent-books{padding:58px 0;border-bottom:1px solid var(--line);font:16px/1.9 var(--font)}.recent-books .section-heading{display:flex;flex-direction:column;gap:11px;margin-bottom:28px}.recent-books .section-heading .eyebrow{color:var(--accent);font-family:var(--latin)}.recent-books .section-heading h2{font-size:30px}.recent-books-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;padding:0;margin:0;list-style:none}.recent-books-grid>li{min-width:0}.recent-books-card{display:flex;flex-direction:column;gap:8px;height:100%;padding:18px;background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow-wrap:anywhere;transition:transform .15s ease}.recent-books-card:hover{transform:translateY(-3px)}.recent-books-card:focus-visible{outline:3px solid var(--accent);outline-offset:4px;box-shadow:0 0 0 7px var(--mint)}.recent-books-cover{height:190px;margin-bottom:6px}.recent-books-cover img{width:100%;height:100%;object-fit:contain}.recent-books-card .recent-books-title{font-size:16px;font-weight:700;line-height:1.7}.recent-books-card .recent-books-author{margin:0;font-size:15px;color:var(--muted)}.recent-books-card .recent-books-date{margin:auto 0 0;font-size:13px;color:var(--muted)}.recent-books-footer{margin-top:24px}.recent-books-more{display:inline-block;padding:8px 0;font-size:16px;font-weight:700;border-bottom:1px solid var(--accent)}.recent-books-more:hover{color:var(--accent)}.recent-books-footer .recent-books-note{margin-top:8px;font-size:13px;color:var(--muted)}@media (max-width:1000px){.recent-books{padding:50px 0}.recent-books .section-heading h2{font-size:29px}.recent-books-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:650px){.recent-books{padding:42px 0}.recent-books .section-heading{gap:9px;margin-bottom:24px}.recent-books .section-heading h2{font-size:27px}.recent-books-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recent-books-card{padding:12px}}@media (prefers-reduced-motion:reduce){.recent-books-card{transition:none}.recent-books-card:hover{transform:none}}