:root {
  color-scheme: dark;
  --black: #030207;
  --near-black: #08050f;
  --deep-purple: #211038;
  --violet: #7b4ac7;
  --violet-rich: #9c65df;
  --lavender: #c69bf2;
  --lavender-soft: #eadbff;
  --white: #fbf7ff;
  --muted: #b8a9ca;
  --glass: rgba(13, 8, 22, 0.68);
  --line: rgba(198, 155, 242, 0.2);
  --line-strong: rgba(198, 155, 242, 0.38);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 78% 22%, rgba(123, 74, 199, 0.3), transparent 28rem),
    radial-gradient(circle at 22% 86%, rgba(156, 101, 223, 0.2), transparent 32rem),
    linear-gradient(145deg, #020105 0%, #08050f 46%, #120820 75%, #030207 100%);
  isolation: isolate;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: 0;
  inset: -22%;
  background:
    radial-gradient(circle at 28% 36%, rgba(198, 155, 242, 0.32), transparent 20rem),
    radial-gradient(circle at 68% 50%, rgba(123, 74, 199, 0.34), transparent 27rem),
    conic-gradient(from 135deg at 50% 50%, transparent 0deg, rgba(156, 101, 223, 0.18) 70deg, transparent 145deg, rgba(198, 155, 242, 0.14) 250deg, transparent 360deg);
  filter: blur(8px);
  animation: auroraShift 18s ease-in-out infinite alternate;
  will-change: transform;
}

body::after {
  z-index: 2;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
  background-position:
    0 0,
    0 0;
  background-size:
    3px 3px,
    100% 100%;
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: grainDrift 8s steps(5) infinite;
  will-change: transform;
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.mesh-gradient,
.spotlight,
.glow-orb,
.curve-field,
.flow-ribbon,
.particles {
  position: absolute;
  pointer-events: none;
}

.mesh-gradient {
  inset: -18%;
  background:
    radial-gradient(circle at 18% 34%, rgba(198, 155, 242, 0.28), transparent 18rem),
    radial-gradient(circle at 76% 24%, rgba(123, 74, 199, 0.34), transparent 25rem),
    radial-gradient(circle at 56% 78%, rgba(156, 101, 223, 0.26), transparent 27rem),
    linear-gradient(120deg, transparent, rgba(33, 16, 56, 0.58), transparent);
  filter: blur(18px);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: meshFlow 22s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.spotlight {
  width: 42rem;
  height: 78rem;
  background: linear-gradient(90deg, transparent, rgba(198, 155, 242, 0.24), transparent);
  filter: blur(22px);
  opacity: 0.46;
  mix-blend-mode: screen;
  transform-origin: center;
  will-change: transform, opacity;
}

.spotlight--one {
  top: -24rem;
  left: 8%;
  transform: rotate(26deg);
  animation: spotlightSweep 17s ease-in-out infinite alternate;
}

.spotlight--two {
  right: 3%;
  bottom: -28rem;
  opacity: 0.34;
  transform: rotate(-32deg);
  animation: spotlightSweepReverse 21s ease-in-out infinite alternate;
}

.glow-orb {
  --orb-x: 1rem;
  --orb-y: -1rem;
  width: 15rem;
  height: 15rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 34%, rgba(234, 219, 255, 0.38), transparent 0 18%),
    radial-gradient(circle, rgba(198, 155, 242, 0.32), rgba(123, 74, 199, 0.16) 48%, transparent 72%);
  filter: blur(20px);
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: orbDrift 19s ease-in-out infinite;
  will-change: transform, opacity;
}

.glow-orb--one {
  top: 16%;
  left: 11%;
  width: 11rem;
  height: 11rem;
  animation-duration: 21s;
}

.glow-orb--two {
  --orb-x: -1.4rem;
  --orb-y: 1rem;
  top: 10%;
  right: 30%;
  width: 18rem;
  height: 18rem;
  opacity: 0.36;
  animation-delay: -5s;
}

.glow-orb--three {
  --orb-x: 1.8rem;
  --orb-y: 1.4rem;
  right: 8%;
  bottom: 18%;
  width: 22rem;
  height: 22rem;
  opacity: 0.38;
  animation-duration: 25s;
  animation-delay: -9s;
}

.glow-orb--four {
  --orb-x: -1rem;
  --orb-y: -1.5rem;
  left: 32%;
  bottom: 8%;
  width: 12rem;
  height: 12rem;
  opacity: 0.28;
  animation-duration: 17s;
  animation-delay: -3s;
}

.glow-orb--five {
  --orb-x: 1.2rem;
  --orb-y: -0.6rem;
  top: 44%;
  left: 48%;
  width: 8rem;
  height: 8rem;
  opacity: 0.24;
  animation-duration: 23s;
  animation-delay: -12s;
}

.curve-field {
  --curve-rotate: -18deg;
  --curve-shift: 1rem;
  width: 34rem;
  height: 46rem;
  border-radius: 999px;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 1.18rem, rgba(198, 155, 242, 0.28) 1.24rem 1.34rem, transparent 1.44rem 2.65rem),
    linear-gradient(135deg, rgba(123, 74, 199, 0.12), transparent);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 74%);
  opacity: 0.58;
  transform: rotate(var(--curve-rotate));
  animation: curveSway 18s ease-in-out infinite;
  will-change: transform;
}

.curve-field--one {
  top: 12%;
  right: 21%;
}

.curve-field--two {
  --curve-rotate: 31deg;
  --curve-shift: -1.2rem;
  left: 4%;
  bottom: -10rem;
  width: 29rem;
  height: 38rem;
  opacity: 0.38;
  animation-duration: 24s;
  animation-delay: -8s;
}

.flow-ribbon {
  --ribbon-rotate: -14deg;
  --ribbon-x: 1rem;
  --ribbon-y: -0.8rem;
  width: 38rem;
  height: 13rem;
  border: 1px solid rgba(198, 155, 242, 0.3);
  border-color: rgba(198, 155, 242, 0.34) transparent transparent rgba(123, 74, 199, 0.2);
  border-radius: 50%;
  opacity: 0.56;
  filter: blur(0.2px) drop-shadow(0 0 28px rgba(123, 74, 199, 0.28));
  transform: rotate(var(--ribbon-rotate));
  animation: ribbonFloat 20s ease-in-out infinite;
  will-change: transform, opacity;
}

.flow-ribbon::before,
.flow-ribbon::after {
  position: absolute;
  inset: 1.2rem 1.8rem;
  content: "";
  border: 1px solid rgba(198, 155, 242, 0.2);
  border-color: transparent rgba(198, 155, 242, 0.22) rgba(123, 74, 199, 0.16) transparent;
  border-radius: inherit;
}

.flow-ribbon::after {
  inset: 2.3rem 3.4rem;
  opacity: 0.72;
}

.flow-ribbon--one {
  top: 22%;
  right: 12%;
}

.flow-ribbon--two {
  --ribbon-rotate: 24deg;
  --ribbon-x: -1.2rem;
  --ribbon-y: 1rem;
  left: -8rem;
  bottom: 18%;
  width: 32rem;
  height: 11rem;
  opacity: 0.42;
  animation-duration: 26s;
  animation-delay: -8s;
}

.flow-ribbon--three {
  --ribbon-rotate: -34deg;
  --ribbon-x: 0.7rem;
  --ribbon-y: 1.2rem;
  right: -9rem;
  bottom: 38%;
  width: 27rem;
  height: 9rem;
  opacity: 0.34;
  animation-duration: 23s;
  animation-delay: -14s;
}

.particles {
  inset: -4rem;
  background-image:
    radial-gradient(circle, rgba(234, 219, 255, 0.62) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(198, 155, 242, 0.42) 0 1.1px, transparent 1.8px),
    radial-gradient(circle, rgba(123, 74, 199, 0.34) 0 1.2px, transparent 1.9px);
  background-position:
    0 0,
    3rem 5rem,
    8rem 2rem;
  background-size:
    8rem 8rem,
    12rem 12rem,
    17rem 17rem;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 62%, transparent 88%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 62%, transparent 88%);
  opacity: 0.42;
  animation: particleDrift 24s linear infinite;
  will-change: background-position, transform;
}

.particles--two {
  opacity: 0.28;
  transform: rotate(11deg);
  animation-duration: 36s;
  animation-direction: reverse;
}

.light-wave {
  position: absolute;
  width: 54rem;
  height: 54rem;
  border-radius: 999px;
  background:
    conic-gradient(from 0deg, transparent 0deg, rgba(123, 74, 199, 0.42) 82deg, transparent 150deg, rgba(198, 155, 242, 0.24) 250deg, transparent 360deg);
  filter: blur(22px);
  opacity: 0.78;
  mix-blend-mode: screen;
  animation: waveRotate 28s linear infinite;
  will-change: transform;
}

.light-wave--one {
  top: -18rem;
  right: -14rem;
}

.light-wave--two {
  bottom: -24rem;
  left: -20rem;
  width: 62rem;
  height: 62rem;
  opacity: 0.58;
  animation-duration: 36s;
  animation-direction: reverse;
}

.ambient__symbol {
  --symbol-rotate: -8deg;
  position: absolute;
  width: 25rem;
  height: auto;
  opacity: 0.12;
  filter: drop-shadow(0 0 42px rgba(198, 155, 242, 0.8));
  animation: floatSymbol 20s ease-in-out infinite;
  will-change: transform;
}

.ambient__symbol--one {
  --symbol-rotate: -18deg;
  top: 7%;
  left: -6rem;
}

.ambient__symbol--two {
  --symbol-rotate: 10deg;
  right: -7rem;
  bottom: 5%;
  width: 31rem;
  opacity: 0.09;
  animation-delay: -7s;
}

.page-shell {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 100vh;
  padding: clamp(1rem, 4vw, 4rem);
  isolation: isolate;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 33rem);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  width: min(100%, 1220px);
  min-height: calc(100vh - clamp(2rem, 8vw, 8rem));
  margin: auto;
}

.hero__content {
  max-width: 47rem;
}

.brand {
  position: relative;
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 4.5rem;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  isolation: isolate;
  animation: logoEntrance 980ms var(--ease-out) both;
  will-change: transform;
}

.brand::before {
  position: absolute;
  top: 50%;
  left: -0.55rem;
  z-index: -1;
  width: 4.5rem;
  height: 4.5rem;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(198, 155, 242, 0.34), rgba(123, 74, 199, 0.16) 42%, transparent 72%);
  opacity: 0;
  filter: blur(12px);
  transform: translateY(-50%);
  animation: rimReveal 1.2s ease 360ms both;
}

.brand::after {
  display: none;
}

.brand__mark {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  filter:
    drop-shadow(0 0 16px rgba(198, 155, 242, 0.6))
    drop-shadow(0 0 34px rgba(123, 74, 199, 0.28));
  animation: markBreath 4.8s ease-in-out 1.2s infinite;
}

.brand__name {
  color: var(--lavender-soft);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0;
}

.status {
  display: inline-flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 1.25rem;
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: textReveal 800ms var(--ease-out) 420ms both;
}

.status::before {
  width: 0.72rem;
  height: 0.72rem;
  content: "";
  border-radius: 999px;
  background: var(--violet-rich);
  box-shadow:
    0 0 0 0.34rem rgba(156, 101, 223, 0.12),
    0 0 22px rgba(198, 155, 242, 0.72);
  animation: statusPulse 2.8s ease-in-out infinite;
}

h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--white);
  font-size: 6.6rem;
  font-weight: 850;
  line-height: 0.92;
  text-wrap: balance;
  text-shadow:
    0 0 28px rgba(156, 101, 223, 0.2),
    0 22px 90px rgba(0, 0, 0, 0.9);
}

h1 span {
  display: block;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(1.1rem);
  animation: headlineLineReveal 950ms var(--ease-out) 650ms both;
  will-change: transform, opacity, clip-path;
}

h1 span:nth-child(2) {
  animation-delay: 820ms;
}

.intro {
  max-width: 42rem;
  margin: 1.55rem 0 0;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.78;
  animation: textReveal 880ms var(--ease-out) 1.12s both;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  opacity: 0;
  animation: textReveal 780ms var(--ease-out) 1.34s both;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.35rem;
  padding: 0.92rem 1.22rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    transform 220ms var(--ease-out),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
  will-change: transform;
}

.button::before {
  position: absolute;
  inset: -70% -20%;
  content: "";
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.28), transparent 55%);
  opacity: 0;
  transform: translateX(-40%);
  transition:
    opacity 180ms ease,
    transform 520ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-4px) scale(1.012);
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 1;
  transform: translateX(38%);
}

.button:focus-visible {
  outline: 3px solid rgba(198, 155, 242, 0.72);
  outline-offset: 3px;
}

.button--primary {
  color: #fffaff;
  background:
    linear-gradient(135deg, rgba(198, 155, 242, 0.28), transparent 32%),
    linear-gradient(135deg, #7b4ac7 0%, #9c65df 100%);
  background-size:
    180% 180%,
    100% 100%;
  box-shadow:
    0 16px 42px rgba(123, 74, 199, 0.36),
    0 0 42px rgba(198, 155, 242, 0.16);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow:
    0 20px 54px rgba(123, 74, 199, 0.46),
    0 0 66px rgba(198, 155, 242, 0.24);
}

.button--secondary {
  color: var(--lavender-soft);
  border-color: var(--line-strong);
  background: rgba(12, 8, 21, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: rgba(198, 155, 242, 0.64);
  background: rgba(29, 16, 47, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 44px rgba(123, 74, 199, 0.2);
}

.contact-link {
  display: inline-flex;
  margin-top: 1.05rem;
  color: rgba(234, 219, 255, 0.76);
  font-size: 0.95rem;
  text-decoration-color: rgba(198, 155, 242, 0.4);
  text-underline-offset: 0.28rem;
  animation: textReveal 800ms var(--ease-out) 1.62s both;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--white);
}

.brand-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 40rem;
  perspective: 1000px;
  animation: stageEntrance 1.15s var(--ease-out) 520ms both;
}

.brand-stage::before {
  position: absolute;
  width: 31rem;
  height: 31rem;
  content: "";
  border: 1px solid rgba(198, 155, 242, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 54%, rgba(198, 155, 242, 0.1) 55%, transparent 56%),
    conic-gradient(from 120deg, transparent, rgba(198, 155, 242, 0.2), transparent, rgba(123, 74, 199, 0.14), transparent);
  -webkit-mask-image: radial-gradient(circle, transparent 45%, #000 47%);
  mask-image: radial-gradient(circle, transparent 45%, #000 47%);
  opacity: 0.7;
  animation: waveRotate 24s linear infinite;
  will-change: transform;
}

.brand-stage::after {
  position: absolute;
  width: 35rem;
  height: 35rem;
  content: "";
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(198, 155, 242, 0.24), transparent),
    radial-gradient(circle, transparent 60%, rgba(123, 74, 199, 0.12) 61%, transparent 63%);
  -webkit-mask-image: radial-gradient(circle, transparent 58%, #000 59%, #000 61%, transparent 64%);
  mask-image: radial-gradient(circle, transparent 58%, #000 59%, #000 61%, transparent 64%);
  opacity: 0.48;
  filter: blur(0.2px) drop-shadow(0 0 28px rgba(198, 155, 242, 0.2));
  animation: orbitDrift 18s ease-in-out infinite;
  will-change: transform, opacity;
}

.brand-stage__halo {
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(198, 155, 242, 0.28), transparent 56%),
    radial-gradient(circle at 64% 28%, rgba(123, 74, 199, 0.34), transparent 40%);
  filter: blur(28px);
  opacity: 0.9;
  animation: haloPulse 4.5s ease-in-out infinite;
  will-change: transform, opacity;
}

.brand-stage__card {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 37rem);
  min-height: 24rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  transition:
    transform 420ms var(--ease-out),
    filter 240ms ease;
  will-change: transform;
}

.brand-stage__card::before {
  position: absolute;
  inset: 2% 1% 4%;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(198, 155, 242, 0.28), rgba(123, 74, 199, 0.16) 42%, transparent 73%);
  filter: blur(28px);
  pointer-events: none;
}

.brand-stage__card::after {
  position: absolute;
  inset: -32%;
  z-index: 2;
  content: "";
  border-radius: 999px;
  background: linear-gradient(115deg, transparent 34%, rgba(234, 219, 255, 0.2), transparent 58%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 42%, transparent 64%);
  mask-image: radial-gradient(ellipse at center, #000 0 42%, transparent 64%);
  opacity: 0;
  transform: translateX(-42%) rotate(8deg);
  transition:
    opacity 260ms ease,
    transform 760ms var(--ease-out);
  pointer-events: none;
}

.brand-stage:hover .brand-stage__card,
.brand-stage:focus-within .brand-stage__card {
  filter: drop-shadow(0 0 48px rgba(198, 155, 242, 0.2));
  transform: translateY(-0.45rem) rotateX(2deg) rotateY(-3deg);
}

.brand-stage:hover .brand-stage__card::after,
.brand-stage:focus-within .brand-stage__card::after {
  opacity: 1;
  transform: translateX(42%) rotate(8deg);
}

.brand-stage__logo {
  width: min(100%, 36rem);
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: scale(1.02);
  filter:
    saturate(1.14)
    contrast(1.08)
    drop-shadow(0 0 22px rgba(198, 155, 242, 0.22))
    drop-shadow(0 0 62px rgba(123, 74, 199, 0.18));
  animation: heroLogoBreath 6.4s ease-in-out 1.2s infinite;
  transition:
    transform 520ms var(--ease-out),
    filter 240ms ease;
}

.brand-stage:hover .brand-stage__logo,
.brand-stage:focus-within .brand-stage__logo {
  transform: scale(1.045);
}

.brand-stage__caption {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  max-width: calc(100% - 2rem);
  padding: 0.72rem 0.86rem;
  border: 1px solid rgba(198, 155, 242, 0.22);
  border-radius: 8px;
  color: var(--lavender-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  background: rgba(3, 2, 7, 0.34);
  backdrop-filter: blur(14px);
}

.brand-stage__symbol {
  position: absolute;
  right: -4rem;
  bottom: -2.2rem;
  width: 15rem;
  height: auto;
  opacity: 0.24;
  filter:
    blur(0.1px)
    drop-shadow(0 0 34px rgba(198, 155, 242, 0.55));
  animation: floatSymbol 16s ease-in-out infinite;
  will-change: transform;
}

@keyframes logoEntrance {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headlineLineReveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(1.1rem);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@keyframes stageEntrance {
  from {
    opacity: 0;
    transform: translateY(1.6rem) scale(0.95);
    filter: blur(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes meshFlow {
  0% {
    opacity: 0.72;
    transform: translate3d(-1.5%, -1%, 0) rotate(0deg) scale(1);
  }

  50% {
    opacity: 0.95;
    transform: translate3d(1.5%, 1%, 0) rotate(4deg) scale(1.04);
  }

  100% {
    opacity: 0.78;
    transform: translate3d(2%, -1.2%, 0) rotate(-3deg) scale(1.02);
  }
}

@keyframes spotlightSweep {
  from {
    transform: translate3d(-8%, -2%, 0) rotate(26deg);
    opacity: 0.22;
  }

  to {
    transform: translate3d(22%, 5%, 0) rotate(34deg);
    opacity: 0.38;
  }
}

@keyframes spotlightSweepReverse {
  from {
    transform: translate3d(10%, 4%, 0) rotate(-32deg);
    opacity: 0.16;
  }

  to {
    transform: translate3d(-18%, -4%, 0) rotate(-25deg);
    opacity: 0.28;
  }
}

@keyframes curveSway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--curve-rotate));
  }

  50% {
    transform: translate3d(var(--curve-shift), -1rem, 0) rotate(calc(var(--curve-rotate) + 7deg));
  }
}

@keyframes particleDrift {
  from {
    background-position:
      0 0,
      3rem 5rem,
      8rem 2rem;
    transform: translate3d(0, 0, 0);
  }

  to {
    background-position:
      3rem -8rem,
      7rem -4rem,
      13rem -12rem;
    transform: translate3d(0, -1.4rem, 0);
  }
}

@keyframes orbDrift {
  0%,
  100% {
    opacity: 0.2;
    transform: translate3d(0, 0, 0) scale(0.96);
  }

  45% {
    opacity: 0.36;
    transform: translate3d(var(--orb-x), var(--orb-y), 0) scale(1.08);
  }

  70% {
    opacity: 0.28;
    transform: translate3d(calc(var(--orb-x) * -0.5), calc(var(--orb-y) * 0.7), 0) scale(1.01);
  }
}

@keyframes ribbonFloat {
  0%,
  100% {
    opacity: 0.24;
    transform: translate3d(0, 0, 0) rotate(var(--ribbon-rotate));
  }

  50% {
    opacity: 0.46;
    transform: translate3d(var(--ribbon-x), var(--ribbon-y), 0) rotate(calc(var(--ribbon-rotate) + 4deg));
  }
}

@keyframes orbitDrift {
  0%,
  100% {
    opacity: 0.34;
    transform: rotate(0deg) scale(0.98);
  }

  50% {
    opacity: 0.56;
    transform: rotate(16deg) scale(1.03);
  }
}

@keyframes heroLogoBreath {
  0%,
  100% {
    filter:
      saturate(1.14)
      contrast(1.08)
      drop-shadow(0 0 20px rgba(198, 155, 242, 0.2))
      drop-shadow(0 0 54px rgba(123, 74, 199, 0.16));
  }

  50% {
    filter:
      saturate(1.2)
      contrast(1.1)
      drop-shadow(0 0 32px rgba(198, 155, 242, 0.34))
      drop-shadow(0 0 76px rgba(123, 74, 199, 0.24));
  }
}

@keyframes markBreath {
  0%,
  100% {
    filter: drop-shadow(0 0 16px rgba(198, 155, 242, 0.42));
  }

  50% {
    filter: drop-shadow(0 0 28px rgba(198, 155, 242, 0.74));
  }
}

@keyframes rimReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes auroraShift {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(0deg) scale(1);
  }

  to {
    transform: translate3d(2%, 1.5%, 0) rotate(8deg) scale(1.05);
  }
}

@keyframes waveRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes grainDrift {
  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1%, 1%);
  }

  50% {
    transform: translate(1%, -1%);
  }

  75% {
    transform: translate(1%, 1%);
  }
}

@keyframes floatSymbol {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--symbol-rotate)) scale(1);
  }

  50% {
    transform: translate3d(0.8rem, -1.1rem, 0) rotate(calc(var(--symbol-rotate) + 10deg)) scale(1.04);
  }
}

@keyframes haloPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes statusPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 5.35rem;
  }

  .brand-stage {
    min-height: 34rem;
  }
}

@media (max-width: 860px) {
  .page-shell {
    padding: 1rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: calc(100vh - 2rem);
    padding: 1rem 0 2rem;
  }

  .brand {
    margin-bottom: 3rem;
  }

  h1 {
    max-width: 11ch;
    font-size: 4.25rem;
  }

  .intro {
    font-size: 1.04rem;
    line-height: 1.68;
  }

  .button {
    flex: 1 1 12rem;
  }

  .brand-stage {
    min-height: 29rem;
  }

  .brand-stage__card {
    width: min(100%, 31rem);
    min-height: 19rem;
  }

  .brand-stage__symbol {
    right: -2rem;
    width: 11rem;
  }

  .brand-stage::after {
    width: 29rem;
    height: 29rem;
  }

  .curve-field--one {
    top: 45%;
    right: -8rem;
    opacity: 0.24;
  }

  .spotlight {
    opacity: 0.18;
  }

  .glow-orb--two,
  .glow-orb--five,
  .flow-ribbon--three {
    display: none;
  }
}

@media (max-width: 520px) {
  body {
    background:
      radial-gradient(circle at 70% 15%, rgba(123, 74, 199, 0.28), transparent 19rem),
      linear-gradient(145deg, #020105 0%, #0d0618 62%, #030207 100%);
  }

  .brand {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2.4rem;
  }

  .brand__mark {
    width: 2.65rem;
    height: 2.65rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .status {
    font-size: 0.72rem;
  }

  .actions {
    gap: 0.72rem;
  }

  .button {
    width: 100%;
  }

  .brand-stage {
    min-height: 24rem;
  }

  .brand-stage__card {
    min-height: 15rem;
  }

  .brand-stage::before,
  .brand-stage::after,
  .brand-stage__halo {
    width: 21rem;
    height: 21rem;
  }

  .brand-stage__caption {
    right: 0.78rem;
    left: 0.78rem;
    font-size: 0.76rem;
  }

  .ambient__symbol--one {
    left: -11rem;
  }

  .ambient__symbol--two,
  .curve-field--two,
  .flow-ribbon--two,
  .flow-ribbon--three,
  .glow-orb--four,
  .glow-orb--five,
  .particles--two {
    display: none;
  }

  .mesh-gradient {
    opacity: 0.62;
  }

  .glow-orb {
    filter: blur(22px);
    opacity: 0.18;
  }

  .flow-ribbon {
    opacity: 0.2;
  }

  .particles {
    opacity: 0.14;
  }
}

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

  body::before,
  body::after,
  .mesh-gradient,
  .spotlight,
  .glow-orb,
  .curve-field,
  .flow-ribbon,
  .particles,
  .light-wave,
  .ambient__symbol,
  .brand-stage::before,
  .brand-stage::after,
  .brand-stage__halo,
  .brand-stage__symbol {
    animation: none !important;
  }

  .brand,
  .status,
  h1 span,
  .intro,
  .actions,
  .contact-link,
  .brand-stage {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }

  .brand-stage:hover .brand-stage__card,
  .brand-stage:focus-within .brand-stage__card,
  .button:hover,
  .button:focus-visible {
    transform: none !important;
  }
}
