:root {
  --color-bg: #06110d;
  --color-bg-alt: #0d221b;
  --color-surface: #133026;
  --color-surface-soft: #194035;
  --color-border: rgba(222, 237, 230, 0.16);
  --color-border-strong: rgba(240, 198, 113, 0.38);

  --color-text: #f1f8f4;
  --color-text-muted: #bad0c4;
  --color-accent: #f0c671;
  --color-accent-soft: #ffe4ad;
  --color-accent-deep: #ce9c43;
  --color-accent-fresh: #73d0aa;
  --color-success: #42c98a;

  --font-body: "Plus Jakarta Sans", "Manrope", "Segoe UI", sans-serif;
  --font-heading: "Syne", "Sora", "Segoe UI", sans-serif;

  --container-max: 1220px;
  --container-padding: clamp(1.1rem, 3.3vw, 2.35rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5rem;

  --radius-sm: 0.62rem;
  --radius-md: 0.95rem;
  --radius-lg: 1.35rem;
  --radius-xl: 2rem;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 45px -24px rgba(3, 12, 10, 0.78);
  --shadow-hover: 0 30px 64px -24px rgba(2, 10, 8, 0.92);
  --shadow-accent: 0 24px 45px -24px rgba(240, 198, 113, 0.62);

  --transition-fast: 180ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-base: 320ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow: 700ms cubic-bezier(0.22, 1, 0.36, 1);

  --header-height: 5.25rem;
}

@media (max-width: 768px) {
  :root {
    --header-height: 4.55rem;
  }
}
