:root {
  --color-yellow: #fece1c;
  --color-black: #152635;
  --color-white: #fff;
  --font-body: "AeonikFono", monospaced;
  --font-display: "ABCGravity", sans-serif;
  --font-roboto: "RobotoCondensed-SemiBold", sans-serif;
  --spacer: clamp(16px, 0.8vi + 12.8px, 32px);
}

@font-face {
  font-family: "ABCGravity";
  src: url(../fonts/ABCGravity-XCompressed.otf?a5ba0fa0ce629c222a94d70a107569ee) format("opentype"), url(../fonts/ABCGravity-XCompressed.woff2?bf291e2185db14af42599cd727e7e3bb) format("woff2"), url(../fonts/ABCGravity-XCompressed.woff?779f02aa5c9ad3bfddf78997cde4ded0) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "AeonikFono";
  src: url(../fonts/AeonikFono-Medium.otf?e1beb690ab6fa462ad4d42c107c30f9d) format("opentype"), url(../fonts/AeonikFono-Medium.woff2?c122dbb74f9e22a37e3d5efb1a02f105) format("woff2"), url(../fonts/AeonikFono-Medium.woff?c73b39602f90aae71da94e91e1487759) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "RobotoCondensed-SemiBold";
  src: url(../fonts/RobotoCondensed-SemiBold.ttf?5fcbe47250c39b9316c5789e6821181b) format("truetype");
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: none;
}

html {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  background-color: var(--color-black);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  background-color: unset;
  border: none;
  color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  button {
    font-size: 0.75rem;
  }
}

.font-body {
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .font-body {
    font-size: 0.75rem;
  }
}

.font-display {
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .font-display {
    font-size: 4rem;
  }
}

a {
  color: unset;
  text-decoration: none;
}

.width-full {
  max-width: calc(100% - 2 * var(--spacer));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.width-normal {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

@media (max-width: 640px) {
  .not-mobile {
    display: none;
  }
}

.cta-link {
  position: relative;
  display: inline-block;
}
.cta-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease-in;
}
.cta-link:hover::after {
  left: unset;
  right: 0;
  width: 0%;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: var(--spacer) 0;
  position: relative;
}
header .header-links {
  display: flex;
  gap: var(--spacer);
}
header .header-links .desktop-only {
  display: block;
}
@media (max-width: 640px) {
  header .header-links .desktop-only {
    display: none;
  }
}
header .header-links .mobile-only {
  display: none;
}
@media (max-width: 640px) {
  header .header-links .mobile-only {
    display: block;
  }
}
header .header-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(48px, 1.2vi + 43.2px, 72px);
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  header {
    /*
    // MOBILE LEFT ALIGNED
    .header-inner {
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 0rem;
    }

    .header-icon {
      top: var(--spacer);
      left: unset;
      right: var(--spacer);
      transform: translate(0%, 0%);
    }
      */
  }
}

footer {
  opacity: 0;
}
footer .footer-logo {
  line-height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 17.1875%;
  overflow: clip;
}
@media (max-width: 640px) {
  footer .footer-logo {
    padding-bottom: 34.3213728549%;
  }
}
footer .footer-logo-wrap {
  position: absolute;
  inset: 0;
}
footer .footer-logo-letter {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  will-change: transform;
}
footer .footer-logo-letter img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
footer .footer-logo .hidden {
  display: none;
}
footer .footer-message {
  padding-top: calc(var(--spacer) * 0.75);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
@media (max-width: 960px) {
  footer .footer-message {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  footer .footer-message {
    font-size: 10px;
  }
}
footer .footer-button {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-yellow);
  color: var(--color-black);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  margin: 0 auto var(--spacer);
}
footer .footer-button img {
  width: 0.5rem;
  height: 0.5rem;
}
@media (hover: none) and (pointer: coarse) {
  footer .footer-button {
    display: flex;
  }
}

main {
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
main .main-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: calc(var(--spacer) * 0.75);
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.background .background-wipe {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-yellow);
}
.background .background-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.75;
}
.background .background-iframe {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  pointer-events: none;
  display: block;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
}
.background .background-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-yellow);
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading-text::after {
  animation-name: progress;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0;
}
@media (max-width: 640px) {
  .loading {
    display: none;
  }
}

@keyframes progress {
  0% {
    left: 0;
    right: unset;
    width: 0%;
  }
  33% {
    left: 0;
    right: unset;
    width: 100%;
  }
  66% {
    left: unset;
    right: 0;
    width: 100%;
  }
  100% {
    left: unset;
    right: 0;
    width: 0%;
  }
}
.showreel-trigger {
  position: absolute;
  background-color: var(--color-yellow);
  color: var(--color-black);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 100;
  pointer-events: none;
  transition: transform 0.1s ease-in;
  bottom: -50%;
  left: 50%;
}
.showreel-trigger span {
  transition: opacity 0.1s ease-in;
}
.showreel-trigger:hover {
  cursor: none;
}
@media (hover: none) and (pointer: coarse) {
  .showreel-trigger {
    display: none;
  }
}
@media (max-width: 640px) {
  .showreel-trigger {
    width: 6rem;
    height: 6rem;
  }
}

.showreel-trigger-player {
  background-color: var(--color-yellow);
  transform: scale(0.8) translate(-50%, -50%);
}
.showreel-trigger-player span {
  opacity: 0;
}

.showreel-trigger-menu {
  background-color: var(--color-black);
  transform: scale(0.8) translate(-50%, -50%);
}
.showreel-trigger-menu span {
  opacity: 0;
}

.showreel-trigger-hide,
.showreel-trigger-link {
  transform: scale(0.4) translate(-50%, -50%);
}
.showreel-trigger-hide span,
.showreel-trigger-link span {
  opacity: 0;
}

.showreel-trigger-none {
  transform: scale(0) translate(-50%, -50%);
}
.showreel-trigger-none span {
  opacity: 0;
}

.showreel-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  max-width: 100%;
  max-height: 100%;
  border: none;
  overflow: hidden;
}
.player .player-inner {
  padding: var(--spacer) 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: var(--spacer);
}
.player .player-embed {
  width: 100%;
  height: 100%;
}
.player .player-embed > div {
  width: 100%;
  height: 100%;
}
.player .player-meta {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacer);
  width: 100%;
}
.player .showreel-button {
  top: unset;
  left: unset;
  width: unset;
  height: unset;
}
.player .showreel-button img {
  width: 100%;
  height: 100%;
}
.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  .player .showreel-button {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.menu {
  background-color: var(--color-yellow);
  color: var(--color-black);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.menu .menu-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(64px, 1.6vi + 57.6px, 96px);
}
.menu .menu-header,
.menu .menu-footer {
  flex-shrink: 0;
}
.menu .menu-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacer);
  width: 100%;
  padding: var(--spacer) 0;
}
.menu .menu-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(48px, 1.2vi + 43.2px, 72px);
  transform: translate(-50%, -50%);
}
.menu .menu-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu .menu-body {
  max-width: 22em;
  font-family: var(--font-roboto);
  font-size: clamp(24px, 1.2vi + 19.2px, 48px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.menu .menu-body a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu .menu-subheading + .menu-body {
  margin-top: 1em;
}
.menu .menu-footer {
  overflow: hidden;
  padding: var(--spacer) 0;
}
.menu .font-display {
  font-size: calc(8vb + 1rem);
}
.menu .menu-button {
  width: 1.75rem;
  height: 1.75rem;
}
.menu .menu-button img {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.menu nav {
  flex-grow: 1;
  align-self: center;
}
.menu nav ul {
  height: 90%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: calc(var(--spacer) * 1) 0;
  visibility: hidden;
}
.menu nav ul:hover li {
  opacity: 0.25;
}
.menu nav li {
  overflow: hidden;
  transition: opacity 0.3s ease-in;
  text-align: center;
}
.menu nav li:hover {
  opacity: 1 !important;
}
.menu nav a {
  position: relative;
  display: block;
  visibility: visible;
}
@media (max-width: 640px) {
  .menu .menu-button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
