.bookstore-shell{max-width:1200px;margin:0 auto}.bookstore-intro{max-width:820px;margin:0 auto 3.2rem;text-align:center}.bookstore-intro p{font-size:1.08em}.bookstore-hero{display:block;width:min(900px,100%);height:auto;margin:0 auto 2.4rem;border-radius:18px}.bookstore-category-grid,.bookstore-grid{display:grid;gap:2.4rem}.bookstore-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:3rem}.bookstore-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:1.8rem 0 4rem}.bookstore-category-card,.micky-book-card,.bookstore-feature-card{color:rgb(var(--color-foreground));text-decoration:none;border:1px solid rgba(var(--color-foreground),.14);border-radius:18px;overflow:hidden;background:rgb(var(--color-background));box-shadow:0 8px 24px rgba(var(--color-foreground),.06);transition:transform .18s ease,box-shadow .18s ease}.bookstore-category-card:hover,.micky-book-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(var(--color-foreground),.11)}.bookstore-category-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.bookstore-category-card__copy{padding:2rem 2.2rem 2.2rem}.bookstore-category-card__copy h2{margin:0 0 .7rem}.bookstore-category-card__copy p{margin:.4rem 0}.bookstore-link{display:inline-block;margin-top:1rem;font-weight:700;text-decoration:underline;text-underline-offset:.25rem}.bookstore-section-heading{margin:4rem 0 .7rem;text-align:center}.bookstore-series-heading{margin:2.8rem 0 .2rem}.bookstore-series-note{margin:0 0 1.4rem;color:rgba(var(--color-foreground),.72)}.micky-book-card{display:flex;flex-direction:column;height:100%}.micky-book-card__image-wrap{aspect-ratio:4/5;background:rgba(var(--color-foreground),.035);display:flex;align-items:center;justify-content:center;padding:1.2rem;text-decoration:none}.micky-book-card__image{display:block;max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain}.micky-book-card__copy{display:flex;flex:1;flex-direction:column;padding:1.6rem 1.7rem 1.8rem}.micky-book-card__badge{align-self:flex-start;margin:0 0 .7rem;padding:.35rem .7rem;border-radius:999px;background:rgba(var(--color-foreground),.07);font-size:.82em;font-weight:700}.micky-book-card__title{margin:0 0 .45rem;font-size:1.35em}.micky-book-card__meta{margin:0 0 .7rem;color:rgba(var(--color-foreground),.72)}.micky-book-card__price{margin:auto 0 0;padding-top:.7rem;font-weight:700}.micky-book-card__cta{margin:.65rem 0 0;text-decoration:underline;text-underline-offset:.25rem}.micky-book-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1rem}.micky-book-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 1rem;border:1px solid rgb(var(--color-foreground));border-radius:10px;color:rgb(var(--color-foreground));background:rgb(var(--color-background));font-weight:700;text-align:center;text-decoration:none}.micky-book-card__button:hover{box-shadow:0 4px 12px rgba(var(--color-foreground),.12)}.micky-book-card__button--primary{color:rgb(var(--color-background));background:rgb(var(--color-foreground))}.micky-book-card__details{display:inline-block;margin-top:.9rem;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.25rem}.bookstore-feature-card{display:grid;grid-template-columns:minmax(220px,360px) 1fr;align-items:center;gap:3rem;padding:2.4rem;max-width:950px;margin:3rem auto}.bookstore-feature-card img{display:block;width:100%;max-height:540px;object-fit:contain}.bookstore-feature-card h2{margin-top:0}.bookstore-format{margin:1.8rem 0 2rem;padding:1.6rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:14px;background:rgba(var(--color-foreground),.025)}.bookstore-format__series{margin:0 0 .8rem;font-size:.92em;font-weight:700;color:rgba(var(--color-foreground),.7)}.bookstore-format__heading{margin:0 0 .35rem;font-weight:700}.bookstore-format__help{margin:0 0 1rem;font-size:.92em;color:rgba(var(--color-foreground),.7)}.bookstore-format__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.bookstore-format__choice{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:10px;color:rgb(var(--color-foreground));text-decoration:none;background:rgb(var(--color-background))}.bookstore-format__choice:hover{border-color:rgba(var(--color-foreground),.55)}.bookstore-format__choice.is-selected{border-width:2px;border-color:rgb(var(--color-foreground))}.bookstore-format__name{font-weight:700}.bookstore-format__selected{display:block;margin-top:.2rem;font-size:.78em;text-transform:uppercase;letter-spacing:.07em}.bookstore-format__price{font-weight:700;white-space:nowrap}@media(max-width:989px){.bookstore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.bookstore-category-grid,.bookstore-grid,.bookstore-feature-card,.bookstore-format__choices{grid-template-columns:1fr}.bookstore-category-grid{gap:1.6rem}.bookstore-grid{gap:1.6rem;margin-bottom:3rem}.bookstore-feature-card{gap:1.5rem;padding:1.5rem}.bookstore-feature-card img{max-height:430px}.bookstore-format__choice{min-height:64px}.micky-book-card__actions{grid-template-columns:1fr}}