@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";:root{--kf-font:"Graphik", "Inter Tight", system-ui, -apple-system, "Segoe UI", sans-serif}html,body{font-family:var(--kf-font)}:root{--kf-blue:#1f80ff;--kf-magenta:#cf2c91;--kf-orange:#f58220;--kf-green:#4aa147;--kf-black:#000;--kf-ink:#fff;--kf-muted:#ffffffbd;--kf-line:#ffffff1f}#stage{z-index:0;width:100vw;height:100vh;display:block;position:fixed;top:0;bottom:0;left:0;right:0}#app{z-index:1;position:relative}.kf-section{box-sizing:border-box;min-height:100vh;color:var(--kf-ink);flex-direction:column;justify-content:center;padding:clamp(2rem,8vw,9rem);font-family:Inter Tight,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex;position:relative}.kf-section__inner{width:100%;max-width:64rem;margin:0 auto}.kf-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--kf-muted);margin:0 0 1.25rem;font-size:.8rem;font-weight:600}.kf-headline{letter-spacing:-.025em;margin:0;font-size:clamp(2.4rem,7vw,6rem);font-weight:700;line-height:1.02}.kf-body{color:var(--kf-muted);max-width:44ch;margin:1.75rem 0 0;font-size:clamp(1.05rem,2.2vw,1.6rem);font-weight:400;line-height:1.45}.kf-hero{text-align:center;align-items:center}.kf-hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(52% 40%,#000000f5,#000000d1 38%,#0006 64%,#0000 82%);position:absolute;top:0;bottom:0;left:0;right:0}.kf-hero .kf-section__inner{z-index:1;position:relative}.kf-hero .kf-headline{text-shadow:0 2px 40px #0009;font-size:clamp(2.8rem,8vw,6rem)}.kf-hero .kf-body{color:#ffffffdb;text-align:center;margin-left:auto;margin-right:auto}.kf-cta-button{border:1px solid var(--kf-ink);color:var(--kf-ink);font:inherit;letter-spacing:.01em;cursor:pointer;will-change:transform;background:0 0;border-radius:999px;margin-top:2.5rem;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-block}.kf-cta-button:hover{background:var(--kf-ink);color:var(--kf-black)}.kf-cta-button--primary{border-color:var(--kf-blue);background:var(--kf-blue);color:var(--kf-ink)}.kf-cta-button--primary:hover{background:var(--kf-ink);color:var(--kf-black)}.kf-cta-button--ghost{border-color:var(--kf-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;margin-top:0;padding:.55rem 1.3rem;font-size:.92rem}.kf-nav{z-index:10;pointer-events:none;justify-content:space-between;align-items:center;padding:clamp(1rem,2.4vw,1.6rem) clamp(1.25rem,5vw,3.5rem);display:flex;position:fixed;top:0;left:0;right:0}.kf-nav>*{pointer-events:auto}.kf-nav__brand{align-items:center;line-height:0;display:inline-flex}.kf-nav__logo{width:auto;height:clamp(26px,2.4vw,32px);display:block}.kf-footer{z-index:1;border-top:1px solid var(--kf-line);background:var(--kf-black);color:var(--kf-ink);font-family:var(--kf-font,"Inter Tight", system-ui, sans-serif);padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,6vw,4rem);position:relative}.kf-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;max-width:64rem;margin:0 auto;display:flex}.kf-footer__logo{width:auto;height:clamp(28px,2.6vw,36px);display:block}.kf-footer__tagline{color:var(--kf-muted);margin:.9rem 0 0;font-size:.95rem;font-weight:500}.kf-footer__meta{color:var(--kf-muted);margin:0;font-size:.85rem}@media (max-width:560px){.kf-footer__inner{flex-direction:column;align-items:flex-start}}.kf-wings__grid{background:var(--kf-line);border:1px solid var(--kf-line);border-radius:1rem;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.kf-wing{background:var(--kf-black);cursor:pointer;padding:clamp(1.5rem,4vw,3rem);transition:background .35s}.kf-wing:focus,.kf-wing:hover,.kf-wing.is-focused{background:#ffffff0a;outline:none}.kf-wing__title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:700}.kf-wing[data-wing=orchestrate] .kf-wing__title{color:var(--kf-magenta)}.kf-wing[data-wing=reason] .kf-wing__title{color:var(--kf-blue)}.kf-wing[data-wing=act] .kf-wing__title{color:var(--kf-orange)}.kf-wing[data-wing=remember] .kf-wing__title{color:var(--kf-green)}.kf-wing__body{color:var(--kf-muted);max-width:36ch;margin:0;font-size:clamp(.95rem,1.6vw,1.15rem);line-height:1.5}.kf-proof__layout,.kf-govern__layout{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.kf-proof__stats{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,3rem);margin-top:3.5rem;display:grid}.kf-stat__value{letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1}.kf-proof__stats .kf-stat:first-child .kf-stat__value{color:var(--kf-blue)}.kf-proof__stats .kf-stat:nth-child(2) .kf-stat__value{color:var(--kf-magenta)}.kf-proof__stats .kf-stat:nth-child(3) .kf-stat__value{color:var(--kf-orange)}.kf-stat__label{color:var(--kf-muted);margin:.75rem 0 0;font-size:clamp(.85rem,1.6vw,1.05rem)}.kf-visual{width:100%;position:relative}.kf-visual__canvas{width:100%;height:100%;display:block}.kf-visual__image{object-fit:cover;mix-blend-mode:screen;border-radius:1rem;width:100%;height:100%;display:block}.kf-visual__static{border:1px solid var(--kf-line);border-radius:1rem;width:100%;height:100%}.kf-visual__static--globe{background:radial-gradient(circle,#1f80ff59,#cf2c911f 60%,#0000 72%)}.kf-visual__static--liquid{background:radial-gradient(circle at 35% 35%,#f5822066,#1f80ff40 65%,#0000 80%)}.kf-proof__visual{min-height:clamp(20rem,38vw,30rem);position:relative}.kf-proof__globe{opacity:.85;pointer-events:none;width:70%;height:100%;position:absolute;top:-8%;bottom:auto;left:auto;right:-6%}.kf-proof__dashboard{z-index:1;position:relative}.kf-dash{border:1px solid var(--kf-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0cb8;border-radius:1rem;padding:1.25rem 1.4rem}.kf-dash__head{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.kf-dash__title{letter-spacing:-.01em;font-weight:600}.kf-dash__live{letter-spacing:.08em;text-transform:uppercase;color:var(--kf-green);align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;display:inline-flex}.kf-dash__live:before{content:"";background:var(--kf-green);border-radius:50%;width:.5rem;height:.5rem}.kf-dash__counters{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.1rem;display:grid}.kf-dash__counter-value{letter-spacing:-.02em;margin:0;font-size:clamp(1.1rem,2.4vw,1.6rem);font-weight:700}.kf-dash__counter-label{color:var(--kf-muted);margin:.25rem 0 0;font-size:.72rem}.kf-dash__rows{flex-direction:column;gap:.55rem;display:flex}.kf-dash__row{border-top:1px solid var(--kf-line);grid-template-columns:1fr auto;align-items:center;gap:.25rem .75rem;padding:.55rem 0;display:grid}.kf-dash__agent{font-size:.92rem;font-weight:600}.kf-dash__task{color:var(--kf-muted);grid-column:1;font-size:.78rem}.kf-dash__pill{letter-spacing:.02em;white-space:nowrap;border-radius:999px;grid-area:1/2/span 2;justify-self:end;padding:.28rem .7rem;font-size:.7rem;font-weight:600}.kf-dash__pill[data-status=running]{color:var(--kf-blue);background:#1f80ff24}.kf-dash__pill[data-status=approved]{color:var(--kf-green);background:#4aa14729}.kf-dash__pill[data-status=review]{color:var(--kf-orange);background:#f5822029}.kf-dash__pill[data-status=flagged]{color:var(--kf-magenta);background:#cf2c9129}.kf-govern__visual{height:100%;min-height:clamp(20rem,40vw,32rem)}.kf-cta{text-align:center;align-items:center}.kf-cta .kf-body{margin-left:auto;margin-right:auto}@media (max-width:900px){.kf-proof__layout,.kf-govern__layout{grid-template-columns:1fr}.kf-proof__globe{opacity:.4;width:100%;top:0;bottom:auto;left:auto;right:0}}@media (max-width:640px){.kf-wings__grid,.kf-proof__stats,.kf-dash__counters{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.kf-cta-button{transition:none}}.kf-metamorphosis{position:relative;overflow:hidden}.kf-metamorphosis__backdrop{object-fit:contain;opacity:.42;pointer-events:none;z-index:0;mix-blend-mode:screen;width:min(1100px,96vw);height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(#000 55%,#0000 80%);mask-image:radial-gradient(#000 55%,#0000 80%)}.kf-metamorphosis .kf-section__inner{z-index:1;position:relative}.kf-proof__trusted{margin-top:2.5rem}.kf-proof__trusted-label{letter-spacing:.08em;text-transform:uppercase;color:var(--kf-muted,#fff9);margin:0 0 1rem;font-size:.8rem}.kf-proof__logos{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.kf-proof__logo{opacity:.85;filter:brightness(0)invert();width:auto;height:2rem}.kf-blueprint{flex-wrap:wrap;align-items:stretch;gap:1.5rem;margin-top:3rem;display:flex}.kf-blueprint__node{border:1px solid var(--kf-line);background:#ffffff08;border-radius:1rem;flex-direction:column;flex:13rem;gap:.35rem;min-width:12rem;padding:1.5rem 1.75rem;display:flex}.kf-blueprint__node--after{background:linear-gradient(#1f80ff24,#cf2c9114);border-color:#1f80ff8c}.kf-blueprint__label{letter-spacing:-.01em;font-size:1.3rem;font-weight:600}.kf-blueprint__sub{color:var(--kf-muted);font-size:.92rem}.kf-blueprint__arrow{text-align:center;flex-direction:column;flex:12rem;justify-content:center;align-items:center;gap:.6rem;min-width:11rem;display:flex}.kf-blueprint__inject{letter-spacing:.04em;color:var(--kf-ink);font-size:.82rem;font-weight:600}.kf-blueprint__line{background:linear-gradient(90deg, var(--kf-magenta), var(--kf-blue));border-radius:2px;width:100%;height:2px;position:relative}.kf-blueprint__line:after{content:"";border-left:8px solid var(--kf-blue);border-top:5px solid #0000;border-bottom:5px solid #0000;position:absolute;top:50%;right:-2px;transform:translateY(-50%)}.kf-advantage__list{flex-direction:column;gap:2rem;max-width:52rem;margin-top:3rem;display:flex}.kf-advantage__item{border-top:1px solid var(--kf-line);align-items:baseline;gap:1.5rem;padding-top:2rem;display:flex}.kf-advantage__item:first-child{border-top:none;padding-top:0}.kf-advantage__index{color:var(--kf-blue);font-variant-numeric:tabular-nums;flex:none;font-size:.95rem;font-weight:600}.kf-advantage__title{letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.4rem;font-weight:600}.kf-advantage__desc{color:var(--kf-muted);max-width:46ch;margin:0;font-size:1.05rem;line-height:1.5}.kf-portfolio{margin-top:clamp(3rem,7vw,6rem)}.kf-portfolio__label{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--kf-muted);margin:0 0 1.75rem;font-size:.78rem;font-weight:600}.kf-portfolio__grid{background:var(--kf-line);border:1px solid var(--kf-line);border-radius:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;display:grid;overflow:hidden}.kf-portfolio__cell{background:var(--kf-black);justify-content:center;align-items:center;min-height:clamp(96px,12vw,132px);padding:1.5rem;transition:background .4s;display:flex}.kf-portfolio__logo{object-fit:contain;filter:brightness(0)invert();opacity:.34;width:auto;max-width:78%;height:auto;max-height:38px;animation:5.5s ease-in-out infinite kf-breathe;animation-delay:calc(var(--i) * .65s);transition:filter .4s,opacity .4s,transform .4s}.kf-portfolio__cell:hover{background:#ffffff08}.kf-portfolio__cell:hover .kf-portfolio__logo{filter:none;opacity:1;animation-play-state:paused;transform:scale(1.04)}@keyframes kf-breathe{0%,to{opacity:.28}50%{opacity:.62}}@media (prefers-reduced-motion:reduce){.kf-portfolio__logo{opacity:.5;animation:none}}.kf-section,.kf-footer{text-shadow:0 1px 3px #00000080,0 2px 28px #00000073}
