:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 100%;
  line-height: 1.65;
  color: #202124;
  background: #f8f7f4;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 17.5rem;
}

a {
  color: #1555b6;
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: #0b3b82;
}

a:focus-visible {
  outline: 0.2rem solid #1555b6;
  outline-offset: 0.2rem;
  border-radius: 0.1rem;
}

.skip-link {
  position: fixed;
  z-index: 2;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.55rem 0.8rem;
  color: #ffffff;
  background: #202124;
  transform: translateY(-200%);
}

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

.site-header,
main,
footer {
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #d9d7d1;
}

.wordmark {
  color: #202124;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem 1.1rem;
  font-size: 0.9375rem;
}

nav a {
  color: #484a4e;
  text-decoration: none;
}

nav a[aria-current="page"] {
  color: #202124;
  text-decoration: underline;
}

main {
  padding-block: clamp(3rem, 8vw, 6rem);
}

article {
  max-width: 43rem;
}

h1,
h2 {
  color: #17181a;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 18ch;
  margin: 0 0 1.4rem;
  font-size: clamp(2.35rem, 8vw, 4.35rem);
  font-weight: 750;
}

article h1 {
  max-width: 22ch;
  font-size: clamp(2.15rem, 6vw, 3.35rem);
}

h2 {
  margin: 2.75rem 0 0.75rem;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  font-weight: 700;
}

p,
li {
  font-size: 1.0625rem;
}

p {
  margin: 0 0 1.25rem;
}

ul {
  margin: 0.5rem 0 1.5rem;
  padding-left: 1.4rem;
}

li + li {
  margin-top: 0.65rem;
}

.intro {
  max-width: 44rem;
}

.eyebrow,
.effective-date {
  color: #65676c;
  font-size: 0.9375rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.lede {
  color: #303237;
  font-size: clamp(1.25rem, 4vw, 1.55rem);
  line-height: 1.48;
}

.home .intro > p:not(.eyebrow) {
  max-width: 39rem;
}

.contact {
  margin-top: 2rem;
}

.link-list {
  max-width: 39rem;
  margin-top: 4.25rem;
  border-top: 1px solid #d9d7d1;
}

.link-list h2 {
  margin-bottom: 0.5rem;
}

.link-list > a {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid #d9d7d1;
  color: #202124;
  font-size: 1.0625rem;
  font-weight: 620;
  text-decoration: none;
}

.related-links {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d7d1;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem 2.5rem;
  border-top: 1px solid #d9d7d1;
  color: #65676c;
}

footer p {
  margin: 0;
  font-size: 0.875rem;
}

@media (max-width: 34rem) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  nav {
    justify-content: flex-start;
  }

  main {
    padding-block: 3.25rem;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
