/* Wedding Videos — scoped to .mg-page.mg-videos (Anton + Sora) */

.mg-page.mg-videos {
	overflow-x: hidden;
}

.mg-page.mg-videos a {
	color: var(--gold-bright);
}

.mg-page.mg-videos .btn {
	font-family: var(--body);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.3px;
	padding: 16px 32px;
	border-radius: 46px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: none;
	transition: all 0.25s;
}

.mg-page.mg-videos .btn-gold {
	background: var(--gold);
	color: var(--ink);
}

.mg-page.mg-videos .btn-gold:hover {
	background: var(--gold-bright);
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(212, 175, 55, 0.4);
}

.mg-page.mg-videos .btn-ghost {
	background: transparent;
	color: var(--paper);
	border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.mg-page.mg-videos .btn-ghost:hover {
	border-color: var(--paper);
	background: rgba(255, 255, 255, 0.06);
}

.mg-page.mg-videos .play-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ink);
	display: inline-block;
}

.mg-page.mg-videos .grain {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.05;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mg-page.mg-videos .videos-hero {
	position: relative;
	min-height: 72vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 140px 24px 56px;
	overflow: hidden;
}

.mg-page.mg-videos .videos-hero-bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(180deg, rgba(12, 12, 14, 0.72) 0%, rgba(12, 12, 14, 0.55) 50%, #0c0c0e 100%);
}

.mg-page.mg-videos .videos-hero-in {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
}

.mg-page.mg-videos .crumb {
	font-size: 13px;
	color: var(--muted);
	margin-bottom: 22px;
}

.mg-page.mg-videos .crumb a {
	color: var(--muted);
	text-decoration: none;
}

.mg-page.mg-videos .crumb span {
	color: var(--gold);
}

.mg-page.mg-videos .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
	margin-bottom: 20px;
}

.mg-page.mg-videos .eyebrow::before {
	content: "";
	width: 30px;
	height: 1px;
	background: var(--gold);
	opacity: 0.5;
}

.mg-page.mg-videos .h1 {
	font-family: var(--display);
	font-size: clamp(44px, 7vw, 96px);
	line-height: 0.95;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.mg-page.mg-videos .h1 em {
	font-style: normal;
	color: var(--gold);
}

.mg-page.mg-videos .hero-sub {
	font-size: clamp(16px, 2vw, 19px);
	color: #d8d4cc;
	max-width: 600px;
	margin-top: 22px;
}

.mg-page.mg-videos .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.mg-page.mg-videos .sec {
	padding: 70px 24px;
	position: relative;
}

.mg-page.mg-videos .sec-alt {
	background: var(--ink-soft);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.mg-page.mg-videos .sec-head {
	max-width: 680px;
	margin: 0 auto 48px;
	text-align: center;
}

.mg-page.mg-videos .sec-tag {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
	margin-bottom: 16px;
	display: block;
	text-align: center;
}

.mg-page.mg-videos .h2 {
	font-family: var(--display);
	font-size: clamp(30px, 4.4vw, 50px);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align: center;
}

.mg-page.mg-videos .sec-sub {
	color: var(--muted);
	text-align: center;
	max-width: 560px;
	margin: 16px auto 0;
	font-size: 16px;
}

.mg-page.mg-videos .video-grid {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.mg-page.mg-videos .vcard {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	background: #1c1c22;
	min-height: 200px;
	display: flex;
	align-items: flex-end;
	border: 1px solid var(--line);
	transition: transform 0.3s, box-shadow 0.3s;
}

.mg-page.mg-videos .vcard:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.mg-page.mg-videos .vcard:hover .vcard-img {
	transform: scale(1.06);
}

.mg-page.mg-videos .vcard-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s;
}

.mg-page.mg-videos .vcard::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(8, 8, 10, 0.85) 100%);
}

.mg-page.mg-videos .vcard-body {
	position: relative;
	z-index: 2;
	padding: 22px;
}

.mg-page.mg-videos .vcard-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(244, 241, 234, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s, background 0.25s;
}

.mg-page.mg-videos .vcard:hover .vcard-play {
	transform: translate(-50%, -50%) scale(1.12);
	background: var(--gold);
}

.mg-page.mg-videos .vcard-play::after {
	content: "";
	border-left: 16px solid var(--ink);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: 4px;
}

.mg-page.mg-videos .vcard h3 {
	position: relative;
	z-index: 2;
	font-family: var(--body);
	font-weight: 600;
	font-size: 18px;
	color: var(--paper);
}

.mg-page.mg-videos .vcard .tag {
	position: relative;
	z-index: 2;
	font-size: 12px;
	color: var(--gold);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mg-page.mg-videos .v-big {
	grid-column: span 7;
	min-height: 420px;
}

.mg-page.mg-videos .v-tall {
	grid-column: span 5;
	min-height: 420px;
}

.mg-page.mg-videos .v-third {
	grid-column: span 4;
	min-height: 240px;
}

.mg-page.mg-videos .embed-wrap {
	max-width: 980px;
	margin: 48px auto 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--line);
	aspect-ratio: 16 / 9;
	background: #000;
}

.mg-page.mg-videos .embed-main {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.mg-page.mg-videos .proof-grid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.mg-page.mg-videos .proof {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 34px 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
	transition: border-color 0.3s, transform 0.3s;
}

.mg-page.mg-videos .proof:hover {
	border-color: rgba(212, 175, 55, 0.4);
	transform: translateY(-4px);
}

.mg-page.mg-videos .proof-num {
	font-family: var(--display);
	font-size: 40px;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 16px;
}

.mg-page.mg-videos .proof h3 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mg-page.mg-videos .proof p {
	color: var(--muted);
	font-size: 15px;
}

.mg-page.mg-videos .videos-cta {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 110px 24px;
}

.mg-page.mg-videos .videos-cta-bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.16), transparent 60%), var(--ink-soft);
}

.mg-page.mg-videos .videos-cta-in {
	position: relative;
	z-index: 2;
	max-width: 640px;
	margin: 0 auto;
}

.mg-page.mg-videos .videos-cta .btn {
	margin-top: 8px;
}

.mg-page.mg-videos .modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(8, 8, 10, 0.92);
	backdrop-filter: blur(8px);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.mg-page.mg-videos .modal.open {
	display: flex;
}

.mg-page.mg-videos .modal-inner {
	max-width: 900px;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--line);
	position: relative;
}

.mg-page.mg-videos .modal-frame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.mg-page.mg-videos .modal-close {
	position: absolute;
	top: -50px;
	right: 0;
	color: var(--paper);
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
}

@media (max-width: 900px) {
	.mg-page.mg-videos .sec {
		padding: 70px 24px;
	}

	.mg-page.mg-videos .video-grid {
		grid-template-columns: 1fr;
	}

	.mg-page.mg-videos .v-big,
	.mg-page.mg-videos .v-tall,
	.mg-page.mg-videos .v-third {
		grid-column: span 1;
		min-height: 260px;
	}
}

@media (min-width: 980px) {
	.mg-page.mg-videos .videos-hero {
		padding: 160px 48px 70px;
	}

	.mg-page.mg-videos .sec {
		padding: 100px 48px;
	}

	.mg-page.mg-videos .proof-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}
