/* Generated bundle: tools/build-runtime-bundles.php */
/*
 * En Baba Organizasyon — Ortak Hizmet Navigasyonu V3
 * İnce / zarif görünüm + akıcı mobil rail. 48px dokunma alanı korunur;
 * görünen aktif yüzey kısa, yatay swipe ise proximity snap ile doğal kalır.
 */

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) {
  --enb-local-nav-accent: #7c3aed;
  --enb-local-nav-accent-strong: #5b21b6;
  --enb-local-nav-soft: #f5f3ff;
  --enb-local-nav-ink: #475467;
  --enb-local-nav-height: 46px;
  position: sticky !important;
  top: var(--enb-service-nav-top, var(--enbHeaderH, 72px)) !important;
  z-index: 70 !important;
  width: 100%;
  border-top: 1px solid rgba(148, 163, 184, .07) !important;
  border-bottom: 1px solid rgba(15, 23, 42, .07) !important;
  background: rgba(255, 255, 255, .945) !important;
  box-shadow: 0 4px 14px rgba(8, 17, 31, .032) !important;
  -webkit-backdrop-filter: blur(15px) saturate(1.12) !important;
  backdrop-filter: blur(15px) saturate(1.12) !important;
  transition: top 420ms cubic-bezier(.22,1,.36,1), box-shadow .2s ease, background-color .2s ease !important;
}

.bando-nav {
  --enb-local-nav-accent: var(--bando-red, #d71932);
  --enb-local-nav-accent-strong: var(--bando-red-dark, #a80f24);
  --enb-local-nav-soft: #fff0f2;
}
.sx-jump {
  --enb-local-nav-accent: var(--sx-primary, #7c3aed);
  --enb-local-nav-accent-strong: var(--sx-primary, #6d28d9);
  --enb-local-nav-soft: color-mix(in srgb, var(--sx-soft, #f5f3ff) 82%, #fff);
}
.ikram-store__nav {
  --enb-local-nav-accent: var(--store-accent, #f97316);
  --enb-local-nav-accent-strong: var(--store-accent-strong, #c2410c);
  --enb-local-nav-soft: var(--store-accent-soft, #fff7ed);
}
.acilis-jump {
  --enb-local-nav-accent: var(--acilis-amber, #f6a900);
  --enb-local-nav-accent-strong: #713d00;
  --enb-local-nav-soft: #fff6df;
}
.sunnet-jump {
  --enb-local-nav-accent: var(--sunnet-gold, #efb727);
  --enb-local-nav-accent-strong: var(--sunnet-gold-dark, #9b6510);
  --enb-local-nav-soft: #fff6df;
}
.ss-store-nav {
  --enb-local-nav-accent: var(--ss-cyan, #2dd4bf);
  --enb-local-nav-accent-strong: var(--ss-cyan-deep, #0f766e);
  --enb-local-nav-soft: #ecfdf8;
}
.palyaco-intent-jump {
  --enb-local-nav-accent: var(--pi-purple, #7c3aed);
  --enb-local-nav-accent-strong: #6d28d9;
  --enb-local-nav-soft: #f5f3ff;
}

:where(
  .bando-nav__inner,
  .sx-jump__track,
  .ikram-store__nav-inner,
  .acilis-jump__track,
  .sunnet-jump__track,
  .ss-store-nav__inner,
  .palyaco-intent-jump .palyaco-intent-wrap
) {
  box-sizing: border-box !important;
  min-height: var(--enb-local-nav-height) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: safe center !important;
  gap: 5px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scrollbar-width: none !important;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  padding-block: 2px !important;
}

:where(
  .bando-nav__inner,
  .sx-jump__track,
  .ikram-store__nav-inner,
  .acilis-jump__track,
  .sunnet-jump__track,
  .ss-store-nav__inner,
  .palyaco-intent-jump .palyaco-intent-wrap
)::-webkit-scrollbar { display: none !important; }

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"] {
  position: relative;
  isolation: isolate;
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--enb-local-nav-ink) !important;
  font-size: 11.75px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: -.008em;
  text-decoration: none !important;
  white-space: nowrap !important;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  box-shadow: none !important;
  transform: none !important;
  transition: color .18s ease, transform .18s ease !important;
}

/* Görsel yüzey tıklama alanından bağımsızdır: hit-area büyük, kart görünümü incedir. */
:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"]::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 4px 0;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"] :where(.sx-jump__emoji, .sunnet-jump__icon, [aria-hidden="true"]) {
  font-size: 13px !important;
  line-height: 1 !important;
}

/* Service Experience ikon kutusunu da incelt; diğer ikon tiplerine ölçü dayatma. */
.sx-jump .sx-jump__emoji {
  box-sizing: border-box !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 7px !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--enb-local-nav-accent) 10%, transparent) !important;
}

@media (hover:hover) and (pointer:fine) {
  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"]:hover {
    color: var(--enb-local-nav-accent-strong) !important;
    transform: translateY(-1px) !important;
  }

  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"]:hover::before {
    background: color-mix(in srgb, var(--enb-local-nav-soft) 72%, transparent) !important;
    border-color: color-mix(in srgb, var(--enb-local-nav-accent) 13%, transparent) !important;
  }
}

/* Tek görsel aktif durum: ortak runtime aria-current üzerinden karar verir. */
:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"][aria-current="location"] {
  color: var(--enb-local-nav-accent-strong) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"][aria-current="location"]::before {
  background: color-mix(in srgb, var(--enb-local-nav-soft) 76%, #fff) !important;
  border-color: color-mix(in srgb, var(--enb-local-nav-accent) 16%, transparent) !important;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--enb-local-nav-accent) 6%, transparent) !important;
}

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"][aria-current="location"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--enb-local-nav-accent);
  transform: translateX(-50%);
  opacity: .64;
}

/* Eski sayfa observer'ları yanlış anda yalnız is-active değiştirirse ikinci aktif görünüm oluşmasın. */
:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"].is-active:not([aria-current="location"]) {
  color: var(--enb-local-nav-ink) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

:where(
  .bando-nav,
  .sx-jump,
  .ikram-store__nav,
  .acilis-jump,
  .sunnet-jump,
  .ss-store-nav,
  .palyaco-intent-jump
) a[href^="#"].is-active:not([aria-current="location"])::before {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* İkram/Ses navigasyonundaki gerçek ticari CTA görsel hiyerarşisini korur. */
.ikram-store__nav .ikram-store__nav-cta,
.ss-store-nav .ss-store-nav__cart {
  color: #fff !important;
  background: var(--enb-local-nav-accent-strong) !important;
  border-color: transparent !important;
  border-radius: 11px !important;
}
.ikram-store__nav .ikram-store__nav-cta::before,
.ss-store-nav .ss-store-nav__cart::before {
  display: none !important;
}
.ikram-store__nav .ikram-store__nav-cta[aria-current="location"],
.ss-store-nav .ss-store-nav__cart[aria-current="location"] {
  color: #fff !important;
  background: var(--enb-local-nav-accent-strong) !important;
}

@media (max-width: 767px) {
  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) {
    --enb-local-nav-height: 50px;
    -webkit-backdrop-filter: blur(13px) saturate(1.08) !important;
    backdrop-filter: blur(13px) saturate(1.08) !important;
    box-shadow: 0 3px 12px rgba(8, 17, 31, .028) !important;
  }

  :where(
    .bando-nav__inner,
    .sx-jump__track,
    .ikram-store__nav-inner,
    .acilis-jump__track,
    .sunnet-jump__track,
    .ss-store-nav__inner,
    .palyaco-intent-jump .palyaco-intent-wrap
  ) {
    justify-content: flex-start !important;
    gap: 2px !important;
    padding-block: 1px !important;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 10px;
  }

  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"] {
    /* 48px gerçek dokunma hedefi; padding artık bu yüksekliğe eklenmez. */
    box-sizing: border-box !important;
    min-height: 48px !important;
    padding: 0 9px !important;
    gap: 5px !important;
    font-size: 11.25px !important;
    font-weight: 740 !important;
    scroll-snap-stop: normal;
  }

  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"]::before {
    /* Görünen kart 34px; linkin dokunma alanı 48px kalır. */
    inset: 7px 0;
    border-radius: 10px;
  }

  .sx-jump .sx-jump__emoji {
    flex-basis: 22px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
  }

  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"][aria-current="location"]::after {
    bottom: 6px;
    width: 12px;
    height: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ),
  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"],
  :where(
    .bando-nav,
    .sx-jump,
    .ikram-store__nav,
    .acilis-jump,
    .sunnet-jump,
    .ss-store-nav,
    .palyaco-intent-jump
  ) a[href^="#"]::before {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* =========================================================
   En Baba Service Motion Engine v1
   Hizmet doğasına göre ortak, hafif SVG/CSS hareket sahnesi.
========================================================= */
.enb-motion-story{
  --enb-motion-a:#4f46e5;
  --enb-motion-b:#7c3aed;
  --enb-motion-c:#0f172a;
  --enb-motion-soft:#eef2ff;
  --enb-motion-route-x:0px;
  position:relative;
  z-index:3;
  width:100%;
  padding:24px 0 30px;
  overflow:hidden;
  /* Dış beyaz bant kaldırıldı; hizmet sayfasının kendi arka planı görünür kalır. */
  background:transparent;
  color:#0f172a;
  contain:layout paint;
}
.enb-motion-story[data-tone="transport"]{--enb-motion-a:#f59e0b;--enb-motion-b:#fbbf24;--enb-motion-c:#111827;--enb-motion-soft:#fff7ed}
.enb-motion-story[data-tone="romance"]{--enb-motion-a:#db2777;--enb-motion-b:#f43f5e;--enb-motion-c:#4c1630;--enb-motion-soft:#fff1f2}
.enb-motion-story[data-tone="party"]{--enb-motion-a:#7c3aed;--enb-motion-b:#ec4899;--enb-motion-c:#312e81;--enb-motion-soft:#faf5ff}
.enb-motion-story[data-tone="child"]{--enb-motion-a:#2563eb;--enb-motion-b:#f97316;--enb-motion-c:#1e3a8a;--enb-motion-soft:#eff6ff}
.enb-motion-story[data-tone="winter"]{--enb-motion-a:#0f766e;--enb-motion-b:#dc2626;--enb-motion-c:#14532d;--enb-motion-soft:#f0fdfa}
.enb-motion-story[data-tone="music"]{--enb-motion-a:#7c3aed;--enb-motion-b:#f59e0b;--enb-motion-c:#18181b;--enb-motion-soft:#faf5ff}
.enb-motion-story[data-tone="food"]{--enb-motion-a:#ea580c;--enb-motion-b:#f59e0b;--enb-motion-c:#431407;--enb-motion-soft:#fff7ed}
.enb-motion-story[data-tone="personnel"]{--enb-motion-a:#0f766e;--enb-motion-b:#0891b2;--enb-motion-c:#134e4a;--enb-motion-soft:#f0fdfa}
.enb-motion-story[data-tone="media"]{--enb-motion-a:#334155;--enb-motion-b:#f59e0b;--enb-motion-c:#0f172a;--enb-motion-soft:#f8fafc}
.enb-motion-story[data-tone="equipment"]{--enb-motion-a:#2563eb;--enb-motion-b:#06b6d4;--enb-motion-c:#172554;--enb-motion-soft:#eff6ff}
.enb-motion-story[data-tone="tourism"]{--enb-motion-a:#0284c7;--enb-motion-b:#10b981;--enb-motion-c:#0c4a6e;--enb-motion-soft:#ecfeff}
.enb-motion-story[data-tone="marine"]{--enb-motion-a:#0369a1;--enb-motion-b:#22d3ee;--enb-motion-c:#082f49;--enb-motion-soft:#ecfeff}
.enb-motion-story[data-tone="corporate"]{--enb-motion-a:#1d4ed8;--enb-motion-b:#0891b2;--enb-motion-c:#0f172a;--enb-motion-soft:#eff6ff}
.enb-motion-story[data-tone="outdoor"]{--enb-motion-a:#15803d;--enb-motion-b:#eab308;--enb-motion-c:#14532d;--enb-motion-soft:#f7fee7}
.enb-motion-story__shell{
  /* Header logosunun başladığı global shell çizgisiyle birebir hizalanır. */
  width:var(--enb-global-shell-width, min(calc(100% - var(--enb-layout-edge-gap, 48px)), var(--enb-layout-shell, var(--enb-header-shell, 1552px))));
  max-width:var(--enb-global-shell-max, var(--enb-layout-shell, var(--enb-header-shell, 1552px)));
  margin:0 auto;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(500px,1.42fr);
  gap:clamp(22px,4vw,58px);
  align-items:center;
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(148,163,184,.24);
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--enb-motion-a) 12%,transparent),transparent 34%),
    linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--enb-motion-soft) 75%,#fff) 100%);
  box-shadow:0 22px 56px rgba(15,23,42,.08);
}
.enb-motion-story__copy{min-width:0}
.enb-motion-story__eyebrow{margin:0 0 8px;color:var(--enb-motion-a);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.enb-motion-story__title{margin:0;font-size:clamp(24px,2.5vw,38px);line-height:1.08;letter-spacing:-.035em;font-weight:950;text-wrap:balance;color:#0f172a}
.enb-motion-story__lead{max-width:620px;margin:12px 0 0;color:#64748b;font-size:14px;line-height:1.72}
.enb-motion-story__experience{min-width:0;display:grid;gap:14px}
.enb-motion-story__visual{
  position:relative;
  min-height:170px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--enb-motion-a) 16%,#dbe4ef);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 55%,color-mix(in srgb,var(--enb-motion-a) 13%,transparent),transparent 34%),
    linear-gradient(160deg,color-mix(in srgb,var(--enb-motion-c) 96%,#fff),color-mix(in srgb,var(--enb-motion-c) 82%,var(--enb-motion-a)));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 34px rgba(15,23,42,.13);
  isolation:isolate;
}
.enb-motion-story__visual::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:28px 28px;mask-image:linear-gradient(to bottom,transparent,#000 32%,#000 78%,transparent)
}
.enb-motion-story__visual *{box-sizing:border-box;animation-play-state:paused!important}
.enb-motion-story.is-live .enb-motion-story__visual *{animation-play-state:running!important}
.enb-motion-story.is-paused .enb-motion-story__visual *{animation-play-state:paused!important}
.enb-motion-story__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.enb-motion-story__steps li{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0;padding:9px 10px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 8px 20px rgba(15,23,42,.045)}
.enb-motion-story__steps li::after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:2px;border-radius:999px;background:var(--enb-motion-a);transform:scaleX(0);transform-origin:left;opacity:.8}
.enb-motion-story.is-live .enb-motion-story__steps li::after{animation:enbMotionStep 8s linear infinite;animation-delay:calc(var(--step-i) * 2s)}
.enb-motion-story__step-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:color-mix(in srgb,var(--enb-motion-a) 10%,#fff);font-size:17px}
.enb-motion-story__steps strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-size:11px;font-weight:850}
.enb-motion-story__steps small{color:#94a3b8;font-size:9px;font-weight:900;letter-spacing:.08em}

/* Route / valet */
.enb-motion-route{position:absolute;left:8%;right:8%;top:57%;height:56px;transform:translateY(-50%)}
.enb-motion-road{position:absolute;left:14px;right:14px;top:26px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--enb-motion-a),var(--enb-motion-b));box-shadow:0 0 24px color-mix(in srgb,var(--enb-motion-a) 38%,transparent)}
.enb-motion-route>i{position:absolute;top:20px;width:15px;height:15px;border:3px solid var(--enb-motion-c);border-radius:50%;background:var(--enb-motion-b);box-shadow:0 0 0 4px color-mix(in srgb,var(--enb-motion-a) 22%,transparent)}
.enb-motion-route>i:nth-of-type(1){left:0}.enb-motion-route>i:nth-of-type(2){left:33.33%;transform:translateX(-50%)}.enb-motion-route>i:nth-of-type(3){left:66.66%;transform:translateX(-50%)}.enb-motion-route>i:nth-of-type(4){right:0}
.enb-motion-vehicle{position:absolute;left:0;top:-2px;width:86px;height:40px;color:var(--enb-motion-a);filter:drop-shadow(0 8px 9px rgba(0,0,0,.35));will-change:transform;animation:enbMotionRoute 8s cubic-bezier(.45,0,.22,1) infinite}
.enb-motion-vehicle svg{display:block;width:86px;height:40px;fill:currentColor}.enb-motion-vehicle circle{fill:#0f172a;stroke:var(--enb-motion-b);stroke-width:2}.enb-motion-glass{fill:#fff;opacity:.82}
.enb-motion-key{position:absolute;left:24%;top:22%;color:var(--enb-motion-b);font-size:26px;animation:enbMotionKey 4s ease-in-out infinite}
.enb-motion-parking{position:absolute;right:16%;top:18%;display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--enb-motion-b);border-radius:11px;color:#fff;font:900 23px/1 system-ui;animation:enbMotionGlow 3s ease-in-out infinite}
.enb-motion-heart{color:#fb7185;font-weight:900}.enb-motion-float{position:absolute;animation:enbMotionFloat 4.8s ease-in-out infinite}.enb-motion-float.h1{left:21%;top:28%}.enb-motion-float.h2{right:23%;top:19%;animation-delay:-1.6s}.enb-motion-float.h3{left:50%;top:11%;animation-delay:-2.8s}

/* Party / romance */
.enb-motion-cake{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);font-size:64px;filter:drop-shadow(0 12px 18px rgba(0,0,0,.28));animation:enbMotionBob 3.4s ease-in-out infinite}.enb-motion-cake.big{font-size:80px}.enb-motion-cake>span{position:absolute;left:50%;top:-8px;width:13px;height:25px;border-radius:50%;background:#fde68a;filter:blur(2px);transform:translateX(-50%);animation:enbMotionFlame 1.3s ease-in-out infinite}.enb-motion-cake>i{position:absolute;left:50%;top:-13px;width:5px;height:15px;border-radius:999px;background:#fb923c;transform:translateX(-50%)}.enb-motion-cake>b{font-weight:400}.enb-motion-candle-glow{position:absolute;left:50%;top:21%;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,rgba(253,224,71,.48),transparent 68%);transform:translateX(-50%);animation:enbMotionGlow 1.8s ease-in-out infinite}
.enb-motion-balloon{position:absolute;color:var(--enb-motion-a);font-size:42px;line-height:1;filter:drop-shadow(0 7px 10px rgba(0,0,0,.2));animation:enbMotionBalloon 5.4s ease-in-out infinite}.enb-motion-balloon::after{content:"";position:absolute;left:50%;top:33px;width:1px;height:58px;background:rgba(255,255,255,.48)}.enb-motion-balloon.b1{left:13%;top:49%;animation-delay:-1s}.enb-motion-balloon.b2{left:27%;top:26%;color:var(--enb-motion-b);animation-delay:-2.1s}.enb-motion-balloon.b3{right:19%;top:34%;color:#38bdf8;animation-delay:-3.2s}.enb-motion-balloon.b4{right:7%;top:52%;color:#facc15;animation-delay:-4s}
.enb-motion-confetti{position:absolute;inset:0;background-image:radial-gradient(circle,var(--enb-motion-a) 0 2px,transparent 2.6px),radial-gradient(circle,var(--enb-motion-b) 0 2px,transparent 2.6px),radial-gradient(circle,#38bdf8 0 2px,transparent 2.6px);background-size:74px 68px,91px 83px,62px 79px;background-position:0 -80px,25px -70px,50px -90px;opacity:.65;animation:enbMotionConfetti 6s linear infinite}.enb-motion-confetti.soft{opacity:.28}
.enb-motion-soft-orb{position:absolute;width:84px;height:84px;border-radius:50%;filter:blur(1px);animation:enbMotionSoftOrb 5s ease-in-out infinite}.enb-motion-soft-orb.o1{left:24%;top:29%;background:rgba(244,114,182,.52)}.enb-motion-soft-orb.o2{right:24%;bottom:21%;background:rgba(96,165,250,.48);animation-delay:-2.2s}.enb-motion-soft-center{position:absolute;left:50%;top:50%;font-size:58px;transform:translate(-50%,-50%);animation:enbMotionBob 3.3s ease-in-out infinite}
.enb-motion-arch{position:absolute;left:22%;right:22%;bottom:16%;height:84px;border:7px solid color-mix(in srgb,var(--enb-motion-a) 68%,#fff);border-bottom:0;border-radius:80px 80px 0 0;animation:enbMotionArch 4s ease-in-out infinite}
.enb-motion-ring{position:absolute;top:48%;width:64px;height:64px;border:8px solid #fbbf24;border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.24),0 10px 25px rgba(0,0,0,.2)}.enb-motion-ring.r1{left:34%;animation:enbMotionRingLeft 4.2s ease-in-out infinite}.enb-motion-ring.r2{right:34%;animation:enbMotionRingRight 4.2s ease-in-out infinite}.enb-motion-diamond{position:absolute;left:50%;top:24%;color:#fff;font-size:30px;transform:translateX(-50%);filter:drop-shadow(0 0 13px rgba(255,255,255,.75));animation:enbMotionDiamond 2.2s ease-in-out infinite}
.enb-motion-reveal{position:absolute;top:32%;width:92px;height:92px;border-radius:50%;filter:blur(.2px);animation-duration:4.4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.enb-motion-reveal.rv1{left:24%;background:#f472b6;animation-name:enbMotionRevealLeft}.enb-motion-reveal.rv2{right:24%;background:#60a5fa;animation-name:enbMotionRevealRight}.enb-motion-reveal-core{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff;color:#334155;font-weight:950;font-size:26px;transform:translate(-50%,-50%);z-index:2;animation:enbMotionRevealCore 4.4s ease-in-out infinite}.enb-motion-burst{position:absolute;left:50%;top:50%;width:22px;height:22px;border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionBurst 4.4s ease-out infinite}

/* Child scenes */
.enb-motion-playground{position:absolute;inset:24px 15% 20px}.enb-motion-playground>i{position:absolute;left:8%;right:8%;bottom:15px;height:4px;border-radius:999px;background:rgba(255,255,255,.28)}.enb-motion-playground>span{position:absolute;font-size:34px;line-height:1;animation:enbMotionBounce 2.8s cubic-bezier(.45,0,.35,1) infinite}.enb-motion-playground .p1{left:12%;bottom:17px;color:#f97316}.enb-motion-playground .p2{left:47%;bottom:17px;color:#22c55e;animation-delay:-.9s}.enb-motion-playground .p3{right:12%;bottom:17px;color:#60a5fa;animation-delay:-1.8s}
.enb-motion-bounce-castle{position:absolute;left:50%;bottom:20px;font-size:86px;transform:translateX(-50%);animation:enbMotionSquash 2.8s ease-in-out infinite}.enb-motion-bounce-ball{position:absolute;font-size:30px;animation:enbMotionHighBounce 3.4s ease-in-out infinite}.enb-motion-bounce-ball.bb1{left:20%;bottom:22px;color:#fb7185}.enb-motion-bounce-ball.bb2{right:18%;bottom:22px;color:#facc15;animation-delay:-1.7s}
.enb-motion-circus{position:absolute;left:50%;bottom:21px;font-size:62px;transform:translateX(-50%);animation:enbMotionBobX 3s ease-in-out infinite}.enb-motion-jball{position:absolute;font-size:25px;line-height:1}.enb-motion-jball.j1{color:#fb7185;animation:enbMotionJuggle1 2.7s ease-in-out infinite}.enb-motion-jball.j2{color:#facc15;animation:enbMotionJuggle2 2.7s ease-in-out infinite}.enb-motion-jball.j3{color:#38bdf8;animation:enbMotionJuggle3 2.7s ease-in-out infinite}
.enb-motion-mascot{position:absolute;left:50%;top:48%;width:66px;height:82px;border-radius:34px 34px 24px 24px;background:linear-gradient(var(--enb-motion-a),var(--enb-motion-b));transform:translate(-50%,-50%);animation:enbMotionMascot 3s ease-in-out infinite}.enb-motion-mascot>span{position:absolute;left:50%;top:19px;color:#fff;font-size:25px;transform:translateX(-50%)}.enb-motion-mascot>i,.enb-motion-mascot>b{position:absolute;top:29px;width:13px;height:38px;border-radius:999px;background:inherit}.enb-motion-mascot>i{left:-8px;transform:rotate(22deg)}.enb-motion-mascot>b{right:-8px;transform:rotate(-22deg)}.enb-motion-float.m1{left:22%;top:20%;font-size:35px}.enb-motion-float.m2{right:20%;top:31%;font-size:26px;animation-delay:-2s}
.enb-motion-palette{position:absolute;left:32%;top:41%;font-size:58px;animation:enbMotionLift 3.3s ease-in-out infinite}.enb-motion-brush{position:absolute;left:53%;top:39%;font-size:50px;transform-origin:20% 80%;animation:enbMotionBrush 3.8s ease-in-out infinite}.enb-motion-paint-stroke{position:absolute;left:23%;right:21%;bottom:31px;height:15px;border-radius:999px;background:linear-gradient(90deg,#f43f5e,#facc15,#22c55e,#38bdf8,#8b5cf6);transform-origin:left;animation:enbMotionPaintStroke 3.8s ease-in-out infinite}.enb-motion-paint-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;animation:enbMotionFloat 3s ease-in-out infinite}.enb-motion-paint-dot.d1{right:25%;top:25%}.enb-motion-paint-dot.d2{right:16%;top:42%;animation-delay:-1.2s}
.enb-motion-hat{position:absolute;left:42%;bottom:22px;font-size:70px;transform:translateX(-50%)}.enb-motion-wand{position:absolute;left:55%;top:29%;font-size:55px;transform-origin:20% 80%;animation:enbMotionWand 3.2s ease-in-out infinite}.enb-motion-star{position:absolute;color:#fde68a;font-size:28px;filter:drop-shadow(0 0 8px rgba(253,230,138,.8));animation:enbMotionStar 2.8s ease-in-out infinite}.enb-motion-star.s1{left:38%;top:20%}.enb-motion-star.s2{left:54%;top:16%;animation-delay:-.9s}.enb-motion-star.s3{right:29%;top:35%;animation-delay:-1.8s}
.enb-motion-bubble{position:absolute;border:2px solid rgba(255,255,255,.7);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.6),rgba(255,255,255,.05) 55%);box-shadow:inset 0 0 12px rgba(255,255,255,.16);animation:enbMotionBubble 5.8s ease-in infinite}.enb-motion-bubble.q1{left:14%;bottom:-30px;width:34px;height:34px}.enb-motion-bubble.q2{left:32%;bottom:-45px;width:56px;height:56px;animation-delay:-1.4s}.enb-motion-bubble.q3{left:53%;bottom:-28px;width:25px;height:25px;animation-delay:-2.7s}.enb-motion-bubble.q4{right:20%;bottom:-52px;width:64px;height:64px;animation-delay:-3.9s}.enb-motion-bubble.q5{right:8%;bottom:-25px;width:32px;height:32px;animation-delay:-4.8s}
.enb-motion-juggler{position:absolute;left:50%;bottom:12px;color:#fff;font-size:70px;transform:translateX(-50%)}
.enb-motion-winter-center{position:absolute;left:50%;top:50%;color:#fff;font-size:68px;transform:translate(-50%,-50%);animation:enbMotionGlow 2.6s ease-in-out infinite}.enb-motion-snow{position:absolute;top:-30px;color:#fff;opacity:.84;animation:enbMotionSnow 5.5s linear infinite}.enb-motion-snow.n1{left:12%;font-size:17px}.enb-motion-snow.n2{left:31%;font-size:26px;animation-delay:-1.2s}.enb-motion-snow.n3{left:50%;font-size:14px;animation-delay:-2.4s}.enb-motion-snow.n4{right:28%;font-size:24px;animation-delay:-3.5s}.enb-motion-snow.n5{right:10%;font-size:18px;animation-delay:-4.6s}
.enb-motion-stilt{position:absolute;left:50%;top:38%;width:38px;height:56px;border-radius:18px;background:var(--enb-motion-a);transform:translateX(-50%);animation:enbMotionStilt 3.4s ease-in-out infinite}.enb-motion-stilt>span{position:absolute;left:50%;top:-24px;font-size:31px;color:#fbbf24;transform:translateX(-50%)}.enb-motion-stilt>i,.enb-motion-stilt>b{position:absolute;top:48px;width:3px;height:66px;background:#e2e8f0}.enb-motion-stilt>i{left:10px}.enb-motion-stilt>b{right:10px}.enb-motion-wave-line{position:absolute;left:18%;right:18%;bottom:16px;height:2px;background:rgba(255,255,255,.22)}
.enb-motion-flask{position:absolute;font-size:58px;animation:enbMotionFlask 3.6s ease-in-out infinite}.enb-motion-flask.f1{left:32%;bottom:22px}.enb-motion-flask.f2{right:32%;bottom:19px;animation-delay:-1.8s}.enb-motion-curtain{position:absolute;top:0;bottom:0;width:44%;background:linear-gradient(90deg,#7f1d1d,#dc2626,#7f1d1d);z-index:2;animation-duration:4.8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.enb-motion-curtain.c1{left:0;animation-name:enbMotionCurtainLeft}.enb-motion-curtain.c2{right:0;animation-name:enbMotionCurtainRight}.enb-motion-puppet{position:absolute;left:50%;bottom:18px;font-size:68px;transform:translateX(-50%);animation:enbMotionPuppet 4.8s ease-in-out infinite}

/* Music */
.enb-motion-deck{position:absolute;left:22%;right:22%;bottom:21px;height:66px;border:2px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(0,0,0,.22)}.enb-motion-deck>span{position:absolute;top:12px;width:42px;height:42px;border:5px solid var(--enb-motion-a);border-radius:50%;box-shadow:inset 0 0 0 5px rgba(255,255,255,.12);animation:enbMotionSpin 2.2s linear infinite}.enb-motion-deck>span:first-child{left:14%}.enb-motion-deck>span:last-child{right:14%;animation-direction:reverse}.enb-motion-eq{position:absolute;left:29%;right:29%;top:19px;height:43px;display:flex;gap:5px;align-items:end;justify-content:center}.enb-motion-eq i,.enb-motion-waveform i{display:block;width:5px;border-radius:999px;background:linear-gradient(var(--enb-motion-b),var(--enb-motion-a));animation:enbMotionEq 1.2s ease-in-out infinite}.enb-motion-eq i:nth-child(2n){animation-delay:-.3s}.enb-motion-eq i:nth-child(3n){animation-delay:-.7s}.enb-motion-eq i:nth-child(4n){animation-delay:-1s}
.enb-motion-waveform{position:absolute;left:20%;right:20%;top:50%;display:flex;gap:7px;align-items:center;justify-content:center;height:72px;transform:translateY(-50%)}.enb-motion-waveform i{width:7px;background:linear-gradient(var(--enb-motion-a),var(--enb-motion-b))}.enb-motion-waveform i:nth-child(2n){animation-delay:-.25s}.enb-motion-waveform i:nth-child(3n){animation-delay:-.55s}.enb-motion-waveform i:nth-child(4n){animation-delay:-.85s}.enb-motion-note{position:absolute;color:#fff;font-size:27px;animation:enbMotionNote 4.5s ease-in-out infinite}.enb-motion-note.nt1{left:16%;bottom:22px}.enb-motion-note.nt2{right:17%;bottom:32px;animation-delay:-1.5s}.enb-motion-note.nt3{left:54%;bottom:12px;animation-delay:-2.9s}
.enb-motion-drum{position:absolute;left:50%;top:50%;font-size:74px;transform:translate(-50%,-50%);animation:enbMotionDrum 1.6s ease-in-out infinite}.enb-motion-pulse{position:absolute;left:50%;top:50%;width:60px;height:60px;border:3px solid var(--enb-motion-b);border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionPulse 2.2s ease-out infinite}.enb-motion-pulse.pz2{animation-delay:-1.1s}.enb-motion-stick{position:absolute;top:20%;width:5px;height:64px;border-radius:999px;background:#fde68a;transform-origin:50% 100%;animation:enbMotionDrumStick .8s ease-in-out infinite}.enb-motion-stick.st1{left:39%;transform:rotate(28deg)}.enb-motion-stick.st2{right:39%;transform:rotate(-28deg);animation-delay:-.4s}
.enb-motion-dancer{position:absolute;left:50%;top:50%;color:#fff;font-size:70px;transform:translate(-50%,-50%);animation:enbMotionDance 2.8s ease-in-out infinite}.enb-motion-ribbon{position:absolute;top:50%;width:44%;height:26px;border-top:4px solid var(--enb-motion-b);border-radius:50%;animation:enbMotionRibbon 2.6s ease-in-out infinite}.enb-motion-ribbon.rb1{left:5%;transform:rotate(8deg)}.enb-motion-ribbon.rb2{right:5%;transform:rotate(-8deg);animation-delay:-1.3s}
.enb-motion-mic{position:absolute;left:50%;top:50%;font-size:66px;transform:translate(-50%,-50%);z-index:2;animation:enbMotionBob 2.8s ease-in-out infinite}.enb-motion-sound-ring{position:absolute;left:50%;top:50%;width:50px;height:50px;border:2px solid var(--enb-motion-b);border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionPulse 2.5s ease-out infinite}.enb-motion-sound-ring.sr2{animation-delay:-.8s}.enb-motion-sound-ring.sr3{animation-delay:-1.6s}.enb-motion-statue{position:absolute;left:50%;bottom:18px;color:#d1d5db;font-size:96px;transform:translateX(-50%);animation:enbMotionStatue 5s ease-in-out infinite}.enb-motion-spark-floor{position:absolute;left:35%;right:35%;bottom:16px;height:3px;border-radius:50%;background:var(--enb-motion-b);filter:blur(2px);animation:enbMotionGlow 2.5s ease-in-out infinite}

/* Food */
.enb-motion-pop-pot{position:absolute;left:50%;bottom:16px;font-size:82px;transform:translateX(-50%);animation:enbMotionPopPot 1.3s ease-in-out infinite}.enb-motion-kernel{position:absolute;left:50%;bottom:65px;color:#fde68a;font-size:20px;animation:enbMotionKernel 2.2s ease-out infinite}.enb-motion-kernel.k1{margin-left:-45px}.enb-motion-kernel.k2{margin-left:-10px;animation-delay:-.55s}.enb-motion-kernel.k3{margin-left:22px;animation-delay:-1.1s}.enb-motion-kernel.k4{margin-left:48px;animation-delay:-1.65s}
.enb-motion-cone{position:absolute;left:50%;bottom:18px;color:#d97706;font-size:82px;transform:translateX(-50%) scaleX(.72)}.enb-motion-scoop{position:absolute;left:50%;width:54px;height:54px;border-radius:50%;transform:translateX(-50%);animation:enbMotionScoop 4.4s ease-in-out infinite}.enb-motion-scoop.sc1{bottom:69px;background:#f9a8d4}.enb-motion-scoop.sc2{bottom:94px;background:#fde68a;animation-delay:-1.45s}.enb-motion-scoop.sc3{bottom:119px;background:#bbf7d0;animation-delay:-2.9s}
.enb-motion-doner{position:absolute;left:50%;top:17px;width:62px;height:120px;border-radius:45% 45% 38% 38%;background:repeating-linear-gradient(8deg,#7c2d12 0 9px,#c2410c 10px 18px,#9a3412 19px 25px);transform:translateX(-50%);animation:enbMotionDoner 3s linear infinite}.enb-motion-doner>span{position:absolute;left:50%;top:-12px;bottom:-13px;width:4px;background:#e2e8f0;transform:translateX(-50%)}.enb-motion-heat,.enb-motion-steam,.enb-motion-smoke{position:absolute;width:18px;height:58px;border-left:3px solid rgba(255,255,255,.54);border-radius:50%;animation:enbMotionSteam 2.7s ease-in-out infinite}.enb-motion-heat.ht1{left:35%;top:45px}.enb-motion-heat.ht2{right:35%;top:30px;animation-delay:-1.35s}
.enb-motion-bowl{position:absolute;left:50%;bottom:21px;font-size:70px;transform:translateX(-50%)}.enb-motion-steam.sm1{left:42%;top:27px}.enb-motion-steam.sm2{left:50%;top:20px;animation-delay:-.8s}.enb-motion-steam.sm3{right:41%;top:31px;animation-delay:-1.6s}.enb-motion-cup{position:absolute;left:50%;bottom:18px;font-size:76px;transform:translateX(-50%)}
.enb-motion-glass-cup{position:absolute;left:50%;bottom:17px;width:78px;height:105px;border:5px solid rgba(255,255,255,.82);border-top:0;border-radius:6px 6px 20px 20px;background:linear-gradient(to top,rgba(250,204,21,.72) 0 72%,transparent 72%);transform:translateX(-50%);overflow:hidden}.enb-motion-glass-cup>span{position:absolute;right:-3px;top:-12px;font-size:34px;animation:enbMotionSpin 5s linear infinite}.enb-motion-drink-bubble{position:absolute;left:50%;bottom:27px;width:8px;height:8px;border-radius:50%;background:#fff;animation:enbMotionDrinkBubble 2.6s ease-in infinite}.enb-motion-drink-bubble.db1{margin-left:-19px}.enb-motion-drink-bubble.db2{margin-left:5px;animation-delay:-.9s}.enb-motion-drink-bubble.db3{margin-left:21px;animation-delay:-1.8s}
.enb-motion-fountain{position:absolute;left:50%;bottom:18px;width:150px;height:122px;transform:translateX(-50%)}.enb-motion-fountain>span,.enb-motion-fountain>i,.enb-motion-fountain>b{position:absolute;left:50%;border-radius:50%;border:8px solid #7c2d12;border-top-color:#c2410c;transform:translateX(-50%);animation:enbMotionFountain 2.3s ease-in-out infinite}.enb-motion-fountain>span{bottom:0;width:140px;height:35px}.enb-motion-fountain>i{bottom:34px;width:100px;height:30px;animation-delay:-.7s}.enb-motion-fountain>b{bottom:63px;width:62px;height:26px;animation-delay:-1.4s}.enb-motion-drop{position:absolute;left:50%;top:29px;width:9px;height:22px;border-radius:50% 50% 60% 60%;background:var(--enb-motion-b);animation:enbMotionDrop 1.8s ease-in infinite}.enb-motion-drop.dp1{margin-left:-24px}.enb-motion-drop.dp2{margin-left:25px;animation-delay:-.9s}
.enb-motion-waffle{position:absolute;left:50%;bottom:17px;font-size:86px;transform:translateX(-50%);animation:enbMotionBobX 3.4s ease-in-out infinite}.enb-motion-sauce{position:absolute;left:33%;top:39px;width:36%;height:6px;border-radius:999px;background:#78350f;transform-origin:left;animation:enbMotionSauce 3.3s ease-in-out infinite}.enb-motion-topping{position:absolute;top:32px;font-size:20px;color:#fb7185;animation:enbMotionTopping 3.3s ease-in-out infinite}.enb-motion-topping.tp1{left:39%}.enb-motion-topping.tp2{left:50%;animation-delay:-1.1s}.enb-motion-topping.tp3{right:38%;animation-delay:-2.2s}
.enb-motion-cotton{position:absolute;left:50%;bottom:10px;width:112px;height:126px;transform:translateX(-50%)}.enb-motion-cotton>span{position:absolute;left:50%;top:5px;width:90px;height:78px;border-radius:55% 45% 54% 46%;background:radial-gradient(circle at 35% 28%,#fff,#f9a8d4 56%,#c084fc);filter:drop-shadow(0 10px 14px rgba(0,0,0,.25));transform:translateX(-50%);animation:enbMotionCotton 2.8s ease-in-out infinite}.enb-motion-cotton>i{position:absolute;left:50%;top:70px;width:5px;height:74px;background:#f5deb3;transform:translateX(-50%)}.enb-motion-sugar{position:absolute;color:#fff;font-size:27px;animation:enbMotionSugar 3s linear infinite}.enb-motion-sugar.sg1{left:28%;top:33%}.enb-motion-sugar.sg2{right:28%;top:21%;animation-delay:-1s}.enb-motion-sugar.sg3{right:19%;bottom:27%;animation-delay:-2s}
.enb-motion-stick-food{position:absolute;left:50%;top:24px;width:7px;height:124px;border-radius:999px;background:#f5deb3;transform:translateX(-50%)}.enb-motion-spiral{position:absolute;left:50%;top:36px;width:74px;height:94px;border:10px solid #f59e0b;border-left-color:#ef4444;border-right-color:#22c55e;border-radius:50%;transform:translateX(-50%) rotate(18deg);animation:enbMotionSpiral 2.8s linear infinite}.enb-motion-spiral.sp2{width:52px;height:70px;border-width:8px;border-top-color:#8b5cf6;animation-direction:reverse}
.enb-motion-grill{position:absolute;left:50%;bottom:26px;color:#94a3b8;font-size:92px;transform:translateX(-50%) scaleX(1.4)}.enb-motion-flame{position:absolute;bottom:65px;color:#fb923c;font-size:44px;animation:enbMotionFlame 1.1s ease-in-out infinite}.enb-motion-flame.fl1{left:42%}.enb-motion-flame.fl2{right:42%;animation-delay:-.55s}.enb-motion-smoke.sk1{left:45%;top:15px}.enb-motion-smoke.sk2{right:44%;top:8px;animation-delay:-1.2s}
.enb-motion-food-stalls{position:absolute;left:14%;right:14%;top:43%;display:flex;justify-content:space-between;transform:translateY(-50%)}.enb-motion-food-stalls>span{display:grid;place-items:center;width:70px;height:70px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.1);font-size:42px;animation:enbMotionLift 3s ease-in-out infinite}.enb-motion-food-stalls>span:nth-child(2){animation-delay:-1s}.enb-motion-food-stalls>span:nth-child(3){animation-delay:-2s}.enb-motion-serve-arrow{position:absolute;left:22%;right:22%;bottom:24px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--enb-motion-a),var(--enb-motion-b));animation:enbMotionServe 3s ease-in-out infinite}

/* Personnel */
.enb-motion-shaker{position:absolute;left:36%;top:37%;color:#cbd5e1;font-size:72px;transform:rotate(66deg);animation:enbMotionShaker .8s ease-in-out infinite}.enb-motion-cocktail-glass{position:absolute;right:31%;bottom:23px;color:#fff;font-size:82px}.enb-motion-people-flow{position:absolute;left:16%;right:16%;top:37%;display:flex;align-items:center;justify-content:space-between;color:#fff}.enb-motion-people-flow>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--enb-motion-a);font-size:25px;animation:enbMotionPeople 3.8s ease-in-out infinite}.enb-motion-people-flow>span:nth-of-type(2){animation-delay:-1.2s}.enb-motion-people-flow>span:nth-of-type(3){animation-delay:-2.4s}.enb-motion-people-flow>i{color:var(--enb-motion-b);font-style:normal;font-size:26px;animation:enbMotionArrow 1.7s ease-in-out infinite}.enb-motion-desk{position:absolute;left:36%;right:36%;bottom:18px;height:15px;border-radius:999px;background:rgba(255,255,255,.35);font-size:0}
.enb-motion-tray{position:absolute;left:8%;top:43%;width:110px;height:22px;border-radius:3px 3px 50% 50%;background:#cbd5e1;animation:enbMotionTray 5s ease-in-out infinite}.enb-motion-tray>span{position:absolute;top:-25px;width:25px;height:25px;border-radius:50%;background:var(--enb-motion-b)}.enb-motion-tray>span:first-child{left:24px}.enb-motion-tray>span:nth-child(2){right:22px}.enb-motion-tray>i{position:absolute;left:50%;top:18px;width:4px;height:42px;background:#cbd5e1;transform:translateX(-50%)}.enb-motion-tray-path{position:absolute;left:8%;right:8%;bottom:25px;height:2px;border-top:2px dashed rgba(255,255,255,.3)}
.enb-motion-speech{position:absolute;top:40%;display:grid;place-items:center;width:86px;height:62px;border-radius:18px;background:#fff;color:var(--enb-motion-c);font-weight:950;font-size:20px;box-shadow:0 12px 24px rgba(0,0,0,.24);animation:enbMotionSpeech 3.8s ease-in-out infinite}.enb-motion-speech::after{content:"";position:absolute;bottom:-10px;width:0;height:0;border:11px solid transparent;border-top-color:#fff}.enb-motion-speech.spk1{left:23%}.enb-motion-speech.spk2{right:23%;animation-delay:-1.9s}.enb-motion-speech-arrow{position:absolute;left:50%;top:47%;color:var(--enb-motion-b);font-size:42px;transform:translate(-50%,-50%);animation:enbMotionArrow 1.5s ease-in-out infinite}
.enb-motion-ceremony{position:absolute;left:50%;top:26%;color:#fff;font-size:58px;transform:translateX(-50%);animation:enbMotionBobX 3s ease-in-out infinite}.enb-motion-grid-people{position:absolute;left:24%;right:24%;top:24%;bottom:24%;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.enb-motion-grid-people>i{display:block;border-radius:50%;background:color-mix(in srgb,var(--enb-motion-a) 82%,#fff);animation:enbMotionPeopleGrid 3s ease-in-out infinite}.enb-motion-grid-people>i:nth-child(3n){animation-delay:-1s}.enb-motion-grid-people>i:nth-child(4n){animation-delay:-2s}.enb-motion-scan-line{position:absolute;left:20%;right:20%;top:22%;height:3px;background:var(--enb-motion-b);box-shadow:0 0 18px var(--enb-motion-b);animation:enbMotionScan 3.3s ease-in-out infinite}

/* Media / equipment */
.enb-motion-camera{position:absolute;left:50%;top:50%;color:#e2e8f0;font-size:98px;line-height:1;transform:translate(-50%,-50%)}.enb-motion-camera>span{position:absolute;left:50%;top:50%;width:45px;height:45px;border:5px solid var(--enb-motion-a);border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionAperture 2.6s ease-in-out infinite}.enb-motion-aperture{position:absolute;left:50%;top:50%;color:#fff;font-size:25px;transform:translate(-50%,-50%);animation:enbMotionSpin 3s linear infinite}.enb-motion-flash{position:absolute;inset:0;background:#fff;opacity:0;animation:enbMotionFlash 4s ease-out infinite;pointer-events:none}
.enb-motion-person-dot{position:absolute;left:50%;top:50%;color:#fff;font-size:50px;transform:translate(-50%,-50%)}.enb-motion-orbit{position:absolute;left:50%;top:50%;width:154px;height:154px;border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionSpin 4.5s linear infinite}.enb-motion-orbit>span{position:absolute;left:50%;top:-16px;color:var(--enb-motion-b);font-size:36px}.enb-motion-orbit-ring{position:absolute;left:50%;top:50%;width:154px;height:62px;border:2px solid rgba(255,255,255,.35);border-radius:50%;transform:translate(-50%,-50%);animation:enbMotionOrbitTilt 3.4s ease-in-out infinite}
.enb-motion-booth-frame{position:absolute;left:50%;top:46%;display:grid;place-items:center;width:115px;height:90px;border:7px solid #fff;border-radius:13px;transform:translate(-50%,-50%);box-shadow:0 15px 30px rgba(0,0,0,.28)}.enb-motion-booth-frame>span{color:var(--enb-motion-b);font-size:35px;font-weight:950;animation:enbMotionCountdown 3s steps(1,end) infinite}.enb-motion-photo-card{position:absolute;left:50%;bottom:8px;color:#fff;font-size:48px;transform:translateX(-50%);animation:enbMotionPhoto 3s ease-in-out infinite}
.enb-motion-led-grid{position:absolute;left:27%;right:27%;top:18%;bottom:18%;display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.enb-motion-led-grid>i{border-radius:3px;background:rgba(255,255,255,.12);animation:enbMotionPixel 2.4s ease-in-out infinite}.enb-motion-led-grid>i:nth-child(3n){animation-delay:-.5s}.enb-motion-led-grid>i:nth-child(5n){animation-delay:-1.1s}.enb-motion-led-grid>i:nth-child(7n){animation-delay:-1.8s}.enb-motion-led-scan{position:absolute;left:24%;right:24%;top:16%;height:5px;background:var(--enb-motion-b);box-shadow:0 0 16px var(--enb-motion-b);animation:enbMotionScan 2.8s ease-in-out infinite}
.enb-motion-audio-line{position:absolute;left:13%;right:13%;top:43%;display:flex;align-items:center;justify-content:space-between}.enb-motion-audio-line>span{font-size:42px;animation:enbMotionLift 2.5s ease-in-out infinite}.enb-motion-audio-line>span:nth-of-type(2){animation-delay:-.8s}.enb-motion-audio-line>span:nth-of-type(3){animation-delay:-1.6s}.enb-motion-audio-line>i{height:4px;flex:1;margin:0 15px;border-radius:999px;background:linear-gradient(90deg,var(--enb-motion-a),var(--enb-motion-b));animation:enbMotionAudioLine 1.7s ease-in-out infinite}.enb-motion-audio-pulse{position:absolute;right:12%;top:35%;width:62px;height:62px;border:2px solid var(--enb-motion-b);border-radius:50%;animation:enbMotionPulse 2s ease-out infinite}
.enb-motion-stage-base{position:absolute;left:22%;right:22%;bottom:20px;height:32px;border-radius:8px 8px 4px 4px;background:linear-gradient(#475569,#1e293b);box-shadow:0 12px 22px rgba(0,0,0,.3)}.enb-motion-spotlight{position:absolute;top:-20px;width:36%;height:170px;clip-path:polygon(44% 0,56% 0,100% 100%,0 100%);background:linear-gradient(rgba(255,255,255,.55),rgba(255,255,255,.04));transform-origin:50% 0;animation:enbMotionSpot 3.4s ease-in-out infinite}.enb-motion-spotlight.sl1{left:8%}.enb-motion-spotlight.sl2{right:8%;animation-delay:-1.7s}.enb-motion-stage-star{position:absolute;left:50%;bottom:45px;color:var(--enb-motion-b);font-size:48px;transform:translateX(-50%);animation:enbMotionGlow 2.2s ease-in-out infinite}
.enb-motion-tent{position:absolute;left:50%;bottom:22px;width:190px;height:105px;transform:translateX(-50%)}.enb-motion-tent>span{position:absolute;left:50%;bottom:0;width:170px;height:92px;clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(135deg,var(--enb-motion-a),var(--enb-motion-b));transform:translateX(-50%) scaleX(.4);transform-origin:center bottom;animation:enbMotionTent 4s ease-in-out infinite}.enb-motion-tent>i,.enb-motion-tent>b{position:absolute;bottom:0;width:4px;height:100px;background:#e2e8f0;transform-origin:bottom;animation:enbMotionTentPole 4s ease-in-out infinite}.enb-motion-tent>i{left:49px}.enb-motion-tent>b{right:49px}.enb-motion-ground{position:absolute;left:20%;right:20%;bottom:17px;height:3px;background:rgba(255,255,255,.26)}
.enb-motion-table{position:absolute;left:50%;top:45%;display:grid;place-items:center;width:90px;height:90px;border-radius:50%;background:var(--enb-motion-a);color:#fff;font-size:36px;transform:translate(-50%,-50%);animation:enbMotionTable 4s ease-in-out infinite}.enb-motion-chair{position:absolute;color:#e2e8f0;font-size:50px;animation:enbMotionChair 4s ease-in-out infinite}.enb-motion-chair.ch1{left:24%;top:32%}.enb-motion-chair.ch2{right:24%;top:32%;animation-delay:-1s}.enb-motion-chair.ch3{left:31%;bottom:12%;animation-delay:-2s}.enb-motion-chair.ch4{right:31%;bottom:12%;animation-delay:-3s}
.enb-motion-gear{position:absolute;color:var(--enb-motion-a);font-size:80px;animation:enbMotionSpin 5s linear infinite}.enb-motion-gear.g1{left:33%;top:29%}.enb-motion-gear.g2{right:32%;bottom:18%;font-size:62px;color:var(--enb-motion-b);animation-direction:reverse}.enb-motion-check{position:absolute;right:21%;top:20%;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#22c55e;color:#fff;font-size:25px;font-weight:950;animation:enbMotionCheck 3s ease-in-out infinite}

/* Tourism / marine / corporate */
.enb-motion-map-line{position:absolute;left:10%;right:10%;top:50%;height:70px;transform:translateY(-50%)}.enb-motion-map-line>i{position:absolute;left:4%;right:4%;top:34px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--enb-motion-a),var(--enb-motion-b));transform-origin:left;animation:enbMotionMapLine 6s ease-in-out infinite}.enb-motion-map-line>span{position:absolute;top:27px;color:#fff;font-size:17px;z-index:2}.enb-motion-map-line .mp1{left:0}.enb-motion-map-line .mp2{left:33%}.enb-motion-map-line .mp3{left:66%}.enb-motion-map-line .mp4{right:0}.enb-motion-map-line>b{position:absolute;left:0;top:-6px;font-size:34px;z-index:3;animation:enbMotionMapMarker 6s ease-in-out infinite}
.enb-motion-boat{position:absolute;left:18%;bottom:42px;font-size:76px;z-index:2;animation:enbMotionBoat 7s ease-in-out infinite}.enb-motion-sea{position:absolute;left:-5%;right:-5%;height:22px;border-top:5px solid rgba(34,211,238,.76);border-radius:50%;animation:enbMotionSea 3s ease-in-out infinite}.enb-motion-sea.sea1{bottom:29px}.enb-motion-sea.sea2{bottom:15px;opacity:.52;animation-delay:-1.5s}
.enb-motion-corp-cards{position:absolute;left:19%;right:19%;top:31%;display:flex;justify-content:space-between}.enb-motion-corp-cards>span{width:25%;height:75px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.06));animation:enbMotionCorpCard 4s ease-in-out infinite}.enb-motion-corp-cards>span:nth-child(2){animation-delay:-1.3s}.enb-motion-corp-cards>span:nth-child(3){animation-delay:-2.6s}.enb-motion-corp-beam{position:absolute;left:-20%;top:24%;width:34%;height:6px;background:linear-gradient(90deg,transparent,var(--enb-motion-b),transparent);filter:blur(1px);animation:enbMotionCorpBeam 4.8s linear infinite}.enb-motion-corp-node{position:absolute;right:13%;top:17%;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#22c55e;color:#fff;font-weight:950;font-size:25px;animation:enbMotionCheck 3s ease-in-out infinite}
.enb-motion-sun{position:absolute;right:16%;top:13%;color:#fde047;font-size:52px;animation:enbMotionSpin 9s linear infinite}.enb-motion-tree{position:absolute;left:23%;bottom:17px;color:#22c55e;font-size:90px;transform:scaleX(1.15)}.enb-motion-leaf{position:absolute;color:#86efac;font-size:14px;animation:enbMotionLeaf 5s ease-in-out infinite}.enb-motion-leaf.lf1{left:45%;top:18%}.enb-motion-leaf.lf2{right:29%;top:32%;animation-delay:-2.5s}.enb-motion-ball.ob1{position:absolute;left:55%;bottom:19px;color:#f97316;font-size:34px;animation:enbMotionHighBounce 3s ease-in-out infinite}.enb-motion-glasses{position:absolute;left:50%;top:48%;display:flex;gap:4px;color:#fff;font-size:83px;transform:translate(-50%,-50%)}.enb-motion-glasses>span:first-child{animation:enbMotionCheersLeft 3s ease-in-out infinite}.enb-motion-glasses>span:last-child{animation:enbMotionCheersRight 3s ease-in-out infinite}
.enb-motion-generic{position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:18px;color:#fff;transform:translate(-50%,-50%)}.enb-motion-generic>span{font-size:48px;animation:enbMotionSpin 5s linear infinite}.enb-motion-generic>i{width:100px;height:4px;border-radius:999px;background:var(--enb-motion-b);animation:enbMotionServe 2.5s ease-in-out infinite}.enb-motion-generic>b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#22c55e;font-size:26px}

/* Keyframes */
@keyframes enbMotionStep{0%,22%{transform:scaleX(0)}26%,48%{transform:scaleX(1)}52%,100%{transform:scaleX(0)}}
@keyframes enbMotionRoute{0%,7%{transform:translateX(0)}31%{transform:translateX(calc(var(--enb-motion-route-x)*.33))}57%{transform:translateX(calc(var(--enb-motion-route-x)*.66))}91%,96%{transform:translateX(var(--enb-motion-route-x))}100%{transform:translateX(0)}}
@keyframes enbMotionKey{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-10px) rotate(12deg)}}
@keyframes enbMotionGlow{0%,100%{opacity:.55;filter:drop-shadow(0 0 0 transparent)}50%{opacity:1;filter:drop-shadow(0 0 16px currentColor)}}
@keyframes enbMotionFloat{0%,100%{transform:translateY(0) rotate(-5deg);opacity:.55}50%{transform:translateY(-18px) rotate(8deg);opacity:1}}
@keyframes enbMotionBob{0%,100%{transform:translate(-50%,-46%) translateY(0)}50%{transform:translate(-50%,-46%) translateY(-9px)}}
@keyframes enbMotionBobX{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-9px)}}
@keyframes enbMotionLift{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes enbMotionFlame{0%,100%{transform:scale(.8) rotate(-5deg);opacity:.72}50%{transform:scale(1.18) rotate(7deg);opacity:1}}
@keyframes enbMotionBalloon{0%,100%{transform:translateY(7px) rotate(-3deg)}50%{transform:translateY(-18px) rotate(5deg)}}
@keyframes enbMotionConfetti{from{background-position:0 -90px,25px -80px,50px -100px}to{background-position:0 210px,25px 230px,50px 200px}}
@keyframes enbMotionSoftOrb{0%,100%{transform:scale(.82);opacity:.5}50%{transform:scale(1.18);opacity:.9}}
@keyframes enbMotionArch{0%,100%{transform:scale(.92);opacity:.7}50%{transform:scale(1);opacity:1}}
@keyframes enbMotionRingLeft{0%,100%{transform:translateX(-24px) rotate(-12deg)}50%{transform:translateX(18px) rotate(0)}}
@keyframes enbMotionRingRight{0%,100%{transform:translateX(24px) rotate(12deg)}50%{transform:translateX(-18px) rotate(0)}}
@keyframes enbMotionDiamond{0%,100%{transform:translateX(-50%) translateY(0) scale(.9)}50%{transform:translateX(-50%) translateY(-8px) scale(1.15)}}
@keyframes enbMotionRevealLeft{0%,100%{transform:translateX(-40px) scale(.84)}48%,58%{transform:translateX(55px) scale(1.12)}}
@keyframes enbMotionRevealRight{0%,100%{transform:translateX(40px) scale(.84)}48%,58%{transform:translateX(-55px) scale(1.12)}}
@keyframes enbMotionRevealCore{0%,42%,100%{transform:translate(-50%,-50%) scale(.75);opacity:.65}50%,62%{transform:translate(-50%,-50%) scale(1.15);opacity:1}}
@keyframes enbMotionBurst{0%,45%{transform:translate(-50%,-50%) scale(.2);opacity:0}55%{opacity:1}76%,100%{transform:translate(-50%,-50%) scale(5);opacity:0}}
@keyframes enbMotionBounce{0%,100%{transform:translateY(0) scaleX(1)}45%{transform:translateY(-80px) scaleX(.95)}55%{transform:translateY(-82px)}90%{transform:translateY(-8px) scaleX(1.08)}}
@keyframes enbMotionSquash{0%,100%{transform:translateX(-50%) scaleY(.97)}50%{transform:translateX(-50%) scaleY(1.05)}}
@keyframes enbMotionHighBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-92px)}}
@keyframes enbMotionJuggle1{0%,100%{left:39%;top:68%}50%{left:44%;top:18%}}
@keyframes enbMotionJuggle2{0%,100%{left:48%;top:20%}50%{left:52%;top:68%}}
@keyframes enbMotionJuggle3{0%,100%{left:58%;top:68%}50%{left:55%;top:18%}}
@keyframes enbMotionMascot{0%,100%{transform:translate(-50%,-50%) rotate(-2deg)}50%{transform:translate(-50%,-57%) rotate(3deg)}}
@keyframes enbMotionBrush{0%,100%{transform:rotate(-18deg) translateY(0)}50%{transform:rotate(18deg) translateY(8px)}}
@keyframes enbMotionPaintStroke{0%,18%{transform:scaleX(.05)}62%,100%{transform:scaleX(1)}}
@keyframes enbMotionWand{0%,100%{transform:rotate(-18deg)}50%{transform:rotate(22deg)}}
@keyframes enbMotionStar{0%,100%{transform:scale(.6) rotate(0);opacity:.35}50%{transform:scale(1.35) rotate(180deg);opacity:1}}
@keyframes enbMotionBubble{0%{transform:translateY(0) translateX(0) scale(.6);opacity:0}15%{opacity:.8}60%{transform:translateY(-105px) translateX(18px) scale(1)}100%{transform:translateY(-205px) translateX(-10px) scale(1.25);opacity:0}}
@keyframes enbMotionSnow{0%{transform:translateY(-10px) rotate(0);opacity:0}15%{opacity:.9}100%{transform:translateY(220px) rotate(320deg);opacity:0}}
@keyframes enbMotionStilt{0%,100%{transform:translateX(-50%) translateY(4px) rotate(-2deg)}50%{transform:translateX(-50%) translateY(-8px) rotate(2deg)}}
@keyframes enbMotionFlask{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(6deg) translateY(-9px)}}
@keyframes enbMotionCurtainLeft{0%,15%,100%{transform:translateX(0)}42%,75%{transform:translateX(-88%)}}
@keyframes enbMotionCurtainRight{0%,15%,100%{transform:translateX(0)}42%,75%{transform:translateX(88%)}}
@keyframes enbMotionPuppet{0%,22%,100%{transform:translateX(-50%) translateY(45px);opacity:0}46%,76%{transform:translateX(-50%) translateY(0);opacity:1}}
@keyframes enbMotionSpin{to{transform:rotate(360deg)}}
@keyframes enbMotionEq{0%,100%{height:12px}50%{height:42px}}
@keyframes enbMotionNote{0%{transform:translateY(0) rotate(-8deg);opacity:0}18%{opacity:.85}100%{transform:translateY(-125px) rotate(18deg);opacity:0}}
@keyframes enbMotionDrum{0%,100%{transform:translate(-50%,-50%) scale(.96)}50%{transform:translate(-50%,-50%) scale(1.06)}}
@keyframes enbMotionPulse{0%{transform:translate(-50%,-50%) scale(.45);opacity:.9}100%{transform:translate(-50%,-50%) scale(3.2);opacity:0}}
@keyframes enbMotionDrumStick{0%,100%{margin-top:0}50%{margin-top:22px}}
@keyframes enbMotionDance{0%,100%{transform:translate(-50%,-50%) rotate(-8deg) scale(.9)}50%{transform:translate(-50%,-58%) rotate(8deg) scale(1.08)}}
@keyframes enbMotionRibbon{0%,100%{transform:rotate(-8deg) scaleX(.85)}50%{transform:rotate(9deg) scaleX(1.15)}}
@keyframes enbMotionStatue{0%,38%,100%{transform:translateX(-50%) rotate(0)}52%{transform:translateX(-50%) rotate(5deg)}66%{transform:translateX(-50%) rotate(-3deg)}}
@keyframes enbMotionPopPot{0%,100%{transform:translateX(-50%) rotate(-2deg)}50%{transform:translateX(-50%) rotate(2deg)}}
@keyframes enbMotionKernel{0%{transform:translate(0,0) scale(.55);opacity:0}20%{opacity:1}60%{transform:translate(var(--kx,18px),-70px) scale(1.2)}100%{transform:translate(-10px,-112px) scale(.7);opacity:0}}
@keyframes enbMotionScoop{0%,100%{transform:translateX(-50%) scale(.88)}50%{transform:translateX(-50%) scale(1.08)}}
@keyframes enbMotionDoner{to{transform:translateX(-50%) rotateY(360deg)}}
@keyframes enbMotionSteam{0%{transform:translateY(22px) scale(.75);opacity:0}30%{opacity:.65}100%{transform:translateY(-40px) translateX(9px) scale(1.15);opacity:0}}
@keyframes enbMotionDrinkBubble{0%{transform:translateY(0) scale(.7);opacity:.2}100%{transform:translateY(-78px) scale(1.2);opacity:0}}
@keyframes enbMotionFountain{0%,100%{transform:translateX(-50%) scaleY(.92)}50%{transform:translateX(-50%) scaleY(1.07)}}
@keyframes enbMotionDrop{0%{transform:translateY(0);opacity:0}15%{opacity:1}100%{transform:translateY(92px);opacity:0}}
@keyframes enbMotionSauce{0%,18%{transform:scaleX(.08)}68%,100%{transform:scaleX(1)}}
@keyframes enbMotionTopping{0%,18%{transform:translateY(-20px);opacity:0}55%,100%{transform:translateY(52px);opacity:1}}
@keyframes enbMotionCotton{0%,100%{transform:translateX(-50%) rotate(-4deg) scale(.92)}50%{transform:translateX(-50%) rotate(4deg) scale(1.08)}}
@keyframes enbMotionSugar{to{transform:rotate(360deg) translateX(40px) rotate(-360deg)}}
@keyframes enbMotionSpiral{to{transform:translateX(-50%) rotate(378deg)}}
@keyframes enbMotionServe{0%,100%{transform:scaleX(.25);opacity:.35}50%{transform:scaleX(1);opacity:1}}
@keyframes enbMotionShaker{0%,100%{transform:rotate(54deg) translateY(-5px)}50%{transform:rotate(78deg) translateY(8px)}}
@keyframes enbMotionPeople{0%,100%{transform:translateY(0);opacity:.7}50%{transform:translateY(-9px);opacity:1}}
@keyframes enbMotionArrow{0%,100%{transform:translateX(-3px);opacity:.5}50%{transform:translateX(5px);opacity:1}}
@keyframes enbMotionTray{0%,8%{transform:translateX(0)}45%,55%{transform:translateX(calc(100% + 170px))}92%,100%{transform:translateX(calc(300% + 260px))}}
@keyframes enbMotionSpeech{0%,100%{transform:scale(.9);opacity:.62}50%{transform:scale(1.08);opacity:1}}
@keyframes enbMotionPeopleGrid{0%,100%{transform:scale(.78);opacity:.38}50%{transform:scale(1);opacity:1}}
@keyframes enbMotionScan{0%,100%{transform:translateY(0);opacity:.25}50%{transform:translateY(95px);opacity:1}}
@keyframes enbMotionAperture{0%,100%{transform:translate(-50%,-50%) scale(.72)}50%{transform:translate(-50%,-50%) scale(1.12)}}
@keyframes enbMotionFlash{0%,68%,100%{opacity:0}72%{opacity:.76}76%{opacity:0}}
@keyframes enbMotionOrbitTilt{0%,100%{transform:translate(-50%,-50%) rotate(8deg) scaleX(1)}50%{transform:translate(-50%,-50%) rotate(-8deg) scaleX(.72)}}
@keyframes enbMotionCountdown{0%,30%{content:"3"}31%,62%{opacity:.55}63%,100%{opacity:1}}
@keyframes enbMotionPhoto{0%,55%{transform:translateX(-50%) translateY(30px);opacity:0}72%,100%{transform:translateX(-50%) translateY(0);opacity:1}}
@keyframes enbMotionPixel{0%,100%{background:rgba(255,255,255,.12)}50%{background:var(--enb-motion-b);box-shadow:0 0 10px var(--enb-motion-b)}}
@keyframes enbMotionAudioLine{0%,100%{transform:scaleX(.35);opacity:.45}50%{transform:scaleX(1);opacity:1}}
@keyframes enbMotionSpot{0%,100%{transform:rotate(-8deg)}50%{transform:rotate(13deg)}}
@keyframes enbMotionTent{0%,15%,100%{transform:translateX(-50%) scaleX(.4);opacity:.55}50%,82%{transform:translateX(-50%) scaleX(1);opacity:1}}
@keyframes enbMotionTentPole{0%,15%,100%{transform:scaleY(.45)}50%,82%{transform:scaleY(1)}}
@keyframes enbMotionTable{0%,100%{transform:translate(-50%,-50%) scale(.78)}50%{transform:translate(-50%,-50%) scale(1)}}
@keyframes enbMotionChair{0%,100%{transform:translate(0,0) scale(.75);opacity:.5}50%{transform:translate(10px,5px) scale(1);opacity:1}}
@keyframes enbMotionCheck{0%,100%{transform:scale(.86);opacity:.6}50%{transform:scale(1.12);opacity:1}}
@keyframes enbMotionMapLine{0%,10%{transform:scaleX(.02)}75%,100%{transform:scaleX(1)}}
@keyframes enbMotionMapMarker{0%,7%{left:0}31%{left:31%}57%{left:64%}90%,100%{left:91%}}
@keyframes enbMotionBoat{0%,100%{transform:translateX(0) rotate(-3deg)}50%{transform:translateX(250%) rotate(3deg)}}
@keyframes enbMotionSea{0%,100%{transform:translateX(-12px) scaleX(.96)}50%{transform:translateX(14px) scaleX(1.04)}}
@keyframes enbMotionCorpCard{0%,100%{transform:translateY(6px);opacity:.45}50%{transform:translateY(-7px);opacity:1}}
@keyframes enbMotionCorpBeam{to{transform:translateX(420%)}}
@keyframes enbMotionLeaf{0%{transform:translateY(-20px) rotate(0);opacity:0}20%{opacity:.8}100%{transform:translateY(130px) translateX(35px) rotate(260deg);opacity:0}}
@keyframes enbMotionCheersLeft{0%,100%{transform:translateX(-18px) rotate(-8deg)}50%{transform:translateX(4px) rotate(8deg)}}
@keyframes enbMotionCheersRight{0%,100%{transform:translateX(18px) rotate(8deg)}50%{transform:translateX(-4px) rotate(-8deg)}}

@media(max-width:980px){
  .enb-motion-story__shell{grid-template-columns:1fr;gap:18px}
  .enb-motion-story__copy{text-align:center}.enb-motion-story__lead{margin-inline:auto}
}
@media(max-width:720px){
  .enb-motion-story{padding:16px 0 22px}
  .enb-motion-story__shell{
    width:var(--enb-global-shell-width, min(calc(100% - 24px), var(--enb-header-shell, 1552px)));
  }
  .enb-motion-story__shell{padding:18px 14px;border-radius:22px}
  .enb-motion-story__visual{min-height:150px;border-radius:19px}
  .enb-motion-story__steps{grid-template-columns:1fr 1fr}
  .enb-motion-story__steps li{min-height:52px}
  .enb-motion-story__title{font-size:clamp(22px,7vw,30px)}
  .enb-motion-route{left:5%;right:5%}.enb-motion-vehicle,.enb-motion-vehicle svg{width:68px;height:33px}
  .enb-motion-food-stalls{left:9%;right:9%}.enb-motion-food-stalls>span{width:58px;height:58px;font-size:34px}
  .enb-motion-map-line{left:7%;right:7%}
}
@media(max-width:420px){
  .enb-motion-story__steps strong{white-space:normal;line-height:1.25}
  .enb-motion-story__steps li{grid-template-columns:32px 1fr}.enb-motion-story__steps small{display:none}.enb-motion-story__step-icon{width:32px;height:32px}
}
@media(prefers-reduced-motion:reduce){
  .enb-motion-story__visual *,.enb-motion-story__steps li::after{animation:none!important;transition:none!important}
  .enb-motion-story__steps li::after{transform:scaleX(1);opacity:.18}
  .enb-motion-vehicle{transform:translateX(0)!important}
}
