/* OIEMOBO — Animation Infrastructure
   Loaded AFTER style.css. Required by js/animations.js. */

/* -- FOUC prevention (above-the-fold only) ------------ */
html.has-anim .hero-section {
    visibility: hidden;
}

/* -- SplitText line-clip wrappers --------------------- */
.split-line-wrap {
    overflow: hidden;
    display: block;
}

/* -- Journey parallax: extra height for movement ------ */
.journey-section__bg {
    overflow: hidden;
}
.journey-section__bg img {
    height: calc(100% + 120px);
    object-fit: cover;
}
