.reservation-dialog{width:min(760px,calc(100vw - 28px))}
.terrace-picker{margin:20px 0 24px;border:1px solid #c5ad754d;padding:16px;background:#11140e}
.terrace-picker[hidden]{display:none}
.terrace-picker h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:500;margin:0 0 6px;color:#f4eee0}
.terrace-picker p{font-size:13px;line-height:1.6;color:#c9c4b4;margin:0 0 12px}
.terrace-render{position:relative;margin:0 0 14px;line-height:0;background:#c6c5c1;overflow:hidden}
.terrace-render img{display:block;width:100%;height:auto;user-select:none;-webkit-user-drag:none}
.terrace-marker{position:absolute;transform:translate(-50%,-50%);width:32px;height:32px;padding:0;border-radius:50%;border:2px solid #f5e9cf;background:#25291fe8;color:#fff;font:600 13px Manrope,sans-serif;box-shadow:0 2px 10px #0005;cursor:pointer}
.terrace-marker[aria-pressed=true]{background:#d5b775;color:#17170f;border-color:#fff5d9;box-shadow:0 0 0 5px #c6a65b55}
.terrace-table-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.terrace-table-list button{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:8px;border:1px solid #ad9b644d;background:#1d2117;color:#f4eee0;padding:13px;font:inherit;font-size:13px;cursor:pointer;min-height:52px}
.terrace-table-list button span{display:block;font-size:11px;color:#c9c4b4;margin-top:3px}
.terrace-table-list button:after{content:'+';font-size:22px;color:#cdb57a}
.terrace-table-list button[aria-pressed=true]{background:#514029;border-color:#d5b775}
.terrace-table-list button[aria-pressed=true]:after{content:'✓'}
.terrace-picker button:focus-visible{outline:3px solid #f5d794;outline-offset:3px}
.terrace-picker #terrace-summary{margin:12px 0 0;color:#e7cb8c;font-size:12px}
@media(max-width:540px){.terrace-picker{padding:12px}.terrace-render{margin-left:-12px;margin-right:-12px}.terrace-marker{width:29px;height:29px;font-size:12px}.terrace-table-list button{padding:10px;font-size:12px}}
