/* order popup */
.order-dialog { border: 0; border-radius: 20px; padding: 0; width: min(26rem, 100% - 2.5rem); background: var(--bg); color: var(--ink); box-shadow: 0 24px 60px rgba(0, 0, 0, .45); }
.order-dialog::backdrop { background: rgba(15, 8, 7, .72); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.od-body { position: relative; padding: 1.7rem 1.5rem 1.5rem; }
.od-body h2 { font-size: 1.7rem; padding-right: 2.5rem; margin-bottom: .3rem; }
.od-sub { margin: 0 0 1.4rem; color: var(--muted); }
.od-opts { display: grid; gap: .75rem; }
.od-opts .btn { width: 100%; min-height: 3.25rem; }
.od-close { position: absolute; top: .7rem; right: .7rem; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: none; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.od-close:hover { background: var(--bg-2); }
/* reservation text */
.visit .reserve { margin: -.6rem 0 1.8rem; max-width: 52ch; font-size: 1.05rem; color: var(--muted); }
