/* ══════════════════════════════════════════════════════════
   MAREA — Design Tokens
   Fuente única de verdad para todas las variables CSS.
══════════════════════════════════════════════════════════ */

:root {
  /* ── Paleta ── */
  --ink:   #0C0C0C;
  --cream: #F4EFE4;
  --wave:  #05C4E0;
  --alert: #E8231B;
  --sand:  #C4A882;
  --fog:   #9B9590;
  --mist:  #E6E0D5;
  --night: #111418;
  --paper: #FAF7F2;

  /* ── Tipografía ── */
  --font-display:    'Anton', sans-serif;
  --font-condensed:  'Barlow Condensed', sans-serif;
  --font-body:       'DM Sans', sans-serif;

  /* ── Escala tipográfica ── */
  --text-xs:   11px;
  --text-sm:   13px;
  --text-base: 16px;
  --text-lg:   18px;
  --text-xl:   20px;
  --text-2xl:  24px;
  --text-3xl:  32px;
  --text-4xl:  40px;
  --text-5xl:  56px;
  --text-6xl:  72px;

  /* ── Espaciado ── */
  --gap-xs:  4px;
  --gap-sm:  8px;
  --gap-md:  16px;
  --gap-lg:  24px;
  --gap-xl:  32px;
  --gap-2xl: 48px;

  /* ── Layout ── */
  --site-max:      1320px;
  --site-pad:      32px;
  --grid-gap:      3px;
  --sidebar-width: 300px;
  --sidebar-art:   320px;

  /* ── Header ── */
  --header-h:      68px;
  --ticker-h:      34px;

  /* ── Radios (ninguno — diseño brutalista) ── */
  --radius: 0;

  /* ── Sombras ── */
  --shadow-header: 0 2px 0 0 var(--ink);

  /* ── Transiciones ── */
  --t-fast: 0.15s ease;

  /* ── Z-index ── */
  --z-header:    300;
  --z-progress:  200;
  --z-overlay:   100;
  --z-label:     100;
}
