/* ====== Pure Apex Brand Tokens - Orange Ombre Edition (July 2026) ======
   Single source of truth: Pure_Apex_Brand_Spec_Orange_Ombre_FINAL.md
   Cool Blue palette and Apex Lime are retired from all active assets. */
:root{
  --cream:      #FFF6EB;  /* page background, top can highlight */
  --cream-2:    #FFEEDC;  /* section alternation, upper can body */
  --peach:      #FFD9AE;  /* mid can body, light text on dark */
  --sunrise:    #FF8A2A;  /* main orange, gradient starts, icons on dark */
  --orange:     #F26B12;  /* Pure Apex Orange, lower can body */
  --burnt:      #D3520C;  /* primary accent: numbers, links, pill fill, icon strokes */
  --ember:      #A63A08;  /* deep accent, shadows, hover states */
  --espresso:   #2B1004;  /* headline text on light, ingredient emphasis */
  --espresso-2: #200B03;  /* dark section backgrounds, footer */
  --ink:        #3A1706;  /* body text, can dark text */
  --muted:      #8A5A38;  /* secondary text, labels */
  --white:      #FFFFFF;  /* logo, pill text, text on dark */
  --radius:     18px;

  /* Legacy aliases so shared components resolve to Orange Ombre values */
  --accent: var(--burnt);
  --container-max: 1180px;
}

/* Make anchor jumps land below the sticky nav */
#waitlist { scroll-margin-top: 96px; }

@media (max-width: 960px){
  #waitlist { scroll-margin-top: 120px; }
}
