.gallery-section{padding:82px 0;background:#fff}.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.gallery-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.gallery-head p{max-width:410px;margin:0;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-item{position:relative;display:block;min-height:210px;overflow:hidden;border-radius:18px;background:#f3eaf4}.gallery-item img{width:100%;height:100%;min-height:210px;display:block;object-fit:cover;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item figcaption{position:absolute;right:10px;bottom:10px;left:10px;padding:8px 10px;border-radius:10px;background:rgba(37,17,63,.82);color:#fff;font-size:.78rem}.gallery-status{padding:22px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);text-align:center}.gallery-status[hidden]{display:none}@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-head{display:block}.gallery-head p{margin-top:16px}}@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-item,.gallery-item img{min-height:260px}}
