/* /werkgebied — design uit design-references/werkgebied.html */

.wg-body { background: #F3F1ED; }
.wg-main { background: #F3F1ED; }

.wg {
	color: #16181B;
	font-family: 'Hanken Grotesk', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}

.wg-hero {
	padding-bottom: clamp(24px, 3vw, 40px);
}

.wg-hero .home-wrap {
	padding-top: clamp(40px, 6vw, 80px);
}

.wg-title {
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(42px, 6.4vw, 76px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	margin: 0;
	max-width: 15ch;
	text-wrap: pretty;
}

.wg-title em {
	font-style: italic;
}

.wg-lead {
	max-width: 56ch;
	margin: 26px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #4E4B46;
	text-wrap: pretty;
}

.wg-map-section {
	padding: 0 0 clamp(8px, 1vw, 16px);
}

#wg-map {
	width: 100%;
	height: clamp(380px, 54vh, 580px);
	background: #EDEBE7;
	border-top: 1px solid #DCD8D1;
	border-bottom: 1px solid #DCD8D1;
}

.wg-map-foot {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 28px;
	flex-wrap: wrap;
	padding: 20px 0 0;
}

.wg-pills {
	display: flex;
	align-items: baseline;
	gap: clamp(16px, 3vw, 38px);
	flex-wrap: wrap;
}

.wg-pill {
	appearance: none;
	background: none;
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 4px 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: clamp(15px, 1.5vw, 18px);
	letter-spacing: -0.01em;
	transition: color .25s ease, border-color .25s ease;
	color: #918D86;
	font-weight: 400;
}

.wg-pill.is-active {
	color: #14161A;
	border-bottom-color: #14161A;
	font-weight: 600;
}

.wg-map-hint {
	font-size: 12px;
	color: #A6A29A;
	letter-spacing: 0.01em;
	max-width: 34ch;
	line-height: 1.5;
	margin: 0;
}

.wg-market {
	padding: clamp(64px, 9vw, 120px) 0 0;
}

.wg-h2 {
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(30px, 3.6vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	margin: 0;
}

.wg-period {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8C8880;
	margin-top: 14px;
}

.wg-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 0 clamp(14px, 2vw, 30px);
	margin-top: clamp(36px, 5vw, 60px);
	border-top: 1px solid #DCD8D1;
}

.wg-metric {
	padding: 24px 0 26px;
	border-bottom: 1px solid #DCD8D1;
	min-width: 0;
}

.wg-metric-value {
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(24px, 2.35vw, 32px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #14161A;
	white-space: nowrap;
	margin: 0;
}

.wg-metric-label {
	font-size: 12.5px;
	line-height: 1.4;
	color: #6E6B65;
	margin: 12px 0 0;
}

.wg-chart-section {
	padding: clamp(64px, 9vw, 110px) 0 0;
}

.wg-chart-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.wg-chart-head-copy {
	flex: 1 1 320px;
	min-width: 0;
}

.wg-chart-caption {
	font-size: 15px;
	color: #16181B;
	margin: 0;
}

.wg-chart-caption span {
	color: #A6A29A;
}

.wg-chart-intro {
	margin: 10px 0 0;
	max-width: 52ch;
	font-size: 13px;
	line-height: 1.65;
	color: #8C8880;
}

.wg-chart-legend {
	display: flex;
	gap: 22px;
	align-items: center;
	font-size: 12px;
	color: #8C8880;
}

.wg-chart-legend span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wg-chart-legend i {
	width: 16px;
	height: 1.5px;
	display: block;
}

.wg-chart-legend i.is-market { background: #1F6AF5; }
.wg-chart-legend i.is-nl { background: #C9C4BB; }

.wg-chart-svg {
	width: 100%;
	height: clamp(200px, 26vw, 300px);
	display: block;
	margin-top: 28px;
	overflow: visible;
}

.wg-chart-years {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #A6A29A;
}

.wg-sees {
	padding: clamp(72px, 10vw, 140px) 0;
}

.wg-sees-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: clamp(32px, 5vw, 80px);
	align-items: start;
}

.wg-sees-title {
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0;
	white-space: nowrap;
}

.wg-sees-lead {
	margin: 24px 0 0;
	font-size: 15px;
	line-height: 1.7;
	color: #8C8880;
	max-width: 34ch;
}

.wg-observations p {
	margin: 0;
	padding: 24px 0;
	border-top: 1px solid #DCD8D1;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.65;
	color: #2A2C30;
	text-wrap: pretty;
}

.wg-homes {
	padding: 0 0 clamp(72px, 10vw, 130px);
}

.wg-homes-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.wg-homes-title {
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(26px, 2.9vw, 42px);
	line-height: 1.06;
	letter-spacing: -0.02em;
	margin: 0;
}

.wg-homes-sub {
	font-size: 14.5px;
	color: #8C8880;
	margin: 0;
}

.wg-homes-grid {
	margin-top: clamp(32px, 4vw, 52px);
}

.wg-homes-grid.home-track-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

@media (max-width: 720px) {
	.wg-hero .home-wrap {
		padding-top: 32px;
	}
}

@media (max-width: 1100px) {
	.wg-homes-grid.home-track-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wg-homes-grid.home-track-grid {
		grid-template-columns: 1fr;
	}
}

/* Footer-CTA: zelfde blok als /biedadvies (.bid-cta in biedadvies.css) */
.bid-cta-title [data-wg-cta-place] {
	color: #F4F3F0;
}
.leaflet-container.wg-leaflet {
	background: #F3F1ED;
	font-family: 'Hanken Grotesk', system-ui, sans-serif;
}

.wg-leaflet .leaflet-control-zoom {
	border: none !important;
	box-shadow: none !important;
}

.wg-leaflet .leaflet-control-zoom a {
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid #DCD8D1 !important;
	color: #6E6B65 !important;
	width: 26px !important;
	height: 26px !important;
	line-height: 24px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border-radius: 0 !important;
}

.wg-leaflet .leaflet-control-zoom a:hover {
	color: #14161A !important;
}

.wg-leaflet .leaflet-control-attribution {
	background: rgba(243, 241, 237, 0.7) !important;
	color: #A6A29A !important;
	font-size: 9px !important;
	letter-spacing: 0.02em;
}

.wg-leaflet .leaflet-control-attribution a {
	color: #8C8880 !important;
}

.wg-label {
	font-family: 'Hanken Grotesk', sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-align: center;
	width: 140px;
	line-height: 18px;
	cursor: pointer;
}
