:root {
  --carbon: #0a0e14;
  --slate: #11161d;
  --rog-blue: #0a84ff;
  --neon-blue: #1cc6ff;
  --orange: #ff8a00;
  --light: #e6e6e6;
  --muted: rgba(230, 230, 230, 0.72);
  --line: rgba(28, 198, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(28, 198, 255, 0.72) rgba(2, 4, 7, 0.94);
  scrollbar-width: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #020407;
  color: var(--light);
  font-family: "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

::-webkit-scrollbar {
  width: 18px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.98), rgba(10, 14, 20, 0.94)),
    repeating-linear-gradient(180deg, transparent 0 16px, rgba(28, 198, 255, 0.08) 17px 18px);
  border-left: 1px solid rgba(28, 198, 255, 0.16);
}

::-webkit-scrollbar-thumb {
  border: 3px solid rgba(2, 4, 7, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(28, 198, 255, 0.92), rgba(10, 132, 255, 0.74) 54%, rgba(28, 198, 255, 0.78));
  box-shadow:
    inset 0 0 0 1px rgba(230, 230, 230, 0.22),
    0 0 1rem rgba(10, 132, 255, 0.34);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(230, 230, 230, 0.9), rgba(28, 198, 255, 0.95) 42%, rgba(10, 132, 255, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    0 0 1.4rem rgba(28, 198, 255, 0.58);
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 2px 2px, 42px 42px;
  mix-blend-mode: screen;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #010305;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 720ms cubic-bezier(0.76, 0, 0.24, 1),
    visibility 720ms step-end;
}

.site-loader.is-exiting {
  animation: loaderExitClip 1480ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.site-loader.is-exiting .loader-panel img {
  animation: loaderItemZoomOut 460ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.site-loader.is-exiting .loader-kicker,
.site-loader.is-exiting .loader-panel h1 {
  animation: loaderItemZoomOut 500ms cubic-bezier(0.76, 0, 0.24, 1) 180ms forwards;
}

.site-loader.is-exiting .loader-progress,
.site-loader.is-exiting .loader-meta {
  animation: loaderItemZoomOut 520ms cubic-bezier(0.76, 0, 0.24, 1) 360ms forwards;
}

.site-loader.is-exiting .loader-orbit {
  animation: loaderOrbitExit 960ms cubic-bezier(0.76, 0, 0.24, 1) 320ms forwards;
}

.site-loader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-bg,
.loader-glitch-copy {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loader-bg {
  z-index: -3;
  background:
    radial-gradient(circle at 52% 48%, rgba(10, 132, 255, 0.18), transparent 38rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.94)),
    url("assets/backgrounds/loader-glitch-bg.png?v=20260506-63") center / cover;
  opacity: 0.58;
  filter: saturate(1.06) brightness(0.42) contrast(1.14);
  transform: scale(1.04);
  animation: loaderBgDrift 5.8s ease-in-out infinite alternate, loaderImageGlitch 1.7s steps(2, end) infinite;
}

.loader-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 48%, rgba(28, 198, 255, 0.2), transparent 24rem),
    radial-gradient(ellipse at 74% 58%, rgba(10, 132, 255, 0.15), transparent 26rem),
    radial-gradient(circle at 50% 50%, transparent 0 20%, rgba(0, 0, 0, 0.28) 56%, rgba(0, 0, 0, 0.96) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 34% 62%, rgba(0, 0, 0, 0.84));
  mix-blend-mode: screen;
  filter: saturate(1.35) contrast(1.12);
}

.loader-bg::before {
  content: none;
  position: absolute;
  inset: -6%;
  opacity: 0.48;
  background:
    radial-gradient(ellipse at 32% 46%, rgba(28, 198, 255, 0.2), transparent 26rem),
    radial-gradient(ellipse at 70% 52%, rgba(0, 70, 180, 0.22), transparent 28rem),
    linear-gradient(92deg, transparent 0 36%, rgba(28, 198, 255, 0.15) 46%, rgba(255, 42, 219, 0.07) 50%, transparent 61% 100%);
  filter: blur(0.12rem);
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--loader-progress, 0) * -2.4rem), 0, 0);
  animation: loaderSignalJitter 620ms steps(2, end) infinite;
}

.loader-glitch-copy {
  z-index: -2;
  opacity: 0.28;
  background:
    url("assets/backgrounds/loader-glitch-bg.png?v=20260506-63") center / cover;
  mix-blend-mode: screen;
  filter:
    saturate(1.8)
    brightness(0.78)
    contrast(1.26)
    hue-rotate(18deg);
  transform: scale(1.045);
  animation: loaderGlitchCuts 1.45s steps(2, end) infinite;
}

.loader-glitch-copy::before,
.loader-glitch-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  mix-blend-mode: screen;
  pointer-events: none;
}

.loader-glitch-copy::before {
  opacity: 0.5;
  filter: sepia(1) saturate(8) hue-rotate(150deg);
  transform: translate3d(-0.55rem, 0, 0);
  animation: loaderColorSplitA 1.95s steps(2, end) infinite;
}

.loader-glitch-copy::after {
  opacity: 0.42;
  filter: sepia(1) saturate(8) hue-rotate(300deg);
  transform: translate3d(0.48rem, 0, 0);
  animation: loaderColorSplitB 1.68s steps(2, end) infinite;
}

.loader-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 1;
  width: min(42vw, 36rem);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-18deg);
  pointer-events: none;
}

.loader-orbit span {
  position: absolute;
  inset: calc(var(--ring-offset, 0) * 1rem);
  border-radius: inherit;
  border: 1px solid transparent;
  background:
    conic-gradient(from var(--orbit-angle, 0deg), transparent 0 8%, rgba(28, 198, 255, 0.95) 13%, rgba(186, 70, 255, 0.72) 18%, transparent 26% 63%, rgba(10, 132, 255, 0.72) 70%, transparent 78% 100%) border-box;
  filter:
    blur(0.02rem)
    drop-shadow(0 0 0.45rem rgba(28, 198, 255, 0.78))
    drop-shadow(0 0 1.1rem rgba(186, 70, 255, 0.34));
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  animation: loaderOrbit 2.15s linear infinite;
}

.loader-orbit span:nth-child(2) {
  --ring-offset: 3.2;
  opacity: 0.62;
  animation-duration: 2.85s;
  animation-direction: reverse;
}

.loader-orbit span:nth-child(3) {
  --ring-offset: 6.2;
  opacity: 0.38;
  animation-duration: 3.6s;
}

.loader-panel {
  position: relative;
  z-index: 4;
  width: min(43rem, calc(100vw - 2.4rem));
  padding: clamp(2rem, 3.5vw, 3.4rem) clamp(1.6rem, 3.5vw, 3.8rem);
  text-align: center;
  transform:
    translateY(calc((1 - var(--loader-progress, 0)) * 0.75rem))
    scale(calc(0.985 + var(--loader-progress, 0) * 0.015));
}

.loader-panel::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 8px;
  padding: 1px;
  background:
    conic-gradient(from var(--outline-angle, 0deg), rgba(28, 198, 255, 0.95), rgba(186, 70, 255, 0.48), rgba(255, 42, 219, 0.24), rgba(28, 198, 255, 0.1), rgba(28, 198, 255, 0.95));
  opacity: 0.86;
  filter:
    drop-shadow(0 0 0.72rem rgba(28, 198, 255, 0.32))
    drop-shadow(0 0 2rem rgba(10, 132, 255, 0.2));
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  animation: outlineOrbit 3.8s linear infinite;
}

.loader-panel::after {
  content: none;
  position: absolute;
  inset: 1px;
  z-index: -2;
  border-radius: 8px;
  background: rgba(2, 5, 9, 0.58);
  box-shadow: inset 0 0 3rem rgba(28, 198, 255, 0.08);
  backdrop-filter: blur(14px);
}

.loader-panel img {
  display: block;
  width: clamp(13rem, 19vw, 19rem);
  margin: 0 auto 1.25rem;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 1rem rgba(255, 255, 255, 0.28))
    drop-shadow(0 0 1.6rem rgba(28, 198, 255, 0.18));
}

.loader-kicker {
  margin: 0 0 0.45rem;
  color: var(--rog-blue);
  font-size: clamp(0.8rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loader-panel h1 {
  margin: 0 auto 1.8rem;
  max-width: 10ch;
  color: #d4d4d4;
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.25rem, 6.55vw, 7.25rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 1.6rem rgba(255, 255, 255, 0.12),
    0 0 3rem rgba(10, 132, 255, 0.15);
}

.loader-progress {
  position: relative;
  height: 0.46rem;
  overflow: hidden;
  border: 1px solid rgba(28, 198, 255, 0.34);
  border-radius: 999px;
  background: rgba(2, 5, 9, 0.82);
  box-shadow: inset 0 0 1rem rgba(28, 198, 255, 0.08);
}

.loader-progress span {
  display: block;
  width: calc(var(--loader-progress, 0) * 100%);
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(28, 198, 255, 0.95), rgba(10, 132, 255, 0.88), rgba(255, 42, 219, 0.72), rgba(28, 198, 255, 0.95));
  background-size: 220% 100%;
  box-shadow:
    0 0 0.8rem rgba(28, 198, 255, 0.72),
    0 0 1.5rem rgba(186, 70, 255, 0.32);
  animation: loaderProgressLight 1.2s linear infinite;
}

.loader-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.8rem;
  color: rgba(230, 230, 230, 0.68);
  font-size: clamp(0.68rem, 0.88vw, 0.86rem);
  text-transform: uppercase;
}

.loader-meta b {
  color: var(--neon-blue);
  font-weight: 800;
}

.loader-meta small {
  color: #fff;
  font: inherit;
  font-weight: 800;
}

.loader-s0 {
  position: absolute;
  right: clamp(0.9rem, 1.5vw, 1.4rem);
  bottom: clamp(0.8rem, 1.4vw, 1.2rem);
  z-index: 6;
  border: 1px solid rgba(28, 198, 255, 0.28);
  padding: 0.2rem 0.48rem;
  color: rgba(230, 230, 230, 0.9);
  background: rgba(3, 6, 10, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 1.35rem clamp(1.2rem, 4vw, 4.2rem);
}

.site-header .brand {
  opacity: var(--nav-brand-opacity, 0);
  transform: none;
  transition: opacity 180ms ease;
}

.brand img {
  display: block;
  width: clamp(8.6rem, 12.2vw, 13.8rem);
  filter: brightness(0) invert(1) drop-shadow(0 0 0.9rem rgba(255, 255, 255, 0.18));
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand span {
  display: none;
  color: #fff;
  font-size: clamp(0.7rem, 1.1vw, 1rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(1.3rem, 3.2vw, 3.6rem);
  color: rgba(230, 230, 230, 0.72);
  font-size: clamp(0.72rem, 0.9vw, 0.95rem);
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  transition:
    color 180ms ease,
    transform 180ms cubic-bezier(0.19, 1, 0.22, 1),
    text-shadow 180ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--light);
  text-shadow: 0 0 1.1rem rgba(10, 132, 255, 0.9);
}

.nav-links a:hover {
  transform: translateY(-0.16rem);
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(10, 14, 20, 0.46);
}

.menu-button span {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.25rem auto;
  background: var(--light);
}

.hero-journey {
  position: relative;
  height: 1600vh;
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #010305;
  isolation: isolate;
}

.hero-bg,
.hero-vignette,
.edge-glow,
.travel-glow,
.glow-frame,
.energy-sweep {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -4;
  background-position: center;
  background-size: cover;
  transition: opacity 240ms linear, transform 240ms linear;
}

.hero-sticky.rgb-glitch-test::before,
.hero-sticky.rgb-glitch-test::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: calc(var(--rgb-glitch, 0) * 0.26);
  background-image: var(--hero-bg-url, url("assets/backgrounds/hero-bg.png?v=20260506-08"));
  background-position: center;
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-sticky.rgb-glitch-test::before {
  filter: sepia(1) saturate(7) hue-rotate(310deg);
  transform: translate3d(calc(var(--rgb-glitch, 0) * -0.72rem), 0, 0);
  clip-path: polygon(0 7%, 100% 7%, 100% 13%, 0 13%, 0 31%, 100% 31%, 100% 37%, 0 37%, 0 74%, 100% 74%, 100% 79%, 0 79%);
  animation: rgbGlitchSliceA 620ms steps(2, end) infinite;
}

.hero-sticky.rgb-glitch-test::after {
  opacity: calc(var(--rgb-glitch, 0) * 0.2);
  filter: sepia(1) saturate(8) hue-rotate(145deg);
  transform: translate3d(calc(var(--rgb-glitch, 0) * 0.64rem), 0, 0);
  clip-path: polygon(0 19%, 100% 19%, 100% 25%, 0 25%, 0 52%, 100% 52%, 100% 57%, 0 57%, 0 88%, 100% 88%, 100% 92%, 0 92%);
  animation: rgbGlitchSliceB 740ms steps(2, end) infinite;
}

.hero-bg-intro {
  background-image: var(--hero-bg-url, url("assets/backgrounds/hero-bg.png?v=20260506-08"));
  opacity: calc(1 - var(--stage, 0));
  transform: scale(calc(1.04 - var(--stage, 0) * 0.025));
}

.hero-bg-rotation {
  background-image: var(--rotation-bg-url, url("assets/backgrounds/section-rotation-bg.png?v=20260506-08"));
  opacity: var(--stage, 0);
  transform: scale(calc(1.08 - var(--stage, 0) * 0.045));
}

.hero-bg-rotation::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: calc(var(--stage, 0) * 0.72);
  background:
    radial-gradient(circle at 12% 84%, rgba(28, 198, 255, 0.28), rgba(10, 132, 255, 0.12) 12rem, transparent 31rem),
    radial-gradient(circle at 44% 54%, rgba(10, 132, 255, 0.1), transparent 24rem);
  mix-blend-mode: screen;
  filter: blur(0.2rem);
}

.hero-vignette {
  z-index: -3;
  background:
    radial-gradient(circle at 51% 50%, transparent 0 28%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 32% 68%, rgba(0, 0, 0, 0.56));
}

.edge-glow {
  z-index: 20;
  pointer-events: none;
  opacity: calc(var(--final-glow, 0) * 0.58);
  box-shadow:
    inset 0 0 calc(2.3rem + var(--glow-bloom, 0) * 2.53rem) rgba(28, 198, 255, 0.5),
    inset 0 0 calc(1.32rem + var(--glow-bloom, 0) * 1.44rem) rgba(10, 132, 255, 0.56);
  animation: borderBreath 2.7s ease-in-out infinite;
}

.edge-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.23rem;
  opacity: calc(var(--final-glow, 0) * 1);
  background:
    conic-gradient(from var(--outline-angle, 0deg), rgba(28, 198, 255, 0.92), rgba(186, 70, 255, 0.55), rgba(255, 42, 219, 0.34), rgba(28, 198, 255, 0.18), rgba(28, 198, 255, 0.92));
  filter:
    blur(0.16rem)
    drop-shadow(0 0 0.8rem rgba(28, 198, 255, 0.68))
    drop-shadow(0 0 1.8rem rgba(186, 70, 255, 0.34));
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  animation: outlineOrbit 4.8s linear infinite;
}

.travel-glow {
  z-index: 21;
  pointer-events: none;
  opacity: calc(var(--final-glow, 0) * 0.67);
  background:
    radial-gradient(ellipse at -5% 55%, rgba(28, 198, 255, 0.32), rgba(10, 132, 255, 0.15) 17.25rem, transparent 35.65rem),
    radial-gradient(ellipse at 105% 55%, rgba(28, 198, 255, 0.3), rgba(179, 72, 255, 0.11) 17.25rem, transparent 35.65rem),
    radial-gradient(ellipse at 50% 104%, rgba(28, 198, 255, 0.2), rgba(10, 132, 255, 0.09) 12.65rem, transparent 26.45rem),
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(28, 198, 255, 0.1), transparent 18rem);
  mix-blend-mode: screen;
  filter: blur(calc(0.06rem + var(--glow-bloom, 0) * 0.6rem)) saturate(1.2);
  transform: scale(calc(1 + var(--glow-bloom, 0) * 0.03));
  animation: glowFloat 3.8s ease-in-out infinite;
}

.travel-glow::before,
.travel-glow::after {
  content: none;
  display: none;
}

.travel-glow::after {
  content: none;
}

.glow-frame {
  z-index: 24;
  pointer-events: none;
  opacity: calc(var(--final-glow, 0) * 0.62);
  mix-blend-mode: screen;
}

.glow-frame span {
  position: absolute;
  display: block;
  background:
    linear-gradient(90deg, transparent, rgba(28, 198, 255, 0.04), rgba(28, 198, 255, 0.8), rgba(255, 42, 219, 0.42), rgba(186, 70, 255, 0.52), rgba(28, 198, 255, 0.08), transparent);
  background-size: 260% 100%;
  filter:
    blur(0.03rem)
    drop-shadow(0 0 0.45rem rgba(28, 198, 255, 0.72))
    drop-shadow(0 0 1.3rem rgba(10, 132, 255, 0.44));
  animation: frameTrace 2.55s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

.frame-top,
.frame-bottom {
  left: 0;
  right: 0;
  height: 0.22rem;
}

.frame-top {
  top: 0;
}

.frame-bottom {
  bottom: 0;
  animation-delay: 1.8s;
  animation-direction: reverse;
}

.frame-right,
.frame-left {
  top: 0;
  bottom: 0;
  width: 0.22rem;
  transform-origin: center;
}

.frame-right {
  right: 0;
  animation-delay: 0.9s;
}

.frame-left {
  left: 0;
  animation-delay: 2.7s;
  animation-direction: reverse;
}

.energy-sweep {
  z-index: 23;
  pointer-events: none;
  opacity: 0;
  display: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.energy-sweep::before,
.energy-sweep::after {
  content: "";
  position: absolute;
  left: -35%;
  top: -30%;
  width: 42%;
  height: 160%;
  background:
    linear-gradient(90deg, transparent, rgba(28, 198, 255, 0.12), rgba(255, 42, 219, 0.06), rgba(186, 70, 255, 0.06), transparent);
  filter: blur(0.45rem);
  transform: rotate(18deg) translateX(calc(var(--glow-pass, 0) * 260vw));
  animation: sweepLoop 3.4s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.energy-sweep::after {
  width: 30%;
  opacity: 0.42;
  animation-delay: 2.2s;
  transform: rotate(-14deg) translateX(calc((var(--glow-pass, 0) - 0.3) * 250vw));
}

.hero-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow-reactive {
  filter:
    drop-shadow(0 0 calc(var(--final-glow, 0) * 1rem) rgba(28, 198, 255, 0.48))
    drop-shadow(0 0 calc(var(--final-glow, 0) * 3.2rem) rgba(10, 132, 255, 0.24));
}

.intro-layer {
  transform:
    translateY(calc(var(--intro-exit, 0) * -4.8rem))
    scale(calc(1 - var(--intro-exit, 0) * 0.018));
}

.intro-brand {
  position: absolute;
  left: clamp(1.25rem, 2.85vw, 4rem);
  top: clamp(4.75rem, 9.08vw, 7.25rem);
  z-index: 65;
  width: clamp(24.5rem, 37.8vw, 46.4rem);
  transform-origin: left top;
  opacity: var(--hero-logo-in, 1);
  transform:
    translateX(calc(var(--intro-logo-exit, 0) * -1.35rem))
    translateY(calc((1 - var(--hero-logo-in, 1)) * 1.2rem + var(--intro-logo-exit, 0) * -0.15rem))
    scale(calc((0.96 + var(--hero-logo-in, 1) * 0.04) - var(--intro-logo-exit, 0) * 0.54));
}

.intro-brand img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.98;
  filter: brightness(0) invert(1) drop-shadow(0 0 1.2rem rgba(255, 255, 255, 0.24));
}

.intro-title {
  position: absolute;
  left: clamp(1.25rem, 2.9vw, 4.25rem);
  top: 33.1vh;
  opacity: 1;
}

.intro-title p,
.rotation-copy-left p,
.powered-heading p {
  margin: 0 0 0.58rem;
  color: rgba(230, 230, 230, 0.9);
  font-size: clamp(0.82rem, 1vw, 1.14rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-title p {
  opacity: calc(var(--hero-eyebrow-in, 1) * (1 - var(--intro-exit, 0)));
  clip-path: inset(0 calc((1 - var(--hero-eyebrow-in, 1)) * 100%) 0 0);
  transform: translateX(calc((1 - var(--hero-eyebrow-in, 1)) * -0.75rem));
  text-shadow: 0 0 calc(var(--hero-eyebrow-in, 1) * 0.8rem) rgba(28, 198, 255, 0.18);
}

.intro-title p::after {
  content: "";
  display: block;
  width: calc(var(--hero-eyebrow-in, 1) * 3.2rem);
  height: 1px;
  margin-top: 0.28rem;
  background: linear-gradient(90deg, var(--rog-blue), transparent);
  box-shadow: 0 0 0.75rem rgba(10, 132, 255, 0.55);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.intro-title h1 {
  margin: 0;
  color: #cfcfcf;
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(6.95rem, 13.2vw, 14.85rem);
  line-height: 0.79;
  letter-spacing: 0.018em;
  text-transform: uppercase;
  opacity: calc(var(--hero-title-in, 1) * (1 - var(--intro-exit, 0)));
  clip-path: inset(0 calc((1 - var(--hero-title-in, 1)) * 100%) 0 0);
  transform:
    translateY(calc((1 - var(--hero-title-in, 1)) * 1.25rem))
    scale(calc(0.985 + var(--hero-title-in, 1) * 0.015));
  text-shadow:
    0 0 1rem rgba(255, 255, 255, 0.08),
    0.055em 0 rgba(255, 255, 255, 0.035);
  animation: titleMicroGlitch 6.2s steps(1, end) infinite;
}

.intro-title h1::after {
  content: none;
}

.intro-copy {
  position: absolute;
  right: clamp(1.7rem, 4.2vw, 5.4rem);
  top: 41vh;
  width: clamp(23rem, 29.7vw, 34.8rem);
  max-width: none;
  color: rgba(230, 230, 230, 0.78);
  font-size: clamp(1.12rem, 1.72vw, 1.95rem);
  font-weight: 400;
  line-height: 1.28;
  opacity: calc(var(--hero-copy-in, 1) * (1 - var(--intro-exit, 0)));
  transform:
    translateX(calc((1 - var(--hero-copy-in, 1)) * 1.5rem))
    skewX(calc((1 - var(--hero-copy-in, 1)) * -3deg));
}

.intro-copy span {
  display: block;
  margin-top: 1rem;
  color: var(--rog-blue);
  border-bottom: 2px solid var(--rog-blue);
  padding-bottom: 1.05rem;
  white-space: nowrap;
  text-shadow: 0 0 calc(var(--hero-copy-in, 1) * 1rem) rgba(10, 132, 255, 0.24);
}

.hud-card {
  border: 1px solid rgba(230, 230, 230, 0.18);
  border-radius: 8px;
  background: rgba(3, 6, 10, 0.66);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 0 1.8rem rgba(28, 198, 255, 0.04);
}

.intro-card {
  position: absolute;
  left: clamp(1.25rem, 2.9vw, 4.25rem);
  top: 72.7vh;
  bottom: auto;
  width: clamp(11.6rem, 15.25vw, 17.6rem);
  padding: 0.86rem 1.02rem;
  background: rgba(3, 6, 10, 0.5);
  opacity: calc(var(--hero-card-in, 1) * (1 - var(--intro-exit, 0)));
  transform:
    translateY(calc((1 - var(--hero-card-in, 1)) * 1.65rem))
    scale(calc(0.94 + var(--hero-card-in, 1) * 0.06));
}

.intro-card p {
  font-size: clamp(0.82rem, 0.98vw, 1rem);
}

.intro-card h2 {
  margin-bottom: 1.18rem;
  font-size: clamp(0.64rem, 0.82vw, 0.92rem);
}

.intro-card span {
  margin-bottom: 1.18rem;
  font-size: clamp(0.58rem, 0.68vw, 0.74rem);
}

.intro-card small {
  padding-top: 0.86rem;
  font-size: clamp(0.5rem, 0.58vw, 0.62rem);
}

.hud-card p {
  margin: 0;
  color: rgba(230, 230, 230, 0.78);
}

.hud-card h2,
.hud-card h3 {
  margin: 0.15rem 0 1.4rem;
  color: var(--rog-blue);
  font-size: clamp(0.72rem, 1vw, 1.08rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.hud-card span {
  display: block;
  margin-bottom: 1.4rem;
  color: rgba(230, 230, 230, 0.78);
  font-size: clamp(0.66rem, 0.78vw, 0.82rem);
  line-height: 1.25;
}

.hud-card small {
  display: block;
  border-top: 1px solid rgba(230, 230, 230, 0.16);
  padding-top: 1rem;
  color: var(--rog-blue);
  font-size: clamp(0.56rem, 0.66vw, 0.68rem);
  font-weight: 600;
  text-transform: uppercase;
}

.rotation-layer {
  opacity: 1;
}

.rotation-copy-left {
  position: absolute;
  left: clamp(1.4rem, 5.8vw, 7rem);
  top: 36vh;
  opacity: var(--rotation-left-in, 0);
  transform:
    translateX(calc((1 - var(--rotation-left-in, 0)) * -2.4rem))
    translateY(calc((1 - var(--rotation-left-in, 0)) * 0.85rem));
}

.rotation-copy-left h2 {
  margin: 0 0 1.6rem;
  color: #d3d3d3;
  font-family: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4rem, 7vw, 8.4rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
  clip-path: inset(0 calc((1 - var(--rotation-left-in, 0)) * 100%) 0 0);
}

.rotation-copy-left p {
  color: var(--rog-blue);
  letter-spacing: 0.12em;
  clip-path: inset(0 calc((1 - var(--rotation-left-in, 0)) * 100%) 0 0);
}

.rotation-copy-left span,
.rotation-copy-right span {
  display: block;
  width: 2.8rem;
  height: 0.18rem;
  background: var(--rog-blue);
  box-shadow: 0 0 1rem rgba(10, 132, 255, 0.7);
}

.rotation-copy-right {
  position: absolute;
  right: clamp(1.4rem, 6.8vw, 8rem);
  top: 43vh;
  opacity: var(--rotation-right-in, 0);
  transform:
    translateX(calc((1 - var(--rotation-right-in, 0)) * 2.2rem))
    skewX(calc((1 - var(--rotation-right-in, 0)) * -3deg));
}

.rotation-copy-right h3 {
  margin: 0 0 1.1rem;
  color: rgba(230, 230, 230, 0.86);
  font-size: clamp(1.45rem, 2.1vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  clip-path: inset(0 calc((1 - var(--rotation-right-in, 0)) * 100%) 0 0);
}

.rotation-copy-right b {
  color: var(--rog-blue);
}

.rotation-copy-right p {
  margin-bottom: 1.5rem;
  color: rgba(230, 230, 230, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  clip-path: inset(0 calc((1 - var(--rotation-right-in, 0)) * 100%) 0 0);
}

.mouse-scene {
  position: absolute;
  left: 50.45%;
  top: calc(43.6% + var(--s8-mouse-settle, 0) * 1.4rem);
  z-index: 30;
  width: min(27.4vw, 27.4rem);
  min-width: 16.4rem;
  aspect-ratio: 0.52;
  transform:
    translate(-50%, -50%)
    translateX(var(--mouse-x, 0rem))
    translateY(var(--mouse-y, 0rem))
    scale(var(--mouse-scale, 1))
    rotateZ(var(--mouse-rotate-z, 0deg));
  transform-style: preserve-3d;
  perspective: 1200px;
  opacity: var(--mouse-scene-opacity, 1);
  transition: filter 120ms linear;
  filter: drop-shadow(0 2rem 2.8rem rgba(0, 0, 0, 0.72)) drop-shadow(0 0 2rem rgba(10, 132, 255, 0.22));
}

.mouse-light-orbit {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 132%;
  height: 42%;
  opacity: calc(var(--mouse-wave, 0) * 0.92);
  pointer-events: none;
  mix-blend-mode: screen;
  border-radius: 50%;
  transform:
    translate(-50%, -50%)
    rotate(-31deg)
    skewX(-8deg)
    scale(calc(0.86 + var(--mouse-wave, 0) * 0.06));
}

.mouse-light-orbit::before,
.mouse-light-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background:
    conic-gradient(from var(--orbit-angle, 0deg), transparent 0 8%, rgba(28, 198, 255, 0.95) 12%, rgba(186, 70, 255, 0.82) 16%, transparent 22% 58%, rgba(10, 132, 255, 0.74) 63%, transparent 70% 100%) border-box;
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  filter:
    blur(0.025rem)
    drop-shadow(0 0 0.34rem rgba(28, 198, 255, 0.84))
    drop-shadow(0 0 0.95rem rgba(186, 70, 255, 0.38));
  animation: mouseOrbitTrace 2.2s linear infinite;
}

.mouse-light-orbit::after {
  inset: 8% -6%;
  opacity: 0.72;
  background:
    conic-gradient(from calc(var(--orbit-angle, 0deg) + 132deg), transparent 0 12%, rgba(255, 42, 219, 0.62) 17%, rgba(28, 198, 255, 0.74) 21%, transparent 28% 66%, rgba(186, 70, 255, 0.55) 71%, transparent 78% 100%) border-box;
  animation-duration: 2.9s;
  animation-direction: reverse;
}

.mouse-light-orbit-back {
  z-index: 1;
  opacity: calc(var(--mouse-wave, 0) * 0.58);
  clip-path: inset(0 0 51% 0);
}

.mouse-light-orbit-front {
  z-index: 4;
  opacity: calc(var(--mouse-wave, 0) * 0.86);
  clip-path: inset(49% 0 0 0);
  filter: drop-shadow(0 0 0.5rem rgba(28, 198, 255, 0.56));
}

.intro-layer::before {
  content: none;
  display: none;
}

.mouse-canvas,
.mouse-hand {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-drag: none;
}

.mouse-aura {
  position: absolute;
  left: 50%;
  top: 14%;
  z-index: 0;
  width: 84%;
  aspect-ratio: 0.7;
  border-radius: 50%;
  opacity: calc(var(--final-glow, 0) * 0.48);
  background:
    radial-gradient(circle, rgba(28, 198, 255, 0.2), rgba(10, 132, 255, 0.08) 34%, transparent 66%);
  filter: blur(0.82rem);
  transform: translateX(-50%) scale(calc(0.82 + var(--glow-bloom, 0) * 0.14));
  animation: auraPulse 2.8s ease-in-out infinite;
}

.mouse-canvas {
  top: -24%;
  z-index: 2;
  width: 122%;
  height: 146%;
  transform: translateX(-50%);
}

.mouse-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: min(14rem, 78%);
  display: grid;
  gap: 0.52rem;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition:
    opacity 360ms ease,
    filter 360ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.mouse-loader.is-hidden {
  opacity: 0;
  filter: blur(0.35rem);
  transform: translate(-50%, -50%) scale(0.92);
}

.mouse-loader span {
  color: var(--neon-blue);
  font-size: clamp(0.6rem, 0.75vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0.85rem rgba(28, 198, 255, 0.7);
}

.mouse-loader b {
  position: relative;
  display: block;
  height: 0.32rem;
  overflow: hidden;
  border: 1px solid rgba(28, 198, 255, 0.34);
  border-radius: 999px;
  background: rgba(2, 5, 9, 0.84);
  box-shadow:
    inset 0 0 0.8rem rgba(28, 198, 255, 0.08),
    0 0 1rem rgba(10, 132, 255, 0.2);
}

.mouse-loader b::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 58%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(28, 198, 255, 0.95), rgba(10, 132, 255, 0.86), rgba(255, 42, 219, 0.62), rgba(28, 198, 255, 0.95));
  background-size: 220% 100%;
  box-shadow:
    0 0 0.7rem rgba(28, 198, 255, 0.72),
    0 0 1.3rem rgba(186, 70, 255, 0.32);
  animation: mouseLoaderBar 1.05s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.mouse-hand {
  top: 44%;
  z-index: 1;
  width: 116%;
  opacity: var(--hand-opacity, 0);
  transform:
    translateX(-50%)
    translateY(calc(5.2rem - var(--s8-hand-in, 0) * 1.15rem))
    scale(calc(0.99 + var(--s8-hand-in, 0) * 0.055));
  filter:
    saturate(calc(0.78 + var(--s8-hand-in, 0) * 0.18))
    brightness(calc(0.48 + var(--s8-hand-in, 0) * 0.3))
    contrast(1.14);
  -webkit-mask-image: linear-gradient(180deg, #000 0 78%, rgba(0, 0, 0, 0.86) 86%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0 78%, rgba(0, 0, 0, 0.86) 86%, transparent 100%);
}

.powered-layer {
  z-index: 42;
  opacity: var(--powered-opacity, 0);
  transform: translateY(calc((1 - var(--powered-opacity, 0)) * 2rem));
}

.powered-heading {
  position: absolute;
  left: 50%;
  top: 18.9vh;
  z-index: 7;
  width: min(64rem, 84vw);
  opacity: var(--s9-heading-in, 0);
  transform: translateX(-50%);
  text-align: center;
  clip-path: none;
}

.powered-heading.glow-reactive {
  filter: none;
}

.powered-heading::before {
  content: none;
}

.powered-heading::after {
  content: none;
}

.powered-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #cfcfcf;
  font-size: clamp(4.4rem, 7.25vw, 8.15rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: none;
  opacity: var(--s9-heading-in, 0);
  filter: blur(calc((1 - var(--s9-heading-in, 0)) * 1.05rem));
  clip-path: inset(0 calc((1 - var(--s9-heading-in, 0)) * 100%) 0 0);
  transform: none;
  transform-origin: left top;
}

.powered-heading p {
  position: relative;
  z-index: 1;
  margin-top: 0.18rem;
  margin-left: 64%;
  color: var(--rog-blue);
  font-size: clamp(0.9rem, 1.1vw, 1.22rem);
  font-weight: 800;
  opacity: var(--s9-heading-in, 0);
  filter: blur(calc((1 - var(--s9-heading-in, 0)) * 0.48rem));
  transform: none;
}

.powered-card {
  position: absolute;
  z-index: 8;
  top: 39vh;
  width: clamp(17rem, 18.4vw, 21.8rem);
  padding: 1.62rem 1.54rem 1.38rem;
  overflow: visible;
  background: rgba(3, 6, 10, 0.58);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 0 1.8rem rgba(28, 198, 255, 0.04),
    0 0 calc(var(--final-glow, 0) * 1.3rem) rgba(10, 132, 255, 0.1);
}

.powered-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background:
    conic-gradient(from var(--outline-angle, 0deg), rgba(28, 198, 255, 0.92), rgba(186, 70, 255, 0.48), rgba(255, 42, 219, 0.28), rgba(28, 198, 255, 0.08), rgba(28, 198, 255, 0.92));
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  animation: outlineOrbit 4s linear infinite;
}

.powered-card::after {
  content: "";
  position: absolute;
  left: 1.54rem;
  right: 1.54rem;
  bottom: 1.08rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(28, 198, 255, 0.72), rgba(230, 230, 230, 0.18), transparent);
  opacity: 0.78;
}

.powered-card h3::before,
.powered-card h3::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  opacity: calc(var(--final-glow, 0) * 0.95);
  transform-origin: center;
}

.powered-card h3::before {
  width: clamp(6.4rem, 11.2vw, 13.2rem);
  height: 1px;
  background:
    linear-gradient(90deg, rgba(28, 198, 255, 0.84), rgba(10, 132, 255, 0.34), transparent);
  filter: drop-shadow(0 0 0.55rem rgba(28, 198, 255, 0.55));
}

.powered-card h3::after {
  width: 0.74rem;
  height: 0.74rem;
  border: 2px solid rgba(28, 198, 255, 0.92);
  border-radius: 50%;
  background: rgba(10, 132, 255, 0.22);
  box-shadow:
    0 0 0.25rem rgba(28, 198, 255, 0.7),
    0 0 1rem rgba(28, 198, 255, 0.52),
    0 0 0 0 rgba(28, 198, 255, 0.28);
  animation: calloutPulse 1.85s ease-out infinite;
}

.powered-card h3 {
  position: relative;
  margin-bottom: 1.16rem;
  font-size: clamp(1rem, 1.16vw, 1.3rem);
  line-height: 1.06;
}

.powered-card p {
  max-width: 21ch;
  font-size: clamp(0.76rem, 0.82vw, 0.92rem);
  line-height: 1.24;
}

.powered-card-left {
  left: clamp(1.6rem, 17.8vw, 24rem);
  opacity: var(--s9-card-left-in, 0);
  transform:
    translateX(calc((1 - var(--s9-card-left-in, 0)) * -2rem))
    translateY(calc((1 - var(--s9-card-left-in, 0)) * 1rem));
  filter: blur(calc((1 - var(--s9-card-left-in, 0)) * 0.35rem));
}

.powered-card-left h3::before {
  left: calc(100% + 1.1rem);
  transform: rotate(11deg);
}

.powered-card-left h3::after {
  left: calc(100% + clamp(7.4rem, 11.6vw, 13.6rem));
  transform: translateY(-50%);
}

.powered-card-right {
  right: clamp(1.6rem, 14.8vw, 22rem);
  top: 47.1vh;
  opacity: var(--s9-card-right-in, 0);
  transform:
    translateX(calc((1 - var(--s9-card-right-in, 0)) * 2rem))
    translateY(calc((1 - var(--s9-card-right-in, 0)) * 1rem));
  filter: blur(calc((1 - var(--s9-card-right-in, 0)) * 0.35rem));
}

.powered-card-right h3::before {
  right: calc(100% + 1.1rem);
  background:
    linear-gradient(270deg, rgba(28, 198, 255, 0.84), rgba(10, 132, 255, 0.34), transparent);
  transform: rotate(-9deg);
}

.powered-card-right h3::after {
  right: calc(100% + clamp(8rem, 12.8vw, 15rem));
  transform: translateY(-50%);
}

.gallery-layer {
  z-index: 26;
  opacity: 1;
}

.gallery-layer.spotlight-test::before {
  content: "";
  position: absolute;
  left: var(--gallery-spotlight-x, 48%);
  top: 28%;
  z-index: 2;
  width: min(52vw, 48rem);
  aspect-ratio: 1.05;
  opacity: calc(var(--gallery-spotlight, 0) * 0.72);
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.2), rgba(28, 198, 255, 0.12) 22%, rgba(10, 132, 255, 0.055) 44%, transparent 72%);
  filter: blur(1.25rem);
  mix-blend-mode: screen;
  pointer-events: none;
  transform:
    translate(-50%, -50%)
    rotate(-12deg)
    scale(calc(0.86 + var(--gallery-spotlight, 0) * 0.16));
}

.gallery-copy {
  position: absolute;
  left: clamp(1.6rem, 3.6vw, 4.8rem);
  top: 42vh;
  z-index: 4;
  max-width: 60vw;
}

.gallery-copy p {
  margin: 0 0 1.8rem;
  color: var(--rog-blue);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 0 1.25rem rgba(10, 132, 255, 0.5);
  opacity: var(--gallery-label-in, 0);
}

.gallery-copy h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #cfcfcf;
  font-size: clamp(6.4rem, 13.1vw, 16rem);
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    0 0 1.5rem rgba(255, 255, 255, 0.18),
    0 0 3.8rem rgba(255, 255, 255, 0.12);
  opacity: 1;
  transform:
    translateX(calc((1 - var(--gallery-text-slide, 0)) * 112vw))
    translateY(calc(var(--gallery-text-scale, 0) * -0.45rem + var(--gallery-text-final, 0) * -0.35rem))
    scale(calc(1 - var(--gallery-text-scale, 0) * 0.47 - var(--gallery-text-final, 0) * 0.24));
  transform-origin: left top;
}

.gallery-copy h2::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  opacity: var(--gallery-text-shine-opacity, 0);
  background:
    linear-gradient(
      100deg,
      transparent 28%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(255, 255, 255, 0.96) 50%,
      rgba(28, 198, 255, 0.58) 58%,
      transparent 72%
    );
  background-size: 260% 100%;
  background-position: var(--gallery-text-shine-x, 100%) 0;
  background-clip: text;
  -webkit-background-clip: text;
  filter:
    blur(0.02rem)
    drop-shadow(0 0 0.62rem rgba(255, 255, 255, 0.72))
    drop-shadow(0 0 1.45rem rgba(28, 198, 255, 0.42));
  pointer-events: none;
}

.gallery-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 34;
  width: clamp(18rem, 28vw, 34rem);
  aspect-ratio: 0.72;
  border: 0;
  background: rgba(2, 5, 9, calc(0.5 * (1 - var(--gallery-carousel-in, 0))));
  opacity: var(--gallery-frame-in, 0);
  overflow: hidden;
  transform:
    translate(-50%, -50%)
    scale(calc(0.56 + var(--gallery-frame-in, 0) * 0.22 + var(--gallery-frame-zoom, 0) * 0.22));
  box-shadow:
    inset 0 0 2rem rgba(10, 132, 255, 0.08),
    0 0 calc(var(--gallery-frame-in, 0) * 1.9rem) rgba(10, 132, 255, 0.24);
}

.gallery-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  background:
    conic-gradient(from var(--outline-angle, 0deg), rgba(28, 198, 255, 0.92), rgba(186, 70, 255, 0.48), rgba(255, 42, 219, 0.28), rgba(28, 198, 255, 0.08), rgba(28, 198, 255, 0.92));
  opacity: calc(var(--gallery-frame-in, 0) * (0.95 - var(--gallery-photo-clear, 0) * 0.22));
  filter:
    brightness(calc(0.9 + var(--gallery-frame-zoom, 0) * 0.48))
    drop-shadow(0 0 calc(var(--gallery-frame-in, 0) * 0.72rem) rgba(28, 198, 255, 0.38));
  pointer-events: none;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  animation: outlineOrbit 4s linear infinite;
}

.gallery-frame::after {
  content: "";
  position: absolute;
  inset: -0.28rem;
  z-index: 1;
  border: 1px solid rgba(28, 198, 255, 0.28);
  opacity: calc(var(--gallery-frame-in, 0) * (1 - var(--gallery-photo-clear, 0)) * 0.55);
  pointer-events: none;
  transform: scale(0.94);
  animation: galleryFramePulse 1.9s ease-in-out infinite;
}

.gallery-frame img,
.gallery-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: calc(var(--gallery-photo-opacity, 0) * 0.24 + var(--gallery-photo-clear, 0) * 0.76);
  filter:
    blur(calc((1 - var(--gallery-photo-clear, 0)) * 3.2rem + (1 - var(--gallery-photo-opacity, 0)) * 0.75rem))
    brightness(calc(0.24 + var(--gallery-photo-opacity, 0) * 0.18 + var(--gallery-photo-clear, 0) * 0.58))
    saturate(1.05);
  transform: scale(calc(1.16 - var(--gallery-photo-clear, 0) * 0.12));
}

.gallery-frame video {
  display: block;
}

.gallery-frame-main {
  clip-path: inset(calc((1 - var(--gallery-frame-in, 0)) * 38%) 0 0 0);
  opacity: var(--gallery-frame-in, 0);
  z-index: 42;
  pointer-events: none;
}

.gallery-frame-main > img {
  opacity: calc((var(--gallery-photo-opacity, 0) * 0.24 + var(--gallery-photo-clear, 0) * 0.76) * (1 - var(--gallery-main-out, 0)));
}

.gallery-frame-secondary {
  display: none;
}

.gallery-carousel {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 38;
  width: clamp(18rem, 28vw, 34rem);
  aspect-ratio: 0.72;
  opacity: var(--gallery-carousel-in, 0);
  pointer-events: none;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.gallery-carousel-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #020509;
  border: 0;
  box-shadow:
    0 1rem 2rem rgba(0, 0, 0, 0.36),
    0 0 0.8rem rgba(10, 132, 255, 0.12);
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease-out,
    filter 120ms linear;
}

.gallery-carousel-card img,
.gallery-carousel-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: scale(1);
}

.gallery-carousel-card-1 {
  opacity: var(--gallery-card-1-opacity, 1);
  z-index: var(--gallery-card-1-z, 30);
  --gallery-card-blur: var(--gallery-card-1-blur, 0rem);
  --gallery-card-dim: var(--gallery-card-1-dim, 1);
  transform: translate(-50%, -50%) translateY(var(--gallery-card-1-y, 0%)) scale(var(--gallery-card-1-scale, 1));
}

.gallery-carousel-card-2 {
  opacity: var(--gallery-card-2-opacity, 0);
  z-index: var(--gallery-card-2-z, 30);
  transform: translate(-50%, -50%) translateY(var(--gallery-card-2-y, 84%)) scale(var(--gallery-card-2-scale, 0.86));
}

.gallery-carousel-card-3 {
  opacity: var(--gallery-card-3-opacity, 0);
  z-index: var(--gallery-card-3-z, 30);
  transform: translate(-50%, -50%) translateY(var(--gallery-card-3-y, 168%)) scale(var(--gallery-card-3-scale, 0.86));
}

.gallery-carousel-card-4 {
  opacity: var(--gallery-card-4-opacity, 0);
  z-index: var(--gallery-card-4-z, 30);
  transform: translate(-50%, -50%) translateY(var(--gallery-card-4-y, 252%)) scale(var(--gallery-card-4-scale, 0.86));
}

.gallery-carousel-card-5 {
  opacity: var(--gallery-card-5-opacity, 0);
  z-index: var(--gallery-card-5-z, 30);
  transform: translate(-50%, -50%) translateY(var(--gallery-card-5-y, 336%)) scale(var(--gallery-card-5-scale, 0.86));
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.45rem;
  z-index: 30;
  display: grid;
  justify-items: center;
  gap: 0.42rem;
  transform: translateX(-50%);
  color: rgba(230, 230, 230, 0.72);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 1;
}

.scroll-indicator img {
  width: 1.28rem;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 0.85rem rgba(10, 132, 255, 0.58));
}

.scroll-indicator p {
  margin: 0;
}

.story-marker {
  position: absolute;
  right: clamp(1rem, 2.1vw, 2rem);
  bottom: clamp(0.9rem, 1.8vw, 1.7rem);
  z-index: 80;
  min-width: 3.5rem;
  padding: 0.38rem 0.62rem 0.34rem;
  border: 1px solid rgba(28, 198, 255, 0.28);
  background: rgba(1, 4, 8, 0.48);
  color: rgba(230, 230, 230, 0.82);
  font-size: clamp(0.82rem, 1.05vw, 1.08rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  pointer-events: none;
  box-shadow:
    inset 0 0 1rem rgba(28, 198, 255, 0.05),
    0 0 1rem rgba(10, 132, 255, 0.12);
}

.section {
  min-height: 100vh;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.1rem, 5vw, 5.5rem);
}

.technology {
  position: relative;
  margin-top: -1px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.76)),
    var(--rotation-bg-url, url("assets/backgrounds/section-rotation-bg.png?v=20260506-08")) center / cover;
}

.is-paused {
  display: none;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--rog-blue);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.technology > h2 {
  max-width: 11ch;
  margin-bottom: 4rem;
  color: #d5d5d5;
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 0.9;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 17rem;
  border: 1px solid rgba(230, 230, 230, 0.18);
  border-radius: 8px;
  padding: 1.3rem;
  background: rgba(3, 6, 10, 0.66);
}

.feature-card span {
  display: block;
  margin-bottom: 4rem;
  color: var(--rog-blue);
  font-weight: 900;
}

.feature-card h3 {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.55;
}

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

@property --outline-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes outlineOrbit {
  to {
    --outline-angle: 360deg;
  }
}

@keyframes galleryFramePulse {
  0%,
  100% {
    opacity: calc(var(--gallery-frame-in, 0) * (1 - var(--gallery-photo-clear, 0)) * 0.22);
    transform: scale(0.95);
  }
  50% {
    opacity: calc(var(--gallery-frame-in, 0) * (1 - var(--gallery-photo-clear, 0)) * 0.58);
    transform: scale(1.035);
  }
}

@keyframes calloutPulse {
  0%,
  100% {
    background: rgba(10, 132, 255, 0.18);
    box-shadow:
      0 0 0.22rem rgba(28, 198, 255, 0.72),
      0 0 0.9rem rgba(28, 198, 255, 0.48),
      0 0 0 0 rgba(28, 198, 255, 0.28);
  }
  48% {
    background: rgba(28, 198, 255, 0.34);
    box-shadow:
      0 0 0.32rem rgba(28, 198, 255, 0.9),
      0 0 1.25rem rgba(28, 198, 255, 0.72),
      0 0 0 0.58rem rgba(28, 198, 255, 0);
  }
}

@keyframes borderBreath {
  0%,
  100% {
    filter: brightness(0.9) blur(0);
  }
  50% {
    filter: brightness(1.25) blur(0.35rem);
  }
}

@keyframes glowFloat {
  0%,
  100% {
    transform: translate3d(-1.2rem, -0.6rem, 0) scale(calc(1 + var(--glow-bloom, 0) * 0.08));
  }
  50% {
    transform: translate3d(1.4rem, 0.8rem, 0) scale(calc(1.04 + var(--glow-bloom, 0) * 0.1));
  }
}

@keyframes frameTrace {
  0% {
    background-position: 180% 0;
    opacity: 0.25;
  }
  28% {
    opacity: 1;
  }
  62% {
    background-position: -60% 0;
    opacity: 0.75;
  }
  100% {
    background-position: -160% 0;
    opacity: 0.22;
  }
}

@keyframes sweepLoop {
  0% {
    translate: -30vw 0;
    opacity: 0;
  }
  18% {
    opacity: 0.75;
  }
  62% {
    opacity: 0.42;
  }
  100% {
    translate: 165vw 0;
    opacity: 0;
  }
}

@keyframes auraPulse {
  0%,
  100% {
    opacity: calc(var(--final-glow, 0) * 0.45);
    filter: blur(1.1rem);
  }
  50% {
    opacity: calc(var(--final-glow, 0) * 0.92);
    filter: blur(2rem);
  }
}

@keyframes introSweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-10rem) skewX(-18deg);
  }
  34% {
    opacity: calc(var(--hero-title-in, 1) * (1 - var(--intro-exit, 0)) * 0.3);
  }
  72% {
    opacity: calc(var(--hero-title-in, 1) * (1 - var(--intro-exit, 0)) * 0.12);
    transform: translateX(34rem) skewX(-18deg);
  }
  100% {
    opacity: 0;
    transform: translateX(44rem) skewX(-18deg);
  }
}

@keyframes titleMicroGlitch {
  0%,
  86%,
  100% {
    text-shadow:
      0 0 1rem rgba(255, 255, 255, 0.08),
      0.055em 0 rgba(255, 255, 255, 0.035);
  }
  87% {
    text-shadow:
      0.018em 0 rgba(28, 198, 255, 0.32),
      -0.014em 0 rgba(255, 138, 0, 0.16),
      0 0 1rem rgba(255, 255, 255, 0.1);
  }
  88% {
    text-shadow:
      -0.012em 0 rgba(28, 198, 255, 0.2),
      0.01em 0 rgba(255, 255, 255, 0.08);
  }
  89% {
    text-shadow:
      0 0 1rem rgba(255, 255, 255, 0.08),
      0.055em 0 rgba(255, 255, 255, 0.035);
  }
}

@keyframes rgbGlitchSliceA {
  0%,
  100% {
    clip-path: polygon(0 7%, 100% 7%, 100% 13%, 0 13%, 0 31%, 100% 31%, 100% 37%, 0 37%, 0 74%, 100% 74%, 100% 79%, 0 79%);
  }
  46% {
    clip-path: polygon(0 5%, 100% 5%, 100% 10%, 0 10%, 0 42%, 100% 42%, 100% 48%, 0 48%, 0 82%, 100% 82%, 100% 88%, 0 88%);
  }
}

@keyframes rgbGlitchSliceB {
  0%,
  100% {
    clip-path: polygon(0 19%, 100% 19%, 100% 25%, 0 25%, 0 52%, 100% 52%, 100% 57%, 0 57%, 0 88%, 100% 88%, 100% 92%, 0 92%);
  }
  52% {
    clip-path: polygon(0 14%, 100% 14%, 100% 20%, 0 20%, 0 59%, 100% 59%, 100% 65%, 0 65%, 0 76%, 100% 76%, 100% 81%, 0 81%);
  }
}

@property --orbit-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes mouseOrbitTrace {
  to {
    --orbit-angle: 360deg;
  }
}

@keyframes mouseLoaderBar {
  0% {
    transform: translateX(-110%);
    background-position: 0 0;
  }
  52% {
    transform: translateX(42%);
  }
  100% {
    transform: translateX(190%);
    background-position: -220% 0;
  }
}

@keyframes loaderBgDrift {
  0% {
    transform: scale(1.04) translate3d(-0.45rem, -0.22rem, 0);
  }
  100% {
    transform: scale(1.065) translate3d(0.55rem, 0.32rem, 0);
  }
}

@keyframes loaderScanMove {
  to {
    background-position: 0 12rem, 0 8px;
  }
}

@keyframes loaderOrbit {
  to {
    --orbit-angle: 360deg;
  }
}

@keyframes loaderImageGlitch {
  0%,
  100% {
    background-position: center;
  }
  12%,
  42% {
    background-position: center;
  }
  46% {
    background-position: calc(50% - 0.55rem) 50%;
  }
  48% {
    background-position: calc(50% + 0.35rem) calc(50% - 0.18rem);
  }
  49%,
  72% {
    background-position: center;
  }
  76% {
    background-position: calc(50% + 0.42rem) calc(50% + 0.16rem);
  }
  78% {
    background-position: calc(50% - 0.28rem) center;
  }
}

@keyframes loaderGlitchCuts {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.22;
  }
  9%,
  39% {
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.18;
  }
  43% {
    clip-path: inset(12% 0 76% 0);
    transform: translate3d(-1.1rem, 0.12rem, 0) skewX(2deg);
    opacity: 0.78;
  }
  48% {
    clip-path: inset(48% 0 40% 0);
    transform: translate3d(1.2rem, -0.08rem, 0) skewX(-3deg);
    opacity: 0.7;
  }
  68%,
  82% {
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
  }
  86% {
    clip-path: inset(68% 0 21% 0);
    transform: translate3d(-0.8rem, 0.18rem, 0) skewX(1deg);
    opacity: 0.72;
  }
  92% {
    clip-path: inset(32% 0 57% 0);
    transform: translate3d(0.85rem, 0, 0) skewX(-2deg);
    opacity: 0.62;
  }
}

@keyframes loaderColorSplitA {
  0%,
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 22%, 0 22%, 0 58%, 100% 58%, 100% 100%, 0 100%);
    transform: translate3d(-0.3rem, 0, 0);
  }
  28%,
  64% {
    clip-path: polygon(0 0, 100% 0, 100% 22%, 0 22%, 0 58%, 100% 58%, 100% 100%, 0 100%);
    transform: translate3d(-0.18rem, 0, 0);
  }
  71% {
    clip-path: polygon(0 8%, 100% 8%, 100% 18%, 0 18%, 0 46%, 100% 46%, 100% 61%, 0 61%, 0 83%, 100% 83%, 100% 100%, 0 100%);
    transform: translate3d(-1.05rem, 0.08rem, 0);
  }
}

@keyframes loaderColorSplitB {
  0%,
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 34%, 0 34%, 0 70%, 100% 70%, 100% 100%, 0 100%);
    transform: translate3d(0.28rem, 0, 0);
  }
  33%,
  58% {
    clip-path: polygon(0 0, 100% 0, 100% 34%, 0 34%, 0 70%, 100% 70%, 100% 100%, 0 100%);
    transform: translate3d(0.2rem, 0, 0);
  }
  74% {
    clip-path: polygon(0 16%, 100% 16%, 100% 29%, 0 29%, 0 56%, 100% 56%, 100% 72%, 0 72%, 0 90%, 100% 90%, 100% 100%, 0 100%);
    transform: translate3d(0.95rem, -0.06rem, 0);
  }
}

@keyframes loaderExitBlinds {
  0% {
    opacity: 0;
    transform: scaleX(0.08);
  }
  22% {
    opacity: 0.78;
    transform: scaleX(1);
  }
  58% {
    opacity: 0.48;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.08);
  }
}

@keyframes loaderExitClip {
  0% {
    clip-path: inset(0 0 0 0);
  }
  72% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 50% 0 50%);
  }
}

@keyframes loaderItemZoomOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  34% {
    opacity: 1;
    transform: translateY(0) scale(1.04);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.62);
    filter: blur(0.62rem);
  }
}

@keyframes loaderPanelExit {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  28% {
    opacity: 1;
    transform: translateY(0) scale(1.035);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.74);
    filter: blur(0.7rem);
  }
}

@keyframes loaderOrbitExit {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-18deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(48deg) scale(1.35);
  }
}

@keyframes loaderSignalJitter {
  0%,
  100% {
    opacity: 0.38;
    transform: translate3d(-0.55rem, 0, 0) scale(1.02);
  }
  38% {
    opacity: 0.72;
    transform: translate3d(1.1rem, -0.16rem, 0) scale(1.04);
  }
  64% {
    opacity: 0.46;
    transform: translate3d(-1.3rem, 0.12rem, 0) scale(1.01);
  }
}

@keyframes loaderProgressLight {
  to {
    background-position: -220% 0;
  }
}

@media (min-width: 1500px) {
  .site-header {
    height: clamp(6rem, 6vw, 7.4rem);
    padding-inline: clamp(4.2rem, 4.8vw, 6.4rem);
  }

  .intro-brand {
    left: clamp(4rem, 4vw, 6.6rem);
    top: clamp(7.25rem, 8.2vw, 10.2rem);
    width: clamp(46.4rem, 31vw, 58rem);
  }

  .intro-title {
    left: clamp(4.25rem, 4vw, 6.4rem);
  }

  .intro-title h1 {
    font-size: clamp(14.85rem, 11.5vw, 18.8rem);
  }

  .intro-copy {
    right: clamp(5.4rem, 5vw, 8rem);
    width: clamp(34.8rem, 27vw, 43rem);
  }

  .intro-card {
    left: clamp(4.25rem, 4vw, 6.4rem);
    width: clamp(17.6rem, 13vw, 22rem);
  }

  .mouse-scene {
    width: min(25.4vw, 33rem);
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 4.8rem;
  }

  .brand img {
    width: 11rem;
  }

  .nav-links {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .intro-brand {
    display: none;
  }

  .intro-title {
    left: 1.2rem;
    top: 20vh;
  }

  .intro-title h1 {
    font-size: clamp(4.5rem, 21vw, 7rem);
  }

  .intro-copy {
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    bottom: 12vh;
    max-width: none;
    font-size: 1.35rem;
  }

  .intro-card,
  .rotation-copy-right,
  .powered-card-right {
    display: none;
  }

  .mouse-scene {
    width: 18rem;
    min-width: 0;
    top: 53%;
  }

  .rotation-copy-left {
    left: 1.2rem;
    top: 16vh;
  }

  .rotation-copy-left h2 {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .powered-heading {
    top: 14vh;
  }

  .powered-heading h2 {
    font-size: clamp(3.3rem, 17vw, 6rem);
  }

  .powered-heading p {
    margin-left: 0;
  }

  .powered-card-left {
    left: 1.2rem;
    right: 1.2rem;
    top: 63vh;
    width: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}
