/* royalsurprise-online — generated by tools/make-theme.mjs
   hue: 257  ·  seed: royalsurprise.online  ·  type: grotesk + serif  ·  corners: medium
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0a090c;
  --bg-alt:        #0e0d11;
  --surface:       #16141a;
  --surface-2:     #1d1b22;
  --surface-3:     #27252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #eae9ed;
  --text-soft:     #bab7c2;
  --text-mute:     #9692a0;

  /* Accent */
  --gold:          #906de9;
  --gold-deep:     #9b25e4;
  --violet:        #94db76;
  --accent-grad:   linear-gradient(115deg, #9875f0 0%, #906de9 45%, #9b25e4 100%);
  --accent-soft:   #6535de24;
  --violet-soft:   #82d26029;

  /* 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:     #0c0816;
  --ok:            #ddca88;
  --danger:        #ed726e;
  --orb-a:         #6e3cec61;
  --orb-b:         #83e25a57;
  --orb-c:         #ce5cf52e;
  --art-1: linear-gradient(135deg, #6f3eea, #a5278c);
  --art-2: linear-gradient(135deg, #73d449, #2db45e);
  --art-3: linear-gradient(135deg, #647c27, #b57540);
  --art-4: linear-gradient(135deg, #2445bc, #7b4def);
  --art-5: linear-gradient(135deg, #29ae2d, #45c4b3);
  --art-6: linear-gradient(135deg, #2fb18a, #8745e3);
  --work-art-1: linear-gradient(150deg, #7443ef, #ae2988 60%, #6f291f);
  --work-art-2: linear-gradient(150deg, #65d336, #2dbe56 55%, #15514e);
  --work-art-3: linear-gradient(150deg, #ad5cf5, #252dd0 55%, #205165);

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

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

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