/* ===== SINGLE BLOG PAGE STYLES ===== */

/* ---- ARTICLE HEADER ---- */
.article-header {
  padding-top: 140px;
  padding-bottom: 56px;
  background: var(--black);
  border-bottom: 1px solid var(--black-border);
}
.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  color: var(--white-mute);
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
}
.article-breadcrumb a {
  color: var(--white-mute);
  text-decoration: none;
  transition: color 0.2s;
}
.article-breadcrumb a:hover { color: var(--white); }
.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.article-category {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-dim);
  padding: 0.25rem 0.65rem;
}
.article-date, .article-author {
  font-size: 0.78rem;
  color: var(--white-mute);
  letter-spacing: 0.04em;
}
.article-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
}
.article-intro {
  font-size: 1.1rem;
  color: var(--white-dim);
  line-height: 1.8;
  max-width: 580px;
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 400;
}

/* ---- ARTICLE SEP ---- */
.article-top-sep { background: var(--black); padding: 0; }
.article-sep-line { height: 1px; background: var(--black-border); }

/* ---- ARTICLE BODY ---- */
.article-body-section {
  background: var(--black);
  padding: 72px 0 100px;
}

/* Article Content */
.article-content {
  font-size: 0.975rem;
  line-height: 1.85;
  color: var(--white-dim);
}
.article-content p { margin-bottom: 1.4rem; }
.article-content p:last-child { margin-bottom: 0; }
.article-lead {
  font-size: 1.1rem;
  color: var(--white-dim);
  line-height: 1.8;
  margin-bottom: 2rem;
  border-left: 2px solid var(--red);
  padding-left: 1.2rem;
}
.article-content h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
  padding-top: 1rem;
  border-top: 1px solid var(--black-border);
}
.article-content h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.article-content strong { color: var(--white); font-weight: 600; }
.article-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.4rem;
}
.article-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.65rem;
  font-size: 0.965rem;
  color: var(--white-mute);
  line-height: 1.7;
}
.article-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--red);
}
.article-quote {
  border-left: 3px solid var(--red);
  margin: 2.5rem 0;
  padding: 1.4rem 1.8rem;
  background: var(--black-card);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  color: var(--white);
  line-height: 1.65;
}

/* ---- POST CTA BANNER ---- */
.post-cta-banner {
  margin-top: 3.5rem;
  background: var(--black-card);
  border: 1px solid rgba(200,16,46,0.25);
  padding: 2.5rem 2rem;
}
.pcb-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.75rem;
}
.pcb-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.pcb-text { font-size: 0.9rem; color: var(--white-mute); line-height: 1.7; margin-bottom: 1.4rem; }

/* ---- SIDEBAR ---- */
.article-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-widget {
  background: var(--black-card);
  border: 1px solid var(--black-border);
  padding: 1.6rem;
}
.sw-title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white-dim);
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--black-border);
}
.sw-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.83rem;
  gap: 0.5rem;
}
.sw-label { color: var(--white-mute); }
.sw-value { color: var(--white); font-weight: 500; text-align: right; }
.cat-red { color: var(--red) !important; }
.sidebar-service-link {
  display: block;
  font-size: 0.85rem;
  color: var(--white-dim);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.2s, padding-left 0.2s;
}
.sidebar-service-link:hover { color: var(--red); padding-left: 4px; }
.sidebar-cta {
  background: var(--black-card);
  border: 1px solid var(--black-border);
  padding: 1.6rem;
}
.scta-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.6rem;
}
.scta-text { font-size: 0.86rem; color: var(--white-mute); line-height: 1.65; }

/* ---- RELATED ARTICLES ---- */
.related-articles-section {
  background: var(--black-soft);
  border-top: 1px solid var(--black-border);
  padding: 80px 0;
}

/* Blog card (shared — also used in blog.html) */
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--black-card);
  border: 1px solid var(--black-border);
  padding: 1.8rem 1.6rem;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
.blog-card:hover {
  border-color: rgba(200,16,46,0.25);
  transform: translateY(-4px);
}
.bc-category {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.4rem;
}
.bc-date {
  font-size: 0.75rem;
  color: var(--white-mute);
  margin-bottom: 1rem;
}
.bc-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}
.bc-excerpt {
  font-size: 0.86rem;
  color: var(--white-mute);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1.2rem;
}
.bc-read {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  transition: letter-spacing 0.3s;
}
.blog-card:hover .bc-read { letter-spacing: 0.16em; }

@media (max-width: 991px) {
  .article-sidebar { position: relative; top: 0; margin-top: 3rem; }
}
