@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&display=swap");

:root {
  color-scheme: light;
  --article-blue: #1756a9;
  --article-blue-dark: #103d78;
  --article-blue-soft: #edf4fc;
  --article-ink: #161a1f;
  --article-muted: #5b6673;
  --article-line: #dbe2ea;
  --article-paper: #fff;
  --article-wash: #f5f8fb;
  --article-serif: Newsreader, Iowan Old Style, Baskerville, Georgia, serif;
  --article-sans: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --article-display: "Libre Franklin", "DM Sans", Inter, ui-sans-serif, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--article-paper);
  color: var(--article-ink);
  font-family: var(--article-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button { font: inherit; }
.article-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 20;
  width: 0;
  height: 3px;
  background: var(--article-blue);
  transform-origin: left;
}
.article-site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 76px;
  padding: 20px clamp(20px, 4vw, 64px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--article-line);
  background: rgba(255, 255, 255, .96);
}
.article-site-nav { display: flex; align-items: center; gap: 24px; }
.article-site-nav a {
  color: #354252;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.article-site-nav a[aria-current="page"], .article-site-nav a:hover { color: var(--article-blue); }
.article-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 126px) 0 42px;
}
.article-header__measure { max-width: 940px; }
.article-eyebrow {
  margin: 0 0 18px;
  color: var(--article-blue);
  font: 700 12px/1.2 var(--article-display);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.article-title {
  max-width: 1000px;
  margin: 0;
  color: #10151b;
  font: 600 clamp(46px, 7.2vw, 92px)/.97 var(--article-serif);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.article-dek {
  max-width: 790px;
  margin: 28px 0 0;
  color: #44505e;
  font: 400 clamp(20px, 2.4vw, 27px)/1.42 var(--article-serif);
  text-wrap: pretty;
}
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 34px;
  color: var(--article-muted);
  font-size: 13px;
}
.article-meta strong { color: var(--article-ink); font-weight: 700; }
.article-meta__separator { width: 3px; height: 3px; border-radius: 50%; background: #9aa5b1; }
.article-rule { width: min(1120px, calc(100% - 40px)); height: 1px; margin: 0 auto; background: var(--article-line); }
.article-preview-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 82px) 0 34px;
}
.article-preview-header p { margin: 0 0 9px; color: var(--article-blue-dark); font: 700 11px/1.2 var(--article-sans); letter-spacing: .11em; text-transform: uppercase; }
.article-preview-header h1 { max-width: 760px; margin: 0; color: var(--article-ink); font: 600 clamp(32px, 5vw, 54px)/1.08 var(--article-display); letter-spacing: -.035em; }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 780px) minmax(0, 1fr);
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 100px;
}
.article-share {
  position: sticky;
  top: 32px;
  align-self: start;
  justify-self: end;
  display: grid;
  gap: 9px;
  margin-right: 54px;
}
.article-share__label {
  color: #75808b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-share button, .article-share a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--article-line);
  border-radius: 50%;
  background: var(--article-paper);
  color: var(--article-blue-dark);
  cursor: pointer;
  text-decoration: none;
}
.article-share button:hover, .article-share a:hover { border-color: var(--article-blue); background: var(--article-blue-soft); }
.article-body {
  grid-column: 2;
  justify-self: center;
  width: min(780px, 100%);
  min-width: 0;
  font: 400 clamp(20px, 1.8vw, 23px)/1.68 var(--article-serif);
}
.article-body > :first-child { margin-top: 0; }
.article-body p { margin: 0 0 1.35em; text-wrap: pretty; }
.article-body > p:first-of-type::first-letter {
  float: left;
  margin: .05em .09em 0 0;
  color: var(--article-blue-dark);
  font: 600 3.25em/.8 var(--article-serif);
}
.article-body h2, .article-body h3 {
  color: #111820;
  font-family: var(--article-display);
  letter-spacing: -.025em;
}
.article-body h2 { margin: 2.3em 0 .65em; font-size: clamp(28px, 3vw, 38px); line-height: 1.14; }
.article-body h2::before { display: block; width: 42px; height: 3px; margin-bottom: 16px; background: var(--article-blue); content: ""; }
.article-body h3 { margin: 2em 0 .55em; font-size: 24px; line-height: 1.25; }
.article-body a { color: var(--article-blue-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body strong { font-weight: 700; }
.article-body ul, .article-body ol { margin: 0 0 1.5em; padding-left: 1.25em; }
.article-body li { margin: .4em 0; padding-left: .25em; }
.article-body li::marker { color: var(--article-blue-dark); font-family: var(--article-sans); font-weight: 700; }
.article-source-indent { text-indent: var(--article-source-indent); }
.article-source-page-break { height: clamp(46px, 8vw, 78px); }
.article-body blockquote {
  margin: 2.1em 0;
  padding: 24px 28px;
  border-left: 3px solid var(--article-blue);
  background: var(--article-blue-soft);
  color: #26384c;
  font-size: 1.28em;
  font-style: italic;
  line-height: 1.42;
}
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-pullquote {
  position: relative;
  left: 50%;
  width: min(900px, calc(100vw - 32px));
  margin: 2.6em 0;
  padding: 34px 0;
  border-top: 1px solid var(--article-blue);
  border-bottom: 1px solid var(--article-blue);
  color: var(--article-blue-dark);
  font: 500 clamp(31px, 4vw, 48px)/1.14 var(--article-serif);
  text-align: center;
  transform: translateX(-50%);
}
.article-figure {
  margin: 2.2em 0;
}
.article-figure--wide {
  position: relative;
  left: 50%;
  width: min(1040px, calc(100vw - 32px));
  margin-left: 0;
  transform: translateX(-50%);
}
.article-figure--source {
  position: relative;
  left: 50%;
  width: min(calc(var(--article-figure-width) * 1.6), calc(100vw - 32px));
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-50%);
}
.article-figure--center {
  margin-right: auto;
  margin-left: auto;
}
.article-figure--source.article-figure--center {
  margin-right: 0;
  margin-left: 0;
}
.article-figure > img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--article-line);
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(16, 61, 120, .08);
}
.article-figure__crop {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: var(--article-figure-ratio);
  border: 1px solid var(--article-line);
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(16, 61, 120, .08);
}
.article-figure__crop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% var(--article-crop-y, 50%);
}
.article-figure figcaption, .figure-caption {
  margin: 11px 0 0;
  color: #687481;
  font: 400 13px/1.5 var(--article-sans);
}
.article-data-card {
  position: relative;
  left: 50%;
  width: min(980px, calc(100vw - 32px));
  margin: 2.3em 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #cfdae6;
  border-radius: 4px;
  background: var(--article-wash);
  transform: translateX(-50%);
}
.article-data-card h3 { margin-top: 0; }
.article-demo-bars { display: grid; gap: 18px; margin-top: 26px; }
.article-demo-row { display: grid; grid-template-columns: 110px 1fr 52px; align-items: center; gap: 14px; font: 600 13px/1.3 var(--article-sans); }
.article-demo-track { height: 13px; overflow: hidden; border-radius: 999px; background: #dce5ef; }
.article-demo-fill { width: var(--value); height: 100%; border-radius: inherit; background: var(--article-blue); }
.article-table-wrap { position: relative; left: 50%; width: min(980px, calc(100vw - 32px)); margin: 2.2em 0; overflow-x: auto; transform: translateX(-50%); }
.article-body table { width: 100%; min-width: var(--article-table-width, 100%); border-collapse: collapse; font: 400 14px/1.45 var(--article-sans); }
.article-body th { border-bottom: 2px solid #8796a5; color: #52606e; font-size: 11px; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.article-body th, .article-body td { padding: 13px 16px 13px 0; }
.article-body td { border-bottom: 1px solid var(--article-line); }
.article-body sup { font: 600 .62em var(--article-sans); }
.article-outline-list { list-style-type: lower-alpha; }
.article-outline-sublist {
  margin-top: .35em !important;
  margin-bottom: .2em !important;
  list-style-type: circle;
}
.article-footnotes { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--article-line); color: #53606d; font: 400 14px/1.55 var(--article-sans); }
.article-footnotes h2 { margin: 0 0 18px; font-size: 16px; letter-spacing: 0; }
.article-footnotes ol { margin: 0; padding-left: 22px; }
.article-end { display: flex; align-items: center; gap: 14px; margin-top: 52px; color: var(--article-blue); font: 700 12px var(--article-display); letter-spacing: .08em; text-transform: uppercase; }
.article-end::after { content: ""; width: 72px; height: 1px; background: currentColor; }
.article-footer { padding: 42px clamp(20px, 4vw, 64px); border-top: 1px solid var(--article-line); background: var(--article-wash); color: #5c6875; font-size: 13px; }
.article-footer__inner { display: flex; width: min(1120px, 100%); margin: 0 auto; justify-content: space-between; gap: 24px; }
.article-footer a { color: var(--article-blue-dark); font-weight: 700; text-decoration: none; }

.writing-hero { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0 58px; }
.writing-hero__kicker { margin: 0 0 18px; color: var(--article-blue); font: 700 12px var(--article-display); letter-spacing: .12em; text-transform: uppercase; }
.writing-hero h1 { max-width: 880px; margin: 0; font: 600 clamp(58px, 10vw, 126px)/.85 var(--article-serif); letter-spacing: -.055em; }
.writing-hero p { max-width: 650px; margin: 34px 0 0; color: #53606e; font: 400 clamp(20px, 2.4vw, 26px)/1.45 var(--article-serif); }
.writing-list { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 100px; border-top: 1px solid var(--article-ink); }
.writing-list__label { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--article-line); color: #66727f; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.writing-card { border-bottom: 1px solid var(--article-line); }
.writing-card a { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 52px; padding: 42px 0; text-decoration: none; }
.writing-card a:hover h2 { color: var(--article-blue); }
.writing-card__meta { margin: 0 0 12px; color: var(--article-blue); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.writing-card h2 { max-width: 760px; margin: 0; font: 600 clamp(31px, 4vw, 49px)/1.04 var(--article-serif); letter-spacing: -.03em; }
.writing-card__dek { max-width: 720px; margin: 16px 0 0; color: #5a6673; font: 400 19px/1.5 var(--article-serif); }
.writing-card__aside { display: grid; align-content: space-between; color: #687481; font-size: 12px; line-height: 1.5; }
.writing-card__arrow { justify-self: end; color: var(--article-blue); font-size: 28px; }

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-body { grid-column: 1; }
  .article-share { position: static; grid-template-columns: auto auto auto; justify-self: start; margin: 0 0 34px; }
  .article-share__label { align-self: center; }
}
@media (max-width: 640px) {
  .article-site-header { min-height: 66px; padding: 16px 20px; align-items: flex-start; }
  .article-site-nav { gap: 14px; padding-top: 3px; }
  .article-site-nav a { font-size: 12px; }
  .article-preview-page .article-site-header { flex-wrap: wrap; gap: 10px 16px; }
  .article-preview-page .article-site-nav { flex: 0 0 100%; justify-content: flex-start; padding-top: 0; }
  .article-header { width: min(100% - 32px, 1120px); padding-top: 52px; }
  .article-title { font-size: clamp(42px, 13.4vw, 64px); }
  .article-dek { margin-top: 22px; font-size: 20px; }
  .article-meta { gap: 7px 11px; }
  .article-rule, .article-layout { width: min(100% - 32px, 1120px); }
  .article-layout { padding-top: 36px; padding-bottom: 70px; }
  .article-body { font-size: 20px; line-height: 1.62; }
  .article-body > p:first-of-type::first-letter { font-size: 2.8em; }
  .article-pullquote { text-align: left; }
  .article-data-card { padding: 20px 16px; }
  .article-demo-row { grid-template-columns: 80px 1fr 42px; gap: 9px; }
  .article-footer__inner { flex-direction: column; }
  .writing-hero { width: min(100% - 32px, 1120px); padding-top: 58px; }
  .writing-hero h1 { font-size: clamp(62px, 22vw, 94px); }
  .writing-list { width: min(100% - 32px, 1120px); }
  .writing-card a { grid-template-columns: 1fr; gap: 22px; padding: 32px 0; }
  .writing-card__aside { grid-template-columns: 1fr auto; }
}
@media (max-width: 480px) {
  .article-site-header { flex-wrap: wrap; gap: 10px 16px; }
  .article-site-nav { flex: 0 0 100%; justify-content: flex-start; padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .article-progress, .article-site-header, .article-share, .article-footer { display: none; }
  .article-header, .article-layout { width: 100%; padding: 24px 0; }
  .article-title { font-size: 44pt; }
  .article-body { font-size: 12pt; }
  .article-figure--wide, .article-data-card, .article-table-wrap, .article-pullquote { left: auto; width: 100%; margin-left: 0; transform: none; }
  a { color: inherit !important; }
}
