.resume-hero {
  left: 5vw;
  right: auto;
  width: min(42vw, 610px);
  top: 18%;
}

.resume-document {
  position: absolute;
  z-index: 4;
  top: 14%;
  right: 3vw;
  width: min(50vw, 840px);
  height: 76vh;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(228,228,224,.42);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(190,190,186,.91), rgba(151,154,158,.88));
  box-shadow: inset 0 1px rgba(255,255,255,.38), 0 28px 70px rgba(0,0,0,.52);
  backdrop-filter: blur(22px) saturate(.65) brightness(.84);
  -webkit-backdrop-filter: blur(22px) saturate(.65) brightness(.84);
}

.resume-document-heading {
  height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: #16181c;
  font-family: DM Mono,monospace;
  font-weight: 600;
}

.resume-document-heading span { font-size: 10px; letter-spacing: .18em; }
.resume-document-heading strong { font-size: 13px; letter-spacing: .2em; text-align: right; }
.resume-document-heading span { font-size: 11px; font-weight: 700; }
.resume-document-heading strong { font-size: 15px; font-weight: 700; }

.resume-document-body {
  height: calc(100% - 78px);
  overflow: auto;
  border: 1px solid rgba(15,18,23,.3);
  border-radius: 8px;
  background: #e8e8e5;
  scrollbar-width: thin;
  scrollbar-color: #4e5359 rgba(30,33,38,.14);
}

.resume-document-body object {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.resume-document-body p {
  margin: 0;
  padding: 30px;
  color: #16181c;
  font-weight: 600;
}

.resume-document-body a,
.resume-document-open { color: #16181c; font-weight: 600; }

.resume-document-open {
  display: block;
  height: 36px;
  padding-top: 12px;
  text-align: right;
  text-decoration: none;
  font: 600 10px DM Mono,monospace;
  letter-spacing: .16em;
}
.resume-document-open { font-size: 12px; font-weight: 700; }

.resume-document-open:hover { color: #5f3c0d; }

@media (max-width: 1000px) {
  .resume-document { right: 2vw; width: 54vw; }
  .resume-hero { width: 40vw; }
  .profile-copy { font-size: 13px; }
}

@media (max-width: 600px) {
  .resume-hero { left: 24px; right: 24px; top: 15%; width: auto; }
  .resume-hero .profile { display: none; }
  .resume-document { top: 43%; left: 12px; right: 12px; width: auto; height: 52vh; padding: 9px; }
  .resume-document-heading { height: 32px; }
  .resume-document-heading span { font-size: 7px; }
  .resume-document-heading strong { font-size: 8px; }
  .resume-document-body { height: calc(100% - 61px); }
  .resume-document-body object { min-height: 420px; }
  .resume-document-open { height: 29px; padding-top: 9px; font-size: 8px; }
}
