.gnz-site-header {
	padding-top: 18px;
	margin-bottom: 18px;
}

.gnz-site-header .gnz-nav {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	column-gap: 28px;
	min-height: 74px;
	position: relative;
}

.gnz-nav__brand {
	font-weight: 700;
	white-space: nowrap;
	padding: 0 8px 0 6px;
}

.gnz-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	flex-wrap: nowrap;
	min-width: 0;
	padding-right: 6px;
}

.gnz-nav__menu a {
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
	padding: 10px 4px;
	line-height: 1.2;
}

.gnz-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #eadfcf;
	border-radius: 999px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(17, 25, 20, 0.05);
}

.gnz-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: #111914;
}

.gnz-menu-toggle span + span {
	margin-top: 3px;
}

.gnz-home-search {
	display: grid;
	gap: 24px;
}

.gnz-search {
	margin: 0;
}

.gnz-home-section {
	display: grid;
	gap: 20px;
	margin-top: 40px;
}

.gnz-page-shell {
	padding-bottom: 88px;
}

.gnz-page-shell > .gnz-shell:first-child {
	padding-top: 12px;
}

.gnz-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 4px;
}

.gnz-section-eyebrow,
.gnz-article-card__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	color: #8a7962;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gnz-section-head h1,
.gnz-section-head h2 {
	margin: 0;
	font-size: clamp(24px, 3.2vw, 34px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -.03em;
}

.gnz-section-head p {
	margin: 10px 0 0;
	color: #59635b;
	font-size: 16px;
	font-weight: 400;
	max-width: 680px;
}

.gnz-section-link {
	color: #0d7a33;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
}

.gnz-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.gnz-toolbar {
	display: grid;
	gap: 16px;
	padding: 8px 0 6px;
}

.gnz-toolbar__top {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.gnz-toolbar__group {
	display: grid;
	gap: 8px;
}

.gnz-toolbar__label {
	color: #7a827c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gnz-toolbar__pills,
.gnz-toolbar__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.gnz-toolbar__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--gnz-line);
	border-radius: 999px;
	background: #fff;
	color: #4f5a52;
	font-size: 14px;
	font-weight: 600;
}

.gnz-toolbar__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border: 1px solid var(--gnz-line);
	border-radius: 999px;
	background: #fff;
	color: #1b241d;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}

.gnz-toolbar__pill:hover,
.gnz-toolbar__pill.is-active {
	background: #111914;
	border-color: #111914;
	color: #fff;
}

.gnz-filter-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid var(--gnz-line);
	border-radius: 999px;
	background: #fff;
	color: #1b241d;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
	line-height: 1.1;
	min-height: 44px;
	flex: 0 0 auto;
}

.gnz-filter-pill:hover,
.gnz-filter-pill.is-active {
	background: #111914;
	border-color: #111914;
	color: #fff;
}

.gnz-articles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gnz-article-card {
	display: grid;
	min-height: 100%;
	border: 1px solid var(--gnz-line);
	border-radius: 26px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(17, 25, 20, 0.04);
}

.gnz-article-card__body {
	display: grid;
	gap: 12px;
	padding: 28px;
}

.gnz-article-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.gnz-article-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gnz-article-card__title {
	margin: 0;
	font-size: clamp(18px, 2.1vw, 24px);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -.02em;
}

.gnz-article-card__title a {
	color: #111914;
	text-decoration: none;
}

.gnz-article-card__excerpt {
	margin: 0;
	color: #4d564f;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
}

.gnz-article-card__date {
	margin: -2px 0 0;
	color: #7a827c;
	font-size: 13px;
	font-weight: 600;
}

.gnz-article-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 28px 28px;
}

.gnz-article-card__cta {
	color: #0d7a33;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.gnz-single__content a,
.gnz-page-content a,
.gnz-panel-page a {
	color: #111914;
	font-weight: 600;
	text-decoration: none;
	background: linear-gradient(transparent 58%, #ffe37a 58%);
	box-shadow: inset 0 -1px 0 #f1c232;
	padding: 0 2px;
	border-radius: 2px;
	transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.gnz-single__content a:hover,
.gnz-page-content a:hover,
.gnz-panel-page a:hover {
	background: linear-gradient(transparent 48%, #ffd84d 48%);
	box-shadow: inset 0 -1px 0 #d5a100;
}

.gnz-empty-state {
	margin: 0;
	color: #59635b;
	font-size: 15px;
	font-weight: 400;
}

.gnz-grid {
	gap: 26px !important;
	margin-top: 8px;
}

.gnz-card {
	border-radius: 28px !important;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(17, 25, 20, 0.03);
	min-height: 100%;
}

.gnz-card__inner {
	padding: 24px !important;
	row-gap: 18px !important;
}

.gnz-card__head,
.gnz-card__title-wrap {
	row-gap: 10px !important;
}

.gnz-card__title,
.gnz-card__title a {
	font-size: 18px !important;
	line-height: 1.22 !important;
	font-weight: 700 !important;
	letter-spacing: -.02em;
}

.gnz-card__description {
	margin-top: 4px;
	font-size: 15px !important;
	line-height: 1.65 !important;
}

.gnz-card__chips {
	gap: 8px !important;
}

.gnz-chip {
	padding: 8px 12px !important;
	font-weight: 600 !important;
}

.gnz-card__footer {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding-top: 14px !important;
	margin-top: auto !important;
	gap: 12px;
}

.gnz-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: #edf8ee;
	color: #0d7a33 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.gnz-card__footer > span {
	margin-right: auto;
	color: #6a736c;
	font-size: 14px;
}

.gnz-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 18px;
	padding: 14px 0 6px;
	flex-wrap: wrap;
	border-top: 1px solid rgba(218, 225, 218, 0.8);
}

.gnz-pagination__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--gnz-line);
	border-radius: 999px;
	background: #ffffff;
	color: #111914;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}

.gnz-pagination__link:hover {
	background: #111914;
	border-color: #111914;
	color: #ffffff;
}

.gnz-pagination__link.is-disabled {
	opacity: .45;
	pointer-events: none;
}

.gnz-pagination__meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(218, 225, 218, 0.9);
	border-radius: 999px;
	background: #f8faf8;
	color: #5f695f;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 1180px) {
	.gnz-site-header .gnz-nav {
		grid-template-columns: auto 1fr auto;
		column-gap: 18px;
	}

	.gnz-articles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gnz-nav__menu {
		gap: 22px;
	}
}

@media (max-width: 920px) {
	.gnz-section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.gnz-site-header .gnz-nav {
		grid-template-columns: 1fr auto;
		column-gap: 14px;
		min-height: 68px;
	}

	.gnz-menu-toggle {
		display: inline-flex;
	}

	.gnz-nav__menu {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		left: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		padding: 14px;
		border: 1px solid #eadfcf;
		border-radius: 24px;
		background: #ffffff;
		box-shadow: 0 18px 40px rgba(17, 25, 20, 0.08);
		z-index: 40;
	}

	.gnz-nav__menu.is-open {
		display: flex;
	}

	.gnz-nav__menu a {
		display: block;
		padding: 14px 16px;
		border-radius: 16px;
		background: #faf8f4;
		font-size: 15px;
	}

	.gnz-toolbar__top {
		flex-direction: column;
		align-items: stretch;
	}

	.gnz-toolbar__group {
		width: 100%;
	}

	.gnz-toolbar__pills,
	.gnz-toolbar__tabs,
	.gnz-filter-bar {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 10px;
		margin: 0 -2px;
		scrollbar-width: thin;
	}

	.gnz-toolbar__count {
		align-self: flex-start;
	}
}

@media (max-width: 680px) {
	.gnz-site-header {
		padding-top: 14px;
		margin-bottom: 14px;
	}

	.gnz-site-header .gnz-nav {
		grid-template-columns: 1fr auto;
		column-gap: 12px;
		min-height: 64px;
	}

	.gnz-articles-grid {
		grid-template-columns: 1fr;
	}

	.gnz-page-shell {
		padding-bottom: 72px;
	}

	.gnz-page-shell > .gnz-shell:first-child {
		padding-top: 8px;
	}

	.gnz-home-section {
		margin-top: 32px;
	}

	.gnz-section-head h1,
	.gnz-section-head h2 {
		font-size: clamp(20px, 7vw, 30px);
	}

	.gnz-search input {
		padding-right: 64px;
	}

	.gnz-toolbar {
		gap: 14px;
	}

	.gnz-menu-toggle {
		width: 44px;
		height: 44px;
	}

	.gnz-grid {
		gap: 18px !important;
	}

	.gnz-card__inner {
		padding: 20px !important;
	}

	.gnz-card__title,
	.gnz-card__title a {
		font-size: 17px !important;
	}

	.gnz-card__footer {
		flex-wrap: wrap;
		align-items: stretch !important;
	}

	.gnz-card__footer > span {
		width: 100%;
		margin-right: 0;
	}

	.gnz-pagination {
		align-items: stretch;
		gap: 10px;
	}

	.gnz-pagination__link,
	.gnz-pagination__meta {
		width: 100%;
	}

	.gnz-pagination__meta {
		text-align: center;
	}
}
