/* Sociano blog — styles for /blog hub + posts. Loaded after /assets/site.css; uses its tokens.
   Visual source: designs/web/Blog.dc.html (hub) + Privacy.dc.html reading rhythm (posts). */

/* ---------- Hub ---------- */
.blog-head { padding: 72px 0 44px; }
.blog-head .display { font-size: 64px; line-height: 1.02; max-width: 720px; margin: 0 0 20px; }
.blog-head .lede { max-width: 560px; margin: 0; }
.blog-featured { padding: 10px 0 20px; }
.blog-grid-sec { padding: 30px 0 90px; }

.featured-card {
  display: block; color: inherit;
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 22px; padding: 46px 52px;
  box-shadow: 0 1px 3px rgba(32, 30, 25, .04);
}
.featured-card:hover { color: inherit; border-color: var(--hairline-strong); }
.featured-card:hover h2 { color: var(--sage-dark); }
.featured-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--sage-tint-strong); color: var(--sage-dark);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 22px;
}
.featured-body { max-width: 640px; }
.featured-body h2 { font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 14px; }
.featured-body p { font-size: 16.5px; line-height: 1.6; color: var(--body); margin: 0 0 24px; }
.post-kicker--sage { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.read-more { font-size: 15px; font-weight: 600; color: var(--sage); }

.post-grid { gap: 20px; }
.post-card {
  display: flex; flex-direction: column; color: inherit;
  background: var(--card); border: 1px solid var(--hairline);
  border-radius: 18px; padding: 30px 28px 26px;
  box-shadow: 0 1px 3px rgba(32, 30, 25, .04);
}
.post-card:hover { color: inherit; border-color: var(--hairline-strong); }
.post-card:hover h3 { color: var(--sage-dark); }
.post-kicker { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.post-card h3 { font-family: var(--serif); font-weight: 400; font-size: 23px; line-height: 1.15; margin: 0 0 8px; }
.post-card p { font-size: 15px; line-height: 1.55; color: var(--body); margin: 0 0 18px; }
.post-card .read-more { margin-top: auto; font-size: 14px; }

/* Category dots (replace old gradient thumbs) */
.post-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.dot-sage { background: #5E7355; }
.dot-gold { background: #C9A24B; }
.dot-blue { background: #7E8FB0; }
.dot-terracotta { background: #B5765C; }

/* Guides cross-promo */
.guides-promo { margin-top: 64px; padding-top: 56px; border-top: 1px solid rgba(33, 31, 26, .1); }
.guides-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.guides-head .eyebrow { margin-bottom: 12px; }
.guides-head h2 { font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.05; letter-spacing: -.01em; margin: 0; }
.all-link { font-size: 15px; font-weight: 600; color: var(--sage); white-space: nowrap; }
.guide-card {
  display: block; color: inherit;
  background: var(--cream-band); border: 1px solid var(--hairline);
  border-radius: 18px; padding: 28px;
}
.guide-card:hover { color: inherit; border-color: var(--hairline-strong); }
.guide-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.guide-card p { font-size: 15px; line-height: 1.5; color: var(--body); margin: 0; }

/* ---------- Post pages ---------- */
.post-header { max-width: 800px; margin: 0 auto; padding: 72px 40px 36px; text-align: center; }
.post-header .eyebrow { margin-bottom: 18px; }
.post-title { font-family: var(--serif); font-weight: 400; font-size: 54px; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 18px; text-wrap: balance; }
.post-date { font-size: 14px; color: var(--muted); }
.post-rule { width: 56px; height: 3px; border-radius: 2px; margin: 26px auto 0; background: var(--sage); opacity: .55; }

.article { max-width: 680px; margin: 0 auto; padding: 40px 40px 0; font-size: 17px; line-height: 1.65; color: var(--body); }
.article p { margin: 0 0 18px; }
.article h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.15; letter-spacing: -.01em; color: var(--ink); margin: 42px 0 14px; }
.article h2:first-child { margin-top: 0; }
.article ul { margin: 0 0 18px; padding-left: 22px; }
.article li { margin-bottom: 9px; }
.article a { color: var(--sage); font-weight: 600; }
.article strong { color: var(--ink); font-weight: 700; }

/* Comparison table (hairline borders, sage check / rust cross, scrolls on mobile) */
.table-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 26px 0 10px;
  border: 1px solid var(--hairline-strong); border-radius: 14px;
  background: var(--card);
}
.compare { border-collapse: collapse; width: 100%; min-width: 620px; font-size: 15px; }
.compare th, .compare td { padding: 14px 18px; border-bottom: 1px solid var(--hairline); }
.compare thead th {
  background: var(--cream-band); border-bottom: 1px solid var(--hairline-strong);
  font-size: 13.5px; font-weight: 700; letter-spacing: .02em; text-align: center; color: var(--ink);
}
.compare thead th:first-child { text-align: left; }
.compare tbody th { text-align: left; font-weight: 600; font-size: 15px; color: var(--ink); line-height: 1.35; }
.compare td { text-align: center; }
.compare td.col-soc { background: rgba(94, 115, 85, .06); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: none; }
.row-sub { font-size: 12.5px; font-weight: 500; color: var(--muted); margin-top: 3px; }
.mark-yes { color: var(--sage); font-weight: 700; font-size: 17px; }
.mark-no { color: var(--rust); font-weight: 700; font-size: 17px; }

/* End-of-post CTA + related row */
.post-cta { max-width: 760px; margin: 56px auto 0; padding: 0 40px; }
.post-cta .cta-dark { padding: 56px 40px; }
.post-cta h2 { font-family: var(--serif); font-weight: 400; font-size: 38px; letter-spacing: -.01em; margin: 0 0 12px; }
.post-cta p { font-size: 16px; line-height: 1.6; color: rgba(244, 239, 229, .75); margin: 0 auto 26px; max-width: 460px; }
.related { padding: 72px 0 90px; }
.related-title { font-family: var(--serif); font-weight: 400; font-size: 34px; letter-spacing: -.01em; margin: 0 0 26px; }
.related .post-card h3 { font-size: 20px; }

/* ---------- Mobile ---------- */
@media (max-width: 720px) {
  .blog-head { padding: 56px 0 32px; }
  .featured-card { padding: 32px 26px; }
  .featured-body h2 { font-size: 30px; }
  .post-header { padding: 56px 26px 26px; }
  .post-title { font-size: 38px; }
  .article { padding: 36px 26px 0; }
  .post-cta { padding: 0 26px; }
  .post-cta .cta-dark { padding: 46px 26px; }
  .post-cta .cta-dark h2 { font-size: 32px !important; }
  .related { padding: 56px 0 72px; }
}
