/* ACTUALITÉS — dedicated editorial section between Guide and Reportages. */
[data-home-section="news"]{
  --news-gold:#e8c878;
  position:relative;
  overflow:hidden;
  padding:clamp(14px,2.3vh,28px) clamp(12px,2.5vw,42px);
  background:radial-gradient(circle at 84% 12%,rgba(232,200,120,.12),transparent 28%),linear-gradient(150deg,#09060d,#130b17 58%,#08050b);
}
[data-home-section="news"]>.container{width:min(100%,1540px);height:100%;margin:auto;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(12px,2vh,24px)}
.home-news-header{display:flex;align-items:end;justify-content:space-between;gap:28px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.09)}
.home-news-header small{color:var(--news-gold);font-size:.62rem;font-weight:900;letter-spacing:.22em}
.home-news-header h2{margin:3px 0 0;color:#fff;font-size:clamp(2rem,4vw,4.4rem);line-height:.92;letter-spacing:-.045em}
.home-news-header p{max-width:530px;margin:0;color:rgba(255,255,255,.62);font-size:clamp(.76rem,1vw,.94rem);line-height:1.55;text-align:right}
.home-news-grid{min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:clamp(8px,1.2vw,16px);overflow:auto;scrollbar-width:thin}
.home-news-card{position:relative;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:clamp(13px,1.3vw,20px);background:#151018;color:#fff;text-decoration:none;isolation:isolate}
.home-news-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.home-news-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 22%,rgba(4,2,6,.92) 100%)}
.home-news-card>span{position:absolute;z-index:2;left:clamp(12px,1.4vw,20px);right:clamp(12px,1.4vw,20px);bottom:clamp(12px,1.4vw,20px);display:flex;flex-direction:column;gap:6px}
.home-news-card small{color:var(--news-gold);font-size:.57rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.home-news-card strong{font-size:clamp(.94rem,1.35vw,1.35rem);line-height:1.12}
.home-news-card em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:rgba(255,255,255,.64);font-size:.68rem;line-height:1.4;font-style:normal}
.home-news-card:hover img{transform:scale(1.045)}
.home-news-card:hover{border-color:rgba(232,200,120,.43)}
.home-news-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed rgba(232,200,120,.22);border-radius:20px;color:rgba(255,255,255,.62);text-align:center}
.home-news-empty strong{color:#fff;font-size:clamp(1.2rem,2vw,2rem)}

@media(max-width:1023px){.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-header{align-items:start}.home-news-header p{max-width:46%}}
@media(max-width:700px){[data-home-section="news"]{padding:12px 10px}.home-news-header{display:block;padding-bottom:9px}.home-news-header h2{font-size:2.1rem}.home-news-header p{max-width:none;margin-top:5px;text-align:left;font-size:.68rem}.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.home-news-card strong{font-size:.82rem}.home-news-card em{display:none}}
@media(max-width:390px){.home-news-header p{display:none}.home-news-grid{grid-template-columns:1fr 1fr}}
