/**
 * Welcome home hero — typography sized to match the image column.
 * Scoped to .maryst-welcome-home so other pages are unaffected.
 */

.maryst-welcome-home {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.maryst-welcome-home > h1 {
	width: 100% !important;
	max-width: min(520px, 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	text-align: center !important;
	font-weight: 650 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.05 !important;
	font-size: clamp(2.35rem, 9.2vw, 4.35rem) !important;
}

.maryst-welcome-home__units {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	width: 100%;
	max-width: min(520px, 100%);
	margin: 1.25rem auto 0;
	box-sizing: border-box;
}

.maryst-welcome-home__unit-btn {
	flex: 1 1 200px;
	min-width: 0;
	appearance: none;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 999px;
	padding: 0.85rem 1rem;
	font: inherit;
	font-weight: 650;
	font-size: clamp(0.95rem, 2.6vw, 1.05rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: #2c2419;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	cursor: default;
}

.maryst-welcome-home__unit-btn:focus-visible {
	outline: 3px solid #cd2653;
	outline-offset: 2px;
}
