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

:root {
  /* Surfaces */
  --bg:            #090b0c;
  --bg-alt:        #0d1011;
  --surface:       #14191a;
  --surface-2:     #1b2122;
  --surface-3:     #252b2d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #e9eced;
  --text-soft:     #b7c0c2;
  --text-mute:     #929da0;

  /* Accent */
  --gold:          #4ec6e4;
  --gold-deep:     #257ee4;
  --violet:        #dbb476;
  --accent-grad:   linear-gradient(115deg, #75d7f0 0%, #4ec6e4 45%, #257ee4 100%);
  --accent-soft:   #35bcde24;
  --violet-soft:   #d2a66029;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", "Iowan Old Style", "Palatino Linotype", 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:     #081316;
  --ok:            #dd88a2;
  --danger:        #ed726e;
  --orb-a:         #3cc9ec61;
  --orb-b:         #e2ae5a57;
  --orb-c:         #5c8ff52e;
  --art-1: linear-gradient(135deg, #3ec7ea, #3627a5);
  --art-2: linear-gradient(135deg, #d49f49, #8db42d);
  --art-3: linear-gradient(135deg, #7c3827, #b5408a);
  --art-4: linear-gradient(135deg, #24bc8f, #4dcfef);
  --art-5: linear-gradient(135deg, #aea729, #61c445);
  --art-6: linear-gradient(135deg, #61b12f, #45aee3);
  --work-art-1: linear-gradient(150deg, #43ccef, #4329ae 60%, #6f1f6d);
  --work-art-2: linear-gradient(150deg, #d39736, #a1be2d 55%, #1d5115);
  --work-art-3: linear-gradient(150deg, #5cb0f5, #25d0b9 55%, #20652e);

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

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

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