/**
 * Burgundy 2 — Heritage yellowish parchment backgrounds with Burgundy nav.
 */

[data-theme="burgundy2"] {
  /* Backgrounds — Heritage parchment yellow, lightly softened */
  --bg: #f2e4bb;
  --bg-elevated: #f7ebc8;
  --surface: #ecd9a6;
  --border: #d3ba81;
  --border-strong: #9a6b6f;

  /* Text — deep warm brown with a hint of burgundy */
  --text: #241816;
  --text-muted: #6a4a46;
  --text-inverse: #f2e4bb;
  --text-secondary: #7a5550;

  /* Accent — between Heritage #8c1127 and Burgundy #722f37 */
  --accent: #7a2832;
  --accent-hover: #933440;
  --accent-muted: rgba(122, 40, 50, 0.13);

  /* Semantic */
  --success: #2f7a3e;
  --success-bg: rgba(47, 122, 62, 0.12);
  --warning: #9a6a28;
  --warning-bg: rgba(154, 106, 40, 0.14);
  --error: #8c1127;
  --error-bg: rgba(140, 17, 39, 0.12);
  --info: #3a5f8f;
  --info-bg: rgba(58, 95, 143, 0.12);

  /* Wine dots */
  --wine-red: #7a2832;
  --wine-white: #c9a46a;
  --wine-rose: #b85a72;
  --wine-orange: #b06a3a;
  --wine-sparkling: #4a3a5c;

  /* Nav — Burgundy gradient (preferred) */
  --nav-bg: linear-gradient(135deg, #3b1520 0%, #5c2030 40%, #722f37 70%, #8a3a44 100%);
  --nav-border: transparent;
  --nav-divider: rgba(242, 228, 187, 0.18);
  --nav-shadow: 0 4px 24px rgba(59, 21, 32, 0.28), 0 1px 4px rgba(0, 0, 0, 0.12);
  --nav-control-bg: rgba(247, 235, 200, 0.94);

  /* Elevation */
  --shadow: 0 1px 4px rgba(50, 23, 24, 0.12);
  --shadow-lg: 0 14px 42px rgba(50, 23, 24, 0.18);

  /* Radius + focus */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --focus-ring: 0 0 0 3px rgba(122, 40, 50, 0.35);

  --logo-filter: invert(1) brightness(2);
}

[data-theme="burgundy2"] .app-nav {
  color: var(--text-inverse);
  border-bottom: none;
}

[data-theme="burgundy2"] .app-nav .nav-brand span {
  color: #f2e4bb;
}

[data-theme="burgundy2"] .app-nav .nav-tab {
  color: rgba(242, 228, 187, 0.72);
}

[data-theme="burgundy2"] .app-nav .nav-actions label {
  color: rgba(242, 228, 187, 0.72);
}

[data-theme="burgundy2"] .app-nav .nav-tab:hover {
  color: #f2e4bb;
}

[data-theme="burgundy2"] .app-nav .nav-tab:hover::after {
  background: rgba(242, 228, 187, 0.25);
}

[data-theme="burgundy2"] .app-nav .nav-tab.active {
  color: #f2e4bb;
}

[data-theme="burgundy2"] .app-nav .nav-tab.active::after {
  /* Soft rose-cream instead of Heritage gold */
  background: #e8c4b0;
}

[data-theme="burgundy2"] .app-nav .btn-secondary {
  background: rgba(242, 228, 187, 0.15);
  border-color: rgba(242, 228, 187, 0.34);
  color: var(--text-inverse);
}

[data-theme="burgundy2"] .app-nav .btn-primary {
  background: #e8c4b0;
  color: #3b1520;
  border-color: #e8c4b0;
}

[data-theme="burgundy2"] .app-nav .select,
[data-theme="burgundy2"] .app-nav .input {
  background: rgba(247, 235, 200, 0.94);
  color: #241816;
  border-color: rgba(242, 228, 187, 0.36);
}

[data-theme="burgundy2"] .hamburger-line {
  background: var(--text-inverse);
}
