.scnm-newsletter-signup {
	margin-top: 4rem;
	padding: 0 1.25rem 2rem;
	background: transparent;
	color: var(--wp--preset--color--dark, #1f2937);
}

.scnm-newsletter-signup-inner {
	display: grid;
	gap: 1rem;
	justify-items: center;
	text-align: center;
}

.scnm-newsletter-signup h2 {
	margin: 0;
	color: var(--wp--preset--color--primary-light);
	font-size: clamp(1.5rem, 5vw, 2rem);
	line-height: 1.1;
}

.scnm-newsletter-signup p {
	margin: 0;
	max-width: 32rem;
}

.scnm-newsletter-signup-form {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
}

.scnm-newsletter-signup-form input {
	flex: 1 1 80%;
	min-width: 0;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(17, 24, 39, 0.18);
	border-radius: 0.9rem;
	background: #f3f4f6;
	color: inherit;
	font: inherit;
}

.scnm-newsletter-signup-form button {
	flex: 0 0 auto;
	padding: 0.5rem 1.3rem;
	border: 0;
	border-radius: 0.9rem;
	background: var(--wp--preset--color--primary-light);
	color: #fff;
	font: inherit;
	font-weight: 700;
	font-size: 1.3rem;
	cursor: pointer;
}

.scnm-footer {
	background: #383838;
	color: #fff;
	margin-top: 0;
}

.scnm-footer-inner {
	display: grid;
	gap: 2.5rem;
	padding: 2rem 3rem;
}

.scnm-footer-col {
	min-width: 0;
}

.scnm-footer-col--brand {
	display: grid;
	justify-items: center;
	text-align: center;
}

.scnm-footer-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1.25rem;
}

.scnm-footer-logo {
	flex: 0 0 auto;
}

.scnm-footer-brand img {
	display: block;
	height: clamp(3rem, 12vw, 4rem);
	filter: none;
}

.scnm-footer-school-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: clamp(0.9rem, 4vw, 1.05rem);
	font-weight: 700;
	line-height: 1.05;
	text-wrap: nowrap;
}

.scnm-footer-heading {
	margin: 0 0 0.9rem;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.scnm-footer-col p {
	margin: 0 0 0.85rem;
}

.scnm-footer-contact {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.7rem;
	text-align: left;
}

.scnm-footer-contact-icon {
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
	margin-top: 0.15rem;
	color: currentColor;
}

.scnm-footer-contact-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.scnm-footer-col a,
.scnm-footer-col a:visited {
	color: #fff;
	text-decoration: none;
}

.scnm-footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.scnm-footer-col li + li {
	margin-top: 0.55rem;
}

@media (min-width: 60rem) {
	.scnm-newsletter-signup {
		padding: 0 5%;
		margin-bottom: -2rem;
		position: relative;
		z-index: 1;
	}

	.scnm-newsletter-signup-inner {
		width: 70%;
		margin: 0 auto;
		padding: 2rem;
		background: #d9dde3;
	}

	.scnm-footer-inner {
		grid-template-columns: minmax(16rem, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem;
		padding: 2.5rem 5% 3rem;
		align-items: start;
	}

	.scnm-footer-col--brand {
		order: 1;
		justify-items: start;
		text-align: left;
	}

	.scnm-footer-col:nth-child(1) {
		order: 2;
	}

	.scnm-footer-col:nth-child(2) {
		order: 3;
	}

	.scnm-footer-contact {
		justify-content: flex-start;
	}
}
