/* Nav */
:root{
  /* Navigation */
  --nav-bg: #DCD7C9;
  --nav-border: #eadfd9;
  --nav-button-text: #504B38;
  --nav-btn-text-active: #000000;
  --nav-btn-hover-bg: #F0E6E1;
  --nav-btn-hover-border: #e2d6cf;
  --nav-btn-press-bg: #E8DCD6;
  --nav-btn-focus-ring: #d7c7bf;
  --nav-ripple: rgba(53,47,43,.18);

  /* Hero Section */
  --hero-bg: #1f2920;
  --hero-text1: #d4c5a9;
  --hero-text2: #A0956A;
  --hero-btn-bg: #f0f0f0;
  --hero-btn-border: #f0f0f0;
  --hero-btn-hover: #f0f0f0;

  /* Gallery Preview Section */
  --bg-primary: #0A0A0A;
  --text-primary: #F9F9F9;
  --text-secondary: #A0A0A0;
  --hover-overlay: rgba(255, 255, 255, 0.1);

  /* Masterpiece Accordion */
  --masterpiece-bg: #111111;
  --text-light: #F9F9F9;
  --transition-smooth: cubic-bezier(0.25, 1, 0.5, 1);
}
