/*
 * National Day Theme: French Caribbean (La Fête Nationale)
 * Deep navy · royal blue · red · gold
 * Islands: Martinique, Guadeloupe, Saint-Martin, Saint-Barthélemy, French Guiana
 */

body.nd-theme-french {
  background: #05143a;
  color: #eef2ff;

  --lc-bg:         #05143a;
  --lc-surface:    #0a2060;
  --lc-card:       #0a2060;
  --lc-border:     #1a3a8f;
  --lc-text:       #eef2ff;
  --lc-text-muted: #a5b4fc;
  --lc-link:       #ed2939;
  --lc-link-hover: #ff6b6b;
  --lc-accent:     #002395;
  --lc-accent2:    #ed2939;

  --card:   #0a2060;
  --border: #1a3a8f;
  --text:   #eef2ff;
  --muted:  #a5b4fc;
  --link:   #ed2939;

  --site-bg:       #05143a;
  --site-surface:  #0a2060;
  --site-border:   #1a3a8f;
  --site-text:     #eef2ff;
  --site-muted:    #a5b4fc;
  --site-link:     #ed2939;
  --site-accent:   #ed2939;
  --site-card-bg:  #0a2060;
}

body.nd-theme-french h1,
body.nd-theme-french h2,
body.nd-theme-french h3,
body.nd-theme-french h4 { color: #eef2ff; }

body.nd-theme-french a { color: #ed2939; text-decoration: none; }
body.nd-theme-french a:hover { color: #ff6b6b; text-decoration: underline; }

/* Nav */
body.nd-theme-french .site-header {
  background: #020b24;
  border-bottom: 3px solid #ed2939 !important;
}
body.nd-theme-french .site-header .brand,
body.nd-theme-french .site-header .site-name { color: #eef2ff !important; }
body.nd-theme-french .site-header .nav-link { color: #a5b4fc !important; }
body.nd-theme-french .site-header .nav-link:hover,
body.nd-theme-french .site-header .nav-link.is-active { color: #eef2ff !important; background: rgba(237,41,57,0.2) !important; }
body.nd-theme-french .site-header .btn-ghost { border-color: #fff !important; color: #fff !important; }
body.nd-theme-french .site-header .btn-ghost:hover { background: rgba(255,255,255,0.12) !important; color: #fff !important; }
body.nd-theme-french .site-header .lang-pill { color: #a5b4fc !important; }
body.nd-theme-french .site-header .lang-pill.is-active { color: #ed2939 !important; border-color: #ed2939 !important; }

/* Lower nav */
body.nd-theme-french .lower-nav { background: #020b24; border-bottom-color: #1a3a8f; }
body.nd-theme-french .lower-nav__link { color: #a5b4fc; }
body.nd-theme-french .lower-nav__link:hover { background: rgba(237,41,57,0.12); color: #eef2ff; }
body.nd-theme-french .lower-nav__link.is-active { background: rgba(237,41,57,0.2); color: #eef2ff; }

/* Cards */
body.nd-theme-french .site-card,
body.nd-theme-french .card,
body.nd-theme-french .box,
body.nd-theme-french .panel,
body.nd-theme-french .listing-card,
body.nd-theme-french .dir-card {
  background: #0a2060;
  border-color: #1a3a8f;
  color: #eef2ff;
}

/* Buttons */
body.nd-theme-french .btn-primary,
body.nd-theme-french .btn.primary,
body.nd-theme-french .btn-search,
body.nd-theme-french .add-listing-btn {
  background: #ed2939; color: #fff; border-color: #ed2939;
}
body.nd-theme-french .btn-primary:hover,
body.nd-theme-french .btn.primary:hover,
body.nd-theme-french .btn-search:hover,
body.nd-theme-french .add-listing-btn:hover {
  background: #c0182a; border-color: #c0182a; color: #fff;
}

/* Pill tabs */
body.nd-theme-french .pill.active,
body.nd-theme-french .pill:hover { background: #ed2939; color: #fff; border-color: #ed2939; }

/* Inputs */
body.nd-theme-french input,
body.nd-theme-french select,
body.nd-theme-french textarea {
  background: #05143a; color: #eef2ff; border-color: #1a3a8f;
}
body.nd-theme-french input::placeholder,
body.nd-theme-french textarea::placeholder { color: #a5b4fc; }

/* Footer */
body.nd-theme-french footer {
  background: #020b24; color: #a5b4fc; border-top: 2px solid #ed2939;
}
body.nd-theme-french footer a { color: #ed2939; }

/* Listing/category cards */
body.nd-theme-french .listing-card { background: #0a2060; border-color: #1a3a8f; color: #eef2ff; }
body.nd-theme-french .listing-card .thumb { background: #05143a; }
body.nd-theme-french .dir-card { background: #0a2060; border-color: #1a3a8f; }
body.nd-theme-french .dir-card-name,
body.nd-theme-french .dir-card-head { color: #eef2ff; }
body.nd-theme-french .dir-sub { color: #a5b4fc; }
body.nd-theme-french .view-all-btn { color: #ed2939; }

/* Business show page */
body.nd-theme-french .business-show { --site-bg: #05143a; --site-card-bg: #0a2060; }

/* Tables */
body.nd-theme-french table { color: #eef2ff; }
body.nd-theme-french th { background: #020b24; color: #a5b4fc; border-color: #1a3a8f; }
body.nd-theme-french td { border-color: #1a3a8f; }
