/* Article detail pages (English) — load Playfair + Montserrat from each page <head> */
:root {
  --a-gold: #c5a059;
  --a-charcoal: #1a1a1a;
  --a-sans: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --a-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
.article-page {
  font-family: var(--a-sans);
  color: #352a20;
  background: #faf8f5;
  line-height: 1.75;
  font-weight: 500;
}
.article-page a { color: var(--a-gold); }
.article-skip { position: absolute; left: -9999px; }
.article-skip:focus { left: 0.5rem; top: 0.5rem; z-index: 1000; background: #fff; padding: 0.5rem; }

.article-topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid rgba(197,160,89,0.2);
  padding: 0.75rem clamp(1rem,4vw,2rem);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}
.article-topbar a { text-decoration: none; color: var(--a-charcoal); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.article-topbar a:hover { color: var(--a-gold); }
.article-topbar-sep { margin: 0 0.15rem; opacity: 0.45; user-select: none; }

.article-hero { max-width: 720px; margin: 0 auto; padding: 2.5rem clamp(1.2rem,4vw,2rem) 0; }
.article-breadcrumb {
  list-style: none; padding: 0; margin: 0 0 1.5rem;
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.5rem;
  font-size: 0.7rem; letter-spacing: 0.06em; color: #5c4d3d;
}
.article-breadcrumb li { display: flex; align-items: center; gap: 0.5rem; }
.article-breadcrumb li::after { content: '›'; opacity: 0.45; }
.article-breadcrumb li:last-child::after { content: none; }
.article-breadcrumb a { color: var(--a-gold); text-decoration: none; }
.article-breadcrumb a:hover { text-decoration: underline; }
.article-hero h1 {
  font-family: var(--a-serif);
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  font-weight: 600;
  color: var(--a-charcoal);
  line-height: 1.2;
  margin: 0 0 1rem;
}
.article-meta { font-size: 0.8rem; color: #5c4d3d; }
.article-meta time { font-weight: 600; }
.article-hero-fig { max-width: 900px; margin: 1.5rem auto 0; padding: 0 clamp(1.2rem,4vw,2rem); }
.article-hero-fig img { width: 100%; height: auto; display: block; border-radius: 2px; }
.article-hero-fig figcaption { font-size: 0.75rem; color: #5c4d3d; margin-top: 0.5rem; }

.article-body {
  max-width: 650px; margin: 0 auto; padding: 2.5rem clamp(1.2rem,4vw,2.5rem) 4rem;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
}
.article-body h2 { font-family: var(--a-serif); font-size: 1.25rem; font-weight: 600; color: var(--a-charcoal); margin: 2.2rem 0 0.75rem; line-height: 1.3; }
.article-body p { margin: 0 0 1rem; }
.article-body ul, .article-body ol { margin: 0 0 1.25rem; padding-left: 1.35rem; }
.article-body li { margin-bottom: 0.4rem; }
.article-body strong { font-weight: 700; }
.article-body a { text-underline-offset: 3px; }
.article-cta { margin-top: 2.5rem; padding: 1.5rem; border: 1px solid rgba(197,160,89,0.35); background: #fff; text-align: center; }
.article-cta a.btn {
  display: inline-block; margin-top: 0.75rem;
  padding: 0.9rem 1.8rem; background: var(--a-gold); color: #fff;
  text-decoration: none; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
}
.article-cta a.btn:hover { background: #a8883e; }
.article-related { max-width: 1100px; margin: 0 auto; padding: 0 1.2rem 4rem; }
.article-related h2 { font-family: var(--a-serif); font-size: 1.1rem; margin-bottom: 1.25rem; color: var(--a-charcoal); }
.article-related ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.article-related a { text-decoration: none; color: #352a20; font-weight: 500; }
.article-related a:hover { color: var(--a-gold); }

/* Topic tags (SEO + visible) */
.article-tags {
  max-width: 650px; margin: 0 auto; padding: 0 clamp(1.2rem,4vw,2.5rem) 1.5rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}
.article-tags h2, .article-tags .article-tags-title {
  font-family: var(--a-serif);
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: #5c4d3d; margin: 0 0 0.75rem; font-weight: 600;
}
.article-tags ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem;
}
.article-tags a[rel="tag"] {
  display: inline-block; padding: 0.4rem 0.9rem; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; text-decoration: none; color: var(--a-charcoal);
  background: #fff; border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 2px; transition: border-color 0.2s, color 0.2s;
}
.article-tags a[rel="tag"]:hover { border-color: var(--a-gold); color: var(--a-gold); }

/* Blog article footer (matches site palette) */
.article-footer { background: #0e0e0e; color: rgba(255, 255, 255, 0.55); margin-top: 0; }
.article-footer-inner {
  max-width: 1100px; margin: 0 auto; padding: 2.5rem clamp(1.2rem, 4vw, 2rem) 1.5rem;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 1.5rem 2.5rem;
  text-align: left; font-size: 0.78rem; line-height: 1.65;
}
.article-footer a { color: var(--a-gold); text-decoration: none; }
.article-footer a:hover { color: #e8d5b0; }
.article-footer-logo {
  font-family: var(--a-serif); font-size: 1.1rem; font-weight: 600; color: #fff; display: inline-block; margin-bottom: 0.6rem;
}
.article-footer-logo em { font-style: italic; color: #d4b87a; }
.article-footer-brand p { margin: 0; color: rgba(255, 255, 255, 0.45); font-size: 0.72rem; max-width: 22rem; }
.article-footer-col h2 {
  font-family: var(--a-sans); font-size: 0.5rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4);
  margin: 0 0 0.9rem; font-weight: 600;
}
.article-footer-col ul { list-style: none; margin: 0; padding: 0; }
.article-footer-col li { padding: 0.2rem 0; }
.article-footer-col a { color: rgba(255, 255, 255, 0.38); font-size: 0.76rem; }
.article-footer-col a:hover { color: var(--a-gold); }
.article-footer .article-footer-ig { font-size: 0.7rem; }
.article-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 1100px; margin: 0 auto; padding: 1rem clamp(1.2rem, 4vw, 2rem) 1.75rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.75rem;
  font-size: 0.62rem; color: rgba(255, 255, 255, 0.35);
}
.article-footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; }
@media (max-width: 800px) {
  .article-footer-inner { grid-template-columns: 1fr 1fr; }
  .article-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .article-footer-inner { grid-template-columns: 1fr; }
}

@media print {
  .article-topbar, .article-cta, .article-related, .article-footer a { display: none; }
  .article-footer, .article-tags { break-inside: avoid; }
}
