@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#f7f8fa;--ink:#202a35;--muted:#5d6874;--line:#dce1e7;--accent:#c94726;--paper:#fff;--navy:#1f354a;--blue:#e8eef5;--radius:8px;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:30px}*{box-sizing:border-box}body{margin:0}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:3px solid var(--accent);outline-offset:5px}button:hover h3,a:hover{color:var(--accent)}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;min-height:112px;border-bottom:1px solid var(--line);gap:28px}.brand{display:flex;align-items:center;gap:12px;font-size:12px;line-height:1.35;font-weight:750;letter-spacing:1.2px}.brand-mark{font-family:Georgia,serif;font-size:32px;background:var(--accent);color:#fff;border-radius:4px;padding:0 8px;letter-spacing:-6px;line-height:44px;min-width:44px}.brand-mark span{font-style:italic;margin-right:5px}nav{display:flex;gap:32px;font-size:14px;color:#53606c}nav a{padding:12px 0}.header-link{font-size:14px;font-weight:600}.header-link span{padding-left:14px}.hero{display:grid;grid-template-columns:1.35fr 1fr;align-items:center;gap:70px;padding-block:78px 60px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:650;margin:0 0 25px;display:flex;align-items:center;gap:10px}.little-line{height:2px;width:23px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(38px,4.1vw,60px);font-weight:600;letter-spacing:-2.7px;line-height:1.16;margin-bottom:24px}em{color:var(--accent);font-style:normal}.hero-description{font-size:17px;line-height:1.75;color:var(--muted);max-width:505px;margin-bottom:32px}.button{display:inline-flex;gap:38px;align-items:center;padding:15px 22px;background:var(--ink);color:#fff;border-radius:4px;font-size:14px}.button:hover{background:var(--accent);color:#fff}.text-link{font-size:14px;display:inline-flex;gap:12px;align-items:center;font-weight:550}.hero .text-link{margin:20px 0 0 24px}.perspective{background:#edf1f6;border:1px solid #dbe2ec;border-radius:8px;padding:25px 27px 20px;transform:rotate(1deg)}.panel-top,.panel-bottom{display:flex;justify-content:space-between;gap:12px;font-size:11px;letter-spacing:1.4px;color:#556475}.panel-top{font-size:12px}.diagram-title{font-family:'Manrope',sans-serif;font-size:23px;line-height:1.4;letter-spacing:-.6px;margin:25px 0 24px;font-weight:500}.theme-map{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative}.map-node{display:flex;align-items:center;gap:10px;border:1px solid #d4dce6;border-radius:5px;background:#f9fbff;padding:15px 12px;position:relative;font-size:14px;box-shadow:0 2px 1px #23334403}.map-node small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.map-node b{position:absolute;right:8px;top:6px;font-size:10px;font-weight:400;color:#84909c}.node-symbol{font-size:25px;font-weight:400}.node-ai{grid-column:1/-1;background:var(--navy);color:#fff;justify-content:center;margin-top:8px;gap:16px}.node-ai:before{content:'';position:absolute;left:50%;top:-21px;height:20px;width:1px;background:#aab6c3}.node-ai small{color:#d1dae3}.node-ai:hover{color:#fff;background:var(--accent)}.panel-bottom{margin-top:24px;border-top:1px solid #d3dbe5;padding-top:17px;font-size:10px}.panel-bottom span{color:var(--accent)}.draft-note{display:flex;gap:25px;align-items:center;padding:19px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.draft-label{white-space:nowrap;font-size:11px;font-weight:650;letter-spacing:1px;color:var(--accent)}.draft-note p{font-size:13px;color:var(--muted);margin:0;line-height:1.6}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2{margin:0}.section-heading>p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}h2{font-size:clamp(29px,3vw,40px);font-weight:550;line-height:1.23;letter-spacing:-1.5px}.work-section{padding-block:70px 76px}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.work-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:0;text-align:left;overflow:hidden;transition:transform .2s,box-shadow .2s}.work-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #2030400c}.card-visual{min-height:206px;padding:22px 22px 18px;display:flex;flex-direction:column;justify-content:center;position:relative}.mini-label{font-size:10px;letter-spacing:1.2px;font-weight:550;margin-bottom:25px;opacity:.75}.process-visual{background:#e8eef6;color:#263f59}.flow{display:flex;align-items:center;justify-content:center;gap:8px}.flow span{font-size:12px;background:#fff;border:1px solid #c6d2e0;padding:13px 8px;border-radius:4px;flex:1;text-align:center}.flow i{font-style:normal;color:#6d839a}.feedback{display:flex;gap:10px;justify-content:center;font-size:16px;margin-top:17px;color:#62788e}.feedback span{font-size:11px;padding-top:3px}.product-visual{background:#eeeaf5;color:#574b71}.product-stack{margin:auto;width:90%}.product-stack>div{background:#fff9;border:1px solid #d6cde3;border-radius:4px;padding:9px 12px;font-size:12px;margin-top:-2px;position:relative}.product-stack>div:nth-child(2){margin-left:13px;margin-right:-8px}.product-stack>div:nth-child(3){margin-left:25px;margin-right:-16px}.product-stack b{font-size:10px;margin-right:12px;font-weight:500;opacity:.6}.design-visual{background:#f7ebe5;color:#864c33}.design-diagram{display:flex;gap:15px;align-items:center;justify-content:center}.question-block{border:1px solid #d9b49e;background:#fff9;font-size:15px;padding:20px;border-radius:5px;line-height:1.4}.journey-line{border-left:1px solid #c89e86;display:flex;flex-direction:column;gap:12px}.journey-line span{font-size:12px;padding-left:20px;position:relative}.journey-line span:before{content:'';width:12px;height:1px;position:absolute;left:0;top:50%;background:#c89e86}.card-content{padding:24px 22px;display:flex;flex-direction:column;flex:1}.card-meta{font-size:10px;letter-spacing:.8px;display:flex;justify-content:space-between;gap:12px;color:var(--muted);margin-bottom:16px}.card-meta span{font-size:9px;letter-spacing:.4px}.card-content h3{font-size:21px;line-height:1.35;letter-spacing:-.6px;font-weight:600;display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.card-content h3 span{font-family:sans-serif;font-weight:400}.card-content p{font-size:15px;line-height:1.65;color:var(--muted);margin-bottom:24px}.card-bottom{font-size:11px;line-height:1.6;border-top:1px solid #e8ebef;padding-top:15px;margin-top:auto;color:var(--muted)}.thinking-section{background:#eef1f5;padding:65px 0}.thinking-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:100px}.thinking-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.8;max-width:310px}.margin-note{display:block;font-family:Georgia,serif;font-style:italic;font-size:19px;line-height:1.6;color:#70808d;margin-top:38px}.note{display:flex;gap:22px;align-items:start;text-align:left;width:100%;border:0;background:none;border-bottom:1px solid #d5dce3;padding:26px 0}.note:first-child{padding-top:0}.note:last-child{border-bottom:0;padding-bottom:0}.note-number{font-size:12px;color:#82909c;padding-top:2px}.note-category{font-size:10px;letter-spacing:1.3px;color:#607386;display:block;margin-bottom:12px}.note h3{font-size:22px;line-height:1.4;font-weight:550;letter-spacing:-.5px;margin-bottom:9px}.note p{font-size:14px;line-height:1.6;color:var(--muted);margin-bottom:0}.note-arrow{margin-left:auto;font-size:22px;padding:20px 4px}.next-section{padding-block:75px}.outline-label{font-size:11px;letter-spacing:1px;border:1px solid #d9b9a8;border-radius:3px;color:var(--accent);padding:8px 11px}.section-lead{font-size:16px;color:var(--muted);margin-top:-15px;line-height:1.7}.ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:38px}.ai-grid article{border-top:2px solid var(--accent);padding-top:22px}.ai-index{font-size:11px;letter-spacing:1.3px;color:var(--accent)}.ai-grid h3{font-size:24px;line-height:1.4;letter-spacing:-.6px;font-weight:550;margin:22px 0 14px}.ai-grid p{font-size:15px;line-height:1.75;color:var(--muted)}.ai-question{font-size:11px;color:var(--muted);padding-top:18px;border-top:1px solid var(--line);margin-top:24px}.ai-question span{display:block;font-size:14px;line-height:1.6;color:var(--ink);margin-top:8px}.about-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-block:70px}.about-section h2{font-size:39px;line-height:1.35}.about-copy>p{font-size:16px;line-height:1.8;color:var(--muted)}.about-copy .about-large{font-size:22px;line-height:1.55;letter-spacing:-.4px;color:var(--ink)}.about-copy .text-link{margin-top:12px}footer{border-top:1px solid var(--line);display:flex;gap:24px;align-items:center;justify-content:space-between;min-height:105px;font-size:12px;color:var(--muted)}footer p{margin:0}.footer-brand{font-size:14px;font-weight:650;color:var(--ink)}.skip{position:fixed;top:-100px;left:20px;z-index:20;background:white;padding:16px}.skip:focus{top:10px}dialog{border:1px solid var(--line);border-radius:10px;padding:0;max-width:840px;width:calc(100% - 32px);max-height:88vh;color:var(--ink);background:var(--bg)}dialog::backdrop{background:#102131aa;backdrop-filter:blur(5px)}.dialog-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:2;font-size:11px;letter-spacing:1px}.dialog-bar button{border:1px solid var(--line);width:38px;height:38px;background:white;border-radius:50%;font-size:16px}.dialog-footer{padding:20px 36px;border-top:1px solid var(--line)}.dialog-footer button{border:0;padding:8px 0;background:none;font-size:14px}.dialog-footer span{margin-left:20px}#story-content{padding:34px 40px}#story-content h2{margin:14px 0 18px}#story-content h3{font-size:21px;margin:28px 0 12px;letter-spacing:-.4px}#story-content p,#story-content li{font-size:16px;line-height:1.8;color:var(--muted)}#story-content ul{padding-left:21px}#story-content .story-intro{font-size:19px;color:var(--ink)}.story-tag{font-size:12px;letter-spacing:1px;color:var(--accent)}.story-flow{background:#e8eef5;border:1px solid #ced9e5;border-radius:7px;padding:20px;margin:24px 0}.story-flow h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin:0 0 18px}.story-flow ol{display:flex;gap:10px;list-style:none;padding:0;margin:0}.story-flow li{flex:1;background:#fff;border:1px solid #d1dce8;border-radius:4px;padding:12px;font-size:13px!important;line-height:1.5!important;position:relative}.story-flow li+li:before{content:'→';position:absolute;left:-11px;top:50%;background:#e8eef5;font-size:13px;color:#668}.story-flow b{display:block;font-size:11px;color:var(--accent);margin-bottom:5px}.story-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0}.story-metrics div{border-left:2px solid var(--accent);padding-left:14px;font-size:13px;color:var(--muted);line-height:1.5}.story-metrics strong{font-family:'Manrope',sans-serif;font-size:29px;font-weight:550;display:block;color:var(--ink);line-height:1.4}.source-note{font-size:12px!important;border-top:1px solid var(--line);padding-top:17px;margin-top:28px}.career-strip{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-block:24px;border-block:1px solid var(--line)}.career-strip span{font-size:12px;color:var(--muted)}.career-strip strong{font-family:'Manrope',sans-serif;font-size:17px;font-weight:650}.portfolio-metrics{display:flex;gap:32px;margin-top:32px}.portfolio-metrics div{font-size:12px;color:var(--muted);max-width:145px}.portfolio-metrics strong{display:block;color:var(--ink);font-size:24px;margin-bottom:4px}.source-caption{font-size:12px;color:var(--muted);line-height:1.6;margin:20px 0 0}.delivery-map{border:1px solid var(--line);border-radius:8px;margin:35px 0 0;padding:26px;background:white}.delivery-map h3{font-size:21px;font-weight:550;letter-spacing:-.5px;margin-bottom:8px}.delivery-map>p{font-size:14px;color:var(--muted);line-height:1.6}.delivery-steps{display:grid;grid-template-columns:repeat(5,1fr);margin:24px 0 0;gap:12px}.delivery-step{background:var(--bg);border:1px solid var(--line);border-radius:5px;padding:16px 13px;position:relative}.delivery-step+.delivery-step:before{content:'→';position:absolute;left:-12px;top:32px;z-index:1;color:#8291a0;background:white}.delivery-step>span{font-size:11px;color:var(--accent)}.delivery-step h4{font-size:16px;margin:10px 0}.delivery-step p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.delivery-step small{font-size:11px;display:block;border-top:1px solid var(--line);padding-top:10px;margin-top:13px;color:#465a6d}.review-loop{font-size:12px;line-height:1.6;padding:16px 12px 0;color:var(--muted);text-align:center}.work-grid+.work-grid{margin-top:22px}
@media(min-width:1450px){.hero{gap:95px}.hero-copy{max-width:650px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{gap:35px;grid-template-columns:1.2fr 1fr}h1{font-size:43px}.hero .text-link{margin-left:0;display:flex}.perspective{padding:22px 18px}.map-node{padding:14px 8px;font-size:12px;gap:7px}.map-node small{font-size:11px}.node-symbol{font-size:20px}.thinking-layout{gap:45px}.card-visual{padding-inline:14px}.card-content{padding:20px 16px}.card-meta{flex-direction:column;gap:5px}.flow{gap:4px}.flow span{padding-inline:4px;font-size:11px}.header-link{display:none}.delivery-steps{gap:8px}.delivery-step{padding:12px 8px}.delivery-step+.delivery-step:before{left:-9px}.career-strip{flex-wrap:wrap}.portfolio-metrics{gap:20px}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{min-height:95px;flex-wrap:wrap;padding:18px 0;gap:18px}.brand{font-size:10px}.brand-mark{font-size:27px;line-height:38px;min-width:38px}nav{gap:19px;font-size:12px}.hero{grid-template-columns:1fr;padding-block:45px;gap:38px}h1{font-size:clamp(37px,7vw,55px);letter-spacing:-1.9px}.hero-description{font-size:16px}.hero .text-link{display:inline-flex;margin-left:18px}.perspective{transform:none;max-width:540px;width:100%;padding:23px}.map-node{font-size:15px;padding:15px}.map-node small{font-size:12px}.node-symbol{font-size:25px}.draft-note{align-items:start;flex-direction:column;gap:8px}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-heading>p br{display:none}.work-section,.next-section{padding-block:48px}.work-grid{grid-template-columns:1fr}.card-visual{min-height:195px;padding:24px 28px}.card-content{padding:24px}.card-meta{flex-direction:row;font-size:11px}.card-meta span{font-size:10px}.flow{gap:12px}.flow span{font-size:14px;padding:14px 8px}.feedback span{font-size:12px}.product-stack{max-width:340px}.product-stack>div{font-size:14px}.question-block{font-size:18px}.journey-line span{font-size:14px}.thinking-section{padding-block:45px}.thinking-layout{grid-template-columns:1fr;gap:30px}.thinking-intro>p:not(.eyebrow){max-width:none}.margin-note{display:none}.note h3{font-size:21px}.note{gap:15px}.ai-grid{grid-template-columns:1fr;gap:30px;margin-top:26px}.ai-grid h3 br{display:none}.ai-grid h3{font-size:23px;margin-top:15px}.ai-question{margin-top:17px}.about-section{grid-template-columns:1fr;gap:15px;padding-block:45px}.about-section h2{font-size:34px}.about-copy .about-large{font-size:21px}footer{flex-wrap:wrap;gap:14px;padding-block:25px}footer p{order:3;width:100%}#story-content{padding:25px 22px}.dialog-bar{padding:12px 20px}.story-flow ol{flex-direction:column}.story-flow li+li:before{content:'↓';top:-14px;left:50%}.story-metrics{gap:10px}.story-metrics strong{font-size:24px}.story-metrics div{font-size:12px;padding-left:9px}.career-strip{gap:20px;justify-content:flex-start}.career-strip span{width:100%}.career-strip strong{font-size:15px}.delivery-map{padding:22px 18px}.delivery-steps{grid-template-columns:1fr}.delivery-step{padding:15px}.delivery-step+.delivery-step:before{content:'↓';top:-12px;left:50%}.delivery-step p,.delivery-step small{font-size:13px}.portfolio-metrics{gap:18px}.portfolio-metrics strong{font-size:22px}}@media(max-width:430px){.site-header{gap:12px}.brand{width:100%}nav{justify-content:space-between;width:100%}.hero .text-link{display:flex;margin:20px 0 0}.theme-map{gap:8px}.map-node{padding:14px 9px;font-size:13px}.map-node small{font-size:11px}.node-symbol{font-size:20px}.portfolio-metrics{flex-wrap:wrap}.story-metrics{grid-template-columns:1fr}.story-metrics strong{font-size:27px}.card-meta{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}@media print{.site-header nav,.header-link,.button,.text-link,dialog,footer a:last-child{display:none}.wrap{width:100%}.hero{padding-block:24px}.work-card,.ai-grid article{break-inside:avoid}body{background:white}}
.brand-subtitle{font-size:9px;letter-spacing:.7px;font-weight:500;color:var(--muted)}.brand{letter-spacing:1px}.brand-mark{letter-spacing:-5px}.latency-visual{display:grid;gap:17px}.latency-visual>div{display:grid;grid-template-columns:45px 1fr 47px;gap:12px;align-items:center;font-size:12px}.latency-visual b{font-size:13px;font-weight:600}.bar{height:18px;border-radius:3px}.bar-legacy{width:100%;background:#c4b6d6}.bar-new{width:30.18%;background:#695786}.latency-visual small{font-size:11px;margin-top:8px;color:#76698c}.automation-equation{display:flex;gap:12px;justify-content:center;align-items:center;font-size:15px}.automation-equation b{font-size:24px;font-weight:400}.equation-line{height:1px;background:#cda78f;width:80%;margin:10px auto}.equation-result{font-size:12px;text-align:center}.equation-result strong{font-size:27px;margin:12px 7px 0;display:inline-block;font-weight:550}.equation-result small{display:inline-block;font-size:11px}.footer-brand span{font-weight:400;color:var(--muted);font-size:12px}.story-callout{padding:18px 20px;border-left:3px solid var(--accent);background:#f3eae4;margin:25px 0;font-size:17px;line-height:1.7}.artifact-label{font-size:11px;letter-spacing:.8px;color:var(--muted);margin-top:12px!important}.story-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px}.story-table th,.story-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:13px 8px;line-height:1.6}.story-table th{font-size:12px;color:var(--muted);font-weight:500}.story-table td:first-child{width:30%;font-weight:600}.story-table caption{text-align:left;font-size:13px;margin-bottom:10px;color:var(--muted)}@media(max-width:760px){.brand-subtitle{font-size:8px}.footer-brand span{display:block;margin-top:5px}.automation-equation{font-size:17px}.equation-result{font-size:14px}.latency-visual{max-width:400px;width:100%;margin:auto}.story-table{font-size:13px}}
