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

body {
  background: #EFEFED;
  min-height: 100svh;
  font-family: 'Crimson Pro', Georgia, serif;
  color: #1E2A28;
  display: flex;
  justify-content: center;
}

.content {
  width: min(640px, 100%);
}

/* Page / section labels */
.page-label,
.section-label {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.40;
}

.page-label {
  margin-bottom: 52px;
}

.section-label {
  margin-bottom: 20px;
  margin-top: 64px;
}

.section-label:first-of-type {
  margin-top: 0;
}

/* Divider */
.divider {
  border: none;
  border-top: 1px solid #1E2A28;
  opacity: 0.1;
  margin: 56px 0;
}

/* Last updated */
.last-updated {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.40;
  margin-top: 56px;
  letter-spacing: 0.04em;
}

/* Footer nav */
.footer {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 64px;
  padding-bottom: clamp(32px, 5vh, 56px);
}

.footer a {
  color: #1E2A28;
  text-decoration: none;
  opacity: 0.40;
}

.footer a:hover {
  opacity: 0.65;
}

.footer-sep {
  opacity: 0.30;
  margin: 0 0.7em;
  font-size: 16px;
  vertical-align: -0.1em;
}
