{"id":155,"date":"2025-11-27T16:23:58","date_gmt":"2025-11-27T16:23:58","guid":{"rendered":"https:\/\/geopoliticalmining.com\/?page_id=155"},"modified":"2026-02-11T23:47:16","modified_gmt":"2026-02-11T23:47:16","slug":"home","status":"publish","type":"page","link":"https:\/\/geopoliticalmining.com\/fr\/","title":{"rendered":"Home"},"content":{"rendered":"<style>\n  :root {\n    --ink: #0a0a0a;\n    --accent: #E6DFD3;\n    --accent-ink: #1A1A1A;\n    --ring: rgba(230,223,211,.35);\n  }\n\n  * { box-sizing: border-box; }\n  body {\n    margin: 0;\n    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\n    line-height: 1.6;\n    color: var(--ink);\n    background: #fbfbfb;\n  }\n\n  .container {\n    width: min(1000px, 92%);\n    margin: auto;\n  }\n\n  .section {\n    padding: 64px 0;\n  }\n\n  h1 {\n    font-size: clamp(28px, 5vw, 50px);\n    line-height: 1.1;\n    margin: .2em 0;\n  }\n\n  h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    margin-bottom: .5rem;\n  }\n\n  p.lead {\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #333;\n    margin: 0 0 1rem 0;\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-weight: 600;\n    text-decoration: none;\n    border: 1px solid #ddd;\n    box-shadow: 0 6px 15px rgba(0,0,0,.06);\n    transition: background .2s, color .2s;\n  }\n\n  .btn.primary {\n    background: var(--accent);\n    border-color: transparent;\n    color: var(--accent-ink);\n    box-shadow: 0 8px 20px var(--ring);\n  }\n\n  .btn.ghost {\n    background: #fff;\n    color: var(--ink);\n  }\n\n  .btn.outline {\n    background: #fff;\n    color: #1f3c88;\n    border-color: #1f3c88;\n  }\n\n  .grid {\n    display: grid;\n    gap: 20px;\n  }\n\n  .two-cols {\n    grid-template-columns: 1.2fr 1fr;\n    align-items: center;\n  }\n\n  .three-cols {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .small {\n    font-size: clamp(14px, 2vw, 16px);\n    color: #555;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid #eee;\n    border-radius: 12px;\n    padding: 20px;\n    box-shadow: 0 8px 20px rgba(0,0,0,.08);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n\n  .card h3 {\n    text-align: center;\n  }\n\n  \/* HERO image *\/\n  .hero-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0,0,0,.35);\n  }\n\n  .hero-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .what-image {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .why-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 10px 28px rgba(0,0,0,.25);\n  }\n\n  .why-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Secci\u00f3n libro *\/\n  .gm-book-highlight {\n    display: grid;\n    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);\n    gap: 2.5rem;\n    align-items: center;\n  }\n\n  .gm-book-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0,0,0,.25);\n    background-color: #ffffff;\n  }\n\n  .gm-book-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Idiomas del libro *\/\n  .book-languages {\n    margin-top: 1rem;\n    font-size: 14px;\n    color: #555;\n  }\n\n  .book-languages strong {\n    font-weight: 600;\n    color: #222;\n  }\n\n  .book-language-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 0.8rem;\n  }\n\n  .book-language-buttons .btn {\n    font-size: 14px;\n    padding: 8px 14px;\n  }\n\n  \/* Ocultar cabecera\/t\u00edtulo del tema de WordPress *\/\n  header, h1.entry-title, .wp-block-post-title {\n    display: none !important;\n  }\n\n  \/* Header propio con logo Geopolitical Mining *\/\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background:#fff;\n    border-bottom:1px solid #eee;\n  }\n\n  .site-header-inner {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:16px;\n    padding:12px 0;\n  }\n\n  .site-header-nav {\n    display:flex;\n    gap:16px;\n    font-size:14px;\n  }\n\n  .site-header-nav a {\n    text-decoration:none;\n    color:#222;\n    font-weight:500;\n  }\n\n  .site-header-nav a:hover {\n    color:#1f3c88;\n  }\n\n  @media (max-width: 800px) {\n    .two-cols {\n      grid-template-columns: 1fr;\n    }\n    .three-cols {\n      grid-template-columns: 1fr;\n    }\n    .site-header-inner {\n      flex-direction:column;\n      align-items:flex-start;\n    }\n    .gm-book-highlight {\n      grid-template-columns: 1fr;\n    }\n    .gm-book-image {\n      order:-1;\n    }\n  }\n<\/style>\n\n<!-- Header fijo con logo Geopolitical Mining -->\n<div class=\"site-header\">\n  <div class=\"container site-header-inner\">\n    <a href=\"\/fr\/\" aria-label=\"Go to Geopolitical Mining\">\n      <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp?ssl=1\"\n           alt=\"Geopolitical Mining\"\n           style=\"height:100px;width:auto;display:block;\">\n    <\/a>\n    <nav class=\"site-header-nav\">\n  <a href=\"\/fr\/\">Home<\/a>\n  <a href=\"\/fr\/book\/\">Book<\/a>\n  <a href=\"\/fr\/country-region-analysis\/\">Country &amp; Region<\/a>\n  <a href=\"\/fr\/articles\/\">Articles<\/a>\n  <a href=\"\/fr\/signals-2026\/\">Signals 2026<\/a>\n  <a href=\"\/fr\/weekly\/\">Weekly<\/a>\n  <a href=\"\/fr\/advisory\/\">Advisory<\/a>\n  <a href=\"\/fr\/faq\/\">FAQ<\/a>\n<\/nav>\n  <\/div>\n<\/div>\n\n<main>\n\n  <!-- HERO \u2013 Geopolitical Mining -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h1 style=\"          margin-bottom:0.5rem;          font-size:clamp(28px, 4.2vw, 42px);          line-height:1.2;        \">\n          Geopolitical Mining\n        <\/h1>\n\n        <p class=\"small\" style=\"font-weight:600;margin-bottom:.5rem;\">\n          Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers.\n        <\/p>\n\n        <p class=\"small\" style=\"          text-transform:uppercase;          letter-spacing:.18em;          margin-bottom:1.2rem;          color:#777;        \">\n          Clarity. Strategy. Global context.\n        <\/p>\n\n        <p class=\"lead\" style=\"margin-bottom:1.5rem;\">\n          Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial one. We analyse how critical minerals, policy, technology and social legitimacy are reshaping influence, security and development in the 21st century.\n        <\/p>\n\n        <div style=\"display:flex;gap:10px;flex-wrap:wrap;\">\n          <a class=\"btn primary\" href=\"\/fr\/weekly\/\">\n            Read the Weekly Review\n          <\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/country-region-analysis\/\">\n            Explore Country &amp; Region\n          <\/a>\n          <a class=\"btn outline\" href=\"\/fr\/book\/\">\n            Discover the book\n          <\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/articles\/\">\n            Read Articles\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-3.14.31-p.m.webp?ssl=1\"\n             alt=\"Geopolitical Mining hero image\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHAT YOU CAN FIND HERE -->\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container\">\n      <h2>What you can find here<\/h2>\n\n      <div class=\"grid three-cols\">\n        <!-- Weekly -->\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.24.23-p.m.webp?ssl=1\"\n               alt=\"Open pit mine\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Weekly Geopolitical Mining Review<\/h3>\n          <p class=\"small\">\n            A concise weekly briefing on the most relevant developments in critical minerals, mining and geopolitics, and what they mean for investors and strategic decision makers.\n          <\/p>\n        <\/article>\n\n        <!-- Country & region analysis -->\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-20-a-las-8.48.30-a.m.webp?ssl=1\"\n               alt=\"Global map with connected regions\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Country &amp; Region Analysis<\/h3>\n          <p class=\"small\">\n            Focused pieces on how mining, institutions and public legitimacy shape the role of key countries and regions, from China, USA, Europe, Latin America, Africa, Asia, and other global actors.\n          <\/p>\n        <\/article>\n\n        <!-- Articles & essays -->\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.24.34-p.m.webp?ssl=1\"\n               alt=\"Smelting process\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Articles &amp; Essays<\/h3>\n          <p class=\"small\">\n            In-depth articles on mining, critical minerals, supply chains, regulation, technology, legitimacy and geopolitics.\n          <\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BOOK HIGHLIGHT -->\n  <section id=\"book-highlight\" class=\"section\" style=\"background:#fff;\">\n    <div class=\"container gm-book-highlight\">\n      <div>\n        <h2 class=\"section-title\" style=\"font-size:1.6rem;font-weight:700;margin-bottom:0.75rem;\">\n          Mining Is Dead. Long Live Geopolitical Mining\n        <\/h2>\n        <p class=\"small\">\n          Our foundational book sets out the core framework behind Geopolitical Mining. It explains how critical minerals moved from the background to the centre of strategic competition, and what this means for countries, companies and institutions.\n        <\/p>\n\n        <div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:1.4rem;\">\n          <a class=\"btn outline\" href=\"\/fr\/book\/\">Discover the book<\/a>\n        <\/div>\n\n        <div class=\"book-languages\">\n          <strong>Available in:<\/strong> English \u00b7 Espa\u00f1ol \u00b7 Deutsch \u00b7 Fran\u00e7ais\n        <\/div>\n\n        <div class=\"book-language-buttons\">\n          <!-- EN -->\n          <a class=\"btn ghost\"\n   href=\"https:\/\/www.amazon.com\/Mining-Dead-Long-Live-Geopolitical\/dp\/1069610682\/ref=sr_1_3?crid=29K8A704KR7VR&amp;dib=eyJ2IjoiMSJ9.3IZRKQFsLwAg-HP_Gh-hBPrRwHuC-CFKaQH3MqvYAgjGjHj071QN20LucGBJIEps.rkhY60gMYULFuf1x7VouHymSC2_WFEyNWmWGOT92rJw&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764861824&amp;sprefix=%2Caps%2C73&amp;sr=8-3\"\n   target=\"_blank\" rel=\"noopener\">\n  Buy in English\n<\/a>\n\n          <!-- ES -->\n      <a class=\"btn ghost\"\n   href=\"https:\/\/www.amazon.com.mx\/Miner%C3%ADa-Muerto-Larga-Vida-Geopol%C3%ADtica\/dp\/1069816523\/ref=sr_1_3?crid=GI84KLM634QK&amp;dib=eyJ2IjoiMSJ9.jBMZyfkURPWjvw7MzI29oHz2q0vMEtJkQcW1eMLz3mLdWbmf045XWDTaqejObK8Pf7EEoMvLMIDJa172-bBZmP9Iq-l-ohtnIqUO8Vv9gHIfF68AluFG3YOVmXuV7uNE.jPwgwGJsTFmfOuoUGUNHSbyd8B3ZDmTz0gAh_3jkTSE&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764862632&amp;sprefix=%2Caps%2C58&amp;sr=8-3&amp;ufe=app_do%3Aamzn1.fos.de93fa6a-174c-4df7-be7c-5bc8e9c5a71b\"\n   target=\"_blank\" rel=\"noopener\">\n  Comprar en espa\u00f1ol\n<\/a>\n\n          <!-- DE -->\n          <a class=\"btn ghost\"\n             href=\"https:\/\/www.amazon.de\/Bergbau-tot-lebe-geopolitische-Bergbau\/dp\/1069765988\/ref=sr_1_5?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;crid=3ETX2K3K6R2B&amp;dib=eyJ2IjoiMSJ9.2tzVYfdTsExXxSXc_jbuU4L87HgbbDHONWS4NFNJ9MPOWs4qPS9vtKnGgqWgq9GG826DKOa1KgmDGIaPAnRPPxteXtKG6WYJMAYswiHj1G8IG-XLE0NFa9WUhxKMaRICOQoxw3bgDSuA8z0Y1zDG4l1ZfEmw9GApO1NFRlJU4n1b2UFjJ7QBDnA2sfzj_OJEkARxmtpmqXfYal2XkfsUn3129xiWUuar2eZcYjceGkg.ek_HPyxWARR6JqcLTnoj-BxPwN3kE3_Y6NGpVdk7tEg&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764860707&amp;sprefix=zamanillo+rivera%2Caps%2C131&amp;sr=8-5\"\n             target=\"_blank\" rel=\"noopener\">\n            Kaufen auf Deutsch\n          <\/a>\n\n          <!-- FR -->\n          <a class=\"btn ghost\"\n             href=\"https:\/\/www.amazon.fr\/Lindustrie-mini%C3%A8re-morte-Vive-g%C3%A9opolitique\/dp\/1069816515\/ref=sr_1_2?crid=28PO0T1TNJZN0&amp;dib=eyJ2IjoiMSJ9.G6ALV3OMAqKP6i2RS15ia86w3VBLWSjhzqSx5ZiwdAyXHEor9YXdmD4mVSM9_59yvRrnyjKmoY-J77mK0S8y1y6Lh3U7eKjwCWu8ZXEjWlA.qSU62n5NDJ5IADdAFo3B_Hj9mm-ZSqk7e-haK1hb9ts&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764860669&amp;sprefix=%2Caps%2C198&amp;sr=8-2\"\n             target=\"_blank\" rel=\"noopener\">\n            Acheter en fran\u00e7ais\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"gm-book-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.25.03-p.m.webp?ssl=1\"\n          alt=\"Cover of the book Mining Is Dead. Long Live Geopolitical Mining\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHY THIS MATTERS -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h2>Why geopolitical mining matters<\/h2>\n        <p class=\"small\">\n          The energy transition, defence, AI, quantum computing and advanced manufacturing all depend on reliable access to minerals.\n        <\/p>\n        <p class=\"small\">\n          Yet permitting delays, fragmented regulation and narrative gaps are creating a structural mismatch between what the world expects from mining and what the sector is allowed to deliver.\n        <\/p>\n        <p class=\"small\">\n          Geopolitical Mining tracks this gap and the models that are trying to close it.\n        <\/p>\n\n        <div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem;\">\n          <a class=\"btn primary\" href=\"\/fr\/weekly\/\">Read the Weekly Review<\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/country-region-analysis\/\">Explore Country &amp; Region<\/a>\n          <a class=\"btn outline\" href=\"\/fr\/book\/\">Discover the book<\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/articles\/\">Read Articles<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"why-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.25.35-p.m.webp?ssl=1\"\n             alt=\"Person analysing digital interfaces\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n\n<style>\n  :root {\n    --ink: #0a0a0a;\n    --accent: #E6DFD3;\n    --accent-ink: #1A1A1A;\n    --ring: rgba(230,223,211,.35);\n  }\n\n  * { box-sizing: border-box; }\n  body {\n    margin: 0;\n    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\n    line-height: 1.6;\n    color: var(--ink);\n    background: #fbfbfb;\n  }\n\n  .container {\n    width: min(1000px, 92%);\n    margin: auto;\n  }\n\n  .section {\n    padding: 64px 0;\n  }\n\n  h1 {\n    font-size: clamp(28px, 5vw, 50px);\n    line-height: 1.1;\n    margin: .2em 0;\n  }\n\n  \/* Botones (mismo estilo que en Home) *\/\n  .btn {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-weight: 600;\n    text-decoration: none;\n    border: 1px solid #ddd;\n    box-shadow: 0 6px 15px rgba(0,0,0,.06);\n    transition: background .2s, color .2s;\n  }\n\n  .btn.primary {\n    background: var(--accent);\n    border-color: transparent;\n    color: var(--accent-ink);\n    box-shadow: 0 8px 20px var(--ring);\n  }\n\n  .btn.ghost {\n    background: #fff;\n    color: var(--ink);\n  }\n\n  .btn.outline {\n    background: #fff;\n    color: #1f3c88;\n    border-color: #1f3c88;\n  }\n\n  h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    margin-bottom: .5rem;\n  }\n\n  p.lead {\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #333;\n    margin: 0 0 1rem 0;\n  }\n\n  .small {\n    font-size: clamp(14px, 2vw, 16px);\n    color: #555;\n  }\n\n  .grid {\n    display: grid;\n    gap: 24px;\n  }\n\n  .two-cols {\n    grid-template-columns: 1.2fr 1fr;\n    align-items: center;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid #eee;\n    border-radius: 12px;\n    padding: 24px;\n    box-shadow: 0 8px 20px rgba(0,0,0,.06);\n  }\n\n  .about-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 10px 26px rgba(0,0,0,.18);\n  }\n\n  .about-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Ocultar cabecera\/t\u00edtulo del tema *\/\n  header, h1.entry-title, .wp-block-post-title {\n    display: none !important;\n  }\n\n  \/* Header propio con logo Geopolitical Mining (igual Home) *\/\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background:#fff;\n    border-bottom:1px solid #eee;\n  }\n\n  .site-header-inner {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:16px;\n    padding:12px 0;\n  }\n\n  .site-header-nav {\n    display:flex;\n    gap:16px;\n    font-size:14px;\n  }\n\n  .site-header-nav a {\n    text-decoration:none;\n    color:#222;\n    font-weight:500;\n  }\n\n  .site-header-nav a:hover {\n    color:#1f3c88;\n  }\n\n  \/* Authors *\/\n  .authors-grid {\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:32px;\n    align-items:flex-start;\n    justify-content:center;\n  }\n\n  .author-card {\n    text-align:center;\n  }\n\n  .author-photo {\n    width:100%;\n    max-width:260px;\n    height:auto;\n    object-fit:cover;\n    border-radius:12px;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n    margin-bottom:14px;\n  }\n\n  .author-name {\n    font-size:18px;\n    font-weight:600;\n    margin:12px 0 8px;\n  }\n\n  .author-text {\n    color:#333;\n    line-height:1.6;\n    font-size:15px;\n    margin-bottom:0.75rem;\n  }\n\n  .author-link {\n    text-decoration:none;\n    color:#1A1A1A;\n    font-weight:600;\n  }\n\n  @media (max-width: 800px) {\n    .two-cols {\n      grid-template-columns: 1fr;\n    }\n    .site-header-inner {\n      flex-direction:column;\n      align-items:flex-start;\n    }\n    .authors-grid {\n      grid-template-columns:1fr;\n    }\n    .author-photo {\n      width:160px;\n      height:160px;\n    }\n  }\n<\/style>\n\n  <\/div>\n<\/div>\n\n<main>\n\n  <!-- HERO ABOUT -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h1>About Geopolitical Mining<\/h1>\n        <p class=\"small\" style=\"text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem;\">\n          Clarity. Strategy. Global context.\n        <\/p>\n        <p class=\"lead\">\n          Geopolitical Mining was created to bring mining back into the centre of strategic thinking.\n        <\/p>\n        <p class=\"small\">\n          We look at mining not as a sectoral issue, but as part of a broader system that includes policy, technology, communities, defence, finance and narrative. Our mission is to offer clear, structured analysis for people who need to make decisions in a world where minerals are once again a source of power, vulnerability and opportunity.\n        <\/p>\n\n        <!-- Botones hero About -->\n        <div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:1.5rem;\">\n          <a class=\"btn primary\" href=\"\/fr\/weekly\/\">Read the Weekly Review<\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/country-region-analysis\/\">Explore Country &amp; Region<\/a>\n          <a class=\"btn outline\" href=\"\/fr\/book\/\">Discover the book<\/a>\n          <a class=\"btn ghost\" href=\"\/fr\/articles\/\">Read Articles<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"about-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-8.07.27-p.m-1.webp?ssl=1\"\n          alt=\"Global network and mining\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- OUR APPROACH -->\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h2>Our approach<\/h2>\n        <p class=\"small\">\n          <strong>Clarity in method.<\/strong> We use structured analysis to understand how countries design and execute their mining and industrial strategies.\n        <\/p>\n        <p class=\"small\">\n          <strong>Data and institutional grounding.<\/strong> Our work is based on recent, verifiable information from official and institutional sources, prioritising rigour over opinion.\n        <\/p>\n        <p class=\"small\">\n          <strong>Attention to narrative and legitimacy.<\/strong> We treat public perception, institutional trust and ESG debates as strategic forces that shape what mining is allowed to become.\n        <\/p>\n        <p class=\"small\">\n          <strong>A systemic perspective.<\/strong> We connect permitting, regulation, technology, communities and geopolitics as components of a single system, not isolated fragments.\n        <\/p>\n      <\/div>\n\n      <div class=\"about-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-8.07.40-p.m-1.webp?ssl=1\"\n          alt=\"Periodic table and digital data\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  \n    <\/div>\n  <\/section>\n\n<\/main>","protected":false},"excerpt":{"rendered":"<p>Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial one. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"iawp_total_views":150,"footnotes":""},"class_list":["post-155","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Geopolitical Mining<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geopoliticalmining.com\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Geopolitical Mining\" \/>\n<meta property=\"og:description\" content=\"Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial one. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geopoliticalmining.com\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Geopolitical Mining\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T23:47:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@qmbookss\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Home - Geopolitical Mining\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"datePublished\":\"2025-11-27T16:23:58+00:00\",\"dateModified\":\"2026-02-11T23:47:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/geopoliticalmining.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"contentUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/geopoliticalmining.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website\",\"description\":\"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.\",\"publisher\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/geopoliticalmining.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\",\"name\":\"Geopolitical Mining\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"width\":640,\"height\":1046,\"caption\":\"Geopolitical Mining\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/qmbookss\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/qm-books\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Geopolitical Mining","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/geopoliticalmining.com\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"Home - Geopolitical Mining","og_description":"Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial one. [&hellip;]","og_url":"https:\/\/geopoliticalmining.com\/fr\/","og_site_name":"Geopolitical Mining","article_modified_time":"2026-02-11T23:47:16+00:00","og_image":[{"url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@qmbookss","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/geopoliticalmining.com\/","url":"https:\/\/geopoliticalmining.com\/","name":"Home - Geopolitical Mining","isPartOf":{"@id":"https:\/\/geopoliticalmining.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geopoliticalmining.com\/#primaryimage"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#primaryimage"},"thumbnailUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","datePublished":"2025-11-27T16:23:58+00:00","dateModified":"2026-02-11T23:47:16+00:00","breadcrumb":{"@id":"https:\/\/geopoliticalmining.com\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geopoliticalmining.com\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#primaryimage","url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","contentUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/geopoliticalmining.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geopoliticalmining.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/geopoliticalmining.com\/#website","url":"https:\/\/geopoliticalmining.com\/","name":"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website","description":"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.","publisher":{"@id":"https:\/\/geopoliticalmining.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geopoliticalmining.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/geopoliticalmining.com\/#organization","name":"Geopolitical Mining","url":"https:\/\/geopoliticalmining.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","contentUrl":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","width":640,"height":1046,"caption":"Geopolitical Mining"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/qmbookss","https:\/\/www.linkedin.com\/company\/qm-books"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":19,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":760,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155\/revisions\/760"}],"wp:attachment":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}