@media (max-width: 760px) {
	.site-nav--desktop {
		display: none;
	}

	.site-header__social,
	.site-header__cta {
		display: none;
	}

	.site-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 761px) {
	.mobile-nav,
	.mobile-nav-overlay {
		display: none !important;
	}
}

/* WordPress admin bar offsets */
body.admin-bar .site-header {
	top: 32px;
}

body.admin-bar .mobile-nav,
body.admin-bar .mobile-nav-overlay {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	body.admin-bar .mobile-nav,
	body.admin-bar .mobile-nav-overlay {
		top: 46px;
	}
}

@media (max-width: 480px) {
	.site-brand__subtitle {
		max-width: 9rem;
	}

	.site-header__inner {
		gap: 0.75rem;
	}
}

@media (min-width: 761px) and (max-width: 960px) {
	.site-nav__list {
		gap: 0.875rem;
	}

	.site-header__social {
		display: none;
	}
}

/* Footer responsive */
@media (max-width: 1023px) {
	.site-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media (max-width: 767px) {
	.site-footer__main {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding-bottom: 1rem;
	}

	.site-footer__bar {
		padding-bottom: 1.5rem;
	}
}

@media (max-width: 375px) {
	.site-footer {
		font-size: 0.82em;
	}

	.site-footer__social-link {
		width: 36px;
		height: 36px;
	}
}
