body {
  font-size: 18px;
  line-height: 1.55;
}

.page-heading h1,
.post-heading h1 {
  letter-spacing: 0;
}

.z-home {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.z-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
  margin: 0 0 2.25rem;
}

.z-hero__photo {
  text-align: right;
}

.z-hero__title {
  margin: 0;
  font-family: "Lora", "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.z-hero__subtitle {
  max-width: 360px;
  margin: 0.3rem 0 0.65rem;
  color: #777;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.z-hero__avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.z-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  align-items: center;
}

.z-icon-link {
  display: inline-flex;
  color: #404040;
  line-height: 1;
  text-decoration: none;
}

.z-icon-link:hover,
.z-icon-link:focus {
  color: #0085A1;
  text-decoration: none;
}

.z-icon-link .fa-stack {
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.z-section {
  padding: 1.25rem 0;
  border-top: 1px solid #e5e7eb;
}

.z-section h2 {
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
}

.z-section p {
  margin: 0.45rem 0;
}

.z-section--timeline {
  padding-top: 0;
  border-top: 0;
}

.z-section--timeline::before {
  display: block;
  height: 1px;
  margin: 1.25rem 0 1.25rem;
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  content: "";
}

.z-timeline {
  margin: 0;
}

.z-timeline__item {
  display: grid;
  grid-template-columns: 5.4rem 2.25rem minmax(0, 1fr);
  gap: 0;
}

.z-timeline__date {
  align-self: start;
  padding-right: 0.35rem;
  color: #bbb;
  font-size: 0.9rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.z-timeline__marker {
  position: relative;
  min-height: 2.5rem;
  border-left: 2px solid #cfcfcf;
}

.z-timeline__dot {
  position: absolute;
  top: 0;
  left: -8px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 7px;
  background-color: #cfcfcf;
}

.z-timeline__body {
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 17px;
  line-height: 1.4;
}

.z-timeline__body p {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.z-timeline__body p:last-child {
  margin-bottom: 0;
}

.z-list {
  margin: 0;
  padding-left: 1.1rem;
}

.z-list li {
  margin: 0.45rem 0;
}

.z-note {
  color: #6b7280;
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .z-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .z-home {
    padding-top: 1.5rem;
  }

  .z-hero__photo {
    text-align: center;
  }

  .z-hero__avatar {
    width: 140px;
    height: 140px;
  }

  .z-hero__subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  .z-links {
    justify-content: center;
  }

  .z-timeline__item {
    grid-template-columns: 4.65rem 1.5rem minmax(0, 1fr);
  }

  .z-timeline__date {
    padding-right: 0.25rem;
    font-size: 0.82rem;
  }

  .z-timeline__body {
    padding-left: 0.85rem;
    font-size: 16px;
  }
}
