/* ==========================================================================
   SHARED FOOTER — Canonical footer CSS for ALL pages
   Source of truth: single file loaded everywhere.
   Last sync: 2026-02-16
   ========================================================================== */

.site-footer{background:rgba(14,14,26,.95);border-top:1px solid rgba(201,168,76,.1);
  padding:2.5rem 4vw 1.5rem;text-align:center;margin-top:4rem;color:rgba(244,241,235,.5)}
.footer-brand{font-family:var(--font-display,'Playfair Display',Georgia,serif);font-size:1.15rem;
  font-weight:700;color:var(--gold,#c9a84c);margin-bottom:.4rem}
.footer-desc{font-size:.82rem;line-height:1.6;color:rgba(244,241,235,.35);max-width:520px;margin:0 auto .8rem}
.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:.8rem 0 1.2rem}
.footer-links a{color:rgba(244,241,235,.45);font-family:var(--font-ui,'DM Sans',sans-serif);
  font-size:.8rem;text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--gold,#c9a84c)}
.footer-copy{font-family:var(--font-mono,'JetBrains Mono',monospace);font-size:.7rem;
  color:rgba(244,241,235,.2);padding-top:1rem;border-top:1px solid rgba(244,241,235,.06)}

/* ---------- DARK MODE ---------- */
[data-theme="dark"] .site-footer{background:rgba(13,13,26,.95)}

/* ---------- COOKIE BANNER RGPD ---------- */
.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99999;
  background:#1a1a2e;border-top:1px solid rgba(201,168,76,.3);
  padding:1rem 2rem;font-family:'DM Sans',system-ui,sans-serif;
  box-shadow:0 -4px 20px rgba(0,0,0,.3)}
.cookie-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:250px}
.cookie-text strong{color:#c9a84c;font-size:.95rem;display:block;margin-bottom:.3rem}
.cookie-text p{color:rgba(244,241,235,.6);font-size:.82rem;line-height:1.5;margin:0}
.cookie-actions{display:flex;gap:.6rem;flex-shrink:0}
.cookie-btn{padding:.5rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-family:inherit;transition:all .2s}
.cookie-btn-reject{border:1px solid rgba(255,255,255,.2);background:transparent;color:#b0b0c0}
.cookie-btn-reject:hover{border-color:rgba(255,255,255,.4);color:#fff}
.cookie-btn-accept{border:none;background:#c9a84c;color:#1a1a2e;font-weight:700}
.cookie-btn-accept:hover{background:#d4b65a}

@media(max-width:600px){
  .cookie-inner{flex-direction:column;text-align:center}
  .cookie-actions{justify-content:center}
  .footer-links{gap:1rem}
}
