@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Figtree:wght@400;500;600;700&display=swap");

body.wca-videos-page .nv-page-title-wrap,
body.wca-videos-page .nv-page-title,
body.wca-videos-page .page-header,
body.wca-videos-page .entry-header,
body.wca-videos-page h1.entry-title,
body.wca-videos-page .neve-breadcrumbs-wrapper {
	display: none !important;
}

body.wca-videos-page #content,
body.wca-videos-page .nv-single-page-wrap,
body.wca-videos-page .nv-content-wrap,
body.wca-videos-page .entry-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.wca-videos {
	--deep: #0a3632;
	--ink: #122e2a;
	--mute: #4a6660;
	--paper: #fff;
	--ice: #eef8f4;
	--teal: #14b89a;
	--mint: #a8ead9;
	--line: rgba(18, 46, 42, 0.12);
	--pad: clamp(1.25rem, 4vw, 3.25rem);
	--wide: min(1180px, 100%);
	--d: "Bricolage Grotesque", system-ui, sans-serif;
	--b: "Figtree", system-ui, sans-serif;

	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--b);
	color: var(--ink);
	background: var(--ice);
	-webkit-font-smoothing: antialiased;
}

.wca-videos *,
.wca-videos *::before,
.wca-videos *::after {
	box-sizing: border-box;
}

.wca-videos img {
	display: block;
	max-width: 100%;
}

/* —— HERO: same language as Courses / Blog / Presentations —— */
.wca-videos__hero {
	position: relative;
	min-height: clamp(260px, 36vh, 360px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
}

.wca-videos__hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.wca-videos__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 32%;
	transform: scale(1.04);
	animation: wca-v-ken 18s ease-in-out infinite alternate;
}

.wca-videos__hero-veil {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(105deg, rgba(10, 54, 50, 0.92) 0%, rgba(10, 54, 50, 0.55) 42%, rgba(10, 54, 50, 0.2) 72%, transparent 100%),
		linear-gradient(0deg, rgba(10, 54, 50, 0.75) 0%, transparent 45%);
}

.wca-videos__hero-inner {
	position: relative;
	z-index: 2;
	width: var(--wide);
	margin: 0 auto;
	padding: clamp(4.5rem, 8vh, 5.5rem) var(--pad) clamp(1.75rem, 4vh, 2.35rem);
	max-width: 38rem;
	animation: wca-v-up 0.8s ease both;
}

.wca-videos__brand {
	margin: 0 0 0.85rem;
	font-family: var(--d);
	font-weight: 800;
	font-size: clamp(2.1rem, 6vw, 3.4rem);
	letter-spacing: -0.045em;
	line-height: 0.92;
	text-transform: uppercase;
	color: #fff;
}

.wca-videos__hero h1 {
	margin: 0 0 0.85rem;
	font-family: var(--d);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mint);
}

.wca-videos__lead {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	max-width: 32rem;
}

.wca-videos__strip {
	background: var(--deep);
	color: #fff;
	padding: 1.15rem 0;
	border-bottom: 0;
}

.wca-videos__strip-row {
	width: var(--wide);
	margin: 0 auto;
	padding: 0 var(--pad);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 2rem;
	align-items: center;
	justify-content: space-between;
}

.wca-videos__strip-row p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	max-width: 36rem;
}

.wca-videos__strip-row strong {
	color: var(--mint);
	font-family: var(--d);
	font-weight: 700;
}

.wca-videos__body {
	width: var(--wide);
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 2.75rem) var(--pad) 4.5rem;
}

.wca-videos__empty {
	padding: 2.5rem 1.5rem;
	text-align: center;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 12px;
	color: var(--mute);
}

.wca-videos__watch {
	margin: 0 0 2.5rem;
}

.wca-videos__player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: var(--deep);
	border-radius: 12px;
	overflow: hidden;
}

.wca-videos__player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wca-videos__meta {
	margin-top: 1.1rem;
}

.wca-videos__watch-title {
	margin: 0 0 0.85rem;
	font-family: var(--d);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--deep);
}

.wca-videos__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
}

.wca-videos__later-form {
	display: inline;
	margin: 0;
}

.wca-videos__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 999px;
	background: var(--teal);
	color: #fff;
	font-family: var(--d);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.wca-videos__btn:hover {
	filter: brightness(1.06);
	color: #fff;
}

.wca-videos__btn--ghost {
	background: transparent;
	color: var(--deep);
	box-shadow: inset 0 0 0 1.5px var(--line);
}

.wca-videos__btn--ghost:hover {
	background: rgba(10, 54, 50, 0.04);
	filter: none;
	color: var(--deep);
}

.wca-videos__btn--ghost.is-saved {
	box-shadow: inset 0 0 0 1.5px var(--teal);
	background: rgba(20, 184, 154, 0.08);
}

.wca-videos__text-link {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--teal);
	text-decoration: none;
}

.wca-videos__text-link:hover {
	text-decoration: underline;
}

.wca-videos__share-status {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--teal);
}

.wca-videos__grid-title {
	margin: 0 0 1rem;
	font-family: var(--d);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mute);
}

.wca-videos__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
}

.wca-videos__card-link {
	display: block;
	text-decoration: none !important;
	color: inherit;
	border-radius: 12px;
	overflow: hidden;
	background: var(--paper);
	border: 1px solid var(--line);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wca-videos__card.is-active .wca-videos__card-link,
.wca-videos__card-link:hover {
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgba(20, 184, 154, 0.15);
}

.wca-videos__thumb {
	display: block;
	aspect-ratio: 16 / 9;
	background: var(--ice);
	overflow: hidden;
}

.wca-videos__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wca-videos__card-title {
	display: block;
	padding: 0.85rem 1rem 1rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--deep);
}

@keyframes wca-v-up {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes wca-v-ken {
	from { transform: scale(1.02); }
	to { transform: scale(1.08); }
}

@media (max-width: 900px) {
	.wca-videos__hero {
		min-height: 240px;
	}

	.wca-videos__hero-media img {
		animation: none !important;
	}

	.wca-videos__hero-inner {
		animation: none !important;
	}
}

@media (max-width: 600px) {
	.wca-videos__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.65rem;
	}

	.wca-videos__card-title {
		font-size: 0.8rem;
		padding: 0.65rem 0.75rem 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wca-videos__hero-media img,
	.wca-videos__hero-inner {
		animation: none !important;
	}
}
