/* ── Theme 1 — Gold & Onyx (Warm Luxury) ── */
:root {
  --cream:        #F5EDE2;
  --cream-deep:   #EDE2D2;
  --accent:       #C9A961;
  --accent-soft:  #DDC68A;
  --bg:           #0E0B0A;
  --bg-2:         #1A1714;
  --text:         #1A1714;
  --text-muted:   #6B5F58;
  --border:       rgba(26,23,20,0.12);
  --border-accent:rgba(201,169,97,0.3);
  --hero-overlay: linear-gradient(135deg, rgba(14,11,10,0.72) 0%, rgba(26,23,20,0.45) 100%);
  --pull-bg:      #F5EDE2;
  --pull-text:    #1A1714;
  --about-bg:     #F5EDE2;
  --gallery-bg:   #EDE2D2;
  --exclusive-bg: #0E0B0A;
  --exclusive-text: #F5EDE2;
  --connect-bg:   #F5EDE2;
  --newsletter-bg:#EDE2D2;
  --footer-bg:    #0E0B0A;
  --footer-text:  #F5EDE2;
  --card-bg:      #F5EDE2;
  --serif-display:'Playfair Display', 'Times New Roman', serif;
  --serif-body:   'Cormorant Garamond', 'Georgia', serif;
  --sans:         'Inter', system-ui, sans-serif;
  --ease:         cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max:          1280px;
  --pad-section-d:120px;
  --pad-section-m: 64px;
}
