:root{--color-primary:#0a4dff;--color-primary-hover:#2563eb;--color-accent:#60a5fa;--color-blue-light:#93c5fd;--gradient-blue-base:linear-gradient(145deg, #0f172a 0%, #1e3a8a 100%);--gradient-blue-overlay:linear-gradient(135deg, #0a4dff59 0%, #0000008c 100%);--gradient-blue-accent:linear-gradient(90deg, #0f172a 0%, #1e3a8a 40%, #0a4dff 70%, #60a5fa 100%);--gradient-blue-line:linear-gradient(90deg, transparent, #0a4dff8c, transparent);--color-bg:#fff;--color-bg-secondary:#f8fafc;--color-card:#fff;--color-border:#e2e8f0;--color-border-subtle:#f1f5f9;--shadow-subtle:0 1px 2px #0f172a0a;--shadow-card:0 1px 3px #0f172a0f, 0 4px 16px #0f172a0a;--shadow-card-hover:0 4px 24px #0f172a14;--color-text:#111827;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-heading:#111827;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-bg-elevated:var(--color-bg-secondary);--color-surface:var(--color-card);--text-display:clamp(2.4375rem, 4.3vw, 2.75rem);--text-h1:clamp(1.875rem, 3.05vw, 2.1875rem);--text-h2:clamp(1.5625rem, 2.5vw, 1.75rem);--text-h3:clamp(1.375rem, 1.85vw, 1.4375rem);--text-h4:1.21875rem;--text-lead:var(--text-body);--text-body:1.15rem;--text-small:1.0625rem;--text-sm:var(--text-small);--text-caption:1rem;--text-meta:.9375rem;--weight-heading:300;--weight-body:300;--weight-light:300;--font-heading:"Poppins", system-ui, sans-serif;--font-sans:"Poppins", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "SF Mono", "Cascadia Code", monospace;--space-xs:.5rem;--space-sm:1.0625rem;--space-md:1.375rem;--space-lg:2.5rem;--space-xl:4.125rem;--space-2xl:6.25rem;--max-width:1280px;--container-gutter:2.875rem;--header-height:64px;--section-header-gap:var(--space-lg);--section-header-inline:1.375rem;--component-stack-gap:var(--space-xl);--component-inner-gap:var(--space-md);--card-inner-padding:var(--space-lg);--card-inner-padding-lg:var(--space-xl);--transition:.18s ease;--transition-slow:.28s ease}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-heading);font-weight:var(--weight-heading);margin:0 0 var(--space-md);letter-spacing:-.02em;text-wrap:balance;line-height:1.3}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}p{margin:0 0 var(--space-md);font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:var(--color-text-secondary);line-height:1.7}.lead{font-family:var(--font-sans);font-size:var(--text-lead);font-weight:var(--weight-light);color:var(--color-text-secondary);text-wrap:pretty;line-height:1.7}.sectionLabel{font-family:var(--font-sans);font-size:var(--text-meta);font-weight:var(--weight-light);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-xs)}.textMeta{font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);display:block}.sectionHeader h2{margin-bottom:var(--space-xs);font-size:var(--text-h2)}.sectionHeader .lead{margin-bottom:0}.card :is(h2,h3){font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);color:var(--color-heading);letter-spacing:-.02em;margin:0 0 var(--space-xs);text-wrap:pretty;line-height:1.25}.card>p,.card .cardBody{font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:var(--color-text-secondary);margin:0;line-height:1.7}.card .textMeta+:is(h2,h3){margin-top:var(--space-xs)}.stepTitle{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);color:var(--color-heading);letter-spacing:-.02em;margin:0 0 .25rem}.stepBody{font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:var(--color-text-secondary);margin:0;line-height:1.7}.cardListMeta{font-family:var(--font-mono);font-size:var(--text-caption);font-weight:var(--weight-body);color:var(--color-text-muted);margin:var(--space-sm) 0 0;padding-top:var(--space-sm);border-top:1px solid var(--color-border-subtle);line-height:1.5}.cardListMeta li{padding:.2875rem 0 .2875rem 1rem;position:relative}.cardListMeta li:before{content:"";background:var(--color-border);width:3px;height:3px;position:absolute;top:.65em;left:0}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}[id]{scroll-margin-top:var(--header-height)}body{font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}::selection{color:var(--color-text);background:#0a4dff1f}.container,.containerNav{width:min(100% - var(--container-gutter), var(--max-width));margin-inline:auto}.section{padding-block:clamp(var(--space-xl), 8vh, var(--space-2xl))}.sectionAlt{background:var(--color-bg-secondary)}.sectionHeader{max-width:34rem;margin-bottom:var(--space-lg)}.sectionHeaderWide{max-width:42rem;margin-bottom:var(--space-lg)}.btn{font-size:var(--text-small);font-weight:var(--weight-body);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);border:none;justify-content:center;align-items:center;gap:.5625rem;padding:.65rem 1.3rem;display:inline-flex}.btn:active{transform:scale(.98)}.btnPrimary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-subtle)}.btnPrimary:hover,.btnPrimary:focus-visible{background:var(--color-primary-hover);color:#fff;box-shadow:0 2px 8px #0a4dff40}.bg-blue-gradient{background:var(--color-primary);color:#fff}.bg-blue-gradient:hover,.bg-blue-gradient:focus-visible{background:var(--color-primary-hover);color:#fff}.btnOutline{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btnOutline:hover{background:var(--color-bg-secondary);border-color:#cbd5e1}.card{background:var(--color-card);border:1px solid var(--color-border);padding:var(--card-inner-padding);box-shadow:var(--shadow-subtle);transition:border-color var(--transition), box-shadow var(--transition)}.card:hover{box-shadow:var(--shadow-card);border-color:#cbd5e1}.cardList{gap:var(--space-lg);display:grid}@media (width>=768px){.cardList--2{grid-template-columns:repeat(2,1fr)}.cardList--3{grid-template-columns:repeat(3,1fr)}}.pageHero{padding-block:var(--space-xl) var(--space-lg);border-bottom:1px solid var(--color-border)}.pageHero h1{max-width:18ch;margin-bottom:var(--space-xs)}.pageHero .lead{max-width:44ch;margin-bottom:0}._header_1v97a_1{z-index:100;width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(16px)saturate(180%);background-color:#0a0a0a;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}._inner_1v97a_15{z-index:2;height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-md);display:flex;position:relative}._logo_1v97a_25{height:100%;transition:opacity var(--transition);flex-shrink:0;align-items:center;display:flex}._logo_1v97a_25:hover{opacity:.85}._logoImage_1v97a_37{object-fit:contain;width:auto;height:24px;display:block}._nav_1v97a_44{flex:1;justify-content:center;display:flex}._list_1v97a_50{gap:1rem;display:flex}._link_1v97a_55{font-size:var(--text-small);font-weight:var(--weight-body);color:#a1a1aa;transition:color var(--transition);text-decoration:none}._link_1v97a_55:hover{color:#fafafa}._active_1v97a_67{color:#60a5fa}._cta_1v97a_71{color:#fff;box-shadow:var(--shadow-subtle);transition:background var(--transition), box-shadow var(--transition), transform var(--transition);flex-shrink:0}._cta_1v97a_71:hover,._cta_1v97a_71:focus-visible{color:#fff}._cta_1v97a_71:active{transform:scale(.98)}._menuButton_1v97a_90{color:#fafafa;cursor:pointer;width:2.5rem;height:2.5rem;transition:background var(--transition), border-color var(--transition);background:#ffffff0a;border:1px solid #ffffff24;border-radius:0;justify-content:center;align-items:center;padding:0;display:none}._menuButton_1v97a_90:hover,._menuButton_1v97a_90:focus-visible{background:#ffffff14;border-color:#ffffff47;outline:none}._menuIcon_1v97a_114{width:1.125rem;height:.875rem;display:block;position:relative}._menuIcon_1v97a_114 span{width:100%;height:2px;transition:transform var(--transition), opacity var(--transition), top var(--transition);background:currentColor;position:absolute;left:0}._menuIcon_1v97a_114 span:first-child{top:0}._menuIcon_1v97a_114 span:nth-child(2){top:50%;transform:translateY(-50%)}._menuIcon_1v97a_114 span:nth-child(3){top:calc(100% - 2px)}._headerOpen_1v97a_146 ._menuIcon_1v97a_114 span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}._headerOpen_1v97a_146 ._menuIcon_1v97a_114 span:nth-child(2){opacity:0}._headerOpen_1v97a_146 ._menuIcon_1v97a_114 span:nth-child(3){top:50%;transform:translateY(-50%)rotate(-45deg)}._backdrop_1v97a_160{inset:var(--header-height) 0 0;z-index:0;opacity:0;pointer-events:none;transition:opacity var(--transition-slow);cursor:pointer;background:#0000008c;border:none;padding:0;display:none;position:fixed}._mobileMenu_1v97a_174{z-index:1;max-height:0;transition:max-height var(--transition-slow), border-color var(--transition);background:#0a0a0a;border-bottom:1px solid #0000;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden}._mobileNav_1v97a_190{padding:var(--space-sm) 1rem var(--space-md)}._mobileList_1v97a_194{flex-direction:column;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}._mobileLink_1v97a_203{font-size:var(--text-small);font-weight:var(--weight-body);color:#d4d4d8;transition:color var(--transition);border-bottom:1px solid #ffffff0f;padding:.75rem .5rem;text-decoration:none;display:block}._mobileLink_1v97a_203:hover,._mobileLink_1v97a_203:focus-visible{color:#fafafa;outline:none}._mobileLink_1v97a_203._active_1v97a_67{color:#60a5fa}._mobileCta_1v97a_224{width:100%;margin-top:var(--space-sm);color:#fff}._mobileCta_1v97a_224:hover,._mobileCta_1v97a_224:focus-visible{color:#fff}@media (width<=768px){._inner_1v97a_15{justify-content:flex-end}._logo_1v97a_25{position:absolute;left:50%;transform:translate(-50%)}._logoImage_1v97a_37{height:19.2px}._nav_1v97a_44,._desktopCta_1v97a_251{display:none}._menuButton_1v97a_90{display:inline-flex}._backdrop_1v97a_160{display:block}._headerOpen_1v97a_146 ._backdrop_1v97a_160{opacity:1;pointer-events:auto}._mobileMenu_1v97a_174{display:block}._mobileMenuOpen_1v97a_272{max-height:calc(100svh - var(--header-height));border-bottom-color:#ffffff14;overflow-y:auto}}._footer_1gdhv_1{background-color:#0a0a0a;border-top:1px solid #ffffff14;margin-top:auto}._inner_1gdhv_7{gap:var(--space-lg);padding-block:var(--space-xl);display:grid}@media (width<=767px){._brand_1gdhv_14{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}._tagline_1gdhv_22,._practice_1gdhv_23{max-width:20rem;margin:0}}@media (width>=768px){._inner_1gdhv_7{grid-template-columns:1.2fr 1fr}}._logo_1gdhv_35{transition:opacity var(--transition);margin-bottom:0;display:inline-block}._logo_1gdhv_35:hover{opacity:.85}._logoImage_1gdhv_45{object-fit:contain;width:auto;height:clamp(3.85rem,8.8vw,4.95rem);display:block}._tagline_1gdhv_22{color:#ffffffb8;font-size:var(--text-small);font-weight:var(--weight-light);max-width:22rem;margin:0;line-height:1.6}._practice_1gdhv_23{margin:var(--space-xs) 0 0;font-size:var(--text-caption);color:#a1a1aa;max-width:22rem;line-height:1.5}._columns_1gdhv_69{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}._columnTitle_1gdhv_75{font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);text-transform:uppercase;letter-spacing:.1em;color:#71717a;margin-bottom:var(--space-xs)}._columns_1gdhv_69 a{font-size:var(--text-small);font-weight:var(--weight-body);color:#a1a1aa;transition:color var(--transition);padding:.3rem 0;display:block}._columns_1gdhv_69 a:hover{color:#fafafa}._bottom_1gdhv_98{padding-block:var(--space-lg);background:#0a0a0a;border-top:1px solid #ffffff14}._bottom_1gdhv_98 p{font-size:var(--text-caption);font-weight:var(--weight-body);color:#71717a;margin:0}._hero_1iual_1{min-height:calc(100svh - var(--header-height));padding-block:var(--space-lg) calc(var(--space-lg) + env(safe-area-inset-bottom,0px));color:#fff;background:0 0;flex-direction:column;display:flex;position:relative;overflow:hidden}@media (width>=769px){._hero_1iual_1{height:calc(100svh - var(--header-height));max-height:1200px;padding-block:var(--space-xl) var(--space-lg)}}._network_1iual_20{z-index:0}@media (width>=900px){._network_1iual_20{transform:translate(4%)}}._networkFallback_1iual_30{z-index:0;background:0 0;position:absolute;inset:0}._inner_1iual_37{z-index:2;flex:1;justify-content:flex-start;align-items:center;min-height:0;display:flex;position:relative}._content_1iual_47{max-width:36rem;padding-block:var(--space-lg);margin-inline-end:auto;padding-inline:0;transform:translateY(calc(100px - .75rem))}._title_1iual_55{font-size:var(--text-display);margin-bottom:var(--space-xs);color:#fff}._subtitle_1iual_61{margin-bottom:var(--space-sm);color:#ffffffd1}._highlights_1iual_66{margin:0 0 var(--space-md);font-family:var(--font-sans);font-size:var(--text-small);font-weight:var(--weight-light);color:#ffffff8c;line-height:1.5}._actions_1iual_75{flex-wrap:wrap;gap:.5rem;display:flex}._actions_1iual_75 .btnPrimary,._actions_1iual_75 .btnPrimary:hover,._actions_1iual_75 .btnPrimary:focus-visible{color:#fff}._actions_1iual_75 .btnOutline{color:#fff;background:0 0;border-color:#ffffff4d}._actions_1iual_75 .btnOutline:hover{color:#fff;background:#ffffff14;border-color:#ffffff80}@media (width>=900px){._content_1iual_47{max-width:32rem;transform:translateY(calc(100px - 1.75rem))}}@media (width<=768px){._hero_1iual_1{max-height:calc(100svh - var(--header-height))}._inner_1iual_37{justify-content:center;align-items:center;padding-bottom:0}._content_1iual_47{padding-block:var(--space-xs);max-width:100%;transform:translateY(100px)}}@media (width<=768px) and (height<=740px){._content_1iual_47{padding-block:0}}._showcase_wpvbr_1{z-index:2;width:100%;max-width:var(--max-width);margin-top:var(--component-stack-gap);position:relative}._frame_wpvbr_9{width:100%;box-shadow:none;background:0 0;position:relative;overflow:hidden}._mobileLayout_wpvbr_18{flex-direction:column;display:flex}._mobileHero_wpvbr_23{position:relative}._mobileSideRow_wpvbr_27{gap:calc(var(--space-md) / 2);padding-top:calc(var(--space-md) / 2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}._mobileSidePanel_wpvbr_34{cursor:pointer;text-align:left;width:100%;min-height:0;transition:filter var(--transition);background:0 0;border:none;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 12px 28px #00000059,0 0 0 1px #ffffff14}._mobileSidePanel_wpvbr_34:hover{filter:brightness(1.06)}._mobileSidePanel_wpvbr_34:focus-visible{outline-offset:-2px;z-index:2;outline:2px solid #60a5fa}._mobileSideInner_wpvbr_61{width:100%;display:block;position:relative}._mobileSideImage_wpvbr_67{aspect-ratio:4/3;object-fit:cover;object-position:center center;width:100%;display:block}._mobileSideOverlay_wpvbr_75{z-index:1;pointer-events:none;background:linear-gradient(#0000 28%,#00000059 55%,#000000d1 100%);position:absolute;inset:0}._mobileSideInner_wpvbr_61 ._glassCompact_wpvbr_88{z-index:2;-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;padding:.75rem;position:absolute;inset:auto 0 0}._desktopLayout_wpvbr_100{display:none}._slide_wpvbr_104{width:100%;position:relative}._image_wpvbr_109{object-fit:contain;object-position:center center;width:100%;height:auto;display:block}._mobileLayout_wpvbr_18 ._image_wpvbr_109{object-fit:cover;object-position:center 35%}._overlay_wpvbr_122{z-index:1;pointer-events:none;background:linear-gradient(105deg,#000000b8 0%,#0003 42%,#0000 72%),linear-gradient(#0000 28%,#00000059 60%,#000000e0 100%);position:absolute;inset:0}._content_wpvbr_142{z-index:2;align-items:flex-end;padding:clamp(1.25rem,4vw,2.5rem);display:flex;position:absolute;inset:0}._glass_wpvbr_88{-webkit-backdrop-filter:blur(14px)saturate(140%);background:#0a0a0a6b;border:1px solid #ffffff1a;border-radius:0;max-width:min(36rem,92%);padding:clamp(1rem,2.5vw,1.5rem) clamp(1.125rem,3vw,1.75rem);box-shadow:0 8px 32px #00000040}._glassCompact_wpvbr_88{-webkit-backdrop-filter:blur(12px)saturate(140%);text-align:left;background:#0a0a0a80;border:1px solid #ffffff1a;border-radius:0;width:100%;padding:.875rem 1rem}._slideLabel_wpvbr_173{font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .5rem}._slideTitle_wpvbr_183{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.03em;color:#fff;margin:0 0 .5rem;line-height:1.15}._slideTitleCompact_wpvbr_193{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:0 0 .35rem;line-height:1.3}._slideDescription_wpvbr_203{font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffffd1;max-width:34ch;margin:0;line-height:1.65}._slideDescriptionCompact_wpvbr_212{font-size:var(--text-small);font-weight:var(--weight-light);color:#ffffffb8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.55;display:-webkit-box;overflow:hidden}._controls_wpvbr_224{z-index:3;flex-direction:column;align-items:flex-end;gap:.75rem;min-width:8rem;display:flex;position:absolute;bottom:clamp(1rem,3vw,1.75rem);right:clamp(1rem,3vw,1.75rem)}._indicators_wpvbr_236{gap:.5rem;display:flex}._dot_wpvbr_241{cursor:pointer;width:8px;height:8px;transition:width var(--transition), background var(--transition);background:#ffffff47;border:none;border-radius:999px;padding:0}._dot_wpvbr_241:hover{background:#ffffff8c}._dot_wpvbr_241:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}._dotActive_wpvbr_263{background:#fafafa;width:1.75rem}._progressTrack_wpvbr_268{background:#ffffff2e;border-radius:999px;width:100%;height:2px;overflow:hidden}._progressBar_wpvbr_276{border-radius:inherit;background:var(--gradient-blue-accent);width:100%;height:100%;display:block}._live_wpvbr_284{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=1200px){._frame_wpvbr_9{overflow:visible}._mobileLayout_wpvbr_18{display:none}._desktopLayout_wpvbr_100{align-items:start;gap:calc(var(--space-md) / 2);grid-template-columns:1.815fr .9fr;display:grid}._mainPanel_wpvbr_313{position:relative;overflow:hidden}._mainSlide_wpvbr_318{flex-direction:column;display:flex;position:absolute;inset:0}._mainPanel_wpvbr_313 ._image_wpvbr_109{object-fit:contain;object-position:center center;flex:1;width:100%;height:100%;min-height:0}._mainPanel_wpvbr_313 ._overlay_wpvbr_122{background:linear-gradient(#0000 45%,#0006 68%,#000000e0 100%)}._sideStack_wpvbr_344{gap:calc(var(--space-md) / 2);flex-direction:column;display:flex}._sidePanel_wpvbr_350{cursor:pointer;text-align:left;width:100%;transition:filter var(--transition);background:0 0;border:none;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000059,0 0 0 1px #ffffff14}._sidePanel_wpvbr_350:hover{filter:brightness(1.08)}._sidePanel_wpvbr_350:focus-visible{outline-offset:-2px;z-index:2;outline:2px solid #60a5fa}._sideSlideInner_wpvbr_376{width:100%;padding:0;display:block}._sideImage_wpvbr_382{object-fit:contain;object-position:center center;width:100%;height:auto;display:block}}@media (width<=768px){._content_wpvbr_142{padding:1rem}._glass_wpvbr_88{max-width:100%;padding:1rem 1.125rem}._controls_wpvbr_224{align-items:stretch;bottom:1rem;left:1rem;right:1rem}._indicators_wpvbr_236{justify-content:flex-end}}._section_1khoi_1,.band-dark._section_1khoi_1,.content-band._section_1khoi_1,.content-band ._section_1khoi_1{background:0 0}._capabilitiesStack_1khoi_11{flex-direction:column;gap:clamp(4rem,9vh,6rem);display:flex}._capabilitySection_1khoi_17{scroll-margin-top:calc(var(--header-height) + var(--space-sm))}._capabilitySection_1khoi_17+._capabilitySection_1khoi_17{border-top:1px solid #ffffff0f;padding-top:clamp(4rem,9vh,6rem)}._capabilityIntro_1khoi_26{width:100%;max-width:100%;margin-inline:auto;margin-bottom:var(--section-header-gap);padding-inline:var(--section-header-inline);text-align:center;flex-direction:column;align-items:center;display:flex}._capabilityTitle_1khoi_38{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);text-wrap:balance;line-height:1.25}.content-band ._capabilityTitle_1khoi_38{color:#fff}._capabilityDescription_1khoi_53{max-width:42rem;font-size:var(--text-body);color:var(--color-text-secondary);text-wrap:pretty;margin:0;line-height:1.7}.content-band ._capabilityDescription_1khoi_53{color:#ffffffc7}._capabilityBody_1khoi_66{flex-direction:column;gap:0;display:flex}._capabilitySplit_1khoi_72{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:clamp(1.5rem,3.5vw,2.5rem);display:grid}._leftPanel_1khoi_79{flex-direction:column;justify-content:space-between;gap:clamp(1.75rem,3.5vh,2.5rem);min-height:100%;padding:0;display:flex}._problemSolutionMap_1khoi_88{width:100%}._mapColumnHeaders_1khoi_92{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:clamp(.75rem,2vw,1.25rem);margin-bottom:clamp(1rem,2vh,1.375rem);display:grid}._mapColumnHeaderProblem_1khoi_99,._mapColumnHeaderSolution_1khoi_100{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;margin:0;line-height:1.35}._mapColumnHeaderProblem_1khoi_99{color:var(--color-accent)}._mapColumnHeaderSolution_1khoi_100{color:var(--color-blue-light)}.content-band ._mapColumnHeaderProblem_1khoi_99{color:var(--color-accent)}.content-band ._mapColumnHeaderSolution_1khoi_100{color:var(--color-blue-light)}._mapRows_1khoi_125{flex-direction:column;gap:clamp(1.25rem,2.5vh,1.5rem);margin:0;padding:0;list-style:none;display:flex}._mapRow_1khoi_125{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:start;gap:clamp(1rem,2.25vw,1.5rem);display:grid}._mapProblem_1khoi_141{font-family:var(--font-heading);font-size:var(--text-body);font-weight:var(--weight-heading);color:#fff;align-items:flex-start;gap:.625rem;line-height:1.45;display:flex}._mapSolutions_1khoi_152{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}._mapSolution_1khoi_152{font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffff9e;align-items:flex-start;gap:.625rem;line-height:1.45;display:flex}._mediaPanel_1khoi_171{flex-direction:column;width:100%;min-width:0;min-height:100%;display:flex}._heroWrap_1khoi_179{width:100%;height:100%;min-height:clamp(280px,36vw,420px);position:relative;overflow:hidden}._heroImage_1khoi_187{object-fit:cover;object-position:center;width:100%;height:100%}._outcomesSection_1khoi_194{width:100%;margin-top:auto}._blockTitle_1khoi_199{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;margin:0 0 clamp(.75rem,1.5vh,1rem);line-height:1.3}._outcomeCardsGrid_1khoi_209{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.35rem,.6vw,.5rem);margin:0;padding:0;list-style:none;display:grid}._outcomeCard_1khoi_209{aspect-ratio:1;text-align:center;background:#0a4dff2e;flex-direction:column;justify-content:center;align-items:center;gap:clamp(.2rem,.4vw,.35rem);min-width:0;padding:clamp(.35rem,.6vw,.5rem);display:flex}._outcomeCardLabel_1khoi_231{font-family:var(--font-heading);font-size:var(--text-caption);font-weight:var(--weight-heading);color:#ffffffe6;line-height:1.3}._marker_1khoi_239{width:1.25em;height:1.45em;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:center;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex}._markerProblem_1khoi_253{color:#ffffff73;font-size:1.05em}._markerService_1khoi_258{color:#4ade80;font-size:.92em}._markerOutcome_1khoi_263{color:var(--color-accent)}._sectionTitle_1khoi_267{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);margin:0 0 clamp(1.25rem,3vh,1.75rem);line-height:1.25}.content-band ._sectionTitle_1khoi_267{color:#fff}._engagementSection_1khoi_281{scroll-margin-top:calc(var(--header-height) + var(--space-sm));border-top:1px solid #ffffff0f;margin-top:clamp(4rem,9vh,6rem);padding-top:clamp(3rem,7vh,4.75rem);padding-bottom:clamp(3rem,7vh,4.75rem)}._engagementGrid_1khoi_289{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}._engagementGrid_1khoi_289>li{min-width:0}@media (width>=768px){._engagementGrid_1khoi_289{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr))}}._engagementCard_1khoi_309{aspect-ratio:1;width:100%;scroll-margin-top:calc(var(--header-height) + var(--space-sm));border:1px solid #ffffff2e;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}._engagementImage_1khoi_321{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}._engagementOverlay_1khoi_330{background:linear-gradient(#0000 45%,#0508128c 100%);position:absolute;inset:0}._engagementContent_1khoi_336{z-index:1;-webkit-backdrop-filter:blur(10px);background:#050812d1;width:100%;padding:clamp(.875rem,2vw,1.25rem);position:relative}._engagementContent_1khoi_336:before{content:"";z-index:-1;background:linear-gradient(#050812c7 0%,#050812f0 100%);position:absolute;inset:0}._engagementTitle_1khoi_358{margin:0 0 var(--space-xs);font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;line-height:1.35}._engagementDescription_1khoi_368{font-size:var(--text-small);color:#ffffffe0;margin:0;line-height:1.6}@media (width<=767px){._engagementGrid_1khoi_289{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.5rem,2vw,.75rem)}._engagementContent_1khoi_336{padding:clamp(.625rem,1.5vw,.875rem)}._engagementTitle_1khoi_358{font-size:var(--text-small)}._engagementDescription_1khoi_368{font-size:var(--text-caption);line-height:1.5}}@media (width<=820px){._capabilitySplit_1khoi_72{grid-template-columns:1fr}._heroWrap_1khoi_179{min-height:clamp(220px,50vw,320px)}}@media (width<=560px){._mapColumnHeaders_1khoi_92,._mapRow_1khoi_125{grid-template-columns:1fr;gap:.5rem}._mapColumnHeaderSolution_1khoi_100{margin-top:.25rem}}._nav_1ylya_1{width:100%;max-width:900px;margin-inline:auto}._grid_1ylya_7{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.5rem,1vw,.75rem);width:100%;max-width:900px;margin-block:0;margin-inline:auto;padding:0;list-style:none;display:grid}._gridItem_1ylya_19{min-width:0}._tile_1ylya_23{aspect-ratio:1;text-align:center;-webkit-backdrop-filter:blur(14px)saturate(120%);width:100%;transition:background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);background:#00000061;border:1px solid #ffffff24;justify-content:center;align-items:center;padding:clamp(.5rem,1.2vw,.875rem);text-decoration:none;display:flex;box-shadow:inset 0 1px #ffffff0f,0 8px 24px #00000047}._tile_1ylya_23:hover,._tile_1ylya_23:focus-visible{background:#00000080;border-color:#ffffff3d;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff1a,0 12px 28px #00000057}._tile_1ylya_23:focus-visible{outline-offset:2px;outline:2px solid #ffffff8c}._tileLabel_1ylya_61{font-family:var(--font-heading);font-size:var(--text-caption);font-weight:var(--weight-heading);color:#fff;text-wrap:balance;line-height:1.35}@media (width<=640px){._grid_1ylya_7{grid-template-columns:repeat(2,minmax(0,1fr))}._tileLabel_1ylya_61{font-size:var(--text-meta)}}._photoHeroBackground_1tpcj_1,._photoHeroSection_1tpcj_2{--photo-hero-height:clamp(28rem, 58vh, 40rem);background:0 0;position:relative}._photoHeroBackground_1tpcj_1:before,._photoHeroBackground_1tpcj_1:after,._photoHeroSection_1tpcj_2:before,._photoHeroSection_1tpcj_2:after{content:"";height:var(--photo-hero-height);pointer-events:none;position:absolute;top:0;left:0;right:0}._photoHeroBackground_1tpcj_1:before,._photoHeroSection_1tpcj_2:before{z-index:0;background-image:var(--photo-hero-image,url(/assets/AboutUsNContact-B06b4Cn_.webp));background-size:cover;background-position:var(--photo-hero-position,center 35%);background-repeat:no-repeat;-webkit-mask-image:linear-gradient(#000 0%,#000000d9 50%,#0003 78%,#0000 100%);mask-image:linear-gradient(#000 0%,#000000d9 50%,#0003 78%,#0000 100%)}._photoHeroBackground_1tpcj_1:after,._photoHeroSection_1tpcj_2:after{z-index:0;background:var(--photo-hero-overlay,linear-gradient(to bottom, #05050875 0%, #05050885 42%, #0505081f 72%, transparent 100%));-webkit-mask-image:linear-gradient(#000 0% 72%,#0000 100%);mask-image:linear-gradient(#000 0% 72%,#0000 100%)}._photoHeroBackground_1tpcj_1>.container,._photoHeroSection_1tpcj_2>.container,._photoHeroSection_1tpcj_2>header,._photoHeroSection_1tpcj_2>div{z-index:1;position:relative}._hero_qpfu0_1{--photo-hero-height:calc(100svh - var(--header-height));--photo-hero-image:url(/assets/ServicesPage-D7Sci7t0.webp);--photo-hero-position:center center;--photo-hero-overlay:linear-gradient(to bottom, #0000008a 0%, #0009 42%, #00000052 72%, #00000024 100%);min-height:calc(100svh - var(--header-height));padding-block:var(--space-lg);scroll-margin-top:calc(var(--header-height) + var(--space-sm));flex-direction:column;align-items:stretch;display:flex}@media (width>=769px){._hero_qpfu0_1{height:calc(100svh - var(--header-height));max-height:1200px;padding-block:var(--space-xl) var(--space-lg)}}._hero_qpfu0_1>.container{flex-direction:column;flex:1;display:flex}._heroLayout_qpfu0_34{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(2rem,4vh,3rem);width:100%;display:flex}.content-band._hero_qpfu0_1 h1,._hero_qpfu0_1 h1{color:#fff}._heroContent_qpfu0_49{text-align:center;flex-direction:column;align-items:center;gap:clamp(.75rem,1.5vh,1rem);max-width:40rem;margin-inline:auto;display:flex}._heroContent_qpfu0_49 h1{font-size:var(--text-h1);margin:0}._lead_qpfu0_64{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:clamp(.25rem,1vh,.5rem) 0 0;line-height:1.4}._body_qpfu0_74{max-width:36rem;font-family:var(--font-heading);font-size:var(--text-body);font-weight:var(--weight-heading);color:#fff;text-wrap:pretty;margin:0;line-height:1.55}._section_1nlch_1{position:relative}._sectionHeader_1nlch_5{width:100%;max-width:100%;margin-inline:auto;margin-bottom:var(--section-header-gap);padding-inline:var(--section-header-inline);text-align:center;flex-direction:column;align-items:center;display:flex}._sectionHeader_1nlch_5 h2{text-align:center;max-width:22ch;margin-inline:auto}._sectionHeader_1nlch_5 .lead{text-align:center;text-wrap:balance;max-width:42rem;margin-inline:auto;font-weight:600}._gridWrap_1nlch_31{width:100%;margin-top:var(--component-stack-gap);margin-inline:auto}._grid_1nlch_31{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(135px,14vw,190px);grid-auto-flow:dense;gap:8px;width:100%;padding:0;list-style:none;display:grid}._gridItem_1nlch_48{min-width:0}._tileSmall_1nlch_52{grid-area:span 1/span 1}._tileWide_1nlch_57{grid-area:span 1/span 2}._tileWide3_1nlch_62{grid-area:span 1/span 3}._tileLarge_1nlch_67{grid-area:span 2/span 2}._gridItemPlacedDesktop_1nlch_72{grid-column:var(--tile-col-desktop);grid-row:var(--tile-row-desktop)}._card_1nlch_77{width:100%;height:100%}._cardLink_1nlch_82{color:#fff;background:var(--tile-accent,var(--color-primary));width:100%;height:100%;transition:transform var(--transition), filter var(--transition);border-radius:0;flex-direction:column;justify-content:flex-end;text-decoration:none;display:flex;position:relative;overflow:hidden}._cardLink_1nlch_82:hover,._cardLink_1nlch_82:focus-visible{filter:brightness(1.08);transform:scale(.985)}._cardLink_1nlch_82:focus-visible{outline-offset:2px;outline:2px solid #ffffffbf}._cardImage_1nlch_110{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform var(--transition-slow);display:block;position:absolute;inset:0}._cardLink_1nlch_82:hover ._cardImage_1nlch_110,._cardLink_1nlch_82:focus-visible ._cardImage_1nlch_110{transform:scale(1.04)}._cardOverlay_1nlch_126{background:linear-gradient(to top, #0000006b 0%, transparent 38%), color-mix(in srgb, var(--tile-accent,var(--color-primary)) 14%, transparent);pointer-events:none;position:absolute;inset:0}._cardTitle_1nlch_135{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;text-shadow:0 1px 3px #00000059;margin:0;padding:.875rem 1rem;line-height:1.25;position:relative}._tileLarge_1nlch_67 ._cardTitle_1nlch_135{font-size:var(--text-h3);padding:1.125rem 1.25rem}._tileWide3_1nlch_62 ._cardTitle_1nlch_135{padding:.875rem 1.125rem}._tileSmall_1nlch_52 ._cardTitle_1nlch_135{font-size:var(--text-h4);padding:.625rem .75rem;line-height:1.2}._ctaTile_1nlch_164{background:linear-gradient(145deg, color-mix(in srgb, var(--tile-accent,var(--color-primary)) 88%, #000) 0%, var(--tile-accent,var(--color-primary)) 100%);border:1px solid #ffffff2e;flex-direction:column;justify-content:flex-end;align-items:flex-start;display:flex}._ctaTile_1nlch_164:hover,._ctaTile_1nlch_164:focus-visible{filter:brightness(1.06)}._ctaLabel_1nlch_182{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;padding:.625rem .75rem;line-height:1.2;position:relative}._ctaArrow_1nlch_194{font-size:var(--text-h3);color:#ffffffd9;transition:transform var(--transition);line-height:1;position:absolute;bottom:.625rem;right:.625rem}._ctaTile_1nlch_164:hover ._ctaArrow_1nlch_194,._ctaTile_1nlch_164:focus-visible ._ctaArrow_1nlch_194{transform:translate(3px)}@media (width<=980px){._grid_1nlch_31{grid-auto-rows:clamp(120px,17.5vw,162px)}}@media (width<=660px){._grid_1nlch_31{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(100px,27vw,135px);grid-auto-flow:row;gap:5px}._tileSmall_1nlch_52,._tileWide_1nlch_57,._tileWide3_1nlch_62,._tileLarge_1nlch_67,._gridItemPlacedDesktop_1nlch_72{grid-area:auto}._gridItemPlacedMobile_1nlch_236{grid-column:var(--tile-col-mobile);grid-row:var(--tile-row-mobile)}}._gridWrap_114xg_1{width:100%;margin-inline:auto}._gridWrapWithHeader_114xg_6{margin-top:var(--component-stack-gap)}._grid_114xg_1{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(135px,14vw,190px);grid-auto-flow:dense;gap:8px;width:100%;padding:0;list-style:none;display:grid}._gridItem_114xg_21{min-width:0}._tileSmall_114xg_25{grid-area:span 1/span 1}._tileWide_114xg_30{grid-area:span 1/span 2}._tileLarge_114xg_35{grid-area:span 2/span 2}._card_114xg_40{width:100%;height:100%}._cardLink_114xg_45,._cardStatic_114xg_46{color:#fff;background:var(--tile-accent,var(--color-primary));width:100%;height:100%;transition:transform var(--transition), filter var(--transition);border-radius:0;flex-direction:column;justify-content:flex-end;text-decoration:none;display:flex;position:relative;overflow:hidden}._cardLink_114xg_45:hover,._cardLink_114xg_45:focus-visible{filter:brightness(1.08);transform:scale(.985)}._cardLink_114xg_45:focus-visible{outline-offset:2px;outline:2px solid #ffffffbf}._cardImage_114xg_74{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform var(--transition-slow);display:block;position:absolute;inset:0}._cardLink_114xg_45:hover ._cardImage_114xg_74,._cardLink_114xg_45:focus-visible ._cardImage_114xg_74{transform:scale(1.04)}._cardOverlay_114xg_90{background:linear-gradient(to top, #0000006b 0%, transparent 38%), color-mix(in srgb, var(--tile-accent,var(--color-primary)) 14%, transparent);pointer-events:none;position:absolute;inset:0}._cardTitle_114xg_99{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;text-shadow:0 1px 3px #00000059;margin:0;padding:.875rem 1rem;line-height:1.25;position:relative}._tileLarge_114xg_35 ._cardTitle_114xg_99{font-size:var(--text-h3);padding:1.125rem 1.25rem}._tileSmall_114xg_25 ._cardTitle_114xg_99{font-size:var(--text-h4);padding:.625rem .75rem;line-height:1.2}._ctaTile_114xg_124{background:linear-gradient(145deg, color-mix(in srgb, var(--tile-accent,var(--color-primary)) 88%, #000) 0%, var(--tile-accent,var(--color-primary)) 100%);border:1px solid #ffffff2e;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.25rem;display:flex}._ctaTile_114xg_124:hover,._ctaTile_114xg_124:focus-visible{filter:brightness(1.06)}._ctaLabel_114xg_143{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;padding:.875rem 1rem;line-height:1.25;position:relative}._tileLarge_114xg_35 ._ctaLabel_114xg_143{font-size:var(--text-h3);padding:1.125rem 1.25rem}._tileSmall_114xg_25 ._ctaLabel_114xg_143{font-size:var(--text-h4);padding:.625rem .75rem}._ctaArrow_114xg_165{font-size:var(--text-h3);color:#ffffffd9;transition:transform var(--transition);line-height:1;position:absolute;bottom:.875rem;right:.875rem}._ctaTile_114xg_124:hover ._ctaArrow_114xg_165,._ctaTile_114xg_124:focus-visible ._ctaArrow_114xg_165{transform:translate(3px)}@media (width<=980px){._grid_114xg_1{grid-auto-rows:clamp(120px,17.5vw,162px)}}@media (width<=660px){._grid_114xg_1{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(100px,27vw,135px);grid-auto-flow:row;gap:5px}._tileSmall_114xg_25,._tileWide_114xg_30,._tileLarge_114xg_35{grid-area:auto}._gridItemPlacedMobile_114xg_201{grid-column:var(--tile-col-mobile);grid-row:var(--tile-row-mobile)}}._section_3899j_1{background:var(--color-bg-secondary)}.band-dark._section_3899j_1,.content-band._section_3899j_1,.content-band ._section_3899j_1{background:0 0}._intro_3899j_11{max-width:46rem;margin-bottom:clamp(2rem,5vh,3.25rem)}._intro_3899j_11 .lead{margin-bottom:var(--space-sm)}._intro_3899j_11 .lead:last-of-type{margin-bottom:0}.content-band ._intro_3899j_11 h2{color:#fff}.content-band ._intro_3899j_11 .lead{color:#ffffffd1}._sectionTitle_3899j_32{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);margin:0 0 clamp(1.5rem,3.5vh,2.25rem);line-height:1.25}.content-band ._sectionTitle_3899j_32{color:#fff}._caseStudiesSection_3899j_46,._featuredSection_3899j_47{scroll-margin-top:calc(var(--header-height) + var(--space-sm));margin-bottom:clamp(3rem,7vh,4.75rem)}._caseStudiesList_3899j_52{gap:var(--space-lg);display:grid}._caseStudy_3899j_57{background:var(--color-bg);border:1px solid var(--color-border);scroll-margin-top:calc(var(--header-height) + var(--space-sm));padding:clamp(1.75rem,3.5vw,2.5rem)}.content-band ._caseStudy_3899j_57{-webkit-backdrop-filter:blur(14px)saturate(120%);background:#ffffff0e;border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff0f,0 20px 40px #00000029}._caseStudyTitle_3899j_74{margin:0 0 var(--space-md);font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);line-height:1.2}.content-band ._caseStudyTitle_3899j_74{color:#fff}._caseStudyBlocks_3899j_88{gap:var(--space-md);display:grid}@media (width>=768px){._caseStudyBlocks_3899j_88{gap:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr))}}._caseStudyLabel_3899j_100{margin:0 0 var(--space-xs);font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.content-band ._caseStudyLabel_3899j_100{color:#ffffff80}._caseStudyText_3899j_114{font-size:var(--text-body);color:var(--color-text-secondary);margin:0;line-height:1.65}.content-band ._caseStudyText_3899j_114{color:#ffffffc7}._caseStudyList_3899j_125{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}._caseStudyList_3899j_125 li{font-size:var(--text-small);color:var(--color-text-secondary);padding-left:1rem;line-height:1.55;position:relative}.content-band ._caseStudyList_3899j_125 li{color:#ffffffc7}._caseStudyList_3899j_125 li:before{content:"";background:var(--color-accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}._caseStudyLink_3899j_156{margin-top:var(--space-md);font-size:var(--text-small);font-weight:var(--weight-body);color:var(--color-primary);transition:color var(--transition);display:inline-flex}.content-band ._caseStudyLink_3899j_156{color:var(--color-accent)}._caseStudyLink_3899j_156:hover,._caseStudyLink_3899j_156:focus-visible{color:var(--color-primary-hover)}.content-band ._caseStudyLink_3899j_156:hover,.content-band ._caseStudyLink_3899j_156:focus-visible{color:#fff}._approachSection_3899j_179{margin-bottom:clamp(2.5rem,6vh,4rem)}._approachFlow_3899j_183{gap:var(--space-sm);max-width:36rem;margin:0;padding:0;list-style:none;display:grid}._approachStep_3899j_192{gap:var(--space-sm);padding:var(--space-md);background:var(--color-bg);border:1px solid var(--color-border);grid-template-columns:auto 1fr;display:grid;position:relative}.content-band ._approachStep_3899j_192{background:#ffffff0e;border-color:#ffffff2e}._approachIndex_3899j_207{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.03em;color:var(--color-primary);line-height:1}.content-band ._approachIndex_3899j_207{color:var(--color-accent)}._approachTitle_3899j_220{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:var(--color-heading);margin:0 0 .35rem;line-height:1.3}.content-band ._approachTitle_3899j_220{color:#fff}._approachDescription_3899j_234{font-size:var(--text-small);color:var(--color-text-secondary);margin:0;line-height:1.6}.content-band ._approachDescription_3899j_234{color:#ffffffb8}._approachArrow_3899j_245{font-size:var(--text-body);color:var(--color-text-muted);grid-column:1/-1;justify-self:center;margin-top:-.25rem;line-height:1}.content-band ._approachArrow_3899j_245{color:#fff6}._resultsSection_3899j_258{margin-bottom:clamp(2.5rem,6vh,4rem)}._resultsGrid_3899j_262{gap:var(--space-xs);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){._resultsGrid_3899j_262{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=768px){._resultsGrid_3899j_262{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}}@media (width>=1024px){._resultsGrid_3899j_262{grid-template-columns:repeat(5,minmax(0,1fr))}}._resultsGrid_3899j_262 li{min-width:0}._resultCard_3899j_294{aspect-ratio:1;text-align:center;background:var(--color-bg);border:1px solid var(--color-border);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:clamp(.625rem,1.5vw,1rem);display:flex}.content-band ._resultCard_3899j_294{background:#ffffff0e;border-color:#ffffff2e}._resultValue_3899j_312{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-primary);margin-bottom:.35rem;line-height:1.2;display:block}.content-band ._resultValue_3899j_312{color:var(--color-accent)}._resultLabel_3899j_327{font-size:var(--text-caption);color:var(--color-text-secondary);margin:0;line-height:1.35}.content-band ._resultLabel_3899j_327{color:#ffffffb8}._cta_3899j_338{text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);padding:clamp(1.5rem,3vw,2rem)}.content-band ._cta_3899j_338{background:var(--gradient-blue-base);border:none;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000040}.content-band ._cta_3899j_338:before{content:"";z-index:0;pointer-events:none;background:var(--gradient-blue-overlay);position:absolute;inset:0}.content-band ._cta_3899j_338>*{z-index:1;position:relative}._ctaHeading_3899j_367{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);line-height:1.3}.content-band ._ctaHeading_3899j_367{color:#fff}._ctaBody_3899j_381{max-width:42rem;margin:0 auto var(--space-md);font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.65}.content-band ._ctaBody_3899j_381{color:#ffffffd1}._ctaButton_3899j_393.btnPrimary{color:#fff;background:#0a4dff}._ctaButton_3899j_393.btnPrimary:hover,._ctaButton_3899j_393.btnPrimary:focus-visible{color:#fff;background:#2563eb;box-shadow:0 2px 8px #0a4dff40}._page_1mogv_1{background:0 0}._hero_1mogv_5{min-height:clamp(22rem,48vh,32rem);padding-top:calc(var(--header-height) + clamp(3rem, 9vh, 4.75rem));scroll-margin-top:calc(var(--header-height) + var(--space-sm));align-items:center;padding-bottom:clamp(2rem,5vh,3rem);display:flex}.content-band._hero_1mogv_5 h1,._hero_1mogv_5 h1{color:#fff}._heroContent_1mogv_19{text-align:center;flex-direction:column;align-items:center;gap:clamp(.75rem,2vh,1.125rem);max-width:42rem;margin-inline:auto;display:flex}._heroContent_1mogv_19 .sectionLabel{margin-bottom:0}._heroContent_1mogv_19 h1{font-size:var(--text-h1);margin:0}._belief_1mogv_38{font-family:var(--font-heading);font-size:var(--text-body);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#ffffffd1;margin:clamp(.25rem,1vh,.5rem) 0 0;line-height:1.4}._section_1mogv_29{padding-block:clamp(3rem,7vh,4.5rem)}._sectionAlt_1mogv_52{background:0 0}._sectionHeading_1mogv_56{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:0 0 clamp(1.5rem,3.5vh,2.25rem);line-height:1.25}._prose_1mogv_66{max-width:44rem}._prose_1mogv_66 p{margin:0 0 var(--component-inner-gap);font-size:var(--text-body);color:#ffffffc7;line-height:1.7}._prose_1mogv_66 p:last-child{margin-bottom:0}._prose_1mogv_66 .lead{color:#ffffffd1}._emphasis_1mogv_85{font-weight:var(--weight-body);margin-top:var(--space-md)!important;color:#ffffffe6!important}._problemList_1mogv_91{margin:var(--space-sm) 0 var(--space-md);gap:.4rem;padding:0;list-style:none;display:grid}._problemList_1mogv_91 li{font-size:var(--text-body);color:#ffffffc7;padding-left:1rem;line-height:1.6;position:relative}._problemList_1mogv_91 li:before{content:"";background:#ef4444bf;border-radius:50%;width:5px;height:5px;position:absolute;top:.6em;left:0}._beliefsGrid_1mogv_118{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){._beliefsGrid_1mogv_118{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}}._beliefCard_1mogv_133{-webkit-backdrop-filter:blur(14px)saturate(120%);background:#ffffff0e;border:1px solid #ffffff2e;height:100%;padding:clamp(1.125rem,2vw,1.5rem)}._beliefTitle_1mogv_142{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;margin:0 0 .5rem;line-height:1.35}._beliefDescription_1mogv_152{font-size:var(--text-small);color:#ffffffb8;margin:0;line-height:1.6}._processGrid_1mogv_159{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){._processGrid_1mogv_159{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){._processGrid_1mogv_159{grid-template-columns:repeat(4,minmax(0,1fr))}}._processStep_1mogv_180{gap:var(--space-sm);padding:var(--space-md);background:#ffffff0e;border:1px solid #ffffff2e;grid-template-columns:auto 1fr;display:grid}._processIndex_1mogv_189{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.03em;color:var(--color-accent);line-height:1}._processTitle_1mogv_198{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;margin:0 0 .35rem;line-height:1.3}._processDescription_1mogv_208{font-size:var(--text-small);color:#ffffffb8;margin:0;line-height:1.6}._buildList_1mogv_215{flex-wrap:wrap;gap:.5rem;max-width:48rem;margin:0;padding:0;list-style:none;display:flex}._buildList_1mogv_215 li{font-size:var(--text-small);color:#ffffffd1;background:#ffffff0f;border:1px solid #ffffff24;padding:.375rem .75rem}._cta_1mogv_233{text-align:center;padding-block:clamp(2.5rem,6vh,3.75rem) clamp(3rem,7vh,4.75rem)}._ctaButton_1mogv_238.btnPrimary{color:#fff;background:#0a4dff}._ctaButton_1mogv_238.btnPrimary:hover,._ctaButton_1mogv_238.btnPrimary:focus-visible{color:#fff;background:#2563eb;box-shadow:0 2px 8px #0a4dff40}.content-band ._hero_1mogv_5 .sectionLabel,.content-band._section_1mogv_29 .sectionLabel{color:#ffffff8c}.content-band._section_1mogv_29 ._prose_1mogv_66 .lead{color:#ffffffd1}._section_1ue9q_1{color:#fff;background:0 0;padding-block:clamp(2.5rem,6vh,3.75rem);position:relative;overflow:visible}.band-dark._section_1ue9q_1,.content-band._section_1ue9q_1{background:0 0}._header_1ue9q_14{max-width:44rem;margin-bottom:clamp(1.5rem,3.5vh,2.25rem)}._manifestoGrid_1ue9q_19{align-items:start;gap:clamp(2rem,4.5vw,3.5rem);display:grid}@media (width>=960px){._manifestoGrid_1ue9q_19{grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);align-items:start;gap:clamp(2.5rem,5.5vw,4.75rem)}}._leftColumn_1ue9q_33{flex-direction:column;gap:clamp(1.75rem,3.5vh,2.75rem);min-width:0;display:flex}._diagramColumn_1ue9q_40{top:calc(var(--header-height) + var(--space-md));width:100%;min-width:0;position:sticky}._quote_1ue9q_47{border:none;max-width:36rem;margin:0;padding:0}._quote_1ue9q_47 p{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:0;line-height:1.25}._manifestoBody_1ue9q_64{max-width:34rem}._introLead_1ue9q_68{margin:0 0 var(--space-sm);font-family:var(--font-sans);font-size:var(--text-lead);font-weight:var(--weight-light);color:#ffffffd1;line-height:1.7}._introMuted_1ue9q_77{margin:0 0 var(--space-md);font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffff8c;line-height:1.65}._problems_1ue9q_86{margin:0 0 var(--space-md);flex-direction:column;gap:.625rem;padding:0;list-style:none;display:flex}._problem_1ue9q_86{font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffff9e;margin:0;padding-left:1.125rem;line-height:1.65;position:relative}._problem_1ue9q_86:before{content:"›";font-size:var(--text-h3);color:#ffffff73;line-height:1.45;position:absolute;top:0;left:0}._challenge_1ue9q_116{font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffffd1;margin:0;line-height:1.65}._process_1ue9q_125{padding-top:var(--space-lg);border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:clamp(.5rem,1.5vw,1rem);margin-top:clamp(2.5rem,6vh,3.75rem);display:flex}._processStep_1ue9q_135{align-items:center;gap:clamp(.5rem,1.5vw,1rem);display:flex}._processLabel_1ue9q_141{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.015em;color:#fff;white-space:nowrap;line-height:1.35}._processArrow_1ue9q_151{font-size:var(--text-small);color:var(--color-primary);line-height:1}._closing_1ue9q_157{margin:var(--space-md) 0 0;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;line-height:1.4}._signatureBlock_1ue9q_167{margin-top:var(--space-lg)}._signatureDivider_1ue9q_171{width:min(8rem,30%);height:1px;margin:0 0 var(--space-sm);background:#ffffff1f}._signature_1ue9q_167{font-family:var(--font-heading);font-size:var(--text-small);font-weight:var(--weight-heading);letter-spacing:.01em;color:#ffffff8c;margin:0;font-style:italic;line-height:1.6}._backdrop_1ue9q_189{pointer-events:none;position:absolute;inset:0;overflow:hidden}._backdropSvg_1ue9q_196{opacity:.06;stroke:#fff;fill:none;width:110%;height:120%;position:absolute;inset:-10% -5%}._chaoticPath_1ue9q_206{stroke-width:1px}._clarityGroup_1ue9q_210{transform-origin:50%;transform-box:fill-box}._clarityLine_1ue9q_215{stroke:var(--color-primary);stroke-width:1px;opacity:.5}._clarityArrow_1ue9q_221{fill:var(--color-primary);opacity:.5}.content-band ._header_1ue9q_14 .sectionLabel{color:#ffffff8c}@media (width<=959px){._quote_1ue9q_47 p{font-size:var(--text-h2)}._diagramColumn_1ue9q_40{position:static}}@media (width<=640px){._process_1ue9q_125{flex-direction:column;align-items:flex-start;gap:.35rem}._processStep_1ue9q_135{flex-direction:row;align-items:center}._processArrow_1ue9q_151{display:none}._processStep_1ue9q_135:not(:last-child):after{content:none}}@media (prefers-reduced-motion:reduce){._clarityGroup_1ue9q_210{transform:none}}._figure_y2qbf_1{width:100%;max-width:100%;margin:0;padding:0}._title_y2qbf_8{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#ffffffd1;text-align:center;text-wrap:balance;margin:0 0 clamp(1rem,2vh,1.25rem);line-height:1.3}._stack_y2qbf_20{flex-direction:column;gap:0;display:flex}._layerGroup_y2qbf_26{flex-direction:column;display:flex}._layer_y2qbf_26{border:1px solid #ffffff8c;padding:clamp(.875rem,2vw,1.25rem) clamp(.875rem,2vw,1.375rem) clamp(1rem,2.5vw,1.375rem)}._layer_y2qbf_26._accent_y2qbf_37{border-color:var(--color-primary)}._layerHead_y2qbf_41{margin-bottom:clamp(.75rem,1.75vh,1rem)}._layerTag_y2qbf_45{font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin:0 0 .2rem}._layerTitle_y2qbf_55{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.03em;color:#fff;margin:0;line-height:1.15}._layerItems_y2qbf_65{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}._layerItems_y2qbf_65 li{font-family:var(--font-sans);font-size:var(--text-caption);font-weight:var(--weight-light);color:#ffffffe0;text-align:center;text-wrap:balance;padding:.5rem clamp(.35rem,1vw,.75rem) 0;line-height:1.35;position:relative}._layerItems_y2qbf_65 li:not(:last-child):after{content:"";background:#ffffff24;width:1px;height:calc(100% - .35rem);position:absolute;top:.35rem;right:0}._layer_y2qbf_26._accent_y2qbf_37 ._layerItems_y2qbf_65 li:not(:last-child):after{background:#0a4dff47}._connectors_y2qbf_100{width:100%;height:clamp(1.75rem,4vw,2.75rem);margin-block:.15rem;display:block}._outcome_y2qbf_107{width:fit-content;max-width:100%;font-family:var(--font-heading);font-size:var(--text-small);font-weight:var(--weight-heading);letter-spacing:-.015em;color:#fff;text-align:center;border:1px solid var(--color-primary);border-radius:999px;margin:clamp(.625rem,1.5vh,1rem) auto 0;padding:.55rem 1.375rem;line-height:1.3}@media (width<=720px){._layerItems_y2qbf_65{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem .4rem}._layerItems_y2qbf_65 li{text-align:left;padding-top:0}._layerItems_y2qbf_65 li:not(:last-child):after{display:none}._layerItems_y2qbf_65 li:nth-child(odd):not(:last-child):not(:nth-last-child(2)){border-bottom:1px solid #ffffff1a;padding-bottom:.625rem}._title_y2qbf_8{text-align:left}._outcome_y2qbf_107{margin-inline:0}}._page_1yt7z_1{background:0 0}._section_1yt7z_5{padding-block:clamp(3rem,7vh,4.5rem)}._sectionAlt_1yt7z_9{background:0 0}._touchSection_1yt7z_13{scroll-margin-top:calc(var(--header-height) + var(--space-sm))}._touchHero_1yt7z_17{min-height:var(--photo-hero-height,clamp(22rem, 48vh, 32rem));padding-top:calc(var(--header-height) + clamp(3rem, 9vh, 4.75rem));align-items:center;padding-bottom:clamp(2rem,5vh,3rem);display:flex}._touchHeader_1yt7z_25{text-align:center;flex-direction:column;align-items:center;gap:clamp(.75rem,2vh,1.125rem);max-width:42rem;margin-inline:auto;display:flex}._touchHeader_1yt7z_25 ._sectionHeading_1yt7z_35{font-size:var(--text-h1);margin:0}._touchHeader_1yt7z_25 ._sectionLead_1yt7z_40{max-width:none;margin:0}._touchBody_1yt7z_45{padding-top:clamp(1.75rem,3.5vh,2.5rem);padding-bottom:clamp(2.5rem,6vh,3.75rem)}._sectionHeading_1yt7z_35{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;line-height:1.25}._sectionLead_1yt7z_40{max-width:40rem;margin:0 0 var(--space-lg);font-size:var(--text-body);color:#ffffffc7;line-height:1.6}._main_1yt7z_68{gap:var(--space-xl);grid-template-columns:minmax(0,1fr);width:100%;display:grid}@media (width>=900px){._main_1yt7z_68{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);align-items:start}}._form_1yt7z_82{gap:var(--component-inner-gap);-webkit-backdrop-filter:blur(14px)saturate(120%);background:#ffffff0e;border:1px solid #ffffff2e;padding:clamp(1.5rem,3vw,2.25rem);display:grid}._field_1yt7z_92{gap:.35rem;display:grid}._field_1yt7z_92 span{font-size:var(--text-caption);font-weight:var(--weight-body);color:#ffffffa6}._field_1yt7z_92 input,._field_1yt7z_92 select,._field_1yt7z_92 textarea{width:100%;font:inherit;color:#fff;transition:border-color var(--transition);background:#ffffff0f;border:1px solid #ffffff29;padding:.5625rem .75rem}._field_1yt7z_92 input::placeholder,._field_1yt7z_92 textarea::placeholder{color:#fff6}._field_1yt7z_92 input:focus-visible,._field_1yt7z_92 select:focus-visible,._field_1yt7z_92 textarea:focus-visible{border-color:#60a5fa8c;outline:none}._field_1yt7z_92 select{appearance:none}._field_1yt7z_92 textarea{resize:vertical;min-height:7rem}._optionalRow_1yt7z_136{gap:var(--component-inner-gap);display:grid}@media (width>=600px){._optionalRow_1yt7z_136{grid-template-columns:repeat(2,minmax(0,1fr))}}._submitButton_1yt7z_147.btnPrimary{margin-top:var(--space-xs);color:#fff;background:#0a4dff;justify-self:start}._submitButton_1yt7z_147.btnPrimary:hover,._submitButton_1yt7z_147.btnPrimary:focus-visible{color:#fff;background:#2563eb}._info_1yt7z_160{background:#ffffff0a;border:1px solid #ffffff1f;padding:clamp(1.375rem,2.5vw,2rem)}._infoTitle_1yt7z_166{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);color:#fff}._dl_1yt7z_174{gap:var(--component-inner-gap);margin:0;display:grid}._dl_1yt7z_174 div{gap:.2rem;display:grid}._dl_1yt7z_174 dt{font-family:var(--font-mono);font-size:var(--text-meta);letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}._dl_1yt7z_174 dd{font-size:var(--text-small);color:#ffffffd1;margin:0;line-height:1.5}._dl_1yt7z_174 a{color:var(--color-accent);transition:color var(--transition)}._dl_1yt7z_174 a:hover,._dl_1yt7z_174 a:focus-visible{color:#fff}._dlNote_1yt7z_210{font-size:var(--text-caption);color:#ffffff8c;margin-top:.2rem;display:block}._steps_1yt7z_217{gap:var(--space-sm);margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){._steps_1yt7z_217{gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}}._step_1yt7z_217{gap:var(--space-sm);padding:var(--space-md);background:#ffffff0e;border:1px solid #ffffff2e;grid-template-columns:auto 1fr;display:grid}._stepIndex_1yt7z_241{width:1.5rem;height:1.5rem;font-family:var(--font-mono);font-size:var(--text-caption);color:var(--color-accent);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}._stepTitle_1yt7z_254{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);color:#fff;margin:0 0 .3rem}._stepDescription_1yt7z_262{font-size:var(--text-small);color:#ffffffb8;margin:0;line-height:1.6}._faqList_1yt7z_269{gap:var(--space-sm);margin:0;display:grid}._faqItem_1yt7z_275{padding:var(--space-md);background:#ffffff0e;border:1px solid #ffffff2e}._faqItem_1yt7z_275 dt{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);color:#fff;margin-bottom:.35rem}._faqItem_1yt7z_275 dd{font-size:var(--text-small);color:#ffffffb8;margin:0;line-height:1.6}.content-band ._page_1yt7z_1 .sectionLabel{color:#ffffff8c}._section_19p3b_1{background:var(--color-bg-secondary);overflow:hidden}._sectionHeader_19p3b_6{width:100%;max-width:100%;margin-inline:auto;margin-bottom:var(--section-header-gap);padding-inline:var(--section-header-inline);text-align:center;flex-direction:column;align-items:center;display:flex}._sectionHeader_19p3b_6 h2{text-align:center;max-width:22ch;margin-inline:auto}._sectionHeader_19p3b_6 .lead{text-align:center;text-wrap:balance;max-width:42rem;margin-inline:auto;font-weight:600}.band-dark._section_19p3b_1,.content-band._section_19p3b_1,.content-band ._section_19p3b_1{background:0 0}.content-band ._number_19p3b_38{color:#ffffff8c}.content-band ._label_19p3b_42{color:#fff}.content-band ._progressArrow_19p3b_46{color:var(--color-primary)}.content-band ._progressArrowLine_19p3b_50{background:linear-gradient(#2563eb 0%,#1e3a8a 55%,#0f172a 100%)}._showcase_19p3b_54{--stair-riser:clamp(2rem, 4.5vw, 3.5rem);--stair-count:5;max-width:100%;padding-bottom:var(--component-inner-gap);position:relative}._showcaseScroll_19p3b_62{max-width:100%;position:relative}._staircase_19p3b_67{z-index:1;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:.25rem;display:grid;position:relative}._stairBase_19p3b_76{left:0;right:calc(var(--arrow-line-width,3px) + .25rem);z-index:1;background:linear-gradient(90deg,#1e3a8a 0%,#1a3370 25%,#172554 50%,#131f42 75%,#0f172a 100%);height:3px;position:absolute;bottom:0}._progressArrow_19p3b_46{--arrow-line-width:3px;--arrow-head-height:clamp(.625rem, 1.2vw, .875rem);--arrow-head-width:calc(var(--arrow-line-width) * 4);width:var(--arrow-line-width);color:var(--color-primary);z-index:2;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;bottom:0;right:0}._progressArrowHead_19p3b_110{width:var(--arrow-head-width);height:var(--arrow-head-height);flex-shrink:0;display:block}._progressArrowLine_19p3b_50{width:var(--arrow-line-width);background:linear-gradient(#2563eb 0%,#1e3a8a 55%,#0f172a 100%);flex:1;min-height:0}._item_19p3b_124{--step-index:0;flex-direction:column;justify-content:flex-end;width:100%;min-width:0;display:flex}._itemTop_19p3b_133{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}._stairColumn_19p3b_141{flex-direction:column;align-items:center;width:100%;min-height:100%;display:flex}._itemHeader_19p3b_149{margin-bottom:var(--space-sm);flex-direction:column;align-items:center;gap:.25rem;display:flex}._number_19p3b_38{font-family:var(--font-mono);font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.12em;color:#ffffff8c}._label_19p3b_42{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff}._imageWrap_19p3b_173{aspect-ratio:1;width:80%;margin-inline:auto;margin-bottom:var(--space-sm);border-radius:50%;display:block;overflow:hidden}._image_19p3b_173{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}._stairRiser_19p3b_191{background:var(--step-riser-bg,#0f172a);width:100%;transition:border-color var(--transition), filter var(--transition-slow);border:1px solid #ffffff1f;border-radius:2px;flex-direction:column;justify-content:flex-end;display:flex;overflow:hidden}._item_19p3b_124:hover ._stairRiser_19p3b_191{filter:brightness(1.06)}._riserFace_19p3b_209{width:100%;height:calc(var(--stair-riser) * var(--step-index,0));background:var(--step-riser-bg,#0f172a);visibility:hidden;pointer-events:none;flex-shrink:0;min-height:0}._startItem_19p3b_219 ._image_19p3b_173{object-fit:cover;object-position:top center}@keyframes _startButtonAttention_19p3b_1{0%,to{transform:translateY(0);box-shadow:0 2px 8px #0a4dff33}50%{transform:translateY(-2px);box-shadow:0 6px 18px #0a4dff66}}._startButton_19p3b_237.btnPrimary{width:100%;max-width:100%;margin-bottom:var(--space-xs);white-space:nowrap;color:#fff;background:#0a4dff;border:none;animation:2s ease-in-out infinite _startButtonAttention_19p3b_1}._startButton_19p3b_237.btnPrimary:hover,._startButton_19p3b_237.btnPrimary:focus-visible{color:#fff;background:#2563eb;animation:none;box-shadow:0 4px 16px #0a4dff59}@media (prefers-reduced-motion:reduce){._startButton_19p3b_237.btnPrimary{animation:none}}._startPanel_19p3b_262{min-height:clamp(3.25rem,8vw,4rem);padding:var(--space-sm);text-align:center;border-bottom:none;justify-content:center;align-items:center;display:flex}._startPanel_19p3b_262:before{opacity:1}._approachPanel_19p3b_276{width:100%;min-width:0;padding:var(--space-sm);text-align:left;background:var(--step-panel-bg,var(--gradient-blue-base));color:#fff;box-shadow:var(--shadow-subtle);border-bottom:1px solid #ffffff26;flex-shrink:0;position:relative;overflow:hidden}._approachPanel_19p3b_276:before{content:"";z-index:0;pointer-events:none;background:var(--step-panel-overlay,var(--gradient-blue-overlay));position:absolute;inset:0}._approachPanel_19p3b_276>*{z-index:1;position:relative}._contentBody_19p3b_304{font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffffeb;overflow-wrap:anywhere;margin:0;line-height:1.65}._mobileCarousel_19p3b_313{display:none}._itemActive_19p3b_317 ._imageWrap_19p3b_173{outline-offset:2px;outline:2px solid #60a5fad9}._itemActive_19p3b_317 ._stairRiser_19p3b_191{filter:brightness(1.1);border-color:#60a5fa73}@media (width<=768px){._showcase_19p3b_54{--stair-riser:clamp(.75rem, 2.8vw, 1.125rem);padding-bottom:var(--space-xs)}._showcaseScroll_19p3b_62{overflow:hidden}._staircase_19p3b_67{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:clamp(.125rem,.45vw,.25rem);width:100%;min-width:0}._item_19p3b_124,._stairColumn_19p3b_141{justify-content:flex-end}._itemTop_19p3b_133{flex-shrink:0;justify-content:flex-end;height:clamp(5.25rem,33vw,6.75rem);min-height:clamp(5.25rem,33vw,6.75rem);overflow:hidden}._startItem_19p3b_219 ._itemTop_19p3b_133:before{content:"";flex-shrink:0;height:clamp(1.35rem,5vw,1.65rem);display:block}._riserFace_19p3b_209{height:calc(var(--stair-riser) * var(--step-index,0))}._stairRiser_19p3b_191{flex-shrink:0}._progressArrow_19p3b_46{--arrow-head-height:.5rem;--arrow-line-width:2px;--arrow-head-width:calc(var(--arrow-line-width) * 3)}._itemHeader_19p3b_149{flex-shrink:0;gap:.125rem;min-height:clamp(1.35rem,5vw,1.65rem);margin-bottom:.25rem}._number_19p3b_38{font-size:var(--text-meta);letter-spacing:.12em}._label_19p3b_42{font-size:var(--text-h3);line-height:1.3}._imageWrap_19p3b_173{flex-shrink:0;width:clamp(2.75rem,18vw,3.5rem);margin-bottom:.25rem}._stairPanelContent_19p3b_405{display:none}._approachPanel_19p3b_276,._startPanel_19p3b_262{min-height:clamp(.875rem,4.5vw,1.25rem);padding:0}._mobileCarousel_19p3b_313{margin-top:var(--space-md);display:block}._mobileCarouselPanel_19p3b_420{padding:var(--space-md);background:var(--step-panel-bg,var(--gradient-blue-base));box-shadow:var(--shadow-subtle);border:1px solid #ffffff24;position:relative;overflow:hidden}._mobileCarouselPanel_19p3b_420:before{content:"";z-index:0;pointer-events:none;background:var(--step-panel-overlay,var(--gradient-blue-overlay));position:absolute;inset:0}._mobileCarouselPanel_19p3b_420>*{z-index:1;position:relative}._mobileCarouselMeta_19p3b_443{font-family:var(--font-mono);font-size:var(--text-meta);letter-spacing:.12em;color:#ffffff8c;margin:0 0 .375rem}._mobileCarouselTitle_19p3b_451{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:0 0 .5rem}._mobileCarouselBody_19p3b_460{font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffffeb;margin:0;line-height:1.65}._mobileCarouselCta_19p3b_468.btnPrimary{margin-top:var(--space-sm);color:#fff;background:#0a4dff;border:none;width:100%}._mobileCarouselCta_19p3b_468.btnPrimary:hover,._mobileCarouselCta_19p3b_468.btnPrimary:focus-visible{color:#fff;background:#2563eb;box-shadow:0 2px 8px #0a4dff40}._mobileCarouselControls_19p3b_483{margin-top:var(--space-sm)}._mobileCarouselDots_19p3b_487{justify-content:center;gap:.5rem;display:flex}._mobileCarouselDot_19p3b_487{cursor:pointer;width:.5rem;height:.5rem;transition:background var(--transition), transform var(--transition);background:#ffffff47;border:none;border-radius:50%;padding:0}._mobileCarouselDotActive_19p3b_504{background:var(--color-accent);transform:scale(1.15)}._mobileCarouselDot_19p3b_487:focus-visible{outline-offset:2px;outline:2px solid #ffffffbf}}._section_14qyx_1{color:#fafafa;background:0 0;padding-block:clamp(4.5rem,11vh,7.5rem);position:relative;overflow:hidden}._inner_14qyx_9{z-index:1;width:min(100% - var(--container-gutter), var(--max-width));margin-inline:auto;position:relative}._backdrop_14qyx_17{pointer-events:none;position:absolute;inset:0;overflow:hidden}._bgGrid_14qyx_24{opacity:.07;background-image:linear-gradient(#ffffffe6 1px,#0000 1px),linear-gradient(90deg,#ffffffe6 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 55%,#0000 100%);mask-image:linear-gradient(#000 0% 55%,#0000 100%)}._bgLines_14qyx_35{opacity:.06;stroke:#fff;stroke-width:1px;fill:none;width:110%;height:120%;position:absolute;inset:-10% -5%}._header_14qyx_47{margin-inline:auto;text-align:center;max-width:52rem;margin-bottom:clamp(2rem,4.5vh,3rem)}._header_14qyx_47 h2{color:#fff}._header_14qyx_47 .lead{max-width:42rem;margin-inline:auto}._timeline_14qyx_64{padding-bottom:1rem;position:relative}._lineTrack_14qyx_69{pointer-events:none;width:1px;position:absolute;left:50%;transform:translate(-50%)}._lineBase_14qyx_77,._lineFill_14qyx_78{transform-origin:top;position:absolute;inset:0}._lineBase_14qyx_77{background:#ffffff1f}._lineFill_14qyx_78{will-change:transform;background:linear-gradient(#60a5fa59 0%,#fff 45%,#60a5fa59 100%);box-shadow:0 0 8px #60a5fad9,0 0 20px #0a4dff8c,0 0 36px #0a4dff40}._stepList_14qyx_102{z-index:1;margin:0;padding:0;list-style:none;position:relative}._step_14qyx_102{grid-template-columns:minmax(0,1fr) 3rem minmax(0,1fr);align-items:center;gap:.5rem;min-height:auto;margin-block:0;padding-block:.25rem;display:grid}._step_14qyx_102[data-side=left] ._stepPanel_14qyx_120{text-align:right;grid-column:1;justify-self:end}._step_14qyx_102[data-side=right] ._stepPanel_14qyx_120{text-align:left;grid-column:3;justify-self:start}._stepAxis_14qyx_132{z-index:2;grid-area:1/2;justify-content:center;align-items:center;display:flex}._stepSpacer_14qyx_141{display:none}._stepMarker_14qyx_145{background-color:#ffffff59;border-radius:50%;width:.5rem;height:.5rem;display:block;box-shadow:0 0 0 4px #00000059}._stepPanel_14qyx_120{-webkit-backdrop-filter:blur(14px)saturate(120%);background:#ffffff0e;border:1px solid #ffffff2e;outline:none;width:min(100%,32rem);padding:clamp(1.25rem,2.5vw,1.75rem);position:relative;box-shadow:inset 0 1px #ffffff0f,0 24px 48px #0000002e}._stepPanel_14qyx_120:focus-visible{border-color:#ffffff59}._stepNumber_14qyx_172{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.03em;color:#fff;margin-bottom:.25rem;line-height:1;display:block}._stepTitle_14qyx_183{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:#fff;margin:0 0 .625rem;line-height:1.3}._stepDescription_14qyx_193{font-size:var(--text-body);font-weight:var(--weight-light);color:#ffffffb8;margin:0;line-height:1.65}.content-band ._header_14qyx_47 .sectionLabel{color:#ffffff8c}@media (width<=960px){._step_14qyx_102{grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:.5rem}._step_14qyx_102[data-side=left] ._stepPanel_14qyx_120,._step_14qyx_102[data-side=right] ._stepPanel_14qyx_120{text-align:left;grid-area:1/2;justify-self:stretch}._stepAxis_14qyx_132{grid-area:1/1;align-self:start;padding-top:.75rem}._stepPanel_14qyx_120{width:100%;max-width:none;padding:1rem .875rem}._stepNumber_14qyx_172{font-size:var(--text-h3)}._stepTitle_14qyx_183{font-size:var(--text-h4)}._stepDescription_14qyx_193{font-size:var(--text-small);line-height:1.55}}@media (width<=640px){._section_14qyx_1{padding-block:clamp(3.5rem,10vh,5rem)}._header_14qyx_47{text-align:left;margin-bottom:clamp(1.5rem,5vh,2rem)}._step_14qyx_102{grid-template-columns:2rem minmax(0,1fr);gap:.45rem}._stepAxis_14qyx_132{padding-top:.875rem}._stepPanel_14qyx_120{padding:.875rem .75rem}._stepNumber_14qyx_172{font-size:var(--text-h3)}._stepTitle_14qyx_183{font-size:var(--text-body);margin-bottom:.5rem}._stepDescription_14qyx_193{font-size:var(--text-caption);line-height:1.5}}@media (prefers-reduced-motion:reduce){._lineFill_14qyx_78{will-change:auto}}._visuallyHidden_14qyx_292{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._section_1jquq_1{background:var(--color-bg-secondary)}._sectionHeader_1jquq_5{width:100%;max-width:100%;margin-inline:auto;margin-bottom:var(--section-header-gap);padding-inline:var(--section-header-inline);text-align:center;flex-direction:column;align-items:center;display:flex}._sectionHeader_1jquq_5 h2{text-align:center;max-width:22ch;margin-inline:auto}._sectionHeader_1jquq_5 .lead{text-align:center;text-wrap:balance;max-width:42rem;margin-inline:auto;font-weight:600}.band-dark._section_1jquq_1,.content-band._section_1jquq_1,.content-band ._section_1jquq_1{background:0 0}._founderLayout_1jquq_37{gap:clamp(var(--space-lg), 3.5vw, var(--space-2xl));grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}._profileColumn_1jquq_44{gap:var(--component-inner-gap);align-content:start;min-width:0;display:grid}._profileCard_1jquq_51{padding:var(--card-inner-padding-lg);background:var(--color-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);position:relative;overflow:hidden}.content-band ._profileCard_1jquq_51{box-shadow:none;background:#ffffff0a;border-color:#ffffff1f}._profileCard_1jquq_51:before{content:"";pointer-events:none;background:linear-gradient(145deg,#0a4dff0f 0%,#0000 55%);position:absolute;inset:0}.content-band ._profileCard_1jquq_51:before{background:linear-gradient(145deg,#0a4dff2e 0%,#0000 60%)}._profileCard_1jquq_51>*{z-index:1;position:relative}._avatar_1jquq_91{width:clamp(4rem,10vw,5rem);height:clamp(4rem,10vw,5rem);margin-bottom:var(--space-md);font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:.04em;color:#fff;background:linear-gradient(145deg,#1e3a8a 0%,#0a4dff 100%);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 20px #0a4dff40}._name_1jquq_108{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-heading);margin:0 0 .25rem}.content-band ._name_1jquq_108{color:#fff}._title_1jquq_121{margin:0 0 var(--space-sm);font-size:var(--text-small);color:var(--color-text-secondary);line-height:1.5}.content-band ._title_1jquq_121{color:#ffffffb8}._bio_1jquq_132{margin:0 0 var(--space-md);font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.65}.content-band ._bio_1jquq_132{color:#ffffffc7}._contactList_1jquq_143{margin:0 0 var(--space-md);flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}._contactLink_1jquq_152{font-size:var(--text-caption);color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);transition:color var(--transition), border-color var(--transition), background var(--transition);align-items:center;padding:.3125rem .75rem;display:inline-flex}.content-band ._contactLink_1jquq_152{color:#ffffffd1;background:#ffffff0f;border-color:#ffffff24}._contactLink_1jquq_152:hover,._contactLink_1jquq_152:focus-visible{color:var(--color-primary);background:#0a4dff0f;border-color:#0a4dff59}.content-band ._contactLink_1jquq_152:hover,.content-band ._contactLink_1jquq_152:focus-visible{color:#fff;background:#0a4dff38;border-color:#60a5fa8c}._education_1jquq_186{padding-top:var(--space-sm);border-top:1px solid var(--color-border)}.content-band ._education_1jquq_186{border-top-color:#ffffff1f}._educationLabel_1jquq_195{font-family:var(--font-mono);font-size:var(--text-meta);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .375rem}.content-band ._educationLabel_1jquq_195{color:#ffffff80}._educationDegree_1jquq_208{font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);color:var(--color-heading);margin:0 0 .25rem;line-height:1.4}.content-band ._educationDegree_1jquq_208{color:#fff}._educationMeta_1jquq_221{font-size:var(--text-small);color:var(--color-text-secondary);margin:0;line-height:1.5}.content-band ._educationMeta_1jquq_221{color:#ffffffad}._highlightsSection_1jquq_232{margin:0}._highlights_1jquq_232{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}._highlight_1jquq_232{min-width:0;padding:var(--space-sm) .625rem;background:var(--color-bg);border:1px solid var(--color-border)}.content-band ._highlight_1jquq_232{background:#ffffff0a;border-color:#ffffff1a}._highlightValue_1jquq_257{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-heading);letter-spacing:-.02em;color:var(--color-primary);margin-bottom:.25rem;display:block}.content-band ._highlightValue_1jquq_257{color:var(--color-accent)}._highlightLabel_1jquq_271{font-size:var(--text-caption);color:var(--color-text-secondary);margin:0;line-height:1.4}.content-band ._highlightLabel_1jquq_271{color:#ffffffad}._lumiaSection_1jquq_282{min-width:0}._lumiaGridWrap_1jquq_286{width:100%}._capabilitiesGridItem_1jquq_290{min-height:0;display:flex}._capabilitiesHeading_1jquq_295{box-sizing:border-box;width:100%;height:100%;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-heading);letter-spacing:-.01em;color:#fff;background:linear-gradient(135deg, color-mix(in srgb, var(--capabilities-accent,#db2777) 88%, #000) 0%, var(--capabilities-accent,#db2777) 100%);border:1px solid #fff3;align-items:flex-end;margin:0;padding:.75rem 1rem;line-height:1.25;display:flex;box-shadow:inset 0 1px #ffffff14}._lumiaGrid_1jquq_286{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(81px,8.23vw,113px);grid-auto-flow:dense;gap:6px;width:100%;margin:0;padding:0;list-style:none;display:grid}._lumiaGridItem_1jquq_330{min-width:0}._tileSmall_1jquq_334{grid-area:span 1/span 1}._tileWide_1jquq_339{grid-area:span 1/span 2}._tileWide3_1jquq_344{grid-area:span 1/span 3}._tileLarge_1jquq_349{grid-area:span 2/span 2}._tileTall_1jquq_354{grid-area:span 3/span 2}._gridItemPlacedDesktop_1jquq_359{grid-column:var(--tile-col-desktop);grid-row:var(--tile-row-desktop)}._lumiaTile_1jquq_364{width:100%;height:100%}._lumiaTileInner_1jquq_369{color:#fff;background:var(--tile-accent,var(--color-primary));width:100%;height:100%;transition:transform var(--transition), filter var(--transition);border:1px solid #ffffff2e;flex-direction:column;justify-content:flex-end;padding:.75rem 1rem;display:flex;position:relative;overflow:hidden}._lumiaTileInner_1jquq_369:hover{filter:brightness(1.08);transform:scale(.985)}._lumiaHeaderTile_1jquq_391{background:linear-gradient(145deg, color-mix(in srgb, var(--tile-accent,#0f172a) 88%, #000) 0%, var(--tile-accent,#0f172a) 100%);border-color:#ffffff38;justify-content:flex-end}._lumiaHeaderTitle_1jquq_401{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;text-shadow:0 1px 3px #00000059;margin:0;padding:0;line-height:1.25;position:relative}._lumiaTileOverlay_1jquq_415{background:linear-gradient(to top, #0000006b 0%, transparent 38%), color-mix(in srgb, var(--tile-accent,var(--color-primary)) 14%, transparent);pointer-events:none;position:absolute;inset:0}._lumiaCapabilityDesc_1jquq_424{z-index:1;font-size:var(--text-caption);font-weight:var(--weight-light);color:#ffffffd1;margin:0 0 auto;padding-bottom:.35rem;line-height:1.45;position:relative}._tileLarge_1jquq_349 ._lumiaCapabilityDesc_1jquq_424{font-size:var(--text-small)}._tileSmall_1jquq_334 ._lumiaCapabilityDesc_1jquq_424,._tileWide_1jquq_339 ._lumiaCapabilityDesc_1jquq_424{display:none}._tileWide3_1jquq_344 ._lumiaCapabilityDesc_1jquq_424,._tileLarge_1jquq_349 ._lumiaCapabilityDesc_1jquq_424,._tileTall_1jquq_354 ._lumiaCapabilityDesc_1jquq_424{display:block}._lumiaSkillItems_1jquq_450{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}._lumiaSkillSubgroup_1jquq_459{flex-direction:column;gap:.3rem;display:flex}._lumiaSkillSubgroupLabel_1jquq_465{font-size:var(--text-meta);font-weight:var(--weight-body);letter-spacing:.06em;text-transform:uppercase;color:#ffffffa6;margin:0}._lumiaTileTitle_1jquq_474{z-index:1;font-family:var(--font-heading);font-size:var(--text-h4);font-weight:var(--weight-light);letter-spacing:-.01em;color:#fff;text-shadow:0 1px 3px #00000059;margin:.5rem 0 0;padding:0;line-height:1.25;position:relative}._tileLarge_1jquq_349 ._lumiaTileTitle_1jquq_474{font-size:var(--text-h3)}._tileSmall_1jquq_334 ._lumiaTileTitle_1jquq_474{font-size:var(--text-h4);line-height:1.2}._tileSmall_1jquq_334 ._techSkillName_1jquq_497{display:none}._tileShowLabels_1jquq_501 ._techSkillName_1jquq_497{display:inline}._tileShowLabels_1jquq_501 ._lumiaSkillItems_1jquq_450{gap:.35rem}._tileShowLabels_1jquq_501 ._techSkillChip_1jquq_509{padding:.22rem .5rem .22rem .35rem}._tileSmall_1jquq_334 ._techSkillChip_1jquq_509{padding:.25rem}._techSkillChip_1jquq_509{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .45rem .2rem .3rem;line-height:1;display:inline-flex}._techSkillLogo_1jquq_528{object-fit:contain;flex-shrink:0;width:.875rem;height:.875rem}._techSkillFallback_1jquq_535{width:.875rem;height:.875rem;font-size:var(--text-meta);font-weight:var(--weight-body);text-transform:uppercase;color:#ffffffe6;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._techSkillName_1jquq_497{font-size:var(--text-meta);font-weight:var(--weight-light);color:#ffffffeb;white-space:nowrap}@media (width<=980px){._founderLayout_1jquq_37{gap:var(--space-lg);grid-template-columns:1fr}._highlights_1jquq_232{grid-template-columns:repeat(2,minmax(0,1fr))}._lumiaGrid_1jquq_286{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:clamp(62px,13.47vw,81px);grid-auto-flow:dense;gap:5px}._tileSmall_1jquq_334,._tileWide_1jquq_339,._tileWide3_1jquq_344{grid-area:span 1/span 1}._tileLarge_1jquq_349,._tileTall_1jquq_354{grid-area:span 2/span 2}._gridItemPlacedDesktop_1jquq_359,._gridItemPlacedMobile_1jquq_592{grid-area:auto}._capabilitiesGridItem_1jquq_290{grid-column:1/-1}._capabilitiesHeading_1jquq_295{font-size:var(--text-body);padding:.625rem .875rem}._lumiaTileInner_1jquq_369{padding:.625rem .75rem}._lumiaTileTitle_1jquq_474{font-size:var(--text-caption);line-height:1.3}._tileLarge_1jquq_349 ._lumiaTileTitle_1jquq_474{font-size:var(--text-body)}._lumiaCapabilityDesc_1jquq_424{display:none}._tileLarge_1jquq_349 ._lumiaCapabilityDesc_1jquq_424{font-size:var(--text-meta);line-height:1.4;display:block}}@media (width<=480px){._highlights_1jquq_232{grid-template-columns:1fr}._highlightLabel_1jquq_271{font-size:var(--text-meta)}._lumiaGrid_1jquq_286{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(55px,12.73vw,71px);grid-auto-flow:dense}._tileLarge_1jquq_349,._tileTall_1jquq_354{grid-area:span 2/span 2}._lumiaTileTitle_1jquq_474{font-size:var(--text-caption);line-height:1.25}._tileLarge_1jquq_349 ._lumiaTileTitle_1jquq_474{font-size:var(--text-small)}}._cta_1p3hn_1{padding-block:var(--space-xl);background:var(--color-bg)}._inner_1p3hn_6{text-align:center;padding:var(--card-inner-padding-lg) var(--card-inner-padding);background:var(--color-bg-secondary);border:1px solid var(--color-border)}._inner_1p3hn_6 h2{max-width:22ch;margin-inline:auto;margin-bottom:var(--space-xs)}._inner_1p3hn_6 ._lead_1p3hn_19{max-width:38ch;margin-inline:auto;margin-bottom:var(--space-lg)}.band-dark._cta_1p3hn_1,.content-band ._cta_1p3hn_1{background:0 0}.band-dark._cta_1p3hn_1 ._inner_1p3hn_6,.content-band ._inner_1p3hn_6{background:var(--gradient-blue-base);border:none;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000040}.band-dark._cta_1p3hn_1 ._inner_1p3hn_6:before,.content-band ._inner_1p3hn_6:before{content:"";z-index:0;pointer-events:none;background:var(--gradient-blue-overlay);position:absolute;inset:0}.band-dark._cta_1p3hn_1 ._inner_1p3hn_6>*,.content-band ._inner_1p3hn_6>*{z-index:1;position:relative}.band-dark._cta_1p3hn_1 ._inner_1p3hn_6 h2,.content-band ._inner_1p3hn_6 h2{color:#fff}.band-dark._cta_1p3hn_1 ._inner_1p3hn_6 .lead,.content-band ._inner_1p3hn_6 .lead{color:#ffffffd1}._ctaButton_1p3hn_65.btnPrimary{color:#fff;background:#0a4dff}._ctaButton_1p3hn_65.btnPrimary:hover,._ctaButton_1p3hn_65.btnPrimary:focus-visible{color:#fff;background:#2563eb;box-shadow:0 2px 8px #0a4dff40}._app_11x56_1{background:var(--color-bg);flex-direction:column;min-height:100svh;display:flex}._main_11x56_8{padding-top:var(--header-height);flex:1}._pageLoader_11x56_13{min-height:50vh}
