/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

/* ── Fix décalage hero ── */
.nexus-hero {
  min-height: calc(100vh - 74px) !important;
  padding: 3rem 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 640px) {
  .nexus-hero {
    min-height: calc(100vh - 64px) !important;
    padding: 2rem 0 !important;
  }
}

/* ── Coins repositionnés ── */
.nexus-corner-tl { top: 1.5rem !important; }
.nexus-corner-tr { top: 1.5rem !important; }
.nexus-corner-bl { bottom: 1.5rem !important; }
.nexus-corner-br { bottom: 1.5rem !important; }

/* ── Supprime les translateY parasites ── */
.nexus-background {
  transform: none !important;
}
.nexus-hero .container {
  transform: none !important;
}
