.product-chat{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60;font-family:inherit}.product-chat__toggle{display:flex;align-items:center;gap:.55rem;border:0;border-radius:999px;background:#214f3b;color:#fff;padding:.85rem 1.15rem;box-shadow:0 12px 35px #142e2460;cursor:pointer;font-size:.9rem}.product-chat__toggle span{font-size:1.25rem}.product-chat__panel{position:absolute;right:0;bottom:4.25rem;width:min(390px,calc(100vw - 2rem));height:min(600px,calc(100vh - 7rem));overflow:hidden;border:1px solid #dedbd2;border-radius:1.5rem;background:#fff;box-shadow:0 20px 55px #142e2445}.product-chat__panel:not([hidden]){display:flex;flex-direction:column}.product-chat__header{display:flex;align-items:center;justify-content:space-between;background:#214f3b;color:#fff;padding:1rem 1.1rem}.product-chat__header strong,.product-chat__header span{display:block}.product-chat__header span{margin-top:.15rem;font-size:.72rem;opacity:.75}.product-chat__header button{border:0;background:transparent;color:#fff;font-size:1.7rem;cursor:pointer}.product-chat__messages{flex:1;overflow-y:auto;padding:1rem;background:#faf8f2}.product-chat__message{width:fit-content;max-width:88%;margin-bottom:.7rem;border-radius:1rem;padding:.7rem .85rem;font-size:.88rem;line-height:1.5;white-space:pre-wrap}.product-chat__message a{font-weight:700;text-decoration:underline}.product-chat__message--assistant{background:#fff;border:1px solid #e7e2d7;color:#34342f}.product-chat__message--user{margin-left:auto;background:#214f3b;color:#fff}.product-chat__message--loading{color:#777}.product-chat__suggestions{display:flex;gap:.45rem;overflow-x:auto;padding:.55rem .8rem;background:#faf8f2}.product-chat__suggestions button{flex:none;border:1px solid #b9cbbf;border-radius:999px;background:#fff;color:#214f3b;padding:.45rem .7rem;font-size:.72rem;cursor:pointer}.product-chat__form{display:flex;align-items:flex-end;gap:.5rem;border-top:1px solid #e7e2d7;padding:.75rem}.product-chat__form textarea{flex:1;max-height:6rem;resize:none;border:1px solid #d6d1c6;border-radius:1rem;padding:.7rem .8rem;font:inherit;font-size:.88rem;outline:none}.product-chat__form textarea:focus{border-color:#3b7559}.product-chat__form button{width:2.7rem;height:2.7rem;border:0;border-radius:999px;background:#214f3b;color:#fff;cursor:pointer}.product-chat__form button:disabled{opacity:.5}.product-chat__note{margin:0;padding:0 .8rem .6rem;color:#888;text-align:center;font-size:.65rem}@media(max-width:520px){.product-chat{right:.75rem;bottom:.75rem}.product-chat__panel{position:fixed;inset:.75rem;width:auto;height:auto}.product-chat__toggle strong{display:none}}
.product-chat__products{display:grid;gap:.55rem;margin:.1rem 0 .8rem}.product-chat__product{display:grid;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:.6rem;border:1px solid #dedbd2;border-radius:1rem;background:#fff;padding:.55rem}.product-chat__product>button{border:0;border-radius:.7rem;background:#214f3b;color:#fff;padding:.55rem .65rem;font-size:.7rem;font-weight:700;cursor:pointer}.product-chat__product>button.is-added{background:#3b7559}.product-chat__product img{width:3rem;height:3rem;border-radius:.7rem;object-fit:cover;background:#f4f0e7}.product-chat__product-info{min-width:0}.product-chat__product-info a{display:block;overflow:hidden;color:#292923;font-size:.76rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.product-chat__product-info span{display:block;margin-top:.2rem;color:#617064;font-size:.68rem}
.product-chat__toggle{position:relative!important;width:15rem;height:6.5rem;padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;overflow:visible}.product-chat__squirrel{position:absolute;right:8.8rem;bottom:-.25rem;width:6.9rem;height:6.9rem;overflow:hidden;filter:drop-shadow(0 8px 9px #142e2440);transform-origin:bottom center;animation:chat-squirrel-idle 3.8s ease-in-out infinite}.product-chat__squirrel img{position:absolute;right:-.2rem;bottom:0;width:9.4rem;height:9.4rem;max-width:none;object-fit:contain}.product-chat__bubble{position:absolute;right:0;bottom:1rem;display:grid;min-width:9.4rem;min-height:3.7rem;place-items:center;border-radius:999px;background:#1f6249;color:#fff;padding:.75rem 1.1rem;font-size:.9rem;font-weight:800;box-shadow:0 12px 30px #142e2445;transition:transform .2s ease,background .2s ease}.product-chat__bubble:before{content:"";position:absolute;left:-.65rem;top:50%;width:1.35rem;height:1.35rem;background:#1f6249;transform:translateY(-50%) rotate(45deg);border-radius:.2rem;z-index:-1}.product-chat__toggle:hover .product-chat__squirrel,.product-chat__toggle:focus-visible .product-chat__squirrel{animation:chat-squirrel-hello .55s ease-in-out 2}.product-chat__toggle:hover .product-chat__bubble,.product-chat__toggle:focus-visible .product-chat__bubble{transform:translateY(-.2rem) scale(1.04);background:#174f3a}.product-chat__toggle[aria-expanded="true"] .product-chat__squirrel{animation:chat-squirrel-listen 1.4s ease-in-out infinite}.product-chat__toggle:focus-visible{outline:3px solid #e5b84d;outline-offset:4px}@keyframes chat-squirrel-idle{0%,100%{transform:translateY(0) rotate(0)}45%{transform:translateY(-.16rem) rotate(-1.5deg)}55%{transform:translateY(-.16rem) rotate(1deg)}}@keyframes chat-squirrel-hello{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(-5deg) scale(1.06)}}@keyframes chat-squirrel-listen{0%,100%{transform:translateY(0)}50%{transform:translateY(-.22rem)}}@media(max-width:520px){.product-chat__toggle{width:12.4rem;height:5.4rem}.product-chat__squirrel{right:7.2rem;width:5.7rem;height:5.7rem}.product-chat__squirrel img{width:7.7rem;height:7.7rem}.product-chat__bubble{min-width:7.8rem;min-height:3.2rem;font-size:.78rem;bottom:.7rem}}
.product-chat__panel{bottom:6.4rem}@media(max-width:520px){.product-chat__panel{bottom:.75rem}}
.product-chat__squirrel img{right:0;bottom:0;width:6.9rem;height:6.9rem}.product-chat__squirrel{overflow:visible}@media(max-width:520px){.product-chat__squirrel img{width:5.7rem;height:5.7rem}}
.product-chat__toggle{width:18.5rem}.product-chat__squirrel{right:11.8rem}.product-chat__bubble{min-width:12.4rem;min-height:4.1rem;max-width:12.4rem;border:2px solid #dfe6df;background:#fff;color:#174f3a;padding:.8rem 1.15rem;font-size:.92rem;line-height:1.2;text-align:center;box-shadow:0 12px 30px #142e2438}.product-chat__bubble:before{left:-.72rem;width:1.4rem;height:1.4rem;border-bottom:2px solid #dfe6df;border-left:2px solid #dfe6df;background:#fff}.product-chat__toggle:hover .product-chat__bubble,.product-chat__toggle:focus-visible .product-chat__bubble{background:#fff;color:#103d2d}.product-chat__toggle:hover .product-chat__bubble:before,.product-chat__toggle:focus-visible .product-chat__bubble:before{background:#fff}@media(max-width:520px){.product-chat__toggle{width:15.2rem}.product-chat__squirrel{right:9.6rem}.product-chat__bubble{min-width:10rem;max-width:10rem;min-height:3.6rem;padding:.65rem .85rem;font-size:.78rem}}
.product-chat__toggle{width:15.7rem}.product-chat__squirrel{right:9.2rem}.product-chat__bubble{min-width:9.6rem;max-width:9.6rem;min-height:3.15rem;padding:.55rem .75rem;font-size:.78rem}.product-chat__bubble:before{display:none}@media(max-width:520px){.product-chat__toggle{width:13.3rem}.product-chat__squirrel{right:7.7rem}.product-chat__bubble{min-width:8rem;max-width:8rem;min-height:2.9rem;padding:.45rem .6rem;font-size:.7rem}}
.product-chat__bubble{display:block;min-width:9.8rem;max-width:9.8rem;min-height:0;border:0;background:transparent;color:#f7f1df;padding:.35rem .55rem;font-size:.83rem;font-weight:500;line-height:1.25;text-shadow:0 2px 8px #102b20,0 1px 2px #102b20;box-shadow:none}.product-chat__bubble[hidden]{display:none}.product-chat__toggle:hover .product-chat__bubble,.product-chat__toggle:focus-visible .product-chat__bubble{background:transparent;color:#fff;transform:translateY(-.12rem)}@media(max-width:520px){.product-chat__bubble{min-width:8rem;max-width:8rem;font-size:.72rem}}
.product-chat__toggle{width:16.4rem;height:7.6rem}.product-chat__squirrel{right:10.1rem;bottom:-.15rem}.product-chat__bubble{right:0;bottom:auto;top:.15rem;display:grid;min-width:10.4rem;max-width:10.4rem;min-height:3.25rem;place-items:center;border:1px solid #e1ddd2;border-radius:1.15rem;background:#fff;color:#234d3b;padding:.55rem .8rem;font-size:.8rem;font-weight:700;line-height:1.2;text-align:center;text-shadow:none;box-shadow:0 8px 24px #142e2433}.product-chat__bubble:after{content:"";position:absolute;left:1.15rem;bottom:-.38rem;width:.75rem;height:.75rem;border-right:1px solid #e1ddd2;border-bottom:1px solid #e1ddd2;background:#fff;transform:rotate(45deg)}.product-chat__bubble[hidden]{display:none}.product-chat__toggle:hover .product-chat__bubble,.product-chat__toggle:focus-visible .product-chat__bubble{background:#fff;color:#174f3a;transform:translateY(-.12rem)}@media(max-width:520px){.product-chat__toggle{width:13.8rem;height:6.5rem}.product-chat__squirrel{right:8.4rem}.product-chat__bubble{min-width:8.7rem;max-width:8.7rem;min-height:2.8rem;padding:.45rem .6rem;font-size:.69rem}}
.product-chat__toggle{width:17.5rem;height:8rem}.product-chat__squirrel{right:10.9rem;bottom:-.1rem;z-index:1}.product-chat__bubble{right:0;top:0;min-width:11.5rem;max-width:11.5rem;min-height:4.65rem;border:0;border-radius:2rem;padding:.7rem 1.15rem 1rem;color:#20533f;font-size:1.02rem;font-weight:800;line-height:1.12;box-shadow:0 10px 26px #142e2438;z-index:2}.product-chat__bubble:after{left:1.2rem;bottom:-.7rem;width:1.5rem;height:1.5rem;border:0;border-radius:0 0 .2rem 0;background:#fff;clip-path:polygon(0 0,100% 0,0 100%);transform:none}.product-chat__toggle:hover .product-chat__bubble,.product-chat__toggle:focus-visible .product-chat__bubble{transform:translateY(-.1rem) scale(1.02)}@media(max-width:520px){.product-chat__toggle{width:14.7rem;height:6.8rem}.product-chat__squirrel{right:8.8rem}.product-chat__bubble{min-width:9.5rem;max-width:9.5rem;min-height:3.75rem;border-radius:1.65rem;padding:.55rem .8rem .75rem;font-size:.82rem}.product-chat__bubble:after{left:1rem;bottom:-.55rem;width:1.15rem;height:1.15rem}}
.product-chat__toggle{width:16.3rem;height:8rem}.product-chat__squirrel{right:9.8rem}.product-chat__bubble{right:0;top:-.55rem;min-width:10.3rem;max-width:10.3rem;min-height:3.9rem;border-radius:1.75rem;padding:.55rem .9rem .8rem;font-size:.88rem}.product-chat__bubble:after{left:1.05rem;bottom:-.58rem;width:1.2rem;height:1.2rem}@media(max-width:520px){.product-chat__toggle{width:13.8rem;height:6.8rem}.product-chat__squirrel{right:8rem}.product-chat__bubble{top:-.4rem;min-width:8.7rem;max-width:8.7rem;min-height:3.2rem;border-radius:1.45rem;padding:.45rem .7rem .62rem;font-size:.73rem}.product-chat__bubble:after{left:.9rem;bottom:-.48rem;width:1rem;height:1rem}}
.product-chat__bubble{right:.65rem;top:-1.05rem}@media(max-width:520px){.product-chat__bubble{right:.45rem;top:-.8rem}}
.product-chat__toggle{transition:transform .38s cubic-bezier(.22,.8,.3,1)}.product-chat__toggle[aria-expanded="true"]{transform:translateX(-8.1rem)}@media(max-width:520px){.product-chat__toggle[aria-expanded="true"]{position:fixed!important;left:.75rem;right:auto;bottom:.35rem;transform:none}}
.product-chat__squirrel img{object-fit:contain;object-position:center bottom}
.product-chat__toggle--arriving{pointer-events:none;animation:chat-squirrel-arrive 3.2s linear both}.product-chat__toggle--arriving .product-chat__bubble{opacity:0;visibility:hidden}.product-chat__toggle--arriving .product-chat__squirrel{animation:chat-squirrel-run .22s ease-in-out infinite}.product-chat__toggle--ready{animation:chat-launcher-appear .3s ease-out both}.product-chat__toggle--ready .product-chat__bubble{animation:chat-bubble-appear .35s .12s ease-out both}@keyframes chat-squirrel-arrive{0%{transform:translateX(calc(-100vw - 20rem))}8%{transform:translateX(calc(-100vw - 20rem))}100%{transform:translateX(calc(100vw + 20rem))}}@keyframes chat-squirrel-run{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-.32rem) rotate(2deg)}}@keyframes chat-launcher-appear{from{opacity:0}to{opacity:1}}@keyframes chat-bubble-appear{from{opacity:0;transform:translateY(.35rem) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.product-chat__toggle--arriving{animation-duration:.01ms}.product-chat__toggle--arriving .product-chat__squirrel{animation:none}}
.product-chat__toggle--waiting{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.product-chat__toggle--ready{visibility:visible}

.product-chat__toggle{
  width:min(18rem,calc(100vw - 2.5rem));
  height:auto;
  aspect-ratio:1672/941;
}
.product-chat__panel{
  width:min(360px,calc(100vw - 2rem));
  height:min(540px,calc(100vh - 7rem));
}
.product-chat__graphic{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .2s ease;
}
.product-chat__toggle:hover .product-chat__graphic,
.product-chat__toggle:focus-visible .product-chat__graphic{
  transform:translateY(-.12rem) scale(1.015);
}
@media(max-width:520px){
  .product-chat__toggle{
    width:min(18rem,calc(100vw - 1.5rem));
    height:auto;
  }
}

/* Compact callout above and to the right of the squirrel. */
.product-chat__bubble{
  right:.2rem;
  top:-1.45rem;
  min-width:8.6rem;
  max-width:8.6rem;
  min-height:2.7rem;
  border:1px solid #dedbd2;
  border-radius:1.25rem;
  padding:.45rem .7rem .58rem;
  font-size:.7rem;
  font-weight:700;
  line-height:1.2;
}
.product-chat__bubble:after{
  left:.8rem;
  bottom:-.55rem;
  width:1.05rem;
  height:1.05rem;
  border:0;
  background:#fff;
  clip-path:polygon(0 0,100% 0,0 100%);
}
@media(max-width:520px){
  .product-chat__bubble{
    right:.1rem;
    top:-1.2rem;
    width:clamp(9.25rem,46vw,10.75rem);
    min-width:0;
    max-width:calc(100vw - 1.5rem);
    min-height:2.75rem;
    border-radius:1.1rem;
    padding:.5rem .75rem .62rem;
    font-size:clamp(.62rem,2.8vw,.72rem);
    line-height:1.3;
    text-align:center;
  }
  .product-chat__bubble:after{
    left:.7rem;
    bottom:-.48rem;
    width:.9rem;
    height:.9rem;
  }
}

/* Phone layout: keep the assistant present without covering the page. */
@media(max-width:520px){
  .product-chat{
    right:.5rem;
    bottom:.5rem;
  }
  .product-chat__toggle{
    width:min(10.5rem,44vw);
    height:auto;
  }
  .product-chat__toggle[aria-expanded="true"]{
    left:.5rem;
    bottom:.25rem;
    width:7.5rem;
  }
  .product-chat__panel{
    position:fixed;
    inset:auto .5rem 4.75rem auto;
    width:min(22rem,calc(100vw - 1rem));
    height:min(30rem,68dvh);
    max-height:calc(100dvh - 5.5rem);
    border-radius:1.1rem;
  }
  .product-chat__header{
    padding:.72rem .85rem;
  }
  .product-chat__messages{
    padding:.7rem;
  }
  .product-chat__message{
    max-width:92%;
    padding:.58rem .7rem;
    font-size:.8rem;
  }
  .product-chat__suggestions{
    padding:.4rem .6rem;
  }
  .product-chat__form{
    padding:.55rem;
  }
  .product-chat__note{
    padding-bottom:.4rem;
  }
}
