@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-synthesis:none;color:var(--ink);background:var(--surface);--blue:var(--accent)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--muted);outline-offset:5px}.skip{position:absolute;top:-100px;padding:15px;background:var(--ink);color:white;z-index:10}.skip:focus{top:0}header{max-width:1280px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 40px;gap:25px}.brand{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;letter-spacing:-.5px}.brand-symbol{display:grid;place-items:center;width:34px;height:34px;color:white;background:var(--accent);border-radius:11px;font-size:1.5rem;letter-spacing:-2px;padding-right:2px}.brand-light{color:var(--muted);font-weight:400}nav{display:flex;align-items:center;gap:28px;font-size:.875rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:27px;background:var(--blue);color:white;padding:17px 25px;border-radius:30px;font-weight:500;font-size:1rem;min-height:54px;box-shadow:0 5px 14px #9c243118;transition:background .2s,transform .2s}.button:hover{background:var(--accent);transform:translateY(-2px)}.button.small{padding:12px 18px;font-size:.8125rem;min-height:42px;gap:15px}.hero{background:linear-gradient(180deg,var(--surface) 0%,var(--surface) 60%,var(--wash) 100%);text-align:center;padding:66px 24px 24px;overflow:hidden}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:1.6px;color:var(--blue);line-height:1.7;margin:0 0 26px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.5rem,6.3vw,6rem);font-weight:600;line-height:1.06;letter-spacing:-.065em;margin-bottom:27px}h1>span,h2>span{color:var(--blue)}.hero-description{font-size:1.45rem;line-height:1.5;letter-spacing:-.4px;margin-bottom:17px}.hero-explainer{font-size:1rem;line-height:1.6;color:var(--muted);margin-bottom:26px}.micro{font-size:.8125rem;color:var(--muted);margin:14px 0 0}.hero-scene{position:relative;max-width:1150px;margin:30px auto 0;padding:70px 20px 24px;min-height:640px}.cloud-art{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;border-radius:40px;opacity:.75;mask-image:linear-gradient(to bottom,transparent,var(--ink) 12%,var(--ink) 85%,transparent)}.scene-label{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.7rem;letter-spacing:1px;font-weight:600;color:var(--muted);margin-bottom:19px}.scene-label>span:last-child{background:var(--wash);color:var(--accent);border:1px solid var(--line);padding:5px 8px;border-radius:7px;margin-left:6px}.status-dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.demo{position:relative;width:100%;max-width:560px;margin:auto;text-align:left;padding:24px;background:#9c2431f0;border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 65px #9c24311a,0 2px 5px #9c243108;backdrop-filter:blur(20px)}.demo-head{display:flex;align-items:center;gap:10px;margin-bottom:24px}.assistant-icon{width:34px;height:34px;border-radius:12px;background:var(--wash);color:var(--blue);font-size:1.4rem;letter-spacing:-2px;text-align:center;font-weight:600}.demo-head strong{display:block;font-size:.875rem;font-weight:600}.demo-head div>span{display:block;color:var(--muted);font-size:.75rem;margin-top:3px}.demo-caption{font-size:.75rem;color:var(--muted);margin-left:auto;letter-spacing:.7px}.message{padding:17px 20px;border-radius:15px}.message>span{display:block;font-size:.75rem;letter-spacing:.8px;font-weight:600;margin-bottom:9px}.message p{font-size:.9375rem;line-height:1.55;margin:0}.sent{background:var(--wash);margin-left:32px}.sent>span{color:var(--muted)}.received{border:1px solid var(--wash);background:var(--surface)}.received>span{color:var(--muted)}.off-label{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:.75rem;margin:20px 0}.off-label span{font-size:1rem}.deliverable{display:flex;align-items:center;gap:10px;font-size:.75rem;border-top:1px solid var(--wash);margin-top:16px;padding-top:13px}.deliverable>span:first-child{font-size:1.2rem;color:var(--blue)}.draft-label{font-size:.75rem;letter-spacing:.4px;color:var(--muted);margin-left:auto;white-space:nowrap}.demo-options{position:relative;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}.demo-options button{font:inherit;font-size:.8125rem;padding:10px 16px;background:#9c2431b0;border:1px solid var(--wash);border-radius:30px;color:var(--muted);cursor:pointer;transition:background .2s}.demo-options button[aria-pressed=true]{background:var(--accent);color:white;border-color:var(--accent)}.demo-options button:hover{border-color:var(--accent)}.scene-foot{position:relative;font-size:.75rem;color:var(--muted);line-height:1.6;margin:19px auto 0;max-width:560px}.section{padding:100px 48px;max-width:1280px;margin:auto}h2{font-size:clamp(2.5rem,4.1vw,4.1rem);line-height:1.1;letter-spacing:-.055em;font-weight:500;margin-bottom:26px}.intro{text-align:center}.intro-copy{font-size:1.15rem;line-height:1.8;color:var(--muted)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;text-align:left;margin-top:65px}.benefits article{border-top:1px solid var(--line);padding-top:26px}.feature-number{font-size:.75rem;color:var(--muted);letter-spacing:1px;font-weight:600}.benefits h3{font-size:1.55rem;line-height:1.25;letter-spacing:-.04em;font-weight:500;margin:20px 0 14px}.benefits p{font-size:1rem;line-height:1.7;color:var(--muted);max-width:310px;margin-bottom:0}.course{display:grid;grid-template-columns:1fr 1.1fr;gap:9%;border-top:1px solid var(--line)}.course-heading>p:not(.eyebrow){color:var(--muted);font-size:1.1rem;line-height:1.7}.text-link{display:inline-flex;gap:20px;color:var(--blue);font-size:1rem;margin-top:12px}.text-link:hover{text-decoration:underline}.course-days{padding:0;margin:0;list-style:none}.course-days li{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.course-days li:first-child{padding-top:0}.course-days li>span{font-size:.75rem;letter-spacing:1px;color:var(--blue);white-space:nowrap;padding-top:5px}.course-days h3{font-size:1.1rem;line-height:1.35;letter-spacing:-.02em;margin-bottom:8px;font-weight:600}.course-days p{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.letter{text-align:center;border-top:1px solid var(--line)}.letter-description{font-size:1.15rem;line-height:1.8;color:var(--muted);max-width:700px;margin:0 auto}.letter-bottom{display:flex;justify-content:center;align-items:center;gap:45px;margin-top:36px;text-align:left}.author{display:flex;gap:12px;align-items:center}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--wash);color:var(--blue);font-size:.8125rem}.author strong{display:block;font-size:.875rem;font-weight:600}.author div>span{display:block;font-size:.75rem;color:var(--muted);margin-top:5px}.letter-bottom>p{font-size:.875rem;line-height:1.7;color:var(--muted);margin:0}.signup{background:var(--wash);max-width:none;display:grid;grid-template-columns:1.15fr 1fr;gap:8%;padding-left:max(48px,calc((100% - 1184px)/2));padding-right:max(48px,calc((100% - 1184px)/2));align-items:center}.signup>div>p:not(.eyebrow){font-size:1.15rem;line-height:1.7;color:var(--muted)}.signup-note{font-size:.75rem;line-height:1.7;color:var(--muted)}.form-card{padding:30px;background:var(--surface);max-width:420px;width:100%;justify-self:end;border-radius:22px;box-shadow:0 12px 35px #9c243110}.form-card h3{font-size:1.5rem;letter-spacing:-.04em;font-weight:500;margin-bottom:8px}.signup .form-card>p{font-size:.8125rem;color:var(--muted);line-height:1.5;margin-bottom:8px}.form-fallback{display:block;text-align:center;font-size:.75rem;color:var(--blue);margin-top:8px}.form-fallback:hover{text-decoration:underline}footer{max-width:1280px;margin:auto;padding:35px 48px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}footer>a:last-of-type{font-size:.875rem;color:var(--muted)}footer small{grid-column:1/-1;font-size:.75rem;color:var(--muted)}
@media(max-width:900px){header{padding:22px 25px}nav{gap:18px}nav>a:not(.button){display:none}.hero{padding-top:50px}.section{padding:75px 30px}.benefits{gap:25px}.course{gap:5%}.letter-bottom{flex-direction:column;gap:20px;text-align:center}.signup{gap:35px}.demo{max-width:520px}}
@media(max-width:620px){header{padding:18px 20px;gap:12px}.brand{font-size:.9375rem;gap:7px}.brand-symbol{width:29px;height:29px;font-size:1.25rem;border-radius:9px}.brand-light{display:block;font-size:.7rem;letter-spacing:0;margin-top:1px}.button.small{font-size:.75rem;padding:10px 13px;gap:8px}.hero{padding:43px 18px 10px}.hero .eyebrow{font-size:.75rem;letter-spacing:1px;max-width:300px;margin:0 auto 23px}h1{font-size:clamp(2.85rem,10vw,4rem);letter-spacing:-.06em;line-height:1.07;margin-bottom:24px}.hero-description{font-size:1.125rem;letter-spacing:-.2px}.hero-explainer{font-size:.9375rem}.hero-explainer br{display:none}.hero .button{font-size:.9375rem;gap:24px}.micro{font-size:.75rem;line-height:1.6}.hero-scene{margin:15px -10px 0;padding:48px 0 15px;min-height:auto}.cloud-art{border-radius:15px;object-position:center}.scene-label{font-size:.75rem;gap:5px;letter-spacing:.6px}.scene-label>span:last-child{padding:4px 5px;margin-left:2px}.demo{padding:18px 14px;border-radius:19px}.demo-head{gap:8px;margin-bottom:20px}.demo-head strong{font-size:.8125rem}.demo-head div>span{font-size:.75rem}.demo-caption{font-size:.75rem}.message{padding:15px;border-radius:12px}.message p{font-size:.875rem}.sent{margin-left:18px}.message>span{font-size:.75rem}.off-label{font-size:.75rem;gap:5px;margin:17px 0}.deliverable{font-size:.75rem;gap:7px;flex-wrap:wrap}.draft-label{font-size:.75rem}.demo-options{gap:6px;margin-top:18px}.demo-options button{font-size:.75rem;padding:9px 11px}.scene-foot{font-size:.75rem;padding:0 12px}.section{padding:60px 24px}.eyebrow{font-size:.75rem;letter-spacing:1.1px;margin-bottom:20px}h2{font-size:2.4rem;letter-spacing:-.055em}.intro-copy{font-size:1rem;line-height:1.7}.intro-copy br{display:none}.benefits{grid-template-columns:1fr;gap:27px;margin-top:40px}.benefits h3{font-size:1.4rem;margin:13px 0 10px}.benefits h3 br{display:none}.benefits p{max-width:none;font-size:.9375rem}.course{grid-template-columns:1fr;gap:35px}.course-heading>p:not(.eyebrow){font-size:1rem}.course-days li{gap:18px;padding:21px 0}.course-days h3{font-size:1rem}.course-days p{font-size:.875rem}.letter-description{font-size:1rem}.letter-bottom{gap:23px}.signup{grid-template-columns:1fr;gap:30px}.signup>div>p:not(.eyebrow){font-size:1rem}.form-card{justify-self:center;padding:25px 20px}.signup h2{font-size:2.6rem}.signup-note{font-size:.75rem}footer{padding:30px 24px}footer small{font-size:.75rem;line-height:1.6}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.demo-options button{transition:none}}

.scene-label{flex-wrap:wrap}.demo-caption{font-size:.75rem}.draft-label{font-size:.75rem}@media(max-width:620px){.demo-head{flex-wrap:wrap}.demo-caption{margin-left:44px}.scene-label{max-width:320px;margin-left:auto;margin-right:auto}.deliverable .draft-label{margin-left:0;flex-basis:100%}.off-label{line-height:1.6;text-align:center}.hero-scene{padding-top:35px}}

/* Marketplace and a user-controlled handoff demonstration. */
.playback{position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.playback button{font:inherit;font-size:.8125rem;border:1px solid var(--line);background:var(--surface);color:var(--accent);border-radius:30px;padding:10px 15px;cursor:pointer}.playback button:hover{border-color:var(--accent)}.playback button:disabled{cursor:default;opacity:.6}.playback #playback-status{font-size:.75rem;color:var(--muted)}.demo .message,.demo .off-label,.demo .deliverable{transition:opacity .35s ease,transform .45s ease}.demo[data-stage="assign"] .received,.demo[data-stage="assign"] .off-label{opacity:0;transform:translateY(10px)}.demo[data-stage="working"] .received{opacity:0;transform:translateY(10px)}.demo[data-stage="working"] .off-label{color:var(--accent)}.demo[data-stage="review"] .received{animation:arrive .45s ease both}.demo[data-stage="review"] .deliverable{animation:arrive .45s .18s ease both}@keyframes arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.marketplace{border-top:1px solid var(--line)}.marketplace-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:end;margin-bottom:40px}.marketplace-heading h2{margin-bottom:0}.marketplace-heading>p{font-size:1.0625rem;line-height:1.8;color:var(--muted);max-width:460px;margin:0}.bot-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bot-cards article{padding:26px;border:1px solid var(--wash);border-radius:22px;background:var(--surface);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s}.bot-cards article:hover{transform:translateY(-5px);border-color:var(--line);box-shadow:0 14px 36px #9c243110}.bot-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bot-role{width:46px;height:46px;display:grid;place-items:center;background:var(--wash);color:var(--accent);border:1px solid var(--wash);border-radius:14px;font-size:1.25rem;font-weight:500}.bot-cards article:nth-child(2) .bot-role{color:var(--muted);background:var(--wash);border-color:var(--line)}.bot-cards article:nth-child(3) .bot-role{color:var(--muted);background:var(--wash);border-color:var(--line)}.category{font-size:.75rem;letter-spacing:.5px;color:var(--muted)}.bot-cards h3{font-size:1.25rem;letter-spacing:-.035em;margin-bottom:7px;font-weight:600}.bot-cards .creator{font-size:.75rem;color:var(--muted);margin-bottom:22px}.bot-cards article>p:not(.creator){font-size:.9375rem;line-height:1.7;color:var(--muted);flex:1}.bot-fit{padding-top:18px;border-top:1px solid var(--wash);margin:6px 0 22px}.bot-fit>span{font-size:.75rem;letter-spacing:.7px;color:var(--muted)}.bot-fit p{font-size:.875rem;line-height:1.6;margin:9px 0 0;color:var(--muted)}.bot-cards article>a{font-size:.8125rem;color:var(--accent);display:flex;justify-content:space-between;gap:10px}.bot-cards article>a:hover{text-decoration:underline}.marketplace-footer{display:flex;justify-content:space-between;align-items:start;gap:30px;margin:23px 0 0}.marketplace-footer p{font-size:.75rem;line-height:1.7;color:var(--muted);max-width:500px;margin:0}.marketplace-footer .text-link{font-size:.8125rem;margin:0;flex-shrink:0}.official-demo{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:44px;padding:30px 34px;border:1px solid var(--wash);border-radius:20px;background:var(--wash)}.official-demo .eyebrow{font-size:.75rem;display:block;margin-bottom:9px}.official-demo h3{font-weight:500;font-size:1.5rem;letter-spacing:-.04em;margin-bottom:7px}.official-demo p{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.official-play{width:54px;height:54px;border-radius:50%;background:var(--surface);display:grid;place-items:center;font-size:1.6rem;color:var(--accent);flex-shrink:0}.official-demo:hover{border-color:var(--line)}
@media(max-width:900px){.bot-cards{gap:14px}.bot-cards article{padding:20px}.marketplace-footer{flex-direction:column;gap:14px}.marketplace-heading{gap:30px}.category{font-size:.75rem;letter-spacing:0}.bot-card-top{gap:10px;flex-wrap:wrap}}
@media(max-width:620px){.marketplace-heading{grid-template-columns:1fr;gap:20px;margin-bottom:28px}.marketplace-heading>p{font-size:1rem}.bot-cards{grid-template-columns:1fr;gap:18px}.bot-cards article{padding:25px}.bot-card-top{margin-bottom:20px}.official-demo{padding:24px;gap:15px}.official-demo h3{font-size:1.25rem}.official-demo p{font-size:.875rem}.official-play{width:40px;height:40px;font-size:1.2rem}.playback{gap:8px}.playback #playback-status{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){.demo .message,.demo .off-label,.demo .deliverable,.bot-cards article{transition:none}.demo[data-stage="review"] .received,.demo[data-stage="review"] .deliverable{animation:none}.bot-cards article:hover{transform:none}}
/* Ecommerce tools, real product references, and connected workflows. */
.stack{border-top:1px solid var(--line);text-align:center}.stack-intro{font-size:1.1rem;color:var(--muted);line-height:1.7}.stack-tools{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:30px 0 24px}.stack-tools button{font:inherit;font-size:.9375rem;display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid var(--line);background:var(--surface);border-radius:14px;cursor:pointer;color:var(--muted);min-height:56px}.stack-tools button[aria-pressed=true]{background:var(--wash);border-color:var(--muted);box-shadow:0 0 0 1px var(--muted)}.stack-tools button:hover{border-color:var(--muted)}.stack-tools img{object-fit:contain}.tool-wordmark{font-weight:600;font-size:1rem}.salesforce{color:var(--muted)}.stack-job{display:grid;grid-template-columns:1fr 1fr;text-align:left;border:1px solid var(--wash);border-radius:22px;overflow:hidden}.stack-job>div{padding:32px}.stack-job .eyebrow{font-size:.75rem;margin-bottom:16px}.stack-job h3{font-size:1.5rem;font-weight:500;letter-spacing:-.04em}.stack-job p:not(.eyebrow){font-size:1rem;line-height:1.7;color:var(--muted);max-width:490px}.stack-result{background:var(--wash)}.stack-result #stack-result{font-size:1.25rem;line-height:1.55;color:var(--ink)}.stack-pill{font-size:.75rem;letter-spacing:.6px;color:var(--muted)}.stack-boundary{display:block;font-size:.875rem;color:var(--muted);border-top:1px solid var(--wash);padding-top:18px;margin-top:22px}.stack-note{font-size:.75rem;color:var(--muted);line-height:1.7;margin:17px auto 0;max-width:700px}.product-gallery{border-top:1px solid var(--line)}.gallery-heading{text-align:center}.gallery-heading>p:not(.eyebrow){font-size:1.1rem;line-height:1.7;color:var(--muted)}.gallery-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:9%;margin-top:45px;align-items:start}.gallery-copy{padding-top:30px}.role-switch{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:38px}.role-switch button{font:inherit;font-size:.8125rem;padding:11px 15px;background:var(--surface);color:var(--muted);border:1px solid var(--line);border-radius:24px;cursor:pointer}.role-switch button[aria-pressed=true]{background:var(--accent);color:white;border-color:var(--accent)}.role-description h3{font-size:2rem;letter-spacing:-.04em;font-weight:500}.role-description>p:not(.eyebrow){font-size:1.1rem;line-height:1.7;color:var(--muted)}.role-description .role-takeaway{padding-top:20px;border-top:1px solid var(--line);font-size:.9375rem!important}.official-screen{margin:0}.screen-frame{background:var(--ink);border:1px solid var(--ink);border-radius:30px;padding:24px;display:flex;align-items:center;justify-content:center;min-height:560px;max-width:405px;margin:auto}.screen-frame img{display:block;max-width:100%;width:290px;height:560px;object-fit:contain;transition:opacity .18s}.official-screen figcaption{font-size:.75rem;line-height:1.65;color:var(--muted);max-width:390px;margin:15px auto 0;text-align:center}.gallery-credit{font-size:.75rem;line-height:1.7;color:var(--muted);margin:28px 0 0;text-align:center}.gallery-credit a{color:var(--blue)}.recording{margin-top:28px;border-top:1px solid var(--line);padding-top:20px}.recording summary{font-size:.9375rem;color:var(--blue);cursor:pointer}.recording summary>span{margin-left:12px}.recording p{font-size:.75rem;line-height:1.7;color:var(--muted);margin:16px 0}.recording video{max-width:100%;width:300px;max-height:505px;border-radius:15px;display:block;background:var(--ink)}.connections{border-top:1px solid var(--line);background:var(--surface);border-radius:28px;margin-bottom:35px}.connection-heading{text-align:center;max-width:800px;margin:auto}.connection-heading>p:not(.eyebrow){font-size:1.1rem;line-height:1.8;color:var(--muted)}.connection-map{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:18px;align-items:center;margin:38px 0}.connection-box{background:var(--surface);border:1px solid var(--wash);border-radius:18px;padding:24px;min-height:155px;display:flex;flex-direction:column;justify-content:center}.connection-box strong{font-size:1rem;line-height:1.5;font-weight:500}.connection-box>span{font-size:.75rem;color:var(--muted);line-height:1.7;margin:8px 0}.connection-box.accent{background:var(--accent);color:white;border-color:var(--accent)}.connection-box.accent>span{color:var(--wash)}.connector-arrow{font-size:1.5rem;color:var(--line)}.connection-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;border-top:1px solid var(--wash);padding-top:30px}.connection-paths h3{font-size:1.0625rem;font-weight:500}.connection-paths p{font-size:.9375rem;line-height:1.7;color:var(--muted);margin-bottom:0}.connection-note{font-size:.75rem;line-height:1.7;color:var(--muted);margin:26px 0 0;text-align:center}
@media(max-width:900px){.gallery-layout{gap:5%}.stack-tools button{padding:12px 14px}.connection-map{gap:10px}.connection-box{padding:18px}.connection-paths{gap:20px}.screen-frame{padding:16px}.connections{border-radius:0}}
@media(max-width:620px){.stack-intro,.gallery-heading>p:not(.eyebrow){font-size:1rem}.stack-intro br{display:none}.stack-tools{gap:8px}.stack-tools button{padding:11px 13px;font-size:.8125rem;min-height:49px}.stack-tools img{width:21px;height:21px}.tool-wordmark{font-size:.875rem}.stack-job{grid-template-columns:1fr}.stack-job>div{padding:24px}.stack-job h3{font-size:1.4rem}.stack-result #stack-result{font-size:1.1rem}.gallery-layout{grid-template-columns:1fr;gap:25px;margin-top:20px}.gallery-copy{padding-top:0}.role-switch{margin-bottom:26px}.role-switch button{padding:10px 12px;font-size:.75rem}.role-description h3{font-size:1.65rem}.role-description>p:not(.eyebrow){font-size:1rem}.screen-frame{min-height:520px;padding:18px;max-width:350px}.screen-frame img{height:510px}.connection-heading>p:not(.eyebrow){font-size:1rem}.connection-map{grid-template-columns:1fr;gap:10px;margin:25px 0}.connector-arrow{transform:rotate(90deg);justify-self:center}.connection-box{min-height:110px;padding:21px}.connection-paths{grid-template-columns:1fr;gap:22px}.connections{margin-bottom:0}}
@media(prefers-reduced-motion:reduce){.screen-frame img{transition:none}}

.assistant-portrait{width:44px;height:44px;object-fit:cover;border-radius:14px;flex-shrink:0}.stack-tools img.salesforce-icon{width:40px;height:28px}.team-art{max-width:650px;margin:-30px auto 38px;overflow:hidden;border-radius:28px}.team-art img{display:block;width:100%;height:auto;transition:transform .5s ease}.team-art:hover img{transform:translateY(-5px)}@media(max-width:620px){.team-art{margin:-15px -4px 28px;border-radius:20px}.assistant-portrait{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.team-art img{transition:none}.team-art:hover img{transform:none}}

/* Red Beard: crimson, vermilion, coral, rose, and burgundy. */
:root{--surface:#fffdfc;--wash:#fff0ed;--ink:#29191d;--muted:#78616a;--line:#e8d5d6;--accent:#b5253a;--crimson:#b5253a;--vermilion:#ba3c26;--coral:#ba454e;--rose:#b02c59;--burgundy:#852440;color-scheme:light}
:root[data-theme=dark]{--surface:#181215;--wash:#271b20;--ink:#f8edef;--muted:#c9aeb7;--line:#51333f;--accent:#ff8795;--crimson:#ff8795;--vermilion:#ffa28a;--coral:#ff9a9e;--rose:#ff9cbf;--burgundy:#e99ab5;color-scheme:dark}
body{background:var(--surface);color:var(--ink)}.hero{background:linear-gradient(var(--surface),var(--wash));padding-top:55px}.hero h1>span{color:var(--crimson)}.button,.brand-symbol,.connection-box.accent{background:#b5253a;color:#fff}.button:hover{background:#8e1d31}.brand-light,footer small{color:var(--muted)}.hero-scene{min-height:0;padding-top:35px;margin-top:15px}.demo{background:var(--surface);border-color:var(--line)}.received,.sent,.deliverable{border-color:var(--line)}.sent{background:var(--wash)}.demo-options button,.role-switch button,.playback button{background:var(--surface);color:var(--muted)}.demo-options button[aria-pressed=true],.role-switch button[aria-pressed=true]{background:#852440;color:white}.connection-box.accent>span{color:#fff0f3}.scene-label>span:last-child{color:var(--accent);background:var(--wash)}.screen-frame{background:#0a0a0a;border-color:#333}.form-card{background:#fff;color:#29191d}.signup .form-card>p{color:#78616a}.form-fallback{color:#b5253a}.form-card iframe{color-scheme:light}.theme-toggle{font:inherit;border:1px solid var(--line);color:var(--ink);background:var(--surface);padding:11px 14px;border-radius:24px;cursor:pointer;white-space:nowrap;min-height:44px}.hero-tools{display:flex;gap:25px;flex-wrap:wrap;align-items:center;justify-content:center;margin:34px auto 0}.hero-tools span{display:flex;gap:9px;align-items:center;font-size:.875rem;color:var(--muted)}.hero-tools img,.app-pair img,.integration-top img{object-fit:contain;background:white;border-radius:7px;padding:3px}.hero-tools img{width:32px;height:32px}.commerce{text-align:center;--accent:var(--vermilion)}.commerce-intro{font-size:1.125rem;color:var(--muted);line-height:1.7}.commerce-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:36px;text-align:left}.commerce-cards article{border:1px solid var(--line);border-radius:25px;padding:24px;background:var(--surface);min-width:0}.character-stage{height:190px;display:grid;place-items:center;margin:-5px -5px 23px;border-radius:18px;background:#fff;overflow:hidden}.character-stage img{width:180px;height:180px;object-fit:contain;transition:transform .3s}.commerce-cards article:hover .character-stage img{transform:translateY(-5px) rotate(-3deg)}.commerce-cards .eyebrow{font-size:.75rem;margin-bottom:14px}.commerce-cards h3{font-size:1.6rem;line-height:1.2;letter-spacing:-.04em;min-height:2.4em}.commerce-cards article>p:not(.eyebrow){color:var(--muted);line-height:1.7;font-size:1rem;margin:22px 0 12px}.app-pair{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.8125rem;margin:22px 0}.app-pair>span{display:flex;align-items:center;gap:6px}.workflow-window{background:var(--wash);border:1px solid var(--line);border-radius:13px;overflow:hidden;font-size:.8125rem}.window-heading{display:flex;justify-content:space-between;gap:8px;padding:15px 13px;border-bottom:1px solid var(--line);font-weight:600}.window-heading small{font-weight:400;font-size:.75rem;color:var(--muted)}.workflow-row{display:flex;justify-content:space-between;gap:10px;padding:13px;border-bottom:1px solid var(--line);line-height:1.5}.workflow-row:last-child{border:0}.workflow-row>span{color:var(--muted)}.workflow-row strong{font-weight:500;text-align:right}.commerce-cards .text-link{font-size:.875rem;line-height:1.6}.stack{--accent:var(--coral)}.stack-tools img{background:white;border-radius:5px;padding:2px}.integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;text-align:left;margin-top:28px}.integration-grid article{padding:22px;border:1px solid var(--line);border-radius:17px}.integration-top{display:flex;gap:9px;align-items:center;flex-wrap:wrap;min-height:45px}.integration-top>span:last-child{font-size:.75rem;color:var(--accent);margin-left:auto}.integration-top .app-wordmark{font-size:1.2rem;font-weight:700;margin:0;color:var(--ink)}.integration-grid p{font-size:.9375rem;line-height:1.7;color:var(--muted);margin:16px 0}.integration-grid a{font-size:.8125rem;color:var(--accent);text-decoration:underline;text-underline-offset:3px}.marketplace{--accent:var(--rose)}.market-bot{width:100px;height:110px;object-fit:contain;background:white;border-radius:14px}.directory-links{display:flex;flex-wrap:wrap;gap:12px 22px;padding:25px 0;border-bottom:1px solid var(--line);font-size:.875rem}.directory-links>span{color:var(--muted)}.directory-links a{color:var(--accent)}.connections{--accent:var(--burgundy)}.team-art{max-width:950px;margin:0 auto 40px;background:white}.team-art img{aspect-ratio:1536/470;object-fit:contain}.course{--accent:var(--crimson)}.letter{--accent:var(--rose)}.signup{--accent:var(--burgundy)}.audience-strip{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px 30px;border-bottom:1px solid var(--line);padding:22px;color:var(--muted);font-size:.875rem}.audience-strip a{color:var(--accent)}.footer-links{display:flex;flex-wrap:wrap;gap:20px;font-size:.875rem}.editorial{max-width:1180px;padding-top:75px}.editorial h1{font-size:clamp(3rem,6vw,5.5rem)}.editorial h1 span{color:var(--accent)}.editorial .lede{font-size:1.35rem;line-height:1.65;max-width:720px;color:var(--muted)}.editorial-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:70px;margin-top:60px}.editorial h2{font-size:2.3rem;margin-top:35px}.editorial p:not(.eyebrow):not(.micro){line-height:1.8;color:var(--muted);font-size:1.0625rem}.editorial-grid aside{background:var(--wash);border:1px solid var(--line);border-radius:22px;padding:30px;align-self:start}.editorial-grid aside img{width:100%;height:260px;object-fit:contain;background:white;border-radius:14px;margin-bottom:28px}.editorial-grid aside h3{font-size:1.7rem;line-height:1.25;letter-spacing:-.03em}.sponsor-options{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:50px 0}.sponsor-options article{border-top:2px solid var(--accent);padding:25px 0}.sponsor-options h3{font-size:1.5rem;letter-spacing:-.03em;line-height:1.3}.sponsor-audience{padding:32px;background:var(--wash);border:1px solid var(--line);border-radius:20px;margin:25px 0 45px}.sponsor-audience h2{margin-top:0}.sponsor-audience [data-audience-count]{font-weight:600;color:var(--accent)!important}
@media(max-width:1100px){header{flex-wrap:wrap}nav{gap:15px;flex-wrap:wrap}nav>a:not(.button){display:inline}.commerce-cards{gap:14px}.commerce-cards article{padding:19px}.app-pair{gap:8px}}
@media(max-width:760px){.commerce-cards,.integration-grid,.sponsor-options{grid-template-columns:1fr}.commerce-cards h3{min-height:0}.character-stage{height:210px}.character-stage img{height:200px;width:200px}.commerce-cards article{padding:24px}.hero-tools{gap:14px}.editorial-grid{grid-template-columns:1fr;gap:25px}.editorial{padding-top:45px}.sponsor-options{gap:12px}.sponsor-audience{padding:24px}header{gap:18px}nav{width:100%;gap:15px;justify-content:space-between}nav .button.small{display:none}.theme-toggle{font-size:.8125rem;padding:9px 12px}.hero{padding-top:30px}.team-art{margin:0 auto 28px}.footer-links{gap:14px}footer{grid-template-columns:1fr}.hero-tools span{font-size:.8125rem}.editorial-grid aside{max-width:400px}.commerce-cards .eyebrow{font-size:.8125rem}}
@media(prefers-reduced-motion:reduce){.character-stage img{transition:none}.commerce-cards article:hover .character-stage img{transform:none}}

/* Compact navigation and a colorful cast in the opening viewport. */
.theme-toggle{width:44px;height:44px;padding:10px;display:grid;place-items:center;flex:0 0 44px}.theme-toggle svg{display:block}.theme-sun{display:none}.theme-moon{display:block}[data-theme=dark] .theme-sun{display:block}[data-theme=dark] .theme-moon{display:none}nav .course-cta{display:inline-flex!important}.hero{padding-top:35px}.hero h1{margin-bottom:16px}.hero-team{max-width:720px;margin:0 auto 20px;border-radius:20px}.hero-team img{max-height:200px;object-fit:contain}.hero .hero-description{margin-bottom:12px}.hero .hero-explainer{margin-bottom:20px}.connections{padding-top:70px}.hero-tools{margin-top:24px}
@media(max-width:760px){header{padding:17px 20px 12px}nav{gap:12px;justify-content:flex-start}nav>a:not(.button){font-size:.8125rem}nav .theme-toggle{margin-left:auto}nav .course-cta{font-size:.8125rem;min-height:44px;padding:10px 14px;gap:8px}.hero{padding-top:23px}.hero-team{margin:0 -4px 18px}.hero-team img{max-height:130px}.hero h1{font-size:clamp(2.65rem,9vw,4rem)}.hero .eyebrow{margin-bottom:15px}.hero-description{font-size:1.05rem}}
@media(max-width:370px){nav{gap:9px}nav .course-cta{padding:10px}.theme-toggle{width:38px;flex-basis:38px}.hero h1{font-size:2.5rem}}

/* Course signup: keep the hosted form readable in its native light theme. */
#subscribe{--accent:inherit;grid-template-columns:minmax(0,1fr) minmax(0,27.5rem);gap:4rem}
#subscribe .signup-summary{min-width:0}
#subscribe h2{font-size:clamp(2.25rem,4.2vw,3.5rem);font-weight:500;line-height:1.15;letter-spacing:-.04em}
#subscribe .signup-summary>p:not(.eyebrow){max-width:39ch;margin:1.5rem 0 0;font-size:1.0625rem;line-height:1.65}
.signup-benefits{list-style:none;margin:1.5rem 0 2rem;padding:0;display:grid;gap:.75rem}
.signup-benefits li{display:flex;gap:.75rem;font-size:.9375rem;line-height:1.5}
.signup-benefits li::before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}
.signup-author{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.8125rem;line-height:1.6}
.signup-author strong{color:var(--ink);font-weight:500}
#subscribe .form-card{max-width:27.5rem;padding:1.5rem;border:1px solid #e8d5d6;border-radius:1.5rem;box-shadow:none}
.signup-card-heading{display:flex;justify-content:space-between;align-items:center;gap:.75rem}
#subscribe .signup-card-heading h3{font-size:1.5rem;font-weight:600;line-height:2rem;letter-spacing:-.02em;margin:0}
.signup-price{font-size:.8125rem;font-weight:600;color:#b5253a;flex-shrink:0}
#subscribe .form-card>p{margin:.5rem 0 0;font-size:.875rem;line-height:1.6}
#subscribe iframe{display:block;margin-top:1.5rem;max-width:100%;color-scheme:light}
#subscribe .form-card .signup-reassurance{text-align:center;color:#78616a;font-size:.875rem;margin-top:.25rem}
#subscribe .form-fallback{font-size:.875rem;line-height:1.375rem;min-height:2.75rem;padding:.75rem 0;margin-top:.25rem;text-decoration:underline;text-underline-offset:3px}
#subscribe .form-fallback:focus-visible{outline:3px solid #852440;outline-offset:3px}
#subscribe .form-card .signup-tools-note{font-size:.75rem;line-height:1.5;text-align:center;margin-top:.5rem;color:#78616a}
@media(max-width:760px){
  #subscribe{grid-template-columns:minmax(0,1fr);gap:2rem;padding:4rem 1.5rem}
  #subscribe .signup-summary>p:not(.eyebrow){font-size:1rem;margin-top:1rem}
  #subscribe .signup-summary .eyebrow{margin-bottom:1rem}
  .signup-benefits{margin:1.5rem 0;gap:.5rem}
  .signup-author{display:none}
  #subscribe .form-card{justify-self:stretch;max-width:none}
  #subscribe h2{line-height:1.22;letter-spacing:-.03em}
  #subscribe .signup-card-heading h3{font-size:1.375rem;line-height:1.875rem;letter-spacing:-.015em}
}
/* Hero signup uses the hosted fields without the footer card content. */
.hero-intro{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:48px;align-items:center;max-width:1000px;margin:28px auto 0}
.hero-copy{min-width:0}
.hero-intro .hero-team{margin:0 auto 20px}
.hero-intro .hero-explainer{margin-bottom:0}
.hero-signup{min-width:0;width:100%;max-width:400px;justify-self:center;text-align:left}
.hero-signup iframe{display:block;width:100%;height:260px;border:0;background:transparent;color-scheme:light}
.hero-signup{background:#fff;padding:16px;border-radius:16px}
@media(max-width:760px){
  .hero-intro{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:0}
  .hero-intro .hero-team{margin:0 -4px 18px}
  .hero-intro .hero-description{margin-bottom:0}
  .hero-intro .hero-explainer{display:none}
}

/* Homepage opening: a clear message alongside the signup. */
.homepage{--homepage-header-height:104px}
.homepage .skip{z-index:30}
.homepage>header{position:sticky;top:0;z-index:20;max-width:none;padding:20px max(32px,calc((100% - 1200px)/2));background:var(--surface);flex-wrap:nowrap;min-height:104px}
.homepage>header nav{width:auto;flex-wrap:nowrap;gap:20px}
.homepage .scroll-nav{display:flex;gap:20px;visibility:hidden;opacity:0;pointer-events:none}
.homepage .scroll-nav.is-visible{visibility:visible;opacity:1;pointer-events:auto}
.homepage .sponsor-soon{font-size:.75rem;color:var(--muted);white-space:nowrap}
.homepage .hero{padding:28px 32px 24px}
.homepage .hero-intro{max-width:1160px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:56px;margin:0 auto;align-items:center}
.homepage .hero-copy{text-align:left}
.homepage .hero-copy .eyebrow{margin:0 0 22px;max-width:none}
.homepage .hero h1{font-size:clamp(3rem,4.3vw,4.2rem);margin-bottom:24px}
.homepage .hero-reassurance{font-size:.875rem;line-height:1.5;text-align:center;max-width:400px;margin:12px auto 0;color:var(--muted)}
.homepage #assistant-workspace{scroll-margin-top:var(--homepage-header-height)}
.homepage .hero-description{font-size:clamp(1.1rem,1.75vw,1.35rem);line-height:1.55;margin:0;max-width:510px}
.homepage .hero-right{min-width:0;width:100%;max-width:460px;justify-self:center}
.homepage .hero-signup{max-width:400px;margin:auto}
.homepage .hero-bots{display:flex;width:100%;max-width:400px;aspect-ratio:2172/724;margin:0 auto 12px;overflow:visible}
.homepage .hero-bots>svg{display:block;min-width:0;height:auto;overflow:hidden;animation:hero-bot-arrive 1.8s ease-in-out both}
.homepage .hero-bots>svg:nth-child(1){animation-delay:0s}
.homepage .hero-bots>svg:nth-child(2){animation-delay:.14s}
.homepage .hero-bots>svg:nth-child(3){animation-delay:.28s}
.homepage .hero-bots>svg:nth-child(4){animation-delay:.42s}
.homepage .hero-bots>svg:nth-child(5){animation-delay:.56s}
@keyframes hero-bot-arrive{0%,100%{transform:translateY(0)}35%{transform:translateY(-8px)}65%{transform:translateY(3px)}}
.homepage .hero-tools{max-width:1160px;margin:30px auto 0;gap:18px 24px}
.homepage .hero-tools-label{font-size:.875rem;font-weight:500;color:var(--ink)}
.homepage .hero-nav-sentinel{height:1px;pointer-events:none}
.homepage section[id]{scroll-margin-top:var(--homepage-header-height)}
@media(min-width:761px) and (max-width:1000px){
 .homepage>header{padding:18px 24px;gap:16px}
 .homepage>header .brand{--brand-size:25px}
 .homepage>header nav,.homepage .scroll-nav{gap:14px}
 .homepage .hero-intro{gap:28px}
 .homepage .hero{padding-left:24px;padding-right:24px}
 .homepage .hero h1{font-size:clamp(3rem,5.9vw,3.7rem)}
}
@media(max-width:760px){
 .homepage>header{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;padding:12px 20px 10px;gap:8px;min-height:104px}
 .homepage>header .brand{--brand-size:clamp(20px,5.4vw,28px)}
 .homepage>header nav{display:contents}
 .homepage>header .theme-toggle{grid-column:3;grid-row:1;margin:0}
 .homepage .scroll-nav{grid-column:1;grid-row:2;gap:18px;font-size:.8125rem;min-height:24px;align-items:center}
 .homepage .sponsor-soon{grid-column:2;grid-row:1;justify-self:end;font-size:.6875rem;line-height:24px}
 .homepage .hero{padding:22px 20px 16px}
 .homepage .hero-intro{grid-template-columns:minmax(0,1fr);gap:16px;max-width:520px}
 .homepage .hero-copy{text-align:center}
 .homepage .hero-copy .eyebrow{font-size:.6875rem;letter-spacing:1px;margin-bottom:14px}
 .homepage .hero h1{font-size:clamp(2.3rem,8.5vw,3.8rem);margin-bottom:16px}
 .homepage .hero-description{font-size:1.0625rem;line-height:1.5;margin-inline:auto}
 .homepage .hero-description br{display:none}
 .homepage .hero-right{max-width:400px}
 .homepage .hero-bots{max-width:310px;margin-bottom:8px}
 .homepage .hero-bots>svg{animation-name:hero-bot-float;animation-duration:4.2s}
 .homepage .hero-tools{gap:12px 16px;margin-top:22px;max-width:400px}
 .homepage .hero-tools-label{flex-basis:100%;text-align:center;justify-content:center}
 .homepage .hero-tools span{font-size:.75rem}
 .homepage .hero-tools img{width:28px;height:28px}
}
@keyframes hero-bot-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@media(max-width:1000px){
 .homepage>header{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:8px}
 .homepage>header nav{display:contents}
 .homepage>header .brand{grid-column:1;grid-row:1}
 .homepage>header .theme-toggle{grid-column:3;grid-row:1;margin:0}
 .homepage .sponsor-soon{grid-column:2;grid-row:1}
 .homepage .scroll-nav{grid-column:1/-1;grid-row:2;min-height:24px;align-items:center;justify-content:center}
}
@media(max-width:560px){
 .homepage>header .brand{grid-column:1/-1;grid-row:1}
 .homepage>header .theme-toggle,.homepage .sponsor-soon{grid-row:2}
 .homepage .scroll-nav{grid-row:3}
}
@media(prefers-reduced-motion:reduce){.homepage .hero-bots>svg{animation:none}}

/* Shared brand CTA hierarchy. Navigation and selection controls use their own patterns. */
:root{--cta-primary:#b5253a;--cta-primary-hover:#852440;--cta-primary-active:#6c1d34;--cta-on-primary:#fff;--cta-secondary-ink:var(--ink)}
.button{background:var(--cta-primary);color:var(--cta-on-primary)}
.button:hover{background:var(--cta-primary-hover)}
.button:active{background:var(--cta-primary-active)}
.button.secondary{background:transparent;color:var(--cta-secondary-ink);border:0;border-radius:0;box-shadow:none;position:relative;padding:12px 2px 14px;gap:12px;transform:none}
.button.secondary::after{content:"";position:absolute;left:2px;right:2px;bottom:7px;height:2px;background:currentColor;transform:scaleY(1);transform-origin:center bottom;transition:transform .2s}
.button.secondary:hover{background:transparent;color:var(--cta-secondary-ink);transform:none}
.button.secondary:hover::after{transform:scaleY(2)}
.button.secondary:active{background:transparent;color:var(--cta-secondary-ink);transform:translateY(1px)}
.button.secondary:active::after{transform:scaleY(2)}
@media(prefers-reduced-motion:reduce){.button.secondary::after{transition:none}}
.audience-strip[hidden]{display:none}
