/* ─────────────────────────────────────────────────────────
   ICP & GO-TO-MARKET STRATEGY SPRINT PAGE
   Minimal overrides — primary styles from positioning.css
   ───────────────────────────────────────────────────────── */

/* 11th + 12th stack item stagger (positioning.css only goes to 10) */
.ri-stack-item.reveal:nth-child(11) { transition-delay: 500ms; }
.ri-stack-item.reveal:nth-child(12) { transition-delay: 550ms; }

/* Method pills — shared styling for the methodology tag row */
.icp-pill {
  padding: 5px 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border: 1px solid var(--rule);
  transition: border-color 300ms var(--ease-out-strong), color 300ms var(--ease-out-strong);
}
.icp-pill:hover {
  border-color: var(--accent);
  color: var(--ink);
}
html.dark .icp-pill:hover {
  color: oklch(0.8 0 0);
}
