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

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

  /* Text — each one checked against the surface behind it */
  --text:          #e9ebed;
  --text-soft:     #b7bfc2;
  --text-mute:     #929ca0;

  /* Accent */
  --gold:          #4eb5e4;
  --gold-deep:     #2568e4;
  --violet:        #dbc076;
  --accent-grad:   linear-gradient(115deg, #75c9f0 0%, #4eb5e4 45%, #2568e4 100%);
  --accent-soft:   #35a9de24;
  --violet-soft:   #d2b46029;

  /* 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:     #081216;
  --ok:            #dd8898;
  --danger:        #ed726e;
  --orb-a:         #3cb4ec61;
  --orb-b:         #e2be5a57;
  --orb-c:         #5c7df52e;
  --art-1: linear-gradient(135deg, #3eb3ea, #4427a5);
  --art-2: linear-gradient(135deg, #d4af49, #7eb42d);
  --art-3: linear-gradient(135deg, #7c4227, #b5407c);
  --art-4: linear-gradient(135deg, #24bca1, #4dbcef);
  --art-5: linear-gradient(135deg, #a5ae29, #52c445);
  --art-6: linear-gradient(135deg, #52b12f, #459ce3);
  --work-art-1: linear-gradient(150deg, #43b8ef, #5329ae 60%, #6f1f63);
  --work-art-2: linear-gradient(150deg, #d3a936, #90be2d 55%, #165115);
  --work-art-3: linear-gradient(150deg, #5c9ef5, #25d0cd 55%, #206536);

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

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

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