.fmc-mv-wrap {
	max-width: 720px;
	margin: 48px auto 80px;
	padding: 0 20px;
}

.fmc-mv-card {
	background: #fff;
	border: 1px solid #d8e3e8;
	border-radius: 16px;
	padding: 32px 28px;
	text-align: center;
	box-shadow: 0 12px 40px rgba(16, 39, 48, 0.08);
}

.fmc-mv-card--error h1 {
	font-family: 'Playfair Display', serif;
	color: #103948;
	margin-bottom: 12px;
}

.fmc-mv-kicker {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #1c6b7d;
	margin: 0 0 8px;
	font-weight: 600;
}

.fmc-mv-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(26px, 4vw, 34px);
	color: #103948;
	margin: 0 0 10px;
}

.fmc-mv-sub {
	color: #6e7180;
	font-size: 15px;
	margin: 0 0 24px;
	line-height: 1.6;
}

.fmc-mv-player {
	width: 100%;
	max-height: 420px;
	border-radius: 12px;
	background: #0c0d11;
}

.fmc-mv-player--audio {
	height: 54px;
	background: #f4f6f8;
}

.fmc-mv-foot {
	margin-top: 20px;
	font-size: 13px;
	color: #9aa1b4;
}

@media (max-width: 768px) {
	.fmc-mv-wrap { margin: 32px auto 48px; padding: 0 16px; }
	.fmc-mv-card { padding: 24px 18px; }
	.fmc-mv-title { font-size: 26px; }
}

@media (max-width: 480px) {
	.fmc-mv-player { max-height: 280px; }
}

.fmc-mv-btn {
	display: inline-block;
	margin-top: 16px;
	background: #1c6b7d;
	color: #fff;
	padding: 12px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}
