/* GroClicks global footer — scoped to the Blocksy custom footer output. */

.gc-footer,
.gc-footer *,
.gc-footer *::before,
.gc-footer *::after {
	box-sizing: border-box;
}

.gc-footer {
	color: #f7f3e9;
	background: #15130f;
}

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

.gc-footer-cta {
	color: #17140f;
	background: #f4b400;
}

.gc-footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	min-height: 250px;
	padding-block: 52px;
}

.gc-footer-eyebrow {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gc-footer-cta h2 {
	max-width: 790px;
	margin: 0;
	color: #17140f;
	font-size: clamp(32px, 4.1vw, 58px);
	font-weight: 790;
	letter-spacing: -.052em;
	line-height: 1.02;
}

.gc-footer-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 12px;
	min-height: 54px;
	padding: 14px 22px;
	border: 1px solid #17140f;
	border-radius: 9px;
	background: #17140f;
	color: #fff;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.2;
	box-shadow: 0 12px 26px rgb(23 20 15 / 17%);
}

.gc-footer-cta__button:hover,
.gc-footer-cta__button:focus-visible {
	transform: translateY(-2px);
	background: #6d3bff;
	border-color: #6d3bff;
	color: #fff;
}

.gc-footer-main {
	padding-top: 72px;
}

.gc-footer-grid {
	display: grid;
	grid-template-columns: minmax(250px, 1.45fr) repeat(4, minmax(120px, .65fr));
	gap: clamp(34px, 5vw, 76px);
	padding-bottom: 66px;
}

.gc-footer-brand img {
	display: block;
	width: min(230px, 100%);
	height: auto;
}

.gc-footer-brand > p {
	max-width: 390px;
	margin: 24px 0 0;
	color: #b8b2a7;
	font-size: 14px;
	line-height: 1.7;
}

.gc-footer-contact {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
	margin-top: 25px;
}

.gc-footer-contact a {
	color: #f7f3e9;
	font-size: 14px;
	font-weight: 680;
}

.gc-footer-column {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 11px;
}

.gc-footer-column h3 {
	margin: 3px 0 9px;
	color: #f4b400;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gc-footer-column a {
	position: relative;
	color: #d6d0c6;
	font-size: 13px;
	line-height: 1.5;
}

.gc-footer-column a:hover,
.gc-footer-column a:focus-visible,
.gc-footer-contact a:hover,
.gc-footer-contact a:focus-visible,
.gc-footer-bottom a:hover,
.gc-footer-bottom a:focus-visible {
	color: #f4b400;
}

.gc-footer :is(a, button):focus-visible {
	outline: 3px solid rgb(244 180 0 / 42%);
	outline-offset: 4px;
}

.gc-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 76px;
	border-top: 1px solid rgb(255 255 255 / 12%);
}

.gc-footer-bottom p,
.gc-footer-bottom div {
	margin: 0;
}

.gc-footer-bottom p,
.gc-footer-bottom a {
	color: #928c82;
	font-size: 12px;
}

.gc-footer-bottom div {
	display: flex;
	gap: 24px;
}

@media (max-width: 1100px) {
	.gc-footer-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		min-height: 0;
	}

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

	.gc-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.gc-footer-shell {
		width: min(calc(100% - 32px), 1240px);
	}

	.gc-footer-cta__inner {
		gap: 28px;
		padding-block: 44px;
	}

	.gc-footer-cta h2 {
		font-size: clamp(30px, 10vw, 42px);
	}

	.gc-footer-cta__button {
		width: 100%;
	}

	.gc-footer-main {
		padding-top: 52px;
	}

	.gc-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 28px;
		padding-bottom: 48px;
	}

	.gc-footer-brand {
		grid-column: 1 / -1;
	}

	.gc-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		padding-block: 22px;
	}
}

@media (max-width: 390px) {
	.gc-footer-grid {
		grid-template-columns: 1fr;
	}

	.gc-footer-brand,
	.gc-footer-column {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.gc-footer a {
		transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	}
}
