/* Innovate Community — Étape 61: fenêtre éditoriale À propos */
html body.page-about .site-blur{
  background:rgba(17,17,17,.22) !important;
  backdrop-filter:blur(5px) !important;
  -webkit-backdrop-filter:blur(5px) !important;
}
html body.page-about .history-panel.about-editorial-panel{
  position:fixed !important;
  z-index:2147482900 !important;
  top:82px !important;
  right:clamp(18px,3vw,42px) !important;
  left:auto !important;
  bottom:auto !important;
  width:min(720px,calc(100vw - 120px)) !important;
  height:auto !important;
  max-height:calc(100dvh - 116px) !important;
  padding:0 !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  background:rgba(17,17,17,.97) !important;
  background-color:rgba(17,17,17,.97) !important;
  color:#f6f2eb !important;
  border:1px solid rgba(246,242,235,.17) !important;
  border-radius:18px !important;
  box-shadow:0 34px 120px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translate3d(0,-10px,0) scale(.985) !important;
  transition:opacity .28s ease,visibility .28s ease,transform .38s cubic-bezier(.16,1,.3,1) !important;
}
html body.page-about.history-open .history-panel.about-editorial-panel{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:none !important;
}
html body.page-about .about-panel-inner{
  padding:30px 30px 34px !important;
  background:transparent !important;
  color:#f6f2eb !important;
}
html body.page-about .history-panel.about-editorial-panel .history-close{
  position:sticky !important;
  top:14px !important;
  left:auto !important;
  right:14px !important;
  z-index:30 !important;
  float:right !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:44px !important;
  height:44px !important;
  margin:14px 14px -58px 0 !important;
  border:1px solid rgba(246,242,235,.24) !important;
  border-radius:999px !important;
  background:rgba(246,242,235,.08) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:24px !important;
  box-shadow:0 8px 28px rgba(0,0,0,.18) !important;
}
html body.page-about .history-panel.about-editorial-panel .history-close:hover,
html body.page-about .history-panel.about-editorial-panel .history-close:focus-visible{
  background:#ccff00 !important;
  border-color:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}
html body.page-about .about-panel-kicker{
  margin:0 64px 8px 0 !important;
  color:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
html body.page-about .about-panel-source{
  display:flex !important;
  align-items:baseline !important;
  gap:10px 16px !important;
  flex-wrap:wrap !important;
  margin:0 64px 38px 0 !important;
  color:#f6f2eb !important;
}
html body.page-about .about-panel-source strong{
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
}
html body.page-about .about-panel-source span{
  margin:0 !important;
  color:rgba(246,242,235,.58) !important;
  -webkit-text-fill-color:rgba(246,242,235,.58) !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}
html body.page-about .history-panel.about-editorial-panel h2{
  max-width:13.5ch !important;
  margin:0 0 20px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(38px,4.2vw,64px) !important;
  font-weight:500 !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
  text-wrap:balance !important;
}
html body.page-about .history-panel.about-editorial-panel .history-lead{
  max-width:44rem !important;
  margin:0 0 26px !important;
  color:rgba(246,242,235,.76) !important;
  -webkit-text-fill-color:rgba(246,242,235,.76) !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(17px,1.5vw,21px) !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:-.025em !important;
}
html body.page-about .about-panel-tabs{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  margin:0 0 28px !important;
  padding:0 0 26px !important;
  border-bottom:1px solid rgba(246,242,235,.14) !important;
}
html body.page-about .about-panel-tabs button{
  min-height:38px !important;
  padding:0 14px !important;
  border:1px solid rgba(246,242,235,.22) !important;
  border-radius:999px !important;
  background:transparent !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.04em !important;
  text-transform:none !important;
  cursor:pointer !important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease !important;
}
html body.page-about .about-panel-tabs button:hover,
html body.page-about .about-panel-tabs button:focus-visible,
html body.page-about .about-panel-tabs button.is-active{
  background:#ccff00 !important;
  border-color:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  transform:translateY(-1px) !important;
}
html body.page-about .about-panel-sections{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}
html body.page-about .about-panel-section{
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  gap:18px !important;
  padding:24px 0 !important;
  border-top:1px solid rgba(246,242,235,.14) !important;
  background:transparent !important;
  color:#f6f2eb !important;
}
html body.page-about .about-panel-section:first-child{border-top:0 !important;padding-top:2px !important;}
html body.page-about .about-panel-number{
  color:#ccff00 !important;
  -webkit-text-fill-color:#ccff00 !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  letter-spacing:.12em !important;
}
html body.page-about .about-panel-section h3{
  margin:0 0 8px !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(22px,2vw,29px) !important;
  font-weight:500 !important;
  line-height:1.08 !important;
  letter-spacing:-.04em !important;
}
html body.page-about .about-panel-section p{
  max-width:42rem !important;
  margin:0 !important;
  color:rgba(246,242,235,.68) !important;
  -webkit-text-fill-color:rgba(246,242,235,.68) !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:15.5px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
  letter-spacing:-.012em !important;
}
html body.page-about .history-panel.about-editorial-panel .history-text{
  max-width:44rem !important;
  margin:26px 0 28px !important;
  padding:20px 22px !important;
  border-left:3px solid #ccff00 !important;
  background:rgba(246,242,235,.06) !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:16px !important;
  line-height:1.5 !important;
  letter-spacing:-.015em !important;
}
html body.page-about .history-panel.about-editorial-panel .history-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  margin:0 !important;
  padding:0 18px !important;
  border:1px solid rgba(246,242,235,.28) !important;
  border-radius:999px !important;
  background:transparent !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
  text-decoration:none !important;
}
html body.page-about .history-panel.about-editorial-panel .history-cta:hover,
html body.page-about .history-panel.about-editorial-panel .history-cta:focus-visible{
  background:#ccff00 !important;
  border-color:#ccff00 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}
/* Buttons below the About hero: same pill logic as the news filters. */
html body.page-about .about-hero-jump{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  padding-top:22px !important;
}
html body.page-about .about-hero-jump > span{
  margin-right:8px !important;
  color:rgba(21,21,21,.55) !important;
  -webkit-text-fill-color:rgba(21,21,21,.55) !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
html body.page-about .about-hero-jump button{
  min-height:40px !important;
  padding:0 15px !important;
  border:1px solid rgba(21,21,21,.24) !important;
  border-radius:999px !important;
  background:transparent !important;
  color:#151515 !important;
  -webkit-text-fill-color:#151515 !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease !important;
}
html body.page-about .about-hero-jump button:hover,
html body.page-about .about-hero-jump button:focus-visible,
html body.page-about .about-hero-jump button.is-active{
  background:#151515 !important;
  border-color:#151515 !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  transform:translateY(-1px) !important;
}
@media(max-width:900px){
  html body.page-about .history-panel.about-editorial-panel{
    top:74px !important;
    right:14px !important;
    left:14px !important;
    width:auto !important;
    max-height:calc(100dvh - 90px) !important;
    border-radius:16px !important;
  }
  html body.page-about .about-panel-inner{padding:24px 20px 28px !important;}
  html body.page-about .history-panel.about-editorial-panel h2{
    max-width:15ch !important;
    font-size:clamp(34px,10vw,48px) !important;
  }
  html body.page-about .about-panel-tabs{
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
    padding-bottom:20px !important;
  }
  html body.page-about .about-panel-tabs::-webkit-scrollbar{display:none !important;}
  html body.page-about .about-panel-tabs button{flex:0 0 auto !important;}
  html body.page-about .about-panel-section{
    grid-template-columns:34px minmax(0,1fr) !important;
    gap:12px !important;
    padding:20px 0 !important;
  }
  html body.page-about .about-panel-section h3{font-size:23px !important;}
  html body.page-about .about-panel-section p{font-size:15px !important;}
  html body.page-about .about-hero-jump{
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    padding-bottom:4px !important;
    scrollbar-width:none !important;
  }
  html body.page-about .about-hero-jump::-webkit-scrollbar{display:none !important;}
  html body.page-about .about-hero-jump > span,
  html body.page-about .about-hero-jump button{flex:0 0 auto !important;}
}


/* 2026-07-27 hotfix — About panel must stay perfectly sharp on mobile */
@media(max-width:900px){
  html body.page-about .site-blur{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }
  html body.page-about .history-panel.about-editorial-panel{
    background:#111111 !important;
    background-color:#111111 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    filter:none !important;
    -webkit-filter:none !important;
    box-shadow:0 18px 54px rgba(0,0,0,.28) !important;
  }
  html body.page-about .history-panel.about-editorial-panel,
  html body.page-about .history-panel.about-editorial-panel *,
  html body.page-about .about-panel-inner,
  html body.page-about .about-panel-inner *{
    filter:none !important;
    -webkit-filter:none !important;
    text-shadow:none !important;
  }
}
