/* ============================================================
   Nexus Explore - pulsing disks + top concentric rotating logo
   ============================================================ */

.explore-page {
  overflow-y: auto;
  background: radial-gradient(circle at 24% 8%, rgba(3, 8, 16, 0.03), rgba(0, 0, 2, 0.995) 42%, #000 100%);
  color: #e9f4ff;
}

.explore-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 0 80px;
}

#explore-hero {
  margin: 0 20px 18px;
  position: sticky;
  top: 64px;
  z-index: 80;
}

.hero-shell {
  border: 1px solid rgba(36, 243, 255, 0.18);
  border-radius: 16px;
  background: radial-gradient(circle at 26% 8%, rgba(22, 96, 130, 0.18), rgba(2, 8, 22, 0.92) 42%, rgba(0, 3, 14, 0.98) 70%, #000 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  padding: 22px 24px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  justify-items: center;
}

.hero-logo-wrap {
  position: absolute;
  right: 19px;
  top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
}

.hero-badge {
  grid-column: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-items: center;
}

.hero-logo-wrap .orbit-logo {
  --orbit-size: 162px;
  position: relative;
}

.hero-logo-pearl-slot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.hero-logo-pearl {
  width: 132px;
  aspect-ratio: 1 / 1;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.orbit-logo.has-active-pearl .orbit-logo__svg {
  opacity: 0;
  visibility: hidden;
}

.orbit-logo.has-active-pearl .hero-logo-pearl {
  opacity: 1;
  transform: scale(1);
}

.hero-logo-wrap .orbit-logo.is-paused .orbit-logo__ring,
.hero-logo-wrap .orbit-logo.is-paused .orbit-logo__ring-b,
.hero-logo-wrap .orbit-logo.is-paused .orbit-logo__ring-c,
.hero-logo-wrap .orbit-logo.is-paused .orbit-logo__accent {
  animation-play-state: paused;
}

.hero-kicker {
  margin: 0 0 6px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: rgba(36, 243, 255, 0.75);
}

.hero-title {
  margin: 0;
  font-size: 2rem;
  color: #f7fbff;
}

.hero-sub {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: rgba(195, 220, 255, 0.78);
}

.hero-detail-slot {
  margin-top: 14px;
  min-height: 148px;
  display: block;
  position: relative;
  z-index: 10;
  transition: margin-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-detail-slot.is-drifting-up {
  margin-top: -40px;
}

.hero-detail-slot.is-active-high {
  margin-top: -200px;
}

.nexus-field {
  position: relative;
  margin-top: 12px;
  min-height: 280px;
  border-radius: 14px;
  border: 1px solid rgba(36, 243, 255, 0.2);
  background: radial-gradient(circle at 30% 24%, rgba(36, 243, 255, 0.12), rgba(4, 10, 24, 0.94) 62%, rgba(3, 8, 18, 0.97));
  overflow: hidden;
  isolation: isolate;
}

.nexus-field-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 77, 245, 0.13), transparent 38%),
    radial-gradient(circle at 18% 70%, rgba(36, 243, 255, 0.1), transparent 40%),
    repeating-radial-gradient(circle at center, rgba(36, 243, 255, 0.06) 0 1px, transparent 1px 19px);
  opacity: 0.8;
  pointer-events: none;
}

.nexus-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(185, 220, 255, 0.58);
  border: 1px solid rgba(36, 243, 255, 0.25);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(9, 16, 32, 0.78);
  pointer-events: none;
}

.nexus-pearls {
  position: absolute;
  inset: 0;
}

.nexus-pearl {
  --pearl-rgb-safe: var(--pearl-rgb, 36,243,255);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(var(--pearl-rgb-safe), 0.16), rgba(6, 14, 30, 0.88) 68%);
  box-shadow: inset 0 0 18px rgba(var(--pearl-rgb-safe), 0.14), 0 0 0 rgba(var(--pearl-rgb-safe), 0);
  color: #eaf5ff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.18, 0.78, 0.2, 1), filter 0.35s ease, box-shadow 0.35s ease;
  z-index: 3;
}

.nexus-pearl::before {
  content: '';
  position: absolute;
  inset: -16px;
  background: radial-gradient(circle, rgba(var(--pearl-rgb-safe), 0.15), transparent 68%);
  opacity: 0.55;
  pointer-events: none;
  animation: field-aura 6.2s ease-in-out infinite;
}

.nexus-pearl-orbit {
  position: absolute;
  inset: 0;
  animation: pearl-breathe 2.8s ease-in-out infinite;
}

.nexus-pearl-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 10px rgba(var(--pearl-rgb-safe), 0.28));
}

.nexus-pr {
  fill: none;
  stroke: rgba(var(--pearl-rgb-safe), 0.86);
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transition: stroke 0.25s ease, filter 0.25s ease;
}

.nexus-pr-c { stroke-width: 4; stroke-dasharray: 212 102; animation: pearl-rot-c 38s linear infinite; }
.nexus-pr-b { stroke-width: 5; stroke-dasharray: 170 92; animation: pearl-rot-b 29s linear infinite reverse; }
.nexus-pr-a { stroke-width: 6; stroke-dasharray: 124 68; animation: pearl-rot-a 18s linear infinite; }

.nexus-pearl-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0.76;
  font-size: 0.72rem;
  font-weight: 620;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(var(--pearl-rgb-safe), 0.28);
  transition: transform 0.26s ease, opacity 0.26s ease;
}

.nexus-pearl {
  animation: field-orbit var(--orbit-speed, 34s) linear infinite;
  animation-delay: var(--orbit-delay, 0s);
}

.nexus-pearl:hover {
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.36), inset 0 0 24px rgba(var(--pearl-rgb-safe), 0.26), 0 0 26px rgba(var(--pearl-rgb-safe), 0.42);
}

.nexus-pearl:hover .nexus-pr {
  stroke: rgba(var(--pearl-rgb-safe), 1);
  filter: drop-shadow(0 0 12px rgba(var(--pearl-rgb-safe), 0.56));
}

.nexus-pearl:hover .nexus-pearl-label {
  transform: translate(-50%, -50%) scale(1.04);
  opacity: 1;
}

.nexus-pearl.is-nearby {
  filter: saturate(1.2);
  transform: translate(-50%, -50%) scale(1.03);
}

.nexus-field.is-focused .nexus-pearl {
  animation-play-state: paused;
}

.nexus-pearl.is-selected {
  transform: translate(-50%, -50%) scale(1.18);
  z-index: 6;
}

.nexus-pearl.is-collapsed-left,
.nexus-pearl.is-collapsed-right {
  opacity: 0.1;
  pointer-events: none;
}

.nexus-pearl.is-collapsed-left {
  transform: translate(calc(-50% - 120px), -50%) scale(0.7);
}

.nexus-pearl.is-collapsed-right {
  transform: translate(calc(-50% + 120px), -50%) scale(0.7);
}

.nexus-explainer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(510px, calc(100% - 28px));
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

.nexus-explainer-card {
  pointer-events: auto;
  border-radius: 12px;
  border: 1px solid rgba(36, 243, 255, 0.26);
  background: linear-gradient(170deg, rgba(8, 15, 32, 0.93), rgba(4, 8, 20, 0.95));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  padding: 14px 14px 12px;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.32s ease;
}

.nexus-field.is-focused .nexus-explainer-card,
.nexus-explainer-card--hint {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nexus-explainer-card--hint {
  border-style: dashed;
  background: linear-gradient(170deg, rgba(8, 15, 32, 0.72), rgba(4, 8, 20, 0.74));
  max-width: 420px;
  margin: 0 auto;
}

.nexus-hint-title {
  margin: 0 0 6px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(36, 243, 255, 0.7);
}

.nexus-hint-body {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(190, 214, 242, 0.77);
}

.nexus-explainer-card--magenta {
  border-color: rgba(255, 77, 245, 0.26);
}

.nexus-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: none;
  color: rgba(170, 196, 228, 0.62);
  cursor: pointer;
}

.nexus-close:hover {
  color: #fff;
}

.nexus-kicker {
  margin: 0 0 5px;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(36, 243, 255, 0.65);
}

.nexus-explainer-card--magenta .nexus-kicker {
  color: rgba(255, 77, 245, 0.74);
}

.nexus-name {
  margin: 0 0 6px;
  font-size: 1.06rem;
  color: #f7fbff;
}

.nexus-role {
  margin: 0 0 8px;
  font-size: 0.81rem;
  color: rgba(196, 218, 245, 0.83);
}

.nexus-body {
  margin: 0 0 10px;
  font-size: 0.79rem;
  line-height: 1.56;
  color: rgba(177, 200, 235, 0.76);
}

.ehd-inline {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(36, 243, 255, 0.2);
  background: linear-gradient(170deg, rgba(2, 7, 18, 0.95), rgba(0, 2, 10, 0.98));
  padding: 14px 14px 12px;
}

.ehd-inline--nexus {
  border-style: dashed;
}

#explore-disks {
  display: none;
}

#hero-pearls-line {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(94px, 112px));
  grid-template-rows: repeat(3, auto);
  justify-content: center;
  gap: 10px 14px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.edisk-cell {
  display: grid;
  justify-items: center;
  gap: 0;
}

#hero-pearls-line.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.edisk.is-scattered {
  animation: var(--scatter-anim) 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards !important;
  pointer-events: none;
}

.edisk.is-dragging {
  cursor: grabbing;
  z-index: 1000;
  position: relative;
}

.orbit-logo.is-exploding {
  animation: nexus-explosion 2.4s ease-out forwards;
}

.orbit-logo.is-exploding::before {
  content: '';
  position: absolute;
  inset: -30px;
  border: 2px solid rgba(36, 243, 255, 0.8);
  border-radius: 50%;
  animation: nexus-shockwave 2.0s ease-out forwards;
  animation-delay: 0.2s;
}

.orbit-logo.is-exploding::after {
  content: '';
  position: absolute;
  inset: -40px;
  border: 3px solid rgba(255, 77, 245, 0.6);
  border-radius: 50%;
  animation: nexus-shockwave 2.3s ease-out forwards;
  animation-delay: 0.4s;
}

.orbit-logo.is-pearl-displaced {
  filter: brightness(0.4) blur(1px);
  animation: logo-fade-out 1.2s ease-in forwards;
}

@keyframes logo-fade-out {
  from {
    opacity: 1;
    filter: brightness(1) blur(0px);
  }
  to {
    opacity: 0.2;
    filter: brightness(0.4) blur(2px);
  }
}

.hero-detail-slot.is-expanded-up {
  animation: slide-up 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slide-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-60px);
  }
}

.edisk {
  --pearl-rgb-safe: var(--pearl-rgb, 36,243,255);
  appearance: none;
  border: none;
  border-radius: 999px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 35% 35%, rgba(var(--pearl-rgb-safe), 0.16), rgba(6, 14, 30, 0.94) 68%);
  color: #eef7ff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 0 20px rgba(var(--pearl-rgb-safe), 0.12), 0 0 0 rgba(var(--pearl-rgb-safe), 0);
  position: relative;
  overflow: hidden;
  animation: pearl-breathe 2.2s ease-in-out infinite;
}

.edisk-orbit {
  position: absolute;
  inset: 5%;
  width: 90%;
  height: 90%;
  overflow: visible;
  filter: drop-shadow(0 0 10px rgba(var(--pearl-rgb-safe), 0.28));
}

.edisk-ring {
  fill: none;
  stroke: rgba(var(--pearl-rgb-safe), 0.86);
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transition: stroke 0.25s ease, filter 0.25s ease;
}


.edisk-ring-c {
  stroke-width: 4;
  stroke-dasharray: var(--dash-c, 210 104);
  animation: pearl-rot-c var(--rot-c, 36s) linear infinite;
  animation-delay: var(--delay-c, 0s);
}

.edisk-ring-b {
  stroke-width: 5;
  stroke-dasharray: var(--dash-b, 168 94);
  animation: pearl-rot-b var(--rot-b, 28s) linear infinite reverse;
  animation-delay: var(--delay-b, 0s);
}

.edisk-ring-a {
  stroke-width: 6;
  stroke-dasharray: var(--dash-a, 120 66);
  animation: pearl-rot-a var(--rot-a, 18s) linear infinite;
  animation-delay: var(--delay-a, 0s);
}

.edisk:hover,
.edisk.is-selected {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35), inset 0 0 28px rgba(var(--pearl-rgb-safe), 0.24), 0 0 24px rgba(var(--pearl-rgb-safe), 0.34);
}

.edisk--magenta:hover,
.edisk--magenta.is-selected {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35), inset 0 0 30px rgba(var(--pearl-rgb-safe), 0.24), 0 0 24px rgba(var(--pearl-rgb-safe), 0.36);
}

.edisk:hover .edisk-ring,
.edisk.is-selected .edisk-ring {
  stroke: rgba(var(--pearl-rgb-safe), 1);
  filter: drop-shadow(0 0 12px rgba(var(--pearl-rgb-safe), 0.52));
}

.edisk:hover .edisk-orbit,
.edisk.is-selected .edisk-orbit {
  filter: drop-shadow(0 0 16px rgba(var(--pearl-rgb-safe), 0.48));
}

.edisk:hover .edisk-core,
.edisk.is-selected .edisk-core {
  animation: pearl-label-rotate 5.2s linear infinite;
}

.edisk-core {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 650;
  letter-spacing: 0.02em;
  font-size: 0.82rem;
  padding: 8px;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px rgba(var(--pearl-rgb-safe), 0.24);
}

/* Individual pearl variations so each ring feels distinct */
#hero-pearls-line .edisk-cell:nth-child(1) .edisk { --rot-a: 15s; --rot-b: 23s; --rot-c: 34s; --dash-a: 118 64; --dash-b: 166 90; --dash-c: 206 100; --delay-a: -2.5s; --delay-b: -7s; --delay-c: -11s; }
#hero-pearls-line .edisk-cell:nth-child(2) .edisk { --rot-a: 17s; --rot-b: 27s; --rot-c: 38s; --dash-a: 124 70; --dash-b: 174 96; --dash-c: 214 108; --delay-a: -6s; --delay-b: -1.75s; --delay-c: -14s; }
#hero-pearls-line .edisk-cell:nth-child(3) .edisk { --rot-a: 14s; --rot-b: 21s; --rot-c: 31s; --dash-a: 112 62; --dash-b: 160 88; --dash-c: 200 98; --delay-a: -4.25s; --delay-b: -9s; --delay-c: -3.5s; }
#hero-pearls-line .edisk-cell:nth-child(4) .edisk { --rot-a: 19s; --rot-b: 29s; --rot-c: 41s; --dash-a: 126 72; --dash-b: 178 100; --dash-c: 220 112; --delay-a: -8s; --delay-b: -4s; --delay-c: -15s; }
#hero-pearls-line .edisk-cell:nth-child(5) .edisk { --rot-a: 16s; --rot-b: 25s; --rot-c: 36s; --dash-a: 120 68; --dash-b: 170 94; --dash-c: 210 104; --delay-a: -1.25s; --delay-b: -10.5s; --delay-c: -5.75s; }
#hero-pearls-line .edisk-cell:nth-child(6) .edisk { --rot-a: 18s; --rot-b: 26s; --rot-c: 39s; --dash-a: 122 70; --dash-b: 172 96; --dash-c: 216 108; --delay-a: -9.5s; --delay-b: -3s; --delay-c: -12.5s; }

@keyframes pearl-rot-a {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pearl-rot-b {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes pearl-rot-c {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pearl-breathe {
  0%, 100% { transform: scale(1); box-shadow: inset 0 0 16px rgba(var(--pearl-rgb-safe), 0.08); }
  50% { transform: scale(1.04); box-shadow: inset 0 0 24px rgba(var(--pearl-rgb-safe), 0.16); }
}

@keyframes pearl-label-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes field-orbit {
  from { transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateX(var(--orbit-radius)) rotate(calc(-1 * var(--orbit-angle))); }
  to { transform: translate(-50%, -50%) rotate(calc(var(--orbit-angle) + 360deg)) translateX(var(--orbit-radius)) rotate(calc(-1 * (var(--orbit-angle) + 360deg))); }
}

@keyframes field-aura {
  0%, 100% { transform: scale(0.9); opacity: 0.42; }
  50% { transform: scale(1.08); opacity: 0.72; }
}

@keyframes pearl-scatter-0 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(240px, -180px) scale(0.95) rotate(8deg); opacity: 0.9; }
  100% { transform: translate(480px, -360px) scale(0.8) rotate(16deg); opacity: 0.6; }
}

@keyframes pearl-scatter-1 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-210px, -195px) scale(0.95) rotate(-8deg); opacity: 0.9; }
  100% { transform: translate(-420px, -390px) scale(0.8) rotate(-16deg); opacity: 0.6; }
}

@keyframes pearl-scatter-2 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(150px, 210px) scale(0.95) rotate(6deg); opacity: 0.9; }
  100% { transform: translate(300px, 420px) scale(0.8) rotate(12deg); opacity: 0.6; }
}

@keyframes pearl-scatter-3 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-240px, 180px) scale(0.95) rotate(-6deg); opacity: 0.9; }
  100% { transform: translate(-480px, 360px) scale(0.8) rotate(-12deg); opacity: 0.6; }
}

@keyframes pearl-scatter-4 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(210px, -135px) scale(0.95) rotate(7deg); opacity: 0.9; }
  100% { transform: translate(420px, -270px) scale(0.8) rotate(14deg); opacity: 0.6; }
}

@keyframes pearl-scatter-5 {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-180px, 195px) scale(0.95) rotate(-7deg); opacity: 0.9; }
  100% { transform: translate(-360px, 390px) scale(0.8) rotate(-14deg); opacity: 0.6; }
}

@keyframes nexus-explosion {
  0% {
    filter: drop-shadow(0 0 0 rgba(36, 243, 255, 0)) drop-shadow(0 0 0 rgba(255, 77, 245, 0));
    opacity: 1;
  }
  30% {
    filter: drop-shadow(0 0 20px rgba(36, 243, 255, 0.8)) drop-shadow(0 0 40px rgba(255, 77, 245, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 80px rgba(36, 243, 255, 1)) drop-shadow(0 0 120px rgba(255, 77, 245, 0.8));
    opacity: 0.3;
  }
}

@keyframes nexus-shockwave {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}

@keyframes nexus-bloom {
  0% {
    filter: blur(0px) brightness(1);
    transform: scale(1);
  }
  50% {
    filter: blur(8px) brightness(1.6);
    transform: scale(1.15);
  }
  100% {
    filter: blur(2px) brightness(1.2);
    transform: scale(1);
  }
}

#explore-detail {
  display: none;
}

#explore-detail.is-open {
  display: none;
}

.ehd-body {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(36, 243, 255, 0.18);
  background: linear-gradient(170deg, rgba(8, 15, 32, 0.97), rgba(4, 8, 20, 0.98));
  padding: 32px 30px 28px;
  margin-top: 20px;
  color: #e8ecff;
}

.hero-detail-slot .ehd-name {
  font-size: 1.15rem;
  margin: 0 0 6px;
}

.hero-detail-slot .ehd-role {
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.hero-detail-slot .ehd-body-text {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.hero-detail-slot .ehd-body-text--nexus {
  font-size: 0.9rem;
  line-height: 1.72;
  color: rgba(198, 221, 251, 0.9);
  margin-bottom: 12px;
}

.hero-detail-slot .ehd-body-text--detail {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ehd-inline--pearl .ehd-kicker {
  color: rgba(var(--detail-rgb, 36,243,255), 0.9);
}

.ehd-inline--pearl.ehd-body--magenta .ehd-kicker {
  color: rgba(var(--detail-rgb, 36,243,255), 0.9);
}

.ehd-inline--pearl .ehd-name {
  color: rgba(var(--detail-rgb, 36,243,255), 0.98);
  text-shadow: 0 0 14px rgba(var(--detail-rgb, 36,243,255), 0.2);
}

.ehd-inline--pearl .ehd-role,
.ehd-inline--pearl .ehd-body-text--detail {
  color: rgba(232, 244, 255, 0.9);
}

.ehd-body--magenta {
  border-color: rgba(255, 77, 245, 0.22);
}

.ehd-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(160, 196, 255, 0.55);
  font-size: 15px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}

.ehd-close:hover {
  color: #fff;
}

.ehd-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(36, 243, 255, 0.65);
  margin-bottom: 8px;
}

.ehd-body--magenta .ehd-kicker {
  color: rgba(255, 77, 245, 0.7);
}

.ehd-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 9px;
}

.ehd-role {
  font-size: 0.9rem;
  color: rgba(200, 220, 255, 0.8);
  line-height: 1.55;
  margin-bottom: 11px;
}

.ehd-body-text {
  font-size: 0.86rem;
  color: rgba(178, 200, 240, 0.7);
  line-height: 1.68;
  margin-bottom: 18px;
  max-width: 720px;
}

.ehd-boundary {
  font-size: 0.78rem;
  color: rgba(178, 196, 232, 0.6);
  line-height: 1.6;
  border-left: 2px solid rgba(255, 77, 245, 0.35);
  padding-left: 12px;
  margin-bottom: 18px;
  max-width: 620px;
}

.ehd-b-label {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 77, 245, 0.6);
  margin-bottom: 4px;
}

.ehd-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(36, 243, 255, 0.3);
  background: rgba(36, 243, 255, 0.07);
  color: rgba(200, 230, 255, 0.9);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}

.ehd-inline--pearl .ehd-cta {
  border-color: rgba(var(--detail-rgb, 36,243,255), 0.38);
  background: rgba(var(--detail-rgb, 36,243,255), 0.1);
}

.ehd-inline--pearl .ehd-cta:hover {
  border-color: rgba(var(--detail-rgb, 36,243,255), 0.72);
  background: rgba(var(--detail-rgb, 36,243,255), 0.18);
}

.ehd-body--magenta .ehd-cta {
  border-color: rgba(255, 77, 245, 0.3);
  background: rgba(255, 77, 245, 0.07);
}

.ehd-cta:hover {
  background: rgba(36, 243, 255, 0.15);
  border-color: rgba(36, 243, 255, 0.6);
  color: #fff;
}

.ehd-body--magenta .ehd-cta:hover {
  background: rgba(255, 77, 245, 0.15);
  border-color: rgba(255, 77, 245, 0.6);
}

@media (max-width: 920px) {
  .hero-shell {
    position: static;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px 18px;
    align-items: center;
  }

  .hero-logo-wrap {
    position: static;
    margin: 0 auto 10px;
    transform: none;
  }

  #hero-pearls-line {
    grid-template-columns: repeat(2, minmax(84px, 102px));
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    gap: 10px 12px;
  }
}

@media (max-width: 600px) {
  #explore-hero,
  #explore-detail {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-logo-wrap .orbit-logo {
    --orbit-size: 146px;
  }

  #hero-pearls-line {
    grid-template-columns: repeat(2, minmax(78px, 94px));
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    gap: 10px;
  }

  .edisk-core {
    font-size: 0.76rem;
    padding: 6px;
  }

  .ehd-body {
    padding: 24px 16px 20px;
  }
}
