:root{--bg:#f7fbff;--text:#162033;--muted:#5f6f86;--accent:#ef7d32;--blue:#dceefa;--max-width:960px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}main,.site-header,.site-footer{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.site-header{justify-content:space-between;gap:1rem;padding:1.5rem 0;display:flex}.site-title{font-weight:700;text-decoration:none}nav{gap:1rem;display:flex}nav a{text-decoration:none}.hero{padding:5rem 0}.home-section{margin-block:4rem}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.section-heading h2{margin:0;font-size:clamp(1.8rem,5vw,2.5rem);line-height:1.1}.section-heading a{color:var(--muted);font-weight:700;text-decoration:none}.section-heading a:hover,.site-footer a:hover{color:var(--accent)}.home-books-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1.5rem;display:grid}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-weight:700}h1{font-size:clamp(2.5rem,8vw,5rem);line-height:1}.book-card{border:1px solid var(--blue);background:#fff;border-radius:1rem;padding:1.5rem}.site-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;padding:3rem 0 2rem;display:flex}.site-footer p{margin:0}.site-footer a{color:inherit;text-decoration:none}.site-footer .social-link{border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.social-link svg{fill:currentColor;width:1.5rem;height:1.5rem}.social-link rect,.social-link circle:not(.icon-dot){fill:none;stroke:currentColor;stroke-width:2px}.social-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.post-list{gap:1.5rem;display:grid}.post-preview{border:1px solid var(--blue);background:#fff;border-radius:1rem;padding:1.5rem}.post-preview-with-image{grid-template-columns:minmax(0,1fr) 160px;align-items:center;gap:1.5rem;display:grid}.post-preview-image img{object-fit:cover;border-radius:.5rem;width:160px;height:120px;display:block;box-shadow:0 .5rem 1.5rem #1620332e}.post-preview h2{margin-bottom:.25rem}.post-preview a{text-decoration:none}time{color:var(--muted);font-size:.95rem}.post{max-width:760px}.post-content{margin-top:2rem;font-size:1.1rem}.post-image{width:min(100%,320px);margin:2rem auto 0}.post-image img{border-radius:.5rem;width:100%;height:auto;display:block;box-shadow:0 1rem 2rem #16203338}.book-list{gap:1.5rem;display:grid}.book-card{grid-template-columns:140px 1fr;align-items:start;gap:1.5rem;display:grid}.book-cover-button{cursor:zoom-in;background:0 0;border:0;padding:0}.book-cover{aspect-ratio:2/3;object-fit:cover;border-radius:.35rem;width:140px;box-shadow:0 .5rem 1.5rem #1620332e}.cover-dialog{background:#fff;border:0;border-radius:1rem;max-width:min(90vw,720px);padding:1rem}.cover-dialog::backdrop{background:#000000a6}.cover-dialog img{border-radius:.5rem;max-width:100%;max-height:80vh;display:block}.dialog-close{cursor:pointer;margin-bottom:.75rem;margin-left:auto;display:block}@media (width<=640px){.post-preview-with-image{display:block}.post-preview-image{display:none}.book-card{grid-template-columns:1fr}.book-cover{width:180px}}.book-detail{grid-template-columns:1.2fr .8fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.book-detail-cover img{border-radius:.5rem;width:100%;height:auto;box-shadow:0 1rem 2rem #16203338}.book-detail-cover{gap:1rem;display:grid}.lead{color:var(--muted);font-size:1.2rem}.about-detail{grid-template-columns:2fr 1fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.about-portrait img{border-radius:.5rem;width:100%;height:auto;box-shadow:0 1rem 2rem #16203338}.button{background:var(--accent);color:#fff;border-radius:999px;justify-self:start;padding:.75rem 1rem;font-weight:700;text-decoration:none;display:inline-block}@media (width<=760px){.book-detail{grid-template-columns:1fr}.book-detail-cover{order:2}.about-detail{grid-template-columns:1fr}.section-heading,.site-footer{flex-direction:column;align-items:flex-start}}
