:root{--paper:#F8F5F0;--primary:#A8C3B0;--secondary:#A89CC8;--accent:#FFD97D;--text:#333;--text2:#5A5A5A;--surface:#fff;--radius:6px}
body{margin:0;background:var(--paper);color:var(--text);font-family:'Libre Baskerville',serif;line-height:1.55}
.container{max-width:980px;margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;background:var(--paper);border-bottom:1px solid rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{width:34px;height:34px}.brand{text-decoration:none;color:inherit;display:flex;gap:10px;align-items:center}
.wordmark{font-family:'Shadows Into Light',cursive;font-size:28px}
.nav a{margin-left:16px;text-decoration:none;color:var(--text2)}.nav a:hover{color:var(--text)}
h1,h2,h3{font-family:'Shadows Into Light',cursive;line-height:1.2}
.card{background:var(--surface);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.04);padding:20px;margin:16px 0;border:1px solid rgba(0,0,0,.06)}
.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.site-footer{margin:40px 0 20px;color:var(--text2);font-size:14px}
