/* Notes from the Field — editorial article layout (adopted 2026-08-31, NO. 10 register) */
.article-masthead { max-width: 1100px; margin: 0 auto; padding: 44px 24px 0; }
.am-row { display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-display); font-size: 15px; font-weight: 600; letter-spacing: .26em;
  color: var(--ink); padding-bottom: 12px; }
.am-row .am-no { color: var(--ink-muted-48); font-weight: 400; letter-spacing: .2em; }
.am-dot { display: inline-block; width: 11px; height: 11px; border-radius: var(--r-pill);
  background: var(--primary); margin-right: 11px; }
.am-rule-thick { border-top: 4px solid var(--ink); }
.am-rule-hair { border-top: 1px solid var(--ink); margin-top: 3px; }

.article-head { max-width: 720px; margin: 0 auto; padding: 64px 24px 0; text-align: center; }
.article-kicker { font-family: var(--font-display); font-size: 13px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase; color: var(--primary-deep); }
.article-title { font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-weight: 400; font-size: 44px; line-height: 1.15; letter-spacing: -0.01em; margin-top: 22px; }
.article-dek { font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-style: italic; font-size: 21px; line-height: 1.5; color: var(--ink-muted-80); margin-top: 22px; }
.article-byline { margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline); font-family: var(--font-text); font-size: 13px;
  letter-spacing: .04em; color: var(--ink-muted-48);
  display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.article-byline strong { color: var(--ink); font-weight: 600; }

.article-body { max-width: 620px; margin: 0 auto; padding: 48px 24px 24px;
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-size: 19px; line-height: 1.68; letter-spacing: 0; }
.article-body p { margin: 0 0 26px; }
.article-body h2 { font-family: var(--font-display); font-size: 21px; font-weight: 600;
  line-height: 1.3; letter-spacing: -0.2px; margin: 40px 0 18px; }
.article-body p.first::first-letter { font-family: var(--font-display); font-weight: 700;
  font-size: 64px; line-height: .85; float: left; padding: 8px 12px 0 0; color: var(--ink); }
.article-body a { color: var(--primary-deep); }

.article-sources { max-width: 620px; margin: 0 auto; padding: 24px 24px 40px;
  font-family: var(--font-text); font-size: 13px; line-height: 1.7; color: var(--ink-muted-48);
  border-top: 1px solid var(--hairline); overflow-wrap: anywhere; }
.article-sources p { margin: 0 0 10px; }
.article-sources a { color: var(--ink-muted-80); }

.article-signoff { max-width: 620px; margin: 0 auto; padding: 0 24px 72px;
  font-family: var(--font-text); font-size: 14px; color: var(--ink-muted-48); }
.article-signoff a { color: var(--primary-deep); text-decoration: none; }

@media (max-width: 640px) {
  .article-title { font-size: 31px; }
  .article-body { font-size: 18px; }
}
