/* =========================================================================
   ArcaHero — governance cycle visual. Replaces the previous one-way arc
   with a continuous orbit: four product phases circling a shared core.
   ========================================================================= */

.eyebrow--no-dot .eyebrow__dot { display: none; }

.cycle {
  position: relative;
  background: var(--void-2);
  border: 1px solid rgba(240, 237, 232, 0.08);
  border-radius: var(--r-xl);
  padding: 24px 24px 20px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,196,161,0.06);
  overflow: hidden;
}

.cycle__label-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.cycle__label {
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--arc-teal); letter-spacing: 0.08em; text-transform: uppercase;
}
.cycle__meta {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--dim-void); letter-spacing: 0.08em; text-transform: uppercase;
}

/* ---- stage: the square aspect-ratio area the orbit lives in ---------- */
.cycle__stage {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.cycle__svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.cycle__orbit {
  transform-origin: 240px 240px;
  animation: cycle-spin 48s linear infinite;
}
@keyframes cycle-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .cycle__orbit { animation: none; }
}

/* ---- core: the "∞ Governance" label at the center ------------------- */
.cycle__core {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  width: 140px;
  pointer-events: none;
}
.cycle__core-n {
  font-family: var(--font-display); font-style: italic;
  font-size: 38px; line-height: 1;
  color: var(--arc-teal);
  margin-bottom: 2px;
}
.cycle__core-t {
  font-family: var(--font-display); font-weight: 400;
  font-size: 18px; color: var(--parchment);
  line-height: 1; margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.cycle__core-t--sm {
  font-size: 14px;
  margin-bottom: 2px;
  opacity: 0.85;
}
.cycle__core-s {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--dim-void); letter-spacing: 0.08em; text-transform: uppercase;
}

/* ---- phase nodes ----------------------------------------------------- */
.cycle__node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
/* Default: node sits on-orbit, card flows to the right */
.cycle__node--01 { flex-direction: column; align-items: center; gap: 6px; }
.cycle__node--01 .cycle__card { text-align: center; }
.cycle__node--03 { flex-direction: column-reverse; align-items: center; gap: 6px; }
.cycle__node--03 .cycle__card { text-align: center; }
.cycle__node--04 { flex-direction: row-reverse; }
.cycle__node--04 .cycle__card { text-align: right; }

.cycle__dot {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--void-3);
  border: 1px solid var(--teal-border);
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(8, 15, 28, 0.9);
}
.cycle__dot span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--arc-teal);
}
.cycle__node--01 .cycle__dot {
  background: var(--arc-teal); border-color: var(--arc-teal);
  box-shadow: 0 0 0 4px rgba(8, 15, 28, 0.9), 0 0 24px rgba(0,196,161,0.35);
}
.cycle__node--01 .cycle__dot span { background: var(--void); }

.cycle__card { display: flex; flex-direction: column; gap: 2px; }
.cycle__num {
  font-family: var(--font-display); font-style: italic;
  font-size: 14px; color: rgba(0, 196, 161, 0.5);
  line-height: 1;
}
.cycle__name {
  font-family: var(--font-sans); font-weight: 500; font-size: 14px;
  color: var(--parchment);
  display: inline-flex; align-items: center; gap: 6px;
  line-height: 1.2;
}
.cycle__live {
  font-family: var(--font-mono); font-size: 8.5px;
  color: var(--arc-teal); letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid var(--teal-border); padding: 1px 5px; border-radius: 3px;
  display: inline-flex; align-items: center; gap: 4px;
}
.cycle__live-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #ff3b30;
  animation: cycle-live-flash 1.4s ease-in-out infinite;
}
@keyframes cycle-live-flash {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
@media (prefers-reduced-motion: reduce) {
  .cycle__live-dot { animation: none; }
}
.cycle__kind {
  font-family: var(--font-mono); font-size: 10px;
  color: var(--dim-void); letter-spacing: 0.08em; text-transform: uppercase;
}

/* ---- footer strip ---------------------------------------------------- */
.cycle__footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(240, 237, 232, 0.06);
  margin-top: 4px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--dim-void); letter-spacing: 0.08em; text-transform: uppercase;
}
.cycle__footer-dot { color: var(--arc-teal); }
.cycle__footer span:first-child,
.cycle__footer span:last-child { flex: 1; }
.cycle__footer span:last-child { text-align: right; }

@media (max-width: 900px) {
  .cycle { padding: 20px; }
  .cycle__stage { max-width: 380px; }
  .cycle__core-n { font-size: 38px; }
  .cycle__core-t { font-size: 16px; }
  .cycle__name { font-size: 12px; }
  .cycle__kind { font-size: 9px; }
}
