/* Fancy-style about hero for mrcasm.com — above global .hero:before/:after (z-index:2) */
html.about-page .hero.hero--mrcasm-intro::before,
html.about-page .hero.hero--mrcasm-intro::after {
	pointer-events: none;
	z-index: 6;
}

.hero.hero--mrcasm-intro {
	position: relative;
	background: #ff6aa9;
	overflow: hidden;
}

.hero-mrcasm-intro__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		158deg,
		#ff5398 0%,
		#ff7eb8 38%,
		#ffc2e8 72%,
		#ffe8f4 100%
	);
}

.hero-mrcasm-intro__shards {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.hero-mrcasm-intro__shards svg {
	position: absolute;
	display: block;
	opacity: 0.92;
	transform-origin: center center;
}

.hero-mrcasm-intro__shard-a {
	top: 8%;
	left: -8%;
	width: min(62vw, 520px);
	height: auto;
	transform: rotate(-12deg);
}

.hero-mrcasm-intro__shard-b {
	bottom: 6%;
	right: -10%;
	width: min(58vw, 480px);
	height: auto;
	transform: rotate(18deg);
}

.hero-mrcasm-intro__inner {
	position: absolute;
	inset: 0;
	z-index: 7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(24px, 7vw, 72px);
}

.hero-mrcasm-intro__heading {
	margin: 0;
	position: relative;
}

.hero-mrcasm-intro__visual {
	display: block;
	transform: rotate(-5.5deg) translate3d(-2%, 0, 0);
	transform-origin: 50% 50%;
}

.hero-mrcasm-intro__row {
	display: block;
	line-height: 0.88;
}

.hero-mrcasm-intro__glyphs {
	display: inline-block;
	letter-spacing: -0.045em;
}

.hero-mrcasm-intro__row--second .hero-mrcasm-intro__glyphs {
	letter-spacing: -0.05em;
}

.hero-mrcasm-intro__line {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	padding-bottom: 0.02em;
}

.hero-mrcasm-intro__word {
	display: inline-block;
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 800;
	font-size: clamp(3.25rem, 13.5vw, 9.25rem);
	letter-spacing: -0.035em;
	color: #0c0c0c;
	text-transform: lowercase;
	white-space: nowrap;
	will-change: transform;
}

.hero-mrcasm-intro__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hero.hero--mrcasm-intro .cover {
	z-index: 8;
	pointer-events: none;
}
