/* ============================================================
   INSTITUTO W — LP TOKENS  (Black Gold Signature)
   Fonte única de verdade para todas as Landing Pages.
   Não alterar sem aprovação da identidade visual.
   ============================================================ */

/* Google Fonts — importar apenas UMA vez por documento HTML */
/* @import url(ESTÁ no <head> de cada index.html — não duplicar aqui) */

:root {
  /* ── Paleta ─────────────────────────────────────── */
  --w-black:        #080808;
  --w-onyx:         #0E0E0E;
  --w-onyx-mid:     #151515;
  --w-onyx-soft:    #1D1D1D;
  --w-graphite:     #2F3540;
  --w-stone:        #889097;
  --w-ivory:        #F7F2E8;
  --w-cream:        rgba(247, 242, 232, 0.88);

  /* Ouro (Black Gold Signature) */
  --w-gold:         #D9B36A;
  --w-gold-warm:    #C8A96B;
  --w-gold-light:   #F2D28B;
  --w-gold-line:    rgba(217, 179, 106, 0.32);
  --w-gold-glow:    rgba(217, 179, 106, 0.18);
  --w-gold-soft:    rgba(217, 179, 106, 0.08);
  --w-bronze:       #8C6239;

  /* ── Tipografia ──────────────────────────────────── */
  --font-display:   "Cinzel", "Cormorant Garamond", Georgia, serif;
  --font-serif:     "Cormorant Garamond", Georgia, serif;
  --font-body:      "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  /* ── Layout ──────────────────────────────────────── */
  --container:      1240px;
  --gutter:         clamp(20px, 5vw, 60px);

  /* ── Motion ──────────────────────────────────────── */
  --ease-out:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out:    cubic-bezier(0.45, 0, 0.15, 1);
  --t-fast:         180ms var(--ease-out);
  --t-med:          420ms var(--ease-out);
  --t-slow:         800ms var(--ease-out);

  /* ── Sombras ─────────────────────────────────────── */
  --shadow-gold:    0 8px 40px rgba(217, 179, 106, 0.22);
  --shadow-card:    0 40px 100px rgba(0, 0, 0, 0.56);
  --shadow-btn:     0 8px 28px rgba(217, 179, 106, 0.32);
}
