@font-face {
  font-family: Rhymes;
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Rhymes_Regular_web/eot/RhymesWeb-Regular.eot');
  src: url('../fonts/Rhymes_Regular_web/eot/RhymesWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rhymes_Regular_web/woff2/RhymesWeb-Regular.woff2') format('woff2'), url('../fonts/Rhymes_Regular_web/woff/RhymesWeb-Regular.woff') format('woff');
}
@font-face {
  font-family: Rhymes;
  font-weight: 100;
  font-style: normal;
  src: url('../fonts/Rhymes_Ultralight_web/eot/RhymesWeb-Ultralight.eot');
  src: url('../fonts/Rhymes_Ultralight_web/eot/RhymesWeb-Ultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/Rhymes_Ultralight_web/woff2/RhymesWeb-Ultralight.woff2') format('woff2'), url('../fonts/Rhymes_Ultralight_web/woff/RhymesWeb-Ultralight.woff') format('woff');
}
html {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Text Reg", sans-serif;
  line-height: 1.2;
  background: #F6F6F6;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.th {
  font-family: Rhymes, serif;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  display: block;
}
figure figcaption {
  margin-top: 1.25rem;
}
h1 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
}
header h1 {
  line-height: 1.02;
}
@media (min-width: 650px) {
  header h1 {
    font-size: 25vh;
  }
  header h1 .rd {
    font-family: "Neue Haas Grotesk Disp Lt", sans-serif;
  }
  header h1 .th {
    font-weight: 100;
  }
}
header h1 .rd {
  margin: -0.14em 0 -0.163em;
  -webkit-transform: translateX(calc(-0.06em + 1px));
          transform: translateX(calc(-0.06em + 1px));
}
header h1 .th {
  margin: -0.195em 0 -0.095em;
  font-size: 0.978em;
  -webkit-transform: translateX(-0.015em);
          transform: translateX(-0.015em);
}
.content {
  padding: 1.25rem;
  min-height: 100vh;
}
.content p {
  margin: 1.25rem 0;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child {
  margin-bottom: 0;
}
header {
  padding: 1.25rem;
  color: white;
  background: black;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
header .showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .showcase .slide {
  width: 100%;
  height: 100%;
}
header .showcase .prev,
header .showcase .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .showcase .prev .counter,
header .showcase .next .counter {
  margin: 1rem;
  pointer-events: none;
  display: none;
}
@media (min-width: 650px) {
  header .showcase .prev,
  header .showcase .next {
    cursor: pointer;
  }
  header .showcase .prev .counter,
  header .showcase .next .counter {
    display: inline-block;
    visibility: hidden;
  }
  header .showcase .prev:hover .counter,
  header .showcase .next:hover .counter {
    visibility: visible;
  }
}
header .showcase .prev {
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .showcase .next {
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
header > img {
  position: absolute;
  top: 0;
  left: 0;
}
.projects header,
.gallery header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects header .row,
.gallery header .row {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.projects header .row .rd,
.gallery header .row .rd,
.projects header .row .th,
.gallery header .row .th {
  margin-right: 1rem;
}
.projects header {
  cursor: pointer;
}
.gallery header .th.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery header .close {
  width: auto;
}
@media (orientation: landscape) {
  .gallery header .slide.portrait img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media (orientation: portrait) {
  .gallery header .slide.landscape img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.gallery header .slide.contain img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.detail header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail header .row {
  z-index: 1;
}
nav a {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1.25rem;
}
nav .row + .row {
  position: relative;
  margin-top: 1.25rem;
}
.content nav {
  padding: 1.25rem;
  margin: -1.25rem;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #F6F6F6;
  z-index: 2;
}
.content nav h1 {
  font-size: 1em;
  font-weight: normal;
}
.showcase nav {
  color: white;
  background: transparent;
  position: fixed;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row > * {
  width: 50%;
}
@media (max-width: 649px) {
  .row {
    font-size: 1em !important;
    font-weight: normal !important;
    height: auto !important;
  }
  .row a {
    display: block;
  }
}
@media (max-width: 1000px) {
  .grid .wrapper {
    margin: 0 -10px;
  }
}
.grid .slide {
  display: block;
  margin-left: 0;
  width: 50%;
  padding-right: 100px;
  margin-top: 100px;
}
.grid .slide.width-0 {
  width: 40%;
}
.grid .slide.width-1 {
  width: 50%;
}
.grid .slide.width-2 {
  width: 60%;
}
@media (max-width: 1000px) {
  .grid .slide {
    width: 50% !important;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 649px) {
  .grid .slide {
    width: 100% !important;
  }
}
.table nav {
  margin-bottom: 1.875rem;
}
@media (max-width: 649px) {
  .table {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 650px) {
  .table > .row {
    margin: 0 -1.25rem;
    padding: 0.35rem 1.25rem;
  }
  .table > .row:hover {
    background: #ececec;
  }
  .table > .row .mobile {
    display: none;
  }
}
@media (max-width: 649px) {
  .table > .row {
    padding-bottom: 0.8rem;
    border-top: 1px solid black;
  }
  .table > .row .desktop {
    display: none;
  }
}
.table > .row .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 649px) {
  .table > .row .th {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 650px) {
  .table .cell {
    margin-right: 1.25rem;
  }
  .table .cell.year {
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
    text-align: right;
    margin-right: 0;
  }
}
.table footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F6F6F6;
  padding: 0 1.25rem 1.25rem;
}
.table footer .rd,
.table footer .th {
  padding-top: 0.15rem;
  border-top: 1px solid black;
}
@media (min-width: 650px) {
}
.table footer .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 649px) {
  .table footer .th {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 649px) {
  .table footer .expanded {
    display: none !important;
  }
}
@media (min-width: 650px) {
  .table footer .collapsed {
    display: none !important;
  }
  .table footer .cell {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .table footer .cell.year {
    position: relative;
  }
  .table footer .cell.year::after {
    position: absolute;
    right: 1.85rem;
  }
  .table footer .cell::after {
    content: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L0.803847 -2.51245e-08L11.1962 8.834e-07L6 9Z" fill="black"/></svg>');
    padding: 0 0.5rem;
    display: none;
  }
  .table footer .cell:hover::after {
    display: inline-block;
    opacity: 0.3;
  }
  .table footer .cell.sorted::after {
    display: inline-block;
    opacity: 1;
  }
  .table footer .rd .cell.sorted.desc::after {
    -webkit-transform: rotate(180deg) translateY(-0.12rem);
            transform: rotate(180deg) translateY(-0.12rem);
  }
  .table footer .th .cell.sorted.desc::after {
    -webkit-transform: rotate(180deg) translateY(-0.25rem);
            transform: rotate(180deg) translateY(-0.25rem);
  }
}
.about h2 {
  font-size: 1em;
  font-weight: normal;
}
.about img {
  width: 100%;
}
.about nav h2 {
  margin: 0;
}
.about .content h2 {
  display: none;
}
.about .content h2 + p {
  margin-top: 0;
}
.about .row > * {
  margin-right: 1.25rem;
}
@media (max-width: 900px) {
  .about .content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .content > .row > * {
    width: 100%;
  }
  .about .content > .row .rd,
  .about .content > .row .th {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .about .content > .row .th > *:first-child {
    font-family: Haas, sans-serif;
  }
}
.gallery img {
  opacity: 1;
}
.gallery .row,
.gallery .prev,
.gallery .next {
  mix-blend-mode: difference;
}
.gallery header .row .rd,
.gallery header .row .th {
  margin-right: 0;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
