:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#2e2424;background:#f7f2ef;font-synthesis:none;--dark:#241a1b;--brown:#513b3c;--accent:#795756;--cream:#f7f2ef;--light:#ead9cd;--line:#e4d8d1;--muted:#716363;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.12;letter-spacing:-.03em}
.wrap{width:min(1120px,calc(100% - 2rem));margin-inline:auto}
.skip-link{position:fixed;z-index:10;top:8px;left:8px;padding:.7rem 1rem;background:#fff;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{padding:1rem 0;border-bottom:1px solid var(--line);background:#fff}
.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{color:var(--brown);font-size:1.2rem;font-weight:900;text-decoration:none}
.logo span{color:var(--accent)}
.header-link{color:var(--brown);font-weight:750;text-underline-offset:4px}
.hero{overflow:hidden;padding:3.5rem 0;background:linear-gradient(145deg,#f8f3f0 0%,#fff 60%,#ead9cd 100%)}
.hero-inner{display:grid;gap:2.5rem;align-items:center}
.hero h1{max-width:720px;margin:.5rem 0 1rem;font-size:clamp(2.5rem,8vw,5rem)}
.lead{max-width:690px;color:#514545;font-size:clamp(1.08rem,3vw,1.3rem)}
.eyebrow{margin-bottom:.45rem;color:var(--accent);font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:.78rem 1.2rem;border:2px solid var(--brown);border-radius:9px;background:var(--brown);color:#fff;font-weight:800;text-align:center;text-decoration:none}
.button:hover,.button:focus-visible{border-color:var(--dark);background:var(--dark)}
.button.secondary{background:#fff;color:var(--brown)}
.author-card{position:relative;width:min(80%,380px);margin:auto}
.author-card img{border-radius:20px;box-shadow:0 18px 46px rgba(57,40,41,.18)}
.author-card p{position:absolute;right:-1rem;bottom:-1rem;margin:0;padding:.8rem 1rem;border-radius:10px;background:var(--dark);color:#fff;box-shadow:0 8px 20px rgba(36,26,27,.2)}
.author-card strong,.author-card span{display:block}.author-card span{color:var(--light);font-size:.76rem}
.catalog{padding:5rem 0;scroll-margin-top:1rem}
.section-heading{max-width:700px;margin:0 auto 2.2rem;text-align:center}
.section-heading h2,.author-section h2{margin:.45rem 0 1rem;font-size:clamp(2rem,5vw,3.2rem)}
.section-heading>p:last-child{color:var(--muted)}
.book-grid{display:grid;gap:1.5rem}
.book-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(57,40,41,.1)}
.book-image{display:block;overflow:hidden;background:#eee8e5}
.book-image img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .25s ease}
a.book-image:hover img{transform:scale(1.015)}
.book-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1.35rem}
.book-copy h3{margin:.25rem 0 .75rem;font-size:clamp(1.5rem,4vw,2rem)}
.book-copy>p:not(.eyebrow){color:var(--muted)}
.book-copy .audience{color:var(--ink,#2e2424);font-weight:750}
.price{display:block;margin:auto 0 1rem;color:var(--brown);font-size:1.6rem}
.book-copy .button{width:100%}
.author-section{padding:4.5rem 0;background:var(--light)}
.author-copy{max-width:780px;text-align:center}
.author-copy>p:not(.eyebrow){font-size:1.08rem}
.text-link{color:var(--brown);font-weight:850;text-underline-offset:4px}
footer{padding:2rem 0;background:var(--dark);color:var(--light);font-size:.85rem}
footer p{margin:0}footer a{text-underline-offset:4px}
@media(min-width:720px){.wrap{width:min(1120px,calc(100% - 3rem))}.hero{padding:5rem 0}.hero-inner{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog{padding:6rem 0}.book-copy{padding:1.6rem}}
@media(max-width:520px){.hero{text-align:center}.hero .button{width:100%}.author-card{width:75%;margin-top:.5rem}.author-card p{right:-.5rem;text-align:left}.catalog{padding:4rem 0}.footer-inner{flex-direction:column;text-align:center}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.book-image img{transition:none}}
