:target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}




.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

sup {
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 27px;
}

.body {
  color: #191919;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  overflow: visible;
}

.showcase-nav {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  transition: all .2s;
  display: flex;
}

.showcase-nav:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.nav-item {
  -webkit-text-stroke-width: 0px;
  border-top: 0 solid #000;
  border-radius: 0;
  padding: 8px 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.desc-zone {
  max-width: 616px;
  margin: 32px auto;
  transition: all .2s;
}

.content-paragraph {
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.desc-block {
  max-width: 414px;
  margin: 48px auto;
  padding-left: 0;
}

.desc-block.first {
  margin-top: 0;
}

.reference-paragraph {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.reference-author {
  letter-spacing: .1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.word {
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.project-block {
  max-width: 100%;
  margin: 40px auto 80px;
  padding-left: 0;
}

.project-block.no-imagery {
  margin-bottom: 40px;
}

.project-gallery {
  margin: 24px auto 48px;
}

.project-desc {
  max-width: 414px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.project-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.exhibition-zone {
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
}

.exhibition-title {
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  border-radius: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link.cover {
  margin-bottom: 24px;
}

.project-lightbox-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

.lightbox-sneak {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}

.nav-zone {
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.main-nav-bar {
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container {
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #191919;
  border-bottom: 1px solid #191919;
  margin-bottom: 8px;
  margin-right: 24px;
  padding: 0;
  text-decoration: none;
  box-shadow: 0 0 #191919;
}

.nav-link.w--current {
  color: #191919;
}

.nav-link.current {
  font-weight: 600;
  box-shadow: 0 1px #191919;
}

.nav-link.footer {
  margin-right: 8px;
}

.nav-link.footer.w--current {
  color: #191919;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  width: auto;
  display: inline-block;
}

.heading {
  display: none;
}

.icon-link {
  opacity: 0;
  position: absolute;
}

.icon-link.work {
  opacity: 100;
  margin-right: 24px;
  position: relative;
}

.nav-block {
  display: inline-block;
}

.nav-zone-work {
  max-width: 414px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.desc-category {
  max-width: 414px;
  margin: 48px auto;
  padding-left: 0;
}

.desc-category.first {
  margin-top: 0;
}

.contact-zone {
  max-width: 616px;
  height: 200px;
  margin: 0 auto 40px;
}

.project-subgallery {
  margin: 24px auto;
}

.bottom-nav-bar {
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-block {
  margin-right: 8px;
  font-weight: 300;
  display: inline;
}

.project-sum-gallery {
  margin: 24px auto;
}

.less-bold {
  font-weight: 400;
}

.basic-link {
  color: #191919;
  border: 1px #191919;
  border-bottom-style: solid;
  padding-top: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.infographics-mini-zone {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.this-is-luke {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 616px;
  height: 160px;
  margin: 160px auto 80px;
  padding-top: 0;
  display: flex;
}

.logo-part-left {
  position: static;
}

.logo-part-right {
  margin-left: 0;
  transform: translate(0);
}

.bottom-navigation {
  max-width: 414px;
  margin: 0 auto;
  padding-left: 0;
}

.sky {
  max-width: none;
  height: 0;
}

.the-motive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  width: 80px;
  height: 80px;
}

.what-s-it-about {
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.signs-are-everywhere {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 100%;
  margin: 160px auto 56px;
  display: flex;
}

.luke-signs-marks {
  z-index: 10;
  width: 80px;
  height: 160px;
  position: fixed;
}

.delicate-evidence {
  max-width: 616px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

.luke-name-quotes {
  width: auto;
  height: 160px;
  position: static;
  transform: translate(96px);
}

.the-evidence {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.luke-name-quotes_sub {
  width: 414px;
  height: 160px;
  position: static;
  transform: translate(0);
}

.luke-signs-marks_sub {
  width: 80px;
  height: 160px;
  position: static;
}

.luke-signs-marks_hide {
  opacity: 0;
  width: 80px;
  height: 160px;
  display: none;
  position: fixed;
}

.desc-zone-work {
  max-width: 616px;
  margin: 40px auto 32px;
  transition: all .2s;
}

.what-s-it-about-the-most {
  max-width: none;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.image {
  height: 160px;
  position: fixed;
}

@media screen and (max-width: 991px) {
  .contact-zone {
    max-width: 616px;
  }

  .delicate-evidence {
    width: auto;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .desc-zone {
    max-width: 100%;
  }

  .project-block.no-imagery {
    margin-bottom: 40px;
  }

  .project-desc, .exhibition-title {
    max-width: none;
  }

  .lightbox-sneak {
    border-radius: 8px;
  }

  .nav-zone {
    max-width: none;
  }

  .nav-zone-work {
    max-width: 100%;
  }

  .desc-category.first {
    max-width: none;
  }

  .contact-zone {
    max-width: 80%;
    padding-left: 0;
  }

  .this-is-luke {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 80%;
    padding-top: 0;
  }

  .logo-part-right {
    transform: translate(0);
  }

  .bottom-navigation {
    max-width: none;
  }

  .the-motive {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
  }

  .div-block-3 {
    height: 0;
  }

  .what-s-it-about {
    max-width: none;
  }

  .signs-are-everywhere {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    height: auto;
    margin-top: 56px;
    margin-bottom: 8px;
  }

  .luke-signs-marks {
    position: static;
  }

  .delicate-evidence {
    width: auto;
    max-width: 80%;
    margin-top: 120px;
  }

  .luke-name-quotes {
    transform: translate(0, -40px);
  }

  .the-evidence {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
  }

  .luke-name-quotes_sub {
    transform: translate(0, -40px);
  }

  .luke-signs-marks_sub {
    position: static;
  }

  .luke-signs-marks_hide {
    height: 0;
    position: static;
  }

  .desc-zone-work {
    max-width: 100%;
  }

  .what-s-it-about-the-most {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .contact-zone {
    padding-left: 0;
  }

  .this-is-luke {
    flex-flow: column;
    max-width: 80%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-top: 0;
  }

  .logo-part-right {
    transform: translate(0, -40px);
  }

  .sky {
    max-width: 80%;
  }

  .the-motive, .signs-are-everywhere {
    max-width: none;
  }

  .image {
    position: static;
  }


  .luke-name-quotes_sub {
  width: auto;
  height: 160px;
}
}


