/* burbunclub-vip — generated by tools/make-theme.mjs
   hue: 331  ·  seed: burbunclub.vip  ·  type: humanist + slab  ·  corners: soft
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0c090a;
  --bg-alt:        #110d0f;
  --surface:       #1a1417;
  --surface-2:     #221b1e;
  --surface-3:     #2d2529;
  --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:     #c2b7bd;
  --text-mute:     #a09299;

  /* Accent */
  --gold:          #e44e96;
  --gold-deep:     #e42542;
  --violet:        #76dbd4;
  --accent-grad:   linear-gradient(115deg, #f075b0 0%, #e44e96 45%, #e42542 100%);
  --accent-soft:   #de358724;
  --violet-soft:   #60d2cb29;

  /* 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:     #16080f;
  --ok:            #88dd8a;
  --danger:        #ed726e;
  --orb-a:         #ec3c9161;
  --orb-b:         #5ae2d957;
  --orb-c:         #f55c5f2e;
  --art-1: linear-gradient(135deg, #ea3e91, #a55e27);
  --art-2: linear-gradient(135deg, #49d4cb, #2d63b4);
  --art-3: linear-gradient(135deg, #277c53, #65b540);
  --art-4: linear-gradient(135deg, #bc24ba, #ef4d9b);
  --art-5: linear-gradient(135deg, #298aae, #5245c4);
  --art-6: linear-gradient(135deg, #2f38b1, #e3457c);
  --work-art-1: linear-gradient(150deg, #ef4396, #ae6d29 60%, #536f1f);
  --work-art-2: linear-gradient(150deg, #36d3c8, #2d73be 55%, #201551);
  --work-art-3: linear-gradient(150deg, #f55c80, #d025b1 55%, #432065);

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

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

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