:root{--white: #ffffff;--black: #0c0c0c;--ink: #171717;--ink-soft: #4d4d4d;--muted: #737373;--gray-25: #fafafa;--gray-50: #f4f4f4;--gray-100: #e8e8e8;--gray-200: #d9d9d9;--gray-300: #b3b3b3;--red: #cc0000;--red-bright: #fa0011;--red-dark: #8f0010;--teal: #007a76;--amber: #f59f00;--green: #058a00;--shadow: 0 20px 54px rgba(12, 12, 12, .14);--shadow-soft: 0 12px 34px rgba(12, 12, 12, .08);--radius: 8px;--max: 1200px;--font: "Archivo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:var(--white);font-family:var(--font)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--font);text-rendering:optimizeLegibility}body,button,input,select,textarea{font:inherit}button,input,select,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{display:block}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.site-shell{min-height:100vh;overflow-x:clip}.section{border-top:1px solid var(--gray-200);padding:92px 0}.section-tight{padding-top:58px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:26px;color:var(--black);font-size:clamp(2.8rem,5.25vw,4.75rem);font-weight:900;line-height:1.02;letter-spacing:0}h2{margin-bottom:18px;color:var(--black);font-size:clamp(2rem,3.7vw,3.55rem);font-weight:900;line-height:1.02;letter-spacing:0}h3{margin-bottom:10px;color:var(--black);font-size:1.08rem;font-weight:800;line-height:1.2;letter-spacing:0}p{color:var(--ink-soft);line-height:1.65}.lead{max-width:680px;color:var(--ink-soft);font-size:clamp(1.08rem,1.45vw,1.24rem);line-height:1.6}.section-label,.article-category{display:inline-block;margin-bottom:14px;color:var(--red);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--red);border-radius:4px;padding:0 25px;background:var(--red);color:var(--white);font-size:.95rem;font-weight:800;line-height:1;box-shadow:0 12px 28px #cc00002e;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;cursor:pointer}.button:hover{transform:translateY(-1px);background:var(--red-bright);border-color:var(--red-bright);box-shadow:0 15px 32px #cc00003d}.button:disabled{cursor:not-allowed;opacity:.64;transform:none}.button.secondary{background:var(--white);color:var(--black);border-color:var(--black);box-shadow:none}.button.secondary:hover{background:var(--gray-50);border-color:var(--red);color:var(--red)}.button svg{width:17px;height:17px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:800}.text-link:hover{color:var(--red-bright)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--gray-200);background:#fffffff5;backdrop-filter:blur(18px)}.utility-bar{border-bottom:1px solid var(--gray-100);background:var(--gray-50);color:var(--muted);font-size:.76rem;font-weight:600}.utility-inner{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:24px}.utility-inner div{display:flex;gap:24px}.utility-inner a:hover{color:var(--red)}.nav{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:fit-content}.brand-mark{display:grid;width:42px;height:42px;place-items:center;color:var(--red)}.brand-mark svg{width:100%;height:100%}.brand-mark svg path{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:3.2}.brand-mark svg path:first-child{fill:#cc00000a}.brand-word{color:var(--black);font-size:2rem;font-weight:900;line-height:1}.brand-word strong{color:var(--red)}.brand-text{display:grid;gap:4px;line-height:1}.brand-slogan{color:var(--ink-soft);font-size:.68rem;font-weight:700;line-height:1.05;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:clamp(18px,2.1vw,32px);color:var(--black);font-size:.92rem;font-weight:700}.nav-links a{position:relative;padding:29px 0}.nav-links a:after{position:absolute;right:0;bottom:0;left:0;height:3px;transform:scaleX(0);transform-origin:left;background:var(--red);content:"";transition:transform .17s ease}.nav-links a:hover:after,.nav-links a.is-active:after,.nav-links a[aria-current=page]:after{transform:scaleX(1)}.nav-links a.is-active,.nav-links a[aria-current=page]{color:var(--red)}.nav-icon-button{display:inline-grid;width:44px;height:44px;place-items:center;margin-left:auto;border:1px solid transparent;border-radius:4px;color:var(--black)}.nav-icon-button:hover{border-color:var(--gray-200);color:var(--red)}.mobile-nav-toggle,.mobile-nav{display:none}.hero{position:relative;min-height:calc(100vh - 111px);overflow:hidden;border-bottom:1px solid var(--gray-200);background:var(--white)}.hero:before{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 28%,rgba(255,255,255,.72) 44%,rgba(255,255,255,.24) 62%,transparent 86%),linear-gradient(180deg,transparent 0%,transparent 72%,#fff 100%);content:"";pointer-events:none}.hero:after{position:absolute;right:0;bottom:96px;left:0;z-index:2;height:4px;background:var(--red);content:""}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-grid{position:relative;z-index:3;display:grid;min-height:calc(100vh - 111px);grid-template-columns:minmax(0,.74fr) minmax(320px,.44fr);align-items:end;gap:56px;padding:78px 0 42px}.hero-copy{align-self:center;max-width:700px;padding-top:28px}.hero-copy h1{font-size:clamp(2.8rem,4.5vw,4.2rem);line-height:1.04}.hero-copy .lead{max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.hero-panel{width:min(100%,360px);align-self:end;justify-self:end;border:1px solid rgba(15,18,20,.14);border-radius:var(--radius);padding:16px;background:#ffffffd1;color:var(--black);box-shadow:0 24px 70px #0c0c0c29;backdrop-filter:blur(12px)}.panel-top{display:flex;justify-content:space-between;gap:18px;padding-bottom:12px;border-bottom:1px solid rgba(15,18,20,.12)}.panel-top span{color:var(--black);font-weight:800}.panel-top strong{color:var(--black);font-size:1.95rem;font-weight:900}.panel-top strong span{color:var(--muted);font-size:.78rem}.health-row{display:grid;grid-template-columns:12px 1fr;gap:12px;align-items:start;margin:12px 0}.health-row>span,.status-dot{display:inline-block;width:10px;height:10px;margin-top:7px;border-radius:999px}.health-row.ok>span,.status-dot.ok{background:var(--teal)}.status-dot.watch{background:var(--amber)}.status-dot.risk{background:var(--red-bright)}.health-row strong{color:var(--black)}.health-row p{margin:4px 0 0;color:var(--teal);font-weight:800}.mini-chart{margin:8px 0 12px;border:1px solid rgba(15,18,20,.12);border-radius:6px;padding:8px;background:#ffffff8c}.mini-chart svg{width:100%;height:auto}.mini-chart path{fill:none;stroke:var(--teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.diagnostic-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.diagnostic-list div{display:grid;gap:2px;border:1px solid rgba(15,18,20,.08);border-radius:5px;padding:8px;background:#ffffff9e;color:var(--ink-soft);font-size:.76rem}.diagnostic-list strong{color:var(--teal);text-align:left}.diagnostic-list .watch{color:var(--amber)}.proof-bar{background:var(--white)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-right:1px solid var(--gray-200)}.proof-grid>div{display:grid;min-height:136px;grid-template-columns:44px 1fr;align-content:center;gap:8px 18px;border-left:1px solid var(--gray-200);padding:28px}.proof-grid svg{grid-row:span 2;color:var(--red)}.proof-grid strong{color:var(--black);font-size:1.12rem;font-weight:900;line-height:1.15}.proof-grid span{color:var(--ink-soft);font-size:.92rem;line-height:1.45}.split-heading,.research-head{display:grid;grid-template-columns:minmax(0,.96fr) minmax(300px,.62fr);align-items:end;gap:64px;margin-bottom:46px}.split-heading p:last-child,.research-head p{margin-bottom:0;color:var(--ink-soft);font-size:1.05rem}.workflow-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:42px;border-top:1px solid var(--black)}.workflow-step-card{position:relative;min-height:254px;border-right:1px solid var(--gray-200);padding:24px 18px 20px}.workflow-step-card:first-child{border-left:1px solid var(--gray-200)}.workflow-step-card>svg{margin:0 auto 14px;color:var(--black)}.workflow-step-card>span{display:grid;width:38px;height:38px;place-items:center;margin:0 auto 20px;border:1px solid var(--gray-300);border-radius:50%;background:var(--white);color:var(--black);font-weight:900}.workflow-step-card:last-child>span{border-color:var(--red);background:var(--red);color:var(--white)}.workflow-step-card:last-child>svg{color:var(--red)}.workflow-step-card h3{text-align:center}.workflow-step-card p{margin-bottom:0;font-size:.84rem;line-height:1.55;text-align:center}.evidence-strip{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:var(--gray-50);padding:10px 0}.evidence-strip .evidence-grid,.evidence-strip .status-key{width:min(1680px,calc(100% - 16px));max-width:none}.evidence-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.evidence-card{border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;background:var(--white)}.evidence-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.evidence-body{padding:14px}.evidence-body>div{display:flex;justify-content:space-between;gap:12px}.evidence-body h3{margin-bottom:0;font-size:1rem}.evidence-body a{display:inline-flex;align-items:center;color:var(--red)}.evidence-body p{min-height:66px;margin:12px 0;font-size:.82rem;line-height:1.45}.evidence-body strong{display:inline-block;margin-left:8px;color:var(--black);font-size:.82rem}.evidence-details{display:grid;margin:0 0 10px;border-top:1px solid var(--gray-200);font-size:.72rem}.evidence-details div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--gray-200);padding:6px 0}.evidence-details dt{color:var(--muted)}.evidence-details dd{margin:0;color:var(--black);font-weight:800;text-align:right}.status-key{display:grid;grid-template-columns:auto repeat(4,auto) minmax(280px,1fr);gap:18px 28px;align-items:center;margin-top:12px;border-top:1px solid var(--gray-200);padding:18px 0 8px}.status-key>strong{color:var(--black);font-size:.78rem;font-weight:900;text-transform:uppercase}.status-key span{display:flex;align-items:center;gap:9px;min-width:0;color:var(--ink-soft);font-size:.84rem}.status-key b{color:var(--black)}.status-key em{font-style:normal}.status-key .status-dot{flex:0 0 auto;margin-top:0}.status-key p{display:flex;align-items:center;gap:12px;justify-self:end;margin:0;color:var(--black);font-size:.88rem}.status-key svg{flex:0 0 auto;color:var(--black)}.capability-section{background:var(--white)}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-200);border:1px solid var(--gray-200)}.capability-card{min-height:260px;padding:30px;background:var(--white)}.capability-icon{display:grid;width:54px;height:54px;place-items:center;margin-bottom:28px;border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--red)}.capability-card p{margin-bottom:0}.standards-section{background:var(--black);color:var(--white)}.standards-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(380px,1fr);gap:68px;align-items:start}.standards-section h2,.standards-section h3{color:var(--white)}.standards-section .lead,.standards-section p{color:#d6d6d6}.source-note{display:grid;grid-template-columns:34px 1fr;gap:16px;margin-top:30px;border-top:3px solid var(--red);padding-top:18px;color:#d6d6d6}.source-note svg{color:var(--red-bright)}.standard-list{display:grid;border-top:1px solid rgba(255,255,255,.18)}.standard-list a{display:grid;grid-template-columns:150px 1fr 24px;gap:24px;align-items:center;border-bottom:1px solid rgba(255,255,255,.18);padding:20px 0}.standard-list a:hover{color:var(--red-bright)}.standard-list svg{color:var(--red-bright)}.standard-list strong{color:var(--white)}.standard-list span{color:#d6d6d6;line-height:1.45}.research-section{background:var(--white)}.blog-preview-grid,.blog-grid,.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{display:grid;overflow:hidden;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.article-card:hover{transform:translateY(-2px);border-color:var(--gray-300);box-shadow:var(--shadow-soft)}.article-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.article-card>div{padding:22px}.article-card h2,.article-card h3{font-size:1.35rem;line-height:1.14}.article-card p{margin-bottom:16px;font-size:.94rem}.article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:var(--muted);font-size:.82rem;font-weight:600}.contact-section{background:var(--gray-50)}.contact-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1fr);gap:60px;align-items:start}.contact-copy{border-left:5px solid var(--red);padding-left:30px}.contact-proof{display:grid;gap:12px;margin:32px 0}.contact-proof div{display:flex;align-items:center;gap:12px;color:var(--black);font-weight:800}.contact-proof svg{color:var(--red)}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px;background:var(--white);box-shadow:var(--shadow-soft)}.field{display:grid;gap:8px}.field.full{grid-column:1 / -1}.hidden-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}label,.footer-signup label span{color:var(--black);font-size:.84rem;font-weight:800}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--gray-300);border-radius:4px;padding:0 14px;color:var(--black);background:var(--white);outline:none;transition:border-color .16s ease,box-shadow .16s ease}textarea{min-height:128px;padding:13px 14px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px #cc00001a}.form-status{grid-column:1 / -1;min-height:24px;color:var(--muted);font-size:.9rem}.form-status.success{color:var(--green)}.form-status.error{color:var(--red)}.form-footer{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:18px}.form-footer span{color:var(--muted);font-size:.84rem;line-height:1.45}.footer{background:#111;color:var(--white)}.footer-rule{height:5px;background:var(--red)}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.72fr) 1.12fr;gap:36px;padding:56px 0 38px}.footer .brand-word,.footer h3{color:var(--white)}.footer .brand-slogan{color:#cfcfcf}.footer .brand-mark{color:var(--red-bright)}.footer-brand p,.footer p,.footer a,.footer-bottom{color:#cfcfcf}.footer h3{margin-bottom:16px;font-size:.95rem}.footer-grid>div:not(.footer-brand),.footer-signup{display:grid;align-content:start;gap:9px}.footer a:hover{color:var(--white)}.footer-signup{margin:0}.footer-signup input{margin:8px 0 10px;border-color:#454545;background:#161616;color:var(--white)}.footer-signup .button{width:fit-content}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #333;padding:22px 0 34px;font-size:.82rem}.page-hero{border-bottom:1px solid var(--gray-200);padding:72px 0 44px;background:var(--white)}.research-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.62fr);gap:70px;align-items:start}.page-hero h1{max-width:820px;font-size:clamp(2.7rem,5.1vw,4.45rem)}.featured-paper{display:grid;grid-template-columns:.92fr 1fr;align-items:stretch;max-width:880px;margin-top:34px;overflow:hidden;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft)}.featured-paper img{width:100%;height:100%;min-height:322px;object-fit:cover}.featured-paper>div{padding:34px}.featured-paper h2{font-size:clamp(1.75rem,3vw,2.55rem)}.topic-list{display:grid;gap:0}.topic-list h2{margin-bottom:18px;font-size:1.2rem}.topic-list a{display:grid;grid-template-columns:42px 1fr 22px;gap:18px;align-items:center;border-top:1px solid var(--gray-200);padding:17px 0;font-weight:700}.topic-list a:last-child{border-bottom:1px solid var(--gray-200)}.topic-list a>svg{color:var(--red)}.topic-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--gray-200);border-radius:4px;color:var(--black)}.topic-list a:hover .topic-icon{border-color:var(--red);color:var(--red)}.filter-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.filter-row{display:flex;flex:1;flex-wrap:wrap;gap:18px 30px;border-bottom:1px solid var(--gray-200)}.filter-row a{padding-bottom:14px;color:var(--ink-soft);font-size:.92rem;font-weight:700}.filter-row a.is-active,.filter-row a:hover{border-bottom:3px solid var(--red);color:var(--red)}.research-sections{display:grid;gap:62px}.research-topic-section{scroll-margin-top:112px}.topic-section-head{display:grid;grid-template-columns:minmax(0,.78fr) minmax(280px,.56fr) auto;gap:24px;align-items:end;border-top:1px solid var(--gray-200);padding-top:28px;margin-bottom:22px}.topic-section-head h2{font-size:clamp(2rem,4vw,3.2rem)}.topic-section-head p{margin-bottom:0;color:var(--ink-soft);font-size:1rem}.topic-count{justify-self:end;border:1px solid var(--gray-200);border-radius:999px;padding:7px 12px;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.tag-row span{border:1px solid var(--gray-200);border-radius:4px;padding:5px 9px;color:var(--muted);font-size:.75rem;font-weight:700}.research-standards{border-top:1px solid var(--gray-200);background:var(--gray-50);padding:24px 0}.standards-mini{display:grid;grid-template-columns:34px auto 1fr auto;gap:18px;align-items:center}.standards-mini svg,.standards-mini a{color:var(--red)}.standards-mini strong{color:var(--black)}.standards-mini>span{color:var(--ink-soft)}.standards-mini-chips{display:flex;grid-column:3 / 4;flex-wrap:wrap;gap:8px}.standards-mini-chips span{border:1px solid var(--gray-200);border-radius:4px;background:var(--white);padding:6px 10px;color:var(--black);font-size:.78rem;font-weight:800}.standards-mini>a{grid-column:4;grid-row:1 / span 2}.article-shell{width:min(1240px,calc(100% - 64px));margin:0 auto;padding:70px 0 110px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--ink-soft);font-weight:700}.back-link svg{transform:rotate(180deg)}.back-link:hover{color:var(--red)}.article-header{max-width:920px;margin-bottom:42px}.article-header h1{font-size:clamp(2.7rem,5.2vw,4.65rem)}.article-description{max-width:760px;color:var(--ink-soft);font-size:1.18rem;line-height:1.65}.article-meta-large{margin-top:18px}.article-cover{overflow:hidden;margin-top:34px;border:1px solid var(--gray-200);border-radius:var(--radius)}.article-cover img{width:100%;aspect-ratio:16 / 7;object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:58px;align-items:start}.article-aside{position:sticky;top:132px;order:2}.aside-card{border:1px solid var(--gray-200);border-top:4px solid var(--red);border-radius:var(--radius);background:var(--white)}.aside-card h2{margin:0;border-bottom:1px solid var(--gray-200);padding:18px;font-size:1.1rem}.aside-card div{display:grid;grid-template-columns:28px 1fr;gap:14px;border-bottom:1px solid var(--gray-200);padding:16px 18px;color:var(--ink-soft);line-height:1.45}.aside-card div:last-child{border-bottom:0}.aside-card svg{color:var(--black)}.aside-image{display:grid;margin-top:20px;overflow:hidden;border-radius:var(--radius);color:var(--white)}.aside-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.aside-image span{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--red);padding:14px 16px;font-weight:800}.prose{order:1;max-width:760px;color:var(--ink);font-size:1.05rem;line-height:1.78}.human-loop-showcase{display:grid;grid-template-columns:minmax(130px,1fr) 24px minmax(130px,1fr) 24px minmax(130px,1fr) 24px minmax(130px,1fr);gap:12px;align-items:stretch;margin:0 0 38px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-50);padding:14px}.loop-column{display:grid;align-content:start;min-height:218px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);padding:16px}.prose .human-loop-showcase h2{margin:0 0 14px;color:var(--black);font-size:.74rem;font-weight:900;line-height:1.2;text-transform:uppercase}.human-loop-showcase ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.human-loop-showcase li{display:flex;align-items:center;gap:8px;margin:0;color:var(--ink-soft);font-size:.82rem;line-height:1.35}.human-loop-showcase li:before{display:inline-block;width:4px;height:4px;flex:0 0 auto;border-radius:50%;background:var(--black);content:""}.loop-data li:before{display:none}.loop-data svg,.loop-engineer>svg,.loop-actions>svg{color:var(--black)}.loop-engineer>svg,.loop-actions>svg{margin:4px 0 16px}.loop-actions>svg{color:var(--red)}.loop-arrow{display:grid;place-items:center;color:var(--black)}.mini-network{position:relative;width:88px;height:64px;margin:2px 0 16px}.mini-network:before,.mini-network:after{position:absolute;inset:12px 15px;border-top:1.6px solid var(--black);border-left:1.6px solid var(--black);transform:rotate(34deg);content:""}.mini-network:after{inset:17px 18px;transform:rotate(-28deg)}.mini-network span{position:absolute;display:block;width:10px;height:10px;border:2px solid var(--black);border-radius:50%;background:var(--white)}.mini-network span:nth-child(1){top:8px;left:36px}.mini-network span:nth-child(2){top:24px;left:10px}.mini-network span:nth-child(3){top:42px;left:28px}.mini-network span:nth-child(4){top:34px;left:58px;border-color:var(--red);background:var(--red)}.mini-network span:nth-child(5){top:12px;left:70px;border-color:var(--red);background:var(--red)}.prose h2{margin:52px 0 16px;font-size:clamp(1.7rem,3vw,2.55rem)}.prose h3{margin:34px 0 10px;font-size:1.28rem}.prose p,.prose ul,.prose ol{margin-bottom:22px}.prose li{margin-bottom:8px;color:var(--ink-soft)}.prose a{color:var(--red);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.prose blockquote{margin:32px 0;border-left:4px solid var(--red);padding:16px 0 16px 20px;color:var(--black);font-size:1.18rem;line-height:1.55}.prose table{width:100%;margin:28px 0;border-collapse:collapse;font-size:.95rem}.prose th,.prose td{border:1px solid var(--gray-200);padding:12px;vertical-align:top}.prose th{background:var(--gray-50);text-align:left}.article-cta{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1fr);gap:30px;align-items:center;margin:78px 0;border-left:5px solid var(--red);background:var(--gray-50);padding:34px}.article-cta h2{margin-bottom:0;font-size:clamp(1.65rem,3.2vw,2.6rem)}.article-cta p:not(.section-label){margin:12px 0 0}.article-pilot-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}.article-pilot-form label{display:grid;gap:7px}.article-pilot-form label span{font-size:.8rem}.article-pilot-form .wide{grid-column:span 2}.article-pilot-form .button{width:100%}.related-section{border-top:1px solid var(--gray-200);padding-top:50px}@media(max-width:1100px){.nav-links{display:none}.nav-cta{margin-left:auto}.nav-icon-button{display:none}.mobile-nav-toggle{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid var(--gray-200);border-radius:4px;background:var(--red);color:var(--white);cursor:pointer}.mobile-nav-toggle span{width:19px;height:2px;background:currentColor}.mobile-nav{display:none;width:min(100% - 64px,var(--max));margin:0 auto 14px;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft);overflow:hidden}.mobile-nav.open{display:grid}.mobile-nav a{border-bottom:1px solid var(--gray-200);padding:15px 16px;color:var(--black);font-weight:800}.mobile-nav a:last-child{border-bottom:0}.workflow-rail,.evidence-grid,.capability-grid,.blog-preview-grid,.blog-grid,.related-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.workflow-rail{grid-template-columns:repeat(3,1fr)}.status-key{grid-template-columns:repeat(2,minmax(0,1fr))}.status-key>strong,.status-key p{grid-column:1 / -1;justify-self:start}.human-loop-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.loop-arrow{display:none}.article-pilot-form{grid-template-columns:repeat(2,minmax(0,1fr))}.standards-grid,.contact-grid,.research-layout,.topic-section-head,.article-layout{grid-template-columns:1fr}.article-aside{position:static;order:1}.prose{order:2;max-width:none}.topic-count{justify-self:start}}@media(max-width:760px){.container,.article-shell{width:min(100% - 32px,var(--max))}.utility-bar{display:none}.nav{min-height:68px;gap:14px}.brand-word{font-size:1.56rem}.brand-slogan{max-width:194px;font-size:.58rem;white-space:normal}.brand-mark{width:34px;height:34px}.nav-cta{display:none}.mobile-nav{width:min(100% - 32px,var(--max))}h1{font-size:clamp(2.45rem,10.5vw,3.35rem)}h2{font-size:clamp(1.85rem,8.5vw,2.75rem)}.section{padding:66px 0}.hero{min-height:auto}.hero:before{background:linear-gradient(180deg,#fffffff5,#ffffffdb 52%,#ffffff7a),linear-gradient(180deg,transparent 0%,#fff 100%)}.hero:after{bottom:24px}.hero-grid{min-height:auto;grid-template-columns:1fr;gap:36px;padding:58px 0 36px}.hero-copy{padding-top:0}.hero-copy h1{font-size:clamp(2.35rem,9.2vw,3.05rem)}.hero-panel{width:100%;max-width:420px;justify-self:start}.diagnostic-list,.proof-grid,.workflow-rail,.evidence-grid,.capability-grid,.blog-preview-grid,.blog-grid,.related-grid,.footer-grid,.split-heading,.research-head,.featured-paper,.contact-form,.article-cta,.standards-mini{grid-template-columns:1fr}.filter-toolbar{flex-direction:column}.filter-row{width:100%}.status-key,.human-loop-showcase,.article-pilot-form{grid-template-columns:1fr}.article-pilot-form .wide,.article-pilot-form .button,.standards-mini>a,.standards-mini-chips{grid-column:auto}.standards-mini>a{grid-row:auto}.split-heading,.research-head{gap:18px}.workflow-step-card{min-height:auto;border-left:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.proof-grid{border-right:0}.proof-grid>div{min-height:auto;border-right:1px solid var(--gray-200)}.standard-list a{grid-template-columns:1fr 22px;gap:8px 14px}.standard-list a span:first-of-type{grid-column:1 / -1}.contact-copy{padding-left:20px}.form-footer,.footer-bottom{align-items:flex-start;flex-direction:column}.page-hero{padding-top:52px}.featured-paper img{min-height:220px}.article-shell{padding-top:52px}.article-cover img{aspect-ratio:16 / 10}.article-cta{padding:26px}}
