/* Japan Direct Motors — CSS Reset */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, video {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

html {
  /* scroll-behavior: smooth removed — Lenis handles smooth scrolling */
  scroll-behavior: auto;
}
