.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Sur desktop: header + nav sticky ensemble */
@media (min-width: 768px) {
  .layout-header-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
  }
}
