/* Fast Cash ATMs — premium fintech launch experience */

:root {
  --black: #000000;
  --ink: #050605;
  --charcoal: #0b0d0a;
  --charcoal-light: #12150f;
  --green: #88c51b;
  --green-bright: #9edb22;
  --green-dark: #456d13;
  --white: #ffffff;
  --white-soft: rgba(255, 255, 255, .72);
  --white-faint: rgba(255, 255, 255, .36);

  --frame-gap: 22px;
  --ease-premium: cubic-bezier(.22, .72, .18, 1);

  --pointer-x: 0px;
  --pointer-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --scene-x: 0px;
  --scene-y: 0px;

  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  background: var(--black);
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.experience {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: var(--app-height, 100vh);
  min-height: 560px;
  overflow: hidden;
  background: var(--black);
}

.scene,
.scene__base,
.scene__grid,
.scene__perspective,
.scene__grain,
.scene__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene {
  z-index: -2;
  overflow: hidden;
  transform: translate3d(var(--scene-x), var(--scene-y), 0);
  transition: transform 1.2s var(--ease-premium);
}

.scene__base {
  background:
    radial-gradient(circle at 72% 30%, rgba(136, 197, 27, .16), transparent 31%),
    radial-gradient(circle at 22% 82%, rgba(255, 255, 255, .045), transparent 34%),
    radial-gradient(ellipse at 47% 45%, rgba(136, 197, 27, .045), transparent 46%),
    linear-gradient(142deg, #000000 0%, #060805 44%, #0a0d08 66%, #000000 100%);
}

.scene__grid {
  inset: -10%;
  opacity: .55;
  background-image:
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(rgba(136, 197, 27, .019) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 197, 27, .019) 1px, transparent 1px);
  background-size:
    72px 72px,
    72px 72px,
    288px 288px,
    288px 288px;
  -webkit-mask-image: radial-gradient(ellipse 90% 82% at 50% 48%, black 30%, transparent 88%);
  mask-image: radial-gradient(ellipse 90% 82% at 50% 48%, black 30%, transparent 88%);
  animation: gridDrift 70s linear infinite;
}

.scene__perspective {
  top: auto;
  bottom: -24%;
  height: 62%;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 110px 68px;
  transform: perspective(720px) rotateX(67deg) scale(1.28);
  transform-origin: center bottom;
  -webkit-mask-image: linear-gradient(to top, black, transparent 88%);
  mask-image: linear-gradient(to top, black, transparent 88%);
}

.scene__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  will-change: transform, opacity;
}

.scene__glow--primary {
  top: -28%;
  right: -6%;
  width: 62vw;
  height: 62vw;
  background: radial-gradient(circle, rgba(136, 197, 27, .23), rgba(69, 109, 19, .05) 48%, transparent 73%);
  opacity: .68;
  animation: primaryGlow 24s ease-in-out infinite alternate;
}

.scene__glow--secondary {
  left: -26%;
  bottom: -44%;
  width: 64vw;
  height: 64vw;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), rgba(255, 255, 255, .015) 50%, transparent 74%);
  opacity: .42;
  animation: secondaryGlow 30s ease-in-out infinite alternate;
}

.scene__beam {
  position: absolute;
  width: 30vw;
  height: 190vh;
  filter: blur(10px);
  will-change: transform, opacity;
}

.scene__beam--one {
  top: -48%;
  left: 4%;
  transform: rotate(-35deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .012) 20%, rgba(255, 255, 255, .085) 50%, rgba(255, 255, 255, .012) 80%, transparent);
  opacity: .38;
  animation: beamOne 18s ease-in-out infinite alternate;
}

.scene__beam--two {
  right: -8%;
  bottom: -48%;
  transform: rotate(38deg);
  background: linear-gradient(90deg, transparent, rgba(136, 197, 27, .01) 20%, rgba(136, 197, 27, .08) 50%, rgba(136, 197, 27, .012) 80%, transparent);
  opacity: .28;
  animation: beamTwo 22s ease-in-out infinite alternate;
}

.atm-geometry {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .06);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .005) 42%, rgba(136, 197, 27, .018)),
    linear-gradient(180deg, rgba(8, 10, 7, .76), rgba(0, 0, 0, .72));
  box-shadow:
    inset 20px 16px 52px rgba(255, 255, 255, .014),
    inset -28px -24px 68px rgba(0, 0, 0, .62),
    0 44px 120px rgba(0, 0, 0, .55);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transform-style: preserve-3d;
  will-change: transform;
}

.atm-geometry--left {
  left: -7%;
  top: 8%;
  width: clamp(250px, 25vw, 430px);
  height: clamp(360px, 58vh, 610px);
  border-radius: 30px;
  transform: perspective(1100px) rotateY(17deg) rotateX(2deg) rotateZ(-4deg);
  opacity: .50;
  animation: atmLeft 24s ease-in-out infinite alternate;
}

.atm-geometry__screen {
  position: absolute;
  top: 14%;
  left: 14%;
  right: 14%;
  height: 34%;
  border: 1px solid rgba(136, 197, 27, .11);
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 30%, rgba(136, 197, 27, .14), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, .026), rgba(0, 0, 0, .32));
  box-shadow: inset 0 0 42px rgba(0, 0, 0, .62);
}

.atm-geometry__slot {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 24%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), rgba(136, 197, 27, .28), transparent);
  box-shadow: 0 0 12px rgba(136, 197, 27, .08);
}

.atm-geometry__rail {
  position: absolute;
  right: 10%;
  top: 18%;
  width: 1px;
  height: 62%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .18), rgba(136, 197, 27, .24), transparent);
}

.atm-geometry--right {
  right: -15%;
  bottom: -14%;
  width: min(56vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: perspective(1200px) rotateY(-14deg) rotateX(5deg);
  opacity: .36;
  animation: atmRight 27s ease-in-out infinite alternate;
}

.atm-geometry__ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 60px rgba(136, 197, 27, .025);
}

.atm-geometry__ring--inner {
  inset: 26%;
  border-color: rgba(136, 197, 27, .13);
}

.glass-panel {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .055);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .004));
  box-shadow: 0 40px 100px rgba(0, 0, 0, .42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 18px;
  opacity: .35;
}

.glass-panel--top {
  top: 8%;
  left: 42%;
  width: 170px;
  height: 80px;
  transform: rotate(-5deg);
}

.glass-panel--bottom {
  left: 34%;
  bottom: 7%;
  width: 220px;
  height: 96px;
  transform: rotate(7deg);
}

.data-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: .82;
}

.data-network__line,
.data-network__pulse {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.data-network__line {
  stroke-width: 1;
}

.data-network__line--primary {
  stroke: rgba(136, 197, 27, .18);
}

.data-network__line--secondary {
  stroke: rgba(255, 255, 255, .075);
}

.data-network__line--tertiary {
  stroke: rgba(136, 197, 27, .08);
}

.data-network__pulse {
  stroke: var(--green-bright);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 7 2400;
  filter: drop-shadow(0 0 6px rgba(136, 197, 27, .68));
  opacity: .80;
  animation: dataPulse 9s linear infinite;
}

.data-network__node {
  fill: var(--green);
  opacity: .56;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 5px rgba(136, 197, 27, .60));
  animation: nodePulse 4.8s ease-in-out infinite;
}

.data-network__node:nth-of-type(2) { animation-delay: 1.2s; }
.data-network__node:nth-of-type(3) { animation-delay: 2.4s; }
.data-network__node:nth-of-type(4) { animation-delay: 3.6s; }

.scene__grain {
  z-index: 8;
  inset: -10%;
  opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.83' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.65'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: screen;
  animation: grainShift .42s steps(2) infinite;
}

.scene__vignette {
  z-index: 9;
  box-shadow:
    inset 0 0 18vw rgba(0, 0, 0, .88),
    inset 0 -15vh 24vh rgba(0, 0, 0, .58);
}

.outer-frame {
  position: absolute;
  z-index: 8;
  inset: var(--frame-gap);
  border: 1px solid rgba(255, 255, 255, .14);
  pointer-events: none;
}

.outer-frame::before,
.outer-frame::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(136, 197, 27, .78), transparent);
}

.outer-frame::before {
  top: -1px;
  left: 13%;
}

.outer-frame::after {
  right: 12%;
  bottom: -1px;
}

.frame-corner {
  position: absolute;
  width: 28px;
  height: 28px;
}

.frame-corner::before,
.frame-corner::after {
  content: "";
  position: absolute;
  background: rgba(136, 197, 27, .72);
}

.frame-corner::before {
  width: 28px;
  height: 1px;
}

.frame-corner::after {
  width: 1px;
  height: 28px;
}

.frame-corner--tl { top: 14px; left: 14px; }
.frame-corner--tr { top: 14px; right: 14px; transform: rotate(90deg); }
.frame-corner--bl { left: 14px; bottom: 14px; transform: rotate(-90deg); }
.frame-corner--br { right: 14px; bottom: 14px; transform: rotate(180deg); }

.frame-index {
  position: absolute;
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .30), transparent);
}

.frame-index--top {
  top: 12%;
  left: -1px;
}

.frame-index--bottom {
  right: -1px;
  bottom: 18%;
}

.edge-label {
  position: absolute;
  z-index: 10;
  color: rgba(255, 255, 255, .43);
  font-family: var(--font-mono);
  font-size: clamp(.40rem, .46vw, .56rem);
  font-weight: 500;
  letter-spacing: .20em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.edge-label i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(136, 197, 27, .78);
  vertical-align: 1px;
  animation: liveBlink 2.6s ease-in-out infinite;
}

.edge-label--tl {
  top: 43px;
  left: 47px;
}

.edge-label--tr {
  top: 43px;
  right: 47px;
}

.edge-label--ml {
  left: 11px;
  top: 51%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.edge-label--mr {
  right: 11px;
  top: 49%;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right top;
}

.edge-label--bl {
  left: 47px;
  bottom: 43px;
}

.edge-label--br {
  right: 47px;
  bottom: 43px;
}

.status-stack {
  position: absolute;
  z-index: 10;
  right: 38px;
  top: 50%;
  display: grid;
  gap: 11px;
  width: 24px;
  transform: translateY(-50%);
  pointer-events: none;
}

.status-stack span {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .24);
  transform-origin: right center;
  animation: statusSequence 8s ease-in-out infinite;
}

.status-stack span:nth-child(2) { animation-delay: 2s; }
.status-stack span:nth-child(3) { animation-delay: 4s; }
.status-stack span:nth-child(4) { animation-delay: 6s; }

.composition {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(260px, .62fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 6rem);
  width: min(92vw, 1500px);
  height: 100%;
  margin: 0 auto;
  padding:
    max(86px, env(safe-area-inset-top))
    clamp(42px, 5vw, 88px)
    max(84px, env(safe-area-inset-bottom));
}

.brand-interface {
  position: relative;
  min-width: 0;
  transform:
    translate3d(var(--pointer-x), var(--pointer-y), 0)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 1s var(--ease-premium);
}

.brand-interface::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 7% 1% 5%;
  border-radius: 36px;
  background:
    radial-gradient(ellipse at center, rgba(136, 197, 27, .10), transparent 62%),
    rgba(0, 0, 0, .46);
  filter: blur(28px);
}

.brand-interface__topline,
.brand-interface__bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  margin-inline: auto;
  color: rgba(255, 255, 255, .38);
  font-family: var(--font-mono);
  font-size: clamp(.40rem, .44vw, .54rem);
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-interface__topline {
  margin-bottom: 10px;
}

.brand-interface__bottomline {
  margin-top: 10px;
}

.live-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .58);
}

.live-state i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(136, 197, 27, .68);
}

.signal-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 10px;
}

.signal-bars i {
  width: 2px;
  background: var(--green);
  opacity: .45;
  animation: signalWave 2.4s ease-in-out infinite;
}

.signal-bars i:nth-child(1) { height: 3px; }
.signal-bars i:nth-child(2) { height: 5px; animation-delay: .15s; }
.signal-bars i:nth-child(3) { height: 7px; animation-delay: .30s; }
.signal-bars i:nth-child(4) { height: 10px; animation-delay: .45s; }

.logo-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1412 / 868;
  perspective: 1500px;
}

.logo-depth {
  position: absolute;
  z-index: -2;
  inset: 9% 6%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(136, 197, 27, .14), rgba(69, 109, 19, .025) 45%, transparent 72%);
  filter: blur(44px);
  opacity: .72;
  animation: logoAura 8s ease-in-out infinite alternate;
}

.logo-float {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: logoFloat 8s ease-in-out infinite;
}

.logo-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: var(--black);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, .58),
    0 0 0 1px rgba(136, 197, 27, .015),
    inset 0 0 50px rgba(255, 255, 255, .012);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  filter: contrast(1.012) brightness(1.005);
}

.logo-scan {
  position: absolute;
  top: -35%;
  left: -24%;
  width: 16%;
  height: 170%;
  transform: rotate(19deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .09), rgba(136, 197, 27, .04), transparent);
  filter: blur(7px);
  mix-blend-mode: screen;
  opacity: 0;
  animation: logoScan 9s var(--ease-premium) infinite;
}

.logo-reflection {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -3%;
  width: 58%;
  height: 8%;
  transform: translateX(-50%) rotateX(72deg);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, .13), rgba(136, 197, 27, .035) 35%, transparent 74%);
  filter: blur(15px);
  opacity: .42;
  animation: reflectionBreath 8s ease-in-out infinite alternate;
}

.launch-panel {
  position: relative;
  align-self: center;
  padding: clamp(1rem, 2vw, 2rem) 0;
}

.launch-panel::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -34%;
  width: 1px;
  height: 116%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .18), rgba(136, 197, 27, .36), transparent);
}

.launch-panel::after {
  content: "";
  position: absolute;
  top: 14%;
  left: calc(-34% - 4px);
  width: 9px;
  height: 9px;
  border: 1px solid rgba(136, 197, 27, .62);
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 0 12px rgba(136, 197, 27, .20);
}

.launch-panel__index {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: clamp(1.5rem, 3vh, 2.7rem);
  color: rgba(255, 255, 255, .40);
  font-family: var(--font-mono);
  font-size: .54rem;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.launch-panel__index span:first-child {
  color: var(--green);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0;
}

.launch-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7.3vw, 8.6rem);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .78;
  text-transform: uppercase;
  text-shadow: 0 20px 60px rgba(0, 0, 0, .64);
}

.launch-title > span {
  display: block;
}

.launch-title__accent {
  position: relative;
  width: max-content;
  margin-top: .18em;
  color: var(--green);
}

.launch-title__accent::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: .06em;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, var(--green), transparent);
  opacity: .55;
}

.supporting-copy {
  max-width: 27ch;
  margin: clamp(1.6rem, 3vh, 2.6rem) 0 0;
  color: var(--white-soft);
  font-size: clamp(.92rem, 1.05vw, 1.08rem);
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
}

.progress-system {
  width: min(330px, 100%);
  margin-top: clamp(2rem, 4vh, 3.4rem);
}

.progress-system__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .42);
  font-family: var(--font-mono);
  font-size: .50rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.progress-system__meta span:last-child {
  color: var(--green);
}

.progress-system__track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
}

.progress-system__bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 72%;
  background: linear-gradient(90deg, var(--green-dark), var(--green), var(--green-bright));
  box-shadow: 0 0 12px rgba(136, 197, 27, .28);
}

.progress-system__scan {
  position: absolute;
  inset: 0 auto 0 0;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .90), transparent);
  filter: drop-shadow(0 0 5px rgba(136, 197, 27, .60));
  animation: progressScan 4.8s var(--ease-premium) infinite;
}

.micro-metrics {
  display: flex;
  gap: 18px;
  margin-top: 1.3rem;
  color: rgba(255, 255, 255, .38);
  font-family: var(--font-mono);
  font-size: .46rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.micro-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.micro-metrics i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  opacity: .72;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.js .reveal--brand {
  transform: translateY(14px) scale(.987);
}

.js.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1.18s var(--ease-premium),
    transform 1.18s var(--ease-premium);
}

.js.is-ready .reveal--brand {
  transform: translateY(0) scale(1);
  transition-delay: .05s;
}

.js.is-ready .reveal--index { transition-delay: .18s; }
.js.is-ready .reveal--title { transition-delay: .28s; }
.js.is-ready .reveal--copy { transition-delay: .42s; }
.js.is-ready .reveal--progress { transition-delay: .54s; }
.js.is-ready .reveal--metrics { transition-delay: .66s; }

@keyframes gridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(72px, 72px, 0); }
}

@keyframes primaryGlow {
  from { transform: translate3d(0, 0, 0) scale(.96); opacity: .46; }
  to { transform: translate3d(-8%, 7%, 0) scale(1.10); opacity: .72; }
}

@keyframes secondaryGlow {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .28; }
  to { transform: translate3d(9%, -7%, 0) scale(1.12); opacity: .46; }
}

@keyframes beamOne {
  from { transform: translate3d(-8%, -2%, 0) rotate(-35deg); opacity: .22; }
  to { transform: translate3d(18%, 4%, 0) rotate(-35deg); opacity: .44; }
}

@keyframes beamTwo {
  from { transform: translate3d(8%, 3%, 0) rotate(38deg); opacity: .15; }
  to { transform: translate3d(-16%, -4%, 0) rotate(38deg); opacity: .32; }
}

@keyframes atmLeft {
  from {
    transform: perspective(1100px) rotateY(17deg) rotateX(2deg) rotateZ(-4deg) translate3d(0, 0, 0);
  }
  to {
    transform: perspective(1100px) rotateY(12deg) rotateX(0deg) rotateZ(-1deg) translate3d(7%, -3%, 0);
  }
}

@keyframes atmRight {
  from {
    transform: perspective(1200px) rotateY(-14deg) rotateX(5deg) translate3d(0, 0, 0);
  }
  to {
    transform: perspective(1200px) rotateY(-10deg) rotateX(2deg) translate3d(-4%, -4%, 0);
  }
}

@keyframes dataPulse {
  to { stroke-dashoffset: -2407; }
}

@keyframes nodePulse {
  0%, 100% { opacity: .24; transform: scale(1); }
  50% { opacity: .86; transform: scale(1.65); }
}

@keyframes liveBlink {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}

@keyframes statusSequence {
  0%, 28%, 100% {
    background: rgba(255, 255, 255, .22);
    box-shadow: none;
    transform: scaleX(.68);
  }
  8%, 17% {
    background: var(--green);
    box-shadow: 0 0 8px rgba(136, 197, 27, .42);
    transform: scaleX(1);
  }
}

@keyframes signalWave {
  0%, 100% { opacity: .28; transform: scaleY(.65); }
  50% { opacity: .90; transform: scaleY(1); }
}

@keyframes logoAura {
  from { transform: scale(.94); opacity: .46; }
  to { transform: scale(1.07); opacity: .78; }
}

@keyframes logoFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 12px); }
}

@keyframes logoScan {
  0%, 54% { left: -24%; opacity: 0; }
  60% { opacity: .12; }
  77% { opacity: .07; }
  84%, 100% { left: 118%; opacity: 0; }
}

@keyframes reflectionBreath {
  from { transform: translateX(-50%) rotateX(72deg) scale(.92); opacity: .26; }
  to { transform: translateX(-50%) rotateX(72deg) scale(1.07); opacity: .48; }
}

@keyframes progressScan {
  0% { transform: translateX(-130%); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translateX(480%); opacity: 0; }
}

@keyframes grainShift {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-1%, .8%, 0); }
  50% { transform: translate3d(.8%, -1%, 0); }
  75% { transform: translate3d(.5%, .8%, 0); }
  100% { transform: translate3d(-.7%, -.4%, 0); }
}

@media (max-width: 1100px) {
  .composition {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, .65fr);
    gap: 2.5rem;
    width: 95vw;
    padding-inline: 48px;
  }

  .launch-title {
    font-size: clamp(3.7rem, 7vw, 7rem);
  }

  .launch-panel::before,
  .launch-panel::after {
    left: -18%;
  }

  .glass-panel--top {
    left: 48%;
  }
}

@media (max-width: 820px) {
  :root {
    --frame-gap: 14px;
  }

  .experience {
    min-height: 650px;
  }

  .composition {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
    width: 100%;
    padding: 74px 24px 60px;
  }

  .brand-interface {
    width: min(94vw, 760px);
    margin-inline: auto;
  }

  .launch-panel {
    display: grid;
    justify-items: center;
    margin-top: clamp(-2.2rem, -4vh, -1.2rem);
    padding: 0;
    text-align: center;
  }

  .launch-panel::before,
  .launch-panel::after,
  .launch-panel__index,
  .micro-metrics {
    display: none;
  }

  .launch-title {
    font-size: clamp(2.8rem, 10vw, 4.8rem);
    line-height: .84;
  }

  .launch-title > span {
    display: inline;
  }

  .launch-title__accent {
    margin-left: .12em;
  }

  .launch-title__accent::after {
    display: none;
  }

  .supporting-copy {
    max-width: 32ch;
    margin-top: 1.1rem;
    text-align: center;
  }

  .progress-system {
    width: min(320px, 72vw);
    margin-top: 1.65rem;
  }

  .atm-geometry--left {
    left: -24%;
    opacity: .30;
  }

  .atm-geometry--right {
    right: -32%;
    opacity: .25;
  }

  .glass-panel--top,
  .glass-panel--bottom {
    opacity: .22;
  }

  .edge-label--ml,
  .edge-label--mr,
  .edge-label--br {
    display: none;
  }
}

@media (max-width: 560px) {
  :root {
    --frame-gap: 10px;
  }

  .experience {
    min-height: 580px;
  }

  .composition {
    padding: 64px 12px 52px;
  }

  .brand-interface {
    width: 102vw;
    margin-left: -1vw;
  }

  .brand-interface__topline,
  .brand-interface__bottomline {
    width: 84%;
    font-size: .37rem;
  }

  .brand-interface__topline {
    margin-bottom: 6px;
  }

  .brand-interface__bottomline {
    margin-top: 6px;
  }

  .logo-media {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
  }

  .launch-panel {
    margin-top: -1.2rem;
  }

  .launch-title {
    font-size: clamp(2.45rem, 13vw, 3.75rem);
  }

  .supporting-copy {
    max-width: 86vw;
    font-size: .88rem;
  }

  .progress-system {
    width: min(270px, 72vw);
  }

  .edge-label {
    font-size: .36rem;
    letter-spacing: .14em;
  }

  .edge-label--tl {
    top: 27px;
    left: 27px;
  }

  .edge-label--tr {
    top: 27px;
    right: 27px;
  }

  .edge-label--bl {
    left: 27px;
    bottom: 27px;
  }

  .status-stack {
    right: 14px;
    gap: 9px;
    width: 15px;
  }

  .atm-geometry--left,
  .glass-panel--top,
  .glass-panel--bottom,
  .data-network__line--secondary,
  .data-network__line--tertiary,
  .data-network__node:nth-of-type(3),
  .data-network__node:nth-of-type(4) {
    display: none;
  }

  .atm-geometry--right {
    right: -58%;
    bottom: -8%;
    width: 110vw;
    opacity: .18;
  }

  .scene__grid {
    opacity: .30;
    background-size:
      96px 96px,
      96px 96px,
      384px 384px,
      384px 384px;
  }

  .frame-corner {
    width: 22px;
    height: 22px;
  }

  .frame-corner::before { width: 22px; }
  .frame-corner::after { height: 22px; }

  .frame-corner--tl { top: 9px; left: 9px; }
  .frame-corner--tr { top: 9px; right: 9px; }
  .frame-corner--bl { left: 9px; bottom: 9px; }
  .frame-corner--br { right: 9px; bottom: 9px; }
}

@media (max-height: 680px) and (min-width: 821px) {
  .composition {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .launch-panel__index {
    margin-bottom: 1.3rem;
  }

  .launch-title {
    font-size: clamp(3.5rem, 6.8vw, 6.5rem);
  }

  .supporting-copy {
    margin-top: 1.4rem;
  }

  .progress-system {
    margin-top: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  .scene,
  .brand-interface {
    transform: none !important;
    transition: none !important;
  }

  .js .reveal,
  .js.is-ready .reveal,
  .js.is-ready .reveal--brand {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .logo-scan,
  .progress-system__scan {
    display: none;
  }

  .data-network__pulse {
    stroke-dasharray: none;
    opacity: .34;
  }
}
