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

:root {
  /* Surfaces */
  --bg:            #0c0909;
  --bg-alt:        #110d0e;
  --surface:       #1a1415;
  --surface-2:     #221b1c;
  --surface-3:     #2d2526;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ede9e9;
  --text-soft:     #c2b7b9;
  --text-mute:     #a09294;

  /* Accent */
  --gold:          #e44e67;
  --gold-deep:     #e44525;
  --violet:        #76c1db;
  --accent-grad:   linear-gradient(115deg, #f0758a 0%, #e44e67 45%, #e44525 100%);
  --accent-soft:   #de355124;
  --violet-soft:   #60b6d229;

  /* 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:     #16080b;
  --ok:            #88dda4;
  --danger:        #ed726e;
  --orb-a:         #ec3c5961;
  --orb-b:         #5ac0e257;
  --orb-c:         #f58a5c2e;
  --art-1: linear-gradient(135deg, #ea3e5b, #a58627);
  --art-2: linear-gradient(135deg, #49b2d4, #2d38b4);
  --art-3: linear-gradient(135deg, #277c6e, #40b540);
  --art-4: linear-gradient(135deg, #bc248a, #ef4d68);
  --art-5: linear-gradient(135deg, #2960ae, #7a45c4);
  --art-6: linear-gradient(135deg, #502fb1, #e3454a);
  --work-art-1: linear-gradient(150deg, #ef4360, #ae9729 60%, #3a6f1f);
  --work-art-2: linear-gradient(150deg, #36acd3, #2d45be 55%, #331551);
  --work-art-3: linear-gradient(150deg, #f5695c, #d0257a 55%, #592065);

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

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

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