/* Styles spécifiques Galerie (#gallery) */

/* Header */
#gallery .g-hero{padding:60px 0 18px;background:radial-gradient(800px 500px at 40% 10%, rgba(140,75,255,.18), transparent 60%), radial-gradient(900px 600px at 70% 30%, rgba(255,62,165,.18), transparent 60%), #0a0f18;border-bottom:1px solid rgba(255,255,255,.06)}
#gallery .g-title{font-size:clamp(34px,5vw,72px);margin:0}
#gallery .g-title .accent{background:linear-gradient(90deg,var(--primary-1),var(--primary-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
#gallery .g-sub{margin:10px auto 16px;color:#cbd6f4;max-width:900px}
#gallery .divider{margin:10px auto 0}

/* Filtres supprimés */

/* Grid */
#gallery .g-grid-wrap{padding:26px 0;background:#0b1320}
#gallery .g-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
#gallery .g-item{margin:0;position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden}
#gallery .g-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.25)}

/* Stats band */
#gallery .g-stats{background:linear-gradient(180deg,#140e22,#0b0f18);border-top:1px solid rgba(255,255,255,.06);padding:40px 0}
#gallery .g-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
#gallery .g-stats .value{font-size:42px;font-weight:800;background:linear-gradient(90deg,var(--primary-1),var(--primary-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
#gallery .g-stats .label{color:#cbd6f4}

/* Responsive */
@media (max-width: 1100px){
  #gallery .g-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 900px){
  #gallery .g-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 560px){
  #gallery .g-grid{grid-template-columns:1fr}
}
