/* Innerface — Emma site concierge widget (shared across marketing pages) */
.pai-launcher{
  position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;
  border:1px solid rgba(212,175,82,0.4);background:#14100B;cursor:pointer;padding:0;
  display:flex;align-items:center;justify-content:center;z-index:1200;overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.5),0 0 0 1px rgba(212,175,82,0.15);
  transition:transform .15s ease,opacity .2s ease;
}
.pai-launcher:hover{transform:translateY(-2px);}
.pai-launcher canvas{width:52px;height:52px;border-radius:50%;display:block;}
.pai-orb-mark{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:46%;height:62%;max-width:46%;max-height:62%;
  object-fit:contain;object-position:center;pointer-events:none;z-index:4;
  filter:drop-shadow(0 4px 12px rgba(212,175,82,0.35));
}
.pai-orb-mark-mira{
  width:52%;height:52%;max-width:52%;max-height:52%;
}
.pai-launcher .pai-orb-mark{width:42%;height:56%;}
.pai-orb-wrap .pai-orb-mark{width:48%;height:64%;}
.pai-launcher-label{
  position:fixed;right:92px;bottom:40px;background:#14100B;border:1px solid rgba(232,218,188,0.14);
  color:#F3EEE0;font-size:11.5px;padding:8px 12px;border-radius:9px;z-index:1199;white-space:nowrap;
  opacity:0;pointer-events:none;transition:opacity .2s ease;font-family:"Outfit",-apple-system,sans-serif;
}
.pai-launcher-label.show{opacity:1;}

.pai-panel{
  position:fixed;right:24px;bottom:96px;width:360px;max-width:calc(100vw - 32px);
  height:min(540px, calc(100vh - 140px));
  background:#14100B;border:1px solid rgba(232,218,188,0.12);border-radius:16px;
  box-shadow:0 24px 60px rgba(0,0,0,0.55);z-index:1200;
  display:none;flex-direction:column;overflow:hidden;
  font-family:"Outfit",-apple-system,BlinkMacSystemFont,sans-serif;
}
.pai-panel.open{display:flex;}
.pai-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(232,218,188,0.09);flex:none;}
.pai-head-left{display:flex;align-items:center;gap:10px;}
.pai-orb-wrap{position:relative;width:40px;height:40px;flex:none;}
.pai-orb-wrap::before{
  content:"";position:absolute;inset:-8px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,transparent 54%,rgba(212,175,82,0.22) 61%,rgba(212,175,82,0.06) 71%,transparent 78%);
}
.pai-orb-wrap.speaking::before{animation:pai-eclipse-breathe 1.6s ease-in-out infinite;}
.pai-orb{width:40px;height:40px;border-radius:50%;display:block;box-shadow:0 0 0 1px rgba(212,175,82,0.28);}
.pai-title{font-family:'Marcellus',Georgia,serif;font-size:13px;color:#F3D98F;letter-spacing:.02em;}
.pai-sub{font-size:10px;color:#6B6152;margin-top:1px;}
.pai-close{background:none;border:none;color:#ABA290;font-size:20px;cursor:pointer;line-height:1;padding:2px 6px;}
.pai-close:hover{color:#F3EEE0;}
.pai-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;}
.pai-row{display:flex;}
.pai-row.user{justify-content:flex-end;}
.pai-bubble{max-width:85%;background:#14100B;border:1px solid rgba(232,218,188,0.09);border-radius:12px;padding:9px 12px;font-size:12.5px;line-height:1.55;color:#F3EEE0;}
.pai-row.user .pai-bubble{background:rgba(212,175,82,0.10);border-color:rgba(212,175,82,0.3);}
.pai-retry{color:#F3D98F;font-weight:700;text-decoration:none;white-space:nowrap;}
.pai-retry:hover{text-decoration:underline;}
.pai-suggestions{display:flex;gap:6px;flex-wrap:wrap;padding:0 16px 10px;flex:none;}
.pai-chip{border:1px solid rgba(212,175,82,0.35);background:rgba(212,175,82,0.08);color:#F3D98F;font-size:10.5px;padding:6px 10px;border-radius:20px;cursor:pointer;font-family:inherit;}
.pai-chip:hover{background:rgba(212,175,82,0.16);}
.pai-input-row{display:flex;gap:8px;align-items:center;padding:12px 14px;border-top:1px solid rgba(232,218,188,0.09);flex:none;}
.pai-input{flex:1;background:#14100B;border:1px solid rgba(232,218,188,0.16);border-radius:9px;color:#F3EEE0;font-size:12.5px;padding:9px 11px;font-family:inherit;min-width:0;}
.pai-input:focus{outline:none;border-color:#D4AF52;}
.pai-send{border:none;border-radius:9px;padding:0 14px;font-weight:700;font-size:12px;cursor:pointer;background:linear-gradient(150deg,#F3D98F,#9C7128);color:#1A1305;}
.pai-send:disabled{opacity:.5;cursor:not-allowed;}
.pai-typing i{width:5px;height:5px;border-radius:50%;background:#6B6152;display:inline-block;margin-right:3px;animation:paiBlink 1.2s infinite;}
.pai-typing i:nth-child(2){animation-delay:.2s;}
.pai-typing i:nth-child(3){animation-delay:.4s;}
@keyframes paiBlink{0%,60%,100%{opacity:.25;}30%{opacity:1;}}
@keyframes pai-eclipse-breathe{0%,100%{opacity:.55;transform:scale(1);}50%{opacity:1;transform:scale(1.04);}}

.pai-hero{margin:28px auto 8px;text-align:center;}
.pai-hero-btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:120px;height:120px;border-radius:50%;border:1px solid rgba(212,175,82,0.45);
  background:#14100B;cursor:pointer;padding:0;overflow:visible;
  -webkit-appearance:none;appearance:none;
  box-shadow:0 20px 55px rgba(0,0,0,0.5),0 0 0 1px rgba(212,175,82,0.15);
  transition:transform .18s ease, box-shadow .18s ease;
}
.pai-hero-btn:has(.ii-orb){
  background:transparent;border-color:transparent;box-shadow:none;
}
.pai-hero-btn::before{
  content:"";position:absolute;inset:-16px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,transparent 55%,rgba(212,175,82,0.20) 62%,rgba(212,175,82,0.05) 73%,transparent 82%);
  animation:pai-eclipse-breathe 3.4s ease-in-out infinite;
}
.pai-hero-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 26px 65px rgba(0,0,0,0.55),0 0 0 1px rgba(212,175,82,0.3);}
  .pai-hero-btn canvas{width:100px;height:100px;border-radius:50%;display:block;box-shadow:0 0 0 1px rgba(212,175,82,0.3);}
.pai-hero-btn .pai-hero-mark-emma{
  width:42%;height:58%;max-width:42%;max-height:58%;
}
.pai-hero-title{font-family:'Marcellus',Georgia,serif;font-size:16px;letter-spacing:.03em;color:#F3D98F;margin-top:18px;}
.pai-hero-sub{font-size:12.5px;color:#ABA290;max-width:420px;margin:9px auto 0;line-height:1.6;font-family:"Outfit",-apple-system,sans-serif;}

@media (max-width:480px){
  .pai-panel{right:16px;left:16px;width:auto;bottom:88px;}
  .pai-launcher{right:16px;bottom:16px;}
  .pai-launcher-label{display:none;}
}

body.pai-hero-only .pai-launcher,
body.pai-hero-only .pai-launcher-label{display:none !important;}

body.pai-hero-inline .pai-panel{display:none !important;}

.pai-hero-inline-ui{
  width:min(640px,92vw);
  margin:28px auto 0;
  text-align:center;
}
.pai-hero-stream-wrap{
  margin-top:28px;
  min-height:2.8em;
  text-align:left;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
/* Chat bubble chrome + restored Marcellus answer type */
.pai-hero-stream-wrap{
  width:min(520px,92vw);
  gap:10px;
}
.pai-hero-stream,
.pai-hero-user,
body.pai-hero-inline .pai-hero-stream,
body.pai-hero-inline .pai-hero-user,
p.pai-hero-stream,
p.pai-hero-user{
  margin:0;
  max-width:100%;
  width:fit-content;
  box-sizing:border-box;
  font-style:normal !important;
  font-weight:400 !important;
}
/* Emma answers — Marcellus gold (premium type), inside chat bubble */
.pai-hero-stream,
body.pai-hero-inline .pai-hero-stream,
p.pai-hero-stream{
  align-self:flex-start;
  width:100%;
  max-width:100%;
  background:#14100B;
  border:1px solid rgba(232,218,188,0.12);
  border-radius:14px;
  padding:14px 16px;
  font-family:"Marcellus",Georgia,"Times New Roman",serif !important;
  font-size:12px !important;
  line-height:1.7 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:rgba(243,217,143,0.82) !important;
  text-align:left !important;
}
.pai-hero-stream:empty{display:none;padding:0;border:none;background:transparent;}
/* User / mic transcript — white text */
.pai-hero-user,
body.pai-hero-inline .pai-hero-user,
p.pai-hero-user{
  align-self:flex-end;
  background:rgba(212,175,82,0.10);
  border:1px solid rgba(212,175,82,0.3);
  border-radius:14px;
  padding:10px 14px;
  max-width:85%;
  font-family:"Marcellus",Georgia,"Times New Roman",serif !important;
  font-size:12px !important;
  line-height:1.7 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:#FFFFFF !important;
  text-align:left !important;
}
.pai-hero-user:not([hidden])::before{
  content:"You · ";
  color:rgba(243,217,143,0.95);
}
.pai-hero-suggestions{
  display:flex;gap:8px;flex-wrap:wrap;justify-content:center;
  margin-top:18px;
}
.pai-hero-input-row{
  display:flex;gap:10px;justify-content:center;align-items:center;
  margin-top:16px;max-width:480px;margin-left:auto;margin-right:auto;
}
.pai-hero-input{
  flex:1;min-width:0;max-width:360px;
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(212,175,82,0.35);
  border-radius:0;
  color:#F3EEE0;
  font-size:14px;
  padding:10px 4px;
  font-family:"Outfit",-apple-system,sans-serif;
  text-align:center;
}
.pai-hero-input:focus{outline:none;border-bottom-color:#D4AF52;}
.pai-hero-input::placeholder{color:rgba(107,97,82,0.9);}
.pai-hero-send{
  border:none;border-radius:9px;padding:10px 16px;font-weight:600;font-size:12px;cursor:pointer;
  background:linear-gradient(150deg,#F3D98F,#9C7128);color:#1A1305;font-family:inherit;flex:none;
}
.pai-hero-send:disabled{opacity:.5;cursor:not-allowed;}
.pai-hero-mic{
  border:1px solid rgba(212,175,82,0.4);
  border-radius:9px;width:42px;height:42px;padding:0;cursor:pointer;
  background:rgba(212,175,82,0.08);color:#F3D98F;flex:none;
  display:inline-flex;align-items:center;justify-content:center;
}
.pai-hero-mic svg{width:18px;height:18px;display:block;}
.pai-hero-mic:hover{border-color:rgba(212,175,82,0.7);background:rgba(212,175,82,0.14);}
.pai-hero-mic.listening,
.pai-hero-btn.listening{
  box-shadow:0 0 0 1px rgba(212,175,82,0.55),0 0 36px rgba(212,175,82,0.35);
}
.pai-hero-mic.listening{
  background:rgba(212,175,82,0.22);
  color:#fff7df;
  animation:pai-eclipse-breathe 1.2s ease-in-out infinite;
}
.pai-hero-btn.listening::before{
  animation:pai-eclipse-breathe 1.1s ease-in-out infinite;
  background:radial-gradient(circle,transparent 52%,rgba(212,175,82,0.38) 60%,rgba(212,175,82,0.1) 72%,transparent 82%);
}
.pai-mic{
  border:1px solid rgba(212,175,82,0.4);
  border-radius:9px;width:40px;height:40px;padding:0;cursor:pointer;
  background:rgba(212,175,82,0.08);color:#F3D98F;flex:none;
  display:inline-flex;align-items:center;justify-content:center;
}
.pai-mic svg{width:17px;height:17px;display:block;}
.pai-mic:hover{border-color:rgba(212,175,82,0.7);background:rgba(212,175,82,0.14);}
.pai-mic.listening{
  background:rgba(212,175,82,0.22);
  color:#fff7df;
  box-shadow:0 0 0 1px rgba(212,175,82,0.55),0 0 24px rgba(212,175,82,0.3);
  animation:pai-eclipse-breathe 1.2s ease-in-out infinite;
}
.pai-hero-inline-ui .pai-hero-input-row{display:flex;gap:8px;align-items:center;}
.hero-emma-ask{
  margin:10px 0 0;font-size:12.5px;color:rgba(171,162,144,0.95);
  min-height:1.2em;letter-spacing:.02em;
}
.hero-emma-ask.listening{
  color:#F3D98F;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family:"Marcellus",Georgia,serif;
  font-size:12px;
}
body.pai-hero-inline .pai-hero-stream .pai-retry{color:#F3D98F;}

.pai-hero-btn-xl{
  width:min(460px,88vw);height:min(460px,88vw);
  box-shadow:0 28px 70px rgba(0,0,0,0.55),0 0 60px rgba(212,175,82,0.24);
  overflow:visible;
}
.pai-hero-btn-xl canvas{width:min(420px,84vw);height:min(420px,84vw);position:relative;z-index:1;border-radius:50%;}
.pai-hero-mark{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  /* Full logo (lotus + wordmark) inscribed in the circle — ~0.65 of diameter */
  width:62%;height:62%;max-width:62%;max-height:62%;
  pointer-events:none;z-index:4;
  object-fit:contain;object-position:center;
  filter:drop-shadow(0 6px 20px rgba(212,175,82,0.35));
}
.pai-hero-mark-emma{
  width:42%;height:58%;max-width:42%;max-height:58%;
  filter:drop-shadow(0 8px 24px rgba(212,175,82,0.4));
}
.pai-hero-mark-helen,
.pai-orb-mark-helen{
  width:62%;height:62%;max-width:62%;max-height:62%;
  object-fit:contain;
  border-radius:50%;
  filter:drop-shadow(0 8px 24px rgba(43,143,184,0.45)) drop-shadow(0 0 12px rgba(197,163,90,0.25));
}
/* Landing Innerface logo — full mark inscribed inside the glass, no clip */
.pai-hero-btn-xl .pai-hero-mark-pai{
  width:58%;height:58%;max-width:58%;max-height:58%;
  object-fit:contain;object-position:center;
  filter:drop-shadow(0 6px 18px rgba(212,175,82,0.38));
}
.hero-emma-center{
  position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;
  margin:0 auto;
  overflow:visible;
}
.hero-emma-wordmark{
  display:block;
  width:min(620px,88vw);
  height:auto;
  margin:18px auto 0;
  filter:drop-shadow(0 10px 32px rgba(212,175,82,0.2));
  mix-blend-mode:screen;
}
.hero-emma-ask{
  margin-top:22px;
  font-size:12.5px;
  color:rgba(171,162,144,0.95);
  letter-spacing:.02em;
  text-align:center;
}
@media (max-width:600px){
  .pai-hero-btn-xl{width:min(300px,84vw);height:min(300px,84vw);}
  .pai-hero-btn-xl canvas{width:min(270px,80vw);height:min(270px,80vw);}
  .pai-hero-mark{width:60%;height:60%;max-width:60%;max-height:60%;}
  .pai-hero-btn-xl .pai-hero-mark-pai{width:56%;height:56%;max-width:56%;max-height:56%;}
  .hero-emma-wordmark{width:min(92vw,420px);}
}
