body, #page, .site, .site-content, .entry-content, .wp-site-blocks {
	background-color: #050505 !important;
}

/* Libretto Studio Zwart/Goud Styling */
.libretto-page {
	background-color: #050505 !important;
	color: #f5f5f5 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 1.7;
	margin: -20px;
/* Heft eventuele thema-marges op */
	padding: 0;
}

.libretto-page h1, 
.libretto-page h2, 
.libretto-page h3, 
.libretto-page .serif-font {
	font-family: 'Playfair Display', Georgia, serif !important;
	letter-spacing: .5px;
}

.libretto-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header & Logo */
.libretto-header {
	background-color: #000000;
	border-bottom: 1px solid #222222;
	padding: 20px 0;
}

.libretto-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.libretto-logo-img {
	max-height: 50px;
	width: auto;
	display: block;
}

.libretto-lang a {
	color: #888888;
	text-decoration: none;
	font-weight: 600;
	margin-left: 10px;
	font-size: .85em;
	letter-spacing: 1px;
}

.libretto-lang a.active, .libretto-lang a:hover {
	color: #d4af37;
}

/* Hero Sectie */
.libretto-hero {
	background: linear-gradient(rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.95)), url('https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
	padding: 100px 0;
	text-align: center;
	border-bottom: 1px solid #1a1a1a;
}

.libretto-hero h1 {
	font-size: 3em;
	margin-bottom: 25px;
	color: #ffffff !important;
	line-height: 1.2;
}

.libretto-hero p {
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 40px;
	color: #aaaaaa !important;
	font-weight: 300;
}

.btn-gold {
	display: inline-block;
	background-color: transparent;
	color: #d4af37 !important;
	border: 1px solid #d4af37;
	padding: 14px 36px;
	font-size: .9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	transition: all .4s ease;
}

.btn-gold:hover {
	background-color: #d4af37 !important;
	color: #000000 !important;
}

/* Secties */
.libretto-section {
	padding: 80px 0;
	border-bottom: 1px solid #1a1a1a;
	background-color: #050505;
}

.libretto-title {
	text-align: center;
	font-size: 2.4em;
	color: #ffffff !important;
	margin-bottom: 50px;
}

.libretto-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background-color: #d4af37;
	margin: 15px auto 0;
}

/* Grid & Cards */
.libretto-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.libretto-card {
	background: #111111;
	border: 1px solid #222222;
	overflow: hidden;
}

.libretto-card-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	filter: grayscale(40%);
}

.libretto-card-content {
	padding: 25px;
}

.libretto-card-content h3 {
	margin-top: 0;
	color: #d4af37 !important;
	font-size: 1.4em;
}

.libretto-card-content p {
	color: #aaaaaa !important;
	font-size: .95em;
	font-weight: 300;
}

/* Scattando Callout */
.scattando-box {
	background: #0d0d0d;
	border: 1px solid #d4af37;
	padding: 40px;
	margin: 60px 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.scattando-text {
	flex: 2 1 400px;
}

.scattando-text h3 {
	color: #d4af37 !important;
	font-size: 1.8em;
	margin-top: 0;
}

.scattando-img {
	flex: 1 1 250px;
	max-width: 100%;
	border: 1px solid #333333;
}

/* About Wrapper */
.about-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.about-text {
	flex: 1 1 450px;
}

.about-text h2 {
	font-size: 2.2em;
	color: #ffffff !important;
	margin-top: 0;
}

.about-text p {
	color: #aaaaaa !important;
}

.about-img {
	flex: 1 1 400px;
	width: 100%;
	border: 1px solid #222222;
	object-fit: cover;
}

/* Footer CTA */
.libretto-cta {
	background-color: #000000;
	text-align: center;
	padding: 80px 0;
}

.libretto-cta h2 {
	color: #d4af37 !important;
	font-size: 2.4em;
	margin-bottom: 20px;
}

body, .wp-site-blocks, iframe {
	background-color: #050505 !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Forceer de container naar volle breedte */
.libretto-page, 
.entry-content > *, 
.wp-block-post-content > *, 
.wp-site-blocks > * {
	max-width: 100% !important;
	width: 100% !important;
}

/* Herstel de logische breedte voor de binnenste content */
.libretto-container {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

/* Zorg dat de afbeelding van het logo goed laadt als het pad klopt */
.libretto-logo-img {
	max-height: 50px !important;
	width: auto !important;
}