.datajoint-footer {
	background: var(--wp--preset--color--bg-deep, #011627);
	color: var(--wp--preset--color--text-on-dark, #fff);
}

.datajoint-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3.5rem var(--dj-gutter, 48px) 5rem;
}

/* Footer CTA banner ("Build on a foundation that holds up") */
.datajoint-footer__cta {
	/* Generous top padding so the headline isn't crammed against the top edge of
	   the dark footer band (client: "more spacing above Build on a Foundation,
	   too close to top of section"). Symmetric with the bottom padding. */
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center;
}

@media (min-width: 1024px) {
	.datajoint-footer__cta {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

.datajoint-footer__cta-eyebrow {
	margin: 0 0 1.5rem;
	font-family: var(--wp--preset--font-family--sans, "Roboto", sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand-blue, #00a0df);
}

.datajoint-footer__cta-heading {
	margin: 0;
	font-family: var(--wp--preset--font-family--sans, "Roboto", sans-serif);
	font-weight: 700;
	color: #fff;
	font-size: clamp(36px, 6vw, 56px);
	line-height: 1.1;
}

.datajoint-footer__cta-accent {
	color: var(--wp--preset--color--brand-blue, #00a0df);
}

/* Columns */
.datajoint-footer__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
}

@media (min-width: 768px) {
	.datajoint-footer__columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.datajoint-footer__column-title {
	margin: 0 0 1.25rem;
	font-family: var(--wp--preset--font-family--sans, "Roboto", sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand-blue, #00a0df);
}

.datajoint-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.datajoint-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-family: var(--wp--preset--font-family--serif, "Roboto Slab", serif);
	font-size: 15px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	transition: color 150ms ease;
}

.datajoint-footer__link:hover {
	color: #fff;
}

.datajoint-footer__external {
	color: var(--wp--preset--color--brand-blue, #00a0df);
	flex-shrink: 0;
	margin-left: 0.15rem;
	background: none;
	vertical-align: middle;
}

/* Badges */
.datajoint-footer__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 4rem;
	padding-top: 2.5rem;
	border-top: 1px solid var(--wp--custom--color--border-on-dark, rgba(255, 255, 255, 0.1));
}

.datajoint-footer__badge {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	padding: 0.375rem 0.75rem;
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

/* Bottom */
.datajoint-footer__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--wp--custom--color--border-on-dark, rgba(255, 255, 255, 0.1));
}

@media (min-width: 768px) {
	.datajoint-footer__bottom {
		flex-direction: row;
		align-items: center;
	}
}

.datajoint-footer__brand {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.datajoint-footer__logo {
	height: 28px;
	width: auto;
}

.datajoint-footer__copyright {
	font-family: var(--wp--preset--font-family--mono, monospace);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.datajoint-footer__social {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.datajoint-footer__social-link {
	color: rgba(255, 255, 255, 0.6);
	transition: color 200ms ease;
}

.datajoint-footer__social-link:hover {
	color: var(--wp--preset--color--brand-blue, #00a0df);
}

.datajoint-footer__social-link svg {
	height: 20px;
	width: 20px;
	display: block;
}
