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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: circle; }

blockquote, q {
  quotes: none; }

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

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type=submit], input[type=button], button {
  margin: 0 !important;
  padding: 0 !important; }

input, select, a img {
  vertical-align: middle; }

/*
 * variables
 */
/*
 * mixins
 */
/*
 * animation
 */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
/*
 * fonts
 */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/*
 * general
 */
body {
  background: #fff;
  color: #000;
  font-family: 'EB Garamond', sans-serif; }

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

h1, h2 {
  font-weight: normal; }

::selection {
  background: #e6e6e6;
  color: #e6e6e6; }

::-moz-selection {
  background: #e6e6e6;
  color: #e6e6e6; }

/*
 * layout
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  padding: 25px 0 0;
  z-index: 3;
}

  header a {
    font-family: 'EB Garamond', sans-serif;
    font-size: 18px;
    display: inline-block;
    width: auto;
    letter-spacing: .25px; }
  header p {
    font-family: 'EB Garamond', sans-serif;
    font-size: 18px;
    display: inline-block;
    letter-spacing: .5px; }
  header div {
    width: 30%;
    height: 100%;
    display: block;
    float: left; }
    header div:nth-child(1) {
      margin-left: 25px; }
      header div:nth-child(1) a {
        width: 150px; }
    header div:nth-child(2) {
      width: calc(40% - 50px);
      text-align: center; }
    header div:nth-child(3) {
      text-align: right;
      margin-right: 25px; }
      header div:nth-child(3) a:first-child {
        display: block; }
      header div:nth-child(3) a:last-child {
        display: none; }

section#grid {
  position: relative;
  text-align: center;
  overflow: auto;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  section#grid a {
    display: inline-block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    section#grid a video,
    section#grid a img {
      display: block;
      will-change: opacity;
      -webkit-backface-visibility: hidden;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity 0.5s ease-out;
      -moz-transition: opacity 0.5s ease-out;
      -ms-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out; }
    section#grid a:hover video,
    section#grid a:hover img {
      opacity: .3;
      -webkit-transition: opacity 0.1s ease-out;
      -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
section#about {
  position: fixed;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #e6e6e6;
  display: none;
  overflow: auto; }
  section#about > a.close {
    position: fixed;
    z-index: 3;
    top: 25px;
    right: 25px; }
  section#about > div {
    position: relative;
    z-index: 2; }
    section#about > div p span {
      display: block; }
    section#about > div p a.mini {
      display: inline; }
    section#about > div ul {
      list-style: none; }

body.focus header div:nth-child(3) a:first-child {
  display: none; }
body.focus header div:nth-child(3) a:last-child {
  display: block; }
body.focus #grid {
  padding: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  body.focus #grid a {
    position: absolute;
    display: block;
    padding: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    display: none; }
    body.focus #grid a video,
    body.focus #grid a img {
      position: absolute;
      padding: 65px 0;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      max-width: calc(100% - 50px);
      max-height: calc(100vh - 130px);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: translate3D(-50%, -50%, 0);
      -moz-transform: translate3D(-50%, -50%, 0);
      -o-transform: translate3D(-50%, -50%, 0);
      transform: translate3D(-50%, -50%, 0); }
    body.focus #grid a:hover video,
    body.focus #grid a:hover img {
      opacity: 1; }
    body.focus #grid a.active {
      left: 0;
      display: block; }
body.fadeout #grid {
  animation: fadeIn 1s ease-out; }

/*
 * media queries
 */
@media screen and (min-width: 0px) {
  header p {
    display: none; }

  section#grid {
    padding: 60px 5px; }
    section#grid a {
      padding: 5px; }
      section#grid a video,
      section#grid a img {
        height: 120px; }
  section#about > a.close svg {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
  section#about > div h2,
  section#about > div p,
  section#about > div ul {
    font-size: 24px;
    line-height: 30px;
    margin-left: 25px;
    margin-bottom: 25px;
    letter-spacing: -.5px; }
  section#about > div h2 {
    margin: 25px 0 0 25px; }
  section#about > div p:first-child {
    margin-top: 25px; } }
@media screen and (min-width: 720px) {
  header p {
    display: block; }

  section#grid {
    padding: 55px 0; }
    section#grid a {
      padding: 10px; }
      section#grid a video,
      section#grid a img {
        height: 160px; }
  section#about > a.close svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  section#about > div {
    width: 50%;
    float: left; }
    section#about > div h2,
    section#about > div p,
    section#about > div ul {
      font-size: 28px;
      line-height: 35px;
      letter-spacing: -.75px; }
    section#about > div p, section#about > div ul {
      margin-left: 25px; }
    section#about > div h2 {
      margin: 25px 0 0 25px; }
    section#about > div p {
      margin-bottom: 50px; }
      section#about > div p:first-child {
        margin-top: 25px; }

  body.focus #grid a.active.left video,
  body.focus #grid a.active.left img {
    left: 25px;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.right video,
  body.focus #grid a.active.right img {
    left: auto;
    right: 25px;
    -webkit-transform: translate3D(0, -50%, 0);
    -moz-transform: translate3D(0, -50%, 0);
    -o-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0); }
  body.focus #grid a.active.large video,
  body.focus #grid a.active.large img {
    max-height: 100%;
    padding: 0; }
  body.focus #grid a.active.small video,
  body.focus #grid a.active.small img {
    padding: 175px 0;
    height: calc(100vh - 330px); } }
@media screen and (min-width: 960px) {
  header p {
    display: block; }

  section#grid {
    padding: 45px 0; }
    section#grid a {
      padding: 20px; }
      section#grid a video,
      section#grid a img {
        height: 200px; }
  section#about > div h2,
  section#about > div p,
  section#about > div ul {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    font-size: 2vw;
    line-height: 3.5vw; }
  section#about > div h2 {
    margin: 25px 0 0 25px; }
  section#about > div p {
    margin-bottom: 50px; }
    section#about > div p:first-child {
      margin-top: 25px; } }

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