/* ── Timeline section header spacing ── */
.jv2-section .text-center { margin-bottom:4rem; }

/* ── Featured / large timeline nodes ── */
.jv2-node--large     { width:88px; height:88px; }
.jv2-node--milestone {
  background:linear-gradient(135deg,var(--complementary),var(--primary),var(--secondary));
  box-shadow:0 0 0 5px var(--white),0 0 0 8px var(--primary),0 8px 24px rgba(0,0,0,.3);
}

/* ── Visual band section ── */
.section-label-center-dim {
  color:rgba(255,255,255,.6);
  justify-content:center;
}
