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

:root {
  /* Surfaces */
  --bg:            #0c0b09;
  --bg-alt:        #11110d;
  --surface:       #1a1914;
  --surface-2:     #22211b;
  --surface-3:     #2d2b25;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #edece9;
  --text-soft:     #c2c0b7;
  --text-mute:     #a09e92;

  /* Accent */
  --gold:          #e4c94e;
  --gold-deep:     #c7e425;
  --violet:        #8d76db;
  --accent-grad:   linear-gradient(115deg, #f0d975 0%, #e4c94e 45%, #c7e425 100%);
  --accent-soft:   #debf3524;
  --violet-soft:   #7b60d229;

  /* 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:     #161408;
  --ok:            #88c2dd;
  --danger:        #ed726e;
  --orb-a:         #eccc3c61;
  --orb-b:         #7a5ae257;
  --orb-c:         #c9f55c2e;
  --art-1: linear-gradient(135deg, #eaca3e, #48a527);
  --art-2: linear-gradient(135deg, #6a49d4, #a62db4);
  --art-3: linear-gradient(135deg, #27377c, #40b5b3);
  --art-4: linear-gradient(135deg, #bc5424, #efd24d);
  --art-5: linear-gradient(135deg, #7429ae, #c44591);
  --art-6: linear-gradient(135deg, #b12f93, #e3db45);
  --work-art-1: linear-gradient(150deg, #efcf43, #41ae29 60%, #1f6f53);
  --work-art-2: linear-gradient(150deg, #5b36d3, #a32dbe 55%, #511534);
  --work-art-3: linear-gradient(150deg, #eaf55c, #d07825 55%, #65202c);

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

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

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