.kw-global-footer {
	position: relative;
	z-index: 1;
	background:
		linear-gradient(rgba(5, 9, 5, 0.97), rgba(5, 9, 5, 0.97)),
		#050905;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding: 42px 0 38px;
	color: #ffffff;
}

.kw-global-footer__inner {
	width: min(92vw, 1460px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 120px 1fr 120px;
	gap: 2rem;
	align-items: center;
	min-height: 70px;
}

.kw-global-footer__copyright,
.kw-global-footer__name {
	margin: 0;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.kw-global-footer__name {
	text-align: right;
}

.kw-global-footer__center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.kw-global-footer__tree {
	width: 36px;
	height: 56px;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.72);
}

.kw-global-footer__claim {
	text-align: center;
}

.kw-global-footer__claim-text {
	margin: 0;
	font-family: var(--kw-font-serif, Georgia, "Times New Roman", serif);
	font-size: 24px;
	line-height: 1.35;
	color: #ffffff;
}

.kw-global-footer__divider {
	position: relative;
	width: 260px;
	max-width: 80%;
	height: 1px;
	margin: 10px auto;
	background: rgba(255, 255, 255, 0.35);
}

.kw-global-footer__ornament {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #050905;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.kw-global-footer__tagline {
	margin: 0;
	font-family: var(--kw-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.82);
}

.kw-global-footer__seal {
	width: 72px;
	height: auto;
	margin-top: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.kw-global-footer__seal {
		width: 64px;
		margin-top: 16px;
	}
}

@media (max-width: 720px) {
	.kw-global-footer__inner {
		grid-template-columns: 1fr;
		gap: 1.2rem;
		text-align: center;
	}

	.kw-global-footer__copyright,
	.kw-global-footer__name {
		text-align: center;
	}

	.kw-global-footer__center {
		order: -1;
		flex-direction: column;
		gap: 0.8rem;
	}

	.kw-global-footer__tree {
		width: 28px;
		height: 44px;
	}

	.kw-global-footer__claim-text {
		font-size: 20px;
	}

	.kw-global-footer__seal {
		width: 56px;
		margin-top: 14px;
	}
}
