.published-article { margin-block: 0 2rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-left: 4px solid var(--lime); border-radius: .6rem; background: var(--glass-strong); }
.published-article h3 { max-width: 32ch; font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.2; margin-bottom: .9rem; }
.published-article h3 a { color: #fff; text-decoration-thickness: 1px; }
.published-article > p { max-width: 65ch; }
.published-article .published-byline { color: var(--muted); font-size: .95rem; }
.article-read-link { color: var(--lime); font-weight: 700; }
.article-shell { width: min(calc(100% - 3rem), 47rem); margin: 0 auto; padding-block: clamp(2rem, 5vw, 4rem) 4rem; }
.article-breadcrumb { margin-bottom: 2.5rem; color: var(--muted); font-size: .95rem; }
.article-breadcrumb span { margin-inline: .3rem; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 1.8rem; margin-bottom: 2.4rem; }
.article-header h1 { max-width: none; font-size: clamp(2.2rem, 5.7vw, 3.6rem); line-height: 1.12; letter-spacing: -.035em; margin-block: 1rem 1.4rem; overflow-wrap: anywhere; }
.article-deck { color: #d5e2e9; font-size: 1.2rem; line-height: 1.65; }
.article-byline { font-size: 1rem; line-height: 1.8; color: var(--muted); }
.article-byline strong { color: #fff; }
.article-position { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.article-body { font-size: 1.125rem; line-height: 1.85; color: #e8eff4; }
.article-body p { margin: 0 0 1.5rem; }
.article-body p:first-child { font-weight: 600; color: #fff; }
.article-citations { font-size: .88em; white-space: nowrap; }
.article-citations a { padding-inline: .1rem; }
.article-sources { border-top: 2px solid var(--lime); margin-top: 3rem; padding-top: 2rem; color: var(--muted); }
.article-sources h2 { font-size: 1.6rem; line-height: 1.25; }
.article-sources ol { padding-left: 1.7rem; }
.article-sources li { padding-left: .3rem; margin-block: 1rem; scroll-margin-top: 12rem; }
.article-sources li:target { outline: 2px solid var(--focus); outline-offset: .35rem; }
.article-return { margin-top: 3rem; font-weight: 700; }
.article-video { margin: 0 0 2.5rem; }
.article-video-link { display: block; text-decoration: none; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; background: var(--navy-2); }
.article-video-frame { position: relative; display: block; }
.article-video-frame img { width: 100%; height: auto; aspect-ratio: 862 / 485; }
.article-video-play { position: absolute; bottom: 1rem; left: 1rem; display: grid; place-items: center; width: 3.25rem; height: 3.25rem; padding-left: .2rem; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 1.25rem; }
.article-video-label { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .35rem 1rem; padding: 1rem 1.2rem; color: #fff; font-weight: 700; font-size: 1rem; }
.article-video-label > span { color: var(--muted); font-size: .9rem; font-weight: 400; }
.article-video-link:hover .article-video-label { text-decoration: underline; text-underline-offset: .2em; }
.article-video figcaption { margin-top: .8rem; color: var(--muted); font-size: .9rem; line-height: 1.6; }
@media print {
  .article-video-link { border-color: #999; background: #fff; }
  .article-video-label, .article-video-label > span, .article-video figcaption { color: #000; }
  .article-video-play { display: none; }
}
@media (max-width: 40rem) {
  .article-shell { width: min(calc(100% - 2rem), 47rem); }
  .article-breadcrumb { margin-bottom: 1.6rem; }
  .article-body { font-size: 1.0625rem; }
}
@media print {
  .article-shell { width: 100%; padding: 0; }
  .article-breadcrumb, .article-return, .article-page .site-footer { display: none; }
  .article-header h1 { font-size: 26pt; }
  .article-body, .article-deck, .article-byline, .article-byline strong, .article-position, .article-sources, .article-body p:first-child { color: #000; }
  .article-body { font-size: 11pt; line-height: 1.5; }
  .article-sources a { color: #000; }
}
