/* ============================================================
   Variant C — HI-VIS / SITE
   Construction yellow + concrete grey + black ink + brick red accent.
   Workmanlike, building-site, no-nonsense. The "Aussie tradie" pick.
   ============================================================ */
:root{
  --bg:           #F4F4F2;   /* concrete pale */
  --surface:      #FFFFFF;
  --surface-2:    #E8E8E4;
  --line:         #CFCFCA;
  --ink:          #14140F;   /* near-black */
  --ink-2:        #2A2A24;
  --muted:        #5E5E55;

  /* primary accent — hi-vis safety yellow */
  --accent:       #F5B400;
  --accent-hover: #DCA200;
  --accent-ink:   #14140F;
  --accent-soft:  rgba(245,180,0,.15);
  --accent-soft-2:rgba(245,180,0,.40);

  /* gold — barely used, warm secondary */
  --gold:         #D4A24C;
  --gold-deep:    #A87A2A;
  --gold-glow:    #F2C76A;

  --ok:           #2D8A3E;
  --ok-soft:      rgba(45,138,62,.18);
  --warn:         #B23B2C;

  --hero-bg:      linear-gradient(135deg,#F4F4F2 0%,#E8E8E4 100%);
  --shadow:       rgba(20,20,15,.20);

  --cta-bg:       linear-gradient(135deg,#14140F 0%,#2A2A24 100%);
  --cta-ink:      #F4F4F2;
  --cta-ink-muted:rgba(244,244,242,.78);
  --cta-border:   #2A2A24;
  --cta-glow:     rgba(245,180,0,.20);

  --foot-bg:      #14140F;
  --foot-ink:     #F4F4F2;
  --foot-ink-muted:rgba(244,244,242,.65);
  --foot-border:  rgba(244,244,242,.10);

  --industry-fallback: linear-gradient(135deg,#E8E8E4,#BFBFB8);
}
