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

html, body {
  height: 100%;
}

body {
  background: #f7f4ef;
  color: #1c1816;
  font-family: 'Cormorant Garamond', Georgia, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
}

main {
  text-align: center;
}

h1 {
  font-size: clamp(2.6rem, 9vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #1c1816;
}

hr {
  width: 2.5rem;
  height: 1px;
  background: #c4b8a8;
  border: none;
  margin: 1.5rem auto;
}

.role {
  font-size: 0.7rem;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #7a6a5a;
  margin-bottom: 1.5rem;
}

.bio {
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: #3d3530;
  max-width: 360px;
  line-height: 1.7;
}
