.reservation-field-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.reservation-field-heading>div{display:grid;gap:.2rem}.reservation-field-heading strong{font-size:.94rem}.reservation-field-heading small{color:#746a5f;font-size:.76rem;font-weight:500}.reservation-date-picker{overflow:hidden;border:1px solid #d8ccbc;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(60,42,27,.035)}.reservation-date-picker__head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:.5rem;padding:.75rem .8rem;border-bottom:1px solid #ece3d7;background:#fffaf2}.reservation-date-picker__head strong{text-align:center;font-size:1rem;letter-spacing:.01em}.reservation-calendar-nav{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8ccbc;border-radius:10px;background:#fff;color:#1c1917;font:inherit;font-weight:800;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.reservation-calendar-nav:last-child{justify-self:end}.reservation-calendar-nav:hover:not(:disabled){border-color:#b85d1c;background:#fff6e9;transform:translateY(-1px)}.reservation-calendar-nav:disabled{opacity:.3;cursor:not-allowed}.reservation-date-picker__weekdays,.reservation-date-picker__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.reservation-date-picker__weekdays{padding:.65rem .7rem .25rem;color:#85796c;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-align:center;text-transform:uppercase}.reservation-date-picker__grid{gap:.25rem;padding:.35rem .7rem .8rem}.reservation-calendar-day{position:relative;display:grid;place-items:center;min-width:0;min-height:44px;border:1px solid transparent;border-radius:11px;background:transparent;color:#29231f;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease,transform .14s ease}.reservation-calendar-day:hover:not(:disabled):not(.is-selected){border-color:#d6b79d;background:#fff7ec;transform:translateY(-1px)}.reservation-calendar-day.is-today:not(.is-selected)::after{content:"";position:absolute;bottom:6px;width:4px;height:4px;border-radius:50%;background:#bd3b20}.reservation-calendar-day.is-selected{border-color:#1c1917;background:#1c1917;color:#fff;box-shadow:0 5px 14px rgba(28,25,23,.18)}.reservation-calendar-day.is-outside{opacity:0;pointer-events:none}.reservation-calendar-day:disabled{color:#c3b9ad;cursor:not-allowed}.reservation-alternative{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.9rem;padding:1rem 1.05rem;border:1px solid #e1c9ae;border-radius:13px;background:#fff7ea;color:#4d4137}.reservation-alternative>div{min-width:0}.reservation-alternative strong{display:block;color:#2b241f;font-size:.9rem}.reservation-alternative p{margin:.25rem 0 0;font-size:.82rem;line-height:1.5}.reservation-alternative .button{flex:none}.reservation-alternative.is-primary{border-color:#e3ad7e;background:#fff2df}.reservation-alternative.is-sold-out{display:block;border-color:#e6b9ad;background:#fff0ec;color:#73331f}.reservation-alternative.is-sold-out strong{color:#702b18}.reservation-thank-you{max-width:560px;margin:0 auto 1.4rem;color:#5a5047;line-height:1.7}.reservation-calendar-actions{margin:1.75rem auto 1.35rem;padding:1.25rem;border:1px solid #e0d3c3;border-radius:15px;background:#fff}.reservation-calendar-actions p{margin:0 0 .85rem}.reservation-calendar-actions>div{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.reservation-calendar-actions .button{min-height:42px;padding:.65rem .9rem;text-decoration:none}.reservation-confirmation-help{max-width:520px;margin:0 auto 1.25rem;color:#756b61;font-size:.84rem;line-height:1.55}@media(max-width:680px){.reservation-date-picker__weekdays{padding-inline:.35rem}.reservation-date-picker__grid{gap:.15rem;padding-inline:.35rem}.reservation-calendar-day{min-height:40px;border-radius:9px;font-size:.82rem}.reservation-alternative{align-items:stretch;flex-direction:column}.reservation-alternative .button{width:100%}.reservation-calendar-actions>div{display:grid;grid-template-columns:1fr 1fr}.reservation-calendar-actions .button{width:100%;text-align:center}}@media(max-width:420px){.reservation-date-picker{border-radius:13px}.reservation-date-picker__head{grid-template-columns:38px 1fr 38px;padding:.65rem .55rem}.reservation-calendar-nav{width:36px;height:36px}.reservation-calendar-day{min-height:37px;font-size:.78rem}.reservation-calendar-actions>div{grid-template-columns:1fr}}