:root {
  font-family: Helvetica, Arial, sans-serif;
  color: #171717;
  background: #ffffff;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #ffffff;
}

main {
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
}

@media (min-width: 768px) {
  main {
    padding-top: 40px;
  }
}

header {
  margin-bottom: 16px;
}

h1,
h2 {
  margin: 0;
  font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 700;
}

p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}

p + p {
  margin-top: 16px;
}

.intro,
.spaced-list {
  margin-top: 16px;
}

ul {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}

li::marker {
  color: #767676;
}

a,
a:visited {
  color: #0864c7;
}

.ghost-link,
.ghost-link:visited {
  color: #767676;
  text-decoration: none;
}

.ghost-link:hover {
  color: #171717;
}

.ghost-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.portrait {
  width: 128px;
  height: 128px;
  object-fit: cover;
  margin-bottom: 16px;
}

.gradient {
  display: block;
  width: 100%;
  height: clamp(160px, 32vw, 240px);
  object-fit: cover;
  object-position: center;
  margin: 16px 0 0;
}

footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 18px;
}

.location {
  color: #767676;
}
