body { margin: 0; overflow: hidden; }

/* Fonts */
@font-face { font-family: sf-mono-semibold; src: url(src/fonts/sf-mono/semibold.otf); }
@font-face { font-family: sf-mono-regular; src: url(src/fonts/sf-mono/regular.otf); }
@font-face { font-family: sf-mono-light; src: url(src/fonts/sf-mono/light.otf); }

@font-face { font-family: cal-sans; src: url(src/fonts/cal-sans.ttf); }
@font-face { font-family: lexend-exa; src: url(src/fonts/lexend-exa.ttf); }

* { font-family: lexend-exa; }

#background
{
    position: fixed;
    z-index: -10;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
}
#intro-screen
{
    position: fixed;
    left: 50%; top: 50%; margin: 0;
    overflow: hidden;
    background-color: black;
    translate: -50% -50%;

    /* background-image: radial-gradient(rgba(36, 235, 99, 0.2) 0%, rgba(36, 235, 99, 0.1) 15%, rgba(36, 235, 99, 0.05) 30%, rgba(36, 235, 99, 0.02) 50%, transparent 100%); */
    transition: background 17ms linear;
    background-size: 200vw min(200vh, 200vw);
    background-position-y: 50%;
    background-repeat: no-repeat;

    scale: .5;
    width: calc(200vw + 1px); height: calc(200vh + 1px);
}

#intro-screen * { font-family: sf-mono-regular; }

#intro-screen *::selection{ background: rgb(36, 235, 99, 1); color: #080808; }
#intro-screen *::-moz-selection { background: rgb(36, 235, 99, 1); color: #080808; }
#intro-screen *::-webkit-selection { background: rgb(36, 235, 99, 1); color: #080808; }

#intro-screen > h1
{
    color: rgb(200, 200, 200, 0.470588235);
    position: relative;
    left: 50%; top: 50%; margin: 0;
    translate: -50% -50%;
    font-family: sf-mono-regular;
    text-align: center;
    font-size: min(8em, 15vw);
    width: 200%;
    min-height: 1.2em;
}
#intro-screen > h2
{
    color: rgb(200, 200, 200, 0.470588235);
    position: relative;
    left: 50%; top: 50%; margin: 0;
    translate: -50% -50%;
    font-family: sf-mono-light;
    text-align: center;
    font-size: min(4em, 7.5vw);
    width: 100%;
}

#intro-screen > h1 > #intro-name
{
    background-image: linear-gradient(70deg, rgb(36, 235, 99), #73ffc4);
    color: transparent;
    background-clip: text;
    background-size: cover;
    text-rendering: geometricPrecision;
    font-family: sf-mono-semibold;
}
#intro-screen > h1 > span:not(:nth-child(2))
{
    background-image: linear-gradient(4deg, rgb(255, 255, 255, .1), rgba(255, 255, 255, .5));
    background-clip: text;
    background-size: cover;
}

#intro-canvas
{
    display: none;
    position: relative;
    translate: 0 20%;
    margin-top: -512px;
    width: min(4em, 60vw);
    height: min(4em, 60vw);
}

#vignette
{
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background-image: radial-gradient(transparent, 100% transparent);
    z-index: 100;
    transition: opacity 600ms ease-in-out;
    opacity: 0;
    pointer-events: none;
}


#title-deep
{
    display: none;
    width: calc(100vw * 4);
    height: calc(100vh * 4);
    background-color: black;
}
#title-deep > h1
{
    font-size: 60vw;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%; top: 50%;
    translate: -50% -100%;
    font-family: cal-sans;

    color: #ffffff40;
}

#dom-a
{
    background-color: transparent;
    width: 3240px;
    height: 3240px;
    text-align: center;
}
#dom-a > h1
{
    font-size: 20em;
    width: 100%;
    position: relative;
    left: 50%; margin-top: 1em;
    translate: -50% 0;
    font-family: cal-sans;
    color: transparent;
    filter: drop-shadow(#00000080 0 0 128px);

    background-image: linear-gradient(70deg, #58ffb1EE 20%, #8793fbF0 70%);
    background-clip: text;
    background-size: cover;
}
#dom-a > p
{
	font-size: 3em;
	width: 50%;
	position: relative;
	left: 50%;
	translate: -50% 0;
	color: #ffffffD0;
	text-align: start;
	font-weight: 300;
    letter-spacing: -.03em;

    text-shadow: #000000 0 0 32px, #00000070 0 0 16px
}
#dom-a > p > span
{
    font-size: 2em;
    font-weight: 600;
    color: transparent;
    background-image: linear-gradient(70deg, #8691f8e0 0%, #b8bfffe0 100%);
    background-clip: text;
    background-size: cover;
    filter: drop-shadow(#000000C0 0 0 24px);
    text-shadow: none;
}
#dom-a > p > span:nth-child(1)
{
    background-image: linear-gradient(70deg, #8691f8e0 0%, #b8bfffe0 100%);
}
#dom-a > p > span:nth-child(2)
{
    background-image: linear-gradient(70deg, #87e2fbf0 0%, #b8ffe0e0 100%);
}
#dom-a > p > span:nth-child(3)
{
    background-image: linear-gradient(70deg, #21ec8dcc 0%, #99ffd0cc 100%);
}


#dom-b
{
    background-color: transparent;
    width: 3240px;
    height: 2048px;
    text-align: center;
}
#dom-b > h1
{
    font-size: 12em;
    width: 100%;
    position: relative;
    left: 50%; top: 0;
    translate: -50% 0;
    font-family: cal-sans;
    color: transparent;
    filter: drop-shadow(#00000050 0 0 32px);

    background-image: linear-gradient(70deg, #48ffdd 30%, #478bf0 80%);
    background-clip: text;
    background-size: cover;

    rotate: -10deg;
}
#dom-b > p
{
	font-size: 3em;
	width: 70%;
	position: relative;
	left: 50%;
	translate: -50% 0;
	color: #ffffffD0;
	text-align: start;
	font-weight: 300;
    letter-spacing: -.03em;

    /* filter: drop-shadow(#ffffffA0 0 0 64px) drop-shadow(#000000A0 0 0 16px); */
    text-shadow: #000000 0 0 32px, #00000070 0 0 16px;

    rotate: -10deg;
}

#dom-b > h3
{
    font-size: 8em;
    width: 100%;
    position: relative;
    left: 50%; top: 0;
    translate: -50% 0;
    font-family: cal-sans;
    color: transparent;
    filter: drop-shadow(#00000080 0 0 64px);

    background-image: linear-gradient(70deg, #48ffdd 10%, #99ffd0cc 80%);
    background-clip: text;
    background-size: cover;

    rotate: -10deg;
}

#dom-b > div { rotate: -10deg; display: flex; width: fit-content; position: relative; left: 50%; translate: -50%; }
#dom-b > div > img { height: 32em; border-radius: 6em; margin-right: 6em; }
#dom-b > div > img:last-of-type { margin-right: 0; }

#dom-c
{
    background-color: transparent;
    width: 2560px;
    height: 2048px;
    text-align: center;
}
#dom-c > h1
{
    font-size: 12em;
    width: 100%;
    position: relative;
    left: 50%; top: 0;
    translate: -50% 0;
    font-family: cal-sans;
    color: transparent;
    filter: drop-shadow(#99ffd080 0 0 64px) drop-shadow(#00000080 0 0 8px);

    background-image: linear-gradient(70deg, #478bf0 30%, #8691f8 80%);
    background-clip: text;
    background-size: cover;

    rotate: -30deg;

    margin-bottom: 1em;
}
#dom-c > div > p
{
	font-size: 3em;
	width: 100%;
	position: relative;
	left: 50%;
	translate: -50% 0;
	color: #ffffffD0;
	text-align: start;
	font-weight: 300;
    letter-spacing: -.03em;

    text-shadow: #000000 0 0 32px, #00000070 0 0 16px;

    /* filter: drop-shadow(#000000 0 0 16px);
    text-shadow: #00000070 0 0 256px; */
}
#dom-c > div > p > b { font-weight: 600; }
#dom-c > div > p > b[info]
{
    font-weight: 600;
    cursor: pointer;

    background-image: linear-gradient(70deg, #a5c0e8 30%, #c5c9ee 80%);
    background-clip: text;
    background-size: cover;

    color: transparent;

    transition: all 300ms ease-in-out;
}
#dom-c > div > p > b[info]:hover
{
    font-weight: 800;
    margin-right: -.025em;
    margin-left: -.025em;
    letter-spacing: -.05em;
    cursor: pointer;

    background-image: linear-gradient(70deg, #85ade9 0%, #7983d5 100%);
    background-clip: text;
    background-size: cover;

    color: transparent;
}


#dom-c > div > div
{
    transition: opacity 1000ms ease-in-out;
    opacity: 0;

	backdrop-filter: blur(16px);
	border-radius: 3em;
	padding: 2em;
	top: 50%;
	left: 50%;
	background: #000000C0;

    min-width: 30em;
    min-height: 30em;

    max-width: 64em;
    pointer-events: none;

    position: absolute;
    /* margin-top: 16em; */
}
#dom-c > div > div > img
{
	border-radius: 1em;
    width: 100%;
}
#dom-c > div > div > h4
{
    font-size: 4em;
    margin: 0;
    text-align: start;
    color: #ffffffD0;
}
#dom-c > div > div > p
{
    font-size: 2em;
    text-align: start;
    color: #ffffffA0;
    margin: 0
}

#dom-c > div
{
    width: 80%;
	background: #00000030;
	border-radius: 1em;
	padding: 1em;
    margin-top: 3em;
    rotate: -30deg;

    margin-bottom: 6em;

    transition: background 400ms ease-out;
    box-shadow: inset #00000000 0 0 8em;
}
#dom-c > div:hover
{ background: #00000080; box-shadow: inset #000000A0 0 0 12em; }

#dom-c > div button
{
    padding: .5em;
    font-size: 2em;
    color: #ffffff;
    background-color: #505050;
    background-image: linear-gradient(90deg, #58ffb1A0 0%, #8793fbA0 100%);
    background-size: 200% 200%;
    background-position: 50% 50%;

    border: transparent;
    border-radius: 1em;

    transition: all 100ms ease-in-out;
    cursor: pointer;
    margin-top: -1em;

	filter: brightness(1.1);
	padding-left: 3em;
	padding-right: 1em;
	box-shadow: inset #ffffff80 0 0 1.4em;
}
#dom-c > div button:hover
{
    background-color: #7a7a7a;
    background-size: 100% 100%;
    background-position: 0% 0%;

    text-shadow: #00000090 0 0 16px;

	filter: brightness(1.1);
	padding-left: 3em;
	padding-right: 1em;
	box-shadow: inset #ffffffA0 0 0 1.8em;
}
#dom-c > div button::before
{
    content: '';
    display: inline-block;
    width: 2.25em; height: 2.25em;
    background: var(--icon);
    background-size: cover;
    position: absolute;
    top: 0;
    left: .25em;
    scale: .8;
    filter: drop-shadow(#00000060 0 0 .5em);
}
#dom-c > div button:hover::before { filter: brightness(1.1) drop-shadow(#00000060 0 0 .5em); }


#dom-d
{
    background-color: transparent;
    width: 3072px;
    height: 1536px;
    text-align: center;
}
#dom-d > div
{
    display: flex;
    rotate: -20deg;
    scale: .8;
    margin-top: -8em;
}
#dom-d > div > div
{
    display: block;
	width: 100%;
	background-image: linear-gradient(90deg, #00000080 0%, transparent 89%, #00000040 100%);
	border-radius: 1em;
	padding: 1em;
    margin-top: 3em;

    background-color: #00000030;

    margin-bottom: 6em;

    transition: background 300ms ease-out;
    box-shadow: inset #00000000 0 0 8em;
}
#dom-d > div > div:not(:last-of-type)
{
	margin-right: 1em;
}

#dom-d > div > div:last-of-type
{
	background-image: linear-gradient(90deg, #00000040 0%, transparent 10%, #00000080 100%);
    transform: scaleX(1.1);
    margin-left: 5em;
}
#dom-d > div > div:hover
{ background-color: #00000050; box-shadow: inset #000000A0 0 0 12em; }

#dom-d > div > div > p > b { font-weight: 600; }
#dom-d > div > div > p
{
	font-size: 2em;
	width: 100%;
	position: relative;
	left: 50%;
	translate: -50% 0;
	color: #ffffffE0;
	text-align: start;
	font-weight: 300;
    letter-spacing: -.03em;

    margin: 0;

    text-shadow: #000000 0 0 32px, #000000A0 0 0 16px;
}
#dom-d > div > div button
{
    padding: .5em;
    font-size: 2em;
    color: #ffffff;
    background-color: #505050;
    background-image: linear-gradient(90deg, #58ffb1A0 0%, #8793fbA0 100%);
    background-size: 200% 200%;
    background-position: 50% 50%;

    border: transparent;
    border-radius: 1em;

    transition: all 100ms ease-in-out;
    cursor: pointer;
    margin-top: 1em;

	filter: brightness(1.1);
	padding-left: 3em;
	padding-right: 1em;
	box-shadow: inset #ffffff80 0 0 1.4em;
}
#dom-d > div > div button:hover
{
    background-color: #B0B0B0;
    background-size: 100% 100%;
    background-position: 0% 0%;

    text-shadow: #00000090 0 0 16px;

	filter: brightness(1.2);
	padding-left: 3em;
	padding-right: 1em;
	box-shadow: inset #ffffffA0 0 0 1.8em;
}
#dom-d > div > div button::before
{
    content: '';
    display: inline-block;
    width: 2.25em; height: 2.25em;
    background: var(--icon);
    background-size: cover;
    position: absolute;
    top: 0;
    left: .25em;
    scale: .8;
    filter: drop-shadow(#00000060 0 0 .5em);
}
#dom-d > div > div button:hover::before { filter: brightness(1.1) drop-shadow(#00000060 0 0 .5em); }



/* Accessibility */
#accessible
{
    position: fixed;
    left: 0; top: 0;
    width: calc(100vw - 2em);
    height: calc(100vh - 13em);

    overflow-y: hidden;
    z-index: 200;

    color: #ffffffD0;
    padding: 1em;

    background-color: #00000050;
    background-image: radial-gradient(transparent 0%, #00000050 100%);

    text-shadow: #00000070 0 0 8px,#00000050 0 0 32px;
    scroll-behavior: smooth;

    padding-top: 12em;

    display: none;
}

#accessible h1
{
    background-image: linear-gradient(70deg, #48ffdd 0%, #478bf0 100%);
    background-clip: text;
    background-size: cover;

    color: transparent;

    text-shadow: none;
    text-align: center;
}

#accessible p { font-size: .8em; }

#accessible button
{
    /* border: none;
    border-radius: .5em;
    padding: .25em;
    background-image: linear-gradient(90deg, #58ffb1A0 0%, #8793fbA0 100%);
    cursor: pointer;
    transition: filter 100ms ease-out; */

    padding: .5em;
    font-size: 1em;
    color: #ffffff;
    background-color: #505050;
    background-image: linear-gradient(90deg, #58ffb1A0 0%, #8793fbA0 100%);
    background-size: 200% 200%;
    background-position: 50% 50%;

    border: transparent;
    border-radius: 1em;

    transition: all 100ms ease-in-out;
    cursor: pointer;
    margin-top: 0;

	filter: brightness(1.1);
	padding-left: calc(2em + 10px);
	padding-right: 1em;
	box-shadow: inset #ffffff80 0 0 1.4em;

    position: relative;
    left: 50%; translate: -50%;
}
#accessible button::before
{
    content: '';
    display: inline-block;
    width: 36px; height: 36px;
    background: var(--icon);
    background-size: cover;
    position: absolute;
    top: 0;
    left: .25em;
    scale: .8;
    filter: drop-shadow(#00000060 0 0 .5em);
}
#accessible button:hover::before { filter: brightness(1.2) drop-shadow(#00000060 0 0 .5em); }
#accessible button:hover
{
    /* filter: brightness(1.2); */

    background-color: #B0B0B0;

    text-shadow: #00000090 0 0 16px;

	padding-left: calc(2em + 10px);
	padding-right: 1em;
	box-shadow: inset #ffffffA0 0 0 1.4em;
}


#mobile-scroll
{
    position: fixed;
    left: 0; top: 0;
    width: 100vw;
    height: 200vh;
    z-index: 10000;
    display: none;
}


#end-panel
{
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 125vh;
    max-width: 100vw;
	height: 90vh;
	z-index: -1;
    text-align: center;
}
#end-panel > h1
{
	font-size: min(14vw, min(9vh, 8em));
	font-weight: 900;
	color: #ffffffB0;
	background-image: linear-gradient(70deg, rgb(0, 255, 147) 0%, rgb(155, 132, 235) 100%);
	background-clip: text;
	background-size: cover;
	filter: drop-shadow(#00000020 0 0 8px) drop-shadow(#00000020 0 0 32px);
    margin-bottom: .1em;
}
#end-panel > p { color: #ffffffB0; }
#end-panel > a
{
    z-index: 2;
    position: absolute;
    top: 50%; left: 50%;
    translate: -50% -50%;
    border: none;

    font-size: larger;

    padding: 1em;
    border-radius: 1.5em;
    padding-left: 3em;
    padding-right: 3em;
    box-shadow: inset #ffffffb0 0 0 3em, rgba(0, 255, 147, 0.5) -4em 0 5em, rgb(155, 132, 235, .7) 4em 0 5em;

    background-image: linear-gradient(70deg, rgb(0, 255, 147) 0%, rgb(155, 132, 235) 100%);
    color: #fff;
    text-shadow: #00000050 0 0 .3em;

    cursor: pointer;
    filter: brightness(1);
    transition: all 200ms ease-in-out;
    text-decoration: none;
}
#end-panel > a:hover
{
    padding: 1em;
    border-radius: 2em;
    padding-left: 3em;
    padding-right: 3em;
    box-shadow: inset #ffffffd0 0 0 3em, rgba(120, 255, 199, 0.5) -4em 0 5em, rgb(173, 156, 230, .5) 4em 0 5em;

    background-image: linear-gradient(90deg, rgb(0, 255, 147) 0%, rgb(155, 132, 235) 100%);
    text-shadow: #00000080 0 0 .4em;
    filter: brightness(1.1);
    text-decoration: none;
}
#end-panel > div:first-of-type { bottom: unset; word-spacing: 5em; }
#end-panel > div:first-of-type a { color: #ffffffC0; text-decoration: none; word-spacing: .2em; text-shadow: rgba(0, 255, 147, .6) -8px 0 20px, rgb(155, 132, 235, .6) 8px 0 20px, rgba(0, 255, 147, .6) -2px 0 8px, rgb(155, 132, 235, .6) 2px 0 8px; transition: all 50ms; }
#end-panel > div:first-of-type a:hover { color: #ffffffff; text-decoration: underline; filter: brightness(1.2); }
#end-panel > div
{
	width: 100vw;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	word-spacing: .5em;
	line-height: 2.5em;
	padding-left: min(50vw, 4em);
	padding-right: min(50vw, 4em);
}
#end-panel > div > button
{
    background-size: cover;
    background-position: 50% 50%;
    border: none;
    padding: 0;
    width: min(6em, 13vw);
    height: min(6em, 13vw);
    display: inline-block;
    background-color: transparent;

    transition: scale 70ms ease-out;
    scale: 1;
    cursor: pointer;
}
#end-panel > div > button:hover
{
    scale: 1.1;
}