/* ==========================================================================
   Article header
   ========================================================================== */
.article-header {
  max-width: 860px;
  margin: 0 auto;
  padding: 64px var(--ase-gutter) 40px;
  text-align: center;
}
.article-header .eyebrow { justify-content: center; margin-bottom: 22px; }
.article-header h1 { max-width: 22ch; margin: 0 auto; }
.article-header .dek { font-size: 20px; max-width: 52ch; margin: 22px auto 0; }
.article-header .byline { justify-content: center; margin-top: 30px; }

.article-cover {
  max-width: 1240px;
  margin: 0 auto 8px;
  padding: 0 var(--ase-gutter);
}
.article-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-cover figcaption {
  font-size: 12.5px; font-style: italic; color: var(--ase-grey-dark);
  padding: 10px 2px 0; text-align: right;
}

/* ==========================================================================
   Reading body
   ========================================================================== */
.article-body {
  max-width: var(--ase-measure);
  margin: 0 auto;
  padding: 56px var(--ase-gutter) 0;
  font-size: 19px;
  line-height: 1.75;
}
.article-body > p:first-of-type { font-size: 21px; }
.article-body h2 {
  text-transform: none;
  font-weight: 900;
  font-size: 28px;
  margin: 1.6em 0 0.7em;
  text-align: left;
}
.article-body h3 {
  text-transform: none;
  font-weight: 700;
  font-size: 21px;
  margin: 1.5em 0 0.6em;
  letter-spacing: normal;
}
.article-body a { color: var(--ase-red); text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { padding-left: 1.4em; margin: 0 0 1.3em; }
.article-body li { margin-bottom: 0.5em; }
.article-body img { margin: 2.4em 0; }
.article-body figcaption { font-size: 13.5px; font-style: italic; color: var(--ase-grey-dark); margin-top: 10px; }

.article-body blockquote {
  margin: 2.6em 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--ase-grey-light);
  font-style: italic;
  font-size: 20px;
  color: var(--ase-fg);
}
.article-body blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: var(--ase-font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ase-grey-dark);
}

/* Pull Quote block style — the on-brand alternative to the default quote */
.article-body .is-style-pull-quote {
  border: none;
  padding: 0.2em 0;
  margin: 3em auto;
  max-width: 46ch;
  text-align: center;
}
.article-body .is-style-pull-quote p {
  font-family: var(--ase-font-display);
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.22;
  color: var(--ase-fg);
}
.article-body .is-style-pull-quote::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--ase-red);
  margin: 0 auto 24px;
}
.article-body .is-style-pull-quote cite {
  display: block;
  margin-top: 16px;
  font-family: var(--ase-font-display);
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ase-grey-dark);
}

.article-footer {
  max-width: var(--ase-measure);
  margin: 0 auto;
  padding: 40px var(--ase-gutter) 0;
}
.article-tags { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 34px; border-top: 1px solid var(--ase-rule); }
.article-tags a {
  font-family: var(--ase-font-display); font-weight: 700; font-size: 11.5px;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 7px 14px;
  border: 1px solid var(--ase-rule); border-radius: 20px;
}
.article-tags a:hover { border-color: var(--ase-red); color: var(--ase-red); }

.author-card {
  display: flex; gap: 20px; align-items: flex-start;
  margin-top: 40px; padding: 30px; background: var(--ase-card-bg); border: 1px solid var(--ase-rule);
}
.author-card img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-card h4 { text-transform: none; letter-spacing: normal; font-size: 16px; margin-bottom: 2px; }
.author-card .role { font-size: 12.5px; color: var(--ase-grey-dark); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; margin-bottom: 10px; }
.author-card p.bio { font-size: 14.5px; color: var(--ase-grey-dark); margin: 0; }

/* ==========================================================================
   Related articles
   ========================================================================== */
.related-articles {
  padding: 80px var(--ase-gutter);
  margin-top: 30px;
  border-top: 1px solid var(--ase-rule);
}
.related-articles .container-inner { max-width: var(--ase-container); margin: 0 auto; }
.related-articles .eyebrow { margin-bottom: 30px; }
