/**
 * Homepage V2 (stitch _6) — minimal overrides not covered by stitch-widgets.css.
 */

.max-w-4xl {
	max-width: 56rem;
}

.hover\:scale-95:hover {
	transform: scale(0.95);
}

.hover\:bg-surface\/10:hover {
	background-color: color-mix(in srgb, var(--color-surface) 10%, transparent);
}

.hero-mask {
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.h-\[707px\] {
	height: 707px;
}

.h-\[500px\] {
	height: 500px;
}
