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

:root {
  /* Surfaces */
  --bg:            #0b090c;
  --bg-alt:        #100d11;
  --surface:       #18141a;
  --surface-2:     #201b22;
  --surface-3:     #2b252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ebe9ed;
  --text-soft:     #bfb7c2;
  --text-mute:     #9c92a0;

  /* Accent */
  --gold:          #bb52e5;
  --gold-deep:     #e425db;
  --violet:        #76db83;
  --accent-grad:   linear-gradient(115deg, #cd75f0 0%, #bb52e5 45%, #e425db 100%);
  --accent-soft:   #ae35de24;
  --violet-soft:   #60d26f29;

  /* 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:     #120816;
  --ok:            #cadd88;
  --danger:        #ed726e;
  --orb-a:         #ba3cec61;
  --orb-b:         #5ae26c57;
  --orb-c:         #f55cd92e;
  --art-1: linear-gradient(135deg, #b93eea, #a52755);
  --art-2: linear-gradient(135deg, #49d45c, #2db499);
  --art-3: linear-gradient(135deg, #3f7c27, #b5a740);
  --art-4: linear-gradient(135deg, #4524bc, #c14def);
  --art-5: linear-gradient(135deg, #29ae67, #459ec4);
  --art-6: linear-gradient(135deg, #2fa0b1, #cb45e3);
  --work-art-1: linear-gradient(150deg, #be43ef, #ae294e 60%, #6f4b1f);
  --work-art-2: linear-gradient(150deg, #36d34b, #2dbe95 55%, #153a51);
  --work-art-3: linear-gradient(150deg, #f05cf5, #6625d0 55%, #203365);

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

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

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