/* WebTrades – Footer mit großer Wortmarke als Schlussbild */

.wt-footer {
	position: relative;
	padding-top: clamp(96px, 9vw, 160px);
	border-top: 1px solid var(--wt-line);
	overflow: clip;
}

.wt-footer__top {
	row-gap: 48px;
	align-items: start;
}

.wt-footer__claim {
	grid-column: 1 / 6;
}

.wt-footer__claim-text {
	display: grid;
	gap: 0.14em;
	margin-top: 20px;
	font-size: clamp(1.5rem, 2.2vw, 2.5rem);
	font-weight: 560;
	line-height: 1;
	letter-spacing: -0.034em;
	text-transform: uppercase;
}

.wt-footer__nav {
	grid-column: 7 / 9;
}

.wt-footer__contact {
	grid-column: 9 / 11;
}

.wt-footer__legal {
	grid-column: 11 / 13;
}

.wt-footer__contact > p:not(.wt-register) {
	margin-top: 18px;
}

.wt-footer__contact .wt-footer__address {
	margin-top: 8px;
	color: var(--wt-muted);
}

.wt-footer__list {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.wt-footer__link {
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 0 1px;
	transition: background-size 0.32s var(--wt-ease);
}

.wt-footer__link:hover,
.wt-footer__link:focus-visible {
	background-position: 0 100%;
	background-size: 100% 1px;
}

.wt-footer__mark {
	margin-top: clamp(88px, 9vw, 170px);
}

.wt-footer__wordmark {
	grid-column: 1 / -1;
	margin-left: -0.045em;
	font-size: clamp(3.2rem, 14.9vw, 16.4rem);
	font-weight: 650;
	line-height: 0.74;
	letter-spacing: -0.065em;
	white-space: nowrap;
	user-select: none;
}

.wt-footer__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	margin-top: clamp(24px, 2.4vw, 36px);
	padding-block: 22px 28px;
	border-top: 1px solid var(--wt-line);
	font-size: var(--wt-small);
	color: var(--wt-muted);
}
