/* Dynamic climate dashboard — homepage & about */

.climate-dashboard{
  background:#fff;
  padding:80px 5%;
  color:var(--dark);
  overflow:hidden;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.climate-dashboard .s-label{color:var(--blue);}
.climate-dashboard .s-title{color:var(--dark);}
.climate-dashboard .s-desc{color:var(--gray);max-width:640px;}

.climate-dashboard-grid{
  display:grid;grid-template-columns:1fr 1.15fr;gap:28px;
  margin-top:40px;align-items:stretch;
}
.climate-dashboard-grid--map-only{
  grid-template-columns:1fr;
  max-width:960px;margin-left:auto;margin-right:auto;
}

.climate-visual-panel{
  position:relative;border-radius:8px;overflow:hidden;
  min-height:420px;box-shadow:0 12px 40px rgba(0,0,0,.12);
}
.climate-visual-panel img{
  width:100%;height:100%;object-fit:cover;display:block;
  position:absolute;inset:0;
}
.climate-visual-panel::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,23,42,.15) 0%,rgba(15,23,42,.85) 100%);
}
.climate-live-overlay{
  position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;
  justify-content:flex-end;padding:28px 24px;
}
.climate-live-badge{
  display:inline-flex;align-items:center;gap:8px;
  font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;
  color:#a7f3d0;margin-bottom:12px;
}
.climate-live-badge::before{
  content:'';width:8px;height:8px;border-radius:50%;
  background:#4ade80;box-shadow:0 0 0 0 rgba(74,222,128,.6);
  animation:climate-pulse 2s ease infinite;
}
@keyframes climate-pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.6);}
  50%{box-shadow:0 0 0 8px rgba(74,222,128,0);}
}
.climate-live-temp{
  font-family:'Oswald',sans-serif;font-size:clamp(52px,8vw,72px);
  font-weight:700;line-height:1;color:#fff;
}
.climate-live-temp small{font-size:.35em;opacity:.7;font-weight:500;}
.climate-live-meta{
  display:flex;flex-wrap:wrap;gap:16px;margin-top:14px;
  font-size:13px;color:rgba(255,255,255,.85);
}
.climate-live-meta span{display:flex;align-items:center;gap:6px;}
.climate-live-meta strong{color:#fff;font-weight:600;}

/* Hero — live weather + stress gauge (top-right overlay) */
.hero-climate-strip{
  position:absolute;top:4px;right:16px;z-index:4;
  display:flex;flex-direction:column;gap:8px;
  align-items:stretch;width:240px;max-width:240px;
  pointer-events:none;
}
.hero-climate-cities{
  display:flex;flex-direction:column;gap:8px;
}
.hero-climate-city{
  padding:12px 14px 10px;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border:1px solid rgba(255,255,255,.28);
  border-radius:12px;
  box-shadow:none;
  pointer-events:auto;text-align:center;
  text-shadow:0 1px 14px rgba(0,0,0,.55);
}
.hero-climate-city .climate-live-badge{
  justify-content:center;margin-bottom:6px;
}
.hero-climate-city .climate-live-temp{
  font-size:clamp(34px,4.5vw,44px);text-align:center;line-height:1;
}
.hero-climate-city .climate-live-meta{
  justify-content:center;gap:6px 10px;margin-top:8px;
  font-size:10px;
}
.hero-climate-urban{
  padding:12px 14px 10px;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  border:1px solid rgba(255,255,255,.28);
  border-radius:12px;
  box-shadow:none;
  pointer-events:auto;text-align:center;
  text-shadow:0 1px 14px rgba(0,0,0,.55);
}
.hero-climate-urban h4{
  margin:0 0 8px;color:rgba(255,255,255,.85);
  font-size:10px;line-height:1.3;
  font-family:'Oswald',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:.08em;
}
.hero-climate-urban .climate-live-badge{
  justify-content:center;margin-bottom:8px;
  font-size:9px;letter-spacing:.08em;line-height:1.35;
  flex-wrap:wrap;text-align:center;white-space:normal;
}
.hero-climate-urban .climate-urban-chart{
  display:flex;align-items:flex-end;justify-content:center;gap:18px;
  height:96px;padding-top:4px;
}
.hero-climate-urban .climate-urban-bar{
  width:34px;height:0;border-radius:4px 4px 0 0;
  transition:height 1.2s cubic-bezier(.22,1,.36,1);
}
.hero-climate-urban.animated .climate-urban-bar.rural{height:52px;}
.hero-climate-urban.animated .climate-urban-bar.urban{height:72px;}
.hero-climate-urban .climate-urban-temp{
  display:block;font-family:'Oswald',sans-serif;font-size:15px;
  color:#fff;margin-top:6px;
}
.hero-climate-urban .climate-urban-temp.hot{color:#ff1f1f;}
.hero-climate-urban .climate-urban-label{
  display:block;font-size:9px;color:rgba(255,255,255,.65);margin-top:2px;
}
.hero-climate-urban .climate-urban-delta{
  font-size:10px;font-weight:700;color:#ff1f1f;align-self:center;
}
.hero-climate-gauge{
  position:relative;top:auto;right:auto;z-index:auto;
  width:240px;max-width:240px;
  padding:14px 16px 12px;
  background:rgba(74,144,210,.48);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(74,144,210,.22);
  border-radius:12px;
  box-shadow:0 8px 24px rgba(15,40,80,.14),inset 0 1px 0 rgba(255,255,255,.1);
  pointer-events:auto;text-align:center;
  flex-shrink:0;
}
.hero-climate-gauge h4{
  margin-bottom:6px;color:rgba(255,255,255,.8);
  font-size:10px;line-height:1.3;
  font-family:'Oswald',sans-serif;font-weight:600;
  text-transform:uppercase;letter-spacing:.08em;
}
.hero-climate-gauge .climate-gauge-host{
  width:240px;max-width:240px;margin:0 auto;
}
.hero-climate-gauge .climate-gauge-host svg{
  width:240px !important;max-width:240px !important;height:auto !important;
  display:block;margin:0 auto;
}
.hero-climate-gauge .climate-gauge-label{
  font-size:18px;color:#fff;
}
.hero-climate-gauge .climate-extra-note{
  font-size:10px;margin-top:6px;color:rgba(255,255,255,.65);
}
.hero-climate-gauge .climate-gauge-status{
  display:inline-block;padding:4px 12px;border-radius:999px;margin-top:6px;
}
.hero-climate-gauge .climate-gauge-status.faible{
  color:#e0f2fe;background:rgba(37,99,235,.4);
}
.hero-climate-gauge .climate-gauge-status.ok{
  color:#fef3c7;background:rgba(217,119,6,.5);
}
.hero-climate-gauge .climate-gauge-status.warn{
  color:#fff7ed;background:rgba(234,88,12,.55);
}
.hero-climate-gauge .climate-gauge-status.danger{
  color:#fee2e2;background:rgba(220,38,38,.55);
}
.hero-climate-gauge .climate-gauge-status.extreme{
  color:#fecaca;background:rgba(127,29,29,.65);
}
.hero-climate-gauge svg path:first-of-type{stroke:rgba(255,255,255,.22);}
.hero-climate-gauge svg .gauge-needle{stroke:#fff;}
.hero-climate-gauge svg circle{fill:#fff;}
.hero-climate-gauge svg .gauge-val{fill:#fff;}

.climate-charts-panel{
  display:flex;flex-direction:column;gap:16px;
}
.climate-map-card,.climate-bars-card,.climate-trend-card{
  background:var(--lgray);border:1px solid rgba(0,0,0,.08);
  border-radius:8px;padding:18px 16px;
}
.climate-map-card{flex:1;min-height:360px;position:relative;}
.climate-map-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.climate-map-card-head h4{margin-bottom:0;}
.climate-map-live-pill{font-size:10px;font-weight:700;color:#16a34a;white-space:nowrap;}
.climate-map-card h4,.climate-bars-card h4,.climate-trend-card h4{
  font-family:'Oswald',sans-serif;font-size:11px;text-transform:uppercase;
  letter-spacing:.1em;color:var(--gray);margin-bottom:12px;font-weight:600;
}
.climate-map-svg{width:100%;height:auto;display:block;touch-action:none;}
.climate-map-svg--ci{min-height:360px;max-height:520px;}
.climate-map-svg .city-dot:hover .region-temp-badge{filter:brightness(1.03);}
.climate-map-svg .city-dot.active .region-temp-badge{stroke:#1a4b8c;stroke-width:2;}
.climate-map-svg .city-region-label{font-size:8px;font-weight:600;fill:#64748b;text-anchor:middle;pointer-events:none;}
.climate-map-svg .city-live-tag{font-size:7px;font-weight:700;text-anchor:middle;pointer-events:none;}
.climate-map-svg .city-dot{cursor:pointer;}
.climate-map-svg .map-region{transition:opacity .2s,stroke-width .2s;cursor:pointer;}
.climate-map-svg .map-region:hover{opacity:1!important;stroke:#1a4b8c;stroke-width:1.4;}
.climate-map-svg .map-region.active{opacity:1!important;stroke:#1a4b8c;stroke-width:2;}
.climate-map-svg .map-country-outline{pointer-events:none;}
.climate-map-error{font-size:13px;color:var(--gray);padding:24px;text-align:center;}
.climate-map-svg .city-label{
  font-size:9px;font-weight:800;fill:#1e293b;text-anchor:middle;
  pointer-events:none;
}
.climate-map-svg .city-temp{
  font-family:'Oswald',sans-serif;font-size:12px;font-weight:700;
  text-anchor:middle;pointer-events:none;
}
.climate-map-svg .city-temp-bar{
  transition:height .4s ease,y .4s ease,fill .3s ease;
  pointer-events:none;
}
.climate-ci-temps-list{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
  margin-top:12px;
}
.ci-temp-chip{
  display:flex;flex-direction:column;align-items:flex-start;gap:2px;
  padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);
  border-radius:6px;cursor:pointer;text-align:left;
  transition:border-color .2s,box-shadow .2s;
  font-family:inherit;
}
.ci-temp-chip:hover,.ci-temp-chip.active{
  border-color:var(--blue);box-shadow:0 4px 12px rgba(26,75,140,.12);
}
.ci-temp-chip.active{background:rgba(26,75,140,.04);}
.ci-temp-chip-city{
  font-family:'Oswald',sans-serif;font-size:12px;font-weight:700;
  color:var(--dark);text-transform:uppercase;letter-spacing:.04em;
}
.ci-temp-chip-val{
  font-family:'Oswald',sans-serif;font-size:22px;font-weight:700;line-height:1;
}
.ci-temp-chip-region{font-size:9px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em;line-height:1.3;}
.ci-temp-chip-live{font-size:9px;color:var(--gray);}
.climate-map-tooltip .city-region{color:#64748b;font-size:10px;}
.climate-map-tooltip .city-live-temp{
  font-family:'Oswald',sans-serif;font-size:18px;font-weight:700;color:var(--red);
}
.climate-map-tooltip{
  position:absolute;pointer-events:none;opacity:0;
  background:#fff;border:1px solid rgba(0,0,0,.1);
  border-radius:6px;padding:10px 12px;font-size:11px;line-height:1.5;
  transition:opacity .15s;z-index:10;min-width:140px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);color:var(--dark);
}
.climate-map-tooltip.visible{opacity:1;}
.climate-map-tooltip strong{
  display:block;font-family:'Oswald',sans-serif;font-size:13px;
  color:var(--dark);margin-bottom:4px;
}
.climate-map-tooltip .uhi{color:var(--red);font-weight:700;}

.climate-bars-card .climate-bar-row{grid-template-columns:88px 1fr 52px;}
.climate-bars-card .climate-bar-label{color:var(--gray);font-size:11px;}
.climate-bars-card .climate-bar-track{background:#e2e8f0;}
.climate-bars-card .climate-bar-val{color:var(--dark);font-size:11px;}
.climate-bars-card .climate-bar-fill{
  width:0;transition:width 1.2s cubic-bezier(.22,1,.36,1);
}
.climate-bars-card.animated .climate-bar-fill.temp{width:var(--w-temp,82%);}
.climate-bars-card.animated .climate-bar-fill.humid{width:var(--w-humid,80%);}
.climate-bars-card.animated .climate-bar-fill.feel{width:var(--w-feel,92%);}
.climate-bars-card.live-updating .climate-bar-fill{transition:none;}

.climate-trend-card{margin-top:16px;}
.climate-trend-card .climate-line-chart{display:block;width:100%;height:auto;}
.climate-trend-card .trend-line{
  transition:stroke-dashoffset 0s;
}
.climate-trend-card.animated .trend-line{
  stroke-dashoffset:0!important;transition:stroke-dashoffset 2s ease-out;
}
.climate-trend-card .trend-area{opacity:0;transition:opacity 1.2s ease .6s;}
.climate-trend-card.animated .trend-area{opacity:1;}
.climate-trend-card .trend-heatmap{opacity:0;transition:opacity 1s ease .3s;}
.climate-trend-card.animated .trend-heatmap{opacity:1;}
.climate-trend-card .trend-heat-col{
  transition:opacity .8s ease;
}
.climate-trend-card.animated .trend-heat-col{
  opacity:1;
}

/* Hero chart: always show yellow→red heatmap fill (not dots-only) */
.news-trend-hero .trend-heatmap,
.news-trend-hero .trend-area,
.news-trend-hero .trend-heat-col{
  opacity:1 !important;
}
.news-trend-hero .trend-line{
  stroke-dashoffset:0 !important;
}
.news-trend-hero .trend-area{
  opacity:0.85 !important;
}
.climate-trend-tags span{
  background:rgba(220,38,38,.1);color:#991b1b;
}
.climate-trend-live{
  display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:8px;font-size:11px;color:var(--gray);
}
.climate-trend-live strong{
  font-family:'Oswald',sans-serif;font-size:22px;color:var(--red);
}
.climate-trend-live h4{
  margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);
}

.climate-dashboard-footer p{
  color:var(--gray);font-size:14px;max-width:560px;margin:0 auto 16px;line-height:1.75;
}

.climate-dashboard-footer{
  text-align:center;margin-top:36px;
}
.climate-dashboard-footer .btn-red{margin-top:8px;}

.climate-section .climate-map-card,
.climate-section .climate-bars-card,
.climate-section .climate-trend-card{
  background:#fff;border-color:rgba(0,0,0,.08);
}
.climate-section .climate-map-card h4,
.climate-section .climate-bars-card h4{color:var(--gray);}
.climate-section .climate-map-svg .map-region{stroke:#fff;}
.climate-section .climate-bars-card .climate-bar-label{color:var(--gray);}
.climate-section .climate-bars-card .climate-bar-track{background:#e2e8f0;}
.climate-section .climate-bars-card .climate-bar-val{color:var(--dark);}
.climate-section .climate-map-tooltip{
  background:#fff;border-color:rgba(0,0,0,.1);color:var(--dark);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.climate-section .climate-map-tooltip strong{color:var(--dark);}

@media(max-width:960px){
  .climate-dashboard-grid{grid-template-columns:1fr;}
  .climate-visual-panel{min-height:320px;}
  .climate-ci-temps-list{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:480px){
  .climate-ci-temps-list{grid-template-columns:1fr;}
}

/* Extra charts — homepage */
.climate-extra-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;
}
.climate-extra-grid--two{grid-template-columns:repeat(2,1fr);}
.climate-extra-card{
  background:var(--lgray);border:1px solid rgba(0,0,0,.08);
  border-radius:8px;padding:18px 16px;
}
.climate-extra-card h4{
  font-family:'Oswald',sans-serif;font-size:11px;text-transform:uppercase;
  letter-spacing:.1em;color:var(--gray);margin-bottom:12px;font-weight:600;
}
.climate-extra-note{
  font-size:11px;color:var(--gray);line-height:1.55;margin-top:10px;margin-bottom:0;
}
.climate-extra-card svg{width:100%;height:auto;display:block;}
.climate-gauge-card{text-align:center;}
.climate-gauge-label{
  font-family:'Oswald',sans-serif;font-size:28px;font-weight:700;color:var(--dark);margin-top:-8px;
}
.climate-gauge-status{
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;
}
.climate-gauge-status.ok{color:var(--green2);}
.climate-gauge-status.warn{color:#d97706;}
.climate-gauge-status.danger{color:var(--red);}
.climate-gauge-status.extreme{color:#991b1b;}

/* About insights */
.climate-insights{background:var(--lgray);}
.climate-insights-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.climate-insight-card{
  background:#fff;padding:28px 24px;border-radius:4px;
  border-top:3px solid var(--blue);
}
.climate-insight-card:nth-child(2){border-top-color:var(--green);}
.climate-insight-card:nth-child(3){border-top-color:var(--red);}
.climate-insight-card h3{
  font-family:'Oswald',sans-serif;font-size:15px;text-transform:uppercase;
  color:var(--dark);margin-bottom:14px;
}
.climate-insight-card p{font-size:14px;color:var(--gray);line-height:1.75;margin-top:14px;margin-bottom:0;}
.climate-insight-card svg{width:100%;height:auto;display:block;}
.climate-urban-bar{
  width:56px;height:0;border-radius:4px 4px 0 0;
  transition:height 1.2s cubic-bezier(.22,1,.36,1);
}
.climate-insights.animated .climate-urban-bar.rural{height:72px;}
.climate-insights.animated .climate-urban-bar.urban{height:102px;}
.climate-maint-bar{
  height:100%;border-radius:999px;width:0;
  transition:width 1.2s cubic-bezier(.22,1,.36,1);
}
.climate-insights.animated .climate-maint-bar{ width:var(--w-bar, 0); }
.climate-project-dot{cursor:pointer;transition:transform .2s;}
.climate-project-dot:hover{transform:scale(1.2);}

/* —— Actualités newsroom dashboard —— */
.newsroom{padding-top:48px;}
.news-live-bar{
  display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;
  padding:14px 18px;background:#0f172a;color:#e2e8f0;border-radius:8px;
  margin-bottom:8px;
}
.news-live-pulse{display:flex;align-items:center;gap:8px;}
.news-live-pulse strong{
  font-size:11px;letter-spacing:.14em;font-weight:800;
}
.news-live-dot{
  width:10px;height:10px;border-radius:50%;background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.55);
  animation:climate-pulse 1.6s ease infinite;
}
.news-live-bar p{margin:0;font-size:13px;color:#cbd5e1;flex:1;}
.news-live-bar p strong{color:#fff;}
.news-live-source{
  font-size:11px;color:#94a3b8;font-weight:600;
  padding:4px 10px;border:1px solid rgba(148,163,184,.35);border-radius:999px;
}

.news-kpi-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0 24px;
  align-items:stretch;
}
.news-kpi-card{
  background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;
  padding:22px 20px;box-shadow:0 8px 28px rgba(15,23,42,.06);
  display:flex;flex-direction:column;
}
.news-kpi-label{
  font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray);
}
.news-kpi-city{
  display:block;font-family:'Oswald',sans-serif;font-size:18px;color:var(--blue);
  text-transform:uppercase;margin:6px 0 4px;
}
.news-kpi-temp{
  font-family:'Oswald',sans-serif;font-size:clamp(48px,6vw,64px);
  font-weight:700;line-height:1;color:var(--red);
}
.news-kpi-temp small{font-size:.38em;opacity:.65;}
.news-kpi-meta{
  display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:12px;
  font-size:12px;color:var(--gray);
}
.news-kpi-meta strong{color:var(--dark);}
.news-kpi-gauge h3,.news-kpi-bars h3{
  font-family:'Oswald',sans-serif;font-size:12px;text-transform:uppercase;
  letter-spacing:.1em;color:var(--gray);margin:0 0 10px;font-weight:600;
  text-align:center;
}
.news-kpi-gauge{
  text-align:center;align-items:center;
}
.news-kpi-gauge .climate-gauge-host{
  width:100%;max-width:220px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;
}
.news-kpi-gauge .climate-gauge-host svg{
  display:block;width:100%;max-width:200px;height:auto;margin:0 auto;
}
.news-kpi-gauge .climate-gauge-label{
  margin-top:4px;font-size:22px;line-height:1.15;text-align:center;
  width:100%;
}
.news-kpi-gauge .climate-gauge-status{
  margin-top:6px;text-align:center;width:100%;
  font-size:12px;letter-spacing:.1em;
}
.news-kpi-bars h3{text-align:left;}
.news-kpi-bars{
  justify-content:flex-start;
}
.news-kpi-bars .climate-bars-card{
  margin-top:4px;flex:0 0 auto;
  background:transparent;border:none;padding:0;box-shadow:none;
}
.news-kpi-bars .climate-bar-chart{
  display:flex;flex-direction:column;gap:14px;
}
.news-kpi-bars .climate-bar-row{
  display:grid;grid-template-columns:96px 1fr 56px;
  gap:10px;align-items:center;
}
.news-kpi-bars .climate-bar-label{
  font-size:12px;color:var(--gray);font-weight:500;
}
.news-kpi-bars .climate-bar-track{
  height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden;
}
.news-kpi-bars .climate-bar-fill{
  height:100%;border-radius:999px;min-width:4px;
  transition:width .6s ease;
}
.news-kpi-bars .climate-bar-fill.temp{
  background:linear-gradient(90deg,#f59e0b,#ea580c);
  width:var(--w-temp,0%);
}
.news-kpi-bars .climate-bar-fill.humid{
  background:linear-gradient(90deg,#60a5fa,#2563eb);
  width:var(--w-humid,0%);
}
.news-kpi-bars .climate-bar-fill.feel{
  background:linear-gradient(90deg,#f87171,#dc2626);
  width:var(--w-feel,0%);
}
.news-kpi-bars .climate-bar-val{
  font-family:'Oswald',sans-serif;font-size:14px;font-weight:700;
  color:var(--dark);text-align:right;
}
.climate-gauge-status.faible{color:#16a34a;}

.news-panel{
  background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;
  padding:22px 20px 18px;margin-bottom:18px;
  box-shadow:0 8px 28px rgba(15,23,42,.05);
}
.news-panel-head{margin-bottom:16px;}
.news-panel-head h3{
  font-family:'Oswald',sans-serif;font-size:16px;text-transform:uppercase;
  letter-spacing:.04em;color:var(--dark);margin:0 0 4px;
}
.news-panel-head p{margin:0;font-size:13px;color:var(--gray);}
.news-chart-note{font-size:11px;color:var(--gray);margin:10px 0 0;}

.news-histogram{display:flex;flex-direction:column;gap:10px;}
.news-hist-row{
  display:grid;grid-template-columns:140px 1fr minmax(160px,auto);
  gap:12px;align-items:center;
}
.news-hist-meta{display:flex;flex-direction:column;gap:2px;}
.news-hist-city{
  font-family:'Oswald',sans-serif;font-size:13px;font-weight:700;
  text-transform:uppercase;color:var(--dark);
}
.news-hist-live{font-size:10px;color:#94a3b8;font-weight:600;}
.news-hist-live.on{color:#16a34a;}
.news-hist-track{
  height:14px;background:#e2e8f0;border-radius:999px;overflow:hidden;
}
.news-hist-bar{
  height:100%;border-radius:999px;min-width:4px;
  transition:width .8s cubic-bezier(.22,1,.36,1);
}
.news-hist-vals{
  display:flex;flex-wrap:wrap;gap:8px 12px;font-size:11px;color:var(--gray);
  justify-content:flex-end;
}
.news-hist-vals strong{font-family:'Oswald',sans-serif;font-size:16px;}

.news-heatmap-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.news-heatmap-svg{min-width:520px;width:100%;height:auto;display:block;}

.news-wa-histogram{
  display:grid;grid-template-columns:repeat(8,1fr);gap:10px;
  align-items:end;min-height:200px;padding-top:8px;
}
.news-wa-col{text-align:center;}
.news-wa-bar-wrap{
  height:160px;display:flex;align-items:flex-end;justify-content:center;
  background:linear-gradient(180deg,rgba(226,232,240,.35),transparent);
  border-radius:6px 6px 0 0;margin-bottom:8px;
}
.news-wa-bar{
  width:70%;max-width:42px;border-radius:6px 6px 2px 2px;min-height:8px;
  transition:height .9s cubic-bezier(.22,1,.36,1);
}
.news-wa-col strong{
  display:block;font-family:'Oswald',sans-serif;font-size:15px;color:var(--dark);
}
.news-wa-col span{
  display:block;font-size:10px;font-weight:700;color:var(--gray);
  text-transform:uppercase;letter-spacing:.04em;margin-top:2px;
}
.news-wa-col em{
  display:block;font-size:9px;font-style:normal;color:#94a3b8;margin-top:2px;
}
.news-wa-col em.on{color:#16a34a;}

/* Hero West Africa trend chart — full page width, centered */
.news-story-head{
  max-width:820px;margin:36px auto 16px;text-align:center;
}
.news-story-copy{
  max-width:760px;margin:0 auto 28px;text-align:center;
}
.news-story-copy p{
  margin:0 0 14px;line-height:1.85;color:var(--gray);
  text-wrap:pretty;
}
.news-trend-hero{
  width:100%;
  max-width:1100px;
  margin:8px auto 40px;
  padding:28px 28px 24px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  box-shadow:0 16px 48px rgba(15,23,42,.08);
  text-align:center;
}
.news-trend-hero-head{
  display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;
  gap:10px 20px;margin-bottom:12px;
}
.news-trend-hero-head h3{
  margin:0;font-family:'Oswald',sans-serif;font-size:clamp(15px,2.2vw,20px);
  text-transform:uppercase;letter-spacing:.06em;color:var(--dark);font-weight:600;
}
.news-trend-delta{
  margin:0;font-family:'Oswald',sans-serif;font-size:clamp(22px,3vw,32px);
  font-weight:700;color:var(--red);line-height:1;
}
.news-trend-hero .climate-trend-host--large{
  width:100%;margin:0 auto;
}
.news-trend-hero .climate-line-chart--hero{
  display:block;width:100%;height:auto;max-height:min(52vh,480px);
}
.news-trend-tags{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;
}
.news-trend-caption{
  max-width:640px;margin:16px auto 0;font-size:14px;line-height:1.75;color:var(--gray);
}

/* Full-bleed CTA — attention grabber */
.news-cta{
  position:relative;overflow:hidden;
  padding:80px 5%;text-align:center;color:#fff;
  background:linear-gradient(115deg,#0a1628 0%,#1a4b8c 48%,#7f1d1d 100%);
}
.news-cta::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(circle at 15% 80%,rgba(220,38,38,.35),transparent 45%),
    radial-gradient(circle at 85% 20%,rgba(74,222,128,.18),transparent 40%);
  pointer-events:none;
}
.news-cta-inner{
  position:relative;z-index:1;
  max-width:720px;margin:0 auto;
}
.news-cta-label{
  display:inline-flex;align-items:center;gap:10px;
  margin:0 0 14px;padding:6px 14px;
  font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:#fecaca;background:rgba(220,38,38,.25);
  border:1px solid rgba(254,202,202,.35);border-radius:999px;
}
.news-cta h2{
  margin:0 0 16px;
  font-family:'Oswald',sans-serif;
  font-size:clamp(28px,4.5vw,44px);
  text-transform:uppercase;line-height:1.15;color:#fff;
}
.news-cta p{
  margin:0 auto 28px;max-width:560px;
  font-size:16px;line-height:1.85;color:rgba(255,255,255,.82);
}
.news-cta-btns{
  display:flex;flex-wrap:wrap;gap:14px;justify-content:center;
}
.news-cta .btn-outline-white{
  display:inline-block;padding:14px 28px;
  border:2px solid rgba(255,255,255,.65);color:#fff;
  font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;
  border-radius:3px;text-decoration:none;transition:all .2s;
}
.news-cta .btn-outline-white:hover{
  background:rgba(255,255,255,.12);border-color:#fff;
}
.news-cta .btn-red{
  box-shadow:0 10px 28px rgba(220,38,38,.45);
}

@media(max-width:700px){
  .news-trend-hero{padding:18px 12px 16px;border-radius:8px;}
  .news-story-head{text-align:left;margin-left:0;margin-right:0;}
  .news-story-copy{text-align:left;margin-left:0;margin-right:0;}
  .news-cta{padding:56px 5%;}
}

@media(max-width:960px){
  .news-kpi-grid{grid-template-columns:1fr;}
  .news-hist-row{grid-template-columns:1fr;gap:6px;}
  .news-hist-vals{justify-content:flex-start;}
  .news-wa-histogram{grid-template-columns:repeat(4,1fr);}
}
@media(max-width:560px){
  .news-wa-histogram{grid-template-columns:repeat(2,1fr);}
  .news-live-bar{flex-direction:column;align-items:flex-start;}
}

@media(max-width:960px){
  .climate-extra-grid,.climate-insights-grid{grid-template-columns:1fr;}
  .climate-extra-grid--two{grid-template-columns:1fr;}
  .hero-climate-strip{
    top:8px;right:8px;left:auto;
    width:min(168px,42vw);max-width:168px;
    transform:scale(1);transform-origin:top right;
    gap:6px;max-height:42vh;overflow:hidden;
  }
  .hero-climate-city{padding:8px 10px;}
  .hero-climate-city .climate-live-temp{font-size:26px;}
  .hero-climate-city .climate-live-meta{display:none;}
  .hero-climate-urban{display:none;}
  .hero-climate-gauge{display:none;}
  .hero-climate-cities .hero-climate-city:nth-child(n+2){display:none;}
}
@media(max-width:600px){
  /* On phones, climate cards fight the headline — hide in hero */
  .hero-climate-strip{display:none !important;}
  .hero-visual-panel{display:none;}
}
