/* winwithbee-club — generated by tools/make-theme.mjs
   hue: 219  ·  seed: winwithbee.club  ·  type: humanist + slab  ·  corners: sharp
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #090a0c;
  --bg-alt:        #0d0f11;
  --surface:       #14161a;
  --surface-2:     #1b1e22;
  --surface-3:     #25282d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #e9eaed;
  --text-soft:     #b7bbc2;
  --text-mute:     #9297a0;

  /* Accent */
  --gold:          #4e82e4;
  --gold-deep:     #2528e4;
  --violet:        #d4db76;
  --accent-grad:   linear-gradient(115deg, #75a0f0 0%, #4e82e4 45%, #2528e4 100%);
  --accent-soft:   #3570de24;
  --violet-soft:   #cbd26029;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Iowan Old Style", "Bookman Old Style", "Rockwell", Georgia, "Times New Roman", 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:     #080d16;
  --ok:            #dd9588;
  --danger:        #ed726e;
  --orb-a:         #3c7aec61;
  --orb-b:         #d9e25a57;
  --orb-c:         #6e5cf52e;
  --art-1: linear-gradient(135deg, #3e7aea, #6e27a5);
  --art-2: linear-gradient(135deg, #cbd449, #51b42d);
  --art-3: linear-gradient(135deg, #7c5e27, #b54055);
  --art-4: linear-gradient(135deg, #24a6bc, #4d86ef);
  --art-5: linear-gradient(135deg, #78ae29, #45c463);
  --art-6: linear-gradient(135deg, #2fb138, #4567e3);
  --work-art-1: linear-gradient(150deg, #437fef, #7f29ae 60%, #6f1f49);
  --work-art-2: linear-gradient(150deg, #c8d336, #5fbe2d 55%, #155128);
  --work-art-3: linear-gradient(150deg, #5c6bf5, #259ad0 55%, #20654d);

  /* Radii & shadows */
  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;
  --r-xl: 10px;
  --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 #3570de47;

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

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