/* =============================================================================
   lib/styles/pages/home_page.css — Filtra-Core Home Page Shell
   ============================================================================= */

/* Outer page wrapper — full-height flex column so footer is always at bottom */
.home-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Main content landmark — grows to fill available space between nav + footer */
.home-page__main {
    flex: 1 0 auto;
    outline: none;
}