body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  max-width: 480px;
  padding: 3rem 2rem;
  line-height: 1.6;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}

.tagline {
  margin-bottom: 1.5rem;
  color: #666;
}

.current-role {
  margin-bottom: 1.5rem;
}

.section-title {
  color: #999;
  margin-bottom: 0.25rem;
}

.role {
  margin-bottom: 0.25rem;
}

a {
  color: #1a1a1a;
  text-decoration-line: underline;
  text-decoration-color: #ccc;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-color: #1a1a1a;
}

.links {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
}

.contact-label {
  color: #999;
}