* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
	pointer-events: none;
}

body,
html {
	font-family: "lora", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	background: #eee;
}

#help {
	display: none;
}

#stage,
#stage-fg {
	position: absolute;
	overflow: hidden;
	min-height: 100vh;
	width: 100%;
	display: flex;
	margin: 0;
	flex-direction: column;
}

#stage-fg {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	flex: 1;
	flex-direction: column;
}

section {
	position: relative;
	display: none;
}

h2 {
	font-style: italic;
}

button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	font-family: "filson-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #fff;
	color: #000;
}

.sticky-header {
	position: sticky;
	top: 0;
	z-index: 1020;
}

#circle-wrapper {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-height: 820px;
	max-width: 820px;
}

.circle-mask {
	width: 130vw;
	height: 130vw;
	max-width: 820px;
	max-height: 820px;
	clip-path: circle(50%);
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	-webkit-transition: all 1200ms ease-in-out;
	-moz-transition: all 1200ms ease-in-out;
	-o-transition: all 1200ms ease-in-out;
	transition: all 1200ms ease-in-out;
}

.mesh-grid {
	width: 100%;
	height: 100%;
	background-image: radial-gradient(at 40% 0%, hsla(185, 99%, 56%, 1) 0px, transparent 40%),
		radial-gradient(at 0% 45%, hsla(267, 98%, 54%, 1) 0px, transparent 45%),
		radial-gradient(at 3% 28%, hsla(267, 98%, 54%, 1) 0px, transparent 35%);
	background-color: hsla(0, 100%, 50%, 0);
}

.circle-mask.bottom {
	transform: translateX(-50%) translateY(-55%) rotate(55deg);
}

.circle-mask.spicy {
	transform: translateX(-50%) translateY(-55%) rotate(-45deg);
}

.circle-mask.sweet {
	transform: translateX(-50%) translateY(-55%) rotate(120deg);
}

.circle-mask.final {
	transform: translateX(-50%) translateY(-55%) rotate(45deg);
}

#header img {
	height: 20px;
	width: auto;
}

#header button {
	background: transparent;
}

button.btn {
	margin: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0px;
}

button.btn img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.circle {
	width: 100%;
	/* Circles fill the column width */
	padding-top: 100%;
	/* Creates the circle's aspect ratio */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	position: relative;
}

.circle svg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0
}

.circle.whiskey {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 56%, hsla(120, 26%, 70%, 1) 0px, transparent 49%), radial-gradient(at 78% 55%, hsla(120, 26%, 70%, 1) 0px, transparent 93%);
}

.circle.vodka {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 56%, hsla(56, 97%, 77%, 1) 0px, transparent 49%), radial-gradient(at 78% 76%, hsla(56, 97%, 77%, 1) 0px, transparent 93%);
}

.circle.gin {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 126%, hsla(235, 37%, 52%, 1) 0px, transparent 49%), radial-gradient(at 89% 106%, hsla(235, 37%, 52%, 1) 0px, transparent 93%);
}

.circle.tequila {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 126%, hsla(357, 77%, 71%, 1) 0px, transparent 49%), radial-gradient(at 89% 106%, hsla(357, 77%, 71%, 1) 0px, transparent 93%);
}

.circle.zero {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at -17% 26%, hsla(206, 58%, 55%, 1) 0px, transparent 58%), radial-gradient(at 58% -35%, hsla(206, 58%, 55%, 1) 0px, transparent 93%);
}

#top-note .circle.spicy {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 126%, hsla(113, 14%, 62%, 1) 0px, transparent 49%), radial-gradient(at 89% 106%, hsla(113, 14%, 62%, 1) 0px, transparent 93%);
}

#top-note .circle.sweet {
	background-color: hsla(0, 100%, 50%, 0);
	background-image: radial-gradient(at 0% 126%, hsla(106, 56%, 44%, 1) 0px, transparent 49%), radial-gradient(at 89% 106%, hsla(106, 56%, 44%, 1) 0px, transparent 93%);
}

#result h1 {
	font-style: italic;
	font-size: calc(2rem + 2vw)
}

#loading,
#instructions {
	background-size: 100% 100%;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	background: #eee;
	display: block;
	font-family: "filson-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}

#header {
	padding: .75rem;
}

#help-bug {
	top: 20px;
	right: 20px;
}

#loading.fullyLoaded {
	display: none;
}

.footer {
	display: block;
	position: relative;
	padding: 25px;
	bottom: 0;
	z-index: 1000;
	text-align: right;
	margin-top: auto;
	pointer-events: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-size: 10px;
	pointer-events: all !important;
}

.footer {
	font-size: 11px;
}

.footer img {
	max-height: 47px;
	width: auto;
}

.footer p a {
    color: #000;
    text-decoration: none;
}

p,
ul {
	color: #000;
	z-index: 10;
	font-family: "lora", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	user-select: text !important;
}

p a {
	color: #000;
}

svg.logo path,
svg.logo polygon {
	opacity: 0;
}


@media (min-width: 768px) {
	
	#header img {
		height: 30px;
		width: auto;
	}

	.circle-mask.bottom {
		transform: translateX(-59%) translateY(-12%) rotate(55deg);
		left: 58%;
		top: 34%;
	}
	.circle-mask {
		width: 90vw;
		height: 90vw;
		left: 56%;
		top: 48%;
	}
	
	.circle-mask.sweet {
		transform: translateX(-62%) translateY(-16%) rotate(107deg);
		left: 58%;
		top: 34%;
	}
	
	.circle-mask.spicy {
		transform: translateX(-50%) translateY(-18%) rotate(-25deg);
		left: 58%;
		top: 34%;
	}
	.circle-mask.final {
		transform: translateX(-59%) translateY(-12%) rotate(55deg);
		left: 58%;
		top: 34%;
	}
}

@media (min-width: 1024px) {
	
	
}

@media (min-aspect-ratio: 16/12) and (min-width: 1024px) {}

#temp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 10000;
	pointer-events: none;
}