@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: normal;
  font-weight: 100 900;
}
/*
@font-face {
	font-family: "Montserrat";
	src: url('/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
	font-stretch: normal;
	font-style: italic;
	font-weight: 100 900;
}
*/
@font-face {
  font-family: "Rubik";
  src: url("/font/Rubik/Rubik-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Rubik";
  src: url("/font/Rubik/Rubik-Italic-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: italic;
  font-weight: 100 900;
}
.flex-100vh {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.cubeSide,
.cubeFloor {
  bottom: -0.875rem;
  left: -0.875rem;
  pointer-events: none;
  position: absolute;
  transform-origin: 0% 100%;
}
@media screen and (max-width: 660px) {
  .cubeSide,
.cubeFloor {
    display: none;
  }
}

.cubeSide {
  background-color: #8b0e9a;
  height: 100%;
  transform: skew(0, -45deg);
  width: 0.875rem;
}

.cubeFloor {
  background-color: #55095e;
  height: 0.875rem;
  transform: skew(-45deg, 0);
  width: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: normal;
  font-weight: 100 900;
}
/*
@font-face {
	font-family: "Montserrat";
	src: url('/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
	font-stretch: normal;
	font-style: italic;
	font-weight: 100 900;
}
*/
@font-face {
  font-family: "Rubik";
  src: url("/font/Rubik/Rubik-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Rubik";
  src: url("/font/Rubik/Rubik-Italic-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
  font-style: italic;
  font-weight: 100 900;
}
.flex-100vh {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.cubeSide,
.cubeFloor {
  bottom: -0.875rem;
  left: -0.875rem;
  pointer-events: none;
  position: absolute;
  transform-origin: 0% 100%;
}
@media screen and (max-width: 660px) {
  .cubeSide,
.cubeFloor {
    display: none;
  }
}

.cubeSide {
  background-color: #8b0e9a;
  height: 100%;
  transform: skew(0, -45deg);
  width: 0.875rem;
}

.cubeFloor {
  background-color: #55095e;
  height: 0.875rem;
  transform: skew(-45deg, 0);
  width: 100%;
}

.mobileMenu {
  display: none;
}
@media screen and (max-width: 660px) {
  .mobileMenu {
    background-color: #000;
    border-bottom: 0.5px solid #a1b;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    left: -100vw;
    padding: 3.5rem 0 4.5rem 4.5rem;
    position: absolute;
    top: 2.75rem;
    transition: left 0.35s cubic-bezier(0.3, 0.05, 0.35, 0.97);
    width: 100vw;
    z-index: 99;
  }
}

.mobileMenuScrim {
  display: none;
}
@media screen and (max-width: 660px) {
  .mobileMenuScrim {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 3.5rem;
    transition: opacity 0.2s cubic-bezier(0.3, 0.05, 0.35, 0.97);
    width: 100vw;
    z-index: 98;
  }
}

body.menuOpen {
  height: 100vh;
  overflow: hidden;
}
body.menuOpen .mobileMenu {
  left: 0;
}
body.menuOpen .mobileMenuScrim {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

nav .navitem.menuButtonContainer {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 660px) {
  nav .navitem.menuButtonContainer {
    display: block;
  }
}
nav .navitem.menuButtonContainer .menuButton {
  background: none;
  border: 0;
  cursor: pointer;
  height: 3rem;
  position: relative;
  text-align: center;
  width: 3rem;
}
nav .navitem.menuButtonContainer .menuButton .line {
  background-color: #e4b3eb;
  border-radius: 0.0625rem;
  height: 0.125rem;
  left: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 1.5rem;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: all 0.5s cubic-bezier(0.16, 0.56, 0.8, 1);
  width: 1.5rem;
}
nav .navitem.menuButtonContainer .menuButton .line.line1, nav .navitem.menuButtonContainer .menuButton .line.line3 {
  transition: all 0.35s cubic-bezier(0.16, 0.56, 0.8, 1);
}
nav .navitem.menuButtonContainer .menuButton .line.line1 {
  top: 0.99rem;
}
nav .navitem.menuButtonContainer .menuButton .line.line3 {
  top: 2.01rem;
}

body.menuOpen nav .navitem.menuButtonContainer .menuButton .line1, body.menuOpen nav .navitem.menuButtonContainer .menuButton .line3 {
  transform: translate(-50%, -50%) rotate(135deg);
  width: 0.75rem;
}
body.menuOpen nav .navitem.menuButtonContainer .menuButton .line1 {
  top: 1.245rem;
  left: 1.755rem;
}
body.menuOpen nav .navitem.menuButtonContainer .menuButton .line2 {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuOpen nav .navitem.menuButtonContainer .menuButton .line3 {
  top: 1.755rem;
  left: 1.245rem;
}

@media screen and (max-width: 660px) {
  html {
    font-size: 13px;
  }
}

* {
  font-family: Rubik, sans-serif;
  letter-spacing: 0.025em;
  box-sizing: border-box;
  color: #fdf8ff;
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(farthest-corner at 50% 66%, rgba(35, 27, 38, 0.3), rgba(35, 27, 38, 0.2625), rgba(35, 27, 38, 0.225), rgba(35, 27, 38, 0.15), rgba(35, 27, 38, 0)), linear-gradient(300deg, rgba(85, 9, 94, 0.333), rgba(0, 0, 0, 0.333) 70%), linear-gradient(60deg, rgba(35, 27, 38, 0.5), rgba(0, 0, 0, 0.5) 70%), linear-gradient(180deg, #a1b, #000 70%);
  position: relative;
}

main:not(.fullScreen) {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  min-height: calc(100svh - 7rem);
  padding: 3rem 0 5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 660px) {
  h1, h2, h3, h4, h5, h6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

h1 {
  font-size: 3rem;
  font-weight: 200;
}

h2 {
  font-size: 1.25rem;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

p {
  font-family: Rubik, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2rem;
}
@media screen and (max-width: 660px) {
  p {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.title {
  color: inherit;
}

a {
  color: #a1b;
  font-weight: 300;
  position: relative;
  transition: all 0.1s cubic-bezier(0.16, 0.56, 0.8, 1);
}
a:hover {
  color: #e4b3eb;
}

section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content {
  margin: 0 auto;
  width: 40rem;
}
.content.wide {
  max-width: 100vw;
  min-width: 40rem;
  width: 55rem;
}
@media screen and (max-width: 660px) {
  .content {
    max-width: 100vw !important;
    min-width: 100vw !important;
    width: 100vw !important;
  }
}

/**
 *  HEADER & FOOTER
 */
.headerContainer,
.footerContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
}

header,
footer {
  backdrop-filter: blur(16px);
  background-color: rgba(0, 0, 0, 0.67);
  display: block;
  max-width: 44rem;
  padding: 1rem 2rem;
  transition: background-color 0.2s cubic-bezier(0.3, 0.05, 0.35, 0.97);
}
@media screen and (max-width: 660px) {
  header,
footer {
    background-color: transparent;
    max-width: 100vw;
    min-width: 100vw;
    padding: 1rem 0;
    width: 100vw;
  }
}

body.menuOpen header {
  background-color: #000;
}

header * {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.01em;
}

nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  nav {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 660px) {
  nav {
    max-width: 100vw;
    width: 100vw;
  }
}

footer nav {
  gap: 1.75rem;
}
@media screen and (max-width: 660px) {
  footer nav {
    gap: 1rem;
  }
}

.navitem {
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.navitem a {
  padding: 1rem 0;
  text-decoration: none;
}
.navitem a i {
  color: inherit;
}

@media screen and (max-width: 660px) {
  nav .navitem {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  nav .navitem.menuButtonContainer, nav .navitem.externalLink, nav .navitem.whatsmyname, nav .navitem.copyright {
    display: block;
  }
}
nav .navitem.copyright {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.01em;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 0.95em;
}
nav .navitem.whatsmyname {
  color: #fdf8ff;
  flex: 1 1 auto;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
  nav .navitem.whatsmyname {
    font-size: 1rem;
    padding-left: 3.75rem;
  }
}
nav .navitem.copyright {
  flex: 1 1 auto;
  text-align: right;
}

body.contact .navitem.contact,
body.index .navitem.index,
body.resume .navitem.resume,
body.work .navitem.work {
  pointer-events: none;
}
body.contact .navitem.contact a,
body.index .navitem.index a,
body.resume .navitem.resume a,
body.work .navitem.work a {
  color: #fdf8ff;
}

body.workProject {
  background-color: #000;
}

body.workProject .navitem.work a {
  color: rgba(253, 248, 255, 0.9);
}
body.workProject .navitem.work a:hover {
  color: #fdf8ff;
}

/**
 *  SECTION TYPES
 */
div.table {
  background-color: rgba(253, 248, 255, 0.05);
  border-left: 0.5px solid #a1b;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 1rem;
  padding: 1.75rem 0;
  position: relative;
}
div.table row {
  display: block;
  padding: 0 2.5rem;
}
div.table row label,
div.table row value {
  display: block;
}
div.table row label {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.01em;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0.25rem;
}
div.table row value, div.table row value * {
  letter-spacing: 0.0125em;
  font-size: 1rem;
  font-weight: 500;
}
div.table row value a {
  color: #c762d3;
  font-weight: 350;
}
div.table row value b {
  font-weight: 800 !important;
}

/**
 *  MEDIA
 */
section.imageSection {
  gap: 0.25rem;
}
section.imageSection .image, section.imageSection .image * {
  max-width: 100%;
}

section.imageGridSection {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}
section.imageGridSection .row {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
}
section.imageGridSection .row > * {
  flex: 1 1 auto;
  max-width: 100%;
}
section.imageGridSection .row > * img {
  max-width: 100%;
}
section.imageGridSection .imageCredit {
  margin-top: -0.75rem;
}

section.imageSection .imageCredit,
section.imageSection .imageCredit *,
section.imageGridSection .imageCredit,
section.imageGridSection .imageCredit * {
  color: #aaa0ab;
  opacity: 0.8;
  text-decoration: none;
}
section.imageSection .imageCredit *:not(i),
section.imageSection .imageCredit * *:not(i),
section.imageGridSection .imageCredit *:not(i),
section.imageGridSection .imageCredit * *:not(i) {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.01em;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
section.imageSection .imageCredit i,
section.imageSection .imageCredit * i,
section.imageGridSection .imageCredit i,
section.imageGridSection .imageCredit * i {
  font-size: 0.8rem;
  margin-right: 0.25rem;
  opacity: 0.6;
}
section.imageSection .imageCredit .caption i,
section.imageSection .imageCredit * .caption i,
section.imageGridSection .imageCredit .caption i,
section.imageGridSection .imageCredit * .caption i {
  margin-left: 0.25rem;
}
section.imageSection .imageCredit a,
section.imageSection .imageCredit * a,
section.imageGridSection .imageCredit a,
section.imageGridSection .imageCredit * a {
  color: #afa0af;
}

.ytWrapper {
  position: relative;
  width: 100%;
}
.ytWrapper._16_9 {
  padding-bottom: 56.25%;
}
.ytWrapper._8_5 {
  padding-bottom: 62.5%;
}
.ytWrapper._3_2 {
  padding-bottom: 66.66%;
}
.ytWrapper._4_3 {
  padding-bottom: 75%;
}

.ytPlayer {
  height: 100%;
  position: absolute;
  width: 100%;
}