@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/schibsted-roman.woff2") format("woff2");
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/schibsted-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-roman.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-italic.woff2") format("woff2");
}

:root {
  --color-ink: #1b2430;
  --color-paper: #f7f8fa;
  --color-line: #cccccc;
  --color-accent: #3399cc;
  --color-deep: #003366;
  --color-deeper: #001f3f;
  --color-panel: #eaf3f9;
  --color-muted: #5b6472;
  --color-white: #ffffff;
  --color-soft-line: #e1e5ea;

  --ff-display: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Instrument Sans", "Segoe UI", system-ui, sans-serif;

  --wrap: 1200px;
  --gutter: 20px;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-card: 0 1px 2px rgba(27, 36, 48, 0.06), 0 8px 24px rgba(27, 36, 48, 0.08);
  --shadow-window: 0 2px 4px rgba(0, 31, 63, 0.08), 0 24px 60px rgba(0, 31, 63, 0.18);
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-ink);
  background: var(--color-paper);
  overflow-x: hidden;
}

img,
svg { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  line-height: 1.1;
  margin: 0 0 0.5em;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--color-deep);
}
h1 { font-size: clamp(2.25rem, 1.3rem + 3.4vw, 3.75rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.75rem, 1.15rem + 2vw, 2.625rem); }
h3 { font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem); }
h4 { font-size: 1rem; letter-spacing: 0; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--color-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--color-accent); }

ul, ol { padding-left: 1.25em; margin: 0 0 1em; }
strong { font-weight: 700; }
button { font: inherit; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (min-width: 768px) {
  :root { --gutter: 32px; }
}

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

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--color-deep);
  color: var(--color-white);
  border-radius: 0 0 var(--radius) var(--radius);
  text-decoration: none;
  transition: top 0.2s var(--ease-out);
}
.skip-to-content:focus { top: 0; color: var(--color-white); }

:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 0 14px;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.lede {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 60ch;
  color: var(--color-muted);
}

.band { padding-block: 72px; }
@media (min-width: 900px) {
  .band { padding-block: 104px; }
  .band--tight { padding-block: 72px; }
}
.band--panel { background: var(--color-white); border-top: 1px solid var(--color-soft-line); border-bottom: 1px solid var(--color-soft-line); }
.band--deep {
  background: var(--color-deep);
  color: #d5e3ef;
}
.band--deep h2,
.band--deep h3 { color: var(--color-white); }
.band--deep .eyebrow { color: #8fc7e8; }
.band--deep .eyebrow::before { background: #8fc7e8; }
.band--deep a { color: var(--color-white); }

.section-head {
  max-width: 62ch;
  margin-bottom: 40px;
}
.section-head .lede { margin-top: 8px; }
@media (min-width: 900px) {
  .section-head { margin-bottom: 56px; }
}

.tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-deep);
  background: var(--color-panel);
  padding: 3px 8px;
  border-radius: 4px;
}

.ico {
  width: 20px;
  height: 20px;
  flex: none;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-deep);
  line-height: 1;
}
.stats span { display: block; margin-top: 4px; font-size: 0.875rem; color: var(--color-muted); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
