:root {
  color-scheme: dark;
  --bg: #050713;
  --bg-2: #0a1020;
  --panel: rgba(12, 18, 32, 0.72);
  --panel-strong: rgba(14, 22, 39, 0.88);
  --text: #f6f8fb;
  --muted: #a9b5c8;
  --soft: #75839a;
  --line: rgba(180, 200, 230, 0.16);
  --line-strong: rgba(190, 216, 246, 0.28);
  --blue: #8ddcff;
  --cyan: #76f0de;
  --gold: #d7bd73;
  --ink: #070b15;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -12%, rgba(119, 192, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 14% 18%, rgba(118, 240, 222, 0.09), transparent 24rem),
    radial-gradient(circle at 86% 8%, rgba(215, 189, 115, 0.11), transparent 28rem),
    linear-gradient(180deg, #03050d 0%, #080d19 42%, #050713 100%);
  color: var(--text);
}

body::before,
body::after,
.sky-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -3;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 8%, black, transparent 72%);
}

body::after {
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(141, 220, 255, 0.5) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(215, 189, 115, 0.42) 0 1px, transparent 1.8px);
  background-position: 0 0, 92px 54px, 28px 130px;
  background-size: 210px 210px, 290px 290px, 360px 360px;
  opacity: 0.22;
  animation: starDrift 28s linear infinite;
}

.sky-field {
  z-index: -1;
  background:
    radial-gradient(ellipse at 54% 24%, rgba(141, 220, 255, 0.18), transparent 24rem),
    radial-gradient(ellipse at 58% 24%, rgba(118, 240, 222, 0.08), transparent 34rem),
    radial-gradient(ellipse at 45% 15%, rgba(255, 255, 255, 0.09), transparent 42rem);
  filter: saturate(118%);
}

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

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  backdrop-filter: blur(12px);
}

.site-header::before {
  position: absolute;
  right: -6vw;
  bottom: 0;
  left: -6vw;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(180, 200, 230, 0.22), transparent);
}

.brand,
.nav-links,
.hero-actions,
.trust-points {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-size: 0.98rem;
  font-weight: 760;
}

.brand-mark {
  position: relative;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(141, 220, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #f9fbff 0 2px, transparent 3px),
    conic-gradient(from 155deg, rgba(141, 220, 255, 0.96), rgba(215, 189, 115, 0.88), rgba(118, 240, 222, 0.82), rgba(141, 220, 255, 0.96));
  box-shadow: 0 0 30px rgba(141, 220, 255, 0.26);
}

.brand-mark::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(5, 7, 19, 0.7);
  border-radius: inherit;
  content: "";
}

.nav-links {
  gap: 24px;
  color: var(--muted);
  font-size: 0.88rem;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.hero {
  min-height: calc(100svh - 76px);
  padding: clamp(30px, 6vh, 66px) 0 92px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 7.2vw, 7rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-subhead {
  max-width: 660px;
  margin-bottom: 34px;
  color: #c2ccdc;
  font-size: clamp(1.04rem, 1.55vw, 1.24rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 23px;
  font-size: 0.94rem;
  font-weight: 820;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #ffffff, #c1efff 58%, #9deee5);
  color: #07101c;
  box-shadow: 0 18px 48px rgba(141, 220, 255, 0.2);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
}

.constellation-panel {
  position: relative;
  min-height: min(620px, calc(100svh - 160px));
  overflow: hidden;
  border: 1px solid rgba(186, 207, 239, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(141, 220, 255, 0.12), transparent 16rem),
    radial-gradient(ellipse at 50% 18%, rgba(215, 189, 115, 0.08), transparent 26rem),
    linear-gradient(180deg, #070b18 0%, #040711 100%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.constellation-panel::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 7, 17, 0.2), rgba(4, 7, 17, 0.76)),
    url("assets/constellaone-night-sky-v2.png") center / cover no-repeat;
  opacity: 0.46;
  filter: saturate(82%) contrast(92%);
}

#constellation-canvas,
.panel-vignette {
  position: absolute;
  inset: 0;
}

#constellation-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.panel-vignette {
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 52%, transparent 0 11rem, rgba(5, 7, 19, 0.22) 25rem),
    linear-gradient(180deg, rgba(5, 7, 19, 0.18), rgba(5, 7, 19, 0.6));
  pointer-events: none;
}

.signal-chip,
.employee-node,
.clarity-strip {
  position: absolute;
  z-index: 4;
}

.signal-chip {
  display: inline-flex;
  min-width: 84px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(186, 207, 239, 0.2);
  border-radius: 999px;
  background: rgba(8, 13, 25, 0.54);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #d8e2f0;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  animation: chipFloat 7s ease-in-out infinite;
}

.chip-email { left: 8%; top: 14%; }
.chip-files { left: 37%; top: 10%; animation-delay: -1.8s; }
.chip-meetings { right: 7%; top: 22%; animation-delay: -3.1s; }
.chip-decisions { right: 10%; top: 50%; animation-delay: -2.2s; }
.chip-tasks { left: 9%; bottom: 28%; animation-delay: -4.2s; }
.chip-notes { right: 21%; bottom: 12%; animation-delay: -5.4s; }
.chip-followups { left: 30%; bottom: 9%; animation-delay: -3.7s; }

.employee-node {
  left: 50%;
  top: 52%;
  display: grid;
  width: 204px;
  min-height: 204px;
  place-items: center;
  padding: 24px 20px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(141, 220, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(246, 248, 251, 0.16), transparent 28%),
    radial-gradient(circle, rgba(141, 220, 255, 0.2), rgba(7, 13, 25, 0.72) 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  box-shadow:
    0 0 42px rgba(141, 220, 255, 0.18),
    0 0 92px rgba(118, 240, 222, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
  backdrop-filter: blur(18px);
}

.employee-node::before,
.employee-node::after,
.vault-rings {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.employee-node::before {
  inset: -28px;
  border: 1px solid rgba(141, 220, 255, 0.18);
}

.employee-node::after {
  inset: -54px;
  border: 1px solid rgba(215, 189, 115, 0.12);
  animation: slowTurn 26s linear infinite;
}

.vault-rings {
  inset: 34px;
  border: 1px solid rgba(118, 240, 222, 0.34);
  background: radial-gradient(circle, rgba(118, 240, 222, 0.1), transparent 58%);
  box-shadow: inset 0 0 28px rgba(118, 240, 222, 0.08);
}

.employee-node small,
.employee-node strong,
.employee-node em {
  position: relative;
  z-index: 2;
  display: block;
}

.employee-node small {
  align-self: end;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.employee-node strong {
  font-size: 1.22rem;
}

.employee-node em {
  align-self: start;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
}

.clarity-strip {
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(186, 207, 239, 0.16);
  border-radius: 8px;
  background: rgba(186, 207, 239, 0.12);
  color: #d8e2f0;
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.clarity-strip span {
  padding: 12px 10px;
  background: rgba(6, 11, 22, 0.72);
  text-align: center;
}

section {
  padding: 94px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.pain-grid,
.flow,
.difference-list {
  display: grid;
  gap: 14px;
}

.pain-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pain-grid article,
.flow article,
.difference-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.pain-grid article {
  min-height: 220px;
  padding: 24px;
}

.solution {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
}

.orbital-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(141, 220, 255, 0.14), transparent 12rem),
    rgba(8, 13, 25, 0.7);
  box-shadow: var(--shadow);
}

.orbit,
.map-core,
.map-dot {
  position: absolute;
  border-radius: 50%;
}

.orbit {
  inset: 16%;
  border: 1px solid rgba(141, 220, 255, 0.2);
}

.orbit-two {
  inset: 28%;
  border-color: rgba(215, 189, 115, 0.24);
}

.orbit-three {
  inset: 40%;
  border-color: rgba(118, 240, 222, 0.2);
}

.map-core {
  left: 50%;
  top: 50%;
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  transform: translate(-50%, -50%);
  background: rgba(141, 220, 255, 0.13);
  color: var(--text);
  font-weight: 820;
}

.map-dot {
  width: 14px;
  height: 14px;
  background: var(--cyan);
  box-shadow: 0 0 26px rgba(118, 240, 222, 0.46);
}

.dot-a { left: 20%; top: 28%; }
.dot-b { right: 20%; top: 22%; background: var(--gold); }
.dot-c { right: 18%; bottom: 24%; background: var(--blue); }
.dot-d { left: 25%; bottom: 18%; }

.section-copy p {
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--cyan);
  content: "•";
}

.flow {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.flow article {
  position: relative;
  min-height: 240px;
  padding: 24px;
}

.flow article::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 3;
  color: var(--blue);
  content: "→";
  font-size: 1.2rem;
}

.flow article:last-child::after {
  content: "";
}

.flow span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 820;
}

.difference-list {
  grid-template-columns: repeat(3, 1fr);
}

.difference-list div {
  padding: 28px;
}

.difference-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.trust {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-points {
  flex-wrap: wrap;
  gap: 12px;
}

.trust-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 720;
}

.final-cta {
  min-height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 28px;
}

@keyframes starDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-60px, 36px, 0); }
}

@keyframes chipFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes slowTurn {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@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;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .section-grid,
  .solution,
  .trust {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .constellation-panel {
    min-height: 560px;
  }

  .pain-grid,
  .flow,
  .difference-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 16px 0;
  }

  .brand {
    font-size: 0.94rem;
  }

  h1 {
    font-size: clamp(2.85rem, 15vw, 4.15rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero {
    padding-bottom: 62px;
  }

  .hero-subhead {
    margin-bottom: 26px;
    font-size: 1.02rem;
  }

  section {
    padding: 68px 0;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
  }

  .constellation-panel {
    min-height: min(560px, 72svh);
    margin-top: 2px;
  }

  .signal-chip {
    min-width: 72px;
    height: 30px;
    font-size: 0.64rem;
  }

  .chip-email { left: 5%; top: 12%; }
  .chip-files { left: 39%; top: 7%; }
  .chip-meetings { right: 4%; top: 18%; }
  .chip-decisions { right: 5%; top: 47%; }
  .chip-tasks { left: 5%; bottom: 29%; }
  .chip-notes { right: 12%; bottom: 17%; }
  .chip-followups { left: 18%; bottom: 8%; }

  .employee-node {
    width: 166px;
    min-height: 166px;
    padding: 20px 14px;
  }

  .employee-node::before {
    inset: -20px;
  }

  .employee-node::after {
    inset: -42px;
  }

  .vault-rings {
    inset: 26px;
  }

  .employee-node strong {
    font-size: 1.05rem;
  }

  .employee-node em {
    font-size: 0.68rem;
  }

  .clarity-strip {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    font-size: 0.62rem;
  }

  .clarity-strip span {
    padding: 8px;
  }

  .pain-grid,
  .flow,
  .difference-list {
    grid-template-columns: 1fr;
  }

  .pain-grid article,
  .flow article {
    min-height: auto;
  }

  .orbital-map {
    min-height: 360px;
  }
}

@media (max-width: 390px) {
  .page-shell {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 3.35rem);
  }

  .constellation-panel {
    min-height: 520px;
  }
}


.brand-logo-frame {
  display: inline-flex;
  width: clamp(172px, 18vw, 230px);
  height: 44px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.brand-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

.static-hero-image {
  min-height: min(640px, calc(100svh - 150px));
  background: #050713;
}

.static-hero-image::before {
  display: none;
}

.static-hero-image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(92%) contrast(96%) brightness(82%);
}

.static-hero-image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    radial-gradient(circle at 52% 46%, transparent 0 18rem, rgba(4, 7, 17, 0.2) 30rem),
    linear-gradient(180deg, rgba(4, 7, 17, 0.06), rgba(4, 7, 17, 0.34));
  pointer-events: none;
}

.image-overlay {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(186, 207, 239, 0.16);
  border-radius: 8px;
  background: rgba(186, 207, 239, 0.12);
  color: #edf4ff;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.image-overlay span {
  padding: 12px 10px;
  background: rgba(6, 11, 22, 0.72);
  text-align: center;
}

@media (max-width: 640px) {
  .brand-logo-frame {
    width: 158px;
    height: 38px;
  }

  .static-hero-image {
    min-height: min(520px, 68svh);
  }

  .image-overlay {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    font-size: 0.62rem;
  }

  .image-overlay span {
    padding: 8px;
  }
}


.animated-hero-image img {
  width: 104%;
  height: 104%;
  inset: -2%;
  animation: heroImageDrift 22s ease-in-out infinite alternate;
  transform-origin: 52% 46%;
}

.animated-hero-image #constellation-canvas {
  z-index: 3;
  opacity: 0.82;
  mix-blend-mode: screen;
}

.animated-hero-image::after {
  z-index: 2;
}

.animated-hero-image .image-overlay {
  z-index: 4;
}

@keyframes heroImageDrift {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.035) translate3d(-1.2%, -0.8%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .animated-hero-image img {
    animation: none;
  }
}


.orbital-map {
  border-color: rgba(186, 207, 239, 0.2);
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0.24), rgba(5, 8, 18, 0.84)),
    url("assets/constellaone-night-sky-v2.png") center / cover no-repeat;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.orbital-map::before,
.orbital-map::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.orbital-map::before {
  z-index: 1;
  background:
    linear-gradient(35deg, transparent 23%, rgba(141, 220, 255, 0.2) 23.25%, transparent 23.7%),
    linear-gradient(146deg, transparent 39%, rgba(215, 189, 115, 0.18) 39.25%, transparent 39.7%),
    linear-gradient(87deg, transparent 53%, rgba(118, 240, 222, 0.16) 53.25%, transparent 53.65%),
    radial-gradient(circle at 50% 50%, rgba(141, 220, 255, 0.2), transparent 11rem);
  opacity: 0.78;
}

.orbital-map::after {
  z-index: 2;
  background:
    radial-gradient(circle at 20% 28%, rgba(215, 189, 115, 0.68) 0 3px, transparent 4px),
    radial-gradient(circle at 80% 22%, rgba(235, 222, 170, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 76%, rgba(141, 220, 255, 0.7) 0 3px, transparent 4px),
    radial-gradient(circle at 25% 82%, rgba(118, 240, 222, 0.66) 0 3px, transparent 4px);
  filter: drop-shadow(0 0 10px rgba(141, 220, 255, 0.35));
}

.orbital-map .orbit {
  z-index: 3;
  border-color: rgba(186, 207, 239, 0.14);
  opacity: 0.72;
}

.orbital-map .orbit-one {
  animation: slowTurn 34s linear infinite;
}

.orbital-map .orbit-two {
  animation: slowTurn 46s linear infinite reverse;
}

.orbital-map .orbit-three {
  border-color: rgba(215, 189, 115, 0.18);
}

.map-core {
  z-index: 4;
  width: 146px;
  height: 146px;
  border: 1px solid rgba(141, 220, 255, 0.38);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle, rgba(141, 220, 255, 0.2), rgba(7, 13, 25, 0.82) 68%);
  box-shadow:
    0 0 46px rgba(141, 220, 255, 0.18),
    0 0 96px rgba(118, 240, 222, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #f6f8fb;
  text-align: center;
}

.map-core::before {
  position: absolute;
  inset: 38px;
  border: 1px solid rgba(118, 240, 222, 0.28);
  border-radius: inherit;
  content: "";
}

.map-core::after {
  position: absolute;
  right: -34px;
  bottom: -24px;
  left: -34px;
  color: rgba(216, 226, 240, 0.72);
  content: "Knowledge Vault";
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-dot {
  z-index: 5;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: #ebdeaa;
  box-shadow: 0 0 18px rgba(235, 222, 170, 0.48);
}

.dot-b {
  background: var(--gold);
}

.dot-c {
  background: var(--blue);
  box-shadow: 0 0 18px rgba(141, 220, 255, 0.5);
}

.dot-d {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(118, 240, 222, 0.42);
}

@media (max-width: 640px) {
  .map-core {
    width: 122px;
    height: 122px;
  }

  .map-core::before {
    inset: 31px;
  }
}
