/* ==========================================================================
   Home Page — page-specific styles
   ========================================================================== */

/* Home page body: no extra padding-top (nav is fixed + transparent) */
body[data-page="home"] {
  background-color: var(--color-bg-primary);
}

/* Hero takes full viewport — footer sits directly below */
body[data-page="home"] main {
  display: flex;
  flex-direction: column;
}
