/* ============================================
   Investor Claims Counsel — Blog Styles
   Extends style.css
   ============================================ */

/* ---------- Blog index ---------- */
.blog-hero {
  padding: 90px 0 50px;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.blog-hero .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 44px;
}

.blog-hero .section-eyebrow {
  margin-bottom: 22px;
}

.blog-hero h1 {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 22ch;
}

.blog-hero h1 em {
  font-style: italic;
  color: var(--accent);
}

.blog-hero .lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 62ch;
  font-weight: 300;
}

/* ---------- Blog list ---------- */
.blog-list {
  padding: 70px 0 110px;
  background: var(--paper);
}

.blog-list .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 44px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--rule-strong);
}

.blog-entry {
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
}

.blog-entry-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-entry-date {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
}

.blog-entry-tag {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 600;
}

.blog-entry-body h2 {
  font-family: 'Newsreader', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.012em;
  margin-bottom: 14px;
}

.blog-entry-body h2 a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-entry-body h2 a:hover { color: var(--accent); }

.blog-entry-body p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  font-weight: 300;
  max-width: 70ch;
}

.blog-entry-body .read {
  display: inline-block;
  margin-top: 16px;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
}

/* ---------- Article page ---------- */
.article-header {
  padding: 80px 0 50px;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}

.article-header .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 44px;
}

.article-breadcrumb {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 28px;
}

.article-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.article-breadcrumb a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.article-tag {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.article-header h1 {
  font-family: 'Newsreader', serif;
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
  margin-bottom: 28px;
}

.article-header h1 em { font-style: italic; color: var(--accent); }

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

.article-meta img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.article-meta-text {
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-2);
  font-weight: 300;
}

.article-meta-text strong {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  display: block;
  letter-spacing: -0.005em;
}

/* ---------- Article body ---------- */
.article-body {
  padding: 60px 0 70px;
  background: var(--paper);
}

.article-body .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 44px;
}

.article-content p {
  font-family: 'Newsreader', serif;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 24px;
  font-weight: 400;
}

.article-content p.lede {
  font-size: 22px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 400;
  margin-bottom: 32px;
}

.article-content h2 {
  font-family: 'Newsreader', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.012em;
  margin: 44px 0 18px;
  color: var(--ink);
}

.article-content h2 em { font-style: italic; color: var(--accent); }

.article-content h3 {
  font-family: 'Newsreader', serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  margin: 32px 0 12px;
  color: var(--ink);
}

.article-content ul,
.article-content ol {
  margin: 18px 0 28px 0;
  padding-left: 28px;
}

.article-content li {
  font-family: 'Newsreader', serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 400;
}

.article-content blockquote {
  border-left: 2px solid var(--accent);
  padding: 6px 0 6px 28px;
  margin: 32px 0;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 400;
}

.article-content strong {
  font-weight: 600;
}

.article-content em { font-style: italic; }

.article-content a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  transition: opacity 0.2s;
}

.article-content a:hover { opacity: 0.7; }

.article-content hr {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 40px 0;
}

/* ---------- Article footer / disclaimer ---------- */
.article-cta {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 60px 0;
}

.article-cta .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 44px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: center;
}

.article-cta .label {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: 14px;
}

.article-cta h3 {
  font-family: 'Newsreader', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.article-cta h3 em { font-style: italic; color: var(--accent); }

.article-cta p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  font-weight: 300;
}

.article-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-disclaimer {
  background: var(--paper);
  padding: 40px 0 60px;
}

.article-disclaimer .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 44px;
}

.article-disclaimer p {
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--muted);
  font-style: italic;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .blog-hero { padding: 60px 0 40px; }
  .blog-hero .container,
  .blog-list .container,
  .article-header .container,
  .article-body .container,
  .article-cta .container,
  .article-disclaimer .container {
    padding: 0 22px;
  }
  .blog-list { padding: 50px 0 80px; }
  .blog-entry {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .article-header { padding: 50px 0 36px; }
  .article-content p { font-size: 17px; }
  .article-content p.lede { font-size: 19px; }
  .article-content li { font-size: 16.5px; }
  .article-content h2 { font-size: 24px; }
  .article-cta .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
