/* =========================================================
   footer.css — editorial masthead
   ========================================================= */

.as-footer {
	background: var(--c-bg);
	color: var(--c-paper);
	padding: 80px 0 32px;
	margin-top: 0;
}
.as-footer a { color: var(--c-paper); }

.as-footer .as-hairline { border-top: 1px solid var(--c-line-dark); margin: 40px 0; }

.as-footer__inner {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--gutter);
}

.as-footer__top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.as-footer__brand {
	font-family: var(--f-display);
	font-size: clamp(3rem, 6vw, 5rem);
	line-height: 1;
	letter-spacing: -0.02em;
}
.as-footer__dash {
	font-family: var(--f-display);
	font-size: clamp(3rem, 6vw, 5rem);
	color: var(--c-accent);
	line-height: 1;
}

.as-footer__lede {
	margin-top: 24px;
	max-width: 560px;
	font-size: var(--f-body-l);
	line-height: 1.5;
}
.as-footer__kicker {
	font-size: var(--f-label);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-paper-muted);
}
.as-footer__since {
	font-size: var(--f-label);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-paper-muted);
}

.as-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
}

.as-footer__label {
	font-size: var(--f-label);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-accent);
	margin-bottom: 20px;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
}

.as-footer__col p {
	margin: 0 0 8px 0;
	font-size: var(--f-body-s);
}
.as-footer__col .as-muted { color: var(--c-paper-muted); }

.as-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: var(--f-body-s);
}
.as-footer__nav li {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.as-footer__num {
	color: var(--c-accent);
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	font-size: var(--f-label);
	letter-spacing: 0.1em;
}

.as-footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.as-footer__copy {
	font-size: var(--f-body-s);
	color: var(--c-paper-muted);
	margin: 0;
}
.as-footer__copy a { color: var(--c-paper-muted); }
.as-footer__copy a:hover { color: var(--c-paper); }
.as-footer__note {
	font-size: var(--f-label);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c-paper-muted);
	margin: 0;
}
