.flip-block-new.is-flipped .flip-inner-new {
	transform: rotateY(180deg);
}

.logo-nav {
	display: inline-flex;
	align-items: center;
	min-width: max-content;
}

.main-logo {
	display: none !important;
}

.akari-brandmark {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	line-height: 1;
	white-space: nowrap;
}

.akari-brandmark__badge {
	display: inline-grid;
	place-items: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 999px;
	background: #eb8fa3;
	color: #fff;
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.akari-brandmark__text {
	display: inline-flex;
	align-items: baseline;
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -0.055em;
}

.akari-brandmark__primary {
	color: #ea8ca1;
	font-size: clamp(2.2rem, 2.8vw, 3.6rem);
	font-weight: 600;
}

.akari-brandmark__secondary {
	margin-left: 0.06em;
	color: #f3a7b7;
	font-size: clamp(2.15rem, 2.7vw, 3.5rem);
	font-weight: 300;
}

.akari-brandmark--footer {
	gap: 0.6rem;
	margin-bottom: 1.15rem;
}

.akari-brandmark--footer .akari-brandmark__badge {
	width: 2.9rem;
	height: 2.9rem;
	font-size: 2.35rem;
	background: #eb8fa3;
}

.akari-brandmark--footer .akari-brandmark__primary {
	color: #ffffff;
	font-size: clamp(1.95rem, 2.3vw, 3rem);
	font-weight: 600;
}

.akari-brandmark--footer .akari-brandmark__secondary {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.9rem, 2.2vw, 2.9rem);
	font-weight: 300;
}

.akari-brandmark--location {
	justify-content: center;
	gap: 0.34rem;
	margin: 0 auto 1rem;
}

.akari-brandmark--location .akari-brandmark__badge {
	width: 1.8rem;
	height: 1.8rem;
	font-size: 1.5rem;
	background: #eb8fa3;
}

.akari-brandmark--location .akari-brandmark__text {
	letter-spacing: -0.045em;
}

.akari-brandmark--location .akari-brandmark__primary {
	font-size: clamp(1.35rem, 1.1vw, 1.85rem);
	font-weight: 600;
}

.akari-brandmark--location .akari-brandmark__secondary {
	font-size: clamp(1.3rem, 1.05vw, 1.8rem);
	font-weight: 300;
	color: #f3a7b7;
}

.mirror-toast {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 2147483647;
	max-width: min(24rem, calc(100vw - 2rem));
	padding: 0.9rem 1.1rem;
	border-radius: 999px;
	background: rgba(27, 27, 27, 0.92);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.92rem;
	line-height: 1.4;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 180ms ease,
		transform 180ms ease;
}

.mirror-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.wpcf7 .mirror-response-output,
.mirror-response-output {
	display: block;
	margin-top: 1rem;
	color: #8b5d6a;
	font-size: 0.92rem;
}

@media (max-width: 768px) {
	.akari-brandmark {
		gap: 0.55rem;
	}

	.akari-brandmark__badge {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 2.05rem;
	}

	.akari-brandmark__primary {
		font-size: clamp(1.5rem, 7vw, 2.2rem);
	}

	.akari-brandmark__secondary {
		font-size: clamp(1.45rem, 6.6vw, 2.15rem);
	}

	.akari-brandmark--location {
		gap: 0.28rem;
	}

	.akari-brandmark--location .akari-brandmark__badge {
		width: 1.45rem;
		height: 1.45rem;
		font-size: 1.2rem;
	}

	.akari-brandmark--location .akari-brandmark__primary {
		font-size: 1.1rem;
	}

	.akari-brandmark--location .akari-brandmark__secondary {
		font-size: 1.06rem;
	}
}
