/* ============================================
   Dominer le Monde — Manifeste digital
   Unique CSS (anti-footprint) — prefix: dlm-*
   Blood red #C0392B on black #0D0D0D
   Bold manifesto / editorial / Anton impact
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Oswald', 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #E8E8E8;
  background: #0D0D0D;
}

a { color: #C0392B; text-decoration: none; transition: color .2s ease; }
a:hover { color: #E74C3C; }

img { max-width: 100%; height: auto; display: block; }

/* Core wrap */
.dlm-core {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Bunker (header) ---- */
.dlm-bunker {
  background: #0A0A0A;
  padding: 18px 0;
  border-bottom: 3px solid #C0392B;
}
.dlm-bunker__row {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dlm-bunker__brand {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 26px;
  color: #C0392B;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dlm-bunker__brand:hover { color: #E74C3C; }
.dlm-bunker__signal {
  display: block;
  font-size: 11px;
  color: #555;
  margin-top: 2px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.dlm-bunker__nav {
  display: flex;
  gap: 24px;
}
.dlm-bunker__nav a {
  color: #888;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.dlm-bunker__nav a:hover { color: #C0392B; }

/* ---- Proclamation (hero) ---- */
.dlm-proclamation {
  padding: 60px 0 36px;
  text-align: center;
  border-bottom: 1px solid #1A1A1A;
}
.dlm-proclamation h1 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 48px;
  color: #C0392B;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.dlm-proclamation p {
  font-size: 16px;
  color: #777;
  max-width: 580px;
  margin: 0 auto;
  font-weight: 300;
}

/* ---- Arena (content wrapper) ---- */
.dlm-arena {
  padding: 40px 0 72px;
}

/* ---- Feed (homepage list) ---- */
.dlm-feed {
  display: grid;
  gap: 2px;
}
.dlm-feed article {
  padding: 28px 32px;
  background: #111;
  border-left: 4px solid transparent;
  transition: border-left-color .2s ease, background .2s ease;
}
.dlm-feed article:hover {
  border-left-color: #C0392B;
  background: #151515;
}
.dlm-feed h2 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.dlm-feed h2 a { color: #E8E8E8; }
.dlm-feed h2 a:hover { color: #C0392B; }
.dlm-feed time {
  font-size: 11px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
}
.dlm-feed p {
  font-size: 15px;
  color: #888;
  margin: 10px 0;
  font-weight: 300;
}
.dlm-feed .dlm-enter {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 22px;
  display: inline-block;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all .2s ease;
}
.dlm-feed .dlm-enter:hover {
  background: #C0392B;
  color: #0D0D0D;
}

/* ---- Battlefield (article wrapper) ---- */
.dlm-battlefield {
  padding: 40px 0 72px;
}

/* ---- Manifesto (article) ---- */
.dlm-manifesto {
  max-width: 720px;
  margin: 0 auto;
}
.dlm-manifesto__title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 38px;
  color: #E8E8E8;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.dlm-manifesto__meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid #C0392B;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dlm-manifesto__div { margin: 0 10px; color: #333; }
.dlm-manifesto__voice { font-weight: 500; color: #C0392B; }

.dlm-manifesto__body {
  font-size: 17px;
  line-height: 1.8;
  color: #CCC;
  font-weight: 300;
}
.dlm-manifesto__body p { margin-bottom: 22px; }
.dlm-manifesto__body h2 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 26px;
  color: #C0392B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 42px 0 16px;
}
.dlm-manifesto__body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #E8E8E8;
  margin: 34px 0 12px;
}
.dlm-manifesto__body ul, .dlm-manifesto__body ol {
  margin: 0 0 22px 28px;
  color: #AAA;
}
.dlm-manifesto__body li { margin-bottom: 8px; }
.dlm-manifesto__body blockquote {
  margin: 30px 0;
  padding: 22px 28px;
  background: #111;
  border-left: 4px solid #C0392B;
  font-style: italic;
  color: #999;
}
.dlm-manifesto__body code {
  background: #1A1A1A;
  color: #C0392B;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.88em;
}
.dlm-manifesto__body pre {
  background: #0A0A0A;
  color: #888;
  padding: 22px;
  border: 1px solid #1A1A1A;
  overflow-x: auto;
  margin: 24px 0;
}
.dlm-manifesto__body pre code {
  background: none;
  padding: 0;
  color: inherit;
}

/* Manifesto footer */
.dlm-manifesto__end {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #1A1A1A;
}
.dlm-manifesto__tags {
  font-size: 11px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

/* Related */
.dlm-related { margin-top: 20px; }
.dlm-related h3 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 16px;
  color: #E8E8E8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dlm-related ul { list-style: none; padding: 0; margin-top: 10px; }
.dlm-related li { padding: 5px 0; font-size: 14px; font-weight: 300; }
.dlm-related li::before { content: "//\00a0"; color: #C0392B; font-weight: 500; }

/* ---- Operative (about) ---- */
.dlm-operative { max-width: 720px; margin: 0 auto; }
.dlm-operative__name {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 36px;
  color: #E8E8E8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.dlm-operative__rank {
  font-size: 16px;
  color: #C0392B;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.dlm-operative__dossier {
  font-size: 17px;
  line-height: 1.8;
  color: #CCC;
  font-weight: 300;
  margin-bottom: 36px;
}
.dlm-operative__arsenal { margin-bottom: 32px; }
.dlm-operative__arsenal h2,
.dlm-operative__orders h2 {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 22px;
  color: #C0392B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.dlm-operative__arsenal p,
.dlm-operative__orders p {
  font-size: 16px;
  color: #AAA;
  line-height: 1.7;
  font-weight: 300;
}

/* ---- Abyss (footer) ---- */
.dlm-abyss {
  background: #0A0A0A;
  padding: 22px 0;
  text-align: center;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.dlm-abyss a { color: #C0392B; }

/* ---- Responsive ---- */
@media (max-width: 640px) {
  .dlm-bunker__row { flex-direction: column; gap: 12px; text-align: center; }
  .dlm-bunker__nav { justify-content: center; }
  .dlm-proclamation h1 { font-size: 32px; }
  .dlm-manifesto__title { font-size: 28px; }
  .dlm-feed h2 { font-size: 18px; }
  .dlm-core { padding: 0 16px; }
  .dlm-feed article { padding: 20px; }
}
