:root{--max-width:680px}
*{box-sizing:border-box}
/* Use a consistent serif stack for all text */
body{font-family: Georgia, 'Times New Roman', Times, serif; color:#000;background:#fff;margin:0;padding:0}
.container{max-width:var(--max-width);margin:0 auto;padding:48px 20px}
.logo{display:block;margin:0 0 18px 0;background:transparent;padding:0}
.logo-text{font-family: Georgia, 'Times New Roman', Times, serif;font-size:28px;font-weight:700;line-height:1;letter-spacing:0.5px;text-transform:uppercase}
.home-header{margin-bottom:32px;text-align:left}
.philosophy{font-family: Georgia, 'Times New Roman', Times, serif;font-size:16px;margin:6px 0 0 0;text-transform:none}
.social{margin-top:8px}
.x-link{display:inline-flex;align-items:center;gap:6px;font-family: Georgia, 'Times New Roman', Times, serif;font-size:13px;color:#000;text-decoration:none;padding:0;border:0;background:transparent;opacity:0.85;transition:opacity .12s,color .12s}
.x-link svg{fill:currentColor;opacity:0.9}
.x-link:hover{opacity:1;text-decoration:underline}
.articles{list-style:none;padding:0;margin:16px 0}
.article-item{padding:12px 0;border-top:1px solid #eee;font-family: Georgia, 'Times New Roman', Times, serif}
.article-item a{font-family: Georgia, 'Times New Roman', Times, serif;font-size:16px;color:#000;text-decoration:none}
.meta{color:#666;font-size:13px;font-family: Georgia, 'Times New Roman', Times, serif;margin-top:6px}
.article-body{margin-top:20px;line-height:1.7;font-family: Georgia, 'Times New Roman', Times, serif}
.site-footer{margin-top:48px;color:#444;font-size:13px;font-family: Georgia, 'Times New Roman', Times, serif;border-top:1px solid #eee;padding-top:18px}
.disclaimer{margin-top:8px;font-size:12px;font-family: Georgia, 'Times New Roman', Times, serif;color:#666;text-align:left}
@media (max-width:600px){.container{padding:24px}}