.reservationBar{width:100%;background:rgba(15,18,24,0.62);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.14);border-radius:var(--radiusLg);box-shadow:var(--shadow);overflow:visible;position:relative;z-index:10}.reservationForm{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr)) auto;gap:10px;padding:14px;align-items:end}#ohResBoxForm .fieldGroup{display:flex;flex-direction:column;gap:8px;padding:10px 10px;border-radius:14px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1)}#ohResBoxForm .fieldLabel{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted)}#ohResBoxForm .fieldInput{width:100%;background:transparent;border:0;color:var(--text);font-size:15px;outline:none;padding:2px 0}#ohResBoxForm .fieldInput::placeholder{color:var(--text);font-weight:normal;font-size:15px}#ohResBoxForm .occupancyGroup{position:relative}#ohResBoxForm .occupancyButton{width:100%;border:0;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 0;cursor:pointer;font-size:15px}#ohResBoxForm .occupancySummary{color:var(--text)}#ohResBoxForm .chevron{width:10px;height:10px;border-right:2px solid rgba(255,255,255,0.65);border-bottom:2px solid rgba(255,255,255,0.65);transform:rotate(45deg);margin-left:10px}#ohResBoxForm .occupancyPanel{max-width:250px;position:absolute;top:calc(100% + 10px);left:0;width:90vw;background:rgba(12,14,18,0.96);border:1px solid rgba(255,255,255,0.14);border-radius:18px;box-shadow:var(--shadow);padding:14px;display:none;z-index:9999}#ohResBoxForm .occupancyPanel.isOpen{display:block}#ohResBoxForm .occupancyHeader{display:flex;align-items:center;justify-content:space-between;padding:6px 4px 12px 4px;border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:10px}#ohResBoxForm .occupancyHeaderText{font-weight:700;letter-spacing:0.06em;text-transform:uppercase;font-size:12px;color:rgba(255,255,255,0.78)}#ohResBoxForm .occupancyRow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 4px}#ohResBoxForm .occupancyMeta{display:flex;flex-direction:column;gap:4px}#ohResBoxForm .occupancyTitle{font-weight:650;text-transform:uppercase;letter-spacing:0.04em;font-size:13px}#ohResBoxForm .occupancyNote{color:rgba(255,255,255,0.62);font-size:12px}#ohResBoxForm .stepper{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:999px;padding:6px 8px}#ohResBoxForm .stepperBtn{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.06);color:var(--text);cursor:pointer;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform 120ms ease, background 120ms ease}#ohResBoxForm .stepperBtn:hover{transform:translateY(-1px);background:rgba(255,255,255,0.1)}#ohResBoxForm .stepperBtn:disabled{opacity:0.45;cursor:not-allowed;transform:none}#ohResBoxForm .stepperValue{min-width:18px;text-align:center;font-weight:650}#ohResBoxForm .occupancyFinePrint{margin:6px 4px 12px 4px;color:rgba(255,255,255,0.6);font-size:12px}#ohResBoxForm .occupancyActions{display:flex;gap:10px;justify-content:flex-end;padding:10px 4px 4px 4px;border-top:1px solid rgba(255,255,255,0.1);margin-top:8px}#ohResBoxForm .panelBtn{border-radius:999px;padding:10px 14px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.06);color:var(--text);cursor:pointer;text-transform:uppercase;letter-spacing:0.06em;font-size:12px}#ohResBoxForm .panelBtnPrimary{background:rgba(255,255,255,0.16)}#ohResBoxForm .panelBtn:hover{background:rgba(255,255,255,0.1)}#ohResBoxForm .submitGroup{display:flex;align-items:stretch;height:99%}#ohResBoxForm .promoCode{background-color:#3a3b3d;border:0;padding:2px}#ohResBoxForm .searchBtn{height:100%;border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.18);color:var(--text);border-radius:16px;padding:14px 16px;cursor:pointer;text-transform:uppercase;letter-spacing:0.06em;font-weight:700;transition:transform 140ms ease, background 140ms ease}#ohResBoxForm .searchBtn:hover{transform:translateY(-1px);background:rgba(255,255,255,0.22)}@media (max-width: 980px){.reservationForm{grid-template-columns:1fr 1fr}#ohResBoxForm .submitGroup{grid-column:1 / -1}}@media (max-width: 520px){#ohResBoxForm .occupancyPanel{width:92vw}}
