/* Agentic teams: a visual explanation with a clearly defined human endpoint. */
.agent-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:center;padding:48px 0 70px}
.agent-hero h1{font-size:clamp(52px,6.5vw,92px);max-width:720px}
.agent-hero-copy>p{font-size:20px;line-height:1.45;max-width:39ch;margin:28px 0}
.agent-hero-image{height:490px;position:relative;margin:0;overflow:hidden;border-radius:5px;background:var(--ink)}
.agent-hero-image>img{height:100%;width:100%;object-fit:cover;object-position:50% 40%;filter:brightness(.75)}
.agent-hero-image figcaption{position:absolute;left:8%;bottom:9%;right:8%;font-size:clamp(30px,3.5vw,50px);line-height:1.05;letter-spacing:-.035em;color:#fff;font-weight:500}
.agent-hero-image figcaption span{color:#a1e7ef}
.agent-workbench{background:var(--dark);color:var(--paper);padding:52px clamp(24px,4vw,64px) 24px;margin:0 0 66px;border-radius:6px}
.agent-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}
.agent-section-head h2{font-size:clamp(36px,4vw,58px)}
.agent-section-head>p{font-size:17px;line-height:1.4;color:#d4cde9}
.agent-choices{display:flex;gap:24px;border-bottom:1px solid #655d75;margin-bottom:32px}
.agent-choices button{position:relative;background:none;border:0;border-bottom:2px solid transparent;padding:14px 0 16px;color:#d4cde9;font-size:15px;line-height:1.3;transition:color 180ms var(--ease-out),border-color 180ms var(--ease-out)}
.agent-choices button[aria-pressed=true]{color:var(--cyan);border-bottom-color:var(--cyan)}
.agent-scenario-heading{display:flex;justify-content:space-between;align-items:center;gap:30px;min-height:72px;margin-bottom:20px}
.agent-scenario-heading h3{font-size:clamp(26px,2.5vw,36px);max-width:500px}
.agent-scenario-heading>p{font-size:15px;line-height:1.4;color:#d4cde9;max-width:25ch}
.agent-diagram{display:grid;grid-template-columns:1fr 42px 1.35fr 42px 1fr;gap:12px;align-items:center;padding:20px 0 32px}
.agent-diagram h4{font-weight:400;color:#d4cde9;font-size:13px;line-height:1.3;margin:0 0 26px;letter-spacing:0}
.agent-input ul{list-style:none;margin:0 0 20px;padding:0;border-top:1px solid #756b86}
.agent-input li{padding:15px 0;border-bottom:1px solid #756b86;font-size:15px;line-height:1.3}
.agent-permission{font-size:11px;color:#b9afe1}
.agent-connector{width:100%;height:24px;fill:none;stroke:#8adce8;stroke-width:1;overflow:visible}
.agent-network{text-align:center;align-self:start}
.agent-network h4{margin-bottom:24px}
.agent-network>svg{width:100%;height:auto;overflow:visible}
.agent-network-lines{fill:none;stroke:#8874ab;stroke-width:1}
.agent-core{fill:var(--violet)}
.agent-role circle{fill:var(--dark);stroke:#b9afe1;stroke-width:1}
.agent-role path{fill:none;stroke:#eee7fa;stroke-width:1.2}
.agent-role text{font-family:inherit;font-size:14px;fill:#f1f0ed;text-anchor:middle}
.agent-network>span{display:block;font-size:11px;color:#b9afe1;margin-top:14px}
.agent-delivery{background:var(--paper);color:var(--ink);padding:22px 20px;border-radius:3px;min-height:188px}
.agent-delivery>svg{width:26px;height:32px;fill:none;stroke:var(--violet);stroke-width:1.2;margin-bottom:25px}
.agent-delivery>strong{font-weight:500;font-size:22px;line-height:1.05;letter-spacing:-.025em;display:block;margin-bottom:12px}
.agent-delivery>span{font-size:13px;line-height:1.4;display:block}
.agent-review{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:11px;color:#8adce8;line-height:1.4;min-height:30px}
.agent-review-dot{width:7px;height:7px;border:1px solid var(--cyan);border-radius:50%;flex-shrink:0}
.agent-workbench-foot{border-top:1px solid #655d75;padding-top:18px;display:flex;justify-content:space-between;gap:24px}
.agent-workbench-foot p{font-size:11px;line-height:1.5;color:#d4cde9}
.agent-start{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:0 0 68px}
.agent-start h2{font-size:clamp(36px,4vw,58px)}
.agent-start-copy{font-size:18px;line-height:1.4;margin:24px 0}
.agent-details>h3{font-size:24px;margin-bottom:20px}
.agent-details .faq summary{font-size:21px}
.agent-details .faq p{font-size:16px}
@media(hover:hover) and (pointer:fine){.agent-choices button:hover{color:var(--paper)}}
@media(max-width:1000px){.agent-hero{gap:5%}.agent-hero-image{height:450px}.agent-workbench{padding:38px 28px 24px}.agent-choices{gap:20px;flex-wrap:wrap}.agent-diagram{grid-template-columns:1fr 24px 1.2fr 24px 1fr;gap:8px}.agent-input li{font-size:13px}.agent-delivery{padding:18px 16px}.agent-delivery>strong{font-size:20px}.agent-section-head>p{font-size:15px}.agent-scenario-heading{min-height:95px}}
@media(max-width:760px){.agent-hero{grid-template-columns:1fr;padding:32px 0 44px;gap:32px}.agent-hero h1{font-size:clamp(46px,11vw,76px)}.agent-hero-copy>p{font-size:18px;margin:22px 0;max-width:40ch}.agent-hero-image{height:330px}.agent-hero-image figcaption{font-size:38px}.agent-workbench{padding:30px 22px 22px;margin-bottom:44px}.agent-section-head{display:block;margin-bottom:22px}.agent-section-head h2{font-size:36px}.agent-section-head>p{margin-top:18px;font-size:15px}.agent-section-head>p br{display:none}.agent-choices{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin-bottom:24px}.agent-choices button{text-align:left;font-size:14px;min-height:48px;padding:14px 0}.agent-scenario-heading{display:block;min-height:0;margin-bottom:28px}.agent-scenario-heading h3{font-size:27px}.agent-scenario-heading>p{margin-top:12px;font-size:15px;max-width:none}.agent-diagram{display:flex;flex-direction:column;gap:24px;padding:0 0 26px}.agent-input,.agent-network,.agent-output{width:100%}.agent-diagram h4{font-size:13px;margin-bottom:18px}.agent-input li{font-size:15px;padding:13px 0}.agent-connector{width:24px;height:36px;transform:rotate(90deg)}.agent-network{align-self:auto}.agent-network>svg{max-width:300px}.agent-network>span{margin-top:0}.agent-delivery{min-height:0;padding:22px}.agent-delivery>strong{font-size:24px}.agent-delivery>svg{margin-bottom:20px}.agent-review{font-size:12px;margin-top:14px}.agent-workbench-foot{display:block}.agent-workbench-foot p+p{margin-top:10px}.agent-start{grid-template-columns:1fr;gap:38px;padding-bottom:44px}.agent-start h2{font-size:38px}.agent-details .faq summary{font-size:20px}}
@media(prefers-reduced-motion:reduce){.agent-choices button{transition:none}}
.motion-off .agent-choices button{transition:none}
