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

:root {
  /* Surfaces */
  --bg:            #0c0a09;
  --bg-alt:        #11100d;
  --surface:       #1a1814;
  --surface-2:     #221f1b;
  --surface-3:     #2d2a25;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #edebe9;
  --text-soft:     #c2beb7;
  --text-mute:     #a09a92;

  /* Accent */
  --gold:          #e4a84e;
  --gold-deep:     #e4d725;
  --violet:        #7c7adc;
  --accent-grad:   linear-gradient(115deg, #f0bf75 0%, #e4a84e 45%, #e4d725 100%);
  --accent-soft:   #de9b3524;
  --violet-soft:   #6260d229;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-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:     #161108;
  --ok:            #88d4dd;
  --danger:        #ed726e;
  --orb-a:         #eca53c61;
  --orb-b:         #5d5ae257;
  --orb-c:         #eaf55c2e;
  --art-1: linear-gradient(135deg, #eaa53e, #64a527);
  --art-2: linear-gradient(135deg, #4c49d4, #892db4);
  --art-3: linear-gradient(135deg, #27497c, #40b59a);
  --art-4: linear-gradient(135deg, #bc3324, #efae4d);
  --art-5: linear-gradient(135deg, #5729ae, #c445ad);
  --art-6: linear-gradient(135deg, #b12faf, #e3b945);
  --work-art-1: linear-gradient(150deg, #efaa43, #5eae29 60%, #1f6f42);
  --work-art-2: linear-gradient(150deg, #3936d3, #842dbe 55%, #511541);
  --work-art-3: linear-gradient(150deg, #f5de5c, #d05225 55%, #65203b);

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

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

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