body{ background:#fffdf8; color:#14233b; }

.books_hero{
    width:95%; min-height:430px; margin:1rem auto 3rem; padding:5rem 2rem;
    display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;
    border-radius:24px; color:white; overflow:hidden; position:relative;
    background:radial-gradient(circle at 75% 10%,rgba(198,154,82,.35),transparent 30%),linear-gradient(135deg,#080d15,#14233b 62%,#243753);
    box-shadow:0 28px 75px rgba(20,35,59,.2);
}
.books_hero:after{ content:''; position:absolute; inset:12px; border:1px solid rgba(216,181,109,.32); border-radius:17px; pointer-events:none; }
.books_kicker,.books_heading span{ color:#d8b56d; letter-spacing:.23em; font-size:.76rem; font-weight:700; }
.books_hero h1{ max-width:920px; margin:.8rem auto 1rem; font:500 clamp(2.6rem,6vw,5.5rem)/.98 Georgia,serif; }
.books_hero p{ max-width:690px; color:#dce2ea; font-size:1.08rem; line-height:1.7; }
.books_primary,.book_amazon{ display:inline-flex; align-items:center; gap:.45rem; background:#c69a52; color:#fff; border-radius:999px; padding:.85rem 1.3rem; margin-top:1.4rem; font-weight:700; }
.books_primary:hover,.book_amazon:hover{ background:#fff; color:#14233b; transform:translateY(-2px); }

.books_collection{ width:min(1180px,94%); margin:0 auto 4rem; }
.books_heading{ text-align:center; margin-bottom:2rem; }
.books_heading h2{ margin-top:.4rem; font:500 clamp(2rem,4vw,3.2rem) Georgia,serif; }
.books_grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; }
.book_card{ background:#fff; border:1px solid rgba(20,35,59,.09); border-radius:20px; overflow:hidden; box-shadow:0 14px 45px rgba(20,35,59,.09); transition:transform .25s ease,box-shadow .25s ease; }
.book_card:hover{ transform:translateY(-6px); box-shadow:0 22px 55px rgba(20,35,59,.14); }
.book_visual{ aspect-ratio:1/1; background:#0c1017; overflow:hidden; }
.book_visual img{ width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.book_card:hover .book_visual img{ transform:scale(1.025); }
.book_content{ padding:1.35rem; }
.book_author{ color:#a87931; font-size:.72rem; font-weight:800; letter-spacing:.18em; }
.book_content h3{ min-height:3.1em; margin:.5rem 0; font:600 1.45rem/1.08 Georgia,serif; }
.book_content p{ min-height:3.4em; color:#5d6878; line-height:1.45; }
.book_buyline{ display:flex; align-items:center; justify-content:space-between; gap:.8rem; border-top:1px solid #ece8df; margin-top:1.15rem; padding-top:1rem; }
.book_buyline strong{ color:#14233b; font-size:1.2rem; }
.book_buyline span{ color:#7d8490; font-size:.82rem; }
.book_amazon{ margin-top:1rem; width:100%; justify-content:center; }

.digital_coming{ width:min(1050px,92%); margin:0 auto 4rem; padding:3.2rem 2rem; border-radius:22px; text-align:center; background:#14233b; color:#fff; }
.digital_coming h2{ font:500 clamp(2rem,4vw,3rem) Georgia,serif; margin:.55rem 0; }
.digital_coming p{ max-width:720px; margin:auto; color:#dbe1e9; line-height:1.65; }

@media(max-width:850px){ .books_grid{ grid-template-columns:1fr; max-width:580px; margin:auto; } .book_content h3,.book_content p{ min-height:0; } }
@media(max-width:520px){ .books_hero{ min-height:390px; padding:3.5rem 1.2rem; } .books_hero h1{ font-size:2.6rem; } .book_buyline{ align-items:flex-start; flex-direction:column; } }
