:root{--ink:#0a0b0e;--muted:#626875;--paper:#f3f5f7;--white:#fff;--blue:#1267f2;--blue2:#0a48bf;--line:rgba(10,11,14,.09);--radius:30px;--shadow:0 24px 80px rgba(24,45,80,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}body.is-locked{overflow:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}button{cursor:pointer}.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.section-shell{width:min(1420px,calc(100% - 64px));margin:0 auto}.site-header{height:88px;width:min(1500px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:50}.brand img{display:block;width:156px;height:auto}.desktop-nav{display:flex;gap:32px;margin-left:auto}.desktop-nav a,.site-footer a{text-decoration:none;font-size:13px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--ink);transition:.3s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:10px}.github-button{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;text-decoration:none;transition:.25s}.github-button:hover{background:var(--ink);transform:translateY(-2px)}.github-button svg{width:19px;fill:var(--ink);transition:.25s}.github-button:hover svg{fill:#fff}.button{border:0;border-radius:999px;padding:15px 21px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-weight:700;font-size:13px;letter-spacing:.01em;transition:.25s;text-decoration:none}.button:hover{transform:translateY(-2px)}.button span{font-size:16px}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px rgba(10,11,14,.05)}.button-white{background:#fff;color:var(--ink)}.button-outline{color:#fff;background:transparent;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32)}.button-small{padding:13px 18px}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:50%;background:var(--ink);padding:13px}.menu-toggle span{height:1px;background:#fff;display:block;margin:5px 0}.mobile-menu{display:none}
.hero{min-height:calc(100svh - 88px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);grid-template-rows:1fr auto;gap:42px 70px;padding:72px 0 32px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:10px;margin:0 0 25px}.eyebrow>span{width:24px;height:1px;background:currentColor}.hero h1,.section-heading h2,.process h2,.about h2,.final-cta h2{font-family:"Manrope",sans-serif;letter-spacing:-.065em;margin:0}.hero h1{font-size:clamp(62px,7.6vw,128px);line-height:.86;font-weight:700}.hero h1 em,.final-cta h2 em{font-style:normal;color:var(--blue)}.hero-lede{font-size:18px;line-height:1.65;color:var(--muted);max-width:670px;margin:34px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-links{display:flex;align-items:center;gap:12px;margin-top:16px}.quiet-link{border:0;background:transparent;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:700}.quiet-link span{color:var(--blue);margin-left:6px}.quiet-link small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8f949e;margin-left:5px}.quiet-link.is-disabled{cursor:default;background:rgba(255,255,255,.65);color:#747986}.solution-map{height:630px;border-radius:44px;background:linear-gradient(145deg,#fff 0%,#ebeff5 100%);position:relative;overflow:hidden;padding:38px;box-shadow:var(--shadow)}.solution-map:before{content:"";position:absolute;width:370px;height:370px;border-radius:50%;right:-100px;top:-100px;background:radial-gradient(circle at 35% 35%,#fff 0 24%,#dce3ec 55%,transparent 68%);opacity:.85}.solution-intro{position:relative;z-index:2}.solution-intro .status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#34c977;box-shadow:0 0 0 6px rgba(52,201,119,.12)}.solution-intro p{font-size:12px;font-weight:700;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.11em}.solution-intro strong{font:700 25px/1.18 "Manrope",sans-serif;letter-spacing:-.04em}.route-line{position:absolute;left:68px;top:200px;bottom:70px;width:2px;background:linear-gradient(var(--ink),var(--blue));opacity:.14}.route-card{position:absolute;z-index:2;display:grid;grid-template-columns:35px 1fr;gap:12px;width:270px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);padding:18px;border-radius:22px;box-shadow:0 14px 42px rgba(39,60,92,.08)}.route-card>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:9px}.route-card strong{font:700 16px "Manrope",sans-serif}.route-card p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.route-card-a{left:45px;top:190px}.route-card-b{right:32px;top:290px}.route-card-c{left:72px;top:395px}.route-card-d{right:45px;top:493px}.route-card-d>span{background:var(--blue)}.route-finish{position:absolute;right:34px;bottom:28px;display:flex;align-items:center;gap:10px}.route-finish span{font-size:9px;font-weight:800;letter-spacing:.16em;color:var(--blue)}.route-finish strong{font-size:11px}.hero-proof{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,155px) 1fr;border-top:1px solid var(--line);padding-top:23px;gap:30px;align-items:center}.hero-proof p{margin:0;display:flex;align-items:center;gap:10px}.hero-proof strong{font:700 28px "Manrope",sans-serif}.hero-proof span{font-size:11px;line-height:1.3;color:var(--muted);max-width:86px}.hero-proof .proof-note{justify-self:end;font-size:12px;color:var(--muted)}
.stories,.services,.team{padding:150px 0}.section-heading{max-width:820px}.section-heading h2{font-size:clamp(52px,6.2vw,96px);line-height:.95}.section-heading>p:last-child{max-width:630px;color:var(--muted);font-size:17px;line-height:1.65;margin:25px 0 0}.story-teasers{margin-top:60px;display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px}.story-teaser{border:0;text-align:left;padding:32px;min-height:410px;border-radius:34px;background:#fff;display:flex;flex-direction:column;transition:.3s;overflow:hidden;position:relative}.story-teaser:after{content:"";width:240px;height:240px;border-radius:50%;position:absolute;right:-110px;bottom:-120px;background:radial-gradient(circle at 35% 35%,#fff,#dfe5ec);transition:.4s}.story-teaser:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.story-teaser:hover:after{transform:translate(-15px,-15px) scale(1.08)}.story-teaser-feature{background:var(--ink);color:#fff}.story-teaser-blue{background:var(--blue);color:#fff}.story-number{font-size:10px;letter-spacing:.13em;text-transform:uppercase;opacity:.58}.story-teaser strong{font:700 clamp(25px,2.25vw,36px)/1.06 "Manrope",sans-serif;letter-spacing:-.04em;margin-top:55px;position:relative;z-index:1}.story-teaser p{font-size:14px;line-height:1.55;opacity:.68;max-width:330px;position:relative;z-index:1}.teaser-action{font-size:12px;font-weight:700;margin-top:auto;position:relative;z-index:1}.story-invitation{margin-top:14px;background:#e8ecf2;border-radius:30px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.story-invitation>div{display:flex;align-items:center;gap:15px}.story-invitation p{font-size:13px;line-height:1.5;margin:0;color:var(--muted)}.story-invitation strong{color:var(--ink)}.mascot-dot{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font:800 18px "Manrope",sans-serif;box-shadow:inset -6px -6px 0 var(--blue)}
.services{padding-top:80px}.services-heading{margin-bottom:55px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{min-height:445px;border-radius:32px;padding:28px;background:#fff;display:flex;flex-direction:column;transition:.3s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card:nth-child(2),.service-card:nth-child(5){background:#e9eef6}.service-card:nth-child(6){background:var(--ink);color:#fff}.service-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.13em;font-weight:700}.service-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--paper);font-size:18px}.service-card:nth-child(6) .service-mark{background:#fff;color:var(--ink)}.service-card h3{font:700 clamp(24px,2.2vw,34px)/1.08 "Manrope",sans-serif;letter-spacing:-.04em;margin:52px 0 15px;max-width:360px}.service-card>p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.service-card:nth-child(6)>p{color:#aeb4be}.service-card ul{list-style:none;padding:0;margin:24px 0;display:flex;gap:7px;flex-wrap:wrap}.service-card li{font-size:10px;font-weight:700;background:var(--paper);padding:8px 11px;border-radius:999px}.service-card:nth-child(6) li{background:#202126}.service-card button{margin-top:auto;border:0;border-top:1px solid var(--line);background:transparent;padding:17px 0 0;display:flex;justify-content:space-between;font-size:12px;font-weight:700}.service-card:nth-child(6) button{border-color:rgba(255,255,255,.15);color:#fff}
.process{width:min(1500px,calc(100% - 48px));border-radius:44px;background:var(--ink);color:#fff;padding:100px max(32px,calc((100vw - 1420px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.eyebrow-light{color:#aeb4be}.process h2{font-size:clamp(54px,6vw,92px);line-height:.93}.process-copy>p:not(.eyebrow){color:#aeb4be;font-size:16px;line-height:1.65;max-width:560px}.process blockquote{margin:60px 0 0;border-left:2px solid var(--blue);padding-left:20px;color:#fff;font:500 19px/1.5 "Manrope",sans-serif;max-width:440px}.process-list article{display:grid;grid-template-columns:50px 1fr;gap:22px;border-top:1px solid rgba(255,255,255,.14);padding:27px 0}.process-list article:last-child{border-bottom:1px solid rgba(255,255,255,.14)}.process-list>article>span{font-size:10px;color:#6f7782}.process-list h3{font:600 25px "Manrope",sans-serif;letter-spacing:-.025em;margin:0 0 7px}.process-list p{font-size:12px;color:#8d949e;margin:0}
.about{padding:160px 0 80px}.about-statement>p{font-size:10px;letter-spacing:.14em;font-weight:700}.about-statement h2{font-size:clamp(50px,6.5vw,100px);line-height:.94;max-width:1250px}.about-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:90px}.about-columns div{border-top:1px solid var(--ink);padding-top:16px}.about-columns span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.about-columns p{font-size:15px;line-height:1.7;color:var(--muted)}.industry-line{display:flex;gap:9px;flex-wrap:wrap;margin-top:60px}.industry-line span{border-radius:999px;background:#fff;padding:12px 16px;font-size:11px;font-weight:600}.team{padding-top:80px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:55px}.team-grid article{min-height:135px;border-radius:24px;background:#fff;padding:18px;display:flex;flex-direction:column;justify-content:space-between}.team-grid span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:10px;font-weight:700}.team-grid article:nth-child(3n) span{background:var(--blue)}.team-grid strong{font:600 16px "Manrope",sans-serif}.final-cta{width:min(1500px,calc(100% - 48px));padding:100px max(32px,calc((100vw - 1420px)/2));background:var(--blue);color:#fff;border-radius:44px;position:relative;overflow:hidden}.final-cta h2{font-size:clamp(60px,8.5vw,132px);line-height:.85}.final-cta h2 em{color:#fff;opacity:.55}.final-cta>p:not(.eyebrow){max-width:560px;line-height:1.65;color:#dce8ff;font-size:17px}.cta-actions{display:flex;gap:10px;margin-top:32px}.cta-orbit{position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-60px;top:35px;display:grid;place-items:center}.cta-orbit:before{content:"";width:260px;height:260px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.cta-orbit span{position:absolute;font:800 80px "Manrope",sans-serif}.site-footer{width:min(1420px,calc(100% - 64px));height:150px;margin:0 auto;display:flex;align-items:center;gap:40px}.site-footer>p{margin-right:auto;font-size:12px;color:var(--muted)}.site-footer>div{display:flex;gap:24px;align-items:center;font-size:11px;color:var(--muted)}.site-footer button{border:0;background:none;padding:0;font-size:11px;color:inherit}
.story-modal,.dialog{position:fixed;inset:0;z-index:200;background:rgba(5,8,14,.78);backdrop-filter:blur(16px);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.3s}.story-modal.is-open,.dialog.is-open{opacity:1;visibility:visible}.story-shell{width:min(1220px,100%);height:min(850px,calc(100svh - 32px));background:#f4f6f8;border-radius:30px;overflow:hidden;display:grid;grid-template-rows:5px 68px 1fr 64px;box-shadow:0 30px 100px rgba(0,0,0,.35);transform:translateY(18px) scale(.99);transition:.3s}.story-modal.is-open .story-shell{transform:none}.story-progress{display:flex;gap:3px;padding:0 7px}.story-progress i{flex:1;background:#d8dce3;position:relative;overflow:hidden}.story-progress i:after{content:"";position:absolute;inset:0;background:var(--blue);transform:scaleX(0);transform-origin:left}.story-progress i.done:after,.story-progress i.active:after{transform:scaleX(1)}.story-shell>header{display:flex;align-items:center;padding:0 22px;gap:20px}.story-shell>header img{width:130px}.story-shell>header>span{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.12em}.icon-close{width:38px;height:38px;border-radius:50%;border:0;background:#fff;font-size:22px;display:grid;place-items:center}.story-body{min-height:0;display:grid;grid-template-columns:52px 1fr 52px;gap:10px;padding:0 15px;align-items:center}.story-nav{width:48px;height:48px;border-radius:50%;border:0;background:#fff;font-size:30px;box-shadow:0 8px 30px rgba(0,0,0,.08);z-index:4}.story-stage{height:100%;min-height:0;position:relative;border-radius:24px;overflow:hidden;background:#dfe4ea}.story-stage>img{width:100%;height:100%;object-fit:contain;display:block;background:#e7ebf0}.story-sprite{position:absolute;inset:0;overflow:hidden;background:#e5e8ed;display:none}.story-sprite img{position:absolute;max-width:none}.story-stage.is-sprite>img{display:none}.story-stage.is-sprite .story-sprite{display:block}.story-caption{position:absolute;left:24px;bottom:24px;z-index:3;width:min(470px,calc(100% - 48px));padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.16)}.story-caption>span{font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--blue)}.story-caption h2{font:700 clamp(21px,2.5vw,35px)/1.05 "Manrope",sans-serif;letter-spacing:-.04em;margin:8px 0}.story-caption p{font-size:12px;line-height:1.45;color:#5e6470;margin:0}.story-mascot-mark{position:absolute;z-index:4;right:18px;top:18px;background:var(--ink);color:#fff;border-radius:999px;padding:7px 11px 7px 7px;font-size:8px;letter-spacing:.12em;font-weight:800;display:flex;align-items:center;gap:7px}.story-mascot-mark span{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-size:10px}.story-shell>footer{padding:0 22px;display:flex;align-items:center;justify-content:space-between}.story-shell>footer>span{font-size:10px;color:var(--muted)}.story-shell>footer button{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:12px 16px;font-size:11px;font-weight:700}.story-shell>footer b{color:#7aacff;margin-left:10px}.dialog-panel{width:min(650px,100%);max-height:calc(100svh - 40px);overflow:auto;background:#f5f6f8;border-radius:34px;padding:44px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.3);transform:translateY(15px);transition:.3s}.dialog.is-open .dialog-panel{transform:none}.dialog-panel>.icon-close{position:absolute;right:20px;top:20px}.dialog-panel h2{font:700 clamp(38px,5vw,60px)/.98 "Manrope",sans-serif;letter-spacing:-.055em;margin:0}.dialog-panel>p:not(.eyebrow){font-size:14px;line-height:1.6;color:var(--muted);max-width:500px}.dialog form{display:grid;gap:16px;margin-top:27px}.dialog label{display:grid;gap:7px;font-size:11px;font-weight:700}.dialog input,.dialog textarea,.dialog select{width:100%;border:0;border-radius:15px;background:#fff;padding:14px 15px;outline:none;resize:vertical;box-shadow:inset 0 0 0 1px transparent}.dialog input:focus,.dialog textarea:focus,.dialog select:focus{box-shadow:inset 0 0 0 2px var(--blue)}.dialog form .button{margin-top:5px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s,transform .75s}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-menu{display:flex;position:fixed;inset:76px 16px auto;z-index:45;background:#fff;border-radius:28px;padding:24px;flex-direction:column;gap:8px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu a{text-decoration:none;padding:10px;font-weight:600}.hero{grid-template-columns:1fr;padding-top:45px}.solution-map{height:590px}.hero-proof{grid-column:auto}.service-grid{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:1fr}.story-teasers{grid-template-columns:1fr 1fr}.story-teaser-feature{grid-column:1/-1}.about-columns{gap:25px}.team-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.section-shell{width:calc(100% - 32px)}.site-header{height:74px;width:calc(100% - 28px)}.brand img{width:128px}.header-actions .button{display:none}.github-button{width:40px;height:40px}.hero{min-height:auto;padding:54px 0 24px;gap:44px}.hero h1{font-size:clamp(53px,16vw,78px);line-height:.9}.hero-lede{font-size:16px;margin:25px 0}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero-links{align-items:stretch;flex-direction:column}.quiet-link{text-align:left}.solution-map{height:auto;min-height:690px;padding:25px;border-radius:30px}.solution-intro strong{font-size:22px}.route-line{left:40px;top:176px;bottom:80px}.route-card{position:relative;left:auto;right:auto;top:auto;width:100%;margin:18px 0 0;padding:15px}.route-card-a{margin-top:40px}.route-finish{right:20px;bottom:20px}.hero-proof{grid-template-columns:repeat(3,1fr);gap:12px}.hero-proof p{display:block}.hero-proof strong{display:block}.hero-proof span{display:block;margin-top:3px}.hero-proof .proof-note{grid-column:1/-1;justify-self:start}.stories,.services,.team{padding:95px 0}.section-heading h2{font-size:48px}.section-heading>p:last-child{font-size:15px}.story-teasers{grid-template-columns:1fr;margin-top:38px}.story-teaser-feature{grid-column:auto}.story-teaser{min-height:330px;border-radius:27px;padding:25px}.story-teaser strong{margin-top:38px}.story-invitation{align-items:flex-start;flex-direction:column}.story-invitation .button{width:100%}.service-grid{grid-template-columns:1fr}.service-card{min-height:390px}.process{width:calc(100% - 20px);padding:70px 24px;border-radius:32px;gap:45px}.process h2{font-size:53px}.process blockquote{margin-top:38px}.about{padding:100px 0 40px}.about h2{font-size:49px}.about-columns{grid-template-columns:1fr;margin-top:55px}.industry-line{margin-top:38px}.team-grid{grid-template-columns:1fr 1fr}.team-grid article{min-height:120px}.final-cta{width:calc(100% - 20px);padding:70px 24px;border-radius:32px}.final-cta h2{font-size:57px}.cta-orbit{opacity:.22}.cta-actions{flex-direction:column}.site-footer{width:calc(100% - 32px);height:auto;padding:48px 0;align-items:flex-start;flex-direction:column;gap:18px}.site-footer>p{margin:0}.site-footer>div{flex-wrap:wrap}.story-modal{padding:0}.story-shell{height:100svh;border-radius:0;grid-template-rows:4px 58px 1fr 58px}.story-body{grid-template-columns:1fr;padding:0 8px}.story-nav{position:absolute;z-index:6;width:40px;height:40px;background:rgba(255,255,255,.86)}.story-prev{left:13px}.story-next{right:13px}.story-stage{border-radius:18px}.story-caption{left:12px;bottom:12px;width:calc(100% - 24px);padding:14px;border-radius:15px}.story-caption h2{font-size:21px}.story-caption p{font-size:11px}.story-mascot-mark{right:10px;top:10px}.story-shell>footer{padding:0 13px}.story-shell>footer>span{display:none}.story-shell>footer button{width:100%}.dialog{padding:0}.dialog-panel{width:100%;height:100svh;max-height:none;border-radius:0;padding:70px 20px 30px}.dialog-panel h2{font-size:43px}.dialog-panel>.icon-close{right:16px;top:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition-duration:.01ms!important}}

.offerings{padding:70px 0 80px}.offering-tabs{width:min(720px,100%);margin:0 auto 18px;padding:7px;border-radius:24px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:7px;position:sticky;top:12px;z-index:35;box-shadow:0 12px 45px rgba(25,43,75,.1)}.offering-tab{border:0;background:transparent;border-radius:18px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left}.offering-tab span{font:700 16px "Manrope",sans-serif}.offering-tab small{font-size:9px;line-height:1.3;color:#818793;max-width:110px}.offering-tab.is-active{background:var(--ink);color:#fff}.offering-tab.is-active small{color:#aeb4be}.offering-panel{display:none;border-radius:40px;overflow:hidden}.offering-panel.is-active{display:block}.product-panel{background:var(--ink);color:#fff;padding:64px 0 30px}.offering-heading{padding:0 55px 44px;display:flex;align-items:end;justify-content:space-between;gap:40px}.offering-heading h2{font:700 clamp(48px,6vw,88px)/.94 "Manrope",sans-serif;letter-spacing:-.06em;margin:0}.offering-heading>p{max-width:410px;font-size:14px;line-height:1.65;color:#959ca8}.product-rail{display:flex;gap:13px;overflow-x:auto;padding:0 55px 25px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#41444c transparent}.product-card{flex:0 0 min(380px,82vw);min-height:490px;background:#fff;color:var(--ink);border-radius:30px;padding:25px;display:flex;flex-direction:column;scroll-snap-align:start}.product-card:nth-child(2),.product-card:nth-child(5){background:#e9eef8}.product-card:nth-child(3){background:#dce8ff}.product-card-support{background:var(--blue);color:#fff}.product-icon{width:82px;height:82px;border-radius:24px;overflow:hidden;background:#eef1f6;margin-bottom:44px}.product-icon img{width:100%;height:100%;display:block;object-fit:cover}.product-icon-letter{display:grid;place-items:center;background:#fff;color:var(--blue);font:800 34px "Manrope",sans-serif;box-shadow:inset -10px -10px 0 #bdd4ff}.product-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#777e89}.product-card-support>span{color:#c8dbff}.product-card h3{font:700 30px/1.05 "Manrope",sans-serif;letter-spacing:-.045em;margin:12px 0}.product-card>p{font-size:13px;line-height:1.58;color:#646b77}.product-card-support>p{color:#d8e6ff}.product-card code{margin-top:auto;padding-top:26px;font:600 11px "DM Sans",sans-serif;color:#727986}.product-card-support code{color:#d8e6ff}.product-card a{text-decoration:none;border-top:1px solid rgba(10,11,14,.1);padding-top:17px;margin-top:14px;font-size:12px;font-weight:800;display:flex;justify-content:space-between}.product-card-support a{border-color:rgba(255,255,255,.22)}.rail-hint{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#7b818c;padding:0 55px;margin:5px 0 0}.rail-hint span{color:#fff;margin-left:8px}.services-panel{background:#e6eaf0;padding:15px}.service-selector{display:grid;grid-template-columns:360px 1fr;min-height:650px}.service-selector-nav{background:var(--ink);color:#fff;border-radius:29px;padding:30px}.service-selector-nav>p{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#818894;margin:0 0 28px}.service-choice-rail{display:grid;gap:7px}.service-choice{border:0;background:transparent;color:#a3a9b3;border-radius:17px;padding:17px;display:flex;align-items:center;gap:15px;text-align:left;font-size:13px;font-weight:700}.service-choice>span{font-size:9px;color:#636a75}.service-choice.is-active{background:#fff;color:var(--ink)}.service-choice.is-active>span{color:var(--blue)}.service-detail{padding:64px 70px;display:flex;flex-direction:column}.service-detail h2{font:700 clamp(43px,5.5vw,78px)/.92 "Manrope",sans-serif;letter-spacing:-.06em;margin:0;max-width:720px}.service-detail>p:not(.eyebrow){font-size:15px;line-height:1.65;color:var(--muted);max-width:600px}.branch-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin:40px 0 13px}.service-branches{display:flex;flex-wrap:wrap;gap:8px}.service-branch{border:0;background:#fff;border-radius:999px;padding:11px 15px;font-size:11px;font-weight:700}.service-branch.is-active{background:var(--blue);color:#fff}.service-detail-footer{margin-top:auto;padding-top:40px;border-top:1px solid rgba(10,11,14,.1);display:flex;align-items:center;justify-content:space-between;gap:20px}.service-detail-footer p{font-size:11px;color:var(--muted);margin:0}.project-selection{display:inline-flex;background:#e3edff;color:var(--blue);border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800;margin-top:8px}
@media(max-width:900px){.offering-heading{align-items:flex-start;flex-direction:column}.service-selector{grid-template-columns:1fr}.service-selector-nav{padding:22px}.service-choice-rail{display:flex;overflow-x:auto}.service-choice{flex:0 0 auto}.service-detail{min-height:570px;padding:45px 36px}}
@media(max-width:700px){.offerings{width:calc(100% - 20px);padding:45px 0 60px}.offering-tabs{top:7px;border-radius:19px}.offering-tab{padding:12px}.offering-tab small{display:none}.offering-panel{border-radius:30px}.product-panel{padding-top:45px}.offering-heading{padding:0 24px 32px;gap:20px}.offering-heading h2{font-size:47px}.offering-heading>p{font-size:13px}.product-rail{padding:0 24px 20px}.product-card{min-height:440px;flex-basis:84vw}.product-icon{margin-bottom:33px}.rail-hint{padding:0 24px}.services-panel{padding:8px}.service-selector-nav{border-radius:24px}.service-detail{padding:42px 18px;min-height:600px}.service-detail h2{font-size:44px}.service-detail-footer{align-items:stretch;flex-direction:column}.service-detail-footer .button{width:100%}}

/* V3: fixed blue navigation, mascot-led hero, and separate product catalogue */
.site-header{position:sticky;top:12px;height:64px;margin-top:12px;padding:0 10px 0 16px;background:rgba(18,103,242,.97);color:#fff;border-radius:999px;box-shadow:0 15px 45px rgba(18,103,242,.2);backdrop-filter:blur(15px)}.site-header .brand{background:#fff;border-radius:999px;padding:8px 13px}.site-header .brand img{width:125px}.site-header .desktop-nav a:after{background:#fff}.site-header .github-button{background:rgba(255,255,255,.16)}.site-header .github-button svg{fill:#fff}.site-header .github-button:hover{background:#fff}.site-header .github-button:hover svg{fill:var(--blue)}.site-header .button-dark,.button-header{background:#fff;color:var(--blue)}.site-header .desktop-nav .is-current{font-weight:800}.hero{min-height:calc(100svh - 88px);padding-top:62px}.hero h1 em,.products-hero h1 em{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic;letter-spacing:-.035em}.hero h1 em{font-size:1.08em}.solution-map{height:650px;background:transparent;border-radius:0;box-shadow:none;overflow:visible;padding:0}.solution-map:before{display:none}.solution-intro{position:absolute;top:15px;left:50%;transform:translateX(-50%);width:max-content;max-width:75%;text-align:center;z-index:4}.solution-intro .status-dot{margin:auto}.solution-intro strong{font-size:20px}.hero-mascot{position:absolute;z-index:1;height:86%;width:auto;left:50%;bottom:-8px;transform:translateX(-50%);object-fit:contain}.route-line{display:none}.route-card{z-index:3;width:235px;background:#fff;box-shadow:0 18px 55px rgba(24,45,80,.13);backdrop-filter:none}.route-card-a{left:0;top:190px;transform:rotate(-2deg)}.route-card-b{right:0;top:190px;transform:rotate(2deg)}.route-card-c{left:15px;top:390px;transform:rotate(1deg)}.route-card-d{right:5px;top:390px;transform:rotate(-2deg)}.route-card:hover{transform:translateY(-5px)}.route-finish{z-index:4;right:50%;transform:translateX(50%);bottom:0;background:#fff;border-radius:999px;padding:9px 12px;box-shadow:0 10px 30px rgba(22,44,78,.1)}
.product-marquee{width:min(1500px,calc(100% - 48px));height:82px;margin:32px auto 10px;border-radius:25px;background:var(--blue);color:#fff;display:flex;align-items:center;gap:22px;padding:10px 18px;text-decoration:none;overflow:hidden;box-shadow:0 15px 45px rgba(18,103,242,.16)}.marquee-label{flex:0 0 auto;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;padding:0 15px}.marquee-window{min-width:0;flex:1;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee-track{display:flex;align-items:center;width:max-content;gap:12px;animation:productScroll 28s linear infinite}.product-marquee:hover .marquee-track{animation-play-state:paused}.marquee-track>span{height:55px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.13);border-radius:17px;padding:6px 16px 6px 7px;font-size:12px;font-weight:700;white-space:nowrap}.marquee-track img{width:43px;height:43px;border-radius:12px;object-fit:cover;background:#fff}.marquee-track .marquee-support{width:55px;padding:0;justify-content:center;background:#fff;color:var(--blue);font:800 20px "Manrope",sans-serif}.product-marquee>strong{flex:0 0 auto;font-size:11px;padding:0 12px}.product-marquee>strong b{margin-left:8px}@keyframes productScroll{to{transform:translateX(calc(-50% - 6px))}}
.social-icons{display:flex;gap:7px}.social-icons button{width:34px;height:34px;border-radius:50%;border:0;background:#fff;display:grid;place-items:center;color:var(--ink);transition:.2s}.social-icons button:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.social-icons svg{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:1.7}.social-icons svg circle:not(.fill-dot),.social-icons svg rect{fill:none}.social-icons .fill-dot{stroke:none}.footer-actions{display:flex!important;align-items:center!important}.project-branch-field[hidden]{display:none}.project-branch-field select{cursor:pointer}
.products-page{background:#edf1f6}.products-page .site-header{z-index:80}.products-hero{padding:125px 0 85px}.products-hero h1{font:700 clamp(64px,8.4vw,132px)/.84 "Manrope",sans-serif;letter-spacing:-.07em;margin:0}.products-hero h1 em{color:var(--blue)}.products-hero>p:not(.eyebrow){font-size:17px;line-height:1.65;color:var(--muted);max-width:690px;margin:32px 0}.product-catalog{padding-bottom:130px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-catalog .product-card{flex-basis:auto;min-width:0}.product-catalog .product-card:nth-child(2),.product-catalog .product-card:nth-child(5){background:#e3e9f4}.product-catalog .product-card:nth-child(3){background:#d6e4ff}
@media(max-width:1050px){.site-header{width:calc(100% - 32px)}.mobile-menu{top:82px}.solution-map{height:640px}.product-catalog{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.site-header{top:7px;margin-top:7px;height:60px;width:calc(100% - 20px);padding-left:9px}.site-header .brand{padding:7px 10px}.site-header .brand img{width:105px}.mobile-menu{top:73px}.hero{padding-top:70px}.hero h1 em{font-size:1.12em}.solution-map{min-height:760px;height:760px;padding:0}.solution-intro{top:0;max-width:94%}.hero-mascot{height:68%;bottom:0}.route-card{position:absolute;width:47%;padding:12px;grid-template-columns:28px 1fr}.route-card>span{width:25px;height:25px}.route-card p{font-size:10px}.route-card-a{left:0;top:155px}.route-card-b{right:0;top:220px}.route-card-c{left:0;top:365px}.route-card-d{right:0;top:430px}.route-finish{bottom:5px}.product-marquee{width:calc(100% - 20px);height:72px;margin-top:15px;border-radius:20px;padding:8px}.marquee-label{display:none}.product-marquee>strong{font-size:0;padding:0 5px}.product-marquee>strong b{font-size:16px;margin:0}.marquee-track>span{height:48px}.marquee-track img{width:37px;height:37px}.site-footer .footer-actions{align-items:flex-start!important;flex-wrap:wrap}.products-hero{padding:95px 0 65px}.products-hero h1{font-size:57px}.product-catalog{grid-template-columns:1fr;padding-bottom:80px}.product-catalog .product-card{min-height:430px}}
.marquee-d{width:43px;height:43px;border-radius:12px;background:#fff;color:var(--blue);display:grid;place-items:center;font:800 17px "Manrope",sans-serif;flex:0 0 auto}

/* V4 navigation states and service chooser */
.site-header .brand{background:transparent;padding:0}.site-header .brand img{width:140px}.products-page .site-header{background:rgba(255,255,255,.82);color:var(--ink);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(26,45,78,.09)}.products-page .site-header .github-button{background:var(--blue)}.products-page .site-header .button-header{background:var(--blue);color:#fff}.products-page .site-header .desktop-nav a:after{background:var(--blue)}body:not(.products-page) .site-header{background:transparent;color:var(--ink);box-shadow:none;backdrop-filter:none;transition:background .28s,box-shadow .28s,backdrop-filter .28s}body:not(.products-page) .site-header .desktop-nav a:after{background:var(--blue)}body:not(.products-page) .site-header .github-button{background:var(--blue)}body:not(.products-page) .site-header .github-button svg{fill:#fff}body:not(.products-page) .site-header .button-dark{background:var(--blue);color:#fff}body:not(.products-page) .site-header.is-scrolled{background:rgba(255,255,255,.78);box-shadow:0 12px 40px rgba(26,45,78,.1);backdrop-filter:blur(18px) saturate(1.25)}.services-menu{position:fixed;z-index:49;left:50%;top:86px;width:min(1080px,calc(100% - 48px));padding:24px;border-radius:30px;background:rgba(255,255,255,.92);box-shadow:0 30px 90px rgba(24,45,80,.18);backdrop-filter:blur(22px) saturate(1.25);opacity:0;visibility:hidden;transform:translate(-50%,-12px);transition:.25s}.services-menu.is-open{opacity:1;visibility:visible;transform:translate(-50%,0)}.services-menu-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:4px 4px 19px}.services-menu-head div{display:grid;gap:5px}.services-menu-head span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-weight:800}.services-menu-head strong{font:700 21px "Manrope",sans-serif;letter-spacing:-.025em}.services-menu-head>button{width:38px;height:38px;border:0;border-radius:50%;background:#eef2f7;font-size:21px}.services-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.services-menu-grid>button{min-height:145px;border:0;border-radius:22px;background:#f1f4f8;padding:18px;text-align:left;display:flex;flex-direction:column;transition:.22s}.services-menu-grid>button:hover{background:#e3edff;transform:translateY(-3px)}.services-menu-grid>button>span{font-size:9px;color:var(--blue);font-weight:800}.services-menu-grid strong{font:700 18px "Manrope",sans-serif;letter-spacing:-.025em;margin-top:auto}.services-menu-grid small{font-size:10px;color:var(--muted);margin-top:6px;line-height:1.4}
@media(max-width:700px){.site-header .brand img{width:118px}body:not(.products-page) .site-header{background:transparent}body:not(.products-page) .site-header.is-scrolled{background:rgba(255,255,255,.84)}.services-menu{top:74px;width:calc(100% - 20px);max-height:calc(100svh - 84px);overflow:auto;padding:15px;border-radius:25px}.services-menu-head strong{font-size:17px}.services-menu-grid{grid-template-columns:1fr 1fr}.services-menu-grid>button{min-height:125px;padding:14px}.services-menu-grid strong{font-size:15px}.services-menu-grid small{font-size:9px}}

/* V5 miniature brand icon, project details, and non-looping story finale */
.mascot-dot{background:#fff;box-shadow:0 8px 24px rgba(25,43,75,.12);padding:7px;overflow:hidden}.mascot-dot img,.marquee-coffee img,.story-mascot-mark span img,.cta-orbit img{width:100%;height:100%;display:block;object-fit:contain}.marquee-coffee{width:43px;height:43px;border-radius:12px;background:#fff;display:grid;place-items:center;flex:0 0 auto;padding:7px;overflow:hidden}.marquee-track .marquee-coffee img{width:100%;height:100%;border-radius:0;object-fit:contain;background:transparent}.story-mascot-mark span{padding:3px;overflow:hidden}.cta-orbit>span{width:135px;height:100px;display:grid;place-items:center}.product-icon-letter{padding:11px}.product-icon-letter img{object-fit:contain!important;background:transparent}.product-card-coffee{background:var(--blue);color:#fff}.product-card-coffee>span{color:#c8dbff}.product-card-coffee>p,.product-card-coffee code{color:#d8e6ff}.product-card-coffee a{border-color:rgba(255,255,255,.22)}.dialog label small{font-size:9px;font-weight:500;color:var(--blue);margin-left:5px}.dialog select:required:invalid{color:#7a808a}.dialog select option{color:var(--ink)}
.story-nav.is-finale-hidden{visibility:hidden;pointer-events:none}.story-stage.is-complete>#story-image,.story-stage.is-complete>.story-caption,.story-stage.is-complete>.story-mascot-mark{opacity:0;visibility:hidden;pointer-events:none}.story-complete[hidden]{display:none!important}.story-complete{position:absolute;inset:0;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.98) 0 12%,rgba(255,255,255,0) 42%),linear-gradient(145deg,#f7f9fc 0%,#e4edff 52%,#d5e4ff 100%);overflow:hidden}.story-complete:before,.story-complete:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(18,103,242,.16);pointer-events:none}.story-complete:before{width:520px;height:520px}.story-complete:after{width:700px;height:700px}.story-complete>*{position:relative;z-index:1}.story-complete>img{width:108px;height:74px;object-fit:contain;margin-bottom:22px;filter:drop-shadow(0 14px 22px rgba(18,103,242,.18))}.story-complete>span{font-size:9px;letter-spacing:.18em;font-weight:800;color:var(--blue)}.story-complete h2{font:700 clamp(38px,5.2vw,68px)/.94 "Manrope",sans-serif;letter-spacing:-.06em;max-width:790px;margin:15px 0 16px}.story-complete p{max-width:580px;margin:0 0 25px;color:#596271;font-size:14px;line-height:1.6}.story-complete .button{width:auto;min-width:285px;justify-content:center}.story-complete .button b{color:#7aacff;margin-left:18px}.story-replay{border:0;background:transparent;color:var(--ink);font-size:11px;font-weight:800;margin-top:14px;padding:8px 14px;text-decoration:underline;text-underline-offset:4px}.story-shell.is-complete>footer{visibility:hidden}
@media(max-width:700px){.story-complete{padding:28px 20px}.story-complete:before{width:360px;height:360px}.story-complete:after{width:500px;height:500px}.story-complete>img{width:82px;height:56px;margin-bottom:17px}.story-complete h2{font-size:37px;max-width:420px}.story-complete p{font-size:12px;max-width:390px;margin-bottom:20px}.story-complete .button{min-width:0;width:100%;max-width:340px}.story-complete .button b{margin-left:9px}}
