html, body {
  min-height: 100vh;
  width: 100%;
  line-height: 1;
}

body, body * {
  /*all: unset;*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul, menu {
  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;
}

@media only screen and (min-width: 800px) {
  body {
    overflow: hidden;
  }

  html, body {
    height: 100vh;
  }

  body {
    font-family: neue-haas-unica, Helvetica Neue, Helvetica, Arial;
    display: grid;
    place-items: center;
  }

  header {
    font-size: 14px;
    display: flex;
    visibility: hidden;
    position: relative;
    padding: 1em;
    white-space: nowrap;
    transform: scale(calc(var(--viewport-width) / 800));
    transform-origin: 50% 50%;
  }
  header:hover {
    visibility: visible;
  }
  header:hover:before {
    visibility: hidden;
  }
  header:hover:after {
    visibility: hidden;
  }
  header:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 2.35em;
    right: 2.55em;
    background: #000;
    height: 1px;
    visibility: visible;
  }
  header:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 999;
    visibility: visible;
  }
  header * {
    font-weight: 400;
  }
  header .left, header .right {
    display: inline-block;
    visibility: visible;
  }
  header .left {
    text-align: right;
  }
  header h2 {
    text-transform: lowercase;
  }
  header a {
    text-decoration: none;
    color: currentColor;
    position: relative;
  }
  header a:after {
    display: block;
    height: 100%;
    position: absolute;
    bottom: -0.125em;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    content: "";
  }
}
@media only screen and (max-width: 800px) {
  body, html {
    min-height: unset;
    overflow: hidden;
  }

  body {
    font-family: neue-haas-unica, Helvetica Neue, Helvetica, Arial;
  }

  header {
    font-size: 28px;
    padding: 1em;
    visibility: hidden;
  }
  header > * {
    font-weight: 400;
    display: block;
  }
  header h1 {
    display: flex;
    width: 100%;
    visibility: visible;
  }
  header h1 .left {
    order: 1;
  }
  header h1:after {
    content: "";
    order: 2;
    flex-grow: 1;
    height: 2px;
    background: #000;
    margin-top: 0.5em;
    margin: 0.5em 0.125em 0 0.125em;
  }
  header h1 span {
    order: 3;
  }
  header h2 {
    margin-top: 3em;
    visibility: visible;
    text-align: center;
  }
  header p {
    margin-top: 1em;
    visibility: visible;
    text-align: center;
    line-height: 1.2;
  }
  header a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    text-decoration: none;
    color: currentColor;
    border: 2px solid black;
    padding: 1em 0;
    margin: 1em;
    text-align: center;
    white-space: no-wrap;
  }
}

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