/* CA Blackworms site identity. Shared components inherit these tokens. */
:root {
  --af-ocean: #160b0d;
  --af-ink: #21191a;
  --af-muted: #51484a;
  --af-primary: #a51f29;
  --af-primary-bright: #c02b36;
  --af-accent: #b4252d;
  --af-accent-dark: #851c25;
  --af-seagrass: #28754c;
  --af-seagrass-bright: #3d9164;
  --af-shadow-soft: 0 20px 45px rgba(84, 20, 25, 0.12);
}

.af-hero-cover .af-eyebrow,
.af-section--dark .af-eyebrow,
.af-section--accent .af-eyebrow { color: #ffb4b7; }

.af-trust-strip { background: #f8e9e9; border-color: #e8c3c5; }
.af-trust-strip p { color: #4d171c; }
.af-site-footer { background: #160b0d; }
