/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'NHaasGrotesk';
  src: url("fonts/NHaasGroteskDSPro-65Md.eot?#iefix") format("embedded-opentype"), url("fonts/NHaasGroteskDSPro-65Md.otf") format("opentype"), url("fonts/NHaasGroteskDSPro-65Md.woff") format("woff"), url("fonts/NHaasGroteskDSPro-65Md.ttf") format("truetype"), url("fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'NHaasGrotesk';
  src: url("fonts/NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("fonts/NHaasGroteskDSPro-55Rg.otf") format("opentype"), url("fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"), url("fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype"), url("fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'NHaasGrotesk';
  src: url("fonts/NHaasGroteskDSPro-75Bd.eot?#iefix") format("embedded-opentype"), url("fonts/NHaasGroteskDSPro-75Bd.otf") format("opentype"), url("fonts/NHaasGroteskDSPro-75Bd.woff") format("woff"), url("fonts/NHaasGroteskDSPro-75Bd.ttf") format("truetype"), url("fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd") format("svg");
  font-weight: 600;
  font-style: normal; }
.collection-overview {
  height: 100vh;
  width: auto;
  white-space: nowrap;
  padding: 14vh 10vw;
  overflow-x: default;
  overflow-y: hidden; }
  .collection-overview__collection {
    width: 400px;
    height: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 24vw; }
    @media only screen and (min-width: 1200px) {
      .collection-overview__collection {
        width: 600px; } }
    .collection-overview__collection__image {
      display: block;
      height: 100%;
      width: 100%;
      background-color: grey;
      overflow: hidden; }
      .collection-overview__collection__image__inner {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: top center;
        -webkit-transition: .4s transform ease;
        transition: .4s transform ease; }
        .collection-overview__collection__image__inner:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: 1s -webkit-transform ease;
          transition: 1s -webkit-transform ease;
          transition: 1s transform ease;
          transition: 1s transform ease, 1s -webkit-transform ease; }
    .collection-overview__collection .title-block {
      position: absolute;
      top: 14%;
      right: 0;
      -webkit-transform: translateX(85%);
              transform: translateX(85%); }
      .collection-overview__collection .title-block h1:after {
        left: 0 !important; }
      .collection-overview__collection .title-block h2 {
        float: left; }

.html.no-touch .collection-overview {
  overflow: hidden; }

@media screen and (orientation: portrait) {
  .collection-overview {
    width: 100vw;
    height: auto;
    white-space: normal;
    overflow-x: hidden;
    overflow-y: default;
    padding: 6vw; }
    .collection-overview__collection {
      width: 100%;
      height: 60vh;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      margin-right: 0;
      margin-bottom: 30vh; }
      .collection-overview__collection__image:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8));
        background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8)); }
      .collection-overview__collection .title-block {
        position: absolute;
        top: auto;
        left: 4vw;
        bottom: 0;
        -webkit-transform: translate(0, 68%);
                transform: translate(0, 68%); } }
.frontpage {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden; }
  .frontpage__image {
    background-image: url(../img/SGF_56433.jpg);
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 50vh; }
    @media only screen and (min-width: 450px) {
      .frontpage__image {
        height: 66.6666vh; } }
    @media only screen and (min-width: 1000px) {
      .frontpage__image {
        width: 66.66666%;
        height: 100vh;
        float: left; } }
    @media only screen and (max-width: 1000px) {
      .frontpage__image:after {
        content: "";
        height: 50vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8));
        background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8)); } }
  @media only screen and (max-width: 1000px) and (min-width: 450px) {
    .frontpage__image:after {
      height: 66.6666vh; } }

  .frontpage__menu {
    width: 100%;
    height: 50vh;
    background: white; }
    @media only screen and (min-width: 450px) {
      .frontpage__menu {
        height: 33.3333vh; } }
    @media only screen and (min-width: 1000px) {
      .frontpage__menu {
        width: 33.33333%;
        float: left;
        height: 100vh;
        position: relative;
        top: 0;
        left: 0; } }
    .frontpage__menu ul {
      list-style: none;
      padding: 30px 6vw;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 1000px) {
        .frontpage__menu ul br {
          display: none; } }
      @media only screen and (min-width: 1000px) {
        .frontpage__menu ul {
          padding: 14vh 6vw; } }
      .frontpage__menu ul li {
        font-size: 1.75rem;
        font-weight: 500;
        margin-bottom: 30px;
        overflow: hidden; }
        @media only screen and (max-width: 700px) {
          .frontpage__menu ul li br {
            display: none; } }
        @media only screen and (max-width: 1000px) {
          .frontpage__menu ul li {
            font-size: 1.25rem;
            float: left;
            margin-bottom: 0; }
            .frontpage__menu ul li:nth-of-type(2) {
              margin: 0 20px; } }
        .frontpage__menu ul li a, .frontpage__menu ul li span {
          display: inline-block;
          cursor: pointer; }
  .frontpage .title-block {
    position: absolute;
    top: 35%;
    left: 6vw;
    width: 88vw; }
    @media only screen and (min-width: 450px) {
      .frontpage .title-block {
        top: 50%; } }
    @media only screen and (min-width: 1000px) {
      .frontpage .title-block {
        top: 6vh;
        left: calc(66.66666vw - 4vw);
        width: calc(33.3333% - 10px); } }
    @media only screen and (min-width: 1200px) {
      .frontpage .title-block {
        top: 14vh; } }

@-webkit-keyframes animatebar {
  20% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes animatebar {
  20% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
#back {
  position: fixed;
  top: 4vh;
  left: 4vh;
  font-size: 24px;
  line-height: 16px;
  z-index: 99;
  vertical-align: top;
  display: none; }
  #back.visible {
    display: inline-block; }

#hamburger {
  height: 16px;
  width: 26px;
  position: fixed;
  top: 4vh;
  right: 4vh;
  cursor: pointer;
  z-index: 999; }
  #hamburger span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    display: block;
    height: 2px;
    background: black;
    -webkit-transition: .1s opacity ease, .5s background ease;
    transition: .1s opacity ease, .5s background ease; }
  #hamburger:after, #hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #1e1e1e;
    -webkit-transition: .2s transform ease, .5s background ease;
    transition: .2s transform ease, .5s background ease;
    -webkit-transform-origin: top left;
            transform-origin: top left; }
  #hamburger:after {
    top: 0; }
  #hamburger:before {
    bottom: 0; }
  #hamburger.open span {
    opacity: 0; }
  #hamburger.open:before {
    -webkit-transform: rotate(-45deg) translateY(2px);
            transform: rotate(-45deg) translateY(2px); }
  #hamburger.open:after {
    -webkit-transform: rotate(45deg) translateY(-4px);
            transform: rotate(45deg) translateY(-4px); }
  #hamburger.white:before, #hamburger.white:after, #hamburger.white span {
    background: white; }

header {
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  header.open {
    display: block; }
  header .homelink {
    padding-top: 4vh;
    text-align: center; }
    header .homelink a {
      display: inline-block; }
  header .main-navigation {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    list-style: none;
    font-size: 0;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      header .main-navigation {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    header .main-navigation__inner {
      display: inline-block;
      text-align: left; }
      @media only screen and (min-width: 1000px) {
        header .main-navigation__inner .column {
          float: left; }
          header .main-navigation__inner .column:first-of-type {
            padding-right: 40px; }
          header .main-navigation__inner .column:last-of-type {
            padding-left: 40px; }
            header .main-navigation__inner .column:last-of-type .column {
              margin-top: 20px; } }
      header .main-navigation__inner .column a, header .main-navigation__inner .column li {
        letter-spacing: 0.04em; }

.preload {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
  position: relative;
  white-space: nowrap; }
  .preload h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden; }
    .preload h3:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: black;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-animation: animatebar 1.4s cubic-bezier(0.7, 0.3, 0, 1) forwards;
              animation: animatebar 1.4s cubic-bezier(0.7, 0.3, 0, 1) forwards; }
    .preload h3 span {
      opacity: 0;
      display: block;
      -webkit-transition: 0s opacity linear;
      transition: 0s opacity linear;
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .preload h3.showbar:after {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .preload h3.showbar span {
      opacity: 1; }

.profile {
  background: #121115;
  font-size: 0;
  height: auto; }
  .profile__intro {
    width: 50%;
    min-height: 100vh;
    float: left;
    background: #121115;
    padding: 14vh 10vw;
    position: relative;
    top: 0;
    left: 0; }
    .profile__intro .scroll-wrap {
      position: absolute;
      bottom: 10vh;
      left: 10vw; }
      .profile__intro .scroll-wrap a {
        color: white; }
    @media only screen and (max-width: 700px) {
      .profile__intro {
        width: 100%;
        min-height: auto;
        padding: 0 10vw;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(60%);
                transform: translateY(60%);
        background: transparent;
        z-index: 9; } }
  .profile__image {
    width: 50%;
    min-height: 100vh;
    background-image: url(../img/isi_crop_dark.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block; }
    @media only screen and (max-width: 700px) {
      .profile__image {
        width: 100%;
        min-height: 70vh;
        margin-bottom: 30vh; }
        .profile__image:after {
          content: "";
          height: 70vh;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: -webkit-linear-gradient(rgba(24, 21, 28, 0) 40%, #18151c 100%);
          background: linear-gradient(rgba(24, 21, 28, 0) 40%, #18151c 100%); } }
  .profile section {
    padding: 5vw 10vw;
    color: white;
    margin: 0 auto;
    width: 100%;
    display: inline-block; }
    @media only screen and (max-width: 700px) {
      .profile section {
        padding: 10vh 6vw !important; } }
    .profile section:first-of-type {
      padding-top: 10vw; }
    .profile section:last-of-type {
      padding-bottom: 10vw; }
    .profile section .section-header {
      margin-bottom: 40px; }
    .profile section .introduction {
      margin-bottom: 40px; }
      .profile section .introduction h4 {
        max-width: 400px; }
      @media only screen and (min-width: 1000px) {
        .profile section .introduction {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          padding-right: 40px;
          margin: 0; } }
    @media only screen and (min-width: 1000px) {
      .profile section .content {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 40px; } }
    .profile section a.strong {
      color: white;
      padding-bottom: 2px;
      border-bottom: 2px solid white; }
      .profile section a.strong:not(:first-of-type) {
        margin-left: 20px; }
        @media only screen and (min-width: 700px) {
          .profile section a.strong:not(:first-of-type) {
            margin-left: 40px; } }
    .profile section.resume .section-header {
      width: 100%; }
      @media only screen and (min-width: 1000px) {
        .profile section.resume .section-header {
          width: 33.3333%;
          float: left; } }
    .profile section.resume .experience {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 100px;
      float: right; }
      @media only screen and (min-width: 1000px) {
        .profile section.resume .experience {
          width: 66.6666%; } }
      .profile section.resume .experience .column {
        display: inline-block; }
        .profile section.resume .experience .column table {
          margin: 20px 0; }
          .profile section.resume .experience .column table tr td {
            font-size: 14px;
            padding-right: 40px;
            line-height: 24px; }
      .profile section.resume .experience:first-of-type {
        margin-top: 8px; }
      .profile section.resume .experience:last-of-type {
        margin-bottom: 0; }
    .profile section.publications ul {
      border-top: 1px solid white;
      width: 100%;
      list-style: none;
      padding: 10px 0; }
      .profile section.publications ul:last-of-type {
        border-bottom: 1px solid white; }
      .profile section.publications ul li {
        font-size: 14px;
        line-height: 1.25rem; }
        @media only screen and (min-width: 700px) {
          .profile section.publications ul li {
            padding: 15px 0; }
            .profile section.publications ul li:nth-of-type(2) {
              text-align: right; }
            .profile section.publications ul li:nth-of-type(3) {
              text-align: right; } }
      @media only screen and (min-width: 700px) {
        .profile section.publications ul {
          display: table;
          table-layout: fixed; }
          .profile section.publications ul li {
            display: table-cell; } }

.single-collection section.hero {
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0; }
.single-collection__image {
  width: 100%;
  height: 66.6666vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0; }
  @media only screen and (min-width: 1000px) {
    .single-collection__image {
      width: 66.66666%;
      height: 140vh;
      float: left; } }
  @media only screen and (max-width: 1000px) {
    .single-collection__image:after {
      content: "";
      height: 66.66666vh;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8));
      background: linear-gradient(rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.8)); } }
.single-collection__menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 33.333vh;
  background: white; }
  @media only screen and (min-width: 1000px) {
    .single-collection__menu {
      width: 33.33333%;
      float: right;
      min-height: 140vh; } }
  .single-collection__menu .scroll-wrap {
    padding: 40px 10vw;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (min-width: 1000px) {
      .single-collection__menu .scroll-wrap {
        padding: 14vh 6vw 54vh 6vw; } }
.single-collection .title-block {
  position: absolute;
  top: 50vh;
  left: 10vw;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  @media only screen and (min-width: 700px) {
    .single-collection .title-block {
      top: 50vh;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @media only screen and (min-width: 1000px) {
    .single-collection .title-block {
      top: 14vh;
      left: calc(66.66666vw - 4vw);
      width: calc(33.3333% - 10px); } }
.single-collection .collage {
  padding: 4vh;
  width: 100%;
  display: inline-block; }
  @media only screen and (min-width: 1000px) {
    .single-collection .collage {
      padding: 10vw; } }
  .single-collection .collage__item {
    margin-bottom: 40px;
    font-size: 0; }
    .single-collection .collage__item.onscreen {
      display: block; }
    .single-collection .collage__item .description {
      margin: 100px 0; }
      .single-collection .collage__item .description > * {
        margin: 0 auto;
        max-width: 500px; }
      .single-collection .collage__item .description h4 {
        margin-bottom: 30px; }
      .single-collection .collage__item .description p {
        position: relative; }
        .single-collection .collage__item .description p:first-of-type:before {
          content: "";
          height: 2px;
          width: 30px;
          background: black;
          position: absolute;
          top: -1em;
          left: 0; }
    @media only screen and (min-width: 700px) {
      .single-collection .collage__item {
        float: right; }
        .single-collection .collage__item:nth-of-type(3n + 2) {
          width: 100%;
          max-height: 90vh;
          overflow: hidden; }
          .single-collection .collage__item:nth-of-type(3n + 2) .collage__item__img {
            max-width: 100%;
            max-height: 90vh;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            width: auto;
            height: auto;
            margin: 0 auto; }
        .single-collection .collage__item:nth-of-type(4n + 3) {
          float: left; }
        .single-collection .collage__item:nth-of-type(3n) {
          width: 60%;
          float: left; }
        .single-collection .collage__item:nth-of-type(4n) {
          width: 80%; } }
    @media only screen and (min-width: 1000px) {
      .single-collection .collage__item {
        width: 50%;
        margin: 40px; }
        .single-collection .collage__item--description {
          min-width: 600px; }
        .single-collection .collage__item:nth-of-type(1) {
          width: 100%; }
          .single-collection .collage__item:nth-of-type(1) img, .single-collection .collage__item:nth-of-type(1) .description {
            width: 50%;
            display: inline-block;
            vertical-align: middle; }
        .single-collection .collage__item:nth-of-type(3n + 2) {
          width: 100%;
          max-height: 90vh;
          overflow: hidden; }
          .single-collection .collage__item:nth-of-type(3n + 2) .collage__item__img {
            max-width: 100%;
            max-height: 90vh;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            width: auto;
            height: auto;
            margin: 0 auto; }
        .single-collection .collage__item:nth-of-type(4n + 3) {
          float: left; }
        .single-collection .collage__item:nth-of-type(3n) {
          width: 30%; }
        .single-collection .collage__item:nth-of-type(4n) {
          width: 40%; }
        .single-collection .collage__item .description {
          margin: 100px 0;
          padding-right: 20px; }
          .single-collection .collage__item .description > * {
            margin: 0 auto;
            max-width: 500px; }
          .single-collection .collage__item .description h4 {
            margin-bottom: 20px; }
            .single-collection .collage__item .description h4 span {
              width: 70%;
              display: inline-block; }
          .single-collection .collage__item .description p {
            padding-left: 50px;
            position: relative; }
            .single-collection .collage__item .description p:first-of-type:before {
              content: "";
              height: 2px;
              width: 30px;
              background: black;
              position: absolute;
              top: .5em;
              left: 0; } }
    .single-collection .collage__item__img {
      width: 100%;
      display: block;
      cursor: pointer;
      cursor: url(../css/ui/zoom.png), pointer; }

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none; }
  .loader.show {
    display: block; }

.title-block {
  width: 80vw;
  max-width: 350px;
  -webkit-transform: translate3d(0);
          transform: translate3d(0); }
  @media only screen and (min-width: 1200px) {
    .title-block {
      max-width: 500px; } }
  .title-block h1 {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 700px) {
      .title-block h1 {
        margin-bottom: 32px;
        padding-bottom: 28px; } }
    .title-block h1 span {
      display: block; }
    .title-block h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 0;
      background: #1e1e1e;
      -webkit-transition: 0.6s width cubic-bezier(0.7, 0.3, 0, 1);
      transition: 0.6s width cubic-bezier(0.7, 0.3, 0, 1); }
      @media only screen and (min-width: 1000px) {
        .title-block h1:after {
          left: 10vw; } }
  .title-block.visible h1:after, .title-block.mobile h1:after {
    width: 100px; }
  .title-block h2 {
    width: 100%; }
    @media only screen and (min-width: 1000px) {
      .title-block h2 {
        width: calc(100% - 10vw);
        float: right; } }

.title-block.white h1, .title-block.white h2 {
  color: white; }
  .title-block.white h1:after, .title-block.white h2:after {
    background: white; }

.zoom-box {
  min-height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  padding: 4vw 10vw;
  text-align: center;
  display: none;
  z-index: 999;
  cursor: pointer;
  cursor: url(../css/ui/cross.png), pointer; }
  .zoom-box img {
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    opacity: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body, #container, #main-view, .view {
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  body.scroll-lock {
    overflow: hidden; }

#main-view {
  -webkit-overflow-scrolling: touch; }

#container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

.view {
  display: none;
  clip: rect(0, 100vw, 100vh, 0); }

.view {
  height: auto !important; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.text-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.slick-track, .slick-list {
  height: 100%;
  width: 100%; }

.scroll {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap; }
  .scroll:after {
    content: "\2193";
    margin-left: 0.5em;
    -webkit-transition: .4s transform ease;
    transition: .4s transform ease;
    display: inline-block; }
  @media only screen and (max-width: 450px) {
    .scroll {
      display: none; } }

.more {
  cursor: pointer; }
  .more:after {
    content: "\2192";
    margin-left: 0.5em;
    -webkit-transition: .4s transform ease;
    transition: .4s transform ease;
    display: inline-block; }
  .more:hover:after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

::-moz-selection {
  background: rgba(42, 94, 218, 0.5);
  color: #1e1e1e; }

::selection {
  background: rgba(42, 94, 218, 0.5);
  color: #1e1e1e; }

::-moz-selection {
  background: rgba(42, 94, 218, 0.5);
  color: #1e1e1e; }

html, body {
  font-family: 'NHaasGrotesk','Neue Haas Grotesk Display Pro', 'AkzidenzGrotesk', helvetica, arial, sans-serif; }

header {
  font-size: 1rem;
  font-weight: 500; }

a {
  color: #1e1e1e;
  text-decoration: none; }

.main-navigation li {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 3.125rem;
  line-height: 3.125rem; }
  @media only screen and (min-width: 700px) {
    .main-navigation li {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 700px) {
    .main-navigation li {
      font-size: 5rem;
      line-height: 5rem; } }

.button, .menu-item {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }
  .button--big a, .menu-item--big a {
    font-size: 1.25rem;
    font-weight: 600; }
  .button:before, .menu-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(42, 94, 218, 0.5);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.85, 0, 0.15, 1);
    transition: 0.4s -webkit-transform cubic-bezier(0.85, 0, 0.15, 1);
    transition: 0.4s transform cubic-bezier(0.85, 0, 0.15, 1);
    transition: 0.4s transform cubic-bezier(0.85, 0, 0.15, 1), 0.4s -webkit-transform cubic-bezier(0.85, 0, 0.15, 1);
    z-index: -9; }
  .button:hover:before, .button.active:before, .menu-item:hover:before, .menu-item.active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

h1 {
  font-size: 2.5rem;
  font-size: 12.5vw;
  line-height: 2.5rem;
  line-height: 12.5vw;
  font-weight: 500;
  letter-spacing: 0.06em; }
  @media only screen and (min-width: 700px) {
    h1 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  @media only screen and (min-width: 1200px) {
    h1 {
      font-size: 5rem;
      line-height: 5rem; } }

h2 {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: helvetica;
  color: #3c3c3c; }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 0.875rem;
      line-height: 1.375rem; } }

h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.06em; }

h4 {
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.06em; }

p, .content ul li {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: helvetica; }

.content ul {
  margin-bottom: 40px;
  list-style: none; }
  .content ul li {
    margin: 10px 0;
    margin-left: 3em;
    position: relative; }
    .content ul li:before {
      content: "";
      position: absolute;
      top: 1em;
      left: -1.5em;
      height: 2px;
      width: 10px;
      background: white; }

.strong {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: 'NHaasGrotesk','Neue Haas Grotesk Display Pro', 'AkzidenzGrotesk', helvetica, arial, sans-serif; }
