/**
 * Loaded in wp_head AFTER Stackable’s `<style class="stk-block-styles">`
 * when Stackable is active.
 */

/* Stackable accent vars — still useful when TT5 + Stackable coexist */
body.home {
	--theme-palette-color-1: #1e4976 !important;
	--theme-palette-color-2: #14365a !important;
	--theme-palette-color-4: #0f2744 !important;
}

body.home .entry-content.is-layout-constrained {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.home .wp-block-group.is-layout-constrained.alignwide {
	max-width: none !important;
}

/*
 * Homepage minimal canvas — hide root blocks (classic #main + TT5 post content).
 */
body.home #main .entry-content > *,
body.home .wp-site-blocks .wp-block-post-content > * {
	display: none !important;
}

body.home #main .entry-content,
body.home .wp-site-blocks .wp-block-post-content {
	min-height: clamp(12rem, 28vh, 26rem);
	box-sizing: border-box;
}
