/* Jurisio News (/news/). Pages are generated by scripts/build_marketing_content.py.
   Builds on about.css (.ab tokens, skip link, CTA band, footer): a quiet
   newspaper layout, serif masthead between rules, one reading column. */
.nw .nw-main { padding-top: 64px; min-height: 0; }
.nw-main:focus { outline: none; }
.nw a:focus-visible { outline: 2px solid var(--ab-moss-deep); outline-offset: 3px; border-radius: 4px; }

/* ── Section front ─────────────────────────────────────────── */
.nw-masthead,
.nw-latest {
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}
.nw-masthead {
  padding: clamp(48px, 7vw, 88px) 0 clamp(28px, 4vw, 44px);
  text-align: center;
}
.nw-masthead h1 {
  padding-top: 18px;
  border-top: 1px solid var(--ab-ink);
  font: 500 clamp(52px, 9vw, 112px)/.95 var(--ab-display);
  letter-spacing: -.035em; color: var(--ab-ink);
}
.nw .nw-tagline {
  margin-top: 14px;
  font: italic 400 clamp(19px, 2.2vw, 24px)/1.35 var(--ab-display);
  color: var(--ab-ink-2);
}
.nw-rule {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 26px; padding: 9px 2px;
  border-top: 3px double var(--ab-ink); border-bottom: 1px solid var(--ab-ink);
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ab-ink-2);
}
.nw-rule a { color: var(--ab-moss-deep); text-decoration: underline; text-underline-offset: 3px; }
.nw-rule a:hover { color: var(--ab-ink); }
.nw .nw-lede {
  max-width: 60ch; margin: 22px auto 0;
  font-size: 17px; line-height: 1.6; color: var(--ab-ink-2); text-wrap: pretty;
}

.nw-list { margin: 0; padding: 0; list-style: none; }
.nw-item { padding: 28px 0; border-top: 1px solid var(--ab-line); }
.nw-item:first-child { border-top: 0; }
.nw-item article { max-width: 760px; }
.nw-item h2 {
  margin-top: 6px;
  font: 500 clamp(26px, 2.6vw, 32px)/1.12 var(--ab-display); letter-spacing: -.02em;
}
.nw-item--lead article { max-width: 860px; margin-inline: auto; text-align: center; }
.nw-item--lead h2 { font-size: clamp(34px, 4.6vw, 54px); line-height: 1.04; }
.nw-item h2 a { color: var(--ab-ink); text-decoration: none; }
.nw-item h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.nw .nw-summary {
  margin-top: 10px; max-width: 68ch;
  font-size: 17px; line-height: 1.6; color: var(--ab-ink-2); text-wrap: pretty;
}
.nw-item--lead .nw-summary { margin-inline: auto; font-size: 18px; }

.nw .nw-dateline {
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ab-muted);
}

/* ── Post ──────────────────────────────────────────────────── */
.nw-article {
  width: min(720px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 5vw, 56px);
}
.nw-crumb {
  padding-bottom: 10px; margin-bottom: 28px;
  border-bottom: 3px double var(--ab-ink);
  font: 500 20px/1.2 var(--ab-display);
}
.nw-crumb a { color: var(--ab-ink); text-decoration: none; }
.nw-crumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.nw-article-head h1 {
  margin-top: 12px;
  font: 500 clamp(40px, 6vw, 68px)/1.02 var(--ab-display);
  letter-spacing: -.03em; color: var(--ab-ink); text-wrap: balance;
}
.nw .nw-lead {
  margin-top: 18px;
  font: 400 clamp(20px, 2.2vw, 23px)/1.45 var(--ab-display);
  color: var(--ab-ink-2); text-wrap: pretty;
}
.nw .nw-byline {
  margin-top: 22px; padding: 10px 0;
  border-top: 1px solid var(--ab-line); border-bottom: 1px solid var(--ab-line);
  font-size: 14px; color: var(--ab-muted);
}

.nw-notice {
  margin-top: 24px; padding: 16px 18px;
  border: 1px solid #c9a46a; border-left: 5px solid #8a5a14; border-radius: 6px;
  background: #fbefd6;
}
.nw .nw-notice p { font-size: 16px; line-height: 1.55; color: var(--ab-ink); }

.nw-body { margin-top: 28px; }
.nw .nw-body > * + * { margin-top: 18px; }
.nw .nw-body p,
.nw .nw-body li {
  font-size: 18px; line-height: 1.7; color: var(--ab-ink-2); text-wrap: pretty;
}
.nw .nw-body h2 {
  margin-top: 40px;
  font: 500 clamp(26px, 3vw, 32px)/1.15 var(--ab-display); letter-spacing: -.02em; color: var(--ab-ink);
}
.nw .nw-body h3 { margin-top: 28px; font: 600 19px/1.4 var(--ab-sans); color: var(--ab-ink); }
.nw .nw-body ul,
.nw .nw-body ol { padding-left: 1.3em; }
.nw .nw-body li + li { margin-top: 10px; }
.nw .nw-body strong { color: var(--ab-ink); font-weight: 600; }
.nw .nw-body a,
.nw .nw-sources a,
.nw .ab-cta-side p a { color: var(--ab-moss-deep); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.nw .nw-body a:hover,
.nw .nw-sources a:hover { color: var(--ab-ink); }

.nw-sources { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--ab-line); }
.nw .nw-sources h2 { font: 500 24px/1.2 var(--ab-display); color: var(--ab-ink); }
.nw .nw-sources ol { margin-top: 12px; padding-left: 1.3em; }
.nw .nw-sources li { margin-top: 6px; font-size: 15px; line-height: 1.5; color: var(--ab-ink-2); }

.nw .ab-cta { margin-top: clamp(8px, 2vw, 24px); }

@media (max-width: 760px) {
  .nw .nw-main { padding-top: 56px; }
  .nw-masthead,
  .nw-latest,
  .nw-article { width: calc(100% - 32px); }
  .nw-rule { justify-content: center; }
  .nw .nw-body p,
  .nw .nw-body li { font-size: 17px; }
}

/* Legal posts: status / court / who it covers, under the notice. */
.nw-facts {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0;
  margin: 20px 0 0; border-top: 1px solid var(--ab-ink); border-bottom: 1px solid var(--ab-line);
}
.nw-facts > div { padding: 12px 16px 12px 0; }
.nw-facts > div + div { padding-left: 16px; border-left: 1px solid var(--ab-line); }
.nw .nw-facts dt {
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ab-muted);
}
.nw .nw-facts dd { margin: 6px 0 0; font-size: 15px; line-height: 1.45; color: var(--ab-ink); }
@media (max-width: 760px) {
  .nw-facts { grid-template-columns: 1fr; }
  .nw-facts > div,
  .nw-facts > div + div { padding: 10px 0; border-left: 0; }
  .nw-facts > div + div { border-top: 1px solid var(--ab-line); }
}
