@import url("https://use.typekit.net/wnh2rvc.css");

* {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-appearance: none;

	font-family: stratos-lights, sans-serif;
	font-weight: 400;
	font-style: normal;
}

*:focus {
	outline: none;
}

:root {
	--black: #111111;
	--deepblack: #202423;
	--white: #FFF;
	--offwhite: #FFFFEE;

	--green:#17FFAB;

	--ease-outexpo: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
	scroll-behavior: smooth;
}

body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 1.1vw;
	line-height: 1.7vw;
	font-weight: normal;
	scroll-behavior: smooth;

	font-family: stratos-lights, sans-serif;
	font-weight: 400;
	font-style: normal;

/*	color: var(--black);*/
}

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

/* BACKGRUONDS  */

.bg-white {
	background-color: white;
	color: var(--black);
}

.bg-offwhite {
	background-color: var(--offwhite);
	color: var(--black);
}

.bg-black {
	background-color: var(--black);
	color: var(--offwhite);	
}

.bg-deepblack {
	background-color: var(--deepblack);
	color: var(--offwhite);	
}

.bg-green {
	background-color: var(--green);
	color: var(--black);	
}

/* BUTTONS */

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;

	text-transform: uppercase;
	font-weight: normal;
}

h1, h2 {
	font-family: zuume-edge, sans-serif;
	font-weight: 700;
	font-style: bold;
	font-display: swap;
}

/* BASE */

.page__loading {
	position: fixed;
		top: 0;
		left: 0;

	width: 100%;
	height: 100%;

	z-index: 60000;

	display: flex;
	justify-content: center;
	align-items: center;
}

.page__loading--loader {
	position: relative;
	width: 24vw;
	height: 2.4vw;

	border-radius: 0.2vw;
	border:1px solid var(--deepblack);
}

.loader--bar {
	position: relative;
	width: 100%;
	height: 100%;

	padding: 0.2vw;

	display: flex;
	gap: 0.2vw;

	box-sizing: border-box;

	margin-bottom: 0.4vw;
}

.loader--box {
	position: relative;
	width: 12.5%;
/*	margin: 0.2vw;*/

	background-color: var(--deepblack);
}

.page__loading--loader span {
	font-size: 16px;
	text-transform: uppercase;
}

.page__dashboard {
	position: relative;
	width: 100%;
	height: 100vh;

/*	background-color: yellow;*/
	overflow: hidden;
	z-index: 2;
}

.page__dashboard:after {
	content:"";
	position: absolute;
		bottom: 0;
		left: 0;

	width: 100%;
	height: 7.2vw;

	background-color: var(--black);
}

.page__dashboard--header {
	position: fixed;
		top: 1.6vw;
		left: 1.6vw;

	width: calc(100% - 3.2vw);
	height: 2.4vw;

	z-index: 1;
	pointer-events: none;
}

.page__dashboard--header .dashboard--top-logo {
	position: absolute;
		top: 0;
		left: 0;

	height: 100%;
/*	width: 6.4vw;*/
}

.dashboard--top-logo img {
	width: auto;
	height: 100%;
}

.dashboard--contact-cta {
	position: absolute;
		top: 1.6vw;
		right: 1.6vw;

	display: flex;
	width: 50%;
	justify-content: end;

	pointer-events: none;
/*	border-radius: 0.2vw;*/
}

.nav__handle {
	position: relative;
	display: block;
	
	padding: 0 0.4vw;
/*	padding-left: 0.5vw;*/
	margin-left: 0.6vw;
	
	line-height: 2vw;
	font-size: 1.4vw;
	font-family: stratos, sans-serif;
	text-transform: uppercase;
/*	background-color: var(--green);*/
	
	color: var(--offwhite);
	font-weight: bold;
	border-radius: 0.1vw;

	pointer-events: auto;

	z-index: 2;
}

.nav__handle:hover {
	background-color: var(--green);
	color: var(--deepblack);
}

.nav__handle-on, .nav__handle-on:hover {
	background-color: var(--green) !important;
	color: var(--deepblack) !important;
}

.nav__sidebar {
	position: absolute;
		top: 0vw;
		right: 0;

	width: max-content;

	border-radius: 0.2vw;
	border-bottom-right-radius: 0.4vw;
	border-bottom-left-radius: 0.4vw;

	pointer-events: auto;

	transform: scale(0);
	transform-origin: top right;

	transition: all 0.4s var(--ease-outexpo);

	z-index: 0;
}

/*.nav__sidebar div {
	line-height: 2.4vw;
	padding: 0 1.6vw;
	padding-left: 0.8vw;
	padding-right: 4vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.2vw;
	margin: 0.25vw;

	cursor: pointer;
	text-transform: uppercase;
}

.nav__sidebar div:nth-child(1) {
	border-bottom: none;
}

.nav__sidebar div:last-of-type {
	margin-bottom: 0.4vw;
	border-bottom: none;
}

.nav__sidebar div:hover {
	background-color: black;
}*/

.nav__sidebar-active {
	top: 2.4vw;
	transform: scale(1);
}

.page__dashboard--footer {
	position: absolute;
		left: 0;
		bottom: 0;

	width: 100%;

	pointer-events: none;
	z-index: 4;
}

.dashboard--payoff {
	position: absolute;
		left: 2.4vw;
		bottom: 0;
}

.dashboard--payoff span {
	font-family: zuume-edge, sans-serif;
	font-size: 2vw;
	line-height: 7.2vw;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 0;
}

.marquee {
	overflow: hidden;
/*	font-family: zuume-edge, sans-serif;*/
/*	font-weight: 600;*/
	font-size: 1.6vw;
	text-transform: uppercase;
/*	background-color: #FFDC00;*/
	box-sizing: border-box;

	position: absolute;
	right: 1.6vw;
	bottom: 2.4vw;
	width: 16vw;
	line-height: 2.4vw;

	text-align: right;

	pointer-events: auto;

/*	filter: drop-shadow(2px 2px 0px #990000) drop-shadow(-2px -2px 0px #0033cc);*/
}

.marquee a {
	margin-left: 0.4vw;
}

.marquee__inner {
	width: 200%;
	display: flex;
	box-sizing: border-box;
}

.marquee__line {
	flex-shrink: 0;
	margin: 0;
	padding: 0px 0px;
	min-width: 50%;
	white-space: nowrap;
	animation-name: marqueeLine;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	box-sizing: border-box;

	font-family: zuume-edge, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.6vw;
	letter-spacing: 0.1em;
	line-height: 2.4vw;

	-webkit-text-stroke: 1px var(--offwhite);
	color: transparent;
	opacity: 0.6;
}

@keyframes marqueeLine {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.page__background {
	position: fixed;
		top: 0;
		left: 0;

	width: 100%;
	height:100%;

	height: calc(100% - 7.2vw);

	border-bottom-left-radius: 4.8vw;
	border-bottom-right-radius: 4.8vw;
}

.logo__main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page__dashboard--video {
	position: absolute;
		top: 0;
		left: 0;

	width: 100%;
	height: 100%;

	z-index: 0;
	pointer-events: none;
	opacity: 0.4;
}

.page__dashboard--video:after {
	content: "";
	position: absolute;
		left: 0;
		bottom: 0;

	width: 100%;
	height: 9.6vw;

	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}

.page__dashboard--video video {
	position: relative;
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.logo__main--outline {
	position: absolute;
		top: 50%;
		left: 50%;

	width: 50vw;
	height: 25vw;


	transform: translate(-50%, -50%);
	border-radius: 50%;
	border:1px solid white;
}

.dashboard--window {
	position: absolute;
		top: 0;
		left: 0;

	width: 100%;
	height: calc(100% - 7.2vw);

	/*border-bottom-left-radius: 4.8vw;
	border-bottom-right-radius: 4.8vw;*/

	overflow: hidden;

	z-index: 3;

	background-color: transparent;
	pointer-events: none;
/*	background-color: grey;*/

/*	border-bottom: 4.8vw solid var(--deepblack);*/
}

.dashboard--window:after {
	content: "";
	position: absolute;
		bottom: 0%;
		left: 0;

	width: 100%;
	height: 9.6vw;
	background-color: transparent;
	box-shadow: 0px 4.8vw 0px var(--black);
	border-bottom-left-radius: 4.8vw;
	border-bottom-right-radius: 4.8vw;
	pointer-events: none;
}

/* NAV */

.dashboard--nav {
	position: absolute;
		bottom: 4vw;
		left: 0;

	width: 100%;
	z-index: 200;
/*	background-color: yellow;*/
}

.dashboard--nav--label {
	position: absolute;
		bottom: 12.8vw;
		left: 0;

	width: 100%;

	font-size: 1vw;
	line-height: 1.4vw;
	text-transform: uppercase;
	letter-spacing: 0.04em;

	color: var(--offwhite);
	text-align: center;

	pointer-events: none;
	opacity: 0.8;
}

.nav__icons {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;

	filter: drop-shadow( 0 0.8vw 0.8vw rgba(0, 0, 0, 0.5) );
}

.app__icon {
	position: relative;
	width: 6.4vw;
	height: 6.4vw;

	margin: 0 0.6vw;

	border-radius: 2vw;
	background-color: var(--deepblack);

	transition: all 0.3s var(--ease-outexpo);

	cursor: pointer;
}

/*.app__icon:after {
	content: "";
	position: absolute;
		top: 114%;
		left: calc(50% - 0.2vw);

	width: 0.4vw;
	height: 0.4vw;

	background-color: var(--green);
	border-radius: 50%;
}*/

.app__icon:hover {
	transform: translateY(-0.2vw);
}

.app__icon img {
	position: absolute;
		top: 16%;
		left: 16%;

	width: 64%;
	height: auto;

	transition: all 1s var(--ease-outexpo);
	filter: drop-shadow(0px 0px rgba(0, 0, 0, 0) );

}

.app__icon:hover img {
	transform: scale(1.15) translateY(-0vw);
	filter: drop-shadow(0px 0vw 0.4vw var(--green) );
}

.app__icon span {
	position: absolute;
		top: calc(100% + 0.8vw);
		left: 0;

	width: 100%;
	font-size: 1vw;
	line-height: 1.2vw;
	text-transform: uppercase;

	text-align: center;
}

/* APPS  */

.window--frame {
	position: absolute;
		top: 100%;
		left: 0;

	width: 100%;
	height: 100%;

	transition: all 0.8s var(--ease-outexpo);
	transform: scale(0.5,1);
	transition-delay: 0s;

	filter: drop-shadow( 0 0.8vw 0.8vw rgba(0, 0, 0, 0.5) );
	pointer-events: none;
}

.always-on-top {
	z-index: 10;
}

.window--frame.app--active {
	top: 0%;
	transform: scale(1);
	transition-delay: 0.1s !important;
}

.frame--work .work__grid {
	display: none;
}


/*.app--active .work__grid {
	display: grid;
}*/

.window--top {
	position: relative;
	width: calc(100% - 1.6vw);

	padding: 0 0vw 0 1.4vw;

	font-size: 0.8vw;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.6vw;

	border-top-left-radius: 1.4vw;
	border-top-right-radius: 1.4vw;
}

.window--top i {
	position: absolute;
		top: 0;
		right: 0.8vw;
	
	font-size: 0.8vw;
	line-height: 1.2vw;
	border-left: 1px solid rgba(1,1,1,0.1);
	height: 100%;
	
	padding-left: 0.6vw;
}

.window--body {
	position: relative;
	width: calc(100%);
	height: calc(100% - 1.4vw - 1.6vw);
}

.frame--work .window--body {
	overflow: hidden;
}

.window--footer {
	position: relative;
	width: 100%;
	height: 1.4vw;

	border-top: 1px solid #FFFFEE20;

	border-bottom-left-radius: 1.4vw;
	border-bottom-right-radius: 1.4vw;	
}

.window--pedia {
	position: absolute;
		top: 4%;
		left: 16%;

	width: 56%;
	height: 72%;

	pointer-events: auto;
}

.window--artist {
	position: absolute;
		top: 1.6vw;
		left: 1.6vw;

	width: calc(100% - 3.2vw);
	height: calc(100% - 3.2vw);

	pointer-events: auto;
}

.window--work {
	position: absolute;
		top: 2%;
		left: 28%;

	width: 48%;
	height: 90%;

	pointer-events: auto;
}

.window--contact {
	position: absolute;
		top: 6%;
		left: 72%;

	width: 24%;
	height: 88%;

	pointer-events: auto;
}

.window {
	position: absolute;
		top: 4.4vw;
		left: 1.6vw;

	width: calc(100% - 3.2vw );
	height: calc(100% - 3.2vw - 1.6vw);

	pointer-events: auto;
}

/* AYOPEDIA */

.layout__about {
	position: relative;
	width: calc(100%);
	height: 100%;

	display: flex;
}

.layout__about--sidebar--logo {
	position: relative;
	width: 100%;
	padding-bottom: 0.8vw;
}

.layout__about--sidebar--logo img {
	width: 80%;
	height: auto;

	margin: 0 10%;
}

.layout__about--index {
	position: relative;
	width: calc(100% - 0.8vw);

	padding: 0.4vw;
	padding-top: 0.2vw;

	/*font-size: 1vw;
	line-height: 2vw;*/

	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.layout__about--sidebar {
	position: relative;
	width: calc(16% - 2.8vw);
	height: calc(100% - 2.8vw);

	padding: 1.4vw;

/*	text-transform: uppercase;*/

	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*.layout__about--sidebar:before {
	content: "";
	position: absolute;
		top
}*/

.layout__about--body {
	position: relative;

	width: calc(84% - 2.8vw);
	height: calc(100% - 2.8vw);

	padding: 1.4vw;

	font-size: 1.2vw;
	line-height: 2vw;

	overflow: auto;
}

.layout__about--body h2 {
	font-size: 2.4vw;
	padding-bottom: 1.6vw;
}

.layout__about--body h3 {
	font-size: 1.1vw;
	line-height: 1vw;

	text-transform: initial;
	
	padding-bottom: 0.8vw;
	padding-top: 2.4vw;

	margin-bottom: 0.8vw;

	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* WORK */

.layout__work {
	position: relative;
	width: calc(50% - 4.8vw);
	height: calc(100% - 4.8vw);

	overflow: scroll;

	margin: 0 auto;

	padding: 2.4vw 2.4vw;
	transition: all 0.6s;
}

.work__profile {
	position: relative;
	
	width: 100%;
/*	height: 7.2vw;*/

	display: flex;
	justify-content: space-between;

/*	height: 7.2vw;*/
}

.work__profile--avatar {
	position: relative;
	width: 30%;
}

.work__profile--avatar img {
	position: relative;
	width: 7.2vw;
	height: auto;
}

.work__profile--data {
	text-align: center;
	text-transform: uppercase;
}

.work__profile--data .number {
	position: relative;

	padding-top: 1.6vw;
	padding-bottom: 0.6vw;
	
	font-size: 2.8vw;
	display: block;

	font-family: zuume-edge, sans-serif;
	font-weight: 700;
	font-style: bold;
}

.layout__work--bio {
	position: relative;
	width: 100%;
	padding: 0.8vw 0;

/*	padding-top: 1.2vw;*/
	padding-bottom: 1.2vw;
	margin-bottom: 0vw;

	border-bottom: 1px solid #FFFFEE20;
}

.work__cta {
	position: relative;
	width: 100%;

	padding-top: 1.6vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2vw;
}

.work__cta--main {
	position: relative;
	display: block;

	padding: 0 0.8vw;
	padding-left: 0.5vw;
	line-height: 2.2vw;
	font-size: 1.2vw;
	font-family: stratos, sans-serif;
	text-transform: uppercase;

	background-color: var(--green);
	color: var(--black);
	font-weight: bold;

	border-radius: 0.1vw;
}

.work__cta--second {
	position: relative;
	display: block;

	padding: 0 0.8vw;
	padding-left: 0.5vw;
	line-height: 2.2vw;
	font-size: 1.2vw;
	font-family: stratos, sans-serif;
	text-transform: uppercase;

	box-sizing: border-box;

	border: 1px solid var(--green);
/*	background-color: var(--green);*/
	color: var(--green);
	font-weight: bold;

	border-radius: 0.1vw;
}

.work__grid {
	position: relative;
	width: 100%;
/*	height: calc(100% - 7.2vw);*/

	padding-top: 1.6vw;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2vw;

/*	overflow: auto;*/
}

.work__item {
	grid-column: span 1;
	filter:drop-shadow(0px 0.2vw 0.8vw rgba(0, 0, 0, 0.6));
	position: relative;
}

.work__item img {
	width: 100%;
	height: 100%;

	border-radius: 0.2vw;
}

.layout__work--page {
	position: absolute;
		top: 0;
		left: 100%;

	width: calc(100% - 4.8vw);
	height: calc(100% - 3.2vw);

	overflow: scroll;

	padding: 1.6vw 2.4vw;

	transition: all 0.6s;
}

.layout__work--page--inner {
	position: relative;
		/*top: 0;
		left: 100%;*/

	width: calc(50% - 4.8vw);
	margin: 0 auto;
/*	height: calc(100% );*/

/*	padding: 2.4vw;*/

/*	transition: all 0.6s;*/
}

.case--active .layout__work--page {
	left: 0%;
}

.case--active .layout__work {
	transform: translateX(-9.6vw);
}

.case__header {
/*	position: relative;
	width: 100%;
	padding-bottom: 0.8vw;*/

	position: absolute;
	width: 100%;
	padding-bottom: 0.8vw;
	left: -3.2vw;
	top: 1vw;
}

.case__post {
	position: relative;
	width: 100%;
}

.case__post--profile {
	position: relative;
	width: 100%;

	display: flex;
	padding-bottom: 0.8vw;
}

.case__post--profile--logo {
	width: 4.8vw;
}

.case__post--profile--logo img {
	position: relative;
	width: 4vw;
	height: 4vw;

	border-radius: 50%;
}

.case__post--profile--brand {
	position: relative;
	width: calc(100% - 4.8vw);

	font-size: 2.4vw;
	text-transform: uppercase;
	line-height: 4vw;
	color: var(--green);

	font-family: zuume-edge, sans-serif;
	font-weight: 700;
	font-style: bold;
}

.case__post--media {
	position: relative;
	width: 100%;
}

.case__post--media img {
	width: 100%;
	height: auto;
	border-radius: 0.4vw;
}

.case__post--caption {
	position: relative;
	width: 100%;

	padding-top: 0.8vw;
	padding-bottom: 6.4vw;
}

.case__post--likes {
	position: relative;
	width: 100%;

	padding-bottom: 0.2vw;

	color: var(--green);

	display: flex;
	font-size: 1.6vw;
	justify-content: space-between;
}

.case__post--caption span {
	font-size: 1.2vw;
	text-transform: uppercase;
	color: var(--green);
	display: block;

	padding-bottom: 0.4vw;
}

/* ARTIST */

.layout__artist {
	position: relative;
	width: calc(100% - 0vw);
	height: calc(100% - 0vw);

	overflow: scroll;

/*	margin: 0 auto;*/

	padding: 0vw 0vw;
}

.layout__artist--filter {
	position: absolute;
		top: 2.4vw;
		left: 2.4vw;

	z-index: 2;
}

.layout__artist--app {
	font-size: 2.4vw;
	line-height: 2vw;
	font-family: zuume-edge, sans-serif;
	font-weight: 700;
	font-style: bold;

	padding-bottom: 1.6vw;
}

.artist__tags {
	color: var(--green);
}

.artist__tags a {
	position: relative;
}

.artist__tags a:before {
	content: "";
	position: absolute;
		top: -0.2vw;
		left: -0.4vw;

	width: calc(100% + 0.8vw);
	height: calc(100% + 0.4vw);
	border-radius: 0.3vw;

/*	background-color: black;*/
	z-index: -1;
}

.artist__tags a:hover:before {
	background-color: black;
}

.layout__artist--cta {
	position: absolute;
		top: 2.4vw;
		right: 2.4vw;
}

.btn--cta-contact {
	position: relative;
	display: block;

	padding: 0 0.8vw;
	padding-left: 0.5vw;
	line-height: 2vw;
	font-size: 1.8vw;
	font-family: zuume-edge, sans-serif;
	text-transform: uppercase;
	font-style: italic;

	background-color: var(--green);
	color: var(--black);
	font-weight: bold;
	border-radius: 0.1vw;
	pointer-events: auto;
}

.btn--cta-contact i {
	font-size: 1.2vw;
	transform: translateY(-0.2vw);
	margin-right: 0.2vw;
}

.layout__artist--timeline {
	position: relative;
	width: 100%;
	height: 100%;

	overflow: scroll;
}

.artist__reel {
	position: relative;
	width: 25vw;
	padding: 2.4vw 0;
	margin: 0 auto;
}

.artist__reel--profile {
	position: relative;
	width: 100%;

	display: flex;
	padding-bottom: 0.4vw;
}

.artist__bio {
	position: absolute;
		left: 1.6vw;
		bottom: -100%;

	width: calc(100% - 1.6vw - 7.2vw);
	color: white;

	z-index: 4;

	transition: all 0.5s ease;

/*	transform: translateY(140%);*/
}

.show--bio .artist__bio {
	bottom: 2.2vw;
}

.artist__reel--profile--avatar {
	position: relative;
	width: 4.8vw;
}

.artist__reel--profile--avatar:after {
/*	content: "";
	position: absolute;
		top: 0;
		left: 0;

	width: 4vw;
	height: 4vw;

	background: url('_images/sphere.png');
	background-size: 100%;
	opacity: 0.5;*/
}

.artist__reel--profile--avatar img {
	position: relative;
	width: 4vw;
	height: 4vw;

	border-radius: 50%;
}

.artist__reel--profile--name {
	position: relative;
	width: calc(100% - 4.8vw);
/*	padding-left: 0.8vw;*/
}

.artist-handle {
	display: block;
	font-size: 1.8vw;
	line-height: 2vw;
	font-weight: bold;	
	font-family: zuume-edge, sans-serif;
	padding-top: 0.4vw;
}

.artist-tags {
	display: block;
	color: var(--green);
	font-size: 1vw;
	line-height: 1vw;
/*	text-transform: uppercase;*/
}

.artist__reel--frame {
	position: relative;
	width: 100%;
	padding-bottom: 177%;
	overflow: hidden;

	transition: all 1s;
}

.artist__reel--frame:after {
	content: "";
	position: absolute;
		right: 0;
		bottom: 0;

	width: 100%;
	height: 80%;

	background: linear-gradient(350deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 50%);
	border-bottom-left-radius: 0.8vw;
	border-bottom-right-radius: 0.8vw;
	z-index: 1;
	opacity: 0.7;

	transition: all 0.4s;
}

.show--bio .artist__reel--frame:after {
	opacity: 1;
	height: 100%;
/*	background: linear-gradient(350deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 80%);*/
}

.artist__reel--actions {
	position: absolute;
		right: 0.8vw;
		bottom: 0.8vw;

	z-index: 3;
}

.artist__reel--actions div, .artist__reel--actions a {
	font-size: 1vw;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-top: 0.8vw;
	display: block;
}

.artist__reel--actions div i, .artist__reel--actions a i {
	position: relative;
	display: block;

	width: 3.2vw;
/*	height: 3.2vw;*/
	border-radius: 50%;

	text-align: center;
	line-height: 3.2vw;

	background-color: var(--deepblack);
	color: var(--green);
}

.artist__reel--actions div i:hover {
	background-color: var(--green);
	color: var(--deepblack);
}

.artist__reel--video {
	position: absolute;
		top: 0;
		left: 0;

	width: 100%;
	height: 100%;

	border-radius: 0.8vw;
}

.artist__reel--video video, .artist__reel--video img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	border-radius: 0.8vw;
}

/* CONTACT */

.layout__contact {
	position: relative;
	width: calc(25% - 2.8vw);
	height: calc(100% - 2.8vw);

	overflow: auto;
	margin: 0 auto;

	padding: 1.4vw;
}

.layout__contact--avatar {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 0.8vw;
}

.layout__contact--avatar img {
	width: 6.4vw;
	height: auto;

	border-radius: 50%;
}

.layout__contact--name {
	position: relative;

	text-align: center;
	font-size: 3.2vw;
	line-height: 3.2vw;

	padding: 0.8vw 0;
	padding-bottom: 1.6vw;

	font-family: zuume-edge, sans-serif;
	font-weight: 700;
	font-style: bold;
}

.layout__contact--row {
	position: relative;
	width: calc(100% - 1.6vw);

	padding: 0.8vw;
	border-radius: 0.4vw;

	margin-bottom: 0.8vw;
}

.layout__contact--row span {
	color: var(--green);
	font-size: 1vw;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
 
/* PAGE FOOTER */

.page__footer {
	position: relative;
	width: 100%;

	color: #CFCFC1;
	background-color: var(--black);
}

.page__footer:before {
	content: "";
	position: absolute;
		top: -4.8vw;
		left: 0;

	width: 100%;
	height: 5vw;

	background-color: black;
	z-index: 0;
}

.page__footer--logo {
	padding: 2.4vw;
	padding-bottom: 0;
	margin-bottom: -0.8vw;
}

.page__footer--logo img {
	width: auto;
	height: 2.4vw;
}

.page__footer h3 {
	color: var(--offwhite);
	padding-bottom: 0.4vw;
}

.section--border {
/*	border-radius: 1.6vw;*/
	box-sizing: border-box;
	border: 1px solid var(--deepblack);
	margin-top: -1px;
}

.section {
	position: relative;
	width: 100%;

/*	border: 1px solid var(--deepblack);*/
}

.section--grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 0vw;
}

[class^="grid--"] {
	padding: 2.4vw;
}


.grid--1 {
	grid-column: span 1;
}

.grid--3 {
	grid-column: span 3;
}

.grid--4 {
	grid-column: span 4;
}

.grid--5 {
	grid-column: span 5;
}

.grid--6 {
	grid-column: span 6;
}

.grid--7 {
	grid-column: span 7;
}

.grid--8 {
	grid-column: span 8;
}

.grid--9 {
	grid-column: span 9;
}

.grid--10 {
	grid-column: span 10;
}

.grid-11 {
	grid-column: span 11;
}

.grid--12 {
	grid-column: span 12;
}

.section--about {
	padding-bottom: 2.4vw;
}

.section--about h1 {
	color: var(--green);
	font-size: 8vw;
	line-height: 6.4vw;

/*	filter: drop-shadow(2px 2px 0px #990000) drop-shadow(-2px -2px 0px #006666);*/
}

.section--about--bio {
	padding-top: 0.8vw;
	padding-bottom: 0;
}

.section--about--bio h2 {
	color: var(--offwhite);
	font-size: 3.2vw;
	line-height: 3vw;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 0.8vw;
	margin-top: -0.2vw;
}

.btn--link-contact {
	position: relative;
	display: block;

	font-size: 1.2vw;
	text-transform: uppercase;
	color: var(--offwhite);
	padding-top: 2.4vw;
}

.btn--link-contact i {
	margin-right: 0.3vw;
}

.section--legal {
	font-size: 11px;
	color: #61615B;
	text-transform: uppercase;

	border-bottom: none;
	border-left: none;
	border-right: none;
}

.section--legal .grid--6 {
	padding: 0.8vw 2.4vw;
}

.section--legal .grid--6:last-of-type {
	text-align: right;
}

.fa-brands {
	margin-right: 0.25vw;
}

.footer--logo-loop {
	display: none;
}

.logo-mobile {
	display: none;
}

.gallery--gross {
	position: relative;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 0.8vw;
}

.gallery--item {
	position: relative;
    grid-column: span 1;
    transition: all 0.2s;

    padding-bottom: 177%;

    cursor: pointer;
}

.gallery--item img {
	width: 100%;
	height: 100%;
	border-radius: 0.3vw;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery--item:hover {
	transform: translateY(-0.8vw);
}

.gallery--item span {
	font-family: zuume-edge, sans-serif;
	font-size: 2.4vw;
	line-height: 2vw;

	position: absolute;
		top: 80%;
		left: 50%;

	transform: translate(-50%, -50%);

	z-index: 2;
	color: white;
	font-weight: bold;
	font-style: oblique;

	text-align: center;
}

.section--footer-title {
	padding-bottom: 0vw;
}

.section--footer-title h1 {
	padding-top: 0vw;
	font-style: italic;
}

.footer--social-nav {
	display: flex;
	padding-bottom: 0;

	justify-content: end;
    align-items: flex-end;
}

.footer--social-nav a {
	border-radius: 1.1vw;
	padding: 0.8vw;
	box-sizing: border-box;
/*	border: 1px solid var(--green);*/

	width: 3vw;
	height: 3vw;

	font-size: 1.6vw;

	display: flex;
	justify-content: center;
	align-items: center;

	margin-right: 0.8vw;

	color: var(--green);
	background-color: var(--deepblack);
}

.footer--social-nav i {
	margin-right: 0;
	transition: all 0.5s;
}

.footer--social-nav a:hover i {
	filter: drop-shadow(0px 0vw 0.4vw var(--green) );
}

.logo--type-footer {
	width: auto;
	height: 4.8vw;
/*	padding-top: 2.8vw;*/
}

.btn--slide-dm {
	font-family: zuume-edge, sans-serif;
	font-weight: 600;
	font-style: italic;

	font-size: 2vw;
	line-height: 3vw;

	padding: 0 1vw;
	color: var(--offwhite);
/*	color: var(--green);*/

	border-radius: 0.2vw;
	background-color: var(--green);
	color: var(--black);

	display: block;
	width: max-content;

	float: right;

	transition: all 0.3s;
}

.btn--slide-dm i {
	margin-left: 0.4vw;
	font-size: 1.6vw;
}

.btn--slide-dm:hover {
	filter: drop-shadow(0px 0vw 0.6vw var(--green) );
}

.work__item--logo {
	position: absolute;
		top: 0;
		left: 0;

	width: 100%;
	height: 100%;
}

.work__item--logo img {
	position: absolute;
		top: 50%;
		left: 50%;

	max-width: 56%;
	max-height: 32%;

	transform: translate(-50%, -50%);
}

.layout__artist--header {
	position: relative;
	width: 22vw;
	margin: 0 auto;

	padding-top: 0vw;
	padding-bottom: 0.8vw;
	margin-bottom: 1.2vw;
	border-bottom:1px solid #FFFFEE20;
}

.artist__overview {
	position: relative;
	width: 100%;

	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.2vw;
}

.artist__overview--avatar {
	position: relative;
	width: 100%;
	
	padding-bottom: 100%;
	border-radius: 50%;

	overflow: hidden;
}

.artist__overview--avatar img {
	position: absolute;
		top: 0;
		left: 0;

	width: 100%;
	height: 100%;

	border-radius: 50%;
	border: 0.2vw solid transparent;

	box-sizing: border-box;
	object-fit: cover;
}

.artist__overview--avatar:hover img {
	border: 0.2vw solid var(--offwhite);
}

.nav__sidebar {
	border-radius: 0.8vw;
	background-color: rgba(0, 0, 0, 0.4);
}

.nav__sidebar .nav__icons {
	flex-flow: wrap;
	width: 16vw;
	justify-content: space-evenly;
}

.nav__sidebar .app__icon {
	margin-bottom: 2.8vw;
	margin-top: 1.2vw;

	width: 4.8vw;
    height: 4.8vw;
    border-radius: 1.6vw;
}

.nav__sidebar .app__icon span {
	font-size: 0.8vw;
}

@media screen and (max-width: 1200px) {



}

@media screen and (max-width: 1080px) {



}

@media screen and (max-width: 768px){

body {
	font-size: 3.8vw;
	line-height: 5.6vw;
}

spline-viewer {
	display: none;
}

.logo-mobile {
	display: block;
	width: auto;
	height: 180vw;

	position: absolute;
		top: 50%;
		left: 50%;

	transform: translate(-50%, -50%);
}

.page__base {
	position: relative;
	width: 100%;
	height: 100%;
}

.page__dashboard {
	height: 100%;
}

[class^="grid--"] {
	padding: 4.8vw;
}

.grid--6 {
	grid-column: span 12;
}

.section--about--bio {
	padding-top: 8.6vw;
	grid-column: 4 / span 8;
}

.page__footer--logo {
	padding: 4.8vw;
	padding-bottom: 0;
	margin-bottom: -0.8vw;
	padding-top: 9.4vw;

	display: none;
}

.section--about h1 {
	color: var(--green);
	font-size: 16vw;
	line-height: 14.4vw;
	padding-top: 6.4vw;
}

.section--about--bio h2 {
	font-size: 9.6vw;
	line-height: 8vw;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 3.2vw;
}

.page__footer--logo img {
	width: auto;
	height: 9.6vw;
}

.btn--link-contact {
	font-size: 4.8vw;
	padding-top: 9.6vw;
}

.grid--3 {
	grid-column: 4 / span 9;
}

.section--legal .grid--6 {
	grid-column: 4 / span 9;
}

.section--legal .grid--6:first-of-type {
	padding-bottom: 2vw;
}

.section--legal .grid--6:last-of-type {
	text-align: left;
	padding-top: 0;
	padding-bottom: 6.4vw;
}

.footer--logo-loop {
	position: absolute;
		top: 0;
		left: 4.8vw;

	width: 8vw;
	height: 100%;

	display: block;

	background-image: url('_images/logo-ayoagency-90.svg');
	background-size: 100%;

	animation-name: logo_loop;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	opacity: 0.4;
}

@keyframes logo_loop {
	0% {
		background-position-y: 0%;
	}
	100% {
		background-position-y: 24.6vw;
	}
}

.dashboard--nav {
	bottom: 0vw;
	z-index: 400;
/*	top: 100vw;*/
}

.nav__icons {
	position: relative;
	width: 100%;
	filter: drop-shadow( 0 0.8vw 0.8vw rgba(0, 0, 0, 0.5) );
	flex-flow: wrap;
	margin: 0 auto;
}

.app__icon {
	width: 16vw;
	height: 16vw;
	margin: 0px 2.4vw;
	border-radius: 4.8vw;
	margin-bottom: 9.6vw;
}

.app__icon span {
	font-size: 3.2vw;
	line-height: 8vw;
}

.dashboard--window {
	height: calc(100% - 16vw);
	z-index: 300;
	pointer-events: none;
}

.page__background {
	height: calc(100% - 16vw);
	border-bottom-left-radius: 12.8vw;
	border-bottom-right-radius: 12.8vw;
}

.logo__main {
	height: 80vh;
}

.window--pedia, .window--artist, .window--work, .window--contact {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 90%;
    pointer-events: auto;
}

.window--top {
	position: relative;
	width: calc(100% - 0vw);
	padding: 0 0vw 0 0vw;
	font-size: 3.2vw;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 5.6vw;
	border-top-left-radius: 4vw;
	border-top-right-radius: 4vw;
	text-align: center;
}

.window--footer {
	position: relative;
	width: 100%;
	height: 4vw;
	border-top: 1px solid #FFFFEE20;
	border-bottom-left-radius: 4vw;
	border-bottom-right-radius: 4vw;
}

.work__profile--avatar img {
	position: relative;
	width: 19.2vw;
	height: auto;
}

.work__profile {
	padding-top: 2.4vw;
}

.work__profile--data {
	padding-right: 1.6vw;
}

.work__profile--data .number {
	position: relative;
	padding-top: 4.4vw;
	padding-bottom: 0.6vw;
	font-size: 6.4vw;
}

.layout__work--bio {
	padding: 3.2vw 0;
	/* padding-top: 1.2vw; */
	padding-bottom: 4.8vw;
}

.work__grid {
    padding-top: 4.8vw;
}

.work__cta {
	padding-top: 6.4vw;
	gap: 2.4vw;
}

.work__cta--main, .work__cta--second {
	padding: 0 0.8vw;
	padding-left: 2.4vw;
	line-height: 7.2vw;
	font-size: 4vw;
}

.case__header {
	padding-bottom: 2.4vw;
}

.case__post--profile {
	padding-bottom: 1.6vw;
}

.case__post--profile--logo {
	width: 19.2vw;
}

.case__post--profile--logo img {
	width: 14.4vw;
	height: 14.4vw;
}

.case__post--profile--brand {
	width: calc(100% - 22vw);
	font-size: 7.2vw;
	line-height: 12.vw;
}

.case__post--likes {
	padding-bottom: 1.6vw;
	font-size: 5.6vw;
}

.case__post--caption span {
	font-size: 4vw;
	padding-bottom: 3.2vw;
}

.layout__contact {
	width: calc(100% - 4.8vw);
	height: calc(100% - 4.8vw);
	padding: 2.4vw;
}

.layout__contact--avatar {
	padding-top: 3.2vw;
}

.layout__contact--name {
	font-size: 9.6vw;
	line-height: 12.8vw;
	padding: 2.4vw 0;
	padding-bottom: 4.8vw;
}

.layout__contact--row {
	position: relative;
	width: calc(100% - 6.4vw);
	padding: 3.2vw;
	border-radius: 0.8vw;
	margin-bottom: 2.4vw;
}

.layout__contact--row span {
	font-size: 3.2vw;
}

.layout__contact--avatar img {
	width: 24vw;
}

.layout__about {
	flex-flow: wrap;
	align-items: start;
	align-content: flex-start;
	overflow: auto;
}

.layout__about--sidebar {
	width: calc(100% - 6.4vw);
	height: max-content;
	padding: 3.2vw;
}

.layout__about--sidebar--logo img {
	width: 32%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: block;
}

.layout__about--index {
	display: none;
}

.layout__about--body {
	position: relative;
	width: calc(100% - 9.6vw);
	height: max-content;
	padding: 4.8vw;
	font-size: 4vw;
	line-height: 7.2vw;
	overflow: auto;
}

.layout__about--body h2 {
	font-size: 7.2vw;
	padding-bottom: 3.2vw;
}

.layout__about--body h3 {
	font-size: 4vw;
	line-height: 8vw;
	text-transform: initial;
	padding-bottom: 0.8vw;
	padding-top: 9.6vw;
	margin-bottom: 0.8vw;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.layout__artist--filter, .layout__artist--cta {
	display: none;
}

.layout__artist--app {
	font-size: 7.2vw;
	line-height: 9.6vw;
	padding-bottom: 1.6vw;
}

.artist__reel {
	position: relative;
	width: 90%;
	padding: 9.6vw 0;
}

.artist__reel--profile {
	padding-bottom: 0.8vw;
}

.artist__reel--profile--avatar {
	position: relative;
	width: 19.2vw;
}

.artist__reel--profile--avatar img {
	position: relative;
	width: 12.8vw;
	height: 12.8vw;
	border-radius: 50%;
}

.artist-handle {
	font-size: 6.4vw;
	line-height: 8.8vw;
	padding-top: 0vw;
}

.artist-tags {
	font-size: 4vw;
	line-height: 2.4vw;
}

.artist__reel--actions {
	right: 3.2vw;
	bottom: 4.8vw;
}

.artist__reel--actions div {
	font-size: 4vw;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-top: 4.8vw;
}

.artist__reel--actions div i {
	width: 9.6vw;
	line-height: 9.6vw;
}

.artist__bio {
	position: absolute;
	left: 4.8vw;
	bottom: -100%;
	width: calc(100% - 20vw - 7.2vw);
}

.show--bio .artist__bio {
    bottom: 6.4vw;
}

.artist__reel--video h2 {
	font-size: 12.8vw !important;
	line-height: 12.8vw !important;
}

.dashboard--nav--label, .page__dashboard--header, .page__dashboard--footer {
	display: none;
}

.layout__work, .layout__work--page--inner {
	width: calc(100% - 4.8vw);
}

.page__dashboard:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16vw;
}

.dashboard--window:after {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: 0;
    width: 100%;
    height: 21.4vw;
    background-color: transparent;
    box-shadow: 0px 10.8vw 0px var(--black);
    border-bottom-left-radius: 9.6vw;
    border-bottom-right-radius: 9.6vw;
    pointer-events: none;
}


.window--frame {

	transition: all 1s var(--ease-outexpo);
	transform: scale(1,1);
}


.window--frame.app--active {
	transform: scale(1);
	transition-delay: 0s !important;
}


}