:root {
  --home-bg: #fbfaff;
  --home-bg-soft: #f5f1ff;
  --home-ink: #090d25;
  --home-muted: #67708d;
  --home-faint: #9094ad;
  --home-line: rgba(94, 82, 160, 0.13);
  --home-violet: #7657ff;
  --home-violet-2: #9b7cff;
  --home-violet-3: #c9bfff;
  --home-green: #22d18b;
  --home-red: #ff5c73;
  --home-navy: #0b1021;
  --home-card: rgba(255, 255, 255, 0.72);
  --home-shadow: 0 28px 90px rgba(70, 54, 126, 0.16);
  --home-shadow-soft: 0 18px 54px rgba(70, 54, 126, 0.1);
  --home-radius: 32px;
  --scroll-progress: 0;
  --pointer-x: 0;
  --pointer-y: 0;
  --pointer-light-x: 50%;
  --pointer-light-y: 35%;
  --pointer-fog-x: 0px;
  --pointer-fog-y: 0px;
  --particle-x: 0px;
  --particle-y: 0px;
  --layer-spread: 1;
  --orbit-spread: 0px;
  --orbit-turn: 0deg;
  --platform-turn: 0deg;
  --light-pass: 0;
  --light-shift: 0px;
  --light-shimmer: -4%;
  --execution-offset: 0px;
  --execution-draw: 0;
  --ambient-field-x: 0px;
  --ambient-field-y: 0px;
  --ecosystem-shift: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home-shell {
  margin: 0;
  min-width: 320px;
  color: var(--home-ink);
  background:
    radial-gradient(circle at 72% 8%, rgba(155, 124, 255, 0.18), transparent 32%),
    radial-gradient(circle at 20% 12%, rgba(201, 191, 255, 0.28), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--home-bg) 44%, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

body.home-shell main {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.no-js .reveal {
  opacity: 1;
  transform: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(118, 87, 255, 0.36);
  outline-offset: 4px;
}

.sr-only,
.home-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.home-skip:focus {
  z-index: 1000;
  left: 24px;
  top: 24px;
  width: auto;
  height: auto;
  clip: auto;
  border-radius: 999px;
  padding: 12px 16px;
  background: #fff;
  box-shadow: var(--home-shadow-soft);
}

.home-container {
  width: min(100% - 80px, 1440px);
  margin: 0 auto;
}

.home-header {
  position: fixed;
  z-index: 50;
  top: 22px;
  left: 50%;
  width: min(100% - 88px, 1440px);
  transform: translateX(-50%);
  transition: width 0.25s ease, top 0.25s ease;
}

.home-header.is-scrolled {
  top: 12px;
  width: min(100% - 56px, 1320px);
}

.home-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid transparent;
  border-radius: 26px;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(20px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.home-header.is-scrolled .home-nav {
  border-color: rgba(118, 87, 255, 0.11);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 48px rgba(56, 44, 111, 0.12);
  padding-block: 9px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.home-brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(235, 229, 255, 0.76));
  color: var(--home-violet);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 42px rgba(118, 87, 255, 0.15);
  font-weight: 950;
  overflow: hidden;
}

.home-brand-mark img,
.home-core-mark img,
.ecosystem-core img,
.infra-cube img,
.contact-core img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 62px);
  color: #111936;
  font-size: 14px;
  font-weight: 650;
}

.home-menu a {
  position: relative;
  opacity: 0.86;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.home-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--home-violet), transparent);
  opacity: 0;
  transition: left 0.22s ease, right 0.22s ease, opacity 0.22s ease;
}

.home-menu a:hover {
  color: var(--home-violet);
  opacity: 1;
}

.home-menu a:hover::after {
  left: 6%;
  right: 6%;
  opacity: 0.74;
}

.home-login,
.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  font-weight: 800;
}

.home-login {
  min-width: 110px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--home-violet);
  box-shadow: 0 16px 40px rgba(80, 63, 134, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.home-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--home-ink);
}

.home-menu-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-menu-button[aria-expanded="true"] .home-menu-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.home-menu-button[aria-expanded="true"] .home-menu-line:nth-child(2) {
  opacity: 0;
}

.home-menu-button[aria-expanded="true"] .home-menu-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.home-hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 86px;
  overflow: hidden;
}

.home-hero::after,
.home-platform::after {
  content: "";
  position: absolute;
  inset: auto -10% -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.18), transparent);
}

.home-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.72;
  overflow: hidden;
}

.home-ambient svg {
  position: absolute;
  right: -8%;
  top: 5%;
  width: 62%;
  min-width: 700px;
  transform: translate3d(var(--ambient-x, 0px), var(--ambient-y, 0px), 0);
}

.ambient-line {
  fill: none;
  stroke: rgba(118, 87, 255, 0.28);
  stroke-width: 2;
  stroke-linecap: round;
}

.ambient-line-soft {
  stroke: rgba(201, 191, 255, 0.32);
}

.ambient-candles {
  stroke: rgba(118, 87, 255, 0.16);
  stroke-width: 10;
  stroke-linecap: round;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}

.home-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0;
  border: 1px solid rgba(118, 87, 255, 0.12);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--home-violet);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.home-pill span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--home-violet);
  box-shadow: 0 0 18px rgba(118, 87, 255, 0.5);
  animation: pill-pulse 2.8s ease-in-out infinite;
}

.home-hero h1,
.home-section h2,
.home-final-cta h2,
.contact-card h2 {
  margin: 0;
  color: var(--home-ink);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.home-hero h1 {
  margin-top: 42px;
  max-width: 760px;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 1.04;
}

.home-hero em,
.home-section em,
.home-final-cta em {
  color: var(--home-violet);
  font-style: normal;
}

.home-hero-subcopy {
  max-width: 640px;
  margin: 32px 0 0;
  color: #56617f;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.8;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.home-button {
  min-height: 56px;
  padding: 0 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.home-button span,
.home-login span {
  transition: transform 0.18s ease;
}

.home-button:hover,
.home-login:hover {
  transform: translateY(-2px);
}

.home-button:hover span,
.home-login:hover span {
  transform: translateX(3px);
}

.home-button-primary {
  background: linear-gradient(135deg, #6d4dff, #9573ff);
  color: #fff;
  box-shadow: 0 22px 54px rgba(118, 87, 255, 0.32);
}

.home-button-quiet {
  color: #273153;
}

.home-capability-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: 760px;
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}

.home-capability-row li {
  min-width: 0;
}

.home-capability-row strong {
  display: block;
  margin-top: 15px;
  color: #111936;
  font-size: 14px;
}

.home-capability-row small {
  display: block;
  margin-top: 9px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.55;
}

.home-mini-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(118, 87, 255, 0.13);
  border-radius: 13px;
  background: radial-gradient(circle at 38% 30%, #fff, rgba(232, 225, 255, 0.82));
  box-shadow: inset 0 1px 0 #fff, 0 12px 30px rgba(118, 87, 255, 0.12);
}

.home-mini-icon::before,
.home-mini-icon::after {
  content: "";
  display: block;
  border-color: var(--home-violet);
}

.home-mini-icon::before {
  width: 13px;
  height: 13px;
  border: 2px solid var(--home-violet);
  border-radius: 5px;
}

.home-mini-icon.execute::before,
.home-mini-icon.analytics::before,
.home-mini-icon.market::before {
  width: 15px;
  height: 12px;
  border: 0;
  border-left: 2px solid var(--home-violet);
  border-bottom: 2px solid var(--home-violet);
  border-radius: 0;
  transform: skewX(-16deg);
}

.home-mini-icon.reconcile::before,
.home-mini-icon.journal::before {
  border-radius: 3px;
  box-shadow: inset 0 -4px 0 rgba(118, 87, 255, 0.18);
}

.home-mini-icon.improve::before,
.home-mini-icon.coach::before,
.home-mini-icon.decision::before,
.home-mini-icon.strategy::before {
  width: 16px;
  height: 16px;
  border-radius: 999px;
}

.home-hero-visual {
  min-height: 600px;
  perspective: 1400px;
}

.home-core-scene {
  position: relative;
  min-height: 600px;
  transform: translateY(var(--hero-shift, 0px));
}

.home-core-scene::before,
.home-core-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-core-scene::before {
  left: 0;
  right: -6%;
  top: 10%;
  height: 58%;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(118, 87, 255, 0.11) 9.5% 10.4%, transparent 10.8% 14%, rgba(118, 87, 255, 0.14) 14.3% 15.2%, transparent 15.7% 64%, rgba(118, 87, 255, 0.12) 64.4% 65.2%, transparent 65.7% 74%, rgba(118, 87, 255, 0.13) 74.4% 75.4%, transparent 75.9%),
    linear-gradient(180deg, transparent 22%, rgba(118, 87, 255, 0.08) 22.3% 23.5%, transparent 23.8% 37%, rgba(118, 87, 255, 0.08) 37.4% 38.6%, transparent 39% 68%, rgba(118, 87, 255, 0.08) 68.3% 69.4%, transparent 70%);
  opacity: 0.62;
  mask-image: radial-gradient(ellipse at 58% 38%, #000 0 54%, transparent 72%);
}

.home-core-scene::after {
  left: 13%;
  top: 24%;
  width: 72%;
  height: 58%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 54%, rgba(118, 87, 255, 0.2), transparent 22%),
    conic-gradient(from 224deg, transparent 0 14%, rgba(118, 87, 255, 0.36) 18%, transparent 33% 61%, rgba(118, 87, 255, 0.28) 66%, transparent 82%);
  filter: blur(0.2px);
  opacity: 0.58;
  transform: rotate(-14deg);
}

.hero-depth-fog,
.hero-light-field,
.hero-execution-field,
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-depth-fog {
  background:
    radial-gradient(circle at 54% 39%, rgba(255, 255, 255, 0.86), transparent 30%),
    radial-gradient(circle at 58% 58%, rgba(118, 87, 255, 0.26), transparent 38%),
    linear-gradient(115deg, transparent 4%, rgba(245, 241, 255, 0.68) 46%, transparent 82%);
  filter: blur(18px);
  opacity: 0.86;
  transform: translate3d(var(--pointer-fog-x), var(--pointer-fog-y), 0);
}

.hero-light-field {
  left: 5%;
  top: 2%;
  width: 92%;
  height: 88%;
  border-radius: 999px;
  background:
    radial-gradient(circle at var(--pointer-light-x) var(--pointer-light-y), rgba(255, 255, 255, 0.92), rgba(201, 191, 255, 0.22) 26%, transparent 54%),
    conic-gradient(from calc(120deg + var(--orbit-turn)), transparent, rgba(118, 87, 255, 0.22), transparent 32%, rgba(255, 255, 255, 0.42), transparent 68%);
  filter: blur(8px);
  opacity: 0.82;
  transform: translate3d(0, var(--light-shift), 0) rotate(var(--orbit-turn));
  animation: light-breathe 8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.hero-execution-field {
  width: 100%;
  height: 100%;
  opacity: 0.64;
  transform: translate3d(var(--ambient-field-x), var(--ambient-field-y), 0);
}

.execution-path {
  fill: none;
  stroke: rgba(118, 87, 255, 0.28);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 10 18;
  stroke-dashoffset: var(--execution-offset);
  animation: execution-flow 18s linear infinite;
}

.execution-path.path-b {
  stroke: rgba(201, 191, 255, 0.36);
  stroke-width: 1.5;
  animation-duration: 22s;
  animation-direction: reverse;
}

.execution-path.path-c {
  stroke: rgba(34, 209, 139, 0.14);
  animation-duration: 26s;
}

.home-stack {
  position: absolute;
  left: 51%;
  top: 43%;
  width: min(70vw, 560px);
  aspect-ratio: 1.12;
  transform-style: preserve-3d;
  transform:
    translate(-50%, -50%)
    rotateX(calc(var(--stack-rx, 58deg) + var(--pointer-rx, 0deg)))
    rotateZ(calc(var(--stack-rz, -25deg) + var(--pointer-rz, 0deg)));
  animation: home-float 7s ease-in-out infinite;
  filter: drop-shadow(0 48px 90px rgba(118, 87, 255, 0.24));
  will-change: transform, filter;
}

.home-stack-layer,
.home-core-tile {
  position: absolute;
  inset: 14% 9% 12% 9%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 231, 255, 0.72) 58%, rgba(184, 165, 255, 0.54)),
    radial-gradient(circle at 48% 78%, rgba(118, 87, 255, 0.74), transparent 48%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.86),
    inset 0 -26px 42px rgba(118, 87, 255, 0.18),
    0 26px 54px rgba(118, 87, 255, 0.18);
  transform-style: preserve-3d;
  overflow: hidden;
  backdrop-filter: blur(15px);
}

.home-stack-layer::before,
.home-stack-layer::after,
.home-core-tile::before,
.home-core-tile::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-stack-layer::before,
.home-core-tile::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(108deg, transparent 12%, rgba(255, 255, 255, 0.72) 42%, transparent 58%),
    radial-gradient(circle at var(--pointer-light-x) var(--pointer-light-y), rgba(255, 255, 255, 0.7), transparent 34%);
  opacity: 0.48;
  transform: translateX(var(--light-shimmer));
}

.home-stack-layer::after,
.home-core-tile::after {
  left: 8%;
  right: 8%;
  bottom: 16%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.42), transparent);
  box-shadow: 0 0 28px rgba(118, 87, 255, 0.38);
}

.layer-deep {
  inset: 34% 8% 2% 11%;
  transform: translateZ(var(--layer-deep-z, -132px)) translate(6%, 20%);
  opacity: 0.58;
}

.layer-back {
  inset: 28% 7% 8% 10%;
  transform: translateZ(var(--layer-back-z, -84px)) translate(5%, 15%);
  opacity: 0.76;
}

.layer-mid {
  inset: 22% 6% 16% 9%;
  transform: translateZ(var(--layer-mid-z, -28px)) translate(4%, 10%);
  opacity: 0.86;
}

.layer-front {
  inset: 15% 5% 26% 8%;
  transform: translateZ(var(--layer-front-z, 38px)) translate(3%, 5%);
}

.home-core-tile {
  inset: 0 1% 42% 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(var(--core-z, 134px)) translate(-2%, -4%);
  background:
    radial-gradient(circle at 28% 12%, #fff, transparent 34%),
    radial-gradient(circle at 68% 92%, rgba(118, 87, 255, 0.22), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 234, 255, 0.93));
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.92),
    inset 0 -28px 58px rgba(118, 87, 255, 0.2),
    0 44px 96px rgba(118, 87, 255, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.32);
  animation: tile-breathe 6.5s ease-in-out infinite;
}

.home-core-brand {
  position: relative;
  z-index: 2;
  display: inline-grid;
  justify-items: center;
  gap: 14px;
  transform: rotateZ(0deg);
}

.home-core-mark {
  display: grid;
  width: 78px;
  height: 62px;
  place-items: center;
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(118, 87, 255, 0.14), rgba(255, 255, 255, 0.82));
  color: var(--home-violet);
  font-size: 36px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 #fff;
  animation: mark-glow 5.4s ease-in-out infinite;
  overflow: hidden;
}

.home-core-name {
  color: #141b3a;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(20, 27, 58, 0.08);
}

.home-core-reflection {
  position: absolute;
  inset: 10% 12% auto;
  height: 36%;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), transparent);
  opacity: 0.54;
  transform: translateZ(1px);
}

.home-core-glow,
.home-energy-column {
  position: absolute;
  pointer-events: none;
}

.home-core-glow {
  inset: 18%;
  border-radius: 36px;
  background: radial-gradient(circle, rgba(118, 87, 255, 0.42), transparent 67%);
  filter: blur(18px);
  opacity: 0.66;
  animation: core-glow 6s ease-in-out infinite;
}

.home-energy-column {
  left: 35%;
  top: 12%;
  width: 38%;
  height: 78%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(118, 87, 255, 0.2) 34%, rgba(255, 255, 255, 0.6) 54%, rgba(118, 87, 255, 0.16), transparent);
  filter: blur(18px);
  transform: rotate(-14deg);
  opacity: 0.78;
  mix-blend-mode: screen;
  animation: energy-breathe 7.5s ease-in-out infinite;
}

.home-stack-shadow {
  position: absolute;
  left: 51%;
  bottom: 4%;
  width: 60%;
  height: 112px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse, rgba(118, 87, 255, 0.22), rgba(201, 191, 255, 0.13) 42%, transparent 70%);
  filter: blur(32px);
  transform: translateX(-50%);
  animation: shadow-breathe 7s ease-in-out infinite;
}

.home-orbit {
  position: absolute;
  left: 51%;
  top: 51%;
  width: min(88vw, 760px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(118, 87, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  animation: orbit-drift 18s linear infinite;
}

.home-orbit-two {
  width: min(78vw, 640px);
  transform: translate(-50%, -50%) rotate(28deg);
  border-color: rgba(201, 191, 255, 0.38);
  animation-duration: 24s;
  animation-direction: reverse;
}

.home-orbit-three {
  width: min(96vw, 820px);
  transform: translate(-50%, -50%) rotate(52deg);
  border-color: rgba(118, 87, 255, 0.12);
  animation-duration: 34s;
}

.home-node {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 28%, #fff, #b7a6ff 48%, rgba(118, 87, 255, 0.26));
  box-shadow: 0 16px 38px rgba(118, 87, 255, 0.28);
}

.home-node-a { left: 10%; top: 59%; width: 30px; height: 30px; }
.home-node-b { right: 14%; top: 16%; }
.home-node-c { right: 4%; bottom: 30%; width: 28px; height: 28px; }
.home-node-d { left: 30%; top: 13%; width: 14px; height: 14px; opacity: 0.7; }
.home-node-e { right: 24%; bottom: 12%; width: 18px; height: 18px; opacity: 0.74; }

.hero-particles {
  overflow: hidden;
}

.hero-particles span {
  position: absolute;
  left: var(--px);
  top: var(--py);
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(118, 87, 255, 0.42);
  box-shadow: 0 0 18px rgba(118, 87, 255, 0.36);
  opacity: 0.38;
  transform: translate3d(var(--particle-x), var(--particle-y), 0);
  animation: particle-float var(--duration) ease-in-out infinite;
  animation-delay: var(--delay);
}

.hero-particles span:nth-child(3n) {
  width: 6px;
  height: 6px;
  opacity: 0.46;
}

.hero-particles span:nth-child(4n) {
  background: rgba(34, 209, 139, 0.34);
  box-shadow: 0 0 18px rgba(34, 209, 139, 0.22);
}

.home-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: inline-grid;
  justify-items: center;
  gap: 7px;
  color: var(--home-muted);
  font-size: 12px;
  transform: translateX(-50%);
}

.home-scroll-cue span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 #fff;
}

.home-section {
  position: relative;
  padding: 104px 0;
}

.home-platform-grid,
.infra-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(52px, 7vw, 128px);
}

.home-section-copy h2,
.infra-copy h2,
.contact-card h2,
.home-final-cta h2 {
  margin-top: 26px;
  font-size: clamp(42px, 5vw, 74px);
}

.home-section-copy p:not(.home-pill),
.infra-copy p,
.home-final-cta p {
  max-width: 540px;
  margin: 30px 0 0;
  color: #5d6682;
  font-size: 17px;
  line-height: 1.8;
}

.home-ecosystem {
  position: relative;
  min-height: 560px;
  transform: translateY(var(--ecosystem-shift));
}

.ecosystem-rings,
.ecosystem-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ecosystem-rings {
  width: min(80vw, 560px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(118, 87, 255, 0.08) 0 18%, transparent 19% 28%, rgba(118, 87, 255, 0.07) 29% 30%, transparent 31% 46%, rgba(118, 87, 255, 0.14) 47% 47.5%, transparent 48%),
    conic-gradient(from 20deg, transparent, rgba(118, 87, 255, 0.28), transparent 36%, transparent);
  animation: orbit-drift 32s linear infinite;
}

.ecosystem-rings::before,
.ecosystem-rings::after {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 58%);
}

.ecosystem-rings::after {
  inset: 29%;
  border-color: rgba(118, 87, 255, 0.12);
  animation: orbit-drift 24s linear infinite reverse;
}

.ecosystem-core {
  display: grid;
  width: 166px;
  height: 166px;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 22%, #fff, #9d82ff 43%, #6d4dff 72%);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 70px rgba(118, 87, 255, 0.32), inset 0 2px 0 rgba(255, 255, 255, 0.48);
  font-size: 64px;
  font-weight: 950;
  isolation: isolate;
  animation: ecosystem-pulse 7s ease-in-out infinite;
  overflow: hidden;
}

.ecosystem-core::before,
.ecosystem-core::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.ecosystem-core::before {
  inset: -22px;
  background: radial-gradient(circle, rgba(118, 87, 255, 0.18), transparent 68%);
  filter: blur(4px);
  z-index: -1;
}

.ecosystem-core::after {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.34), transparent 44%);
}

.ecosystem-items {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecosystem-items li {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  min-width: 188px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(118, 87, 255, 0.1);
  border-radius: 19px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--home-shadow-soft);
  transform:
    translate(-50%, -50%)
    rotate(calc(var(--angle) + var(--platform-turn)))
    translateX(calc(min(29vw, 250px) + var(--orbit-spread)))
    rotate(calc(var(--unangle) - var(--platform-turn)))
    translateY(var(--ecosystem-y, 0px));
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  animation: module-breathe 7.5s ease-in-out infinite;
}

.ecosystem-items li:nth-child(2) { animation-delay: -1.1s; }
.ecosystem-items li:nth-child(3) { animation-delay: -2.2s; }
.ecosystem-items li:nth-child(4) { animation-delay: -3.3s; }
.ecosystem-items li:nth-child(5) { animation-delay: -4.4s; }

.ecosystem-items li:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 68px rgba(70, 54, 126, 0.16);
}

.ecosystem-items strong {
  font-size: 14px;
  line-height: 1.25;
}

.home-market {
  width: min(100% - 80px, 1440px);
  margin: 42px auto 54px;
  border-radius: 28px;
  padding: 30px 36px 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(118, 87, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #0a1021, #151a2b);
  color: #fff;
  box-shadow: 0 28px 90px rgba(8, 13, 35, 0.22);
  overflow: hidden;
}

.home-market-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.home-market h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.home-market p,
.home-market a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.home-market p {
  margin: 8px 0 0;
}

.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--home-green);
  box-shadow: 0 0 18px rgba(34, 209, 139, 0.65);
}

.market-ribbon {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.market-ribbon::before,
.market-ribbon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 12%;
  pointer-events: none;
}

.market-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, #0b1021, transparent);
}

.market-ribbon::after {
  right: 0;
  background: linear-gradient(270deg, #14192b, transparent);
}

.market-track {
  display: flex;
  width: max-content;
  animation: market-drift 36s linear infinite;
}

.market-panel {
  position: relative;
  min-width: clamp(178px, 15vw, 230px);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding: 18px 20px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent);
}

.market-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.market-panel svg {
  width: 100%;
  height: 58px;
  margin-top: 13px;
  filter: drop-shadow(0 10px 16px rgba(34, 209, 139, 0.12));
}

.market-panel path {
  fill: none;
  stroke: var(--home-green);
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: spark-trace 3.8s ease-in-out infinite;
  animation-delay: var(--delay);
}

.market-panel.down path {
  stroke: var(--home-red);
}

.home-infra {
  padding-top: 70px;
}

.infra-grid {
  border: 1px solid rgba(118, 87, 255, 0.08);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 72px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(243, 239, 255, 0.64));
  box-shadow: var(--home-shadow-soft);
}

.infra-visual {
  position: relative;
  min-height: 430px;
  perspective: 1100px;
}

.infra-plane {
  position: absolute;
  left: 12%;
  right: 8%;
  bottom: 12%;
  height: 140px;
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(217, 207, 255, 0.6));
  box-shadow: 0 28px 80px rgba(118, 87, 255, 0.16);
  transform: rotateX(64deg) rotateZ(-14deg);
}

.infra-cube {
  position: absolute;
  left: 34%;
  top: 18%;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  background: radial-gradient(circle at 35% 20%, #fff, rgba(178, 160, 255, 0.84) 58%, rgba(118, 87, 255, 0.66));
  color: rgba(255, 255, 255, 0.82);
  font-size: 72px;
  font-weight: 950;
  box-shadow: 0 34px 92px rgba(118, 87, 255, 0.24), inset 0 2px 0 rgba(255, 255, 255, 0.62);
  transform: rotateX(58deg) rotateZ(-16deg);
  overflow: hidden;
}

.infra-pillar {
  position: absolute;
  bottom: 26%;
  width: 42px;
  border-radius: 13px 13px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(219, 211, 255, 0.56));
  box-shadow: 0 20px 50px rgba(118, 87, 255, 0.12);
}

.p1 { left: 8%; height: 150px; }
.p2 { left: 21%; height: 220px; }
.p3 { right: 22%; height: 180px; }
.p4 { right: 9%; height: 118px; }

.infra-visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.infra-visual path {
  fill: none;
  stroke: rgba(118, 87, 255, 0.25);
  stroke-width: 2;
}

.truth-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.truth-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26304f;
  font-size: 14px;
  font-weight: 800;
}

.truth-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--home-violet);
  box-shadow: 0 0 18px rgba(118, 87, 255, 0.36);
}

.home-workflow {
  padding-top: 70px;
}

.workflow-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.workflow-heading h2 {
  margin-top: 22px;
  font-size: clamp(38px, 4.5vw, 68px);
}

.workflow-map {
  position: relative;
  min-height: 300px;
  border: 1px solid rgba(118, 87, 255, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--home-shadow-soft);
  overflow: hidden;
}

.workflow-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.workflow-path {
  fill: none;
  stroke: rgba(118, 87, 255, 0.34);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 18 16;
  animation: path-flow 16s linear infinite;
}

.workflow-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(118, 87, 255, 0.1);
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 46px rgba(70, 54, 126, 0.1);
  transform: translate(-50%, -50%);
}

.workflow-node .home-mini-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
}

.workflow-node strong {
  font-size: 13px;
}

.node-1 { left: 7%; top: 54%; }
.node-2 { left: 21%; top: 28%; }
.node-3 { left: 36%; top: 62%; }
.node-4 { left: 50%; top: 45%; }
.node-5 { left: 66%; top: 28%; }
.node-6 { left: 80%; top: 62%; }
.node-7 { left: 92%; top: 34%; }

.home-contact {
  padding-top: 58px;
}

.contact-card,
.final-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
  border: 1px solid rgba(118, 87, 255, 0.1);
  border-radius: 34px;
  padding: clamp(30px, 5vw, 70px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(241, 236, 255, 0.76));
  box-shadow: var(--home-shadow-soft);
}

address {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  color: #273153;
  font-style: normal;
  font-size: 17px;
}

address strong {
  font-size: 20px;
}

address a {
  color: var(--home-violet);
  font-weight: 850;
}

.contact-visual {
  position: relative;
  width: 280px;
  height: 220px;
}

.contact-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  border-radius: 32px;
  background: radial-gradient(circle at 32% 20%, #fff, #9d82ff 58%, #7657ff);
  color: rgba(255, 255, 255, 0.82);
  font-size: 52px;
  font-weight: 950;
  box-shadow: 0 28px 70px rgba(118, 87, 255, 0.28);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-18deg);
  overflow: hidden;
}

.contact-visual span {
  position: absolute;
  border: 1px solid rgba(118, 87, 255, 0.18);
  border-radius: 50%;
  inset: 18%;
  transform: rotate(-18deg);
}

.contact-visual span:nth-child(3) {
  inset: 9%;
  transform: rotate(24deg);
}

.contact-visual span:nth-child(4) {
  inset: 29%;
  transform: rotate(56deg);
}

.home-final-cta {
  padding: 42px 0 92px;
}

.final-cta-card {
  grid-template-columns: minmax(0, 0.8fr) minmax(220px, 0.7fr) auto;
}

.final-cta-card h2 {
  margin-top: 0;
}

.final-cta-card p {
  margin-top: 0;
}

.home-footer {
  border-top: 1px solid rgba(118, 87, 255, 0.11);
  padding: 34px 0 42px;
  color: var(--home-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.footer-grid nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  color: #273153;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes home-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@keyframes orbit-drift {
  to { rotate: 360deg; }
}

@keyframes path-flow {
  to { stroke-dashoffset: -260; }
}

@keyframes pill-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.45);
    opacity: 0.42;
  }
}

@keyframes light-breathe {
  0%, 100% { opacity: 0.66; scale: 0.98; }
  50% { opacity: 0.95; scale: 1.04; }
}

@keyframes execution-flow {
  to { stroke-dashoffset: -360; }
}

@keyframes tile-breathe {
  0%, 100% { filter: saturate(1) brightness(1); }
  50% { filter: saturate(1.08) brightness(1.04); }
}

@keyframes mark-glow {
  0%, 100% {
    box-shadow: inset 0 1px 0 #fff, 0 0 0 rgba(118, 87, 255, 0);
  }
  50% {
    box-shadow: inset 0 1px 0 #fff, 0 0 40px rgba(118, 87, 255, 0.2);
  }
}

@keyframes core-glow {
  0%, 100% { opacity: 0.48; scale: 0.96; }
  50% { opacity: 0.82; scale: 1.08; }
}

@keyframes energy-breathe {
  0%, 100% { opacity: 0.42; transform: rotate(-14deg) scaleY(0.9); }
  50% { opacity: 0.82; transform: rotate(-14deg) scaleY(1.08); }
}

@keyframes shadow-breathe {
  0%, 100% { opacity: 0.76; scale: 0.96; }
  50% { opacity: 1; scale: 1.06; }
}

@keyframes particle-float {
  0%, 100% {
    translate: 0 0;
    opacity: 0.26;
  }
  45% {
    translate: 16px -26px;
    opacity: 0.58;
  }
}

@keyframes ecosystem-pulse {
  0%, 100% { box-shadow: 0 24px 70px rgba(118, 87, 255, 0.28), inset 0 2px 0 rgba(255, 255, 255, 0.48); }
  50% { box-shadow: 0 34px 94px rgba(118, 87, 255, 0.42), inset 0 2px 0 rgba(255, 255, 255, 0.58); }
}

@keyframes module-breathe {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.035); }
}

@keyframes market-drift {
  to { transform: translateX(-50%); }
}

@keyframes spark-trace {
  0% { stroke-dashoffset: 220; opacity: 0.36; }
  42%, 72% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -220; opacity: 0.42; }
}

@media (max-width: 1180px) {
  .home-container,
  .home-market,
  .home-header {
    width: min(100% - 44px, 1440px);
  }

  .home-hero-grid,
  .home-platform-grid,
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 120px;
  }

  .home-hero-visual,
  .home-core-scene {
    min-height: 560px;
  }

  .home-capability-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem-items li {
    transform:
      translate(-50%, -50%)
      rotate(calc(var(--angle) + var(--platform-turn)))
      translateX(calc(min(31vw, 230px) + var(--orbit-spread)))
      rotate(calc(var(--unangle) - var(--platform-turn)));
  }

  .market-ribbon {
    border-radius: 18px;
  }

  .footer-grid,
  .final-cta-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .footer-grid nav {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .home-header,
  .home-header.is-scrolled {
    top: 12px;
    width: calc(100% - 24px);
  }

  .home-nav {
    grid-template-columns: auto auto;
    gap: 12px;
  }

  .home-menu-button {
    display: block;
    justify-self: end;
  }

  .home-login {
    grid-column: 1 / -1;
    justify-self: stretch;
    min-height: 48px;
  }

  .home-menu {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 84px;
    display: grid;
    gap: 4px;
    justify-items: stretch;
    border: 1px solid rgba(118, 87, 255, 0.12);
    border-radius: 22px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--home-shadow-soft);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .home-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.no-js .home-menu {
    position: static;
    grid-column: 1 / -1;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.no-js .home-menu-button {
    display: none;
  }

  .home-menu a {
    border-radius: 14px;
    padding: 13px 14px;
  }

  .home-menu a:hover {
    background: rgba(118, 87, 255, 0.08);
  }

  .home-hero {
    min-height: auto;
    padding: 168px 0 64px;
  }

  .home-hero h1 {
    margin-top: 26px;
    font-size: clamp(47px, 14vw, 72px);
  }

  .home-hero-actions {
    align-items: stretch;
  }

  .home-button {
    width: 100%;
  }

  .home-capability-row {
    margin-top: 42px;
  }

  .home-hero-visual,
  .home-core-scene {
    min-height: 460px;
  }

  .home-stack {
    width: min(84vw, 440px);
  }

  .home-orbit {
    width: min(86vw, 440px);
  }

  .home-orbit-two {
    width: min(72vw, 360px);
  }

  .home-orbit-three,
  .hero-particles span:nth-child(n + 9) {
    display: none;
  }

  .home-ambient svg {
    right: -42%;
    min-width: 0;
    width: 150%;
  }

  .home-core-tile,
  .home-stack-layer {
    border-radius: 34px;
  }

  .home-ecosystem {
    min-height: auto;
  }

  .ecosystem-rings,
  .ecosystem-core {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
    transform: none;
  }

  .ecosystem-rings {
    display: none;
  }

  .ecosystem-items {
    position: relative;
    display: grid;
    gap: 12px;
  }

  .ecosystem-items li {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    transform: none;
  }

  .home-market-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .truth-list {
    grid-template-columns: 1fr;
  }

  .workflow-map {
    display: grid;
    gap: 12px;
    min-height: 0;
    padding: 18px;
  }

  .workflow-map svg {
    display: none;
  }

  .workflow-node {
    position: relative;
    left: auto;
    top: auto;
    justify-content: flex-start;
    transform: none;
  }

  .contact-visual {
    width: min(100%, 280px);
  }
}

@media (max-width: 560px) {
  .home-container,
  .home-market {
    width: calc(100% - 28px);
  }

  .home-nav {
    border-radius: 20px;
  }

  .home-brand {
    font-size: 20px;
  }

  .home-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .home-capability-row {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding: 72px 0;
  }

  .home-section-copy h2,
  .infra-copy h2,
  .contact-card h2,
  .home-final-cta h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .home-market {
    padding: 24px 18px 26px;
  }

  .infra-grid,
  .contact-card,
  .final-cta-card {
    padding: 26px;
    border-radius: 26px;
  }

  .infra-visual {
    min-height: 320px;
  }

  .infra-cube {
    left: 26%;
    width: 145px;
    height: 145px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .home-stack,
  .home-core-scene,
  .home-ambient svg {
    transform: none !important;
  }
}
