/* ============================================================
   VARIABLES — Bexley Fish & Raw Bar Design Tokens
   Generated by /b2b-web-overhaul-execution
   Source: plans/b2b-brand-data.md
   ============================================================ */

:root {
  /* ── Color Palette (from Part G — Cinematic Rebuild Directives) ── */
  --color-bg-primary:   #1C1209;   /* Deep warm dark brown — cinematic stage */
  --color-bg-mid:       #2F2E2E;   /* Near-black — secondary dark section bg */
  --color-bg-light:     #FFFCF5;   /* Warm cream — light card/about/team sections */
  --color-bg-deep:      #541A09;   /* Deep maroon — footer deepest background */
  --color-bg-footer:    #3D1106;   /* Slightly darker than bg-deep */

  --color-accent:       #A99009;   /* Olive gold — primary CTA accent */
  --color-accent-light: #BC9B5D;   /* Warm mid-gold — hover state */
  --color-accent-warm:  #FDD80D;   /* Bright gold — highlight / glow */

  --color-text-primary: #FFFFFF;   /* White — on dark cinematic backgrounds */
  --color-text-muted:   #C8D8E6;   /* Powder blue — muted text on dark */
  --color-text-dark:    #2F2E2E;   /* Near-black — body text on light sections */

  --color-border:       rgba(169, 144, 9, 0.20);
  --color-border-faint: rgba(169, 144, 9, 0.08);

  --color-nav-bg:       #C8D8E6;   /* Powder blue nav */

  /* ── Typography (from Part C — Typography table) ── */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Avenir LT W01 35 Light', 'Avenir', 'Helvetica Neue', sans-serif;

  --fw-light:   300;
  --fw-regular: 400;
  --fw-medium:  500;
  --fw-bold:    700;
  --fw-black:   800;

  /* ── Fluid Type Scale ── */
  --size-hero-h1:      clamp(3rem, 8vw, 7.5rem);
  --size-gate-h1:      clamp(3rem, 8vw, 7rem);
  --size-section-h2:   clamp(2rem, 4.5vw, 4rem);
  --size-portfolio-h2: clamp(2.4rem, 5vw, 4.2rem);
  --size-contact-h1:   clamp(3.5rem, 10vw, 9rem);
  --size-tab-letter:   clamp(4rem, 8vw, 7.5rem);
  --size-stat-num:     clamp(2.8rem, 5.5vw, 4.5rem);
  --size-body:         1rem;
  --size-label:        0.75rem;

  /* ── Spacing ── */
  --section-pad:   clamp(70px, 9vw, 130px);
  --container-max: 1280px;
  --container-pad: clamp(1.5rem, 5vw, 4rem);

  /* ── Motion ── */
  --ease-out-expo:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-sweep:      cubic-bezier(0.77, 0, 0.175, 1);
  --transition-fast: 150ms ease;
  --transition-mid:  200ms ease;
  --transition-btn:  350ms var(--ease-sweep);

  /* ── Surfaces ── */
  --card-bg:     rgba(255, 255, 255, 0.04);
  --card-border: rgba(255, 255, 255, 0.08);
  --nav-shadow:  0 2px 40px rgba(0, 0, 0, 0.4);
}
