/* The active theme still paints its route wrapper light gray; this scope keeps the entire Contact canvas on the ZART background. */
body.zart-frontend-contact,
body.zart-frontend-contact #content,
body.zart-frontend-contact .site-content,
body.zart-frontend-contact .content-area,
body.zart-frontend-contact .site-main,
body.zart-frontend-contact .ast-container,
body.zart-frontend-contact article,
body.zart-frontend-contact .entry-content,
body.zart-frontend-contact .zart-public-page-shell {
	background: #f7f4ef !important;
}

.zart-contact-page {
	padding-top: clamp(1.25rem, 3vw, 2.6rem) !important;
	background: #f7f4ef !important;
}
.zart-contact-page > header { margin-bottom: clamp(1.2rem, 2.5vw, 2.25rem) !important; }
.zart-contact-page__grid { gap: clamp(1.25rem, 3vw, 3rem) !important; }
.zart-contact-page__form,
.zart-contact-page__details { padding: clamp(1.1rem, 2vw, 1.7rem) !important; background: #f7f4ef !important; }
.zart-contact-page form { gap: .65rem !important; }
.zart-contact-page input,
.zart-contact-page textarea { padding: .6rem !important; background: #fff !important; font-size: .85rem !important; }
