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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  background: #f7f7f5;
}

main {
  padding: 2rem;
  text-align: center;
}

h1 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.tagline {
  margin: 0 0 2rem;
  color: #666;
  font-size: 0.95rem;
}

.contact {
  margin: 0;
  font-size: 0.875rem;
}

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

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