/*
Theme Name: LIMENM
Theme URI: https://limenm.com
Author: LIMENM
Author URI: https://limenm.com
Description: Theme officiel LIMENM - Retrouve-toi.
Version: 1.0.0
License: Proprietary
Text Domain: limenm
*/

/* Reset et base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0d0f1a;
  --surface: #141624;
  --surface2: #1c1f30;
  --primary: #0ea5e9;
  --primary-light: #38bdf8;
  --primary-glow: rgba(14,165,233,0.15);
  --gold: #f59e0b;
  --gold-light: #fbbf24;
  --text: #f8fafc;
  --text-muted: rgba(248,250,252,0.55);
  --text-faint: rgba(248,250,252,0.3);
  --border: rgba(14,165,233,0.12);
  --border-mid: rgba(14,165,233,0.25);
  --success: #34d399;
}

html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; line-height: 1.6; overflow-x: hidden; }

/* WordPress defaults reset */
img { max-width: 100%; height: auto; }
a { color: var(--primary-light); text-decoration: none; }
p { margin-bottom: 1em; }

/* NAV */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px;
  background: rgba(13,15,26,0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.site-logo { display:inline-flex; align-items:flex-end; gap:0; text-decoration:none; }
.logo-l-block { display:flex; flex-direction:column; align-items:flex-start; margin-bottom:2px; }
.logo-l { font-family:'DM Serif Display',serif; font-size:28px; font-weight:250; color:#0ea5e9; line-height:1; letter-spacing:0; }
.logo-bar { width:18px; height:1px; background:#0ea5e9; border-radius:999px; margin-top:1px; }
.logo-imenm { font-family:'DM Serif Display',serif; font-size:20px; font-weight:300; color:var(--text); letter-spacing:3px; line-height:1; margin-bottom:2px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: var(--text-muted); font-size: 14px; transition: color .2s; }
.site-nav a:hover { color: var(--primary-light); }
.nav-cta {
  background: var(--primary); color: white !important; border-radius: 999px;
  padding: 10px 24px; font-size: 14px; font-weight: 600;
  transition: all .2s; box-shadow: 0 0 20px rgba(14,165,233,0.3);
}
.nav-cta:hover { background: var(--primary-light) !important; transform: translateY(-1px); }

/* CONTENU PAGES LEGALES */
.legal-content {
  max-width: 780px; margin: 0 auto;
  padding: 120px 24px 80px;
}
.legal-content h1 { font-family: 'DM Serif Display', serif; font-size: 42px; margin-bottom: 8px; }
.legal-content .entry-date { font-size: 13px; color: var(--text-muted); margin-bottom: 48px; display: block; }
.legal-content h2 { font-size: 20px; font-weight: 600; margin: 36px 0 12px; color: var(--primary-light); }
.legal-content h3 { font-size: 16px; font-weight: 600; margin: 20px 0 8px; }
.legal-content p { font-size: 15px; color: var(--text-muted); margin-bottom: 12px; }
.legal-content ul { margin: 8px 0 16px 24px; }
.legal-content li { font-size: 15px; color: var(--text-muted); margin-bottom: 6px; }
.legal-content strong { color: var(--text); }

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 48px 40px 32px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top {
  display: flex; justify-content: space-between;
  align-items: flex-start; flex-wrap: wrap; gap: 40px; margin-bottom: 48px;
}
.footer-brand p { font-size: 14px; color: var(--text-muted); margin-top: 10px; max-width: 280px; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col h4 { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-faint); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14px; color: var(--text-muted); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--primary-light); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 13px; color: var(--text-faint);
}

/* UTILITAIRES */
.glow-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--gold), var(--primary), transparent);
  opacity: 0.4;
}
.btn-primary {
  background: var(--primary); color: white; border: none;
  border-radius: 999px; padding: 16px 36px; font-size: 16px; font-weight: 600;
  cursor: pointer; font-family: 'DM Sans', sans-serif; text-decoration: none;
  transition: all .2s; box-shadow: 0 0 30px rgba(14,165,233,0.35);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(14,165,233,0.5); color: white; }

@media (max-width: 768px) {
  .site-header { padding: 16px 20px; }
  .site-nav { display: none; }
  .site-footer { padding: 40px 20px 24px; }
}
