.home-gallery-pro{background:var(--surface-soft)}
.home-gallery-layout{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  grid-template-rows:260px 260px;
  gap:18px;
}
.home-gallery-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 14px 35px rgba(10,42,34,.1);
  min-height:0;
}
.home-gallery-card.featured{grid-row:1/3}
.home-gallery-card img{width:100%;height:100%;object-fit:cover;transition:.55s ease}
.home-gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(2,27,21,.86))}
.home-gallery-card:hover img{transform:scale(1.06)}
.home-gallery-overlay{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.home-gallery-tag{display:inline-flex;padding:6px 9px;border-radius:99px;background:var(--orange);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.home-gallery-card h3{font-size:18px;line-height:1.2;margin-top:8px}
.home-gallery-card.featured h3{font-size:28px}
@media(max-width:860px){.home-gallery-layout{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px 230px}.home-gallery-card.featured{grid-column:1/-1;grid-row:auto}}
@media(max-width:560px){.home-gallery-layout{display:flex;flex-direction:column}.home-gallery-card{height:280px}.home-gallery-card.featured{height:420px}}
