.hhfu-updates {
	background:
		linear-gradient(180deg, rgba(239, 243, 228, 0.52), rgba(255, 253, 248, 0.94)),
		#fffdf8;
	padding: 72px 32px 76px;
}

.hhfu-inner {
	margin: 0 auto;
	max-width: 1180px;
}

.hhfu-heading {
	margin: 0 auto 36px;
	max-width: 720px;
	text-align: center;
}

.hhfu-featured-meta > span {
	color: var(--hh-gold, #c99a45);
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hhfu-heading > span,
.hhfu-recent-heading > span,
body.hh-ref-farm-updates-page .hh-farm-heading > span {
	color: var(--hh-gold, #c99a45);
	display: block;
	font-family: var(--hh-script, "Dancing Script", "Segoe Script", "Brush Script MT", cursive);
	font-size: clamp(28px, 3vw, 34px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
}

.hhfu-heading > span {
	margin-bottom: 9px;
}

.hhfu-heading h2,
.hhfu-featured-copy h3,
.hhfu-recent-heading h3,
.hhfu-recent-card h4,
.hhfu-empty h3 {
	color: var(--hh-deep-2, #20351d);
	font-family: var(--hh-serif, "Cormorant Garamond", serif);
	font-weight: 600;
	letter-spacing: 0;
}

.hhfu-heading h2 {
	font-size: clamp(36px, 4vw, 50px);
	line-height: 1;
	margin: 0 0 12px;
}

.hhfu-heading p {
	color: var(--hh-muted, #69675f);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.hhfu-featured {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.55fr);
}

.hhfu-featured-copy {
	border-left: 1px solid rgba(31, 78, 46, 0.18);
	padding: 12px 0 12px 30px;
}

.hhfu-featured-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 13px;
}

.hhfu-featured-meta > span {
	margin: 0;
}

.hhfu-featured-meta time,
.hhfu-recent-card time {
	color: var(--hh-muted, #69675f);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hhfu-featured-copy h3 {
	font-size: clamp(27px, 2.35vw, 34px);
	line-height: 1.02;
	margin: 0 0 17px;
}

.hhfu-featured-copy h3 a,
.hhfu-recent-card h4 a {
	color: inherit;
	text-decoration: none;
}

.hhfu-featured-copy h3 a:hover,
.hhfu-featured-copy h3 a:focus-visible,
.hhfu-recent-card h4 a:hover,
.hhfu-recent-card h4 a:focus-visible {
	color: var(--hh-moss, #496f35);
}

.hhfu-featured-copy > p {
	color: var(--hh-muted, #69675f);
	font-size: 14px;
	line-height: 1.72;
	margin: 0 0 23px;
}

.hhfu-text-link {
	color: var(--hh-moss, #496f35) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.hhfu-text-link:hover,
.hhfu-text-link:focus-visible {
	color: var(--hh-deep-2, #20351d) !important;
}

.hhfu-gallery {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: 470px;
}

.hhfu-gallery-photo {
	background: #e9eadf;
	border-radius: 7px;
	display: block;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.hhfu-gallery-photo--large {
	grid-row: 1 / 3;
}

.hhfu-gallery-image,
.hhfu-card-image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.hhfu-gallery-photo:hover .hhfu-gallery-image,
.hhfu-gallery-photo:focus-visible .hhfu-gallery-image {
	transform: scale(1.035);
}

.hhfu-gallery-photo:focus-visible {
	outline: 3px solid var(--hh-gold, #c99a45);
	outline-offset: 3px;
}

.hhfu-recent-heading {
	margin: 54px 0 19px;
	text-align: center;
}

.hhfu-recent-heading > span {
	margin-bottom: 4px;
}

.hhfu-recent-heading h3 {
	font-size: 31px;
	line-height: 1.05;
	margin: 0;
}

.hhfu-recent-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hhfu-recent-card {
	background: #fff;
	border: 1px solid rgba(31, 78, 46, 0.1);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(42, 55, 35, 0.08);
	display: grid;
	grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr);
	overflow: hidden;
}

.hhfu-recent-card-image {
	background: #e9eadf;
	min-height: 210px;
	overflow: hidden;
}

.hhfu-recent-card-image:hover .hhfu-card-image {
	transform: scale(1.035);
}

.hhfu-recent-card-copy {
	align-self: center;
	padding: 25px 24px;
}

.hhfu-recent-card h4 {
	font-size: 25px;
	line-height: 1.02;
	margin: 8px 0 10px;
}

.hhfu-recent-card p {
	color: var(--hh-muted, #69675f);
	font-size: 13px;
	line-height: 1.58;
	margin: 0 0 14px;
}

.hhfu-view-all {
	margin-top: 34px;
	text-align: center;
}

.hhfu-view-all-button {
	background: var(--hh-moss, #496f35);
	border: 1px solid var(--hh-moss, #496f35);
	border-radius: 999px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	padding: 13px 27px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease;
}

.hhfu-view-all-button:hover,
.hhfu-view-all-button:focus-visible {
	background: var(--hh-deep-2, #20351d);
	border-color: var(--hh-deep-2, #20351d);
}

.hhfu-empty {
	background: #fff;
	border: 1px solid rgba(31, 78, 46, 0.1);
	border-radius: 8px;
	padding: 34px;
	text-align: center;
}

.hhfu-empty h3 {
	font-size: 30px;
	margin: 0 0 8px;
}

.hhfu-empty p {
	color: var(--hh-muted, #69675f);
	margin: 0;
}

.hhfu-lightbox {
	background: #11180f;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
	color: #fff;
	margin: auto;
	max-height: 92vh;
	max-width: min(1120px, 94vw);
	padding: 18px;
	width: 100%;
}

.hhfu-lightbox::backdrop {
	background: rgba(8, 14, 7, 0.88);
}

.hhfu-lightbox-stage {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.hhfu-lightbox-stage img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 76vh;
	max-width: 100%;
	object-fit: contain;
}

.hhfu-lightbox button {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: 700 12px/1.1 "DM Sans", sans-serif;
	padding: 11px 15px;
}

.hhfu-lightbox button:hover,
.hhfu-lightbox button:focus-visible {
	background: rgba(255, 255, 255, 0.22);
}

.hhfu-lightbox-close {
	display: block;
	margin: 0 0 12px auto;
}

.hhfu-lightbox-count {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin: 12px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.hh-farm-journal__all {
	margin-top: 30px;
	text-align: center;
}

.hh-farm-journal__all a {
	background: var(--hh-moss, #496f35);
	border-radius: 999px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	padding: 13px 27px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.hh-farm-journal__all a:hover,
.hh-farm-journal__all a:focus-visible {
	background: var(--hh-deep-2, #20351d);
}

@media (max-width: 960px) {
	.hhfu-featured {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.hhfu-featured-copy {
		border-bottom: 1px solid rgba(31, 78, 46, 0.18);
		border-left: 0;
		padding: 0 0 25px;
	}

	.hhfu-gallery {
		height: 500px;
	}

	.hhfu-recent-card {
		grid-template-columns: 0.72fr 1fr;
	}
}

@media (max-width: 720px) {
	.hhfu-updates {
		padding: 58px 20px 62px;
	}

	.hhfu-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(230px, 1.35fr) repeat(2, minmax(120px, 1fr));
		height: 520px;
	}

	.hhfu-gallery-photo--large {
		grid-column: 1 / 3;
		grid-row: auto;
	}

	.hhfu-recent-grid {
		grid-template-columns: 1fr;
	}

	.hhfu-lightbox {
		border-radius: 0;
		height: 100%;
		max-height: 100vh;
		max-width: 100vw;
		padding: 14px;
		width: 100%;
	}

	.hhfu-lightbox-stage {
		gap: 8px;
		grid-template-columns: 1fr 1fr;
	}

	.hhfu-lightbox-stage img {
		grid-column: 1 / 3;
		grid-row: 1;
		max-height: 70vh;
	}

	.hhfu-lightbox-prev,
	.hhfu-lightbox-next {
		grid-row: 2;
	}
}

@media (max-width: 520px) {
	.hhfu-heading {
		margin-bottom: 28px;
	}

	.hhfu-featured-copy h3 {
		font-size: 28px;
	}

	.hhfu-gallery {
		height: 450px;
	}

	.hhfu-recent-card {
		grid-template-columns: 1fr;
	}

	.hhfu-recent-card-image {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hhfu-gallery-image,
	.hhfu-card-image,
	.hhfu-view-all-button {
		transition: none;
	}
}
