.operon-explore-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(0.45rem, 1vw, 0.9rem);
  background:
    radial-gradient(circle at 12% 16%, rgba(44, 111, 98, 0.3), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(167, 255, 141, 0.1), transparent 24%),
    linear-gradient(180deg, #0f1412 0%, #0a0d0c 100%);
  overflow: clip;
}

.operon-explore-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.32;
  pointer-events: none;
}

.operon-explore-shell {
  position: relative;
  width: min(1680px, 100%);
  margin: 0 auto;
}

.operon-explore-stage {
  position: relative;
  min-height: calc(100svh - 0.9rem);
  border-radius: 34px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 56% 50%, rgba(44, 111, 98, 0.11), transparent 36%),
    radial-gradient(circle at 20% 14%, rgba(44, 111, 98, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(16, 19, 18, 0.985) 0%, rgba(9, 11, 10, 0.985) 100%);
  box-shadow:
    0 48px 120px rgba(1, 2, 2, 0.42),
    inset 0 1px 0 rgba(255, 250, 245, 0.05);
  cursor: default;
}

.operon-explore-stage::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 250, 245, 0.045);
  pointer-events: none;
  z-index: 0;
}

.operon-explore-stage::after {
  content: "";
  position: absolute;
  inset: -18% -8% auto;
  height: 48%;
  background: radial-gradient(circle, rgba(44, 111, 98, 0.16), transparent 60%);
  opacity: 0.65;
  filter: blur(42px);
  pointer-events: none;
  z-index: 0;
}

.operon-explore-stage[data-explore-stage] .operon-explore-canvas {
  filter: saturate(1.05) contrast(1.02);
}

.operon-explore-static-map,
.operon-explore-canvas,
.operon-explore-overlay {
  position: absolute;
  inset: 0;
}

.operon-explore-canvas {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 420ms ease;
}

.operon-explore-section.is-ready .operon-explore-canvas {
  opacity: 1;
}

.operon-explore-static-map {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(44, 111, 98, 0.18), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(167, 255, 141, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(10, 12, 11, 0.92) 0%, rgba(7, 8, 8, 0.94) 100%);
  transition: opacity 520ms ease, transform 900ms ease;
}

.operon-explore-section.is-ready .operon-explore-static-map {
  opacity: 0.1;
  transform: scale(1.02);
}

.operon-explore-static-ring,
.operon-explore-static-grid,
.operon-explore-static-link,
.operon-explore-static-node {
  position: absolute;
}

.operon-explore-static-ring {
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 245, 0.08);
}

.operon-explore-static-ring-a {
  width: 58%;
  aspect-ratio: 1;
  left: 21%;
  top: 20%;
}

.operon-explore-static-ring-b {
  width: 36%;
  aspect-ratio: 1;
  left: 32%;
  top: 31%;
  border-style: dashed;
  border-color: rgba(255, 250, 245, 0.12);
}

.operon-explore-static-grid {
  inset: 15%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 98%);
}

.operon-explore-static-node {
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(167, 255, 141, 0.96), rgba(44, 111, 98, 0.88) 72%);
  box-shadow:
    0 0 0 10px rgba(44, 111, 98, 0.12),
    0 0 38px rgba(167, 255, 141, 0.16);
}

.operon-explore-static-node-core {
  width: 28px;
  height: 28px;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
}

.operon-explore-static-node-infra,
.operon-explore-static-node-agents {
  width: 20px;
  height: 20px;
}

.operon-explore-static-node-infra {
  left: 27%;
  top: 56%;
}

.operon-explore-static-node-agents {
  left: 68%;
  top: 38%;
}

.operon-explore-static-link {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(44, 111, 98, 0.76) 50%, transparent 100%);
}

.operon-explore-static-link-left {
  width: 24%;
  left: 28%;
  top: 56%;
  transform: rotate(-18deg);
  transform-origin: left center;
}

.operon-explore-static-link-right {
  width: 20%;
  left: 50%;
  top: 44%;
  transform: rotate(16deg);
  transform-origin: left center;
}

.operon-explore-overlay {
  z-index: 2;
  pointer-events: none;
}

.operon-explore-intro,
.operon-explore-panel,
.operon-explore-loader,
.operon-explore-exit,
.operon-explore-hotspots,
.operon-explore-mobile-nav,
.operon-explore-status-rail {
  pointer-events: auto;
}

.operon-explore-intro {
  position: absolute;
  left: clamp(1.15rem, 2vw, 1.8rem);
  top: clamp(1.15rem, 2vw, 1.8rem);
  max-width: min(300px, calc(100% - 4rem));
  display: grid;
  gap: 0.72rem;
}

.operon-explore-kicker,
.operon-explore-panel-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  padding: 0.38rem 0.84rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 111, 98, 0.24);
  background: rgba(44, 111, 98, 0.14);
  color: var(--site-sand);
  font-family: "IBM Plex Mono", "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.operon-explore-intro h2 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(2.25rem, 3.8vw, 3.6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--site-cream-strong);
  text-wrap: balance;
}

.operon-explore-intro p {
  margin: 0;
  max-width: 26ch;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(247, 239, 229, 0.72);
}

.operon-explore-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.operon-explore-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 34px;
  padding: 0.54rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background: rgba(255, 250, 245, 0.04);
  color: rgba(247, 239, 229, 0.74);
  font-size: 0.74rem;
  white-space: nowrap;
}

.operon-explore-meta-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(167, 255, 141, 0.94) 0%, rgba(44, 111, 98, 0.95) 100%);
  box-shadow: 0 0 16px rgba(44, 111, 98, 0.4);
}

.operon-explore-meta-chip-mobile {
  display: none;
}

.operon-explore-hotspots {
  position: absolute;
  inset: 0;
}

.operon-explore-hotspot[hidden] {
  display: none;
}

.operon-explore-hotspot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--site-cream);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.operon-explore-hotspot:hover {
  transform: translate(-50%, calc(-50% - 2px));
}

.operon-explore-hotspot-anchor {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.operon-explore-hotspot-anchor-ring,
.operon-explore-hotspot-anchor-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.operon-explore-hotspot-anchor-ring {
  border: 1px solid rgba(44, 111, 98, 0.4);
  animation: operonExplorePulse 2.8s ease-in-out infinite;
}

.operon-explore-hotspot-anchor-core {
  display: grid;
  place-items: center;
  inset: 3px;
  background: linear-gradient(180deg, rgba(26, 60, 53, 0.98) 0%, rgba(11, 16, 14, 0.98) 100%);
  border: 1px solid rgba(167, 255, 141, 0.18);
  box-shadow: 0 0 0 8px rgba(44, 111, 98, 0.12);
  color: var(--site-sand);
  font-family: "IBM Plex Mono", "JetBrains Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.operon-explore-hotspot-card {
  display: grid;
  gap: 0.16rem;
  padding: 0.72rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background: linear-gradient(180deg, rgba(17, 20, 19, 0.9) 0%, rgba(11, 13, 12, 0.92) 100%);
  box-shadow: 0 18px 34px rgba(2, 4, 4, 0.24);
  backdrop-filter: blur(18px);
  text-align: left;
  white-space: nowrap;
}

.operon-explore-hotspot-card strong {
  font-size: 0.88rem;
  line-height: 1.06;
  color: var(--site-cream);
}

.operon-explore-hotspot-card span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 239, 229, 0.56);
}

.operon-explore-hotspot.is-active .operon-explore-hotspot-card {
  border-color: rgba(167, 255, 141, 0.18);
  background: linear-gradient(180deg, rgba(24, 42, 38, 0.96) 0%, rgba(11, 16, 14, 0.94) 100%);
}

.operon-explore-hotspot.is-active .operon-explore-hotspot-anchor-core,
.operon-explore-hotspot.is-explored .operon-explore-hotspot-anchor-core {
  color: #101311;
  background: linear-gradient(180deg, rgba(191, 255, 143, 0.98) 0%, rgba(94, 226, 182, 0.96) 100%);
  box-shadow: 0 0 0 10px rgba(167, 255, 141, 0.12), 0 0 28px rgba(167, 255, 141, 0.18);
}

.operon-explore-hotspot.is-active .operon-explore-hotspot-anchor-ring {
  border-color: rgba(167, 255, 141, 0.42);
}

.operon-explore-status-rail {
  position: absolute;
  left: clamp(1.15rem, 2vw, 1.8rem);
  bottom: clamp(1.15rem, 2vw, 1.8rem);
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.operon-explore-status-card {
  display: grid;
  gap: 0.3rem;
  min-height: auto;
  min-width: 152px;
  padding: 0.78rem 0.88rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background: linear-gradient(180deg, rgba(14, 16, 15, 0.84) 0%, rgba(10, 11, 11, 0.88) 100%);
  box-shadow: 0 18px 44px rgba(2, 4, 4, 0.2);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.operon-explore-status-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(167, 255, 141, 0.2);
  background: linear-gradient(180deg, rgba(21, 39, 34, 0.96) 0%, rgba(10, 12, 11, 0.96) 100%);
  box-shadow: 0 24px 52px rgba(6, 11, 10, 0.24);
}

.operon-explore-status-card.is-explored .operon-explore-status-index {
  color: #101311;
  background: linear-gradient(180deg, rgba(191, 255, 143, 0.98) 0%, rgba(94, 226, 182, 0.96) 100%);
}

.operon-explore-status-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(44, 111, 98, 0.24);
  background: rgba(44, 111, 98, 0.12);
  color: var(--site-sand);
  font-family: "IBM Plex Mono", "JetBrains Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.operon-explore-status-card strong {
  font-size: 0.86rem;
  line-height: 1.1;
  color: var(--site-cream);
}

.operon-explore-status-card p {
  display: none;
}

.operon-explore-panel {
  position: absolute;
  right: clamp(1.15rem, 2vw, 1.8rem);
  bottom: clamp(1.15rem, 2vw, 1.8rem);
  width: min(312px, calc(100% - 3rem));
  display: grid;
  gap: 0.72rem;
  padding: 1rem 1.02rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background:
    linear-gradient(180deg, rgba(16, 18, 17, 0.94) 0%, rgba(10, 12, 11, 0.96) 100%);
  box-shadow:
    0 28px 90px rgba(2, 3, 3, 0.34),
    inset 0 1px 0 rgba(255, 250, 245, 0.04);
  backdrop-filter: blur(24px);
}

.operon-explore-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.operon-explore-panel-progress {
  color: rgba(247, 239, 229, 0.5);
  font-family: "IBM Plex Mono", "JetBrains Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operon-explore-panel h3 {
  margin: 0;
  max-width: 11ch;
  font-size: 1.22rem;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--site-cream-strong);
  text-wrap: balance;
}

.operon-explore-panel p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.56;
  color: rgba(247, 239, 229, 0.72);
}

.operon-explore-panel-points {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operon-explore-panel-points li {
  position: relative;
  padding-left: 1.08rem;
  color: rgba(247, 239, 229, 0.84);
  font-size: 0.84rem;
  line-height: 1.54;
}

.operon-explore-panel-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(167, 255, 141, 0.95) 0%, rgba(44, 111, 98, 0.95) 100%);
}

.operon-explore-panel-footer {
  display: grid;
  gap: 0.82rem;
  padding-top: 0.42rem;
  border-top: 1px solid rgba(255, 250, 245, 0.08);
}

.operon-explore-panel-note {
  display: none;
}

.operon-explore-section.has-completed-explore .operon-explore-panel-note {
  color: rgba(183, 255, 141, 0.82);
}

.operon-explore-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(44, 111, 98, 0.96) 0%, rgba(25, 73, 63, 0.96) 100%);
  color: var(--site-sand-soft);
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(44, 111, 98, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.operon-explore-exit {
  position: absolute;
  left: 50%;
  bottom: clamp(1.05rem, 1.8vw, 1.5rem);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 46px;
  padding: 0.72rem 0.94rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 245, 0.09);
  background: rgba(10, 12, 11, 0.82);
  color: rgba(247, 239, 229, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(2, 4, 4, 0.22);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

.operon-explore-exit svg {
  width: 16px;
  height: 16px;
}

.operon-explore-exit:hover {
  transform: translateX(-50%) translateY(-1px);
  border-color: rgba(167, 255, 141, 0.16);
  color: var(--site-cream-strong);
}

.operon-explore-section:not(.is-immersive) .operon-explore-exit {
  opacity: 0.7;
}

.operon-explore-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 54px rgba(44, 111, 98, 0.3);
}

.operon-explore-section.has-completed-explore .operon-explore-cta {
  background: linear-gradient(180deg, rgba(191, 255, 143, 0.98) 0%, rgba(94, 226, 182, 0.96) 100%);
  color: #0f1311;
  box-shadow: 0 24px 64px rgba(167, 255, 141, 0.22);
}

.operon-explore-loader {
  position: absolute;
  left: 50%;
  bottom: 4.5rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  min-height: 44px;
  padding: 0.68rem 0.96rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background: rgba(10, 12, 11, 0.82);
  color: rgba(247, 239, 229, 0.74);
  font-size: 0.8rem;
  backdrop-filter: blur(16px);
  opacity: 1;
  transition: opacity 280ms ease, transform 280ms ease;
}

.operon-explore-section.is-ready .operon-explore-loader,
.operon-explore-section.is-fallback .operon-explore-loader {
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
}

.operon-explore-loader-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(167, 255, 141, 0.95) 0%, rgba(44, 111, 98, 0.95) 100%);
  box-shadow: 0 0 0 9px rgba(44, 111, 98, 0.14);
  animation: operonExplorePulse 2.1s ease-in-out infinite;
}

.operon-explore-mobile-nav,
.operon-explore-mobile-nav-shell,
.operon-explore-mobile-hint,
.operon-explore-noscript {
  display: none;
}

html.operon-explore-lock,
body.operon-explore-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

.operon-explore-mobile-nav {
  gap: 0.58rem;
  flex-wrap: wrap;
  padding: 1rem 0 0;
}

.operon-explore-mobile-nav-shell {
  position: relative;
  z-index: 3;
}

.operon-explore-mobile-hint {
  margin: 0 0 0.7rem;
  color: rgba(247, 239, 229, 0.7);
  font-size: 0.82rem;
  line-height: 1.45;
}

.operon-explore-section.is-guiding .operon-explore-mobile-hint {
  color: rgba(191, 255, 143, 0.88);
}

.operon-explore-mobile-pill {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  min-height: 58px;
  min-width: 182px;
  padding: 0.86rem 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 250, 245, 0.08);
  background: linear-gradient(180deg, rgba(16, 18, 17, 0.92) 0%, rgba(11, 13, 12, 0.94) 100%);
  color: rgba(247, 239, 229, 0.76);
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(2, 4, 4, 0.18);
  scroll-snap-align: center;
}

.operon-explore-mobile-pill-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(44, 111, 98, 0.22);
  background: rgba(44, 111, 98, 0.12);
  color: var(--site-sand);
  font-family: "IBM Plex Mono", "JetBrains Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.operon-explore-mobile-pill-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--site-cream);
}

.operon-explore-mobile-pill-body {
  display: grid;
  gap: 0.16rem;
  text-align: left;
}

.operon-explore-mobile-pill-hint {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 239, 229, 0.44);
}

.operon-explore-mobile-pill-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(44, 111, 98, 0.16);
  color: var(--site-sand-soft);
  font-size: 0.92rem;
  flex: 0 0 auto;
}

.operon-explore-mobile-pill.is-active {
  border-color: rgba(167, 255, 141, 0.18);
  background: linear-gradient(180deg, rgba(28, 51, 45, 0.98) 0%, rgba(11, 16, 14, 0.96) 100%);
  color: var(--site-cream);
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(8, 16, 14, 0.26);
}

.operon-explore-mobile-pill.is-explored .operon-explore-mobile-pill-index,
.operon-explore-mobile-pill.is-active .operon-explore-mobile-pill-index {
  color: #0f1311;
  background: linear-gradient(180deg, rgba(191, 255, 143, 0.98) 0%, rgba(94, 226, 182, 0.96) 100%);
}

.operon-explore-mobile-pill.is-active .operon-explore-mobile-pill-arrow {
  background: linear-gradient(180deg, rgba(191, 255, 143, 0.98) 0%, rgba(94, 226, 182, 0.96) 100%);
  color: #0f1311;
}

.operon-explore-section.is-guiding .operon-explore-mobile-pill.is-active {
  border-color: rgba(191, 255, 143, 0.28);
  box-shadow: 0 0 0 1px rgba(191, 255, 143, 0.14), 0 26px 58px rgba(8, 16, 14, 0.3);
}

.operon-explore-section.is-fallback .operon-explore-canvas {
  display: none;
}

@keyframes operonExplorePulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 1220px) {
  .operon-explore-intro {
    max-width: 360px;
  }

  .operon-explore-status-rail {
    max-width: calc(100% - 380px);
  }
}

@media (max-width: 1180px) {
  .operon-explore-stage {
    min-height: 920px;
    border-radius: 30px;
  }

  .operon-explore-overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
  }

  .operon-explore-intro {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    gap: 0.82rem;
  }

  .operon-explore-intro h2 {
    max-width: 11ch;
    font-size: clamp(2.5rem, 7vw, 3.9rem);
  }

  .operon-explore-intro p {
    max-width: 32ch;
  }

  .operon-explore-meta-chip-desktop,
  .operon-explore-hotspots,
  .operon-explore-status-rail,
  .operon-explore-exit {
    display: none;
  }

  .operon-explore-meta-chip-mobile,
  .operon-explore-mobile-nav-shell,
  .operon-explore-mobile-nav {
    display: inline-flex;
  }

  .operon-explore-mobile-nav-shell {
    display: block;
    margin-top: -4.2rem;
    padding: 0 0.25rem;
  }

  .operon-explore-mobile-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 0.2rem 0.1rem 0.1rem;
    scrollbar-width: none;
  }

  .operon-explore-mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .operon-explore-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 420px);
    margin-top: auto;
    margin-inline: auto 0;
  }

  .operon-explore-panel-points {
    display: grid;
  }

  .operon-explore-panel-note {
    display: block;
    color: rgba(247, 239, 229, 0.54);
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .operon-explore-section {
    padding: 0.7rem 0.7rem 1.15rem;
  }

  .operon-explore-stage {
    min-height: 820px;
    border-radius: 24px;
  }

  .operon-explore-stage::before {
    inset: 10px;
    border-radius: 20px;
  }

  .operon-explore-overlay {
    padding: 0.86rem;
  }

  .operon-explore-kicker,
  .operon-explore-panel-kicker {
    min-height: 32px;
    padding: 0.34rem 0.72rem;
    font-size: 0.62rem;
  }

  .operon-explore-intro {
    gap: 0.72rem;
  }

  .operon-explore-intro h2 {
    font-size: clamp(2.1rem, 9vw, 2.9rem);
    line-height: 0.94;
  }

  .operon-explore-intro p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .operon-explore-meta {
    gap: 0.45rem;
  }

  .operon-explore-meta-chip {
    min-height: 34px;
    padding: 0.52rem 0.68rem;
    font-size: 0.72rem;
  }

  .operon-explore-panel {
    gap: 0.85rem;
    width: 100%;
    padding: 1rem;
    border-radius: 22px;
  }

  .operon-explore-panel h3 {
    font-size: 1.22rem;
  }

  .operon-explore-panel p,
  .operon-explore-panel-points li {
    font-size: 0.82rem;
  }

  .operon-explore-mobile-nav {
    gap: 0.52rem;
  }

  .operon-explore-mobile-pill {
    min-width: 164px;
    min-height: 54px;
    padding: 0.76rem 0.82rem;
  }

  .operon-explore-mobile-pill-label {
    font-size: 0.86rem;
  }

  .operon-explore-mobile-pill-hint {
    font-size: 0.62rem;
  }

  .operon-explore-mobile-hint {
    margin-bottom: 0.55rem;
    font-size: 0.76rem;
  }

  .operon-explore-loader {
    bottom: 0.92rem;
    font-size: 0.74rem;
  }
}
