.investment { background: #ffffff; padding: 120px 0; }
.investment__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 80px; }

.investment .section-header__eyebrow { color: #794332; }

.investment__subheader {
	font-family: var(--font-primary);
	font-size: 15px;
	line-height: 1.7;
	color: #595959;
	margin-top: 20px;
	margin-bottom: 28px;
	max-width: 520px;
}

.investment__bullets { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
.investment__bullets li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--font-primary);
	font-size: 14px;
	color: #1E1E1E;
	line-height: 1.6;
	margin-bottom: 12px;
}

.investment__metrics { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; gap: 20px; margin-top: 28px; }

.investment-metric {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1;
	width: 100%;
	background: #FBFBFB;
	border: 1px solid #E0E0E0;
	padding: 16px 18px;
}

/* Butler font not yet loaded — drop Butler font files into /assets/fonts/ and register via @font-face */
.investment-metric__value { font-family: 'Butler', 'Playfair Display', serif; font-size: 34px; font-weight: 500; color: #794332; line-height: 1; margin: 0; }
.investment-metric__label { font-family: var(--font-primary); font-size: 12px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; color: #404040; margin: 0; }

.investment__closing-line {
	font-family: var(--font-primary);
	font-size: 14px;
	color: #1e1e1e;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.investment__chart-col { display: flex; align-items: stretch; justify-content: center; }
.investment__chart-svg { width: 100%; height: 100%; object-fit: contain; display: block; }

@media (max-width: 1024px) {
	.investment__grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 640px) {
	.investment { padding: 40px 0; }
	.investment__metrics { flex-wrap: wrap; }
	.investment__grid { margin-bottom: 40px; }
}
