/**
 * contact-page.css — R4D4e · Warme premium contactpagina
 *
 * Scope: is_page_template('templates/tpl-contact.php') — enqueued in
 * inc/enqueue.php onder handle 'hol-contact-page' met dependency
 * 'hol-contact' (form-inputs/buttons erven van contact.css).
 *
 * Secties:
 *   1. Hero editorial bg + response-chip
 *   2. 3-veld form + menselijke sidebar (Tim-card / routes / showroom)
 *   3. Editorial pull-quote
 *
 * Geen motion-laag in deze ronde (globale .rv observer uit site.js
 * doet fade+translate-in per element, respecteert reduced-motion).
 */


/* ═════════════════════════════════════════════════════════════
 * 1. HERO — editorial bg + response-chip (identiek patroon als /offerte/)
 * ═════════════════════════════════════════════════════════════ */

.hol-contact-hero--editorial {
	position: relative;
	overflow: hidden;
	padding-block: clamp(5.5rem, 12vw, 9rem) clamp(2.75rem, 5.5vw, 4rem);
	padding-top: calc(clamp(5.5rem, 12vw, 9rem) + 1.5rem);
	isolation: isolate;
	background-color: #0c0a08;
}

.hol-contact-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -2;
	opacity: 0.26;
}

.hol-contact-hero__overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(
		120% 80% at 50% 30%,
		rgba(201, 148, 58, 0.08) 0%,
		rgba(12, 10, 8, 0.55) 55%,
		rgba(12, 10, 8, 0.92) 100%
	);
	z-index: -1;
}

.hol-contact-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.hol-contact-hero--editorial .hol-section-title__heading {
	color: #f5ede0;
	font-size: clamp(1.85rem, 3.6vw, 3rem);
	line-height: 1.15;
	max-width: 22ch;
	margin-inline: auto;
}

.hol-contact-hero--editorial .hol-section-title__intro {
	color: rgba(245, 237, 224, 0.72);
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.65;
	max-width: 56ch;
	margin-inline: auto;
}

/* Response-chip boven de fold. */
.hol-contact-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: clamp(1.5rem, 3.5vw, 2.25rem);
	padding: 0.55rem 1.1rem 0.55rem 0.9rem;
	border: 1px solid rgba(201, 148, 58, 0.35);
	border-radius: 999px;
	background-color: rgba(201, 148, 58, 0.05);
	color: #f5ede0;
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: 0.01em;
}

.hol-contact-hero__chip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--hol-color-accent, #c9943a);
}

.hol-contact-hero__chip-label {
	color: var(--hol-color-accent, #c9943a);
	font-weight: 500;
	letter-spacing: 0.03em;
}

.hol-contact-hero__chip-detail {
	color: rgba(245, 237, 224, 0.72);
	font-size: 0.82rem;
	padding-left: 0.5rem;
	border-left: 1px solid rgba(245, 237, 224, 0.2);
	margin-left: 0.1rem;
}


/* ═════════════════════════════════════════════════════════════
 * 2. FORM + SIDEBAR
 * ═════════════════════════════════════════════════════════════ */

.hol-contact-form-section {
	padding-block: clamp(2.25rem, 5vw, 4rem) clamp(3rem, 7vw, 5.5rem);
}

.hol-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: start;
}

@media (min-width: 900px) {
	.hol-contact-grid {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: clamp(2.5rem, 5vw, 4rem);
	}
}


/* ── 2a. FORM-KOLOM ────────────────────────────────────────── */

.hol-contact-form-col {
	min-width: 0;
}

.hol-contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.hol-contact-textarea {
	min-height: 150px;
}

.hol-contact-form__submit-row {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	align-items: flex-start;
	margin-top: 0.25rem;
	padding-top: clamp(0.5rem, 1.5vw, 1rem);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.hol-contact-form__note {
	margin: 0;
	max-width: 52ch;
	color: rgba(138, 125, 107, 0.9);
}


/* ── 2b. SIDEBAR — Tim-card + routes + showroom ──────────── */

.hol-contact-sidebar {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
	min-width: 0;
}

/* Sticky op ruime desktops — sidebar blijft naast submit-knop. */
@media (min-width: 1100px) {
	.hol-contact-sidebar {
		position: sticky;
		top: clamp(5rem, 10vh, 7rem);
	}
}


/* ── TIM-CARD — compact: klein portret links, quote rechts ── */

.hol-contact-tim {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: clamp(1rem, 2vw, 1.25rem);
	background-color: #0f0c09;
	border: 1px solid rgba(201, 148, 58, 0.18);
	border-radius: var(--hol-radius-lg, 12px);
	position: relative;
	overflow: hidden;
}

.hol-contact-tim::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--hol-color-accent, #c9943a) 20%,
		var(--hol-color-accent, #c9943a) 80%,
		transparent 100%
	);
}

.hol-contact-tim__media {
	margin: 0;
	flex-shrink: 0;
	width: clamp(70px, 10vw, 92px);
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: var(--hol-radius-md, 8px);
	background: #181410;
	position: relative;
}

.hol-contact-tim__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hol-contact-tim__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.hol-contact-tim__quote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: var(--hol-font-display, 'Cormorant Garamond', Georgia, serif);
	font-style: italic;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	line-height: 1.4;
	color: #f5ede0;
	font-weight: 300;
}

.hol-contact-tim__cite {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.hol-contact-tim__name {
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hol-color-accent, #c9943a);
	font-weight: 500;
}

.hol-contact-tim__role {
	font-size: 0.72rem;
	color: rgba(138, 125, 107, 0.9);
	letter-spacing: 0.06em;
}


/* ── CONTACTROUTES-STACK — hiërarchische blokken ──────── */

.hol-contact-routes {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
	background-color: rgba(201, 148, 58, 0.14);
	border: 1px solid rgba(201, 148, 58, 0.14);
	border-radius: var(--hol-radius-lg, 12px);
	overflow: hidden;
}

.hol-contact-route {
	background-color: #0c0a08;
	transition: background-color 240ms ease;
}

.hol-contact-route__body {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 0.9rem 1rem;
	color: inherit;
	text-decoration: none;
	width: 100%;
	min-height: 56px;
}

.hol-contact-route a.hol-contact-route__body {
	cursor: pointer;
}

@media (hover: hover) {
	.hol-contact-route:not(.hol-contact-route--primary):hover {
		background-color: #110d09;
	}
	.hol-contact-route:not(.hol-contact-route--primary):hover .hol-contact-route__label {
		color: var(--hol-color-accent-hover, #d4a94f);
	}
}

.hol-contact-route__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(201, 148, 58, 0.12);
	color: var(--hol-color-accent, #c9943a);
	margin-top: 0.05rem;
}

.hol-contact-route__copy {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.hol-contact-route__label {
	font-size: 0.9rem;
	font-weight: 500;
	color: #ede5d8;
	letter-spacing: 0.01em;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	line-height: 1.35;
	transition: color 240ms ease;
}

.hol-contact-route__cta {
	font-size: 0.88rem;
	color: var(--hol-color-accent, #c9943a);
	letter-spacing: 0.01em;
	line-height: 1.35;
}

.hol-contact-route__response {
	font-size: 0.76rem;
	color: rgba(138, 125, 107, 0.95);
	line-height: 1.45;
}

/* Primary route (formulier) — subtiele markering "u staat hier". */
.hol-contact-route--primary {
	background-color: rgba(201, 148, 58, 0.055);
	border-left: 2px solid var(--hol-color-accent, #c9943a);
}

.hol-contact-route--primary .hol-contact-route__body {
	padding-left: calc(1rem - 2px);
}

.hol-contact-route__here {
	display: inline-block;
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hol-color-accent, #c9943a);
	padding: 0.15rem 0.5rem;
	border: 1px solid rgba(201, 148, 58, 0.32);
	border-radius: 999px;
	background: rgba(201, 148, 58, 0.06);
	font-weight: 500;
	line-height: 1;
}


/* ── SHOWROOM — functionele, scanbare kaart ──────────── */

.hol-contact-showroom {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.015);
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: var(--hol-radius-md, 8px);
}

.hol-contact-showroom__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(201, 148, 58, 0.12);
	color: var(--hol-color-accent, #c9943a);
	margin-top: 0.05rem;
}

.hol-contact-showroom__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.hol-contact-showroom__title {
	font-family: var(--hol-font-display, 'Cormorant Garamond', Georgia, serif);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.2;
	color: #ede5d8;
	margin: 0 0 0.1rem;
}

.hol-contact-showroom__address {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	font-style: normal;
	font-size: 0.88rem;
	color: rgba(237, 229, 216, 0.82);
	line-height: 1.5;
}

.hol-contact-showroom__hours {
	font-size: 0.8rem;
	color: rgba(138, 125, 107, 0.95);
	margin: 0.2rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	line-height: 1.5;
}

.hol-contact-showroom__hours-label {
	color: var(--hol-color-accent, #c9943a);
	letter-spacing: 0.02em;
}

.hol-contact-showroom__hours-value {
	color: rgba(237, 229, 216, 0.75);
}

.hol-contact-showroom__maps {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.3rem;
	font-size: 0.8rem;
	color: var(--hol-color-accent, #c9943a);
	text-decoration: none;
	transition: color 200ms ease;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.hol-contact-showroom__maps svg {
	opacity: 0.78;
	transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hol-contact-showroom__maps:hover {
	color: var(--hol-color-accent-hover, #d4a94f);
}

.hol-contact-showroom__maps:hover svg {
	transform: translate(1px, -1px);
}


/* ═════════════════════════════════════════════════════════════
 * 3. EDITORIAL PULL-QUOTE — zelfde patroon als /offerte/
 * ═════════════════════════════════════════════════════════════ */

.hol-contact-quote {
	padding-block: clamp(3.5rem, 8vw, 6.5rem);
	position: relative;
}

.hol-contact-quote::before,
.hol-contact-quote::after {
	content: '';
	display: block;
	width: clamp(3rem, 6vw, 5rem);
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(201, 148, 58, 0.5),
		transparent
	);
	margin-inline: auto;
}

.hol-contact-quote::before { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.hol-contact-quote::after  { margin-top:    clamp(1.75rem, 3.5vw, 2.75rem); }

.hol-contact-quote__inner {
	max-width: 44rem;
	margin: 0 auto;
	text-align: center;
	padding-inline: clamp(1rem, 3vw, 2rem);
}

.hol-contact-quote__eyebrow {
	display: inline-block;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--hol-color-accent, #c9943a);
	font-weight: 500;
	margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.hol-contact-quote__text {
	font-family: var(--hol-font-display, 'Cormorant Garamond', Georgia, serif);
	font-style: italic;
	font-weight: 300;
	color: #f5ede0;
	font-size: clamp(1.25rem, 2.4vw, 1.9rem);
	line-height: 1.4;
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
}

.hol-contact-quote__cite {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	font-style: normal;
}

.hol-contact-quote__rating {
	display: inline-flex;
	gap: 0.25rem;
	color: var(--hol-color-accent, #c9943a);
	line-height: 0;
}

.hol-contact-quote__name {
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(245, 237, 224, 0.78);
	font-weight: 500;
}

.hol-contact-quote__meta {
	color: rgba(138, 125, 107, 0.95);
	font-weight: 400;
	letter-spacing: 0.08em;
}


/* ═════════════════════════════════════════════════════════════
 * MOBILE 375 — expliciete check
 * ═════════════════════════════════════════════════════════════ */

@media (max-width: 480px) {
	.hol-contact-hero--editorial {
		padding-top: clamp(4.75rem, 14vw, 6.5rem);
		padding-bottom: clamp(2.25rem, 7vw, 3.5rem);
	}

	.hol-contact-hero__chip {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0.6rem 0.95rem;
		gap: 0.45rem;
		font-size: 0.82rem;
	}

	.hol-contact-hero__chip-detail {
		flex-basis: 100%;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
		color: rgba(245, 237, 224, 0.62);
	}

	.hol-contact-tim {
		flex-direction: row;
		padding: 0.95rem;
	}

	.hol-contact-tim__media {
		width: 64px;
	}

	.hol-contact-tim__quote {
		font-size: 0.95rem;
	}

	.hol-contact-route__body {
		padding: 0.85rem 0.95rem;
		min-height: 52px;
	}

	.hol-contact-showroom {
		padding: 0.95rem;
	}

	.hol-contact-quote__text {
		font-size: 1.15rem;
	}
}


/* ═════════════════════════════════════════════════════════════
 * REDUCED MOTION — technisch schoon (geen motion in deze ronde)
 * ═════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
	.hol-contact-route,
	.hol-contact-route__label,
	.hol-contact-showroom__maps,
	.hol-contact-showroom__maps svg {
		transition: none !important;
	}
	.hol-contact-showroom__maps:hover svg {
		transform: none !important;
	}
}
