.bql-enquiry[hidden] { display: none; }
.bql-enquiry { position: fixed; z-index: 1000; inset: 0; font-family: Inter, Arial, sans-serif; }
.bql-enquiry__overlay,.bql-enquiry__overlay:hover,.bql-enquiry__overlay:focus { position: absolute; inset: 0; width: 100%; border: 0; border-radius: 0; background: rgba(0, 0, 0, .24) !important; box-shadow: none; opacity: 0; transition: opacity 220ms ease; }
.bql-enquiry__drawer { position: absolute; top: 0; right: 0; width: min(410px, 100%); height: 100%; height: 100dvh; display: flex; flex-direction: column; overflow: hidden; border-left: 1px solid rgba(244, 238, 228, .14); background: #0b0e0d; color: #f4eee4; box-shadow: -16px 0 40px rgba(0, 0, 0, .18); transform: translateX(100%); transition: transform 240ms cubic-bezier(.22, 1, .36, 1); }
.bql-enquiry.is-open .bql-enquiry__overlay { opacity: 1; }
.bql-enquiry.is-open .bql-enquiry__drawer { transform: none; }
.bql-enquiry-open { overflow: hidden; }
.bql-enquiry__header { min-height: 84px; padding: 18px 26px 16px; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-bottom: 1px solid rgba(244, 238, 228, .12); }
.bql-enquiry__brand { margin: 0 0 4px; color: #d6a766; font-size: 10px; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.bql-enquiry__header h2,.bql-enquiry__success h2 { margin: 0; color: #f4eee4; font-family: "Cormorant Garamond", Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.015em; line-height: 1; }
.bql-enquiry__close { position: relative; width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid rgba(244, 238, 228, .2); border-radius: 2px; background: transparent; color: #f4eee4; }
.bql-enquiry__close span { position: absolute; top: 19px; left: 10px; width: 18px; height: 1px; background: currentColor; transform: rotate(45deg); }
.bql-enquiry__close span + span { transform: rotate(-45deg); }
.bql-enquiry__form { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(214, 167, 102, .45) transparent; }
.bql-enquiry__conversation { padding: 24px 26px max(28px, env(safe-area-inset-bottom)); }
.bql-enquiry__assistant { margin: 0 32px 20px 0; padding: 14px 16px; border-left: 2px solid #d6a766; background: rgba(244, 238, 228, .055); color: rgba(244, 238, 228, .82); font-size: 14px; line-height: 1.6; }
.bql-enquiry__assistant > p:first-child { margin: 0; }
.bql-enquiry__context { margin: 12px 0 0; padding-top: 11px; border-top: 1px solid rgba(244, 238, 228, .11); color: #f4eee4; font-size: 12px; }
.bql-enquiry__context span { display: block; margin-bottom: 3px; color: rgba(244, 238, 228, .5); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.bql-enquiry__turn { margin-top: 18px; opacity: 0; transform: translateY(6px); transition: opacity 180ms ease, transform 180ms ease; }
.bql-enquiry__turn.is-visible { opacity: 1; transform: none; }
.bql-enquiry fieldset { margin: 0; padding: 0; border: 0; }
.bql-enquiry legend,.bql-enquiry__turn h3 { margin: 0 0 11px; color: #f4eee4; font: 600 13px/1.4 Inter, Arial, sans-serif; }
.bql-enquiry__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.bql-enquiry__options label { position: relative; min-width: 0; }
.bql-enquiry__options input { position: absolute; opacity: 0; pointer-events: none; }
.bql-enquiry__options span,.bql-enquiry__skip { width: 100%; min-height: 42px; box-sizing: border-box; padding: 8px 10px; display: flex; align-items: center; justify-content: flex-start; border: 1px solid rgba(244, 238, 228, .2); border-radius: 2px; background: transparent; color: rgba(244, 238, 228, .76); font: 500 11px/1.3 Inter, Arial, sans-serif; text-align: left; cursor: pointer; transition: border-color 140ms ease, background 140ms ease, color 140ms ease; }
.bql-enquiry__options input:checked + span { border-color: #d6a766; background: rgba(214, 167, 102, .14); color: #f4eee4; }
.bql-enquiry__options input:focus-visible + span { outline: 2px solid #d6a766; outline-offset: 2px; }
.bql-enquiry__turn.is-answered .bql-enquiry__options { display: flex; justify-content: flex-end; }
.bql-enquiry__turn.is-answered .bql-enquiry__options label:not(:has(input:checked)),.bql-enquiry__turn.is-answered .bql-enquiry__skip { display: none; }
.bql-enquiry__turn.is-answered .bql-enquiry__options label:has(input:checked) { width: auto; max-width: 82%; }
.bql-enquiry__turn.is-answered .bql-enquiry__options span { width: auto; min-height: 38px; padding-inline: 13px; border-color: #d6a766; background: #d6a766; color: #17120b; }
.bql-enquiry__turn.is-skipped .bql-enquiry__options label { display: none; }
.bql-enquiry__turn.is-skipped .bql-enquiry__skip { width: auto; min-height: 38px; padding-inline: 13px; display: flex; border-color: #d6a766; background: #d6a766; color: #17120b; }
.bql-enquiry__change { margin: 5px 0 0 auto; padding: 3px 0; display: block; border: 0; background: transparent; color: rgba(244, 238, 228, .55); font: 500 10px/1.2 Inter, Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.bql-enquiry__fields { padding: 16px; border: 1px solid rgba(244, 238, 228, .12); background: rgba(244, 238, 228, .025); }
.bql-enquiry__field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bql-enquiry__fields label { margin-bottom: 13px; display: grid; grid-template-columns: 1fr auto; gap: 6px; color: rgba(244, 238, 228, .72); font-size: 10px; font-weight: 600; letter-spacing: .02em; }
.bql-enquiry__fields label > span { color: rgba(244, 238, 228, .4); font-size: 9px; font-weight: 400; }
.bql-enquiry input:not([type="radio"]),.bql-enquiry textarea { grid-column: 1 / -1; width: 100%; box-sizing: border-box; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(244, 238, 228, .28); border-radius: 0; background: transparent; color: #f4eee4; font: 400 13px/1.45 Inter, Arial, sans-serif; }
.bql-enquiry textarea { min-height: 82px; padding: 9px; border: 1px solid rgba(244, 238, 228, .28); resize: vertical; }
.bql-enquiry input:focus,.bql-enquiry textarea:focus { border-color: #d6a766; outline: 1px solid rgba(214, 167, 102, .55); outline-offset: 1px; }
.bql-enquiry__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bql-enquiry__ready { padding: 14px 16px; border-top: 1px solid rgba(244, 238, 228, .12); }
.bql-enquiry__ready h3 { margin-bottom: 4px; }
.bql-enquiry__ready p { margin: 0 0 13px; color: rgba(244, 238, 228, .58); font-size: 11px; line-height: 1.5; }
.bql-enquiry__submit,.bql-enquiry__success button { min-height: 44px; padding: 0 16px; border: 1px solid #d6a766; border-radius: 2px; background: #d6a766; color: #17120b; font: 600 11px/1 Inter, Arial, sans-serif; letter-spacing: .03em; }
.bql-enquiry__submit:disabled { opacity: .55; cursor: wait; }
.bql-enquiry__status { min-height: 18px; margin-top: 12px; color: rgba(244, 238, 228, .65); font-size: 11px; }
.bql-enquiry__status.is-error { color: #efb0a7; }
.bql-enquiry__success { flex: 1; padding: 38px 26px max(28px, env(safe-area-inset-bottom)); overflow-y: auto; }
.bql-enquiry__success > p:not(.bql-enquiry__brand) { margin: 16px 0 24px; color: rgba(244, 238, 228, .7); font-size: 13px; line-height: 1.6; }
.bql-enquiry__success-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.bql-enquiry__success .bql-enquiry__success-close { border-color: rgba(244, 238, 228, .25); background: transparent; color: #f4eee4; }
.bql-enquiry button:focus-visible { outline: 2px solid #f4eee4; outline-offset: 3px; }
@media (max-width: 560px) {
    .bql-enquiry__drawer { width: 100%; border-left: 0; box-shadow: none; }
    .bql-enquiry__header { min-height: 76px; padding: max(13px, env(safe-area-inset-top)) 20px 13px; }
    .bql-enquiry__conversation { padding: 20px 18px max(24px, env(safe-area-inset-bottom)); }
    .bql-enquiry__assistant { margin-right: 18px; }
    .bql-enquiry__options { grid-template-columns: 1fr 1fr; }
    .bql-enquiry__field-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 360px) { .bql-enquiry__options { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .bql-enquiry__overlay,.bql-enquiry__drawer,.bql-enquiry__turn { transition: none; } }
