/* Booking guide: centered contact dialog, native viewport resizing, focus-only sticky. */
#booking .booking-intro,#booking .booking-step-note{font-size:12px;line-height:1.8;color:var(--muted)}
#booking .booking-step-note{text-align:center;margin:12px 0 0}
.form-step{font-size:12px;letter-spacing:.03em;font-weight:600;color:var(--teal);margin:0 0 8px}
#booking .fields{margin-top:24px}
#booking label,.booking-contact-dialog label{font-size:13px;line-height:1.6;gap:7px}
#booking input,#booking select,.booking-contact-dialog input{font-size:16px;min-height:48px}
#booking label .required-mark,.booking-contact-dialog label .required-mark{font-size:12px;color:var(--muted);font-weight:400;display:inline}
#booking label:has(.required-mark),.contact-fields label{display:block}
#booking label input,.contact-fields input{display:block;margin-top:7px}
#booking .field-help,#booking .notice{font-size:12px}
.input-error{display:block;margin-top:7px;font-size:12px;font-weight:400;line-height:1.65;color:#a32f32}
.input-error[hidden]{display:none}
#booking [aria-invalid="true"],.booking-contact-dialog [aria-invalid="true"]{border-color:#ba393c;box-shadow:0 0 0 1px #ba393c}
.booking-contact-dialog{padding:0;width:min(520px,calc(100% - 32px));max-width:none;max-height:none;overflow:visible;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 24px 80px #122e3540}
.booking-contact-dialog::backdrop{background:#142e39a6}
.booking-contact-dialog form{display:flex;flex-direction:column;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow:visible;border-radius:inherit}
.contact-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:23px 26px 17px;flex-shrink:0;border-bottom:1px solid var(--line)}
.contact-heading h2{font-size:22px;line-height:1.4;letter-spacing:-.035em;margin:0}
.contact-heading .form-step{margin-bottom:5px}
.contact-close{width:44px;height:44px;flex-shrink:0;border-radius:50%;font-size:27px;background:var(--paper)}
.contact-body{padding:19px 26px 8px;overflow-y:auto;overscroll-behavior:contain;min-height:0;scroll-padding-block:16px}
.contact-reservation{background:var(--paper);padding:13px 15px;border-radius:8px;font-size:12px;line-height:1.7;margin-bottom:12px}
.contact-reservation>div{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:2px}
.contact-reservation strong{font-size:18px;font-variant-numeric:tabular-nums}
.contact-reservation button{font-size:12px;text-decoration:underline;text-underline-offset:3px;min-height:40px;padding:8px 0 8px 15px}
.contact-demo-note{font-size:12px;line-height:1.8;color:var(--muted);margin:0 0 16px;word-break:keep-all}
.contact-fields{display:grid;gap:16px}
.contact-fields input::placeholder{font-size:14px}
.contact-consents{margin-top:20px;border-top:1px solid var(--line)}
.contact-consent{padding:10px 0;border-bottom:1px solid var(--line)}
.booking-contact-dialog .check-row{margin:0;min-height:44px;gap:10px;align-items:center;font-weight:400}
.booking-contact-dialog .check-row input{width:20px;height:20px;min-height:20px;flex-shrink:0;margin:0}
.contact-consent summary{font-size:12px;line-height:1.7;cursor:pointer;color:var(--muted);min-height:40px;display:flex;align-items:center;padding-left:30px;text-decoration:underline;text-underline-offset:3px}
.contact-consent summary::after{content:'+';text-decoration:none;margin-left:9px}
.contact-consent details[open] summary::after{content:'−'}
.consent-detail{font-size:12px;line-height:1.85;color:#4e655f;background:var(--paper);padding:14px;border-radius:8px;overflow-wrap:anywhere}
.consent-detail p+p{margin-top:10px}
.consent-detail dl{margin-top:10px}.consent-detail dt{font-weight:600;margin-top:8px}.consent-detail dd{margin:2px 0 0}
.contact-footer{flex-shrink:0;background:#fff;padding:14px 26px 18px;border-top:1px solid var(--line);border-radius:0 0 16px 16px}
.contact-footer p{font-size:12px;color:var(--muted);text-align:center;line-height:1.6;margin:8px 0 0}
.contact-footer .button{font-size:14px;min-height:50px}
.contact-body .error:empty{display:none}
@media(max-width:768px){
 #booking .booking-layout{grid-template-columns:1fr;gap:22px}
 #booking .booking-layout aside{order:0}
 #booking .booking-summary img{height:150px}
 #bookingDetailsForm:focus-within>.form-submit{position:sticky;bottom:10px;z-index:6;box-shadow:0 8px 24px #19343830}
 .booking-contact-dialog form:focus-within>.form-submit{position:sticky;bottom:0;z-index:6;box-shadow:0 -5px 18px #1934380d}
 .booking-contact-dialog{width:calc(100% - 24px);border-radius:14px}
 .booking-contact-dialog form{max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}
 .contact-heading{padding:15px 18px 12px}.contact-heading h2{font-size:20px}
 .contact-body{padding:15px 18px 8px}.contact-footer{padding:12px 18px 14px}
 #booking .page-heading h1{font-size:28px}
}
@media(max-width:360px){#booking{padding-left:16px;padding-right:16px}#booking .panel{padding:21px 18px}#booking .page-heading h1{font-size:25px}.contact-heading h2{font-size:18px}.booking-contact-dialog label{font-size:12px}}
@media(max-height:500px){.contact-heading{padding-top:10px;padding-bottom:9px}.contact-heading h2{font-size:18px}.contact-heading .form-step{margin-bottom:2px}.contact-footer{padding-top:9px;padding-bottom:10px}.contact-body{padding-top:12px}.contact-footer p{margin-top:5px}}
