/* elvoro-live — generated by tools/make-theme.mjs
   hue: 23  ·  seed: elvoro.live  ·  type: humanist + slab  ·  corners: soft
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0c0a09;
  --bg-alt:        #110f0d;
  --surface:       #1a1614;
  --surface-2:     #221e1b;
  --surface-3:     #2d2825;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #edeae9;
  --text-soft:     #c2bbb7;
  --text-mute:     #a09792;

  /* Accent */
  --gold:          #e4874e;
  --gold-deep:     #e4ae25;
  --violet:        #768adb;
  --accent-grad:   linear-gradient(115deg, #f0a475 0%, #e4874e 45%, #e4ae25 100%);
  --accent-soft:   #de763524;
  --violet-soft:   #6077d229;

  /* 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:     #160e08;
  --ok:            #88ddd3;
  --danger:        #ed726e;
  --orb-a:         #ec7f3c61;
  --orb-b:         #5a75e257;
  --orb-c:         #f5de5c2e;
  --art-1: linear-gradient(135deg, #ea803e, #7fa527);
  --art-2: linear-gradient(135deg, #4965d4, #6c2db4);
  --art-3: linear-gradient(135deg, #275c7c, #40b580);
  --art-4: linear-gradient(135deg, #bc2436, #ef8b4d);
  --art-5: linear-gradient(135deg, #3a29ae, #c045c4);
  --art-6: linear-gradient(135deg, #972fb1, #e39745);
  --work-art-1: linear-gradient(150deg, #ef8543, #7bae29 60%, #1f6f31);
  --work-art-2: linear-gradient(150deg, #3656d3, #642dbe 55%, #51154e);
  --work-art-3: linear-gradient(150deg, #f5bd5c, #d02d25 55%, #65204a);

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

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

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