body[data-animation-view="concept-2-5d"] {
  background:
    radial-gradient(circle at 50% 22%, rgba(169, 255, 225, 0.16), transparent 34%),
    linear-gradient(180deg, #081118 0%, #11241f 56%, #081216 100%);
}

body[data-animation-view="concept-2-5d"] #caption-overlay {
  display: none !important;
}

body[data-animation-view="concept-2-5d"] #app {
  opacity: 0;
}

.concept-2-5d {
  --parallax: 0;
  --image: url("/aura-assets/moon-garden-feature-frame.png");
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 232, 170, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(9, 25, 22, 0.58), rgba(1, 8, 10, 0.88));
}

.concept-2-5d__frame {
  position: relative;
  width: min(1320px, calc(100vw - 56px));
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 232, 170, 0.28);
  border-radius: 22px;
  background: #06100f;
  box-shadow:
    0 36px 94px rgba(0, 0, 0, 0.58),
    0 0 90px rgba(64, 255, 191, 0.12);
  isolation: isolate;
}

.concept-2-5d__layer {
  position: absolute;
  inset: 0;
  background-image: var(--image);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  will-change: transform;
}

.concept-2-5d__layer--far {
  z-index: 1;
  transform: translate3d(calc(var(--parallax) * -10px), 0, 0) scale(1.02);
  filter: saturate(1.02) brightness(0.94);
}

.concept-2-5d__layer--mid {
  z-index: 2;
  transform: translate3d(calc(var(--parallax) * 8px), 0, 0);
  filter: saturate(1.08) brightness(1.02);
  opacity: 0.42;
  mask-image: radial-gradient(ellipse at 54% 54%, black 0 36%, rgba(0, 0, 0, 0.82) 48%, transparent 70%);
}

.concept-2-5d__layer--characters {
  z-index: 3;
  transform: translate3d(calc(var(--parallax) * 26px), calc(var(--parallax) * -2px), 0);
  filter: saturate(1.14) brightness(1.04) drop-shadow(0 28px 28px rgba(0, 0, 0, 0.34));
  mask-image: radial-gradient(ellipse at 50% 62%, black 0 29%, rgba(0, 0, 0, 0.74) 43%, transparent 62%);
}

.concept-2-5d__layer--foreground {
  z-index: 4;
  transform: translate3d(calc(var(--parallax) * 44px), 0, 0);
  filter: saturate(1.22) brightness(1.08) drop-shadow(0 -24px 34px rgba(8, 24, 22, 0.34));
  mask-image: linear-gradient(180deg, transparent 0 56%, rgba(0, 0, 0, 0.34) 66%, black 82%);
}

.concept-2-5d__grain {
  position: absolute;
  z-index: 7;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 100% 4px,
    radial-gradient(circle at 45% 30%, transparent 0 40%, rgba(2, 8, 8, 0.22) 74%, rgba(2, 8, 8, 0.52) 100%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.concept-2-5d__hud,
.concept-2-5d__caption {
  position: absolute;
  z-index: 8;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f8fff2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.concept-2-5d__hud {
  top: 24px;
  justify-content: space-between;
  font: 700 13px/1.2 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-2-5d__hud span,
.concept-2-5d__hud strong {
  padding: 8px 12px;
  border: 1px solid rgba(248, 255, 242, 0.18);
  border-radius: 999px;
  background: rgba(1, 10, 10, 0.58);
  backdrop-filter: blur(8px);
}

.concept-2-5d__caption {
  bottom: 42px;
  justify-content: center;
  text-align: center;
  font: 800 clamp(18px, 2.2vw, 30px) / 1.24 ui-rounded, "Trebuchet MS", system-ui, sans-serif;
}

.concept-2-5d__caption::before {
  content: "";
  position: absolute;
  inset: -14px auto auto 50%;
  width: min(880px, calc(100vw - 120px));
  height: calc(100% + 28px);
  transform: translateX(-50%);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(1, 10, 10, 0.18), rgba(1, 10, 10, 0.68));
  z-index: -1;
}

.concept-2-5d__timeline {
  position: absolute;
  z-index: 9;
  left: 28px;
  right: 28px;
  bottom: 20px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(248, 255, 242, 0.16);
}

.concept-2-5d__timeline-fill {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffdd87, #65ffc6);
}
