:root {
  --black: black;
  --white: white;
  --orange-red: #ff630d;
  --red: #f00101;
}

body {
  color: var(--black);
  background-color: #817d7d;
  font-family: Grafier Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-wrap {
  z-index: 10;
  width: 30%;
  height: 88vh;
  max-width: 480px;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}

.header {
  z-index: 1000;
  height: 96px;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 96px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home {
  z-index: 1001;
  width: 96px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-left: 48px;
  padding-top: 4px;
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  flex-direction: column;
  justify-content: center;
  text-decoration: line-through;
  position: relative;
  overflow: hidden;
}

.nav-wrap {
  z-index: 1001;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 96px 96px 48px;
  display: flex;
  position: relative;
}

.hero-text {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Grafier Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.hero-text.outro {
  width: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.hero-text.indented {
  text-indent: 48px;
}

.link-tree-block {
  height: 100%;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.external-link {
  z-index: 5;
  height: 40px;
  min-width: 64px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 16px;
  padding-top: 8px;
  padding-left: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #000;
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-2.rotated {
  transform-origin: 50%;
  padding-bottom: 8px;
  padding-left: 8px;
  line-height: 20px;
  transform: rotate(270deg);
}

.paragraph-2.inverse {
  color: #858888;
  font-weight: 200;
}

.divider-horizontal {
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 96px;
  right: 96px;
}

.divider-horizontal.footer-divider {
  margin-bottom: 48px;
  position: static;
}

.projects-section {
  margin-top: 0;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.project {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 192px;
  display: flex;
  position: relative;
}

.project.hidden {
  display: none;
}

.img-wrap {
  width: 68%;
  flex-direction: column;
  display: flex;
}

.img-frame {
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-frame.is--spoko {
  background-color: #131313;
}

.project-number {
  color: #000;
  text-align: right;
  font-family: Monument Extended, sans-serif;
  font-weight: 200;
}

.project-name {
  color: var(--black);
  text-transform: uppercase;
  white-space: pre-wrap;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Monument Extended, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.info-wrap {
  margin-bottom: 40px;
}

.info-row {
  margin-bottom: 4px;
  display: flex;
}

.row-head {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.row-value {
  color: #000;
  margin-left: 8px;
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.project-link {
  color: #000;
  text-transform: uppercase;
  align-self: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Monument Extended, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  bottom: 0;
}

.project-link:hover {
  text-decoration: underline;
}

.project-link.hidden {
  display: none;
}

.image-2 {
  width: 24px;
  display: none;
}

.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 96px 96px 48px;
  display: flex;
}

.inline-link {
  color: var(--black);
  font-family: Monument Extended, sans-serif;
  font-size: 27.4px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.inline-link:hover {
  text-decoration: underline;
}

.description {
  color: #000;
  margin-bottom: 48px;
  font-family: Grafier Display, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.project-info {
  flex-direction: column;
  display: flex;
}

.right-column {
  width: 30%;
  height: 100%;
  max-width: 480px;
  flex-direction: column;
  align-self: flex-end;
  padding-top: 24px;
  display: flex;
}

.scroll-hint {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-down {
  transform: rotate(90deg);
}

.hero-text-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.left-column {
  width: 68%;
  max-width: 480px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.left-column.in-footer {
  width: auto;
  max-width: 480px;
  align-items: stretch;
}

.background-blur-img {
  z-index: -1;
  height: 200vh;
  position: absolute;
  top: 96px;
}

.background-blur-img.at-about {
  margin-top: 60vh;
}

.copyright {
  width: 100%;
  max-width: 480px;
  color: var(--black);
  text-align: right;
  border-bottom: 20px solid #000;
  align-self: flex-end;
  padding-bottom: 8px;
  font-family: Monument Extended, sans-serif;
  font-weight: 200;
}

.footer-link-inline {
  color: var(--black);
}

.right-column-footer {
  width: 30%;
  max-width: 480px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -64px;
  padding-top: 48px;
  display: flex;
}

.outro-wrapper {
  width: 68%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.badge {
  max-width: 144px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 4px;
  display: none;
  position: relative;
  overflow: hidden;
}

.badge-asterix {
  position: absolute;
  transform: scale(.6);
}

.project-img-background {
  z-index: -1;
  opacity: .5;
  background-image: url('../images/poster-texture-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-frame {
  z-index: 10;
  margin-bottom: 24px;
  padding-bottom: 50%;
  position: relative;
}

.video-frame.square {
  padding-bottom: 100%;
}

.video-frame.bajer {
  padding-bottom: 66%;
}

.video-frame._4-3 {
  padding-bottom: 75%;
}

.video-frame.producthunt {
  padding-bottom: 50%;
}

.video-frame.anya {
  padding-bottom: 70%;
}

.image-holder {
  z-index: 5;
  width: 24vw;
  flex-wrap: wrap;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: absolute;
  top: 104px;
  left: 38vw;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.archi-img, .slow-img {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-summary {
  padding: 96px;
}

.projects-table {
  max-width: 840px;
  flex-direction: column;
  display: flex;
}

.year-wrap {
  flex-direction: row;
  margin-bottom: 48px;
  display: flex;
}

.table-text {
  color: var(--black);
  flex: 1;
  margin-right: 48px;
  font-family: Monument Extended, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.table-text.year {
  flex: 0 auto;
}

.table-text.client-name {
  text-transform: uppercase;
}

.project-row-wrap {
  flex: 1;
}

.project-row {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.project-row.last {
  border: 1px #000;
}

.about-intro-section {
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  display: flex;
}

.atmo-img, .dirty-img, .skate-img {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-arrow {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-text-wrap {
  z-index: 10;
  max-width: 840px;
  cursor: default;
  flex-direction: column;
  position: relative;
}

.strike {
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 48%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.profile-image-wrap {
  width: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.page-transition {
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #807d7d;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spoko-gif {
  width: 20%;
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  margin-bottom: 30%;
}

.link-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 32px;
  }

  .nav-link {
    align-items: center;
  }

  .nav-wrap {
    align-items: stretch;
  }

  .hero-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-tree-block {
    padding-bottom: 4px;
  }

  .external-link {
    margin-left: 8px;
  }

  .divider-horizontal {
    left: 32px;
    right: 32px;
  }

  .projects-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .project-name {
    font-size: 27px;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .inline-link.bio:hover {
    text-decoration: none;
  }

  .right-column-footer {
    margin-left: 48px;
  }

  .badge {
    margin-top: 24px;
  }

  .image-holder {
    display: none;
  }

  .project-summary, .about-intro-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .text-wrap {
    width: 100%;
    height: auto;
    max-width: none;
    flex-direction: column;
    order: -1;
    position: static;
  }

  .hero-section {
    height: auto;
    flex-direction: column;
  }

  .hero-text {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .link-tree-block {
    z-index: 1;
    width: 100%;
    min-height: 240px;
  }

  .projects-section {
    padding-top: 48px;
  }

  .project {
    flex-direction: column;
    margin-bottom: 96px;
  }

  .img-wrap {
    width: 100%;
  }

  .img-frame {
    margin-bottom: 24px;
  }

  .project-name {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .info-wrap {
    margin-bottom: 20px;
  }

  .project-link {
    text-decoration: underline;
  }

  .footer {
    height: auto;
    flex-direction: column;
  }

  .right-column {
    z-index: 5;
    width: 100%;
    max-width: none;
    align-items: flex-end;
  }

  .scroll-hint {
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 96px;
  }

  .left-column {
    width: 100%;
  }

  .left-column.in-footer {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .background-blur-img {
    top: 0;
  }

  .copyright {
    max-width: none;
    align-self: flex-end;
  }

  .right-column-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .outro-wrapper {
    width: 100%;
  }

  .video-frame {
    margin-bottom: 24px;
  }

  .about-intro-section {
    flex-direction: column;
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 64px;
    padding-right: 16px;
  }

  .home {
    width: 64px;
  }

  .nav-link {
    margin-left: 16px;
    font-size: 12px;
    line-height: 24px;
  }

  .hero-section {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    top: 17px;
    left: 16px;
  }

  .hero-text {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-text.outro {
    max-width: none;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .link-tree-block {
    min-height: 360px;
    padding-bottom: 0;
  }

  .link-wrap {
    flex-direction: column;
  }

  .external-link {
    justify-content: flex-end;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-2.rotated {
    line-height: 18px;
  }

  .divider-horizontal {
    left: 16px;
    right: 16px;
  }

  .divider-horizontal.footer-divider {
    margin-bottom: 8px;
  }

  .projects-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-number, .row-head, .row-value, .project-link {
    font-size: 12px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .inline-link {
    font-size: 17px;
  }

  .right-column {
    width: 100%;
  }

  .scroll-hint {
    margin-top: 144px;
    margin-left: 0;
  }

  .left-column {
    margin-right: 0;
  }

  .background-blur-img {
    height: 140vh;
  }

  .copyright {
    font-size: 12px;
  }

  .badge {
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .project-summary {
    padding: 48px 16px 0;
  }

  .table-text {
    margin-right: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .table-text.year {
    min-width: 50px;
  }

  .project-row {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .about-intro-section {
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grafier Display';
  src: url('../fonts/Grafier-RegularDisplay.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grafier';
  src: url('../fonts/Grafier-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}