body.sophia-audition-thanks-page {
	margin: 0;
	color: #0e294a;
	background: #fbf8f2;
}

body.sophia-audition-thanks-page .site-header {
	display: none !important;
}

.audition-thanks {
	display: grid;
	min-height: 100svh;
	box-sizing: border-box;
	place-items: center;
	padding: clamp(32px, 7vw, 80px) 20px;
	background-color: #fbf8f2;
	background-image:
		linear-gradient(rgba(14, 41, 74, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(14, 41, 74, 0.045) 1px, transparent 1px);
	background-size: 32px 32px;
}

.audition-thanks__card {
	width: min(100%, 720px);
	box-sizing: border-box;
	padding: clamp(38px, 7vw, 72px) clamp(22px, 7vw, 70px);
	border: 1px solid rgba(14, 41, 74, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 55px rgba(14, 41, 74, 0.09);
	text-align: center;
}

.audition-thanks__eyebrow {
	margin: 0 0 20px;
	color: #bd862a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.audition-thanks__mark {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #d7aa56, #c78b2d);
	font-size: 30px;
	font-weight: 700;
}

.audition-thanks h1 {
	margin: 0;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(28px, 5vw, 44px);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.audition-thanks__lead {
	margin: 28px 0 0;
	font-size: clamp(16px, 2.2vw, 20px);
	font-weight: 700;
	line-height: 1.7;
}

.audition-thanks__message {
	margin: 14px 0 0;
	color: #536273;
	font-size: 15px;
	line-height: 2;
}

.audition-thanks__button {
	position: relative;
	display: flex;
	min-height: 62px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin-top: 36px;
	padding: 14px 54px;
	border-radius: 999px;
	color: #fff;
	background: #0e294a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.audition-thanks__button span {
	position: absolute;
	right: 24px;
	font-size: 28px;
	font-weight: 400;
}

.audition-thanks__button:hover,
.audition-thanks__button:focus-visible {
	opacity: 0.9;
	transform: translateY(-2px);
}

.audition-thanks__button:focus-visible {
	outline: 3px solid rgba(14, 41, 74, 0.25);
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.audition-thanks {
		padding-right: 14px;
		padding-left: 14px;
	}

	.audition-thanks__card {
		border-radius: 16px;
	}

	.audition-thanks__message br {
		display: none;
	}
}
