/* Direct enquiries share the site's typography, colours and contact controls. */
.booking-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(40px,6vw,90px);align-items:start;padding-block:64px 90px}
.booking-intro{min-width:0}
.booking-intro h1{font-size:clamp(54px,5.5vw,82px);line-height:1.02;margin-bottom:26px}
.booking-intro .title-line{display:block}
.booking-intro h1 em{font-weight:400;color:var(--muted)}
.booking-intro h1 br{display:none}
.booking-lead{font-size:16px;line-height:1.85;max-width:40ch;color:var(--muted)}
.booking-benefits{padding:0;margin:24px 0 30px;list-style:none;font-size:14px;display:grid;gap:8px}
.booking-benefits li::before{content:'✓';color:var(--accent-dark);margin-right:12px}
.booking-partner{border-block:1px solid var(--line);padding-block:24px;margin:24px 0}
.booking-partner h2{font-size:29px;line-height:1.2;margin-bottom:8px}
.booking-partner p{font-size:14px;color:var(--muted);margin-bottom:18px}
.booking-partner .button{font-size:14px;gap:16px}
.booking-scene img{width:100%;height:230px;object-fit:cover}
.booking-scene figcaption{font-size:13px;color:var(--muted);margin-top:10px}
.booking-help{font-size:14px;line-height:1.8;color:var(--muted);margin-top:24px;max-width:40ch}
.booking-help a,.booking-no-script a{text-decoration:underline;text-underline-offset:3px}
.contact-form-panel>p.booking-assistance{font-size:13px;line-height:1.8;margin:22px 0 0;overflow-wrap:anywhere}
.booking-assistance a{text-decoration:underline;text-underline-offset:3px}
.booking-page .contact-form-panel{padding:clamp(24px,3vw,42px)}
.booking-page .contact-form-panel>h2{font-size:42px}
.booking-fields{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.booking-field-help{display:block;font-size:13px;line-height:1.65;color:var(--muted);margin:8px 0 0}
.booking-room-preview{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:20px;background:var(--cream);border:1px solid var(--line);min-width:0;overflow:hidden}
.booking-room-preview__photo{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.booking-room-preview__copy{min-width:0;padding:16px 16px 16px 0}
.booking-room-preview__copy:only-child{grid-column:1/-1;padding-left:16px}
.booking-room-preview__label{font-size:9px;line-height:1.6;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 7px}
.booking-room-preview__title{font-size:28px;line-height:1.15;margin:0 0 9px}
.booking-room-preview__facts,.booking-room-preview__views{font-size:12px;line-height:1.65;color:var(--muted);margin:0}
.booking-room-preview__views{margin-top:4px;text-transform:capitalize}
@media(max-width:600px){.booking-room-preview{gap:14px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.booking-room-preview__photo{aspect-ratio:1;height:100%}.booking-room-preview__copy{padding:14px 12px 14px 0}.booking-room-preview__title{font-size:23px}.booking-room-preview__label{font-size:8px}.booking-room-preview__facts,.booking-room-preview__views{font-size:11px}}
.booking-estimate{grid-column:1/-1;border-block:1px solid #cdbda8;padding:23px 0;margin:3px 0 8px;min-width:0}
.booking-estimate__heading{font-size:29px;line-height:1.2;margin:0 0 12px}
.booking-estimate__notice,.booking-estimate__note{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 10px}
.booking-estimate__sample{display:block;font-size:13px;line-height:1.6;background:var(--cream);padding:9px 12px;margin:0 0 14px;color:var(--ink)}
.booking-estimate__rows{margin:0}
.booking-estimate__row{display:flex;justify-content:space-between;align-items:baseline;gap:18px;font-size:14px;margin:8px 0}
.booking-estimate__row dt{min-width:0}
.booking-estimate__row dd{margin:0;text-align:right;white-space:nowrap}
.booking-estimate__discount{color:var(--accent-dark)}
.booking-estimate__total{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-weight:600;font-size:18px}
.booking-estimate__breakdown{font-size:13px;line-height:1.7;color:var(--muted);padding:0;list-style:none;margin:14px 0}
.booking-estimate__breakdown summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:5px 0}
.booking-estimate__breakdown ul{padding-left:18px;margin-bottom:0}
.booking-estimate__note:last-child{margin-bottom:0}
.booking-page .enquiry-field label,.contact-grid .enquiry-field label{font-size:14px}
.booking-page .contact-consent{font-size:13px}
.booking-page [data-contact-submit]{width:100%;justify-content:space-between;font-size:14px}
.booking-page .mobile-booking{display:none}
.booking-page .site-footer{padding-bottom:0}
@media(max-width:900px){.booking-layout{grid-template-columns:1fr;gap:34px;padding-block:40px 64px}.booking-intro h1{font-size:60px;margin-bottom:20px}.booking-lead{max-width:60ch}.booking-benefits{display:flex;flex-wrap:wrap;gap:10px 24px;margin:18px 0}.booking-partner{margin:0;padding:18px 0}.booking-partner h2{font-size:25px}.booking-partner p{display:none}.booking-partner .button{margin-top:5px}.booking-scene,.booking-help{display:none}}
@media(max-width:600px){.booking-layout{width:calc(100% - 36px);padding-top:32px;gap:28px}.booking-intro h1{font-size:52px}.booking-lead{font-size:15px;line-height:1.75}.booking-page .contact-form-panel{padding:26px 20px}.booking-page .contact-form-panel>h2{font-size:36px}.booking-fields{gap:17px 12px}.booking-fields .enquiry-field input,.booking-fields .enquiry-field select{padding-inline:9px;min-width:0;max-width:100%}.booking-estimate__row{gap:10px}.booking-estimate__total{font-size:17px}.booking-page .header-book{display:none}}
@media(max-width:380px){.booking-fields{grid-template-columns:1fr}.booking-estimate__row{flex-wrap:wrap;gap:2px 12px}.booking-estimate__row dd{margin-left:auto}}
@media(max-width:900px){.booking-benefits{display:none}}
@media(max-width:600px){.booking-fields>.enquiry-field:nth-child(-n+2){grid-column:1/-1}}
.has-booking-summary>h2,.has-booking-summary>.eyebrow,.has-booking-summary>p:not(.booking-assistance){display:none}
.booking-summary{min-width:0;outline:none;scroll-margin-top:calc(var(--header) + 25px)}
.booking-summary__eyebrow{color:var(--accent-dark);margin:0 0 14px}
.booking-summary__title{font-size:clamp(34px,3.3vw,44px);line-height:1.1;margin-bottom:22px}
.booking-summary__room{font-size:28px;line-height:1.2;margin:0 0 17px}
.booking-summary__photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:9px}
.booking-summary__photos img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.booking-summary__photos img:first-child{grid-column:1/-1;aspect-ratio:16/9}
.booking-summary__photo-caption{font-size:12px;line-height:1.7;color:var(--muted);margin:0 0 25px}
.booking-summary__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;margin:0 0 26px}
.booking-summary__details dt{font-size:12px;letter-spacing:.04em;color:var(--muted);margin-bottom:5px}
.booking-summary__details dd{font-size:16px;font-weight:500;margin:0}
.booking-summary__price{border-block:1px solid #cdbda8;padding:23px 0;margin-bottom:23px}
.booking-summary__breakdown{padding-left:18px;font-size:13px;line-height:1.8;color:var(--muted);margin:0 0 19px}
.booking-summary__breakdown li+li{margin-top:7px}
.booking-summary__included{font-size:13px;color:var(--muted);line-height:1.7;margin:14px 0 0}
.booking-summary__pending{background:var(--cream);border-left:2px solid var(--accent);padding:14px 16px;font-size:14px;line-height:1.8;margin-bottom:23px}
.booking-summary__again{width:100%;font-size:14px}
.has-booking-summary .contact-status[data-state=success]{font-size:13px;margin-top:18px}
@media(max-width:600px){.booking-summary__title{font-size:34px}.booking-summary__room{font-size:25px}.booking-summary__details{gap:16px}.booking-summary__details dd{font-size:14px}.booking-summary__photos{gap:7px}.booking-summary__pending{font-size:13px;padding:12px 14px}}
