/*
 * GreenHearth Complete Site
 * Premium responsive styles for WordPress, Elementor and Hello Elementor.
 */

:root {
	--ghc-forest: #102e24;
	--ghc-forest-deep: #061b14;
	--ghc-green: #39745b;
	--ghc-moss: #85a66b;
	--ghc-lime: #c7e36a;
	--ghc-lime-light: #dcef91;
	--ghc-sand: #d7c6a5;
	--ghc-cream: #f3f0e8;
	--ghc-mist: #dde4de;
	--ghc-clay: #b86e4b;
	--ghc-charcoal: #17201c;
	--ghc-white: #fff;
	--ghc-border: rgba(16, 46, 36, .14);
	--ghc-border-light: rgba(255, 255, 255, .14);
	--ghc-shadow: 0 28px 80px rgba(16, 46, 36, .13);
	--ghc-serif: "Instrument Serif", Georgia, serif;
	--ghc-sans: "Manrope", Arial, sans-serif;
	--ghc-shell: 1280px;
	--ghc-radius: 5px;
}

.ghc-page-template,
.ghc-site-content,
.ghc-archive,
.ghc-single {
	margin: 0;
	padding: 0;
	background: var(--ghc-cream);
	color: var(--ghc-charcoal);
	font-family: var(--ghc-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.ghc-page-template *,
.ghc-site-content *,
.ghc-archive *,
.ghc-single * {
	box-sizing: border-box;
}

.ghc-page-template img,
.ghc-site-content img,
.ghc-archive img,
.ghc-single img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ghc-page-template a,
.ghc-site-content a,
.ghc-archive a,
.ghc-single a {
	color: inherit;
}

.ghc-shell {
	width: min(calc(100% - 48px), var(--ghc-shell));
	margin-inline: auto;
}

.ghc-section {
	position: relative;
	padding: clamp(88px, 10vw, 158px) 0;
}

.ghc-section--cream {
	background: var(--ghc-cream);
}

.ghc-section--mist {
	background:
		radial-gradient(circle at 86% 12%, rgba(133, 166, 107, .13), transparent 24%),
		#e9ede8;
}

.ghc-section--forest {
	overflow: hidden;
	background:
		radial-gradient(circle at 15% 80%, rgba(199, 227, 106, .13), transparent 30%),
		radial-gradient(circle at 92% 12%, rgba(57, 116, 91, .26), transparent 35%),
		var(--ghc-forest-deep);
	color: var(--ghc-cream);
}

.ghc-eyebrow {
	margin: 0 0 18px;
	color: var(--ghc-green);
	font-family: var(--ghc-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ghc-section--forest .ghc-eyebrow,
.ghc-cta .ghc-eyebrow,
.ghc-home-hero .ghc-eyebrow,
.ghc-page-hero .ghc-eyebrow,
.ghc-single-hero .ghc-eyebrow,
.ghc-impact-preview .ghc-eyebrow {
	color: var(--ghc-lime);
}

.ghc-site-content h1,
.ghc-site-content h2,
.ghc-site-content h3,
.ghc-archive h1,
.ghc-archive h2,
.ghc-archive h3,
.ghc-single h1,
.ghc-single h2,
.ghc-single h3 {
	margin-top: 0;
	color: inherit;
	font-family: var(--ghc-serif);
	font-weight: 400;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.ghc-site-content h1,
.ghc-archive h1,
.ghc-single h1 {
	font-size: clamp(58px, 8vw, 118px);
	line-height: .91;
}

.ghc-site-content h2,
.ghc-archive h2,
.ghc-single h2 {
	font-size: clamp(42px, 5.4vw, 78px);
	line-height: .98;
}

.ghc-site-content h3,
.ghc-archive h3,
.ghc-single h3 {
	font-size: clamp(27px, 2.5vw, 41px);
	line-height: 1.04;
}

.ghc-heading-narrow {
	max-width: 850px;
	margin-bottom: 58px !important;
}

.ghc-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
	margin-top: 32px;
}

.ghc-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 14px 23px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--ghc-sans);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition:
		transform .25s ease,
		background .25s ease,
		color .25s ease,
		border-color .25s ease,
		box-shadow .25s ease;
}

.ghc-button:hover {
	transform: translateY(-2px);
}

.ghc-button--lime {
	background: var(--ghc-lime);
	color: var(--ghc-forest) !important;
	box-shadow: 0 14px 35px rgba(199, 227, 106, .16);
}

.ghc-button--lime:hover {
	background: var(--ghc-lime-light);
	box-shadow: 0 18px 46px rgba(199, 227, 106, .25);
}

.ghc-button--forest {
	background: var(--ghc-forest);
	color: var(--ghc-cream) !important;
}

.ghc-button--forest:hover {
	background: var(--ghc-green);
}

.ghc-button--outline {
	border-color: rgba(243, 240, 232, .35);
	background: rgba(255, 255, 255, .035);
	color: var(--ghc-cream) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.ghc-button--outline:hover {
	border-color: var(--ghc-cream);
	background: var(--ghc-cream);
	color: var(--ghc-forest) !important;
}

.ghc-button--soft {
	border-color: var(--ghc-border);
	background: var(--ghc-mist);
	color: var(--ghc-forest) !important;
}

.ghc-text-link,
.ghc-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	color: var(--ghc-forest) !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none !important;
}

.ghc-text-link span,
.ghc-card-link span {
	transition: transform .2s ease;
}

.ghc-text-link:hover span,
.ghc-card-link:hover span {
	transform: translate(3px, -3px);
}

.ghc-text-link--light {
	color: var(--ghc-lime) !important;
}

.ghc-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 58px;
}

.ghc-section-heading > div {
	max-width: 850px;
}

.ghc-section-heading h2 {
	margin-bottom: 0;
}

/* Page heroes */
.ghc-page-hero {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	padding: clamp(160px, 15vw, 220px) 0 78px;
	background:
		linear-gradient(120deg, rgba(6, 27, 20, .98), rgba(16, 46, 36, .88)),
		var(--ghc-forest);
	color: var(--ghc-cream);
}

.ghc-page-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.ghc-page-hero::after {
	position: absolute;
	right: -17%;
	bottom: -68%;
	width: min(76vw, 980px);
	aspect-ratio: 1;
	content: "";
	border: 1px solid rgba(199, 227, 106, .17);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px rgba(199, 227, 106, .035),
		0 0 0 145px rgba(199, 227, 106, .025);
}

.ghc-page-hero__orb {
	position: absolute;
	top: 12%;
	right: 11%;
	width: 260px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(199, 227, 106, .14);
	filter: blur(70px);
}

.ghc-page-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 375px;
	flex-direction: column;
	justify-content: flex-end;
}

.ghc-page-hero h1 {
	max-width: 1060px;
	margin-bottom: 28px;
}

.ghc-page-hero__intro {
	max-width: 680px;
	margin: 0;
	color: rgba(243, 240, 232, .72);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.6;
}

.ghc-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 46px;
	color: rgba(243, 240, 232, .5);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ghc-breadcrumbs a {
	text-decoration: none;
}

.ghc-breadcrumbs a:hover {
	color: var(--ghc-lime);
}

/* Home hero */
.ghc-home-hero {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(138px, 14vw, 190px) 0 44px;
	background:
		radial-gradient(circle at 73% 38%, rgba(199, 227, 106, .17), transparent 24%),
		radial-gradient(circle at 8% 92%, rgba(57, 116, 91, .25), transparent 33%),
		linear-gradient(133deg, #061a13 0%, #102e24 55%, #0a251c 100%);
	color: var(--ghc-cream);
}

.ghc-home-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 76px 76px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.ghc-home-hero__wash {
	position: absolute;
	inset: -40%;
	background: conic-gradient(from 120deg at 68% 43%, transparent, rgba(199, 227, 106, .08), transparent 29%);
	filter: blur(20px);
	animation: ghc-slow-spin 22s linear infinite;
}

.ghc-home-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
	gap: clamp(44px, 7vw, 110px);
	align-items: center;
	min-height: calc(100svh - 280px);
}

.ghc-home-hero__copy {
	max-width: 760px;
}

.ghc-home-hero h1 {
	margin: 0;
}

.ghc-home-hero h1 em {
	color: var(--ghc-lime);
	font-weight: 400;
}

.ghc-home-hero__copy > p:not(.ghc-eyebrow) {
	max-width: 620px;
	margin: 28px 0 0;
	color: rgba(243, 240, 232, .72);
	font-size: clamp(16px, 1.5vw, 20px);
}

.ghc-home-hero__emblem {
	position: relative;
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	perspective: 1200px;
	transform-style: preserve-3d;
}

.ghc-home-hero__emblem > img {
	position: relative;
	z-index: 4;
	width: min(90%, 620px);
	filter: drop-shadow(0 42px 70px rgba(0, 0, 0, .42));
	transform: rotateX(var(--ghc-tilt-x, 0deg)) rotateY(var(--ghc-tilt-y, 0deg));
	transition: transform .18s ease-out;
	animation: ghc-float 7s ease-in-out infinite;
}

.ghc-home-hero__ring {
	position: absolute;
	z-index: 2;
	inset: 8%;
	border: 1px solid rgba(199, 227, 106, .25);
	border-radius: 50%;
	transform: rotateX(70deg) rotateZ(12deg);
	animation: ghc-orbit 18s linear infinite;
}

.ghc-home-hero__ring--two {
	inset: 17%;
	transform: rotateY(72deg) rotateX(12deg);
	animation-duration: 14s;
	animation-direction: reverse;
}

.ghc-home-hero__ring::after {
	position: absolute;
	top: 7%;
	left: 20%;
	width: 11px;
	height: 11px;
	content: "";
	border-radius: 50%;
	background: var(--ghc-lime);
	box-shadow: 0 0 24px var(--ghc-lime);
}

.ghc-orbit-label {
	position: absolute;
	z-index: 6;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(6, 27, 20, .76);
	color: var(--ghc-cream);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.ghc-orbit-label--one {
	top: 15%;
	left: 1%;
}

.ghc-orbit-label--two {
	top: 47%;
	right: -1%;
}

.ghc-orbit-label--three {
	bottom: 14%;
	left: 11%;
}

.ghc-home-hero__values {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.ghc-home-hero__values > div {
	display: flex;
	gap: 12px;
	align-items: baseline;
	padding: 23px 18px 0 0;
}

.ghc-home-hero__values span {
	color: var(--ghc-lime);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.ghc-home-hero__values strong {
	color: rgba(243, 240, 232, .68);
	font-size: 12px;
	font-weight: 600;
}

/* Split sections */
.ghc-split__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.25fr) minmax(300px, 1fr) minmax(220px, .55fr);
	gap: clamp(36px, 6vw, 94px);
	align-items: start;
}

.ghc-split__grid > div:first-child h2 {
	margin-bottom: 0;
}

.ghc-prose {
	color: rgba(23, 32, 28, .75);
	font-size: 17px;
}

.ghc-prose p:first-child {
	margin-top: 8px;
}

.ghc-prose p:last-child {
	margin-bottom: 0;
}

.ghc-prose a {
	color: var(--ghc-green);
	font-weight: 700;
}

.ghc-note {
	padding: 24px;
	border-top: 2px solid var(--ghc-lime);
	background: rgba(255, 255, 255, .44);
	color: rgba(23, 32, 28, .66);
	font-size: 13px;
}

.ghc-note strong {
	display: block;
	margin-bottom: 8px;
	color: var(--ghc-forest);
	font-size: 13px;
}

.ghc-note p {
	margin: 0;
}

.ghc-section--forest .ghc-prose,
.ghc-section--forest .ghc-note {
	color: rgba(243, 240, 232, .68);
}

/* Feature cards */
.ghc-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-top: 52px;
}

.ghc-feature-card {
	position: relative;
	display: flex;
	min-height: 330px;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
	border: 1px solid rgba(16, 46, 36, .1);
	border-radius: var(--ghc-radius);
	background:
		radial-gradient(circle at 100% 100%, rgba(133, 166, 107, .17), transparent 42%),
		rgba(255, 255, 255, .68);
	color: var(--ghc-charcoal) !important;
	text-decoration: none !important;
	transition:
		transform .35s ease,
		background .35s ease,
		color .35s ease,
		box-shadow .35s ease,
		border-color .35s ease;
}

.ghc-feature-card::before {
	position: absolute;
	right: -80px;
	bottom: -120px;
	width: 240px;
	aspect-ratio: 1;
	content: "";
	border: 1px solid rgba(16, 46, 36, .12);
	border-radius: 50%;
	transition: transform .4s ease, border-color .4s ease;
}

a.ghc-feature-card:hover {
	z-index: 2;
	border-color: var(--ghc-forest);
	background:
		radial-gradient(circle at 100% 100%, rgba(199, 227, 106, .16), transparent 42%),
		var(--ghc-forest);
	color: var(--ghc-cream) !important;
	box-shadow: var(--ghc-shadow);
	transform: translateY(-8px);
}

a.ghc-feature-card:hover::before {
	border-color: rgba(199, 227, 106, .35);
	transform: scale(1.25);
}

.ghc-feature-card__number {
	position: relative;
	z-index: 1;
	display: block;
	color: var(--ghc-green);
	font-family: var(--ghc-serif);
	font-size: 52px;
	line-height: 1;
}

a.ghc-feature-card:hover .ghc-feature-card__number {
	color: var(--ghc-lime);
}

.ghc-feature-card > div {
	position: relative;
	z-index: 1;
}

.ghc-feature-card__kicker {
	margin: 0 0 10px;
	color: var(--ghc-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ghc-feature-card h3 {
	margin: 0 0 15px;
	font-size: clamp(28px, 2.5vw, 40px);
}

.ghc-feature-card p {
	margin: 0;
	color: rgba(23, 32, 28, .66);
	font-size: 14px;
}

a.ghc-feature-card:hover p,
a.ghc-feature-card:hover .ghc-feature-card__kicker {
	color: rgba(243, 240, 232, .67);
}

.ghc-feature-card__arrow {
	position: absolute;
	right: 24px;
	bottom: 20px;
	z-index: 2;
	font-size: 22px;
}

.ghc-card-grid--objectives {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ghc-card-grid--objectives .ghc-feature-card {
	min-height: 310px;
}

/* Impact */
.ghc-impact-preview {
	overflow: hidden;
	background:
		radial-gradient(circle at 100% 0, rgba(199, 227, 106, .15), transparent 30%),
		var(--ghc-green);
	color: var(--ghc-cream);
}

.ghc-impact-preview__grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: clamp(45px, 8vw, 120px);
	align-items: end;
}

.ghc-impact-preview__grid > div:first-child > p:not(.ghc-eyebrow) {
	color: rgba(243, 240, 232, .68);
}

.ghc-metric-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid rgba(255, 255, 255, .18);
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.ghc-metric {
	min-height: 210px;
	padding: 26px;
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.ghc-metric strong {
	display: block;
	color: var(--ghc-lime);
	font-family: var(--ghc-serif);
	font-size: 74px;
	font-weight: 400;
	line-height: 1;
}

.ghc-metric span {
	display: block;
	margin-top: 28px;
	color: var(--ghc-cream);
	font-size: 13px;
	font-weight: 700;
}

.ghc-metric small {
	display: block;
	margin-top: 7px;
	color: rgba(243, 240, 232, .48);
	font-size: 10px;
}

/* Statements and values */
.ghc-statement-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ghc-statement-grid article {
	min-height: 560px;
	padding: clamp(34px, 5vw, 72px);
	background: var(--ghc-forest);
	color: var(--ghc-cream);
}

.ghc-statement-grid article:nth-child(2) {
	background: var(--ghc-sand);
	color: var(--ghc-charcoal);
}

.ghc-statement-grid h2 {
	margin-bottom: 34px;
}

.ghc-statement-grid article > p:not(.ghc-eyebrow) {
	max-width: 570px;
	color: rgba(243, 240, 232, .66);
}

.ghc-statement-grid article:nth-child(2) > p:not(.ghc-eyebrow) {
	color: rgba(23, 32, 28, .68);
}

.ghc-value-list {
	display: grid;
}

.ghc-value-list > div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 25px;
	padding: 18px 0;
	border-bottom: 1px solid var(--ghc-border);
}

.ghc-value-list strong {
	color: var(--ghc-forest);
}

.ghc-value-list span {
	color: rgba(23, 32, 28, .67);
}

.ghc-three-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.ghc-three-pillars article {
	min-height: 420px;
	padding: 38px;
	border-right: 1px solid rgba(255, 255, 255, .13);
}

.ghc-three-pillars article:last-child {
	border-right: 0;
}

.ghc-three-pillars span {
	color: var(--ghc-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.ghc-three-pillars h3 {
	margin: 130px 0 15px;
	font-size: 58px;
}

.ghc-three-pillars p {
	color: rgba(243, 240, 232, .62);
}

/* Programme */
.ghc-programme-statement {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: clamp(30px, 6vw, 100px);
	align-items: start;
}

.ghc-programme-statement > span {
	color: var(--ghc-green);
	font-family: var(--ghc-serif);
	font-size: clamp(90px, 12vw, 170px);
	line-height: .75;
}

.ghc-programme-statement h2 {
	max-width: 920px;
}

.ghc-outcome-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: clamp(45px, 8vw, 120px);
	align-items: start;
}

.ghc-outcome-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.ghc-outcome-grid li {
	position: relative;
	padding: 21px 0 21px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	color: rgba(243, 240, 232, .72);
}

.ghc-outcome-grid li::before {
	position: absolute;
	top: 29px;
	left: 2px;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: var(--ghc-lime);
}

.ghc-sdg-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 80px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.ghc-sdg-row > span {
	margin-right: 12px;
	color: rgba(243, 240, 232, .5);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ghc-sdg-row b {
	padding: 8px 12px;
	border: 1px solid rgba(199, 227, 106, .28);
	border-radius: 999px;
	color: var(--ghc-lime);
	font-size: 11px;
}

/* Delivery cycle */
.ghc-cycle {
	display: grid;
	grid-template-columns: 1fr .92fr;
	gap: clamp(50px, 8vw, 130px);
}

.ghc-cycle ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: cycle;
	border-top: 1px solid var(--ghc-border);
}

.ghc-cycle li {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 25px;
	padding: 20px 0;
	border-bottom: 1px solid var(--ghc-border);
	counter-increment: cycle;
}

.ghc-cycle strong::before {
	margin-right: 11px;
	color: var(--ghc-green);
	content: "0" counter(cycle);
	font-size: 10px;
}

.ghc-cycle span {
	color: rgba(23, 32, 28, .67);
	font-size: 14px;
}

/* Dynamic content cards */
.ghc-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ghc-content-card {
	overflow: hidden;
	border: 1px solid var(--ghc-border);
	border-radius: var(--ghc-radius);
	background: rgba(255, 255, 255, .78);
	transition: transform .3s ease, box-shadow .3s ease;
}

.ghc-content-card:hover {
	box-shadow: var(--ghc-shadow);
	transform: translateY(-6px);
}

.ghc-content-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.38;
	background: var(--ghc-forest);
}

.ghc-content-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

.ghc-content-card:hover .ghc-content-card__media > img {
	transform: scale(1.045);
}

.ghc-content-card__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		radial-gradient(circle at 50% 50%, rgba(199, 227, 106, .18), transparent 35%),
		linear-gradient(135deg, var(--ghc-forest-deep), var(--ghc-green));
}

.ghc-content-card__fallback img {
	width: 54%;
	filter: drop-shadow(0 24px 35px rgba(0, 0, 0, .35));
}

.ghc-content-card__body {
	padding: 25px;
}

.ghc-content-card__meta {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
	color: var(--ghc-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ghc-content-card__meta b {
	color: rgba(23, 32, 28, .48);
	font-weight: 700;
}

.ghc-content-card h3 {
	margin: 0 0 13px;
	font-size: 35px;
}

.ghc-content-card h3 a {
	text-decoration: none;
}

.ghc-content-card p {
	margin: 0 0 24px;
	color: rgba(23, 32, 28, .66);
	font-size: 14px;
}

.ghc-empty-state {
	display: grid;
	min-height: 430px;
	place-items: center;
	padding: 60px;
	border: 1px dashed rgba(16, 46, 36, .24);
	border-radius: var(--ghc-radius);
	background: rgba(255, 255, 255, .42);
	text-align: center;
}

.ghc-empty-state img {
	width: 112px;
	margin-bottom: 8px;
	opacity: .65;
	filter: saturate(.8);
}

.ghc-empty-state h3 {
	max-width: 650px;
	margin: 0;
}

.ghc-empty-state > p:not(.ghc-eyebrow) {
	max-width: 590px;
	margin: 12px auto 0;
	color: rgba(23, 32, 28, .63);
}

/* Links and placeholder panels */
.ghc-link-list {
	display: grid;
	margin-top: 50px;
	border-top: 1px solid var(--ghc-border);
}

.ghc-link-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 4px;
	border-bottom: 1px solid var(--ghc-border);
	font-family: var(--ghc-serif);
	font-size: clamp(29px, 4vw, 52px);
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease, padding .2s ease;
}

.ghc-link-list a:hover {
	padding-right: 15px;
	padding-left: 15px;
	color: var(--ghc-green);
}

.ghc-filter-intro {
	max-width: 840px;
	margin-bottom: 58px;
}

.ghc-donation-placeholder {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(36px, 6vw, 76px);
	border: 1px solid var(--ghc-border);
	background:
		radial-gradient(circle at 90% 0, rgba(199, 227, 106, .23), transparent 34%),
		var(--ghc-white);
}

.ghc-donation-placeholder > div {
	max-width: 800px;
}

.ghc-donation-placeholder p:not(.ghc-eyebrow) {
	color: rgba(23, 32, 28, .66);
}

/* Forms */
.ghc-form-layout,
.ghc-contact-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(45px, 8vw, 120px);
	align-items: start;
}

.ghc-form-layout > div:first-child,
.ghc-contact-grid > div:first-child {
	position: sticky;
	top: 110px;
}

.ghc-form-layout > div:first-child > p:not(.ghc-eyebrow),
.ghc-contact-grid > div:first-child > p:not(.ghc-eyebrow) {
	color: rgba(23, 32, 28, .66);
}

.ghc-form-card {
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid var(--ghc-border);
	background: rgba(255, 255, 255, .75);
	box-shadow: 0 20px 70px rgba(16, 46, 36, .08);
}

.ghc-form {
	display: grid;
	gap: 17px;
}

.ghc-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.ghc-form label {
	display: grid;
	gap: 8px;
	color: var(--ghc-forest);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
}

.ghc-form input,
.ghc-form select,
.ghc-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid rgba(16, 46, 36, .2);
	border-radius: 0;
	outline: 0;
	background: rgba(243, 240, 232, .5);
	color: var(--ghc-charcoal);
	font-family: var(--ghc-sans);
	font-size: 14px;
	font-weight: 500;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ghc-form textarea {
	min-height: 150px;
	resize: vertical;
}

.ghc-form input:focus,
.ghc-form select:focus,
.ghc-form textarea:focus {
	border-color: var(--ghc-green);
	background: var(--ghc-white);
	box-shadow: 0 0 0 3px rgba(57, 116, 91, .12);
}

.ghc-checkbox {
	grid-template-columns: auto 1fr !important;
	align-items: start;
	gap: 10px !important;
	color: rgba(23, 32, 28, .66) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
}

.ghc-checkbox input {
	width: 17px;
	min-height: 17px;
	margin-top: 2px;
}

.ghc-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ghc-form-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-left: 3px solid;
	font-size: 13px;
	font-weight: 700;
}

.ghc-form-message--success {
	border-color: var(--ghc-green);
	background: rgba(57, 116, 91, .11);
	color: var(--ghc-forest);
}

.ghc-form-message--error {
	border-color: #a13e32;
	background: rgba(161, 62, 50, .1);
	color: #76271f;
}

.ghc-form__privacy {
	margin: 0;
	color: rgba(23, 32, 28, .52);
	font-size: 10px;
}

.ghc-form__privacy a {
	font-weight: 800;
}

.ghc-contact-details {
	display: grid;
	margin-top: 45px;
	border-top: 1px solid var(--ghc-border);
}

.ghc-contact-details > div {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 22px;
	padding: 17px 0;
	border-bottom: 1px solid var(--ghc-border);
}

.ghc-contact-details span {
	color: var(--ghc-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ghc-contact-details p,
.ghc-contact-details a {
	margin: 0;
	color: rgba(23, 32, 28, .66);
	font-size: 13px;
	text-decoration: none;
}

/* FAQ */
.ghc-faq {
	max-width: 980px;
}

.ghc-faq details {
	border-top: 1px solid var(--ghc-border);
}

.ghc-faq details:last-child {
	border-bottom: 1px solid var(--ghc-border);
}

.ghc-faq summary {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 25px;
	align-items: center;
	padding: 26px 0;
	font-family: var(--ghc-serif);
	font-size: clamp(26px, 3.2vw, 42px);
	line-height: 1.1;
	list-style: none;
	cursor: pointer;
}

.ghc-faq summary::-webkit-details-marker {
	display: none;
}

.ghc-faq summary span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--ghc-border);
	border-radius: 50%;
	font-family: var(--ghc-sans);
	font-size: 16px;
	transition: transform .25s ease, background .25s ease;
}

.ghc-faq details[open] summary span {
	background: var(--ghc-lime);
	transform: rotate(45deg);
}

.ghc-faq details > div {
	max-width: 760px;
	padding: 0 0 28px;
	color: rgba(23, 32, 28, .68);
}

/* Policies */
.ghc-policy-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 760px);
	gap: clamp(50px, 9vw, 140px);
	align-items: start;
	justify-content: center;
}

.ghc-policy-layout > aside {
	position: sticky;
	top: 110px;
	padding: 23px;
	border-top: 2px solid var(--ghc-clay);
	background: rgba(184, 110, 75, .08);
}

.ghc-policy-layout > aside strong {
	display: block;
	color: var(--ghc-clay);
	font-size: 13px;
}

.ghc-policy-layout > aside p:not(.ghc-eyebrow) {
	color: rgba(23, 32, 28, .64);
	font-size: 12px;
}

.ghc-policy > h2 {
	margin-bottom: 58px;
}

.ghc-policy > section {
	padding: 28px 0;
	border-top: 1px solid var(--ghc-border);
}

.ghc-policy h3 {
	margin-bottom: 12px;
	font-family: var(--ghc-sans);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.ghc-policy p {
	margin: 0;
	color: rgba(23, 32, 28, .7);
}

.ghc-policy a {
	color: var(--ghc-green);
	font-weight: 800;
}

/* CTA */
.ghc-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(100px, 13vw, 190px) 0;
	background:
		radial-gradient(circle at 50% 130%, rgba(199, 227, 106, .25), transparent 43%),
		var(--ghc-forest-deep);
	color: var(--ghc-cream);
}

.ghc-cta__rings {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(80vw, 1040px);
	aspect-ratio: 1;
	border: 1px solid rgba(199, 227, 106, .13);
	border-radius: 50%;
	box-shadow:
		0 0 0 90px rgba(199, 227, 106, .025),
		0 0 0 180px rgba(199, 227, 106, .018);
	transform: translate(-50%, -15%);
}

.ghc-cta__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.ghc-cta h2 {
	max-width: 1030px;
	margin-inline: auto;
}

.ghc-cta__inner > p:not(.ghc-eyebrow) {
	max-width: 620px;
	margin: 24px auto 0;
	color: rgba(243, 240, 232, .65);
}

.ghc-cta .ghc-button-row {
	justify-content: center;
}

/* Thank you */
.ghc-thank-you {
	display: grid;
	max-width: 850px;
	place-items: center;
	text-align: center;
}

.ghc-thank-you img {
	width: 170px;
	margin-bottom: 25px;
}

.ghc-thank-you p {
	max-width: 630px;
	color: rgba(23, 32, 28, .66);
}

.ghc-thank-you .ghc-button-row {
	justify-content: center;
}

/* Archive */
.ghc-archive-tools {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--ghc-border);
	background: var(--ghc-cream);
}

.ghc-archive-tools__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

.ghc-topic-nav {
	display: flex;
	overflow-x: auto;
	gap: 8px;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.ghc-topic-nav a {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid var(--ghc-border);
	border-radius: 999px;
	color: var(--ghc-forest);
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ghc-topic-nav a:hover,
.ghc-topic-nav a.is-active {
	border-color: var(--ghc-forest);
	background: var(--ghc-forest);
	color: var(--ghc-cream);
}

.ghc-search {
	display: flex;
	min-width: 330px;
}

.ghc-search input {
	width: 100%;
	min-height: 43px;
	padding: 10px 13px;
	border: 1px solid var(--ghc-border);
	border-right: 0;
	background: rgba(255, 255, 255, .6);
	font-size: 12px;
}

.ghc-search button {
	min-width: 80px;
	border: 1px solid var(--ghc-forest);
	background: var(--ghc-forest);
	color: var(--ghc-cream);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.ghc-pagination {
	margin-top: 58px;
}

.ghc-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ghc-pagination a,
.ghc-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 12px;
	border: 1px solid var(--ghc-border);
	text-decoration: none;
}

.ghc-pagination .current {
	border-color: var(--ghc-forest);
	background: var(--ghc-forest);
	color: var(--ghc-cream);
}

/* Single */
.ghc-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: var(--ghc-reading-progress, 0%);
	height: 3px;
	background: var(--ghc-lime);
	pointer-events: none;
}

.ghc-single-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(155px, 14vw, 210px) 0 80px;
	background:
		radial-gradient(circle at 75% 32%, rgba(199, 227, 106, .13), transparent 27%),
		var(--ghc-forest-deep);
	color: var(--ghc-cream);
}

.ghc-single-hero__glow {
	position: absolute;
	top: 0;
	right: -10%;
	width: 50%;
	height: 100%;
	background: rgba(57, 116, 91, .18);
	filter: blur(90px);
}

.ghc-single-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
}

.ghc-single-hero h1 {
	max-width: 900px;
	margin-bottom: 28px;
	font-size: clamp(55px, 7vw, 104px);
}

.ghc-single-hero__intro {
	max-width: 700px;
	color: rgba(243, 240, 232, .68);
	font-size: 18px;
}

.ghc-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 30px;
	color: rgba(243, 240, 232, .5);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ghc-single-hero__media {
	overflow: hidden;
	aspect-ratio: .95;
	border: 1px solid rgba(255, 255, 255, .12);
}

.ghc-single-hero__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ghc-single-hero__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		radial-gradient(circle, rgba(199, 227, 106, .2), transparent 45%),
		linear-gradient(135deg, var(--ghc-green), var(--ghc-forest-deep));
}

.ghc-single-hero__fallback img {
	width: 68%;
	filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .35));
}

.ghc-single-body {
	padding: clamp(70px, 9vw, 130px) 0;
}

.ghc-single-body__grid {
	display: grid;
	grid-template-columns: 210px minmax(0, 760px);
	gap: clamp(50px, 9vw, 140px);
	justify-content: center;
	align-items: start;
}

.ghc-single-aside {
	position: sticky;
	top: 110px;
}

.ghc-back-link {
	display: inline-block;
	margin-bottom: 34px;
	color: var(--ghc-green) !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.ghc-share {
	display: grid;
	gap: 8px;
	padding-top: 20px;
	border-top: 1px solid var(--ghc-border);
}

.ghc-share span {
	margin-bottom: 4px;
	color: rgba(23, 32, 28, .48);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ghc-share a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.ghc-article {
	color: rgba(23, 32, 28, .78);
	font-size: 18px;
	line-height: 1.85;
}

.ghc-article > p:first-child {
	color: var(--ghc-charcoal);
	font-family: var(--ghc-serif);
	font-size: 30px;
	line-height: 1.4;
}

.ghc-article h2 {
	margin: 65px 0 22px;
	font-size: 52px;
}

.ghc-article h3 {
	margin: 45px 0 16px;
	font-family: var(--ghc-sans);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.ghc-article blockquote {
	margin: 50px 0;
	padding: 5px 0 5px 32px;
	border-left: 2px solid var(--ghc-lime);
	color: var(--ghc-forest);
	font-family: var(--ghc-serif);
	font-size: 35px;
	line-height: 1.25;
}

.ghc-article a {
	color: var(--ghc-green);
	font-weight: 700;
}

.ghc-article img {
	margin: 45px auto;
}

.ghc-article ul,
.ghc-article ol {
	padding-left: 24px;
}

.ghc-fact-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin: 55px 0 0;
	background: var(--ghc-border);
	border: 1px solid var(--ghc-border);
}

.ghc-fact-panel > div {
	padding: 25px;
	background: var(--ghc-mist);
}

.ghc-fact-panel span {
	display: block;
	margin-bottom: 10px;
	color: var(--ghc-green);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ghc-fact-panel strong {
	color: var(--ghc-forest);
	font-size: 14px;
}

/* Reusable reveal */
[data-ghc-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}

[data-ghc-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* Accessibility */
.ghc-site-content :focus-visible,
.ghc-archive :focus-visible,
.ghc-single :focus-visible {
	outline: 3px solid var(--ghc-lime);
	outline-offset: 4px;
}

/* Tablet landscape */
@media (max-width: 1100px) {
	.ghc-split__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ghc-split__grid > aside {
		grid-column: 2;
	}

	.ghc-card-grid,
	.ghc-card-grid--objectives {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ghc-home-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
		gap: 30px;
	}

	.ghc-statement-grid article {
		min-height: 500px;
	}

	.ghc-archive-tools__inner {
		grid-template-columns: 1fr;
	}

	.ghc-search {
		max-width: 520px;
	}

	.ghc-single-body__grid {
		grid-template-columns: 170px minmax(0, 700px);
		gap: 60px;
	}

	.ghc-page-hero {
		min-height: 560px;
	}
}

/* Tablet portrait */
@media (max-width: 820px) {
	.ghc-shell {
		width: min(calc(100% - 32px), var(--ghc-shell));
	}

	.ghc-section {
		padding: 92px 0;
	}

	.ghc-page-hero {
		min-height: 520px;
		padding-top: 145px;
	}

	.ghc-page-hero__inner {
		min-height: 330px;
	}

	.ghc-home-hero {
		min-height: auto;
		padding-top: 130px;
	}

	.ghc-home-hero__grid {
		grid-template-columns: 1fr;
	}

	.ghc-home-hero__emblem {
		width: min(100%, 590px);
		margin: -30px auto 0;
	}

	.ghc-home-hero__values {
		grid-template-columns: repeat(2, 1fr);
	}

	.ghc-split__grid {
		grid-template-columns: 1fr;
	}

	.ghc-split__grid > aside {
		grid-column: auto;
		max-width: 520px;
	}

	.ghc-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.ghc-impact-preview__grid,
	.ghc-outcome-grid,
	.ghc-cycle,
	.ghc-form-layout,
	.ghc-contact-grid {
		grid-template-columns: 1fr;
	}

	.ghc-form-layout > div:first-child,
	.ghc-contact-grid > div:first-child,
	.ghc-policy-layout > aside,
	.ghc-single-aside {
		position: static;
	}

	.ghc-statement-grid {
		grid-template-columns: 1fr;
	}

	.ghc-statement-grid article {
		min-height: 470px;
	}

	.ghc-three-pillars {
		grid-template-columns: 1fr;
	}

	.ghc-three-pillars article {
		min-height: 300px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .13);
	}

	.ghc-three-pillars article:last-child {
		border-bottom: 0;
	}

	.ghc-three-pillars h3 {
		margin-top: 75px;
	}

	.ghc-programme-statement {
		grid-template-columns: 110px 1fr;
		gap: 35px;
	}

	.ghc-donation-placeholder {
		align-items: flex-start;
		flex-direction: column;
	}

	.ghc-policy-layout {
		grid-template-columns: 1fr;
	}

	.ghc-policy-layout > aside {
		max-width: 620px;
	}

	.ghc-single-hero__inner {
		grid-template-columns: 1fr;
	}

	.ghc-single-hero__media {
		max-width: 620px;
		aspect-ratio: 1.45;
	}

	.ghc-single-body__grid {
		grid-template-columns: 1fr;
	}

	.ghc-single-aside {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}

	.ghc-share {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 0;
		border-top: 0;
	}

	.ghc-back-link {
		margin-bottom: 0;
	}

	.ghc-archive-tools {
		position: static;
	}

	.ghc-search {
		min-width: 0;
		width: 100%;
		max-width: none;
	}
}

/* Phones */
@media (max-width: 560px) {
	.ghc-section {
		padding: 78px 0;
	}

	.ghc-site-content h1,
	.ghc-archive h1,
	.ghc-single h1 {
		font-size: clamp(52px, 16vw, 76px);
	}

	.ghc-site-content h2,
	.ghc-archive h2,
	.ghc-single h2 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.ghc-page-hero {
		min-height: 470px;
		padding-top: 125px;
		padding-bottom: 50px;
	}

	.ghc-page-hero__inner {
		min-height: 310px;
	}

	.ghc-page-hero__intro {
		font-size: 16px;
	}

	.ghc-breadcrumbs {
		margin-top: 30px;
	}

	.ghc-home-hero {
		padding-top: 115px;
	}

	.ghc-home-hero__emblem {
		margin-top: 0;
	}

	.ghc-orbit-label {
		display: none;
	}

	.ghc-home-hero__values > div {
		display: block;
		padding-top: 15px;
	}

	.ghc-home-hero__values strong {
		display: block;
		margin-top: 4px;
	}

	.ghc-button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.ghc-button-row .ghc-button {
		width: 100%;
	}

	.ghc-card-grid,
	.ghc-card-grid--objectives,
	.ghc-content-grid {
		grid-template-columns: 1fr;
	}

	.ghc-feature-card {
		min-height: 310px;
	}

	.ghc-metric-grid {
		grid-template-columns: 1fr;
	}

	.ghc-metric {
		min-height: 170px;
	}

	.ghc-programme-statement {
		grid-template-columns: 1fr;
	}

	.ghc-programme-statement > span {
		font-size: 88px;
	}

	.ghc-sdg-row {
		align-items: flex-start;
	}

	.ghc-sdg-row > span {
		width: 100%;
		margin-bottom: 7px;
	}

	.ghc-cycle li,
	.ghc-value-list > div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.ghc-form__row {
		grid-template-columns: 1fr;
	}

	.ghc-contact-details > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.ghc-faq summary {
		font-size: 28px;
	}

	.ghc-archive-tools__inner {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.ghc-single-hero {
		padding-top: 125px;
	}

	.ghc-single-hero__media {
		aspect-ratio: 1.1;
	}

	.ghc-single-aside {
		align-items: flex-start;
		flex-direction: column;
	}

	.ghc-share {
		padding-top: 16px;
		border-top: 1px solid var(--ghc-border);
	}

	.ghc-article {
		font-size: 16px;
	}

	.ghc-article > p:first-child {
		font-size: 25px;
	}

	.ghc-article h2 {
		font-size: 42px;
	}

	.ghc-fact-panel {
		grid-template-columns: 1fr;
	}

	.ghc-empty-state {
		min-height: 380px;
		padding: 38px 20px;
	}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.ghc-page-template *,
	.ghc-page-template *::before,
	.ghc-page-template *::after,
	.ghc-site-content *,
	.ghc-site-content *::before,
	.ghc-site-content *::after,
	.ghc-archive *,
	.ghc-archive *::before,
	.ghc-archive *::after,
	.ghc-single *,
	.ghc-single *::before,
	.ghc-single *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	[data-ghc-reveal] {
		opacity: 1;
		transform: none;
	}
}

@keyframes ghc-float {
	0%,
	100% {
		translate: 0 0;
	}
	50% {
		translate: 0 -15px;
	}
}

@keyframes ghc-orbit {
	to {
		rotate: 360deg;
	}
}

@keyframes ghc-slow-spin {
	to {
		transform: rotate(360deg);
	}
}


/* Theme navigation dropdown support */
.gh-menu .menu-item-has-children,
.menu .menu-item-has-children {
	position: relative;
}

.gh-menu .sub-menu,
.menu .sub-menu {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	z-index: 99999;
	display: grid;
	width: 280px;
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 4px;
	background: rgba(6, 27, 20, .97);
	box-shadow: 0 25px 70px rgba(0, 0, 0, .28);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity .22s ease, transform .22s ease;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.gh-menu .menu-item-has-children:hover > .sub-menu,
.gh-menu .menu-item-has-children:focus-within > .sub-menu,
.gh-menu .menu-item-has-children.is-keyboard-open > .sub-menu,
.menu .menu-item-has-children:hover > .sub-menu,
.menu .menu-item-has-children:focus-within > .sub-menu,
.menu .menu-item-has-children.is-keyboard-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.gh-menu .sub-menu a,
.menu .sub-menu a {
	display: block;
	padding: 11px 12px !important;
	border-radius: 3px;
	color: rgba(243, 240, 232, .72) !important;
	font-size: 11px !important;
	line-height: 1.35;
	white-space: normal !important;
}

.gh-menu .sub-menu a::after,
.menu .sub-menu a::after {
	display: none !important;
}

.gh-menu .sub-menu a:hover,
.menu .sub-menu a:hover,
.gh-menu .sub-menu .current-menu-item > a,
.menu .sub-menu .current-menu-item > a {
	background: rgba(199, 227, 106, .1);
	color: var(--ghc-lime) !important;
}

.gh-mobile-menu .sub-menu,
.gh-mobile-panel .sub-menu {
	position: static;
	display: grid;
	width: auto;
	margin: 0 0 8px 14px;
	padding: 0 0 0 14px;
	border: 0;
	border-left: 1px solid rgba(199, 227, 106, .23);
	background: transparent;
	box-shadow: none;
	list-style: none;
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.gh-mobile-menu .sub-menu a,
.gh-mobile-panel .sub-menu a {
	padding: 10px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
	font-family: var(--ghc-sans) !important;
	font-size: 13px !important;
	color: rgba(243, 240, 232, .62) !important;
}

/* 404 */
.ghc-not-found {
	position: relative;
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	place-items: center;
	padding: 150px 0 80px;
	background:
		radial-gradient(circle at 70% 55%, rgba(199, 227, 106, .15), transparent 25%),
		var(--ghc-forest-deep);
	color: var(--ghc-cream);
}

.ghc-not-found__rings {
	position: absolute;
	top: 50%;
	right: -12%;
	width: min(75vw, 850px);
	aspect-ratio: 1;
	border: 1px solid rgba(199, 227, 106, .15);
	border-radius: 50%;
	box-shadow:
		0 0 0 80px rgba(199, 227, 106, .025),
		0 0 0 165px rgba(199, 227, 106, .018);
	transform: translateY(-50%);
}

.ghc-not-found__inner {
	position: relative;
	z-index: 2;
}

.ghc-not-found h1 {
	max-width: 850px;
	margin-bottom: 25px;
}

.ghc-not-found__inner > p:not(.ghc-eyebrow) {
	max-width: 620px;
	color: rgba(243, 240, 232, .65);
	font-size: 18px;
}

.ghc-search--404 {
	max-width: 520px;
	margin-top: 32px;
}

@media (max-width: 1100px) {
	.gh-menu .sub-menu,
	.menu .sub-menu {
		display: none;
	}
}

@media (max-width: 560px) {
	.ghc-not-found {
		padding-top: 120px;
	}

	.ghc-search--404 {
		min-width: 0;
		width: 100%;
	}
}

/* =========================================================
   LEADERSHIP + OBJECTIVES — V2.1
   ========================================================= */
.ghc-leadership-home {
    background:
        radial-gradient(circle at 92% 12%, rgba(199, 227, 106, .15), transparent 27%),
        var(--ghc-cream);
}

.ghc-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 30px);
}

.ghc-leadership-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 46, 36, .12);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(16, 46, 36, .07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ghc-leadership-card:hover {
    border-color: rgba(57, 116, 91, .35);
    box-shadow: 0 32px 80px rgba(16, 46, 36, .14);
    transform: translateY(-8px);
}

.ghc-leadership-card__image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 4.65;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 22%, rgba(199, 227, 106, .25), transparent 34%),
        #dfe6df;
}

.ghc-leadership-card__image::after {
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    content: "";
    background: linear-gradient(to top, rgba(7, 29, 22, .2), transparent);
    pointer-events: none;
}

.ghc-leadership-card__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    transition: transform .65s cubic-bezier(.2, .75, .2, 1);
}

.ghc-leadership-card:hover .ghc-leadership-card__image > img {
    transform: scale(1.035);
}

.ghc-leadership-card__image > span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.ghc-leadership-card__image > span img {
    width: 42%;
    height: auto;
    opacity: .7;
}

.ghc-leadership-card__body {
    min-height: 142px;
    padding: 25px 25px 28px;
    border-top: 3px solid var(--ghc-lime);
}

.ghc-leadership-card__body h3 {
    margin: 0;
    font-size: clamp(27px, 2.4vw, 39px);
    line-height: 1;
}

.ghc-leadership-card__body h3 a {
    color: var(--ghc-forest);
    text-decoration: none;
}

.ghc-leadership-card__body p {
    margin: 12px 0 0;
    color: var(--ghc-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.ghc-objectives-showcase {
    position: relative;
    overflow: hidden;
    background: var(--ghc-sand);
}

.ghc-objectives-showcase::before {
    position: absolute;
    top: -260px;
    right: -180px;
    width: 620px;
    height: 620px;
    content: "";
    border: 1px solid rgba(16, 46, 36, .12);
    border-radius: 50%;
}

.ghc-objectives-showcase__heading,
.ghc-objectives-grid {
    position: relative;
    z-index: 1;
}

.ghc-objectives-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(16, 46, 36, .18);
    border-left: 1px solid rgba(16, 46, 36, .18);
}

.ghc-objective-card {
    position: relative;
    min-height: 285px;
    padding: clamp(24px, 3vw, 38px);
    border-right: 1px solid rgba(16, 46, 36, .18);
    border-bottom: 1px solid rgba(16, 46, 36, .18);
    background: rgba(243, 240, 232, .28);
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.ghc-objective-card:hover {
    z-index: 2;
    color: var(--ghc-cream);
    background: var(--ghc-forest);
    transform: translateY(-4px);
}

.ghc-objective-card > span {
    display: block;
    margin-bottom: 56px;
    color: var(--ghc-green);
    font-family: var(--ghc-serif);
    font-size: 48px;
    line-height: 1;
}

.ghc-objective-card:hover > span {
    color: var(--ghc-lime);
}

.ghc-objective-card h3 {
    margin: 0 0 15px;
    font-size: clamp(27px, 2.2vw, 37px);
    line-height: 1;
}

.ghc-objective-card p {
    margin: 0;
    color: rgba(23, 32, 28, .68);
    font-size: 13px;
    line-height: 1.65;
}

.ghc-objective-card:hover p {
    color: rgba(243, 240, 232, .72);
}

@media (max-width: 980px) {
    .ghc-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ghc-leadership-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(100%, 560px);
        justify-self: center;
    }

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

@media (max-width: 620px) {
    .ghc-leadership-grid,
    .ghc-objectives-grid {
        grid-template-columns: 1fr;
    }

    .ghc-leadership-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
    }

    .ghc-leadership-card__image {
        aspect-ratio: 4 / 4.8;
    }

    .ghc-objective-card {
        min-height: 0;
    }

    .ghc-objective-card > span {
        margin-bottom: 38px;
    }
}
