/* Theater Zonder Blabla - Acts
   Kleuren en lettertypes zijn afgestemd op het bestaande Divi-ontwerp van de site:
   zwart/wit hero met foto, bordeauxrood accent (#860000), Crimson Pro voor koppen,
   Fjalla One voor subkoppen en Open Sans voor lopende tekst. */

.tzb-acts-page {
	--tzb-black: #000000;
	--tzb-accent: #860000;
	--tzb-accent-dark: #650000;
	--tzb-alt-bg: #f4f4f4;
	--tzb-border: #e2e2e2;
	--tzb-text: #212121;
	--tzb-text-light: #6b6b6b;
	--tzb-serif: "Crimson Pro", Georgia, "Times New Roman", serif;
	--tzb-condensed: "Fjalla One", Helvetica, Arial, Lucida, sans-serif;
	--tzb-sans: "Open Sans", Arial, sans-serif;
}

.tzb-acts-page #main-content,
.tzb-acts-page #content-area,
.tzb-acts-page .container {
	max-width: none;
	padding: 0;
}

.tzb-wrap {
	font-family: var(--tzb-sans);
	color: var(--tzb-text);
}

.tzb-wrap img {
	max-width: 100%;
	height: auto;
}

/* ---------- Hero ---------- */
.tzb-hero {
	position: relative;
	background-color: var(--tzb-black);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 130px 24px 90px;
	text-align: center;
}

.tzb-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.tzb-hero-inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.tzb-hero-categories {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 22px;
}

.tzb-chip {
	display: inline-block;
	font-family: var(--tzb-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: var(--tzb-accent);
	border-radius: 2px;
	padding: 6px 14px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.tzb-chip:hover {
	background: var(--tzb-accent-dark);
	color: #fff;
}

.tzb-hero-title {
	font-family: var(--tzb-serif);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 1.1;
	margin: 0 0 20px;
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

.tzb-hero-tagline {
	font-family: var(--tzb-condensed);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	color: #f1f1f1;
	max-width: 720px;
	margin: 0 auto;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.tzb-hero-archive .tzb-hero-title {
	font-size: 48px;
}

/* ---------- Breadcrumbs ---------- */
.tzb-breadcrumbs {
	background: var(--tzb-alt-bg);
	border-bottom: 1px solid var(--tzb-border);
}

.tzb-breadcrumbs ol {
	list-style: none;
	max-width: 900px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--tzb-sans);
	font-size: 13px;
	color: var(--tzb-text-light);
}

.tzb-breadcrumbs li {
	display: inline-flex;
}

.tzb-breadcrumbs a {
	color: var(--tzb-text-light);
	text-decoration: none;
}

.tzb-breadcrumbs a:hover {
	color: var(--tzb-accent);
}

.tzb-breadcrumbs-sep {
	margin: 0 8px;
}

.tzb-breadcrumbs [aria-current="page"] {
	color: var(--tzb-text);
	font-weight: 600;
}

/* ---------- Content ---------- */
.tzb-content-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 24px;
}

.tzb-content {
	font-family: var(--tzb-sans);
	font-size: 18px;
	line-height: 1.8;
	color: var(--tzb-text);
}

.tzb-content p {
	margin: 0 0 22px;
}

.tzb-content h2 {
	font-family: var(--tzb-serif);
	font-size: 32px;
	font-weight: 600;
	margin: 40px 0 18px;
	color: var(--tzb-text);
}

.tzb-content h3 {
	font-family: var(--tzb-condensed);
	font-size: 22px;
	margin: 32px 0 14px;
}

.tzb-content a {
	color: var(--tzb-accent);
}

/* ---------- Ideaal voor ---------- */
.tzb-ideal-for {
	background: var(--tzb-alt-bg);
	border-left: 4px solid var(--tzb-accent);
	padding: 30px 34px;
	margin: 40px 0;
	border-radius: 2px;
}

.tzb-ideal-for h2 {
	font-family: var(--tzb-condensed);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 20px;
	margin: 0 0 16px;
	color: var(--tzb-text);
}

.tzb-ideal-for ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
}

.tzb-ideal-for li {
	position: relative;
	padding-left: 26px;
	font-size: 16px;
}

.tzb-ideal-for li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--tzb-accent);
	font-weight: 700;
}

/* ---------- Video ---------- */
.tzb-video {
	margin: 40px 0;
}

.tzb-video-embed {
	background: #000;
	overflow: hidden;
	border-radius: 2px;
	line-height: 0;
}

.tzb-video-embed iframe {
	max-width: 100%;
	border: 0;
}

.tzb-video-embed .fluid-width-video-wrapper {
	max-width: 100%;
}

/* Fallback in case the theme's own responsive-embed script (fitvid) is
   not present: reserve a 16:9 box ourselves. When fitvid *has* wrapped
   the iframe in .fluid-width-video-wrapper, that wrapper already handles
   the aspect ratio, so we back off to avoid doubling the height. */
.tzb-video-embed:not(:has(.fluid-width-video-wrapper)) {
	position: relative;
	padding-top: 56.25%;
}

.tzb-video-embed:not(:has(.fluid-width-video-wrapper)) iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/* ---------- Gallery ---------- */
.tzb-gallery-section {
	margin: 50px 0;
}

.tzb-gallery-section h2 {
	font-family: var(--tzb-serif);
	font-size: 28px;
	margin: 0 0 20px;
}

.tzb-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.tzb-gallery-item {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	aspect-ratio: 1 / 1;
	cursor: zoom-in;
}

.tzb-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.tzb-gallery-item:hover img {
	transform: scale(1.06);
}

.tzb-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.tzb-lightbox.is-open {
	display: flex;
}

.tzb-lightbox img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.tzb-lightbox-close {
	position: absolute;
	top: 24px;
	right: 32px;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: 0;
}

.tzb-lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	padding: 10px 18px;
}

.tzb-lightbox-prev { left: 10px; }
.tzb-lightbox-next { right: 10px; }

/* ---------- Translation box ---------- */
.tzb-translation {
	margin: 40px 0;
	padding: 28px 34px;
	border: 1px solid var(--tzb-border);
	border-radius: 2px;
}

.tzb-translation-lang {
	display: inline-block;
	font-family: var(--tzb-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tzb-accent);
	margin-bottom: 10px;
}

.tzb-translation h3 {
	font-family: var(--tzb-serif);
	font-size: 24px;
	margin: 0 0 12px;
}

.tzb-translation p {
	color: var(--tzb-text-light);
	line-height: 1.7;
}

/* ---------- CTA ---------- */
.tzb-cta {
	background: var(--tzb-accent);
	color: #fff;
	text-align: center;
	padding: 70px 24px;
}

.tzb-cta h2 {
	font-family: var(--tzb-serif);
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 26px;
}

.tzb-cta-button {
	display: inline-block;
	font-family: var(--tzb-serif);
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 6px 39px 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tzb-cta-button:hover {
	background: #fff;
	color: var(--tzb-accent);
}

/* ---------- Cards / grid (archive, taxonomy, related) ---------- */
.tzb-grid-section {
	padding: 60px 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.tzb-grid-section.is-alt {
	background: var(--tzb-alt-bg);
	max-width: none;
}

.tzb-grid-section.is-alt .tzb-grid-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.tzb-grid-section h2 {
	font-family: var(--tzb-serif);
	font-size: 32px;
	text-align: center;
	margin: 0 0 40px;
}

.tzb-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.tzb-card {
	background: #fff;
	border: 1px solid var(--tzb-border);
	border-radius: 3px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tzb-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.tzb-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.tzb-card-image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #111;
}

.tzb-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.tzb-card:hover .tzb-card-image img {
	transform: scale(1.08);
}

.tzb-card-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #222, #000);
}

.tzb-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
}

.tzb-card-body {
	padding: 20px 22px 24px;
}

.tzb-card-category {
	display: inline-block;
	font-family: var(--tzb-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tzb-accent);
	margin-bottom: 8px;
}

.tzb-card-title {
	font-family: var(--tzb-serif);
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--tzb-text);
}

.tzb-card-tagline {
	font-family: var(--tzb-sans);
	font-size: 14px;
	color: var(--tzb-text-light);
	line-height: 1.5;
	margin: 0;
}

/* ---------- Category filter pills ---------- */
.tzb-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0 24px;
}

.tzb-filters a {
	font-family: var(--tzb-sans);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--tzb-text);
	background: var(--tzb-alt-bg);
	border: 1px solid var(--tzb-border);
	border-radius: 20px;
	padding: 8px 18px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.tzb-filters a:hover,
.tzb-filters a.is-active {
	background: var(--tzb-accent);
	border-color: var(--tzb-accent);
	color: #fff;
}

.tzb-empty {
	text-align: center;
	padding: 60px 24px;
	font-family: var(--tzb-sans);
	color: var(--tzb-text-light);
}

.tzb-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0 24px 60px;
	font-family: var(--tzb-sans);
}

.tzb-pagination a,
.tzb-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--tzb-border);
	border-radius: 2px;
	color: var(--tzb-text);
	text-decoration: none;
}

.tzb-pagination .current {
	background: var(--tzb-accent);
	border-color: var(--tzb-accent);
	color: #fff;
}

@media (max-width: 900px) {
	.tzb-hero-title { font-size: 38px; }
	.tzb-hero { padding: 90px 20px 60px; }
	.tzb-hero-tagline { font-size: 19px; }
	.tzb-grid { grid-template-columns: repeat(2, 1fr); }
	.tzb-ideal-for ul { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
	.tzb-grid { grid-template-columns: 1fr; }
	.tzb-gallery { grid-template-columns: repeat(2, 1fr); }
	.tzb-content-wrap { padding: 40px 18px; }
}
