/* ─── Blog article styles ─────────────────────────────────────────────────
   Light-paper section layered on top of the site's dark ink background.
   All colours here are dark-on-light; do NOT use --ink / --charcoal / --cream
   for text or background inside .article-wrap — those vars are for dark theme.
   ─────────────────────────────────────────────────────────────────────── */

/* ── Page wrapper: light paper over dark site bg ── */
.article-page-wrap {
  background: #f7f1e6;
}

/* ── Breadcrumb ─────────────────────────────────── */
.breadcrumb-nav {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: 13px;
  color: #8a7258;
  font-family: var(--font-body);
}
.breadcrumb-nav a {
  color: var(--gold);
  text-decoration: none;
}

/* ── Article hero ───────────────────────────────── */
.article-hero {
  background: var(--ink);
  padding: 80px 24px 60px;
  text-align: center;
}
.article-hero .eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.article-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(26px, 4.5vw, 50px);
  color: var(--cream);
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.15;
}
.article-hero .meta {
  font-size: 13px;
  color: var(--tan);
  font-family: var(--font-body);
}

/* ── Article body ───────────────────────────────── */
.article-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px 80px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.85;
  color: #3a2518;
  text-align: left;
  hyphens: none;
  -webkit-hyphens: none;
}

.article-body h2 {
  font-family: var(--font-head);
  font-size: 24px;
  color: #1e1008;
  margin: 52px 0 14px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  border-top: 1px solid #e8dfc8;
  padding-top: 36px;
}
.article-body h2:first-child {
  border-top: none;
  padding-top: 0;
}
.article-body h3 {
  font-family: var(--font-head);
  font-size: 19px;
  color: #2a1508;
  margin: 36px 0 10px;
}
.article-body p {
  margin-bottom: 22px;
  text-align: left;
  hyphens: none;
  -webkit-hyphens: none;
}
.article-body ul,
.article-body ol {
  margin: 0 0 22px 24px;
}
.article-body li {
  margin-bottom: 10px;
}
.article-body strong {
  color: #1e1008;
  font-weight: 700;
}
.article-body a {
  color: #9a6e28;
  text-decoration: underline;
  text-decoration-color: rgba(154,110,40,0.35);
  text-underline-offset: 3px;
}
.article-body a:hover {
  color: var(--gold);
  text-decoration-color: var(--gold);
}
.article-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 18px 28px;
  margin: 36px 0;
  background: #f0e8d4;
  font-style: italic;
  color: #5a3e20;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  line-height: 1.75;
}

/* ── Tip / Warning boxes ────────────────────────── */
.tip-box {
  background: #fdf6e3;
  border: 1px solid #d4a94c;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 32px 0;
  color: #3a2518;
}
.tip-box .tip-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a07820;
  margin-bottom: 8px;
  font-family: var(--font-body);
}
.warning-box {
  background: #fdf3ec;
  border: 1px solid #c07040;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 32px 0;
  color: #3a2518;
}
.warning-box .warning-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a04820;
  margin-bottom: 8px;
  font-family: var(--font-body);
}

/* ── CTA block ──────────────────────────────────── */
.article-cta {
  background: var(--ink);
  color: var(--cream);
  border-radius: 14px;
  padding: 44px 40px;
  margin: 52px 0;
  text-align: center;
}
.article-cta h3 {
  font-family: var(--font-head);
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 12px;
}
.article-cta p {
  font-size: 15px;
  color: var(--tan);
  margin-bottom: 28px;
}
.article-cta .btn-primary {
  background: var(--gold);
  color: var(--ink);
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: opacity 0.2s;
}
.article-cta .btn-primary:hover {
  opacity: 0.85;
}

/* ── Comparison table (used in reprint article) ─── */
.article-body .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 36px 0;
  font-size: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}
.article-body .comparison-table thead tr {
  background: var(--ink);
}
.article-body .comparison-table thead th {
  padding: 14px 16px;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #f5e6c8 !important;
}
.article-body .comparison-table tbody tr:nth-child(even) { background: #f0e9d8; }
.article-body .comparison-table tbody tr:nth-child(odd)  { background: #faf5eb; }
.article-body .comparison-table td {
  padding: 13px 16px;
  border-bottom: 1px solid #e8dfc8;
  vertical-align: top;
  color: #3a2518 !important;
}
.article-body .comparison-table td:first-child {
  font-weight: 700;
  color: #1e1008 !important;
}
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.tag-green  { background: #e6f4e8; color: #2a6e38; }
.tag-amber  { background: #fdf0d8; color: #8a6000; }
.tag-red    { background: #fbe8e4; color: #9a2c18; }
.tag-blue   { background: #e4eef8; color: #1a3880; }

/* ── Poster cards (80s article) ─────────────────── */
.poster-card {
  display: flex;
  gap: 20px;
  margin: 28px 0;
  padding: 22px 24px;
  background: #f0e8d4;
  border-radius: 12px;
  border-left: 3px solid var(--gold);
  align-items: flex-start;
}
.poster-card-num {
  font-family: var(--font-head);
  font-size: 38px;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
  min-width: 44px;
  padding-top: 2px;
}
.poster-card-body h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 18px;
  color: #1e1008;
  border: none;
  padding: 0;
}
.poster-card-body p {
  margin: 0;
  font-size: 15px;
  color: #4a3020;
  line-height: 1.7;
}

/* ── "See more" article list ────────────────────── */
.article-body h3 + ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.article-body h3 + ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e8dfc8;
}
.article-body h3 + ul li:last-child {
  border-bottom: none;
}

/* ── Format table (one-sheet article) ───────────── */
.format-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}
.format-table thead tr { background: var(--ink); }
.format-table thead th { padding: 13px 14px; text-align: left; font-family: var(--font-head); font-size: 13px; color: var(--cream); letter-spacing: 0.05em; }
.format-table tbody tr:nth-child(even) { background: #f0e9d8; }
.format-table tbody tr:nth-child(odd)  { background: #faf5eb; }
.format-table td { padding: 12px 14px; border-bottom: 1px solid #e8dfc8; color: #3a2518; }
.format-table td:first-child { font-weight: 600; color: #1e1008; }
