.resume-section,
.resume-section *,
.latest-projects,
.latest-projects * {
  box-sizing: border-box;
}

.resume-section {
  width: 100%;
  padding: clamp(6rem, 9vw, 8rem) 0 clamp(5rem, 8vw, 7rem) 5.5rem;
  background: #f1f0ec;
}

.resume-shell {
  width: min(100%, 72rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.25rem, 5vw, 4rem);
  padding-left: clamp(1.25rem, 5vw, 4rem);
}

.resume-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}

.resume-heading {
  padding-left: 0;
}

.document-download {
  flex: none;
  border: 1px solid rgba(51, 51, 51, .35);
  background: rgba(255, 255, 255, .2);
  color: #333;
  padding: .48rem .7rem;
  font-size: .78rem;
  line-height: 1;
  text-decoration: none;
  transform: translateY(0) scale(1);
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.document-download:hover {
  border-color: #333;
  background: #333;
  color: #f7f6f2;
  box-shadow: 0 .45rem 1.2rem rgba(32, 30, 25, .13);
  transform: translateY(-2px) scale(1.025);
}

.document-download:active {
  box-shadow: none;
  transform: translateY(0) scale(.985);
}

.resume-document {
  width: min(100%, 58rem);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  padding: clamp(1rem, 3vw, 2.5rem);
  border: 1px solid rgba(51, 51, 51, .12);
  background: #d4d3ce;
}

.resume-document-image {
  display: block;
  width: min(100%, 48rem);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(27, 25, 19, .14);
}

.rl_section_layout192 .rl_layout192_component {
  align-items: start;
}

.rl_section_layout192 .rl_layout192_content {
  padding-top: clamp(1.5rem, 3vw, 3rem);
}

.rl_section_layout192 .rl-heading-style-h2-6 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.rl_section_layout192 .rl-text-style-medium-47 {
  max-width: 64ch;
  margin-top: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: clamp(.92rem, 1.15vw, 1.02rem);
  line-height: 1.56;
}

.latest-projects .container-global,
.latest-projects .latest-projects-wrapper,
.latest-projects .l-projects-container-l,
.latest-projects .l-projects-container-r,
.latest-projects .l-projects-content {
  min-width: 0;
}

.latest-projects .container-global,
.latest-projects .latest-projects-wrapper {
  width: 100%;
}

.latest-projects .l-project-name,
.latest-projects .l-projects-text {
  max-width: 100%;
  overflow-wrap: break-word;
}

.latest-projects a[class*="link-block"],
.latest-projects .l-projects-container-l,
.latest-projects .l-projects-container-r {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.latest-projects .l-projects-container-l,
.latest-projects .l-projects-container-r {
  overflow: hidden !important;
}

.project-card-link {
  cursor: default;
}

.project-card-link .l-projects-content {
  cursor: default;
}

.project-card-link .lates-project-img-wrap {
  cursor: pointer;
  transition: filter .22s ease;
}

.project-card-link .lates-project-img-wrap:hover {
  filter: brightness(1.035) contrast(1.015);
}

@media screen and (min-width: 480px) {
  .latest-projects .container-global {
    padding-left: 5.5rem !important;
    padding-right: 0 !important;
  }

  .latest-projects .latest-projects-wrapper,
  .latest-projects .latest-projects-wrapper-copy {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(1.5rem, 3vw, 3rem) !important;
    padding-right: clamp(1.5rem, 3vw, 3rem) !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .latest-projects .l-projects-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .resume-heading-row {
    align-items: flex-end;
    gap: 1rem;
  }

  .resume-document {
    padding: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .resume-section {
    padding-top: 7.5rem;
    padding-left: 0;
  }

  .resume-shell {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .latest-projects .latest-projects-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .latest-projects .latest-projects-wrapper-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .latest-projects .l-projects-content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .document-download {
    transition: none;
  }
}

.skip-link { position: fixed; z-index: 10000; top: .75rem; left: .75rem; padding: .65rem .85rem; color: #fff; background: #222; text-decoration: none; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, [role="button"]):focus-visible { outline: 2px solid #2f2f2d; outline-offset: 4px; }
.email-title a { color: inherit; text-decoration: none; }
.email-title a:hover { text-decoration: underline; text-underline-offset: .2em; }
.accessible-contact-form .rl-button-6 { border: 1px solid #333; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease; }
.accessible-contact-form .rl-button-6:hover { box-shadow: 0 .45rem 1.2rem rgba(32, 30, 25, .13); transform: translateY(-2px) scale(1.025); }
.contact-form-note, .contact-form-status { margin-top: .75rem; color: #666560; font-size: .75rem; line-height: 1.45; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
