.playactu-brand {
	--playactu-brand-red: #ef3340;
	--playactu-brand-ink: #0b1020;
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}

.playactu-brand__mascot {
	position: relative;
	display: grid;
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	place-items: center;
	background: #fff;
	border: 3px solid var(--playactu-brand-ink);
	border-radius: 50%;
	box-shadow: 0 7px 0 rgba(11, 16, 32, .18);
}

.playactu-brand__mascot::after {
	position: absolute;
	inset: -6px;
	content: "";
	border: 2px solid rgba(255, 255, 255, .76);
	border-radius: inherit;
}

.playactu-brand__mascot img {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: contain;
	filter: drop-shadow(0 3px 4px rgba(11, 16, 32, .24));
}

.playactu-brand__copy,
.playactu-brand__wordmark {
	display: flex;
	min-width: 0;
}

.playactu-brand__copy {
	flex-direction: column;
	align-items: flex-start;
}

.playactu-brand__wordmark {
	align-items: flex-start;
	white-space: nowrap;
}

.playactu-brand__name {
	font-family: Spartan, Roboto, Arial, sans-serif;
	font-size: clamp(31px, 3.1vw, 46px);
	font-weight: 900;
	letter-spacing: -.068em;
}

.playactu-brand__domain {
	margin: 2px 0 0 6px;
	padding: 4px 5px 3px;
	color: var(--playactu-brand-red);
	background: #fff;
	border-radius: 5px;
	font-family: Spartan, Roboto, Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: -.02em;
}

.playactu-brand__signature {
	margin: 7px 0 0 1px;
	color: rgba(255, 255, 255, .82);
	font-family: Spartan, Roboto, Arial, sans-serif;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.g1-id-desktop .site-title,
.g1-id-mobile .site-title {
	margin-bottom: 0;
	line-height: 1;
}

.g1-id-desktop .g1-logo-wrapper,
.g1-id-mobile .g1-logo-wrapper {
	display: inline-flex;
	max-width: none;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.g1-id-desktop .g1-logo-wrapper:hover .playactu-brand__mascot,
.g1-id-mobile .g1-logo-wrapper:hover .playactu-brand__mascot {
	transform: translateY(-2px) rotate(-2deg);
}

.playactu-brand__mascot {
	transition: transform 180ms ease;
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	.playactu-brand--desktop {
		gap: 10px;
	}

	.playactu-brand--desktop .playactu-brand__mascot {
		width: 62px;
		height: 62px;
		flex-basis: 62px;
	}

	.playactu-brand--desktop .playactu-brand__mascot img {
		width: 56px;
		height: 56px;
	}

	.playactu-brand--desktop .playactu-brand__name {
		font-size: 31px;
	}

	.playactu-brand--desktop .playactu-brand__signature {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.g1-hb-row-mobile .g1-row-background {
		background-color: #ef3340;
		background-image: none;
		border-color: #ef3340;
	}

	.g1-hb-row-mobile .site-title,
	.g1-hb-row-mobile .g1-hamburger,
	.g1-hb-row-mobile .g1-drop-toggle,
	.g1-hb-row-mobile .g1-socials-item-link,
	.g1-hb-row-mobile .menu-item > a {
		color: #fff;
	}

	.playactu-brand--mobile {
		gap: 9px;
	}

	.playactu-brand--mobile .playactu-brand__mascot {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		border-width: 2px;
		box-shadow: 0 4px 0 rgba(11, 16, 32, .18);
	}

	.playactu-brand--mobile .playactu-brand__mascot::after {
		display: none;
	}

	.playactu-brand--mobile .playactu-brand__mascot img {
		width: 43px;
		height: 43px;
	}

	.playactu-brand--mobile .playactu-brand__name {
		font-size: clamp(18px, 5vw, 25px);
	}

	.playactu-brand--mobile .playactu-brand__domain {
		margin-left: 4px;
		padding: 3px 4px 2px;
		border-radius: 3px;
		font-size: 8px;
	}
}

@media only screen and (max-width: 380px) {
	.playactu-brand--mobile {
		gap: 7px;
	}

	.playactu-brand--mobile .playactu-brand__mascot {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.playactu-brand--mobile .playactu-brand__mascot img {
		width: 36px;
		height: 36px;
	}

	.playactu-brand--mobile .playactu-brand__name {
		font-size: 17px;
	}

	.playactu-brand--mobile .playactu-brand__domain {
		font-size: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.playactu-brand__mascot {
		transition: none;
	}
}
