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

:root {
  /* Surfaces */
  --bg:            #0c090a;
  --bg-alt:        #110d10;
  --surface:       #1a1418;
  --surface-2:     #221b1f;
  --surface-3:     #2d252a;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ede9eb;
  --text-soft:     #c2b7be;
  --text-mute:     #a0929a;

  /* Accent */
  --gold:          #e44ea8;
  --gold-deep:     #e42558;
  --violet:        #76dbc8;
  --accent-grad:   linear-gradient(115deg, #f075bf 0%, #e44ea8 45%, #e42558 100%);
  --accent-soft:   #de359b24;
  --violet-soft:   #60d2bd29;

  /* 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:     #160811;
  --ok:            #91dd88;
  --danger:        #ed726e;
  --orb-a:         #ec3ca561;
  --orb-b:         #5ae2c957;
  --orb-c:         #f55c702e;
  --art-1: linear-gradient(135deg, #ea3ea5, #a54f27);
  --art-2: linear-gradient(135deg, #49d4bb, #2d72b4);
  --art-3: linear-gradient(135deg, #277c49, #73b540);
  --art-4: linear-gradient(135deg, #ad24bc, #ef4dae);
  --art-5: linear-gradient(135deg, #299aae, #4547c4);
  --art-6: linear-gradient(135deg, #2f47b1, #e3458f);
  --work-art-1: linear-gradient(150deg, #ef43aa, #ae5e29 60%, #5d6f1f);
  --work-art-2: linear-gradient(150deg, #36d3b6, #2d84be 55%, #191551);
  --work-art-3: linear-gradient(150deg, #f55c91, #d025c5 55%, #3b2065);

  /* 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 #de359b47;

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

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