@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:500|Material+Icons");
@font-face {
  font-family: 'Domaine Sans Text';
  src: url("../fonts/DomaineSansText-Regular.woff2") format("woff2"), url("../fonts/DomaineSansText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Domaine Sans Text';
  src: url("../fonts/DomaineSansText-Light.woff2") format("woff2"), url("../fonts/DomaineSansText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Domaine Sans Text';
  src: url("../fonts/DomaineSansText-Medium.woff2") format("woff2"), url("../fonts/DomaineSansText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Domaine Sans Text';
  src: url("../fonts/DomaineSansText-Italic.woff2") format("woff2"), url("../fonts/DomaineSansText-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
body::after,
body::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 1px;
  height: 1px; }

body::after {
  content: 'mobileS'; }
  @media (min-width: 20em) {
    body::after {
      content: "mobileS"; } }
  @media (min-width: 23.4375em) {
    body::after {
      content: "mobile"; } }
  @media (min-width: 25.875em) {
    body::after {
      content: "mobileX"; } }
  @media (min-width: 35.5em) {
    body::after {
      content: "mobileL"; } }
  @media (min-width: 48em) {
    body::after {
      content: "ipadP"; } }
  @media (min-width: 64em) {
    body::after {
      content: "ipadL"; } }
  @media (min-width: 80em) {
    body::after {
      content: "ds"; } }
  @media (min-width: 90em) {
    body::after {
      content: "d"; } }
  @media (min-width: 105em) {
    body::after {
      content: "dm"; } }
  @media (min-width: 120em) {
    body::after {
      content: "dl"; } }
  @media (min-width: 160em) {
    body::after {
      content: "dxl"; } }

body {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #ffffff;
  color: #1C1A17;
  font-family: "Domaine Sans Text", serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::selection {
  color: #565756;
  background: #F2EEEA; }

.ui-container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 64em) {
    .ui-container--sm {
      max-width: 50%; } }
  @media (min-width: 48em) {
    .ui-container--sm {
      max-width: 60%; } }
  @media (min-width: 80em) {
    .ui-container--sm {
      max-width: 890px; } }

b, strong {
  font-weight: 700; }

a {
  display: inline-block;
  position: relative;
  color: #1C1A17;
  text-decoration: none; }
  a.fx {
    transition: transform 0.2s ease-in-out; }
    a.fx:hover {
      transform: skew(-15deg); }

figure {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; }

li {
  display: block;
  list-style: none;
  margin-left: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  z-index: 50; }
  @media (min-width: 48em) {
    header {
      margin: 0 0 20px;
      padding: 15px 0px; } }
  @media (min-width: 64em) {
    header {
      padding: 20px 40px; } }
  header[data-layout="transparent"] .logo svg {
    fill: #ffffff; }
  header[data-layout="transparent"] nav ul li a {
    color: #ffffff; }
  header .ui-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 400px);
    align-items: center; }
    @media (min-width: 64em) {
      header .ui-container {
        grid-template-columns: minmax(60px, 1fr) minmax(auto, 500px); } }
  header .logo a {
    display: inline-block;
    width: 100%;
    width: 40px;
    height: 40px; }
    @media (min-width: 64em) {
      header .logo a {
        width: 60px;
        height: 60px; } }
  header nav {
    position: relative; }
    header nav ul {
      list-style: none;
      display: flex;
      flex-wrap: row wrap;
      justify-content: space-between;
      overflow: hidden; }
      header nav ul li {
        position: relative;
        display: inline-block;
        overflow: hidden; }
        header nav ul li a {
          font-size: 1rem;
          position: relative;
          display: inline-block;
          overflow: hidden; }
          @media (min-width: 48em) {
            header nav ul li a {
              font-size: 1.25rem; } }
          @media (min-width: 64em) {
            header nav ul li a {
              font-size: 1.5rem; } }
          header nav ul li a span {
            position: relative;
            display: inline-block; }
    .aside--opened header nav .menu {
      pointer-events: none; }
    header nav .menu-close {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      header nav .menu-close a {
        color: #565756 !important; }

[data-namespace="index"] section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 48em) {
    [data-namespace="index"] section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  [data-namespace="index"] section.cover {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 10px; }
    @media (min-width: 48em) {
      [data-namespace="index"] section.cover {
        padding: 0 40px; } }
    [data-namespace="index"] section.cover canvas, [data-namespace="index"] section.cover #badtv {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    [data-namespace="index"] section.cover #badtv {
      background: #da4e63; }
      [data-namespace="index"] section.cover #badtv canvas {
        opacity: 0;
        transform: scale(1.1);
        transition: all 0.6s ease-in-out; }
        [data-namespace="index"] section.cover #badtv canvas.loaded {
          opacity: 1;
          transform: scale(1); }
    [data-namespace="index"] section.cover .ui-container {
      display: flex;
      flex-flow: row wrap;
      height: 100vh;
      align-items: center;
      position: relative;
      z-index: 2; }
      @media (min-width: 48em) {
        [data-namespace="index"] section.cover .ui-container {
          height: 80vh;
          align-items: flex-end; } }
      [data-namespace="index"] section.cover .ui-container h2 {
        font-size: 1.6rem;
        max-width: 1200px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300; }
        @media (min-width: 48em) {
          [data-namespace="index"] section.cover .ui-container h2 {
            font-size: 2.4rem; } }
        @media (min-width: 80em) {
          [data-namespace="index"] section.cover .ui-container h2 {
            font-size: 3.2rem; } }
        [data-namespace="index"] section.cover .ui-container h2 strong {
          font-weight: 400;
          display: inline-block;
          color: #ffffff;
          transform: skew(-15deg); }
      [data-namespace="index"] section.cover .ui-container .scroll {
        position: absolute;
        right: 20px;
        bottom: 0;
        font-family: "IBM Plex Mono", monospace;
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.875rem;
        text-transform: uppercase;
        transition: color 0.2s ease-in-out;
        cursor: pointer; }
        [data-namespace="index"] section.cover .ui-container .scroll:hover {
          color: rgba(255, 255, 255, 0.8); }
        [data-namespace="index"] section.cover .ui-container .scroll div {
          position: relative;
          transform: rotate(90deg);
          transform-origin: 100% 0%; }
          @media (min-width: 48em) {
            [data-namespace="index"] section.cover .ui-container .scroll div {
              transform: rotate(90deg) translate3d(100%, 0, 0); } }
        [data-namespace="index"] section.cover .ui-container .scroll .material-icons {
          display: inline-block;
          font-size: 20px;
          margin-left: 2px;
          line-height: 1em;
          vertical-align: text-bottom; }
  [data-namespace="index"] section.selected-work {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 64em) {
      [data-namespace="index"] section.selected-work {
        padding-left: 40px;
        padding-right: 40px; } }
    [data-namespace="index"] section.selected-work .ui-container {
      display: flex;
      flex-flow: row wrap; }
    [data-namespace="index"] section.selected-work .work {
      position: relative;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      [data-namespace="index"] section.selected-work .work__wrapper {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        flex: 0 0 100%;
        align-items: flex-start;
        will-change: transform;
        backface-visibility: hidden; }
        @media (max-width: 63.99em) {
          [data-namespace="index"] section.selected-work .work__wrapper {
            padding-top: 60px !important; }
            [data-namespace="index"] section.selected-work .work__wrapper:nth-child(odd) .work {
              left: 0 !important; }
            [data-namespace="index"] section.selected-work .work__wrapper:nth-child(even) {
              justify-content: flex-end; }
              [data-namespace="index"] section.selected-work .work__wrapper:nth-child(even) .work {
                left: auto !important;
                right: 0 !important; } }
        @media (min-width: 48em) {
          [data-namespace="index"] section.selected-work .work__wrapper {
            flex: 0 0 50%; } }
      [data-namespace="index"] section.selected-work .work__cta {
        display: none;
        position: relative;
        overflow: hidden;
        margin: 30px 0 0;
        font-family: "IBM Plex Mono", monospace;
        text-transform: uppercase;
        color: #565756;
        font-size: 0.875rem; }
        @media (min-width: 48em) {
          [data-namespace="index"] section.selected-work .work__cta {
            display: block; } }
        [data-namespace="index"] section.selected-work .work__cta span {
          position: relative;
          display: inline-block; }
        [data-namespace="index"] section.selected-work .work__cta .material-icons {
          display: inline-block;
          font-size: 20px;
          margin-left: 2px;
          line-height: 1em;
          vertical-align: text-bottom; }
      [data-namespace="index"] section.selected-work .work:hover .picture__title {
        mix-blend-mode: normal; }
        [data-namespace="index"] section.selected-work .work:hover .picture__title h3 {
          transform: skew(-15deg); }
  [data-namespace="index"] section.about {
    background: transparent;
    margin-top: 80px;
    padding-top: 60px; }
    @media (min-width: 48em) {
      [data-namespace="index"] section.about {
        margin-top: 180px;
        padding-top: 120px; } }

[data-namespace="single"] section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 48em) {
    [data-namespace="single"] section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  [data-namespace="single"] section.cover {
    padding: 0;
    position: relative;
    width: 100%;
    height: calc(100vh);
    background-position: 50% 50%;
    background-size: cover; }
    [data-namespace="single"] section.cover .marquee__wrapper {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 100%;
      overflow: hidden;
      mix-blend-mode: difference; }
    [data-namespace="single"] section.cover .marquee-container {
      padding-right: 150px; }
    [data-namespace="single"] section.cover h1 {
      line-height: 1em;
      font-weight: 400;
      color: #ffffff;
      font-size: 5rem; }
      @media (min-width: 48em) {
        [data-namespace="single"] section.cover h1 {
          font-size: 8rem; } }
      @media (min-width: 80em) {
        [data-namespace="single"] section.cover h1 {
          font-size: 12rem; } }
  [data-namespace="single"] section.info {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 80em) {
      [data-namespace="single"] section.info {
        padding-top: 80px;
        padding-left: 40px;
        padding-right: 40px; } }
    [data-namespace="single"] section.info .ui-container {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
    [data-namespace="single"] section.info .info__content {
      flex: 3 1 auto;
      max-width: 890px; }
    [data-namespace="single"] section.info .info__list {
      flex: 1 1 auto;
      max-width: 300px;
      margin-top: 30px; }
      @media (min-width: 48em) {
        [data-namespace="single"] section.info .info__list {
          margin: 0; } }
      [data-namespace="single"] section.info .info__list .list {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      [data-namespace="single"] section.info .info__list .list__label {
        margin-bottom: 11px; }
      [data-namespace="single"] section.info .info__list .list__text {
        font-size: 1.125rem;
        line-height: 1.7; }
  [data-namespace="single"] section.picture {
    padding: 0 0px 20px; }
    [data-namespace="single"] section.picture figcaption {
      color: #565756;
      font-family: "IBM Plex Mono", monospace;
      font-size: 0.875rem;
      opacity: 0.8;
      margin-top: 15px;
      text-transform: uppercase;
      text-align: center; }
    @media (min-width: 80em) {
      [data-namespace="single"] section.picture {
        padding: 0 40px 60px; } }
    [data-namespace="single"] section.picture .ui-container img {
      width: 100%; }
  @media (min-width: 48em) {
    [data-namespace="single"] section.gallery {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 80em) {
    [data-namespace="single"] section.gallery {
      padding-left: 40px;
      padding-right: 40px; } }
  [data-namespace="single"] section.gallery figure {
    position: relative; }
  [data-namespace="single"] section.gallery figcaption {
    color: #565756;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.875rem;
    opacity: 0.8;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  [data-namespace="single"] section.gallery .ui-container--sm {
    margin-left: 0; }
    @media (max-width: 47.99em) {
      [data-namespace="single"] section.gallery .ui-container--sm > * {
        padding: 0 10px; } }
  [data-namespace="single"] section.gallery .gallery__blocks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 160px; }
    @media (max-width: 47.99em) {
      [data-namespace="single"] section.gallery .gallery__blocks .block {
        position: relative;
        margin-bottom: 30px;
        width: 100%; }
        [data-namespace="single"] section.gallery .gallery__blocks .block::before {
          content: '';
          display: block;
          width: 100%;
          position: relative;
          padding-top: 66%; }
        [data-namespace="single"] section.gallery .gallery__blocks .block--parent {
          margin: 0; }
          [data-namespace="single"] section.gallery .gallery__blocks .block--parent::before {
            content: none; }
        [data-namespace="single"] section.gallery .gallery__blocks .block--sm::before {
          padding-bottom: 66%; }
        [data-namespace="single"] section.gallery .gallery__blocks .block--sm figure {
          position: absolute;
          height: calc(50% - 15px); }
          [data-namespace="single"] section.gallery .gallery__blocks .block--sm figure:last-child {
            top: auto;
            bottom: 0; } }
    @media (min-width: 48em) {
      [data-namespace="single"] section.gallery .gallery__blocks .block {
        position: relative;
        margin-bottom: 30px; } }
  @media (min-width: 48em) and (min-width: 80em) {
    [data-namespace="single"] section.gallery .gallery__blocks .block {
      margin-bottom: 60px; } }
    @media (min-width: 48em) {
        [data-namespace="single"] section.gallery .gallery__blocks .block--md {
          flex: 0 0 50%;
          max-width: calc(50% - 15px);
          flex-basis: calc(50% - 15px); }
          [data-namespace="single"] section.gallery .gallery__blocks .block--md::before {
            content: '';
            display: block;
            width: 100%;
            position: relative;
            padding-top: 66%; } }
    @media (min-width: 48em) and (min-width: 80em) {
      [data-namespace="single"] section.gallery .gallery__blocks .block--md {
        max-width: calc(50% - 30px);
        flex-basis: calc(50% - 30px); } }
    @media (min-width: 48em) {
        [data-namespace="single"] section.gallery .gallery__blocks .block--sm {
          flex: 0 1 50%;
          width: 100%;
          flex-basis: calc(50% - 15px);
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between; } }
    @media (min-width: 48em) and (min-width: 80em) {
      [data-namespace="single"] section.gallery .gallery__blocks .block--sm {
        flex-basis: calc(50% - 30px); } }
    @media (min-width: 48em) {
          [data-namespace="single"] section.gallery .gallery__blocks .block--sm .block__child {
            position: relative;
            flex: 0 0 50%;
            max-width: calc(50% - 15px);
            flex-basis: calc(50% - 15px); } }
      @media (min-width: 48em) and (min-width: 80em) {
        [data-namespace="single"] section.gallery .gallery__blocks .block--sm .block__child {
          max-width: calc(50% - 30px);
          flex-basis: calc(50% - 30px); } }
    @media (min-width: 48em) {
          [data-namespace="single"] section.gallery .gallery__blocks .block--sm:first-child {
            margin-bottom: 30px; } }
      @media (min-width: 48em) and (min-width: 80em) {
        [data-namespace="single"] section.gallery .gallery__blocks .block--sm:first-child {
          margin-bottom: 60px; } }
    @media (min-width: 48em) {
          [data-namespace="single"] section.gallery .gallery__blocks .block--sm:last-child {
            margin-bottom: 0px; }
        [data-namespace="single"] section.gallery .gallery__blocks .block--parent {
          display: flex;
          flex-flow: column wrap; }
          [data-namespace="single"] section.gallery .gallery__blocks .block--parent::before {
            content: none; }
        [data-namespace="single"] section.gallery .gallery__blocks .block--lg {
          flex: 0 0 100%;
          max-width: 100%; }
          [data-namespace="single"] section.gallery .gallery__blocks .block--lg::before {
            content: '';
            display: block;
            width: 100%;
            position: relative;
            padding-top: 66%; } }
    [data-namespace="single"] section.gallery .gallery__blocks figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    [data-namespace="single"] section.gallery .gallery__blocks .gallery__bg {
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  [data-namespace="single"] section.next {
    overflow: hidden; }
    [data-namespace="single"] section.next label {
      display: block;
      text-align: center;
      color: #565756;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-family: "IBM Plex Mono", monospace; }
    [data-namespace="single"] section.next a {
      width: 100%; }
    [data-namespace="single"] section.next .marquee-container {
      padding-right: 75px; }
    [data-namespace="single"] section.next h1 {
      line-height: 1em;
      font-weight: 400;
      font-size: 3rem; }
      @media (min-width: 48em) {
        [data-namespace="single"] section.next h1 {
          font-size: 4rem; } }
      @media (min-width: 80em) {
        [data-namespace="single"] section.next h1 {
          font-size: 6rem; } }

[data-namespace="miscellaneous"] section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media (min-width: 48em) {
    [data-namespace="miscellaneous"] section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  [data-namespace="miscellaneous"] section .row {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      [data-namespace="miscellaneous"] section .row {
        flex: 0 0 33.33%;
        flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px); } }
    @media (min-width: 80em) {
      [data-namespace="miscellaneous"] section .row {
        flex-basis: calc(33.33% - 40px);
        max-width: calc(33.33% - 40px); } }
  [data-namespace="miscellaneous"] section article {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 80em) {
      [data-namespace="miscellaneous"] section article {
        margin-bottom: 60px; } }
    [data-namespace="miscellaneous"] section article img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      will-change: transform; }
    [data-namespace="miscellaneous"] section article .permalink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    [data-namespace="miscellaneous"] section article figure figcaption {
      position: absolute;
      top: 50%;
      width: 100%;
      color: #ffffff;
      opacity: 0;
      transform: translate3d(0, -50%, 0);
      transition: opacity 0.2s ease-in-out;
      overflow: hidden; }
      [data-namespace="miscellaneous"] section article figure figcaption h3 {
        font-weight: 400;
        font-size: 2rem;
        transition: transform 0.2s ease-in-out; }
        @media (min-width: 64em) {
          [data-namespace="miscellaneous"] section article figure figcaption h3 {
            font-size: 2.4rem; } }
      [data-namespace="miscellaneous"] section article figure figcaption .marquee-container {
        padding-right: 45px; }
    [data-namespace="miscellaneous"] section article:hover figure figcaption {
      opacity: 0.9; }

.picture {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%; }
  .picture__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }
  .picture__img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none; }
  .picture__title {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #ffffff;
    mix-blend-mode: difference;
    transform: translate3d(0, -50%, 0);
    overflow: hidden; }
    .picture__title h3 {
      font-weight: 400;
      font-size: 3rem;
      transition: transform 0.2s ease-in-out; }
      @media (min-width: 48em) {
        .picture__title h3 {
          font-size: 4rem; } }
    .picture__title .marquee-container {
      padding-right: 30px; }
      @media (min-width: 48em) {
        .picture__title .marquee-container {
          padding-right: 45px; } }

.about {
  position: relative;
  background: #F2EEEA;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 48em) {
    .about {
      padding-top: 180px;
      padding-bottom: 90px;
      padding-left: 40px;
      padding-right: 40px; } }
  .about .ui-container--sm {
    margin-left: 0;
    padding: 0; }
  .about__ester {
    position: relative;
    top: 0;
    right: 0;
    border: 16px solid #E9CEBE;
    max-width: 400px; }
    @media (min-width: 48em) {
      .about__ester {
        margin: 0px;
        position: absolute; } }
    @media (min-width: 80em) {
      .about__ester {
        max-width: 600px; } }
    .about__ester::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #E9CEBE;
      mix-blend-mode: overlay;
      opacity: 0;
      transition: opacity 0.2s ease-out; }
    .about__ester:hover::after {
      opacity: 0.8; }

[data-namespace="page"] footer {
  background: #F2EEEA; }

.spot {
  position: absolute; }
  .spot-1 {
    top: -10%;
    right: 0; }
    [data-namespace="page"] .spot-1 {
      top: 5%; }
    @media (max-width: 47.99em) {
      .spot-1 {
        max-width: 150px; } }
  .spot-2 {
    bottom: 90px;
    left: 40px; }
    @media (max-width: 47.99em) {
      .spot-2 {
        max-width: 150px; } }
  .spot-3 {
    bottom: 30%;
    right: 40px; }
    @media (max-width: 47.99em) {
      .spot-3 {
        max-width: 150px; } }
  .spot-4 {
    top: 30%;
    left: -80px;
    max-width: 350px; }
    @media (max-width: 47.99em) {
      .spot-4 {
        max-width: 150px; } }
  .spot-5 {
    bottom: 4%;
    left: 60px;
    max-width: 350px; }
    @media (max-width: 47.99em) {
      .spot-5 {
        max-width: 150px; } }
  .spot-6 {
    bottom: 20%;
    left: 50%;
    max-width: 350px; }
    @media (max-width: 47.99em) {
      .spot-6 {
        max-width: 150px; } }
  .spot-7 {
    top: 5%;
    right: 0;
    max-width: 350px; }
    @media (max-width: 47.99em) {
      .spot-7 {
        max-width: 150px; } }
  .spot__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.list {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 40px; }
  @media (min-width: 64em) {
    .list {
      flex: 0 0 40%;
      max-width: 40%;
      margin-top: 80px; } }
  @media (min-width: 80em) {
    .list {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin-top: 0px; } }
  .list--placeholder {
    flex: 0 0 25%;
    max-width: 25%; }
    @media (min-width: 64em) {
      .list--placeholder {
        flex: 0 0 30%;
        max-width: 30%; } }
    @media (min-width: 80em) {
      .list--placeholder {
        flex: 0 0 33.33%;
        max-width: 33.33%; } }
  .list__wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 80px; }
    @media (min-width: 80em) {
      .list__wrapper {
        margin-top: 124px; } }
  .list__label {
    display: inline-block;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    color: #565756;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 46px; }
  .list__text {
    font-weight: 400;
    line-height: 1.5; }

.text {
  font-size: 1.5rem;
  font-weight: 300; }
  @media (min-width: 64em) {
    .text {
      font-size: 2rem; } }
  .text p + p {
    margin-top: 2rem; }
    @media (min-width: 64em) {
      .text p + p {
        margin-top: 4rem; } }
  .text a {
    transition: transform 0.2s ease-in-out; }
    .text a:hover {
      transform: skew(-15deg); }

.v-scrollbar {
  width: 100%;
  height: 100vh;
  overflow: auto; }

footer {
  position: relative;
  width: 100%;
  padding: 10px 0px; }
  @media (min-width: 48em) {
    footer {
      padding: 10px 40px; } }
  @media (min-width: 64em) {
    footer {
      padding: 10px 40px; } }
  footer .ui-container {
    height: 40px;
    z-index: 2;
    color: #565756;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.875rem; }
    @media (min-width: 48em) {
      footer .ui-container {
        height: 80px; } }
    footer .ui-container a {
      color: #565756; }
    footer .ui-container span {
      font-weight: 300; }
  footer .copyright,
  footer .mail,
  footer .credits {
    overflow: hidden; }

.menu-work {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: 20;
  pointer-events: none; }
  .aside--opened .menu-work {
    pointer-events: auto; }
  .menu-work__wrapper {
    display: flex;
    min-height: 100vh;
    flex-flow: column wrap;
    padding: 160px 40px 0px; }
    @media (max-width: 47.99em) {
      .menu-work__wrapper {
        padding: 100px 10px 0; } }
  .menu-work__item {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden; }
    @media (min-width: 120em) {
      .menu-work__item {
        margin-bottom: 30px; } }
    .menu-work__item a {
      position: relative;
      display: inline-block;
      color: rgba(245, 245, 245, 0.75); }
      .menu-work__item a:hover {
        color: #ffffff; }
    .menu-work__item h2 {
      font-size: 2rem;
      font-weight: 400; }
      @media (min-width: 48em) {
        .menu-work__item h2 {
          font-size: 3rem; } }
      @media (min-width: 64em) {
        .menu-work__item h2 {
          font-size: 3.2rem; } }
  .menu-work__artboard {
    position: fixed;
    top: 0;
    left: 10%;
    width: 80%;
    height: 60vh;
    pointer-events: none;
    transform: translate3d(0%, 20vh, 0);
    overflow: hidden; }
    @media (min-width: 48em) {
      .menu-work__artboard {
        top: auto;
        width: 50%;
        left: 50%;
        height: 100vh;
        transform: none; } }
    .menu-work__artboard canvas {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 600px;
      transform: translate3d(-50%, -50%, 0); }

.scrollbar-track.scrollbar-track-y {
  width: 6px;
  background: #f5f5f5;
  display: none !important; }

.scrollbar-thumb.scrollbar-thumb-y {
  background: #1C1A17;
  border-radius: 0; }

#barba-wrapper {
  position: relative;
  min-height: 100vh;
  background: #ffffff;
  margin-bottom: 500px; }

.barba-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff; }

/*# sourceMappingURL=style.css.map */
