/* 公益相册 + 新闻动态 图片精修 */

body[data-page="gallery.html"] .gallery-mosaic-grid{
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  gap:20px !important;
  grid-auto-flow:dense !important;
}
body[data-page="gallery.html"] .gallery-mosaic-grid figure{
  grid-column:span 4 !important;
  aspect-ratio:4 / 3 !important;
  min-height:0 !important;
  border-radius:28px !important;
}
body[data-page="gallery.html"] .gallery-mosaic-grid figure.large{
  grid-column:span 8 !important;
  aspect-ratio:16 / 10 !important;
}
body[data-page="gallery.html"] .gallery-mosaic-grid figure.tall{
  grid-column:span 4 !important;
  aspect-ratio:4 / 5 !important;
}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(1) img{object-position:center 34% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(2) img{object-position:center 44% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(3) img{object-position:center 48% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(4) img{object-position:center 38% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(5) img{object-position:center 40% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(6) img{object-position:center 42% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(7) img{object-position:center 36% !important;}
body[data-page="gallery.html"] .gallery-mosaic-grid figure:nth-child(8) img{object-position:center 40% !important;}

body[data-page="gallery.html"] .gallery-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
}
body[data-page="gallery.html"] .gallery-feature-thumb{aspect-ratio:16 / 10 !important;}
body[data-page="gallery.html"] .gallery-feature-grid article:nth-child(1) img{object-position:center 38% !important;}
body[data-page="gallery.html"] .gallery-feature-grid article:nth-child(2) img{object-position:center 42% !important;}
body[data-page="gallery.html"] .gallery-feature-grid article:nth-child(3) img{object-position:center 46% !important;}

body[data-page="news.html"] .news-feature-card{
  grid-template-columns:1.02fr .98fr !important;
  gap:28px !important;
}
body[data-page="news.html"] .news-feature-image{
  aspect-ratio:10 / 7 !important;
  min-height:0 !important;
}
body[data-page="news.html"] .news-feature-image img{object-position:center 38% !important;}
body[data-page="news.html"] .news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
}
body[data-page="news.html"] .news-thumb{aspect-ratio:4 / 3 !important;}
body[data-page="news.html"] .news-card:nth-child(1) .news-thumb img{object-position:center 42% !important;}
body[data-page="news.html"] .news-card:nth-child(2) .news-thumb img{object-position:center 44% !important;}
body[data-page="news.html"] .news-card:nth-child(3) .news-thumb img{object-position:center 48% !important;}
body[data-page="news.html"] .news-card:nth-child(4) .news-thumb img{object-position:center 40% !important;}
body[data-page="news.html"] .news-card:nth-child(5) .news-thumb img{object-position:center 38% !important;}
body[data-page="news.html"] .news-card:nth-child(6) .news-thumb img{object-position:center 42% !important;}

@media (max-width:1180px){
  body[data-page="gallery.html"] .gallery-feature-grid,
  body[data-page="news.html"] .news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  body[data-page="gallery.html"] .gallery-mosaic-grid figure{grid-column:span 6 !important;}
  body[data-page="gallery.html"] .gallery-mosaic-grid figure.large{grid-column:span 12 !important;}
}
@media (max-width:1040px){
  body[data-page="news.html"] .news-feature-card{grid-template-columns:1fr !important;}
}
@media (max-width:760px){
  body[data-page="gallery.html"] .gallery-mosaic-grid,
  body[data-page="gallery.html"] .gallery-feature-grid,
  body[data-page="news.html"] .news-grid{
    grid-template-columns:1fr !important;
  }
  body[data-page="gallery.html"] .gallery-mosaic-grid figure,
  body[data-page="gallery.html"] .gallery-mosaic-grid figure.large,
  body[data-page="gallery.html"] .gallery-mosaic-grid figure.tall,
  body[data-page="gallery.html"] .gallery-feature-thumb,
  body[data-page="news.html"] .news-thumb,
  body[data-page="news.html"] .news-feature-image{
    grid-column:auto !important;
    aspect-ratio:4 / 3 !important;
  }
}
