.gallery-page{background:#ffffff;color:var(--deep-navy)}.gallery-page__empty{color:#64748b;font-size:1.05rem}.gallery-page__block+.gallery-page__block{margin-top:clamp(1.25rem,3vw,2rem)}.gallery-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(.85rem,2vw,1.25rem);gap:clamp(.85rem,2vw,1.25rem);max-width:960px;margin-inline:auto}.gallery-card{margin:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(6,21,47,.08);box-shadow:0 8px 24px rgba(6,21,47,.06)}.gallery-card__media{aspect-ratio:4/3;background:#e2e8f0;overflow:hidden}.gallery-card__media iframe,.gallery-card__media img,.gallery-card__media video{width:100%;height:100%;object-fit:cover;border:0;display:block}.gallery-card--video .gallery-card__media{aspect-ratio:16/9}.gallery-card__caption{padding:.75rem .9rem .9rem;font-size:.92rem;line-height:1.45;color:#334155}@media (max-width:640px){.gallery-page__grid{grid-template-columns:1fr}}