:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
}

.mark {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #063768;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
  margin-bottom: 1.75rem;
}

h1 {
  margin: 0 0 0.6rem;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lede {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: #555555;
}

.contact {
  margin: 0;
}

.contact a {
  color: #063768;
  text-decoration: none;
  border-bottom: 1px solid rgba(6, 55, 104, 0.3);
  padding-bottom: 1px;
  transition: border-color 0.15s ease;
}

.contact a:hover {
  border-bottom-color: #063768;
}

.foot {
  padding: 1.75rem 1.5rem;
  text-align: center;
  border-top: 1px solid #ececec;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 1.1rem;
  margin-bottom: 0.85rem;
}

.foot-links a {
  color: #555555;
  text-decoration: none;
  font-size: 0.85rem;
}

.foot-links a:hover {
  color: #063768;
  text-decoration: underline;
}

.copy {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
}
