@font-face{font-family:Manrope;src:url('assets/Manrope.ttf') format('truetype');font-weight:200 800;font-style:normal;font-display:swap}
:root{--citron:#ddef79;--ink:#22352d;--paper:#f7f8f2;--white:#fff;--muted:#556359;--line:#c8d0c5;--soft:#e9ede3;--amber:#875111;--green:#25664d;--ease:cubic-bezier(.16,1,.3,1);font-family:Manrope,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scrollbar-color:#697963 var(--paper);scrollbar-width:thin}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none;text-underline-offset:5px}button,input,select{font:inherit;color:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input,select{caret-color:var(--ink)}::selection{background:var(--ink);color:var(--citron)}:focus-visible{outline:3px solid #235ede;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{line-height:1.7}a:hover{text-decoration:underline}button{border:0}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.small{font-size:13px;line-height:1.65}.soft{color:var(--muted)}.skip{position:fixed;top:-100px;left:16px;z-index:100;background:var(--ink);color:white;padding:14px}.skip:focus{top:14px}.concept-note{font-size:11px;display:flex;align-items:center;gap:18px;padding:10px 56px;background:var(--ink);color:#edf2e6;line-height:1.6}.concept-note>span{padding-left:18px;border-left:1px solid #728375}.concept-note>a{margin-left:auto;text-decoration:underline}.opening{background:var(--citron)}.site-header{height:118px;display:flex;align-items:center;justify-content:space-between}.wordmark{display:inline-flex;align-items:center;gap:11px;font-size:35px;font-weight:750;letter-spacing:-.035em;line-height:1}.wordmark:hover{text-decoration:none}.site-header nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:650}.nav-cta{display:flex;align-items:center;gap:25px;padding:14px 0;border-bottom:1px solid currentColor}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;padding:17px 23px;font-size:14px;font-weight:650;border-radius:8px;transition:background .2s,color .2s}.button:hover{text-decoration:none}.button.ink{background:var(--ink);color:var(--white)}.button.ink:hover{background:#395343}.button.outline{border:1px solid var(--ink)}.button.outline:hover{background:var(--soft)}.hero{display:grid;grid-template-columns:1.75fr 1fr;gap:44px;padding-top:47px;padding-bottom:50px}.hero h1{font-size:clamp(58px,6.8vw,96px);line-height:1.02;letter-spacing:-.04em;font-weight:650}.hero .period{color:var(--ink)}.hero-copy{padding-top:13px;max-width:368px}.hero-copy>p:first-child{font-size:17px;line-height:1.7;max-width:34ch}.hero-copy .button{margin-top:24px}.hero-copy .small{margin-top:16px}.attention-route{grid-column:1/-1;margin-top:38px;border-top:1px solid #8e9e4d;padding-top:21px}.route-heading{display:flex;justify-content:space-between;gap:16px;font-size:12px;font-weight:650}.route-heading>span{font-size:11px;font-weight:500}.route-stops{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:27px;gap:0}.route-stops:before{content:"";position:absolute;left:20px;right:calc(25% - 20px);top:20px;height:2px;background:#5a6a39}.route-stop{display:flex;align-items:flex-start;flex-direction:column;position:relative;gap:5px;isolation:isolate;min-height:112px;padding-right:12px}.route-stop strong{font-size:15px;font-weight:750;margin-top:6px}.route-stop>span:last-child{font-size:12px}.node{width:42px;height:42px;border:2px solid var(--ink);background:var(--citron);border-radius:50%;display:grid;place-items:center}.node.filled:after{content:"";width:12px;height:12px;background:var(--ink);border-radius:50%}.node.missing{border:2px dashed var(--ink);outline:9px solid var(--citron)}.missing-stop strong{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:5px}.final-node svg{width:22px;height:22px;fill:none;stroke:var(--ink);stroke-width:2}.route-stop:hover .node{background:var(--ink);color:var(--citron)}.route-stop:hover .node svg{stroke:var(--citron)}.problem{padding-block:108px;display:grid;grid-template-columns:1.3fr 1fr;gap:96px;border-bottom:1px solid var(--line)}h2{font-size:clamp(32px,3.1vw,46px);line-height:1.17;letter-spacing:-.035em;font-weight:600}.problem p,.future p{font-size:15px;color:var(--muted);max-width:65ch}.problem p+p,.future p+p{margin-top:16px}.walkthrough{padding-top:94px;padding-bottom:92px;scroll-margin-top:24px}.section-intro{display:flex;align-items:end;justify-content:space-between;gap:44px}.section-intro>p{font-size:14px;color:var(--muted);padding-bottom:5px}.scenario-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-top:42px;padding-bottom:12px}.scenario-tabs button{background:transparent;padding:12px 17px;min-height:46px;font-size:12px;font-weight:700;border-radius:6px}.scenario-tabs button:hover{background:var(--soft)}.scenario-tabs button[aria-selected=true]{background:var(--ink);color:var(--white)}.scenario-panel{display:grid;grid-template-columns:1.05fr 1fr;gap:84px;padding:40px 40px 36px;background:var(--soft);align-items:center}.bill-sheet{padding:27px;background:white;box-shadow:0 13px 26px #22352d0a;border-radius:12px;min-width:0}.bill-top{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:var(--muted);padding-bottom:29px}.bill-status{font-size:11px;font-weight:800;color:#785016;background:#f8efdb;display:inline-block;border-radius:4px;padding:7px 10px}.bill-sheet h3{font-size:24px;letter-spacing:-.03em;line-height:1.25;margin-top:14px}.bill-sheet>p{font-size:12px;color:var(--muted);margin-top:9px}.bill-sheet dl{margin:23px 0 19px;font-size:12px}.bill-sheet dl>div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e4e8e1;padding:12px 0}.bill-sheet dt{color:var(--muted)}.bill-sheet dd{margin:0;font-weight:650;text-align:right}.next-action{background:#f1f5e6;border-radius:6px;padding:14px;display:flex;flex-direction:column;gap:6px}.next-action>span{font-size:10px;color:var(--muted)}.next-action>strong{font-size:12px;line-height:1.6}.bill-sheet .bill-foot{font-size:10px;line-height:1.6}.scenario-story h3{font-size:35px;line-height:1.18;letter-spacing:-.035em;font-weight:600}.scenario-story>p{font-size:14px;max-width:36ch;color:var(--muted);margin-top:19px}.story-symbol{display:block;width:69px;height:69px;margin-bottom:27px}.story-symbol svg{fill:none;stroke:var(--ink);stroke-width:3.5;stroke-linecap:round}.story-symbol svg circle{fill:var(--ink);stroke:none}.scenario-story .story-principle{font-size:12px;font-weight:750;color:var(--ink);margin-top:25px;padding-top:16px;border-top:1px solid #b7c4af}.scenario-story.changing{animation:resolve .35s var(--ease)}@keyframes resolve{from{clip-path:inset(0 0 15% 0);opacity:.45}to{clip-path:inset(0);opacity:1}}.demo-caption{font-size:10px;color:var(--muted);margin-top:14px}.team-section{background:var(--ink);color:var(--paper);padding-top:94px}.team-layout{display:grid;grid-template-columns:1fr 1fr;gap:105px}.team-layout h2{font-size:clamp(42px,4.3vw,62px)}.team-layout h2 span{color:var(--citron)}.team-layout>div>p{font-size:14px;color:#c6d2c5;margin-top:28px;max-width:35ch}.team-roles article{padding:22px 0 26px;border-bottom:1px solid #4b5e51}.team-roles article:first-child{padding-top:0}.team-roles h3{font-size:20px;font-weight:600}.team-roles p{font-size:14px;color:#c6d2c5;margin-top:10px;max-width:45ch}.sector-line{display:flex;justify-content:space-between;gap:22px;border-top:1px solid #4b5e51;padding-block:27px;margin-top:67px;font-size:11px;color:#c6d2c5}.sector-line p span{margin-inline:15px;color:#91a68b}.future{display:grid;grid-template-columns:1fr 1fr;gap:105px;padding-block:96px}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:12px;font-weight:750;border-bottom:1px solid currentColor;margin-top:25px;padding-bottom:8px}.pilot-section{background:var(--citron);padding-block:84px}.pilot-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:120px}.pilot-layout h2{font-size:clamp(44px,4.8vw,66px);line-height:1.08}.pilot-layout>div>p{font-size:15px;max-width:38ch;margin-top:25px}.pilot-layout>div>.small{font-size:11px;max-width:46ch}.pilot-layout form{padding-top:4px;display:flex;flex-direction:column;align-items:stretch}.pilot-layout h3{font-size:22px;font-weight:650;margin-bottom:25px}.pilot-layout label{font-size:11px;font-weight:700;margin-bottom:8px}.pilot-layout select{width:100%;background:transparent;border:1px solid #798d48;border-radius:6px;min-height:49px;padding:10px 32px 10px 13px;font-size:13px;margin-bottom:22px}.pilot-layout .button{margin-top:8px}.pilot-layout #pilot-result{padding-top:18px;font-size:13px}.pilot-layout #pilot-download{display:inline-block;margin-top:8px;text-decoration:underline;font-weight:750}.faq{padding-block:95px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px}.faq details{border-bottom:1px solid var(--line);padding:22px 0}.faq details:first-child{padding-top:5px}.faq summary{cursor:pointer;font-size:15px;font-weight:650;line-height:1.5;padding-right:20px}.faq details p{font-size:13px;color:var(--muted);margin-top:15px;max-width:60ch}.site-footer{padding:62px 0 25px;background:var(--ink);color:var(--paper)}.site-footer .wordmark{font-size:46px;gap:13px}.site-footer>.wrap>p{font-size:31px;letter-spacing:-.025em;line-height:1.3;margin-top:32px;font-weight:500}.footer-base{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid #4b5e51;font-size:10px;color:#c6d2c5}
/* Brand showroom shares the identity; its controls belong to a design review. */
.brand-header{background:var(--paper)}.brand-header .site-header{height:100px}.brand-header nav{gap:24px}.brand-main{padding-top:30px}.brand-title{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.brand-title h1{font-size:48px;line-height:1.1;font-weight:600;letter-spacing:-.035em}.brand-title>p{max-width:42ch;font-size:13px;color:var(--muted)}.identity-board{display:grid;grid-template-columns:1.25fr 1fr;background:var(--citron);min-height:465px;margin-bottom:27px}.identity-main{padding:50px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.identity-main .wordmark{font-size:54px}.identity-main .wordmark img{width:60px;height:60px}.identity-main h2{font-size:59px;line-height:1.06;letter-spacing:-.04em;max-width:none}.identity-side{display:grid;grid-template-rows:1fr auto;background:var(--ink);color:var(--paper);padding:40px;gap:35px}.identity-side>img{width:135px;height:135px;justify-self:center;align-self:center}.identity-side p{font-size:13px;line-height:1.7;color:#c6d2c5}.identity-side strong{color:var(--citron);font-weight:500}.swatch-row{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0 55px;gap:16px}.swatch{font-size:11px;display:flex;flex-direction:column;gap:7px}.swatch i{display:block;height:65px;border-radius:4px;background:var(--swatch);border:1px solid #c8d0c5}.swatch span{color:var(--muted)}.brand-section{padding-block:30px 45px;border-top:1px solid var(--line)}.brand-section h2{font-size:32px;margin-bottom:20px}.brand-section>p{font-size:14px;color:var(--muted);max-width:75ch}.campaign-controls{display:flex;gap:8px;flex-wrap:wrap;margin-block:23px}.campaign-controls button{border:1px solid var(--line);background:transparent;min-height:42px;border-radius:6px;padding:10px 17px;font-size:12px}.campaign-controls button[aria-pressed=true]{background:var(--ink);color:var(--white);border-color:var(--ink)}.campaign-view{display:grid;grid-template-columns:1.08fr 1fr;gap:54px;align-items:center}.campaign-view>img{display:block;width:100%;height:auto}.campaign-copy h3{font-size:28px;line-height:1.2;letter-spacing:-.03em;font-weight:650}.campaign-copy>p{font-size:14px;color:var(--muted);margin-top:18px;max-width:44ch;white-space:pre-line}.campaign-copy .button{margin-top:25px}.campaign-copy>.small{font-size:11px}.brand-downloads{display:flex;gap:15px;flex-wrap:wrap;padding-block:24px 70px}.brand-downloads .button{font-size:12px}.download-meta{font-size:12px;color:var(--muted);margin-bottom:18px}.brand-bottom{border-top:1px solid var(--line);padding:24px 0 34px;font-size:11px;display:flex;justify-content:space-between;gap:20px;color:var(--muted)}
@media(min-width:1500px){.hero{padding-top:65px;padding-bottom:65px}.attention-route{margin-top:55px}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.concept-note{padding-inline:32px}.hero{gap:28px;grid-template-columns:1.45fr 1fr}.hero h1{font-size:65px}.hero-copy>p:first-child{font-size:15px}.hero-copy .button{font-size:12px;gap:16px;padding:15px 18px}.problem,.team-layout,.future{gap:50px}.scenario-panel{gap:37px;padding:28px}.scenario-story h3{font-size:29px}.pilot-layout{gap:65px}.identity-main{padding:35px}.identity-main h2{font-size:49px}.identity-main .wordmark{font-size:42px}.identity-board{min-height:420px}.campaign-view{gap:30px}.sector-line{flex-direction:column;gap:10px}}
@media(max-width:720px){.wrap{width:calc(100% - 40px)}.concept-note{padding:9px 20px;font-size:10px;gap:10px;flex-wrap:wrap}.concept-note>span{padding-left:10px}.concept-note>a{margin-left:0;flex-basis:100%}.site-header{height:93px}.wordmark{font-size:29px;gap:7px}.wordmark img{width:32px;height:32px}.site-header nav>a:not(.nav-cta){display:none}.site-header nav{gap:0}.nav-cta{font-size:11px;gap:13px;padding:10px 0}.nav-cta .icon{width:17px;height:17px}.hero{grid-template-columns:1fr;gap:25px;padding-top:26px;padding-bottom:30px}.hero h1{font-size:clamp(53px,13vw,78px);line-height:1.02}.hero-copy{padding-top:0;max-width:100%}.hero-copy>p:first-child{font-size:15px;max-width:40ch}.hero-copy .button{font-size:13px;margin-top:19px}.hero-copy .small{font-size:11px;margin-top:12px}.attention-route{margin-top:14px;padding-top:17px}.route-heading{font-size:11px;flex-direction:column;gap:2px}.route-heading>span{font-size:10px}.route-stops{grid-template-columns:1fr;gap:0;margin-top:22px}.route-stops:before{left:17px;top:15px;bottom:58px;width:2px;height:auto;right:auto}.route-stop{min-height:82px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:16px;row-gap:3px;align-content:start;padding-right:0}.node{width:36px;height:36px;grid-row:1/3}.route-stop strong{font-size:13px;margin-top:0;align-self:end}.route-stop>span:last-child{font-size:11px}.node.missing{outline-width:5px}.problem{grid-template-columns:1fr;gap:26px;padding-block:56px}.problem p,.future p{font-size:14px}h2{font-size:33px}.walkthrough{padding-block:56px}.section-intro{display:block}.section-intro>p{font-size:12px;margin-top:18px}.scenario-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:25px}.scenario-tabs button{padding:10px 8px;font-size:10px;text-align:left;min-height:43px}.scenario-panel{grid-template-columns:1fr;gap:32px;padding:18px}.bill-sheet{padding:20px}.bill-sheet h3{font-size:22px}.bill-top{font-size:9px;padding-bottom:23px}.bill-sheet dl,.next-action>strong{font-size:11px}.bill-sheet>p{font-size:11px}.scenario-story{padding:5px 4px 10px}.story-symbol{width:43px;height:43px;margin-bottom:18px}.scenario-story h3{font-size:28px}.scenario-story>p{font-size:13px;max-width:40ch}.scenario-story .story-principle{margin-top:17px}.demo-caption{font-size:10px}.team-section{padding-top:55px}.team-layout{grid-template-columns:1fr;gap:36px}.team-layout h2{font-size:45px}.team-layout>div>p{margin-top:21px;font-size:13px}.team-roles h3{font-size:19px}.team-roles p{font-size:13px}.team-roles article{padding-block:21px}.sector-line{margin-top:32px;padding-block:22px;font-size:10px}.sector-line p span{margin-inline:5px}.future{grid-template-columns:1fr;gap:25px;padding-block:55px}.pilot-section{padding-block:55px}.pilot-layout{grid-template-columns:1fr;gap:38px}.pilot-layout h2{font-size:46px}.pilot-layout>div>p{font-size:14px}.pilot-layout h3{font-size:21px}.faq{grid-template-columns:1fr;gap:30px;padding-block:55px}.faq summary{font-size:14px}.faq details p{font-size:12px}.site-footer{padding-top:45px}.site-footer .wordmark{font-size:38px}.site-footer>.wrap>p{font-size:29px;margin-top:26px}.footer-base{flex-direction:column;gap:13px;margin-top:37px}.brand-header .site-header{height:85px}.brand-header nav>a:first-child{display:inline;font-size:11px}.brand-header nav>a:last-child{display:none}.brand-title{display:block}.brand-title h1{font-size:36px}.brand-title>p{margin-top:16px;font-size:12px}.identity-board{grid-template-columns:1fr;min-height:0}.identity-main{padding:30px;gap:65px}.identity-main .wordmark{font-size:42px;gap:10px}.identity-main .wordmark img{width:44px;height:44px}.identity-main h2{font-size:48px}.identity-side{grid-template-columns:75px 1fr;grid-template-rows:auto;padding:25px;gap:24px;align-items:center}.identity-side>img{width:75px;height:75px}.identity-side p{font-size:11px}.swatch-row{gap:10px;grid-template-columns:1fr 1fr;margin-bottom:40px}.swatch i{height:55px}.brand-section h2{font-size:30px}.brand-section>p{font-size:13px}.campaign-view{grid-template-columns:1fr;gap:25px}.campaign-controls button{font-size:11px;padding:9px 11px}.campaign-copy h3{font-size:25px}.campaign-copy>p{font-size:13px;max-width:100%}.brand-downloads{padding-bottom:40px;gap:10px}.brand-downloads .button{width:100%}.brand-bottom{flex-direction:column;font-size:10px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.concept-note,.site-header nav,.scenario-tabs,.campaign-controls,.brand-downloads{display:none}.wrap{width:100%}.opening,.team-section,.pilot-section,.site-footer,.identity-board{-webkit-print-color-adjust:exact;print-color-adjust:exact}.hero h1{font-size:62px}.scenario-panel{break-inside:avoid}.brand-section{break-inside:avoid}}

.icon.inline-icon{width:14px;height:14px;vertical-align:-2px;margin-left:2px}
.access-page{max-width:840px;padding-block:70px 90px}.access-stage{font-size:14px;font-weight:650;margin-bottom:20px}.access-page h1{font-size:clamp(40px,5.4vw,66px);line-height:1.08;letter-spacing:-.04em}.access-page>p{margin-top:24px}.access-page p{font-size:16px;max-width:65ch}.access-page section{border-top:1px solid var(--line);margin-top:36px;padding-top:30px}.access-page h2{font-size:26px;margin-bottom:14px}.access-page .button,.access-page .text-link{margin-top:20px}.access-note{background:var(--soft);padding:24px;margin-top:36px}.access-note p{margin-top:10px}.access-note strong{font-size:16px}.concept-note{font-size:12px}
@media(max-width:720px){.site-header nav>a.login-link{display:inline;font-size:14px}.site-header nav{gap:16px}.site-header .nav-cta{font-size:13px;gap:5px}.site-header .nav-cta .icon{display:none}.access-page{padding-block:40px 60px}.access-page h1{font-size:40px}.concept-note{font-size:12px}.access-note{padding:20px}}
