/* RESUME
------------------------------------*/
/* FIXED: Only target resume intro header, not navigation */
.resume > header::before {
  background: url(../images/bg-home-office-studio.jpg) center / cover;
  content: "";
  display: block;
  height: 200px; /* mobile default */
}

/* FIXED: Download link positioning */
.download-link {
  position: fixed;
  top: 90px;
  left: 5px;
  font-size: 1.5rem;
  z-index: 100;
}

.resume-section {
  margin-bottom: 50px;
}
.resume-section h2 {
  border-bottom: 2px dashed var(--neutral-300);
  padding-bottom: 5px;
}
.resume-section p {
  margin-bottom: 15px;
}
