/**
 * Empower Média · Theme CSS v3.0
 */

/* ===== FIX DARK MODE FORCÉ MOBILE =====
   iOS Safari et Chrome Android appliquent automatiquement un "Auto Dark Theme"
   sur les sites qui ne déclarent pas explicitement leur color-scheme.
   On force le mode light sur l'ensemble du thème. */
html{color-scheme:light only}
html,body{
  background-color:#fafaf7 !important;
  color:#091335 !important;
}
@media (prefers-color-scheme:dark){
  html,body{
    background-color:#fafaf7 !important;
    color:#091335 !important;
    color-scheme:light !important;
  }
}

:root{
  --navy:#1a2a6c;
  --navy-deep:#0f1d4d;
  --navy-darker:#091335;
  --yellow:#ffd60a;
  --yellow-soft:#ffe45c;
  --off-white:#fafaf7;
  --gray-50:#f5f5f0;
  --gray-100:#ecece5;
  --gray-200:#d9d9d0;
  --container:1400px;
  --content-w:920px;
  --radius:2px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:6rem}
body{
  font-family:'Fraunces',serif;
  background:var(--off-white);
  color:var(--navy-darker);
  line-height:1.55;
  font-feature-settings:"ss01","ss02";
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:300;letter-spacing:-.02em;line-height:1.1}
em.serif,.serif{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400;letter-spacing:-.01em}
.hl{position:relative;display:inline-block}
.hl::before{content:"";position:absolute;left:-.15em;right:-.15em;bottom:.1em;top:.4em;background:var(--yellow);transform:skew(-4deg);z-index:-1}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}

/* ==== ACCESSIBILITY ==== */
.screen-reader-text{
  clip:rect(1px,1px,1px,1px);position:absolute !important;
  height:1px;width:1px;overflow:hidden;
}

/* ==== NAV ==== */
nav.main{
  background:rgba(250,250,247,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--gray-200);
  position:sticky;top:0;z-index:100;
  transition:all .2s;
}
nav.main.scrolled{box-shadow:0 2px 14px rgba(26,42,108,.05)}
.nav-top{
  max-width:var(--container);margin:0 auto;
  padding:1.1rem 2.5rem;
  display:flex;align-items:center;justify-content:space-between;gap:2rem;
}
.logo{
  font-family:'Fraunces',serif;font-weight:500;
  font-size:1.4rem;letter-spacing:-.02em;color:var(--navy);
  display:flex;align-items:baseline;gap:.5rem;
}
.logo::before{content:"◆";color:var(--yellow);font-size:.85rem}
.logo em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400;opacity:.7;font-size:.95rem}
.nav-piliers{display:flex;gap:1.8rem;align-items:center}
.nav-piliers a{
  font-family:'Fraunces',serif;font-weight:400;
  font-size:.98rem;color:var(--navy-darker);
  position:relative;padding:.2rem 0;
  transition:color .2s;
}
.nav-piliers a.active,
.nav-piliers li.current-menu-item a{
  color:var(--navy);font-weight:500;
}
.nav-piliers a.active::after,
.nav-piliers li.current-menu-item a::after{
  content:"";position:absolute;
  bottom:-.4rem;left:0;right:0;
  height:2px;background:var(--yellow);
}
.nav-piliers a:hover{color:var(--navy)}
.nav-piliers ul{list-style:none;display:flex;gap:1.8rem;margin:0;padding:0}

/* ==== NAV GROUPS · 2 blocs distincts : piliers éditoriaux + rubriques transverses ==== */
.nav-groups{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}
.nav-sep{
  color:var(--yellow);font-size:.55rem;
  opacity:.45;user-select:none;
  display:inline-flex;align-items:center;
  letter-spacing:.4em;
}
.nav-sep::before{content:""}
.nav-rubriques{display:flex;gap:1.4rem;align-items:center}
.nav-rubriques a{
  font-family:'JetBrains Mono',monospace;font-weight:600;
  font-size:.64rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy-darker);
  position:relative;padding:.35rem .65rem;
  border:1px solid transparent;border-radius:var(--radius);
  transition:all .2s;
}
.nav-rubriques a:hover{
  border-color:var(--navy);color:var(--navy);
}
.nav-rubriques a.active{
  background:var(--navy);color:var(--yellow);border-color:var(--navy);
}

.nav-search{
  background:var(--navy);color:var(--yellow);
  padding:.5rem .8rem;border-radius:var(--radius);
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;letter-spacing:.22em;font-weight:600;text-transform:uppercase;
  transition:all .2s;
}
.nav-search:hover{background:var(--navy-deep)}
@media(max-width:980px){.nav-groups{gap:1rem}.nav-piliers{gap:1.2rem}.nav-rubriques{gap:.8rem}}
@media(max-width:820px){.nav-groups{display:none}}

/* ==== BREADCRUMB ==== */
.crumb{padding:1.8rem 0 0}
.crumb-inner{
  max-width:var(--content-w);margin:0 auto;padding:0 2rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.6;
  display:flex;gap:.8rem;align-items:center;flex-wrap:wrap;
}
.crumb-inner .sep{color:var(--yellow);opacity:1}
.crumb-inner a:hover{opacity:1;color:var(--navy)}

/* ==== HOME HERO ==== */
.home-hero{
  background:var(--navy);color:var(--off-white);
  padding:5rem 0 5.5rem;position:relative;overflow:hidden;
}
.home-hero::before{
  content:"EMPOWER";
  position:absolute;
  font-family:'Inter Tight',sans-serif;font-weight:900;
  font-size:clamp(12rem,28vw,30rem);
  color:var(--yellow);opacity:.04;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  letter-spacing:-.05em;line-height:.85;
  pointer-events:none;user-select:none;white-space:nowrap;
}
.home-hero-inner{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;position:relative;z-index:2;
}
.hero-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:1.5rem;
  display:flex;align-items:center;gap:.5rem;
}
.hero-kick::before{content:"◆"}
.home-hero h1{
  font-size:clamp(3rem,6.5vw,5.5rem);
  line-height:1;letter-spacing:-.025em;
  color:var(--off-white);margin-bottom:1.3rem;
  max-width:900px;
}
.home-hero h1 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.home-hero .sub{
  font-size:1.3rem;line-height:1.45;
  max-width:600px;color:rgba(250,250,247,.78);
}
.home-hero .sub em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow)}

/* ==== SECTION HEADS (uniform) ==== */
.section-head{
  max-width:var(--container);margin:0 auto;
  padding:4rem 2.5rem 1.5rem;
  display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap;
  border-bottom:1px solid var(--gray-200);
  margin-bottom:2rem;
}
.section-head .k{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);
}
.section-head h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:300;flex:1;min-width:300px;
}
.section-head h2 em{font-family:'Instrument Serif',serif;font-style:italic}
.section-head .all-link{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);padding:.5rem .9rem;
  border:1px solid var(--navy);border-radius:1px;
  transition:all .2s;
}
.section-head .all-link:hover{background:var(--navy);color:var(--yellow)}

/* ==== ARTICLE GRID ==== */
.home-articles,
.archive-content{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem 4rem;
}
.article-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1.3rem;
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;
}
@media(max-width:820px){.article-grid{grid-template-columns:1fr;padding:0 1.5rem}}

.art-card{
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);overflow:hidden;
  transition:all .3s cubic-bezier(.2,.8,.2,1);
  display:flex;flex-direction:column;
}
.art-card:hover{
  transform:translateY(-4px);
  border-color:var(--navy);
  box-shadow:0 18px 35px rgba(26,42,108,.1);
}
.art-card .illu{
  height:150px;position:relative;overflow:hidden;
}
.art-card .illu img{width:100%;height:100%;object-fit:cover;display:block}
.art-card .illu svg{width:100%;height:100%;display:block}
.art-card .illu.nvy{background:var(--navy)}
.art-card .illu.yw{background:var(--yellow)}
.art-card .illu.off{background:var(--off-white);border-bottom:1px solid var(--gray-100)}
.art-card .body{padding:1.4rem;flex:1;display:flex;flex-direction:column}
.art-card .tag{
  font-family:'JetBrains Mono',monospace;
  font-size:.56rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
  margin-bottom:.7rem;
  display:flex;align-items:center;gap:.4rem;
}
.art-card .tag::before{content:"◆";color:var(--yellow);opacity:1}
.art-card h4{
  font-size:1.1rem;font-weight:400;line-height:1.2;
  margin-bottom:.6rem;letter-spacing:-.01em;color:var(--navy);
}
.art-card h4 em{font-family:'Instrument Serif',serif;font-style:italic}
.art-card .meta{
  margin-top:auto;padding-top:.8rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;letter-spacing:.2em;
  text-transform:uppercase;opacity:.5;
}

/* ==== HOME ECOLES CTA ==== */
.home-ecoles-cta{
  background:var(--navy);color:var(--off-white);
  padding:5rem 0;position:relative;overflow:hidden;
  margin-top:3rem;
}
.home-ecoles-cta::before{
  content:"ÉCOLES";
  position:absolute;
  font-family:'Inter Tight',sans-serif;font-weight:900;
  font-size:clamp(12rem,26vw,28rem);
  color:var(--yellow);opacity:.04;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  letter-spacing:-.05em;line-height:.85;
  pointer-events:none;user-select:none;white-space:nowrap;
}
.home-ecoles-inner{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;position:relative;z-index:2;text-align:center;
}
.home-ecoles-inner .cta-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:1rem;
}
.home-ecoles-inner h2{
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1;color:var(--off-white);
  margin-bottom:1rem;max-width:900px;margin-left:auto;margin-right:auto;
}
.home-ecoles-inner h2 em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow)}
.home-ecoles-inner p{
  font-size:1.1rem;line-height:1.5;max-width:600px;
  margin:0 auto 2rem;opacity:.8;
}
.home-ecoles-inner .cta-btn{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.95rem 1.4rem;border-radius:1px;
  display:inline-block;transition:all .2s;
}
.home-ecoles-inner .cta-btn:hover{background:var(--off-white)}

/* ==== ARTICLE HERO ==== */
.single-article{padding-top:1rem}
.article-hero{
  max-width:var(--content-w);margin:0 auto;padding:2rem 2rem 0;
}
.article-pilier{
  display:inline-flex;align-items:center;gap:.4rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.5rem .9rem;border-radius:1px;
  margin-bottom:1.5rem;
}
.article-hero h1{
  font-size:clamp(2.2rem,4.5vw,3.5rem);
  letter-spacing:-.02em;margin-bottom:1.2rem;
  color:var(--navy);
}
.article-hero h1 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.article-dek{
  font-size:1.2rem;line-height:1.5;
  color:var(--navy-darker);opacity:.85;
  margin-bottom:1.5rem;
}
.article-meta{
  display:flex;gap:1.5rem;flex-wrap:wrap;
  padding-top:1rem;border-top:1px solid var(--gray-200);
}
.article-meta .meta-item{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
}
.article-hero-img{
  margin:2rem 0;max-width:var(--content-w);
  margin-left:auto;margin-right:auto;
}
.article-hero-img img{width:100%;border-radius:var(--radius)}

/* ==== ARTICLE PRE-CONTENT (TL;DR + lede) ==== */
.article-pre-content{
  max-width:var(--content-w);margin:2rem auto 0;padding:0 2rem;
}

/* ==== ARTICLE CONTENT ==== */
.article-content{
  max-width:var(--content-w);margin:2rem auto;padding:0 2rem;
  font-size:1.08rem;line-height:1.7;
}
.article-content p{margin-bottom:1.3rem;color:var(--navy-darker)}
.article-content p strong{font-weight:500;color:var(--navy)}
.article-content p em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.article-content h2{
  font-size:clamp(1.8rem,3vw,2.4rem);
  font-weight:400;margin:2.5rem 0 1.2rem;
  line-height:1.1;color:var(--navy);
}
.article-content h2 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.article-content h3{
  font-size:1.25rem;font-weight:500;
  margin:2rem 0 .8rem;letter-spacing:-.01em;color:var(--navy);
}
.article-content h2 .h-num{
  display:inline-block;background:var(--yellow);color:var(--navy);
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:700;letter-spacing:.22em;
  padding:.4rem .6rem;margin-right:.8rem;
  border-radius:1px;vertical-align:middle;
  line-height:1;position:relative;top:-.25em;
}

/* ==== TL;DR ==== */
.tldr-wrap{margin:2rem 0}
.tldr{
  padding:2rem 2.2rem;
  background:var(--yellow);color:var(--navy);
  border-radius:var(--radius);
  position:relative;overflow:hidden;
}
.tldr::before{
  content:"TL;DR";
  position:absolute;top:-1px;right:-1px;
  background:var(--navy);color:var(--yellow);
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:700;letter-spacing:.22em;
  padding:.5rem .9rem;
  border-radius:0 var(--radius) 0 var(--radius);
}
.tldr h2{
  font-family:'JetBrains Mono',monospace;
  font-size:.7rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  margin-bottom:1rem;
  display:flex;align-items:center;gap:.5rem;
}
.tldr h2::before{content:"◆"}
.tldr ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.tldr li{
  font-family:'Fraunces',serif;
  font-size:1rem;line-height:1.45;
  padding-left:1.3rem;position:relative;
}
.tldr li::before{
  content:"·";position:absolute;left:.3rem;top:-.1rem;
  font-weight:700;font-size:1.3rem;
}
.tldr li strong{font-weight:500}

/* ==== LEDE ==== */
.lede{
  font-family:'Instrument Serif',serif;
  font-style:italic;font-weight:400;
  font-size:1.4rem;line-height:1.4;
  color:var(--navy);
  padding:1rem 0 1rem 1.5rem;
  border-left:3px solid var(--yellow);
  margin:1.5rem 0;
}

/* ==== AXIOS CALLOUT ==== */
.axios{
  display:flex;gap:1rem;
  padding:1.3rem 1.5rem;
  background:#fff;
  border:1px solid var(--gray-200);
  border-left:3px solid var(--yellow);
  border-radius:var(--radius);
  margin:1.8rem 0;
}
.axios .lab{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:700;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);background:var(--navy);
  padding:.3rem .55rem;border-radius:1px;
  flex-shrink:0;align-self:flex-start;white-space:nowrap;
}
.axios p{font-size:1rem;line-height:1.55;margin:0;flex:1}
.axios p strong{font-weight:500;color:var(--navy)}

/* ==== STAT CARD ==== */
.stat-card{
  margin:2rem 0;padding:2rem 2.2rem;
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);
  display:flex;gap:2rem;align-items:center;
}
.stat-card .big{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:4rem;line-height:1;color:var(--navy);
  letter-spacing:-.03em;flex-shrink:0;
}
.stat-card .big em{
  font-family:'Instrument Serif',serif;font-style:italic;
  font-size:.5em;opacity:.7;
}
.stat-card .txt{flex:1;line-height:1.55}
.stat-card .txt strong{color:var(--navy);font-weight:500}
.stat-card .src{
  display:block;margin-top:.6rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.55;
}

/* ==== PULLQUOTE ==== */
.pullquote{
  margin:2.5rem 0;padding:2rem 2.5rem;
  background:var(--gray-50);
  border-left:3px solid var(--yellow);
  border-radius:var(--radius);
}
.pullquote blockquote{
  font-family:'Instrument Serif',serif;
  font-style:italic;font-weight:400;
  font-size:1.5rem;line-height:1.3;
  color:var(--navy);
}
.pullquote cite{
  display:block;margin-top:1rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.7;font-style:normal;
}
.pullquote cite::before{content:"◆ ";color:var(--yellow);opacity:1}

/* ==== COMPARE TABLE ==== */
.compare{
  margin:2rem 0;
  border:1px solid var(--gray-200);
  border-radius:var(--radius);overflow:hidden;
}
.compare-row{
  display:grid;grid-template-columns:1.2fr 1fr 1fr;
  border-bottom:1px solid var(--gray-100);
}
.compare-row:last-child{border-bottom:none}
.compare-row.head{background:var(--navy);color:var(--off-white)}
.compare-row.head > div{
  padding:1rem 1.2rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
}
.compare-row.head > div:first-child{background:var(--navy-darker)}
.compare-row > div{
  padding:1.2rem 1.2rem;
  font-size:.95rem;line-height:1.45;
  border-right:1px solid var(--gray-100);
}
.compare-row > div:last-child{border-right:none}
.compare-row > div:first-child{
  background:var(--gray-50);font-weight:500;
  font-family:'Fraunces',serif;color:var(--navy);
}
.compare-row > div strong{color:var(--navy);font-weight:500}
@media(max-width:600px){
  .compare-row{grid-template-columns:1fr}
  .compare-row > div{border-right:none;border-bottom:1px solid var(--gray-100)}
}

/* ==== ED LIST ==== */
ul.ed{
  list-style:none;margin:1.5rem 0;
  display:flex;flex-direction:column;gap:.7rem;
}
ul.ed li{
  font-size:1.02rem;line-height:1.55;
  padding:.3rem 0 .3rem 1.5rem;position:relative;
}
ul.ed li::before{
  content:"◆";position:absolute;left:0;top:.35rem;
  color:var(--yellow);font-size:.7rem;
}
ul.ed li strong{font-weight:500;color:var(--navy)}

/* ==== CHOOSE BLOCK ==== */
.choose-block{
  margin:2rem 0;padding:2rem 2.2rem;
  background:#fff;border:1px solid var(--gray-200);
  border-left:4px solid var(--yellow);
  border-radius:var(--radius);
}
.choose-block .c-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
  margin-bottom:.8rem;
  display:flex;align-items:center;gap:.4rem;
}
.choose-block .c-kick::before{content:"◆";color:var(--yellow);opacity:1}
.choose-block h3{
  font-size:1.4rem;font-weight:400;
  margin-bottom:1rem;color:var(--navy);
  letter-spacing:-.01em;line-height:1.2;
}
.choose-block h3 em{font-family:'Instrument Serif',serif;font-style:italic}
.choose-block p{
  font-size:1rem;line-height:1.65;
  color:var(--navy-darker);margin-bottom:.9rem;
}
.choose-block p:last-child{margin-bottom:0}
.choose-block p strong{font-weight:500;color:var(--navy)}
.choose-block p em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}

/* ==== SIGNOFF ==== */
.article-signoff{
  max-width:var(--content-w);margin:4rem auto 2rem;padding:2rem;
  background:var(--gray-50);border-radius:var(--radius);
  display:flex;justify-content:space-between;gap:2rem;
  flex-wrap:wrap;align-items:flex-start;
}
.signoff-author{display:flex;gap:1.2rem;align-items:flex-start}
.signoff-avatar{
  width:56px;height:56px;border-radius:50%;
  background:var(--navy);color:var(--yellow);
  font-family:'Fraunces',serif;font-weight:500;font-size:1.4rem;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.signoff-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.6;
  margin-bottom:.2rem;
}
.signoff-name{font-size:1.1rem;font-weight:500;color:var(--navy)}
.signoff-role{
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;letter-spacing:.18em;
  text-transform:uppercase;opacity:.65;
  margin-top:.2rem;
}
.signoff-bio{margin-top:.8rem;font-size:.9rem;opacity:.8}
.signoff-share{display:flex;gap:.5rem;align-items:center}
.signoff-share .share-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.6;margin-right:.5rem;
}
.share-btn{
  width:36px;height:36px;border-radius:1px;
  background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:500;font-size:.9rem;
  transition:background .2s;
}
.share-btn:hover{background:var(--navy-deep)}

/* ==== RELATED ARTICLES ==== */
.related-articles{
  max-width:var(--container);margin:2rem auto 0;
  padding:0 2.5rem;
}

/* ==================================================== */
/* ========== PAGES ÉCOLE (single + archive) ========== */
/* ==================================================== */

/* ==== HERO ÉCOLE ==== */
.ecole-hero{
  max-width:var(--container);margin:0 auto;
  padding:2.5rem 2.5rem 0;
}
.ecole-hero-inner{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:3.5rem;align-items:center;
  padding:3rem 3rem 3.5rem;
  background:var(--navy);color:var(--off-white);
  border-radius:var(--radius);
  border-bottom:5px solid var(--yellow);
  position:relative;overflow:hidden;
}
.ecole-hero-inner::before{
  content:"◆";
  position:absolute;top:2rem;right:2rem;
  color:var(--yellow);font-size:1.2rem;opacity:.6;
}
.ecole-hero-inner .wm{
  position:absolute;
  font-family:'Inter Tight',sans-serif;font-weight:900;
  font-size:clamp(12rem,28vw,30rem);
  color:var(--yellow);opacity:.04;
  top:50%;left:-2rem;
  transform:translateY(-50%);
  letter-spacing:-.05em;line-height:.85;
  text-transform:uppercase;pointer-events:none;user-select:none;
  white-space:nowrap;
}

.ecole-hero-left{position:relative;z-index:2}
.ecole-tag{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.5rem .9rem;border-radius:1px;
  display:inline-flex;align-items:center;gap:.4rem;
  margin-bottom:1.8rem;
}
.ecole-tag::before{content:"◆"}

.ecole-hero-left .kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);
  margin-bottom:1rem;
}
.ecole-hero-left h1{
  font-size:clamp(2.6rem,5.5vw,4.2rem);
  line-height:1;margin-bottom:1rem;
  letter-spacing:-.025em;color:var(--off-white);
}
.ecole-hero-left h1 em{
  font-family:'Instrument Serif',serif;font-style:italic;font-weight:400;
}
.ecole-hero-left .sub{
  font-size:1.25rem;line-height:1.45;
  opacity:.88;margin-bottom:2rem;max-width:500px;
}
.ecole-hero-left .sub em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow)}

.ecole-meta{
  display:flex;gap:2rem;flex-wrap:wrap;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.15);
}
.ecole-meta .item{display:flex;flex-direction:column;gap:.2rem}
.ecole-meta .item .lab{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  opacity:.55;
}
.ecole-meta .item .val{
  font-family:'Fraunces',serif;font-weight:500;
  font-size:1rem;color:var(--off-white);
}
.meta-flag{
  display:inline-block;font-size:1.05em;line-height:1;
  vertical-align:middle;margin-right:.25rem;
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}

/* KPI Cards dans hero école */
.ecole-hero-right{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1fr 1fr;gap:.8rem;
}
.ks-card{
  background:rgba(250,250,247,.08);
  border:1px solid rgba(255,214,10,.15);
  border-radius:var(--radius);
  padding:1.3rem 1.2rem;
  display:flex;flex-direction:column;gap:.3rem;
}
.ks-card.big{
  grid-column:1 / -1;
  background:var(--yellow);
  border-color:var(--yellow);
  color:var(--navy);
}
.ks-card .ks-lab{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  opacity:.65;
}
.ks-card .ks-val{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:2.2rem;line-height:1;letter-spacing:-.03em;
  color:var(--off-white);
}
.ks-card.big .ks-val{color:var(--navy);font-size:3.3rem}
.ks-card .ks-val em{
  font-family:'Instrument Serif',serif;font-style:italic;
  font-size:.55em;opacity:.8;font-weight:400;
}
.ks-card .ks-sub{font-size:.8rem;line-height:1.3;opacity:.7;margin-top:.3rem}
.ks-card.big .ks-sub{opacity:.85;font-size:.9rem}

/* ==== GALERIE ÉCOLE ==== */
.ecole-gallery{
  max-width:var(--container);margin:0 auto;
  padding:2.5rem 2.5rem 0;
}
.gallery-head{
  display:flex;align-items:baseline;gap:1.2rem;
  margin-bottom:1.5rem;flex-wrap:wrap;
}
.gallery-head .k{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
}
.gallery-head .k::before{content:"◆ ";color:var(--yellow);opacity:1}
.gallery-head h3{font-size:1.2rem;font-weight:400;letter-spacing:-.01em}
.gallery-head h3 em{font-family:'Instrument Serif',serif;font-style:italic}

.gallery-grid{
  display:grid;
  grid-template-columns:1fr 2.2fr 1fr;
  grid-template-rows:auto auto;
  gap:.6rem;
}
.g-logo{
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;
  padding:2rem 1.5rem;grid-column:1;grid-row:1;
}
.g-logo img{max-width:100%;max-height:110px;object-fit:contain}
.g-main{
  grid-column:2;grid-row:1 / span 2;
  position:relative;overflow:hidden;
  border-radius:var(--radius);
  background:var(--navy);aspect-ratio:1.4/1;
}
.g-main img{width:100%;height:100%;object-fit:cover;display:block}
.g-main .g-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:1.2rem 1.4rem 1rem;
  background:linear-gradient(to top,rgba(15,29,77,.92),rgba(15,29,77,0));
  color:var(--off-white);
}
.g-main .g-caption .lab{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:.3rem;
}
.g-main .g-caption p{
  font-family:'Fraunces',serif;font-weight:400;
  font-size:1rem;line-height:1.3;margin:0;
}
.g-main .g-caption p em{font-family:'Instrument Serif',serif;font-style:italic}

.g-video{
  grid-column:3;grid-row:1;
  background:var(--navy);border-radius:var(--radius);
  position:relative;overflow:hidden;aspect-ratio:4/3;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:all .3s;
}
.g-video:hover{border-color:var(--yellow)}
.g-video::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 30% 40%,rgba(255,214,10,.18) 0,transparent 40%),
    radial-gradient(circle at 75% 65%,rgba(255,214,10,.1) 0,transparent 50%),
    linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);
}
.g-video .play-btn{
  position:relative;z-index:2;width:62px;height:62px;border-radius:50%;
  background:var(--yellow);
  display:flex;align-items:center;justify-content:center;
  transition:all .2s;
}
.g-video:hover .play-btn{transform:scale(1.1)}
.g-video .play-btn svg{width:22px;height:22px;margin-left:3px}
.g-video .v-lab{
  position:absolute;bottom:1rem;left:1rem;right:1rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);z-index:2;text-align:center;
}
.g-video .v-title{
  position:absolute;top:1rem;left:1rem;right:1rem;
  font-family:'Fraunces',serif;font-weight:400;
  font-size:.85rem;line-height:1.25;
  color:var(--off-white);z-index:2;
}
.g-video .v-title em{font-family:'Instrument Serif',serif;font-style:italic}

.g-secondary-1{grid-column:1;grid-row:2}
.g-secondary-2{grid-column:3;grid-row:2}
.g-secondary-1,.g-secondary-2{
  border-radius:var(--radius);overflow:hidden;
  aspect-ratio:4/3;background:var(--navy);position:relative;
}
.g-secondary-1 img,.g-secondary-2 img{width:100%;height:100%;object-fit:cover}
.g-secondary-1 .g-caption,.g-secondary-2 .g-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:.9rem 1rem .7rem;
  background:linear-gradient(to top,rgba(15,29,77,.88),rgba(15,29,77,0));
  color:var(--off-white);
}
.g-secondary-1 .g-caption .lab,.g-secondary-2 .g-caption .lab{
  font-family:'JetBrains Mono',monospace;
  font-size:.5rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;color:var(--yellow);
}
.g-secondary-1 .g-caption p,.g-secondary-2 .g-caption p{
  font-family:'Fraunces',serif;font-weight:400;
  font-size:.75rem;line-height:1.25;margin:.15rem 0 0;
}

/* ==== ECOLE TL;DR WRAP + SECTIONS ==== */
.ecole-tldr-wrap{
  max-width:var(--content-w);margin:0 auto;
  padding:3rem 2rem 0;
}
.ecole-body,
.ecole-section{
  max-width:var(--content-w);margin:0 auto;
  padding:3rem 2rem 0;
}
.ecole-section .section-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.55;
  margin-bottom:.8rem;
  display:flex;align-items:center;gap:.5rem;
}
.ecole-section .section-kick::before{content:"◆";color:var(--yellow);opacity:1}
.ecole-section h2{
  font-size:clamp(1.8rem,3vw,2.4rem);
  font-weight:400;margin-bottom:1.5rem;
  line-height:1.1;color:var(--navy);
}
.ecole-section h2 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.ecole-section p{
  font-size:1.08rem;line-height:1.7;
  margin-bottom:1.3rem;color:var(--navy-darker);
}
.ecole-section p strong{font-weight:500;color:var(--navy)}
.ecole-section p em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}

.ecole-lede{
  font-family:'Instrument Serif',serif;
  font-style:italic;font-weight:400;
  font-size:1.5rem;line-height:1.35;
  color:var(--navy);
  padding:1rem 0 1rem 1.8rem;
  border-left:3px solid var(--yellow);
  margin-bottom:2rem;
}

.ecole-content{
  max-width:var(--content-w);margin:0 auto;
  font-size:1.08rem;line-height:1.7;
}
.ecole-content > p,
.ecole-content > h2,
.ecole-content > h3,
.ecole-content > h4,
.ecole-content > ul,
.ecole-content > ol{margin-bottom:1.3rem}
.ecole-content h2{
  font-size:clamp(1.8rem,3vw,2.4rem);
  font-weight:400;margin:2.5rem 0 1.2rem;
  line-height:1.1;color:var(--navy);
}
.ecole-content h2 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.ecole-content h2 .h-num{
  display:inline-block;background:var(--yellow);color:var(--navy);
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:700;letter-spacing:.22em;
  padding:.4rem .6rem;margin-right:.8rem;
  border-radius:1px;vertical-align:middle;line-height:1;
  position:relative;top:-.25em;
}

/* ==== ALUMNI CARDS ==== */
.alumni-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;
  margin:2rem 0 1.5rem;
}
@media(max-width:820px){.alumni-grid{grid-template-columns:1fr}}

.alumni-card{
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);
  padding:1.6rem 1.5rem;
  display:flex;flex-direction:column;gap:1rem;
  transition:all .25s cubic-bezier(.2,.8,.2,1);
}
.alumni-card:hover{
  border-color:var(--navy);transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(26,42,108,.08);
}
.alumni-avatar{
  width:54px;height:54px;border-radius:50%;
  background:linear-gradient(135deg,var(--navy),var(--navy-deep));
  border:2px solid var(--yellow);
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:500;
  font-size:1.2rem;color:var(--yellow);flex-shrink:0;
}
.alumni-body{display:flex;flex-direction:column;gap:.5rem}
.alumni-meta{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
}
.alumni-card h4{
  font-size:1.2rem;font-weight:400;
  line-height:1.15;letter-spacing:-.01em;
  color:var(--navy);margin:0;
}
.alumni-card h4 em{font-family:'Instrument Serif',serif;font-style:italic}
.alumni-path{
  font-size:.92rem;line-height:1.5;
  color:var(--navy-darker);opacity:.82;margin:0;
}
.alumni-path strong{font-weight:500;color:var(--navy);opacity:1}
.alumni-quote{
  font-family:'Instrument Serif',serif;
  font-style:italic;font-size:.95rem;
  line-height:1.4;color:var(--navy);
  padding:.9rem 1rem;
  background:var(--gray-50);
  border-left:2px solid var(--yellow);
  border-radius:1px;margin-top:auto;
}
.alumni-note{
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.5;
  margin-top:.5rem;padding-top:1rem;
  border-top:1px solid var(--gray-200);
  font-style:normal;
}

/* ==== CONCLUSION ==== */
.conclusion{
  margin-top:2.5rem;padding:1.8rem 2rem;
  background:var(--yellow);color:var(--navy);
  border-radius:var(--radius);
  font-family:'Instrument Serif',serif;
  font-style:italic;font-weight:400;
  font-size:1.25rem;line-height:1.45;
}
.conclusion strong{
  font-family:'Fraunces',serif;font-style:normal;
  font-weight:500;color:var(--navy);
}

/* ==== FAQ ==== */
.faq-list{
  display:flex;flex-direction:column;gap:.6rem;
  margin-top:1.5rem;
}
.faq-item{
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);
  overflow:hidden;transition:all .2s;
}
.faq-item[open]{
  border-color:var(--navy);
  box-shadow:0 4px 16px rgba(26,42,108,.05);
}
.faq-item summary{
  padding:1.1rem 1.4rem;cursor:pointer;
  font-family:'Fraunces',serif;
  font-size:1.05rem;font-weight:500;
  color:var(--navy);letter-spacing:-.01em;
  list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  user-select:none;transition:color .2s;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  font-family:'Fraunces',serif;font-weight:300;
  font-size:1.6rem;line-height:1;color:var(--yellow);
  flex-shrink:0;transition:transform .3s;display:inline-block;
}
.faq-item[open] summary::after{content:"−";color:var(--navy)}
.faq-item summary:hover{color:var(--navy-deep)}
.faq-item .faq-body{
  padding:0 1.4rem 1.3rem;
  border-top:1px solid var(--gray-100);
  padding-top:1rem;
}
.faq-item .faq-body p{
  font-size:.98rem;line-height:1.6;
  color:var(--navy-darker);margin-bottom:0;
}
.faq-item .faq-body p strong{font-weight:500;color:var(--navy)}

/* ==== ARTICLES LIÉS PAGE ÉCOLE ==== */
.ecole-articles{
  max-width:var(--container);margin:0 auto;
  padding:4rem 2.5rem 0;
}
.ecole-articles-head{
  display:flex;align-items:baseline;gap:1.5rem;
  margin-bottom:2rem;flex-wrap:wrap;
  border-bottom:1px solid var(--gray-200);
  padding-bottom:1.2rem;
}
.ecole-articles-head .k{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;color:var(--navy);
}
.ecole-articles-head h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:300;flex:1;min-width:300px;
}
.ecole-articles-head h2 em{font-family:'Instrument Serif',serif;font-style:italic}
.ecole-articles-head .all{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);padding:.5rem .9rem;
  border:1px solid var(--navy);border-radius:1px;
  transition:all .2s;
}
.ecole-articles-head .all:hover{background:var(--navy);color:var(--yellow)}
.ecole-articles-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;
}
@media(max-width:820px){.ecole-articles-grid{grid-template-columns:1fr}}

/* ==== EXPLORER D'ÉCOLES (bas de page école) ==== */
.ecole-explorer{
  background:var(--navy);color:var(--off-white);
  margin-top:5rem;padding:4.5rem 0 4rem;
  position:relative;overflow:hidden;
}
.ecole-explorer::before{
  content:"◆";
  position:absolute;top:2.5rem;left:50%;
  transform:translateX(-50%);
  color:var(--yellow);font-size:1.1rem;opacity:.5;
}
.explorer-inner{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;position:relative;z-index:2;
}
.explorer-head{
  display:flex;align-items:baseline;gap:1.5rem;
  margin-bottom:2.5rem;flex-wrap:wrap;
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(255,214,10,.15);
}
.explorer-head .k{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;color:var(--yellow);
}
.explorer-head h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:300;flex:1;min-width:300px;
  color:var(--off-white);letter-spacing:-.02em;
}
.explorer-head h2 em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow)}
.explorer-head .all-ecoles{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.65rem 1.1rem;border-radius:1px;transition:all .2s;
}
.explorer-head .all-ecoles:hover{background:var(--off-white)}

.explorer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:820px){.explorer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.explorer-grid{grid-template-columns:1fr}}

.exp-card{
  background:rgba(250,250,247,.04);
  border:1px solid rgba(255,214,10,.15);
  border-radius:var(--radius);
  padding:1.5rem 1.5rem 1.6rem;
  display:flex;flex-direction:column;gap:.9rem;
  transition:all .3s cubic-bezier(.2,.8,.2,1);
  color:var(--off-white);
}
.exp-card:hover{
  background:rgba(255,214,10,.08);
  border-color:var(--yellow);
  transform:translateY(-3px);
}
.exp-flag{
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:1.35rem;line-height:1;letter-spacing:.1em;
}
.exp-body{display:flex;flex-direction:column;gap:.4rem}
.exp-cat{
  font-family:'JetBrains Mono',monospace;
  font-size:.52rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);opacity:.75;
}
.exp-card h4{
  font-size:1.45rem;font-weight:400;
  line-height:1.1;color:var(--off-white);
  letter-spacing:-.02em;margin:0;
}
.exp-card h4 em{font-family:'Instrument Serif',serif;font-style:italic}
.exp-meta{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:.88rem;color:rgba(250,250,247,.7);line-height:1.35;
}
.exp-stat{
  margin-top:.8rem;padding-top:.9rem;
  border-top:1px solid rgba(255,214,10,.12);
  display:flex;align-items:baseline;gap:.6rem;
}
.exp-stat .v{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:1.6rem;line-height:1;
  color:var(--yellow);letter-spacing:-.02em;
}
.exp-stat .l{
  font-family:'JetBrains Mono',monospace;
  font-size:.52rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:rgba(250,250,247,.6);line-height:1.3;
}


/* ==================================================== */
/* ========== ARCHIVE ÉCOLES (page /ecoles/) ========== */
/* ==================================================== */

.hero-ecoles{
  background:var(--navy);color:var(--off-white);
  padding:4rem 0 5rem;position:relative;overflow:hidden;
}
.hero-ecoles::before{
  content:"ÉCOLES";
  position:absolute;
  font-family:'Inter Tight',sans-serif;font-weight:900;
  font-size:clamp(14rem,30vw,32rem);
  color:var(--yellow);opacity:.04;
  top:50%;left:50%;transform:translate(-50%,-50%);
  letter-spacing:-.05em;line-height:.85;
  pointer-events:none;user-select:none;white-space:nowrap;
}
.hero-ecoles-inner{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;position:relative;z-index:2;
}
.hero-ecoles h1{
  font-size:clamp(3rem,7vw,6rem);
  line-height:1;letter-spacing:-.03em;
  color:var(--off-white);margin-bottom:1.5rem;max-width:900px;
}
.hero-ecoles h1 em{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400}
.hero-ecoles .sub{
  font-size:1.35rem;line-height:1.5;max-width:600px;
  color:rgba(250,250,247,.78);margin-bottom:2.5rem;
}
.hero-ecoles .sub em{font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow)}

.hero-stats{
  display:flex;gap:2.5rem;flex-wrap:wrap;
  padding-top:2rem;border-top:1px solid rgba(255,214,10,.2);
}
.hero-stats .stat{display:flex;flex-direction:column;gap:.2rem}
.hero-stats .stat .v{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:2.4rem;line-height:1;
  color:var(--yellow);letter-spacing:-.02em;
}
.hero-stats .stat .v em{font-family:'Instrument Serif',serif;font-style:italic;font-size:.6em;opacity:.8}
.hero-stats .stat .l{
  font-family:'JetBrains Mono',monospace;
  font-size:.56rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:rgba(255,214,10,.7);margin-top:.3rem;
}

/* ==== FILTRES ==== */
.filters-wrap{
  background:var(--off-white);
  border-bottom:1px solid var(--gray-200);
  position:sticky;top:70px;z-index:90;
  backdrop-filter:blur(12px);
}
.filters{
  max-width:var(--container);margin:0 auto;
  padding:1.4rem 2.5rem;
  display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;
}
.filters-label{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.55;margin-right:.8rem;
  display:flex;align-items:center;gap:.4rem;
}
.filters-label::before{content:"◆";color:var(--yellow);opacity:1}
.filter-btn{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--navy);background:#fff;
  padding:.55rem .85rem;
  border:1px solid var(--gray-200);
  border-radius:1px;cursor:pointer;
  transition:all .2s;
  display:flex;align-items:center;gap:.5rem;
  white-space:nowrap;
}
.filter-btn .count{
  font-size:.54rem;opacity:.55;
  padding:.15rem .4rem;
  background:var(--gray-50);border-radius:1px;
}
.filter-btn:hover{border-color:var(--navy)}
.filter-btn.active{
  background:var(--navy);color:var(--yellow);
  border-color:var(--navy);
}
.filter-btn.active .count{background:var(--navy-deep);color:var(--yellow)}

/* ==== GRID ÉCOLES ==== */
.ecoles-section{
  max-width:var(--container);margin:0 auto;
  padding:3rem 2.5rem 5rem;
}
.cat-header{
  display:flex;align-items:baseline;gap:1rem;
  margin:3rem 0 1.5rem;flex-wrap:wrap;
  padding-bottom:.8rem;
  border-bottom:1px solid var(--gray-200);
}
.cat-header:first-child{margin-top:0}
.cat-section:first-child .cat-header{margin-top:0}
.cat-header .cat-kick{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.6;
}
.cat-header .cat-kick::before{content:"◆ ";color:var(--yellow);opacity:1}
.cat-header h2{
  font-size:clamp(1.7rem,2.5vw,2.2rem);
  font-weight:300;flex:1;letter-spacing:-.02em;color:var(--navy);
}
.cat-header h2 em{font-family:'Instrument Serif',serif;font-style:italic}
.cat-header .cat-count{
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;font-weight:600;
  letter-spacing:.22em;color:var(--navy);opacity:.55;
}

.ecoles-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
}
@media(max-width:1100px){.ecoles-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.ecoles-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.ecoles-grid{grid-template-columns:1fr}}

.ecole-card{
  background:#fff;border:1px solid var(--gray-200);
  border-radius:var(--radius);
  padding:1.4rem 1.4rem 1.5rem;
  display:flex;flex-direction:column;gap:.85rem;
  transition:all .3s cubic-bezier(.2,.8,.2,1);
  position:relative;overflow:hidden;
  min-height:230px;
}
.ecole-card::before{
  content:"";position:absolute;top:0;left:0;right:0;
  height:3px;background:var(--yellow);
  transform:scaleX(0);transform-origin:left;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.ecole-card:hover{
  transform:translateY(-3px);border-color:var(--navy);
  box-shadow:0 16px 32px rgba(26,42,108,.08);
}
.ecole-card:hover::before{transform:scaleX(1)}

.ec-top{
  display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;
}
.ec-flag{
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:1.2rem;line-height:1;letter-spacing:.05em;
}
.ec-rank{
  font-family:'JetBrains Mono',monospace;
  font-size:.55rem;font-weight:700;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.25rem .5rem;border-radius:1px;white-space:nowrap;
}
.ec-body{display:flex;flex-direction:column;gap:.35rem;flex:1}
.ec-cat{
  font-family:'JetBrains Mono',monospace;
  font-size:.52rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);opacity:.5;
}
.ecole-card h4{
  font-size:1.4rem;font-weight:400;
  line-height:1.05;color:var(--navy);letter-spacing:-.02em;margin:0;
}
.ecole-card h4 em{font-family:'Instrument Serif',serif;font-style:italic}
.ec-meta{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:.85rem;line-height:1.35;
  color:var(--navy-darker);opacity:.7;
}
.ec-angle{
  font-family:'Instrument Serif',serif;
  font-style:italic;font-weight:400;
  font-size:.95rem;line-height:1.35;
  color:var(--navy);
  padding:.7rem 0 .1rem;
  border-top:1px solid var(--gray-100);
  margin-top:auto;
}

/* ==== Hint fin archive écoles ==== */
.ecoles-hint{
  max-width:var(--container);margin:2rem auto 0;
  padding:2rem 0 0;border-top:1px solid var(--gray-200);
  display:flex;gap:2rem;align-items:center;justify-content:space-between;flex-wrap:wrap;
}
.ecoles-hint p{
  font-family:'Fraunces',serif;font-weight:300;
  font-size:1.1rem;line-height:1.45;
  color:var(--navy);max-width:600px;
}
.ecoles-hint p em{font-family:'Instrument Serif',serif;font-style:italic}
.ecoles-hint .suggest{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);padding:.65rem 1.1rem;
  border:1px solid var(--navy);border-radius:1px;
  transition:all .2s;
}
.ecoles-hint .suggest:hover{background:var(--navy);color:var(--yellow)}

/* ==== Sections cachées par le filtre JS ==== */
.cat-section.hidden{display:none}

/* ==== TAXONOMIES / ARCHIVE ARTICLE ==== */
.taxo-hero,
.archive-article-hero,
.search-hero,
.error-404{
  background:var(--navy);color:var(--off-white);
  padding:4rem 0 4.5rem;position:relative;overflow:hidden;
}
.taxo-hero-inner,
.archive-hero-inner,
.error-inner{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;position:relative;z-index:2;
}
.taxo-hero h1,
.archive-article-hero h1,
.search-hero h1,
.error-404 h1{
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1;letter-spacing:-.025em;
  color:var(--off-white);margin-bottom:1rem;
}
.taxo-hero h1 em,
.archive-article-hero h1 em,
.search-hero h1 em,
.error-404 h1 em{
  font-family:'Instrument Serif',serif;font-style:italic;color:var(--yellow);
}
.taxo-hero .sub,
.archive-article-hero .sub,
.search-hero .sub,
.error-404 .sub{
  font-size:1.2rem;line-height:1.5;
  max-width:600px;color:rgba(250,250,247,.78);
}
.taxo-back{
  display:inline-flex;align-items:center;gap:.4rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.5rem .9rem;border-radius:1px;
  margin-top:1.5rem;transition:all .2s;
}
.taxo-back:hover{background:var(--off-white)}

/* ==== SEARCH ==== */
.search-form{
  display:flex;gap:.5rem;max-width:500px;margin-top:1.5rem;
}
.search-form .search-field{
  flex:1;padding:.9rem 1.1rem;
  border:1px solid rgba(255,214,10,.3);
  background:rgba(250,250,247,.08);
  color:var(--off-white);
  font-family:'Fraunces',serif;font-size:1rem;
  border-radius:1px;
}
.search-form .search-field::placeholder{color:rgba(250,250,247,.5)}
.search-form .search-submit{
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--navy);background:var(--yellow);
  padding:.9rem 1.2rem;border:none;border-radius:1px;
  cursor:pointer;transition:background .2s;
}
.search-form .search-submit:hover{background:var(--off-white)}
.search-form-wrap{margin-top:1.5rem}
.no-results{
  max-width:var(--content-w);margin:3rem auto;
  padding:0 2rem;font-size:1.1rem;
}

/* ==== 404 ==== */
.error-actions{
  display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem;
}
.btn-primary,.btn-secondary{
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  padding:.8rem 1.2rem;border-radius:1px;
  transition:all .2s;
}
.btn-primary{color:var(--navy);background:var(--yellow)}
.btn-primary:hover{background:var(--off-white)}
.btn-secondary{
  color:var(--off-white);background:transparent;
  border:1px solid rgba(255,214,10,.3);
}
.btn-secondary:hover{background:rgba(255,214,10,.1)}
.error-search{margin-top:2rem}

/* ==== PAGE TEMPLATE ==== */
.page-template{
  max-width:var(--content-w);margin:3rem auto;padding:0 2rem;
}
.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}
.page-header .hero-kick{color:var(--navy);opacity:.6}
.page-header h1{
  font-size:clamp(2rem,4vw,3rem);
  color:var(--navy);line-height:1;letter-spacing:-.02em;
}
.page-body{font-size:1.08rem;line-height:1.7}
.page-body p{margin-bottom:1.3rem}

/* ==== PAGINATION ==== */
.navigation.pagination{
  max-width:var(--container);margin:3rem auto 0;
  padding:2rem 2.5rem;text-align:center;
  border-top:1px solid var(--gray-200);
}
.pagination .nav-links{
  display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;
}
.pagination .page-numbers{
  font-family:'JetBrains Mono',monospace;
  font-size:.62rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  padding:.7rem 1rem;border-radius:1px;
  background:#fff;border:1px solid var(--gray-200);
  color:var(--navy);transition:all .2s;
}
.pagination .page-numbers:hover{border-color:var(--navy)}
.pagination .page-numbers.current{
  background:var(--navy);color:var(--yellow);
  border-color:var(--navy);
}

/* ==== FOOTER ==== */
footer{
  background:var(--navy-darker);color:var(--off-white);
  padding:4rem 0 2rem;position:relative;overflow:hidden;
  margin-top:5rem;
}
footer .wm{
  position:absolute;
  font-family:'Inter Tight',sans-serif;font-weight:900;
  font-size:clamp(8rem,22vw,24rem);
  color:var(--yellow);opacity:.05;
  top:50%;left:50%;transform:translate(-50%,-50%);
  letter-spacing:-.05em;line-height:.85;
  text-transform:uppercase;pointer-events:none;user-select:none;
}
.footer-top{
  max-width:var(--container);margin:0 auto;
  padding:0 2.5rem;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:3rem;padding-bottom:2.5rem;
  border-bottom:1px solid rgba(255,255,255,.1);
  position:relative;z-index:2;
}
@media(max-width:820px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}
.footer-brand .logo-big{
  font-family:'Fraunces',serif;font-weight:400;
  font-size:1.6rem;color:var(--yellow);margin-bottom:.3rem;
}
.footer-brand .logo-big em{font-family:'Instrument Serif',serif;font-style:italic;opacity:.7;font-size:.75em}
.footer-brand p{font-size:.88rem;line-height:1.5;opacity:.7;max-width:300px;margin-top:1rem}
.footer-col h4{
  font-family:'JetBrains Mono',monospace;
  font-size:.6rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow);margin-bottom:1rem;
}
.footer-col ul,
.footer-col .menu{list-style:none;padding:0;margin:0}
.footer-col ul li,
.footer-col .menu li{margin-bottom:.5rem}
.footer-col ul li a,
.footer-col .menu li a{
  font-family:'Fraunces',serif;font-size:.9rem;
  color:var(--off-white);opacity:.75;transition:opacity .2s;
}
.footer-col ul li a:hover,
.footer-col .menu li a:hover{opacity:1;color:var(--yellow)}
.footer-bottom{
  max-width:var(--container);margin:0 auto;
  padding:1.5rem 2.5rem 0;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.58rem;letter-spacing:.22em;
  text-transform:uppercase;opacity:.5;
  position:relative;z-index:2;
}

/* ==== VIDEO LIGHTBOX ==== */
.emp-video-lightbox{
  position:fixed;inset:0;
  background:rgba(9,19,53,.94);
  z-index:9999;
  display:flex;align-items:center;justify-content:center;
  padding:3rem 2rem;
  animation:fade-in .25s ease-out;
}
@keyframes fade-in{from{opacity:0}to{opacity:1}}
.emp-lb-wrap{
  width:100%;max-width:1000px;aspect-ratio:16/9;
  background:#000;border-radius:var(--radius);overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}
.emp-lb-wrap iframe{width:100%;height:100%;border:0}
.emp-lb-close{
  position:absolute;top:1.5rem;right:1.5rem;
  width:44px;height:44px;border-radius:50%;
  background:var(--yellow);color:var(--navy);
  border:none;cursor:pointer;font-size:1rem;
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif;font-weight:500;
  transition:transform .2s;
}
.emp-lb-close:hover{transform:scale(1.1)}

/* ==== RESPONSIVE BREAKPOINTS ==== */
@media(max-width:900px){
  .ecole-hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:2.2rem 2rem 2.5rem}
  .ecole-hero-right{max-width:500px}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
  .g-logo{grid-column:1;grid-row:1;aspect-ratio:16/9;padding:1.5rem}
  .g-logo img{max-height:60px}
  .g-video{grid-column:2;grid-row:1}
  .g-main{grid-column:1 / -1;grid-row:2}
  .g-secondary-1{grid-column:1;grid-row:3}
  .g-secondary-2{grid-column:2;grid-row:3}
}
@media(max-width:600px){
  .ecole-hero{padding:2rem 1.3rem 0}
  .ecole-hero-inner{padding:2rem 1.5rem}
  .ks-card .ks-val{font-size:1.8rem}
  .ks-card.big .ks-val{font-size:2.6rem}
  .ecole-tldr-wrap{padding:2rem 1.3rem 0}
  .ecole-section{padding:2.5rem 1.3rem 0}
  .ecole-articles{padding:3rem 1.3rem 0}
}
@media(max-width:520px){
  .ecole-gallery{padding:2rem 1.3rem 0}
  .gallery-grid{grid-template-columns:1fr;gap:.5rem}
  .g-logo,.g-video,.g-main,.g-secondary-1,.g-secondary-2{grid-column:1;grid-row:auto}
  .g-logo{aspect-ratio:2.5/1}
  .nav-top{padding:1rem 1.3rem}
  .article-hero{padding:2rem 1.3rem 0}
  .article-content,.article-pre-content{padding:0 1.3rem}
  .home-articles,.archive-content{padding:0 1.3rem 3rem}
  .article-grid{padding:0 1.3rem}
  .footer-top{padding:0 1.3rem}
  .footer-bottom{padding:1.5rem 1.3rem 0}
}
