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

:root {
	font-size: 16px;
}

@font-face{font-family:'LEMONMILK-Regular';src:url('LEMONMILK-Regular.otf') format('opentype');font-display:swap;}
@font-face{font-family:'Building\ State\ Empire';src:url('Building\ State\ Empire.ttf') format('truetype');font-display:swap;}
@font-face{font-family:'Mandan\ Demo';src:url('Mandan\ Demo.otf') format('opentype');font-display:swap;}

body {
	margin: 0;
	--color-text: #a5a5a5;
	--color-bg: #000000;
	--color-link: #d6af7c;
	--color-link-hover: #fff;
	--color-text-circle-3: #eee;
	--color-text-circle-4: #eee;
	--font-circle-3: 'Building\ State\ Empire', ambroise-firmin-std, sans-serif;
	--font-weight-circle-3: 400;
	--font-circle-4: 'Mandan\ Demo', niagara, serif;
	--font-weight-circle-4: 400;
	--color-button: #d6ae7c;
	--color-text-button: #1d1812;
	--dim-button: 220px;
	color: #f1f1f1;
	background-color: var(--color-bg);
	font-family: tenon, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover {
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

.absolute{ position: absolute; /*top: 50px !important;*/ inset: 0; justify-content: center; display: inline-flex; flex-direction: row; max-width: 100vw; overflow-x: hidden; overflow-y: visible;}
.jc {justify-content: center;}
.bg-shape1{width: 500px; height: 500px; border-radius: 9999px; position: relative; animation: one 10s infinite;}
.bg-shape2{width: 300px; height: 300px; border-radius: 9999px; position: relative; animation: two 10s infinite;}
@keyframes one{
	0%{left: 0px; top: 0px;}
	25%{left: -100px; top: 70px;}
	50%{left: 20px; top: 150px;}
	75%{left: 50px; top: 100px;}
	100%{left: 0px; top: 0px;}
}
@keyframes two{
	0%{left: 0px; top: 0px;}
	25%{left: 50px; top: 10px;}
	50%{left: 100px; top: 50px;}
	75%{left: 50px; top: 100px;}
	100%{left: 0px; top: 0px;}
}

.o50{opacity: .5;}
.bg-blur{filter: blur(90px);}
.bg-pr{background-color: #444000;}
.bg-rd{background-color: #440000;}
.bg-gd{background-color: #ffd000;}

.enter {
	display: block;
	border: 0;
	width: var(--dim-button);
	height: var(--dim-button);
	position: absolute;
	left: calc(50% - var(--dim-button) / 2 );
	top: calc(50% - var(--dim-button) / 2 );
	font: inherit;
	font-weight: 500;
	cursor: pointer;
	background: none;
	color: var(--color-text-button);
	padding: 0;
}

.enter:focus,
.enter:hover,
.enter:active {
	outline: none;
}

.enter__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	object-fit: cover;
	
}

.enter__bg img {width: 100%; height: 100%; border-radius: 50%; filter: drop-shadow(0px 0px 5px #e0e0e0)}

.enter__text {
	position: relative;
}

.js .enter {
	opacity: 0;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	/*padding: 2rem;*/
	height: 100vh;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.js .content {
	opacity: 0;
}

.content p {
	font-size: 2rem;
	font-size: clamp(1.25rem,6vw,2.15rem);
	line-height: 1.25;
	max-width: 900px;
	margin: 0;
	pointer-events: none;
	will-change: transform;
}

.circles {
	pointer-events: none;
	position: fixed;
	 --dim: 186vmin;
	width: var(--dim);
	height: var(--dim);
	top: calc(50% - var(--dim) / 2 );
	left: calc(50% - var(--dim) / 2 );
}

.demo-3 .circles {
	--dim: 206vmin;
}

.circles__text {
	text-transform: uppercase;
	transform-origin: 700px 700px;
	will-change: transform, opacity;
}

.circles__text--3 {
	font-size: 13.5vmin;
	font-size: clamp(110px,13.5vmin,120px);
	font-family: var(--font-circle-3);
	font-weight: var(--font-weight-circle-3);
	fill: var(--color-text-circle-3);
	filter: drop-shadow(0px 0px 4px #eee)
}

.circles__text--4 {
	font-size: 9.5vmin;
	font-size: clamp(85px,9.5vmin,94px);
	font-family: var(--font-circle-4);
	font-weight: var(--font-weight-circle-4);
	fill: var(--color-text-circle-4);
	filter: drop-shadow(0px 0px 4px #eee)
}

@media screen and (min-width: 53em) {
	.content {
		height: 100vh;
		justify-content: center;
		text-align: left;
	}
}

@media only screen and (max-device-width: 500px){ 
	.enter { width: 90px; height: 90px; left: calc(50% - 90px / 2 ); top: calc(50% - 90px / 2 ); }
 }
