/* Resources CPT and standard Posts editorial presentation. */
.hgt-resource-archive,
.hgt-resource-single,
.hgt-knowledge-hub,
.hgt-knowledge-single {
	background: #fefefe;
	color: #111211;
}

.hgt-editorial-hero {
	background: #60875a;
	color: #111211;
	padding: clamp(4.75rem, 8vw, 6.9rem) 0;
}

.hgt-editorial-hero .shell {
	position: relative;
}

.hgt-editorial-hero .breadcrumbs {
	align-items: center;
	color: #111211;
	display: flex;
	flex-wrap: wrap;
	font-size: .75rem;
	font-weight: 700;
	gap: .65rem;
	margin-bottom: 2rem;
}

.hgt-editorial-hero .breadcrumbs a,
.hgt-editorial-hero .breadcrumbs span,
.hgt-editorial-hero .eyebrow,
.hgt-editorial-hero h1,
.hgt-editorial-hero .hgt-editorial-lead,
.hgt-editorial-hero .hgt-editorial-date,
.hgt-editorial-hero .hgt-editorial-byline,
.hgt-editorial-hero .hgt-editorial-byline a {
	color: #111211;
	opacity: 1;
	visibility: visible;
}

.hgt-editorial-hero .breadcrumbs a:focus-visible,
.hgt-editorial-hero .hgt-editorial-byline a:focus-visible,
.hgt-editorial-card a:focus-visible,
.hgt-editorial-content a:focus-visible,
.hgt-editorial-listing .page-numbers:focus-visible {
	outline: 3px solid #111211;
	outline-offset: 4px;
}

.hgt-editorial-hero .eyebrow {
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .15em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.hgt-editorial-hero h1 {
	font-family: var(--serif, "Manrope", sans-serif);
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.05;
	margin: 0;
	max-width: 18ch;
}

.hgt-editorial-lead {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.7;
	margin: 1.25rem 0 0;
	max-width: 46rem;
}

.hgt-editorial-date,
.hgt-editorial-byline {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: .875rem;
	font-weight: 600;
	gap: .65rem;
	margin-top: 1.25rem;
}

.hgt-editorial-listing {
	background: #fefefe;
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.hgt-editorial-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hgt-editorial-card {
	background: #fefefe;
	border: 1px solid #d8d8d8;
	color: #111211;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.hgt-editorial-card__media {
	aspect-ratio: 16 / 9;
	background: #faf5e5;
	display: block;
	overflow: hidden;
}

.hgt-editorial-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
	width: 100%;
}

.hgt-editorial-card:hover .hgt-editorial-card__media img {
	transform: scale(1.025);
}

.hgt-editorial-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 1.5rem;
}

.hgt-editorial-card__meta,
.hgt-editorial-card__title,
.hgt-editorial-card__title a,
.hgt-editorial-card__excerpt,
.hgt-editorial-card__read-more {
	color: #111211;
	opacity: 1;
	visibility: visible;
}

/*
 * WoodMart exposes normal heading and link colours through --wd-title-color
 * and related dynamic rules. Keep Resources archive text explicit without
 * changing the standard Posts presentation or any global theme selectors.
 */
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card {
	--wd-link-color: #111211;
	--wd-link-color-hover: #111211;
	--wd-text-color: #111211;
	--wd-title-color: #111211;
}

.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title > a,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title > a:link,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title > a:visited,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__excerpt,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__meta,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__meta > span,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__meta > time,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more:link,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more:visited,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more > span {
	-webkit-text-fill-color: #111211;
	color: #111211 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title > a:hover,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more:hover,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__title > a:focus-visible,
.hgt-resource-archive .hgt-editorial-grid--resources .hgt-editorial-card .hgt-editorial-card__read-more:focus-visible {
	-webkit-text-fill-color: #111211;
	color: #111211 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
/*
 * WoodMart's normal heading/link colour variables can override archive card
 * text. Keep the standard Posts listing explicit without affecting singles.
 */
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card {
	--wd-link-color: #111211;
	--wd-link-color-hover: #111211;
	--wd-text-color: #111211;
	--wd-title-color: #111211;
}

.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title > a,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title > a:link,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title > a:visited,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__excerpt,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__meta,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__meta > span,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__meta > time,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more:link,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more:visited,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more > span {
	-webkit-text-fill-color: #111211;
	color: #111211 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title > a:hover,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more:hover,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__title > a:focus-visible,
.hgt-knowledge-hub .hgt-editorial-listing .hgt-editorial-grid .hgt-editorial-card .hgt-editorial-card__read-more:focus-visible {
	-webkit-text-fill-color: #111211;
	color: #111211 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.hgt-editorial-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: .75rem;
	font-weight: 700;
	gap: .5rem;
	letter-spacing: .035em;
	line-height: 1.5;
	margin-bottom: .9rem;
	text-transform: uppercase;
}

.hgt-editorial-card__meta i,
.hgt-editorial-byline i {
	font-style: normal;
}

.hgt-editorial-card__title {
	font-family: var(--serif, "Manrope", sans-serif);
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	line-height: 1.2;
	margin: 0;
}

.hgt-editorial-card__title a {
	text-decoration: none;
}

.hgt-editorial-card__title a:hover {
	text-decoration: underline;
	text-decoration-color: #60875a;
	text-decoration-thickness: 2px;
	text-underline-offset: .2em;
}

.hgt-editorial-card__excerpt {
	font-size: .95rem;
	line-height: 1.7;
	margin: 1rem 0 0;
}

.hgt-editorial-card__read-more {
	align-items: center;
	display: inline-flex;
	font-size: .75rem;
	font-weight: 800;
	gap: .5rem;
	letter-spacing: .09em;
	margin-top: auto;
	padding-top: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

.hgt-editorial-card__read-more:hover {
	text-decoration: underline;
	text-decoration-color: #60875a;
	text-underline-offset: .3em;
}

.hgt-editorial-listing .navigation.pagination {
	margin-top: 2.5rem;
}

.hgt-editorial-listing .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.hgt-editorial-listing .page-numbers {
	align-items: center;
	border: 1px solid #d8d8d8;
	color: #111211;
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	min-width: 2.75rem;
	padding: 0 .75rem;
	text-decoration: none;
}

.hgt-editorial-listing .page-numbers.current {
	background: #60875a;
	border-color: #60875a;
	font-weight: 800;
}

.hgt-editorial-content {
	background: #fefefe;
	color: #111211;
	padding: clamp(4rem, 7vw, 7rem) 0;
}

.hgt-editorial-content__inner {
	max-width: 52rem;
}

.hgt-editorial-featured-image {
	aspect-ratio: 16 / 9;
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	overflow: hidden;
}

.hgt-editorial-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hgt-editorial-body,
.hgt-editorial-body p,
.hgt-editorial-body li,
.hgt-editorial-body h2,
.hgt-editorial-body h3,
.hgt-editorial-body h4,
.hgt-editorial-body a {
	color: #111211;
	opacity: 1;
	visibility: visible;
}

.hgt-editorial-body {
	font-size: 1rem;
	line-height: 1.8;
}

.hgt-editorial-body > :first-child {
	margin-top: 0;
}

.hgt-editorial-body > :last-child {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.hgt-editorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.hgt-editorial-hero {
		padding: 4.5rem 0;
	}

	.hgt-editorial-hero h1 {
		font-size: clamp(2rem, 9.5vw, 2.75rem);
	}

	.hgt-editorial-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hgt-editorial-card__body {
		padding: 1.3rem;
	}
}