/* Alexander Rudolph Manager – Footer */
.arm-footer {
	--arm-muted: #8f8f8f;
	--arm-ink: #262626;
	--arm-navy: #1d2c3c;
	--arm-sans: "Jost", system-ui, sans-serif;
	position: relative;
	/* Full-bleed, same reasoning as .arm-hero — the border/background
	   should span edge-to-edge regardless of the surrounding container. */
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	font-family: var(--arm-sans);
	font-weight: 300;
	line-height: 1.6;
	padding: 64px clamp(18px, 4vw, 48px) 72px;
	text-align: center;
	color: var(--arm-muted);
}
.arm-footer a {
	color: inherit;
	text-decoration: none;
}
.arm-footer .arm-footer-mark {
	color: var(--arm-ink);
	font-weight: 300;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: .3em;
}
.arm-footer .arm-footer-sub {
	margin-top: 8px;
	font-size: 10px;
	letter-spacing: .4em;
	text-transform: uppercase;
	color: var(--arm-navy);
}
.arm-footer .arm-footer-contact {
	margin-top: 26px;
	font-size: 12px;
	letter-spacing: .12em;
	line-height: 2;
}
.arm-footer .arm-footer-contact a:hover {
	color: var(--arm-ink);
}
.arm-footer .arm-footer-copy {
	margin-top: 26px;
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #bbb;
}
.arm-footer .arm-footer-copy a {
	color: #bbb;
}
.arm-footer .arm-footer-copy a:hover {
	color: var(--arm-ink);
}

@media (max-width: 480px) {
	.arm-footer {
		padding: 48px 18px 56px;
	}
	.arm-footer .arm-footer-mark {
		font-size: 15px;
		letter-spacing: .22em;
	}
	.arm-footer .arm-footer-contact {
		font-size: 11px;
		letter-spacing: .06em;
		line-height: 1.9;
	}
	.arm-footer .arm-footer-copy {
		letter-spacing: .1em;
	}
}
