/**
 * Site footer
 */

.footer {
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid var(--brand-border);
	text-align: center;
	color: var(--brand-text-muted);
	font-size: 0.9rem;
}

#inner-footer.wrap {
	width: min(92%, 1220px);
}

/* ---------- Footer meta (site-wide) ---------- */
.ib-footer-meta {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8rem;
	color: var(--brand-text-quiet);
}

.ib-footer-meta p {
	margin: 0 0 0.5rem;
	line-height: 1.55;
}

.ib-footer-meta p:last-child {
	margin-bottom: 0;
}

.ib-footer-meta__brand {
	margin-bottom: 0.65rem !important;
}

.ib-footer-meta a {
	color: var(--brand-purple-dark);
	font-weight: 600;
}

.ib-footer-meta a:hover {
	color: var(--brand-black);
}

.ib-footer-meta code {
	font-size: 0.9em;
	color: inherit;
	background: var(--brand-surface);
	padding: 0.1em 0.35em;
	border-radius: var(--radius-sm);
	border: 1px solid var(--brand-border);
}

/* Brand wordmark in footer */
.ib-brand {
	display: block;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.ib-brand--inline {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
}

.ib-brand__platform {
	font-weight: 700;
	color: var(--brand-purple-dark);
}

.ib-brand--inline .ib-brand__platform {
	display: inline;
}

.ib-brand__suffix {
	font-weight: 500;
	color: var(--brand-text-muted);
}

.ib-brand--inline .ib-brand__suffix {
	display: inline;
	font-family: var(--font-sans);
}
