body {
  margin: 0;
  font-family: arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
}
video::-internal-media-controls-overlay-cast-button {
  display: none;
}
:root {
  --global-type-size: 16px;
  --global-padding: 2vw;
  --global-columns: 3;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: var(--global-type-size);
  line-height: 1.4;
  color: #000;
  font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
::-webkit-scrollbar {
  display: none;
}
::selection {
  background: rgba(41, 182, 242, 0.2);
}
::-moz-selection {
  background: rgba(41, 182, 242, 0.2);
}
#container {
  will-change: opacity;
}
.section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2vw;
  padding: var(--global-padding);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.section.noborder {
  border-top: none;
}
.website-header {
  width: 100%;
  display: flex;
  padding: 2vw;
  padding: var(--global-padding);
  justify-content: space-between;
}
.section-info {
  width: 100%;
  display: flex;
  z-index: 1;
}
.section-info .info {
  padding: 2vw;
  padding: var(--global-padding);
  width: 33.33333%;
}
h2,
h3 {
  font-size: 16px;
  font-size: var(--global-type-size);
  font-weight: 400;
}
h3 {
  display: inline-block;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:active {
  opacity: 0.3;
}
a.usdz {
  z-index: 1;
  position: absolute;
  top: 2vw;
  top: var(--global-padding);
  left: 2vw;
  left: var(--global-padding);
  right: 2vw;
  right: var(--global-padding);
  bottom: 2vw;
  bottom: var(--global-padding);
}
.no-touch a.usdz {
  pointer-events: none;
}
.no-touch a:hover {
  text-decoration: underline;
}
.no-touch a:active {
  opacity: 1;
}
.items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item {
  width: 33.33333%;
  width: calc(100% / var(--global-columns));
  padding: 2vw;
  padding: var(--global-padding);
  position: relative;
  flex-shrink: 0;
}
.item img,
.item video {
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.media {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
}
.media img,
.media video,
.media:after {
  position: absolute;
  height: 100%;
}
.media:after {
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);

  z-index: 1;
}
.dark .media:after {
  border-color: hsla(0, 0%, 100%, 0.3);
}
@media only screen and (min-width: 1680px) {
  :root {
    --global-padding: 33.6px;
    --global-type-size: 0.952vw;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --global-padding: 4vw;
    --global-item-width: calc(95% - (100vw - 480px) / 1.5);
  }
  .header,
  .header * {
    padding: 1vw 1vw 0;
    padding: calc(var(--global-padding) / 2) calc(var(--global-padding) / 2) 0;
  }
  .section {
    padding: 0;
    overflow: hidden;
  }

  .website-header {
    padding-bottom: 0;
  }
  .section-info .info {
    padding-top: 0;
    width: 100%;
    max-width: 414px;
  }
  .items {
    padding: 1vw 1vw calc(1vw + 200px);
    padding: calc(var(--global-padding) / 2) calc(var(--global-padding) / 2)
      calc(var(--global-padding) / 2 + 200px);
    margin-bottom: -200px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .item {
    width: var(--global-item-width);
    padding: 1vw;
    padding: calc(var(--global-padding) / 2);
  }
  .item:last-child {
    width: calc(var(--global-item-width) + 1vw);
    width: calc(var(--global-item-width) + var(--global-padding) / 2);
    padding-right: 2vw;
    padding-right: var(--global-padding);
  }
  a.usdz {
    top: 1vw;
    top: calc(var(--global-padding) / 2);
    left: 1vw;
    left: calc(var(--global-padding) / 2);
    right: 1vw;
    right: calc(var(--global-padding) / 2);
    bottom: 1vw;
    bottom: calc(var(--global-padding) / 2);
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --global-padding: 30.72px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --global-type-size: 14px;
    --global-padding: 6vw;
    --global-item-width: 95%;
  }
}
@media only screen and (max-width: 414px) {
  .section-info .info {
    max-width: 100%;
  }
}
:root {
  --menu-padding: calc(var(--global-type-size) * 1.5);
  --menu-type-size: calc(var(--global-type-size) * 1.5);
  --menu-width: 840px;
}
#menu {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--menu-padding);
  will-change: opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#menu,
#menu button {
  font-size: calc(var(--global-type-size) * 1.5);
  font-size: var(--menu-type-size);
}
#menu button {
  border: none;
  outline: 0;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  height: calc(var(--global-type-size) * 1.5 * 2);
  height: calc(var(--menu-padding) * 2);
}
.inner-menu {
  width: 100%;
  max-width: 840px;
  max-width: var(--menu-width);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inner-menu .column {
  padding: var(--menu-padding);
  width: calc(50% - var(--global-type-size) * 1.5);
  width: calc(50% - var(--menu-padding));
}
.inner-menu ul {
  list-style-type: none;
}
.inner-menu li {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  line-height: calc(var(--global-type-size) * 1.5 * 2);
  line-height: calc(var(--menu-padding) * 2);
  margin: calc(var(--menu-padding) / 4) 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.key.single {
  width: calc(var(--global-type-size) * 1.5 * 2);
  width: calc(var(--menu-padding) * 2);
  text-align: center;
}
.key:not(.single) {
  padding: 0 12px;
}
.key {
  box-shadow: inset 0 0 0 0.05em #000;
  border-radius: 8px;
}
.inner-menu p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-menu a {
  cursor: pointer;
}
.menu-enter {
  opacity: 0;
}
.menu-enter-active {
  opacity: 1;
  transition: opacity 1s ease 1s;
}
.menu-exit {
  opacity: 1;
}
.menu-exit-active {
  opacity: 0;
  transition: opacity 1s ease;
}
@media only screen and (min-width: 1680px) {
  :root {
    --menu-width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner-menu {
    max-width: 480px;
    flex-direction: column;
    justify-content: space-between;
  }
  .inner-menu .column {
    width: 100%;
    padding: 0 var(--menu-padding);
  }
}
#self-portrait {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #fff3e5;
  will-change: opacity;
}
#subtitle {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--global-padding);
  text-align: center;
  font-size: calc(var(--global-type-size) * 2);
  color: #ff0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.page-enter {
  opacity: 0;
  z-index: 10;
  position: relative;
  pointer-events: all;
}
.page-enter-active {
  opacity: 1;
  transition: opacity 3.2s ease 0.8s;
}
.page-exit {
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
