@charset "UTF-8";
.ch-all-people .ch-person strong{font-size:15px;font-weight:600;line-height:1.4;color:var(--text);text-wrap:balance;overflow-wrap:break-word}
:root{color-scheme:dark;--bg:#101414;--text:#eef0e9;--muted:#a3aeaa;--mint:#b5e7d0;--line:#ffffff18;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:22px}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid var(--mint);outline-offset:5px}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ch-muted{color:var(--muted)}.ch-skip{position:absolute;left:20px;top:-80px;z-index:10;padding:14px;background:var(--text);color:#101414}.ch-skip:focus{top:10px}
.ch-header,.ch-footer{max-width:1440px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.ch-header{min-height:88px;border-bottom:1px solid var(--line)}.ch-brand{display:inline-flex;align-items:center;gap:10px;font-size:23px;font-weight:650;letter-spacing:-1px}.ch-brand img{border-radius:7px}.ch-header nav,.ch-footer nav{display:flex;align-items:center;gap:30px;font-size:13px}.ch-header nav>a,.ch-footer nav>a{min-height:44px;display:inline-flex;align-items:center;gap:7px}.ch-header nav>a:hover,.ch-footer a:hover{color:var(--mint)}.ch-signin{border-left:1px solid var(--line);padding-left:28px}.ch-signin svg{width:15px}
.ch-section{position:relative;overflow:hidden}.ch-section-inner{max-width:1440px;margin:auto;padding:64px 5% 68px;display:grid;grid-template-columns:1.02fr 1fr;gap:6%;align-items:center;min-height:660px}.ch-cloud{background:radial-gradient(ellipse at 77% 45%,#29433855,transparent 55%)}.ch-copy{position:relative;z-index:2}.ch-eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 26px;font-size:13px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--mint)}.ch-eyebrow svg{width:22px;height:22px}.ch-copy h1,.ch-copy h2{font-weight:540;letter-spacing:-3.4px;font-size:clamp(40px,4.1vw,62px);line-height:1.06;margin:0 0 27px}.ch-copy h1 span,.ch-copy h2 span{color:#a1b9ad}.ch-lead{font-size:21px;line-height:1.5;letter-spacing:-.4px;margin:0 0 16px}.ch-description{max-width:470px;font-size:15px;line-height:1.8;color:var(--muted);margin:0 0 27px}.ch-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.ch-button{min-height:50px;padding:14px 20px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:24px;font-size:14px;font-weight:650;transition:background .2s,transform .2s}.ch-button:hover{transform:translateY(-2px)}.ch-primary{background:var(--mint);color:#112a20;box-shadow:0 0 24px #b5e7d010}.ch-primary:hover{background:#ccf3df}.ch-secondary{background:#e4e8e2;color:#1a211e}.ch-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;min-height:44px;color:#c8d3cd}.ch-link svg{width:16px}.ch-link:hover{color:#fff}.ch-fine{font-size:11px;color:#90a099;margin:15px 0 0}.ch-flow{display:flex;align-items:center;gap:12px;margin-top:38px;font-size:11px;color:#9baaA2}.ch-flow svg{width:15px;opacity:.5}
.ch-constellation{position:relative;isolation:isolate;padding:24px 0 10px;min-width:0}.ch-team-meta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px;font-size:10px;color:#a7b9ae;letter-spacing:.03em}.ch-team-meta>span{display:flex;align-items:center;gap:8px}.ch-team-meta i{width:5px;height:5px;background:var(--mint);border-radius:50%;box-shadow:0 0 12px #b5e7d070}.ch-motion{background:#ffffff06;border:1px solid #ffffff18;border-radius:20px;padding:10px 12px;min-height:40px;font-size:10px;white-space:nowrap}.ch-motion:hover{background:#ffffff12}.ch-people{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:21px 10px;position:relative}.ch-person{border:0;background:none;padding:8px 2px;display:flex;flex-direction:column;align-items:center;min-width:0;will-change:transform;transform:translate(var(--mx,0px),var(--my,0px));transition:background .2s,opacity .2s;border-radius:15px}.ch-avatar{position:relative;display:inline-flex;flex-shrink:0}.ch-avatar img{width:72px;height:72px;object-fit:cover;filter:grayscale(1);border-radius:50%;border:1px solid #cdebd838;opacity:.56;box-shadow:0 4px 20px #0003;transition:opacity .25s,border-color .25s,box-shadow .25s}.ch-person:nth-child(3n+1) .ch-avatar img{opacity:.8}.ch-person:hover .ch-avatar img,.ch-person:focus-visible .ch-avatar img{opacity:1;border-color:var(--mint);box-shadow:0 0 28px #b5e7d029}.ch-ai{position:absolute;bottom:0;right:-1px;background:#d4e2d8;color:#1a2821;border:2px solid #19231e;border-radius:5px;font:700 9px/1.4 -apple-system,sans-serif;padding:1px 4px}.ch-person-copy{display:flex;flex-direction:column;text-align:center;gap:5px;margin-top:12px;width:100%}.ch-person strong{font-size:11px;font-weight:500;color:#d0dcd4}.ch-person small{font-size:9px;line-height:1.35;color:#a0b2a6;overflow-wrap:anywhere}.ch-team-caption{text-align:center;font-size:10px;color:#81968a;margin:24px 0 0}.ch-orbit{position:absolute;border:1px solid #b5e7d009;border-radius:50%;pointer-events:none;z-index:-1}.ch-orbit-one{width:500px;height:500px;left:0;top:-4px}.ch-orbit-two{width:650px;height:650px;left:-75px;top:-79px}.ch-local{border-top:1px solid var(--line);background:linear-gradient(120deg,#151919,#101414)}.ch-local .ch-section-inner{padding-top:72px;padding-bottom:60px;align-items:start}.ch-local .ch-eyebrow{color:#c1c9d1}.ch-local .ch-copy h2 span{color:#a2abb4}.ch-local .ch-lead{font-size:19px}.ch-local .ch-copy{padding-top:30px}.ch-hosts{display:flex;flex-wrap:wrap;gap:20px;font-size:12px;color:#c4ccc6;margin:26px 0}.ch-hosts span{position:relative;padding-left:11px}.ch-hosts span:before{content:'';width:3px;height:3px;position:absolute;top:6px;left:0;background:#a0b2a6;border-radius:50%}
.ch-local-visual{min-width:0}.ch-console{border:1px solid #bccad525;border-radius:12px;background:linear-gradient(155deg,#25302d65,#131919);box-shadow:0 25px 55px #0002;overflow:hidden}.ch-console-top{padding:15px 18px;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:10px;color:#b3c2ba}.ch-console-top>span:first-child{display:flex;align-items:center;gap:8px}.ch-console-top svg{width:14px;height:14px}.ch-example{font-size:9px;color:#8e9d95}.ch-prompt{padding:24px 24px 18px;display:flex;align-items:center;gap:15px;font-size:27px}.ch-prompt>span:first-child{color:#6a8474}.ch-prompt code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:23px}.ch-caret{width:7px;height:23px;background:#b5e7d03d}.ch-trace{padding:3px 24px 22px;display:flex;flex-direction:column;gap:21px}.ch-trace>div{display:flex;align-items:flex-start;gap:15px;font-size:12px}.ch-trace-mark{font-family:ui-monospace,monospace;font-size:9px;color:#8da996;padding-top:2px}.ch-trace small{display:block;font-size:10px;line-height:1.5;color:#889c90;margin-top:5px}.ch-console-foot{padding:14px 18px;background:#b5e7d008;border-top:1px solid #b5e7d00e;font-size:9px;color:#a8bcb0;display:flex;gap:8px;align-items:center}.ch-spark{width:6px;height:6px;transform:rotate(45deg);background:#b5e7d0}.ch-people-local{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-top:25px}.ch-people-local .ch-avatar img{width:46px;height:46px}.ch-people-local .ch-person-copy{margin-top:8px;gap:4px}.ch-people-local .ch-person strong{font-size:9px}.ch-people-local .ch-person small{font-size:8px}.ch-people-local .ch-ai{font-size:7px;padding:0 3px}.ch-local .ch-team-caption{margin-top:12px}.ch-footer{border-top:1px solid var(--line);font-size:11px;color:#99aaa0;padding-top:28px;padding-bottom:28px}.ch-footer .ch-brand{font-size:17px;gap:0}.ch-footer p{margin-right:auto;font-size:10px}.ch-footer nav{gap:22px;font-size:10px}
.ch-dialog{color:var(--text);background:#1b2420;border:1px solid #b5e7d035;border-radius:18px;padding:26px;max-width:530px;width:calc(100% - 32px);max-height:85dvh;box-shadow:0 40px 100px #0009}.ch-dialog::backdrop{background:#050c09bb;backdrop-filter:blur(12px)}.ch-dialog-close{display:flex;margin-left:auto;align-items:center;gap:8px;min-height:44px;padding:8px 12px;background:#ffffff06;border:1px solid #ffffff18;border-radius:7px;font-size:12px}.ch-dialog-close svg{width:15px}.ch-profile-head{display:flex;align-items:center;gap:20px;margin:18px 0 24px}.ch-profile-head .ch-avatar img{width:84px;height:84px;opacity:1}.ch-profile-head .ch-eyebrow{font-size:10px;margin:0 0 6px}.ch-profile-head h2{margin:0;font-weight:500;font-size:32px;letter-spacing:-1px}.ch-profile-head p:last-child{color:#b2c3b7;font-size:13px;margin:6px 0 0}.ch-profile-bio{font-size:15px;line-height:1.75;color:#c4d2c9}.ch-dialog h3{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin:25px 0 12px}.ch-checks{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:7px}.ch-checks li{padding:8px 10px;border:1px solid #ffffff1a;border-radius:5px;font-size:12px;color:#bad0c1}.ch-profile-note{font-size:11px;color:#91a699;line-height:1.7;margin:24px 0 12px}body:has(dialog[open]){overflow:hidden}
@media(min-width:1500px){.ch-section-inner{min-height:700px}}@media(max-width:1050px){.ch-section-inner{gap:4%;padding-top:48px;padding-bottom:48px}.ch-copy h1,.ch-copy h2{font-size:44px;letter-spacing:-2.5px}.ch-avatar img{width:58px;height:58px}.ch-people{gap:16px 4px}.ch-actions{gap:10px}.ch-people-local{grid-template-columns:repeat(4,minmax(0,1fr))}.ch-footer{flex-wrap:wrap}.ch-footer p{margin-right:0}.ch-console-top{flex-wrap:wrap}.ch-example{display:none}}
@media(max-width:760px){.ch-header{padding:14px 6%;min-height:76px;gap:16px}.ch-brand{font-size:21px}.ch-brand img{width:29px;height:29px}.ch-header nav{gap:14px;font-size:11px}.ch-signin{padding-left:0;border:0}.ch-signin svg{display:none}.ch-section-inner{grid-template-columns:1fr;padding:44px 6%;gap:25px;min-height:0}.ch-copy h1,.ch-copy h2{font-size:clamp(36px,7.8vw,55px);letter-spacing:-2px}.ch-eyebrow{margin-bottom:22px;font-size:11px}.ch-lead{font-size:19px}.ch-description{max-width:520px;font-size:14px;line-height:1.75}.ch-actions{gap:16px}.ch-flow{margin-top:25px;gap:8px;font-size:10px}.ch-constellation{padding-top:12px}.ch-team-meta{margin-bottom:13px}.ch-avatar img{width:60px;height:60px}.ch-person strong{font-size:11px}.ch-person small{font-size:9px}.ch-people{gap:13px 7px}.ch-orbit-one{width:400px;height:400px;left:calc(50% - 200px)}.ch-orbit-two{width:480px;height:480px;left:calc(50% - 240px)}.ch-local .ch-section-inner{padding:44px 6%}.ch-local .ch-copy{padding-top:0}.ch-local-visual{margin-top:8px}.ch-people-local{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 5px}.ch-people-local .ch-avatar img{width:48px;height:48px}.ch-people-local .ch-person strong{font-size:10px}.ch-people-local .ch-person small{font-size:9px}.ch-footer{padding:24px 6%;gap:8px 16px}.ch-footer nav{width:100%;justify-content:space-between;gap:8px}.ch-footer p{font-size:9px}.ch-dialog{padding:20px}}
@media(max-width:370px){.ch-header nav{gap:11px}.ch-header nav>a:first-child{display:none}.ch-avatar img{width:51px;height:51px}.ch-actions{align-items:flex-start;flex-direction:column;gap:2px}.ch-flow{font-size:9px;gap:7px}.ch-flow svg{width:12px}.ch-profile-head{gap:14px}.ch-profile-head h2{font-size:27px}}
.ch-header .ch-carbon-lockup{gap:18px;letter-spacing:normal;flex-shrink:0}
.ch-header .ch-carbon-logo{width:240px;height:58px;object-fit:cover;object-position:center;border-radius:0;mix-blend-mode:screen}
.ch-byline{font-size:12px;font-weight:400;white-space:nowrap;color:var(--muted)}.ch-byline strong{font-weight:550;color:#d4ddd7}
@media(max-width:760px){.ch-header{flex-wrap:wrap;gap:6px 18px}.ch-header .ch-carbon-lockup{gap:12px}.ch-header .ch-carbon-logo{width:190px;height:46px}.ch-byline{font-size:11px}.ch-header nav{width:100%;justify-content:flex-end;gap:24px}.ch-header nav>a:first-child{display:inline-flex}}
.ch-demo-tag{font-size:9px;color:#a1b2a7;white-space:nowrap}
.ch-demo-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
.ch-demo-chat{min-width:0;border-right:1px solid #ffffff14;background:#0a100d45}
.ch-demo-thread{height:310px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#52705e transparent;padding:20px 16px 12px;font-size:12px;line-height:1.6}
.ch-demo-user>span{display:block;color:#9bb1a3;font-size:9px;margin-bottom:5px}.ch-demo-user>div{display:flex;align-items:center;gap:4px;min-height:34px;background:#c4e6d00c;border:1px solid #c4e6d014;border-radius:7px;padding:7px 10px}
.ch-demo-user code{font-size:15px;color:#e9f2eb}.ch-demo-caret{display:none;width:2px;height:16px;background:#b5e7d0}.is-typing .ch-demo-caret{display:block}
.ch-demo-message{margin-top:16px}.ch-demo-message[hidden]{display:none}.ch-demo-message strong{color:#b5e7d0;font-size:9px;letter-spacing:.045em;font-weight:550}.ch-demo-message p{margin:5px 0 0;color:#ccd8d0;line-height:1.65;font-size:11px}
.ch-demo-status{min-height:34px;margin:0;padding:4px 16px;color:#95ab9d;font-size:9px;line-height:1.5}
.ch-demo-controls{display:flex;gap:8px;padding:6px 12px 12px}.ch-demo-controls button{background:#ffffff05;border:1px solid #ffffff17;border-radius:5px;padding:7px 10px;min-height:36px;font-size:10px}.ch-demo-controls button:hover:not(:disabled){background:#ffffff10}.ch-demo-controls button:disabled{cursor:default;opacity:.6}
.ch-demo-benefits{padding:24px 14px;justify-content:center;gap:28px}.ch-demo-benefits>div{font-size:12px;line-height:1.6;gap:9px;border-left:2px solid transparent;padding-left:8px;transition:border-color .3s}.ch-demo-benefits>div.is-current{border-color:#b5e7d0}.ch-demo-benefits small{line-height:1.6}.ch-demo-benefits .ch-trace-mark{font-size:8px}
@media(min-width:761px) and (max-width:1050px){.ch-demo-layout{grid-template-columns:1fr}.ch-demo-chat{border-right:0;border-bottom:1px solid #ffffff14}.ch-demo-benefits{gap:16px;padding:20px}.ch-demo-thread{height:240px}}
@media(max-width:520px){.ch-demo-layout{grid-template-columns:1fr}.ch-demo-chat{border-right:0;border-bottom:1px solid #ffffff14}.ch-demo-thread{height:260px}.ch-demo-benefits{padding:20px;gap:18px}.ch-demo-benefits>div{font-size:13px}.ch-demo-message p{font-size:12px}.ch-demo-controls button{min-height:44px}.ch-demo-tag{font-size:8px}}
/* A self-contained, deliberately fictional browser journey. */
.ch-coffee-demo{min-width:0;width:100%;border:1px solid #bfd4c126;border-radius:15px;background:#1c2722;box-shadow:0 30px 70px #0003;overflow:hidden}
.ch-coffee-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;font-size:10px;color:#acbeb1}.ch-coffee-toolbar>span{display:flex;align-items:center;gap:8px}.ch-coffee-toolbar svg{width:17px}.ch-coffee-toolbar button{background:#ffffff06;border:1px solid #ffffff21;border-radius:5px;padding:8px 10px;min-height:38px;font-size:10px;white-space:nowrap}.ch-coffee-toolbar button:disabled{opacity:.6;cursor:default}
.ch-coffee-browser{margin:0 15px;border:1px solid #cdd4c03b;border-radius:9px;overflow:hidden;background:#e8e8da;color:#263c30}.ch-coffee-address{display:flex;justify-content:space-between;align-items:center;padding:12px;gap:8px;background:#d5d9ce;color:#566456;font-size:9px}.ch-window-dots{display:flex;gap:4px}.ch-window-dots i{width:5px;height:5px;background:#98a593;border-radius:50%}.ch-coffee-address>span:last-child{font-size:7px;letter-spacing:.1em}
.ch-coffee-stage{height:330px;position:relative;isolation:isolate;overflow:hidden}.ch-coffee-nav{display:flex;align-items:center;justify-content:space-between;gap:8px;height:52px;padding:0 16px;border-bottom:1px solid #2b493113;font-size:9px;position:relative;z-index:1}.ch-coffee-nav>strong{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.11em}.ch-coffee-nav b{font-weight:500}.ch-coffee-seal{display:flex;align-items:center;justify-content:center;background:#42634e;border-radius:50%;width:24px;height:24px}.ch-coffee-seal svg{width:16px;height:20px}
.ch-coffee-screen{height:278px;padding:22px;display:flex;align-items:center;gap:15px;animation:coffee-reveal .6s ease both}.ch-coffee-screen[hidden]{display:none}.ch-coffee-screen small{font-size:8px;letter-spacing:.13em;font-weight:650;color:#64725d}.ch-coffee-screen h3{font:500 29px/1.12 Georgia,serif;letter-spacing:-.6px;margin:12px 0}.ch-coffee-screen p{font-size:10px;color:#60705f;line-height:1.6}.ch-coffee-copy{width:60%;position:relative;z-index:1}.ch-coffee-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;background:#456b52;color:#f0efe1;font-size:10px;border-radius:20px;margin-top:12px;white-space:nowrap}.ch-coffee-cta svg{width:13px;height:13px}.ch-cup-display{width:44%;display:flex;flex-direction:column;align-items:center;position:relative}.ch-cup-display:before{content:'';position:absolute;width:170px;height:170px;border-radius:50%;background:#c4ccb773;top:15px;z-index:-1}.ch-coffee-cup{width:140px;height:170px;flex-shrink:1}.ch-cup-display>span{font:italic 9px Georgia,serif;color:#708069;white-space:nowrap}
.ch-coffee-screen[data-coffee-screen="1"]{display:block;padding:17px 20px}.ch-menu-title h3{font-size:23px;margin:6px 0 14px}.ch-drinks{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ch-drink{border:1px solid #71856824;border-radius:8px;display:flex;flex-direction:column;align-items:center;padding:7px 4px;background:#eff0e5}.ch-drink.is-picked{border-color:#729675;background:#dce4d4}.ch-drink svg{width:69px;height:102px}.ch-drink strong{font-size:10px;font-weight:550}.ch-drink>span{font-size:9px;color:#75816c;margin:6px 0}
.ch-coffee-demo .ch-coffee-screen[hidden]{display:none}
.ch-custom-cup{width:34%;display:flex;flex-direction:column;align-items:center}.ch-custom-cup svg{max-width:100%}.ch-custom-cup strong{font-size:11px}.ch-coffee-options{flex:1;min-width:0}.ch-coffee-options h3{font-size:21px;margin:8px 0 14px}.ch-coffee-options label{font-size:9px;display:block;margin:10px 0 5px}.ch-size-options{display:flex;gap:5px;font-size:9px}.ch-size-options>*{padding:7px 8px;border:1px solid #6e82674a;border-radius:5px}.ch-size-options b{background:#c5d6ba;font-weight:500}.ch-milk{display:flex;justify-content:space-between;border:1px solid #6e82674a;padding:9px;font-size:10px;border-radius:5px}.ch-coffee-options .ch-coffee-cta{width:100%}
.ch-order-ready{text-align:center;width:100%}.ch-order-ready>svg{display:block;margin:0 auto 12px;width:32px;height:32px;color:#6e9270}.ch-order-ready h3{font-size:27px}.ch-receipt{padding:14px;background:#d4dfca;border-radius:8px;margin:15px auto 0;max-width:230px;display:flex;flex-direction:column;gap:6px;font-size:10px}.ch-receipt>span{font-size:9px;color:#6b7a62}
.ch-inspect-layer{position:absolute;inset:52px 0 0;pointer-events:none;z-index:3;overflow:hidden}.ch-inspector{position:absolute;left:0;top:0;will-change:transform;filter:drop-shadow(0 3px 4px #1d2c3440);transform:translate(-60px,-60px)}.ch-inspector .ch-avatar img{width:27px;height:27px;opacity:1;border:2px solid #aebdac}.ch-inspector .ch-ai{font-size:6px;line-height:1;padding:2px;border-width:1px;right:-3px;bottom:-2px;border-radius:3px}.ch-inspect-ring{position:absolute;border:1px solid #78978180;background:#89a3860e;border-radius:6px;width:82px;height:36px;transition:left .6s,top .6s;opacity:0}.ch-inspect-flag{position:absolute;left:12px;bottom:12px;display:flex;align-items:center;gap:7px;background:#dae4d6;color:#48624a;box-shadow:0 4px 14px #1328171a;border:1px solid #849e7d;padding:7px 10px;border-radius:6px;font-size:10px;opacity:0;transform:translateY(5px);transition:opacity .5s,transform .5s}.ch-inspect-flag.is-visible{opacity:1;transform:translateY(0)}.ch-inspect-flag.is-issue{background:#e2d7d1;border-color:#b29488;color:#805c55}.ch-inspect-flag svg{width:17px;height:17px}.ch-demo-pointer{position:absolute;width:18px;height:22px;left:0;top:0;filter:drop-shadow(0 2px 2px #0003)}
.ch-coffee-journey{display:flex;justify-content:space-between;padding:19px 20px 13px;gap:7px}.ch-coffee-journey>span{display:flex;align-items:center;gap:7px;font-size:10px;color:#819889}.ch-coffee-journey i{width:6px;height:6px;border-radius:50%;background:#5b6d60}.ch-coffee-journey [aria-current]{color:#dde7dc}.ch-coffee-journey [aria-current] i{background:#b4cbb3;box-shadow:0 0 0 4px #b4cbb315}.ch-coffee-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 20px 17px;min-height:42px;font-size:10px;color:#a5b6a9}.ch-coffee-caption small{font-size:8px;color:#7f9586;text-align:right;max-width:130px}
.ch-agent-section{padding:64px 5%;max-width:1440px;margin:auto}.ch-agent-panel{background:#17201b;border:1px solid #bfd4c120;border-radius:16px;padding:34px}.ch-agent-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.ch-agent-heading .ch-eyebrow{font-size:10px;margin-bottom:13px}.ch-agent-heading h2{font-size:30px;font-weight:500;letter-spacing:-.8px;margin:0 0 12px}.ch-agent-heading p:not(.ch-eyebrow){font-size:13px;line-height:1.7;color:#9caea1;margin:0}.ch-all-people{grid-template-columns:repeat(8,minmax(0,1fr));gap:23px 12px}.ch-all-people .ch-avatar img{width:60px;height:60px}
.ch-inspect-layer{inset:0}
.ch-element-inspection{position:absolute;border:1.5px solid #688970;background:#8ba98b19;border-radius:5px;box-shadow:0 0 0 2px #78987b10;opacity:0;pointer-events:none}
.ch-element-inspection.is-issue{border-color:#a47a71;background:#b48c7f17;box-shadow:0 0 0 2px #a47a7110}
.ch-inspector{z-index:2}.ch-inspect-flag{z-index:3}.ch-demo-pointer{z-index:2}
@keyframes coffee-reveal{from{opacity:0}to{opacity:1}}
@media(max-width:1050px){.ch-coffee-screen{padding:15px}.ch-coffee-screen h3{font-size:24px}.ch-coffee-nav{padding:0 10px}.ch-coffee-nav>span{font-size:7px}.ch-coffee-cup{width:110px;height:145px}.ch-coffee-toolbar>span{font-size:9px}.ch-coffee-toolbar{padding:12px}.ch-coffee-options h3{font-size:19px}.ch-size-options>*{padding:7px 5px}.ch-all-people{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:760px){.ch-coffee-demo{max-width:600px}.ch-agent-section{padding:36px 6%}.ch-agent-panel{padding:24px 15px}.ch-all-people{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 6px}.ch-agent-heading{align-items:flex-start;flex-direction:column;gap:14px}.ch-agent-heading h2{font-size:27px}.ch-agent-heading .ch-motion{min-height:44px}.ch-coffee-toolbar button{min-height:44px}.ch-coffee-stage{height:320px}.ch-coffee-screen{height:268px}.ch-coffee-screen h3{font-size:28px}.ch-coffee-options h3{font-size:21px}}
@media(max-width:400px){.ch-coffee-browser{margin:0 9px}.ch-coffee-toolbar{padding:10px;gap:5px}.ch-coffee-toolbar>span{font-size:8px;gap:4px}.ch-coffee-toolbar svg{width:14px}.ch-coffee-screen{padding:13px;gap:7px}.ch-coffee-screen h3{font-size:24px}.ch-coffee-cta{font-size:9px;padding:10px}.ch-coffee-options h3{font-size:18px}.ch-coffee-options small{font-size:7px}.ch-all-people{grid-template-columns:repeat(3,minmax(0,1fr))}.ch-coffee-caption{padding:0 12px 13px;font-size:9px}.ch-coffee-journey{padding:16px 12px}.ch-inspector .ch-avatar img{width:24px;height:24px}}
/* Product identity is the primary heading, not a small section label. */
.ch-cloud{border-top:3px solid #b5e7d080}
.ch-local{border-top:3px solid #a6bdd180;background:linear-gradient(120deg,#20282f,#151c21)}
.ch-copy .ch-product-title{font-size:clamp(42px,4.7vw,68px);font-weight:620;letter-spacing:-2.8px;margin-bottom:22px;line-height:1.06}
.ch-cloud .ch-product-title span{color:#b5e7d0}.ch-local .ch-product-title span{color:#c5d5e3}
.ch-location{display:inline-flex;background:#b5e7d009;border:1px solid #b5e7d030;border-radius:6px;padding:10px 13px;font-size:11px;letter-spacing:.07em;margin-bottom:25px}
.ch-local .ch-location{background:#c5d5e30a;border-color:#c5d5e333;color:#c5d5e3}
.ch-tagline{font-size:22px;font-weight:500;line-height:1.4;letter-spacing:-.55px;margin:0 0 16px;color:#e2e9e4}
.ch-local .ch-tagline{color:#e0e7ed}.ch-copy .ch-lead{font-size:18px;color:#b4c1b9}
.ch-local .ch-lead{color:#b7c3cc}.ch-local .ch-copy{padding-top:0}
@media(max-width:1050px){.ch-copy .ch-product-title{font-size:48px;letter-spacing:-2px}.ch-tagline{font-size:20px}}
@media(max-width:760px){.ch-copy .ch-product-title{font-size:clamp(40px,9.8vw,60px);letter-spacing:-1.8px}.ch-location{font-size:10px;padding:9px 11px}.ch-tagline{font-size:19px}.ch-copy .ch-lead{font-size:17px}}
.ch-pricing-strip{max-width:1440px;margin:0 auto;padding:0 5% 36px}
.ch-pricing-heading{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;margin-bottom:10px}
.ch-pricing-heading h2{font-size:13px;letter-spacing:.02em;font-weight:550;margin:0;color:#bccbc1}
.ch-price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ch-price-card{display:flex;flex-direction:column;min-width:0;padding:16px 18px;background:#ffffff03;border:1px solid #c5d9cc22;border-radius:8px;transition:border-color .2s,background .2s}
.ch-price-card:hover{border-color:#b5e7d060;background:#ffffff07}.ch-price-card h3{font-size:12px;font-weight:500;color:#c3d0c8;margin:0 0 10px}
.ch-price{font-size:25px;letter-spacing:-.8px;font-weight:550;margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:7px}.ch-price small{font-size:10px;font-weight:400;color:#a0b1a6;letter-spacing:0}
.ch-price-detail{font-size:11px;line-height:1.55;color:#99aaa0;margin:8px 0 13px;flex:1}.ch-price-action{font-size:11px;color:#b5e7d0;display:flex;align-items:center;justify-content:space-between;gap:7px}.ch-price-action svg{width:14px;height:14px}
.ch-local .ch-price-action{color:#c5d5e3}.ch-pricing-note{font-size:10px;line-height:1.6;color:#96a79b;margin:12px 0 0}
.ch-footer nav{flex-wrap:wrap}
@media(max-width:760px){.ch-pricing-strip{padding:0 max(6%,env(safe-area-inset-right)) 28px max(6%,env(safe-area-inset-left))}.ch-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ch-price-card{padding:14px}.ch-price-card h3{font-size:12px;line-height:1.5}.ch-price{font-size:23px}.ch-price-detail,.ch-price-action,.ch-pricing-note{font-size:11px}.ch-pricing-heading{flex-wrap:wrap;gap:4px}.ch-footer nav{justify-content:flex-start;gap:6px 20px}}
@media(max-width:350px){.ch-price-card{padding:12px}.ch-price{font-size:21px}.ch-price-action{font-size:10px}.ch-footer nav{gap:6px 14px}}
.ch-managed{max-width:1440px;margin:0 auto;padding:0 5% 42px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ch-managed h2{font-size:20px;font-weight:500;letter-spacing:-.4px;margin:0 0 8px}.ch-managed p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}.ch-managed-link{border:1px solid #b5e7d038;background:#b5e7d005;font-size:13px;white-space:nowrap;font-weight:500}
@media(max-width:760px){.ch-managed{padding:0 max(6%,env(safe-area-inset-right)) 32px max(6%,env(safe-area-inset-left));align-items:flex-start;flex-direction:column;gap:15px}.ch-managed h2{font-size:20px}.ch-managed p{font-size:14px}}
/* Phone readability, comfortable tap targets, and iPhone safe areas. */
body{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.ch-header{padding-top:max(24px,env(safe-area-inset-top))}
.ch-dialog{max-height:85vh;max-height:85dvh;overscroll-behavior:contain}
@media(max-width:760px),(max-height:500px) and (pointer:coarse){
 .ch-header,.ch-footer{padding-left:max(6%,env(safe-area-inset-left));padding-right:max(6%,env(safe-area-inset-right))}
 .ch-header{padding-top:max(14px,env(safe-area-inset-top))}
 .ch-section-inner{padding-left:max(6%,env(safe-area-inset-left));padding-right:max(6%,env(safe-area-inset-right))}
 .ch-footer{padding-bottom:max(24px,env(safe-area-inset-bottom))}
 .ch-header nav>a,.ch-footer a{min-width:44px;min-height:44px;justify-content:center}
 .ch-header nav{gap:18px}.ch-footer nav{font-size:12px}.ch-footer .ch-brand{display:inline-flex;align-items:center}
 .ch-fine,.ch-flow,.ch-hosts{font-size:12px;line-height:1.6}.ch-flow{flex-wrap:wrap;gap:8px}
 .ch-link{font-size:13px}.ch-description{font-size:15px}
 .ch-team-caption{font-size:11px;line-height:1.7}
 .ch-all-people .ch-person strong{font-size:15px;font-weight:600;line-height:1.4;color:var(--text);text-wrap:balance;overflow-wrap:break-word}.ch-all-people .ch-person small{font-size:11px;line-height:1.5}
 .ch-agent-heading p:not(.ch-eyebrow){font-size:14px}
 .ch-demo-message p{font-size:13px}.ch-demo-message strong,.ch-demo-user>span{font-size:11px}
 .ch-console-top{font-size:11px}.ch-demo-tag{font-size:10px}.ch-console-foot{font-size:11px;line-height:1.6}
 .ch-demo-status{font-size:11px;min-height:40px}.ch-demo-controls button{font-size:12px;min-height:44px}
 .ch-demo-benefits small{font-size:12px}.ch-demo-benefits>div{font-size:14px}
 .ch-coffee-toolbar button{font-size:11px;min-height:44px}.ch-coffee-caption{font-size:11px;line-height:1.5;align-items:flex-start}.ch-coffee-caption small{font-size:10px}
 .ch-coffee-journey>span{font-size:11px}.ch-motion{font-size:12px;min-height:44px}
 .ch-dialog{padding:18px;max-height:calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}
 .ch-dialog-close{position:sticky;top:0;background:#27372e;z-index:1;min-width:80px}.ch-profile-note{font-size:12px}
 .ch-checks{gap:8px}.ch-checks li{line-height:1.4}
}
@media(max-width:520px){.ch-all-people{grid-template-columns:repeat(3,minmax(0,1fr))}.ch-demo-thread{height:280px}.ch-demo-tag{white-space:normal}.ch-coffee-caption{gap:8px}.ch-coffee-caption small{max-width:116px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.ch-person{will-change:auto}}
/* Quiet depth, bounded entrances, and deliberate interactions. */
.ch-demo-thread{height:380px}
body{background:radial-gradient(ellipse at 15% 25%,#27312d33,transparent 65%),#101414}
.ch-section:after,.ch-agent-panel:after{content:'';position:absolute;inset:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E")}
.ch-agent-panel{position:relative;background:linear-gradient(140deg,#1b2520,#151c19)}
.ch-reveal{opacity:0;transform:translateY(8px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s ease var(--reveal-delay,0ms)}
.ch-reveal.is-revealed,.ch-reveal:focus-within{opacity:1;transform:none}
.ch-bridge{display:flex;align-items:center;justify-content:center;gap:16px;padding:23px 6%;color:#a4b8ae;font-size:11px;background:#131918}
.ch-bridge>span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.ch-bridge svg{width:17px;height:17px}
.ch-bridge i{height:1px;max-width:160px;flex:1;background:linear-gradient(90deg,transparent,#b5e7d066);box-shadow:0 0 8px #b5e7d017}.ch-bridge i:last-of-type{transform:rotate(180deg)}.ch-bridge small{font-size:11px;text-align:center}
.ch-agent-section:before{content:'';display:block;width:1px;height:35px;background:linear-gradient(#c5d5e366,#b5e7d044);margin:-35px auto 0}
.ch-all-people .ch-person{transform:none;will-change:auto;transition:background .25s}.ch-all-people .ch-avatar img{opacity:.72}
.ch-person:hover,.ch-person:focus-visible{background:#b5e7d008}.ch-person:hover .ch-avatar img,.ch-person:focus-visible .ch-avatar img{opacity:1}
.ch-person:hover strong,.ch-person:focus-visible strong{color:var(--mint)}
.ch-profile-example{border-left:2px solid #b5e7d075;padding:14px 17px;margin:22px 0;background:#b5e7d007;border-radius:0 7px 7px 0}.ch-profile-example>span{color:var(--mint);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.ch-profile-example p{font-size:14px;line-height:1.7;margin:8px 0 0;color:#d1ddd5}
.ch-demo-report{padding:14px;margin-top:18px;background:linear-gradient(140deg,#26332c,#1a2520);border:1px solid #b5e7d03b;border-radius:8px;animation:coffee-reveal .7s ease both}
.ch-demo-report[hidden]{display:none}.ch-demo-report header{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:9px;letter-spacing:.04em;color:#c6d7ca}.ch-demo-report header small{font-size:9px;color:#acbfb2}.ch-demo-report h3{font-size:18px;font-weight:550;line-height:1.3;margin:13px 0;color:#d6b9a2}.ch-report-summary{display:flex;flex-direction:column;gap:4px;font-size:11px}.ch-report-summary span{color:#a7b9ac;font-size:10px}.ch-report-coverage{display:flex;gap:3px;height:5px;margin-top:12px}.ch-report-coverage i{background:#8eafa0;flex:7;border-radius:3px}.ch-report-coverage i:nth-child(2){background:#bd9487;flex:1}.ch-report-coverage i:nth-child(3){background:transparent;border:1px solid #b5c4ba66;flex:4}
.ch-demo-report p{font-size:11px;line-height:1.6;margin:10px 0}.ch-demo-report .ch-report-legend{font-size:9px;color:#b2c1b6}.ch-report-evidence{display:flex;flex-wrap:wrap;gap:5px}.ch-report-evidence span{padding:3px 6px;border:1px solid #b5e7d024;border-radius:4px;font-size:9px;color:#bacfc0}.ch-report-confidence{border-top:1px solid #b5e7d024;padding-top:9px;color:#adbdaf}.ch-report-confidence strong{display:block;color:#d6dfd7;margin-bottom:3px;font-weight:550}
@media(max-width:520px){.ch-bridge{gap:9px;font-size:10px}.ch-bridge small{font-size:10px;max-width:105px}.ch-bridge svg{width:15px}.ch-demo-report p,.ch-report-summary{font-size:12px}.ch-report-summary span,.ch-demo-report .ch-report-legend{font-size:11px}.ch-demo-report header,.ch-report-evidence span{font-size:10px}}
@media(prefers-reduced-motion:reduce){.ch-reveal{opacity:1;transform:none}}
/* Explanatory copy is real UI, not miniature artwork. */
.ch-fine,.ch-flow,.ch-team-caption,.ch-console-top,.ch-demo-tag,.ch-console-foot,
.ch-demo-status,.ch-demo-message strong,.ch-demo-user>span,.ch-demo-benefits small,
.ch-coffee-toolbar,.ch-coffee-caption,.ch-coffee-caption small,.ch-coffee-journey>span,
.ch-bridge,.ch-bridge small,.ch-footer p,.ch-footer nav,.ch-profile-note,
.ch-demo-report header,.ch-demo-report header small,.ch-report-summary span,
.ch-demo-report .ch-report-legend,.ch-report-evidence span{font-size:12px;line-height:1.55}
.ch-demo-message p,.ch-demo-report p,.ch-report-summary{font-size:13px}
.ch-demo-controls{flex-wrap:wrap}.ch-demo-controls button,.ch-coffee-toolbar button{min-height:44px;font-size:12px}
.ch-demo-controls [hidden]{display:none!important}
.ch-demo-thread:focus-visible{outline:2px solid var(--mint);outline-offset:-3px}
.ch-coffee-toolbar>span{min-width:0}.ch-coffee-toolbar{align-items:flex-start}
.ch-coffee-caption{flex-wrap:wrap;gap:8px}.ch-coffee-caption small{max-width:none}
.ch-flow{flex-wrap:wrap}.ch-footer nav{flex-wrap:wrap}.ch-byline{white-space:normal}
@media(max-width:370px){.ch-header .ch-carbon-logo{width:165px;height:40px}.ch-header .ch-carbon-lockup{gap:8px}}
.ch-info{max-width:960px;margin:auto;padding:48px 6%;line-height:1.7}
.ch-command-directory{margin:0 6% 38px;border:1px solid #b5e7d02e;border-radius:14px;background:#ffffff03;overflow:hidden}
.ch-command-directory summary{display:flex;align-items:center;gap:16px;cursor:pointer;list-style:none;padding:22px;min-height:64px}
.ch-command-directory summary::-webkit-details-marker{display:none}.ch-command-directory summary:focus-visible{outline:2px solid var(--mint);outline-offset:-4px}
.ch-command-directory summary strong{display:block;font-size:18px;font-weight:550}.ch-command-directory summary small{display:block;color:#bcc8c1;font-size:13px;margin-top:5px;line-height:1.5}
.ch-command-mark{font:26px monospace;color:var(--mint);width:42px;height:42px;display:grid;place-items:center;border:1px solid #b5e7d02e;border-radius:10px;flex-shrink:0}
.ch-command-chevron{width:22px;height:22px;margin-left:auto;flex-shrink:0;transition:transform .2s}.ch-command-directory[open] .ch-command-chevron{transform:rotate(180deg)}
.ch-command-body{padding:0 22px 24px}.ch-command-body>p{max-width:760px;color:#bcc8c1;font-size:14px;line-height:1.7}
.ch-command-search{margin:24px 0}.ch-command-search label{display:block;font-size:13px;margin-bottom:8px}.ch-command-search input{width:100%;max-width:520px;background:#0d1612;color:var(--text);border:1px solid #b5e7d040;border-radius:8px;padding:13px;font:inherit;min-height:44px}.ch-command-search input::placeholder{color:#a5b5ab}.ch-command-search input:focus-visible{outline:2px solid var(--mint);outline-offset:3px}.ch-command-search p{font-size:13px;color:#bcc8c1}
.ch-command-group{margin:30px 0}.ch-command-group h3{font-size:17px;font-weight:550;margin:0 0 12px;color:var(--mint)}.ch-command-group dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;margin:0}
.ch-command-item{padding:15px 0;border-top:1px solid #b5e7d01e;min-width:0}.ch-command-item dt{font-size:14px;overflow-wrap:anywhere}.ch-command-item dd{margin:6px 0 0;font-size:14px;color:#bcc8c1;line-height:1.6}.ch-command-directory [hidden]{display:none!important}
@media(max-width:640px){.ch-command-directory{margin-left:5%;margin-right:5%}.ch-command-directory summary{padding:17px;gap:12px}.ch-command-directory summary strong{font-size:16px}.ch-command-body{padding:0 17px 20px}.ch-command-group dl{grid-template-columns:1fr}.ch-command-mark{width:32px;height:36px}}
@media(prefers-reduced-motion:reduce){.ch-command-chevron{transition:none}}
.ch-info h1{font-size:clamp(32px,6vw,52px);line-height:1.15;letter-spacing:-1.5px}
.ch-info h2{font-size:23px;margin-top:36px}.ch-info p,.ch-info li{color:#bcc8c1}
.ch-info a:not(.ch-button){text-decoration:underline;text-underline-offset:4px;color:var(--mint)}
.ch-info .ch-price-grid{margin:30px 0}.ch-info a.ch-price-card{text-decoration:none}
.ch-info .ch-price-card{padding:22px}.ch-info .ch-price-card h3{font-size:18px}
.ch-info .ch-price{font-size:30px}.ch-info .ch-price small{font-size:13px}
.ch-info .ch-price-detail,.ch-info .ch-price-action{font-size:14px;line-height:1.6}
.ch-info code{overflow-wrap:anywhere}.ch-info .ch-notice{border-left:2px solid var(--mint);padding:14px 20px;background:#b5e7d008}
@media(max-width:520px){.ch-info .ch-price-grid{grid-template-columns:1fr}.ch-demo-report header{flex-wrap:wrap}}
