:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f8f6f1;--surface:#fff;--surface-soft:#f0ede5;--brand:#5b5a5f;--brand-hover:#454449;--text:#334454;--muted:#5f7285;--border:#d8d4ca;--border-strong:#bbb5aa;--success:#247349;--danger:#a12828;--focus:#1f6fb2;--shadow:0 1rem 2.5rem #35383d17;--content:72rem;--conversation:52rem}*{box-sizing:border-box}html{background:var(--canvas);height:100%;color:var(--text);scroll-behavior:smooth;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55}body{background:linear-gradient(180deg, #5b5a5f0a, transparent 24rem), var(--canvas);flex-direction:column;min-width:20rem;height:100dvh;margin:0;display:flex;overflow:hidden}button,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,svg{display:block}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.visually-hidden{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:100;color:#fff;background:var(--brand);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:30;border-bottom:1px solid var(--border-strong);background:#f8f6f1f5;flex:none;position:relative}.header-inner,.site-footer>div{width:min(calc(100% - 2rem), var(--content));margin:0 auto}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5.4rem;display:flex}.brand{align-items:center;min-width:12rem;display:inline-flex}.brand img{object-fit:contain;object-position:left center;width:auto;max-width:16rem;height:3.35rem}.header-actions{justify-content:flex-end;align-items:center;gap:1.25rem;display:flex}.catalog-menu{position:relative}.catalog-menu summary{min-height:2.75rem;color:var(--muted);cursor:pointer;align-items:center;padding:0 .2rem;font-weight:700;list-style-position:outside;display:inline-flex}.catalog-menu summary:hover{color:var(--text)}.catalog-menu>div{z-index:50;border:1px solid var(--border-strong);background:var(--surface);width:min(25rem,100vw - 2rem);max-height:min(60vh,28rem);box-shadow:var(--shadow);border-radius:.25rem;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:absolute;top:calc(100% + .45rem);right:0;overflow:auto}.catalog-menu:not([open])>div{display:none}.catalog-menu a{border-bottom:1px solid var(--border);min-height:2.75rem;color:var(--text);justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.82rem;font-weight:700;text-decoration:none;display:flex}.catalog-menu a:hover,.catalog-menu a:focus-visible{color:var(--brand);background:var(--surface-soft)}.text-link{min-height:2.75rem;color:var(--muted);text-underline-offset:.25rem;align-items:center;display:inline-flex}.text-link:hover{color:var(--text)}.button{border:1px solid var(--brand);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;gap:.55rem;min-height:2.75rem;padding:.72rem 1rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.button-primary{color:#fff;background:var(--brand)}.button-primary:hover:not(:disabled),.button-primary:active:not(:disabled){background:var(--brand-hover)}.button-secondary{color:var(--brand);background:var(--surface)}.button-secondary:hover{color:#fff;background:var(--brand)}.button:disabled{cursor:not-allowed;opacity:.58}.page-main{flex:auto;width:100%;min-height:0;margin:0;padding:0;display:flex}.hero{text-align:center;max-width:54rem;margin:0 auto 2rem}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .45rem;font-size:.76rem;font-weight:800}h1,h2,p{margin-top:0}h1,h2{color:var(--brand);line-height:1.18}h1{letter-spacing:-.035em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.35rem)}h2{letter-spacing:-.02em;margin-bottom:0;font-size:clamp(1.35rem,3vw,1.85rem)}.hero-copy{max-width:45rem;color:var(--muted);margin:0 auto;font-size:1.08rem}.privacy-notice{max-width:var(--conversation);border:1px solid var(--border);color:var(--muted);background:#ffffffad;border-radius:.25rem;align-items:flex-start;gap:.8rem;margin:0 auto 1rem;padding:.9rem 1rem;font-size:.88rem;display:flex}.privacy-notice svg{color:var(--brand);flex:none;margin-top:.05rem}.privacy-notice p{margin:0}.advisor-panel{background:var(--surface);width:100%;min-height:0;box-shadow:none;border:0;border-radius:0;flex-direction:column;flex:1;margin:0;display:flex;overflow:hidden}.button-reset{border:1px solid var(--border-strong);min-height:2.75rem;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:.25rem;flex:none;align-items:center;gap:.45rem;padding:.5rem .8rem;display:inline-flex}.button-reset:hover{color:var(--text);background:#5b5a5f17}.chat-scroll-region{overscroll-behavior:contain;flex:auto;min-height:0;scroll-padding:1.5rem;overflow:hidden auto}.conversation{width:min(calc(100% - 2rem), var(--content));min-height:100%;margin:0 auto;padding:1.5rem 0;list-style:none}.message{grid-template-columns:2.75rem minmax(0,1fr);gap:.8rem;margin-bottom:1.25rem;display:grid}.message:last-child{margin-bottom:0}.message-user{grid-template-columns:minmax(0,1fr) 2.75rem}.message-user .message-marker{color:var(--brand);background:var(--surface-soft);grid-area:1/2}.message-user .message-content{border-color:var(--brand);color:#fff;background:var(--brand);grid-area:1/1;justify-self:end}.message-marker{border:1px solid var(--border);color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;font-size:.67rem;font-weight:800;display:grid}.message-marker .bi{font-size:1.15rem;line-height:1}.message-content{border:1px solid var(--border);max-width:39rem;color:var(--text);background:var(--canvas);border-radius:.25rem;padding:.9rem 1rem}.message-content>p:last-of-type{white-space:pre-wrap;margin-bottom:0}.message-author{margin-bottom:.3rem;font-size:.78rem;font-weight:800}.message-user .message-author{color:#fff}.message-loading .message-content p:last-child:after{content:"";border:2px solid var(--border-strong);border-top-color:var(--brand);vertical-align:-.1rem;border-radius:50%;width:.9rem;height:.9rem;margin-left:.6rem;animation:.8s linear infinite spin;display:inline-block}.agent-marker{position:relative}.agent-marker:after{content:"";border:2px solid var(--surface);background:var(--success);border-radius:50%;width:.7rem;height:.7rem;position:absolute;bottom:-.12rem;right:-.12rem}.agent-activity .activity-content{border-color:var(--border-strong);background:var(--surface-soft);min-width:min(100%,31rem)}.agent-activity.is-complete .agent-marker:after{background:var(--muted)}.activity-steps{color:var(--muted);margin:0;padding:0;font-size:.84rem;list-style:none}.activity-steps li{padding-left:1.35rem;position:relative}.activity-steps li+li{margin-top:.38rem}.activity-steps li:before{content:"✓";color:var(--success);font-weight:800;position:absolute;left:0}.activity-steps .is-current:before{content:"";border:2px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;width:.72rem;height:.72rem;animation:.8s linear infinite spin;top:.28rem}@keyframes spin{to{transform:rotate(360deg)}}.quick-prompts{padding:0 0 .65rem}.quick-prompts>p{color:var(--muted);margin-bottom:.55rem;font-size:.82rem;font-weight:700}.quick-prompts>div{flex-wrap:wrap;gap:.5rem;display:flex}.quick-prompts button{border:1px solid var(--border-strong);min-height:2.75rem;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:2rem;padding:.6rem .85rem}.quick-prompts button:hover{border-color:var(--brand);color:var(--brand);background:var(--surface-soft)}.composer{z-index:20;border-top:1px solid var(--border-strong);width:100%;padding:.8rem max(1rem, calc((100% - var(--content)) / 2)) max(.9rem, env(safe-area-inset-bottom));background:#f8f6f1fa;flex:none;position:relative;box-shadow:0 -.6rem 1.5rem #35383d14}.composer label{color:var(--brand);margin-bottom:.5rem;font-weight:800;display:block}.composer-input-row{grid-template-columns:minmax(0,1fr) minmax(9rem,11rem);align-items:stretch;gap:.65rem;display:grid}.composer-input-row .button{width:100%;height:100%;min-height:100%}.composer textarea{resize:vertical;border:1px solid var(--border-strong);width:100%;min-height:4.8rem;max-height:10rem;color:var(--text);background:#fff;border-radius:.25rem;padding:.85rem .9rem;display:block}.composer textarea::placeholder{color:#71808e;opacity:1}.composer textarea:focus{border-color:var(--focus)}.composer textarea[aria-invalid=true]{border-color:var(--danger)}.composer-meta,.composer-actions{justify-content:space-between;gap:1rem;display:flex}.composer-meta{color:var(--muted);margin-top:.45rem;font-size:.76rem}.composer-actions{align-items:center;margin-top:1rem}.composer-actions p{color:var(--muted);margin:0;font-size:.82rem}.form-error{color:var(--danger);margin:.65rem 0 0;font-weight:700}.message-suggestions{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--surface);border-radius:.25rem;width:100%;min-width:0;max-width:100%;margin:.85rem 0 0;padding:.6rem .75rem .7rem;overflow:visible}.message-suggestions legend{color:var(--brand);padding:0 .35rem;font-size:.82rem;font-weight:800}.message-suggestions>div{flex-wrap:wrap;gap:.45rem;min-width:0;display:flex}.message-suggestions label{border:1px solid var(--border);min-width:0;max-width:100%;min-height:2.75rem;color:var(--text);background:var(--canvas);cursor:pointer;border-radius:.25rem;align-items:center;gap:.5rem;margin:0;padding:.45rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}.message-suggestions label span{overflow-wrap:anywhere;word-break:break-word;min-width:0}.message-suggestions label:has(input:checked){border-color:var(--brand);background:var(--surface-soft)}.message-suggestions input{width:1.1rem;height:1.1rem;accent-color:var(--brand);flex:none}.message-suggestions.is-disabled{opacity:.7}.button-apply{min-height:2.75rem;color:var(--brand);cursor:pointer;text-underline-offset:.2rem;background:0 0;border:0;margin-top:.55rem;padding:.35rem 0;font-weight:800;text-decoration:underline}.products-section{width:min(calc(100% - 2rem), var(--content));border-top:1px solid var(--border);margin:1rem auto 2rem;padding-top:1.5rem}.section-heading{text-align:center;margin-bottom:1.25rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.product-card{border:1px solid var(--border-strong);background:var(--surface);border-radius:.25rem;flex-direction:column;min-width:0;display:flex;overflow:hidden}.product-image{aspect-ratio:4/3;border-bottom:1px solid var(--border);background:#fff;place-items:center;padding:1rem;display:grid}.product-image img{object-fit:contain;width:100%;height:100%}.product-image-fallback{color:var(--border-strong);font-size:2.4rem;font-weight:800}.product-body{flex-direction:column;flex:1;padding:1.1rem;display:flex}.product-body h3{color:var(--brand);margin:0 0 .35rem;font-size:1.04rem;line-height:1.3}.product-sku{color:var(--text);margin-bottom:.8rem;font-size:.88rem;font-weight:800}.product-properties{color:var(--muted);margin:0 0 .85rem;padding-left:1.15rem;font-size:.9rem}.product-properties li+li{margin-top:.2rem}.product-details{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:.2rem .75rem;margin:0 0 .85rem;padding:.65rem 0;font-size:.78rem;display:grid}.product-details dt{color:var(--muted)}.product-details dd{color:var(--text);text-align:right;margin:0;font-weight:800}.product-verified-list{margin-bottom:.75rem;font-size:.8rem}.product-verified-list p{color:var(--brand);margin-bottom:.25rem;font-weight:800}.product-verified-list ul{color:var(--muted);margin:0;padding-left:1.05rem}.product-verified-list li+li{margin-top:.12rem}.product-availability,.product-note{color:var(--muted);margin-bottom:.8rem;font-size:.83rem}.product-availability strong{color:var(--success)}.product-body .button{width:100%;margin-top:auto}.contact-panel{border-top:4px solid var(--brand);color:var(--text);background:var(--surface-soft);grid-template-columns:minmax(0,1.4fr) minmax(15rem,.8fr);gap:2rem;margin:4rem auto 0;padding:2rem;display:grid}.contact-panel p:last-child{margin:.75rem 0 0}.contact-panel address{flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem;font-style:normal;display:flex}.contact-panel address a{min-height:2.75rem;color:var(--brand);text-underline-offset:.2rem;align-items:center;font-weight:800;display:inline-flex}.site-footer{border-top:1px solid var(--border-strong);color:var(--muted);background:#ece7db;padding:2rem 0;font-size:.82rem}.site-footer>div{justify-content:space-between;gap:2rem;display:flex}.site-footer p{max-width:52rem;margin:0}@media (width<=52rem){.header-inner{min-height:4.6rem}.brand img{max-width:13rem;height:2.85rem}.header-actions{flex-wrap:wrap;gap:.5rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-panel{grid-template-columns:1fr;gap:1rem}}@media (width<=38rem){.header-inner{gap:.5rem;width:calc(100% - 1.5rem);min-height:3.85rem}.brand{min-width:0}.brand img{max-width:9.5rem;height:2.25rem}.header-actions{flex-wrap:nowrap;justify-content:flex-end}.header-actions .text-link{min-height:2.75rem;padding:0 .35rem;font-size:.82rem}.catalog-menu summary{padding:0 .25rem;font-size:.78rem}.catalog-menu>div{grid-template-columns:1fr;width:auto;max-height:calc(100dvh - 4.4rem);position:fixed;top:3.65rem;left:.75rem;right:.75rem}.header-actions .button{width:2.75rem;min-height:2.75rem;padding:.65rem;font-size:0}.header-actions .button span{font-size:1rem}.button-reset{flex:none;min-height:2.75rem;padding:.45rem}.button-reset span{display:none}.button-reset svg{width:21px;height:21px}.conversation{width:calc(100% - 1.5rem);padding:1rem 0}.message,.message-user{grid-template-columns:2.3rem minmax(0,1fr)}.message-user{grid-template-columns:minmax(0,1fr) 2.3rem}.message-marker{width:2.3rem;height:2.3rem;font-size:.6rem}.message-content{padding:.75rem .8rem}.composer{padding:.65rem .75rem max(.7rem, env(safe-area-inset-bottom))}.composer label{margin-bottom:.35rem;font-size:.86rem}.composer-input-row{grid-template-columns:minmax(0,1fr) 7.25rem;gap:.45rem}.composer textarea{resize:none;min-height:3.75rem;max-height:7.5rem;padding:.65rem .75rem}.composer-input-row .button{padding:.55rem;font-size:.78rem}.composer-meta{display:none}.message-suggestions>div{flex-direction:column}.message-suggestions label{width:100%}.products-section{width:calc(100% - 1.5rem);margin-bottom:1rem}.product-grid{grid-template-columns:1fr}.contact-panel{padding:1.5rem 1rem}.site-footer>div{gap:1rem}}@media (width<=26rem){.catalog-menu summary{font-size:0}.catalog-menu summary:before{content:"☰";font-size:1.1rem}.composer-input-row{grid-template-columns:minmax(0,1fr) 3.25rem}.composer-input-row .button{min-width:0;font-size:0}.composer-input-row .button svg{width:22px;height:22px}}@media (height<=42rem) and (orientation:landscape){.site-header,.quick-prompts{display:none}.composer textarea{min-height:3rem;max-height:5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
