/* ─── RESERVE ─── */
#reserve { background: var(--cream); text-align: center; }
.reserve-wrap { max-width: 620px; margin: 0 auto; }
.reserve-wrap p { color: var(--text-muted); margin-bottom: 40px; font-size: 0.95rem; }
#opentable-placeholder { border: 1px dashed var(--cream-dark); border-radius: 2px; padding: 48px 24px; margin-bottom: 8px; }
.ot-placeholder-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.ot-placeholder-label { font-family: var(--serif); font-size: 1.1rem; color: var(--text-dark); font-style: italic; }
.ot-placeholder-sub { font-size: 0.8rem; color: var(--text-muted); line-height: 1.7; max-width: 380px; }
.reserve-alt { margin-top: 28px; font-size: 0.82rem; color: var(--text-muted); }
.reserve-alt a { color: var(--text-dark); text-underline-offset: 3px; }
