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

:root {
  /* Surfaces */
  --bg:            #0a090c;
  --bg-alt:        #0f0d11;
  --surface:       #17141a;
  --surface-2:     #1f1b22;
  --surface-3:     #29252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ebe9ed;
  --text-soft:     #bdb7c2;
  --text-mute:     #9992a0;

  /* Accent */
  --gold:          #a35fe7;
  --gold-deep:     #c425e4;
  --violet:        #7edb76;
  --accent-grad:   linear-gradient(115deg, #b375f0 0%, #a35fe7 45%, #c425e4 100%);
  --accent-soft:   #8a35de24;
  --violet-soft:   #69d26029;

  /* 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:     #0f0816;
  --ok:            #dddd88;
  --danger:        #ed726e;
  --orb-a:         #943cec61;
  --orb-b:         #66e25a57;
  --orb-c:         #f05cf52e;
  --art-1: linear-gradient(135deg, #943eea, #a52771);
  --art-2: linear-gradient(135deg, #55d449, #2db47b);
  --art-3: linear-gradient(135deg, #527c27, #b58e40);
  --art-4: linear-gradient(135deg, #2424bc, #9e4def);
  --art-5: linear-gradient(135deg, #29ae4a, #45bac4);
  --art-6: linear-gradient(135deg, #2fb1a6, #a945e3);
  --work-art-1: linear-gradient(150deg, #9943ef, #ae296b 60%, #6f3a1f);
  --work-art-2: linear-gradient(150deg, #43d336, #2dbe75 55%, #154751);
  --work-art-3: linear-gradient(150deg, #ce5cf5, #4125d0 55%, #204265);

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

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

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