:root {
    color-scheme: light;
    --navy: #1d3140;
    --sand: #d1ae93;
    --white: #ffffff;
    --ink: #263845;
}

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
         url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
    font-style: normal;
    font-weight: 400;
}

* { box-sizing: border-box; }

body.booking-page {
    margin: 0;
    background-color: var(--white);
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url("../gallery_gen/f14f4092effc411107c7d865b5a50aa5_fit.png");
    background-attachment: fixed;
    background-position: left top;
    color: var(--ink);
    font-family: "Open Sans", sans-serif;
}

.booking-title {
    padding: 44px 24px 24px;
}

.booking-title h1 {
    margin: 0;
    color: var(--navy);
    font-weight: 700;
    text-align: center;
}

.booking-page main {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(420px, 560px);
    gap: clamp(36px, 6vw, 64px);
    align-items: start;
    width: min(924px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0 0 clamp(56px, 7vw, 80px);
}

.booking-intro { align-self: start; }
.booking-form-card h2 { margin: 0; color: var(--navy); font-family: Montserrat, sans-serif; }
.booking-intro > p { margin: 0; font-size: 18px; line-height: 1.8; }
.booking-contact-links { margin-top: 26px; padding: 18px; border: 1px solid #d9c9bd; border-radius: 8px; background: rgba(255, 255, 255, .82); }
.booking-contact-links > span { display: block; margin-bottom: 10px; color: #77523b; font: 700 13px/1.4 Montserrat, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.booking-contact-links > div { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.booking-contact-links a { color: var(--navy); font-size: 16px; font-weight: 700; text-decoration: none; }
.booking-contact-links a:last-child { padding-bottom: 2px; border-bottom: 2px solid var(--sand); }
.booking-contact-links a:hover, .booking-contact-links a:focus-visible { color: #77523b; }
.booking-hours { margin-top: 18px; padding: 22px 18px; border-radius: 8px; background: var(--navy); color: var(--white); }
.booking-hours h2 { margin: 0 0 16px; color: var(--sand); font: 700 16px/1.4 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.booking-hours dl { margin: 0; }
.booking-hours dl > div { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.booking-hours dl > div:first-child { padding-top: 0; border-top: 0; }
.booking-hours dl > div:last-child { padding-bottom: 0; }
.booking-hours dt { margin-bottom: 4px; color: var(--sand); font: 600 14px/1.4 Montserrat, sans-serif; }
.booking-hours dd { margin: 0; font-size: 15px; line-height: 1.55; }
.booking-hours dd span, .booking-hours dd small { display: block; }
.booking-hours dd small { margin-top: 3px; color: #e6ddd7; font-size: 13px; }

.booking-form-column { min-width: 0; }
.booking-whatsapp-button { display: flex; gap: 9px; align-items: center; justify-content: center; margin-bottom: 14px; padding: 15px 22px; border: 2px solid var(--sand); border-radius: 8px; background: rgba(255, 255, 255, .78); color: var(--navy); font: 700 13px/1 Montserrat, sans-serif; letter-spacing: .05em; text-align: center; text-decoration: none; text-transform: uppercase; }
.booking-whatsapp-button span { font: 400 20px/1 "FontAwesome"; }
.booking-whatsapp-button:hover, .booking-whatsapp-button:focus-visible { background: var(--sand); color: var(--navy); }
.booking-form-card { padding: clamp(26px, 4vw, 40px); border: 1px solid rgba(29, 49, 64, .1); border-radius: 8px; background: var(--white); box-shadow: 0 18px 50px rgba(29, 49, 64, .1); }
.booking-form-card h2 { font-size: clamp(28px, 4vw, 39px); line-height: 1.15; }
.booking-note { margin: 10px 0 22px; color: #66737b; font-size: 16px; line-height: 1.5; }
.booking-field { margin-bottom: 16px; }
.booking-field label { display: block; margin-bottom: 6px; color: var(--navy); font: 600 14px/1.4 Montserrat, sans-serif; }
.booking-field label span { color: #68757d; font-family: "Open Sans", sans-serif; font-weight: 400; }
.booking-field input, .booking-field textarea { width: 100%; border: 1px solid #9ca5aa; border-radius: 6px; background: #fdfcfb; color: var(--navy); font: 16px/1.5 "Open Sans", sans-serif; }
.booking-field input { height: 44px; padding: 0 13px; }
.booking-field textarea { min-height: 108px; padding: 10px 13px; resize: vertical; }
.booking-field input::placeholder, .booking-field textarea::placeholder { font-size: 14px; }
.booking-field input:focus, .booking-field textarea:focus { border-color: #8a5f43; outline: 3px solid rgba(209, 174, 147, .28); }
.booking-field [aria-invalid="true"] { border-color: #a23535; }
.booking-error { display: block; margin-top: 6px; color: #962d2d; font-size: 13px; }
.booking-form-error { padding: 14px 16px; border-left: 4px solid #a23535; background: #fff0f0; color: #7f2424; }
.booking-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-form-card button, .booking-success a { display: inline-block; border: 0; border-radius: 8px; background: var(--navy); color: var(--white); font: 700 13px/1 Montserrat, sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.booking-form-card button { width: 100%; min-height: 48px; padding: 15px 22px; }
.booking-form-card button:hover, .booking-form-card button:focus-visible, .booking-success a:hover, .booking-success a:focus-visible { background: #304c60; }
.booking-success { padding: 32px 0; text-align: center; }
.booking-success > span { color: #47704e; font-weight: 700; text-transform: uppercase; }
.booking-success h2 { margin-top: 18px; }
.booking-success p { margin: 18px 0 28px; }
.booking-success a { padding: 18px 24px; }

.booking-social-links span { display: block; }
.booking-site-credit a { font-style: italic; }

@media (max-width: 980px) {
    .booking-page main { grid-template-columns: 1fr; width: min(680px, calc(100% - 32px)); }
    .booking-intro { width: min(100%, 520px); }
}

@media (max-width: 620px) {
    .booking-title { padding: 34px 16px 22px; }
    .booking-page main { gap: 26px; padding-bottom: 54px; }
    .booking-intro > p { font-size: 16px; }
    .booking-form-card { padding: 26px 22px; }
}
