.rv-videos-page {
	--rv-gold: #f9c349;
	--rv-gold-dark: #ffb100;
	--rv-dark: #1e1810;
	--rv-gray: #62615c;
	--rv-light: #f8f7f3;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#post-1897 .entry-header {
	display: none;
}

.ast-page-builder-template #post-1897 .entry-content,
#post-1897 .rv-videos-page {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.rv-videos-hero {
	position: relative;
	min-height: 42vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5rem 1.5rem 4rem;
	background:
		linear-gradient(135deg, rgba(30, 24, 16, 0.92) 0%, rgba(30, 24, 16, 0.75) 45%, rgba(249, 195, 73, 0.18) 100%),
		url("../images/global-28-scaled.jpg") center/cover no-repeat;
	overflow: hidden;
}

.rv-videos-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: linear-gradient(90deg, transparent, var(--rv-gold), transparent);
}

.rv-videos-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.rv-videos-hero__eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.45rem 1rem;
	border: 1px solid rgba(249, 195, 73, 0.45);
	border-radius: 999px;
	color: var(--rv-gold);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.rv-videos-hero h1 {
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 500;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rv-videos-hero p {
	margin: 0 auto;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.7;
}

.rv-videos-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(30, 24, 16, 0.08);
	backdrop-filter: blur(10px);
}

.rv-videos-nav a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(30, 24, 16, 0.12);
	border-radius: 999px;
	color: var(--rv-dark);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
}

.rv-videos-nav a:hover,
.rv-videos-nav a:focus {
	color: #fff;
	background: var(--rv-gold-dark);
	border-color: var(--rv-gold-dark);
	transform: translateY(-1px);
}

.rv-video-section {
	padding: 4.5rem 1.5rem;
}

.rv-video-section:nth-child(even) {
	background: var(--rv-light);
}

.rv-video-section__inner {
	max-width: 1240px;
	margin: 0 auto;
}

.rv-video-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
 gap: 1.5rem;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}

.rv-video-section__label {
	display: inline-block;
	margin-bottom: 0.75rem;
	color: var(--rv-gold-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.rv-video-section h2 {
	margin: 0;
	color: var(--rv-dark);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rv-video-section__desc {
	margin: 0;
	max-width: 420px;
	color: var(--rv-gray);
	font-size: 0.98rem;
	line-height: 1.65;
}

.rv-video-grid {
	display: grid;
	gap: 1.75rem;
}

.rv-video-grid--wide {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.rv-video-grid--shorts {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.rv-video-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 18px 45px rgba(30, 24, 16, 0.14);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rv-video-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(30, 24, 16, 0.22);
}

.rv-video-card__media {
	position: relative;
	background: #000;
}

.rv-video-card__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
	z-index: 1;
}

.rv-video-card video {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	background: #000;
}

.rv-video-card--wide video {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.rv-video-card--short video {
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.rv-video-card__body {
	position: relative;
	padding: 1.15rem 1.25rem 1.35rem;
	background: #fff;
}

.rv-video-card__tag {
	display: inline-block;
	margin-bottom: 0.55rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: rgba(249, 195, 73, 0.18);
	color: var(--rv-gold-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rv-video-card h3 {
	margin: 0;
	color: var(--rv-dark);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
}

.rv-video-section--drone .rv-video-section__header {
	border-left: 4px solid var(--rv-gold);
	padding-left: 1.25rem;
}

.rv-video-section--highlights .rv-video-section__header {
	border-left: 4px solid #4b4f58;
	padding-left: 1.25rem;
}

.rv-video-section--shorts .rv-video-section__header {
	border-left: 4px solid var(--rv-gold-dark);
	padding-left: 1.25rem;
}

@media (max-width: 767px) {
	.rv-videos-hero {
		min-height: 34vh;
		padding-top: 4rem;
	}

	.rv-video-section {
		padding: 3rem 1rem;
	}

	.rv-video-section__header {
		display: block;
	}

	.rv-video-section__desc {
		margin-top: 0.75rem;
		max-width: none;
	}
}
