/* Santa Calls — Blog layer (built on brand.css + styles.css tokens) */

/* ─── Breadcrumb ─────────────────────────────────── */
.breadcrumb {
  font-size: 12px;
  color: var(--sc-muted);
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--sc-muted); }
.breadcrumb a:hover { color: var(--sc-cream); text-decoration: none; }
.breadcrumb span { color: var(--sc-quiet); padding: 0 6px; }

/* ─── Blog index ─────────────────────────────────── */
.blog-head { text-align: center; padding: 40px 0 8px; }
.blog-head h1 { font-size: 38px; color: var(--sc-cream); font-weight: 500; font-style: italic; margin-bottom: 12px; line-height: 1.15; }
.blog-head h1 em { color: var(--sc-gold); font-style: italic; font-weight: 600; }
.blog-head p { font-size: 17px; color: var(--sc-cream-2); max-width: 480px; margin: 0 auto; line-height: 1.55; }

.post-list { display: grid; gap: 16px; margin: 28px 0; }

.post-card {
  display: block;
  background: var(--sc-card);
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-r-lg);
  padding: 22px 24px;
  box-shadow: var(--sc-shadow-card);
  transition: border-color 0.15s, transform 0.1s;
}
.post-card:hover { border-color: var(--sc-gold-deep); text-decoration: none; transform: translateY(-2px); }
.post-card .post-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sc-gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.post-card h2 {
  font-family: var(--sc-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  color: var(--sc-cream);
  margin-bottom: 8px;
  line-height: 1.25;
}
.post-card p { color: var(--sc-cream-2); font-size: 15px; line-height: 1.6; margin: 0; }
.post-card .read-more {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--sc-display);
  font-style: italic;
  font-size: 15px;
  color: var(--sc-gold);
}

/* ─── Article ────────────────────────────────────── */
.post { max-width: 720px; margin: 0 auto; line-height: 1.75; }
.post .post-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sc-gold);
  font-weight: 600;
  margin-bottom: 10px;
}
.post h1 {
  font-style: italic;
  font-size: 34px;
  color: var(--sc-cream);
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 12px;
}
.post .post-lede { font-size: 19px; color: var(--sc-cream-2); margin-bottom: 28px; line-height: 1.6; }
.post h2 {
  font-style: italic;
  font-size: 25px;
  color: var(--sc-cream);
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 12px;
}
.post h3 {
  font-style: italic;
  font-size: 19px;
  color: var(--sc-cream-2);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
}
.post p { color: var(--sc-cream-2); font-size: 16px; margin-bottom: 16px; }
.post ul, .post ol { padding-left: 24px; margin: 8px 0 20px; }
.post li { color: var(--sc-cream-2); font-size: 16px; margin-bottom: 8px; }
.post a { color: var(--sc-gold); }
.post strong { color: var(--sc-cream); }
.post em { color: var(--sc-cream); font-style: italic; }
.post blockquote {
  border-left: 3px solid var(--sc-gold-deep);
  padding: 4px 0 4px 18px;
  margin: 20px 0;
  font-family: var(--sc-display);
  font-style: italic;
  font-size: 19px;
  color: var(--sc-cream);
}

/* Pull-aside / key takeaway box */
.post-aside {
  background: var(--sc-gold-tint);
  border: 1px solid var(--sc-gold-deep);
  border-radius: var(--sc-r-md);
  padding: 16px 20px;
  margin: 24px 0;
}
.post-aside p { color: var(--sc-cream); margin: 0; font-size: 15px; }

/* FAQ block inside a post */
.post-faq { margin: 12px 0 8px; }
.post-faq .faq-q {
  font-family: var(--sc-display);
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: var(--sc-cream);
  margin: 18px 0 6px;
}
.post-faq .faq-a { color: var(--sc-cream-2); font-size: 16px; margin-bottom: 8px; }

/* End-of-post CTA */
.post-cta {
  text-align: center;
  background: var(--sc-card);
  border: 1px solid var(--sc-line-hi);
  border-radius: var(--sc-r-lg);
  padding: 28px 24px;
  margin: 40px 0 8px;
  box-shadow: var(--sc-shadow-card);
}
.post-cta h3 {
  font-family: var(--sc-display);
  font-style: italic;
  font-size: 22px;
  color: var(--sc-cream);
  margin-bottom: 8px;
}
.post-cta p { color: var(--sc-cream-2); font-size: 15px; margin-bottom: 18px; max-width: 440px; margin-left: auto; margin-right: auto; }

/* Related posts */
.related { margin: 36px 0 8px; }
.related h3 {
  font-family: var(--sc-display);
  font-style: italic;
  font-size: 18px;
  color: var(--sc-cream);
  margin-bottom: 12px;
}
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { padding: 8px 0; border-bottom: 1px dashed var(--sc-line); }
.related li:last-child { border-bottom: none; }
.related a { color: var(--sc-gold); font-size: 15px; }

/* ─── Accessibility: underline links inside running prose ─── */
/* WCAG 1.4.1 (Use of Color): in-text links must not rely on color alone.
   Scoped to prose containers so nav, breadcrumb, cards, and .btn CTAs
   (never inside <p>/<li>/.faq-a) keep their underline-free styling. */
.post p a,
.post li a,
.post blockquote a,
.post-faq .faq-a a,
.related a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: from-font;
}
