.ReservationForm-module__oChhTq__form{background:var(--surface);box-shadow:inset 0 0 0 1px var(--hairline);clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px));flex-direction:column;gap:1.25rem;padding:2.5rem 2.25rem;display:flex}.ReservationForm-module__oChhTq__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ReservationForm-module__oChhTq__field{flex-direction:column;gap:.5rem;display:flex}.ReservationForm-module__oChhTq__label{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--text-label);font-size:.6875rem;font-weight:600}.ReservationForm-module__oChhTq__labelOptional{letter-spacing:.18em;color:var(--text-dim);font-weight:400}.ReservationForm-module__oChhTq__input,.ReservationForm-module__oChhTq__textarea{width:100%;font-family:var(--font-body);color:var(--text);background:var(--surface-elevated);border:1px solid var(--hairline);-webkit-appearance:none;appearance:none;border-radius:0;outline:none;padding:.85rem 1rem;font-size:.95rem;line-height:1.4;transition:border-color .2s,box-shadow .2s,background .2s}.ReservationForm-module__oChhTq__input:focus,.ReservationForm-module__oChhTq__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:var(--surface)}.ReservationForm-module__oChhTq__input:disabled,.ReservationForm-module__oChhTq__textarea:disabled{opacity:.5;cursor:not-allowed}.ReservationForm-module__oChhTq__input::placeholder,.ReservationForm-module__oChhTq__textarea::placeholder{color:var(--text-dim);font-family:var(--font-body)}.ReservationForm-module__oChhTq__textarea{resize:vertical;min-height:6rem;font-family:var(--font-body)}.ReservationForm-module__oChhTq__honeypotWrap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ReservationForm-module__oChhTq__fieldset{border:none;flex-direction:column;gap:.5rem;margin:0;padding:0;display:flex}.ReservationForm-module__oChhTq__segmented{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.ReservationForm-module__oChhTq__segmentedItem{background:var(--surface-elevated);box-shadow:inset 0 0 0 1px var(--hairline);cursor:pointer;transition:box-shadow .25s ease, background .25s ease, transform .4s var(--ease-smooth);clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px));flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.1rem 1.25rem;display:flex;position:relative}.ReservationForm-module__oChhTq__segmentedItem:hover{background:var(--surface);box-shadow:inset 0 0 0 1px var(--accent)}.ReservationForm-module__oChhTq__segmentedItemActive{background:var(--surface);box-shadow:inset 0 0 0 2px var(--accent-bright)}.ReservationForm-module__oChhTq__segmentedItemActive:hover{box-shadow:inset 0 0 0 2px var(--accent-bright)}.ReservationForm-module__oChhTq__segmentedRadio{opacity:0;pointer-events:none;position:absolute}.ReservationForm-module__oChhTq__segmentedTitle{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--text);font-size:1rem;font-weight:600}.ReservationForm-module__oChhTq__segmentedNote{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);font-size:14px}.ReservationForm-module__oChhTq__segmentedItemActive .ReservationForm-module__oChhTq__segmentedTitle{color:var(--accent-bright)}.ReservationForm-module__oChhTq__checkbox{font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.ReservationForm-module__oChhTq__checkbox input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--accent);flex-shrink:0;margin-top:.15rem}.ReservationForm-module__oChhTq__privacyLink{color:var(--accent-bright);border-bottom:1px solid #e8f00066;text-decoration:none}.ReservationForm-module__oChhTq__privacyLink:hover{color:var(--text);border-bottom-color:var(--text-muted)}.ReservationForm-module__oChhTq__turnstile{justify-content:flex-start;display:flex}.ReservationForm-module__oChhTq__submit{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#0a0a0a;background:var(--accent-bright);cursor:pointer;clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px));border:none;align-self:flex-start;padding:1rem 2.25rem;font-size:.95rem;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s}.ReservationForm-module__oChhTq__submit:hover:not(:disabled){background:#57b6ff;transform:translateY(-2px)}.ReservationForm-module__oChhTq__submit:active:not(:disabled){transform:translateY(0)}.ReservationForm-module__oChhTq__submit:disabled{cursor:wait;opacity:.7}.ReservationForm-module__oChhTq__submit[data-loading=true]{background:var(--accent);color:var(--text)}.ReservationForm-module__oChhTq__errorBlock{font-family:var(--font-body);color:var(--text);background:#dc262614;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;font-size:.875rem;display:flex;box-shadow:inset 0 0 0 1px #dc262666}.ReservationForm-module__oChhTq__errorLink{color:var(--accent-bright);text-decoration:underline}.ReservationForm-module__oChhTq__errorDetail{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-dim);font-size:.7rem}@media (max-width:720px){.ReservationForm-module__oChhTq__form{padding:1.75rem 1.25rem}.ReservationForm-module__oChhTq__row{grid-template-columns:1fr;gap:1rem}.ReservationForm-module__oChhTq__segmented{grid-template-columns:1fr}.ReservationForm-module__oChhTq__submit{text-align:center;width:100%}}
.ReservationSuccessModal-module__7nwbca__backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);animation:ReservationSuccessModal-module__7nwbca__fadeIn .25s var(--ease-smooth);background:#121218b8;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ReservationSuccessModal-module__7nwbca__modal{background:var(--surface);width:100%;max-width:480px;box-shadow:inset 0 0 0 1px var(--accent);filter:drop-shadow(0 30px 60px #00000073)drop-shadow(0 8px 24px #0000008c);text-align:left;clip-path:polygon(0 16px,16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));animation:ReservationSuccessModal-module__7nwbca__rise .35s var(--ease-settle);padding:2.75rem 2.25rem 2.25rem;position:relative}.ReservationSuccessModal-module__7nwbca__markWrap{width:56px;height:56px;color:var(--accent-bright);clip-path:polygon(0 8px,8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px));background:#e8f0001f;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.ReservationSuccessModal-module__7nwbca__markSvg{width:32px;height:32px}.ReservationSuccessModal-module__7nwbca__title{font-family:var(--font-editorial-upright);color:var(--text);margin:0 0 .85rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.15}.ReservationSuccessModal-module__7nwbca__title em{font-family:var(--font-editorial);color:var(--accent-bright);font-style:italic}.ReservationSuccessModal-module__7nwbca__body{font-family:var(--font-body);color:var(--text-secondary);margin:0 0 1.75rem;font-size:1rem;line-height:1.6}.ReservationSuccessModal-module__7nwbca__closeBtn{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text);box-shadow:inset 0 0 0 1px var(--hairline);cursor:pointer;clip-path:polygon(0 8px,8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px));background:0 0;border:none;padding:.85rem 1.85rem;font-size:.875rem;font-weight:600;transition:box-shadow .25s,color .25s,transform .25s}.ReservationSuccessModal-module__7nwbca__closeBtn:hover{color:var(--accent-bright);box-shadow:inset 0 0 0 1px var(--accent)}.ReservationSuccessModal-module__7nwbca__closeBtn:focus-visible{box-shadow:inset 0 0 0 2px var(--accent-bright);outline:none}@keyframes ReservationSuccessModal-module__7nwbca__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReservationSuccessModal-module__7nwbca__rise{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.ReservationSuccessModal-module__7nwbca__backdrop,.ReservationSuccessModal-module__7nwbca__modal{animation:none!important}}
