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

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  color: #111827;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #000000;
}

.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1rem 1.5rem;
}

.site-header a {
  text-decoration: none;
  font-weight: 800;
  font-size: 1.125rem;
}

.site-header span {
  font-weight: 400;
  color: #525252;
}

main {
  max-width: 48rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.updated {
  color: #737373;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}

p {
  margin: 0 0 1rem;
  color: #525252;
}

ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: #525252;
}

li {
  margin-bottom: 0.5rem;
}

.contact-block {
  margin-top: 0.5rem;
}

.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
}

.site-footer p {
  margin: 0 0 0.5rem;
  color: #737373;
  font-size: 0.875rem;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

html.js #static-site-content {
  display: none;
}

.static-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.static-nav a {
  font-size: 0.875rem;
  text-decoration: none;
}

.static-nav a:hover {
  text-decoration: underline;
}

.site-footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.site-footer-nav a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #525252;
}

.site-footer-nav a:hover {
  color: #111827;
  text-decoration: underline;
}
