@charset "UTF-8";
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }
  html.is-fixed {
    height: 100%; }

*, *:after, *:before {
  box-sizing: inherit; }

body {
  margin: 0;
  width: 100vw;
  overflow: hidden; }
  .is-fixed body {
    height: 100%; }

.site {
  width: 100vw;
  font-family: "Oxygen", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  color: #d9d9d9;
  background: #192126;
  min-height: 100%;
  overflow: hidden; }
  .site *:focus {
    outline-color: #607077; }
  .is-fixed .site {
    position: fixed;
    height: 100%;
    width: 100vw; }

.close-icon span {
  width: 30px;
  height: 1px; }

.logo-button {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  width: 25vw;
  height: 25vw;
  padding: 0;
  cursor: pointer; }
  @media (orientation: landscape) {
    .logo-button {
      right: auto;
      left: 0;
      width: 25vh;
      height: 25vh; } }
  @media only screen and (min-width: 768px) {
    .logo-button {
      right: auto;
      left: 20px;
      top: 20px;
      width: 60px;
      height: 60px; } }
  @media only screen and (min-width: 1280px) {
    .logo-button {
      width: 100px;
      height: 100px; } }
  .logo-button canvas {
    width: 100%;
    height: 100%; }

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192126;
  opacity: 0.999;
  transition: opacity 750ms linear;
  will-change: opacity; }
  .loader.is-hidden {
    opacity: 0; }
  .loader img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulsate 1250ms ease-out;
    animation-iteration-count: infinite; }

@keyframes pulsate {
  0% {
    transform: scale(0.7);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1);
    opacity: 0.0; } }

.intro {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #192126; }

.intro__scene {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  background-image: url(/intro/intro-bg-640.gif);
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .intro__scene {
      left: 25px;
      right: 25px;
      bottom: 25px;
      top: 25px;
      background-image: url(/intro/intro-bg-1024.gif); } }
  @media only screen and (min-width: 1280px) {
    .intro__scene {
      background-image: url(/intro/intro-bg-1920.gif); } }

.intro__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/intro/intro-mobile-640.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .intro__img {
      background-image: url(/intro/intro-desktop-1024.png); } }
  @media only screen and (min-width: 1280px) {
    .intro__img {
      background-image: url(/intro/intro-desktop-1920.png); } }

.intro__lines {
  position: absolute;
  width: calc(100vw - 20px);
  height: 65vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media only screen and (orientation: landscape) {
    .intro__lines {
      left: 0;
      right: 0;
      margin: auto;
      width: calc(100vh - 50px);
      height: calc(100vh - 50px); } }

.intro__letters {
  position: absolute;
  width: 100%;
  height: 100%; }
  .intro__letters img {
    position: absolute;
    width: 7%; }

.intro__about {
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -50px;
  height: 90px;
  width: 57px;
  background: none;
  border: 0;
  padding: 0;
  transform-origin: left center;
  transition: transform 250ms ease;
  cursor: pointer; }
  .intro__about:hover, .intro__about:active {
    transform: scale(1.1);
    outline: 0; }
    @media only screen and (min-width: 768px) {
      .intro__about:hover, .intro__about:active {
        transform: translateX(30px) scale(1.1); } }
    .intro__about:hover .icon, .intro__about:active .icon {
      fill: white; }
    .intro__about:hover .intro__about-label span, .intro__about:active .intro__about-label span {
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .intro__about {
      top: 0;
      left: 22px;
      margin-top: 0;
      height: 100%; } }

.intro__about-label {
  display: none; }
  @media only screen and (min-width: 768px) {
    .intro__about-label {
      display: block;
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      height: 100%;
      background: #192126;
      text-align: center; } }
  .intro__about-label span {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    font-family: "Playfair Display", serif;
    color: #d9d9d9;
    font-size: 18px;
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
    transition: opacity 250ms linear; }

.intro__about-inner {
  display: block;
  position: relative;
  height: 90px;
  width: 57px; }
  .intro__about-inner .bg {
    position: relative;
    left: -2px;
    height: 100%;
    width: 100%;
    fill: #192126; }
  .intro__about-inner .icon {
    position: absolute;
    top: 26px;
    left: 3px;
    height: 33px;
    fill: #607077; }

.intro__work {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -50px;
  height: 90px;
  width: 57px;
  background: none;
  border: 0;
  padding: 0;
  transform-origin: left center;
  transition: transform 250ms ease;
  cursor: pointer; }
  .intro__work:hover, .intro__work:active {
    transform: scale(1.1);
    outline: 0; }
    @media only screen and (min-width: 768px) {
      .intro__work:hover, .intro__work:active {
        transform: translateX(-30px) scale(1.1); } }
    .intro__work:hover .icon, .intro__work:active .icon {
      fill: white; }
    .intro__work:hover .intro__work-label span, .intro__work:active .intro__work-label span {
      opacity: 1; }
  @media only screen and (min-width: 768px) {
    .intro__work {
      top: 0;
      right: 22px;
      margin-top: 0;
      height: 100%; } }

.intro__work-label {
  display: none; }
  @media only screen and (min-width: 768px) {
    .intro__work-label {
      display: block;
      position: absolute;
      top: 0;
      right: -30px;
      width: 30px;
      height: 100%;
      background: #192126;
      text-align: center; } }
  .intro__work-label span {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    font-family: "Playfair Display", serif;
    color: #d9d9d9;
    font-size: 18px;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
    transition: opacity 250ms linear; }

.intro__work-inner {
  display: block;
  position: relative;
  height: 90px;
  width: 57px; }
  .intro__work-inner .bg {
    position: relative;
    right: -2px;
    height: 100%;
    width: 100%;
    fill: #192126; }
  .intro__work-inner .icon {
    position: absolute;
    top: 29px;
    right: 3px;
    height: 29px;
    fill: #607077; }

.intro__title {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%; }
  .intro__title h1 {
    font-family: "Oxygen", sans-serif;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.2;
    margin: 0; }
  .intro__title span {
    font-family: "Oxygen", sans-serif;
    color: #f91949;
    font-size: 20px; }

.intro__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192126;
  opacity: 0;
  transition: opacity 250ms linear;
  will-change: opacity;
  display: none;
  visibility: hidden; }
  .intro__overlay.is-visible {
    opacity: 0.9;
    visibility: visible; }
  @media only screen and (min-width: 768px) {
    .intro__overlay {
      display: block; } }

.about {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192126;
  transform: translateX(-100vw);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  overflow: hidden; }
  .about.is-visible {
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media only screen and (min-width: 768px) {
    .about {
      width: 50%;
      transition-duration: 750ms; } }

.about__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  background: linear-gradient(180deg, #192126, rgba(25, 33, 38, 0)); }

.about__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 25px 25px 25px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .about__content {
      width: calc(100% + 25px);
      padding: 100px calc(15% - 25px) 25px 15%; } }

.about__label {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin: 0 0 20px 0; }

.about__img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 0 20px 0; }

.about__title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin: 0 0 20px 0;
  line-height: 1.3; }

.about__close {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
  height: 90px;
  width: 57px;
  background: none;
  border: 0;
  padding: 0; }
  .about__close svg {
    position: relative;
    height: 100%;
    width: 100%;
    fill: #30373c; }
  .about__close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 28px; }

@media only screen and (min-width: 768px) {
  .about__icons {
    display: flex; } }

.about__icon {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .about__icon img {
    width: 60%; }
    @media only screen and (min-width: 768px) {
      .about__icon img {
        width: 100%; } }
  .about__icon p {
    text-align: left;
    font-size: 0.8em;
    margin: 10px 0; }
    @media only screen and (min-width: 768px) {
      .about__icon p {
        font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .about__icon {
      width: 33.33333%;
      margin-right: 40px; } }

.about__icon-title {
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin: 0; }

.work {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192126;
  transform: translateX(100vw);
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden; }
  .work.is-visible {
    transform: translateX(0); }
  @media only screen and (min-width: 768px) {
    .work {
      transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
      border-left: #30373c 20px solid; } }

.work__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  background: linear-gradient(180deg, #192126, rgba(25, 33, 38, 0)); }

.work__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 25px 25px 25px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .work__content {
      width: calc(100% + 25px);
      padding: 100px calc(15% - 25px) 25px 15%; } }

.work__label {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin: 0 0 20px 0; }

.work__close {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  height: 90px;
  width: 57px;
  background: none;
  border: 0;
  padding: 0;
  will-change: transform; }
  .work__close svg {
    position: relative;
    height: 100%;
    width: 100%;
    fill: #30373c; }
  .work__close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 28px; }

@media only screen and (min-width: 768px) {
  .thumbs {
    display: flex;
    flex-wrap: wrap; } }

.thumb {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .thumb {
      flex-grow: 0;
      flex-basis: 33.333%;
      padding: 0 25px 25px 0; }
      .thumb:hover .thumb__img {
        transform: scale(0.9); }
      .thumb:hover .thumb__content {
        opacity: 1; } }

.thumb__img {
  position: relative;
  width: 100%;
  display: block;
  transition: transform 250ms ease; }

.thumb__content {
  text-align: center;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .thumb__content {
      position: absolute;
      left: 0;
      top: 0;
      right: 25px;
      bottom: 25px;
      background: rgba(25, 33, 38, 0.9);
      display: flex;
      justify-content: center;
      flex-direction: column;
      border: 1px solid #f91949;
      opacity: 0;
      transition: opacity 250ms linear; } }

.thumb__title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  margin: 0; }

.thumb__subtitle {
  font-family: "Oxygen", sans-serif;
  color: #607077;
  font-size: 16px;
  margin: 0 0 20px 0; }

.projects {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #192126;
  transform: translateX(100vw);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  .projects.is-visible {
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media only screen and (min-width: 768px) {
    .projects {
      transition-duration: 500ms;
      border-left: #30373c 20px solid; }
      .projects.is-visible {
        transition-duration: 1000ms; } }

.projects__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  background: linear-gradient(180deg, #192126, rgba(25, 33, 38, 0)); }

.projects__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .projects__content {
      width: calc(100% + 25px);
      padding: 0 calc(15% - 25px) 0 0; } }

.projects__close {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  height: 90px;
  background: none;
  border: 0;
  padding: 0; }
  .projects__close svg {
    position: relative;
    height: 100%;
    fill: #30373c; }
  .projects__close img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 28px; }

.project {
  display: none;
  position: absolute;
  top: 0;
  background: #192126;
  padding: 100px 25px 25px 25px;
  width: 100%; }
  .project.is-visible {
    display: block; }
  @media only screen and (min-width: 768px) {
    .project {
      padding: 100px 15% 25px 15%; } }

.project__title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin: 0 0 10px 0;
  max-width: 700px; }

.project__description {
  font-family: "Oxygen", sans-serif;
  margin: 0 0 20px 0;
  max-width: 700px; }
  .project__description:after {
    content: '—';
    display: block; }
  .project__description a {
    color: #f91949;
    text-decoration: none; }

.project__info {
  font-family: "Oxygen", sans-serif;
  font-size: 0.8em;
  margin: 0 0 20px 0;
  color: #607077;
  max-width: 700px; }
  @media only screen and (min-width: 768px) {
    .project__info {
      margin: 0 0 100px 0; } }

.project__img {
  width: 100%;
  display: block;
  margin: 0 0 20px 0; }

.project__video {
  width: 100%;
  margin: 0 0 20px 0; }

.menu {
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #192126;
  z-index: 100;
  text-align: center;
  align-items: center;
  visibility: hidden;
  transform: translateY(-100vh);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  display: flex;
  padding-bottom: 25px; }
  .menu.is-visible {
    visibility: visible;
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media only screen and (min-width: 768px) {
    .menu {
      transition-duration: 750ms;
      border-top: #30373c 20px solid; } }

.menu__close {
  cursor: pointer;
  position: relative;
  background: none;
  border: 0;
  outline: 0;
  height: 57px;
  width: 90px;
  margin: 0 0 20px 0;
  padding: 0; }
  .menu__close img {
    position: absolute;
    width: 19px;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto; }
  .menu__close svg {
    position: relative;
    width: 100%;
    fill: #30373c; }

.menu__icons img {
  margin: 0 10px;
  width: 20px; }

.menu__nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }
  .menu__nav a {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 44px;
    line-height: 1.5;
    text-decoration: none;
    color: #d9d9d9; }
    @media only screen and (min-width: 768px) {
      .menu__nav a {
        font-size: 54px; } }

.menu__cta {
  font-family: "Oxygen", sans-serif;
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  margin: 0 0 10px 0; }
  @media only screen and (min-width: 768px) {
    .menu__cta {
      margin: 0 0 20px 0; } }

.menu__contact {
  margin: 0 0 10px 0;
  display: flex; }
  .menu__contact a {
    display: block;
    align-self: center;
    width: 50%;
    padding: 0 30px; }
    @media only screen and (min-width: 768px) {
      .menu__contact a {
        padding: 0 40px; } }
    .menu__contact a svg {
      display: block;
      fill: #607077; }
    .menu__contact a:hover svg {
      fill: #f91949; }
  .menu__contact span {
    align-self: center;
    width: 2px;
    border-radius: 1px;
    background: #f91949;
    height: 30px; }
    @media only screen and (min-width: 768px) {
      .menu__contact span {
        height: 50px; } }
  .menu__contact :first-child svg {
    float: right;
    height: 55px; }
  .menu__contact :last-child svg {
    height: 40px; }
  @media only screen and (min-width: 768px) {
    .menu__contact {
      margin: 0 0 25px 0; } }

.menu__adress {
  font-family: "Oxygen", sans-serif;
  display: block;
  text-decoration: none;
  color: #607077; }

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