/**
 * SignalMind — Contact page.
 *
 * Loaded on top of the shared chrome bundle, the blog archive's `.sm-bhero`
 * (hero) and the homepage's `.sm-access` form panel — both reused verbatim
 * rather than duplicated. Nothing page-specific is needed beyond making the
 * reused section sit correctly as a standalone page rather than a homepage
 * anchor target.
 *
 * @package SignalMind
 */

.sm-contact.sm-access {
	padding-top: var(--sm-space-4);
}
