:root {
	--audition-navy: #0e294a;
	--audition-dark-navy: #071b31;
	--audition-off-white: #f8f5ef;
	--audition-white: #ffffff;
	--audition-accent: #c96f4f;
	--audition-gold: #c39a4a;
	--audition-line: #06c755;
	--audition-left-width: 0px;
	--audition-right-width: 0px;
}

body.page-template-page-audition {
	background: var(--audition-off-white);
}

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

.audition-layout__sidebar,
.audition-desktop-hero,
.audition-layout__mobile-cta {
	display: none;
}

.audition-layout__main {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
	overflow-x: clip;
}

.audition-section-anchor {
	display: block;
	height: 1px;
	scroll-margin-top: 24px;
}

@media (min-width: 1024px) {
	:root {
		--audition-left-width: 220px;
		--audition-right-width: 250px;
	}

	html {
		scroll-behavior: smooth;
	}

	body.page-template-page-audition {
		background: var(--audition-off-white);
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	}

	body.page-template-page-audition.admin-bar .audition-layout__sidebar {
		top: 32px;
	}

	.audition-layout__main {
		width: auto;
		max-width: none;
		margin-right: var(--audition-right-width);
		margin-left: var(--audition-left-width);
		background-color: var(--audition-off-white);
		background-image:
			linear-gradient(rgba(20, 45, 75, 0.04) 1px, transparent 1px),
			linear-gradient(90deg, rgba(20, 45, 75, 0.04) 1px, transparent 1px);
		background-size: 48px 48px;
	}

	.audition-layout__main > section {
		width: 100%;
		max-width: 1100px;
		margin-inline: auto;
	}

	.audition-layout__sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 80;
		display: flex;
		box-sizing: border-box;
		flex-direction: column;
		height: 100vh;
		overflow-y: auto;
	}

	body.page-template-page-audition.admin-bar .audition-layout__sidebar {
		height: calc(100vh - 32px);
	}

	.audition-layout__sidebar--left {
		left: 0;
		width: var(--audition-left-width);
		padding: 28px 22px 24px;
		border-right: 1px solid rgba(14, 41, 74, 0.12);
		background: #fbfaf7;
		color: var(--audition-navy);
	}

	.audition-sidebar__brand {
		display: block;
		margin-bottom: 30px;
		color: var(--audition-navy);
		text-decoration: none;
	}

	.audition-sidebar__brand img {
		display: block;
		width: min(100%, 190px);
		height: auto;
		max-height: 82px;
		object-fit: contain;
		object-position: left center;
	}

	.audition-sidebar__brand-text {
		display: block;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.08em;
	}

	.audition-sidebar__eyebrow {
		margin: 0 0 14px;
		color: var(--audition-gold);
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.18em;
		text-transform: uppercase;
	}

	.audition-sidebar__nav {
		margin-bottom: 24px;
	}

	.audition-sidebar__nav-list,
	.audition-sidebar__social-list,
	.audition-cta-panel__points {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.audition-sidebar__nav-item + .audition-sidebar__nav-item {
		border-top: 1px solid rgba(14, 41, 74, 0.1);
	}

	.audition-sidebar__nav-link {
		position: relative;
		display: block;
		padding: 10px 4px 10px 15px;
		color: rgba(7, 27, 49, 0.7);
		font-size: 12px;
		font-weight: 500;
		line-height: 1.45;
		letter-spacing: 0.04em;
		text-decoration: none;
		transition: color 180ms ease;
	}

	.audition-sidebar__nav-link::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 2px;
		height: 0;
		background: var(--audition-accent);
		content: "";
		transform: translateY(-50%);
		transition: height 180ms ease;
	}

	.audition-sidebar__nav-link:hover,
	.audition-sidebar__nav-link:focus-visible,
	.audition-sidebar__nav-link.is-active {
		color: var(--audition-navy);
	}

	.audition-sidebar__nav-link.is-active {
		font-weight: 700;
	}

	.audition-sidebar__nav-link.is-active::before {
		height: 22px;
	}

	.audition-sidebar__socials {
		margin-top: auto;
		padding-top: 18px;
		border-top: 1px solid rgba(14, 41, 74, 0.15);
	}

	.audition-sidebar__social-list {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 14px;
	}

	.audition-sidebar__social-link {
		color: var(--audition-navy);
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-decoration: none;
		text-transform: uppercase;
	}

	.audition-sidebar__social-link:hover,
	.audition-sidebar__social-link:focus-visible {
		color: var(--audition-accent);
	}

	.audition-layout__sidebar--right {
		right: 0;
		width: var(--audition-right-width);
		padding: 28px 22px;
		background: var(--audition-dark-navy);
		color: var(--audition-white);
	}

	.audition-cta-panel {
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
	}

	.audition-cta-panel__eyebrow {
		margin: 0 0 16px;
		color: var(--audition-gold);
		font-family: Georgia, "Times New Roman", serif;
		font-size: 11px;
		letter-spacing: 0.18em;
		text-transform: uppercase;
	}

	.audition-cta-panel__title {
		margin: 0 0 12px;
		color: var(--audition-white);
		font-size: 24px;
		font-weight: 700;
		line-height: 1.45;
		letter-spacing: 0.03em;
	}

	.audition-cta-panel__lead {
		margin: 0 0 24px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 13px;
		line-height: 1.8;
	}

	.audition-cta-panel__points {
		display: grid;
		gap: 9px;
		margin-bottom: 28px;
	}

	.audition-cta-panel__point {
		position: relative;
		padding-left: 17px;
		color: rgba(255, 255, 255, 0.9);
		font-size: 12px;
		line-height: 1.6;
	}

	.audition-cta-panel__point::before {
		position: absolute;
		top: 0.65em;
		left: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--audition-gold);
		content: "";
	}

	.audition-cta-panel__actions {
		display: grid;
		gap: 12px;
	}

	.audition-cta-panel__button {
		display: grid;
		min-height: 70px;
		box-sizing: border-box;
		place-content: center;
		padding: 12px 18px;
		border: 1px solid transparent;
		border-radius: 10px;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		text-decoration: none;
		transition: transform 180ms ease, background-color 180ms ease;
	}

	.audition-cta-panel__button:hover,
	.audition-cta-panel__button:focus-visible {
		transform: translateY(-2px);
	}

	.audition-cta-panel__button--line {
		background: var(--audition-line);
		color: var(--audition-white);
	}

	.audition-cta-panel__button--web {
		border-color: var(--audition-navy);
		background: var(--audition-white);
		color: var(--audition-navy);
	}

	.audition-cta-panel__button-label {
		display: block;
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.audition-cta-panel__button-note {
		display: block;
		margin-top: 3px;
		font-size: 10px;
		font-weight: 500;
		opacity: 0.78;
	}

	.audition-desktop-hero {
		display: grid;
		min-height: 100vh;
		box-sizing: border-box;
		place-items: center;
		padding: 64px 40px;
		background: rgba(248, 245, 239, 0.52);
	}

	.audition-desktop-hero .hero__content {
		position: relative;
		display: grid;
		width: min(100%, 920px);
		min-height: calc(100vh - 128px);
		box-sizing: border-box;
		place-items: center;
		border: 1px solid rgba(14, 41, 74, 0.12);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.46);
	}

	.audition-desktop-hero .hero__copy,
	.audition-desktop-hero .hero__visual,
	.audition-desktop-hero .hero__cta {
		position: absolute;
		inset: 0;
	}

	.audition-desktop-hero .hero__visual {
		display: grid;
		place-items: center;
	}

	.audition-desktop-hero .hero__placeholder {
		color: rgba(14, 41, 74, 0.28);
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(18px, 2.2vw, 32px);
		letter-spacing: 0.14em;
		text-align: center;
	}

	.audition-final-hero {
		display: none !important;
	}

	.audition-layout__main :where(section[id], .audition-section-anchor[id]) {
		scroll-margin-top: 24px;
	}

	.audition-layout__sidebar a:focus-visible,
	.audition-desktop-hero a:focus-visible {
		outline: 2px solid var(--audition-gold);
		outline-offset: 3px;
	}
}

@media (min-width: 1280px) {
	:root {
		--audition-left-width: 270px;
		--audition-right-width: 310px;
	}

	.audition-layout__sidebar--left {
		padding: 36px 30px 28px;
	}

	.audition-layout__sidebar--right {
		padding: 40px 30px;
	}

	.audition-sidebar__nav-link {
		padding-block: 12px;
		font-size: 13px;
	}

	.audition-cta-panel__title {
		font-size: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.audition-sidebar__nav-link,
	.audition-sidebar__nav-link::before,
	.audition-cta-panel__button {
		transition: none;
	}
}

@media (min-width: 1024px) {
	:root {
		--audition-left-width: 0px;
		--audition-right-width: 0px;
	}

	.audition-layout__sidebar {
		display: none !important;
	}

	.audition-layout__main {
		margin-right: 0;
		margin-left: 0;
	}
}

/* Completed first view shared by mobile and desktop. */
	.audition-final-hero.audition-fv {
		--audition-fv-gutter: clamp(18px, 5vw, 40px);
		position: relative;
		display: block !important;
		isolation: isolate;
		min-height: 100svh;
		padding: 0;
		color: #fff;
		background-color: #061525;
		background-image: url("../images/audition-hero-mobile-v2.jpg");
		background-position: 57% top;
		background-size: cover;
	}

	.audition-fv::before {
		position: absolute;
		z-index: -1;
		inset: 0;
		background:
			linear-gradient(180deg, rgba(3, 12, 20, 0.06) 0%, rgba(3, 12, 20, 0.12) 27%, rgba(3, 12, 20, 0.82) 68%, #061525 100%),
			linear-gradient(90deg, rgba(3, 12, 20, 0.7) 0%, rgba(3, 12, 20, 0.14) 74%);
		content: "";
	}

	.audition-fv__inner {
		display: flex;
		min-height: 100svh;
		box-sizing: border-box;
		flex-direction: column;
		padding: clamp(28px, 7vw, 48px) var(--audition-fv-gutter) 0;
	}

	.audition-fv__header {
		align-self: flex-start;
	}

	.audition-fv__brand {
		display: block;
		width: clamp(170px, 44vw, 210px);
		margin-bottom: 20px;
	}

	.audition-fv__brand-image {
		display: block;
		width: 100%;
		height: auto;
		mix-blend-mode: screen;
	}

	.audition-fv__eyebrow,
	.audition-fv__recruitment,
	.audition-fv__lead {
		margin: 0;
	}

	.audition-fv__eyebrow {
		display: inline-block;
		padding: 8px 12px;
		background: rgba(7, 31, 57, 0.94);
		font-size: clamp(14px, 4vw, 19px);
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}

	.audition-fv__recruitment {
		position: relative;
		width: fit-content;
		margin-top: 10px;
		padding: 0 12px 7px;
		font-size: clamp(14px, 3.8vw, 18px);
		font-weight: 700;
		letter-spacing: 0.06em;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.85);
	}

	.audition-fv__recruitment::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #df7b32;
		content: "";
	}

	.audition-fv__copy {
		margin-top: clamp(20px, 3svh, 32px);
	}

	.audition-fv__title {
		margin: 0;
		font-size: clamp(35px, 9.6vw, 48px);
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.34;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
	}

	.audition-fv__title span {
		display: block;
	}

	.audition-fv__title-accent {
		color: #e68133;
	}

	.audition-fv__lead {
		margin-top: 20px;
		font-size: clamp(14px, 3.8vw, 18px);
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1.8;
		text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
	}

	.audition-fv__lead span {
		display: block;
	}

	.audition-fv__actions {
		display: grid;
		gap: 12px;
		margin-top: 24px;
	}

	.audition-fv__button {
		display: grid;
		min-height: 72px;
		box-sizing: border-box;
		align-items: center;
		grid-template-columns: 54px minmax(0, 1fr) 14px;
		gap: 12px;
		padding: 10px 16px;
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
		text-decoration: none;
	}

	.audition-fv__button--line {
		color: #fff;
		background: #13c947;
	}

	.audition-fv__button--web {
		color: #0b2949;
		background: #fff;
	}

	.audition-fv__button-copy {
		display: flex;
		min-width: 0;
		flex-direction: column;
		gap: 3px;
	}

	.audition-fv__button-copy strong {
		font-size: clamp(17px, 4.9vw, 23px);
		letter-spacing: 0.04em;
		line-height: 1.25;
	}

	.audition-fv__button-copy small {
		font-size: clamp(10px, 2.8vw, 13px);
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.4;
	}

	.audition-fv__line-mark {
		position: relative;
		display: grid;
		width: 48px;
		height: 48px;
		place-items: center;
		border-radius: 50%;
		color: #13b940;
		background: #fff;
		font-size: 13px;
		font-weight: 800;
	}

	.audition-fv__line-mark::after {
		position: absolute;
		bottom: -4px;
		left: 12px;
		width: 12px;
		height: 12px;
		background: #fff;
		clip-path: polygon(0 0, 100% 0, 45% 100%);
		content: "";
	}

	.audition-fv__web-mark {
		display: grid;
		width: 48px;
		height: 48px;
		place-items: center;
	}

	.audition-fv__web-mark svg {
		width: 44px;
		height: 44px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2.5;
	}

	.audition-fv__button-arrow {
		width: 11px;
		height: 11px;
		border-top: 3px solid currentColor;
		border-right: 3px solid currentColor;
		transform: rotate(45deg);
	}

	.audition-fv__button:focus-visible {
		outline: 3px solid #e68133;
		outline-offset: 3px;
	}

	.audition-fv__marquee {
		overflow: hidden;
		margin-top: 24px;
		margin-right: calc(var(--audition-fv-gutter) * -1);
		margin-left: calc(var(--audition-fv-gutter) * -1);
		padding: 12px 0;
		background: rgba(7, 31, 57, 0.92);
	}

	.audition-fv__marquee-row {
		overflow: hidden;
	}

	.audition-fv__marquee-row + .audition-fv__marquee-row {
		margin-top: 8px;
	}

	.audition-fv__marquee-track {
		display: flex;
		width: max-content;
		animation: audition-fv-marquee 24s linear infinite;
		will-change: transform;
	}

	.audition-fv__marquee-row--reverse .audition-fv__marquee-track {
		animation-direction: reverse;
	}

	.audition-fv__marquee-group {
		display: flex;
		padding-right: 7px;
		flex: none;
		gap: 7px;
	}

	.audition-fv__marquee-card {
		width: clamp(72px, 21vw, 96px);
		margin: 0;
		overflow: hidden;
		aspect-ratio: 4 / 5;
		border: 1px solid rgba(255, 255, 255, 0.42);
		border-radius: 6px;
		background: #fff;
	}

	.audition-fv__marquee-card img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

	@keyframes audition-fv-marquee {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-50%);
		}
	}

@media (min-width: 1280px) {
	.audition-final-hero.audition-fv {
		--audition-fv-gutter: clamp(32px, 4vw, 56px);
		min-height: 100vh;
		background-position: 58% center;
	}

	.audition-fv__inner {
		width: 100%;
		max-width: 1100px;
		min-height: 100vh;
		margin: 0 auto;
		padding-top: clamp(36px, 4vw, 56px);
	}

	.audition-fv__brand {
		width: clamp(190px, 22vw, 250px);
		margin-bottom: 18px;
	}

	.audition-fv__eyebrow {
		padding: 9px 15px;
		font-size: clamp(16px, 1.5vw, 20px);
	}

	.audition-fv__recruitment {
		margin-top: 12px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: clamp(16px, 1.4vw, 19px);
	}

	.audition-fv__copy {
		width: min(100%, 620px);
		margin-top: clamp(24px, 3vh, 36px);
	}

	.audition-fv__title {
		font-size: clamp(42px, 4.6vw, 64px);
		line-height: 1.24;
	}

	.audition-fv__lead {
		margin-top: 22px;
		font-size: clamp(16px, 1.5vw, 20px);
		line-height: 1.75;
	}

	.audition-fv__actions {
		width: min(100%, 560px);
		gap: 14px;
		margin-top: 28px;
	}

	.audition-fv__button {
		min-height: 82px;
		grid-template-columns: 60px minmax(0, 1fr) 16px;
		gap: 16px;
		padding: 12px 20px;
		border-radius: 18px;
	}

	.audition-fv__button-copy strong {
		font-size: clamp(21px, 2vw, 27px);
	}

	.audition-fv__button-copy small {
		font-size: clamp(12px, 1.1vw, 14px);
	}

	.audition-fv__line-mark,
	.audition-fv__web-mark {
		width: 54px;
		height: 54px;
	}

	.audition-fv__web-mark svg {
		width: 50px;
		height: 50px;
	}

	.audition-fv__marquee {
		margin-top: 36px;
		padding: 14px 0;
	}

	.audition-fv__marquee-row + .audition-fv__marquee-row {
		margin-top: 10px;
	}

	.audition-fv__marquee-group {
		padding-right: 10px;
		gap: 10px;
	}

	.audition-fv__marquee-card {
		width: clamp(96px, 9vw, 118px);
		border-radius: 8px;
	}
}

@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
	.audition-fv__marquee-track {
		animation: none;
	}
}

@media (max-width: 1279px) {
	body.sophia-audition-page {
		max-width: 100%;
		overflow-x: hidden;
	}

	.audition-final-hero.audition-fv,
	.audition-fv__inner,
	.audition-fv__header,
	.audition-fv__copy,
	.audition-fv__actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.audition-layout__mobile-cta {
		position: fixed;
		z-index: 100;
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom));
		left: 10px;
		display: grid;
		box-sizing: border-box;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 8px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 16px;
		background: rgba(6, 21, 37, 0.96);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
		opacity: 0;
		visibility: hidden;
		transform: translateY(calc(100% + 24px));
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
	}

	.audition-layout__mobile-cta.is-visible {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.audition-layout__mobile-cta-button {
		display: flex;
		min-width: 0;
		min-height: 58px;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 8px 6px;
		border-radius: 11px;
		font-weight: 700;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
	}

	.audition-layout__mobile-cta-button strong {
		font-size: clamp(14px, 4vw, 17px);
		letter-spacing: 0.03em;
	}

	.audition-layout__mobile-cta-button small {
		margin-top: 3px;
		font-size: clamp(9px, 2.6vw, 11px);
		font-weight: 600;
	}

	.audition-layout__mobile-cta-button--line {
		color: #fff;
		background: #13c947;
	}

	.audition-layout__mobile-cta-button--web {
		color: #0b2949;
		background: #fff;
	}

	.audition-layout__mobile-cta-button:focus-visible {
		outline: 3px solid #e68133;
		outline-offset: 2px;
	}
}

@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
	.audition-layout__mobile-cta {
		transition: none;
	}
}

/* Audition entry form */
.audition-entry {
	color: #0e294a;
	background: transparent;
}

.audition-entry__inner {
	width: min(100%, 820px);
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(64px, 8vw, 96px) clamp(18px, 4vw, 36px) clamp(86px, 10vw, 120px);
}

.audition-entry__header {
	text-align: center;
}

.audition-entry__eyebrow {
	margin: 0 0 10px;
	color: #c49337;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(12px, 1.8vw, 16px);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.audition-entry__header h2 {
	margin: 0;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(29px, 4.8vw, 48px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.35;
}

.audition-entry__header > p:last-child {
	margin: 18px 0 0;
	font-size: clamp(13px, 1.8vw, 17px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.audition-entry__progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 54px;
	max-width: 610px;
	margin: 38px auto 40px;
	padding: 0;
	list-style: none;
}

.audition-entry__progress::before {
	position: absolute;
	top: 21px;
	right: 16%;
	left: 16%;
	height: 1px;
	background: #d6c6a7;
	content: "";
}

.audition-entry__progress li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	font-size: clamp(10px, 1.5vw, 13px);
	text-align: center;
}

.audition-entry__progress li > span {
	display: grid;
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	place-items: center;
	border: 1px solid #d2c8bb;
	border-radius: 50%;
	color: #a89d90;
	background: #fffdfa;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.audition-entry__progress li.is-active > span,
.audition-entry__progress li.is-complete > span {
	border-color: #ce9738;
	color: #fff;
	background: linear-gradient(135deg, #d7aa56, #c78b2d);
}

.audition-entry__progress li > strong {
	font-weight: 600;
}

.audition-entry-step {
	box-sizing: border-box;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(14, 41, 74, 0.09);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 5px 20px rgba(14, 41, 74, 0.07);
}

.audition-entry-step[hidden] {
	display: none !important;
}

.audition-entry-step__header {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(14, 41, 74, 0.1);
}

.audition-entry-step__header > span {
	flex: none;
	color: #c89032;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(15px, 2.1vw, 20px);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.audition-entry-step__header h3 {
	margin: 0;
	font-size: clamp(17px, 2.2vw, 21px);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.audition-entry-fields {
	display: grid;
	gap: 24px;
	margin-top: 22px;
}

.audition-entry-field {
	display: grid;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	gap: 10px;
}

.audition-entry-field > span,
.audition-entry-field > legend,
.audition-entry-upload > legend {
	padding: 0;
	font-size: clamp(13px, 1.7vw, 16px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.audition-entry-field em,
.audition-entry-upload em,
.audition-entry-consent em {
	display: inline-block;
	margin-left: 7px;
	padding: 2px 5px;
	border-radius: 3px;
	color: #fff;
	background: #d95853;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	vertical-align: 2px;
}

.audition-entry-field i,
.audition-entry-upload i {
	display: inline-block;
	margin-left: 7px;
	padding: 2px 5px;
	border-radius: 3px;
	color: #fff;
	background: #999590;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	vertical-align: 2px;
}

.audition-entry-field input[type="text"],
.audition-entry-field input[type="tel"],
.audition-entry-field input[type="email"],
.audition-entry-field input[type="url"],
.audition-entry-field select,
.audition-entry-field textarea {
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	padding: 12px 15px;
	border: 1px solid #d5cec5;
	border-radius: 7px;
	color: #0e294a;
	background: #fff;
	font: inherit;
	font-size: 15px;
	line-height: 1.5;
}

.audition-entry-field textarea {
	min-height: 150px;
	resize: vertical;
}

.audition-entry-field input:focus,
.audition-entry-field select:focus,
.audition-entry-field textarea:focus {
	border-color: #c89032;
	outline: 2px solid rgba(200, 144, 50, 0.18);
	outline-offset: 1px;
}

.audition-entry-field input::placeholder,
.audition-entry-field textarea::placeholder {
	color: #aaa6a0;
}

.audition-entry-field__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.audition-entry-field__date {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 14px;
}

.audition-entry-inline-choices {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px 28px;
}

.audition-entry-inline-choices label,
.audition-entry-choice-cards label,
.audition-entry-upload__options label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.audition-entry-inline-choices input,
.audition-entry-choice-cards input,
.audition-entry-upload__options input {
	width: 22px;
	height: 22px;
	margin: 0 9px 0 0;
	accent-color: #cc9538;
}

.audition-entry-field--choices,
.audition-entry-field--stacked,
.audition-entry-field--sns {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(14, 41, 74, 0.09);
}

.audition-entry-choice-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.audition-entry-choice-cards label {
	min-height: 66px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #d7d0c8;
	border-radius: 7px;
	background: #fff;
}

.audition-entry-choice-cards label:has(input:checked) {
	border-color: #cc9538;
	box-shadow: inset 0 0 0 1px #cc9538;
}

.audition-entry-choice-cards label > span {
	margin-right: 8px;
	font-size: 22px;
}

.audition-entry-field--stacked > input {
	max-width: 320px;
	justify-self: end;
}

.audition-entry-field > small {
	justify-self: end;
	color: #777;
}

.audition-entry-field--sns > p {
	margin: -2px 0 2px;
	color: #5d6875;
	font-size: 13px;
}

.audition-entry-upload {
	min-width: 0;
	margin: 0;
	padding: 0 0 22px;
	border: 0;
	border-bottom: 1px solid rgba(14, 41, 74, 0.1);
}

.audition-entry-upload > legend small {
	display: block;
	margin-top: 7px;
	font-size: 11px;
	font-weight: 500;
}

.audition-entry-upload__body {
	display: grid;
	align-items: stretch;
	grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.85fr);
	gap: 22px;
	margin-top: 14px;
}

.audition-entry-upload__options {
	display: grid;
	align-content: start;
	gap: 10px;
}

.audition-entry-upload__options label {
	min-height: 56px;
	box-sizing: border-box;
	padding: 10px 13px;
	border: 1px solid #d7d0c8;
	border-radius: 7px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.audition-entry-upload__options label:has(input:checked) {
	border-color: #cc9538;
	box-shadow: inset 0 0 0 1px #cc9538;
}

.audition-entry-upload__options label span small {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	font-weight: 500;
}

.audition-entry-upload__drop {
	display: flex;
	min-height: 136px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 14px;
	border: 1px solid #d7d0c8;
	border-radius: 7px;
	background: #fbfaf8;
	cursor: pointer;
	text-align: center;
}

.audition-entry-upload__drop input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.audition-entry-upload__drop > span {
	font-size: 38px;
	line-height: 1;
}

.audition-entry-upload__drop strong {
	margin-top: 8px;
	font-size: 13px;
}

.audition-entry-upload__drop small {
	margin-top: 4px;
	color: #626c78;
	font-size: 10px;
}

.audition-entry-upload__drop:focus-within {
	border-color: #c89032;
	outline: 2px solid rgba(200, 144, 50, 0.18);
}

.audition-entry-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}

.audition-entry-consent input {
	width: 24px;
	height: 24px;
	margin: 1px 0 0;
	flex: none;
	accent-color: #cc9538;
}

.audition-entry-consent small {
	display: block;
	margin-top: 6px;
	color: #65707d;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.7;
}

.audition-entry-step__actions {
	display: grid;
	grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.2fr);
	gap: 24px;
	margin-top: 30px;
}

.audition-entry-step__actions--next {
	display: block;
}

.audition-entry-button {
	position: relative;
	width: 100%;
	min-height: 66px;
	box-sizing: border-box;
	border-radius: 999px;
	font: inherit;
	font-size: clamp(16px, 2.2vw, 21px);
	font-weight: 700;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.audition-entry-button--primary {
	border: 0;
	color: #fff;
	background: linear-gradient(90deg, #d8a74d, #c68a2c);
}

.audition-entry-button--back {
	border: 1px solid #0e294a;
	color: #0e294a;
	background: #fff;
}

.audition-entry-button > span {
	position: absolute;
	top: 50%;
	right: 28px;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.audition-entry-button--back > span {
	right: auto;
	left: 28px;
	transform: translateY(-50%) rotate(-135deg);
}

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

.audition-entry-form__status {
	margin: 18px 0 0;
	padding: 13px;
	border-radius: 7px;
	border: 1px solid transparent;
	color: #fff !important;
	background: #0e294a;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.audition-entry-form__status.is-success {
	border-color: #d6a13b;
	color: #fff !important;
	background: #0e294a;
}

.audition-entry-form__status.is-error {
	border-color: #f3b3ab;
	color: #fff !important;
	background: #a12a22;
}

@media (max-width: 767px) {
	.audition-entry__inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.audition-entry__header h2 {
		font-size: clamp(25px, 7.2vw, 34px);
	}

	.audition-entry__header > p:last-child br:last-of-type {
		display: none;
	}

	.audition-entry__progress {
		gap: 12px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.audition-entry__progress::before {
		top: 18px;
		right: 17%;
		left: 17%;
	}

	.audition-entry__progress li {
		gap: 7px;
		font-size: 9px;
	}

	.audition-entry__progress li > span {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.audition-entry-step {
		padding: 22px 16px;
	}

	.audition-entry-step__header {
		align-items: flex-start;
		gap: 14px;
		padding-bottom: 17px;
	}

	.audition-entry-step__header h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.audition-entry-fields {
		gap: 20px;
	}

	.audition-entry-field__columns {
		gap: 8px;
	}

	.audition-entry-field__date {
		grid-template-columns: 1.2fr 1fr 1fr;
		gap: 7px;
	}

	.audition-entry-field input[type="text"],
	.audition-entry-field input[type="tel"],
	.audition-entry-field input[type="email"],
	.audition-entry-field input[type="url"],
	.audition-entry-field select,
	.audition-entry-field textarea {
		min-height: 48px;
		padding: 10px 11px;
		font-size: 13px;
	}

	.audition-entry-inline-choices {
		gap: 12px 18px;
	}

	.audition-entry-inline-choices input,
	.audition-entry-choice-cards input,
	.audition-entry-upload__options input {
		width: 20px;
		height: 20px;
	}

	.audition-entry-choice-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.audition-entry-choice-cards label {
		min-height: 58px;
		font-size: 12px;
	}

	.audition-entry-field--stacked > input {
		max-width: none;
	}

	.audition-entry-upload__body {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.audition-entry-upload__drop {
		min-height: 118px;
	}

	.audition-entry-step__actions {
		grid-template-columns: minmax(100px, 0.72fr) minmax(165px, 1.28fr);
		gap: 10px;
	}

	.audition-entry-button {
		min-height: 56px;
		font-size: 14px;
	}

	.audition-entry-button > span {
		right: 18px;
	}

	.audition-entry-button--back > span {
		right: auto;
		left: 18px;
	}
}

/* Audition page motion */
.audition-motion-ready [data-audition-reveal] {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--audition-motion-delay, 0ms);
	will-change: opacity, transform;
}

.audition-motion-ready [data-audition-reveal="left"] {
	transform: translate3d(-34px, 0, 0);
}

.audition-motion-ready [data-audition-reveal="right"] {
	transform: translate3d(34px, 0, 0);
}

.audition-motion-ready [data-audition-reveal="scale"] {
	transform: translate3d(0, 18px, 0) scale(0.965);
}

.audition-motion-ready [data-audition-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	will-change: auto;
}

.audition-motion-ready .audition-fv__brand,
.audition-motion-ready .audition-fv__eyebrow,
.audition-motion-ready .audition-fv__recruitment,
.audition-motion-ready .audition-fv__title > span,
.audition-motion-ready .audition-fv__lead,
.audition-motion-ready .audition-fv__actions {
	opacity: 0;
	animation: audition-fv-intro 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.audition-motion-ready .audition-fv__brand {
	animation-delay: 0.05s;
}

.audition-motion-ready .audition-fv__eyebrow {
	animation-delay: 0.14s;
}

.audition-motion-ready .audition-fv__recruitment {
	animation-delay: 0.22s;
}

.audition-motion-ready .audition-fv__title > span:nth-child(1) {
	animation-delay: 0.3s;
}

.audition-motion-ready .audition-fv__title > span:nth-child(2) {
	animation-delay: 0.38s;
}

.audition-motion-ready .audition-fv__title > span:nth-child(3) {
	animation-delay: 0.46s;
}

.audition-motion-ready .audition-fv__title > span:nth-child(4) {
	animation-delay: 0.54s;
}

.audition-motion-ready .audition-fv__lead {
	animation-delay: 0.64s;
}

.audition-motion-ready .audition-fv__actions {
	animation-delay: 0.74s;
}

.audition-motion-ready .audition-entry-step.is-active {
	animation: audition-entry-step-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes audition-fv-intro {
	from {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes audition-entry-step-in {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1279px) {
	.audition-motion-ready .audition-fv__brand,
	.audition-motion-ready .audition-fv__eyebrow,
	.audition-motion-ready .audition-fv__recruitment,
	.audition-motion-ready .audition-fv__title > span,
	.audition-motion-ready .audition-fv__lead,
	.audition-motion-ready .audition-fv__actions {
		opacity: 1;
		animation: none;
		transform: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.audition-support-card,
	.audition-result-card,
	.audition-voice-card,
	.audition-flow-card {
		transition: transform 0.28s ease, box-shadow 0.28s ease;
	}

	.audition-support-card:hover,
	.audition-result-card:hover,
	.audition-voice-card:hover,
	.audition-flow-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 14px 34px rgba(14, 41, 74, 0.13);
	}

	.audition-result-card__visual img,
	.audition-production__short-visual img,
	.audition-voice-card__profile img {
		transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.audition-result-card:hover .audition-result-card__visual img,
	.audition-production__short-visual:hover img,
	.audition-voice-card:hover .audition-voice-card__profile img {
		transform: scale(1.035);
	}

	.audition-fv__button,
	.audition-results__more,
	.audition-voices__cta,
	.audition-entry-button {
		transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	}

	.audition-fv__button:hover,
	.audition-results__more:hover,
	.audition-voices__cta:hover,
	.audition-entry-button:hover {
		transform: translateY(-3px);
		box-shadow: 0 12px 28px rgba(14, 41, 74, 0.18);
	}
}

@media (prefers-reduced-motion: reduce) {
	.audition-motion-ready [data-audition-reveal],
	.audition-motion-ready .audition-fv__brand,
	.audition-motion-ready .audition-fv__eyebrow,
	.audition-motion-ready .audition-fv__recruitment,
	.audition-motion-ready .audition-fv__title > span,
	.audition-motion-ready .audition-fv__lead,
	.audition-motion-ready .audition-fv__actions,
	.audition-motion-ready .audition-entry-step.is-active {
		opacity: 1;
		animation: none;
		transform: none;
		transition: none;
	}
}
