/**
 * Bright hero section — shared front-end and block editor styles.
 */

.wp-block-group.is-style-bright-hero-dark {
	background: linear-gradient(
		135deg,
		var(--wp--preset--color--background) 0%,
		var(--wp--preset--color--primary-soft) 42%,
		var(--wp--preset--color--surface) 100%
	);
	color: var(--wp--preset--color--heading);
}

/* Headings */
.wp-block-group.is-style-bright-hero-dark h1,
.wp-block-group.is-style-bright-hero-dark .bright-hero-headline,
.wp-block-group.is-style-bright-hero-dark h1.has-text-color {
	color: var(--wp--preset--color--heading) !important;
}

/* Lead / intro paragraphs (muted preset; legacy bright-hero-lead class on saved pages) */
.wp-block-group.is-style-bright-hero-dark > .alignwide > p.has-muted-color,
.wp-block-group.is-style-bright-hero-dark .bright-hero-lead {
	color: var(--wp--preset--color--muted) !important;
}

/* Block editor parity */
.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark {
	background: linear-gradient(
		135deg,
		var(--wp--preset--color--background) 0%,
		var(--wp--preset--color--primary-soft) 42%,
		var(--wp--preset--color--surface) 100%
	);
	color: var(--wp--preset--color--heading);
}

.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark h1,
.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark .bright-hero-headline,
.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark h1.has-text-color {
	color: var(--wp--preset--color--heading) !important;
}

.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark > .alignwide > p.has-muted-color,
.editor-styles-wrapper .wp-block-group.is-style-bright-hero-dark .bright-hero-lead {
	color: var(--wp--preset--color--muted) !important;
}
