:root {
	--hpc-ink: #2b2b2b;
	--hpc-accent: #078587;
	--hpc-sand: #f7f1e8;
	--hpc-cream: #fff8ef;
	--hpc-slate: #5b6066;
	--hpc-shadow: 0 24px 50px rgba(34, 34, 34, 0.12);
	--hpc-glow: 0 16px 40px rgba(7, 133, 135, 0.18);
}

.homepage-modern {
	background: var(--hpc-cream);
	color: var(--hpc-ink);
}

.homepage-modern .header {
	background: #fff;
}

.dtp-page .hpc-section {
	padding: 110px 0 40px;
	position: relative;
	overflow: visible;
	z-index: 1;
}

.dtp-page .hpc-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 15% 10%, rgba(7, 133, 135, 0.08), transparent 55%);
	pointer-events: none;
	z-index: 0;
}

.dtp-page .hpc-section::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}

.dtp-page .hpc-section--soft {
	background: linear-gradient(120deg, #f9f1e8 0%, #fff8ef 55%, #f3ebe2 100%);
}

.dtp-page .hpc-section--hero-tint {
	background: linear-gradient(130deg, #efe6dc 0%, #f9f2ea 55%, #f1e8df 100%);
}

.dtp-page .hpc-subtitle {
	text-transform: uppercase;
	letter-spacing: 0.32em;
	font-size: 0.8rem;
	color: var(--hpc-accent);
	margin-bottom: 12px;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dtp-page .hpc-title {
	font-family: "Prata", serif;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	margin-bottom: 16px;
	color: #111;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dtp-page .hpc-lead {
	color: var(--hpc-slate);
	font-size: 1.05rem;
}

.dtp-page .hpc-hero {
	position: relative;
	padding: 190px 0 160px;
	background: linear-gradient(135deg, #efe6dc 0%, #fff1e6 45%, #f5ece3 100%);
	overflow: hidden;
}

.dtp-page .hpc-hero::before {
	content: "";
	position: absolute;
	inset: -10% -10% auto auto;
	width: 55%;
	height: 55%;
	background: radial-gradient(circle at 30% 30%, rgba(7, 133, 135, 0.22), transparent 60%);
	opacity: 0.85;
}

.dtp-page .hpc-hero__media {
	position: absolute;
	inset: 0;
	background-image: url("/Vormgeving%20en%20DTP/afbeeldingen/feature-print.jpg");
	background-size: cover;
	background-position: center;
	filter: saturate(1.05) contrast(1.05);
	mix-blend-mode: multiply;
	opacity: 0.35;
}

.dtp-page .hpc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(245, 237, 227, 0.72);
}

.dtp-page .hpc-hero .container {
	position: relative;
	z-index: 2;
}

.dtp-page .hpc-hero__eyebrow {
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-size: 1.1rem;
	color: var(--hpc-accent);
	font-weight: 700;
	margin-bottom: 16px;
}

.dtp-page .hpc-hero__title {
	font-family: "Prata", serif;
	font-size: clamp(2.6rem, 4.4vw, 4rem);
	margin-bottom: 18px;
	color: var(--hpc-ink);
}

.dtp-page .hpc-hero__lead {
	font-size: 1.1rem;
	color: var(--hpc-slate);
	margin-bottom: 28px;
}

.dtp-page .btn-hpc,
.dtp-page .btn-hpc:focus {
	background: var(--hpc-accent);
	border: none;
	color: #fff;
	padding: 12px 28px;
	border-radius: 999px;
	box-shadow: var(--hpc-glow);
}

.dtp-page .btn-hpc:hover {
	background: #69b5b6;
	color: #fff;
}

.dtp-page .btn-hpc-outline,
.dtp-page .btn-hpc-outline:focus {
	background: transparent;
	border: 1px solid var(--hpc-accent);
	color: var(--hpc-accent);
	padding: 12px 28px;
	border-radius: 999px;
}

.dtp-page .btn-hpc-outline:hover {
	background: rgba(7, 133, 135, 0.12);
	color: var(--hpc-accent);
}

.dtp-page .hpc-hero__actions .btn {
	margin: 0 8px 12px;
}

.dtp-page .hpc-features {
	margin-top: 60px;
	row-gap: 26px;
}

.dtp-page .hpc-feature {
	background: #fff;
	border-radius: 26px;
	padding: 30px;
	box-shadow: var(--hpc-shadow);
	text-align: left;
	height: 100%;
	border: 1px solid rgba(7, 133, 135, 0.12);
	position: relative;
	overflow: hidden;
}

.dtp-page .hpc-feature::after {
	content: "";
	position: absolute;
	inset: auto -10% -25% auto;
	width: 80px;
	height: 80px;
	background: radial-gradient(circle, rgba(7, 133, 135, 0.18), transparent 70%);
}

.dtp-page .hpc-feature__image {
	height: 150px;
	border-radius: 18px;
	background-size: cover;
	background-position: center;
	margin-bottom: 18px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.dtp-page .hpc-feature h4 {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.dtp-page .hpc-feature p {
	color: var(--hpc-slate);
	margin-bottom: 0;
}

.dtp-page .hpc-story {
	margin-top: 46px;
	color: var(--hpc-ink);
}

.dtp-page .hpc-steps {
	margin: 44px 0 32px;
	row-gap: 24px;
}

.dtp-page .hpc-step {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: var(--hpc-shadow);
	height: 100%;
	border: 1px solid rgba(7, 133, 135, 0.15);
}

.dtp-page .hpc-steps .col-md-4:nth-child(2) .hpc-step {
	transform: translateY(-8px);
}

.dtp-page .hpc-step__number {
	display: inline-block;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	color: var(--hpc-accent);
	margin-bottom: 12px;
}

.dtp-page .hpc-instagram__grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.dtp-page .hpc-instagram__grid div {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 18px 34px rgba(34, 34, 34, 0.16);
}

.dtp-page .dtp-image-row {
	margin-top: -12px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}


@media (max-width: 991px) {
	.dtp-page .hpc-hero {
		padding: 160px 0 130px;
	}

	.dtp-page .hpc-instagram__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.dtp-page .hpc-section {
		padding: 80px 0 28px;
	}

	.dtp-page .hpc-section .container {
		padding-left: 28px;
		padding-right: 28px;
	}

	.dtp-page .hpc-hero__actions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.dtp-page .hpc-hero__actions .btn {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.dtp-page .hpc-instagram__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.dtp-page .hpc-features .col-sm-3 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.dtp-page .dtp-image-col {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.dtp-page .dtp-image-col img {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.dtp-page .dtp-image {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		transform: translateY(48px);
		filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.32));
	}

	.dtp-page .hpc-section::after {
		height: 48px;
	}
}

@media (min-width: 768px) {
	.dtp-page .dtp-image-col {
		text-align: left;
	}

	.dtp-page .dtp-image {
		display: block;
		margin-left: 0;
		width: 70%;
		max-width: 520px;
		transform: translateY(20px);
		filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.36));
	}

	.dtp-page .hpc-section::after {
		height: 90px;
	}
}

.dtp-page footer,
.dtp-page .ftco-footer,
.dtp-page .ftco-section_footer {
	background: #fff;
}
