.nav{z-index:100;height:4.5rem;transition:background var(--transition), backdrop-filter var(--transition), border-color var(--transition), box-shadow var(--transition);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);box-shadow:inset 0 1px #ffffff0f}.nav__logo-img{object-fit:contain;transform-origin:0;width:auto;height:22.5px;transition:transform var(--transition), opacity var(--transition);display:block}.nav.scrolled .nav__logo-img{transform:scale(.88)}.nav__inner{justify-content:space-between;align-items:center;display:flex}.nav__logo{color:var(--text-primary);min-height:var(--touch-target);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav__links{align-items:center;gap:var(--space-xl);display:flex}.nav__link{font-family:var(--font-body,"Manrope", system-ui, sans-serif);font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition);letter-spacing:.01em;font-weight:400;text-decoration:none}.nav__link:hover{color:var(--accent)}.nav__toggle{cursor:pointer;padding:var(--space-xs);min-width:var(--touch-target);min-height:var(--touch-target);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.nav__toggle span{background:var(--text-primary);transform-origin:50%;border-radius:1px;width:24px;height:2px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s;display:block}.nav__toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.nav__toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1024px){.nav.menu-open{background:var(--bg-base);border-bottom-color:var(--border)}.nav__links{z-index:99;background:var(--bg-base);padding:var(--space-xl);align-items:stretch;gap:var(--space-lg);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;will-change:transform, opacity;pointer-events:none;flex-direction:column;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s,visibility .35s;position:fixed;top:4.5rem;left:0;right:0;transform:translateY(-110%);box-shadow:0 12px 32px #00000014}.nav__links.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav__toggle{display:flex}.nav__link{font-size:var(--text-base);padding:var(--space-sm) 0;min-height:var(--touch-target);align-items:center;width:100%;display:flex}.nav__links .btn{width:100%;min-height:var(--touch-target);justify-content:center}}:root{--card-transition:border-color var(--transition), box-shadow var(--transition);--text-xs:clamp(.6rem, .5rem + .55vw, .9rem);--text-sm:clamp(.7rem, .6rem + .6vw, 1rem);--text-base:clamp(.82rem, .65rem + .73vw, 1.3rem);--text-lg:clamp(1rem, .8rem + .92vw, 1.6rem);--text-xl:clamp(1.2rem, 1rem + 1.1vw, 2rem);--text-2xl:clamp(1.4rem, 1.14rem + 1.28vw, 2.3rem);--text-3xl:clamp(1.8rem, 1.46rem + 1.65vw, 2.9rem);--text-4xl:clamp(2.2rem, 1.78rem + 2vw, 3.6rem);--text-5xl:clamp(2.8rem, 2.27rem + 2.56vw, 4.5rem);--text-6xl:clamp(3.6rem, 2.92rem + 3.3vw, 5.8rem);--text-display:clamp(4.8rem, 3.9rem + 4.4vw, 7.8rem);--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:4.8rem;--space-5xl:6.4rem;--space-6xl:8rem;--max-width:1000px;--content-width:1000px;--touch-target:44px;--transition:.4s cubic-bezier(.22, 1, .36, 1);--transition-slow:.7s cubic-bezier(.22, 1, .36, 1);--reveal-transition:.9s cubic-bezier(.22, 1, .36, 1)}@media (width<=1024px){:root{--space-4xl:3.2rem;--space-5xl:4.8rem;--space-6xl:6.4rem}}@media (width<=768px){:root{--space-3xl:2.4rem;--space-4xl:2.4rem;--space-5xl:3.6rem;--space-6xl:4.8rem}}@media (width<=640px){:root{--space-2xl:2.5rem;--space-xl:1.5rem;--space-lg:1.25rem}}@media (height>=1080px){:root{--space-4xl:4rem;--space-5xl:5.2rem;--space-6xl:6.4rem}}@media (height>=1440px){:root{--space-4xl:3.2rem;--space-5xl:4rem;--space-6xl:5.2rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable;width:100%;max-width:100%;scroll-padding-top:4.5rem;overflow-x:clip}body{width:100%;max-width:100%;font-family:var(--font-body,"Manrope", system-ui, sans-serif);font-size:var(--text-base);color:var(--text-primary);background-color:var(--bg-deep);touch-action:pan-y pinch-zoom;min-height:100dvh;line-height:1.6;position:relative;overflow-x:clip}.skip-link{top:-100%;left:var(--space-md);z-index:1000;padding:var(--space-sm) var(--space-md);background:var(--bg-base);color:var(--accent);font-size:var(--text-sm);border:1px solid var(--border);border-radius:var(--radius-sm,0);font-weight:500;text-decoration:none;position:absolute}.skip-link:focus{top:var(--space-sm);outline:2px solid var(--accent);outline-offset:2px}body.review-mode{overflow-x:clip}.page-shell{width:100%;min-width:0;max-width:100%;position:relative;overflow-x:clip}body>:not(script):not(style){max-width:100%}body:before{content:"";pointer-events:none;z-index:0;position:fixed;inset:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,"Archivo", sans-serif);letter-spacing:-.03em;color:var(--text-primary);text-wrap:balance;overflow-wrap:break-word;font-weight:300;line-height:1.08}h2,h3{font-weight:275}h4,h5,h6{font-weight:250}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--link-hover,oklch(60% .24 238))}a:focus-visible,.nav__link:focus-visible,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:min(92%, var(--content-width));max-width:100%;margin-inline:auto}.container--narrow{width:min(calc(100% - 2rem), var(--content-width));max-width:100%;margin-inline:auto}.section{padding-block:var(--space-5xl);z-index:1;min-width:0;max-width:100%;position:relative}.section--tall{padding-block:var(--space-6xl)}.section-label{font-family:var(--font-body,"Manrope", system-ui, sans-serif);font-size:var(--ai-type-label,var(--text-sm));text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:var(--space-md);font-weight:300}.section-title{font-family:var(--font-heading,"Archivo", sans-serif);font-size:var(--ai-type-section,var(--text-5xl));letter-spacing:-.03em;margin-bottom:var(--space-xl);line-height:1.05;position:relative}.section-title em{color:var(--accent);font-style:italic}.page__crosshatch,.hero__ornament,.hero__diamond,.hero__glyph,.hero__visual-shape,.hero__icon-orb,.hero__icon-ring,.cta__orb,.cta__mandala,.cta__float-circle,.cta__ornament,.cta__visual,.services__ornament,.timeline__ornament,.case-studies__ornament,.metrics__ornament,.team__ornament,.footer__ornament,.story__accent{display:none!important}.section-title:after,.footer__accent-line,.timeline__line,.case-card__divider,.team__role:before,.member__role:before,.usecases__card:before,.btn--ghost:after,.btn--primary:before{content:none!important;display:none!important}.section-description{font-size:var(--ai-type-body-large,var(--text-lg));color:var(--text-secondary);text-wrap:pretty;max-width:65ch;line-height:1.7}.js .reveal{opacity:0;transition:opacity var(--reveal-transition), transform var(--reveal-transition);transform:translateY(3rem)scale(.93)}.js .reveal.visible{opacity:1;transform:translateY(0)scale(1)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.35s}.reveal-delay-3{transition-delay:.55s}.reveal-delay-4{transition-delay:.75s}.reveal-delay-5{transition-delay:.95s}@keyframes sectionFloat{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(15px,-20px)rotate(3deg)}50%{transform:translate(-10px,-35px)rotate(-2deg)}75%{transform:translate(20px,-10px)rotate(4deg)}}@keyframes floatOrnament{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(20px,-25px)rotate(5deg)}66%{transform:translate(-15px,-10px)rotate(-3deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes ctaGlowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes ctaSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes btnGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes scrollClients{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media print{.nav,.clients__track-wrapper,.hero__bg{display:none!important}.hero{min-height:auto;padding:2rem 0}.section{break-inside:avoid;padding-block:2rem}.container,.container--narrow{width:100%;max-width:none}.btn{color:#000!important;box-shadow:none!important;background:0 0!important;border:1px solid #000!important}a[href]:after{content:" (" attr(href) ")";color:#666;font-size:.75em}.reveal{opacity:1!important;transform:none!important}body:before{display:none}}@page{margin:2cm}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}@media (width<=1024px){.section-title{font-size:var(--text-4xl)}}@media (width<=768px){.section{padding-block:var(--space-4xl)}.section--tall{padding-block:var(--space-5xl)}.section-title{font-size:var(--text-3xl)}.container,.container--narrow{width:min(calc(100% - 2rem), var(--content-width))}.section-description{font-size:var(--text-base)}.section-label{margin-bottom:var(--space-sm);font-size:var(--text-sm)}.btn--large{font-size:var(--text-sm);padding:.875rem 1.75rem}.nav__link,.footer__heading{font-weight:400}.footer__links a{min-height:var(--touch-target);padding-block:var(--space-xs);align-items:center;display:inline-flex}}@media (width<=640px){.cta__actions{flex-direction:column;align-items:stretch}.cta__actions .btn{justify-content:center}}.btn{align-items:center;gap:var(--space-sm);font-family:var(--font-body,"Manrope", system-ui, sans-serif);font-size:var(--text-sm);letter-spacing:.02em;cursor:pointer;transition:color var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);min-height:var(--touch-target);-webkit-tap-highlight-color:transparent;border:none;font-weight:300;text-decoration:none;display:inline-flex;position:relative}.btn__arrow{transition:transform var(--transition);display:inline-block}.btn:hover .btn__arrow{transform:translate(4px)}.btn--primary{background:var(--accent);color:var(--btn-primary-text,oklch(95% .01 260));z-index:1;padding:.75rem 1.75rem;position:relative;overflow:hidden}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px oklch(54% .22 265/.3)}.btn--secondary{background:var(--secondary);color:oklch(95% .01 30);padding:.75rem 1.75rem}.btn--secondary:hover{transform:translateY(-1px);box-shadow:0 4px 24px oklch(58% .16 38/.3)}.btn--outline{color:var(--text-primary);border:1px solid var(--border-light);backdrop-filter:blur(4px);background:0 0;padding:.75rem 1.75rem}.btn--outline:hover{background:var(--accent-surface);border-color:var(--accent);color:var(--accent)}.btn--ghost{color:var(--text-primary);background:0 0;padding:.5rem 0;position:relative}.btn--large{font-size:var(--text-base);padding:1rem 2.25rem}:root,[data-theme=default]{--font-body:"Manrope", system-ui, sans-serif;--font-heading:"Archivo", sans-serif;--bg-deep:oklch(99% .005 55);--bg-base:oklch(97% .008 55);--bg-surface:oklch(94% .012 50);--bg-elevated:oklch(90.5% .015 48);--bg-glass:oklch(96.5% .008 55/.7);--text-primary:oklch(12% .015 40);--text-secondary:oklch(35% .02 42);--text-muted:oklch(52% .018 45);--accent:oklch(55% .27 240);--accent-rgb:51 102 204;--accent-muted:oklch(60% .19 238);--accent-subtle:oklch(73% .09 232);--accent-surface:oklch(55% .24 238/.12);--secondary:oklch(58% .16 38);--secondary-muted:oklch(38% .1 36);--accent-warm:oklch(65% .16 75);--accent-warm-muted:oklch(72% .1 72);--color-success:oklch(62% .18 145);--color-warning:oklch(68% .18 85);--color-error:oklch(55% .2 25);--border:oklch(82% .015 50);--border-light:oklch(88% .012 50);--card-bg:transparent;--card-border:1px solid var(--border);--card-padding:var(--space-xl);--card-radius:0;--card-hover-border:var(--secondary-muted);--card-hover-shadow:0 0 30px oklch(58% .16 38/.06);--hero-bg-opacity:.15;--btn-primary-text:oklch(95% .01 260);--link-hover:oklch(60% .24 238);--title-bar-gradient:linear-gradient(to right, var(--secondary), var(--accent-warm))}[data-theme=default] body:before{background:radial-gradient(55% 45% at 10% 15%,oklch(65% .16 75/.06) 0%,#0000 60%),radial-gradient(60% 50% at 25% 30%,oklch(55% .27 240/.1) 0%,#0000 65%),radial-gradient(50% 45% at 80% 60%,oklch(58% .16 38/.06) 0%,#0000 60%),radial-gradient(40% 40% at 50% 10%,oklch(55% .27 240/.04) 0%,#0000 50%)}[data-theme=ai-sharp]{--font-body:"Manrope", system-ui, sans-serif;--font-heading:"Archivo", sans-serif;--font-mono:"IBM Plex Mono", monospace;--bg-deep:#fff;--bg-base:#f7f8fc;--bg-surface:#eef1f8;--bg-elevated:#e4e9f2;--bg-glass:#ffffffe0;--text-primary:#1c2030;--text-secondary:#4a5068;--text-muted:#596176;--accent:#36c;--accent-rgb:51 102 204;--accent-muted:#4d7ad4;--accent-subtle:#8faee8;--accent-surface:rgb(var(--accent-rgb) / .1);--secondary:#ff6b6b;--secondary-muted:#e85555;--accent-warm:#ff6b6b;--accent-warm-muted:#ff8a8a;--color-success:#3d9a6a;--color-warning:#d4a017;--color-error:#d64545;--border:#dde3ef;--border-light:#e8edf5;--card-bg:#fff;--card-border:1px solid var(--border);--card-padding:var(--space-xl);--card-radius:0;--radius-sm:0;--radius-md:0;--radius-lg:0;--radius-pill:0;--card-hover-border:var(--accent);--card-hover-shadow:0 12px 40px rgb(var(--accent-rgb) / .12);--hero-bg-opacity:0;--btn-primary-text:#fff;--link-hover:#2952a3;--title-bar-gradient:linear-gradient(to right, var(--accent), var(--accent-subtle));--sharp-display:clamp(2rem, 3.2vw + 1rem, var(--text-5xl));--sharp-section:clamp(1.75rem, 3vw, var(--text-4xl));--sharp-card:var(--text-xl);--sharp-subsection:var(--text-lg);--sharp-body:var(--text-base);--sharp-small:var(--text-sm);--sharp-meta:var(--text-xs);--ai-type-hero:var(--sharp-display);--ai-type-section:var(--sharp-section);--ai-type-section-line:1.12;--ai-type-card-title:var(--sharp-card);--ai-type-body:var(--sharp-body);--ai-type-body-large:var(--sharp-subsection);--ai-type-label:var(--sharp-small);--ai-type-caption:var(--sharp-meta)}[data-theme=ai-sharp] body:before{background:radial-gradient(ellipse 65% 55% at 0% 0%, #8faee852 0%, transparent 68%), radial-gradient(ellipse 65% 55% at 100% 0%, #8faee842 0%, transparent 68%), radial-gradient(ellipse 65% 55% at 0% 100%, #4d7ad438 0%, transparent 68%), radial-gradient(ellipse 65% 55% at 100% 100%, rgb(var(--accent-rgb) / .24) 0%, transparent 68%), radial-gradient(ellipse 45% 35% at 50% 0%, #8faee81a 0%, transparent 60%), linear-gradient(rgb(var(--accent-rgb) / .028) 1px, transparent 1px), linear-gradient(90deg, rgb(var(--accent-rgb) / .028) 1px, transparent 1px);background-size:auto,auto,auto,auto,auto,44px 44px,44px 44px;display:block}[data-theme=ai-sharp] .hero__bg{display:none}[data-theme=ai-sharp] .footer{background:var(--bg-base)}[data-theme=ai-sharp] .hero-framed.section{--hero-nav-offset:4.5rem;max-height:100dvh;padding-block:0;padding-top:var(--hero-nav-offset);padding-bottom:var(--space-lg);box-sizing:border-box;align-items:center;display:flex;overflow:hidden}[data-theme=ai-sharp] .hero-framed__layout{width:min(92%, var(--content-width));max-width:var(--content-width);max-height:calc(100dvh - var(--hero-nav-offset) - var(--space-lg));min-height:0;margin-inline:auto}[data-theme=ai-sharp] .hero{padding-block:calc(var(--space-5xl) + 2rem)}[data-theme=ai-sharp] .hero__content{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--card-radius);padding:var(--space-3xl);box-shadow:0 0 0 1px #ffffffe6 inset, 0 28px 56px rgb(var(--accent-rgb) / .07);background-image:radial-gradient(70% 55% at 100% 0,#8faee824 0%,#0000 58%),radial-gradient(55% 50% at 0 100%,#4d7ad41a 0%,#0000 55%)}[data-theme=ai-sharp] .hero__title-line--em em{color:var(--accent);font-style:normal}[data-theme=ai-sharp] .section-label{font-family:var(--font-mono,"IBM Plex Mono", monospace);letter-spacing:.18em;display:inline-block}[data-theme=ai-sharp] .section-title em{color:var(--accent-muted);font-style:normal}[data-theme=ai-sharp] .hero__badge{border-radius:var(--radius-sm);font-family:var(--font-mono,"IBM Plex Mono", monospace);text-transform:uppercase;letter-spacing:.1em}[data-theme=ai-sharp] .btn--primary{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent), var(--accent-muted))}[data-theme=ai-sharp] .btn--primary:hover{box-shadow:0 8px 28px rgb(var(--accent-rgb) / .28)}[data-theme=ai-sharp] .btn--outline,[data-theme=ai-sharp] .btn--ghost{border-radius:var(--radius-sm)}[data-theme=ai-sharp] .services{background:var(--bg-base)}[data-theme=ai-sharp] .services__grid{gap:var(--space-md);grid-template-columns:repeat(12,1fr)}[data-theme=ai-sharp] .service-card{background:var(--card-bg);border:var(--card-border);border-radius:var(--card-radius);box-shadow:0 2px 8px rgb(var(--accent-rgb) / .04);position:relative;overflow:visible}[data-theme=ai-sharp] .service-card:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(90% 80% at 100% 0,#8faee81f 0%,#0000 62%);position:absolute;inset:0}[data-theme=ai-sharp] .service-card:first-child{grid-column:span 7}[data-theme=ai-sharp] .service-card:nth-child(2),[data-theme=ai-sharp] .service-card:nth-child(3){grid-column:span 5}[data-theme=ai-sharp] .service-card:nth-child(4){grid-column:span 7}[data-theme=ai-sharp] .service-card:hover{border-color:var(--card-hover-border);box-shadow:var(--card-hover-shadow);transform:translateY(-3px)}[data-theme=ai-sharp] .service-card__index{font-family:var(--font-mono,"IBM Plex Mono", monospace);color:var(--accent);opacity:.85}[data-theme=ai-sharp] .migration-path__atlas-card{border-radius:var(--card-radius);box-shadow:0 2px 8px rgb(var(--accent-rgb) / .04)}[data-theme=ai-sharp] .migration-path--flow-arrows .migration-path__atlas-card:not(:last-child):after{color:var(--accent);opacity:.55}[data-theme=ai-sharp] .migration-path--flow-rail .migration-path__atlas-dot,[data-theme=ai-sharp] .migration-path--flow-track .migration-path__atlas-card:before{background:linear-gradient(135deg, var(--accent), var(--accent-muted))}[data-theme=ai-sharp] .case-studies{background:var(--bg-base)}[data-theme=ai-sharp] .case-studies__list{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}[data-theme=ai-sharp] .case-card{background:var(--card-bg);border-radius:var(--card-radius);box-shadow:0 2px 8px rgb(var(--accent-rgb) / .04);flex-direction:column;align-items:stretch;margin-bottom:0}[data-theme=ai-sharp] .case-card__content{flex-direction:column;align-items:flex-start}[data-theme=ai-sharp] .case-card__index{font-family:var(--font-mono,"IBM Plex Mono", monospace);opacity:.5}[data-theme=ai-sharp] .metric-card{background:var(--card-bg);border-radius:var(--card-radius);box-shadow:0 2px 8px rgb(var(--accent-rgb) / .04)}[data-theme=ai-sharp] .metrics__stats{border-radius:var(--card-radius);background:radial-gradient(ellipse 50% 80% at 0% 50%, #8faee824 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 100% 50%, #4d7ad41f 0%, transparent 60%), var(--card-bg);box-shadow:0 2px 12px rgb(var(--accent-rgb) / .06)}[data-theme=ai-sharp] .metrics__stat-number{font-family:var(--font-mono,"IBM Plex Mono", monospace);color:var(--accent)}[data-theme=ai-sharp] .cta__grid{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--card-radius);padding:var(--space-3xl);box-shadow:0 24px 48px rgb(var(--accent-rgb) / .06);background-image:radial-gradient(55% 65% at 0 0,#8faee82e 0%,#0000 62%),radial-gradient(55% 65% at 100% 100%,#4d7ad424 0%,#0000 62%)}[data-theme=ai-sharp] .nav.scrolled{border-bottom-color:rgb(var(--accent-rgb) / .15);background:#ffffffeb}[data-theme=ai-sharp] .hero-framed__title,[data-theme=ai-sharp] .hero-orbit__title{font-size:var(--sharp-display);letter-spacing:-.02em;line-height:1.08}[data-theme=ai-sharp] .section-title,[data-theme=ai-sharp] .liv-split__title,[data-theme=ai-sharp] .liv-menu__title,[data-theme=ai-sharp] .liv-frame__title,[data-theme=ai-sharp] .vai-turn__title,[data-theme=ai-sharp] .vai-tape__title,[data-theme=ai-sharp] .vai-clarity__title,[data-theme=ai-sharp] .metrics__title,[data-theme=ai-sharp] .cta-split__title,[data-theme=ai-sharp] .cta-matrix__title,[data-theme=ai-sharp] .cta-beacon__title,[data-theme=ai-sharp] .mi-grid__title,[data-theme=ai-sharp] .mi-ledger__title,[data-theme=ai-sharp] .mi-cascade__title{font-size:var(--sharp-section);letter-spacing:-.03em;font-weight:300;line-height:1.12}[data-theme=ai-sharp] .section-title{margin-bottom:var(--space-lg)}[data-theme=ai-sharp] .section-label,[data-theme=ai-sharp] .hero-framed__panel-mark{font-size:var(--sharp-meta)}[data-theme=ai-sharp] .hero-framed__panel-list{font-size:var(--sharp-small)}[data-theme=ai-sharp] .hero-framed__description{font-size:var(--sharp-body);line-height:1.65}[data-theme=ai-sharp] .section-description,[data-theme=ai-sharp] .liv-split__desc,[data-theme=ai-sharp] .liv-menu__desc,[data-theme=ai-sharp] .liv-frame__desc,[data-theme=ai-sharp] .vai-turn__desc,[data-theme=ai-sharp] .vai-tape__desc,[data-theme=ai-sharp] .vai-clarity__desc,[data-theme=ai-sharp] .cta-split__desc,[data-theme=ai-sharp] .cta-beacon__desc,[data-theme=ai-sharp] .mi-cascade__lede,[data-theme=ai-sharp] .mi-ledger__lede,[data-theme=ai-sharp] .mp-bento__desc{font-size:var(--sharp-subsection);line-height:1.65}[data-theme=ai-sharp] .service-card__title,[data-theme=ai-sharp] .metric-card__title,[data-theme=ai-sharp] .mi-grid__headline,[data-theme=ai-sharp] .mi-ledger__row-title,[data-theme=ai-sharp] .mi-cascade__strip-title,[data-theme=ai-sharp] .cta-matrix__tile-title,[data-theme=ai-sharp] .mp-pipeline__lane-title,[data-theme=ai-sharp] .mp-pipeline__capstone-title,[data-theme=ai-sharp] .mp-circuit__card-title,[data-theme=ai-sharp] .mp-console__entry-title,[data-theme=ai-sharp] .mp-blueprint__sheet-title,[data-theme=ai-sharp] .mp-bento__cell-title{font-size:var(--sharp-card);letter-spacing:-.02em;font-weight:600;line-height:1.25}[data-theme=ai-sharp] .mp-pipeline__step-title{font-size:var(--sharp-subsection);font-weight:600;line-height:1.3}[data-theme=ai-sharp] .service-card__description,[data-theme=ai-sharp] .metric-card__text,[data-theme=ai-sharp] .mi-ledger__desc,[data-theme=ai-sharp] .mi-cascade__strip-desc,[data-theme=ai-sharp] .cta-matrix__tile-desc,[data-theme=ai-sharp] .mp-pipeline__capstone-text,[data-theme=ai-sharp] .mp-circuit__card-text,[data-theme=ai-sharp] .mp-console__entry-text,[data-theme=ai-sharp] .mp-blueprint__sheet-text{font-size:var(--sharp-body);line-height:1.6}[data-theme=ai-sharp] .mi-grid__cell-title,[data-theme=ai-sharp] .mi-grid__context,[data-theme=ai-sharp] .mi-grid__subline,[data-theme=ai-sharp] .mi-ledger__stat,[data-theme=ai-sharp] .mi-cascade__readout,[data-theme=ai-sharp] .vai-turn__text,[data-theme=ai-sharp] .liv-menu__line,[data-theme=ai-sharp] .mp-pipeline__step-text,[data-theme=ai-sharp] .mp-pipeline__lane-desc,[data-theme=ai-sharp] .mp-bento__cell-text,[data-theme=ai-sharp] .cta-split__link-text,[data-theme=ai-sharp] .cta-beacon__secondary-link{font-size:var(--sharp-small);line-height:1.55}[data-theme=ai-sharp] .liv-frame__badge,[data-theme=ai-sharp] .liv-menu__prompt,[data-theme=ai-sharp] .liv-menu__dead-end,[data-theme=ai-sharp] .liv-split__pain,[data-theme=ai-sharp] .vai-turn__label,[data-theme=ai-sharp] .vai-turn__speaker,[data-theme=ai-sharp] .vai-clarity__badge,[data-theme=ai-sharp] .vai-tape__label,[data-theme=ai-sharp] .vai-tape__timestamp,[data-theme=ai-sharp] .mi-cascade__channel,[data-theme=ai-sharp] .mi-ledger__index,[data-theme=ai-sharp] .service-card__index,[data-theme=ai-sharp] .cta-split__link-tag,[data-theme=ai-sharp] .cta-matrix__tag,[data-theme=ai-sharp] .cta-matrix__tile-action,[data-theme=ai-sharp] .cta-beacon__signal,[data-theme=ai-sharp] .cta-beacon__secondary-prefix,[data-theme=ai-sharp] .mp-pipeline__lane-tag,[data-theme=ai-sharp] .mp-pipeline__step-num,[data-theme=ai-sharp] .mp-pipeline__capstone-tag,[data-theme=ai-sharp] .mp-circuit__card-num,[data-theme=ai-sharp] .mp-console__entry-id,[data-theme=ai-sharp] .mp-console__entry-status,[data-theme=ai-sharp] .mp-blueprint__sheet-id{font-size:var(--sharp-meta);letter-spacing:.1em}[data-theme=ai-sharp] body.review-mode .services__header .section-title{font-size:var(--sharp-section);font-weight:400;line-height:1.12}[data-theme=ai-sharp] body.review-mode .service-card__title{font-size:var(--sharp-card)}[data-theme=ai-sharp] body.review-mode .service-card__description{font-size:var(--sharp-body);line-height:1.6}@media (width<=1024px){[data-theme=ai-sharp] .hero-framed.section{padding-bottom:var(--space-xl);align-items:flex-start;max-height:none;overflow:visible}[data-theme=ai-sharp] .hero-framed__layout{max-height:none}[data-theme=ai-sharp] .hero-framed__panel{display:block}[data-theme=ai-sharp] .services__grid{grid-template-columns:repeat(2,1fr)}[data-theme=ai-sharp] .service-card:nth-child(n){grid-column:span 1}}@media (width<=768px){[data-theme=ai-sharp] .hero__content{padding:var(--space-2xl);border-radius:var(--card-radius)}[data-theme=ai-sharp] .services__grid,[data-theme=ai-sharp] .case-studies__list,[data-theme=ai-sharp] .metrics__grid{grid-template-columns:1fr}[data-theme=ai-sharp] .cta__grid{padding:var(--space-2xl);border-radius:var(--card-radius)}[data-theme=ai-sharp] .section-title,[data-theme=ai-sharp] .liv-split__title,[data-theme=ai-sharp] .liv-menu__title,[data-theme=ai-sharp] .liv-frame__title,[data-theme=ai-sharp] .vai-turn__title,[data-theme=ai-sharp] .vai-tape__title,[data-theme=ai-sharp] .vai-clarity__title,[data-theme=ai-sharp] .metrics__title,[data-theme=ai-sharp] .cta-split__title,[data-theme=ai-sharp] .cta-matrix__title,[data-theme=ai-sharp] .cta-beacon__title,[data-theme=ai-sharp] .mi-grid__title,[data-theme=ai-sharp] .mi-ledger__title,[data-theme=ai-sharp] .mi-cascade__title{font-size:var(--text-3xl)}[data-theme=ai-sharp] .hero-framed__title,[data-theme=ai-sharp] .hero-orbit__title{font-size:var(--text-4xl)}[data-theme=ai-sharp] .section-label{font-size:var(--text-sm)}[data-theme=ai-sharp] .platform__card-feature{font-size:var(--text-base)}}[data-theme=ai-sharp] *,[data-theme=ai-sharp] :before,[data-theme=ai-sharp] :after{transition:none!important;animation:none!important}[data-theme=ai-sharp] html{scroll-behavior:auto}[data-theme=ai-sharp] .reveal{opacity:1!important;transform:none!important}[data-theme=ai-sharp] .hero__badge-dot,[data-theme=ai-sharp] .clients__track{animation:none!important}body.review-mode .section--slice{height:20dvh;min-height:20dvh;max-height:20dvh;padding-block:var(--space-lg);box-sizing:border-box;flex-direction:column;justify-content:center;display:flex;overflow:hidden}body.review-mode .legacy-ivr--head,body.review-mode .voice-ai--head{padding-bottom:var(--space-md)}body.review-mode .legacy-ivr--body,body.review-mode .voice-ai--body{padding-top:var(--space-md)}body.review-mode .legacy-ivr--head .section-title,body.review-mode .voice-ai--head .section-title{text-align:center;text-wrap:balance;font-size:clamp(1.125rem, 2.5dvh + .4rem, var(--text-3xl));margin-bottom:0}body.review-mode .legacy-ivr--body .section-description,body.review-mode .voice-ai--body .section-description{font-size:clamp(.8125rem, 1.4dvh + .3rem, var(--text-base));text-align:center;text-wrap:pretty;max-width:52ch;margin-inline:auto;line-height:1.5}@media (width<=768px){body.review-mode .section--slice{height:auto;min-height:20dvh;max-height:none;padding-block:var(--space-2xl)}}body.review-mode :is(.services,.sol-cascade,.sol-lens).section{height:auto;min-height:auto;max-height:none;padding-block:clamp(.75rem, 2dvh, var(--space-lg));box-sizing:border-box;flex-direction:column;justify-content:flex-start;display:flex;overflow:visible}body.review-mode :is(.services,.sol-cascade,.sol-lens) .container{justify-content:flex-start;gap:clamp(var(--space-md), 2.5dvh, var(--space-xl));flex-direction:column;flex:0 auto;height:auto;min-height:0;max-height:none;display:flex;overflow:visible}body.review-mode .services__header{text-align:center;flex-shrink:0;margin-bottom:0}body.review-mode .services__header .section-label{margin-bottom:var(--space-xs);font-size:var(--text-sm);letter-spacing:.14em}body.review-mode .services__header .section-title{letter-spacing:-.03em;text-wrap:balance;margin-bottom:0;font-weight:400;line-height:1.12}body.review-mode .services__grid{gap:var(--space-md);flex:0 auto;grid-template-rows:auto auto;grid-template-columns:repeat(12,minmax(0,1fr));align-content:start;align-items:start;min-width:0;height:auto;min-height:0}body.review-mode .services__grid .service-card:first-child,body.review-mode .services__grid .service-card:nth-child(4){grid-column:span 7}body.review-mode .services__grid .service-card:nth-child(2),body.review-mode .services__grid .service-card:nth-child(3){grid-column:span 5}body.review-mode .service-card{height:auto;padding:var(--space-lg) var(--space-xl);gap:var(--space-sm);justify-content:flex-start;min-height:0;overflow:visible}body.review-mode .service-card__index{letter-spacing:.14em;flex-shrink:0;margin-bottom:0}body.review-mode .service-card__title{letter-spacing:-.02em;flex-shrink:0;font-weight:600;line-height:1.25}body.review-mode .service-card__description{flex:0 auto;min-height:0;line-height:1.6}[data-theme=ai-sharp] body.review-mode .service-card{background:linear-gradient(var(--title-bar-gradient,linear-gradient(to right, var(--accent), var(--accent-subtle)))) top / 100% 2px no-repeat, var(--card-bg);box-shadow:0 2px 10px rgb(var(--accent-rgb) / .05);border-radius:0}[data-theme=ai-sharp] body.review-mode .service-card:hover{box-shadow:var(--card-hover-shadow);transform:translateY(-2px)}[data-theme=ai-sharp] body.review-mode .service-card{border-radius:var(--card-radius,1rem);background:var(--card-bg);box-shadow:0 2px 10px rgb(var(--accent-rgb) / .05);overflow:visible}[data-theme=vintage] body.review-mode .services:before{margin-bottom:clamp(.5rem, 1.5dvh, var(--space-lg))}[data-theme=vintage] body.review-mode .service-card__index{padding-bottom:clamp(.125rem, .35dvh, var(--space-xs));margin-bottom:0}[data-theme=vintage] body.review-mode .service-card__title{font-weight:500}[data-theme=mixed] body.review-mode .service-card__index{color:var(--text-muted);display:block}[data-theme=mixed] body.review-mode .service-card{padding:clamp(.75rem, 1.8dvh, var(--space-md))}[data-theme=mixed] body.review-mode .service-card__title{font-weight:400}@media (width<=768px){body.review-mode :is(.services,.sol-cascade,.sol-lens).section{min-height:auto;padding-block:var(--space-lg);justify-content:flex-start}body.review-mode .services__grid{grid-template-rows:repeat(4,auto);grid-template-columns:1fr;height:auto}body.review-mode .services__grid .service-card:nth-child(n){grid-column:auto}}[data-theme=ai-sharp] body.review-mode{--ai-review-gap:var(--space-lg)}[data-theme=ai-sharp] body.review-mode :is(.hero-framed,.hero-beacon,.hero-orbit,.liv-split,.liv-decay,.liv-bridge,.services,.sol-cascade,.sol-lens,.vai-split,.vai-spectrum,.vai-turn,.mp-ledger,.mp-nodes,.mp-orbit,.mi-grid,.mi-ledger,.mi-cascade,.met-folio,.metrics,.cta,.cta-split,.cta-beacon).section{height:auto;min-height:auto;max-height:none;overflow:visible}[data-theme=ai-sharp] body.review-mode .hero-framed__layout,[data-theme=ai-sharp] body.review-mode .hero-beacon__layout,[data-theme=ai-sharp] body.review-mode .hero-orbit__layout{width:min(92%, var(--content-width));max-width:var(--content-width);min-height:0;max-height:none;margin-inline:auto;overflow:visible}[data-theme=ai-sharp] body.review-mode .hero-framed__layout,[data-theme=ai-sharp] body.review-mode .hero-beacon__layout{gap:var(--ai-review-gap)}[data-theme=ai-sharp] body.review-mode .hero-framed__main,[data-theme=ai-sharp] body.review-mode .hero-beacon__main{overflow:visible}[data-theme=ai-sharp] body.review-mode .mp-ledger .container--narrow,[data-theme=ai-sharp] body.review-mode .mp-nodes .container--narrow,[data-theme=ai-sharp] body.review-mode .mp-orbit .container--narrow,[data-theme=ai-sharp] body.review-mode .mi-ledger .container--narrow,[data-theme=ai-sharp] body.review-mode .mi-cascade .container--narrow{max-height:none}[data-theme=ai-sharp] body.review-mode :is(.services,.sol-cascade,.sol-lens) .container,[data-theme=ai-sharp] body.review-mode .met-folio .container,[data-theme=ai-sharp] body.review-mode .metrics .container{min-width:0;max-width:100%;overflow-x:clip}[data-theme=ai-sharp] body.review-mode .met-folio.section,[data-theme=ai-sharp] body.review-mode .metrics.section{max-width:100%;overflow-x:clip}[data-theme=ai-sharp] body.review-mode .met-folio__title{max-width:none}[data-theme=ai-sharp] body.review-mode .liv-decay__grid,[data-theme=ai-sharp] body.review-mode .liv-bridge__layout,[data-theme=ai-sharp] body.review-mode .vai-spectrum__grid,[data-theme=ai-sharp] body.review-mode .vai-turn__layout,[data-theme=ai-sharp] body.review-mode .cta-split__layout{width:min(92%, var(--content-width));max-width:var(--content-width);gap:var(--ai-review-gap);align-items:center;margin-inline:auto}[data-theme=ai-sharp] body.review-mode .mp-ledger__body,[data-theme=ai-sharp] body.review-mode .mp-nodes__body,[data-theme=ai-sharp] body.review-mode .mp-orbit__body{flex:none;max-height:none;overflow:visible}[data-theme=ai-sharp] body.review-mode .mp-ledger__row{padding-block:var(--space-md);gap:var(--space-md) var(--space-lg)}[data-theme=ai-sharp] body.review-mode .mp-ledger__phase-title,[data-theme=ai-sharp] body.review-mode .mp-nodes__phase-title{font-size:var(--text-lg);margin-bottom:var(--space-xs)}[data-theme=ai-sharp] body.review-mode .mp-ledger__phase-text,[data-theme=ai-sharp] body.review-mode .mp-nodes__phase-text{font-size:var(--text-sm);line-height:1.55}[data-theme=ai-sharp] body.review-mode .mp-ledger .section-label,[data-theme=ai-sharp] body.review-mode .mp-nodes .section-label,[data-theme=ai-sharp] body.review-mode .mp-orbit .section-label{white-space:normal}[data-theme=ai-sharp] body.review-mode .mi-grid__cells,[data-theme=ai-sharp] body.review-mode .mi-ledger__list,[data-theme=ai-sharp] body.review-mode .mi-cascade__panel{flex:none;max-height:none;overflow:visible}[data-theme=ai-sharp] body.review-mode .met-folio__entries{flex:none;min-width:0;max-width:100%;max-height:none;overflow-x:clip}[data-theme=ai-sharp] body.review-mode .met-folio__entry{max-width:100%;height:auto;min-height:auto;overflow-x:clip}[data-theme=ai-sharp] body.review-mode .met-folio__item-text{overflow-wrap:anywhere;max-width:100%}[data-theme=ai-sharp] body.review-mode .met-folio__spread{gap:var(--ai-review-gap);min-width:0;max-width:100%}@media (width<=1024px){[data-theme=ai-sharp] body.review-mode .hero-framed__panel{display:none}[data-theme=ai-sharp] body.review-mode .liv-decay__grid,[data-theme=ai-sharp] body.review-mode .vai-spectrum__grid,[data-theme=ai-sharp] body.review-mode .vai-turn__layout,[data-theme=ai-sharp] body.review-mode .hero-beacon__layout,[data-theme=ai-sharp] body.review-mode .hero-orbit__layout{grid-template-columns:1fr}[data-theme=ai-sharp] body.review-mode .mp-orbit__phases{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){[data-theme=ai-sharp] body.review-mode .met-folio__spread,[data-theme=ai-sharp] body.review-mode .mp-orbit__phases{grid-template-columns:1fr}}[data-theme=ai-sharp] body.review-mode .container,[data-theme=ai-sharp] body.review-mode .container--narrow{width:min(92%, var(--content-width));max-height:none;overflow:visible}[data-theme=ai-sharp] body.review-mode .metrics.section{max-width:100%;overflow-x:clip}[data-theme=ai-sharp] body.review-mode .metrics .container{min-width:0;max-width:100%;overflow-x:clip}.footer{background:linear-gradient(to bottom, var(--bg-base), oklch(93% .015 50));padding-top:var(--space-4xl);padding-bottom:max(var(--space-xl), env(safe-area-inset-bottom));position:relative;overflow:visible}.footer__grid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:2fr 1fr 1fr;display:grid}.footer__logo{color:var(--text-primary);margin-bottom:var(--space-md);align-items:center;text-decoration:none;display:inline-flex}.footer__logo-img{object-fit:contain;width:auto;height:36px;display:block}.footer__tagline{font-size:var(--text-base);color:var(--text-secondary);max-width:30ch;line-height:1.6}.footer__heading{font-family:var(--font-heading,"Archivo", sans-serif);font-size:var(--text-base);color:var(--text-primary);margin-bottom:var(--space-lg);font-weight:400}.footer__links{gap:var(--space-md);flex-direction:column;display:flex}.footer__links a{font-size:var(--text-base);color:var(--text-secondary);transition:color var(--transition);min-height:var(--touch-target);padding-block:var(--space-xs);align-items:center;text-decoration:none;display:inline-flex}.footer__links a:hover{color:var(--accent)}.footer__bottom{border-top:1px solid var(--border);padding-top:var(--space-xl);font-size:var(--text-sm);color:var(--text-muted);justify-content:space-between;align-items:center;display:flex}@media (width<=1024px){.footer__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=768px){.footer__grid{gap:var(--space-2xl);grid-template-columns:1fr}.footer__brand{grid-column:auto}}.footer__ornament{pointer-events:none;z-index:0;position:absolute}.footer__ornament--square{width:70px;height:70px;animation:22s ease-in-out infinite sectionFloat;bottom:10%;right:5%}.footer__ornament--square>div{border:1px solid var(--secondary-muted);width:100%;height:100%}.footer__ornament--square>div:after{content:"";border:1px solid var(--secondary-muted);position:absolute;inset:15%}.footer__ornament--square>div:before{content:"";border:1px solid var(--accent-warm-muted);position:absolute;inset:30%}@media (width<=768px){.footer__ornament--square{display:none}}
