/* KM_PATCH: reveal_0003 / 2026-03-02 */

html[data-js="1"] body[data-page="top"] [data-section],
html[data-js="1"] body[data-page="company"] [data-section]{
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html[data-js="1"] body[data-page="top"] [data-section][data-reveal="1"],
html[data-js="1"] body[data-page="company"] [data-section][data-reveal="1"]{
  opacity: 0;
  transform: translateY(calc(var(--sp-3) * 1.15));
}

html[data-js="1"] body[data-page="top"] [data-section][data-inview="1"],
html[data-js="1"] body[data-page="company"] [data-section][data-inview="1"]{
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce){
  html[data-js="1"] body[data-page="top"] [data-section],
  html[data-js="1"] body[data-page="company"] [data-section]{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
