/* Secret Comedy — basisstijl (placeholder, wordt vervangen zodra huisstijl/logo gekozen is) */

body {
	margin: 0;
	font-family: system-ui, sans-serif;
	background: #14101c;
	color: #f5f2ea;
}

.sc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 2rem;
}

.sc-header__logo {
	color: inherit;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}

.sc-hero {
	padding: 6rem 2rem;
	text-align: center;
}

.sc-hero h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.sc-footer {
	padding: 2rem;
	text-align: center;
	opacity: 0.7;
	font-size: 0.875rem;
}
