/*
Theme Name: Marco Obsidian
Theme URI: https://marco-stankowitz.de
Author: Marco Stankowitz
Description: High-End Editorial Dark Theme – The Obsidian Curator Design System
Version: 1.0.0
License: Private
Text Domain: marco-obsidian
*/

:root {
  --surface:                  #0e0e0e;
  --surface-dim:              #0e0e0e;
  --surface-container-lowest: #000000;
  --surface-container-low:    #131313;
  --surface-container:        #1a1919;
  --surface-container-high:   #201f1f;
  --surface-container-highest:#262626;
  --surface-bright:           #2c2c2c;
  --surface-variant:          #262626;
  --primary:                  #ff906d;
  --primary-container:        #ff784d;
  --primary-dim:              #ff7346;
  --secondary:                #ff7f7b;
  --on-surface:               #ffffff;
  --on-surface-variant:       #adaaaa;
  --on-primary:               #5b1600;
  --on-primary-fixed:         #000000;
  --outline:                  #767575;
  --outline-variant:          #484847;
  --background:               #0e0e0e;
  --radius-sm:                0.5rem;
  --radius-md:                1rem;
  --radius-lg:                2rem;
  --radius-xl:                3rem;
  --radius-full:              9999px;
}

html.mo-light-pre body { background-color: #f5f4f0; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background-color: var(--surface);
  color: var(--on-surface);
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── Utilities ── */
.editorial-gradient { background: linear-gradient(135deg, #ff906d 0%, #ff784d 100%); }
.text-gradient { background: linear-gradient(135deg, #ff906d 0%, #ff784d 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.glass-nav { background: rgba(14,14,14,.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
