/**
 * Promise — compact closing band on the homepage's own cream.
 *
 * Padding is deliberately below the template's section rhythm: this is a
 * closing paragraph, not a seventh marketing section, and the brief for it
 * was "restrained".
 *
 * The band ends on a straight edge. The gold hairline that marks the join
 * with the green belongs to the footer, so the two are never a pixel apart.
 */

.sui-farmi .zf-promise {
	position: relative;
	background: #fbf6ee;
	padding: clamp(40px, 3.8vw, 54px) 0 clamp(36px, 3.4vw, 48px);
	overflow: hidden;
	text-align: center;
}

.sui-farmi .zf-promise__inner {
	max-width: 720px;
	margin-inline: auto;
}

/* The eyebrow, title and lead are the homepage's own classes; only their
   measure and alignment change here. */
.sui-farmi .zf-promise .zf-eyebrow {
	margin-bottom: 12px;
}

.sui-farmi .zf-promise__title {
	margin: 0 auto 14px;
	max-width: 23ch;
}

.sui-farmi .zf-promise__body {
	margin: 0 auto;
	max-width: 58ch;
	font-size: 19px;
	line-height: 1.8;
	color: #43443c;
}

/* One divided row, the idiom the philosophy band already uses — a hairline
   between items rather than three cards with icons. */
.sui-farmi .zf-promise__points {
	list-style: none;
	margin: clamp(24px, 2.6vw, 32px) 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
}

.sui-farmi .zf-promise__points li {
	position: relative;
	padding: 0 clamp(20px, 2.6vw, 34px);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.45;
	color: #2f3a25;
}

.sui-farmi .zf-promise__points li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: var(--sui-gold);
	opacity: 0.85;
}

@media (max-width: 767px) {
	.sui-farmi .zf-promise__title {
		max-width: 20ch;
	}
}

@media (max-width: 575px) {
	.sui-farmi .zf-promise__points {
		flex-direction: column;
		gap: 11px;
	}
	.sui-farmi .zf-promise__points li {
		padding: 0;
	}
	.sui-farmi .zf-promise__points li + li::before {
		display: none;
	}
}

/* ---- Consistency pass (2026-09-06) ----
   Same correction as the testimonials band: the serif stays, the scale comes
   into line with the homepage's other section headings. The pillars drop from
   700 to 600 — still clearly readable, no longer the heaviest thing in a
   section whose job is to be calm. */

.sui-farmi .zf-promise__title {
	font-size: clamp(1.75rem, 1.25rem + 1.2vw, 2.5rem);
}

.sui-farmi .zf-promise__points li {
	font-weight: 600;
}
