/* ============================================================================
   STYLE PRESETS — radius / type family / type-scale / shadow / motion only.
   No color (that's [data-scheme]). Combine freely with any scheme.
   Add a preset: append a [data-style="name"]{...} block AND add 'name' to
   wlre_allowed_appearance() in inc/appearance.php.
   Font families assume the named webfonts are loaded; they fall back gracefully.
   ============================================================================ */

[data-style="corporate-clean"]{
  --font-display:"Inter",system-ui,sans-serif; --font-body:"Inter",system-ui,sans-serif;
  --type-scale:1.2; --radius:8px;
  --shadow-1:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.10);
  --shadow-2:0 4px 12px rgba(0,0,0,.10); --shadow-3:0 12px 32px rgba(0,0,0,.16);
  --ease-base:cubic-bezier(.2,.7,.2,1); --dur-base:220ms; --motion-scale:.8;
}
[data-style="sharp-editorial"]{
  --font-display:"Playfair Display",Georgia,serif; --font-body:"Inter",system-ui,sans-serif;
  --type-scale:1.414; --radius-sm:0; --radius:0; --radius-lg:0;
  --shadow-1:none; --shadow-2:0 2px 0 var(--c-border); --shadow-3:0 24px 48px rgba(0,0,0,.12);
  --ease-base:cubic-bezier(.16,1,.3,1); --dur-base:180ms; --motion-scale:.6;
}
[data-style="soft-rounded"]{
  --font-display:"Poppins",system-ui,sans-serif; --font-body:"Nunito Sans",system-ui,sans-serif;
  --type-scale:1.25; --radius:16px;
  --shadow-1:0 2px 8px rgba(0,0,0,.06); --shadow-2:0 8px 24px rgba(0,0,0,.10); --shadow-3:0 20px 48px rgba(0,0,0,.14);
  --ease-base:cubic-bezier(.34,1.56,.64,1); --dur-base:280ms; --motion-scale:1.1;
}
[data-style="glass-premium"]{
  --font-display:"Fraunces",Georgia,serif; --font-body:"Inter",system-ui,sans-serif;
  --type-scale:1.333; --radius:12px;
  --shadow-1:0 1px 1px rgba(0,0,0,.2); --shadow-2:0 8px 32px rgba(0,0,0,.28); --shadow-3:0 24px 64px rgba(0,0,0,.4);
  --ease-base:cubic-bezier(.22,1,.36,1); --dur-base:360ms; --dur-slow:560ms; --motion-scale:1;
}
[data-style="brutalist"]{
  --font-display:"Space Grotesk",monospace; --font-body:"Space Grotesk",monospace;
  --type-scale:1.5; --radius-sm:0; --radius:0; --radius-lg:0; --border-w:2px;
  --shadow-1:4px 4px 0 var(--c-text); --shadow-2:6px 6px 0 var(--c-text); --shadow-3:10px 10px 0 var(--c-text);
  --ease-base:steps(2,end); --dur-base:120ms; --motion-scale:.5;
}
[data-style="organic"]{
  --font-display:"Sora",system-ui,sans-serif; --font-body:"Mulish",system-ui,sans-serif;
  --type-scale:1.28; --radius:14px;
  --shadow-1:0 2px 10px rgba(60,40,20,.08); --shadow-2:0 10px 28px rgba(60,40,20,.12); --shadow-3:0 24px 56px rgba(60,40,20,.16);
  --ease-base:cubic-bezier(.4,0,.2,1); --dur-base:300ms; --motion-scale:.9;
}
