/* Context -> one intelligence -> conversation. */
#page-associate .scx-connections{background:#f6f4f0;color:#292225;overflow:hidden}
#page-associate .scx-inner{min-height:100svh;padding-block:108px 32px;max-width:1440px;display:flex;flex-direction:column;justify-content:center}
#page-associate .scx-heading{text-align:center}
#page-associate .scx-eyebrow{font-size:12px;color:#812f49;display:block;margin-bottom:22px}
#page-associate .scx-heading h2{font-size:clamp(40px,4.25vw,66px);font-weight:470;letter-spacing:-.055em;line-height:1.07;margin:0}
#page-associate .scx-heading h2 span{color:#807270}
#page-associate .scx-heading p{font-size:16px;line-height:1.6;color:#7b6f6c;margin:23px auto 0}
#page-associate .scx-diagram{position:relative;height:380px;margin:52px auto 20px;width:100%;display:grid;grid-template-columns:26% 48% 26%;align-items:center}
#page-associate .scx-source-caption,#page-associate .scx-channel-caption{position:absolute;top:-9px;color:#9a8884;font-size:10px;letter-spacing:.035em}
#page-associate .scx-source-caption{left:0}
#page-associate .scx-channel-caption{right:0;width:21%}
#page-associate .scx-wires{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
#page-associate .scx-wire{stroke:url(#scx-wire-ink);stroke-width:1.05;opacity:.45}
#page-associate .scx-out{opacity:.24;transition:opacity .4s,stroke-width .4s}
#page-associate .scx-connections[data-channel=phone] [data-wire=phone],#page-associate .scx-connections[data-channel=email] [data-wire=email],#page-associate .scx-connections[data-channel=teams] [data-wire=teams]{opacity:.9;stroke-width:1.4}
#page-associate .scx-flow{stroke:#8b3f5b;stroke-width:2;stroke-linecap:round;stroke-dasharray:18 450;stroke-dashoffset:468;opacity:0}
#page-associate .scx-in-view .scx-flow{opacity:.6;animation:scx-flow 5s linear infinite}
#page-associate .scx-in-view .scx-flow-later{animation-delay:1.5s}
#page-associate .scx-in-view .scx-flow-out{animation-delay:2.5s;stroke-dasharray:18 550}
@keyframes scx-flow{to{stroke-dashoffset:-468}}
#page-associate .scx-sources{position:relative;z-index:2;display:flex;flex-direction:column;gap:54px}
#page-associate .scx-source{height:116px;display:flex;align-items:center;gap:15px}
#page-associate .scx-node-icon{display:grid;place-items:center;width:49px;height:49px;border-radius:15px;flex-shrink:0;background:linear-gradient(135deg,#fff,#f1edeb99);border:1px solid white;box-shadow:inset 0 1px 0 white,0 8px 18px -10px #4d303846;color:#78525e}
#page-associate .scx-source svg,#page-associate .scx-channel-icon svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.3}
#page-associate .scx-source h3{font-size:20px;letter-spacing:-.035em;line-height:1.2;font-weight:500;margin:0}
#page-associate .scx-source p{font-size:12px;line-height:1.55;color:#8b7b76;margin:9px 0 0}
#page-associate .scx-source>i{font-size:15px;font-style:normal;color:#b9a4ac;margin-left:auto;margin-right:10px}
#page-associate .scx-core{position:relative;z-index:1;justify-self:center;width:100%;text-align:center;pointer-events:none;padding-top:13px}
#page-associate .scx-optic{position:relative;height:274px;width:320px;max-width:100%;margin:-12px auto -5px}
[data-glass] canvas{display:block;width:100%;height:100%;position:absolute;inset:0}
#page-associate .scx-glass-fallback{position:absolute;width:62%;aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:linear-gradient(130deg,#fff8,#dcd5cf50 40%,#fbf8f799);border:2px solid #ffffffe0;box-shadow:inset 2px 2px 4px #fff,inset -4px -5px 6px #78696a70,0 24px 35px -24px #34242975}
#page-associate .scx-glass-fallback::before{content:'';position:absolute;inset:29%;border-radius:50%;background:#702d46}
#page-associate [data-glass-ready] .scx-glass-fallback{display:none}
#page-associate .scx-core-letter{position:absolute;left:50%;top:50%;transform:translate(-50%,-52%);font-size:39px;font-weight:500;color:white;z-index:2;letter-spacing:-.04em}
#page-associate .scx-core h3{font-size:26px;font-weight:500;letter-spacing:-.04em;margin:0}
#page-associate .scx-core p{font-size:11px;color:#8c7b78;margin:8px 0 0}
#page-associate .scx-channels{justify-self:end;width:81%;height:346px;display:flex;flex-direction:column;justify-content:space-around;z-index:2}
#page-associate .scx-channels button{display:flex;align-items:center;gap:15px;background:none;border:0;color:#8e7e7c;font-family:inherit;font-size:18px;letter-spacing:-.02em;cursor:pointer;min-height:60px;padding:8px 0;text-align:left;transition:color .3s}
#page-associate .scx-channel-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;border:1px solid #d9cec9;background:#fff3;transition:background .3s,box-shadow .3s,border-color .3s}
#page-associate .scx-channels button i{font-size:13px;color:#ad8f9b;font-style:normal;margin-left:auto;opacity:0;transition:opacity .3s}
#page-associate .scx-channels button[aria-pressed=true]{color:#762d47}
#page-associate .scx-channels button[aria-pressed=true] .scx-channel-icon{background:#fff;border-color:#fff;box-shadow:inset 0 1px 0 #fff,0 8px 22px -10px #5a343743}
#page-associate .scx-channels button[aria-pressed=true] i{opacity:1}
#page-associate .scx-channels button:hover{color:#62263d}
#page-associate .scx-foot{border-top:1px solid #d9cec96e;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:5px}
#page-associate .scx-foot>span{font-size:12px;color:#6e585e}
#page-associate .scx-channel-detail{font-size:12px;line-height:1.6;color:#8b7b76;margin:0;text-align:right;min-height:20px}
/* A field of possibilities, not product modes. */
#page-associate .oq-section{position:relative;background:#261f22;color:#f7f3f0;overflow:hidden}
#page-associate .oq-inner{min-height:100svh;padding-block:148px 65px;max-width:1440px;display:grid;grid-template-columns:.83fr 1.17fr;grid-template-rows:1fr auto;column-gap:6vw}
#page-associate .oq-header{position:relative;align-self:center;padding-bottom:32px}
#page-associate .oq-eyebrow{font-size:11px;color:#bea4af;grid-column:1/-1;display:block;margin-bottom:4px}
#page-associate .oq-header h2{font-size:clamp(40px,4vw,62px);letter-spacing:-.055em;line-height:1.06;font-weight:450;margin:25px 0 0}
#page-associate .oq-header p{font-size:15px;color:#b29ca5;line-height:1.7;max-width:32ch;margin:28px 0 0}
#page-associate .oq-field{position:relative;min-height:570px;grid-column:2;grid-row:1/span 2;display:flex;flex-direction:column;justify-content:center;isolation:isolate;padding-bottom:42px}
#page-associate .oq-rail{position:absolute;inset:0 32px 65px;overflow:hidden;pointer-events:none;z-index:-1;display:flex;flex-direction:column;justify-content:space-between;mask-image:linear-gradient(0deg,transparent,#000 12%,#000 88%,transparent)}
#page-associate .oq-rail span{display:block;font-size:clamp(24px,2.6vw,39px);font-weight:450;letter-spacing:-.045em;color:#c6b1bd47;line-height:1.23;max-width:25ch;padding-block:14px}
#page-associate .oq-rail span:last-child{align-self:flex-end;padding-left:45px}
#page-associate .oq-current{position:relative;padding:29px 32px 36px;border-radius:23px;background:linear-gradient(120deg,#c0a7b016,#6a515d16 65%,#e2cdd218);border:1px solid #e8d4dd38;box-shadow:inset 0 1px 0 #fff5,inset 0 -1px 0 #bfa2af3b,0 27px 60px -30px #10090ed1;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
#page-associate .oq-to{font-size:11px;color:#bb9da9;display:flex;align-items:center;gap:12px;margin-bottom:21px}
#page-associate .oq-to::before{content:'';width:6px;height:6px;border-radius:50%;background:#d4adbe;box-shadow:0 0 0 5px #d4adbe0b}
#page-associate .oq-question{font-size:clamp(34px,3.65vw,56px);line-height:1.13;letter-spacing:-.045em;font-weight:450;max-width:23ch;min-height:3.39em;margin:0;text-wrap:pretty;overflow-wrap:anywhere}
#page-associate .oq-field-controls{display:flex;align-items:center;gap:21px;position:absolute;bottom:0;left:0;right:0;padding-bottom:0}
#page-associate .oq-field-controls>span{font-size:11px;color:#8f7d85;margin-right:auto}
#page-associate .oq-another{display:flex;gap:27px;align-items:center;background:none;border:0;padding:10px 0;color:#d7c2cc;font-size:11px;cursor:pointer}
#page-associate .oq-another span{font-size:18px;transition:transform .3s}
#page-associate .oq-another:hover span{transform:translate(2px,-2px)}
#page-associate .oq-pause{display:grid;place-items:center;background:none;border:1px solid #b998a537;width:29px;height:29px;border-radius:50%;color:#baa5af;cursor:pointer;font-size:12px}
#page-associate .oq-compose{grid-column:1;grid-row:2;align-self:end;border-top:1px solid #af8a9c3c;padding-top:23px;margin-top:32px}
#page-associate .oq-compose label{display:block;font-size:19px;line-height:1.4;letter-spacing:-.025em;color:#eee2e8;padding:0 0 16px}
#page-associate .oq-input-row{display:flex;align-items:center;gap:15px;border-bottom:1px solid #d8b9c657;padding-bottom:13px}
#page-associate .oq-input-row textarea{display:block;resize:none;field-sizing:content;min-height:45px;max-height:145px;width:100%;font-family:inherit;font-size:15px;line-height:1.5;border:0;background:none;color:#fff;padding:10px 0 0;outline-offset:7px}
#page-associate .oq-input-row textarea::placeholder{color:#9c8792}
#page-associate .oq-input-row button{border:1px solid #fff4;background:linear-gradient(135deg,#a66c85,#6a3049);color:#fff;width:43px;height:43px;border-radius:50%;flex-shrink:0;cursor:pointer;font-size:23px;box-shadow:inset 0 1px 0 #ffffff42;transition:transform .25s}
#page-associate .oq-input-row button:hover{transform:translateY(-2px)}
#page-associate #oq-note{grid-column:2;font-size:9px;line-height:1.6;color:#98828d;margin:11px 0 0}
#page-associate .oq-section button:focus-visible,#page-associate .scx-connections button:focus-visible{outline:2px solid #b7748f;outline-offset:7px}
@media(min-width:761px) and (max-height:820px){
 #page-associate .scx-inner{padding-top:95px;padding-bottom:26px}
 #page-associate .scx-eyebrow{margin-bottom:17px}
 #page-associate .scx-heading h2{font-size:51px}
 #page-associate .scx-heading p{margin-top:16px;font-size:14px}
 #page-associate .scx-diagram{margin-top:33px;height:338px}
 #page-associate .scx-sources{gap:35px}
 #page-associate .scx-channels{height:312px}
 #page-associate .scx-optic{height:240px;width:282px}
 #page-associate .scx-core-letter{font-size:34px}
 #page-associate .scx-core h3{font-size:23px}
 #page-associate .scx-foot{padding-top:18px}
 #page-associate .oq-inner{padding-top:120px;padding-bottom:48px}
 #page-associate .oq-header h2{font-size:48px}
 #page-associate .oq-header{padding-bottom:14px}
 #page-associate .oq-field{min-height:565px}
 #page-associate .oq-question{font-size:clamp(34px,3.6vw,49px)}
 #page-associate .oq-compose{margin-top:6px;padding-top:16px}
}
@media(min-width:761px) and (max-width:1050px){
 #page-associate .scx-source{gap:10px}
 #page-associate .scx-source h3{font-size:17px}
 #page-associate .scx-node-icon{width:36px;height:36px;border-radius:11px}
 #page-associate .scx-source p{font-size:10px}
 #page-associate .scx-source>i{display:none}
 #page-associate .scx-optic{width:250px}
 #page-associate .scx-channels button{font-size:16px;gap:10px}
 #page-associate .scx-channel-icon{width:35px;height:35px}
 #page-associate .scx-source-caption,#page-associate .scx-channel-caption{font-size:9px}
}
@media(max-width:760px){
 #page-associate .scx-inner{padding-block:100px 34px;min-height:0}
 #page-associate .scx-eyebrow{font-size:10px;margin-bottom:20px}
 #page-associate .scx-heading h2{font-size:40px;max-width:13ch;margin:auto}
 #page-associate .scx-heading h2 span{display:block}
 #page-associate .scx-heading p{font-size:13px;margin-top:19px}
 #page-associate .scx-diagram{height:auto;grid-template-columns:1fr;margin-top:38px;gap:0}
 #page-associate .scx-source-caption,#page-associate .scx-channel-caption{display:none}
 #page-associate .scx-sources{flex-direction:row;gap:22px;justify-content:center;position:relative}
 #page-associate .scx-source{width:50%;height:auto;display:flex;flex-direction:column;text-align:center;gap:13px;padding-bottom:35px}
 #page-associate .scx-source h3{font-size:17px}
 #page-associate .scx-source p{font-size:10px;line-height:1.5}
 #page-associate .scx-source>i{display:none}
 #page-associate .scx-sources::after{content:'';position:absolute;bottom:0;left:25%;right:25%;height:28px;border:1px solid #b994a5;border-top:0;border-radius:0 0 20px 20px}
 #page-associate .scx-core{padding-top:20px}
 #page-associate .scx-core::before{content:'';position:absolute;top:0;left:50%;height:35px;border-left:1px solid #b994a5}
 #page-associate .scx-optic{width:240px;height:220px;margin:-4px auto -6px}
 #page-associate .scx-core-letter{font-size:31px}
 #page-associate .scx-core h3{font-size:23px}
 #page-associate .scx-core p{font-size:10px}
 #page-associate .scx-wires{display:none}
 #page-associate .scx-channels{height:auto;width:100%;flex-direction:row;justify-content:space-around;margin-top:45px;position:relative;padding-top:22px;border-top:1px solid #cdb4bf;border-radius:18px 18px 0 0}
 #page-associate .scx-channels::before{content:'';position:absolute;left:50%;bottom:100%;height:27px;border-left:1px solid #cdb4bf}
 #page-associate .scx-channels button{font-size:13px;flex-direction:column;gap:11px;padding:0 10px}
 #page-associate .scx-channels button i{display:none}
 #page-associate .scx-foot{display:block;margin-top:23px;text-align:center;padding-top:22px}
 #page-associate .scx-foot>span{font-size:12px}
 #page-associate .scx-channel-detail{font-size:11px;line-height:1.65;margin:12px auto 0;text-align:center;max-width:35ch;min-height:40px}
 #page-associate .oq-inner{padding-block:94px 35px;min-height:0;display:flex;flex-direction:column}
 #page-associate .oq-header{display:block}
 #page-associate .oq-eyebrow{font-size:10px;margin-bottom:20px}
 #page-associate .oq-header h2{font-size:39px}
 #page-associate .oq-header p{font-size:13px;margin-top:23px}
 #page-associate .oq-field{min-height:490px;margin-top:16px;padding-bottom:38px}
 #page-associate .oq-current{padding:24px}
 #page-associate .oq-question{font-size:32px;line-height:1.13;min-height:3.39em}
 #page-associate .oq-to{font-size:10px;margin-bottom:19px}
 #page-associate .oq-rail{inset:0 15px 44px}
 #page-associate .oq-rail span{font-size:24px}
 #page-associate .oq-field-controls{gap:17px;padding-bottom:10px}
 #page-associate .oq-field-controls>span{font-size:9px;max-width:11ch}
 #page-associate .oq-another{font-size:10px;gap:13px}
 #page-associate .oq-compose{display:block;margin-top:20px;padding-top:22px}
 #page-associate .oq-compose label{font-size:21px;padding:0;display:block;margin-bottom:14px}
 #page-associate .oq-input-row textarea{font-size:15px}
 #page-associate .oq-input-row button{width:38px;height:38px}
 #page-associate #oq-note{font-size:9px;margin-top:13px;max-width:37ch}
}
@media(prefers-reduced-motion:reduce){
 #page-associate .scx-flow{animation:none!important;opacity:0!important}
 #page-associate .scx-wire,#page-associate .scx-channels *{transition:none}
}
