/* /aankopen — lay-out uit design-references/aankopen.html, fonts/kleuren/zijspacing van de homepage. */

.buy-body,
.buy-main {
	background: #F4F3F0;
}

.buy-hero {
	padding-bottom: clamp(56px, 7vw, 96px);
}

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

.buy-title {
	margin: 0;
	font-family: "Newsreader", Georgia, serif;
	font-weight: 300;
	font-size: clamp(44px, 7.2vw, 92px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: #16181C;
	text-wrap: balance;
}

.buy-hero-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(28px, 5vw, 72px);
	margin: clamp(36px, 5vw, 60px) 0 0;
}

.buy-lead {
	margin: 0;
	max-width: 38ch;
	font-size: clamp(18px, 1.7vw, 21px);
	line-height: 1.45;
	color: #16181C;
	text-wrap: balance;
}

.buy-h2,
.buy-step h3,
.buy-bid-grid p {
	font-family: "Newsreader", Georgia, serif;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #16181C;
}

.buy-title em,
.buy-h2 em,
.buy-h2--light em {
	font-style: italic;
	font-weight: 400;
}

.buy-copy {
	max-width: 56ch;
	color: #4A4F58;
}

.buy-copy p {
	margin: 0 0 1.15em;
}

.buy-copy p:last-child {
	margin-bottom: 0;
}

.buy-text-link {
	font-size: 14px;
	font-weight: 600;
}

.buy-text-link:hover {
	color: #1751D6;
}

.buy-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
}

.buy-actions .home-btn {
	padding: 15px 28px;
	font-size: 14px;
}

.buy-rule {
	height: 1px;
	background: rgba(22, 24, 28, 0.12);
}

.buy-hero .buy-rule {
	margin: clamp(40px, 5vw, 64px) 0 clamp(28px, 3vw, 36px);
}

.buy-split {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

.buy-split {
	margin: clamp(40px, 5vw, 64px) 0 clamp(28px, 3vw, 36px);
}

.buy-photo {
	padding: clamp(24px, 4vw, 56px) 0 clamp(56px, 7vw, 104px);
}

.buy-photo-frame {
	margin: 0;
	aspect-ratio: 16 / 7;
	width: 100%;
	overflow: hidden;
	background: #E8E6DF;
	border: 1px solid rgba(22, 24, 28, 0.1);
}

.buy-photo-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buy-photo-frame--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: repeating-linear-gradient(135deg, rgba(22, 24, 28, 0.05) 0 1px, transparent 1px 10px);
}

.buy-photo-frame--empty span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(22, 24, 28, 0.42);
}

.buy-steps {
	padding: clamp(48px, 6vw, 88px) 0 0;
}

.buy-steps-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(32px, 5vw, 72px);
}

.buy-steps-sticky {
	position: sticky;
	top: 96px;
}

.buy-h2 {
	margin: 0;
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.06;
	letter-spacing: -0.015em;
}

.buy-h2--narrow {
	max-width: 15ch;
}

.buy-h2--team {
	max-width: 14ch;
}

.buy-h2--after {
	max-width: 16ch;
}

.buy-h2--meet {
	font-size: clamp(38px, 5.6vw, 76px);
	line-height: 1.03;
	letter-spacing: -0.02em;
}

.buy-h2--light {
	max-width: 18ch;
	font-size: clamp(38px, 5.6vw, 76px);
	line-height: 1.03;
	letter-spacing: -0.02em;
	color: #F4F3F0;
}

.buy-steps-sticky .buy-copy {
	margin: 1.2em 0 0;
	max-width: 44ch;
}

.buy-marks {
	list-style: none;
	margin: clamp(28px, 4vw, 44px) 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.buy-marks li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 7px 0;
	font-size: 14px;
	color: rgba(22, 24, 28, 0.34);
	transition: color 0.25s ease;
}

.buy-marks li.is-on {
	color: #16181C;
}

.buy-marks span {
	display: block;
	height: 1px;
	width: 14px;
	background: rgba(22, 24, 28, 0.14);
	transition: width 0.25s ease, background 0.25s ease;
}

.buy-marks li.is-on span,
.buy-marks li.is-done span {
	background: #16181C;
}

.buy-marks li.is-on span {
	width: 30px;
}

.buy-steps-list {
	padding-bottom: clamp(60px, 10vh, 140px);
}

.buy-step {
	position: sticky;
	background: #F4F3F0;
	border-top: 1px solid rgba(22, 24, 28, 0.16);
	padding: 30px 0 52px;
	min-height: 330px;
}

.buy-step:nth-child(1) { top: 96px; }
.buy-step:nth-child(2) { top: 112px; }
.buy-step:nth-child(3) { top: 128px; }
.buy-step:nth-child(4) { top: 144px; }
.buy-step:nth-child(5) { top: 160px; }
.buy-step:nth-child(6) { top: 176px; }
.buy-step:nth-child(7) { top: 192px; }

.buy-step--accent {
	border-top-color: #1F63F5;
	min-height: 380px;
}

.buy-step-num {
	margin: 0 0 18px;
	font-size: 13px;
	letter-spacing: 0.14em;
	color: rgba(22, 24, 28, 0.32);
	transition: color 0.25s ease;
}

.buy-step-num.is-on {
	color: #16181C;
}

.buy-step-num.is-accent {
	color: #1F63F5;
}

.buy-step h3 {
	margin: 0 0 0.5em;
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.buy-step--accent h3 {
	font-size: clamp(32px, 3.9vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.015em;
}

.buy-step p:last-child {
	margin: 0;
	max-width: 58ch;
	color: #4A4F58;
}

.buy-step--accent p:last-child {
	font-size: 19px;
	line-height: 1.6;
	color: #16181C;
}

.buy-bid {
	padding: clamp(56px, 8vw, 120px) 0;
}

.buy-bid-lead {
	margin: 1em 0 0;
	max-width: 48ch;
	font-size: 19px;
	line-height: 1.6;
	color: #4A4F58;
}

.buy-bid-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(24px, 4vw, 56px);
	margin: clamp(44px, 6vw, 84px) 0 0;
}

.buy-bid-grid > div {
	border-top: 1px solid rgba(22, 24, 28, 0.16);
	padding: 22px 0 0;
}

.buy-bid-grid > div.is-on {
	border-top-color: #1F63F5;
}

.buy-bid-grid p {
	margin: 0;
	font-size: clamp(28px, 3.1vw, 40px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: rgba(22, 24, 28, 0.45);
}

.buy-bid-grid span {
	display: block;
	margin: 16px 0 0;
	font-size: 14px;
	color: rgba(22, 24, 28, 0.5);
}

.buy-bid-grid > div.is-on p,
.buy-bid-grid > div.is-on span {
	color: #1F63F5;
}

.buy-bid-copy {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(28px, 5vw, 72px);
	margin: clamp(48px, 6vw, 88px) 0 0;
}

.buy-bid-copy .buy-text-link {
	display: inline-block;
	margin-top: 1.6em;
}

.buy-dark {
	background: #16181C;
	color: #F4F3F0;
	padding: clamp(72px, 10vw, 144px) 0;
}

.buy-dark-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(32px, 5vw, 72px);
	margin: clamp(40px, 6vw, 72px) 0 0;
	align-items: start;
}

.buy-copy--light {
	color: rgba(244, 243, 240, 0.72);
}

.buy-dark-kicker {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(244, 243, 240, 0.42);
}

.buy-report {
	border-top: 1px solid rgba(244, 243, 240, 0.16);
}

.buy-report div {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(244, 243, 240, 0.1);
	font-size: 14px;
}

.buy-report div:last-child {
	border-bottom: 0;
}

.buy-report span {
	color: rgba(244, 243, 240, 0.58);
}

.buy-report strong {
	font-weight: 500;
	text-align: right;
}

.buy-team {
	padding: clamp(64px, 9vw, 128px) 0 clamp(36px, 4.5vw, 64px);
}

.buy-team-copy .buy-copy {
	max-width: none;
}

.buy-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(8px, 1.2vw, 14px);
	margin: clamp(22px, 3vw, 32px) 0 0;
}

.buy-person img,
.buy-person-empty {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	background: #E8E6DF;
	border: 1px solid rgba(22, 24, 28, 0.1);
}

.buy-person-empty {
	background-image: repeating-linear-gradient(135deg, rgba(22, 24, 28, 0.05) 0 1px, transparent 1px 10px);
}

.buy-person p {
	margin: 10px 0 0;
	font-size: 13px;
	color: #16181C;
}

.buy-person span {
	display: block;
	margin: 2px 0 0;
	font-size: 12px;
	color: rgba(22, 24, 28, 0.5);
}

.buy-person .buy-person-role {
	margin: 2px 0 0;
}

.buy-person .buy-person-role-full,
.buy-person .buy-person-role-short {
	display: inline;
	margin: 0;
	font-size: inherit;
	color: inherit;
}

.buy-person .buy-person-role-short {
	display: none;
}

@media (max-width: 770px) {
	.buy-person .buy-person-role-full {
		display: none;
	}

	.buy-person .buy-person-role-short {
		display: inline;
	}
}

.buy-after {
	padding: clamp(36px, 4.5vw, 64px) 0 clamp(56px, 8vw, 112px);
}

.buy-after-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: clamp(16px, 2vw, 28px);
	margin: clamp(48px, 6vw, 88px) 0 0;
}

.buy-after-grid > div {
	border-top: 1px solid rgba(22, 24, 28, 0.16);
}

.buy-after-grid > div.is-on {
	border-top-color: #1F63F5;
}

.buy-after-grid i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #16181C;
	margin: -4px 0 22px;
}

.buy-after-grid > div.is-on i {
	background: #1F63F5;
}

.buy-after-grid p {
	margin: 0;
	font-size: 14px;
	white-space: nowrap;
	color: #16181C;
}

.buy-after-grid span {
	display: block;
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #4A4F58;
}

.buy-meet {
	padding: clamp(56px, 8vw, 112px) 0 clamp(80px, 11vw, 160px);
}

.buy-meet .buy-rule {
	margin: 0 0 clamp(40px, 5vw, 72px);
}

.buy-meet .buy-copy {
	max-width: 52ch;
}

.buy-meet .buy-copy p:last-child {
	margin-bottom: 2em;
}

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

	.buy-actions {
		gap: 18px;
	}

	.buy-actions .home-btn {
		width: 100%;
	}

	.buy-steps-sticky {
		position: static;
	}

	.buy-step {
		position: relative;
		top: auto !important;
		min-height: 0;
		padding: 26px 0 36px;
	}

	.buy-steps-list {
		padding-bottom: 40px;
	}

	.buy-after-grid p {
		white-space: normal;
	}
}
