/* Cooperative illustration: readable labels and a persistent four-step key. */
.cycle-visual {
  padding: clamp(1.25rem, 2.6vw, 2.25rem);
  border-radius: 1.25rem;
  background: radial-gradient(ellipse at 50% 38%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 65%), var(--paper);
  box-shadow: inset 0 1px color-mix(in srgb, var(--ink) 8%, transparent), var(--shadow);
}
.cycle-topline { align-items: baseline; flex-direction: row; flex-wrap: wrap; gap: .4rem 1rem; }
.cycle-topline span:first-child { font-size: 1rem; letter-spacing: -.035em; }
.cycle-topline span:last-child { font-size: .66rem; }
.cycle-orbit { width: min(100%, 23rem); margin: 1rem auto; }
.cycle-paths path { opacity: .35; }
.cycle-progress { stroke-width: 2; }
.cycle-center { inset: 34%; gap: .5rem; border: 0; background: transparent; box-shadow: none; }
.cycle-center .cycle-heart { width: 2.7rem; height: 2.7rem; background: var(--accent); mask: url('../branding/heart.svg') center / contain no-repeat; }
.cycle-center small { display: block; font-size: .65rem; line-height: 1.5; text-align: center; }
.cycle-orbit .member { width: 4rem; aspect-ratio: auto; min-height: 4.25rem; padding: .5rem .2rem; border-radius: .85rem; gap: .25rem; color: var(--ink); background: var(--paper-elevated); box-shadow: 0 5px 18px color-mix(in srgb, var(--paper) 65%, transparent); }
.member b { font-size: 1.1rem; font-weight: 600; }
.member small { font-size: .56rem; font-weight: 500; white-space: nowrap; }
.cycle-experience[data-cycle-index] .member { border-color: var(--line); }
.cycle-experience[data-cycle-index="0"] .member { border-color: color-mix(in srgb, var(--accent) 50%, var(--line)); }
.cycle-experience[data-cycle-index="1"] .member-2,
.cycle-experience[data-cycle-index="2"] .member-2,
.cycle-experience[data-cycle-index="3"] .member-3 { color: var(--ink); border-color: var(--accent); background: color-mix(in srgb, var(--accent) 15%, var(--paper-elevated)); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 6%, transparent); }
.cycle-traveler i { width: .5rem; height: .5rem; font-size: 0; box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 55%, transparent); }
.cycle-visual figcaption { text-align: left; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.cycle-visual figcaption > span { font-size: .65rem; letter-spacing: .1em; }
.cycle-visual figcaption strong { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.2; letter-spacing: -.045em; margin: .6rem 0; text-wrap: balance; }
.cycle-visual figcaption p { font-size: .84rem; line-height: 1.65; min-height: 3.3em; max-width: 34ch; }
.cycle-navigation { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; margin-top: 1.25rem; }
.cycle-navigation a { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .35rem; width: auto; height: auto; min-height: 3.75rem; padding: .65rem .55rem; border: 1px solid transparent; border-top-color: var(--line); border-radius: 0 0 .4rem .4rem; color: var(--ink-soft); transition: background .2s, color .2s, border-color .2s; }
.cycle-navigation .cycle-link-number { font-size: .64rem; font-variant-numeric: tabular-nums; }
.cycle-navigation .cycle-link-name { display: inline; font-size: .65rem; font-weight: 600; }
.cycle-navigation a[aria-current="step"] { background: color-mix(in srgb, var(--accent) 9%, transparent); border-top-color: var(--accent); color: var(--ink); box-shadow: none; }
.cycle-navigation a[aria-current="step"] .cycle-link-number { color: var(--accent); }
.cycle-navigation a:hover { background: var(--paper-elevated); color: var(--ink); }
.cycle-navigation a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
@media (min-width: 901px) and (max-height: 800px) {
  .cycle-orbit { width: min(100%, 16rem); margin: .4rem auto; }
  .cycle-visual { padding: 1.25rem; }
  .cycle-navigation { margin-top: .75rem; }
}
@media (max-width: 900px), (max-height: 600px) {
  .cycle-visual { display: block; }
  .cycle-orbit { width: min(100%, 20rem); }
  .cycle-visual figcaption p { min-height: 0; max-width: none; }
}
@media (max-width: 380px) {
  .cycle-orbit .member { width: 3.3rem; min-height: 3.6rem; }
  .cycle-center .cycle-heart { width: 2rem; height: 2rem; }
  .cycle-center small { font-size: .55rem; }
  .cycle-navigation { gap: .2rem; }
  .cycle-navigation a { padding-inline: .25rem; }
  .cycle-navigation .cycle-link-name { font-size: .59rem; }
}
@media (prefers-reduced-motion: reduce) { .cycle-navigation a { transition: none; } }
@media (forced-colors: active) { .cycle-center .cycle-heart { background: CanvasText; } .cycle-navigation a[aria-current="step"] { border: 2px solid Highlight; } }
