/* Shared brand bridge: compact in articles, quiet in the global footer. */
.brand-handoff {
	--handoff-accent: #ff64ce;
	margin-block: 3rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid #353643;
	border-radius: 1.5rem;
	background:
		radial-gradient(ellipse at top right, #1c343b 0, transparent 65%),
		#131923;
	color: #fff;
	scroll-margin-top: 7rem;
}
.brand-handoff__brand {
	display: inline-flex;
	margin-bottom: 1.75rem;
}
.brand-handoff__brand img {
	width: 170px;
	height: auto;
}
.brand-handoff__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--handoff-accent);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.brand-handoff__title {
	color: #fff;
	max-width: 26ch;
	margin: 0;
	font-family: var(--font-headline, inherit);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.025em;
	text-wrap: balance;
}
.brand-handoff__text {
	max-width: 65ch;
	margin: 1rem 0 0;
	color: #c5c8ce;
	font-size: 1rem;
	line-height: 1.75;
}
.brand-handoff__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
	margin-top: 1.75rem;
}
.brand-handoff__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	min-height: 48px;
	padding: 0.7rem 0.8rem 0.7rem 1.2rem;
	border: 1px solid #855276;
	border-radius: 2rem;
	background: #ffffff08;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition:
		border-color 0.2s,
		background 0.2s;
}
.brand-handoff__button span {
	display: grid;
	flex: 0 0 32px;
	place-items: center;
	height: 32px;
	border-radius: 50%;
	background: var(--handoff-accent);
	color: #151821;
	font-size: 1.2rem;
}
.brand-handoff__button:hover {
	border-color: var(--handoff-accent);
	background: #ffffff12;
}
.brand-handoff__personal {
	color: #e3e5e9;
	font-size: 0.85rem;
	text-underline-offset: 0.25em;
	text-decoration: underline;
}
.brand-handoff a:focus-visible,
.site-footer__business-link:focus-visible {
	outline: 2px solid #ff64ce;
	outline-offset: 5px;
	border-radius: 4px;
}
.site-footer__business-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
	width: fit-content;
	padding-block: 0.5rem;
	color: #e3e5e9;
	font-size: 0.8rem;
	text-decoration: none;
}
.site-footer__business-link img {
	width: 160px;
	height: auto;
}
@media (max-width: 640px) {
	.brand-handoff__button {
		width: 100%;
	}
}
@media (prefers-reduced-motion: reduce) {
	.brand-handoff__button {
		transition: none;
	}
}

.site-footer__company-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.7rem;
	color: #e7dbe9;
	font-size: 0.88rem;
	text-decoration: none;
}
.site-footer__company-link span {
	color: #ff64ce;
}
.site-footer__company-link:hover {
	color: #ff64ce;
}
.site-footer__personal-email {
	color: #aeb4bf;
	font-size: 0.82rem;
	text-decoration: none;
}
.site-footer__personal-email:hover {
	color: #fff;
}

.site-footer__personal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.25rem;
}
.site-footer__personal .site-footer__social {
	margin: 0;
	gap: 0.5rem;
}
.site-footer__personal .site-footer__social-link {
	width: 32px;
	height: 32px;
}
