.ma-scope{--bg:#0A0C12;--bg-elev:#10131B;--bg-card:#141824;--line:#262B3A;--line-soft:#1B2029;--text:#F4F6FB;--text-mute:#9AA3B8;--text-faint:#5D6578;--accent:#2E62FF;--accent-soft:#A7BFFF;--accent-dim:#1F3FBF;--warn:#D9A954;--warn-dim:#8A6C33;--max:1400px;--pad:clamp(20px,4.5vw,72px);--radius:16px;background:var(--bg);color:var(--text);font-family:var(--font-body,"Inter Tight"),system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.ma-scope h1,.ma-scope h2,.ma-scope h3{font-family:var(--font-display,inherit)}.ma-scope,.ma-scope *,.ma-scope :after,.ma-scope :before{box-sizing:border-box}.ma-scope a{color:inherit;text-decoration:none}.ma-scope button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}.ma-scope .mono{font-family:var(--font-mono,ui-monospace),monospace;letter-spacing:.01em}.ma-scope .eyebrow{font-family:var(--font-body,inherit);font-size:12.5px;font-weight:550;letter-spacing:.02em;text-transform:none;color:var(--accent-soft);display:inline-flex;align-items:center;margin:0}.ma-scope .container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.ma-scope .btn{font-size:14px;font-weight:500;letter-spacing:-.005em;color:#fff;background:var(--accent);padding:13px 22px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;transition:transform .15s var(--ease-out-quart,ease),background .2s ease,border-color .2s ease;line-height:1}.ma-scope .btn:hover{background:color-mix(in oklab,var(--accent) 82%,white)}.ma-scope .btn:active{transform:scale(.97)}.ma-scope .btn .arr{transition:transform .2s var(--ease-out-quint,ease)}.ma-scope .btn:hover .arr{transform:translateX(3px)}.ma-scope .btn-ghost{background:transparent;color:var(--text);border:1px solid color-mix(in oklab,var(--text-faint) 65%,var(--line))}.ma-scope .btn-ghost:hover{background:color-mix(in oklab,var(--text) 6%,transparent);border-color:var(--text-mute)}.ma-scope .btn-ink{background:var(--bg);color:var(--text)}.ma-scope .btn-ink:hover{background:#05060A}.ma-scope .ma-nav{position:sticky;top:0;z-index:100;background:color-mix(in oklab,var(--bg) 90%,transparent);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line-soft)}.ma-scope .nav-inner{max-width:var(--max);margin:0 auto;padding:14px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:16px}.ma-scope .brand{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-mono,ui-monospace),monospace;font-size:13px}.ma-scope .brand-dot{width:11px;height:11px;border-radius:3px;background:var(--accent)}.ma-scope .brand b{font-weight:500;color:var(--text)}.ma-scope .brand .sep{color:var(--text-faint)}.ma-scope .brand span,.ma-scope .nav-links{color:var(--text-mute)}.ma-scope .nav-links{display:flex;gap:26px;font-family:var(--font-body,inherit);font-size:13.5px;font-weight:500;letter-spacing:-.005em}.ma-scope .nav-links a:hover{color:var(--text)}.ma-scope .hero{padding:clamp(48px,7vw,88px) 0 clamp(56px,7vw,84px);border-top:0!important}.ma-scope .hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(32px,4.5vw,80px);align-items:center}.ma-scope .hero-flow-wrap{min-width:0}.ma-scope .hero h1{font-size:clamp(40px,7.4vw,116px);line-height:.94;letter-spacing:-.035em;font-weight:600;margin:28px 0 0;max-width:16ch}.ma-scope .hero h1 .dim{color:var(--text-mute)}.ma-scope .hero h1 .grad{color:var(--accent-soft);display:inline}.ma-scope .hero .lede{font-size:clamp(16px,1.35vw,19px);color:var(--text-mute);max-width:58ch;margin:28px 0 36px;line-height:1.55;text-wrap:pretty}.ma-scope .hero-ctas{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ma-scope .hero-ctas .pitch-link{font-family:var(--font-body,inherit);font-size:13.5px;font-weight:500;color:var(--text-mute);margin-left:8px;padding:10px 0}.ma-scope .hero-ctas .pitch-link:hover{color:var(--text)}.ma-scope .hero-rotator{margin:28px 0 0}.ma-scope .hero-rotator-stage{position:relative;overflow:hidden;min-height:clamp(200px,21vw,300px)}.ma-scope .hero-rotator-stage>h1{position:absolute;inset:0 auto auto 0;width:100%;margin:0;font-size:clamp(34px,4.7vw,72px);line-height:.98}.ma-scope .rotator-dots{display:flex;gap:10px;margin-top:18px;align-items:center}.ma-scope .rotator-dot{position:relative;width:22px;height:6px;border-radius:4px;background:var(--line);cursor:pointer;border:0;padding:0;overflow:hidden;transition:width .3s ease,background .3s}.ma-scope .rotator-dot:hover{background:color-mix(in oklab,var(--text-mute) 45%,var(--line))}.ma-scope .rotator-dot.active{width:44px}.ma-scope .rotator-dot .fill{position:absolute;inset:0;width:0;background:var(--accent);border-radius:inherit}.ma-scope .week-strip{margin-top:clamp(48px,7vw,72px);border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,var(--bg-elev) 0,color-mix(in oklab,var(--bg-elev) 70%,var(--bg)) 100%);overflow:hidden}.ma-scope .week-head{padding:18px 22px;border-bottom:1px solid var(--line-soft);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.ma-scope .week-head .title{letter-spacing:.14em;text-transform:uppercase}.ma-scope .week-head .legend,.ma-scope .week-head .title{font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--text-mute)}.ma-scope .week-head .legend{display:flex;gap:22px;letter-spacing:.05em}.ma-scope .week-head .legend span{display:inline-flex;align-items:center;gap:8px}.ma-scope .week-head .legend i{width:10px;height:10px;display:inline-block;border-radius:2px}.ma-scope .legend-old{background:var(--text-faint)}.ma-scope .legend-new{background:var(--accent)}.ma-scope .week-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ma-scope .day{padding:28px 22px 26px;border-right:1px solid var(--line-soft);position:relative}.ma-scope .day:last-child{border-right:0}.ma-scope .day-label{font-family:var(--font-mono,ui-monospace),monospace;font-size:10px;letter-spacing:.14em;color:var(--accent-soft);text-transform:uppercase}.ma-scope .day-title{font-size:17px;font-weight:500;margin:6px 0 22px;letter-spacing:-.012em;line-height:1.25}.ma-scope .bar-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ma-scope .bar-row .bar-tag{width:38px;font-family:var(--font-mono,ui-monospace),monospace;font-size:10px;color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase}.ma-scope .bar-wrap{flex:1;height:10px;background:color-mix(in oklab,var(--bg) 60%,transparent);border-radius:3px;overflow:hidden}.ma-scope .bar{height:100%;border-radius:3px;width:var(--w,100%)}.ma-scope .week-strip.ma-pre:not(.ma-in) .bar{width:0}.ma-scope .week-strip.ma-in .bar{transition:width .9s var(--ease-out-quint,ease) .15s}.ma-scope .week-strip.ma-in .bar.bar-new{transition-delay:.4s}.ma-scope .bar.bar-old{background:var(--text-faint)}.ma-scope .bar.bar-new{background:var(--accent);box-shadow:0 0 16px color-mix(in oklab,var(--accent) 50%,transparent)}.ma-scope .bar-val{width:56px;font-family:var(--font-mono,ui-monospace),monospace;font-size:12px;color:var(--text);text-align:right}.ma-scope .bar-val.muted{color:var(--text-faint);text-decoration:line-through;text-decoration-color:var(--text-faint)}.ma-scope .day-recover{margin-top:16px;padding-top:14px;border-top:1px dashed var(--line-soft);font-size:11px;color:var(--accent-soft)}.ma-scope .day-recover,.ma-scope .week-footer{font-family:var(--font-mono,ui-monospace),monospace;letter-spacing:.04em}.ma-scope .week-footer{border-top:1px solid var(--line-soft);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-mute)}.ma-scope .week-footer strong{color:var(--text);font-weight:500}.ma-scope .week-footer .recovered{color:var(--accent-soft);font-size:16px}.ma-scope section{padding:clamp(72px,9vw,112px) 0;border-top:1px solid var(--line-soft)}.ma-scope .sec-head{max-width:64ch;margin-bottom:clamp(40px,5vw,60px)}.ma-scope .sec-head h2{font-size:clamp(32px,4.6vw,64px);line-height:1.03;letter-spacing:-.028em;font-weight:600;margin:22px 0;text-wrap:balance}.ma-scope .sec-head h2 em{font-style:normal;color:inherit}.ma-scope .sec-head h2 em.soft{color:var(--text-mute)}.ma-scope .sec-head .lede{font-size:clamp(15px,1.15vw,17px);color:var(--text-mute);line-height:1.6;text-wrap:pretty}.ma-scope .story{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(32px,5vw,72px);align-items:start}.ma-scope .story-steps{display:flex;flex-direction:column;gap:10px}.ma-scope .story-step{border:1px solid var(--line-soft);border-radius:12px;padding:22px 24px;text-align:left;transition:border-color .2s,background .2s;width:100%;display:block}.ma-scope .story-step:hover{border-color:var(--line)}.ma-scope .story-step[aria-pressed=true]{border-color:var(--accent-soft);background:color-mix(in oklab,var(--accent) 7%,transparent)}.ma-scope .story-step .step-meta{font-family:var(--font-mono,ui-monospace),monospace;font-size:10px;color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase}.ma-scope .story-step h3{margin:8px 0 10px;font-size:clamp(20px,1.8vw,26px);font-weight:500;letter-spacing:-.018em;line-height:1.2}.ma-scope .story-step p{margin:0 0 14px;font-size:14.5px;line-height:1.55;color:var(--text-mute);max-width:50ch}.ma-scope .story-step .senior{font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--text-faint);letter-spacing:.04em;display:inline-flex;gap:8px;padding:6px 10px;border:1px solid var(--line-soft);border-radius:6px}.ma-scope .story-step[aria-pressed=true] .senior{color:var(--accent-soft);border-color:color-mix(in oklab,var(--accent) 30%,var(--line-soft))}.ma-scope .story-step .senior strong{color:inherit;font-weight:500}.ma-scope .mock-wrap{position:sticky;top:88px}.ma-scope .mock{border:1px solid var(--line);border-radius:14px;background:var(--bg-elev);overflow:hidden;box-shadow:0 30px 60px -30px color-mix(in oklab,var(--bg) 50%,black)}.ma-scope .mock-bar{padding:12px 16px;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;gap:12px;font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--text-mute);letter-spacing:.02em}.ma-scope .mock-bar .dots{display:flex;gap:5px}.ma-scope .mock-bar .dots i{width:9px;height:9px;border-radius:50%;background:color-mix(in oklab,var(--line) 70%,transparent);display:inline-block}.ma-scope .mock-bar .status{color:var(--accent-soft);display:inline-flex;align-items:center;gap:8px}.ma-scope .mock-bar .status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:none}.ma-scope .mock-bar .filename{margin-left:auto;color:var(--text-faint)}.ma-scope .mock-body{padding:clamp(20px,2.4vw,30px);min-height:360px}.ma-scope .mock-title{font-size:15px;font-weight:500;margin:0 0 18px;letter-spacing:-.01em}.ma-scope .mock-lines{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.ma-scope .mock-lines i{height:8px;background:var(--line-soft);border-radius:3px;display:block}.ma-scope .mock-lines i.full{width:100%}.ma-scope .mock-lines i.w90{width:90%}.ma-scope .mock-lines i.w70{width:70%}.ma-scope .mock-lines i.w55{width:55%}.ma-scope .mock-lines i.w40{width:40%}.ma-scope .mock-lines i.hi{background:color-mix(in oklab,var(--accent) 70%,var(--bg-elev))}.ma-scope .mock-lines i.warn{background:color-mix(in oklab,var(--warn) 70%,var(--bg-elev))}.ma-scope .mock-callout{border:1px solid color-mix(in oklab,var(--warn) 40%,var(--line-soft));background:color-mix(in oklab,var(--warn) 8%,transparent);padding:12px 14px;border-radius:8px;font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--warn);letter-spacing:.06em;text-transform:uppercase;margin:14px 0}.ma-scope .mock-callout.ok{border-color:color-mix(in oklab,var(--accent) 40%,var(--line-soft));background:color-mix(in oklab,var(--accent) 8%,transparent);color:var(--accent-soft)}.ma-scope .mock-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;font-family:var(--font-mono,ui-monospace),monospace;font-size:12px;color:var(--text-mute)}.ma-scope .mock-grid .row{display:flex;align-items:center;gap:8px}.ma-scope .mock-grid .row .dot{width:6px;height:6px;border-radius:50%;background:var(--text-faint)}.ma-scope .mock-grid .row.on .dot{background:var(--accent);box-shadow:none}.ma-scope .mock-grid .row.on{color:var(--text)}.ma-scope .mock-source{margin-top:18px;font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--text-faint);letter-spacing:.04em;border-top:1px dashed var(--line-soft);padding-top:12px}.ma-scope .axis{margin-top:36px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line-soft);padding-top:18px}.ma-scope .axis-tick{display:flex;justify-content:space-between;align-items:baseline;padding:0 14px;border-right:1px dashed var(--line-soft);font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;color:var(--text-mute);letter-spacing:.04em}.ma-scope .axis-tick:last-child{border-right:0}.ma-scope .axis-tick strong{color:var(--text);font-weight:500}.ma-scope .products-lead{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,1.6vw,22px);margin-bottom:clamp(14px,1.6vw,22px)}.ma-scope .product.product-lead{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(30px,3.4vw,48px);gap:16px;transition:border-color .2s}.ma-scope .product.product-lead:hover{background:var(--bg-card);border-color:color-mix(in oklab,var(--accent) 35%,var(--line))}.ma-scope .product.product-lead h3{font-size:clamp(23px,2.1vw,31px);max-width:20ch}.ma-scope .products{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.ma-scope .product{background:var(--bg-elev);padding:clamp(26px,2.8vw,38px);display:flex;flex-direction:column;gap:14px;position:relative;transition:background .2s}.ma-scope .product:hover{background:var(--bg-card)}.ma-scope .product-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.ma-scope .product .pilot{font-size:12px;color:var(--text-mute);margin-top:2px}.ma-scope .product .cat{font-size:13px;font-weight:550;color:var(--accent-soft);letter-spacing:.01em}.ma-scope .product h3{margin:0 0 4px;font-size:clamp(20px,1.9vw,26px);font-weight:500;letter-spacing:-.018em;line-height:1.2;max-width:22ch}.ma-scope .product ul{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ma-scope .product ul li{font-size:14.5px;color:var(--text-mute);line-height:1.55;padding-left:18px;position:relative}.ma-scope .product ul li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--accent)}.ma-scope .product .fact{margin-top:auto;padding-top:22px;border-top:1px dashed var(--line-soft);display:flex;align-items:baseline;gap:12px;min-width:0;flex-wrap:wrap}.ma-scope .fact .from{font-family:var(--font-mono,ui-monospace),monospace;font-size:13px;color:var(--text-faint);text-decoration:line-through;text-decoration-color:var(--text-faint);white-space:nowrap}.ma-scope .fact .fa{color:var(--accent-soft);font-size:14px}.ma-scope .fact .to{font-family:var(--font-display,inherit);font-size:clamp(20px,1.7vw,26px);font-weight:600;letter-spacing:-.02em;color:var(--accent-soft);line-height:1;white-space:nowrap}.ma-scope .product.product-lead .fact .to{font-size:clamp(24px,2.1vw,32px)}.ma-scope .fact .fnote{font-size:12px;color:var(--text-mute)}.ma-scope .pilot-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.ma-scope .pilot-timeline:before{content:"";position:absolute;top:7px;transform:translateY(-50%);left:7px;right:calc(25% - 7px);height:1px;background:var(--accent);opacity:.45}.ma-scope .pilot-step{padding:0 24px 0 0;position:relative}.ma-scope .pilot-step .pdot{width:14px;height:14px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);position:relative;margin-bottom:18px;box-shadow:none}.ma-scope .pilot-step .pdot:after{content:"";position:absolute;inset:2px;border-radius:50%;background:var(--accent);opacity:0;transition:opacity .2s}.ma-scope .pilot-step:hover .pdot:after{opacity:1}.ma-scope .pilot-step .pweek{font-family:var(--font-body,inherit);font-size:12.5px;font-weight:550;color:var(--accent-soft);letter-spacing:.01em;text-transform:none}.ma-scope .pilot-step h3{margin:8px 0 12px;font-size:clamp(22px,2vw,28px);font-weight:500;letter-spacing:-.02em}.ma-scope .pilot-step p{margin:0;font-size:14.5px;color:var(--text-mute);line-height:1.55;max-width:32ch}.ma-scope .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.ma-scope .team-card{background:var(--bg-elev);padding:clamp(28px,3.4vw,44px);display:flex;flex-direction:column;gap:20px;transition:background .2s}.ma-scope .team-card:hover{background:var(--bg-card)}.ma-scope .team-head{display:flex;align-items:center;gap:18px}.ma-scope .team-avatar{position:relative;width:72px;height:72px;border-radius:50%;overflow:hidden;border:1px solid var(--line);background:var(--bg-elev);flex:0 0 auto}.ma-scope .team-avatar img{width:100%;height:100%;object-fit:cover;display:block}.ma-scope .team-head .name{font-size:clamp(20px,1.7vw,24px);font-weight:500;letter-spacing:-.018em;margin:0;line-height:1.2}.ma-scope .team-head .role{font-family:var(--font-body,inherit);font-size:12.5px;font-weight:550;letter-spacing:.01em;text-transform:none;color:var(--accent-soft);margin-top:5px}.ma-scope .team-card p{font-size:14.5px;line-height:1.6;color:var(--text-mute);margin:0;max-width:46ch;text-wrap:pretty}.ma-scope .team-card .pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:6px}.ma-scope .team-card .pill{font-family:var(--font-mono,ui-monospace),monospace;font-size:10.5px;letter-spacing:.06em;color:var(--text);border:1px solid var(--line-soft);padding:6px 10px;border-radius:6px}.ma-scope .notes{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden}.ma-scope .note{background:var(--bg-elev);padding:clamp(24px,2.8vw,36px);display:flex;flex-direction:column;gap:18px;transition:background .2s;color:inherit}.ma-scope .note:hover{background:var(--bg-card)}.ma-scope .note-meta{font-family:var(--font-body,inherit);font-size:12px;font-weight:550;letter-spacing:.01em;color:var(--accent-soft);text-transform:none}.ma-scope .note h3{margin:0;font-size:clamp(17px,1.4vw,20px);font-weight:500;line-height:1.3;letter-spacing:-.012em;text-wrap:balance}.ma-scope .note .sub{font-size:13.5px;color:var(--text-mute);line-height:1.55;margin:0}.ma-scope .note-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:auto;padding-top:18px;border-top:1px dashed var(--line-soft)}.ma-scope .note-stat .v{font-family:var(--font-display,inherit);font-size:clamp(20px,1.8vw,24px);font-weight:500;letter-spacing:-.02em;color:var(--text);line-height:1.1}.ma-scope .note-stat .v.accent{color:var(--accent-soft)}.ma-scope .note-stat .l{margin-top:6px;font-family:var(--font-mono,ui-monospace),monospace;font-size:9.5px;color:var(--text-faint);letter-spacing:.1em;text-transform:uppercase}.ma-scope .note-cta{font-family:var(--font-body,inherit);font-size:13px;font-weight:550;color:var(--accent-soft);letter-spacing:.01em;text-transform:none;display:inline-flex;gap:8px;align-items:center}.ma-scope .note-cta .arr{transition:transform .2s}.ma-scope .note:hover .note-cta .arr{transform:translateX(4px)}.ma-scope .notes-banner{margin-top:clamp(14px,1.6vw,22px);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(100deg,color-mix(in oklab,var(--accent) 13%,var(--bg-elev)) 0,var(--bg-elev) 55%);padding:clamp(26px,3vw,44px);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:clamp(24px,3.5vw,56px);align-items:center}.ma-scope .notes-banner h3{margin:0;font-size:clamp(21px,2vw,29px);font-weight:500;letter-spacing:-.02em;line-height:1.25;max-width:26ch;text-wrap:balance}.ma-scope .notes-banner h3 .hl{color:var(--accent-soft)}.ma-scope .notes-banner .side{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.ma-scope .notes-banner .side p{margin:0;font-size:14px;line-height:1.55;color:var(--text-mute);max-width:40ch}.ma-scope .fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,36px)}.ma-scope .fit-col{border:1px solid var(--line-soft);border-radius:var(--radius);padding:clamp(28px,3vw,40px);background:var(--bg-elev)}.ma-scope .fit-col.not{background:transparent;opacity:.85}.ma-scope .fit-col h3{margin:0 0 22px;font-family:var(--font-body,inherit);font-size:14px;font-weight:600;letter-spacing:.01em;text-transform:none;color:var(--text);display:inline-flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line-soft);width:100%}.ma-scope .fit-col.not h3 .glyph{background:color-mix(in oklab,var(--text-faint) 16%,transparent);color:var(--text-mute);border-color:var(--line)}.ma-scope .glyph{width:22px;height:22px;border-radius:50%;background:color-mix(in oklab,var(--accent) 18%,transparent);color:var(--accent-soft);border:1px solid color-mix(in oklab,var(--accent) 35%,var(--line-soft));display:inline-flex;align-items:center;justify-content:center;font-size:12px}.ma-scope .fit-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.ma-scope .fit-list li{font-size:15px;color:var(--text);line-height:1.5;padding-left:30px;position:relative}.ma-scope .fit-col.not .fit-list li{color:var(--text-mute)}.ma-scope .fit-list li:before{content:"";position:absolute;left:0;top:.45em;width:14px;height:14px;border-radius:50%;background:color-mix(in oklab,var(--accent) 18%,transparent);border:1px solid color-mix(in oklab,var(--accent) 40%,var(--line-soft))}.ma-scope .fit-list li:after{content:"";position:absolute;left:4px;top:calc(.45em + 4px);width:6px;height:3px;border-left:1.5px solid var(--accent);border-bottom:1.5px solid var(--accent);transform:rotate(-45deg)}.ma-scope .fit-col.not .fit-list li:before{background:color-mix(in oklab,var(--text-faint) 12%,transparent);border-color:var(--line)}.ma-scope .fit-col.not .fit-list li:after{left:3px;top:calc(.45em + 3px);width:8px;height:8px;border:0;transform:none;background:linear-gradient(45deg,transparent 42%,var(--text-mute) 42%,var(--text-mute) 58%,transparent 58%),linear-gradient(-45deg,transparent 42%,var(--text-mute) 42%,var(--text-mute) 58%,transparent 58%)}.ma-scope .price-ledger{border-top:1px solid var(--line)}.ma-scope .price-row{display:grid;grid-template-columns:minmax(170px,250px) minmax(170px,260px) 1fr;gap:clamp(18px,3vw,56px);padding:clamp(22px,2.6vw,34px) 0;border-bottom:1px solid var(--line-soft);align-items:baseline}.ma-scope .price-row .price-label{font-family:var(--font-body,inherit);font-size:13px;font-weight:550;letter-spacing:.01em;color:var(--accent-soft);text-transform:none;margin:0}.ma-scope .price-row .price-value{margin:0;font-family:var(--font-display,inherit);font-size:clamp(24px,2.3vw,36px);font-weight:600;letter-spacing:-.025em;color:var(--text);line-height:1.05}.ma-scope .price-row .price-body{margin:0;font-size:14px;line-height:1.55;color:var(--text-mute);max-width:58ch}.ma-scope .call-steps{list-style:none;counter-reset:callstep;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ma-scope .call-steps li{counter-increment:callstep;position:relative;padding-left:32px;font-size:14.5px;line-height:1.55;color:var(--text-mute)}.ma-scope .call-steps li:before{content:counter(callstep);position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;border:1px solid var(--accent);color:var(--accent-soft);font-family:var(--font-mono,ui-monospace),monospace;font-size:11px;display:flex;align-items:center;justify-content:center}.ma-scope .call-steps li strong{color:var(--text);font-weight:500}.ma-scope .faq{display:flex;flex-direction:column;border-top:1px solid var(--line-soft)}.ma-scope .faq details{border-bottom:1px solid var(--line-soft);padding:4px 0}.ma-scope .faq summary{list-style:none;cursor:pointer;padding:22px 4px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:clamp(17px,1.4vw,21px);font-weight:500;letter-spacing:-.014em;line-height:1.35;color:var(--text);transition:color .2s}.ma-scope .faq summary::-webkit-details-marker{display:none}.ma-scope .faq summary:hover{color:var(--accent-soft)}.ma-scope .faq summary .plus{width:26px;height:26px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;position:relative;transition:transform .25s,border-color .2s,background .2s}.ma-scope .faq summary .plus:after,.ma-scope .faq summary .plus:before{content:"";position:absolute;background:var(--text-mute);transition:background .2s}.ma-scope .faq summary .plus:before{left:7px;right:7px;top:50%;height:1.5px;transform:translateY(-50%)}.ma-scope .faq summary .plus:after{top:7px;bottom:7px;left:50%;width:1.5px;transform:translateX(-50%)}.ma-scope .faq details[open] summary .plus{transform:rotate(45deg);border-color:var(--accent-soft);background:color-mix(in oklab,var(--accent) 14%,transparent)}.ma-scope .faq details[open] summary .plus:after,.ma-scope .faq details[open] summary .plus:before{background:var(--accent)}.ma-scope .faq .ans{padding:0 60px 28px 4px;color:var(--text-mute);font-size:16px;line-height:1.65;max-width:78ch;text-wrap:pretty}.ma-scope .faq .ans p{margin:0 0 12px}.ma-scope .faq .ans p:last-child{margin-bottom:0}.ma-scope .faq .ans strong{color:var(--text);font-weight:500}.ma-scope .final{background:radial-gradient(ellipse 800px 400px at 80% 50%,color-mix(in oklab,var(--accent) 12%,transparent),transparent),var(--bg)}.ma-scope .final-inner{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(40px,6vw,80px);align-items:end}.ma-scope .final h2{font-size:clamp(40px,6.5vw,96px);line-height:.96;letter-spacing:-.035em;font-weight:600;margin:22px 0 0;max-width:12ch}.ma-scope .final .lede{color:var(--text-mute);font-size:clamp(15px,1.2vw,18px);line-height:1.6;max-width:50ch}.ma-scope .final .ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.ma-scope .final .reply{margin-top:28px;font-family:var(--font-body,inherit);font-size:13px;color:var(--text-mute);letter-spacing:0;text-transform:none}.ma-scope .ma-footer{border-top:1px solid var(--line-soft);padding:clamp(48px,6vw,80px) 0 28px}.ma-scope .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:clamp(28px,4vw,56px);align-items:start}.ma-scope .foot-brand p{margin:18px 0 0;max-width:42ch;color:var(--text-mute);font-size:14.5px;line-height:1.55}.ma-scope .foot-brand .email{margin-top:22px;display:inline-flex;color:var(--text);border-bottom:1px solid var(--line);padding-bottom:2px}.ma-scope .foot-brand .email:hover{color:var(--accent-soft);border-color:var(--accent-soft)}.ma-scope .foot-col h4{margin:0 0 18px;font-family:var(--font-body,inherit);font-size:12.5px;letter-spacing:.01em;color:var(--text-faint);text-transform:none;font-weight:550}.ma-scope .foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ma-scope .foot-col a{color:var(--text-mute);font-size:14.5px}.ma-scope .foot-col a:hover{color:var(--text)}.ma-scope .foot-bottom{margin-top:clamp(40px,6vw,70px);padding-top:22px;border-top:1px solid var(--line-soft);display:flex;justify-content:space-between;font-family:var(--font-body,inherit);font-size:12.5px;color:var(--text-faint);letter-spacing:0}.ma-scope .foot-bottom a:hover{color:var(--text-mute)}@media (max-width:1024px){.ma-scope .hero-grid{grid-template-columns:1fr;gap:40px}.ma-scope .hero-flow-wrap{max-width:560px}.ma-scope .story{grid-template-columns:1fr}.ma-scope .mock-wrap{position:relative;top:0}.ma-scope .final-inner,.ma-scope .fit-grid,.ma-scope .foot-grid,.ma-scope .notes,.ma-scope .pilot-timeline,.ma-scope .products,.ma-scope .products-lead,.ma-scope .team-grid{grid-template-columns:1fr 1fr}.ma-scope .pilot-timeline:before{display:none}.ma-scope .pilot-step{border-left:1px solid var(--line-soft);padding-left:24px!important;padding-bottom:28px}.ma-scope .pilot-step .pdot{margin-left:-32px}}@media (max-width:720px){.ma-scope{--pad:20px;--radius:10px}.ma-scope .nav-links{display:none}.ma-scope .brand .sep,.ma-scope .brand span{display:inline}.ma-scope .hero{padding:40px 0 36px}.ma-scope .hero h1{font-size:clamp(38px,12vw,60px)}.ma-scope .hero-rotator-stage>h1{font-size:clamp(34px,10vw,56px);max-width:20ch}.ma-scope .hero-rotator-stage{min-height:clamp(200px,38vw,260px)}.ma-scope .week-grid{grid-template-columns:1fr}.ma-scope .day{border-right:0;border-bottom:1px solid var(--line-soft)}.ma-scope .day:last-child{border-bottom:0}.ma-scope .week-head{padding:14px 18px}.ma-scope .week-head .legend{width:100%;justify-content:flex-start}.ma-scope .axis{display:none}.ma-scope .final-inner,.ma-scope .fit-grid,.ma-scope .foot-grid,.ma-scope .notes,.ma-scope .notes-banner,.ma-scope .pilot-timeline,.ma-scope .price-row,.ma-scope .products,.ma-scope .products-lead,.ma-scope .team-grid{grid-template-columns:1fr}.ma-scope .price-row{gap:6px;padding:20px 0}.ma-scope .price-row .price-body{max-width:none}.ma-scope .pilot-step{padding-bottom:32px}.ma-scope .pilot-step:last-child{padding-bottom:0}.ma-scope .foot-bottom{flex-direction:column;gap:12px}.ma-scope .faq summary{padding:18px 4px}.ma-scope .faq .ans{padding-right:4px;padding-bottom:20px}.ma-scope section{padding:64px 0}.ma-scope .hero-ctas .pitch-link{margin-left:0;width:100%;padding:4px 0}.ma-scope .sec-head h2{font-size:clamp(28px,8vw,42px)}.ma-scope .final h2{font-size:clamp(40px,13vw,72px)}.ma-scope .note-stats{gap:10px}.ma-scope .day-title{font-size:16px}.ma-scope .nav-inner{padding:12px var(--pad)}.ma-scope .brand{font-size:12px}.ma-scope .btn{padding:10px 14px;font-size:13px}}.ma-scope .magnet-overlay{position:fixed;inset:0;z-index:90;background:oklch(.1 .008 60/.72);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;animation:magnet-fade .25s ease}@keyframes magnet-fade{0%{opacity:0}to{opacity:1}}.ma-scope .magnet-card{position:relative;width:min(460px,100%);background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);padding:34px 32px 28px;box-shadow:0 30px 80px oklch(0 0 0/.45);animation:magnet-rise .3s cubic-bezier(.22,1,.36,1)}@keyframes magnet-rise{0%{transform:translateY(14px);opacity:0}to{transform:none;opacity:1}}.ma-scope .magnet-close{position:absolute;top:14px;right:16px;color:var(--text-faint);font-size:14px;line-height:1;padding:6px}.ma-scope .magnet-close:hover{color:var(--text)}.ma-scope .magnet-title{font-size:clamp(20px,2.6vw,26px);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:10px 0}.ma-scope .magnet-sub{color:var(--text-mute);font-size:14.5px;margin-bottom:18px}.ma-scope .magnet-sub em{color:var(--text);font-style:italic}.ma-scope .magnet-form{display:flex;gap:10px;flex-wrap:wrap}.ma-scope .magnet-input{flex:1 1 200px;background:var(--bg-card);border:1px solid var(--line);border-radius:8px;color:var(--text);padding:11px 14px;font:inherit;font-size:14px;outline:none}.ma-scope .magnet-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--accent) 22%,transparent)}.ma-scope .magnet-btn{white-space:nowrap}.ma-scope .magnet-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.ma-scope .magnet-err{color:var(--warn);font-size:13px;margin-top:10px}.ma-scope .magnet-fine{color:var(--text-faint);font-size:12px;margin-top:14px}.ma-scope .drench{background:linear-gradient(180deg,var(--accent) 0,#2452E8 100%);border-top:0}.ma-scope .drench .eyebrow{color:#D9E4FF}.ma-scope .drench .sec-head h2{color:#fff}.ma-scope .drench .sec-head h2 em.soft{color:#BFD1FF}.ma-scope .drench .sec-head .lede{color:#D6E2FF}.ma-scope #sprint .sec-head{margin-bottom:clamp(28px,3vw,40px)}.ma-scope .sprint-card{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(36px,5vw,80px);align-items:start}.ma-scope .sprint-main{min-width:0}.ma-scope .drench .sprint-kicker{color:#D9E4FF;margin-bottom:16px}.ma-scope .sprint-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.ma-scope .sprint-list li{position:relative;padding-left:22px;color:#E3EBFF;font-size:15px;line-height:1.55;max-width:68ch}.ma-scope .sprint-list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:2px;background:rgba(255,255,255,.92)}.ma-scope .sprint-list b,.ma-scope .sprint-list i{color:#fff}.ma-scope .sprint-fine{color:#BCCDFF;font-size:12.5px;margin-top:18px;line-height:1.55;max-width:78ch}.ma-scope .sprint-side{border-left:1px solid rgba(255,255,255,.3);padding-left:clamp(28px,3vw,44px);display:flex;flex-direction:column;align-items:flex-start;gap:6px}.ma-scope .drench .sprint-price{font-family:var(--font-display,inherit);font-size:clamp(52px,5vw,76px);font-weight:650;letter-spacing:-.03em;line-height:1;color:#fff}.ma-scope .sprint-price-sub{color:#C6D5FF;font-size:13px;margin:6px 0 16px}.ma-scope .sprint-btn{width:100%;justify-content:center}.ma-scope .sprint-side-note{color:#BCCDFF;font-size:12.5px;margin-top:12px;line-height:1.5}.ma-scope .drench .engine-flow{border:0;background:transparent;padding:0;margin:clamp(24px,3vw,36px) 0 4px}.ma-scope .drench .engine-flow-svg{min-width:640px}@media (max-width:860px){.ma-scope .sprint-card{grid-template-columns:1fr;gap:28px}.ma-scope .sprint-side{border-left:0;border-top:1px solid rgba(255,255,255,.3);padding-left:0;padding-top:26px}}.ma-scope .ma-pre{opacity:0;transform:translateY(22px)}.ma-scope .ma-pre.ma-in{opacity:1;transform:translateY(0);transition:opacity .45s var(--ease-out-expo,ease),transform .45s var(--ease-out-expo,ease)}.ma-scope .notes .ma-pre.ma-in,.ma-scope .price-ledger .ma-pre.ma-in,.ma-scope .products .ma-pre.ma-in,.ma-scope .products-lead .ma-pre.ma-in,.ma-scope .team-grid .ma-pre.ma-in{transition-delay:calc(var(--reveal-i, 0) * 50ms)}.ma-scope .products-lead>:nth-child(2),.ma-scope .products>:nth-child(2){--reveal-i:1}.ma-scope .products>:nth-child(3){--reveal-i:0}.ma-scope .notes>:nth-child(2),.ma-scope .price-ledger>:nth-child(2),.ma-scope .products>:nth-child(4),.ma-scope .team-grid>:nth-child(2){--reveal-i:1}.ma-scope .notes>:nth-child(3),.ma-scope .price-ledger>:nth-child(3){--reveal-i:2}.ma-scope .notes>:nth-child(5),.ma-scope .price-ledger>:nth-child(4){--reveal-i:1}.ma-scope .notes>:nth-child(6){--reveal-i:2}@media (prefers-reduced-motion:reduce){.ma-scope .ma-pre{opacity:1;transform:none}}.ma-scope .engine-flow{margin:22px 0 18px;border:1px solid var(--line-soft);border-radius:12px;background:var(--bg);padding:10px 14px;overflow-x:auto}.ma-scope .engine-flow-svg{width:100%;min-width:720px;height:auto;display:block}.ma-scope .sprint-kicker{font-weight:550;letter-spacing:.01em;text-transform:none;color:var(--accent-soft)}.ma-scope .hero-promise,.ma-scope .sprint-kicker{font-family:var(--font-body,inherit);font-size:13px}.ma-scope .hero-promise{letter-spacing:0;color:var(--text-mute)}