:root{color-scheme:dark;--page:#0d0f10;--surface:#141719;--surface-raised:#191d1f;--border:#2b3033;--border-strong:#3a4245;--accent:#4dd0c4;--accent-deep:#204a47;--text:#f2f4f4;--text-muted:#b9c0c3;--text-soft:#949da0;--text-dim:#909798;--success:#39d98a;--surface-section:#101314;--surface-media:#090b0c;--surface-selected:#101819;--surface-options:#181e25;--surface-options-raised:#101415;--border-accent:#2b7771;--page-rgb:13 15 16;--media-rgb:9 11 12;--accent-rgb:77 208 196;--success-rgb:57 217 138;--shadow-rgb:0 0 0;--font-sans:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box}html{background:var(--page);scroll-behavior:smooth}body{background:var(--page);min-width:320px;color:var(--text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.site-shell{width:min(100%,100rem);min-height:100svh;margin-inline:auto;padding-inline:clamp(1.25rem,3vw,3.5rem)}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:4.75rem;display:flex}.wordmark{color:var(--text);align-items:center;gap:.5625rem;text-decoration:none;display:inline-flex}.wordmark-icon{object-fit:contain;flex:0 0 2rem;width:2rem;height:2rem}.wordmark-name{letter-spacing:-.02em;font-size:1.18rem;font-weight:700}.wordmark-wave{width:3.625rem;height:1.375rem;color:var(--accent);opacity:.92;flex:none;overflow:visible}.wordmark-wave path{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:2.5}.header-note{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2.5rem,5vw,6rem);min-height:auto;padding-block:clamp(3.5rem,7vh,6rem);display:grid}.hero-copy{flex-direction:column;max-width:40rem;min-height:auto;animation:.6s ease-out both copy-enter;display:flex}.eyebrow,.demo-kicker{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700;line-height:1.5}h1{letter-spacing:-.038em;margin:1.1rem 0 1.5rem;font-size:clamp(3rem,4.7vw,5.3rem);font-weight:700;line-height:.98}h1 span{display:block}h1 .accent{color:var(--accent);margin-top:.16em}.lead{max-width:36rem;color:var(--text-muted);margin:0;font-size:clamp(1.03rem,1.25vw,1.22rem);line-height:1.65}.hero-context{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.hero-principle{max-width:32rem;color:var(--text);margin:0;font-size:clamp(1.05rem,1.35vw,1.3rem);font-weight:600;line-height:1.42}.hero-provider-note{max-width:36rem;color:var(--text-soft);margin:.8rem 0 0;font-size:.92rem;line-height:1.6}.demo-cue{width:fit-content;color:var(--text);align-items:center;gap:.65rem;margin-top:1.35rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.demo-cue span{color:var(--accent);transition:transform .16s}.demo-cue:hover span{transform:translate(.25rem)}.demo-column{justify-self:end;width:min(100%,39rem);animation:.7s ease-out 80ms both demo-enter}.demo-heading,.demo-footer{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.demo-instruction{color:var(--text-soft);margin:.25rem 0 0;font-size:.8rem}.demo-state{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.45rem;margin:0;font-size:.78rem;display:inline-flex}.status-dot{background:var(--success);width:.45rem;height:.45rem;box-shadow:0 0 0 .2rem rgb(var(--success-rgb) / 9%);border-radius:50%}.demo-selector{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:1rem 0 .7rem;display:grid}.demo-option,.audio-button,.replay-button{border:1px solid var(--border);background:var(--surface);min-height:2.75rem;color:var(--text-soft);cursor:pointer;border-radius:.42rem;font-size:.74rem;font-weight:600;transition:border-color .16s,background-color .16s,color .16s}.demo-option:hover,.audio-button:hover,.replay-button:hover{border-color:var(--border-strong);color:var(--text)}.demo-option.is-selected{border-color:var(--border-accent);background:var(--surface-selected);color:var(--accent)}.demo-window{border:1px solid var(--border);background:var(--surface-media);box-shadow:0 1.25rem 3.5rem rgb(var(--shadow-rgb) / 24%);border-radius:.72rem;overflow:hidden}.demo-media{aspect-ratio:80/87;background:var(--surface-media);position:relative;overflow:hidden}.demo-image{object-fit:cover;object-position:top center;user-select:none;width:100%;height:102.3%;transition:opacity .26s,transform .5s;position:absolute;top:-2.3%;left:0}.demo-image-standby-breathe{z-index:1;pointer-events:none;clip-path:inset(29.4% 31% 63.7%);filter:brightness(.55)saturate(.92);opacity:.05;transition:none;animation:2.4s ease-in-out infinite standby-breathe}.demo-video{object-fit:cover;object-position:top center;opacity:0;width:100%;height:100%;transition:opacity .18s,transform .5s;position:absolute;inset:0;transform:scale(1.006)}.demo-window.is-running .demo-image-standby{opacity:0}.demo-window.is-running .demo-image-standby-breathe{opacity:0;animation:none}.demo-window.is-running .demo-video{opacity:1;transform:scale(1)}.new-call-hotspot{z-index:2;border:1px solid var(--accent);background:rgb(var(--media-rgb) / 90%);min-width:9.5rem;min-height:3rem;color:var(--text);cursor:pointer;border-radius:.45rem;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.78rem;font-weight:700;transition:background-color .16s,color .16s,transform .16s;display:inline-flex;position:absolute;top:41.5%;left:50%;transform:translate(-50%,-50%)}.play-icon{border-top:.36rem solid #0000;border-bottom:.36rem solid #0000;border-left:.55rem solid;width:0;height:0}.new-call-hotspot:hover{background:var(--accent-deep);color:var(--accent)}.new-call-hotspot:focus-visible{transform:translate(-50%,-50%)scale(1.03)}.demo-window.is-loading .new-call-hotspot,.demo-window.is-running .new-call-hotspot{display:none}.demo-footer{min-height:2.8rem;color:var(--text-dim);align-items:center;font-size:.72rem}.demo-footer p{margin:0}.demo-footer p span:first-child{color:var(--text-muted);font-weight:600}.demo-actions{align-items:center;gap:.45rem;display:flex}.audio-button,.replay-button{background:0 0;min-height:2.75rem;padding-inline:.75rem}.audio-button[hidden],.replay-button[hidden]{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes copy-enter{0%{opacity:0;transform:translateY(.75rem)}}@keyframes demo-enter{0%{opacity:0;transform:translateY(1rem)}}@keyframes standby-breathe{0%,to{opacity:.05}50%{opacity:.68}}@media (height<=820px) and (width>=960px){.site-header{min-height:4rem}.hero{align-items:start;min-height:auto;padding-block:1.5rem}.demo-column{width:min(100%,31rem)}h1{font-size:clamp(2.8rem,4.4vw,4.4rem)}.demo-cue{margin-top:1.2rem}}@media (width>=1600px) and (height>=821px){.site-shell{width:min(100%,112rem)}.hero-copy{max-width:43rem}h1{font-size:clamp(3rem,4.7vw,5.75rem)}.demo-column{width:min(100%,44rem)}}@media (width<=960px){.hero{grid-template-columns:1fr;gap:3.5rem;padding-block:4rem}.hero-copy,.demo-column{justify-self:center;width:100%;max-width:42rem}.hero-copy{min-height:auto}.hero-context{margin-top:2.25rem}.demo-cue{display:none}.new-call-hotspot{min-width:8.75rem}}@media (width<=768px){.demo-selector{gap:.65rem}.demo-option,.audio-button,.replay-button{min-height:2.75rem;font-size:.7rem}}@media (width<=620px){.site-header{min-height:4.2rem}.header-note{display:none}.hero{padding-block:3rem}h1{font-size:clamp(2.75rem,13vw,4rem)}.demo-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.demo-heading{align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.15s!important;animation-duration:.15s!important;animation-iteration-count:1!important}}.site-footer[data-astro-cid-nns7i3if]{min-height:5rem;color:var(--text-dim);grid-template-columns:auto 1fr auto auto;align-items:center;gap:2rem;font-size:.8rem;display:grid}.footer-brand[data-astro-cid-nns7i3if]{color:var(--text-muted);align-items:center;gap:.55rem;font-size:.88rem;font-weight:650;display:inline-flex}.footer-brand[data-astro-cid-nns7i3if] img[data-astro-cid-nns7i3if]{width:1.5rem;height:1.5rem}.footer-nav[data-astro-cid-nns7i3if]{align-items:center;gap:1.5rem;display:flex}.footer-nav[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:inherit;text-decoration:none}.footer-nav[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover{color:var(--text-muted)}.footer-meta[data-astro-cid-nns7i3if]{justify-self:end;align-items:center;gap:1rem;display:flex}.site-footer[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{margin:0}@media (width<=620px){.site-footer[data-astro-cid-nns7i3if]{grid-template-columns:1fr;gap:.65rem;padding-block:1.5rem}.footer-nav[data-astro-cid-nns7i3if]{gap:1rem;font-size:.68rem}.footer-meta[data-astro-cid-nns7i3if]{flex-direction:column;justify-self:start;align-items:flex-start;gap:.4rem}}
