/* Brand tokens — Dark Premium Scandinavian */
:root {
  --bg: #0e1210;
  --bg-elevated: #141a17;
  --surface: #1a211d;
  --surface-alt: #222b26;
  --surface-hover: #28322c;
  --text: #f2f0eb;
  --text-soft: #e4e1d9;
  --muted: #9aa59c;
  --muted-strong: #b8c2ba;
  --primary: #6d9b78;
  --primary-hover: #82b18d;
  --primary-deep: #3d5c45;
  --accent: #d4b56a;
  --accent-soft: rgba(212, 181, 106, 0.14);
  --border: rgba(242, 240, 235, 0.08);
  --border-strong: rgba(242, 240, 235, 0.14);
  --focus: #8fc49a;
  --danger: #d9897a;
  --success: #7cb88a;
  --overlay: rgba(8, 10, 9, 0.72);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.55);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --container: 1240px;
  --section-space: clamp(4.5rem, 8vw, 7.5rem);
  --header-h: 76px;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --grad-hero:
    radial-gradient(ellipse 80% 60% at 70% 10%, rgba(109, 155, 120, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(212, 181, 106, 0.08), transparent 50%),
    linear-gradient(180deg, #121816 0%, var(--bg) 100%);
  --grad-panel: linear-gradient(160deg, rgba(109, 155, 120, 0.12), transparent 45%);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --ease: linear;
  }
}
