/* Bebas Neue loaded via Google Fonts in enqueue.php — used for headings and nav only */

.vt-container {
	width: 100%;
	max-width: none;
	padding-inline: clamp(1rem, 2vw, 2rem);
	margin-inline: auto;
}

.vt-site-header,
.vt-site-footer {
	background: #000;
	color: #fff;
	border: 0;
	padding: var(--vt-space-2) 0;
}

.vt-site-footer {
	margin-top: auto;
}

.vt-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.vt-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.vt-footer-inner p {
	margin: 0;
}

.vt-footer-inner a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.vt-footer-inner a:hover,
.vt-footer-inner a:focus-visible {
	border-bottom-color: currentColor;
}

.vt-logo {
	display: flex;
	align-items: center;
	height: auto;
}

.vt-logo-img {
	max-width: 170px;
	height: auto;
	display: block;
}

.vt-nav {
	margin-left: auto;
}

.vt-nav-toggle {
	display: none;
	align-items: center;
	gap: 0.75rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.vt-nav-toggle-icon {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.28rem;
	width: 1.5rem;
	height: 1.2rem;
}

.vt-nav-toggle-icon span {
	display: block;
	width: 100%;
	height: 3px;
	background: currentColor;
	border-radius: 999px;
}

.vt-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	letter-spacing: 0.06em;
}

.vt-menu li {
	margin: 0;
	padding: 0;
}

.vt-menu a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid transparent;
	font-family: 'Bebas Neue', 'Franklin Gothic Medium', sans-serif;
	letter-spacing: 0.06em;
}

.vt-menu a:hover,
.vt-menu .current-menu-item > a,
.vt-menu .current_page_item > a {
	border-bottom-color: #fff;
	text-decoration: none;
}

@media (max-width: 820px) {
	.vt-header-inner {
		flex-wrap: wrap;
		align-items: center;
	}

	.vt-footer-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.vt-nav {
		margin-left: 0;
		width: calc(100% + (clamp(1rem, 2vw, 2rem) * 2));
		display: none;
		order: 3;
		padding: 0;
		margin-top: 0.7rem;
		margin-bottom: calc(-1 * var(--vt-space-2));
		margin-inline: calc(-1 * clamp(1rem, 2vw, 2rem));
		background: #111;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.vt-site-header.is-nav-open .vt-nav {
		display: block;
	}

	.vt-nav-toggle {
		display: inline-flex;
		margin-left: auto;
		order: 2;
	}

	.vt-menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
	}

	.vt-menu li {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.vt-menu li:first-child {
		border-top: 0;
	}

	.vt-menu a {
		display: block;
		width: 100%;
		padding: 0.55rem 0;
		padding-inline: clamp(1rem, 2vw, 2rem);
		font-size: clamp(1.5rem, 8vw, 2rem);
		line-height: 1.05;
		border-bottom: 0;
	}

	.vt-menu .current-menu-item > a,
	.vt-menu .current_page_item > a,
	.vt-menu a:hover,
	.vt-menu a:focus-visible {
		border-bottom-color: transparent;
		color: rgba(255, 255, 255, 0.78);
	}
}

.vt-main {
	flex: 1 0 auto;
	padding: var(--vt-space-3) 0;
}

.single-film .vt-main {
	padding-top: 0;
}

.home .vt-main,
.post-type-archive-film .vt-main {
	padding-inline: 20px;
}
