/* ═══════════════════════════════════════════════════════════════
   PROJECT ZERO — pages légales.
   Même matière que le site : noir, filets de métal, titres en
   capitales serrées. Un document se lit, il ne se scénarise pas :
   pas d'animation, pas de parallaxe, juste de la typographie.
   ═══════════════════════════════════════════════════════════════ */
@font-face { font-family: "Stack Sans Notch"; font-display: swap; font-style: normal; font-weight: 500;
  src: url("/polices/g/s/stacksansnotch/v5/TwMY-JcVXlQd3ooGEx9EbUzgioTr5BY5lEpidqlSR8fQuR2cGGf6Bw3r.woff2"); }
@font-face { font-family: "Stack Sans Notch"; font-display: swap; font-style: normal; font-weight: 600;
  src: url("/polices/g/s/stacksansnotch/v5/TwMY-JcVXlQd3ooGEx9EbUzgioTr5BY5lEpidqlSR8c8vh2cGGf6Bw3r.woff2"); }
@font-face { font-family: "Stack Sans Notch"; font-display: swap; font-style: normal; font-weight: 700;
  src: url("/polices/g/s/stacksansnotch/v5/TwMY-JcVXlQd3ooGEx9EbUzgioTr5BY5lEpidqlSR8cFvh2cGGf6Bw3r.woff2"); }

:root {
  --noir: #050506;
  --arg: #D5D9DE;
  --or: #D6B875;
  --or-vif: #F4E4BD;
  --gris: rgba(255,255,255,.62);
  --gris-fort: rgba(255,255,255,.82);
  --titre: "Stack Sans Notch", "DM Sans", system-ui, sans-serif;
  --texte: "DM Sans", "Satoshi", system-ui, -apple-system, sans-serif;
  --bord: 20px;
}
@media (min-width: 768px)  { :root { --bord: 44px; } }
@media (min-width: 1200px) { :root { --bord: 80px; } }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--noir); color: #fff; font-family: var(--texte);
  font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body::before {                                    /* le grain du site */
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E"); }

.lg { position: relative; z-index: 1; width: 100%; max-width: 780px; margin: 0 auto;
  padding: clamp(28px, 6vw, 56px) var(--bord) clamp(70px, 10vw, 120px); }

/* ── l'en-tête ───────────────────────────────────────────────── */
.lg-retour { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  font-family: var(--titre); font-weight: 500; text-transform: uppercase;
  letter-spacing: .16em; font-size: 10.5px; color: var(--gris);
  padding: 9px 15px 9px 12px; border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(213,217,222,.2);
  transition: color .25s ease, box-shadow .25s ease; }
.lg-retour:hover { color: #fff; box-shadow: inset 0 0 0 1px rgba(213,217,222,.45); }
.lg-retour i { width: 14px; height: 1.4px; background: currentColor; position: relative; flex: 0 0 auto; }
.lg-retour i::before { content: ""; position: absolute; left: 0; top: -3.2px;
  width: 7px; height: 7px; border-left: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor; rotate: 45deg; }

.lg-oeil { margin: clamp(34px, 6vw, 54px) 0 0; font-family: var(--titre); font-weight: 600;
  text-transform: uppercase; letter-spacing: .3em; font-size: clamp(9.5px, 2.6vw, 11px);
  color: var(--or); }
h1 { margin: clamp(12px, 2vw, 18px) 0 0; font-family: var(--titre); font-weight: 700;
  text-transform: uppercase; letter-spacing: -.03em; line-height: 1.02;
  font-size: clamp(34px, 8vw, 60px);
  background-image: linear-gradient(168deg, #FFFFFF, #C9CDD3 42%, #8E939B 68%, #EFF1F3);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  -webkit-text-fill-color: transparent; }
.lg-maj { margin: clamp(14px, 2vw, 20px) 0 0; font-size: 13px; color: var(--gris); }
.lg-filet { height: 1px; margin: clamp(30px, 5vw, 44px) 0;
  background: linear-gradient(90deg, rgba(214,184,117,.55), rgba(213,217,222,.22) 40%, transparent); }

/* ── le corps ────────────────────────────────────────────────── */
h2 { margin: clamp(38px, 6vw, 54px) 0 clamp(12px, 2vw, 16px); font-family: var(--titre);
  font-weight: 600; text-transform: uppercase; letter-spacing: .04em; line-height: 1.2;
  font-size: clamp(17px, 4.2vw, 22px); color: #fff; }
h2 .n { color: var(--or); font-weight: 500; margin-right: .6em; font-size: .74em;
  letter-spacing: .1em; vertical-align: .12em; }
h3 { margin: clamp(22px, 3.4vw, 28px) 0 clamp(6px, 1vw, 9px); font-family: var(--titre);
  font-weight: 500; text-transform: uppercase; letter-spacing: .12em;
  font-size: clamp(12px, 3vw, 13px); color: var(--arg); }
p { margin: 0 0 clamp(12px, 2vw, 15px); color: var(--gris-fort); max-width: 66ch; }
p:last-child { margin-bottom: 0; }
ul { margin: 0 0 clamp(12px, 2vw, 15px); padding: 0; list-style: none; max-width: 66ch; }
li { position: relative; padding-left: 20px; margin-bottom: 9px; color: var(--gris-fort); }
li::before { content: ""; position: absolute; left: 2px; top: .72em;
  width: 5px; height: 5px; border-radius: 50%; background: rgba(214,184,117,.75); }
strong { color: #fff; font-weight: 600; }
a { color: var(--or-vif); text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(214,184,117,.4); transition: box-shadow .25s ease; }
a:hover { box-shadow: inset 0 -1px 0 var(--or-vif); }
.lg-note { padding: clamp(16px, 3vw, 22px); border-radius: 14px;
  background: rgba(255,255,255,.028); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  font-size: 14.5px; }
.lg-note p { color: var(--gris); }

/* la fiche société, mise en avant sans devenir un encart criard */
.lg-fiche { display: grid; gap: 2px 22px; margin: 0 0 clamp(14px, 2vw, 18px); }
@media (min-width: 620px) { .lg-fiche { grid-template-columns: 190px 1fr; gap: 10px 22px; } }
.lg-fiche dt { font-family: var(--titre); font-weight: 500; text-transform: uppercase;
  letter-spacing: .13em; font-size: 10.5px; color: var(--gris);
  padding-top: 4px; margin-top: 10px; }
@media (min-width: 620px) { .lg-fiche dt { margin-top: 0; } }
.lg-fiche dd { margin: 0; color: #fff; }

/* ── le pied ─────────────────────────────────────────────────── */
.lg-pied { margin-top: clamp(52px, 8vw, 80px); padding-top: clamp(22px, 4vw, 30px);
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px;
  font-size: 12.5px; color: var(--gris); }
.lg-pied a { color: var(--gris); box-shadow: none; font-family: var(--titre);
  text-transform: uppercase; letter-spacing: .14em; font-size: 10.5px; }
.lg-pied a:hover { color: #fff; box-shadow: none; }
.lg-pied .sep { flex: 1 1 auto; }
@media (max-width: 619px) {
  .lg-pied { justify-content: center; text-align: center; }
  .lg-pied .sep { display: none; }
}
