/**
 * GreeneryCraft site styles.
 *
 * Keep custom B2B layout and component styles here so Kadence updates remain safe.
 */

/* Home hero */
.home .kadence-column683_9e4476-56 > .kt-inside-inner-col {
	max-width: 640px;
	padding: 0 clamp(28px, 5vw, 76px);
}

.home .gc-hero-eyebrow {
	margin: 0 0 18px;
	color: var(--global-palette5, #657268);
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 2px;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.home .gc-hero-title {
	max-width: 620px;
	margin: 0;
	color: var(--global-palette3, #1f332c);
	font-size: clamp(42px, 4.7vw, 68px) !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.08 !important;
}

.home .gc-hero-copy {
	max-width: 540px;
	margin: 24px 0 0;
	color: var(--global-palette4, #3f4b44);
	font-size: 18px;
	line-height: 1.65;
}

.home .gc-hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 34px;
}

.home .gc-hero-actions .kb-button {
	min-height: 48px;
	padding-right: 28px;
	padding-left: 28px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.home .kadence-column683_9e4476-56 > .kt-inside-inner-col {
		max-width: 720px;
		padding: 48px 32px;
	}
}

@media (max-width: 767px) {
	.home .gc-hero-title {
		font-size: 38px !important;
		line-height: 1.12 !important;
	}

	.home .gc-hero-copy {
		font-size: 16px;
	}

	.home .gc-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
}
