:root {
	--gold: #b5a25d;
	--paper: #ffffff;
}

.logo-svg {
	width: 100%;
	height: auto;
	display: block;
}

.gold-fill {
	fill: var(--gold);
}

.group-letter {
	opacity: 0;
	transform-box: fill-box;
	transform-origin: center bottom;
}

.replay {
	position: fixed;
	right: clamp(16px, 3vw, 34px);
	bottom: clamp(16px, 3vw, 34px);
	width: 44px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(181, 162, 93, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--gold);
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(39, 35, 15, 0.08);
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
	z-index: 9999999;
	display: none;
}

.replay svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}
