.fv-booking-modal,.fv-booking-modal *{box-sizing:border-box}html.fv-booking-modal-is-open,body.fv-booking-modal-is-open{overflow:hidden}.fv-booking-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:none;place-items:center;padding:24px;color:var(--fv-color-text, #181716);font-family:var(--fv-font-body, "Jost", "Helvetica Neue", Arial, sans-serif)}.fv-booking-modal.is-open{display:grid}.fv-booking-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#111315bd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fv-booking-modal__panel{position:relative;z-index:1;width:min(100%,920px);max-height:calc(100dvh - 48px);overflow:auto;padding:56px clamp(32px,5vw,72px) 48px;border:1px solid rgba(138,130,118,.28);border-radius:var(--fv-radius-ui, 4px);background:var(--fv-color-bg, #f6f3ee)}.fv-booking-modal__close{position:absolute;top:22px;right:24px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--fv-color-text-muted, #6a635b);cursor:pointer;font-family:var(--fv-font-body, "Jost", "Helvetica Neue", Arial, sans-serif);font-size:32px;font-weight:300;line-height:1;transition:color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out),background-color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out)}.fv-booking-modal__close:hover{background:#8a82761a;color:var(--fv-color-text, #181716)}.fv-booking-modal__close:focus-visible,.fv-booking-modal__field input:focus-visible,.fv-booking-modal__field select:focus-visible,.fv-booking-modal__field textarea:focus-visible,.fv-booking-modal__submit:focus-visible{outline:2px solid var(--fv-color-primary, #111315);outline-offset:3px}.fv-booking-modal__header{max-width:620px;margin:0 auto 40px;text-align:center}.fv-booking-modal__title{margin:0;color:var(--fv-color-text, #181716);font-family:var(--fv-font-heading, "Cormorant Garamond", Georgia, serif);font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.05;letter-spacing:-.01em}.fv-booking-modal__subtitle{max-width:520px;margin:14px auto 0;color:var(--fv-color-text-muted, #6a635b);font-size:16px;font-weight:400;line-height:1.55}.fv-booking-modal__form{margin:0}.fv-booking-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 40px}.fv-booking-modal__field{min-width:0}.fv-booking-modal__field--full{grid-column:1 / -1}.fv-booking-modal__field label{display:block;margin:0 0 8px;color:var(--fv-color-text, #181716);font-family:var(--fv-font-body, "Jost", "Helvetica Neue", Arial, sans-serif);font-size:13px;font-weight:500;line-height:1.3;letter-spacing:.04em}.fv-booking-modal__field label span{color:var(--fv-color-accent, #7a5a34)}.fv-booking-modal__field input,.fv-booking-modal__field select,.fv-booking-modal__field textarea{width:100%;color:var(--fv-color-text, #181716);background:transparent;font-family:var(--fv-font-body, "Jost", "Helvetica Neue", Arial, sans-serif);font-size:16px;font-weight:400;line-height:1.4;transition:border-color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out),color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out)}.fv-booking-modal__field input,.fv-booking-modal__field select{min-height:var(--fv-input-height, 52px);padding:0 0 10px;border:0;border-bottom:1px solid rgba(138,130,118,.45);border-radius:0}.fv-booking-modal__field select{padding-right:28px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L7 7L12.5 1.5' fill='none' stroke='%236A635B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center}.fv-booking-modal__field textarea{min-height:124px;padding:16px;border:1px solid rgba(138,130,118,.38);border-radius:var(--fv-radius-ui, 4px);resize:vertical}.fv-booking-modal__field input::placeholder,.fv-booking-modal__field textarea::placeholder{color:#6a635b8f}.fv-booking-modal__field input:focus,.fv-booking-modal__field select:focus,.fv-booking-modal__field textarea:focus{border-color:var(--fv-color-accent, #7a5a34)}.fv-booking-modal__error{margin:24px 0 0;color:var(--fv-color-error, #a1262a);font-size:14px;line-height:1.45;text-align:center}.fv-booking-modal__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--fv-button-height, 52px);margin-top:32px;padding:0 28px;border:1px solid var(--fv-color-primary, #111315);border-radius:var(--fv-radius-ui, 4px);background:var(--fv-color-primary, #111315);color:var(--fv-color-bg, #f6f3ee);cursor:pointer;font-family:var(--fv-font-button, var(--fv-font-body, "Jost", "Helvetica Neue", Arial, sans-serif));font-size:13px;font-weight:var(--fv-font-weight-button, 600);line-height:1;letter-spacing:var(--fv-letter-button, .08em);text-align:center;text-transform:uppercase;transition:background-color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out),border-color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out),color var(--fv-duration-base, .16s) var(--fv-ease-standard, ease-out)}.fv-booking-modal__submit:hover{background:transparent;color:var(--fv-color-primary, #111315)}@media screen and (max-width:749px){.fv-booking-modal{align-items:stretch;padding:0}.fv-booking-modal__panel{width:100%;max-height:100dvh;min-height:100dvh;padding:72px 20px 28px;border:0;border-radius:0}.fv-booking-modal__close{top:18px;right:14px}.fv-booking-modal__header{margin-bottom:32px}.fv-booking-modal__title{font-size:34px}.fv-booking-modal__subtitle{font-size:15px}.fv-booking-modal__grid{grid-template-columns:1fr;gap:24px}.fv-booking-modal__field--full{grid-column:1}.fv-booking-modal__field input,.fv-booking-modal__field select{min-height:var(--fv-input-height-mobile, 48px)}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/component-fv-booking-modal.css.map */
