.modal{border:0;padding:0;width:min(600px,calc(100% - 32px));max-height:90dvh;overflow:auto;border-radius:20px;background:var(--paper);color:var(--ink);box-shadow:0 25px 120px #071b2c60}.modal::backdrop{background:#102b26a6;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.close-dialog{position:absolute;left:16px;top:15px;width:37px;height:37px;border:1px solid #d9dfd5;background:#fffef9;z-index:3;border-radius:50%;font:26px/1 Arial;color:var(--ink);box-shadow:0 2px 8px #00000006}.modal-body{padding:34px}.modal h2{font-size:27px;line-height:1.7;letter-spacing:-.6px;margin:10px 0 10px;padding-left:10px}.modal-body>.eyebrow{padding-left:40px}.modal-body>p{margin-bottom:15px;font-size:14px;line-height:2}.form-context{color:var(--muted);font-size:14px}.notice{background:#f1ecdf;border:1px solid #e2d9c6;color:#685433;border-radius:9px;padding:12px 14px;font-size:12px;line-height:1.9;margin:17px 0}.flow-form{display:flex;flex-direction:column;gap:16px;margin-top:23px}.flow-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500}.flow-form label small{display:inline;font-size:11px;color:var(--muted);font-weight:400}.flow-form input,.flow-form select,.flow-form textarea{width:100%;border:1px solid #cad3c5;border-radius:8px;background:white;min-height:48px;padding:10px 12px;font-size:14px;color:var(--ink);font-weight:400;outline-offset:1px}.flow-form input[type=date]{direction:ltr}.flow-form textarea{resize:vertical}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-footnote{font-size:11px!important;color:var(--muted);line-height:1.9!important;margin:0!important}.estimate{font-size:12px;background:#eef1e8;padding:12px 15px;border-radius:8px;line-height:1.9}.estimate:empty{display:none}.estimate strong{font-weight:600;font-size:17px;color:var(--forest)}.detail-modal{width:min(810px,calc(100% - 32px))}.detail-photo{height:290px;position:relative}.detail-photo>img{width:100%;height:100%;object-fit:cover}.detail-body{padding:28px 32px}.detail-body .eyebrow{font-size:12px}.detail-body h2{margin:5px 0 10px}.detail-description{color:var(--muted);font-size:14px}.amenities{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.amenity{background:#eef1e8;border-radius:6px;padding:7px 12px;font-size:12px}.detail-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:27px;padding-top:20px;border-top:1px solid var(--line)}.detail-bottom .card-price{font-size:12px}.detail-bottom .card-price strong{font-size:28px}.summary-icon{background:#e5eadd;border-radius:12px;width:55px;height:55px;display:grid;place-items:center;margin-bottom:19px}.summary-icon .icon{width:27px;height:27px}.summary-list{display:grid;grid-template-columns:1fr 1.5fr;font-size:13px;margin:22px 0}.summary-list dt,.summary-list dd{margin:0;padding:10px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere;white-space:pre-wrap}.summary-list dt{color:var(--muted)}.summary-list dd{padding-right:16px;font-weight:500}.summary-actions{display:flex;gap:12px;margin-top:24px}.summary-actions>*{flex:1;font-size:12px}#info-dialog h3{font-size:18px;margin-top:23px}#image-credits{font-size:12px;line-height:2}#image-credits a{text-decoration:underline;text-underline-offset:3px;color:#397c6a}

/* Arrival and departure fields open their calendar across the full field. */
label:has(input[type="date"]),input[type="date"]{cursor:pointer}
