.book-card{position:relative;background:linear-gradient(145deg,#111,#303030);border-radius:24px;padding:42px 35px;color:var(--white);box-shadow:0 28px 60px rgba(0,0,0,.26);min-height:500px;display:flex;flex-direction:column;justify-content:center;border:5px solid #ff7a18;transform:rotate(1.5deg)}.book-card::before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;pointer-events:none}.book-small{color:var(--accent);text-transform:uppercase;font-weight:800;letter-spacing:1px;margin-bottom:15px}.book-title{font-size:clamp(38px,5vw,62px);line-height:1;font-weight:900;margin-bottom:18px}.book-title span{color:var(--primary)}.book-tagline{font-size:20px;font-weight:700;margin-bottom:30px}.book-author{border-top:1px solid rgba(255,255,255,.25);padding-top:20px;font-size:18px;font-weight:700}@media (max-width:900px){.book-card{min-height:430px;transform:none}}