/* buzzbee-my — generated by tools/make-theme.mjs
   hue: 212  ·  seed: buzzbee.my  ·  type: humanist + slab  ·  corners: medium
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #090a0c;
  --bg-alt:        #0d0f11;
  --surface:       #14171a;
  --surface-2:     #1b1e22;
  --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:          #e9eaed;
  --text-soft:     #b7bcc2;
  --text-mute:     #9299a0;

  /* Accent */
  --gold:          #4e94e4;
  --gold-deep:     #253fe4;
  --violet:        #dbd676;
  --accent-grad:   linear-gradient(115deg, #75aef0 0%, #4e94e4 45%, #253fe4 100%);
  --accent-soft:   #3584de24;
  --violet-soft:   #d2cc6029;

  /* 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:     #080f16;
  --ok:            #dd8b88;
  --danger:        #ed726e;
  --orb-a:         #3c8eec61;
  --orb-b:         #e2db5a57;
  --orb-c:         #5c5cf52e;
  --art-1: linear-gradient(135deg, #3e8eea, #6027a5);
  --art-2: linear-gradient(135deg, #d4cd49, #60b42d);
  --art-3: linear-gradient(135deg, #7c5427, #b54063);
  --art-4: linear-gradient(135deg, #24b7bc, #4d99ef);
  --art-5: linear-gradient(135deg, #88ae29, #45c454);
  --art-6: linear-gradient(135deg, #36b12f, #4579e3);
  --work-art-1: linear-gradient(150deg, #4393ef, #7029ae 60%, #6f1f52);
  --work-art-2: linear-gradient(150deg, #d3cb36, #70be2d 55%, #155121);
  --work-art-3: linear-gradient(150deg, #5c7df5, #25aed0 55%, #206545);

  /* Radii & shadows */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --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 #3584de47;

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

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