.bamboo-footer {
	background: #8ce368;
	color: #111111;
	padding: 56px 28px 24px;
	width: 100%;
}

.bamboo-footer__inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.bamboo-footer .bamboo-footer__cols {
	order: 1;
	width: 100%;
	display: grid;
	grid-template-columns: minmax(280px, 1.3fr) minmax(220px, 1fr) minmax(220px, 1fr);
	margin: 0;
	gap: clamp(28px, 4vw, 72px);
	align-items: start;
}

.bamboo-footer .bamboo-footer__cols > .wp-block-column {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.bamboo-footer .bamboo-footer__col--brand {
	gap: clamp(16px, 2.8vw, 28px);
}

.bamboo-footer .bamboo-footer__col--links {
	gap: 10px;
	padding-top: 4px;
}

.bamboo-footer__headline {
	margin: 0;
	max-width: var(--bamboo-footer-headline-width, 16ch);
	font-family: Verlag, serif;
	font-size: clamp(2.35rem, 3.8vw, 3.7rem);
	line-height: 0.9;
	font-weight: 700;
	color: #111111;
}

.bamboo-footer__socials {
	align-self: flex-start;
	width: auto;
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 0;
}

.bamboo-footer__socials.wp-block-social-links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	gap: 14px;
}

.bamboo-footer__socials .wp-social-link {
	width: 74px;
	height: 74px;
	margin: 0;
	border-radius: 999px;
	background: #111111;
	border: 4px solid rgba(255, 255, 255, 0.95);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bamboo-footer__socials .wp-social-link a {
	padding: 0;
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.bamboo-footer__socials .wp-social-link svg {
	width: 28px;
	height: 28px;
	transform: scale(2);
}

.bamboo-footer__social {
	width: 74px;
	height: 74px;
	border-radius: 999px;
	background: #111111;
	border: 4px solid rgba(255, 255, 255, 0.95);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bamboo-footer__social img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
}

.bamboo-footer__title {
	margin: 0 0 8px;
	font-family: Verlag, serif;
	font-size: 1.02rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111111;
}

.bamboo-footer__link-text {
	margin: 0;
	font-family: Verlag, serif;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 400;
	color: #111111;
	order: 2;
}

.bamboo-footer__link-text a {
	color: inherit;
	text-decoration: none;
}

.bamboo-footer__link-text a:hover {
	text-decoration: underline;
}

.bamboo-footer__copyright,
.bamboo-footer__copyright.wp-block-paragraph {
	order: 2;
	width: 100%;
	max-width: 100%;
	margin: auto 0 0;
	padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
	font-family: Verlag, serif;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #111111;
}

@media (max-width: 960px) {
	.bamboo-footer__inner {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.bamboo-footer .bamboo-footer__cols {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bamboo-footer__headline {
		font-size: clamp(2.4rem, 11vw, 4rem);
		max-width: 10ch;
	}

	.bamboo-footer__socials {
		align-self: flex-start;
		width: 100%;
		margin-top: 4px;
	}

	.bamboo-footer__social {
		width: 68px;
		height: 68px;
	}

	.bamboo-footer__socials .wp-social-link {
		width: 68px;
		height: 68px;
	}
}
