:root {
    --bg: #0B0B0B;
    --bg-soft: #141414;
    --bg-card: #1a1a1a;
    --gold: #C5A059;
    --gold-soft: #E3C24B;
    /* Metallic-Gold Verlauf (extrahiert aus logo.png: Bronze-Schatten -> Mid -> Champagner-Highlight) */
    --gold-dark: #544328;
    --gold-mid:  #BB9B63;
    --gold-light: #EFE0B7;
    --ivory: #F9F9F9;
    --muted: #999999;
    --line: #2a2a2a;

    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --max-width: 1280px;
    --gutter: 32px;

    --section-pad-y: 96px;
    --section-pad-y-mobile: 56px;
}