/* Self-contained tokens: the widget must look exactly like it does on the
   homepage on EVERY page, so it never borrows a host page's variables.
   Values mirror the homepage :root. 'Inter' backs up Jost on the guest shell. */
.cbtn,.cpanel{
  --display:'Tulpen One',Georgia,serif;
  --sans:'Jost','Inter','Helvetica Neue',Arial,system-ui,sans-serif;
  --serif:Georgia,'Times New Roman',serif;
  --sage:#9CC4C1;--teal:#0F6B6B;--teal-deep:#0E5A5A;--teal-2:#2f5f5f;
  --gold:#C8A463;--gold-soft:#E8DFCB;--gold-2:#C8A463;
  --bg:#0F6B6B;--bg2:#0E5A5A;
}
@font-face{font-family:'Tulpen One';src:url(/fonts/tulpen-one.woff2) format('woff2');font-weight:400;font-display:swap}
/* Conciergo — Villa Boutique Amani's digital concierge.
 * Extracted from index.html so every page can carry the widget, and so the
 * public site's hash-pinned CSP never has to re-hash an inline block. */
/* Conciergo — AI concierge chat */
.cbtn{font-synthesis:none;position:fixed;right:18px;bottom:80px;z-index:75;height:60px;padding:0 22px 0 11px;border:1px solid rgba(200,164,99,.6);border-radius:40px;background:linear-gradient(135deg,#0F6B6B,#0E5A5A);display:flex;align-items:center;gap:9px;cursor:pointer;box-shadow:0 16px 36px -14px rgba(6,22,20,.95);transition:border-color .25s}
.cbtn:hover{border-color:var(--gold)}
.cbtn .tj{width:34px;height:34px;flex:none;overflow:visible}
.cbtn .lid{transform-origin:48% 64%;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.cbtn:hover .lid,.cbtn.open .lid{transform:translateY(-12px) rotate(-5deg)}
.cbtn .stm{opacity:0;transition:opacity .4s}
.cbtn:hover .stm,.cbtn.open .stm{opacity:.85;animation:teaSteam 2.3s ease-in-out infinite}
.cbtn .nm{display:flex;flex-direction:column;line-height:1.02;text-align:left}
.cbtn .nm b{font-family:var(--display),Georgia,serif;font-size:20px;font-weight:600;letter-spacing:.05em;color:var(--gold-soft)}
.cbtn .nm em{font-style:normal;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:var(--sage);margin-top:1px}
@media(min-width:981px){.cbtn{bottom:24px}}
/* The homepage sticky book bar and the hero booking card both live in the
   bottom-right on phones; lift the launcher clear so it never sits on top of
   the room selector. */
@media(max-width:980px){.cbtn{bottom:96px}}
.cbtn.cb-hold{opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .3s,transform .3s}
/* One presentation everywhere: the pill keeps its tagine, name and
   subtitle at every width — phones just get a slightly compact cut. */
@media(max-width:767px){.cbtn{height:54px;padding:0 18px 0 9px}.cbtn .tj{width:30px;height:30px}.cbtn .nm b{font-size:18px}.cbtn .nm em{font-size:7.5px}}
.cpanel{font-synthesis:none;-webkit-font-smoothing:antialiased;position:fixed;right:18px;bottom:80px;z-index:210;width:min(380px,calc(100vw - 36px));height:min(560px,calc(100vh - 140px));background:var(--bg2);border:1px solid rgba(232,223,203,.28);border-radius:20px;display:none;flex-direction:column;overflow:hidden;box-shadow:0 40px 90px -30px rgba(0,0,0,.85)}
.cpanel.open{display:flex}
@media(min-width:981px){.cpanel{bottom:24px}}
@media(max-width:520px){.cpanel{right:12px;left:12px;width:auto;bottom:12px;height:min(620px,calc(100vh - 24px))}}
.chead{display:flex;align-items:center;gap:12px;padding:16px 18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath d='M9 9H33V33H9Z M21 5L37 21L21 37L5 21Z' fill='none' stroke='%23E8DFCB' stroke-opacity='0.13' stroke-width='1'/%3E%3C/svg%3E") repeat,linear-gradient(135deg,var(--teal),var(--teal-deep));border-bottom:1px solid rgba(232,223,203,.2)}
.chead .av{width:38px;height:38px;border-radius:50%;background:rgba(232,223,203,.16);display:flex;align-items:center;justify-content:center;flex:none}
.chead .av svg{width:20px;height:20px;color:var(--gold-soft)}
.chead h4{font-family:var(--serif);font-size:17px;color:#f4f0e7;margin:0;line-height:1.1}
.chead .st{font-size:11px;letter-spacing:.04em;color:var(--sage)}
.chead .cx{margin-left:auto;background:none;border:none;color:#cddbd6;font-size:24px;line-height:1;cursor:pointer;padding:0 4px}
.cbody{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--bg)}
.cmsg{max-width:82%;padding:11px 14px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}
.cmsg.bot{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#eef4f1;border-bottom-left-radius:5px}
.cmsg.me{align-self:flex-end;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#f4f0e7;border-bottom-right-radius:5px}
.cmsg.typing{color:var(--sage);font-style:italic}
.cquick{display:flex;flex-wrap:wrap;gap:7px;padding:0 18px 12px;background:var(--bg)}
.cquick button{font-family:var(--sans);font-size:12px;color:var(--gold-soft);background:rgba(200,164,99,.1);border:1px solid rgba(200,164,99,.32);border-radius:99px;padding:6px 12px;cursor:pointer;transition:.2s}
.cquick button:hover{background:rgba(200,164,99,.2)}
.cfoot{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.1);background:var(--bg2)}
.cfoot input{flex:1;font-family:var(--sans);font-size:16px;padding:11px 13px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.06);color:#eef4f1}
.cfoot input:focus{outline:none;border-color:var(--gold-soft)}
.cfoot button{flex:none;width:42px;height:42px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--bg2);cursor:pointer;display:flex;align-items:center;justify-content:center}
.cfoot button:disabled{opacity:.5;cursor:default}
.cfoot button svg{width:18px;height:18px}
.cnote{font-size:10px;color:#7f938e;text-align:center;padding:0 12px 10px;background:var(--bg2)}
.cwa svg{width:18px;height:18px;flex:none}
.cwa{display:flex;align-items:center;justify-content:center;gap:9px;margin:10px 12px 2px;padding:11px;border-radius:12px;background:#1f9d55;color:#fff;font-family:var(--sans);font-size:13.5px;font-weight:600;text-decoration:none;transition:.2s}
.cwa:hover{background:#1c8a4c}

/* ─── v6.46 Conciergo: brand-matched, mobile-first ────────────────────────
 * The panel adopts the site's cream/teal/gold palette instead of the old
 * dark chrome, and on phones it becomes a full-height sheet so the whole
 * conversation is readable without scrolling inside a small box.
 * The keyboard stays closed until the guest taps "Type a message" — until
 * then the conversation is driven by tappable suggestion chips. */
.cpanel{background:#FDFBF7!important;border:1px solid #E0D5C7!important;box-shadow:0 40px 90px -30px rgba(14,90,90,.45)!important}
.chead{background:linear-gradient(135deg,#0E5A5A,#0F6B6B)!important;border-bottom:1px solid rgba(200,164,99,.35)!important}
.chead h4{font-family:'Cormorant Garamond',Georgia,serif!important;color:#F7F4EE!important}
.chead .st{color:#C8A463!important}
.chead .av{background:rgba(200,164,99,.2)!important}
.chead .av svg{color:#E8DFCB!important}
.chead .cx{color:#E8DFCB!important}
.cbody{background:#FDFBF7!important;padding:16px 16px 10px!important}
.cmsg.bot{background:#fff!important;border:1px solid #E0D5C7!important;color:#111!important;box-shadow:0 4px 14px -10px rgba(14,90,90,.25)}
.cmsg.me{background:linear-gradient(135deg,#e6cc93,#C8A463)!important;color:#0E5A5A!important;font-weight:500}
.cmsg.typing{color:#9B7E47!important}
/* Suggestion chips: the primary way to converse, so they get room to breathe */
.cquick{background:#FDFBF7!important;padding:0 16px 12px!important;gap:8px!important}
.cquick button{font-family:'Jost',system-ui,-apple-system,Segoe UI,Arial,sans-serif!important;font-size:12.5px!important;color:#0E5A5A!important;background:#fff!important;border:1px solid #E0D5C7!important;border-radius:99px;padding:9px 15px!important;min-height:38px;cursor:pointer;transition:.18s;text-align:left;line-height:1.3}
.cquick button:hover{background:#fff!important;border-color:#C8A463!important;transform:translateY(-1px);box-shadow:0 6px 14px -8px rgba(200,164,99,.5)}
.cfoot{background:#fff!important;border-top:1px solid #E0D5C7!important;padding:10px 12px!important}
.cfoot input{background:#FDFBF7!important;border:1px solid #E0D5C7!important;color:#111!important}
.cfoot input::placeholder{color:#9B7E47!important;opacity:.75}
.cfoot input:focus{border-color:#C8A463!important;box-shadow:0 0 0 3px rgba(200,164,99,.15)}
.cfoot button{background:linear-gradient(135deg,#e6cc93,#C8A463)!important;color:#0E5A5A!important}
.cnote{background:#fff!important;color:#888!important;padding:0 14px 12px!important;line-height:1.5}
.cwa{background:linear-gradient(135deg,#25D366,#1f9d55)!important;margin:10px 12px 4px!important}

/* "Type a message" opener — keeps the keyboard shut until it's wanted */
.ctype-open{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px);margin:0 12px 12px;padding:12px;border:1px dashed #C8A463;border-radius:99px;background:#fff;color:#9B7E47;font-family:'Jost',system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:.18s}
.ctype-open:hover{border-color:#0E5A5A;color:#0E5A5A;background:#FDFBF7}
.cpanel.typing-closed .cfoot{display:none}
.cpanel:not(.typing-closed) .ctype-open{display:none}

/* Full-height sheet on phones so the whole conversation reads at once */
@media(max-width:640px){
  .cpanel{right:0!important;left:0!important;bottom:0!important;top:0!important;width:100%!important;height:100dvh!important;max-height:none!important;border-radius:0!important;border:0!important}
  .chead{padding:calc(14px + env(safe-area-inset-top,0px)) 18px 14px!important}
  .cbody{padding:18px 16px 12px!important;font-size:15px}
  .cmsg{max-width:88%!important;font-size:15px!important;line-height:1.55!important}
  .cquick{padding:0 16px 14px!important}
  .cquick button{width:100%;font-size:13.5px!important;min-height:46px;padding:12px 16px!important}
  .cfoot{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important}
  .ctype-open{margin-bottom:calc(12px + env(safe-area-inset-bottom,0px))}
  .cwa{margin:8px 12px 4px!important;padding:13px!important}
  .cnote{padding:0 16px 10px!important}
}
