html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-block-start: 4.5rem;
}
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  letter-spacing: var(--track-body);
  color: var(--label);
  background: var(--bg-grouped);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--track-title);
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: var(--type-large-title); letter-spacing: var(--track-large-title); }
h2 { font-size: var(--type-title-1); }
h3 { font-size: var(--type-title-3); }
h4 { font-size: var(--type-headline); font-weight: var(--weight-semibold); }
p { margin: 0; text-wrap: pretty; }
p, li { max-inline-size: var(--measure); }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent-hover); }
ul, ol { margin: 0; padding-inline-start: 1.25em; }
strong, b { font-weight: var(--weight-semibold); }
small, .footnote { font-size: var(--type-footnote); color: var(--label-secondary); }
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-s);
}
:where(a[class*="btn"], button, [role="button"], summary, .list-row) {
  min-block-size: var(--tap-min);
}
button { font: inherit; color: inherit; }
.section { padding-block: var(--section-gap); }
.section--tight { padding-block: calc(var(--section-gap) * 0.55); }
.group-label {
  font-size: var(--type-footnote);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--label-secondary);
  padding-inline: var(--space-m);
  margin-block-end: var(--space-xs);
}
.eyebrow {
  font-size: var(--type-footnote);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}
.lede {
  font-size: var(--type-title-3);
  font-weight: var(--weight-regular);
  color: var(--label);
  line-height: var(--leading-snug);
  max-inline-size: 62ch;
  text-wrap: pretty;
}
.visually-hidden {
  position: absolute;
  inline-size: 1px; block-size: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%);
  white-space: nowrap; border: 0;
}
.lede {
  font-size: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
  font-weight: var(--weight-regular);
  line-height: 1.45;
  letter-spacing: -0.011em;
  color: var(--label-secondary);
  max-inline-size: 46ch;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}
.section:has(> .center > .lede) { padding-block-end: var(--space-m); }
