@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, video {
  display: block;
}

i, em {
  font-style: italic;
}

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  color: #111;
}

@font-face {
  font-family: "nb_international";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/NB-International-Regular-Webfont.woff2") format("woff2");
}
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  zoom: 1;
  background: #fff;
  color: #000;
  font-family: "nb_international", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  body {
    font-size: 5vw;
    line-height: 1.3em;
  }
}

a {
  color: #000;
  border: 0;
  text-decoration: none;
}

a:hover {
  color: #000;
  border: 0;
  text-decoration: none;
}

::selection {
  background: #ddd;
  color: #000;
  text-shadow: none;
}

html {
  scroll-snap-type: y mandatory;
}
@media (min-aspect-ratio: 1500/750) {
  html {
    scroll-snap-type: none;
  }
}
@media (max-width: 768px) {
  html {
    scroll-snap-type: none;
  }
}

.prevent-snap,
.show-information {
  scroll-snap-type: none;
}

body {
  text-wrap: pretty;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
@media (max-width: 768px) {
  body {
    text-align: left;
  }
}

main {
  width: 65%;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main {
    width: auto;
    padding: 0 2vw;
  }
}

main > header {
  padding: 140px 0 0;
  scroll-snap-align: start;
  animation: fadeIn 500ms;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
  opacity: 0;
  width: 200px;
  margin: 0 auto;
  white-space: nowrap;
  width: 520px;
  text-align: left;
}
@media (max-width: 768px) {
  main > header {
    padding: 50px 0 0;
    animation: none;
    opacity: 1;
    width: auto;
    white-space: normal;
  }
}

h1,
h2 {
  display: inline-block;
  color: #000;
}

h2:after {
  content: " —";
}

a {
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button.more-information {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header a:not(.email-link),
footer a:not(.email-link),
a.email-link span,
button.more-information span,
.information a {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 3px;
  text-underline-thickness: 2px;
}

button.more-information span {
  font-family: "nb_international", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  button.more-information span {
    font-size: 5vw;
    line-height: 1.3em;
  }
}

a:hover,
a.email-link:hover span,
button.more-information:hover span,
button.more-information:hover:after {
  color: #000;
  text-decoration-color: #000;
}
@media (max-width: 768px) {
  a:hover,
  a.email-link:hover span,
  button.more-information:hover span,
  button.more-information:hover:after {
    text-decoration-color: #666;
  }
}

a.project-link:hover,
a.archive-project-link:hover {
  color: #000;
}
@media (max-width: 768px) {
  a.project-link:hover,
  a.archive-project-link:hover {
    color: #000;
  }
}

.email-link.hide-icon {
  text-decoration: none;
  color: #000;
}

button.more-information:after {
  content: "+";
  padding-left: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 0;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
}
@media (max-width: 768px) {
  button.more-information:after {
    font-size: 16px;
  }
}

.show-information button.more-information:after {
  content: "–";
}

.new:after,
.projects article:nth-child(1) header p:before,
.projects article:nth-child(2) header p:before {
  content: "New—";
  display: none;
}
footer {
  scroll-snap-align: end;
}

section.projects {
  padding-top: 140px;
}
@media (max-width: 768px) {
  section.projects {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.projects > article {
  scroll-snap-align: center;
}

.projects article + article {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .projects article + article {
    margin-top: 50px;
  }
}

figure {
  border-radius: 20px;
/*  box-shadow: 0 0 30px rgba(0, 0, 0, 0.035);*/
  border: 1px solid #eee;
  background: #f9f9f9;
  opacity: 0;
}
@media (max-width: 768px) {
  figure {
    border-radius: 10px;
  }
}

article.inview figure {
  animation: fadeZoomIn 400ms;
  animation-fill-mode: forwards;
  animation-delay: 100ms;
}

article:first-child figure {
  animation-delay: 500ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  cursor: wait;
}
@media (max-width: 768px) {
  video {
    border-radius: 10px;
  }
}

video.loaded {
  cursor: default;
}

video[data-fallback=true]::-webkit-media-controls-timeline {
  display: none !important;
}

video[data-fallback=true]::-webkit-media-controls-seek-back-button,
video[data-fallback=true]::-webkit-media-controls-seek-forward-button {
  display: none !important;
}

video[data-fallback=true]::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.projects article > header {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .projects article > header {
    margin-top: 37.5px;
    padding: 0;
  }
}

header a.project-link {
  display: inline-block;
  text-decoration: none;
  padding: 0 2px;
  font-size: 0;
}
.project-link:after {
  content: "↗";
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 0;
}
@media (max-width: 768px) {
  .project-link:after {
    font-size: 16px;
  }
}

section.information {
  text-align: left;
  scroll-snap-align: start;
  text-wrap: pretty;
  margin-top: 2em;
  display: none;
}
@media (max-width: 768px) {
  section.information {
    padding-top: 0;
    margin-top: 0;
    padding-top: 1em;
  }
}

.show-information section.information {
  display: block;
}

.information article {
  display: flex;
  flex-direction: column;
}

.information .column {
  margin: 0 auto;
  width: 520px;
}
@media (max-width: 768px) {
  .information .column {
    width: auto;
  }
}

.information .column:first-child {
  color: #000;
}

.information .column h2:after {
  display: none;
}

.information p + p,
.information ul + h2,
.information p + h2 {
  margin-top: 1em;
}

section.archive {
  padding-top: 140px;
  text-align: left;
  scroll-snap-align: start;
}
@media (max-width: 768px) {
  section.archive {
    padding-top: 0;
/*    display: none;*/
  }
}

.archive article {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .archive article {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
  }
}

.archive article + article,
.archive .article-spacer {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .archive article + article,
  .archive .article-spacer {
    margin-top: 0.25em;
  }
}

.archive-article * {
  flex-shrink: 0;
  flex-grow: 0;
}

.archive .year {
  width: 12.5%;
  color: #000;
}
@media (max-width: 768px) {
  .archive .year {
    width: 100%;
    color: #000;
    margin-bottom: 1em;
    margin-top: 50px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .archive .year:empty {
    display: none;
  }
}

.archive .title {
  margin-right: 2.5%;
  width: 35%;
  position: relative;
}
@media (max-width: 768px) {
  .archive .title {
    color: #000;
    width: auto;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .archive .title:after {
    content: " ";
  }
}

.archive article:nth-child(1) .title:before,
.archive article:nth-child(2) .title:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 46%;
    transform: translateY(-6px);
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, orange, tomato);
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

@media (max-width: 768px) {
  .archive article:nth-child(1) .title:before,
  .archive article:nth-child(2) .title:before {
    display: none;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.archive article {
  color: #000;
}

.archive article.has-link {
  color: #000;
}

.archive .type {
  margin-left: 2.5%;
  width: 35%;
}
@media (max-width: 768px) {
  .archive .type {
    color: #000;
    width: auto;
    margin-left: 0;
  }
}

.archive .link {
  width: 12.5%;
  text-align: right;
}
@media (max-width: 768px) {
  .archive .link {
    width: auto;
  }
}

.archive .archive-project-link {
  text-decoration: none;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 768px) {
  .archive .archive-project-link {
    padding-right: 0;
  }
}

.archive-project-link:after {
  content: "↗";
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 0;
}
@media (max-width: 768px) {
  .archive-project-link:after {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .archive-project-link:after {
    content: " ↗";
  }
}

footer {
  padding: 140px 0;
}
@media (max-width: 768px) {
  footer {
    display: none;
  }
}

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

hr {
    border-top: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    border-left: none;

    margin: 48px 0;
}

.link-row :hover {
    background-color: red;
}



main {
    margin-bottom: 100px;
}
