.qnd-mission {
	width: 100%;
	max-width: 100%;
	height: 571px;
	position: relative;
	overflow: visible;
}

/* Outer keeps layout transform; inner handles scale-in animation */
.qnd-mission__vector {
	position: absolute;
	left: 12.54%;
	top: 26.27%;
	width: 27.96%;
	height: 56.39%;
	transform: rotate(-180deg) scaleX(-1);
	z-index: 1;
}

.qnd-mission__vector-inner {
	width: 100%;
	height: 100%;
}

.qnd-mission__vector-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.qnd-mission__quote {
	position: absolute;
	left: 732px;
	top: 190px;
	width: 384px;
	max-width: calc(100% - 48px);
	z-index: 3;
}

.qnd-mission__quote p {
	margin: 0;
	font-family: var(--qnd-font-sans);
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--qnd-black-900);
}

.qnd-mission__quote-line {
	font-family: var(--qnd-font-sans);
	font-weight: 500;
}

.qnd-mission__quote-em {
	font-family: var(--qnd-font-serif);
	font-style: italic;
	font-weight: 400;
}

.qnd-mission__quote-muted {
	color: var(--qnd-muted-1);
}

.qnd-mission__quote-period {
	font-style: normal;
	font-family: var(--qnd-font-sans);
	font-weight: 500;
	color: var(--qnd-black-900);
}

/* Outer keeps translateX(-50%); inner handles scale-in */
.qnd-mission__mark {
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	width: 302px;
	height: 555.7px;
	z-index: 2;
	overflow: visible;
}

.qnd-mission__mark-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.qnd-mission__mark-svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.qnd-mission__mark-shapes {
	pointer-events: none;
}

.qnd-mission__accent-path {
	pointer-events: none;
}

@media (max-width: 1200px) {
	.qnd-mission {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		padding: var(--qnd-space-8) 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
	}

	.qnd-mission__vector {
		position: relative;
		left: auto;
		top: auto;
		width: min(240px, 55vw);
		height: auto;
		aspect-ratio: 312 / 322;
		transform: rotate(-180deg) scaleX(-1);
		margin: 0 auto;
		order: 1;
	}

	.qnd-mission__mark {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin: -24px auto 0;
		width: min(240px, 52vw);
		height: auto;
		aspect-ratio: 302 / 556;
		max-width: 100%;
		order: 2;
	}

	.qnd-mission__quote {
		position: relative;
		left: auto;
		top: auto;
		margin: var(--qnd-space-6) auto 0;
		text-align: center;
		width: 100%;
		max-width: 384px;
		padding: 0;
		box-sizing: border-box;
		order: 3;
	}

	.qnd-mission__quote p {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 768px) {
	.qnd-mission {
		padding: var(--qnd-space-4) 0;
	}

	.qnd-mission__vector {
		width: min(160px, 38vw);
	}

	.qnd-mission__mark {
		margin-top: -12px;
		width: min(190px, 50vw);
	}

	.qnd-mission__quote {
		margin-top: var(--qnd-space-4);
	}

	.qnd-mission__quote p {
		font-size: 22px;
		line-height: 30px;
	}
}
