@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&family=Roboto+Mono:wght@400;500&family=Roboto+Serif:opsz,wght@8..144,400;8..144,500&family=Roboto+Flex:wght@400..700&display=swap";:root{--fk-cobalt: #315CFF;--fk-emerald: #00B884;--fk-near-black: #101318;--fk-deep-black: #010611;--fk-midnight-navy: #021125;--fk-deep-blue: #07274A;--fk-atmospheric-blue: #074076;--fk-soft-white: #FCFCFC;--fk-cool-silver: #BEC6CD;--fk-steel-gray: #73777F;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--space-32: 128px;--radius-none: 0;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--font-display: "Roboto", Arial, sans-serif;--font-body: "Roboto", Arial, sans-serif;--font-mono: "Roboto Mono", "Courier New", monospace;--font-editorial: "Roboto Serif", Georgia, serif;--font-flex: "Roboto Flex", Arial, sans-serif}:root{color-scheme:dark;--surface-0: var(--fk-deep-black);--surface-1: var(--fk-midnight-navy);--surface-2: color-mix(in srgb, var(--fk-midnight-navy) 62%, var(--fk-deep-black));--surface-raised: color-mix(in srgb, var(--fk-deep-blue) 28%, var(--fk-deep-black));--surface-card: color-mix(in srgb, var(--fk-soft-white) 3%, transparent);--hairline: color-mix(in srgb, var(--fk-cool-silver) 13%, transparent);--hairline-strong: color-mix(in srgb, var(--fk-cool-silver) 26%, transparent);--edge-light: color-mix(in srgb, var(--fk-atmospheric-blue) 55%, transparent);--cobalt-veil: color-mix(in srgb, var(--fk-cobalt) 14%, transparent);--cobalt-line: color-mix(in srgb, var(--fk-cobalt) 46%, transparent);--cobalt-glow: color-mix(in srgb, var(--fk-cobalt) 22%, transparent);--emerald-veil: color-mix(in srgb, var(--fk-emerald) 14%, transparent);--grid-margin: 80px;--grid-gap: 24px;--ease-mech: cubic-bezier(.2, 0, 0, 1);--dur-fast: .18s;--dur-base: .42s;--dur-slow: .62s}@media(max-width:1024px){:root{--grid-margin: 40px;--grid-gap: 20px}}@media(max-width:640px){:root{--grid-margin: 20px;--grid-gap: 16px}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--surface-0);color:var(--fk-soft-white);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,p,ul,ol,figure,blockquote{margin:0}ul,ol{padding:0;list-style:none}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--fk-cobalt);color:var(--fk-soft-white)}:focus-visible{outline:2px solid var(--fk-cobalt);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:var(--grid-margin)}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--grid-gap)}@media(max-width:1024px){.grid{grid-template-columns:repeat(8,minmax(0,1fr))}}@media(max-width:640px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.section{position:relative;padding-block:var(--space-24)}@media(max-width:1024px){.section{padding-block:var(--space-16)}}@media(max-width:640px){.section{padding-block:var(--space-12)}}.section--navy{background:var(--surface-1)}.section--edge:before{content:"";position:absolute;inset-inline:var(--grid-margin);top:0;height:1px;background:linear-gradient(90deg,var(--hairline-strong),transparent 60%)}.display{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.02;letter-spacing:-.03em;text-wrap:balance}.h2{font-family:var(--font-display);font-weight:700;font-size:clamp(1.875rem,3.2vw,3rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.h3{font-family:var(--font-display);font-weight:700;font-size:clamp(1.125rem,1.5vw,1.375rem);line-height:1.25;letter-spacing:-.01em}.lede{font-size:clamp(1.0625rem,1.35vw,1.3125rem);line-height:1.55;color:var(--fk-cool-silver);max-width:62ch}.body{font-size:1rem;line-height:1.65;color:var(--fk-cool-silver);max-width:68ch}.body strong{color:var(--fk-soft-white);font-weight:500}.body em,.stat__line em{font-style:italic;color:var(--fk-steel-gray)}.mono{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--fk-steel-gray);font-variant-numeric:tabular-nums}.mono--label{text-transform:none;letter-spacing:.04em;color:var(--fk-cool-silver)}.splitbar{display:block;width:56px;flex:none}.splitbar span{display:block;height:6px;border-radius:2px;background:var(--fk-steel-gray);transition:background var(--dur-base) var(--ease-mech)}.splitbar span:first-child{width:78%}.splitbar span:last-child{width:73.6%;margin-left:26.4%;margin-top:3px}.splitbar--active span{background:var(--fk-cobalt)}.splitbar--done span{background:var(--fk-emerald)}@media(max-width:640px){.splitbar{width:36px}.splitbar span{height:5px}}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9375rem;font-weight:500;border:1px solid transparent;cursor:pointer;position:relative;transition:background var(--dur-fast) var(--ease-mech),border-color var(--dur-fast) var(--ease-mech)}.btn--primary{background:var(--fk-cobalt);color:var(--fk-soft-white)}.btn--primary:hover{background:color-mix(in srgb,var(--fk-cobalt) 84%,var(--fk-soft-white))}.btn--secondary{background:transparent;color:var(--fk-soft-white);border-color:var(--hairline-strong)}.btn--secondary:hover{border-color:var(--fk-cool-silver);background:color-mix(in srgb,var(--fk-cool-silver) 6%,transparent)}.btn__icon{display:inline-flex;align-items:center;width:20px;height:8px;flex:none;overflow:hidden}.btn__icon svg{width:20px;height:8px;overflow:visible}.btn__icon .icon-shaft{transform-origin:left center;transform:scaleX(.55);transition:transform var(--dur-base) var(--ease-mech)}.btn__icon .icon-head{transform:translate(-4px);transition:transform var(--dur-base) var(--ease-mech)}.btn:hover .icon-shaft,.btn:focus-visible .icon-shaft{transform:scaleX(1)}.btn:hover .icon-head,.btn:focus-visible .icon-head{transform:translate(0)}.link{display:inline-flex;align-items:center;gap:var(--space-3);color:var(--fk-soft-white);font-weight:500;padding-bottom:var(--space-2);border-bottom:1px solid var(--cobalt-line);transition:border-color var(--dur-fast) var(--ease-mech)}.link:hover{border-bottom-color:var(--fk-cobalt)}.card{position:relative;background:var(--surface-card);border:1px solid var(--fk-deep-blue);border-radius:var(--radius-md);padding:var(--space-8);overflow:hidden;transition:border-color var(--dur-base) var(--ease-mech),background var(--dur-base) var(--ease-mech)}.card:before{content:"";position:absolute;top:0;left:0;height:1px;width:38%;background:linear-gradient(90deg,var(--fk-cobalt),transparent);transition:width var(--dur-slow) var(--ease-mech),background var(--dur-slow) var(--ease-mech)}.card:hover{border-color:color-mix(in srgb,var(--fk-cobalt) 34%,var(--fk-deep-blue));background:color-mix(in srgb,var(--fk-soft-white) 5%,transparent)}.card:hover:before{width:100%}.card--done:before{background:linear-gradient(90deg,var(--fk-emerald),transparent)}.status{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:999px;border:1px solid var(--hairline);font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fk-cool-silver)}.status:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--fk-steel-gray)}.status--done{border-color:var(--emerald-veil);color:var(--fk-emerald)}.status--done:before{background:var(--fk-emerald)}.status--active{border-color:var(--cobalt-veil);color:var(--fk-cobalt)}.status--active:before{background:var(--fk-cobalt)}.placeholder{display:flex;flex-direction:column;gap:var(--space-2);border:1px dashed color-mix(in srgb,var(--fk-steel-gray) 68%,transparent);border-radius:var(--radius-md);padding:var(--space-6);color:var(--fk-steel-gray);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}[data-reveal]{opacity:0;transform:translateY(12px);transition:opacity var(--dur-slow) var(--ease-mech),transform var(--dur-slow) var(--ease-mech)}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface-0) 78%,transparent);backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);border-bottom:1px solid var(--hairline)}.nav__inner{display:flex;align-items:center;justify-content:space-between;padding-block:var(--space-4);gap:var(--space-8)}.nav__logo{display:block;width:168px;flex:none}.nav__logo svg{width:100%;height:auto;display:block}.nav__mark{display:none;width:44px;flex:none}.nav__mark svg{width:100%;height:auto;display:block}.nav__links{display:flex;align-items:center;gap:var(--space-8)}.nav__link{font-size:.9375rem;color:var(--fk-cool-silver);transition:color var(--dur-fast) var(--ease-mech)}.nav__link:hover,.nav__link[aria-current=page]{color:var(--fk-soft-white)}.nav__cta.btn{padding:var(--space-2) var(--space-4);font-size:.875rem;white-space:nowrap}@media(max-width:640px){.nav__logo{display:none}.nav__mark{display:block;width:32px}.nav__links{gap:var(--space-3)}.nav__inner{gap:var(--space-4)}.nav__link{font-size:.8125rem;white-space:nowrap}.btn{padding:var(--space-3) var(--space-6);font-size:.875rem}.nav__cta.btn{padding:var(--space-2) var(--space-3);font-size:.8125rem}.nav__cta .btn__icon{display:none}}@media(max-width:400px){.nav__inner{gap:var(--space-3)}.nav__links{gap:10px}.nav__link,.nav__cta.btn{font-size:.75rem}}#about,#contact{scroll-margin-top:72px}.anchor-target{position:absolute;inset:0 auto auto 0}.hero{position:relative;display:flex;align-items:center;min-height:min(92vh,900px);padding-block:var(--space-24);overflow:hidden}.hero__field{position:absolute;top:0;right:0;bottom:0;left:36%;z-index:0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 26%);mask-image:linear-gradient(90deg,transparent 0%,black 26%)}.hero__field:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 78% 42%,var(--fk-deep-blue) 0%,transparent 62%),radial-gradient(60% 44% at 84% 38%,var(--cobalt-glow) 0%,transparent 70%),linear-gradient(180deg,var(--surface-0) 0%,var(--surface-1) 52%,var(--surface-0) 100%)}.hero__field svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media(max-width:1024px){.hero__field{top:0;right:0;bottom:0;left:0;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 30%);mask-image:linear-gradient(180deg,transparent 0%,black 30%)}}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-0) 0%,var(--surface-0) 34%,color-mix(in srgb,var(--surface-0) 72%,transparent) 52%,transparent 78%)}.hero__inner{position:relative;z-index:1;width:100%}.hero__copy{grid-column:1 / span 7}.hero__meta{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8)}.hero__headline{margin-bottom:var(--space-8)}.hero__lede{margin-bottom:var(--space-12)}.hero__actions{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}@media(max-width:1024px){.hero__copy{grid-column:1 / -1}}@media(max-width:640px){.hero{min-height:0;padding-block:var(--space-16) var(--space-24)}.hero__scrim{background:linear-gradient(0deg,var(--surface-0) 0%,var(--surface-0) 42%,color-mix(in srgb,var(--surface-0) 62%,transparent) 100%)}}.field-path{fill:none;stroke:var(--cobalt-line);stroke-width:1}.field-grid{fill:none;stroke:var(--hairline);stroke-width:1}.field-node{fill:var(--surface-1);stroke:var(--edge-light);stroke-width:1}.field-bar{fill:var(--fk-cool-silver);opacity:.55}.field-bar--active{fill:var(--fk-cobalt);opacity:1}.field-node--done{fill:color-mix(in srgb,var(--fk-emerald) 18%,var(--surface-1));stroke:var(--fk-emerald)}.field-trace{fill:none;stroke:var(--fk-cobalt);stroke-width:1.5;stroke-linecap:round;stroke-dasharray:90 620;stroke-dashoffset:710;animation:trace 7s linear infinite}.field-trace--b{stroke-dasharray:70 640;animation-duration:9s;animation-delay:1.4s}.field-trace--c{stroke:var(--fk-emerald);stroke-dasharray:50 660;animation-duration:11s;animation-delay:3s}@keyframes trace{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.field-trace{animation:none;stroke-dashoffset:0;stroke-dasharray:none;opacity:.5}}.head{grid-column:1 / span 4}.head__number{display:block;margin-bottom:var(--space-6)}.head__lede{margin-top:var(--space-6);color:var(--fk-cool-silver)}.head__action{margin-top:var(--space-8)}@media(max-width:1024px){.head{grid-column:1 / -1;margin-bottom:var(--space-8)}}.problem__list{grid-column:6 / span 7;display:flex;flex-direction:column;gap:var(--space-3)}.problem__item{display:grid;grid-template-columns:56px 1fr;gap:var(--space-6);align-items:start;padding:var(--space-6);border:1px solid var(--fk-deep-blue);border-radius:var(--radius-md);background:var(--surface-card);position:relative;overflow:hidden;transition:border-color var(--dur-base) var(--ease-mech),background var(--dur-base) var(--ease-mech)}.problem__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--fk-steel-gray);transition:background var(--dur-base) var(--ease-mech)}.problem__item:hover{border-color:color-mix(in srgb,var(--fk-cobalt) 30%,var(--fk-deep-blue));background:color-mix(in srgb,var(--fk-soft-white) 5%,transparent)}.problem__item:hover:before{background:var(--fk-cobalt)}.problem__close{grid-column:6 / span 6;margin-top:var(--space-12);font-family:var(--font-display);font-weight:700;font-size:clamp(1.25rem,2vw,1.875rem);line-height:1.25;letter-spacing:-.015em;color:var(--fk-soft-white);padding-left:var(--space-8);border-left:2px solid var(--fk-cobalt)}@media(max-width:1024px){.problem__list,.problem__close{grid-column:1 / -1}}@media(max-width:640px){.problem__item{grid-template-columns:40px 1fr;gap:var(--space-4)}.problem__close{padding-left:var(--space-6)}}.build__grid{grid-column:5 / span 8;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap)}.build__card{display:flex;flex-direction:column;gap:var(--space-4)}.build__card:nth-child(2n){margin-top:var(--space-12)}.build__close{grid-column:5 / span 7;margin-top:var(--space-16);color:var(--fk-steel-gray);font-size:.9375rem;max-width:60ch}.build__action{grid-column:5 / span 8;margin-top:var(--space-8)}@media(max-width:1024px){.build__grid,.build__close,.build__action{grid-column:1 / -1}.build__card:nth-child(2n){margin-top:0}}@media(max-width:640px){.build__grid{grid-template-columns:minmax(0,1fr)}}.how__steps{grid-column:5 / span 8}.how__step{position:relative;display:grid;grid-template-columns:56px 1fr;gap:var(--space-8);padding-bottom:var(--space-16)}.how__step:last-of-type{padding-bottom:0}.how__rail{position:relative}.how__step:not(:last-of-type) .how__rail:after{content:"";position:absolute;left:6px;top:var(--space-8);bottom:calc(var(--space-8) * -1);width:1px;background:linear-gradient(180deg,var(--fk-cobalt) 0%,var(--cobalt-line) 55%,transparent 100%)}.how__body{display:flex;flex-direction:column;gap:var(--space-3)}.how__review{grid-column:5 / span 8;margin-top:var(--space-16);background:var(--surface-raised);border:1px solid var(--cobalt-veil);border-left:2px solid var(--fk-cobalt);border-radius:var(--radius-md);padding:var(--space-12)}.how__review-label{display:block;margin-bottom:var(--space-4)}.how__action{grid-column:5 / span 8;margin-top:var(--space-8)}@media(max-width:1024px){.how__steps,.how__review,.how__action{grid-column:1 / -1}}@media(max-width:640px){.how__step{grid-template-columns:40px 1fr;gap:var(--space-4);padding-bottom:var(--space-12)}.how__review{padding:var(--space-8)}}.band{position:relative;height:clamp(220px,32vw,440px);overflow:hidden}.band img{width:100%;height:100%;object-fit:cover;object-position:50% 42%}.band__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--surface-0) 0%,transparent 18%,transparent 82%,var(--surface-0) 100%)}.proof__stats{grid-column:5 / span 8;display:flex;flex-direction:column;gap:var(--space-6)}.proof__stat{display:grid;grid-template-columns:56px 1fr;gap:var(--space-6);align-items:start}.proof__stat-body{display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.stat__figure{display:flex;align-items:baseline;gap:var(--space-4);flex-wrap:wrap}.stat__figure strong{color:var(--fk-soft-white);font-family:var(--font-display);font-weight:400;font-size:clamp(2.25rem,3.4vw,3.25rem);line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.stat__figure .mono{color:var(--fk-emerald)}.stat__line{font-size:1rem;line-height:1.5;color:var(--fk-cool-silver)}.stat__line strong{color:var(--fk-soft-white);font-weight:700}.proof__boundary{grid-column:5 / span 7;margin-top:var(--space-12);padding:var(--space-8);border:1px solid var(--hairline);border-radius:var(--radius-md);color:var(--fk-cool-silver);font-size:.9375rem}.proof__action{grid-column:5 / span 8;margin-top:var(--space-12)}@media(max-width:1024px){.proof__stats,.proof__boundary,.proof__action{grid-column:1 / -1}}@media(max-width:640px){.proof__stat{grid-template-columns:1fr;gap:var(--space-4)}}.quotes{background:var(--surface-1)}.quotes__head{grid-column:1 / span 4}.quotes__rail{grid-column:1 / -1;margin-top:var(--space-12)}.quotes__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,460px);gap:var(--grid-gap);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-6);scrollbar-width:thin;scrollbar-color:var(--fk-deep-blue) transparent}.quotes__track::-webkit-scrollbar{height:4px}.quotes__track::-webkit-scrollbar-track{background:var(--hairline);border-radius:999px}.quotes__track::-webkit-scrollbar-thumb{background:var(--fk-deep-blue);border-radius:999px}.quote{scroll-snap-align:start;display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-8);min-height:280px;padding:var(--space-12)}.quote__mark{width:28px}.quote__body{font-size:1.1875rem;line-height:1.6;color:var(--fk-cool-silver)}.quote__attrib{display:flex;flex-direction:column;gap:var(--space-2);padding-top:var(--space-6);border-top:1px solid var(--hairline)}.quote__attrib strong{color:var(--fk-soft-white);font-size:.9375rem}.quote__attrib .mono{font-size:.6875rem}.quotes__note{margin-top:var(--space-6);color:var(--fk-steel-gray);font-size:.8125rem;max-width:46ch}.quotes__controls{display:flex;align-items:center;gap:var(--space-4);margin-top:var(--space-8)}.quotes__btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hairline-strong);border-radius:var(--radius-sm);background:transparent;color:var(--fk-soft-white);cursor:pointer;transition:border-color var(--dur-fast) var(--ease-mech),background var(--dur-fast) var(--ease-mech)}.quotes__btn:hover{border-color:var(--fk-cobalt);background:var(--cobalt-veil)}.quotes__btn svg{width:18px;height:18px}.quotes__count{min-width:72px;text-align:center}@media(max-width:1024px){.quotes__head{grid-column:1 / -1}}@media(max-width:640px){.quotes__track{grid-auto-columns:calc(100vw - 40px)}.quote{min-height:300px}}.founder{position:relative;overflow:hidden}.founder__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.founder__media img{width:100%;height:100%;object-fit:cover;object-position:74% 50%}.founder__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-0) 0%,var(--surface-0) 30%,color-mix(in srgb,var(--surface-0) 72%,transparent) 54%,color-mix(in srgb,var(--surface-0) 30%,transparent) 100%)}.founder__inner{position:relative;z-index:1}.founder__body{grid-column:1 / span 6;display:flex;flex-direction:column;gap:var(--space-8)}.founder__block{display:flex;flex-direction:column;gap:var(--space-3)}.founder__track{padding-top:var(--space-8);border-top:1px solid var(--hairline)}.founder__actions{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}@media(max-width:1024px){.founder__body{grid-column:1 / -1}.founder__media img{object-position:68% 30%}}@media(max-width:640px){.founder{padding-top:0}.founder__media{position:relative;inset:auto;margin-bottom:var(--space-8)}.founder__media img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;object-position:50% 30%}.founder__scrim{background:linear-gradient(180deg,transparent 0%,transparent 62%,var(--surface-0) 100%)}.founder__body{padding-top:0}}.faq__list{grid-column:5 / span 8}.faq__item{border-top:1px solid var(--hairline);transition:border-color var(--dur-base) var(--ease-mech)}.faq__item:last-of-type{border-bottom:1px solid var(--hairline)}.faq__item[open]{border-top-color:var(--cobalt-line)}.faq__item[open]{background:color-mix(in srgb,var(--fk-soft-white) 3%,transparent)}.faq__item[open] .faq__q{color:var(--fk-soft-white)}.faq__q{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-8);padding-block:var(--space-8);padding-inline:var(--space-3);cursor:pointer;list-style:none;font-family:var(--font-display);font-weight:500;font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.4;color:var(--fk-soft-white);transition:color var(--dur-fast) var(--ease-mech)}.faq__q::-webkit-details-marker{display:none}.faq__q:hover{color:var(--fk-cool-silver)}.faq__marker{position:relative;width:12px;height:12px;flex:none;align-self:center}.faq__marker:before,.faq__marker:after{content:"";position:absolute;background:var(--fk-steel-gray);transition:opacity var(--dur-fast) var(--ease-mech),background var(--dur-fast) var(--ease-mech)}.faq__marker:before{left:0;top:5.5px;width:12px;height:1px}.faq__marker:after{left:5.5px;top:0;width:1px;height:12px}.faq__item[open] .faq__marker:after{opacity:0}.faq__item[open] .faq__marker:before{background:var(--fk-cobalt)}.faq__a{padding-bottom:var(--space-8);padding-left:var(--space-3);padding-right:var(--space-16);color:var(--fk-cool-silver);max-width:72ch}.faq__action{grid-column:5 / span 8;margin-top:var(--space-12)}@media(max-width:1024px){.faq__list,.faq__action{grid-column:1 / -1}}@media(max-width:640px){.faq__a{padding-right:0}}.cta{background:var(--surface-1)}.cta__copy{grid-column:1 / span 4}.cta__line{margin-top:var(--space-6)}.cta__email{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-8);color:var(--fk-cool-silver);font-size:.9375rem;flex-wrap:wrap}.cta__email svg{color:var(--fk-cobalt);flex:none}.cta__email a{color:var(--fk-soft-white);border-bottom:1px solid var(--cobalt-line)}.cta__embed{grid-column:5 / span 8;min-width:0}.cta__cal{width:100%;min-height:640px;max-height:760px;overflow:auto;border:1px solid var(--hairline-strong);border-radius:var(--radius-md);background:var(--surface-raised)}.cta__fallback{margin-top:var(--space-4);color:var(--fk-steel-gray);font-size:.75rem;line-height:1.5;overflow-wrap:anywhere}.cta__fallback a{color:var(--fk-cool-silver);text-decoration:underline;text-underline-offset:3px}@media(max-width:1024px){.cta__copy,.cta__embed{grid-column:1 / -1}.cta__embed{margin-top:var(--space-12)}}@media(max-width:640px){.cta__cal{min-height:620px}}.automates__body{grid-column:5 / span 7;display:flex;flex-direction:column;gap:var(--space-6)}.automates__label{display:flex;align-items:center;gap:var(--space-4)}.automates__action{margin-top:var(--space-4)}@media(max-width:1024px){.automates__body{grid-column:1 / -1}}.footer{position:relative;border-top:1px solid var(--hairline);padding-block:var(--space-20, 80px) var(--space-16);background:var(--surface-1)}.footer:before{content:"";position:absolute;top:-1px;left:0;height:1px;width:38%;background:linear-gradient(90deg,var(--fk-cobalt),transparent)}.footer__link:focus-visible,.footer__link:hover{color:var(--fk-soft-white)}.footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-12) var(--space-16);flex-wrap:wrap}.footer__brand{display:flex;flex-direction:column;gap:var(--space-6);max-width:340px}.footer__contact{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-start}.footer__logo{display:block;width:176px}.footer__logo svg{width:100%;height:auto;display:block}.footer__positioning{color:var(--fk-cool-silver);font-size:.875rem;line-height:1.5;max-width:42ch}.footer__email{color:var(--fk-soft-white);font-size:.9375rem}.footer__nav{display:flex;gap:var(--space-12) var(--space-16);flex-wrap:wrap}.footer__group{display:flex;flex-direction:column;gap:var(--space-4);min-width:132px}.footer__group-label{color:var(--fk-steel-gray)}.footer__links{display:flex;flex-direction:column;gap:var(--space-3)}.footer__link{display:flex;flex-direction:column;gap:2px;color:var(--fk-cool-silver);font-size:.9375rem;transition:color var(--dur-fast) var(--ease-mech)}.footer__link:hover{color:var(--fk-soft-white)}.footer__note,.footer__copyright{color:var(--fk-steel-gray);font-size:.75rem}@media(max-width:760px){.footer__inner{flex-direction:column}.footer__nav{gap:var(--space-8) var(--space-12)}}.cases-hero{position:relative;padding-block:var(--space-16);overflow:hidden;border-bottom:1px solid var(--hairline)}.cases-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cases-hero__media img{width:100%;height:100%;object-fit:cover;object-position:60% 50%;filter:brightness(.62) saturate(.9)}.cases-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--surface-0) 0%,color-mix(in srgb,var(--surface-0) 78%,transparent) 46%,color-mix(in srgb,var(--surface-0) 46%,transparent) 100%),linear-gradient(0deg,var(--surface-0) 0%,transparent 46%)}.cases-hero__inner{position:relative;z-index:1}.cases-hero__copy{grid-column:1 / span 7}.cases-hero__intro{margin-top:var(--space-8)}@media(max-width:1024px){.cases-hero__copy{grid-column:1 / -1}}.cases{grid-column:1 / -1;display:flex;flex-direction:column;gap:var(--space-6)}.case{display:grid;grid-template-columns:96px minmax(0,1fr);gap:var(--grid-gap);align-items:start;padding:var(--space-12)}.case__index{display:flex;flex-direction:column;gap:var(--space-4)}.case__body{display:flex;flex-direction:column;gap:var(--space-8);min-width:0}.case__title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2.25rem);line-height:1.12;color:var(--fk-soft-white);max-width:28ch}.case__signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.case__signals li{display:flex;align-items:center;min-height:72px;padding:var(--space-4);border-top:1px solid var(--fk-emerald);background:color-mix(in srgb,var(--fk-emerald) 7%,transparent);color:var(--fk-soft-white);font-family:var(--font-mono);font-size:.75rem;line-height:1.4}.case__body>.body{max-width:78ch}.case__evidence{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--hairline);flex-wrap:wrap}.case__evidence-label{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--fk-cool-silver);font-size:.6875rem}@media(max-width:640px){.case{grid-template-columns:minmax(0,1fr);gap:var(--space-4);padding:var(--space-8)}}@media(max-width:640px){.case__signals{grid-template-columns:minmax(0,1fr)}.case__signals li{min-height:52px}}.case--featured{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(var(--space-8),5vw,var(--space-24));align-items:center;min-height:0;padding:clamp(var(--space-8),4vw,var(--space-12));border:1px solid var(--fk-deep-blue);border-radius:var(--radius-md);background:radial-gradient(circle at 78% 48%,var(--cobalt-glow),transparent 34%),linear-gradient(120deg,var(--surface-card),transparent 52%),var(--surface-0);overflow:hidden}.case--featured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,var(--cobalt-line),transparent 30%) top left / 48% 1px no-repeat,linear-gradient(0deg,var(--hairline-strong),transparent 35%) bottom left / 1px 68% no-repeat;opacity:.8}.case-featured__copy{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0}.case-featured__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);margin-bottom:var(--space-8)}.case-featured__meta .mono{color:var(--fk-cool-silver)}.case-featured__meta .splitbar{width:42px}.case-featured__title{max-width:23ch;color:var(--fk-soft-white);font-family:var(--font-display);font-size:clamp(2rem,3.35vw,3.625rem);font-weight:400;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}.case-featured__comparison{display:grid;grid-template-columns:minmax(0,.8fr) 56px minmax(0,1.25fr);gap:var(--space-4);align-items:end;margin-top:var(--space-8);padding-bottom:var(--space-6)}.case-featured__metric{display:flex;flex-direction:column;gap:var(--space-1)}.case-featured__metric-label{color:var(--fk-cool-silver);font-size:1rem}.case-featured__metric--active .case-featured__metric-label{color:var(--fk-cobalt)}.case-featured__metric-line{display:flex;align-items:baseline;gap:var(--space-3);white-space:nowrap}.case-featured__metric-line strong{color:var(--fk-soft-white);font-family:var(--font-display);font-size:clamp(4.75rem,8vw,7.5rem);font-weight:400;line-height:.9;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.case-featured__metric--active .case-featured__metric-line strong{color:var(--fk-cobalt)}.case-featured__metric-line span{color:var(--fk-soft-white);font-family:var(--font-mono);font-size:clamp(.75rem,1.2vw,1rem);letter-spacing:.18em;text-transform:uppercase}.case-featured__arrow{position:relative;align-self:center;display:block;height:1px;background:var(--fk-cobalt);box-shadow:0 0 14px var(--fk-cobalt)}.case-featured__arrow:before,.case-featured__arrow:after{content:"";position:absolute;right:-1px;width:14px;height:1px;background:var(--fk-cobalt);transform-origin:right center}.case-featured__arrow:before{transform:rotate(45deg)}.case-featured__arrow:after{transform:rotate(-45deg)}.case-featured__arrow span{position:absolute;top:-24px;right:-10px;bottom:-24px;left:-10px;background:radial-gradient(circle,var(--cobalt-glow),transparent 62%)}.case-featured__metric-groups{display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-8)}.case-featured__metric-group{padding-top:var(--space-3);border-top:1px solid var(--cobalt-line)}.case-featured__metric-group>.mono{color:var(--fk-cobalt)}.case-featured__metric-group dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:var(--space-3) 0 0}.case-featured__metric-group dl:has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.case-featured__metric-group dl>div{display:flex;flex-direction:column-reverse;gap:var(--space-1);min-width:0;padding-right:var(--space-6)}.case-featured__metric-group dl>div+div{padding-left:var(--space-8);border-left:1px solid var(--cobalt-line)}.case-featured__metric-group dt{color:var(--fk-cool-silver);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.case-featured__metric-group dd{margin:0;color:var(--fk-cobalt);font-family:var(--font-display);font-size:clamp(3.5rem,6.4vw,5.75rem);line-height:.95;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.case-featured__metric-group>p{margin-top:var(--space-3);color:var(--fk-cool-silver);font-size:.8125rem;line-height:1.5}.case-featured__signals{display:flex;align-items:center;gap:var(--space-4);padding-block:var(--space-3);border-top:1px solid var(--cobalt-line);border-bottom:1px solid var(--hairline)}.case-featured__signals ul{display:flex;gap:var(--space-3);flex-wrap:wrap}.case-featured__signals li{padding:var(--space-2) var(--space-3);border:1px solid var(--cobalt-line);border-radius:var(--radius-sm);color:var(--fk-cool-silver);font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em}.case-featured__signals p{margin-left:auto;color:var(--fk-cool-silver);font-size:.8125rem}.case-featured__signals p strong{color:var(--fk-soft-white);font-weight:500}.case-featured__body{margin-top:var(--space-6)}.case-featured__testimonial{margin-top:var(--space-6);padding-left:var(--space-6);border-left:2px solid var(--fk-cobalt)}.case-featured__testimonial>p{color:var(--fk-soft-white);font-family:var(--font-editorial);font-size:1.125rem;line-height:1.55}.case-featured__testimonial footer{display:flex;gap:var(--space-2) var(--space-4);flex-wrap:wrap;margin-top:var(--space-3);color:var(--fk-steel-gray);font-family:var(--font-mono);font-size:.6875rem}.case-featured__proof-note{margin-top:var(--space-3);color:var(--fk-steel-gray);font-size:.625rem}.case-featured__tags{display:flex;gap:var(--space-3) var(--space-4);flex-wrap:wrap;margin-top:var(--space-8);padding-top:var(--space-4);border-top:1px solid var(--hairline)}.case-featured__tags li{position:relative;padding-left:var(--space-3);color:var(--fk-cool-silver);font-size:.625rem}.case-featured__tags li:before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;background:var(--fk-cobalt);transform:translateY(-50%)}.case--featured .case__evidence{margin-top:var(--space-6)}.case-system{position:relative;z-index:1;width:100%;max-width:500px;margin-inline:auto;color:var(--fk-cobalt)}.case-system:before{content:"";position:absolute;top:12%;right:6%;bottom:12%;left:6%;z-index:-1;background:radial-gradient(circle,var(--cobalt-glow),transparent 68%);filter:blur(18px)}.case-system__svg{width:100%;height:auto;overflow:visible}.case-system__frames rect{fill:transparent;stroke:currentColor;stroke-width:1;opacity:.32}.case-system__field{stroke:currentColor;stroke-width:1;opacity:.88}.case-system__grid{color:var(--fk-cobalt);opacity:.36}.case-system__side-paths{fill:none;stroke:var(--fk-cobalt);stroke-width:1.25;opacity:.72}.case-system__side-paths circle{fill:var(--surface-0);stroke-width:2}.case-system__spine{fill:none;stroke:var(--fk-cobalt);stroke-width:2;opacity:.52}.case-system__trace{fill:none;stroke:var(--fk-soft-white);stroke-width:2;stroke-dasharray:42 580;opacity:0}.is-visible .case-system__trace{animation:case-system-trace 1.8s var(--ease-mech) .35s 1 both}.case-system__node rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 92%,transparent);stroke:var(--fk-cobalt);stroke-width:1.25}.case-system__node text{fill:var(--fk-cool-silver);font-family:var(--font-mono);font-size:12px;letter-spacing:1.2px;text-transform:uppercase}.case-system__node .case-system__detail{fill:var(--fk-cobalt);font-size:9px;letter-spacing:1px}.case-system__step circle{fill:var(--surface-0);stroke:var(--fk-cool-silver);stroke-width:1}.case-system__step text{fill:var(--fk-soft-white);font-size:10px;letter-spacing:0}.case-system__icon{fill:none;stroke:var(--fk-cool-silver);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:square}.case-system__port{fill:var(--fk-soft-white);stroke:var(--fk-cobalt);stroke-width:3}.case-system__node--complete rect{stroke:var(--fk-emerald)}.case-system__node--complete text{fill:var(--fk-soft-white)}.case-system__node--complete .case-system__port{stroke:var(--fk-emerald)}.case-system__base{fill:color-mix(in srgb,var(--fk-cobalt) 8%,var(--surface-0));stroke:var(--fk-cobalt);stroke-width:1}.case-system__base ellipse{fill:none}.case-system__base circle{fill:var(--fk-emerald);stroke:var(--fk-soft-white)}.case--copy-right .case-featured__copy{order:2}.case--copy-right .case-system{order:1}.case-system--branched .case-system__side-paths{opacity:1;stroke-width:1.5}.case-system--pipelines{max-width:620px}.case--featured:has(.case-system--pipelines){grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:clamp(var(--space-8),3vw,var(--space-12))}.pipeline-system__frames rect{fill:transparent;stroke:var(--fk-cobalt);stroke-width:1;opacity:.22}.pipeline-system__field{color:var(--fk-cobalt);stroke:var(--fk-cobalt);stroke-width:1;opacity:.46}.pipeline-system__heading,.pipeline-system__column-label,.pipeline-system__column-detail,.pipeline-system__node-label,.pipeline-system__control text,.pipeline-system__layer text{fill:var(--fk-cool-silver);font-family:var(--font-mono);text-transform:uppercase}.pipeline-system__heading{fill:var(--fk-soft-white);font-size:12px;letter-spacing:3px}.pipeline-system__column>rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 82%,transparent);stroke:var(--fk-cobalt);stroke-width:1;opacity:.72}.pipeline-system__column-label{fill:var(--fk-soft-white);font-size:10px;letter-spacing:1.5px}.pipeline-system__column-detail{font-size:8px;letter-spacing:.4px}.pipeline-system__connections{fill:none;stroke:var(--fk-cobalt);stroke-width:1.25;opacity:.78}.pipeline-system__trace{stroke:var(--fk-soft-white);stroke-width:1.5;stroke-dasharray:36 620;opacity:0}.is-visible .pipeline-system__trace{animation:pipeline-system-trace 2.2s var(--ease-mech) .35s 1 both}.pipeline-system__control text{font-size:7px;letter-spacing:.2px}.pipeline-system__control circle{fill:var(--surface-0);stroke:var(--fk-cobalt);stroke-width:2}.pipeline-system__node>rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 94%,transparent);stroke:var(--fk-cobalt);stroke-width:1.2}.pipeline-system__node-label{fill:var(--fk-soft-white);font-size:8px;letter-spacing:.3px}.pipeline-system__icon{fill:none;stroke:var(--fk-cool-silver);stroke-width:1.35;stroke-linejoin:round;stroke-linecap:square}.pipeline-system__step circle{fill:var(--surface-0);stroke:var(--fk-cool-silver);stroke-width:1}.pipeline-system__step text{fill:var(--fk-soft-white);font-family:var(--font-mono);font-size:8px}.pipeline-system__node--complete>rect{stroke:var(--fk-emerald)}.pipeline-system__complete{fill:var(--fk-emerald);stroke:var(--fk-soft-white);stroke-width:1}.pipeline-system__base{fill:none;stroke:var(--fk-cobalt);stroke-width:1}.pipeline-system__base circle{fill:var(--fk-cobalt)}.pipeline-system__layer path{fill:color-mix(in srgb,var(--fk-cobalt) 8%,var(--surface-0));stroke:var(--fk-cobalt);stroke-width:1}.pipeline-system__layer text{fill:var(--fk-soft-white);font-size:9px;letter-spacing:2px}.case-system--journey{max-width:660px}.case--featured:has(.case-system--journey){grid-template-columns:minmax(0,.92fr) minmax(450px,1.08fr);gap:clamp(var(--space-8),3vw,var(--space-12))}.journey-system__stage-number,.journey-system__stage-label,.journey-system__stage-detail,.journey-system__quiz text,.journey-system__profile text{fill:var(--fk-cool-silver);font-family:var(--font-mono);text-transform:uppercase}.journey-system__stage-number,.journey-system__stage-label{fill:var(--fk-cobalt)}.journey-system__stage-number{font-size:10px}.journey-system__stage-label{font-size:8px;letter-spacing:.8px}.journey-system__stage-detail{font-size:7px;letter-spacing:.3px}.journey-system__connections{fill:none;stroke:var(--fk-cobalt);stroke-width:1.3;opacity:.72}.journey-system__trace{stroke:var(--fk-soft-white);stroke-width:1.6;stroke-dasharray:34 620;opacity:0}.is-visible .journey-system__trace{animation:journey-system-trace 2.1s var(--ease-mech) .35s 1 both}.journey-system__entry rect,.journey-system__quiz>rect,.journey-system__score>rect,.journey-system__profiles>rect,.journey-system__sequences>rect,.journey-system__attribution>rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 88%,transparent);stroke:var(--fk-cobalt);stroke-width:1}.journey-system__entry circle,.journey-system__entry path,.journey-system__score circle,.journey-system__score path{fill:none;stroke:var(--fk-cool-silver);stroke-width:1.3}.journey-system__quiz circle{fill:var(--surface-0);stroke:var(--fk-cobalt);stroke-width:1.2}.journey-system__quiz text{fill:var(--fk-soft-white);font-size:7px}.journey-system__score>rect+rect,.journey-system__attribution>rect+rect{color:var(--fk-cobalt);opacity:.5}.journey-system__profile rect,.journey-system__sequence rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 94%,transparent);stroke:var(--fk-cobalt);stroke-width:1}.journey-system__profile text{fill:var(--fk-soft-white);font-size:9px}.journey-system__sequence path{fill:none;stroke:var(--fk-cool-silver);stroke-width:1}.journey-system__port{fill:var(--fk-soft-white)!important;stroke:var(--fk-cobalt)!important;stroke-width:2!important}.journey-system__complete{fill:var(--fk-emerald);stroke:var(--fk-soft-white);stroke-width:1.2}.journey-system__attribution>path{fill:none;stroke:var(--fk-soft-white);stroke-width:1.4}.journey-system__base{fill:color-mix(in srgb,var(--fk-cobalt) 7%,var(--surface-0));stroke:var(--fk-cobalt);stroke-width:1}.journey-system__base ellipse{fill:none}.journey-system__base circle{fill:var(--fk-cobalt)}.case-system--platform{max-width:700px}.case--featured:has(.case-system--platform){grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);gap:clamp(var(--space-8),3vw,var(--space-12))}.platform-system__heading,.platform-system__stage-number,.platform-system__stage-label,.platform-system__stage-detail,.platform-system__small-node text,.platform-system__content-node text,.platform-system__service-node text,.platform-system__large-node text,.platform-system__quote text{fill:var(--fk-cool-silver);font-family:var(--font-mono);text-transform:uppercase}.platform-system__heading{fill:var(--fk-soft-white);font-size:10px;letter-spacing:3px}.platform-system__stage-heading circle{fill:var(--surface-0);stroke:var(--fk-cool-silver);stroke-width:1}.platform-system__stage-number{fill:var(--fk-soft-white);font-size:8px}.platform-system__stage-label{fill:var(--fk-soft-white);font-size:7px;letter-spacing:.4px}.platform-system__stage-detail{fill:var(--fk-cobalt);font-size:6.5px;letter-spacing:.2px}.platform-system__columns rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 82%,transparent);stroke:var(--fk-cobalt);stroke-width:1;opacity:.62}.platform-system__connections{fill:none;stroke:var(--fk-cobalt);stroke-width:1.2;opacity:.7}.platform-system__trace{stroke:var(--fk-soft-white);stroke-width:1.5;stroke-dasharray:34 680;opacity:0}.is-visible .platform-system__trace{animation:platform-system-trace 2.2s var(--ease-mech) .35s 1 both}.platform-system__source rect,.platform-system__small-node rect,.platform-system__content-node rect,.platform-system__service-node rect,.platform-system__large-node rect,.platform-system__quote>rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 94%,transparent);stroke:var(--fk-cobalt);stroke-width:1}.platform-system__source circle{fill:var(--fk-cool-silver)}.platform-system__source path{stroke:var(--fk-steel-gray);stroke-width:3;stroke-linecap:round}.platform-system__small-node path,.platform-system__content-node path,.platform-system__service-node path,.platform-system__large-node path,.platform-system__quote path{fill:none;stroke:var(--fk-cool-silver);stroke-width:1;stroke-linejoin:round}.platform-system__small-node text,.platform-system__content-node text,.platform-system__service-node text,.platform-system__large-node text,.platform-system__quote text{fill:var(--fk-soft-white);font-size:6.5px;letter-spacing:.1px}.platform-system__service-node circle{fill:none;stroke:var(--fk-cool-silver);stroke-width:1}.platform-system__port{fill:var(--fk-soft-white)!important;stroke:var(--fk-cobalt)!important;stroke-width:2!important}.platform-system__quote>rect{color:var(--fk-cobalt);opacity:.82}.platform-system__complete{fill:var(--fk-emerald);stroke:var(--fk-soft-white);stroke-width:1.2}.platform-system__quote .platform-system__complete+path{stroke:var(--fk-soft-white);stroke-width:1.4}.platform-system__base{fill:color-mix(in srgb,var(--fk-cobalt) 7%,var(--surface-0));stroke:var(--fk-cobalt);stroke-width:1}.platform-system__base ellipse{fill:none}.platform-system__base circle{fill:var(--fk-cobalt)}.case-system--creator{max-width:720px}.case--featured:has(.case-system--creator){grid-template-columns:minmax(0,.88fr) minmax(490px,1.12fr);gap:clamp(var(--space-8),3vw,var(--space-12))}.creator-system__heading,.creator-system__stage-number,.creator-system__stage-label,.creator-system__stage-detail,.creator-system__page text,.creator-system__stat text,.creator-system__node text,.creator-system__review text,.creator-system__creator-card text,.creator-system__status-node text,.creator-system__workflow text,.creator-system__controls text{fill:var(--fk-cool-silver);font-family:var(--font-mono);text-transform:uppercase}.creator-system__heading{fill:var(--fk-soft-white);font-size:10px;letter-spacing:3px}.creator-system__stage-number{fill:var(--fk-cobalt);font-size:13px}.creator-system__stage-label{fill:var(--fk-soft-white);font-size:7px;letter-spacing:.35px}.creator-system__stage-detail{fill:var(--fk-cobalt);font-size:6.5px;letter-spacing:.2px}.creator-system__columns rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 82%,transparent);stroke:var(--fk-cobalt);stroke-width:1;opacity:.64}.creator-system__connections{fill:none;stroke:var(--fk-cobalt);stroke-width:1.15;opacity:.7}.creator-system__trace{stroke:var(--fk-soft-white);stroke-width:1.5;stroke-dasharray:34 760;opacity:0}.is-visible .creator-system__trace{animation:creator-system-trace 2.4s var(--ease-mech) .35s 1 both}.creator-system__page rect,.creator-system__sources>rect,.creator-system__node rect,.creator-system__creator-card rect,.creator-system__status-node rect{fill:color-mix(in srgb,var(--fk-midnight-navy) 94%,transparent);stroke:var(--fk-cobalt);stroke-width:1}.creator-system__page path,.creator-system__sources path,.creator-system__node path,.creator-system__review path,.creator-system__creator-card path,.creator-system__status-node path{fill:none;stroke:var(--fk-cool-silver);stroke-width:1;stroke-linecap:square;stroke-linejoin:round}.creator-system__page text,.creator-system__node text,.creator-system__creator-card text,.creator-system__status-node text{fill:var(--fk-soft-white);font-size:6.5px;letter-spacing:.1px}.creator-system__sources circle,.creator-system__creator-card circle{fill:none;stroke:var(--fk-cool-silver);stroke-width:1}.creator-system__stat text:first-child{fill:var(--fk-cobalt);font-family:var(--font-display);font-size:32px}.creator-system__stat text:last-child{font-size:6px;letter-spacing:.4px}.creator-system__reviewer circle,.creator-system__reviewer path{fill:none;stroke:var(--fk-cool-silver);stroke-width:1.2}.creator-system__review text{fill:var(--fk-soft-white);font-size:6.5px;letter-spacing:.25px}.creator-system__decision{fill:color-mix(in srgb,var(--fk-cobalt) 10%,var(--surface-0));stroke:var(--fk-cobalt)!important;stroke-width:1.5!important}.creator-system__decision-check{stroke:var(--fk-soft-white)!important;stroke-width:1.5!important}.creator-system__node--complete rect,.creator-system__status-node--complete rect{stroke:var(--fk-emerald)}.creator-system__status-node circle{fill:none;stroke:var(--fk-cool-silver);stroke-width:1}.creator-system__status-node .creator-system__complete{fill:var(--fk-emerald);stroke:var(--fk-soft-white);stroke-width:1}.creator-system__workflow-field>rect{color:var(--fk-cobalt);fill:color-mix(in srgb,var(--fk-midnight-navy) 75%,transparent);stroke:var(--fk-cobalt);stroke-width:1;opacity:.72}.creator-system__workflow path{fill:none;stroke:var(--fk-cobalt);stroke-width:1;opacity:.8}.creator-system__workflow text:first-of-type{fill:var(--fk-cobalt);font-size:5.5px;letter-spacing:.4px}.creator-system__workflow text:last-of-type{fill:var(--fk-soft-white);font-size:6px;letter-spacing:.25px}.creator-system__workflow circle{fill:var(--fk-soft-white);stroke:var(--fk-cobalt);stroke-width:1.5}.creator-system__controls path{fill:color-mix(in srgb,var(--fk-cobalt) 7%,var(--surface-0));stroke:var(--fk-cobalt);stroke-width:1}.creator-system__controls text{fill:var(--fk-cool-silver);font-size:5.5px;letter-spacing:.15px}@keyframes case-system-trace{0%{stroke-dashoffset:0;opacity:0}12%{opacity:1}to{stroke-dashoffset:-540;opacity:.88}}@keyframes pipeline-system-trace{0%{stroke-dashoffset:0;opacity:0}12%{opacity:1}to{stroke-dashoffset:-620;opacity:.82}}@keyframes journey-system-trace{0%{stroke-dashoffset:0;opacity:0}12%{opacity:1}to{stroke-dashoffset:-620;opacity:.82}}@keyframes platform-system-trace{0%{stroke-dashoffset:0;opacity:0}12%{opacity:1}to{stroke-dashoffset:-680;opacity:.82}}@keyframes creator-system-trace{0%{stroke-dashoffset:0;opacity:0}12%{opacity:1}to{stroke-dashoffset:-760;opacity:.82}}@media(max-width:1100px){.case--featured{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:var(--space-8)}.case--featured:has(.case-system--pipelines){grid-template-columns:minmax(0,.8fr) minmax(430px,1.2fr)}.case--featured:has(.case-system--journey){grid-template-columns:minmax(0,.78fr) minmax(450px,1.22fr)}.case--featured:has(.case-system--platform){grid-template-columns:minmax(0,.76fr) minmax(470px,1.24fr)}.case--featured:has(.case-system--creator){grid-template-columns:minmax(0,.74fr) minmax(490px,1.26fr)}.case-featured__signals{align-items:flex-start;flex-direction:column}.case-featured__signals p{margin-left:0}}@media(max-width:860px){.case--featured{grid-template-columns:minmax(0,1fr);min-height:0}.case--featured:has(.case-system--pipelines){grid-template-columns:minmax(0,1fr)}.case--featured:has(.case-system--journey){grid-template-columns:minmax(0,1fr)}.case--featured:has(.case-system--platform){grid-template-columns:minmax(0,1fr)}.case--featured:has(.case-system--creator){grid-template-columns:minmax(0,1fr)}.case--copy-right .case-featured__copy{order:1}.case--copy-right .case-system{order:2}.case-system{max-width:430px}}@media(max-width:640px){.case--featured{padding:var(--space-8) var(--space-6)}.case-featured__meta{margin-bottom:var(--space-6)}.case-featured__comparison{grid-template-columns:minmax(0,.78fr) 28px minmax(0,1.22fr);gap:var(--space-2);margin-top:var(--space-6)}.case-featured__metric-line{gap:var(--space-2);white-space:normal}.case-featured__metric-line strong{font-size:clamp(4rem,23vw,5.5rem)}.case-featured__metric-line span{font-size:.625rem;letter-spacing:.1em}.case-featured__arrow:before,.case-featured__arrow:after{width:9px}.case-featured__metric-group dl>div{padding-right:var(--space-3)}.case-featured__metric-group dl>div+div{padding-left:var(--space-4)}.case-featured__metric-group dl:has(>:nth-child(3))>div{padding-inline:var(--space-2)}.case-featured__metric-group dl:has(>:nth-child(3))>div:first-child{padding-left:0}.case-featured__metric-group dd{font-size:clamp(3rem,18vw,4.5rem)}.case-featured__metric-group dt,.case-featured__signals li{font-size:.625rem}.case-system--journey{max-width:100%;overflow-x:auto;padding-bottom:var(--space-2)}.case-system--journey .case-system__svg{min-width:620px}.case-system--platform{max-width:100%;overflow-x:auto;padding-bottom:var(--space-2)}.case-system--platform .case-system__svg{min-width:680px}.case-system--creator{max-width:100%;overflow-x:auto;padding-bottom:var(--space-2)}.case-system--creator .case-system__svg{min-width:700px}.case--featured .case__evidence{align-items:stretch;flex-direction:column}.case--featured .btn{justify-content:center}}@media(prefers-reduced-motion:reduce){.is-visible .case-system__trace,.is-visible .pipeline-system__trace,.is-visible .journey-system__trace,.is-visible .platform-system__trace,.is-visible .creator-system__trace{animation:none;opacity:.72}}.cases-cta{grid-column:1 / -1;margin-top:var(--space-16);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-6);padding:var(--space-16) var(--space-8);border:1px solid var(--cobalt-veil);border-radius:var(--radius-md);background:var(--surface-raised)}.cases-cta__minutes{color:var(--fk-cobalt)}@media(max-width:640px){.cases-cta{padding:var(--space-12) var(--space-6)}}.legal-hero{padding-block:var(--space-24) var(--space-16);border-bottom:1px solid var(--hairline);background:var(--surface-1)}.legal-hero__inner{max-width:920px}.legal__layout{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,760px);justify-content:space-between;gap:var(--space-16)}.legal__aside{position:sticky;top:104px;align-self:start;display:flex;flex-direction:column;gap:var(--space-6)}.legal__aside nav{display:flex;flex-direction:column;border-top:1px solid var(--hairline)}.legal__aside a{padding-block:var(--space-4);border-bottom:1px solid var(--hairline);color:var(--fk-cool-silver);font-size:.875rem}.legal__aside a:hover,.legal__aside a[aria-current=page]{color:var(--fk-soft-white);border-bottom-color:var(--fk-cobalt)}.legal__content{min-width:0}.legal__content>section{padding-bottom:var(--space-12);margin-bottom:var(--space-12);border-bottom:1px solid var(--hairline)}.legal__content h2{margin-bottom:var(--space-6);font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.2;color:var(--fk-soft-white)}.legal__content p,.legal__content li{color:var(--fk-cool-silver);font-size:1rem;line-height:1.7}.legal__content p+p{margin-top:var(--space-4)}.legal__content ul{padding-left:1.25rem;display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6)}.legal__related{padding:var(--space-8);border:1px solid var(--hairline-strong);border-radius:var(--radius-md)}.legal__related ul{margin:var(--space-4) 0 0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--space-4) var(--space-6)}.legal__related a{color:var(--fk-soft-white);text-decoration:underline;text-underline-offset:4px}@media(max-width:760px){.legal-hero{padding-block:var(--space-16) var(--space-12)}.legal__layout{grid-template-columns:minmax(0,1fr);gap:var(--space-12)}.legal__aside{position:static}.legal__aside nav{flex-direction:row;flex-wrap:wrap;gap:var(--space-4) var(--space-6)}.legal__aside a{border:0;padding:0 0 var(--space-2)}}
