@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.425rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none;outline:none;letter-spacing:.01em}.btn:focus-visible{outline:none}.btn-primary{background-color:#f8f806;color:#171717;padding:.75rem 1.75rem;border-radius:10px;border-bottom:3px solid #C4C405;font-weight:700;font-size:.85rem;box-shadow:0 4px 12px #f8f80626;font-family:var(--font-mono);letter-spacing:-.01em}.btn-primary:hover{background-color:#e9e906;transform:translateY(-1px);box-shadow:0 6px 16px #f8f80633;outline:none}.btn-primary:active{transform:translateY(4px);border-bottom-width:0;background-color:#d8d805;outline:none}.btn-secondary{background-color:#fefee614;color:#fff;padding:.85rem 1.9rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 #f8f80600}.btn-secondary:hover{color:#f8f806;background-color:#fefee61f;border-color:#f8f80633;box-shadow:0 0 16px #f8f80626;outline:none}.btn-secondary:active{box-shadow:0 0 8px #f8f8061a;outline:none}.btn.btn-outline{background-color:transparent;color:#ffffffb3;padding:.5rem 1.2rem;border-radius:100px;border:1px solid rgba(255,255,255,.25)!important;font-size:.8rem;font-weight:400;white-space:nowrap}.btn.btn-outline:hover{background-color:#ffffff0d;border-color:#fff6!important;color:#fff}.btn.btn-outline:active{background-color:#ffffff14}.btn-tertiary{background-color:transparent;color:#ffffffe6;padding:.425rem 0;gap:.425rem}.btn-tertiary:hover{color:#fff}.btn-tertiary .btn-text{transition:none}.btn-tertiary .btn-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:1.02rem}.btn-tertiary:hover .btn-icon{transform:scale(1.2) translate(3px)}.btn-tertiary:active .btn-icon{transform:scale(1.15) translate(2px)}@media(max-width:768px){.btn{font-size:.85rem}.btn-primary{padding:.65rem 1.5rem;font-size:.85rem}.btn-secondary{padding:.75rem 1.5rem}}.typewriter{display:inline;position:relative}.typewriter-text{display:inline;color:#f8f806}.typewriter-cursor{display:inline-block;width:3px;height:.9em;background-color:#f8f806;margin-left:2px;vertical-align:baseline;position:relative;top:.1em}.flowing-menu{width:100%;display:flex;flex-direction:column;border-radius:16px;overflow:hidden}.flowing-menu-item{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:0 2rem;height:80px;text-decoration:none;cursor:pointer;overflow:hidden}.flowing-menu-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);z-index:0}.flowing-menu-bg:after{content:"";position:absolute;inset:0;background:#00000080}.flowing-menu-item-text{font-size:clamp(1.25rem,3vw,2.5rem);font-weight:500;text-transform:none;letter-spacing:.01em;z-index:2;opacity:1}.flowing-menu-hover-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:2;opacity:0;pointer-events:none;gap:2rem}.flowing-menu-hover-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.02em;flex-shrink:0}.flowing-menu-hover-description{max-width:450px;font-size:1rem;font-weight:400;color:#fffc;line-height:1.6;margin:0;text-align:left}.flowing-menu-separator{position:absolute;bottom:0;left:0;right:0;height:1px;z-index:3}@media(max-width:768px){.flowing-menu-item{padding:0 1.5rem;height:60px}.flowing-menu-hover-content{flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;padding:1.5rem}.flowing-menu-hover-title{font-size:1.5rem}.flowing-menu-hover-description{max-width:100%;font-size:.875rem}}span.text-reveal{display:inline;position:relative}p.text-reveal{display:block}.text-reveal-container{display:inline}.text-reveal-word{display:inline-block;overflow:hidden;white-space:nowrap}.text-reveal-char{display:inline-block;will-change:transform,opacity}.text-reveal-space{display:inline-block;width:.3em}.text-reveal-text{display:inline}.text-reveal-underline{position:absolute;bottom:10%;left:0;width:100%;height:1.5px;background:#f8f806;transform-origin:0% 50%}.scroll-text-reveal{display:block}.scroll-word{display:inline-block;will-change:opacity,transform}.navigation{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1000;background-color:#26262673;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:100px;box-shadow:0 1px #ffffff14 inset,0 12px 40px #0006;width:auto}.nav-gradient{position:fixed;top:0;left:0;right:0;height:140px;background:linear-gradient(to bottom,rgba(23,23,23,.5) 0%,transparent 100%);pointer-events:none;z-index:999}.nav-container{padding:.75rem .75rem .75rem 1.75rem;display:flex;align-items:center;gap:5rem}.logo{display:flex;align-items:center;flex-shrink:0;color:#fff}.logo-image{height:41px;width:auto;object-fit:contain;vertical-align:middle;transform:translateY(2px)}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a,.nav-links .nav-link-text{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s;cursor:pointer;white-space:nowrap}.nav-links a:hover,.nav-links .nav-link-text:hover{color:#fff}.nav-links a.active,.nav-links .nav-link-text.active{color:#f8f806}.dropdown-arrow{width:12px;height:12px;margin-left:5px;vertical-align:middle;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown{position:relative}.dropdown:after{content:"";position:absolute;top:100%;left:-1rem;right:-1rem;height:1.5rem;background:transparent}.dropdown-menu{position:absolute;top:calc(100% + 1rem);left:-1rem;background-color:#1a1a1afa;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 0;list-style:none;min-width:200px;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropdown-menu li{margin:0;padding:0}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#fffc;text-decoration:none;font-size:.9rem;transition:all .2s}.dropdown-menu a:hover,.dropdown-menu a.active{background-color:#f8f8061a;color:#f8f806}.nav-cta-group{display:flex;align-items:center;gap:1rem}.nav-cta-text{font-size:.85rem;color:#ffffffb3;white-space:nowrap}.investor-access{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.6rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s}.investor-access:hover{background-color:#ffffff0d;border-color:#fff6}@media(max-width:768px){.navigation{top:.75rem;left:.75rem;right:.75rem;transform:none;width:auto;max-width:none;border-radius:100px}.nav-container{padding:.4rem .4rem .4rem 1rem;gap:.75rem;justify-content:space-between}.nav-links{display:none}.logo-image{height:32px}.nav-gradient{height:100px}.nav-hamburger{width:40px;height:40px;border-radius:100px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffffd9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;flex-shrink:0;padding:0}.nav-hamburger:hover,.nav-hamburger.open{background:#ffffff1a;border-color:#ffffff40;color:#fff}.nav-hamburger:focus,.nav-hamburger:focus-visible{outline:none}.mobile-menu-overlay{position:fixed;inset:0;z-index:998;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-menu{position:fixed;top:calc(1.25rem + 52px);left:.75rem;right:.75rem;background-color:#1a1a1afa;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.5rem;box-shadow:0 12px 40px #00000080;z-index:1001;display:flex;flex-direction:column}.mobile-menu a{display:block;padding:.85rem 1rem;color:#ffffffd9;text-decoration:none;font-size:.95rem;border-radius:8px;transition:background .2s ease,color .2s ease}.mobile-menu a:hover{background:#ffffff0d;color:#fff}.mobile-menu a.active{color:#f8f806}.mobile-menu-group-label{font-family:var(--font-mono);font-size:.7rem;color:#fff6;padding:.85rem 1rem .25rem;text-transform:uppercase;letter-spacing:.06em}.mobile-menu-sublink{padding-left:1.75rem!important;font-size:.9rem!important}.mobile-menu-cta{margin-top:.5rem;padding:0!important}.mobile-menu-cta .btn{width:100%;justify-content:center}}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:0 3rem;padding-top:var(--nav-clearance);padding-bottom:8rem}.hero-section:before{content:"";position:absolute;top:-80px;left:0;right:0;height:calc(100% + 80px);background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0;filter:grayscale(100%)}.hero-light{position:absolute;top:-80px;left:0;right:0;height:calc(100% + 80px);background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:0;pointer-events:none;z-index:1;filter:grayscale(100%) brightness(2);transition:opacity .3s ease;-webkit-mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%);mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%)}.hero-light.active{opacity:.2}.hero-container{max-width:1000px;text-align:center;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:500;line-height:1.2;margin-bottom:2rem;color:#fff;letter-spacing:-.02em}.hero-title-light{font-weight:300}.hero-title em{display:inline-block;transform:skew(-8deg);font-style:normal;margin-left:.25em}.hero-subtitle{font-size:1.4625rem;line-height:1.7;color:#ffffffb3;margin-bottom:3rem;font-weight:400}.hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.hero-scroll{position:absolute;bottom:0;left:0;right:0;overflow:hidden;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.scroll-content{display:flex;gap:4rem;animation:scroll 20s linear infinite;white-space:nowrap}.scroll-content span{color:#fff3;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-mono)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.hero-section{padding:0 1.5rem;padding-top:var(--nav-clearance);padding-bottom:4rem}.hero-title{font-size:1.75rem;line-height:1.2;text-wrap:balance;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn-tertiary{color:#ffffff73}.hero-buttons .btn-tertiary .btn-icon{opacity:.6}}.services-section{padding:6rem 3rem 0;position:relative;z-index:10;isolation:isolate;min-height:100vh;overflow:visible}.services-container{max-width:1000px;margin:0 auto;width:100%}.browser-window{background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:12px 12px 0 0;overflow:hidden;position:relative;z-index:20}.browser-window.is-fixed{box-shadow:0 -20px 60px -10px #f8f8060d}.browser-titlebar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#111;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:30}.browser-traffic-lights{display:flex;gap:8px}.traffic-light{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.traffic-light svg{width:8px;height:8px;opacity:0;transition:opacity .15s ease;color:#00000080}.browser-traffic-lights:hover .traffic-light svg{opacity:1}.traffic-light.red{background:#ff5f57}.traffic-light.yellow{background:#ffbd2e}.traffic-light.green{background:#28c840}.browser-title{font-family:var(--font-mono);font-size:.8rem;color:#fff9;position:absolute;left:50%;transform:translate(-50%)}.browser-toggle{width:32px;height:32px;background:#ffffff1a;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.browser-toggle svg{width:16px;height:16px;color:#fff9;transition:transform .3s ease}.browser-toggle:hover{background:#ffffff26}.browser-toggle:hover svg{color:#ffffffe6}.browser-window.minimized .browser-toggle svg{transform:rotate(180deg)}.browser-window.minimized{border-radius:12px;border-bottom:1px solid rgba(255,255,255,.1)}.section-divider{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100vw;height:1px;background:#ffffff1a}.browser-content{padding:2rem 5rem 12rem;position:relative;overflow:hidden;max-height:calc(100vh - 160px)}.browser-scrollable-content{position:relative;will-change:transform}.services-header{margin-bottom:3rem}.services-title{font-size:2rem;font-weight:500;color:#fff;line-height:1.3;margin:0 0 1rem;font-style:italic}.services-title .highlight{color:#f8f806}.services-subtitle{font-size:1rem;color:#fff9;margin:0;line-height:1.6}.services-grid{display:flex;justify-content:center;align-items:flex-start;gap:4rem;padding:3rem 0 1.5rem}.service-item{flex:1;text-decoration:none;display:block;padding:1.5rem;margin:-1.5rem;border-radius:12px;transition:all .3s ease}.service-item:hover{background:#ffffff05}.service-item:hover .service-icon{transform:translate(4px)}.service-item:first-child{border-right:1px solid rgba(255,255,255,.15);padding-right:4rem}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.service-title{font-size:1.5rem;font-weight:500;color:#fff;letter-spacing:-.02em;margin:0;transition:color .3s ease;white-space:nowrap}.service-icon{width:32px;height:32px;border-radius:50%;border:2px solid #F8F806;background:transparent;color:#f8f806;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.service-description{font-size:1rem;color:#ffffff80;line-height:1.6;margin:0;font-weight:400;max-width:340px}.ways-of-venture{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);will-change:opacity,transform;transform:translateZ(0)}.ways-header{margin-bottom:2rem;border-left:3px solid #F8F806;padding-left:1rem}.ways-tag{font-family:var(--font-mono);font-size:.9rem;color:#f8f806;display:block;margin-bottom:.5rem}.ways-subtitle{font-size:.95rem;color:#fff9;margin:0;line-height:1.5}.ways-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.way-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;transition:all .3s ease;overflow:hidden}.way-card:hover{background:#ffffff0a;border-color:#f8f8064d}.way-title{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .5rem}.way-description{font-size:.85rem;color:#ffffff80;line-height:1.5;margin:0}.partnership-requirements{margin-top:2.5rem;padding-top:2rem;padding-bottom:5rem;border-top:1px solid rgba(255,255,255,.1)}.partnership-requirements-content{border-left:3px solid #F8F806;padding-left:1rem}.partnership-requirements .partnership-highlight{color:#f8f806;text-decoration:none}@media(max-width:1024px){.ways-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-section{padding:6rem 1.5rem 0}.browser-titlebar{padding:.6rem .75rem}.browser-title{font-size:.7rem}.traffic-light{width:10px;height:10px}.browser-content{padding:2rem 1.5rem}.services-grid{flex-direction:column;align-items:center;gap:3.5rem}.service-item:first-child{border-right:none;padding-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:2rem}.service-title{font-size:1.35rem}.ways-grid{grid-template-columns:1fr}.ways-of-venture{margin-top:2rem;padding-top:2rem}.partnership-requirements{display:flex;justify-content:center}.partnership-requirements-content{max-width:90%}}.methodology-section{display:flex;align-items:center;padding:4rem 3rem;background-color:#ffffff05}.methodology-container{max-width:1400px;margin:0 auto;width:100%}.methodology-header{margin-bottom:5rem}.methodology-title{font-size:3.5rem;font-weight:500;line-height:1.2;color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem}.methodology-title .highlight{color:#f8f806}.methodology-subtitle{font-size:1.125rem;color:#fff9;line-height:1.7}.case-studies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.case-study-card{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;text-decoration:none;transition:border-color .3s ease}.case-study-card:hover{border-color:#f8f806}.case-study-title{font-size:1.25rem;font-weight:500;color:#fff;line-height:1.5;margin:0}.case-study-arrow{width:40px;height:40px;border-radius:50%;border:2px solid #F8F806;color:#f8f806;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1024px){.case-studies-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.methodology-section{padding:4rem 1.5rem}.methodology-title{font-size:2.5rem}.case-study-card{padding:1.5rem}}.industries-section{padding:8rem 3rem 12rem}.industries-container{max-width:1000px;margin:0 auto}.industries-title{font-size:1.25rem;font-weight:500;color:#ffffff80;margin-bottom:3rem;font-family:var(--font-mono)}.industries-list{border-top:none;position:relative}.industries-list:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.3) 0px,rgba(255,255,255,.3) 2px,transparent 2px,transparent 6px)}.industry-row{border-bottom:none;position:relative;transition:background-color .4s ease,margin .4s ease,border .4s ease,border-radius .4s ease}.industry-row:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.2) 0px,rgba(255,255,255,.2) 2px,transparent 2px,transparent 6px)}.industry-header{display:flex;align-items:center;padding:2rem 0;cursor:pointer;transition:background-color .2s ease}.industry-header:hover{background-color:transparent}.industry-name{font-size:1.5rem;font-weight:500;color:#fff;min-width:200px}.industry-description{flex:1;font-size:1.15rem;color:#fff6;font-style:italic}.industry-logos{display:flex;align-items:center;gap:1.5rem;margin-right:2rem}.industry-logo{height:40px;width:auto;opacity:1;filter:grayscale(100%) brightness(1.5);transition:all .3s ease;cursor:pointer}.industry-logo:hover{opacity:1;filter:grayscale(0%) brightness(1)}.industry-logo[src*=Examedi]{height:60px}.industry-toggle{width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:all .2s ease;flex-shrink:0}.industry-toggle:hover{background:#ffffff14;border-color:#fff3;color:#fff}.industry-toggle svg{width:20px;height:20px}.industry-row.expanded{background-color:#ffffff05;border-radius:8px;margin:.5rem 0;border:1px dotted rgba(255,255,255,.15)}.industry-row.expanded:after{display:none}.industry-row.expanded .industry-header{padding:2rem 1.5rem}.industry-row.expanded .industry-toggle{color:#fff;background:#ffffff1a;border-color:#fff3}.industry-details-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.industry-row.expanded .industry-details-wrapper{grid-template-rows:1fr}.industry-details{min-height:0;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;opacity:0;transition:opacity .3s ease 0s,padding .4s cubic-bezier(.4,0,.2,1)}.industry-row.expanded .industry-details{padding:0 1.5rem 2rem;opacity:1;transition:opacity .3s ease .1s,padding .4s cubic-bezier(.4,0,.2,1)}.industry-detail-item{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:#fff9}.detail-bullet{color:#f8f806;font-family:var(--font-mono);font-size:1rem}@media(max-width:768px){.industries-section{padding:4rem 1.5rem}.industry-header{flex-wrap:wrap;gap:.5rem;padding:1.25rem 0}.industry-name{min-width:auto;flex:1}.industry-description,.industry-logos{display:none}.industry-toggle{order:2}.industry-details{grid-template-columns:1fr}}.speed-advantage-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem}.speed-advantage-container{max-width:800px;margin:0 auto;text-align:center}.speed-advantage-title{font-size:1.8rem;font-weight:500;color:#fff;margin:0 0 1rem;letter-spacing:-.02em;font-family:var(--font-mono)}.speed-advantage-title em{font-style:italic!important;font-weight:400;font-family:Georgia,Times New Roman,serif}.speed-advantage-italic{font-style:italic;font-weight:400;font-family:Georgia,Times New Roman,serif}.speed-advantage-text{font-size:1.35rem;color:#ffffff80;line-height:1.8;max-width:800px;margin:0 auto}.scroll-word{display:inline-block;position:relative;will-change:opacity,color;margin-right:.3em}.scroll-word-underline{position:absolute;bottom:10%;left:0;width:100%;height:1.5px;background:#f8f806;transform-origin:0% 50%}.speed-advantage-cta{margin-top:2.5rem}@media(max-width:768px){.speed-advantage-section{padding:3rem 1.5rem}.speed-advantage-title{font-size:1.5rem}.speed-advantage-text{font-size:1rem}.speed-advantage-cta{margin-top:1.5rem}}.metrics-section{padding:6rem 3rem}.metrics-container{max-width:1400px;margin:0 auto;width:100%}.metrics-header{margin-bottom:3rem;padding-left:4rem}.metrics-title{font-size:2rem;font-weight:500;line-height:1.2;color:#fff;letter-spacing:-.02em}.metrics-title .highlight{color:#f8f806}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-left:4rem;padding-right:4rem}.metric-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;transition:all .3s ease}.metric-card:hover{background:#ffffff0d;border-color:#ffffff1f}.metric-value{font-size:3rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em;line-height:1}.metric-unit{font-size:1.25rem;font-weight:400;color:#fff9;margin-left:.25rem}.metric-label{font-size:.85rem;color:#ffffff80;margin:0 0 auto;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.metric-description{font-size:.85rem;color:#ffffff80;line-height:1.5;margin:auto 0 0}.metric-sublabel{font-size:.9rem;color:#ffffff80;margin:auto 0 0}.metric-list{display:flex;flex-direction:column;gap:.5rem}.metric-list p{font-size:.9rem;color:#ffffff80;margin:0}.metric-link{display:inline-flex;align-items:center;gap:.5rem;color:#f8f806;font-size:.9rem;font-weight:500;text-decoration:none;margin-top:auto;transition:gap .3s ease}.metric-link:hover{gap:.75rem}.metric-logo{margin-top:auto}.metric-logo img{height:24px;width:auto;opacity:.7;border-radius:4px}@media(max-width:1024px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.metrics-section{padding:4rem 1.5rem}.metrics-header{padding-left:0}.metrics-title{font-size:1.5rem}.metrics-grid{display:flex;grid-template-columns:none;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:.25rem 1.5rem .25rem 2rem;margin:0 -1.5rem;scroll-padding-left:2rem;scrollbar-width:none;-ms-overflow-style:none}.metrics-grid::-webkit-scrollbar{display:none}.metric-card{flex:0 0 78%;min-width:78%;min-height:200px;scroll-snap-align:start}.metric-value{font-size:2.5rem}}.from-build-section{padding:6rem 3rem;padding-top:0;background-color:#0a0a0a;position:relative}.from-build-curve{width:100%;overflow:hidden;line-height:0;margin-top:-120px;position:relative;z-index:10}.from-build-curve svg{width:100%;height:120px;display:block}.from-build-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}.from-build-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.from-build-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.from-build-title{font-size:1rem;font-weight:500;color:#ffffff80;margin:0;letter-spacing:0;font-family:var(--font-mono)}.carousel-controls{display:flex;gap:.5rem}.carousel-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#ffffff80;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;outline:none}.carousel-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.carousel-btn:focus-visible{border-color:#ffffff4d}.carousel-viewport{overflow:hidden}.carousel-container{display:flex;gap:1.5rem}.carousel-slide{flex:0 0 40%;min-width:0}.media-card{display:flex;flex-direction:column;text-decoration:none;border-radius:12px;overflow:hidden;transition:transform .3s ease}.media-card:hover{transform:translateY(-4px)}.media-card-image{position:relative;width:100%;overflow:hidden;border-radius:12px;aspect-ratio:16 / 10}.media-card-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease}.media-card:hover .media-card-image img{filter:grayscale(0%)}.media-card-logo{position:absolute;top:1rem;right:1rem;padding:.5rem .75rem}.media-card-logo img{height:30px;width:auto;display:block;filter:none!important}.media-card-content{padding:1rem .25rem}.media-card-title{font-size:1.1rem;font-weight:500;color:#fff;margin:0;line-height:1.4}.media-card-meta{display:block;font-size:.85rem;color:#ffffff80;margin-top:.5rem}.case-studies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.case-study-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;transition:all .3s ease}.case-study-card:hover{background:#ffffff0a;border-color:#fff3}.case-study-card:hover .case-study-arrow{border-color:#f8f806;color:#f8f806}.case-study-text{font-size:1rem;font-weight:500;color:#fff;line-height:1.5}.case-study-arrow{flex-shrink:0;width:40px;height:40px;border:1px solid #F8F806;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f8f806;transition:all .3s ease}.case-study-arrow svg{width:18px;height:18px}@media(max-width:1024px){.carousel-slide{flex:0 0 55%}}@media(max-width:768px){.from-build-section{padding:3rem 1.5rem;margin:0 1rem;border-radius:16px;overflow:hidden}.from-build-curve{display:none}.from-build-title{font-size:.9rem}.carousel-controls{display:none}.carousel-viewport{margin:0 -1.5rem;padding:0 1.5rem}.carousel-container{padding-right:1.5rem}.carousel-slide{flex:0 0 82%}.case-studies-grid{grid-template-columns:1fr}.case-study-card{padding:1.25rem}.case-study-text{font-size:.95rem}}.portfolio-section{padding:8rem 3rem;background-color:#ffffff05}.portfolio-container{max-width:1400px;margin:0 auto}.portfolio-title{font-size:3.5rem;font-weight:500;color:#fff;margin-bottom:4rem;letter-spacing:-.02em}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.portfolio-card{background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s;cursor:pointer}.portfolio-card{text-decoration:none}.portfolio-card:hover{transform:translateY(-5px);border-color:#f8f806}.portfolio-card.large{grid-column:span 2}.project-image{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}.project-image img:first-child{width:100%;height:100%;object-fit:cover;object-position:center 20%;filter:grayscale(100%);transition:filter .4s ease,transform .4s ease}.portfolio-card:hover .project-image img:first-child{filter:grayscale(0%);transform:scale(1.05)}.project-logo{position:absolute;top:1rem;right:1rem;width:auto!important;height:56px!important;object-fit:contain;border-radius:4px}.portfolio-card.large .project-image{aspect-ratio:21/9}.project-info{padding:2rem}.project-source{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem;font-family:var(--font-mono)}.project-title{font-size:1.25rem;font-weight:500;color:#fff;margin:0;line-height:1.4}@media(max-width:1024px){.portfolio-grid{grid-template-columns:1fr}.portfolio-card.large{grid-column:span 1}}@media(max-width:768px){.portfolio-section{padding:4rem 1.5rem}.portfolio-title{font-size:2.5rem}.project-info{padding:1.5rem}}.final-cta-section{min-height:100vh;display:flex;align-items:center;padding:8rem 3rem}.final-cta-container{max-width:1200px;margin:0 auto;width:100%}.final-cta-content{text-align:left}.cta-label{font-size:.9rem;color:#ffffff80;margin-bottom:2rem;font-family:var(--font-mono)}.cta-services{font-size:5rem;font-weight:500;line-height:1.2;margin-bottom:3rem;letter-spacing:-.02em}.cta-services .highlight{color:#f8f806}.cta-services .muted{color:#ffffff4d}.cta-services span+span{margin-left:.35em}.cta-buttons{display:flex;gap:1rem;align-items:center}@media(max-width:768px){.final-cta-section{min-height:auto;align-items:flex-start;padding:4rem 1.5rem}.cta-services{font-size:1.75rem;line-height:1.15;letter-spacing:-.01em}.cta-buttons{flex-direction:row;width:auto;gap:1.25rem;align-items:center;flex-wrap:wrap}}.partnership-section{padding:2rem 3rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.08)}.partnership-container{max-width:1000px;margin:0 auto}.partnership-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.partnership-icon{color:#f8f806}.partnership-title{font-family:var(--font-mono);font-size:.85rem;color:#f8f806;font-weight:500}.partnership-text{font-size:.95rem;color:#fff9;line-height:1.7;margin:0}.partnership-highlight{color:#f8f806;text-decoration:underline;text-underline-offset:3px}@media(max-width:768px){.partnership-section{padding:2rem 1.5rem}.partnership-text{font-size:.9rem}}.footer-section{padding:2rem;background-color:#171717}.footer-background{background-image:url(/footer_bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;position:relative;overflow:hidden}.footer-background:before{content:"";position:absolute;inset:0;background:#0000004d;pointer-events:none}.footer-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:5rem 4rem;min-height:500px;display:flex;flex-direction:column;justify-content:space-between}.footer-left{max-width:400px}.footer-description{font-size:1rem;color:#ffffffd9;line-height:1.7;margin-bottom:2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.footer-logo-text{font-size:6rem;font-weight:600;color:#fff;margin:0;letter-spacing:-.03em}.footer-certified-wrapper{position:relative}.footer-certified-wrapper:hover .certified-tooltip{opacity:1;transform:translateY(0);pointer-events:auto}.certified-tooltip{position:absolute;bottom:100%;right:0;margin-bottom:1rem;width:280px;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem 1.25rem;font-size:.85rem;line-height:1.6;color:#ffffffd9;opacity:0;transform:translateY(8px);transition:all .3s ease;pointer-events:none}.footer-certified-badge{display:flex;flex-direction:column;align-items:center;gap:.25rem}.certified-label{font-size:.9rem;font-weight:900;color:#fff;letter-spacing:.08em;text-transform:none}.certified-circle{width:68px;height:68px;border:4px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:.25rem 0}.certified-letter{font-size:2.2rem;font-weight:900;color:#fff;line-height:1}.certified-line{width:52px;height:4px;background:#fff;margin:.15rem 0}@media(max-width:1024px){.footer-logo-text{font-size:4rem}}@media(max-width:768px){.footer-section{padding:1rem;padding-top:0;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.footer-background{background-size:auto 130%;background-position:center}.footer-container{padding:2.5rem 1.5rem;min-height:auto;display:grid;grid-template-columns:1fr auto;grid-template-areas:"desc   desc" "button badge" "logo   logo";column-gap:1rem;row-gap:1.5rem;align-items:center}.footer-left{display:contents;max-width:none}.footer-description{grid-area:desc;margin-bottom:0}.footer-left>a{grid-area:button;justify-self:start}.footer-bottom{display:contents}.footer-logo-text{grid-area:logo;font-size:2.5rem}.footer-certified-wrapper{grid-area:badge;justify-self:end;transform:scale(.85);transform-origin:right center}.certified-circle{width:48px;height:48px}.certified-letter{font-size:1.5rem}.certified-label{font-size:.75rem}.certified-line{width:36px}}.vc-hero-section{min-height:50vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 3rem 4rem;position:relative}.vc-hero-section:before{content:"";position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0;filter:grayscale(100%)}.vc-hero-cursor-light{position:absolute;inset:0;z-index:2;pointer-events:none}.vc-hero-container{max-width:1400px;margin:0 auto;width:100%}.vc-hero-title{font-size:4.5rem;font-weight:400;line-height:1.1;color:#fff;letter-spacing:-.02em}.vc-hero-title .highlight{color:#f8f806}.vc-hero-divider{width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff4d,#ffffff1a);margin-top:4rem}@media(max-width:768px){.vc-hero-section{padding:6rem 1.5rem 3rem}.vc-hero-title{font-size:2.5rem}}.focus-areas-section{padding:4rem 3rem}.focus-areas-container{max-width:1400px;margin:0 auto;width:100%}.focus-areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.focus-area-card{background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;transition:all .3s ease}.focus-area-card:hover{border-color:#ffffff26;background-color:#ffffff0d}.focus-area-description{font-size:1rem;color:#fffc;line-height:1.5;margin:0}@media(max-width:1024px){.focus-areas-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.focus-areas-section{padding:3rem 1.5rem}.focus-areas-grid{grid-template-columns:1fr}}.vc-portfolio-section{padding:4rem 3rem;background-color:#ffffff05}.vc-portfolio-container{max-width:1400px;margin:0 auto;width:100%}.vc-portfolio-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.vc-portfolio-title{font-size:2rem;font-weight:500;color:#fff;margin:0}.vc-portfolio-link{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#f8f806;text-decoration:none;transition:opacity .3s ease}.vc-portfolio-link:hover{opacity:.8}.vc-portfolio-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.vc-portfolio-card{display:block;aspect-ratio:3/4;background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none}.vc-portfolio-card:hover{border-color:#ffffff26;transform:translateY(-4px)}.vc-portfolio-card-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vc-portfolio-card-content img{max-width:60%;max-height:60%;object-fit:contain}.vc-portfolio-card-name{font-size:1rem;color:#ffffffb3;text-align:center}@media(max-width:1200px){.vc-portfolio-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.vc-portfolio-section{padding:3rem 1.5rem}.vc-portfolio-grid{grid-template-columns:repeat(2,1fr)}.vc-portfolio-title{font-size:1.5rem}}.offering-section{padding:4rem 3rem}.offering-container{max-width:1400px;margin:0 auto;width:100%}.offering-card{background-color:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:4rem}.offering-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.offering-left{display:flex;flex-direction:column;align-items:flex-start}.offering-label{font-size:1rem;color:#f8f806;margin-bottom:1.5rem;font-style:italic}.offering-title{font-size:3.5rem;font-weight:500;color:#fff;line-height:1.1;margin:0 0 2.5rem;letter-spacing:-.02em}.offering-right{display:flex;flex-direction:column;gap:2rem}.benefit-item{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1.5rem}.benefit-item:last-child{border-bottom:none;padding-bottom:0}.benefit-title{font-size:1.25rem;font-weight:500;color:#fff;margin:0 0 .75rem}.benefit-description{font-size:.95rem;color:#fff9;line-height:1.6;margin:0}@media(max-width:1024px){.offering-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.offering-section{padding:3rem 1.5rem}.offering-card{padding:2rem;border-radius:16px}.offering-title{font-size:2.5rem}}.company-hero-section{min-height:40vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 3rem 4rem}.company-hero-container{max-width:1400px;margin:0 auto;width:100%}.company-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center}.company-hero-logo{width:120px;height:120px;background:#ffffff0d;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;overflow:hidden}.company-hero-logo img{max-width:80%;max-height:80%;object-fit:contain}.company-hero-name{font-size:4rem;font-weight:400;line-height:1.1;color:#fff;letter-spacing:-.02em;margin:0 0 1rem}.company-hero-tagline{font-size:1.25rem;color:#ffffffb3;margin:0 0 1.5rem;max-width:600px}.company-hero-sector{display:inline-block;padding:.5rem 1rem;background:#f8f8061a;color:#f8f806;border-radius:100px;font-size:.875rem;font-weight:500}@media(max-width:768px){.company-hero-section{padding:6rem 1.5rem 3rem}.company-hero-logo{width:80px;height:80px;border-radius:16px}.company-hero-name{font-size:2.5rem}.company-hero-tagline{font-size:1rem}}.testimonial-section{padding:4rem 3rem;background:#ffffff05}.testimonial-container{max-width:1400px;margin:0 auto;width:100%}.testimonial-content{display:flex;align-items:center;gap:4rem}.testimonial-photo{flex-shrink:0;width:250px;height:300px;border-radius:12px;overflow:hidden;background:#ffffff0d}.testimonial-photo img{width:100%;height:100%;object-fit:cover}.testimonial-quote-wrapper{flex:1}.testimonial-quote{font-size:2rem;font-weight:400;line-height:1.4;color:#fff;margin:0 0 2rem;position:relative}.testimonial-quote-mark{color:#f8f806;font-size:2.5rem}.testimonial-attribution{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#ffffffb3}.testimonial-name{color:#fff;font-weight:500}.testimonial-separator{color:#ffffff4d}.testimonial-role,.testimonial-company{color:#ffffffb3}@media(max-width:768px){.testimonial-section{padding:3rem 1.5rem}.testimonial-content{flex-direction:column;gap:2rem;text-align:center}.testimonial-photo{width:180px;height:220px}.testimonial-quote{font-size:1.5rem}.testimonial-attribution{justify-content:center;flex-wrap:wrap}}.company-info-section{padding:4rem 3rem}.company-info-container{max-width:1400px;margin:0 auto;width:100%}.company-info-content{max-width:800px}.company-info-title{font-size:1.5rem;font-weight:500;color:#fff;margin:0 0 1.5rem}.company-info-description{font-size:1.125rem;line-height:1.7;color:#fffc;margin:0 0 2.5rem}.company-info-details{display:flex;flex-wrap:wrap;gap:3rem}.company-info-item{display:flex;flex-direction:column;gap:.5rem}.company-info-label{font-size:.875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.company-info-value{font-size:1rem;color:#fff}.company-info-link{display:inline-flex;align-items:center;gap:.5rem;color:#f8f806;text-decoration:none;font-size:1rem;transition:opacity .2s ease}.company-info-link:hover{opacity:.8}@media(max-width:768px){.company-info-section{padding:3rem 1.5rem}.company-info-details{gap:2rem}.company-info-description{font-size:1rem}}.company-metrics-section{padding:4rem 3rem;background:#ffffff05}.company-metrics-container{max-width:1400px;margin:0 auto;width:100%}.company-metrics-title{font-size:1.5rem;font-weight:500;color:#fff;margin:0 0 2rem}.company-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.company-metric-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:.5rem}.company-metric-value{font-size:2.5rem;font-weight:500;color:#f8f806;line-height:1}.company-metric-label{font-size:.875rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.company-metrics-section{padding:3rem 1.5rem}.company-metrics-grid{grid-template-columns:repeat(2,1fr)}.company-metric-card{padding:1.5rem}.company-metric-value{font-size:2rem}}.portfolio-company-page{min-height:100vh}.consulting-hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:8rem 6rem 4rem;background-color:#171717;position:relative}.consulting-hero-section:before{content:"";position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0;filter:grayscale(100%)}.consulting-hero-light{position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:0;pointer-events:none;z-index:1;filter:grayscale(100%) brightness(2);transition:opacity .3s ease;-webkit-mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%);mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%)}.consulting-hero-light.active{opacity:.2}.consulting-hero-container{max-width:1400px;margin:0 auto;width:100%;flex:1;display:flex;align-items:center;padding-top:4rem;position:relative;z-index:2}.consulting-hero-content{max-width:800px}.consulting-hero-title{font-size:4rem;font-weight:500;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0 0 2rem}.consulting-hero-title-light{font-weight:300}.consulting-hero-title em{display:inline-block;transform:skew(-8deg);font-style:normal;color:#f8f806}.consulting-hero-subtitle{font-size:1.4625rem;color:#ffffffb3;line-height:1.7;margin:0;max-width:600px;font-weight:400}.consulting-hero-subtitle strong{color:#fff;font-weight:500}.consulting-hero-services{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.consulting-service-pill{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:9999px;transition:all .3s ease}.consulting-service-pill:hover{border-color:#f8f8064d}.consulting-service-icon{display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ffffff80}.consulting-service-label{font-size:.85rem;font-weight:500;color:#fffc;line-height:1}@media(max-width:768px){.consulting-hero-section{min-height:auto;padding:var(--nav-clearance) 1.5rem 2rem}.consulting-hero-container{padding-top:3rem}.consulting-hero-title{font-size:1.75rem;line-height:1.2;margin-bottom:1rem}.consulting-hero-subtitle{font-size:1rem}.consulting-hero-services{margin-top:2rem}}.consulting-offering-section{padding:6rem;background-color:#171717}.consulting-offering-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:flex-start}.consulting-offering-left{max-width:500px}.consulting-offering-label{display:block;font-size:.95rem;color:#f8f806;margin-bottom:1.5rem;font-weight:400}.consulting-offering-title{font-size:3.5rem;font-weight:500;line-height:1.15;color:#fff;margin:0;letter-spacing:-.02em}.consulting-offering-right{display:flex;flex-direction:column;gap:2rem;padding-top:2.5rem}.consulting-offering-paragraph{font-size:1.05rem;color:#ffffffbf;line-height:1.8;margin:0}@media(max-width:1024px){.consulting-offering-container{grid-template-columns:1fr;gap:3rem}.consulting-offering-title{font-size:2.75rem}.consulting-offering-right{padding-top:0}}@media(max-width:768px){.consulting-offering-section{padding:3rem 1.5rem}.consulting-offering-title{font-size:1.5rem;line-height:1.25}.consulting-offering-paragraph{font-size:1rem}}.valueprop-section{padding:6rem;background-color:#171717}.valueprop-container{max-width:1400px;margin:0 auto}.valueprop-header{display:block;font-size:1.25rem;font-weight:500;color:#ffffffe6;margin-bottom:2rem}.valueprop-title{font-size:5rem;font-weight:500;line-height:1.1;margin:0 0 3rem;letter-spacing:-.02em}.valueprop-title .muted{color:#ffffff59}.valueprop-title .highlight{color:#f8f806}.valueprop-actions{display:flex;align-items:center;gap:2rem}@media(max-width:1024px){.valueprop-title{font-size:3.5rem}}@media(max-width:768px){.valueprop-section{padding:5rem 1.5rem}.valueprop-header{font-size:1rem}.valueprop-title{font-size:1.75rem;line-height:1.2}.valueprop-actions{flex-direction:column;align-items:flex-start;gap:1.5rem}}.vb-hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:8rem 6rem 0;background-color:#171717;position:relative}.vb-hero-section:before{content:"";position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0;filter:grayscale(100%)}.vb-hero-light{position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:0;pointer-events:none;z-index:1;filter:grayscale(100%) brightness(2);transition:opacity .3s ease;-webkit-mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%);mask-image:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),black 0%,transparent 100%)}.vb-hero-light.active{opacity:.2}.vb-hero-container{max-width:1400px;margin:0 auto;width:100%;flex:1;display:flex;align-items:center;padding-top:4rem;position:relative;z-index:2}.vb-hero-content{max-width:800px}.vb-hero-title{font-size:4rem;font-weight:500;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0 0 2rem}.vb-hero-title-light{font-weight:300}.vb-hero-title em{display:inline-block;transform:skew(-8deg);font-style:normal;color:#f8f806}.vb-hero-subtitle{font-size:1.4625rem;color:#ffffffb3;line-height:1.7;margin:0;max-width:600px;font-weight:400}.vb-hero-subtitle strong{color:#fff;font-weight:500}.vb-hero-focus-bar{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px 16px 0 0;margin-top:4rem;padding:3rem 6rem;position:relative;z-index:2}.vb-hero-focus-container{max-width:1400px;margin:0 auto}.vb-hero-focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.vb-focus-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;transition:border-color .3s ease}.vb-focus-card:hover{border-color:#f8f8064d}.vb-focus-text{font-size:1rem;font-weight:500;color:#fff;line-height:1.5;margin:0}@media(max-width:1024px){.vb-hero-focus-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vb-hero-section{min-height:auto;padding:var(--nav-clearance) 1.5rem 0}.vb-hero-container{padding-top:3rem}.vb-hero-title{font-size:1.75rem;line-height:1.2;margin-bottom:1rem}.vb-hero-subtitle{font-size:1rem}.vb-hero-focus-bar{padding:2rem 1.5rem;margin-top:3rem}.vb-hero-focus-grid{grid-template-columns:1fr}}.vb-partner-section{padding:4rem 6rem;background-color:#171717}.vb-partner-container{max-width:1400px;margin:0 auto;width:100%}.vb-partner-card{background-color:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:4rem}.vb-partner-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.vb-partner-left{display:flex;flex-direction:column;align-items:flex-start}.vb-partner-label{font-size:1rem;color:#f8f806;margin-bottom:1.5rem;font-style:italic}.vb-partner-title{font-size:3.5rem;font-weight:500;color:#fff;line-height:1.1;margin:0 0 2.5rem;letter-spacing:-.02em}.vb-partner-right{display:flex;flex-direction:column;gap:2rem}.vb-benefit-item{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1.5rem}.vb-benefit-item:last-child{border-bottom:none;padding-bottom:0}.vb-benefit-title{font-size:1.25rem;font-weight:500;color:#fff;margin:0 0 .75rem}.vb-benefit-description{font-size:.95rem;color:#fff9;line-height:1.6;margin:0}@media(max-width:1024px){.vb-partner-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.vb-partner-section{padding:3rem 1.5rem}.vb-partner-card{padding:2rem 1.5rem;border-radius:16px}.vb-partner-content{grid-template-columns:1fr;gap:2.5rem}.vb-partner-left{align-items:flex-start}.vb-partner-title{font-size:1.5rem;line-height:1.25}}.venture-builder-page{background-color:#171717;min-height:100vh}.team-hero-section{min-height:55vh;display:flex;flex-direction:column;position:relative;padding-top:100px}.team-hero-background{position:absolute;inset:0;z-index:0}.team-hero-background video{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.team-hero-background:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#171717b3,#171717d9,#171717)}.team-hero-section:before{content:"";position:absolute;inset:0;background-image:url(/bitmap%5Bthks-indies.la%5D.svg);background-size:130% auto;background-position:center top;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:1;filter:grayscale(100%)}.team-hero-content{position:relative;z-index:4;flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:0 3rem 2.5rem;max-width:1400px;margin:0 auto;width:100%}.team-hero-search-container{width:100%;max-width:700px}.team-hero-search{display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:1rem 1.5rem;transition:all .3s ease}.team-hero-search:focus-within{background:#ffffff1f;border-color:#f8f8064d}.team-hero-search-icon{color:#ffffff80;font-size:1.25rem;margin-right:1rem;flex-shrink:0}.team-hero-search input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;font-family:inherit}.team-hero-search input::placeholder{color:#fff6}.team-navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.team-nav-container{max-width:1400px;margin:0 auto;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center}.team-logo{display:flex;align-items:center;text-decoration:none}.team-logo-image{height:40px;width:auto;object-fit:contain}.team-nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.team-nav-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .3s}.team-nav-links a:hover{color:#fff}.team-nav-links a.active{color:#f8f806}.team-investor-btn{background-color:#fefee614;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);font-size:.95rem;cursor:pointer;transition:all .3s;font-family:inherit}.team-investor-btn:hover{color:#f8f806;background-color:#fefee61f;border-color:#f8f80633}@media(max-width:768px){.team-hero-content{padding:0 1.5rem 3rem}.team-hero-search{padding:.875rem 1.25rem}.team-hero-search input{font-size:.9rem}.team-nav-container{padding:1rem 1.5rem}.team-nav-links{display:none}}.team-intro-section{padding:2.5rem 3rem;background-color:#171717}.team-intro-container{max-width:1400px;margin:0 auto}.team-intro-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:0}.team-intro-title{font-size:3rem;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1.1}.team-intro-description{font-size:1rem;line-height:1.7;color:#ffffffb3}.team-tabs-container{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2.5rem}.team-tabs-left{display:flex;gap:0}.team-tabs-search{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;margin-bottom:.5rem;transition:all .3s ease}.team-tabs-search:focus-within{border-color:#ffffff40;background:#ffffff14}.team-tabs-search-icon{color:#fff6;font-size:.9rem;flex-shrink:0}.team-tabs-search input{background:none;border:none;outline:none;color:#fff;font-size:.85rem;font-family:inherit;width:320px}.team-tabs-search input::placeholder{color:#ffffff59}.team-tab{padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;position:relative;border-bottom:2px solid transparent;margin-bottom:-1px}.team-tab:hover{border-bottom-color:#fff3}.team-tab.active{border-bottom-color:#f8f806}.team-tab-label{font-size:1rem;font-weight:500;transition:all .3s ease;color:#ffffff80}.team-tab:hover .team-tab-label{color:#fffc}.team-tab.active .team-tab-label{color:#f8f806}@media(max-width:900px){.team-intro-header{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.team-intro-section{padding:4rem 1.5rem 3rem}.team-intro-title{font-size:1.75rem}.team-intro-description{font-size:.95rem}.team-tabs-container{gap:0}}.team-members-section{padding:2rem 3rem 5rem;background-color:#171717}.team-members-container{max-width:1400px;margin:0 auto}.team-no-results{text-align:center;color:#ffffff80;font-size:1.1rem;padding:4rem 1rem}.team-members-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.team-member-link{text-decoration:none;color:inherit;display:block;height:100%}.team-member-link--static{cursor:default}.team-member-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.team-member-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.team-member-card--static{cursor:default}.team-member-card--static:hover{background:#ffffff08;border-color:#ffffff14;transform:none}.team-member-card--static:hover .team-member-image{filter:grayscale(100%)}.team-member-image-container{position:relative;aspect-ratio:1 / 1;overflow:hidden}.team-member-image{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:all .4s ease}.team-member-card:hover .team-member-image{filter:grayscale(0%)}.team-member-info{padding:1rem;flex:1 1 auto}.team-member-name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.team-member-role{font-size:.8rem;color:#ffffff80;line-height:1.4;min-height:2.8em}@media(max-width:1200px){.team-members-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.team-members-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.team-members-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.team-members-section{padding:2rem 1.5rem 4rem}.team-members-grid{gap:1rem}.team-member-info{padding:1rem}.team-member-name{font-size:1rem}.team-member-role{font-size:.8rem}}@media(max-width:480px){.team-members-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.profile-photo-container{border-radius:16px;overflow:hidden}.profile-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;filter:grayscale(30%);transition:all .4s ease;display:block}.profile-photo:hover{filter:grayscale(0%);transform:scale(1.03)}.profile-identity{padding:0 .25rem}.profile-name{font-size:1.75rem;font-weight:600;color:#fff;letter-spacing:-.02em;margin-bottom:.25rem}.profile-role{font-size:1rem;color:#ffffff80}.profile-details,.profile-skills-fieldset{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem;margin:0;display:flex;flex-direction:column;gap:.75rem}.profile-details-legend{font-size:.8rem;font-weight:500;color:#fff6;padding:0 .5rem}.profile-detail-item{display:flex;align-items:center;gap:.5rem;font-size:.925rem;color:#ffffffb3}.profile-detail-icon{font-size:1rem;color:#fff6;flex-shrink:0}.profile-detail-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.925rem;color:#f8f806;text-decoration:none;transition:opacity .3s ease}.profile-detail-link:hover{opacity:.8}.profile-skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.profile-skill-tag{background:#f8f8061a;color:#f8f806;font-size:.8rem;font-weight:500;padding:.35rem .85rem;border-radius:100px}@media(max-width:900px){.profile-sidebar{max-width:380px}}.profile-content{display:flex;flex-direction:column;gap:0}.profile-content-tabs{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:0}.profile-content-tab{padding:.55rem 1.1rem;background:none;border:1px solid transparent;border-bottom:none;border-radius:6px 6px 0 0;margin-bottom:-1px;font-size:.85rem;font-weight:500;color:#fff6;cursor:pointer;transition:all .15s ease;font-family:inherit}.profile-content-tab:hover{color:#ffffffb3}.profile-content-tab.active{color:#fff;background:#ffffff14;border-color:#ffffff1f;border-bottom-color:#0a0a0a}.profile-section-title{font-size:1.35rem;font-weight:500;color:#fff;margin-bottom:1.25rem;letter-spacing:-.01em}.profile-bio-body{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 12px 12px;padding:1.75rem}.profile-bio-paragraph{font-size:1rem;line-height:1.75;color:#ffffffbf;margin-bottom:1.25rem}.profile-bio-paragraph:last-child{margin-bottom:0}.profile-company-section{margin-top:1.5rem}.profile-company-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.75rem;transition:all .3s ease}.profile-company-card:hover{background:#ffffff0d;border-color:#ffffff1f}.profile-company-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.profile-company-description{font-size:1rem;line-height:1.7;color:#fff9}.profile-tab-placeholder{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 12px 12px;padding:2.5rem;text-align:center}.profile-tab-placeholder p{color:#ffffff59;font-size:.95rem}@media(max-width:768px){.profile-bio-body,.profile-company-card{padding:1.5rem}.profile-bio-paragraph{font-size:.95rem}}.profile-modal-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000}.profile-modal-browser{position:fixed;top:5vh;left:0;right:0;margin:0 auto;width:min(1000px,92vw);max-height:82vh;z-index:2001;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 80px #00000080;pointer-events:auto}.profile-browser-titlebar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#111;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.profile-browser-traffic-lights{display:flex;gap:8px}.profile-traffic-light{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.profile-traffic-light svg{width:8px;height:8px;opacity:0;transition:opacity .15s ease;color:#00000080}.profile-browser-traffic-lights:hover .profile-traffic-light svg{opacity:1}.profile-traffic-light.red{background:#ff5f57}.profile-traffic-light.yellow{background:#ffbd2e}.profile-traffic-light.green{background:#28c840}.profile-browser-title{font-family:var(--font-mono);font-size:.8rem;color:#fff9;position:absolute;left:50%;transform:translate(-50%)}.profile-browser-close{width:32px;height:32px;background:#ffffff1a;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.profile-browser-close svg{width:16px;height:16px;color:#fff9}.profile-browser-close:hover{background:#ffffff26}.profile-browser-close:hover svg{color:#fff}.profile-browser-content{background:#171717;overflow-y:auto;flex:1;padding:2.5rem 3rem 3rem}.profile-modal-layout{display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}@media(max-width:768px){.profile-modal-browser{top:2vh;width:96vw;max-height:96vh}.profile-modal-layout{grid-template-columns:1fr;gap:2rem}.profile-browser-content{padding:1.5rem}.profile-browser-title{display:none}}.team-page{background-color:#171717;min-height:100vh}.contact-page{height:100vh;overflow:hidden;padding:7rem 3rem 2rem;background-color:#171717;display:flex;align-items:center;justify-content:center}.contact-container{max-width:750px;width:100%}.contact-header{margin-bottom:1.5rem}.contact-title{font-size:3rem;font-weight:500;line-height:1.1;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.contact-title .highlight{color:#f8f806}.contact-subtitle{font-size:1.1rem;color:#ffffffb3;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#ffffffb3;font-weight:500}.form-group input,.form-group textarea{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#fff;transition:all .3s ease;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f8f806;background-color:#ffffff14}.form-group textarea{resize:none;min-height:100px}.form-group.has-error input,.form-group.has-error textarea{border-color:#ff4d4d}.form-error{font-size:.8rem;color:#ff4d4d;margin-top:-.25rem}.contact-form .btn{margin-top:.5rem;align-self:flex-start}@media(max-width:768px){.contact-page{padding:8rem 1.5rem 4rem}.contact-title{font-size:2.5rem}.form-row{grid-template-columns:1fr}}.app{width:100%;margin:0 auto;background-color:#171717}main{width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Consolas", monospace;--nav-clearance: 88px;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#171717;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:768px){:root{--nav-clearance: 64px}}html{scroll-padding-top:var(--nav-clearance)}body{margin:0;min-width:320px;min-height:100vh;background-color:#171717}#root{width:100%}a{color:#f8f806;text-decoration:none}button{font-family:inherit}button:focus,button:focus-visible{outline:2px solid #F8F806;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-weight:500}::selection{background-color:#f8f806;color:#171717}
