/* ══════════════════════════════════════════════════
   Noust Stockwoningen — front-end
   Aangepast aan de huisstijl van noust.be:
   Sora, teal #00587a, goud #917a2c, lichte gewichten, 2px radius
   ══════════════════════════════════════════════════ */

.nsw-page {
	--nsw-teal: #00587a;
	--nsw-gold: #917a2c;
	--nsw-dark: #111417;
	--nsw-text: #272626;
	--nsw-muted: #5a5750;
	--nsw-border: #e0ddd8;
	--nsw-sand: #faf8f4;
	--nsw-radius: 2px;
	font-family: 'Sora', Arial, Helvetica, sans-serif;
	color: var(--nsw-text);
	background: #fff;
	width: 100%;
	max-width: 100%;
	/* clip i.p.v. hidden: hidden maakt dit blok een scrollcontainer
	   en breekt daarmee position:sticky van de prijskaart */
	overflow-x: clip;
}
.nsw-page *, .nsw-page *::before, .nsw-page *::after { box-sizing: border-box; }
.nsw-page img { max-width: 100%; }

/* ── Knoppen ── */
.nsw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--nsw-teal);
	color: #fff !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 26px;
	border: 1.5px solid var(--nsw-teal);
	border-radius: var(--nsw-radius);
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	line-height: 1.2;
}
.nsw-btn:hover { background: var(--nsw-dark); border-color: var(--nsw-dark); color: #fff; }
.nsw-btn--outline { background: transparent; color: var(--nsw-text) !important; border-color: var(--nsw-border); }
.nsw-btn--outline:hover { border-color: var(--nsw-dark); background: transparent; color: var(--nsw-dark) !important; }
.nsw-btn--small { font-size: 13px; padding: 9px 18px; }
.nsw-btn--block { width: 100%; margin-bottom: 8px; }

/* ── Sectielabel ── */
.nsw-sec-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--nsw-muted);
	margin-bottom: 12px;
}
.nsw-sec-label--light { color: rgba(255, 255, 255, 0.85); }
.nsw-sec-dot { width: 9px; height: 9px; background: var(--nsw-gold); flex-shrink: 0; }

/* ── Broodkruimel ── */
.nsw-bc {
	padding: 12px 60px;
	font-size: 12px;
	color: var(--nsw-muted);
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--nsw-border);
}
.nsw-bc a { color: var(--nsw-muted); text-decoration: none; }
.nsw-bc a:hover { color: var(--nsw-teal); }
.nsw-bc-sep { color: var(--nsw-border); }
.nsw-bc-cur { color: var(--nsw-text); font-weight: 500; }

/* ── Hero ──
   Eerste element van de pagina: de vaste transparante site-header
   (ca. 190px hoog) valt over de bovenkant van de donkere foto,
   net zoals op de homepage. */
.nsw-hero {
	position: relative;
	min-height: 640px;
	background: var(--nsw-dark);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.nsw-hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nsw-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(10, 14, 16, 0.75) 0%, rgba(10, 14, 16, 0.35) 55%, rgba(10, 14, 16, 0.1) 100%);
}
.nsw-hero-content {
	position: relative;
	padding: 60px 60px 60px;
	max-width: 640px;
}
.nsw-hero h1 {
	font-family: inherit;
	font-size: clamp(32px, 5vw, 52px);
	font-weight: 200;
	color: #fff;
	line-height: 1.15;
	margin: 0 0 16px;
}
.nsw-hero-sub {
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
	margin: 0 0 28px;
	max-width: 480px;
}
.nsw-hero-stats {
	position: absolute;
	bottom: 56px;
	right: 40px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-end;
}
.nsw-hero-stat { text-align: right; }
.nsw-hero-stat strong { display: block; font-size: 26px; font-weight: 500; color: #fff; line-height: 1.1; }
.nsw-hero-stat span { font-size: 10px; font-weight: 300; color: rgba(255, 255, 255, 0.6); letter-spacing: 1px; text-transform: uppercase; }

/* ── Filterbalk ── */
.nsw-filter {
	background: #fff;
	border-bottom: 1px solid var(--nsw-border);
	padding: 16px 60px;
}
.nsw-filter-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nsw-flabel { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--nsw-muted); margin-right: 4px; }
.nsw-chip {
	padding: 8px 18px;
	border: 1.5px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	background: #fff;
	color: var(--nsw-muted);
	white-space: nowrap;
	transition: all 0.12s;
}
.nsw-chip.on { background: var(--nsw-teal); color: #fff; border-color: var(--nsw-teal); }
.nsw-page .nsw-chip:hover:not(.on) { background: #fff; border-color: var(--nsw-teal); color: var(--nsw-teal); }
.nsw-page .nsw-chip.on:hover { background: var(--nsw-teal); color: #fff; border-color: var(--nsw-teal); }
.nsw-fr { margin-left: auto; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.nsw-fsel {
	padding: 8px 12px;
	border: 1.5px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
	font-family: inherit;
	font-size: 13px;
	color: var(--nsw-text);
	background: #fff;
	cursor: pointer;
}
.nsw-rcount { font-size: 13px; color: var(--nsw-muted); }

/* ── Listing & grid ── */
.nsw-listing { padding: 60px 60px 80px }
.nsw-sh { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }
.nsw-sh-title { font-size: 26px; font-weight: 300; color: var(--nsw-text); margin: 0; }
.nsw-sh-link { font-size: 13px; color: var(--nsw-teal); font-weight: 500; text-decoration: none; }
.nsw-sh-link:hover { text-decoration: underline; }
.nsw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nsw-noresults { padding: 30px 0; color: var(--nsw-muted); font-size: 15px; }

/* ── Kaart ── */
.nsw-card {
	background: #fff;
	border: 1px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
	overflow: hidden;
	transition: box-shadow 0.15s;
}
.nsw-card:hover { box-shadow: 0 6px 28px rgba(17, 20, 23, 0.12); }
.nsw-card--inactive { opacity: 0.72; }
.nsw-card-link { text-decoration: none !important; color: inherit; display: block; }
.nsw-card-img { height: 320px; position: relative; overflow: hidden; background: var(--nsw-sand); }
.nsw-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.nsw-card:hover .nsw-card-img img { transform: scale(1.03); }
.nsw-card-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 5px; flex-wrap: wrap; }
.nsw-badge {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: var(--nsw-radius);
	color: #fff;
}
.nsw-badge--new { background: var(--nsw-dark); }
.nsw-badge--fast { background: var(--nsw-teal); }
.nsw-badge--promo { background: var(--nsw-gold); }
.nsw-badge--muted { background: #888; }
.nsw-card-body { padding: 30px; }
.nsw-card-type { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: var(--nsw-teal); margin-bottom: 5px; }
.nsw-card-title { font-size: 18px; font-weight: 500; color: var(--nsw-text); margin: 0 0 6px; line-height: 1.3; }
.nsw-card-loc { font-size: 13px; color: var(--nsw-muted); display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.nsw-card-loc svg { flex-shrink: 0; }
.nsw-card-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.nsw-tag {
	background: var(--nsw-sand);
	color: var(--nsw-muted);
	padding: 4px 9px;
	font-size: 11px;
	font-weight: 400;
	border: 1px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
}
.nsw-card-specs { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.nsw-spec { font-size: 13px; color: var(--nsw-muted); display: inline-flex; align-items: center; gap: 5px; }
.nsw-spec-ico { color: var(--nsw-teal); font-size: 12px; }
.nsw-card-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid var(--nsw-border);
	padding-top: 16px;
}
.nsw-card-price { font-size: 21px; font-weight: 600; color: var(--nsw-text); }
.nsw-card-price-sub { font-size: 11px; color: var(--nsw-muted); margin-top: 2px; }

/* ── USP-strip ── */
.nsw-usp { background: var(--nsw-dark); display: flex; flex-wrap: wrap; padding: 50px 20px 50px; }
.nsw-usp-col { flex: 1 1 220px; padding: 60px 40px; border-right: 1px solid rgba(255, 255, 255, 0.08); }
.nsw-usp-col:last-child { border-right: none; }
.nsw-usp-num { font-size: 30px; font-weight: 300; color: #007083; margin-bottom: 8px; line-height: 1; }
.nsw-usp-title { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 6px; }
.nsw-usp-text { font-size: 12px; font-weight: 300; color: rgba(255, 255, 255, 0.55); line-height: 1.6; }

/* ── SEO-blok ── */
.nsw-seo { background: var(--nsw-sand); padding: 40px; border-top: 1px solid var(--nsw-border); }
.nsw-seo h2 { font-size: 22px; font-weight: 300; color: var(--nsw-text); margin: 0 0 12px; }
.nsw-seo p { font-size: 14px; color: var(--nsw-muted); line-height: 1.8; max-width: 720px; font-weight: 300; margin: 0; }

/* ── Afspraak-banner (zelfde stijl als op /waarom-noust/) ── */
.nsw-banner {
	position: relative;
	min-height: 74vh;
	background-color: var(--nsw-dark);
	background-size: cover;
	background-position: center;
	padding: 110px 60px 90px;
	display: flex;
	overflow: hidden;
}
.nsw-banner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(89deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 100%);
	opacity: 0.7;
}
.nsw-banner-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	row-gap: 40px;
}
.nsw-banner-label {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.nsw-banner-dot { width: 12px; height: 12px; background: #fff; flex-shrink: 0; }
.nsw-banner-content {
	align-self: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	padding-top: 6%;
	padding-bottom: 6%;
	max-width: 640px;
	width: 100%;
}
.nsw-banner-content h2 {
	max-width: 440px;
	font-size: 37px;
	font-weight: 200;
	color: #fff;
	line-height: 50px;
	margin: 0 0 24px;
}
.nsw-banner-text {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 50px;
}
.nsw-banner-text a { color: #fff; text-decoration: underline; }
.nsw-banner-text a:hover { color: rgba(255, 255, 255, 0.8); }
.nsw-page .nsw-banner-btn {
	display: inline-flex;
	align-items: center;
	background: var(--nsw-gold);
	color: #fff !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 28px;
	border: none;
	border-radius: var(--nsw-radius);
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.2s;
}
.nsw-page .nsw-banner-btn:hover { background: #776322; color: #fff !important; }

/* ══════════════════════════════
   DETAILPAGINA
   ══════════════════════════════ */

.nsw-back {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 40px;
	border-bottom: 1px solid var(--nsw-border);
	font-size: 13px;
	font-weight: 500;
	color: var(--nsw-teal) !important;
	text-decoration: none !important;
	background: #fff;
}
.nsw-back:hover { background: var(--nsw-sand); }

/* Galerij */
.nsw-gallery { position: relative; background: var(--nsw-dark); }
.nsw-gallery-main { height: 620px; overflow: hidden; position: relative; }
.nsw-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nsw-gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 14, 16, 0.45) 0%, transparent 45%); pointer-events: none; }
/* Badges onderaan links: de bovenkant van de foto ligt onder de site-header */
.nsw-gallery-badges { position: absolute; bottom: 16px; left: 16px; display: flex; gap: 6px; }
/* Donkere band als er geen foto's zijn, zodat de witte header leesbaar blijft */
.nsw-topfill { height: 200px; background: var(--nsw-dark); }
.nsw-gallery-actions {
	position: absolute;
	bottom: 16px;
	right: 16px;
	display: flex;
	gap: 6px;
	align-items: stretch;
}
.nsw-gallery-counter {
	background: rgba(10, 14, 16, 0.7);
	color: #fff;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 500;
	border-radius: var(--nsw-radius);
	display: flex;
	align-items: center;
}
.nsw-page .nsw-gexpand {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(10, 14, 16, 0.7);
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--nsw-radius);
	padding: 6px 14px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}
.nsw-page .nsw-gexpand:hover {
	background: rgba(10, 14, 16, 0.95);
	color: #fff;
	border-color: #fff;
}
.nsw-gallery-arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 14px;
	pointer-events: none;
}
.nsw-garr {
	width: 40px;
	height: 40px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	border-radius: var(--nsw-radius);
	background: rgba(10, 14, 16, 0.4);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: all;
	font-size: 18px;
	font-family: inherit;
}
.nsw-page .nsw-garr:hover { background: rgba(10, 14, 16, 0.85); color: #fff; border-color: rgba(255, 255, 255, 0.9); }
.nsw-gallery-thumbs { display: flex; gap: 4px; padding: 6px; background: var(--nsw-dark); overflow-x: auto; }
.nsw-gthumb {
	width: 84px;
	height: 56px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: var(--nsw-radius);
	flex-shrink: 0;
	opacity: 0.6;
	transition: opacity 0.15s;
	padding: 0;
	background: none;
}
.nsw-gthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nsw-gthumb.on { border-color: var(--nsw-teal); opacity: 1; }
.nsw-page .nsw-gthumb:hover { background: none; opacity: 1; }

/* ── Lightbox (foto volledig bekijken) ── */
.nsw-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(10, 14, 16, 0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Sora', Arial, Helvetica, sans-serif;
}
.nsw-lb-img {
	max-width: 92vw;
	max-height: 88vh;
	object-fit: contain;
	display: block;
	box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
}
.nsw-lightbox button,
.nsw-lightbox button:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	cursor: pointer;
	font-family: inherit;
	line-height: 1;
	padding: 0;
}
.nsw-lightbox button:hover { background: rgba(255, 255, 255, 0.2); border-color: #fff; }
.nsw-lb-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	font-size: 26px;
}
.nsw-lb-arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	font-size: 24px;
}
.nsw-lb-prev { left: 20px; }
.nsw-lb-next { right: 20px; }
.nsw-lb-counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}
@media (max-width: 640px) {
	.nsw-lb-arr { width: 40px; height: 40px; }
	.nsw-lb-prev { left: 8px; }
	.nsw-lb-next { right: 8px; }
	.nsw-lb-img { max-width: 100vw; max-height: 80vh; }
}

/* Twee kolommen — de zijkolom rekt mee zodat de sticky prijskaart
   tot het einde van dit blok (vlak vóór "Meer weten") blijft plakken */
.nsw-det-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
	padding: 40px;
}
.nsw-det-type { font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; color: var(--nsw-teal); margin-bottom: 6px; }
.nsw-det-title { font-size: clamp(26px, 4vw, 36px); font-weight: 300; color: var(--nsw-text); margin: 0 0 8px; line-height: 1.2; }
.nsw-det-loc { font-size: 14px; color: var(--nsw-muted); display: flex; align-items: center; gap: 6px; margin-bottom: 24px; font-weight: 300; }
.nsw-det-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 24px; }
.nsw-dspec { background: var(--nsw-sand); padding: 16px 12px; text-align: center; border: 1px solid var(--nsw-border); border-radius: var(--nsw-radius); }
.nsw-dspec-num { font-size: 19px; font-weight: 500; color: var(--nsw-text); display: block; margin-bottom: 3px; }
.nsw-dspec-lbl { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.8px; color: var(--nsw-muted); }
.nsw-det-tags { margin-bottom: 26px; }
.nsw-det-stitle {
	font-size: 14px;
	font-weight: 600;
	color: var(--nsw-text);
	border-bottom: 1px solid var(--nsw-border);
	padding-bottom: 10px;
	margin: 50px 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.nsw-det-main > .nsw-det-stitle:first-of-type { margin-top: 0; }
.nsw-det-desc { font-size: 15px; font-weight: 300; color: var(--nsw-muted); line-height: 1.85; }
.nsw-det-desc p { margin: 0 0 16px; }
.nsw-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
.nsw-feat { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 300; color: var(--nsw-text); }
.nsw-feat-chk {
	width: 17px;
	height: 17px;
	background: var(--nsw-teal);
	border-radius: var(--nsw-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

/* Tijdlijn */
.nsw-tl { margin-bottom: 8px; }
.nsw-tlstep { display: flex; gap: 14px; padding-bottom: 20px; position: relative; }
.nsw-tlstep:not(.nsw-tlstep--last)::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 26px;
	width: 1px;
	height: calc(100% - 10px);
	background: var(--nsw-border);
}
.nsw-tlstep--last { padding-bottom: 0; }
.nsw-tldot {
	width: 25px;
	height: 25px;
	background: var(--nsw-sand);
	border: 1.5px solid var(--nsw-teal);
	border-radius: var(--nsw-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
	color: var(--nsw-teal);
	flex-shrink: 0;
	z-index: 1;
}
.nsw-tldot--done { background: var(--nsw-teal); color: #fff; }
.nsw-tl-txt strong { display: block; font-size: 13px; font-weight: 600; color: var(--nsw-text); margin-bottom: 2px; }
.nsw-tl-txt span { font-size: 13px; font-weight: 300; color: var(--nsw-muted); }

/* FAQ */
.nsw-faq { border: 1px solid var(--nsw-border); border-radius: var(--nsw-radius); }
.nsw-faq-item { padding: 16px 18px; border-bottom: 1px solid var(--nsw-border); }
.nsw-faq-item:last-child { border-bottom: none; }
.nsw-faq-q { font-size: 14px; font-weight: 600; color: var(--nsw-text); margin-bottom: 5px; }
.nsw-faq-a { font-size: 13px; font-weight: 300; color: var(--nsw-muted); line-height: 1.7; }

/* Zijbalk prijskaart */
.nsw-pricebox {
	background: #fff;
	border: 1px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
	padding: 26px;
	position: sticky;
	top: 100px;
}
.nsw-plbl { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; color: var(--nsw-muted); margin-bottom: 5px; }
.nsw-price-big { font-size: 32px; font-weight: 500; color: var(--nsw-text); margin-bottom: 4px; line-height: 1.1; }
.nsw-price-note { font-size: 12px; font-weight: 300; color: var(--nsw-muted); margin-bottom: 16px; }
.nsw-avail {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(0, 88, 122, 0.08);
	color: var(--nsw-teal);
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	border-radius: var(--nsw-radius);
	margin-bottom: 18px;
}
.nsw-avail-dot { width: 7px; height: 7px; background: currentColor; border-radius: 50%; flex-shrink: 0; }
.nsw-avail--off { background: rgba(90, 87, 80, 0.1); color: var(--nsw-muted); }
.nsw-sb-rows { margin-top: 14px; }
.nsw-sb-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	padding: 8px 0;
	border-bottom: 1px solid var(--nsw-border);
}
.nsw-sb-row:last-child { border-bottom: none; }
.nsw-sb-row span:first-child { font-weight: 300; color: var(--nsw-muted); }
.nsw-sb-row span:last-child { font-weight: 500; color: var(--nsw-text); text-align: right; }
.nsw-agent { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--nsw-border); }
.nsw-agent-av {
	width: 42px;
	height: 42px;
	background: var(--nsw-sand);
	border: 1.5px solid var(--nsw-teal);
	border-radius: var(--nsw-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--nsw-teal);
	flex-shrink: 0;
	letter-spacing: 1px;
}
.nsw-agent-info strong { display: block; font-size: 13px; font-weight: 600; color: var(--nsw-text); }
.nsw-agent-info span, .nsw-agent-info a { font-size: 12px; font-weight: 300; color: var(--nsw-muted); }
.nsw-agent-info a { color: var(--nsw-teal); text-decoration: none; }
.nsw-share { display: flex; gap: 6px; margin-top: 16px; }
.nsw-sharebtn {
	flex: 1;
	background: #fff;
	border: 1px solid var(--nsw-border);
	border-radius: var(--nsw-radius);
	padding: 9px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	color: var(--nsw-muted);
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
/* Expliciete achtergrond óók op hover: het thema kleurt anders elke
   button:hover teal in, waardoor de tekst onleesbaar werd */
.nsw-page .nsw-sharebtn:hover { background: #fff; border-color: var(--nsw-teal); color: var(--nsw-teal); }

.nsw-related { padding: 40px; border-top: 1px solid var(--nsw-border); }

/* ── Expertise-blok (zelfde stijl als de laatste sectie op /aanbod/) ── */
.nsw-exp {
	background: #fff;
	padding: 0 40px;
	margin: 30px 0 80px 0;
}
.nsw-exp-inner {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.nsw-exp-col1 {
	flex: 1 1 25%;
	border-top: 1px solid #7a7a7a;
	padding-top: 90px;
}
.nsw-exp-label {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	margin-bottom: 40px;
}
.nsw-exp-dot { width: 12px; height: 12px; background: var(--nsw-teal); flex-shrink: 0; }
.nsw-exp-title {
	font-size: 37px;
	font-weight: 200;
	color: var(--nsw-text);
	line-height: 50px;
	max-width: 270px;
	margin: 0 0 30px;
}
.nsw-exp-col2 { flex: 1 1 25%; }
.nsw-exp-img1 {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin-bottom: 40px;
}
.nsw-exp-subtitle {
	font-size: 26px;
	font-weight: 200;
	color: var(--nsw-text);
	line-height: 33px;
	margin: 0 0 25px;
}
.nsw-exp-text {
	font-size: 13px;
	font-weight: 300;
	color: var(--nsw-text);
	line-height: 20px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.nsw-exp-text a { color: var(--nsw-teal); }
.nsw-page .nsw-exp-btn {
	display: inline-flex;
	align-items: center;
	background: var(--nsw-teal);
	color: #fff !important;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 28px;
	border: none;
	border-radius: var(--nsw-radius);
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.2s;
}
.nsw-page .nsw-exp-btn:hover { background: #003e58; color: #fff !important; }
.nsw-exp-col3 { flex: 1 1 50%; min-width: 0; }
.nsw-exp-col3 img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/* ══════════════════════════════
   RESPONSIVE
   ══════════════════════════════ */
/* Expertise-blok op tablet: grote foto rechts verbergen, 2 kolommen (zoals op /aanbod/) */
@media (min-width: 641px) and (max-width: 1023px) {
	.nsw-exp-col3 { display: none; }
	.nsw-exp-col1, .nsw-exp-col2 { flex: 1 1 50%; }
	.nsw-exp-col1 { padding-top: 80px; }
	.nsw-exp { margin-bottom: 120px; }
}

@media (max-width: 1024px) {
	.nsw-grid { grid-template-columns: repeat(2, 1fr); }
	.nsw-det-body { grid-template-columns: 1fr; }
	.nsw-pricebox { position: static; }
	.nsw-hero-stats { display: none; }
}
@media (max-width: 640px) {
	.nsw-bc, .nsw-filter, .nsw-listing, .nsw-seo, .nsw-det-body, .nsw-related { padding-left: 20px; padding-right: 20px; }
	.nsw-banner { padding: 70px 20px 30px; }
	.nsw-banner-content { padding-top: 20%; padding-bottom: 20%; }
	.nsw-banner-content h2 { font-size: 30px; line-height: 39px; margin-bottom: 20px; }
	.nsw-banner-text { font-size: 14px; line-height: 22px; margin-bottom: 40px; }
	.nsw-exp { padding: 0 20px; margin: 10px 0 90px; }
	.nsw-exp-inner { flex-direction: column; gap: 0; }
	.nsw-exp-col1 { border-top: 0; padding-top: 70px; width: 100%; }
	.nsw-exp-title { font-size: 27px; line-height: 32px; }
	.nsw-exp-col2 { width: 100%; padding-bottom: 40px; }
	.nsw-exp-col3 { width: 100%; }
	.nsw-back { padding-left: 20px; padding-right: 20px; }
	.nsw-hero-content { padding: 48px 20px 44px; }
	.nsw-hero { min-height: 480px; }
	.nsw-topfill { height: 120px; }
	.nsw-grid { grid-template-columns: 1fr; }
	.nsw-det-specs { grid-template-columns: repeat(2, 1fr); }
	.nsw-feats { grid-template-columns: 1fr; }
	.nsw-gallery-main { height: 300px; }
	.nsw-fr { margin-left: 0; }
	.nsw-usp-col { flex: 1 1 100%; }
}
