/**
 * Site-wide slow scroll reveals — home, inner pages, venture landings.
 */

@media (prefers-reduced-motion: no-preference) {
  .theme-arifund-mockup .arifund-reveal,
  .theme-arifund-mockup .lavitt-reveal,
  .theme-arifund-mockup .adfc-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
      opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
      transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .theme-arifund-mockup .arifund-reveal.is-visible,
  .theme-arifund-mockup .lavitt-reveal.is-visible,
  .theme-arifund-mockup .adfc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .theme-arifund-mockup .arifund-reveal--delay-1,
  .theme-arifund-mockup .lavitt-reveal--delay-1,
  .theme-arifund-mockup .adfc-reveal--delay-1 { transition-delay: 0.14s; }
  .theme-arifund-mockup .arifund-reveal--delay-2,
  .theme-arifund-mockup .lavitt-reveal--delay-2,
  .theme-arifund-mockup .adfc-reveal--delay-2 { transition-delay: 0.28s; }
  .theme-arifund-mockup .arifund-reveal--delay-3,
  .theme-arifund-mockup .lavitt-reveal--delay-3,
  .theme-arifund-mockup .adfc-reveal--delay-3 { transition-delay: 0.42s; }
  .theme-arifund-mockup .arifund-reveal--delay-4,
  .theme-arifund-mockup .lavitt-reveal--delay-4,
  .theme-arifund-mockup .adfc-reveal--delay-4 { transition-delay: 0.56s; }
  .theme-arifund-mockup .arifund-reveal--delay-5,
  .theme-arifund-mockup .adfc-reveal--delay-5 { transition-delay: 0.7s; }

  /* Home hero — slow entrance on load */
  @keyframes arifund-hero-fade-up {
    from {
      opacity: 0;
      transform: translateY(32px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero .arifund-hero-in {
    opacity: 0;
    animation: arifund-hero-fade-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero .eyebrow.arifund-hero-in { animation-delay: 0.1s; }
  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero h1.arifund-hero-in { animation-delay: 0.28s; }
  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero .hero-sub.arifund-hero-in { animation-delay: 0.44s; }
  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero .hero-btns.arifund-hero-in { animation-delay: 0.58s; }
  .theme-arifund-mockup.arifund-motion-ready .home-mock .hero .hero-meta.arifund-hero-in { animation-delay: 0.72s; }

  /* Inner page hero strip */
  .theme-arifund-mockup.arifund-motion-ready .inner-mock .inner-hero-strip .container > * {
    opacity: 0;
    animation: arifund-hero-fade-up 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .theme-arifund-mockup.arifund-motion-ready .inner-mock .inner-hero-strip .eyebrow { animation-delay: 0.08s; }
  .theme-arifund-mockup.arifund-motion-ready .inner-mock .inner-hero-strip h1 { animation-delay: 0.22s; }
  .theme-arifund-mockup.arifund-motion-ready .inner-mock .inner-hero-strip .inner-hero-sub { animation-delay: 0.36s; }

  /* Venture landing heroes */
  @keyframes arifund-venture-hero-fade {
    from {
      opacity: 0;
      transform: translateY(26px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-status,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-breadcrumb,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-h1,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-abbr,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-sub,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-actions,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .facts-card,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-eyebrow,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .launch-badge,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-h1,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-abbr,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-loc,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-sub,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-actions,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .facts-card,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-badge,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-title,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-tagline,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-chain,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-actions,
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-card {
    opacity: 0;
    animation: arifund-venture-hero-fade 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-status { animation-delay: 0.1s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-breadcrumb { animation-delay: 0.2s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-h1 { animation-delay: 0.34s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-abbr { animation-delay: 0.46s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-sub { animation-delay: 0.58s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .hero-actions { animation-delay: 0.7s; }
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .lavitt-hero .facts-card { animation-delay: 0.5s; }

  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-eyebrow { animation-delay: 0.08s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .launch-badge { animation-delay: 0.18s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-h1 { animation-delay: 0.3s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-abbr { animation-delay: 0.4s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-loc { animation-delay: 0.48s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-sub { animation-delay: 0.58s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .hero-actions { animation-delay: 0.68s; }
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .adfc-hero .facts-card { animation-delay: 0.52s; }

  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-badge { animation-delay: 0.1s; }
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-title { animation-delay: 0.26s; }
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-tagline { animation-delay: 0.4s; }
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-chain { animation-delay: 0.52s; }
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-actions { animation-delay: 0.64s; }
  .theme-arifund-mockup.arifund-motion-ready .goldx-page .venture-hero .hero-card { animation-delay: 0.48s; }

  @keyframes arifund-ring-pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.04); }
  }

  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .venture-hero::before,
  .theme-arifund-mockup.arifund-motion-ready .lavitt-page .venture-hero::after,
  .theme-arifund-mockup.arifund-motion-ready .adfc-page .venture-hero::after {
    animation: arifund-ring-pulse 9s ease-in-out infinite;
  }

  /* Staggered children inside visible groups */
  .theme-arifund-mockup .arifund-stagger-child {
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .theme-arifund-mockup .arifund-stagger-child.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Card hover lift (subtle, slow) */
  .theme-arifund-mockup .venture-card,
  .theme-arifund-mockup .news-card,
  .theme-arifund-mockup .inner-aud-card,
  .theme-arifund-mockup .related-card {
    transition:
      box-shadow 0.45s ease,
      border-color 0.45s ease,
      transform 0.45s ease;
  }

  .theme-arifund-mockup .venture-card:hover,
  .theme-arifund-mockup .news-card:hover,
  .theme-arifund-mockup .inner-aud-card:hover,
  .theme-arifund-mockup .related-card:hover {
    transform: translateY(-4px);
  }

  .theme-arifund-mockup .stat-strip.is-visible .stat-num,
  .theme-arifund-mockup .stat-strip.is-visible .stat-number {
    animation: arifund-stat-fade 1s ease forwards;
  }

  @keyframes arifund-stat-fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-arifund-mockup .arifund-reveal,
  .theme-arifund-mockup .lavitt-reveal,
  .theme-arifund-mockup .adfc-reveal,
  .theme-arifund-mockup .arifund-stagger-child {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}
