.gallery-section__card{background:linear-gradient(180deg,var(--gallery-bg-start) 21.154%,var(--gallery-bg-middle) 70.192%,var(--gallery-bg-end) 100%),var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:16px}.gallery-card{position:relative;min-height:260px;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.gallery-card.tall{grid-row:span 2;min-height:536px}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.gallery-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--text-rgb),0) 36%,rgba(var(--text-rgb),.4))}.gallery-card h3{position:absolute;left:18px;right:18px;bottom:16px;z-index:1;margin:0;padding:8px;color:#fff;font-size:18px}.gallery-section__action{display:flex;justify-content:center}@media (max-width: 820px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gallery-card{min-height:0;aspect-ratio:1;border-radius:20px}.gallery-card.tall{min-height:0;aspect-ratio:auto}.gallery-grid>.gallery-card:last-child{grid-row:auto;grid-column:1/-1;aspect-ratio:2/1}.gallery-card h3{left:12px;right:12px;bottom:12px;padding:0;font-size:16px;font-weight:500;overflow-wrap:anywhere}}
