/* CASA INGCO / PRECISION — primitive > semantic > component tokens */
:root {
  --ci-yellow-400:#ffd044; --ci-yellow-500:#ffbf00; --ci-yellow-700:#825d00;
  --ci-ink-950:#141817; --ci-ink-800:#303734; --ci-ink-600:#626b65;
  --ci-stone-100:#f4f4ef; --ci-stone-200:#e4e6de; --ci-white:#fff;
  --ci-green-700:#236343; --ci-red-700:#ae302d; --ci-blue-700:#245b8a;
  --ci-primary:var(--ci-yellow-500); --ci-secondary:var(--ci-ink-950); --ci-accent:var(--ci-yellow-700);
  --ci-background:var(--ci-stone-100); --ci-surface:var(--ci-white); --ci-elevated:var(--ci-white);
  --ci-text:var(--ci-ink-950); --ci-muted:var(--ci-ink-600); --ci-border:var(--ci-stone-200);
  --ci-success:var(--ci-green-700); --ci-warning:var(--ci-yellow-700); --ci-error:var(--ci-red-700); --ci-info:var(--ci-blue-700);
  --ci-s1:4px; --ci-s2:8px; --ci-s3:12px; --ci-s4:16px; --ci-s6:24px; --ci-s8:32px; --ci-s12:48px; --ci-s16:64px; --ci-s24:96px;
  --ci-r1:6px; --ci-r2:12px; --ci-r3:20px; --ci-pill:999px;
  --ci-shadow-sm:0 2px 8px #14231808; --ci-shadow:0 14px 38px #1423180d; --ci-overlay:#10181399;
  --ci-container:1360px; --ci-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --ci-display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;
  --ci-h1:clamp(2.5rem,5vw,4.5rem); --ci-h2:clamp(2rem,3.5vw,3.25rem); --ci-h3:1.35rem;
  --ci-small:.8125rem; --ci-label:.6875rem; --ci-card-title:.9375rem; --ci-price:1.8rem;
  --ci-fast:140ms; --ci-standard:220ms; --ci-reveal:500ms; --ci-ease:cubic-bezier(.2,.7,.2,1);
  --ci-button-height:48px; --ci-input-height:52px; --ci-card-radius:var(--ci-r2); --ci-focus:0 0 0 3px #ffbf0066;
}
