.post-content .gc-pattern h2 {
	color: var(--gc-plum);
	font-family: "Figtree", sans-serif;
	margin: 0;
}

.post-content .gc-pattern h3 {
	color: inherit;
}

.gc-pattern * {
	box-sizing: border-box;
}

.gc-pattern .gc-heading-text {
	font-family: "Figtree", sans-serif;
	font-weight: 900;
}

.gc-pattern .gc-body-text {
	font-family: "Figtree", sans-serif;
}

.gc-pattern__inner {
	margin-inline: auto;
	max-width: var(--gc-content);
	width: calc(100% - 48px);
}

.gc-pattern.is-layout-constrained > .gc-pattern__inner {
	max-width: var(--gc-content);
}

.gc-pattern__inner.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

.gc-eyebrow {
	color: var(--gc-orange);
	font-family: "Fraunces", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 16px;
}

.gc-pattern .gc-eyebrow .gc-body-text {
	font-family: inherit;
	font-weight: inherit;
}

#main .post-content h2.gc-section-title {
	color: var(--gc-plum);
	font-size: var(--gc-h2-font-size) !important;
	font-family: "Figtree", sans-serif;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: var(--gc-h2-line-height) !important;
	margin: 0;
	text-transform: uppercase;
}

.gc-section-title__accent {
	color: var(--gc-red);
}

.gc-multi-heading__part--indented,
.gc-multi-heading__part--drop-cap,
.gc-multi-heading__part--fit-text {
	display: inline-block;
}

.gc-multi-heading__part--columns {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.gc-multi-heading__part--drop-cap::first-letter {
	float: left;
	font-size: 2.5em;
	line-height: 0.8;
	margin-right: 0.08em;
}

.gc-multi-heading__part--fit-text {
	max-width: 100%;
	white-space: nowrap;
}

.gc-hero {
	--gc-hero-height: 49.206vw;
	--gc-hero-ticker-height: 0px;

	align-items: flex-end;
	background-color: var(--gc-plum);
	display: flex;
	isolation: isolate;
	min-height: calc(var(--gc-hero-height) + var(--gc-hero-ticker-height));
	overflow: hidden;
	padding: 96px 24px calc(96px + var(--gc-hero-ticker-height));
	position: relative;
}

.gc-hero--with-ticker {
	--gc-hero-ticker-height: 253px;
}

.gc-hero::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 58%);
	bottom: calc(var(--gc-hero-ticker-height) - 1px);
	clip-path: ellipse(90% 100% at 50% 0);
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.gc-hero__media {
	bottom: calc(var(--gc-hero-ticker-height) - 1px);
	clip-path: ellipse(90% 100% at 50% 0);
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.fusion-body .gc-pattern.gc-hero .gc-hero__media > img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.gc-hero__content {
	margin-inline: auto;
	max-width: var(--gc-content);
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.gc-hero__title {
	color: var(--gc-cream);
	font-size: var(--gc-h1-hero-font-size);
	line-height: var(--gc-h1-hero-line-height);
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	max-width: none;
	text-transform: uppercase;
	width: 100%;
}

.gc-hero__title .gc-heading-text span {
	color: var(--gc-orange);
}

.gc-hero__copy {
	color: var(--gc-cream);
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: 600;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 760px;
	text-transform: uppercase;
}

.gc-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 40px;
}

.gc-ticker {
	background: var(--gc-plum);
	padding: 80px 0;
}

.gc-ticker img {
	display: block;
	height: auto;
	width: 100%;
}

.gc-hero--with-ticker > .gc-ticker {
	align-items: center;
	border: 0;
	bottom: 0;
	box-shadow: 0 -1px 0 var(--gc-plum);
	display: flex;
	height: var(--gc-hero-ticker-height);
	left: 0;
	margin: 0;
	max-width: none;
	padding-block: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 4;
}

.gc-hero--with-ticker > .gc-ticker .wp-block-image {
	border: 0;
	margin: 0;
	max-width: none;
	width: 100%;
}

.gc-hero + .gc-ticker {
	border: 0;
	box-shadow: 0 -1px 0 var(--gc-plum);
	margin-top: -1px;
}

.gc-hero + .gc-ticker .wp-block-image {
	border: 0;
	margin: 0;
}

.gc-stats {
	background: var(--gc-mauve);
	padding: 40px 24px var(--wp--preset--spacing--4-xl);
	text-align: center;
}

.gc-stats .gc-stat .gc-stat__number + .wp-block-paragraph {
	margin-bottom: 0 !important;
}

.gc-stats__intro {
	margin-inline: auto;
	max-width: var(--gc-content);
}

.gc-stats__intro-copy {
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: 600;
	line-height: 1.35;
	margin: 20px 0 0;
}

.wp-block-group.gc-stats__grid {
	display: grid;
	gap: 40px;
	margin: 48px auto 34px;
	max-width: var(--gc-content);
}

.gc-stat__number {
	font-size: 102px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.gc-stat:nth-child(1) .gc-stat__number { color: var(--gc-teal); }
.gc-stat:nth-child(2) .gc-stat__number { color: var(--gc-coral); }
.gc-stat:nth-child(3) .gc-stat__number { color: var(--gc-red); }
.gc-stat:nth-child(4) .gc-stat__number { color: var(--gc-orange); }

.gc-stat__label {
	font-size: 16px;
	line-height: 24px;
	margin: 8px auto 0;
}

.gc-stats__art {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: var(--gc-stats-art-max-width-desktop, 504px) !important;
}

.gc-stats__cta {
	justify-content: center;
	margin: 40px 0;
}

.gc-pathways {
	background: var(--gc-cream);
	padding: 96px 0 0;
}

.gc-pathways__intro {
	margin: 0 auto 96px;
	max-width: 1320px;
	text-align: center;
	width: calc(100% - 48px);
}

.gc-pathways__intro p {
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: 600;
	line-height: 1.35;
	margin: 16px 0 0;
	text-transform: uppercase;
}

.wp-block-group.gc-feature-list {
	display: grid;
	gap: 96px;
	margin-inline: auto;
	max-width: 1320px;
	width: calc(100% - 48px);
}

.wp-block-group.gc-feature {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc-feature--reverse .gc-feature__media {
	order: 2;
}

.gc-feature__media {
	aspect-ratio: 682 / 384;
	border-radius: var(--gc-radius);
	overflow: hidden;
	position: relative;
}

.gc-feature__media img,
.gc-story-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gc-feature__media::after,
.gc-story-card__media::after {
	background: url("../img/homepage/portrait-overlay.png") center / cover no-repeat;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.gc-feature__title {
	font-size: clamp(28px, 2.4vw, 36px);
	font-weight: 900;
	line-height: 1.22;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.gc-feature__title > .gc-heading-text > span:first-child {
	color: #d14124;
}

.gc-feature__copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}

.gc-donation {
	background: var(--gc-cream);
	padding: 96px;
}

.gc-donation__panel {
	background: linear-gradient(0deg, #fcb565 0%, #ff0000 100%);
	border-radius: 30px;
	color: var(--gc-cream);
	margin: 0 auto;
	max-width: 1320px;
	padding: 72px 24px;
	text-align: center;
}

#main .post .gc-donation__panel h2 span {
	color: var(--gc-cream);
	font-size: var(--gc-h2-font-size) !important;
	line-height: var(--gc-h2-line-height) !important;
	margin: 0;
	text-transform: uppercase;
}

.gc-donation__panel p {
	color: var(--gc-cream);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 20px 0 0;
}



.wp-block-group.gc-quote__inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 1272px;
	width: calc(100% - 48px);
}

.gc-round-media {
	aspect-ratio: 1;
	border: 16px solid var(--gc-orange);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.gc-round-media > .wp-block-group__inner-container {
	height: 100%;
	width: 100%;
}

.gc-round-media .wp-block-image {
	height: 100%;
	margin: 0;
	max-width: none;
	width: 100%;
}

.gc-round-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gc-round-media::after {
	background: url("../img/homepage/portrait-overlay.png") center / cover no-repeat;
	content: "";
	inset: 0;
	position: absolute;
}

.gc-stories {
	background: var(--gc-cream);
	padding: 96px 0;
}

.gc-stories__heading {
	align-items: baseline;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 48px;
}

.wp-block-group.gc-stories__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-story-card {
	background: var(--gc-white);
	border-radius: var(--gc-radius);
	box-shadow: 0 12px 16px -4px rgba(88, 27, 66, 0.08);
	color: inherit;
	overflow: hidden;
	text-decoration: none;
}

a.gc-story-card {
	display: block;
}

a.gc-story-card:focus-visible {
	outline: 3px solid var(--gc-orange);
	outline-offset: 4px;
}

.gc-story-card__media {
	aspect-ratio: 682 / 384;
	position: relative;
}

.gc-story-card__content {
	padding: 16px;
}

.gc-story-card__meta {
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 20px;
}

.gc-story-card__meta p {
	font-size: inherit;
	line-height: inherit;
}

.gc-story-card__country {
	color: var(--gc-orange);
	font-weight: 600;
	text-transform: uppercase;
}

.gc-story-card h3 {
	font-size: var(--gc-h6-font-size) !important;
	line-height: var(--gc-h6-line-height) !important;
	margin: 16px 0;
	text-transform: uppercase;
	color: inherit !important;
}

.gc-story-card p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}

.gc-quote {
	overflow: hidden;
	padding: 72px 0;
}

.gc-quote__eyebrow {
	color: var(--gc-orange);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.gc-quote__text {
	color: var(--gc-red);
	font-size: clamp(36px, 3.2vw, 48px);
	font-weight: 600;
	line-height: 1.125;
	margin: 0 0 16px;
}

.gc-quote__attribution {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	text-transform: uppercase;
}

.gc-quote__location {
	font-size: 20px;
	line-height: 28px;
	margin: 12px 0 0;
}

.gc-quote__supporting {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin: 28px 0 0;
}

.gc-quote__media {
	position: relative;
}

.gc-quote--image-left .gc-quote__media {
	order: -1;
}

.gc-quote__media:not(.gc-quote__media--without-circles)::before,
.gc-quote__media:not(.gc-quote__media--without-circles)::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 2;
}

.gc-quote__media:not(.gc-quote__media--without-circles)::before {
	background-image: url("../img/homepage/quote-circle-orange.svg");
	height: 45%;
	right: -15%;
	top: -12%;
	width: 45%;
}

.gc-quote__media:not(.gc-quote__media--without-circles)::after {
	background-image: url("../img/homepage/quote-circle-yellow.svg");
	height: 29%;
	right: 14%;
	top: -9%;
	width: 29%;
}

.gc-actions {
	background: var(--gc-plum);
	padding: 96px 0;
	text-align: center;
}

.gc-actions .gc-eyebrow {
	color: var(--gc-yellow);
	text-transform: uppercase;
}

.gc-actions .gc-section-title {
	color: var(--gc-cream);
}

.gc-actions .gc-section-title__accent {
	color: var(--gc-orange);
}

.wp-block-group.gc-actions__grid {
	display: grid;
	gap: 40px;
	margin-top: 48px;
}

.gc-action-card {
	background: var(--gc-white);
	border: 1px solid var(--gc-border);
	border-radius: var(--gc-radius);
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.gc-action-card img {
	aspect-ratio: 267 / 142;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.gc-action-card .wp-block-heading {
	font-size: var(--gc-h6-font-size);
	line-height: var(--gc-h6-line-height) !important;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.gc-action-card p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

@media (max-width: 1023px) {
	.gc-pattern__inner {
		width: calc(100% - 40px);
	}

	.gc-hero {
		--gc-hero-height: 620px;

		min-height: calc(var(--gc-hero-height) + var(--gc-hero-ticker-height));
		padding-bottom: calc(72px + var(--gc-hero-ticker-height));
	}

	/* Art-direct the desktop asset for tablet and as the mobile fallback. */
	.fusion-body .gc-pattern.gc-hero .gc-hero__media > img {
		height: 100%;
		left: -7.5%;
		top: 0;
		width: 127%;
	}

	.gc-hero__title {
		font-size: var(--gc-h1-hero-font-size);
		letter-spacing: -1.12px;
		line-height: var(--gc-h1-hero-line-height);
	}

	.gc-hero__copy {
		font-size: 20px;
		line-height: 28px;
	}

	.wp-block-group.gc-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wp-block-group.gc-feature {
		gap: 28px;
	}

	.wp-block-group.gc-quote__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wp-block-group.gc-actions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.gc-stories .wp-block-buttons.button-stories-mobile {
	display: none;
}

@media (max-width: 767px) {
	.gc-section-title {
		font-size: 32px;
		line-height: 1.12;
	}

	.gc-hero {
		--gc-hero-height: 535px;

		align-items: flex-end;
		min-height: calc(var(--gc-hero-height) + var(--gc-hero-ticker-height));
		padding: 40px 20px calc(40px + var(--gc-hero-ticker-height));
	}

	.gc-hero--with-ticker {
		--gc-hero-ticker-height: 105px;
	}

	.gc-hero::before,
	.gc-hero__media {
		clip-path: ellipse(156% 100% at 50% 0);
	}

	.gc-hero.gc-hero--has-mobile-image::after {
		background-image: var(--gc-hero-mobile-image);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		bottom: calc(var(--gc-hero-ticker-height) - 1px);
		clip-path: ellipse(156% 100% at 50% 0);
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

	.gc-hero.gc-hero--has-mobile-image > .gc-hero__media {
		display: none;
	}

	.fusion-body .gc-pattern.gc-hero .gc-hero__media > img {
		height: 100%;
		left: -7.5%;
		top: 0;
		width: 127%;
	}

	.gc-hero__content {
		max-width: 335px;
	}

	.gc-hero__title {
		font-size: 40px;
		letter-spacing: -2.2px;
		line-height: 44px;
	}

	.gc-hero__copy {
		font-size: 18px;
		font-weight: 400;
		line-height: 27px;
	}

	.gc-button-row {
		margin-top: 40px;
	}

	.gc-ticker {
		padding: 40px 0;
	}

	.gc-ticker img {
		height: 25px;
		object-fit: cover;
	}

	.gc-stats {
		padding-inline: 20px;
	}

	.wp-block-group.gc-stats__grid {
		gap: 40px;
		grid-template-columns: 1fr;
		margin: 40px auto 40px auto;
	}

	.gc-stat__number {
		font-size: 60px;
	}

	.gc-stats__art {
		max-width: var(--gc-stats-art-max-width-mobile, 335px);
		width: 100%;
	}

	.gc-stats__art.gc-stats__art--hide-mobile {
		display: none;
	}

	.gc-stats.gc-stats--mobile-align-left {
		text-align: left;
	}

	.gc-stats.gc-stats--mobile-align-right {
		text-align: right;
	}

	.gc-stats--mobile-align-left .gc-stat > .wp-block-group,
	.gc-stats--mobile-align-left .gc-stats__cta {
		justify-content: flex-start;
	}

	.gc-stats--mobile-align-right .gc-stat > .wp-block-group,
	.gc-stats--mobile-align-right .gc-stats__cta {
		justify-content: flex-end;
	}

	.gc-stats--mobile-align-left .gc-stat__label,
	.gc-stats--mobile-align-left .gc-stats__art {
		margin-left: 0;
		margin-right: auto;
	}

	.gc-stats--mobile-align-right .gc-stat__label,
	.gc-stats--mobile-align-right .gc-stats__art {
		margin-left: auto;
		margin-right: 0;
	}

	.gc-stats__cta {
		margin: 32px 0 40px;
	}

	.gc-pathways {
		padding-top: 40px;
	}

	.gc-pathways__intro {
		margin-bottom: 40px;
		width: calc(100% - 40px);
	}

	.gc-pathways__intro p {
		font-size: 16px;
		line-height: 24px;
	}

	.wp-block-group.gc-feature-list {
		gap: 40px;
		width: calc(100% - 40px);
	}

	.wp-block-group.gc-feature {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.gc-feature--reverse .gc-feature__media {
		order: 0;
	}

	.gc-feature__title {
		font-size: 30px;
		line-height: 1.2;
	}

	.gc-feature__copy {
		font-size: 18px;
		line-height: 24px;
	}

	.gc-donation {
		padding: 40px 13px;
	}

	.gc-donation__panel {
		border-radius: 8px;
		padding: 40px 20px;
	}

	.gc-donation__panel p {
		font-size: 14px;
		line-height: 20px;
	}

	.gc-donation .gc-button-row {
		flex-direction: column;
	}

	.gc-donation .gc-button,
	.gc-donation .gc-button .wp-block-button__link {
		width: 100%;
	}

	.wp-block-group.gc-quote__inner {
		gap: 40px;
		grid-template-columns: 1fr;
		width: calc(100% - 40px);
	}

	.gc-round-media {
		border-width: 8px;
	}

	.gc-stories {
		padding: 40px 0;
	}

	.gc-stories__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		margin-bottom: 0;
	}

	.gc-stories__heading .wp-block-buttons .button-stories-desktop {
		display: none;
	}
	.gc-stories .wp-block-buttons.button-stories-mobile {
		display: flex;
	}

	.wp-block-group.gc-stories__grid {
		gap: 24px;
		grid-template-columns: 1fr;
		margin-block-start: 0;
	}

	.gc-quote {
		padding: 40px 0;
	}

	.gc-quote__text {
		font-size: 34px;
		line-height: 1.12;
	}

	.gc-quote__attribution {
		font-size: 18px;
		line-height: 28px;
	}

	.gc-quote__location {
		font-size: 16px;
		line-height: 24px;
	}

	.gc-actions {
		padding: 40px 0;
	}

	.wp-block-group.gc-actions__grid {
		gap: 24px;
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.gc-quote .wp-block-buttons .gc-button {
		width: 100%;
	}

.gc-action-card .wp-block-heading {
	font-size: var(--gc-h6-font-size) !important;
	line-height: var(--gc-h6-line-height) !important;
	margin: 0 0 8px;
	text-transform: uppercase;
}
}

/* Homepage composition overrides. */
#main .post-content .gc-home .gc-hero__title {
	color: var(--gc-cream);
	font-family: "Figtree", sans-serif;
	font-size: 68px;
	line-height: 72px;
}

#main .post-content .gc-home .gc-hero__title .gc-heading-text > span {
	color: var(--gc-orange);
}

.gc-home .gc-hero__copy,
.gc-home .gc-pathways__intro p,
.gc-home .gc-feature__copy,
.gc-home .gc-donation__panel p,
.gc-home .gc-story-card .wp-block-post-excerpt__excerpt {
	text-transform: none;
}

.gc-home .gc-pathways__intro .gc-multi-heading {
	text-align: center;
}

.gc-home .gc-feature .gc-eyebrow {
	font-family: "Fraunces", serif;
	font-weight: 700;
	text-transform: uppercase !important;
}

#main .post-content .gc-home .gc-donation__panel h2 {
	color: var(--gc-cream);
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}

.gc-home .gc-donation .gc-button--light .wp-block-button__link {
	color: var(--gc-plum);
}

.gc-home .gc-quote--impact .gc-quote__eyebrow {
	color: var(--gc-orange);
	font-family: "Fraunces", serif !important;
	font-weight: 700;
}

.gc-home .gc-quote--impact .gc-quote__text {
	color: var(--gc-plum);
	font-family: "Figtree", sans-serif !important;
	font-size: 48px;
	font-weight: 900;
	line-height: 54px;
	text-transform: uppercase;
}

.gc-home .gc-quote--impact .gc-quote__text-highlight {
	color: var(--gc-red);
}

.gc-home .gc-quote--impact .gc-round-media {
	border-color: var(--gc-orange) !important;
}

.gc-home .gc-stories__query .wp-block-post-template.gc-stories__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-home .gc-stories__grid > li {
	margin: 0;
}

.gc-home .gc-story-card {
	height: 100%;
}

.gc-home .gc-story-card .wp-block-post-featured-image,
.gc-home .gc-story-card .wp-block-post-date,
.gc-home .gc-story-card .wp-block-post-terms,
.gc-home .gc-story-card .wp-block-post-title,
.gc-home .gc-story-card .wp-block-post-excerpt,
.gc-home .gc-story-card .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.gc-home .gc-story-card__country,
.gc-home .gc-story-card__country a {
	color: var(--gc-orange);
	font-family: "Fraunces", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.gc-home .gc-story-card__meta {
	gap: 8px;
	margin-bottom: 16px;
}

#main .post-content .gc-home .gc-story-card .wp-block-post-title {
	color: var(--gc-plum);
	font-family: "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.gc-home .gc-story-card .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.gc-home .gc-stories .button-stories-mobile {
	display: none;
}

.gc-home .gc-actions .gc-eyebrow {
	color: var(--gc-cream);
	font-family: "Fraunces", serif;
	font-weight: 700;
}

.gc-home .gc-actions .gc-multi-heading__first {
	color: var(--gc-orange) !important;
}

.gc-home .gc-actions .gc-multi-heading__second {
	color: var(--gc-cream) !important;
}

.gc-home .gc-actions__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1023px) {
	.gc-home .gc-actions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#main .post-content .gc-home .gc-hero__title {
		font-size: 40px;
		line-height: 44px;
	}

	.gc-home .gc-quote--impact .gc-quote__text {
		font-size: 36px;
		line-height: 44px;
	}

	.gc-home .gc-stories__query .wp-block-post-template.gc-stories__grid,
	.gc-home .gc-actions__grid {
		grid-template-columns: 1fr;
	}

	.gc-home .gc-stories .button-stories-mobile {
		display: flex;
		margin-top: 24px;
	}
}
