/*
 * YOKO Kids v3.4.13 — independent scroll-driven cover slider.
 * No Elementor/Rey slider DOM or JavaScript is used.
 */
body.yoko-home-php-page {
  --yoko-cover-header: 0px;
  overflow-x: clip;
}


body.yoko-home-php-page :is(#page, .site, .rey-siteContainer, .rey-siteMain, .rey-siteContent, .site-content, main.yoko-homepage) {
  overflow: visible !important;
  contain: none !important;
}

body.yoko-home-php-page main.yoko-homepage {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  transform: none !important;
}

body.yoko-home-php-page .yoko-home-embedded-hero {
  display: none !important;
}

body.yoko-home-php-page .yoko-scroll-cover {
  --yoko-cover-vh: calc(100svh - var(--yoko-cover-header));
  --yoko-cover-count: 3;
  position: relative;
  display: block;
  width: 100%;
  height: calc(var(--yoko-cover-count) * var(--yoko-cover-vh));
  min-height: var(--yoko-cover-vh);
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #f5f0fa;
  isolation: isolate;
}

body.yoko-home-php-page .yoko-scroll-cover__stage {
  position: sticky;
  position: -webkit-sticky;
  top: var(--yoko-cover-header);
  width: 100%;
  height: var(--yoko-cover-vh);
  min-height: var(--yoko-cover-vh);
  overflow: hidden;
  background: #f5f0fa;
  outline: 0;
  z-index: 3;
}

body.yoko-home-php-page .yoko-scroll-cover__slides,
body.yoko-home-php-page .yoko-scroll-cover__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.yoko-home-php-page .yoko-scroll-cover__slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--cover-bg, #7239b5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 4%, 0);
  transition: opacity .42s ease, transform .62s cubic-bezier(.22,.61,.36,1), visibility 0s linear .62s;
}

body.yoko-home-php-page .yoko-scroll-cover__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  z-index: 2;
}

body.yoko-home-php-page .yoko-scroll-cover__copy {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(38px, 5vw, 96px);
  background: var(--cover-bg, #7239b5);
  color: var(--cover-text, #fff);
}

body.yoko-home-php-page .yoko-scroll-cover__copy-inner {
  width: min(100%, 610px);
}

body.yoko-home-php-page .yoko-scroll-cover__eyebrow {
  margin: 0 0 22px;
  color: var(--cover-text, #fff);
  font-size: clamp(14px, 1.1vw, 19px);
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.yoko-home-php-page .yoko-scroll-cover__title {
  margin: 0;
  color: var(--cover-title, #fff) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: clamp(42px, 4.1vw, 76px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.045em;
}

body.yoko-home-php-page .yoko-scroll-cover__subtitle {
  margin-top: 24px;
  color: var(--cover-text, #fff);
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 600;
  line-height: 1.45;
}

body.yoko-home-php-page .yoko-scroll-cover__description {
  max-width: 600px;
  margin: 12px 0 0;
  color: var(--cover-text, #fff);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.7;
}

body.yoko-home-php-page .yoko-scroll-cover__button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 30px;
  padding: 0 22px;
  align-items: center;
  gap: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  color: var(--cover-title, #fff) !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

body.yoko-home-php-page .yoko-scroll-cover__button:hover {
  background: var(--cover-title, #fff);
  color: var(--cover-bg, #7239b5) !important;
  transform: translateY(-2px);
}

body.yoko-home-php-page .yoko-scroll-cover__media,
body.yoko-home-php-page .yoko-scroll-cover__media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #ece5f4;
}

body.yoko-home-php-page .yoko-scroll-cover__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.025);
  transition: transform 1.1s cubic-bezier(.22,.61,.36,1);
}

body.yoko-home-php-page .yoko-scroll-cover__slide.is-active .yoko-scroll-cover__media img {
  transform: scale(1);
}

body.yoko-home-php-page .yoko-scroll-cover__pager {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 8;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

body.yoko-home-php-page .yoko-scroll-cover__pager button {
  position: relative;
  width: 42px;
  min-width: 42px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
  font: 600 11px/1 "Be Vietnam Pro", Arial, sans-serif;
  cursor: pointer;
}

body.yoko-home-php-page .yoko-scroll-cover__pager button::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width .2s ease;
}

body.yoko-home-php-page .yoko-scroll-cover__pager button.is-active {
  color: #fff;
}

body.yoko-home-php-page .yoko-scroll-cover__pager button.is-active::before {
  width: 24px;
}

body.yoko-home-php-page .yoko-scroll-cover__hint {
  position: absolute;
  left: 20px;
  bottom: 24px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

body.yoko-home-php-page .yoko-scroll-cover__hint i {
  display: block;
  width: 1px;
  height: 30px;
  background: currentColor;
  animation: yokoCoverHint 1.6s ease-in-out infinite;
}

@keyframes yokoCoverHint {
  0%,100% { transform: scaleY(.45); transform-origin: top; opacity: .4; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}

body.yoko-home-php-page .yoko-scroll-cover + .yoko-home-trust {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  body.yoko-home-php-page .yoko-scroll-cover {
    --yoko-cover-vh: calc(100svh - var(--yoko-cover-header));
  }

  body.yoko-home-php-page .yoko-scroll-cover__slide {
    display: block;
    background: #fff;
  }

  body.yoko-home-php-page .yoko-scroll-cover__media {
    position: absolute;
    inset: 0 0 auto;
    height: 66%;
  }

  body.yoko-home-php-page .yoko-scroll-cover__copy {
    position: absolute;
    left: 22px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    display: block;
    min-height: 39%;
    padding: 30px 28px;
    border-radius: 0;
    box-shadow: 0 12px 35px rgba(26,13,37,.18);
  }

  body.yoko-home-php-page .yoko-scroll-cover__copy-inner {
    width: 100%;
  }

  body.yoko-home-php-page .yoko-scroll-cover__eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }

  body.yoko-home-php-page .yoko-scroll-cover__title {
    font-size: clamp(34px, 10vw, 52px);
    letter-spacing: -.04em;
  }

  body.yoko-home-php-page .yoko-scroll-cover__subtitle {
    margin-top: 16px;
    font-size: 16px;
  }

  body.yoko-home-php-page .yoko-scroll-cover__description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  body.yoko-home-php-page .yoko-scroll-cover__button {
    min-height: 44px;
    margin-top: 20px;
    padding-inline: 17px;
    font-size: 12px;
  }

  body.yoko-home-php-page .yoko-scroll-cover__pager {
    top: calc(33% + 6px);
    right: 7px;
    gap: 5px;
  }

  body.yoko-home-php-page .yoko-scroll-cover__pager button {
    width: 32px;
    min-width: 32px;
    height: 27px;
    color: rgba(255,255,255,.75);
  }

  body.yoko-home-php-page .yoko-scroll-cover__hint {
    display: none;
  }
}

@media (max-width: 390px) {
  body.yoko-home-php-page .yoko-scroll-cover__copy {
    left: 14px;
    right: 22px;
    bottom: 18px;
    padding: 24px 20px;
  }
  body.yoko-home-php-page .yoko-scroll-cover__description {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.yoko-home-php-page .yoko-scroll-cover__slide,
  body.yoko-home-php-page .yoko-scroll-cover__media img,
  body.yoko-home-php-page .yoko-scroll-cover__button {
    transition: none !important;
    animation: none !important;
  }
}

/* v3.4.14 — keep the mobile slide number separate from its progress dash. */
@media (max-width: 767px) {
  body.yoko-home-php-page .yoko-scroll-cover__pager button {
    display: flex;
    width: 34px;
    min-width: 34px;
    padding: 0 14px 0 0;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  body.yoko-home-php-page .yoko-scroll-cover__pager button::before {
    right: 0;
    width: 4px;
  }

  body.yoko-home-php-page .yoko-scroll-cover__pager button.is-active::before {
    width: 10px;
  }
}

/* v3.4.15 — lock the hero to one viewport; JS releases only after slide 03. */
body.yoko-home-php-page .yoko-scroll-cover {
  height: var(--yoko-cover-vh) !important;
  min-height: var(--yoko-cover-vh) !important;
  max-height: var(--yoko-cover-vh) !important;
  overflow: hidden !important;
  overscroll-behavior: contain;
}

body.yoko-home-php-page .yoko-scroll-cover__stage {
  position: relative !important;
  top: auto !important;
  height: var(--yoko-cover-vh) !important;
  min-height: var(--yoko-cover-vh) !important;
  max-height: var(--yoko-cover-vh) !important;
  overscroll-behavior: contain;
}

body.yoko-home-php-page .yoko-scroll-cover.is-releasing {
  pointer-events: none;
}

@media (max-width: 767px) {
  body.yoko-home-php-page .yoko-scroll-cover,
  body.yoko-home-php-page .yoko-scroll-cover__stage {
    touch-action: pan-x;
  }
}
