/* Article-specific styles for /blog pages
   Inherits from /assets/style.css (root variables, nav, footer, buttons) */

body.article-page {
  background: var(--cream);
  color: var(--ink);
}

/* Push content below fixed nav */
.article-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 140px 32px 96px 32px;
}

/* Blog listing (index) */
.blog-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 32px 96px 32px;
}

.blog-hero {
  text-align: left;
  margin-bottom: 72px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--rule);
}

.blog-hero-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.blog-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--navy-deep);
  margin-bottom: 20px;
  line-height: 1.1;
}

.blog-hero p {
  font-size: 1.15rem;
  color: var(--stone);
  max-width: 620px;
  line-height: 1.6;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.post-card {
  background: var(--white);
  padding: 40px 44px;
  border: 1px solid var(--rule);
  transition: transform 0.2s, box-shadow 0.2s;
}

.post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(7,24,48,0.08);
}

.post-card-meta {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.post-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  color: var(--navy-deep);
  margin-bottom: 14px;
  line-height: 1.2;
}

.post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.post-card h2 a:hover {
  color: var(--gold);
}

.post-card p {
  color: var(--stone);
  margin-bottom: 20px;
  line-height: 1.6;
}

.post-card-read {
  font-size: 0.85rem;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.post-card-read:hover {
  color: var(--gold);
}

/* Article */
.article-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.article-wrap h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--navy-deep);
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.article-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0 32px 0;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 40px;
  color: var(--stone);
  font-size: 0.9rem;
}

.article-byline strong {
  color: var(--navy-deep);
  font-weight: 600;
}

.article-byline .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.article-lead {
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--navy-deep);
  padding: 24px 0 32px 0;
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin-bottom: 40px;
  font-weight: 500;
}

.article-lead strong {
  color: var(--navy-deep);
}

.article-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--navy-deep);
  margin-top: 56px;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.article-wrap h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--navy-deep);
  margin-top: 36px;
  margin-bottom: 14px;
  line-height: 1.3;
}

.article-wrap p {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink);
  margin-bottom: 20px;
}

.article-wrap ul,
.article-wrap ol {
  margin: 0 0 24px 24px;
  padding: 0;
}

.article-wrap li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 10px;
}

.article-wrap ul li::marker {
  color: var(--gold);
}

.article-wrap ol li::marker {
  color: var(--gold);
  font-weight: 700;
}

.article-wrap strong {
  color: var(--navy-deep);
  font-weight: 600;
}

.article-wrap a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.article-wrap a:hover {
  color: var(--gold);
}

.article-cta {
  margin-top: 56px;
  padding: 40px 44px;
  background: var(--navy-deep);
  color: var(--white);
  text-align: center;
}

.article-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  color: var(--white);
  margin-bottom: 16px;
  margin-top: 0;
}

.article-cta p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  font-size: 1rem;
}

.article-cta-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px 32px;
  transition: background 0.2s;
}

.article-cta-btn:hover {
  background: var(--gold-hi);
  color: var(--white);
}

.article-cta small {
  display: block;
  margin-top: 18px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}

/* Related links block */
.related-block {
  margin-top: 72px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}

.related-block h4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.related-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-block li {
  margin-bottom: 12px;
}

.related-block a {
  color: var(--navy-deep);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 2px;
}

.related-block a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

@media (max-width: 700px) {
  .article-wrap,
  .blog-wrap {
    padding: 100px 20px 60px 20px;
  }
  .article-wrap h1 { font-size: 1.9rem; }
  .article-wrap h2 { font-size: 1.4rem; margin-top: 40px; }
  .article-lead { font-size: 1.1rem; padding-left: 18px; }
  .post-card { padding: 28px 26px; }
  .article-cta { padding: 32px 24px; }
}
