.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(20,1,1,.86)}
.modal.open{display:flex}.modal-box{width:min(960px,100%);max-height:90vh;overflow:auto;padding:28px;border-radius:28px;background:#fff}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.modal-head h2{margin:8px 0 0;font-family:Georgia,serif}.close{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--w2);cursor:pointer}.modal-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.modal-gallery img{width:100%;height:190px;border-radius:16px;object-fit:cover}.modal-box>.small{color:var(--muted);font-size:.78rem}
@media(max-width:640px){.modal-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.modal-gallery{grid-template-columns:1fr}}


