.sh-wrap {
	--sh-accent: #7B2FF7;
	--sh-underline: #FFC738;
	font-family: 'Poppins', sans-serif;
	max-width: 720px;
	margin: 0 auto;
}

.sh-align-left { text-align: left; margin-left: 0; margin-right: auto; }
.sh-align-center { text-align: center; margin-left: auto; margin-right: auto; }
.sh-align-right { text-align: right; margin-left: auto; margin-right: 0; }

.sh-eyebrow {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a2e;
	margin: 0 0 8px;
	letter-spacing: 0.2px;
}

.sh-eyebrow-highlight {
	position: relative;
	display: inline-block;
	font-weight: 700;
	background-image: linear-gradient(90deg, var(--sh-accent-start, var(--sh-accent)), var(--sh-accent-end, var(--sh-accent)));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--sh-accent);
}

.sh-headline {
	font-weight: 800;
	font-size: 44px;
	line-height: 1.15;
	color: #14142b;
	margin: 0;
}

.sh-line-bold {
	font-weight: 800;
	color: #14142b;
}

.sh-line2 {
	display: block;
	margin-top: 2px;
}

.sh-script {
	position: relative;
	display: inline-block;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 1.35em;
	margin-left: 10px;
	line-height: 1;
	transform: translateY(2px);
	background-image: linear-gradient(90deg, var(--sh-accent-start, var(--sh-accent)), var(--sh-accent-end, var(--sh-accent)));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--sh-accent);
}

.sh-squiggle {
	position: absolute;
	left: 2%;
	bottom: -12px;
	width: 96%;
	height: 10px;
	display: block;
	pointer-events: none;
}

.sh-script .sh-squiggle {
	bottom: -6px;
	height: 12px;
}

@media (max-width: 640px) {
	.sh-headline { font-size: 32px; }
	.sh-eyebrow { font-size: 15px; }
	.sh-script { font-size: 1.25em; }
}
