html {
  scroll-behavior: smooth;
}

/* Seções KV legadas — imagem full-width */
.index-kv-section {
  width: 100%;
  line-height: 0;
  background: var(--color-bg-dark, #050505);
  position: relative;
  z-index: 3;
}

.index-kv-section picture,
.index-kv-section img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

body.index-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
