:root {
  --ink: #101820;
  --muted: #5b6670;
  --soft: #eef2f5;
  --line: #d9e0e7;
  --paper: #f7f8f9;
  --white: #ffffff;
  --blue: #005b96;
  --cyan: #00a3c7;
  --green: #6fa62d;
  --red: #d43d2f;
  --shadow: 0 18px 55px rgba(10, 24, 35, 0.16);
  --radius: 8px;
  --max: 1180px;
  --measure: 68ch;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
  hyphens: auto;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.45rem, 5.2vw, 4.75rem);
  line-height: 1.04;
}

h1 span {
  display: block;
}

.company-name {
  white-space: nowrap;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.7rem, 2.7vw, 2.65rem);
  line-height: 1.16;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

p {
  max-width: var(--measure);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.editorial {
  max-width: var(--measure);
}

.editorial > * + * {
  margin-top: 18px;
}

.editorial p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
}
