:root {
  --bg: #080410;
  --bg-2: #110818;
  --panel: rgba(18, 10, 28, 0.7);
  --text: #f5ecff;
  --muted: #a592bc;
  --purple: #7b34ff;
  --purple-2: #a33dff;
  --violet: #c98aff;
  --pink: #f06cff;
  --line: rgba(210, 153, 255, 0.18);
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.landing {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(145, 69, 255, 0.18), transparent 26%),
    radial-gradient(circle at 14% 100%, rgba(255, 108, 241, 0.14), transparent 24%),
    linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 44%, #08040f 100%);
}
.landing:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(123, 52, 255, 0.3), transparent 32%),
    linear-gradient(90deg, rgba(10, 6, 17, 0.2), transparent 32%, transparent 68%, rgba(12, 8, 20, 0.2));
  z-index: -2;
}
.ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.grid {
  position: absolute;
  inset: -20% 0 auto;
  height: 120%;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(193, 140, 255, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 140, 255, 0.18) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0.7) 32%, transparent 72%);
  transform: perspective(900px) rotateX(74deg) translateY(40%);
  animation: gridDrift 18s linear infinite;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.22;
}
.orbOne {
  width: 460px;
  height: 460px;
  top: -160px;
  right: -70px;
  background: rgba(138, 56, 255, 0.8);
  animation: driftOne 16s ease-in-out infinite alternate;
}
.orbTwo {
  width: 360px;
  height: 360px;
  right: auto;
  left: -90px;
  bottom: -180px;
  background: rgba(248, 108, 255, 0.42);
  animation: driftTwo 18s ease-in-out infinite alternate;
}
.hero {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
  padding: 70px 0 58px;
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
}
.markWrap {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  transform-style: preserve-3d;
  animation: revealMark 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.mark {
  position: relative;
  z-index: 1;
  width: 86%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  filter: saturate(1.2) contrast(1.06);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  animation: float 6s ease-in-out infinite;
}
.orbit {
  position: absolute;
  inset: 4%;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.orbit:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11%;
  left: 19%;
  border-radius: 50%;
  background: rgba(214, 155, 255, 0.95);
  box-shadow: 0 0 18px rgba(214, 155, 255, 0.8);
}
.orbitOne {
  animation: spin 20s linear infinite;
}
.orbitTwo {
  inset: 12%;
  opacity: 0.7;
  animation: spinReverse 14s linear infinite;
}
.orbitTwo:after {
  top: auto;
  left: auto;
  right: 7%;
  bottom: 27%;
  width: 6px;
  height: 6px;
}
.copy {
  animation: revealCopy 0.9s 0.18s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.brandCluster {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.brandLine {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(184, 127, 255, 0), rgba(202, 136, 255, 0.9));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(218, 139, 255, 0.7);
}
h1 {
  margin: 0;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.84;
  letter-spacing: -0.075em;
  font-weight: 800;
}
h1 span {
  color: var(--violet);
  text-shadow: 0 0 34px rgba(175, 110, 255, 0.2);
}
.contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 18px 0 20px;
  color: var(--text);
  border: 1px solid rgba(218, 161, 255, 0.2);
  border-radius: 999px;
  background: rgba(20, 10, 33, 0.52);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 20px 45px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.01em;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 22%, rgba(214, 153, 255, 0.12), transparent 78%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.contact span,
.contact svg {
  position: relative;
  z-index: 1;
}
.contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--violet);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}
.contact:hover {
  transform: translateY(-2px);
  border-color: rgba(218, 161, 255, 0.45);
  box-shadow: 0 18px 38px rgba(86, 32, 142, 0.26);
}
.contact:hover:before {
  transform: translateX(120%);
}
.contact:hover svg {
  transform: translateX(3px);
}
.contact:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 4px;
}
footer {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(169, 151, 191, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: none;
}
.status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b869ff;
  box-shadow: 0 0 12px rgba(184, 105, 255, 0.9);
  animation: pulse 2.8s ease-in-out infinite;
}
@keyframes revealMark {
  from {
    opacity: 0;
    transform: scale(0.9) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes revealCopy {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.35;
    box-shadow: 0 0 4px rgba(184, 105, 255, 0.7);
  }
}
@keyframes gridDrift {
  to {
    transform: perspective(900px) rotateX(74deg) translateY(calc(40% + 80px));
  }
}
@keyframes driftOne {
  to {
    transform: translate(-40px, 60px);
  }
}
@keyframes driftTwo {
  to {
    transform: translate(70px, -24px);
  }
}
@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 50px;
    text-align: center;
  }
  .markWrap {
    width: min(320px, 76vw);
    margin: 0 auto;
  }
  .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brandCluster {
    justify-content: center;
    margin-bottom: 18px;
  }
  footer {
    margin-top: 28px;
  }
}
@media (max-width: 440px) {
  .hero,
  footer {
    width: min(100% - 32px, 1160px);
  }
  h1 {
    font-size: clamp(44px, 16vw, 72px);
  }
  .brandLine {
    display: none;
  }
  footer {
    justify-content: center;
  }
  footer .status {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
