/* buzzzbee-club — generated by tools/make-theme.mjs
   hue: 205  ·  seed: buzzzbee.club  ·  type: grotesk only  ·  corners: soft
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #090a0c;
  --bg-alt:        #0d1011;
  --surface:       #14171a;
  --surface-2:     #1b1f22;
  --surface-3:     #25292d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #e9ebed;
  --text-soft:     #b7bec2;
  --text-mute:     #929aa0;

  /* Accent */
  --gold:          #4ea6e4;
  --gold-deep:     #2555e4;
  --violet:        #dbca76;
  --accent-grad:   linear-gradient(115deg, #75bdf0 0%, #4ea6e4 45%, #2555e4 100%);
  --accent-soft:   #3598de24;
  --violet-soft:   #d2bf6029;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Decoration — the stage-light wash behind the hero and the tile art.
     Tokens, not fixed colours: hard-coding them here is what made every
     site glow the same orange whatever palette it was given. */
  --on-accent:     #081016;
  --ok:            #dd888f;
  --danger:        #ed726e;
  --orb-a:         #3ca3ec61;
  --orb-b:         #e2cb5a57;
  --orb-c:         #5c6ef52e;
  --art-1: linear-gradient(135deg, #3ea2ea, #5127a5);
  --art-2: linear-gradient(135deg, #d4bd49, #70b42d);
  --art-3: linear-gradient(135deg, #7c4b27, #b54071);
  --art-4: linear-gradient(135deg, #24bcb0, #4dacef);
  --art-5: linear-gradient(135deg, #97ae29, #45c445);
  --art-6: linear-gradient(135deg, #45b12f, #458ce3);
  --work-art-1: linear-gradient(150deg, #43a7ef, #6029ae 60%, #6f1f5b);
  --work-art-2: linear-gradient(150deg, #d3b936, #81be2d 55%, #15511a);
  --work-art-3: linear-gradient(150deg, #5c8ff5, #25c2d0 55%, #20653d);

  /* Radii & shadows */
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, .3);
  --shadow-md: 0 14px 40px rgba(0, 0, 0, .45);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, .55);
  --glow:      0 10px 34px #3598de47;

  /* Rhythm */
  --shell: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 9vw, 8rem);

  --ease: cubic-bezier(.22, .68, .32, 1);
}
