.bookstore-intro{border-bottom:1px solid var(--line);padding-bottom:58px}
.bookstore-intro h1{font-size:clamp(2.7rem,4.8vw,5rem);margin:26px 0}
.bookstore-top-button{margin-top:30px}
.book-grid-wrap{background:#fff}
.book-grid-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}
.book-grid-heading h2{font-size:clamp(2rem,3vw,3.3rem);margin:16px 0 0}
.book-grid-heading p{max-width:340px;margin:0;line-height:1.8}
.book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.book-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #d5dbd7;background:#f7f5ef;overflow:hidden;box-shadow:0 10px 25px #102b3710}
.book-card::after{content:'✦';position:absolute;right:15px;top:47%;color:#b99557;font-size:1.25rem;opacity:.35;transform:rotate(18deg)}
.book-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:17px 18px 13px;font-size:.7rem;letter-spacing:.11em;text-transform:uppercase;font-weight:700}
.book-index{color:#98794a}.book-type{color:#637277;text-align:right}
.book-cover{margin:0 18px;min-height:205px;display:flex;flex-direction:column;justify-content:space-between;padding:25px 22px;position:relative;color:#fff;box-shadow:8px 8px 0 #102b3720;overflow:hidden}
.book-cover::before,.book-cover::after{content:'';position:absolute;border:1px solid #ffffff55;border-radius:50%;pointer-events:none}
.book-cover::before{width:190px;height:190px;right:-75px;top:-75px}.book-cover::after{width:120px;height:120px;left:-70px;bottom:-75px}
.cover-symbol{font-size:2rem;line-height:1;color:#f2d19b;z-index:1}.cover-title{font-family:'Libre Baskerville',Georgia,serif;font-size:1.45rem;line-height:1.22;letter-spacing:-.035em;z-index:1}.cover-author{font-size:.62rem;letter-spacing:.13em;line-height:1.5;z-index:1}
.book-card--mirror .book-cover{background:linear-gradient(140deg,#1f3c4a,#596d71)}.book-card--truth .book-cover{background:linear-gradient(140deg,#452b32,#9a6352)}.book-card--desirable .book-cover{background:linear-gradient(140deg,#826434,#d5a95c)}.book-card--intimacy .book-cover{background:linear-gradient(140deg,#5c3545,#a56a77)}.book-card--next .book-cover{background:linear-gradient(140deg,#243a50,#557e91)}.book-card--return .book-cover{background:linear-gradient(140deg,#334b39,#8b9c70)}
.book-card-copy{padding:27px 20px 23px;display:flex;flex-direction:column;flex:1}.book-card-copy h3{font-family:'Libre Baskerville',Georgia,serif;font-size:1.25rem;line-height:1.4;font-weight:400;margin:0 0 12px;letter-spacing:-.025em}.book-card-copy p{font-size:.95rem;line-height:1.75;margin:0 0 22px}.book-link{margin-top:auto;font-weight:700;text-decoration:none;font-size:.88rem;color:#826434}.book-link:hover{text-decoration:underline;text-underline-offset:5px}.book-link span{font-size:1.05rem;margin-left:5px}
.bookstore-note{background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.bookstore-note h2{font-size:clamp(2rem,3vw,3.4rem);margin:18px 0}.bookstore-note p{color:#c9d5d6;max-width:720px;line-height:1.85;margin:0}.bookstore-note .button{flex-shrink:0}
@media(max-width:1000px){.book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bookstore-note{align-items:flex-start;flex-direction:column}.book-grid-heading{align-items:flex-start;flex-direction:column;gap:15px}}
@media(max-width:650px){.bookstore-intro{padding-bottom:45px}.book-grid{grid-template-columns:1fr}.book-cover{min-height:220px}.book-grid-wrap{padding-top:55px}.book-grid-heading{margin-bottom:30px}.bookstore-note{padding-top:58px;padding-bottom:58px}}
