@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url("../fonts/source-sans-3-latin-wght-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url("../fonts/source-sans-3-latin-wght-italic.woff2") format("woff2");
}

:root {
    --ink: #17202a;
    --ink-2: #263241;
    --muted: #647181;
    --line: #d9e1e8;
    --paper: #ffffff;
    --soft: #f6f8fa;
    --accent: #2f8d64;
    --accent-dark: #17613e;
    --accent-soft: #dff1e8;
    --shadow: 0 18px 45px rgba(23, 32, 42, 0.08);
    --max: 1180px;
}

/* Shared site styles extracted from exact duplicate CSS rules. */

* {
    box-sizing: border-box;
}

.inner {
    max-width: var(--max);
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

header .inner {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

header {
    -webkit-backdrop-filter: blur(10px);
}

.brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    white-space: nowrap;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1;
}

.brand span:first-child {
    font-size: 24px;
    line-height: 1;
}

.brand span + span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* External report preview link. */
.report-preview-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.report-preview-link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 4px;
}

.report-preview-link img {
    display: block;
    width: 100%;
    height: auto;
}

/* Shared cross-page component declarations. */

sup {
    font-size: 0.7em;
    line-height: 0;
    position: relative;
    top: -0.45em;
    vertical-align: baseline;
}

body {
    margin: 0;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ink);
}

.lead {
    color: #35414d;
    font-size: 21px;
}

/* Shared mobile layout adjustments. */

@media (max-width: 640px) {
    .inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Accessibility helpers. */
.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--accent-dark);
  outline-offset: 3px;
}

.brand {
  color: inherit;
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}


/* Consistent spacing between section tags/eyebrows and following headings. */
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + :where(h1, h2, h3) {
  margin-top: 10px;
}

/* Older Safari flex-gap fallback. */
.no-flex-gap .brand span + span {
  margin-top: 2px;
}

.no-flex-gap header .inner > * + * {
  margin-left: 24px;
}

.no-flex-gap .header-links > * + *,
.no-flex-gap nav > * + * {
  margin-left: 8px;
}

.no-flex-gap .top-strip .inner > * + * {
  margin-left: 18px;
}

.no-flex-gap .header-audience-switch > * + * {
  margin-left: 6px;
}

.no-flex-gap .hero-actions,
.no-flex-gap .legend,
.no-flex-gap .access-actions,
.no-flex-gap .inline-cta {
  margin-left: -12px;
}

.no-flex-gap .hero-actions > *,
.no-flex-gap .access-actions > *,
.no-flex-gap .inline-cta > * {
  margin-left: 12px;
}

.no-flex-gap .legend > * {
  margin-left: 22px;
}

.no-flex-gap .definition-card h3 > * + * {
  margin-left: 8px;
}

.no-flex-gap #report .report-sample-toolbar > * + * {
  margin-left: 14px;
}

@media (max-width: 920px) {
  .no-flex-gap nav > * + * {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .no-flex-gap .top-strip .inner > * + * {
    margin-left: 0;
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .no-flex-gap header .inner > * + * {
    margin-left: 10px;
  }
}

/* Brand-only header lockup after removing the subtitle. */
.brand span:first-child:only-child {
    color: var(--ink);
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -0.04em;
    text-transform: none;
}


/* Old-engine fallback: variable fonts are not reliable in legacy WebKit/older browsers. */
.no-variable-fonts body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.no-variable-fonts h1,
.no-variable-fonts h2,
.no-variable-fonts h3,
.no-variable-fonts h4,
.no-variable-fonts .brand,
.no-variable-fonts .button,
.no-variable-fonts button,
.no-variable-fonts strong,
.no-variable-fonts summary,
.no-variable-fonts .eyebrow,
.no-variable-fonts .label,
.no-variable-fonts .pill-label,
.no-variable-fonts .step-label,
.no-variable-fonts .workflow-step-label,
.no-variable-fonts .mini-label {
    font-weight: 700;
}

.no-variable-fonts .brand span:first-child {
    font-weight: 700;
}

.no-variable-fonts h1,
.no-variable-fonts h2,
.no-variable-fonts h3 {
    letter-spacing: -0.035em;
}

/* Page-canvas fallback: avoid white slivers after dark footers in full-page/mobile captures. */
html {
    background: #f8fbfa;
}

.footer {
    background: #121b25;
    color: #fff;
}

.footer-line-gap {
    display: block;
    content: "";
    margin-top: 4px;
}
