html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
form,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style: none;
}

button,
input,
select,
textarea {
	margin: 0;
}

html {
	box-sizing: border-box;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

img,
video {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

td:not( [ align ] ),
th:not( [ align ] ) {
	text-align: left;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

button {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font-family: inherit;
}

input[ type=number ]::-webkit-inner-spin-button,
input[ type=number ]::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

::-ms-clear {
	display: none;
}

@keyframes blink-1 {
	0% {
		opacity: 1
	}

	1% {
		opacity: 0
	}

	4% {
		opacity: .8
	}

	8% {
		opacity: 0
	}

	12% {
		opacity: 0
	}

	15% {
		opacity: .4
	}

	18% {
		opacity: 1
	}

	21% {
		opacity: 0
	}

	23% {
		opacity: 0
	}

	31% {
		opacity: .6
	}

	100% {
		opacity: 1
	}

}

@keyframes blink-2 {
	0% {
		opacity: 1
	}

	1% {
		opacity: 1
	}

	2% {
		opacity: 1
	}

	4% {
		opacity: 0
	}

	10% {
		opacity: 1
	}

	13% {
		opacity: .4
	}

	15% {
		opacity: .4
	}

	17% {
		opacity: 1
	}

	20% {
		opacity: .5
	}

	21% {
		opacity: .5
	}

	25% {
		opacity: 1
	}

	29% {
		opacity: 1
	}

	30% {
		opacity: .8
	}

	32% {
		opacity: 1
	}

	85% {
		opacity: 1
	}

	100% {
		opacity: 1
	}

}

@keyframes blink-3 {
	0% {
		opacity: 1
	}

	1% {
		opacity: 1
	}

	2% {
		opacity: 1
	}

	4% {
		opacity: 0
	}

	10% {
		opacity: 1
	}

	13% {
		opacity: .4
	}

	15% {
		opacity: .4
	}

	17% {
		opacity: 1
	}

	20% {
		opacity: .5
	}

	21% {
		opacity: .5
	}

	25% {
		opacity: 1
	}

	29% {
		opacity: 1
	}

	30% {
		opacity: .8
	}

	32% {
		opacity: 1
	}

	85% {
		opacity: 1
	}

	100% {
		opacity: 1
	}

}

@keyframes scrolling {
	100% {
		transform: translateX( -50% );
	}

}

@keyframes rotate {
	100% {
		transform: rotate( 360deg )
	}

}

html {
	--timing-function: cubic-bezier( .55, 0, .1, 1 );
	--color-white: #eeeeee;
	--color-black: #000000;
	--color-grey: #666666;
	--color-green: #25b69b;
	--color-pink: #c679a7;
	--color-yellow: #fac35f;
	--font-family-a: "A";
	--font-family-b: "B";
	--font-family-c: "C";
	--font-family-d: "PP Neue Machina Hosted", "PP Neue Machina", "PP Neue Machina Plain", "Neue Machina", "A", var( --font-family-b );
	--font-family-e: "PP Neue Machina Hosted", "PP Neue Machina", "PP Neue Machina Plain", "Neue Machina", "B", var( --font-family-a );
	--font-size-xxl: 4.5rem;
	--font-size-xl: 3.5rem;
	--font-size-l: 2.25rem;
	--font-size-m: 1.6rem;
	--font-size-s: 1.4rem;
	--font-size-xs: 1.2rem;
	--font-size-xxs: 1rem;
	--line-height: 1.8;
	--border-size: 1px;
	--border-color: transparent;
	--background-color: rgba( 0, 0, 0, 0 );
	--border-color: rgba( 255, 255, 255, 1 );
	--margin-m: 40px;
	--margin-s: 20px;
	--margin-xs: 10px;
	--archive-wide-width: 1392px;
	text-rendering: geometricPrecision;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	font-family: var( --font-family-a );
	color: var( --color-white );
	user-select: none;
}

body {
	font-size: var( --font-size-m );
	background-color: var( --color-black );
}

[ path="/virtual-miniature" ] body,
[ path="/" ] body,
[ path="/contact" ] body,
[ path="/photogrammetry" ] body,
[ path="/miniature-street-view" ] body,
[ path="/experiments" ][ list="places" ] body,
[ path="/experiments" ][ list="sphere" ] body,
[ path="/experiments" ][ list="particles" ] body {
	overflow: hidden;
	overscroll-behavior: none;
}

h3 {
	font-family: var( --font-family-b );
}

h4 {
	font-family: var( --font-family-a );
}

p {
	line-height: var( --line-height );
}

*::-webkit-scrollbar {
	display: none;
}

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

[ font-style-title ] {
	font-family: var( --font-family-b );
}

[ font-style-title ]:first-line {
	font-family: var( --font-family-a );
	font-size: 1.25em;
}

[ blurred-background ] {
	--blur: blur( 10px );
	backdrop-filter: var( --blur );
	-webkit-backdrop-filter: var( --blur );
}

[ view ] {
	opacity: 0;
}

[ view ][ hidden ] {
	display: none;
}

[ view-exit ] [ view ]:not( projects-views ) {
	opacity: 0;
}

[ view-enter ] [ view ]:not( projects-views ) {
	opacity: 1;
}

@font-face {
	font-family: 'PP Neue Machina Hosted';
	src: url('/fonts/PPNeueMachina-PlainRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Machina Hosted';
	src: url('/fonts/PPNeueMachina-PlainMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Machina Hosted';
	src: url('/fonts/PPNeueMachina-PlainBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'A';
	src: url('/fonts/A.woff2') format('woff2'), url('/fonts/A.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'B';
	src: url('/fonts/B.woff2') format('woff2'), url('/fonts/B.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Bold.woff2') format('woff2'), url('/fonts/JetBrainsMono-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-ExtraBold.woff2') format('woff2'), url('/fonts/JetBrainsMono-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-ExtraBoldItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-ExtraBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-ExtraLight.woff2') format('woff2'), url('/fonts/JetBrainsMono-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-BoldItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Italic.woff2') format('woff2'), url('/fonts/JetBrainsMono-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-LightItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-SemiBoldItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-SemiBold.woff2') format('woff2'), url('/fonts/JetBrainsMono-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-ThinItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Medium.woff2') format('woff2'), url('/fonts/JetBrainsMono-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Thin.woff2') format('woff2'), url('/fonts/JetBrainsMono-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Light.woff2') format('woff2'), url('/fonts/JetBrainsMono-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-MediumItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-ExtraLightItalic.woff2') format('woff2'), url('/fonts/JetBrainsMono-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'C';
	src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2'), url('/fonts/JetBrainsMono-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@media ( max-width: 650px ) {
	body {
		font-size: 9px;
	}

	[ loading ] [ view ],
[ loading ] canvas-block {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transition: none !important;
	}

}

@media ( hover: hover ) {
	[ grab ] {
		cursor: grab
	}

	[ grabbing ] {
		cursor: grabbing
	}

	[ pointer ] {
		cursor: pointer
	}

	[ crosshair ] {
		cursor: crosshair
	}

}

canvas-block {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	transition: opacity .45s var( --timing-function );
}

[ path="/experiments" ][ list="particles" ]:not( [ pixel-experience-started ] ):not( [ pixel-experience-background-visible ] ) canvas-block,
[ path="/experiments" ][ list="particles" ][ pixel-experience-transitioning ]:not( [ pixel-experience-background-visible ] ) canvas-block {
	opacity: 0;
	pointer-events: none;
}

[ path="/experiments" ][ list="grid" ] canvas-block {
	opacity: 0;
	pointer-events: none;
}

[ path="/about" ] canvas-block,
[ path="/mete-kutlu" ] canvas-block,
canvas-block[ inactive-project-canvas ] {
	opacity: 0;
	pointer-events: none;
}

@media ( hover: hover ) {
	[ path="/experiments" ][ list="sphere" ] canvas-block,
[ path="/experiments" ][ list="particles" ] canvas-block {
		cursor: crosshair;
	}

}

home-view {
	--home-pad-x: 8vw;
	--home-pad-top: 220px;
	--home-pad-bottom: 220px;
	--home-overlay-top: 78px;
	--home-overlay-bottom: 112px;
	--home-composition-offset-y: -45px;
	--home-accent: #74f7d5;
	--home-gate-settings-size: clamp( 1.31rem, 1.05vw, 1.69rem );
	--home-gate-intro-size: clamp( 1.75rem, 1.4vw, 2.25rem );
	--home-gate-section-gap: 96px;
	--home-gate-intro-width: 800px;
	--home-gate-intro-title-gap: clamp( 38px, 4vh, 64px );
	--home-gate-intro-enter-gap: clamp( 76px, 8vh, 128px );
	--home-gate-intro-body-gap: clamp( 26px, 3vh, 42px );
	position: relative;
	min-width: 100vw;
	height: 100vh;
	height: calc( var( --vh, 1vh ) * 100 );
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0;
	overflow: hidden;
}

home-view::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 30;
	background: linear-gradient( 90deg, rgba( 0, 0, 0, .82 ) 0%, rgba( 0, 0, 0, .64 ) 28%, rgba( 0, 0, 0, .22 ) 56%, rgba( 0, 0, 0, 0 ) 100% ), linear-gradient( 180deg, rgba( 9, 9, 12, .2 ) 0%, rgba( 9, 9, 12, .02 ) 100% );
	pointer-events: none;
}

[ gate-visible ]:not( [ gate-stage="particles" ] ):not( [ gate-stage="info" ] ):not( [ gate-stage="info-ready" ] ):not( [ gate-stage="exit" ] ) canvas-block {
	opacity: 0;
	transition: opacity .3s var( --timing-function );
}

[ gate-stage="particles" ] canvas-block,
[ gate-stage="info" ] canvas-block,
[ gate-stage="info-ready" ] canvas-block,
[ gate-stage="exit" ] canvas-block {
	opacity: 1;
	transition: opacity 2s var( --timing-function );
}

home-content {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 37;
	width: 100%;
	height: auto;
	padding: 0 var( --home-pad-x );
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transform: translateY( calc( -50% + var( --home-composition-offset-y ) ) );
	text-align: left;
	color: var( --color-white );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0s linear 0s, visibility 0s linear 0s;
}

[ home-content-visible ] home-content {
	opacity: 1;
	visibility: visible;
	transition: opacity 0s linear 0s, visibility 0s linear 0s;
}

home-left-composition {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: min( 1320px, calc( 100vw - 120px ) );
	pointer-events: none;
}

[ home-reveal-part ] {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
	pointer-events: none;
}

[ text-hidden ] [ home-reveal-part ] {
	opacity: 0 !important;
	pointer-events: none !important;
}

[ gate-visible ] [ home-reveal-part ] {
	opacity: 0 !important;
	pointer-events: none !important;
}

[ home-reveal-part ][ visible ] {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s var( --timing-function );
	pointer-events: all;
}

home-side-rail {
	position: fixed;
	top: var( --home-overlay-top );
	bottom: var( --home-overlay-bottom );
	right: var( --home-pad-x );
	z-index: 45;
	width: min( 545px, calc( 100vw - 120px ) );
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	contain: layout paint;
	will-change: opacity;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
}

[ home-side-ready ] home-side-rail {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s var( --timing-function );
}

[ gate-visible ] home-side-rail {
	opacity: 0 !important;
	visibility: hidden !important;
}

home-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	width: min( 50vw + 300px, 1080px );
	min-width: 720px;
	background: rgba( 0, 0, 0, .96 );
	box-shadow: -24px 0 60px rgba( 0, 0, 0, .4 );
	transform: translateX( 100% );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: transform .42s var( --timing-function ), opacity .32s var( --timing-function ), visibility 0s linear .42s;
}

[ panel-visible ] home-panel {
	transform: translateX( 0 );
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transition: transform .42s var( --timing-function ), opacity .32s var( --timing-function );
}

home-panel-shell {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 26px 28px 28px;
}

home-panel-close {
	align-self: flex-start;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	font-family: var( --font-family-c );
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .14em;
	color: rgba( 255, 255, 255, .88 );
	transition: color .25s var( --timing-function );
}

[ panel-kind="about" ] home-panel-close {
	margin-left: 84px;
}

home-panel-content {
	flex: 1;
	min-height: 0;
	margin-top: 28px;
	overflow-y: auto;
	padding-right: 8px;
	user-select: text;
}

home-panel-section {
	display: none;
	min-height: 100%;
	color: var( --color-white );
}

[ panel-kind="about" ] home-panel-section[ about ],
[ panel-kind="contact" ] home-panel-section[ contact ] {
	display: block;
}

home-panel-section[ about ] {
	padding-top: 22px;
	padding-bottom: 24px;
	padding-left: 84px;
}

home-panel-paragraph {
	display: block;
	margin: 0 0 24px;
	font-family: var( --font-family-e );
	font-size: clamp( 1.5rem, 1.08vw, 1.9rem );
	font-weight: 500;
	letter-spacing: .035em;
	line-height: 1.68;
	color: rgba( 255, 255, 255, .9 );
	max-width: min( 68ch, calc( 100% - 84px ) );
}

home-panel-figure {
	display: block;
	width: min( 68ch, calc( 100% - 84px ) );
	margin: 0 0 68px;
}

home-panel-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center center;
}

home-panel-caption {
	display: block;
	margin-top: 12px;
	font-family: var( --font-family-c );
	font-size: clamp( 1.2rem, .86vw, 1.5rem );
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.45;
	color: rgba( 255, 255, 255, .58 );
}

home-panel-section[ contact ] {
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
}

[ panel-kind="contact" ] home-panel-section[ contact ] {
	display: flex;
}

home-panel-contact-line {
	display: block;
	margin-bottom: 0;
	font-family: var( --font-family-e );
	font-size: clamp( 1.5rem, 1.05vw, 1.8rem );
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.7;
	color: var( --color-white );
	max-width: 32ch;
}

home-panel-contact-link {
	display: inline-flex;
	margin-bottom: 0;
	font-family: var( --font-family-e );
	font-size: clamp( 1.8rem, 1.18vw, 2.1rem );
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.4;
	color: var( --color-white );
	transition: color .25s var( --timing-function );
}

home-side-top,
home-side-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

home-side-top {
	gap: 12px;
}

home-side-bottom {
	gap: 24px;
}

home-cosmic-feed {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	color: rgba( 255, 255, 255, .82 );
	pointer-events: none;
	font-family: var( --font-family-c );
}

home-audio-player {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: var( --font-family-c );
	color: var( --color-white );
	pointer-events: all;
}

home-audio-player-bar {
	width: 100%;
	min-height: 56px;
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr ) auto;
	align-items: stretch;
	border: 1px solid rgba( 255, 255, 255, .32 );
	background: rgba( 0, 0, 0, .18 );
}

home-audio-player-button,
home-audio-player-track,
home-audio-player-item {
	font-family: var( --font-family-c );
	font-size: clamp( 1rem, .72vw, 1.14rem );
	font-weight: 500;
	letter-spacing: .11em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var( --color-white );
	-webkit-text-fill-color: var( --color-white );
}

home-audio-player-button,
home-audio-player-item {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 0;
	background: transparent;
	transition: color .25s var( --timing-function );
}

home-audio-player-button[ active ],
home-audio-player-item[ active ] {
	color: var( --home-accent );
	-webkit-text-fill-color: var( --home-accent );
}

home-audio-player-button[ home-player-toggle ][ active ],
home-audio-player-button[ home-player-toggle ][ active ] span {
	color: var( --color-white ) !important;
	-webkit-text-fill-color: var( --color-white ) !important;
	text-shadow: none !important;
}

home-audio-player-track {
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 0 18px;
	border-left: 1px solid rgba( 255, 255, 255, .18 );
	border-right: 1px solid rgba( 255, 255, 255, .18 );
	overflow: hidden;
	color: rgba( 255, 255, 255, .84 );
	-webkit-text-fill-color: rgba( 255, 255, 255, .84 );
}

home-audio-player-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 16px;
	flex: 0 0 auto;
	font-size: 2rem;
	line-height: 1;
	font-family: var( --font-family-e );
	transition: transform .25s var( --timing-function );
}

home-audio-player-button[ home-player-list-toggle ][ active ] home-audio-player-arrow {
	transform: rotate( 180deg );
}

home-audio-player-track span {
	display: inline-block;
	min-width: 0;
	white-space: nowrap;
	transform: translateX( 0 );
	will-change: transform;
}

home-audio-player-track[ marquee ] span {
	animation: home-player-marquee var( --marquee-duration, 14s ) ease-in-out infinite alternate;
}

@keyframes home-player-marquee {
	0%,
10% {
		transform: translateX( 0 );
	}

	90%,
100% {
		transform: translateX( calc( -1 * var( --marquee-distance, 0px ) ) );
	}

}

home-audio-player-list {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc( 100% + 10px );
	display: none;
	width: 100%;
	flex-direction: column;
	border: 1px solid rgba( 255, 255, 255, .24 );
	background: rgba( 0, 0, 0, .32 );
	z-index: 2;
}

[ player-open ] home-audio-player-list {
	display: flex;
}

home-audio-player-item {
	justify-content: flex-start;
	padding: 14px 18px;
	border-bottom: 1px solid rgba( 255, 255, 255, .14 );
}

home-audio-player-item:last-child {
	border-bottom: 0;
}

home-utility-bar {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	font-family: var( --font-family-c );
	color: var( --color-white );
	pointer-events: all;
	text-align: right;
}

home-utility-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var( --color-white );
	pointer-events: all;
}

home-utility-label {
	color: var( --color-white );
}

home-language-inline,
home-language-options {
	display: flex;
	align-items: center;
	gap: 10px;
	pointer-events: all;
}

home-language-inline {
	position: relative;
}

home-language-options {
	position: absolute;
	right: 0;
	top: calc( 100% + 12px );
	display: none;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	transform: none;
	white-space: nowrap;
}

[ language-open ] home-language-options {
	display: flex;
}

home-utility-button,
home-language-current,
home-language-option,
home-gate-row-button,
home-gate-enter {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var( --color-white ) !important;
	font-family: var( --font-family-c );
	font-size: inherit;
	font-weight: 500;
	letter-spacing: inherit;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	-webkit-text-fill-color: var( --color-white );
	transition: color .25s var( --timing-function );
}

:is(home-utility-button,
home-language-current,
home-language-option,
home-gate-row-button,
home-gate-enter):active {
	color: var( --home-accent ) !important;
	-webkit-text-fill-color: var( --home-accent );
}

home-utility-button[ active ],
home-language-current[ active ],
home-language-option[ active ],
home-gate-row-button[ active ] {
	color: var( --home-accent ) !important;
	-webkit-text-fill-color: var( --home-accent ) !important;
	text-shadow: 0 0 10px rgba( 116, 247, 213, .24 );
}

home-utility-button[ active ] span,
home-language-current[ active ] span,
home-language-option[ active ] span {
	color: var( --home-accent ) !important;
	-webkit-text-fill-color: var( --home-accent ) !important;
}

home-utility-button[ home-view-toggle ],
home-utility-button[ home-view-toggle ] span {
	color: var( --color-white ) !important;
	-webkit-text-fill-color: var( --color-white ) !important;
	text-shadow: none !important;
}

home-language-option {
	color: var( --color-white ) !important;
}

home-language-option[ hidden ] {
	display: none !important;
}

home-language-inline,
home-language-inline home-language-current,
home-language-inline home-language-option,
home-utility-row home-utility-button {
	font-family: var( --font-family-c ) !important;
	font-size: clamp( 1.3rem, 1vw, 1.6rem ) !important;
	font-weight: 500 !important;
	letter-spacing: .14em !important;
	line-height: 1 !important;
}

home-utility-row home-utility-button,
home-language-inline home-language-current,
home-language-inline home-language-option {
	font-size: 1.2rem !important;
	letter-spacing: .12em !important;
}

home-cosmic-title {
	display: block;
	font-family: var( --font-family-c );
	font-size: clamp( 1.15rem, .82vw, 1.5rem );
	font-weight: 500;
	letter-spacing: .11em;
	line-height: 1.35;
	color: rgba( 255, 255, 255, .88 );
}

home-cosmic-item {
	display: grid;
	grid-template-columns: 56px minmax( 0, 1fr );
	column-gap: 16px;
	align-items: center;
	font-family: var( --font-family-c );
	font-size: clamp( 1.15rem, .82vw, 1.5rem );
	font-weight: 500;
	letter-spacing: .11em;
	line-height: 1.35;
	color: rgba( 255, 255, 255, .88 );
}

home-cosmic-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 34px;
	opacity: .86;
}

home-cosmic-icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

home-cosmic-icon[ home-cosmic-icon-star ] img {
	width: 28px;
	height: 28px;
}

home-cosmic-icon[ home-cosmic-icon-blackhole ] img {
	width: 56px;
	height: 28px;
}

home-cosmic-icon[ home-cosmic-icon-photon ] img {
	width: 35px;
	height: 21px;
}

home-cosmic-copy {
	display: block;
	min-width: 0;
}

home-cosmic-line,
home-cosmic-note,
home-cosmic-meta,
home-cosmic-sources {
	display: block;
}

home-cosmic-telemetry {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-top: 10px;
}

home-telemetry-band {
	position: fixed;
	left: var( --home-pad-x );
	right: var( --home-pad-x );
	bottom: 20px;
	z-index: 46;
	display: grid;
	grid-template-columns: max-content max-content minmax( 520px, 1fr ) minmax( 330px, .9fr );
	column-gap: clamp( 10px, .7vw, 16px );
	align-items: end;
	padding: 0;
	font-family: var( --font-family-c );
	color: rgba( 255, 255, 255, .86 );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
}

[ home-side-ready ] home-telemetry-band {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s var( --timing-function );
}

[ gate-visible ] home-telemetry-band {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

home-telemetry-column,
home-telemetry-line,
home-telemetry-note,
home-telemetry-sources,
home-telemetry-source-line,
home-telemetry-separator {
	display: block;
	min-width: 0;
}

home-telemetry-column:nth-child( 2 ),
home-telemetry-column:nth-child( 3 ) {
	margin-left: clamp( 16px, 1.15vw, 28px );
}

home-telemetry-line {
	font-size: clamp( 1.28rem, .9vw, 1.54rem );
	font-weight: 500;
	letter-spacing: .11em;
	line-height: 1.25;
	color: rgba( 255, 255, 255, .9 );
	white-space: nowrap;
}

home-telemetry-note,
home-telemetry-sources {
	margin-top: 5px;
	font-size: clamp( 1.04rem, .74vw, 1.28rem );
	font-weight: 500;
	letter-spacing: .09em;
	line-height: 1.35;
	color: rgba( 255, 255, 255, .58 );
}

home-telemetry-sources {
	pointer-events: all;
	letter-spacing: 0;
}

home-telemetry-column[ resources ] home-telemetry-sources {
	margin-top: 0;
	max-width: 100%;
}

home-telemetry-source-line {
	white-space: normal;
	overflow-wrap: break-word;
}

home-telemetry-separator {
	display: inline;
	letter-spacing: 0;
}

home-telemetry-column[ cosmic ] home-telemetry-line,
home-telemetry-column[ cosmic ] home-telemetry-note {
	white-space: normal;
	overflow-wrap: normal;
}

home-telemetry-sources a,
home-telemetry-sources a:link,
home-telemetry-sources a:visited {
	color: rgba( 255, 255, 255, .7 );
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	transition: color .25s var( --timing-function );
}

home-cosmic-note {
	margin-top: 6px;
	font-size: clamp( 1rem, .72vw, 1.22rem );
	line-height: 1.4;
	color: rgba( 255, 255, 255, .62 );
}

home-cosmic-meta,
home-cosmic-sources {
	font-size: clamp( .9rem, .64vw, 1.08rem );
	line-height: 1.45;
	letter-spacing: .1em;
	color: rgba( 255, 255, 255, .52 );
}

home-cosmic-sources {
	pointer-events: all;
}

home-cosmic-sources a,
home-cosmic-sources a:link,
home-cosmic-sources a:visited {
	color: rgba( 255, 255, 255, .68 );
	text-decoration: none;
	transition: color .25s var( --timing-function );
}

home-cosmic-value {
	color: rgba( 255, 255, 255, .96 );
	font-weight: inherit;
}

home-name {
	position: relative;
	display: inline-block;
	max-width: none;
}

home-reveal {
	position: fixed;
	inset: 0;
	z-index: 39;
	background: var( --color-black );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 1.8s var( --timing-function ), visibility 0s linear 1.8s;
}

[ revealing ] home-reveal {
	opacity: 1;
	visibility: visible;
	transition: none;
}

home-title {
	font-family: var( --font-family-d );
	font-size: clamp( 4.8rem, 5vw, 8.2rem );
	font-weight: 700;
	line-height: .92;
	letter-spacing: .015em;
	opacity: 1;
	visibility: visible;
	max-width: none;
	white-space: nowrap;
}

home-degree {
	position: absolute;
	top: .19em;
	left: calc( 100% + 5px );
	font-family: var( --font-family-c );
	font-size: clamp( 1.1rem, .85vw, 1.6rem );
	font-weight: 600;
	letter-spacing: .18em;
	color: rgba( 255, 255, 255, .62 );
}

home-subtitle {
	display: block;
	margin-top: 9px;
	padding-left: 4px;
	font-family: var( --font-family-d );
	font-size: clamp( 1.62rem, 1.6vw, 2.6rem );
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: .04em;
	color: rgba( 255, 255, 255, .96 );
	opacity: 1;
	visibility: visible;
	max-width: none;
	white-space: nowrap;
}

home-links {
	margin-top: 104px;
	opacity: 1;
	visibility: visible;
}

home-projects {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	transform: translateY( -15px );
}

home-projects-title {
	display: block;
	margin-bottom: 8px;
	font-family: var( --font-family-c );
	font-size: clamp( 1.15rem, .82vw, 1.5rem );
	font-weight: 500;
	letter-spacing: .11em;
	color: rgba( 255, 255, 255, .6 );
}

.home-link {
	cursor: pointer;
	position: relative;
	z-index: 36;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 26px;
	align-self: flex-start;
	pointer-events: all;
	width: fit-content;
	max-width: min( 1120px, calc( 100vw - 120px ) );
	min-width: 0;
	padding: 14px 0 10px;
	border: 0;
	border-top: 1px solid rgba( 255, 255, 255, .14 );
	color: var( --color-white );
	background: transparent;
	text-decoration: none;
	--link-accent: var( --color-green );
	transition: color .25s var( --timing-function );
}

home-projects .home-link {
	border-top: 0;
}

home-link-index {
	display: block;
	font-family: var( --font-family-c );
	font-size: clamp( 1.2rem, .8vw, 1.55rem );
	font-weight: 500;
	letter-spacing: .16em;
	color: rgba( 255, 255, 255, .44 );
	transition: color .25s var( --timing-function );
}

home-link-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

home-link-label {
	display: inline-block;
	font-family: var( --font-family-e );
	font-size: clamp( 2rem, 1.85vw, 3.15rem );
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	transition: color .25s var( --timing-function );
}

home-link-subtitle {
	display: inline-block;
	font-family: var( --font-family-c );
	font-size: clamp( 1.15rem, .82vw, 1.5rem );
	font-weight: 500;
	letter-spacing: .11em;
	line-height: 1.35;
	color: rgba( 255, 255, 255, .6 );
	white-space: nowrap;
	transition: color .25s var( --timing-function );
}

home-about {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	margin-top: 74px;
}

home-about .home-link {
	display: flex;
	align-items: center;
	min-width: 0;
	width: fit-content;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
}

home-about-link-label {
	display: inline-block;
	font-family: var( --font-family-e );
	font-size: 2.45rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	color: rgba( 255, 255, 255, .6 );
	white-space: nowrap;
	text-decoration: none;
	transition: color .25s var( --timing-function );
}

home-contact-inline {
	display: inline-flex;
	align-items: center;
	margin-left: 18px;
	font-family: var( --font-family-e );
	font-size: 2.45rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	color: rgba( 255, 255, 255, .88 );
	opacity: 0;
	visibility: hidden;
	transition: opacity .22s var( --timing-function ), visibility 0s linear .22s;
}

[ contact-visible ] home-contact-inline {
	opacity: 1;
	visibility: visible;
	transition: opacity .22s var( --timing-function );
}

home-contact-inline a,
home-contact-inline a:link,
home-contact-inline a:visited {
	color: inherit;
	text-decoration: none;
}

home-gate {
	position: fixed;
	inset: 0;
	z-index: 37;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .35s var( --timing-function ), visibility 0s linear .35s;
}

[ gate-visible ] home-gate {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transition: opacity .35s var( --timing-function );
}

home-gate::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var( --color-black );
	transition: opacity 2s var( --timing-function );
}

[ gate-stage="bg-out" ] home-gate::before,
[ gate-stage="particles" ] home-gate::before,
[ gate-stage="info" ] home-gate::before,
[ gate-stage="info-ready" ] home-gate::before,
[ gate-stage="exit" ] home-gate::before {
	opacity: 0;
}

home-gate::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url( "/public/common/Grid.svg" );
	background-size: 50px;
	background-position: center center;
	opacity: .25;
	pointer-events: none;
	transition: opacity 1s var( --timing-function );
}

[ gate-stage="exit" ] home-gate::after {
	opacity: 0;
}

home-gate-panel {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: calc( var( --vh, 1vh ) * 100 );
	padding: 0 var( --home-pad-x );
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

home-gate-center {
	width: min( 560px, 100% );
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

home-gate-copy,
home-gate-info {
	width: 100%;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
}

home-gate-copy {
	opacity: 0;
	visibility: hidden;
}

[ gate-visible ]:not( [ gate-stage ] ) home-gate-copy {
	visibility: visible;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 0s;
}

[ gate-visible ][ gate-copy-ready ]:not( [ gate-stage ] ) home-gate-copy {
	opacity: 1;
	transition: opacity 1s var( --timing-function );
}

[ gate-stage="text-out" ] home-gate-copy,
[ gate-stage="black-hold" ] home-gate-copy,
[ gate-stage="bg-out" ] home-gate-copy,
[ gate-stage="particles" ] home-gate-copy,
[ gate-stage="info" ] home-gate-copy,
[ gate-stage="info-ready" ] home-gate-copy,
[ gate-stage="exit" ] home-gate-copy {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
}

home-gate-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 var( --home-pad-x );
	transform: translateY( -50% );
	visibility: hidden;
	text-align: left;
	pointer-events: none;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

home-gate-info-column {
	width: min( 100%, var( --home-gate-intro-width ) );
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}

[ gate-stage="info" ] home-gate-info[ visible ],
[ gate-stage="info-ready" ] home-gate-info[ visible ],
[ gate-stage="exit" ] home-gate-info[ visible ] {
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	transition: opacity 0s linear 0s, visibility 0s linear 0s;
}

[ gate-info-part ] {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s var( --timing-function ), visibility 0s linear 1s;
}

[ gate-info-part ][ visible ] {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s var( --timing-function );
}

home-gate-info-title[ gate-info-part ] {
	font-family: var( --font-family-c );
	width: 100%;
	font-size: var( --home-gate-intro-size );
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 1.1;
	text-align: left;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, .9 );
	margin-bottom: var( --home-gate-intro-title-gap );
}

home-gate-info-body[ gate-info-part ] {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: var( --home-gate-intro-body-gap );
}

home-gate-info-text {
	display: block;
	width: 100%;
	font-family: var( --font-family-e );
	font-size: var( --home-gate-intro-size );
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1.55;
	text-align: left;
	color: rgba( 255, 255, 255, .9 );
}

home-gate-enter[ gate-info-part ] {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	pointer-events: none;
	align-self: stretch;
	font-size: var( --home-gate-intro-size ) !important;
	font-weight: 500 !important;
	letter-spacing: .16em !important;
	line-height: 1.1 !important;
	text-align: left;
	margin-top: var( --home-gate-intro-enter-gap );
}

home-gate-enter[ gate-info-part ][ visible ] {
	pointer-events: all;
}

home-gate-kicker {
	display: block;
	font-family: var( --font-family-c );
	font-size: var( --home-gate-settings-size );
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 1.15;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, .78 );
	margin-bottom: calc( var( --home-gate-section-gap ) / 2 );
}

home-gate-settings {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

home-gate-row {
	display: grid;
	grid-template-columns: max-content minmax( 12px, 1fr ) auto;
	align-items: center;
	column-gap: 8px;
	width: 100%;
}

home-gate-row-label {
	font-family: var( --font-family-c );
	font-size: var( --home-gate-settings-size );
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var( --color-white );
}

home-gate-row-dots {
	min-width: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: rgba( 255, 255, 255, .52 );
	font-family: var( --font-family-c );
	font-size: var( --home-gate-settings-size );
	letter-spacing: .08em;
}

home-gate-row-dots::before {
	content: '........................';
}

home-gate-row-options {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-self: start;
	flex-wrap: wrap;
	font-size: var( --home-gate-settings-size );
	letter-spacing: .16em;
}

home-gate-row-button {
	font-size: var( --home-gate-settings-size ) !important;
	letter-spacing: .16em !important;
	color: var( --color-white ) !important;
}

home-gate-row-button[ active ] {
	color: var( --home-accent ) !important;
	-webkit-text-fill-color: var( --home-accent );
}

home-gate-enter {
	margin-top: var( --home-gate-section-gap );
	align-self: flex-start;
	font-size: var( --home-gate-settings-size ) !important;
	font-weight: 500 !important;
	letter-spacing: .16em !important;
	line-height: 1 !important;
	color: var( --color-white );
}

home-utility-bar span,
home-language-inline,
home-language-inline span,
home-gate-settings span {
	font-family: var( --font-family-c );
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-text-fill-color: currentColor;
}

home-credit {
	display: none;
}

a.home-link,
a.home-link:link,
a.home-link:visited,
a.home-link:hover,
a.home-link:active {
	color: inherit;
	text-decoration: none;
}

@media ( max-width: 1024px ) {
	home-view {
		--home-pad-x: 56px;
		--home-pad-top: 180px;
		--home-pad-bottom: 180px;
		--home-overlay-top: 58px;
		--home-overlay-bottom: 88px;
		--home-gate-settings-size: clamp( 1.2rem, 1.35vw, 1.46rem );
		--home-gate-intro-size: clamp( 1.6rem, 1.8vw, 1.95rem );
		--home-gate-section-gap: 88px;
		--home-gate-intro-width: 640px;
	}

	home-left-composition {
		width: min( 1120px, calc( 100vw - 80px ) );
	}

	home-side-rail {
		width: min( 485px, calc( 100vw - 112px ) );
	}

	home-panel {
		width: min( 78vw, 940px );
		min-width: 420px;
	}

	home-panel-shell {
		padding: 22px 24px 24px;
	}

	[ panel-kind="about" ] home-panel-close {
		margin-left: 60px;
	}

	home-panel-section[ about ] {
		padding-top: 22px;
		padding-left: 60px;
	}

	home-panel-paragraph {
		max-width: min( 62ch, calc( 100% - 60px ) );
	}

	home-panel-figure {
		width: min( 62ch, calc( 100% - 60px ) );
	}

	home-telemetry-band {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		row-gap: 14px;
		bottom: 18px;
	}

	:is(home-telemetry-column:nth-child( 2 ),
home-telemetry-column:nth-child( 3 )) {
		margin-left: 0;
	}

	home-telemetry-column[ cosmic ] home-telemetry-note,
home-telemetry-source-line {
		white-space: normal;
	}

}

@media ( max-width: 650px ) {
	home-view {
		--home-pad-x: 20px;
		--home-pad-top: 88px;
		--home-pad-bottom: 88px;
		--home-overlay-top: 20px;
		--home-overlay-bottom: 20px;
		--home-gate-settings-size: clamp( 1rem, 3.15vw, 1.31rem );
		--home-gate-intro-size: clamp( 1.35rem, 4.2vw, 1.75rem );
		--home-gate-section-gap: 64px;
		--home-gate-intro-width: 100%;
		--home-gate-intro-title-gap: 30px;
		--home-gate-intro-enter-gap: 60px;
		--home-gate-intro-body-gap: 24px;
	}

	home-left-composition {
		width: calc( 100vw - 40px );
	}

	home-side-rail {
		width: min( 320px, calc( 100vw - 40px ) );
	}

	home-panel {
		width: 100vw;
		min-width: 0;
	}

	home-panel-shell {
		padding: 18px 20px 20px;
	}

	[ panel-kind="about" ] home-panel-close {
		margin-left: 24px;
	}

	home-panel-content {
		margin-top: 20px;
		padding-right: 0;
	}

	home-panel-section[ about ] {
		padding-top: 16px;
		padding-left: 24px;
	}

	home-panel-paragraph {
		max-width: calc( 100% - 24px );
	}

	home-panel-figure {
		width: calc( 100% - 24px );
	}

	home-cosmic-feed {
		gap: 14px;
		padding: 0;
	}

	home-audio-player {
		gap: 8px;
	}

	home-audio-player-bar {
		min-height: 50px;
	}

	home-audio-player-button,
home-audio-player-track,
home-audio-player-item {
		font-size: .92rem;
		letter-spacing: .08em;
	}

	home-audio-player-button,
home-audio-player-track,
home-audio-player-item {
		padding-left: 12px;
		padding-right: 12px;
	}

	home-utility-bar {
		gap: 8px;
	}

	home-utility-row {
		font-size: 1rem;
		letter-spacing: .1em;
	}

	:is(home-utility-row home-utility-button,
home-language-inline home-language-current,
home-language-inline home-language-option) {
		font-size: 1rem !important;
		letter-spacing: .1em !important;
	}

	home-cosmic-title {
		font-size: .95rem;
		letter-spacing: .08em;
	}

	home-cosmic-item {
		grid-template-columns: 42px minmax( 0, 1fr );
		column-gap: 12px;
		font-size: .95rem;
		letter-spacing: .08em;
		line-height: 1.35;
	}

	home-cosmic-icon {
		width: 42px;
		height: 28px;
	}

	home-cosmic-icon[ home-cosmic-icon-star ] img {
		width: 22px;
		height: 22px;
	}

	home-cosmic-icon[ home-cosmic-icon-blackhole ] img {
		width: 42px;
		height: 22px;
	}

	home-cosmic-icon[ home-cosmic-icon-photon ] img {
		width: 28px;
		height: 17px;
	}

	home-cosmic-telemetry {
		gap: 14px;
		padding-top: 4px;
	}

	home-telemetry-band {
		left: 20px;
		right: 20px;
		bottom: 14px;
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	home-cosmic-note {
		font-size: .86rem;
		line-height: 1.35;
	}

	home-title {
		font-size: clamp( 3rem, 6vw, 4.1rem );
		line-height: .96;
		letter-spacing: .01em;
	}

	home-degree {
		top: .21em;
		left: calc( 100% + 5px );
		well font-size: .9rem;
		letter-spacing: .12em;
	}

	home-subtitle {
		margin-top: 18px;
		font-size: clamp( 1.17rem, 2.53vw, 1.99rem );
	}

	home-links {
		margin-top: 54px;
	}

	home-projects {
		transform: translateY( -10px );
	}

	home-projects-title {
		font-size: .95rem;
		letter-spacing: .08em;
	}

	.home-link {
		max-width: calc( 100vw - 40px );
		gap: 12px;
		padding: 14px 0 10px;
	}

	home-link-index {
		font-size: 1.05rem;
	}

	home-link-copy {
		gap: 6px;
	}

	home-link-label {
		font-size: clamp( 1.45rem, 3.2vw, 1.95rem );
		letter-spacing: .05em;
	}

	home-link-subtitle {
		font-size: .95rem;
		letter-spacing: .08em;
	}

	home-about {
		gap: 18px;
		margin-top: 34px;
	}

	home-about-link-label {
		font-size: 1.9rem;
		letter-spacing: .08em;
	}

	home-contact-inline {
		margin-left: 12px;
		font-size: 1.9rem;
		letter-spacing: .08em;
	}

	home-gate-row {
		grid-template-columns: 1fr;
		row-gap: 8px;
	}

	home-gate-info {
		padding: 0 20px;
	}

	home-gate-info-title[ gate-info-part ] {
		font-size: clamp( 1.45rem, 5vw, 1.9rem );
	}

	home-gate-info-text {
		font-size: clamp( 1.35rem, 5vw, 1.85rem );
		line-height: 1.5;
		text-wrap: pretty;
	}

	home-gate-row-dots {
		display: none;
	}

	home-gate-row-options {
		gap: 10px;
	}

	home-gate-enter {
		margin-top: 32px;
	}

}

@media ( hover: hover ) {
	home-panel-close:hover {
		color: rgba( 255, 255, 255, .62 );
	}

	home-panel-contact-link:hover {
		color: var( --home-accent );
	}

	:is(home-audio-player-button,
home-audio-player-item):hover {
		color: rgba( 255, 255, 255, .62 );
		-webkit-text-fill-color: rgba( 255, 255, 255, .62 );
	}

	:is(home-utility-button,
home-language-current,
home-language-option,
home-gate-row-button,
home-gate-enter):hover {
		color: rgba( 255, 255, 255, .62 );
		-webkit-text-fill-color: rgba( 255, 255, 255, .62 );
	}

	home-utility-button:hover,
home-language-current:hover,
home-language-option:hover,
home-gate-row-button:hover,
home-gate-enter:hover {
		color: rgba( 255, 255, 255, .62 ) !important;
		-webkit-text-fill-color: rgba( 255, 255, 255, .62 ) !important;
	}

	home-utility-button[ active ]:hover,
home-language-current[ active ]:hover,
home-language-option[ active ]:hover,
home-gate-row-button[ active ]:hover {
		color: var( --home-accent ) !important;
		-webkit-text-fill-color: var( --home-accent ) !important;
	}

	home-telemetry-sources a:hover {
		color: var( --home-accent );
	}

	home-cosmic-sources a:hover {
		color: var( --home-accent );
	}

	.home-link:hover home-link-index,
.home-link:hover home-link-label,
.home-link:hover home-link-subtitle,
.home-link:hover home-about-link-label {
		color: var( --link-accent );
	}

}

@media ( max-width: 1500px ) {
	home-telemetry-band {
		grid-template-columns: max-content max-content minmax( 360px, 1fr ) minmax( 260px, .9fr );
		column-gap: 10px;
	}

}

@media ( max-width: 900px ) {
	home-gate-center {
		width: min( 520px, 100% );
	}

	home-gate-info {
		padding: 0 48px;
	}

}

preloader-overlay {
	display: flex;
	position: fixed;
	z-index: 45;
	inset: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: auto;
	height: auto;
	min-height: 0;
	overflow: hidden;
	pointer-events: none;
	background: var( --color-black );
	opacity: 0;
	transition: none;
}

preloader-overlay::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0;
	background-image: url( "/public/common/Grid.svg" );
	background-size: 50px;
	background-position: center center;
	transition: opacity .5s var( --timing-function );
	transition-delay: 0s;
}

[ loading ] preloader-overlay {
	opacity: 1;
	pointer-events: all;
}

[ loading ] preloader-overlay h1,
[ loading ] preloader-overlay h2,
[ loading ] preloader-overlay svg,
[ loading ] preloader-overlay text,
[ loading ] preloader-overlay preloader-counter,
[ loading ] preloader-overlay preloader-square {
	opacity: 1 !important;
	transform: scale( 1 ) !important;
}

[ loading ] preloader-overlay:before {
	opacity: .25;
	transition-delay: 0s;
}

[ loading ] preloader-overlay h1 {
	transition: all .5s var( --timing-function );
}

[ loading ] preloader-overlay h2 {
	transition: all .6s var( --timing-function );
}

[ loading ] preloader-overlay preloader-text {
	opacity: 1;
	transform: translateY( -50% );
}

preloader-overlay preloader-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
}

preloader-overlay h1 {
	font-size: 8rem;
	color: var( --color-white );
	font-family: var( --font-family-a );
	line-height: 1.25;
	text-align: center;
	transition: all .6s var( --timing-function );
	opacity: 0;
	transform: scale( .98 );
}

preloader-overlay h2 {
	font-size: var( --font-size-xxl );
	color: var( --color-white );
	font-family: var( --font-family-b );
	line-height: 1.25;
	text-align: center;
	transition: all .5s var( --timing-function );
	margin-bottom: var( --margin-xs );
	opacity: 0;
	transform: scale( .98 );
}

preloader-overlay preloader-subtitle-line {
	display: inline;
}

preloader-overlay preloader-square {
	--border: 2px dotted rgba( 255, 255, 255, .25 );
	appearance: none;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	transition: all .5s var( --timing-function );
	transform: scale( .8 );
	opacity: 0;
}

preloader-overlay preloader-text {
	position: absolute;
	top: 100%;
	font-family: var( --font-family-a );
	font-size: var( --font-size-m );
	text-transform: uppercase;
	display: block;
	padding: 2px 10px;
	transform: translateY( -35% );
	opacity: 0;
	transition: all .75s var( --timing-function );
	display: none;
}

preloader-overlay preloader-text span {
	animation: blink-2 1.5s infinite linear;
}

preloader-overlay preloader-spinner {
	position: relative;
	width: 75px;
	height: 75px;
}

preloader-overlay [ reverse ] {
	animation: rotate 2s infinite linear;
	animation-direction: reverse;
}

preloader-overlay [ reverse ] svg {
	transform: scale( 1.1 );
	opacity: 0;
}

preloader-overlay [ reverse ] circle {
	animation: blink-1 1s infinite linear;
}

preloader-overlay [ reverse ] circle:last-child {
	stroke-width: 1;
	stroke: rgba( 255, 255, 255, .1 );
	stroke-dasharray: 47.12388980384689;
	display: none;
}

preloader-overlay [ normal ] {
	animation: rotate 4s infinite linear;
	position: absolute;
	left: 0;
	top: 0;
}

preloader-overlay [ normal ] svg {
	transform: scale( 1.1 );
	opacity: 0;
}

preloader-overlay [ normal ] circle {
	animation: blink-2 2s infinite linear;
}

preloader-overlay [ normal ] circle:first-child {
	stroke-width: 1;
	stroke: rgba( 255, 255, 255, .25 );
	stroke-dasharray: 37.69911184307752;
}

preloader-overlay [ normal ] circle:nth-child( 2 ) {
	stroke-width: 1;
	stroke: rgba( 255, 255, 255, .25 );
	stroke-dasharray: 188.49555921538757;
}

preloader-overlay [ normal ] circle:last-child {
	stroke: rgba( 255, 255, 255, 1 );
	stroke-width: 1.5;
	stroke-dasharray: 188.49555921538757;
	stroke-dashoffset: 188.49555921538757;
}

preloader-overlay svg {
	width: 75px;
	height: 75px;
	transition: all 1s var( --timing-function );
}

preloader-overlay circle {
	fill: none;
	stroke-width: 1;
}

preloader-overlay preloader-counter {
	position: absolute;
	color: var( --color-white );
	font-family: var( --font-family-b );
	font-size: var( --font-size-xs );
	transform: scale( .8 );
	opacity: 0;
	transition: all 1s var( --timing-function );
}

preloader-overlay preloader-counter counter-text {
	display: block;
	visibility: hidden;
	transition: all 1s var( --timing-function );
}

[ loading ] preloader-overlay preloader-counter counter-text {
	visibility: visible;
	animation: blink-2 2s infinite linear;
}

@media ( max-width: 650px ) {
	preloader-overlay h1 {
		font-size: 5.5rem;
		min-height: 6.9rem;
	}

	preloader-overlay h2 {
		font-size: 3rem;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.15;
		min-height: 7rem;
	}

	preloader-overlay preloader-subtitle-line {
		display: block;
	}

}

rotate-device-overlay {
	z-index: 25;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background: var( --color-black );
	font-size: var( --font-size-l );
	text-align: center;
	display: none;
}

@media ( orientation: landscape ) and ( max-width: 650px ) {
	rotate-device-overlay {
		display: flex;
	}

}

editor-block {
	--font-color: #2c3e50;
	--border-color: #ddd;
	--select-color: #dee6ed;
	--background-color: #eee;
	--slider-thumb-color: #eee;
	--highlight-color: #f1c40f;
	--true-color: #1abc9c;
	--false-color: #ee5253;
	position: fixed;
	top: 20px;
	right: 20px;
	max-height: calc( 100% - 40px );
	margin: 0;
	overflow: auto;
	min-width: 350px;
	padding: 15px;
	background-color: var( --background-color );
	border-radius: 10px;
	border: 1px solid var( --border-color );
	color: var( --font-color );
	visibility: hidden;
	z-index: 25;
	display: none;
	font-size: 12px;
	font-family: var( --font-family-c );
}

editor-block[ dark ] {
	--font-color: #eeeeee;
	--border-color: #4a4a4a;
	--select-color: #dee6ed;
	--background-color: rgba( 28, 27, 32, .95 );
	--slider-thumb-color: rgba( 28, 27, 32, 1 );
}

editor-block[ open ] {
	visibility: visible;
}

editor-block[ visible ] {
	display: block;
}

editor-block > editor-list::before {
	display: none !important;
}

editor-block output {
	color: var( --highlight-color );
	text-align: right;
	font-weight: 400;
}

editor-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	top: 10px;
	right: 10px;
	margin-bottom: 15px;
	width: 100%;
}

editor-header button {
	cursor: pointer;
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: flex-start;
	padding: 6px;
	background: var( --background-color );
	border-radius: 5px;
	border: 1px solid var( --border-color );
}

editor-header button:not(:last-child) {
	margin-right: 5px;
}

editor-header button:last-child {
	visibility: visible;
}

editor-header button:active {
	transform: translateY(1px);
}

editor-header header-group-left,
editor-header header-group-right {
	display: flex;
}

editor-header svg {
	width: 15px;
	height: 15px;
	fill: var( --font-color );
}

editor-block[ open ] editor-header [ switch ] {
	border: 1px solid var( --border-color );
}

editor-block[ open ] editor-header [ switch ] svg:first-child {
	visibility: hidden
}

editor-block[ open ] editor-header [ switch ] svg:last-child {
	visibility: visible
}

editor-header [ switch ] svg:last-child {
	visibility: hidden;
	position: absolute;
	transform: rotate( 45deg );
}

editor-performance {
	display: flex;
	align-self: flex-start;
	font-size: 11px;
}

editor-performance graph-container {
	position: relative;
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: left;
	border-radius: 5px;
}

editor-performance graph-container:not(:last-child) {
	margin-right: .5em;
}

editor-performance graph-title {
	display: block;
	z-index: 1;
	margin: 0;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 8px;
}

editor-performance graph-values {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px;
	border: 1px solid var( --border-color );
	border-radius: 5px;
	display: flex;
	align-content: stretch;
	opacity: .5;
}

editor-performance graph-values span {
	height: 100%;
	width: 100%;
	background-color: var( --border-color );
	transform: scaleY( 0 );
	transform-origin: bottom;
}

about-view {
	position: relative;
	min-width: 100vw;
	min-height: 100%;
	display: block;
	background: linear-gradient( 90deg, rgba( 0, 0, 0, .78 ) 0%, rgba( 0, 0, 0, .54 ) 34%, rgba( 0, 0, 0, .2 ) 100% ), rgba( 0, 0, 0, .18 );
	padding-top: 132px;
	padding-bottom: 120px;
}

about-view section {
	margin: 0;
	padding: 0 8vw;
}

about-view section h1 {
	font-size: clamp( 6rem, 8vw, 11rem );
	font-family: var(--font-family-a );
	font-weight: bold;
	line-height: .94;
	padding-bottom: 0;
	text-transform: none;
	letter-spacing: .02em;
	margin-bottom: 20px;
	max-width: 8ch;
}

about-view section h2 {
	font-size: clamp( 2.2rem, 2.2vw, 3.3rem );
	font-family: var(--font-family-b );
	font-weight: normal;
	line-height: 1.08;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, .94 );
	margin-bottom: 28px;
	max-width: 14ch;
}

about-view section about-intro {
	display: block;
	max-width: 32ch;
	font-size: clamp( 2rem, 1.45vw, 2.4rem );
	font-family: var( --font-family-c );
	font-weight: 300;
	line-height: 1.5;
	color: rgba( 255, 255, 255, .72 );
	margin-bottom: 58px;
}

about-view section about-figure {
	display: block;
	width: min( 720px, 100% );
	max-width: 34ch;
	margin: 0 0 58px;
}

about-view section about-figure img {
	display: block;
	width: 100%;
	height: auto;
}

about-view section about-caption {
	display: block;
	margin-top: 14px;
	max-width: 54ch;
	font-family: var( --font-family-c );
	font-size: clamp( 1.25rem, .95vw, 1.55rem );
	font-weight: 300;
	letter-spacing: .06em;
	line-height: 1.5;
	color: rgba( 255, 255, 255, .58 );
}

about-view section p {
	max-width: 34ch;
	font-size: clamp( 2.1rem, 1.6vw, 2.8rem );
	font-family: var(--font-family-c );
	font-weight: 200;
	line-height: 1.6;
	padding-bottom: 28px;
	color: rgba( 255, 255, 255, .9 );
}

about-reveal {
	position: fixed;
	inset: 0;
	z-index: 39;
	background: var( --color-black );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 1.8s var( --timing-function ), visibility 0s linear 1.8s;
}

[ revealing ] about-reveal {
	opacity: 1;
	visibility: visible;
	transition: none;
}

about-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 24px 8vw;
	backdrop-filter: blur( 10px );
	-webkit-backdrop-filter: blur( 10px );
	background: rgba( 0, 0, 0, .38 );
	display: flex;
	justify-content: space-between;
	align-items: center;
}

about-header-title {
	font-family: var( --font-family-b );
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var( --color-white );
}

about-header-link {
	cursor: pointer;
	text-decoration: none;
	color: rgba( 255, 255, 255, .82 );
	font-family: var( --font-family-b );
	font-size: 1.4rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: color .25s var( --timing-function );
}

@media (max-width: 1024px) {
	about-view {
		padding-top: 112px;
	}

	about-view section {
		padding: 0 56px;
	}

	about-header {
		padding: 20px 56px;
	}

}

@media (max-width: 650px) {
	about-view {
		padding-top: 92px;
		padding-bottom: 60px;
	}

	about-view section {
		padding: 0 20px;
	}

	about-header {
		padding: 16px 20px;
	}

	about-header-title {
		font-size: 1.3rem;
	}

}

@media ( max-width: 650px ) {
	about-view section p {
		max-width: none;
		font-size: 1.8rem;
		line-height: 1.55;
	}

}

@media ( hover: hover ) {
	about-header-link:hover {
		color: var( --color-white );
	}

}

contact-view {
	position: relative;
	min-width: 100vw;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: var( --font-size-xl );
	text-align: center;
	user-select: text;
	background: rgba( 0, 0, 0, .5 );
}

contact-view h4 {
	margin-bottom: var( --margin-m );
	font-size: calc( var( --font-size-xxl ) * 1.5 );
	line-height: .9;
}

contact-view contact-mobile-break {
	display: none;
}

contact-view h3 {
	font-family: var( --font-family-c );
	line-height: 1.1;
}

contact-view a {
	margin-bottom: var( --margin-m );
	color: var( --color-white );
	font-family: var( --font-family-c );
	font-size: 100%;
}

contact-reveal {
	position: fixed;
	inset: 0;
	z-index: 39;
	background: var( --color-black );
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 1.8s var( --timing-function ), visibility 0s linear 1.8s;
}

[ revealing ] contact-reveal {
	opacity: 1;
	visibility: visible;
	transition: none;
}

contact-credit {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	font-family: var( --font-family-c );
	font-size: 1.5rem;
	letter-spacing: .04em;
	color: rgba( 255, 255, 255, .78 );
	pointer-events: none;
}

@media ( max-width: 1024px ) {
	contact-view {
		font-size: var( --font-size-l );
	}

	contact-view h4 {
		font-size: calc( var( --font-size-l ) * 1.5 );
	}

}

@media ( max-width: 650px ) {
	contact-view h4 {
		line-height: 1.5;
	}

	contact-view contact-mobile-break {
		display: block;
	}

	contact-credit {
		right: 14px;
		bottom: 14px;
	}

}

@media ( hover: hover ) {
	contact-view a:hover {
		color: var( --color-yellow );
	}

}
