* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-rendering: optimizeLegibility; }
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.display-xl {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 7.35vw, 126px);
  font-weight: 470;
  line-height: .91;
  letter-spacing: -.068em;
  text-wrap: balance;
}
.display-lg {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 5.65vw, 92px);
  font-weight: 480;
  line-height: .94;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.eyebrow {
  margin: 0;
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.lead {
  color: var(--muted-strong);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.62;
}
.accent-text { color: var(--accent); }
.muted { color: var(--muted); }
.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;
}
