/* Movers24 blog - prose + index grid. Root-absolute loaded via /blog.css */

/* ---------- shared ---------- */
.blog-wrap { max-width: 820px; margin-inline: auto; padding-inline: var(--gutter); }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin: 0 0 6px; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-text); }
.breadcrumbs span[aria-current] { color: var(--ink-2); }

/* ---------- index hub ---------- */
.blog-hero { padding: clamp(72px, 9vw, 120px) 0 clamp(26px, 4vw, 44px); }
.blog-hero h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-top: 18px; line-height: 1.08; }
.blog-hero .lede { margin-top: 20px; color: var(--muted); font-size: 1.12rem; line-height: 1.65; max-width: 60ch; }

.post-grid {
  display: grid; gap: clamp(20px, 2.4vw, 30px);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-bottom: clamp(60px, 8vw, 100px);
}
.post-card {
  display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: var(--r-lg, 18px);
  background: var(--bg); padding: 26px 26px 28px; text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.post-card:hover { border-color: var(--accent-soft); box-shadow: var(--sh-accent); transform: translateY(-3px); }
.post-card .tag {
  align-self: flex-start; font-size: .76rem; font-weight: 700; letter-spacing: .03em;
  text-transform: uppercase; color: var(--accent-text);
  background: var(--accent-tint); border: 1px solid var(--accent-tint-2);
  padding: 4px 11px; border-radius: var(--r-pill, 999px);
}
.post-card h2 { font-size: 1.28rem; line-height: 1.25; margin: 16px 0 0; color: var(--ink); }
.post-card .excerpt { margin: 12px 0 0; color: var(--ink-2); font-size: .98rem; line-height: 1.55; }
.post-card .date { margin-top: 18px; color: var(--muted); font-size: .86rem; }

/* ---------- article ---------- */
.post-head { padding: clamp(76px, 9vw, 120px) 0 clamp(18px, 3vw, 30px); }
.post-head h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 12px 0 0; line-height: 1.12; }
.byline { margin-top: 16px; color: var(--muted); font-size: .94rem; }
.byline b { color: var(--ink-2); font-weight: 600; }

/* Article hero image (matches .blog-wrap width: 820px, centered) */
.post-hero { max-width: 820px; margin: clamp(18px, 3vw, 30px) auto 0; padding-inline: var(--gutter); }
.post-hero img {
  display: block; width: 100%; height: auto; aspect-ratio: 16 / 9;
  object-fit: cover; border-radius: 18px; background: var(--line);
}

.post-body { padding-bottom: clamp(40px, 5vw, 70px); font-size: 1.06rem; line-height: 1.72; color: var(--ink-2); }
.post-body > .lead { font-size: 1.18rem; line-height: 1.6; color: var(--ink); margin: 8px 0 30px; }
.post-body h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); color: var(--ink); margin: 42px 0 14px; line-height: 1.2; }
.post-body h3 { font-size: 1.18rem; color: var(--ink); margin: 30px 0 10px; }
.post-body p { margin: 0 0 18px; }
.post-body a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
.post-body a:hover { color: var(--accent-strong); }
.post-body ul, .post-body ol { margin: 0 0 20px; padding-left: 1.3em; }
.post-body li { margin: 0 0 8px; }
.post-body strong { color: var(--ink); }

.post-body table {
  width: 100%; border-collapse: collapse; margin: 8px 0 26px;
  font-size: .98rem; border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
.post-body th, .post-body td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.post-body thead th { background: var(--bg-soft); color: var(--ink); font-weight: 700; }
.post-body tbody tr:last-child td { border-bottom: 0; }
.post-body tbody tr:nth-child(even) td { background: var(--bg-soft); }

.callout {
  margin: 8px 0 28px; padding: 20px 24px; border-radius: 14px;
  background: var(--accent-tint); border: 1px solid var(--accent-tint-2); color: var(--ink-2);
}
.callout p:last-child { margin-bottom: 0; }

.faq { margin: 36px 0 8px; }
.faq h2 { margin-bottom: 18px; }
.faq-item { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 8px; font-size: 1.08rem; }
.faq-item p { margin: 0; }

.author-box {
  display: flex; gap: 18px; align-items: flex-start;
  margin: 40px 0 0; padding: 24px; border-radius: 16px;
  background: var(--bg-soft); border: 1px solid var(--line);
}
.author-box img { width: 56px; height: 56px; border-radius: 12px; flex: 0 0 auto; }
.author-box h3 { margin: 0 0 6px; font-size: 1.05rem; color: var(--ink); }
.author-box p { margin: 0; font-size: .95rem; color: var(--ink-2); line-height: 1.55; }

.related { margin: 44px 0 0; }
.related h2 { font-size: 1.3rem; margin-bottom: 16px; }
.related-list { display: grid; gap: 12px; }
.related-list a {
  display: block; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px;
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 1rem;
  transition: border-color .16s ease, background .16s ease;
}
.related-list a:hover { border-color: var(--accent-soft); background: var(--accent-tint); }

.post-cta {
  margin: 46px 0 clamp(60px, 8vw, 100px);
  padding: clamp(30px, 4vw, 44px); border-radius: 20px;
  background: var(--ink); color: #fff; text-align: center;
}
.post-cta h2 { color: #fff; margin: 0 0 10px; font-size: clamp(1.5rem, 3vw, 2rem); }
.post-cta p { color: rgba(255,255,255,.82); margin: 0 0 22px; font-size: 1.05rem; }
.post-cta .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
