.tvb-home-film,
.tvb-home-calendar {
	--tvb-home-ink: #0f0909;
	--tvb-home-muted: #5e6168;
	--tvb-home-line: #d9dadd;
	--tvb-home-paper: #f5f6f7;
	--tvb-home-white: #fcfcfb;
	--tvb-home-accent: #002b86;
	box-sizing: border-box;
	color: var(--tvb-home-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

.tvb-home-film *,
.tvb-home-film *::before,
.tvb-home-film *::after,
.tvb-home-calendar *,
.tvb-home-calendar *::before,
.tvb-home-calendar *::after {
	box-sizing: border-box;
}

.tvb-home-shell {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
}

.tvb-home-film {
	padding-block: clamp(82px, 9vw, 132px);
	background: var(--tvb-home-white);
}

.tvb-home-film__intro {
	max-width: 780px;
	margin-bottom: clamp(38px, 5vw, 64px);
}

.tvb-home-film h2,
.tvb-home-calendar h2,
.tvb-home-calendar h3 {
	margin: 0;
	color: var(--tvb-home-ink);
	font-family: "Silk Serif", Georgia, serif;
	font-weight: 400;
	letter-spacing: -0.025em;
}

.tvb-home-film h2 {
	font-size: clamp(42px, 5.5vw, 76px);
	line-height: 1.02;
}

.tvb-home-film__intro p {
	max-width: 650px;
	margin: 24px 0 0;
	color: var(--tvb-home-muted);
	font-size: 16px;
	line-height: 1.75;
}

.tvb-home-film__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #121416;
}

.tvb-home-film__media video {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	background: #121416;
}

.tvb-home-film__media video:focus-visible {
	outline: 3px solid rgba(0, 43, 134, 0.42);
	outline-offset: 5px;
}

.tvb-home-calendar {
	padding-block: clamp(76px, 8vw, 112px);
	background: var(--tvb-home-paper);
}

.tvb-home-calendar__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: clamp(56px, 8vw, 128px);
	align-items: center;
}

.tvb-home-calendar__copy {
	max-width: 650px;
}

.tvb-home-calendar h2 {
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.02;
}

.tvb-home-calendar__copy > p {
	max-width: 590px;
	margin: 24px 0 0;
	color: var(--tvb-home-muted);
	font-size: 16px;
	line-height: 1.75;
}

.tvb-home-calendar__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	padding: 14px 26px;
	border: 1px solid var(--tvb-home-ink);
	background: var(--tvb-home-ink);
	color: #f8f8f6;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tvb-home-calendar__button:hover {
	background: transparent;
	color: var(--tvb-home-ink);
}

.tvb-home-calendar__button:active {
	transform: translateY(1px);
}

.tvb-home-calendar__button:focus-visible,
.tvb-home-calendar__next:focus-visible {
	outline: 3px solid rgba(0, 43, 134, 0.35);
	outline-offset: 5px;
}

.tvb-home-calendar__next {
	display: grid;
	gap: 14px;
	padding: clamp(34px, 4vw, 52px);
	border-left: 3px solid var(--tvb-home-accent);
	background: var(--tvb-home-white);
	color: var(--tvb-home-ink);
	text-decoration: none;
	transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tvb-home-calendar__next:hover {
	transform: translateY(-3px);
}

.tvb-home-calendar__next > span,
.tvb-home-calendar__next time {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.tvb-home-calendar__next > span {
	color: var(--tvb-home-accent);
}

.tvb-home-calendar__next time {
	color: var(--tvb-home-muted);
}

.tvb-home-calendar h3 {
	max-width: 520px;
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.06;
}

.tvb-home-calendar__next p {
	margin: 2px 0 0;
	color: var(--tvb-home-muted);
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.tvb-home-shell {
		width: min(100% - 32px, 1280px);
	}

	.tvb-home-film {
		padding-block: 68px;
	}

	.tvb-home-film__intro {
		margin-bottom: 32px;
	}

	.tvb-home-film h2,
	.tvb-home-calendar h2 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.tvb-home-film__media {
		width: calc(100% + 32px);
		margin-left: -16px;
	}

	.tvb-home-calendar {
		padding-block: 68px;
	}

	.tvb-home-calendar__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.tvb-home-calendar__next {
		padding: 30px 26px;
	}

	.tvb-home-calendar h3 {
		font-size: clamp(34px, 10vw, 46px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tvb-home-calendar__button,
	.tvb-home-calendar__next {
		transition: none;
	}

	.tvb-home-calendar__next:hover {
		transform: none;
	}
}
