:root{--bwm-chat-oxblood:#3a1622;--bwm-chat-cream:#fbf8f1;--bwm-chat-gold:#c8a96a;--bwm-chat-ink:#1c1410}.bwm-chat-fab{position:fixed;bottom:24px;right:24px;height:56px;padding:0 22px 0 18px;border-radius:32px;background:var(--bwm-chat-oxblood);color:var(--bwm-chat-cream);border:1.5px solid var(--bwm-chat-gold);box-shadow:0 12px 32px rgba(28,20,16,.28);cursor:pointer;z-index:99998;display:inline-flex;align-items:center;gap:10px;font-family:'Cormorant Garamond',Georgia,serif;font-size:17px;font-weight:500;letter-spacing:.04em;transition:transform .2s ease,box-shadow .2s ease,padding .2s ease;animation:bwmChatPulse 4.5s ease-in-out infinite}@keyframes bwmChatPulse{0%,92%,100%{box-shadow:0 12px 32px rgba(28,20,16,.28)}96%{box-shadow:0 12px 32px rgba(28,20,16,.28),0 0 0 8px rgba(200,169,106,.18)}}.bwm-chat-fab:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(28,20,16,.36)}.bwm-chat-fab[aria-expanded=true]{padding:0 18px;animation:none}.bwm-chat-fab[aria-expanded=true] .bwm-chat-fab__label{display:none}.bwm-chat-fab__icon{display:block;flex:0 0 auto}.bwm-chat-fab__icon svg{display:block;width:22px;height:26px}.bwm-chat-fab__label{white-space:nowrap;line-height:1;padding-bottom:2px}.bwm-chat-fab__label-kicker{display:block;font-family:Georgia,serif;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--bwm-chat-gold);margin-bottom:3px;line-height:1}.bwm-chat-panel{position:fixed;overscroll-behavior:contain;bottom:100px;right:24px;width:380px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 140px);background:var(--bwm-chat-cream);border-radius:8px;box-shadow:0 24px 60px rgba(28,20,16,.28);display:none;flex-direction:column;overflow:hidden;z-index:99999;font-family:Georgia,serif}.bwm-chat-panel.bwm-chat-open{display:flex}.bwm-chat-header{position:relative;background:var(--bwm-chat-oxblood);color:var(--bwm-chat-cream);padding:18px 48px 18px 20px;display:flex;flex-direction:column;gap:2px}.bwm-chat-header__kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--bwm-chat-gold)}.bwm-chat-header__title{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;font-weight:500;line-height:1.1}.bwm-chat-header__sub{font-size:12px;font-style:italic;opacity:.75;margin-top:2px}.bwm-chat-close{position:absolute;top:14px;right:16px;background:transparent;border:0;color:var(--bwm-chat-cream);font-size:22px;cursor:pointer;opacity:.8;line-height:1;padding:4px 8px}.bwm-chat-close:hover{opacity:1}.bwm-chat-body{flex:1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px 16px 12px;display:flex;flex-direction:column;gap:12px}.bwm-chat-msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;overflow-wrap:anywhere}.bwm-chat-msg--bot{background:#fff;color:var(--bwm-chat-ink);align-self:flex-start;border:1px solid rgba(28,20,16,.06)}.bwm-chat-msg--user{background:var(--bwm-chat-oxblood);color:var(--bwm-chat-cream);align-self:flex-end}.bwm-chat-msg p{margin:0 0 8px}.bwm-chat-msg p:last-child{margin-bottom:0}.bwm-chat-msg a{color:#75501d;text-decoration:underline;text-underline-offset:2px}.bwm-chat-msg--user a{color:#fbf8f1}.bwm-chat-typing{align-self:flex-start;font-size:13px;font-style:italic;color:rgba(28,20,16,.55);padding:6px 14px}.bwm-chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:8px 16px 4px;border-top:1px solid rgba(28,20,16,.06)}.bwm-chat-chip{font-size:12px;padding:6px 10px;background:#fff;color:var(--bwm-chat-oxblood);border:1px solid rgba(58,22,34,.18);border-radius:14px;cursor:pointer;transition:background .15s ease,color .15s ease;font-family:Georgia,serif}.bwm-chat-chip:hover,.bwm-chat-chip:focus-visible{background:var(--bwm-chat-oxblood);color:var(--bwm-chat-cream)}.bwm-chat-input{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid rgba(28,20,16,.08);background:var(--bwm-chat-cream)}.bwm-chat-input input{min-width:0;flex:1;padding:10px 12px;font-size:14px;font-family:Georgia,serif;border:1px solid rgba(28,20,16,.15);border-radius:4px;background:#fff;color:var(--bwm-chat-ink)}.bwm-chat-input input:focus{outline:2px solid transparent;border-color:var(--bwm-chat-gold)}.bwm-chat-input button{background:var(--bwm-chat-oxblood);color:var(--bwm-chat-cream);border:0;padding:10px 16px;border-radius:4px;cursor:pointer;font-size:13px;letter-spacing:.04em;text-transform:uppercase;font-family:Georgia,serif}.bwm-chat-input button:disabled{opacity:.5;cursor:not-allowed}.bwm-chat-disclaimer{font-size:10px;color:rgba(28,20,16,.55);text-align:center;padding:4px 16px 8px;background:var(--bwm-chat-cream);font-style:italic}.bwm-chat-error{color:#7a1717}.bwm-chat-fab:focus-visible,.bwm-chat-close:focus-visible,.bwm-chat-input button:focus-visible{outline:3px solid var(--bwm-chat-gold);outline-offset:2px}@media(max-width:480px){.bwm-chat-panel{width:100vw;right:0;bottom:0;max-width:100vw;max-height:100dvh;height:100dvh;border-radius:0}.bwm-chat-fab{bottom:16px;right:16px;padding:0 18px 0 14px}.bwm-chat-fab__label{font-size:15px}}@media(prefers-reduced-motion:reduce){.bwm-chat-fab{animation:none;transition:none}}
