/*
 * BioDesign Agnes RF — Base Reset
 * Applied on all three landing page templates.
 * This overrides common theme styles that conflict with the landing pages.
 */

/* Remove theme header/footer nav on landing pages */
body.bdrf-page .site-header,
body.bdrf-page .site-footer,
body.bdrf-page #masthead,
body.bdrf-page #colophon,
body.bdrf-page .navigation,
body.bdrf-page .wp-block-navigation {
    display: none !important;
}

/* Full-width layout — remove theme content padding */
body.bdrf-page #page,
body.bdrf-page #content,
body.bdrf-page .site-content,
body.bdrf-page .entry-content,
body.bdrf-page .wp-block-group,
body.bdrf-page main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Base box model */
body.bdrf-page *,
body.bdrf-page *::before,
body.bdrf-page *::after {
    box-sizing: border-box;
}
