/* ===========================================
   The Big Fat Geek — kidakaka.com
   =========================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  background: #fff;
}

/* ---- Layout ---- */
.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Header ---- */
header {
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 0 20px;
  margin-bottom: 44px;
}

.site-title {
  font-size: 26px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.3px;
}

.site-title:hover { color: #555; }

.site-tagline {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

nav {
  margin-top: 14px;
}

nav a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  margin-right: 18px;
}

nav a:hover { color: #111; }

/* ---- Post list (home / archive) ---- */
.post-list { list-style: none; }

.post-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.post-item:last-child { border-bottom: none; }

.post-title {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 7px;
}

.post-title a {
  color: #111;
  text-decoration: none;
}

.post-title a:hover { color: #555; }

.post-meta {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
}

.post-meta .cats a {
  color: #999;
  text-decoration: none;
}

.post-meta .cats a:hover { color: #555; }

.post-excerpt {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* ---- Single post ---- */
.post-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.post-header { margin-bottom: 36px; }

.post-header h1 {
  font-size: 30px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 12px;
}

.post-body { font-size: 18px; }

.post-body h2 {
  font-size: 22px;
  margin: 36px 0 14px;
  color: #111;
}

.post-body h3 {
  font-size: 19px;
  margin: 28px 0 12px;
  color: #111;
}

.post-body h4 {
  font-size: 17px;
  margin: 22px 0 10px;
  color: #111;
}

.post-body p { margin-bottom: 22px; }

.post-body ul,
.post-body ol {
  margin: 0 0 22px 28px;
}

.post-body li { margin-bottom: 8px; }

.post-body blockquote {
  border-left: 3px solid #ddd;
  margin: 28px 0;
  padding: 2px 0 2px 22px;
  color: #666;
  font-style: italic;
}

.post-body strong { color: #111; }

.post-body a { color: #333; }
.post-body a:hover { color: #000; }

/* ---- Post navigation ---- */
.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.post-nav a {
  color: #666;
  text-decoration: none;
  max-width: 48%;
}

.post-nav a:hover { color: #111; }

.post-nav .nav-prev { text-align: left; }
.post-nav .nav-next { text-align: right; }

/* ---- Pagination ---- */
.pagination {
  margin: 48px 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

.pagination a {
  color: #555;
  text-decoration: none;
  margin-right: 16px;
}

.pagination a:hover { color: #111; }

/* ---- Articles index ---- */
.articles-year {
  margin-bottom: 36px;
}

.articles-year h2 {
  font-size: 18px;
  color: #999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.articles-year ul { list-style: none; }

.articles-year li {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  align-items: baseline;
}

.articles-year .art-date {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #aaa;
  white-space: nowrap;
  min-width: 80px;
}

.articles-year a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.articles-year a:hover { color: #111; }

/* ---- Page header (articles / legal) ---- */
.page-header {
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.page-header h1 {
  font-size: 26px;
  color: #111;
}

/* ---- Legal / static content ---- */
.legal-content h2 {
  font-size: 20px;
  margin: 30px 0 12px;
  color: #111;
}

.legal-content p { margin-bottom: 18px; font-size: 16px; }
.legal-content ul { margin: 0 0 18px 28px; font-size: 16px; }
.legal-content li { margin-bottom: 6px; }

/* ---- Footer ---- */
footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 64px;
  padding: 28px 0 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #aaa;
}

.footer-social { margin-bottom: 8px; }

.footer-social a,
footer a {
  color: #aaa;
  text-decoration: none;
  margin-right: 14px;
}

.footer-social a:hover,
footer a:hover { color: #555; }

/* ---- Responsive ---- */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .post-header h1 { font-size: 24px; }
  .post-title { font-size: 19px; }
  .articles-year li { flex-direction: column; gap: 2px; }
}
