/* Design tokens shared by the public site, Luna and the self-service page.
   Two environments alternate on the page: "sala" (the dark wine room) and "mantel" (the tablecloth). */
:root{
  --canvas:#1E0D0D;
  --canvas-2:#2A1212;
  --panel:#331716;
  --panel-2:#3F1C1A;
  --line:rgba(246,237,228,.14);
  --line-strong:rgba(246,237,228,.34);
  --text-primary:#F6EDE4;
  --text-secondary:#CDB7AB;

  --mantel:#F4ECE2;
  --mantel-2:#EADFD0;
  --mantel-line:#D8C7B4;
  --ink:#241311;
  --ink-2:#5B4640;

  --accent:#F2C230;
  --accent-hover:#F7D35C;
  --accent-ink:#7A5C00;
  --accent-muted:rgba(242,194,48,.28);
  --on-accent:#241311;
  --red:#C8102E;
  --red-soft:#E0485F;
  --success:#2F7A4F;
  --danger:#B42318;

  --font-display:'Young Serif',Georgia,'Times New Roman',serif;
  --font-body:'Figtree',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-label:'Cinzel',Georgia,serif;

  --radius:16px;
  --radius-sm:10px;
  --radius-pill:999px;
  --shadow-1:0 1px 2px rgba(20,6,6,.18),0 6px 18px rgba(20,6,6,.16);
  --shadow-2:0 2px 6px rgba(20,6,6,.22),0 22px 60px rgba(20,6,6,.34);
  --tshadow:0 1px 2px rgba(12,4,4,.95),0 3px 12px rgba(12,4,4,.78),0 10px 44px rgba(12,4,4,.8);

  --ease-out:cubic-bezier(.22,.61,.36,1);
  --ease-soft:cubic-bezier(.45,.05,.2,1);
  --t-fast:.18s;
  --t-med:.45s;
  --t-slow:.9s;

  --gutter:clamp(16px,4vw,48px);
  --maxw:1240px;
  --header-h:72px;
  --tap:44px;
}
