*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbf6ed;color:#292826;font-family:Georgia,serif}.hero{background:#f6ecdc;text-align:center;padding:0 0 22px}.header-art{display:block;width:100%;max-width:1600px;margin:auto;height:auto}.down{font:28px Arial;color:#b95549;text-decoration:none}main{max-width:1200px;margin:auto;padding:70px 28px}h1{text-align:center;font-weight:400;font-size:42px}.books{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:45px}.books article{text-align:center}.books article img{width:100%;height:460px;object-fit:contain;filter:drop-shadow(0 12px 16px #0002)}h2{font-size:20px}.books p{font-family:Arial,sans-serif;line-height:1.6;color:#625d56}.books a{display:inline-block;background:#292826;color:#fff;padding:12px 22px;text-decoration:none}footer{text-align:center;background:#f6ecdc;padding:45px}footer img{width:150px}footer p{font:12px Arial;color:#716c65}@media(max-width:800px){.books{grid-template-columns:1fr}.books article img{height:420px}}