.bestsellers-grid{background:var(--brand-background);padding:var(--spacing-section) 0;border-top:1px solid var(--brand-border)}.bestsellers-grid__inner{max-width:var(--spacing-container);margin:0 auto;padding:0 2rem}.bestsellers-grid__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.bestsellers-grid__eyebrow{font-family:var(--brand-font-body);font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--brand-accent);font-weight:500;margin-bottom:.75rem}.bestsellers-grid__heading{font-family:var(--brand-font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--brand-text)}.bestsellers-grid__view-all{background:none;border:none;font-family:var(--brand-font-body);font-size:.875rem;color:var(--brand-text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:4px;transition:color .15s;padding:0}.bestsellers-grid__view-all:hover{color:var(--brand-text)}.bestsellers-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.bestsellers-grid__item{cursor:pointer}.bestsellers-grid__cover{position:relative;width:100%;aspect-ratio:2/3;margin-bottom:1rem;overflow:hidden}.bestsellers-grid__cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bestsellers-grid__cover-texture{position:absolute;inset:0;opacity:.1;background-image:repeating-linear-gradient(0deg,transparent,transparent 3px,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 4px)}.bestsellers-grid__cover-title{position:absolute;top:1rem;left:1rem;right:1rem;font-family:var(--brand-font-heading);font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.9);line-height:1.35}.bestsellers-grid__cover-shine{position:absolute;inset:0;background:hsla(0,0%,100%,0);transition:background .3s}.bestsellers-grid__item:hover .bestsellers-grid__cover-shine{background:hsla(0,0%,100%,.06)}.bestsellers-grid__title{font-family:var(--brand-font-heading);font-size:1rem;font-weight:500;line-height:1.3;color:var(--brand-text);margin-bottom:.25rem;transition:color .15s}.bestsellers-grid__item:hover .bestsellers-grid__title{color:var(--brand-accent)}.bestsellers-grid__author{font-family:var(--brand-font-body);font-size:.875rem;color:var(--brand-text-muted);font-weight:300}@media (max-width:768px){.bestsellers-grid__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.bestsellers-grid__view-all{display:none}}