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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

main {
  max-width: 540px;
  margin: 0 auto;
  padding: 80px 24px;
}

h1 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.bio {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 48px;
}

h2 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 12px;
}

ul {
  list-style: none;
}

li {
  font-size: 0.95rem;
  line-height: 1.6;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a:hover {
  border-bottom-color: #1a1a1a;
}

.dash {
  color: #999;
  margin: 0 4px;
}

.desc {
  color: #555;
}

.email {
  margin-top: 48px;
  font-size: 0.95rem;
}
