:root{
  /* surfaces — LIGHT: "Athletic Minimalism, lit up" (orange-on-stark-contrast, not a dark bg) */
  --pp-graphite:#FCFCFD; --pp-surface:#FFFFFF; --pp-surface-2:#F4F4F2;
  --pp-ink:#15161A; --pp-muted:#5C5E66; --pp-line:#E8E8EC; --pp-line-strong:#D8D8DE;
  /* accents — orange is the SINGLE committed accent; cyan demoted to a usable teal */
  --pp-accent:#E8530E;          /* fill: CTA / add-to-cart / sale tags / active nav (white text = 3.7:1) */
  --pp-accent-press:#C8430A;    /* hover/press/focus-ring (white text = 4.93:1) */
  --pp-accent-link:#C2410C;     /* inline orange TEXT / links (5.05:1 body-safe — fill tone fails as text) */
  --pp-on-accent:#FFFFFF;       /* text on orange */
  --pp-accent-2:#0B6E88;        /* restrained teal: secondary chips / spec ticks / one stat */
  --pp-danger:#D92D20; --pp-success:#0E7C57;
  /* type */
  --pp-font-display:"Space Grotesk","Inter",system-ui,sans-serif;
  --pp-font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --pp-step-0:clamp(.875rem,.84rem + .18vw,.95rem);
  --pp-step-1:clamp(1rem,.95rem + .25vw,1.125rem);
  --pp-step-2:clamp(1.25rem,1.15rem + .5vw,1.5rem);
  --pp-step-3:clamp(1.6rem,1.4rem + 1vw,2.1rem);
  --pp-step-4:clamp(2.1rem,1.7rem + 2vw,3rem);
  --pp-step-5:clamp(2.8rem,2rem + 3.5vw,4.25rem);
  --pp-step-6:clamp(3.4rem,2.2rem + 5vw,6rem); /* hero ceiling 6rem (impeccable) */
  /* space */
  --pp-space-1:.25rem; --pp-space-2:.5rem; --pp-space-3:.75rem; --pp-space-4:1rem;
  --pp-space-5:1.5rem; --pp-space-6:2rem; --pp-space-7:3rem; --pp-space-8:4.5rem;
  /* radius + z + motion */
  --pp-radius:12px; --pp-radius-pill:999px;
  --pp-z-header:100; --pp-z-drawer:200; --pp-z-modal:300; --pp-z-toast:400;
  --pp-ease:cubic-bezier(.22,1,.36,1); --pp-dur:.32s;
  --pp-wrap:1280px;
}
