.tp-native-footer {
	padding: 64px 0 0;
	background: #49342b;
	color: #fffaf4;
}

.tp-native-footer__shell {
	width: min(calc(100% - 3rem), var(--tp-container-wide));
	margin-inline: auto;
	padding-block: 0;
}

.tp-native-footer__main {
	display: grid;
	grid-template-columns: 321px repeat(3, minmax(0, 1fr));
	gap: 56px;
	min-height: 189.375px;
	margin: 0;
	padding-bottom: 3.2rem;
}

.tp-native-footer__brand,
.tp-native-footer__heading {
	margin: 0;
	font-family: var(--tp-font-heading);
}

.tp-native-footer__brand {
	font-size: 1.5625rem;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.tp-native-footer__copy {
	max-width: 306px;
	margin: 0;
	color: rgba(255, 250, 244, 0.7);
	font-size: 0.8125rem;
	line-height: 1.65;
}

.tp-native-footer__heading {
	margin-bottom: 0;
	font-family: var(--tp-font-body);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tp-native-footer__links {
	font-size: 0.78rem;
}

.tp-native-footer__links .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tp-native-footer__links .wp-block-navigation-item__content {
	display: block;
	padding: 5px 0;
	color: rgba(255, 250, 244, 0.72);
	font-size: 0.8125rem;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s ease;
}

.tp-native-footer__links .wp-block-navigation-item__content:hover,
.tp-native-footer__links .wp-block-navigation-item__content:focus-visible {
	color: #fffaf4;
}

.tp-native-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 18px 0;
	min-height: 66px;
	border-top: 1px solid rgba(255, 250, 244, 0.18);
	color: rgba(255, 250, 244, 0.54);
	font-size: 0.6875rem;
	line-height: 1.4;
}

.tp-native-footer__bottom p {
	margin: 0;
}

@media (max-width: 850px) {
	.tp-native-footer__shell {
		width: min(calc(100% - 2rem), var(--tp-container-wide));
	}

	.tp-native-footer__main {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tp-native-footer__brand-group {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.tp-native-footer {
		padding: 0;
	}

	.tp-native-footer__shell {
		width: min(calc(100% - 1.5rem), var(--tp-container-wide));
		padding-block: 3.4rem 1.2rem;
	}

	.tp-native-footer__main {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 1.8rem;
		padding-bottom: 2.4rem;
	}

	.tp-native-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}
