/*
Theme Name: BingoVibes
Theme URI: https://bingovibes.app
Author: BingoVibes
Description: Custom block theme for the BingoVibes SaaS — music bingo card generator. Brand-aligned with Montserrat typography and signature red.
Version: 0.1.1
Requires at least: 6.4
Requires PHP: 7.4
License: Proprietary
Text Domain: bingovibes
Tags: block-theme, full-site-editing, custom-colors, custom-typography
*/

/* Reset body margins so header + hero connect cleanly */
body {
    margin: 0;
}

/* Sticky header */
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
}

/* Remove default top margin from main so hero starts immediately after header */
.wp-site-blocks > main,
main.wp-block-group,
.wp-site-blocks > .wp-block-cover {
    margin-top: 0;
}

/* Inner header (the actual styled bar inside the template-part wrapper) */
header.wp-block-template-part > header.wp-block-group {
    margin: 0;
}

/* Ensure cover blocks (hero) have no auto margins from default block styles */
.wp-block-cover {
    margin-top: 0;
    margin-bottom: 0;
}

/* Connect bottom CTA to footer (no margin between last section and footer) */
.wp-site-blocks > main > :last-child,
main.wp-block-group > :last-child {
    margin-bottom: 0;
}

footer.wp-block-template-part {
    margin-top: 0;
}

footer.wp-block-template-part > footer.wp-block-group {
    margin: 0;
}
