/* ════════════════════════════════════════════════
   Blog article + index — editorial typography
   ════════════════════════════════════════════════ */

.article-body {
  padding-bottom: 100px;
}

/* ─── Article hero ─── */
.article-hero {
  padding: 80px 0 40px;
  background: var(--cream-soft);
  border-bottom: 1px solid var(--sand);
}

.container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  color: var(--warm-grey);
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--warm-grey);
  text-decoration: none;
  transition: color var(--t-fast);
}
.breadcrumb a:hover { color: var(--terracotta); }
.breadcrumb .current {
  color: var(--ink);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
}
.article-meta .article-author {
  color: var(--warm-grey);
  font-weight: 500;
}
.article-meta .article-author::before {
  content: '·';
  margin-right: 16px;
  color: var(--sand-dark);
}

.article-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: var(--charcoal);
  max-width: 820px;
  margin-bottom: 16px;
}

/* ─── Featured image ─── */
.article-featured {
  padding: 40px 0;
  background: var(--cream-soft);
}
.article-featured .container-narrow {
  max-width: 900px;
}
.article-featured img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

/* ─── Article body ─── */
.article-content {
  padding: 60px 0 80px;
  background: var(--cream);
}
.article-content .container-narrow > * {
  margin-bottom: 1.2em;
}
.article-content p,
.article-content li {
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ink);
  font-weight: 400;
}
.article-content p strong,
.article-content li strong { color: var(--charcoal); font-weight: 600; }

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--charcoal);
  margin: 1.8em 0 .5em;
  letter-spacing: -.01em;
  line-height: 1.2;
  font-weight: 500;
}
.article-content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.article-content h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); color: var(--terracotta); font-style: italic; font-weight: 400; }
.article-content h4 { font-size: 1.2rem; font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: .02em; }

.article-content blockquote {
  margin: 2em 0;
  padding: 24px 28px 24px 32px;
  border-left: 3px solid var(--terracotta);
  background: var(--cream-soft);
  border-radius: 0 12px 12px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.5;
}
.article-content blockquote p { font-family: inherit !important; font-size: inherit !important; }

.article-content ul,
.article-content ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.article-content li { margin-bottom: 8px; }

.article-content a {
  color: var(--terracotta);
  text-decoration: none;
  border-bottom: 1px solid var(--terracotta);
  transition: opacity var(--t-fast);
}
.article-content a:hover { opacity: .7; }

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5em 0;
  display: block;
  box-shadow: var(--shadow-sm);
}

.article-content figure {
  margin: 2em 0;
}
.article-content figcaption {
  font-size: .85rem;
  color: var(--warm-grey);
  font-style: italic;
  margin-top: 8px;
  text-align: center;
}

.article-content hr {
  border: 0;
  height: 1px;
  background: var(--sand);
  margin: 3em auto;
  width: 60%;
}

.article-content iframe {
  max-width: 100%;
  border-radius: 12px;
  margin: 1.5em 0;
}

/* ─── Article CTA ─── */
.article-cta-section {
  padding: 30px 0 80px;
  background: var(--cream);
}
.article-cta-card {
  background: var(--charcoal);
  color: var(--cream);
  border-radius: 24px;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.article-cta-card::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  top: -200px;
  right: -150px;
  background: radial-gradient(circle, var(--terracotta) 0%, transparent 70%);
  opacity: .25;
  pointer-events: none;
}
.article-cta-card .label {
  color: var(--terracotta);
  background: rgba(185,117,90,.15);
  border: 1px solid rgba(185,117,90,.3);
  padding-left: 16px;
}
.article-cta-card .label::before { display: none; }
.article-cta-card h2 {
  color: var(--cream);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 300;
  margin: 14px 0 14px;
}
.article-cta-card p {
  color: rgba(246,241,232,.7);
  margin-bottom: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
}

/* ─── Related posts ─── */
.related-posts {
  padding: 80px 0 100px;
  background: var(--cream-soft);
}

/* ─── Blog index hero ─── */
.blog-hero {
  padding: 100px 0 60px;
  background: var(--cream-soft);
  text-align: center;
  border-bottom: 1px solid var(--sand);
}
.blog-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 16px 0 24px;
}
.blog-hero .lead {
  max-width: 600px;
  margin: 0 auto;
}

.blog-list-section {
  padding: 80px 0;
  background: var(--cream);
}
.blog-list-section .blog-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .article-hero { padding: 56px 0 32px; }
  .container-narrow { padding: 0 22px; }
  .article-cta-card { padding: 40px 24px; border-radius: 18px; }
  .article-content { padding: 40px 0 60px; }
  .article-content p, .article-content li { font-size: 1rem; line-height: 1.75; }
}
