/* About-us page: newsletter signup band above the footer
   (template-parts/page/newsletter-band.php), reusing the .contact-methods
   torn-top/bell-curve scaffold from page-contact.css. */

.newsletter-band__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	max-width: 900px;
	margin-inline: auto;
}

.newsletter-band__row input {
	flex: 1 1 260px;
	padding: 14px 24px;
	border-radius: 999px;
	border: none;
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--color-text);
	background: #fff;
}

.newsletter-band__submit {
	flex: 0 0 auto;
	border-radius: 999px;
	padding: 12px 32px;
}

.newsletter-band__consent {
	display: block;
	margin-block-start: 16px;
	color: #fff;
	font-size: 14px;
}

.newsletter-band__consent input {
	margin-inline-end: 8px;
}

.newsletter-band__consent a {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 700px) {
	.newsletter-band__row {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Live band treatment: white torn edge on top, white headings, and a flat
   bottom edge running straight into the footer. */
.newsletter-band {
	--dai-torn-color: var(--color-bg);
	padding-block: 96px;
}

.newsletter-band .contact-methods__title {
	color: #fff;
	font-size: 30px;
}

.newsletter-band .contact-methods__subtitle {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}

@media (max-width: 700px) {
	.newsletter-band {
		padding-block: 74px;
	}

	.newsletter-band .contact-methods__title {
		font-size: 24px;
	}

	.newsletter-band .contact-methods__subtitle {
		font-size: 19px;
	}
}
