/* Static reference pages share Flow's marketing frame without requiring JS.
   Their original article copy, tables, links and metadata remain unchanged. */
:root {
  --paper: #f7f5f0;
  --paper-2: #efede6;
  --ink: #20221f;
  --grey: #656960;
  --soft: #656960;
  --body-ink: #575c52;
  --hair: rgba(32, 34, 31, 0.14);
  --hair-soft: rgba(32, 34, 31, 0.08);
  --dawn-a: #ef9061;
  --dawn-b: #ef9061;
  --serif: var(--sans);
  --mono: var(--sans);
  --article-gutter: clamp(20px, 4vw, 56px);
}

html { scroll-padding-top: 104px; }
body { font-weight: 500; font-synthesis: weight; }
body * { font-style: normal !important; }
.nav {
  inset: 0 0 auto;
  width: 100%;
  transform: none;
  border: 0;
  border-bottom: 1px solid var(--hair-soft);
  border-radius: 0;
  box-shadow: none;
  background: rgba(247, 245, 240, 0.97);
  backdrop-filter: none;
}
.nav-inner, .foot-inner, .wrap {
  width: min(1240px, calc(100% - 2 * var(--article-gutter)));
  margin-inline: auto;
}
.nav-inner { height: 88px; padding: 0; gap: 30px; justify-content: space-between; }
.nav .mark { min-height: 44px; }
.nav .mark img { width: 84px; height: auto; }
.nav-links { align-items: center; gap: 28px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; letter-spacing: 0; text-transform: none; }
.dawn-btn, .dawn-btn.lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--dawn-a);
  box-shadow: none;
  text-decoration: none;
}
.nav .dawn-btn { min-height: 44px; padding: 10px 21px; font-size: 13px; }
.dawn-btn:hover { background: #f3a27c; box-shadow: none; }
main { padding: 164px 0 30px; }
.article { width: min(740px, calc(100% - 2 * var(--article-gutter))); margin-inline: auto; }
main.article { padding: 164px 0 30px; }
article.article { padding: 0; }
h1 {
  font-family: var(--sans);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 26px;
}
.article h2 { font-size: clamp(28px, 3vw, 38px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-block: 60px 20px; }
.article h3 { font-size: 23px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; margin-block: 32px 14px; }
.article p, .article li { font-size: 17px; line-height: 1.8; color: var(--body-ink); }
.article p { margin-bottom: 24px; }
.article .lead { font-size: 19px; line-height: 1.7; color: var(--ink); }
.article .kicker, .article .byline, .article .label, .article .table-note, caption, th {
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: var(--grey);
}
.article .kicker { margin-bottom: 24px; }
.article .byline { padding-bottom: 28px; margin-bottom: 36px; text-transform: none; letter-spacing: 0; font-size: 13px; }
.article .label { margin-bottom: 14px; }
.article .table-note { text-transform: none; letter-spacing: 0; margin-bottom: 38px; }
.answer { background: #efede6; border: 0; border-radius: 28px; padding: 28px 30px 8px; }
.answer::before { display: none; }
.table-scroll { border-radius: 14px; margin-block: 30px 14px; }
table { font-size: 15px; }
th, td { padding: 16px; }
td b { white-space: normal; }
.pull { font-size: 22px; line-height: 1.5; }
.cta { background: #eeebe3; border: 0; border-radius: 28px; margin-block: 64px 20px; padding: 42px 36px; }
.cta h2 { margin-top: 0; }
.cta .dawn-word { color: var(--ink); background: none; }
.article .cta-anchor, .article .cta-tag { margin-top: 20px; margin-bottom: 0; font-size: 12px; line-height: 1.8; letter-spacing: 0; text-transform: none; }
.foot { padding: 48px 0 36px; margin-top: 60px; }
.foot-inner { gap: 24px 36px; }
.foot img { width: 84px; height: auto; opacity: 1; }
.foot p { font-size: 13px; line-height: 1.8; letter-spacing: 0; }
.foot a { display: inline-block; padding-block: 5px; }
.foot-guides { flex-basis: 100%; }
.article-skip {
  position: fixed;
  top: 12px;
  left: 20px;
  z-index: 100;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}
.article-skip:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #9c4526; outline-offset: 5px; }
main:focus { outline: none; }
@media (max-width: 800px) {
  .nav-inner { height: 76px; gap: 20px; }
  .nav .mark img { width: 72px; }
  .nav-links { display: none; }
  main, main.article { padding-top: 128px; }
  .foot .right { margin-left: 0; text-align: left; }
}
@media (max-width: 560px) {
  .article h1 { font-size: clamp(32px, 8.8vw, 40px); }
  .article p, .article li { font-size: 16px; line-height: 1.8; }
  .article .lead { font-size: 18px; }
  .answer { padding: 24px 22px 4px; }
  .cta { padding: 32px 22px; }
  .foot-inner { align-items: flex-start; flex-direction: column; }
  .foot p { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Match the heavier Circular marketing hierarchy using normal font synthesis. */
body .article h1, body .article .cta h2 { font-weight: 800; }
body .article :is(h1, h2, h3) :is(span, em, strong) { font-weight: inherit; }
body :is(.nav-links a, .dawn-btn, .article .kicker, .article .label, th) { font-weight: 700; }
