/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.grid-1 {
  width: 8.33333333%;
  width: calc( 8.33333333%  -  16px );
  margin-right: 16px;
}
.grid-2 {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  16px );
  margin-right: 16px;
}
.grid-3 {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
}
.grid-4 {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  16px );
  margin-right: 16px;
}
.grid-5 {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  16px );
  margin-right: 16px;
}
.grid-6 {
  width: 50%;
  width: calc( 50%  -  16px );
  margin-right: 16px;
}
.grid-7 {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  16px );
  margin-right: 16px;
}
.grid-8 {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  16px );
  margin-right: 16px;
}
.grid-9 {
  width: 75%;
  width: calc( 75%  -  16px );
  margin-right: 16px;
}
.grid-10 {
  width: 83.33333333%;
  width: calc( 83.33333333%  -  16px );
  margin-right: 16px;
}
.grid-11 {
  width: 91.66666667%;
  width: calc( 91.66666667%  -  16px );
  margin-right: 16px;
}
.grid-12 {
  width: 100%;
  width: calc( 100%  -  16px );
  margin-right: 16px;
}
.push-1 {
  margin-left: 8.33333333%;
}
.push-2 {
  margin-left: 16.66666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.33333333%;
}
.push-5 {
  margin-left: 41.66666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.33333333%;
}
.push-8 {
  margin-left: 66.66666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.33333333%;
}
.push-11 {
  margin-left: 91.66666667%;
}
.push-12 {
  margin-left: 100%;
}
@font-face {
  font-family: 'Moderat Light';
  src: url('../../assets/fonts/Moderat-Light.woff2') format('woff2'), url('../../assets/fonts/Moderat-Light.woff') format('woff');
}
body.debug:after,
body.debug-layout:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 100;
}
@media (min-width: 1921px) {
  body.debug:after,
  body.debug-layout:after {
    content: 'xl – 1921px +';
    color: #ff00ff;
  }
}
@media (min-width: 961px) and (max-width: 1920px) {
  body.debug:after,
  body.debug-layout:after {
    content: 'lg – 961px - 1920px';
    color: #bf40ff;
  }
}
@media (min-width: 721px) and (max-width: 960px) {
  body.debug:after,
  body.debug-layout:after {
    content: 'md – 721px - 960px';
    color: #8080ff;
  }
}
@media (min-width: 541px) and (max-width: 720px) {
  body.debug:after,
  body.debug-layout:after {
    content: 'sm – 541px - 720px';
    color: #40bfff;
  }
}
@media (max-width: 320px) {
  body.debug:after,
  body.debug-layout:after {
    content: 'xs – 0 - 540px';
    color: #00ffff;
  }
}
.debug > * {
  outline: 1px solid #ffc0cb;
}
.debug > * > * {
  outline: 1px solid #cccdd5;
}
.debug > * > * > * {
  outline: 1px solid #99d9e0;
}
.debug > * > * > * > * {
  outline: 1px solid #66e6ea;
}
.debug > * > * > * > * > * {
  outline: 1px solid #33f2f5;
}
.debug > * > * > * > * > * > * {
  outline: 1px solid #00ffff;
}
body.debug:before,
body.debug-layout:before {
  content: '';
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 32px;
  right: 16px;
  bottom: 0;
  z-index: 1;
  background-size: 8.33333333% auto;
  color: #d7c8ff;
  background-image: linear-gradient(to right, currentColor calc(100% -  16px ), transparent 1px);
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.125;
}
@media (min-width: 1921px) {
  body.debug:before,
  body.debug-layout:before {
    color: #ff00ff;
  }
}
@media (min-width: 961px) and (max-width: 1920px) {
  body.debug:before,
  body.debug-layout:before {
    color: #bf40ff;
  }
}
@media (min-width: 721px) and (max-width: 960px) {
  body.debug:before,
  body.debug-layout:before {
    color: #8080ff;
  }
}
@media (min-width: 541px) and (max-width: 720px) {
  body.debug:before,
  body.debug-layout:before {
    color: #40bfff;
  }
}
@media (max-width: 320px) {
  body.debug:before,
  body.debug-layout:before {
    color: #00ffff;
  }
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
button:focus {
  outline: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
button {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  border-top: 1px solid #000000;
}
th,
td {
  text-align: left;
  padding-left: 0;
}
@media (max-width: 960px) {
  .mq-lg-up-only {
    display: none;
  }
}
@media (min-width: 961px) {
  .mq-md-down-only {
    display: none;
  }
}
.image-sizer {
  height: 0;
  position: relative;
}
.hero-image-view .image-sizer {
  background: #f2f2f2;
}
[data-theme="dark"] .hero-image-view .image-sizer {
  background: #212121;
}
.image-sizer > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image-cover > * {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
img,
video {
  opacity: 1;
  transition: opacity 111ms ease-in-out;
  background: #fcf7f7;
  outline: none;
}
img[data-src],
video[data-src] {
  opacity: 0;
  pointer-events: none;
}
.video-container {
  overflow: hidden;
}
@media (min-width: 961px) {
  .hero-image-view.-project .video-container.show-smaller {
    width: 100%;
    max-width: calc(100vh + 4px);
    float: right;
  }
}
.video-container video {
  width: calc(100% + 4px) !important;
  margin-left: -2px;
  margin-top: -2px;
}
body {
  background-color: #fcfcfc;
  color: #000000;
}
body[data-theme="dark"] {
  background-color: #000000;
  color: #fcfcfc;
}
.site-footer {
  padding: 32px 0;
  position: relative;
  z-index: 10;
}
.site-footer:before,
.site-footer:after {
  display: table;
  content: "";
}
.site-footer:after {
  clear: both;
}
.site-footer .col {
  float: left;
}
.site-footer .col.-back-to-top {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .site-footer .col.-back-to-top {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
.site-footer .col.-copyright {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .site-footer .col.-copyright {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
.site-footer .col.-credit {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
}
@media (min-width: 961px) {
  .split-half .col {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
    float: left;
  }
}
[data-fade-into-view] {
  opacity: 1;
  -ms-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}
@media (max-width: 960px) {
  [data-fade-into-view] {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.in-view {
  opacity: 1;
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 444ms ease!important;
  transition-property: opacity, transform!important;
  transition-delay: 0;
}
@media (min-width: 961px) {
  .max-out {
    width: 83.33333333%;
    width: calc( 83.33333333%  -  16px );
    margin-right: 16px;
    max-width: 1800px;
    float: right;
  }
  .max-out > .col {
    width: 30%;
    width: calc( 30%  -  16px );
    margin-right: 16px;
  }
}
img {
  pointer-events: none;
}
html {
  font-size: 18px;
}
@media (max-width: 960px) {
  html {
    font-size: 18px;
  }
}
body,
input,
textarea,
button {
  font-family: 'Moderat Light', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.headline {
  font-size: 8vw;
  line-height: 0.95;
  letter-spacing: -0.015em;
  word-spacing: -0.015em;
}
@media (max-width: 960px) {
  .headline {
    font-size: 12.5vw;
  }
}
@media (max-width: 960px) {
  .headline.-std-md {
    font-size: 8vw;
    line-height: 0.95;
  }
}
@media (max-width: 960px) {
  .headline.-std-md {
    font-size: 8vw;
    line-height: 0.95;
  }
}
@media (min-width: 2200px) {
  .headline {
    font-size: 180px;
  }
}
.headline.-project {
  padding-top: 16px;
  margin-bottom: 7.6vw;
}
.text-large {
  font-size: 3.5vw;
  line-height: 1.125;
  letter-spacing: 0;
  word-spacing: -0.015em;
}
@media (max-width: 720px) {
  .text-large {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.text-caption {
  font-size: 2.25vw;
  line-height: 1.125;
  letter-spacing: 0;
  word-spacing: -0.015em;
}
@media (max-width: 720px) {
  .text-caption {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
a:hover,
button:hover {
  color: #4b4b4b;
}
.site-title h1 > span {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 960px) {
  .years {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
    margin-left: 50%;
  }
}
u {
  text-decoration: none;
  border-bottom: 1px solid;
  cursor: pointer;
}
u:hover {
  border-color: #4b4b4b;
}
@media (max-width: 960px) {
  u {
    border-bottom: 0px solid;
    pointer-events: none;
  }
}
[data-is-touch="true"] u {
  border-bottom: 0px solid;
  pointer-events: none;
}
.floating-initial {
  margin-right: -0.033em;
}
inner {
  width: 100%;
  padding-left: 32px;
  padding-right: 16px;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (max-width: 720px) {
  inner {
    padding-left: 16px;
    padding-right: 0px;
  }
}
@media (max-width: 960px) {
  inner.break-down-md {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 720px) {
  inner.break-down-sm {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.nav {
  padding-top: 1.25rem;
  min-height: 7.5rem;
  height: 20vw;
  max-height: 12.5rem;
}
.nav .col-wrapper:before,
.nav .col-wrapper:after {
  display: table;
  content: "";
}
.nav .col-wrapper:after {
  clear: both;
}
.nav .col-wrapper .col {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
  float: left;
}
@media (max-width: 960px) {
  .nav .col-wrapper .col {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
@media (max-width: 960px) {
  .nav .col-wrapper .col:first-child {
    width: 25%;
    width: calc( 25%  -  16px );
    margin-right: 16px;
  }
}
@media (max-width: 960px) {
  .nav .col-wrapper.home-col-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.nav .col-wrapper.home-col-wrapper .col {
  width: 20%;
  width: calc( 20%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .nav .col-wrapper.home-col-wrapper .col {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
.nav.-project .col:first-child {
  padding-left: 32px;
}
@media (max-width: 960px) {
  .nav.-project .col:first-child {
    padding-left: 16px;
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
.nav.-home {
  height: auto;
  padding-bottom: 8vw;
}
@media (max-width: 960px) {
  .nav.-home {
    min-height: 0;
    padding-bottom: 1.25rem;
  }
}
.nav.-home .col {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  16px );
  margin-right: 16px;
  float: left;
}
@media (max-width: 960px) {
  .nav.-home .col {
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
  }
}
.site-navigation {
  background: #fcfcfc;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  cursor: url(../media/cursor/close.svg) 24 24, auto;
  z-index: 25;
}
.site-navigation a {
  position: relative;
  z-index: 1;
}
.site-navigation a:hover {
  color: #4b4b4b;
}
.site-navigation > * {
  opacity: 0;
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
}
.site-navigation.-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.site-navigation.-visible a.stephen-wells {
  pointer-events: auto!important;
}
@media (max-width: 960px) {
  .site-navigation.-visible a.stephen-wells {
    display: none;
  }
}
.site-navigation.-visible a.stephen-wells:hover {
  color: #000000;
}
.site-navigation.-visible a.stephen-wells:hover > span {
  opacity: 1!important;
}
.site-navigation.-visible > * {
  opacity: 1;
  transition-delay: 333ms;
}
.site-navigation .menu-close {
  display: block;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-transform: translateX(0) translateX(0px);
  -moz-transform: translateX(0) translateX(0px);
  -webkit-transform: translateX(0) translateX(0px);
  transform: translateX(0) translateX(0px);
  transition-property: width, transform;
  position: fixed;
  left: 32px;
  top: 32px;
  pointer-events: none;
  display: none;
}
.site-navigation .menu-close:before,
.site-navigation .menu-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 8vw;
  height: 3px;
  top: 50%;
  background: currentColor;
}
.site-navigation .menu-close:before {
  -ms-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.site-navigation .menu-close:after {
  -ms-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
[data-is-touch="true"] .site-navigation .menu-close {
  display: block;
}
@media (max-width: 960px) {
  .site-navigation .menu-close {
    display: block;
    width: 12.5vw;
    height: 12.5vw;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0) translateX(0px);
    -moz-transform: translateX(0) translateX(0px);
    -webkit-transform: translateX(0) translateX(0px);
    transform: translateX(0) translateX(0px);
    transition-property: width, transform;
    left: 16px;
    top: 16px;
    display: none;
  }
  .site-navigation .menu-close:before,
  .site-navigation .menu-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 12.5vw;
    height: 3px;
    top: 50%;
    background: currentColor;
  }
  .site-navigation .menu-close:before {
    -ms-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  .site-navigation .menu-close:after {
    -ms-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  [data-is-touch="true"] .site-navigation .menu-close {
    display: block;
  }
}
.menu-trigger {
  position: absolute;
  top: 0;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: width, transform;
}
.menu-trigger:before,
.menu-trigger:after {
  content: '';
  display: block;
  position: absolute;
  width: 3.75rem;
  height: 3px;
  top: 50%;
  background: currentColor;
  transition: all 0.2s ease;
  transition-property: transform;
}
.menu-trigger:before {
  -ms-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-trigger:after {
  -ms-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.menu-trigger:hover {
  color: currentColor;
}
.menu-trigger:hover:before {
  -ms-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.menu-trigger:hover:after {
  -ms-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media (max-width: 960px) {
  .menu-trigger {
    display: block;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: width, transform;
    top: 0;
    position: fixed;
    z-index: 20;
  }
  .menu-trigger:before,
  .menu-trigger:after {
    content: '';
    display: block;
    position: absolute;
    width: 3rem;
    height: 3px;
    top: 50%;
    background: currentColor;
    transition: all 0.2s ease;
    transition-property: transform;
  }
  .menu-trigger:before {
    -ms-transform: translateY(-0.25rem);
    -moz-transform: translateY(-0.25rem);
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  .menu-trigger:after {
    -ms-transform: translateY(0.25rem);
    -moz-transform: translateY(0.25rem);
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }
  .menu-trigger:hover {
    color: currentColor;
  }
  .menu-trigger:hover:before {
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .menu-trigger:hover:after {
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.big-navigation {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  bottom: 32px;
}
@media (max-width: 960px) {
  .category-inactive a {
    opacity: 0.4;
  }
}
@media (max-width: 960px) {
  .category-inactive a:hover {
    opacity: 1;
  }
}
.about-section .biography .para-1 {
  width: 100%;
  width: calc( 100%  -  16px );
  margin-right: 16px;
  margin: 0;
}
.about-section .biography .para-1:before,
.about-section .biography .para-1:after {
  display: table;
  content: "";
}
.about-section .biography .para-1:after {
  clear: both;
}
@media (max-width: 960px) {
  .about-section .biography .para-1 {
    margin-bottom: 0;
    width: 100%;
    width: calc( 100%  -  16px );
    margin-right: 16px;
  }
}
.about-section .biography .para-2 {
  margin: 0;
  float: right;
  width: 75%;
  width: calc( 75%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .about-section .biography .para-2 {
    width: 100%;
    width: calc( 100%  -  16px );
    margin-right: 16px;
    text-indent: 12.5%;
  }
}
@media (max-width: 960px) {
  .about-section .biography .para-1,
  .about-section .biography .para-2 {
    font-size: 1.25rem;
  }
}
.about-section .biography .client-list {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
  float: left;
  padding-top: 11.8125vw;
}
@media (max-width: 960px) {
  .about-section .biography .client-list {
    padding-top: 1.25rem;
    width: 50%;
    width: calc( 50%  -  16px );
    margin-right: 16px;
    margin-left: 12.5%;
  }
}
.hover-bio-image {
  width: 45vw;
  height: 45vw;
  pointer-events: none;
  position: fixed;
  top: 32px;
  right: 32px;
  opacity: 0;
  z-index: 5;
}
.hover-bio-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background: transparent!important;
  object-position: right top;
}
.hover-bio-image.-visible {
  opacity: 1;
}
[data-is-touch="true"] .hover-bio-image {
  pointer-events: none;
}
.bio-hover-trigger {
  position: relative;
  display: inline-block;
}
.bio-hover-trigger .bio-trigger-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: flex;
}
.bio-trigger-area {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.contact-section {
  position: fixed;
  width: 100%;
  height: 80%;
  top: 20%;
  left: 0;
}
.contact-section .contact-positioning {
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.contact-section .contact-positioning p {
  margin-bottom: 0.125em;
}
@media (max-width: 720px) {
  .contact-section .contact-positioning {
    left: 16px;
    bottom: 16px;
  }
}
.visual-grid {
  width: 100%;
  padding: 0 2px;
  margin-bottom: 2px;
}
.visual-grid:before,
.visual-grid:after {
  display: table;
  content: "";
}
.visual-grid:after {
  clear: both;
}
@media (max-width: 960px) {
  .visual-grid {
    font-size: 0;
    vertical-align: top;
    padding: 0;
  }
}
.visual-grid .image {
  display: block;
  float: left;
  width: 50%;
  background: #fcfcfc;
  position: relative;
  overflow: hidden;
}
.visual-grid .image[data-loaded="false"] {
  pointer-events: none;
}
@media (max-width: 960px) {
  .visual-grid .image {
    display: inline-block;
    float: none;
    width: 50%;
    width: 100%;
    vertical-align: top;
  }
}
.visual-grid .image:after {
  content: '';
  box-shadow: inset 0 0 0 2px #fcfcfc;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 960px) {
  .visual-grid .image:after {
    box-shadow: inset 0 2px 0 #fcfcfc;
  }
}
.visual-grid .image:hover figcaption {
  opacity: 1;
  background: rgba(75, 75, 75, 0.9);
}
.visual-grid .image:hover .caption-title,
.visual-grid .image:hover .caption-count {
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 333ms;
}
.visual-grid .image.- {
  width: 50%;
}
@media (max-width: 960px) {
  .visual-grid .image.- {
    width: 50%;
    width: 100%;
  }
}
.visual-grid .image.-portrait {
  width: 25%;
}
@media (max-width: 960px) {
  .visual-grid .image.-portrait {
    width: 50%;
    width: 100%;
  }
}
.visual-grid .image.-landscape {
  width: 50%;
}
@media (max-width: 960px) {
  .visual-grid .image.-landscape {
    width: 100%;
  }
}
.visual-grid .image figure {
  position: relative;
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 999ms;
}
.visual-grid .image figure img,
.visual-grid .image figure video {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 555ms;
}
.visual-grid .image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  height: 100%;
  background: rgba(75, 75, 75, 0);
  line-height: 0.6;
  color: #fcfcfc;
  opacity: 1;
  transition: 111ms all cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1566ms;
}
[data-is-touch="true"] .visual-grid .image figcaption {
  display: none;
}
@media (max-width: 720px) {
  .visual-grid .image figcaption {
    display: none;
  }
}
.visual-grid .image figcaption .caption-title {
  top: 20px;
  left: 16px;
  position: absolute;
}
.visual-grid .image figcaption .caption-count {
  bottom: 20px;
  left: 16px;
  position: absolute;
}
.visual-grid .image figcaption .caption-title,
.visual-grid .image figcaption .caption-count {
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0;
  -ms-transform: translateY(2.5rem);
  -moz-transform: translateY(2.5rem);
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0;
}
.template-index {
  background: #e7fff9;
  color: #007487;
}
.index-table {
  font-size: 3.5vw;
  line-height: 1.125;
  letter-spacing: 0;
  word-spacing: -0.015em;
  width: 100%;
  margin-bottom: 11.8125vw;
}
@media (max-width: 720px) {
  .index-table {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.index-table:before,
.index-table:after {
  display: table;
  content: "";
}
.index-table:after {
  clear: both;
}
@media (max-width: 960px) {
  .index-table {
    font-size: 1.25rem;
  }
}
.index-table .tr {
  display: block;
  position: relative;
  width: 100%;
}
.index-table .tr:before,
.index-table .tr:after {
  display: table;
  content: "";
}
.index-table .tr:after {
  clear: both;
}
.index-table .tr .tr .th {
  width: 100%;
  padding: 0.25em 0 0.75em;
}
.index-table .tr .td {
  padding: 0;
  float: left;
}
.index-table .tr .td:nth-child(1) {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .index-table .tr .td:nth-child(1) {
    width: 29.16666667%;
    width: calc( 29.16666667%  -  16px );
    margin-right: 16px;
  }
}
.index-table .tr .td:nth-child(2) {
  width: 50%;
  width: calc( 50%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .index-table .tr .td:nth-child(2) {
    width: 70.83333333%;
    width: calc( 70.83333333%  -  16px );
    margin-right: 16px;
  }
}
.index-table .tr .td:nth-child(3) {
  width: 25%;
  width: calc( 25%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .index-table .tr .td:nth-child(3) {
    display: none;
  }
}
.index-table .tr .hover-image {
  position: absolute;
  width: 11.8125vw;
  left: 66.66666667%;
  top: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1!important;
  visibility: hidden;
  z-index: 1;
}
.index-table .tr .hover-image img,
.index-table .tr .hover-image video {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.index-table .tr .hover-image .overlay {
  background: #007487;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 11111;
  mix-blend-mode: screen;
}
.index-table .tr:hover {
  color: #74bac0;
}
.index-table .tr:hover .hover-image {
  opacity: 1!important;
  visibility: visible;
}
.index-headline {
  margin: 0 0 2em;
}
.home-col-wrapper {
  max-width: 1800px;
  float: right;
  margin-left: 16.66666667%;
  width: 83.33333333%;
  width: calc( 83.33333333%  -  16px );
  margin-right: 16px;
}
@media (max-width: 960px) {
  .home-col-wrapper {
    margin-left: 0%;
    width: 100%;
  }
}
@media (min-width: 961px) {
  .hero-image-view.-project {
    margin-bottom: 22.8vw;
  }
}
.hero-image-view .hero-image-col {
  margin-left: 16.66666667%;
  width: 83.33333333%;
  width: calc( 83.33333333%  -  16px );
  margin-right: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 999ms;
  max-width: 1800px;
  float: right;
  transition-property: transform;
}
@media (max-width: 960px) {
  .hero-image-view .hero-image-col {
    width: 100%!important;
    margin-right: 0;
  }
}
.hero-image-view .hero-image-col.-on-hold {
  -ms-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}
.hero-image-view .image,
.hero-image-view .hero-figure {
  display: block;
  font-size: 1rem;
  width: 100%;
  flex-basis: 100%;
}
.hero-image-view .image figcaption,
.hero-image-view .hero-figure figcaption {
  margin: 5.0625vw 0;
  max-width: 87.5%;
}
.hero-image-view .image figcaption p,
.hero-image-view .hero-figure figcaption p {
  text-indent: 10%;
  margin-bottom: 2.25vw !important;
}
.hero-image-view .image figcaption p:first-child,
.hero-image-view .hero-figure figcaption p:first-child {
  text-indent: 0;
}
@media (max-width: 720px) {
  .hero-image-view .image figcaption p,
  .hero-image-view .hero-figure figcaption p {
    text-indent: 0;
    margin: 0 0 1.25rem !important;
  }
}
@media (max-width: 960px) {
  .hero-image-view .image figcaption,
  .hero-image-view .hero-figure figcaption {
    padding: 0 32px;
  }
}
@media (max-width: 720px) {
  .hero-image-view .image figcaption,
  .hero-image-view .hero-figure figcaption {
    max-width: 100%;
    padding: 0 16px;
  }
}
.hero-image-view .image[data-width="half"],
.hero-image-view .hero-figure[data-width="half"] {
  flex-basis: calc(50% -  8px );
}
.hero-image-view .image[data-width="half"][data-has-caption="true"],
.hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] {
  flex-basis: 100%;
  display: flex;
}
.hero-image-view .image[data-width="half"][data-has-caption="true"][data-caption-position="left"],
.hero-image-view .hero-figure[data-width="half"][data-has-caption="true"][data-caption-position="left"] {
  flex-direction: row-reverse;
}
@media (min-width: 961px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption {
    padding-left: 0;
    position: relative;
    left: -16px;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption {
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"][data-caption-position="left"] figcaption {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"][data-caption-position="left"],
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"][data-caption-position="left"] {
    flex-direction: row;
  }
}
@media (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"],
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] {
    flex-basis: 100%;
    width: 100%;
    display: block;
  }
}
.hero-image-view .image[data-width="half"][data-has-caption="true"] .image-width,
.hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] .image-width,
.hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
.hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
  flex-basis: calc(50% -  8px );
}
@media (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"] .image-width,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] .image-width,
  .hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (min-width: 961px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
    margin-top: 0;
    padding-left: 16px;
  }
}
@media (max-width: 960px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
    margin-top: 0;
    padding-left: 16px;
  }
}
@media (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
    margin-top: 2.53125vw;
    padding: 0 16px;
    font-size: 3.5vw;
    line-height: 1.125;
    letter-spacing: 0;
    word-spacing: -0.015em;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .hero-image-view .image[data-width="half"][data-has-caption="true"] figcaption,
  .hero-image-view .hero-figure[data-width="half"][data-has-caption="true"] figcaption {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.hero-image-view .image {
  margin-bottom: 8vw;
}
.hero-image-view .hero-figure {
  margin-bottom: 16px;
}
.hero-image-view .hero-figure:last-child {
  margin-bottom: 0;
}
.project-view-nav {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  16px );
  margin-right: 16px;
  position: fixed;
  margin-left: 32px;
  height: 100%;
  top: 0;
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 960px) {
  .project-view-nav {
    display: none;
  }
}
[data-stream-started="false"] .project-view-nav {
  -ms-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}
[data-bottom-of-page="short-page"] .project-view-nav {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1000;
}
[data-bottom-of-page="short-page"] .project-view-nav .menu-trigger {
  opacity: 0;
}
.project-view-nav .descriptive-text {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-2.5rem);
  -moz-transform: translateY(-2.5rem);
  -webkit-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
}
.project-view-nav .image-counter {
  position: absolute;
  bottom: 32px;
}
.project-page-btm-nav {
  display: none;
}
[data-bottom-of-page="true"] .project-page-btm-nav {
  display: block;
}
[data-bottom-of-page="short-page"] .project-page-btm-nav {
  display: block;
  z-index: 1000;
}
.next-project {
  transition: 333ms all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  position: absolute;
  bottom: 0;
  left: 0;
}
[data-bottom-of-page="true"] .next-project:hover {
  color: #000000;
  -ms-transform: translateX(0.05em);
  -moz-transform: translateX(0.05em);
  -webkit-transform: translateX(0.05em);
  transform: translateX(0.05em);
}
[data-bottom-of-page="true"] .next-project {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-duration: 666ms;
}
[data-bottom-of-page="false"] .next-project {
  transition-duration: 0;
}
[data-bottom-of-page="short-page"] .next-project {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-bottom-of-page="true"] .image-counter-numbers {
  display: none;
}
[data-bottom-of-page="short-page"] .image-counter-numbers {
  display: none;
}
.next-project-mobile {
  margin: 3.9375vw 0;
}
@media (min-width: 961px) {
  .next-project-mobile {
    display: none;
  }
}
.project-mobile-footer .nav.-home {
  padding-bottom: 3.9375vw;
}
@media (max-width: 720px) {
  .project-mobile-footer .nav.-home {
    padding-bottom: 1.25rem;
  }
}
.site-title {
  width: 100%;
  padding-bottom: 8vw;
}
.site-title h1 {
  padding-top: 16px;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.site-title h1.fixed {
  z-index: 10;
}
.site-title h1.fixed .stephen-wells {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  white-space: nowrap;
}
.site-title h1.hidden-flow {
  position: relative;
  opacity: 0.5 !important;
  color: red;
  display: none;
}
.site-title h1 span {
  transition: 111ms all cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 66ms;
  transition-property: opacity;
  display: inline-block;
}
.site-title h1 span.floating-initial {
  opacity: 1!important;
}
.site-title h1 .stephen-wells {
  position: relative;
  pointer-events: none;
  display: inline-block;
}
.site-title[data-phase="visible"] span {
  opacity: 1;
}
.site-title[data-phase="initials"] span {
  opacity: 0;
}
.site-title[data-phase="hidden"] span {
  opacity: 0;
}
.site-title[data-phase="visible"] span.floating-initial {
  opacity: 1;
}
.site-title[data-phase="initials"] span.floating-initial {
  opacity: 1;
}
.site-title[data-phase="hidden"] span.floating-initial {
  opacity: 1;
}
