/**
 * Footer — four columns on the deep green, closing the homepage.
 *
 * Proportions follow the page above it: the same container, the same gold,
 * the same display face for the one line that carries feeling, and hairlines
 * rather than boxes to separate things. Nothing here is filled, rounded or
 * shadowed that is not filled, rounded or shadowed elsewhere on the site.
 */

.sui-farmi .zf-footer {
	position: relative;
	background: var(--bg-dark, #2a491d);
	color: rgba(255, 255, 255, 0.72);
	/* The join with the cream above. One hairline of brand gold, at the weight
	   the dividers inside the band use — enough to make the boundary read as
	   drawn rather than as two blocks meeting. */
	border-top: 1px solid rgba(210, 164, 39, 0.32);
	padding: clamp(42px, 4.2vw, 60px) 0 0;
}

/* ---- columns --------------------------------------------------------- */

.sui-farmi .zf-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.45fr);
	gap: clamp(24px, 2.4vw, 38px);
	align-items: start;
}

@media (max-width: 991px) {
	.sui-farmi .zf-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 30px;
	}
	.sui-farmi .zf-footer__brand,
	.sui-farmi .zf-footer__reach {
		grid-column: 1 / -1;
	}
}

/* Shop and Discover stay side by side even on a phone: two short lists of
   five make a worse single column than they do a pair. */
@media (max-width: 575px) {
	.sui-farmi .zf-footer__grid {
		gap: 30px 22px;
	}
}

/* ---- brand ----------------------------------------------------------- */

.sui-farmi .zf-footer__logo img {
	max-width: 148px;
	height: auto;
	display: block;
	margin-bottom: 18px;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.sui-farmi .zf-footer__name {
	display: block;
	font-family: var(--sui-font-display);
	font-weight: 500;
	font-size: clamp(1.45rem, 1.15rem + 0.9vw, 1.9rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #fff;
	margin-bottom: 14px;
}

/* The one line in the band set in the display face — the same face the
   story sections use for the statements that carry feeling. */
.sui-farmi .zf-footer__statement {
	font-family: var(--sui-font-display);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
	max-width: 27ch;
	margin: 0 0 10px;
}

.sui-farmi .zf-footer__origin {
	margin: 0;
	max-width: 30ch;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.55);
}

/* Outline, not a filled lozenge. The gold is the accent the site spends
   sparingly, and a solid pill on this green would be the loudest thing on
   the page. */
.sui-farmi .zf-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 22px;
	padding: 11px 20px;
	border: 1px solid rgba(210, 164, 39, 0.5);
	background: transparent;
	color: var(--sui-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.sui-farmi .zf-footer__cta:hover {
	border-color: var(--sui-gold);
	background: rgba(210, 164, 39, 0.1);
	color: var(--sui-gold);
}

.sui-farmi .zf-footer__cta svg {
	width: 15px;
	height: 15px;
	flex: none;
	fill: currentColor;
}

.sui-farmi .zf-footer__social {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.sui-farmi .zf-footer__social a {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
}

/* ---- link groups ----------------------------------------------------- */

.sui-farmi .zf-footer h4 {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(210, 164, 39, 0.78);
	margin: 3px 0 15px;
}

.sui-farmi .zf-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sui-farmi .zf-footer__links li {
	margin: 0 0 10px;
}

.sui-farmi .zf-footer__links a,
.sui-farmi .zf-footer__contact a,
.sui-farmi .zf-footer__social a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.65;
	text-decoration: none;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.sui-farmi .zf-footer__links a:hover,
.sui-farmi .zf-footer__contact a:hover,
.sui-farmi .zf-footer__social a:hover,
.sui-farmi .zf-footer__legal a:hover {
	color: var(--sui-gold);
	text-decoration: underline;
}

/* ---- reach ----------------------------------------------------------- */

.sui-farmi .zf-footer__contact {
	font-style: normal;
	font-size: 16px;
	line-height: 1.72;
}

.sui-farmi .zf-footer__contact span {
	display: block;
	color: rgba(255, 255, 255, 0.64);
	max-width: 34ch;
}

/* Phone and email each on their own line, at reading size — the number is
   the useful thing here, not a display element. */
.sui-farmi .zf-footer__reach-line {
	display: block;
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.92) !important;
}

.sui-farmi .zf-footer__contact span + .zf-footer__reach-line {
	margin-top: 16px;
}

/* ---- trust strip ----------------------------------------------------- */

.sui-farmi .zf-footer__trust {
	list-style: none;
	margin: clamp(28px, 3vw, 40px) 0 0;
	padding: clamp(18px, 2vw, 24px) 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 0;
}

.sui-farmi .zf-footer__trust li {
	position: relative;
	padding: 0 clamp(16px, 2vw, 26px);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.66);
}

.sui-farmi .zf-footer__trust li:first-child {
	padding-left: 0;
}

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

/* ---- bottom ---------------------------------------------------------- */

.sui-farmi .zf-footer__bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	margin-top: clamp(20px, 2vw, 28px);
	padding-top: clamp(16px, 1.8vw, 22px);
}

.sui-farmi .zf-footer__copy {
	margin: 0;
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.6);
}

.sui-farmi .zf-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
}

.sui-farmi .zf-footer__legal li + li::before {
	content: "·";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.3);
}

.sui-farmi .zf-footer__legal a {
	font-size: 13.5px !important;
	color: rgba(255, 255, 255, 0.74) !important;
	text-decoration: none;
}

/* The maintainer's line. It belongs in the footer and nowhere near the
   brand's own weight, so it sits under the legal row at the smallest size
   on the page. */
.sui-farmi .zf-footer__credit {
	margin: 10px 0 0;
	padding-bottom: clamp(20px, 2.2vw, 28px);
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.01em;
}

.sui-farmi .zf-footer__credit a {
	color: rgba(255, 255, 255, 0.58);
	text-decoration: none;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.sui-farmi .zf-footer__credit a:hover {
	color: var(--sui-gold);
	text-decoration: underline;
}

@media (max-width: 575px) {
	.sui-farmi .zf-footer__bar {
		justify-content: flex-start;
		gap: 6px 20px;
	}
	.sui-farmi .zf-footer__trust {
		gap: 8px 0;
	}
	.sui-farmi .zf-footer__trust li {
		padding: 0 13px;
		font-size: 11.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sui-farmi .zf-footer__cta,
	.sui-farmi .zf-footer__links a,
	.sui-farmi .zf-footer__credit a {
		transition: none;
	}
}

/* ------------------------------------------------------------------------
   Narrow screens: the same content, less air.

   Stacked, this band carries a brand block, ten links, an address, a phone,
   an email, four assurances and four policy links. The type sizes are the
   ones the page needs to be readable and are left alone; what comes in is
   the space between things, which is what a phone can afford to lose.
   ------------------------------------------------------------------------ */

@media (max-width: 991px) {
	.sui-farmi .zf-footer__grid {
		gap: 28px 26px;
	}
	.sui-farmi .zf-footer__cta {
		margin-top: 16px;
	}
	.sui-farmi .zf-footer__statement {
		max-width: 32ch;
	}
}

@media (max-width: 575px) {
	.sui-farmi .zf-footer__grid {
		gap: 26px 20px;
	}
	/* Four policy links wrap to two rows on a phone. Tighten the separator and
	   give the rows their own gap so the two lines sit as one block. */
	.sui-farmi .zf-footer__legal {
		row-gap: 2px;
	}
	.sui-farmi .zf-footer__legal li + li::before {
		margin: 0 8px;
	}
	.sui-farmi .zf-footer__bar {
		padding-top: 14px;
	}
	.sui-farmi .zf-footer__credit {
		margin-top: 8px;
	}
	.sui-farmi .zf-footer__trust {
		margin-top: 26px;
		padding-top: 16px;
	}
}

/* ---- Readability pass (2026-09-06) ----
   The smallest text in the band was still below the page's comfortable
   reading size. These are one-step increases with the line-heights opened a
   little; the spacing above each block comes in by the same amount so the
   band does not grow. */

.sui-farmi .zf-footer__links a,
.sui-farmi .zf-footer__contact a,
.sui-farmi .zf-footer__contact {
	line-height: 1.7;
}

.sui-farmi .zf-footer__trust li {
	font-size: 12.5px;
}

.sui-farmi .zf-footer__copy,
.sui-farmi .zf-footer__legal a {
	font-size: 14px !important;
}

.sui-farmi .zf-footer__credit {
	font-size: 13px;
}

.sui-farmi .zf-footer__trust {
	margin-top: clamp(26px, 2.8vw, 38px);
}

.sui-farmi .zf-footer__bar {
	margin-top: clamp(20px, 1.8vw, 26px);
}
