.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #090e17;--bg-raised: rgba(20, 29, 44, .84);--bg-raised-end: rgba(9, 14, 23, .62);--fg: #eef4ff;--fg-muted: #8899aa;--fg-mid: #bcc9df;--accent: #1ed760;--accent-strong: #11bf4f;--accent-soft: rgba(30, 215, 96, .22);--accent-dim: rgba(30, 215, 96, .08);--blue: #3f79ff;--blue-soft: rgba(63, 121, 255, .15);--line: rgba(208, 227, 255, .12);--line-strong: rgba(208, 227, 255, .22);--shell-max: 72rem;--shell-pad: clamp(1.25rem, 4vw, 2.5rem);--section-gap: clamp(3.5rem, 7vw, 5.5rem);--ease: cubic-bezier(.22, 1, .36, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:clip}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);line-height:1.65;font-size:clamp(.95rem,1.15vw,1.05rem);overflow-x:hidden;position:relative;background-image:radial-gradient(ellipse 60% 50% at 8% -6%,var(--accent-soft) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 90% 4%,var(--blue-soft) 0%,transparent 55%),radial-gradient(ellipse 80% 60% at 50% 110%,rgba(15,30,58,.5) 0%,transparent 70%);background-attachment:fixed}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px}a{color:var(--accent);text-decoration:none;transition:color .2s var(--ease)}a:hover{color:var(--accent-strong)}img{max-width:100%;display:block}.shell{max-width:var(--shell-max);margin:0 auto;padding:0 var(--shell-pad)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#090e17b8;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-bottom:1px solid var(--line);transition:all .4s var(--ease)}.site-header.scrolled{background:#090e17eb;box-shadow:0 4px 30px -10px #00000080}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:.1em;color:var(--fg);position:relative;display:inline-flex;align-items:center}.logo span{color:var(--accent)}.logo-rays{position:absolute;inset:-3px -2px;width:calc(100% + 4px);height:calc(100% + 6px);pointer-events:none}.logo-dot{animation:logo-dot-pulse 5s ease-in-out infinite}.logo-dot:nth-of-type(2){animation-delay:1.8s}.logo-dot:nth-of-type(3){animation-delay:3.6s}@keyframes logo-dot-pulse{0%,to{opacity:.1;r:1}45%,55%{opacity:.6;r:1.4}}nav{display:flex;gap:0;align-items:center}.nav-link{font-size:.8rem;font-weight:500;color:var(--fg-muted);letter-spacing:.02em;padding:.5rem 1.25rem;position:relative;overflow:hidden;transition:color .3s var(--ease)}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--accent);transition:width .3s var(--ease),left .3s var(--ease)}.nav-link:hover{color:var(--fg)}.nav-link:hover:after{width:60%;left:20%}.nav-link.active{color:var(--fg)}.nav-link.active:after{width:60%;left:20%;background:var(--accent)}.nav-cta{padding:.5rem 1.5rem;margin-left:.75rem;background:linear-gradient(135deg,var(--accent) 0%,#4bf07e 100%);color:#04120a!important;font-weight:700;font-size:.8rem;letter-spacing:.02em;border-radius:.5rem;border:none;box-shadow:0 4px 16px -6px #1ed76066;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px -6px #1ed76080;color:#04120a!important}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;position:relative;width:32px;height:32px}.menu-toggle span{display:block;width:20px;height:1.5px;background:var(--fg);position:absolute;left:6px;transition:transform .3s var(--ease),opacity .2s ease}.menu-toggle span:nth-child(1){top:10px}.menu-toggle span:nth-child(2){top:15px;width:14px}.menu-toggle span:nth-child(3){top:20px}.menu-toggle.open span:nth-child(1){transform:rotate(45deg);top:15px}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg);top:15px}.mobile-nav{display:none;position:fixed;inset:0;top:4rem;background:#090e17f7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:99;padding:3rem var(--shell-pad);flex-direction:column;gap:0;opacity:0;transform:translateY(-10px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.mobile-nav.open{display:flex;opacity:1;transform:translateY(0)}.mobile-nav a{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--fg-mid);padding:1rem 0;border-bottom:1px solid var(--line);transition:color .2s var(--ease),padding-left .3s var(--ease)}.mobile-nav a:hover{color:var(--accent);padding-left:1rem}.mobile-nav .nav-cta{margin-left:0;margin-top:2rem;text-align:center;font-size:1rem;padding:1rem 2rem;border-radius:.75rem}.hero{display:flex;align-items:center;padding-top:clamp(6.5rem,10vh,8rem);padding-bottom:clamp(1.5rem,3vh,2.5rem);position:relative;overflow:clip}.hero-grid{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start}.hero-eyebrow{font-family:var(--font-serif);font-size:.88rem;color:var(--accent);letter-spacing:.02em;margin-bottom:1.5rem;font-weight:400;font-style:italic}.hero h1{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,4.2vw,3.2rem);line-height:1.12;letter-spacing:-.015em;margin-bottom:1.5rem;color:var(--fg)}.hero h1 em{font-family:var(--font-serif);font-style:italic;font-weight:600;color:var(--accent)}.hero-content{max-width:50%;position:relative;z-index:2}.hero-body{font-size:clamp(1rem,1.3vw,1.12rem);color:var(--fg-mid);max-width:40ch;line-height:1.75;margin-bottom:1.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:linear-gradient(135deg,var(--accent) 0%,#4bf07e 100%);color:#04120a;font-family:var(--font-body);font-weight:700;font-size:.95rem;border-radius:.75rem;border:none;cursor:pointer;box-shadow:0 10px 30px -10px #1ed76080;transition:transform .2s var(--ease),box-shadow .2s var(--ease),filter .2s var(--ease);text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px -8px #1ed76099;filter:brightness(1.05);color:#04120a}.btn-primary:active{transform:translateY(0) scale(.98)}.img-reveal{opacity:0;transform:translateY(12px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.img-reveal.visible{opacity:1;transform:translateY(0)}.hero-visual{position:absolute;right:-35vw;top:50%;transform:translateY(-50%);width:90vw;max-width:1200px;pointer-events:none}.scope-svg{width:100%;height:auto;opacity:.45}.scope-ring{fill:none;stroke-width:1}.scope-ray{stroke-width:.6;stroke-linecap:round}.scope-dot{transition:opacity .6s var(--ease)}.scope-group{animation:scope-fade 8s var(--ease) infinite;animation-delay:var(--delay, 0s)}@keyframes scope-fade{0%,to{opacity:.06}40%,60%{opacity:.2}}.scope-outer{animation:scope-drift 40s linear infinite;transform-origin:300px 300px}@keyframes scope-drift{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.center-pulse{animation:pulse-glow 3.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{r:3;opacity:.5}50%{r:6;opacity:.15}}.intersection-flash{animation:dot-flash 6s ease-in-out infinite;animation-delay:var(--d, 0s)}@keyframes dot-flash{0%,80%,to{opacity:.08;r:2}40%{opacity:.55;r:3.5}}section{padding:var(--section-gap) 0}.section-tint{position:relative}.section-tint:before{content:"";position:absolute;inset:0 0 0 50%;width:100vw;transform:translate(-50%);background:#0f162373;border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:-1}.section-tint-dark{position:relative}.section-tint-dark:before{content:"";position:absolute;inset:0 0 0 50%;width:100vw;transform:translate(-50%);background:#060a11;z-index:-1}.section-light{position:relative;color:#0a1628}.section-light:before{content:"";position:absolute;inset:0 0 0 50%;width:100vw;transform:translate(-50%);background:#f0f2f6;z-index:-1}.section-light .section-label{color:#11bf4f}.section-light .section-heading{color:#0a1628}.section-light .section-body,.section-light .section-intro-right .section-body{color:#3a4a5e}.section-light .cap-card{background:#fff;border-color:#0000000f;box-shadow:0 2px 12px -4px #00000014}.section-light .cap-card:hover{border-color:#0000001f;box-shadow:0 6px 20px -6px #0000001f}.section-light .cap-card h3{color:#0a1628}.section-light .cap-card p{color:#4a5568}.section-light .cap-icon{background:#1ed7601a;border-color:#1ed76033;color:#11bf4f}.section-light .channel{background:#fff;border-color:#0000000f;box-shadow:0 2px 12px -4px #00000014}.section-light .channel:hover{border-color:#0000001f}.section-light .channel h3{color:#0a1628}.section-light .channel p{color:#4a5568}.section-light .validation-note{background:#1ed7600f;border-color:#1ed76026;color:#3a4a5e}.section-light .validation-note strong{color:#11bf4f}.section-light .gs-svg-wrapper{background:linear-gradient(145deg,#141d2cf2,#090e17e6);border-color:#d0e3ff1f;box-shadow:0 8px 32px -8px #0006}.section-light .section-header-split .section-body{color:#4a5568}.section-light .divider{display:none}.section-label{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section-heading{font-family:var(--font-serif);font-weight:400;font-style:italic;font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.2;letter-spacing:-.01em;margin-bottom:.75rem}.pull-quote{font-family:var(--font-serif);font-weight:400;font-style:italic;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.55;color:var(--fg-mid);max-width:var(--shell-max);margin:0 auto;padding:clamp(2rem,5vw,3.5rem) var(--shell-pad);position:relative;display:flex;justify-content:flex-end}.pull-quote span{max-width:38ch;display:block;padding-left:2rem;border-left:2px solid var(--accent)}.section-body{color:var(--fg-mid);max-width:56ch;font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.75}.section-body+.section-body{margin-top:1rem}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(208,227,255,.15) 50%,transparent 100%)}.section-angle-top{clip-path:polygon(0 clamp(30px,5vw,60px),100% 0,100% 100%,0 100%);padding-top:calc(var(--section-gap) + clamp(30px,5vw,60px));margin-top:calc(-1*clamp(30px,5vw,60px))}.section-angle-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - clamp(30px,5vw,60px)),0 100%);padding-bottom:calc(var(--section-gap) + clamp(30px,5vw,60px));margin-bottom:calc(-1*clamp(30px,5vw,60px))}.speed-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:clamp(1.5rem,4vw,3rem);margin-top:3.5rem;align-items:start}.speed-card{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1.15rem;padding:clamp(1.5rem,3vw,2.25rem);position:relative;overflow:hidden}.speed-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:1.15rem 1.15rem 0 0}.speed-card.traditional:before{background:linear-gradient(90deg,#ff5a5a,#ff5a5a33)}.speed-card.fast:before{background:linear-gradient(90deg,var(--accent) 0%,rgba(30,215,96,.2) 100%)}.speed-card.fast{border-color:#1ed76033;box-shadow:0 0 30px -10px #1ed76026}.speed-who{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}.speed-card.traditional .speed-who{color:#ff8a8a}.speed-card.fast .speed-who{color:var(--accent)}.speed-metric{font-family:var(--font-display);font-weight:700;font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1;margin-bottom:.75rem;letter-spacing:-.02em}.speed-card.traditional .speed-metric{color:#ff8a8a}.speed-card.fast .speed-metric{color:var(--accent)}.speed-desc{font-size:.9rem;color:var(--fg-mid);line-height:1.65}.speed-bar-track{height:6px;background:#ffffff0a;border-radius:3px;margin-top:1.5rem;overflow:hidden}.speed-bar-fill{height:100%;border-radius:3px;width:0}.visible .speed-card.traditional .speed-bar-fill{width:100%;background:linear-gradient(90deg,#ff5a5a,#ff5a5a66);transition:width 120s linear}.visible .speed-card.fast .speed-bar-fill{width:100%;background:linear-gradient(90deg,var(--accent),rgba(30,215,96,.6));transition:width .6s var(--ease)}.pipeline-section{position:relative}.pipeline-section:before{content:"";position:absolute;inset:0 0 0 50%;width:100vw;transform:translate(-50%);background:#0f162380;border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:-1}.pipeline-intro{max-width:56ch;margin-bottom:2rem}.section-intro-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right;margin-bottom:2rem}.section-intro-right .section-body{max-width:44ch}.section-header-split{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.section-header-split .section-heading{margin-bottom:0}.section-header-split .section-label{margin-bottom:.5rem}.pipeline-svg-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem 0}.pipeline-svg{width:100%;min-width:700px;height:auto}.pipeline-svg text{font-family:var(--font-body)}.pipeline-stage{opacity:0;transform:translate(-12px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.visible .pipeline-stage{opacity:1;transform:translate(0)}.visible .pipeline-stage:nth-child(2){transition-delay:.15s}.visible .pipeline-stage:nth-child(3){transition-delay:.3s}.visible .pipeline-stage:nth-child(4){transition-delay:.45s}.visible .pipeline-stage:nth-child(5){transition-delay:.6s}.visible .pipeline-stage:nth-child(6){transition-delay:.75s}.visible .pipeline-stage:nth-child(7){transition-delay:.9s}.visible .pipeline-stage:nth-child(8){transition-delay:1.05s}.visible .pipeline-stage:nth-child(9){transition-delay:1.2s}.gs-svg-wrapper{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1.15rem;padding:clamp(1.25rem,2.5vw,2rem);box-shadow:0 8px 32px -12px #00000080;overflow-x:auto;margin-top:2rem}.gs-svg{width:100%;min-width:500px;height:auto}.gs-svg text{font-family:var(--font-body)}.gs-line{stroke:var(--accent);stroke-width:1;opacity:0;stroke-dasharray:400;stroke-dashoffset:400;transition:stroke-dashoffset 1.2s var(--ease),opacity .4s var(--ease)}.visible .gs-line{stroke-dashoffset:0;opacity:.4}.visible .gs-line:nth-of-type(2){transition-delay:.25s}.visible .gs-line:nth-of-type(3){transition-delay:.5s}.visible .gs-line:nth-of-type(4){transition-delay:.75s}.visible .gs-line:nth-of-type(5){transition-delay:1s}.gs-label-anim{opacity:0;transition:opacity .5s var(--ease)}.visible .gs-label-anim{opacity:1;transition-delay:1.4s}.journal-status{padding:1rem 0 3.5rem}.journal-card{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1.25rem;background:#141d2c99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(30,215,96,.15);border-radius:2rem}.journal-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px #1ed76080;flex-shrink:0;animation:journal-pulse 2s ease-in-out infinite}@keyframes journal-pulse{0%,to{opacity:1}50%{opacity:.5}}.journal-info{display:flex;flex-direction:column;gap:.1rem}.journal-label{font-size:.75rem;color:var(--fg-mid);letter-spacing:.01em}.journal-label strong{color:var(--fg);font-weight:600}.journal-date{font-size:.68rem;color:var(--fg-muted)}.stat-moment{padding:clamp(2rem,5vw,3.5rem) 0}.stat-inner{display:flex;align-items:baseline;gap:clamp(2rem,5vw,4rem)}.stat-number{font-family:var(--font-display);font-weight:700;font-size:clamp(3.5rem,8vw,6.5rem);line-height:1;letter-spacing:-.03em;color:var(--accent);flex-shrink:0}.stat-context{max-width:36ch}.stat-context p{font-size:.9rem;color:var(--fg-muted);line-height:1.65}.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.cap-card{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1rem;padding:clamp(1.25rem,2.5vw,1.75rem);transition:border-color .24s var(--ease),transform .24s var(--ease)}.cap-card:first-child{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr;gap:0 1.5rem;align-items:start}.cap-card:first-child .cap-icon{grid-row:1 / 3;align-self:center}.cap-card:first-child h3{margin-bottom:.25rem}.cap-card:hover{border-color:var(--line-strong);transform:translateY(-2px)}.cap-icon{width:2.25rem;height:2.25rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1rem;background:var(--accent-dim);border:1px solid rgba(30,215,96,.15);color:var(--accent)}.cap-card h3{font-family:var(--font-body);font-weight:600;font-size:.95rem;margin-bottom:.5rem;color:var(--fg)}.cap-card p{font-size:.85rem;color:var(--fg-muted);line-height:1.6}.delivers-section{background:var(--bg)}.delivers-card{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1rem;padding:clamp(1.5rem,3vw,2.5rem)}.delivers-list{list-style:none;counter-reset:delivers;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 2rem}.delivers-list li{counter-increment:delivers;position:relative;padding-left:2.25rem;display:flex;flex-direction:column;gap:.25rem}.delivers-list li:before{content:counter(delivers,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--font-display);font-weight:700;font-size:.78rem;color:var(--accent);opacity:.7}.delivers-list li strong{font-size:.92rem;color:var(--fg);font-weight:600}.delivers-list li span{font-size:.82rem;color:var(--fg-muted);line-height:1.6}@media(max-width:700px){.delivers-list{grid-template-columns:1fr}}.explain-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:clamp(2rem,5vw,4rem);align-items:start;margin-top:2rem}.explain-channels{display:flex;flex-direction:column;gap:1.25rem}.channel{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:.85rem;padding:1.25rem 1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .24s var(--ease)}.channel:hover{border-color:var(--line-strong)}.channel-marker{flex-shrink:0;width:3px;height:100%;min-height:3rem;border-radius:2px;background:var(--accent);opacity:.6}.channel h3{font-size:.9rem;font-weight:600;margin-bottom:.3rem}.channel p{font-size:.82rem;color:var(--fg-muted);line-height:1.55}.validation-note{margin-top:1.5rem;padding:1.15rem 1.35rem;background:var(--accent-dim);border:1px solid rgba(30,215,96,.12);border-radius:.75rem;font-size:.82rem;color:var(--fg-mid);line-height:1.6}.validation-note strong{color:var(--accent);font-weight:600}.research-grid{display:grid;grid-template-columns:1fr .85fr;gap:clamp(3rem,6vw,5rem);align-items:center;margin-top:2rem}.research-text .section-body{max-width:48ch}.ray-diagram-wrapper{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1.15rem;padding:clamp(1.25rem,2.5vw,2rem);box-shadow:0 8px 32px -12px #00000080}.ray-diagram{width:100%;height:auto}.ray-glyph-fill{fill:#1ed7600d}.ray-glyph-stroke{fill:none;stroke:#1ed76059;stroke-width:2}.ray-line{stroke:#1ed7602e;stroke-width:.8;stroke-linecap:round}.ray-hit{fill:var(--accent);opacity:.7}.ray-ping{stroke:var(--accent);stroke-width:.8;stroke-dasharray:3 2;opacity:.4}.ray-label{font-family:var(--font-body);font-size:9px;fill:var(--fg-muted);letter-spacing:.05em}.ray-group-anim{opacity:0;animation:ray-sweep 6s ease-in-out infinite;animation-delay:var(--rd, 0s)}@keyframes ray-sweep{0%,to{opacity:0}15%,75%{opacity:1}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,2.5rem);margin-top:3rem;align-items:start}.about-card{background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));border:1px solid var(--line);border-radius:1rem;padding:clamp(1.5rem,3vw,2.25rem)}.about-card h3{font-family:var(--font-display);font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.about-role{font-family:var(--font-serif);font-size:.82rem;color:var(--accent);font-style:italic;margin-bottom:1rem}.about-card p{font-size:.88rem;color:var(--fg-mid);line-height:1.65}.about-card p+p{margin-top:.75rem}.credential-list{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.credential-list li{font-size:.8rem;color:var(--fg-muted);padding-left:1rem;position:relative}.credential-list li:before{content:"";position:absolute;left:0;top:.5em;width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:.5}.site-footer{padding:var(--section-gap) 0 3rem;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr .5fr;gap:clamp(2rem,5vw,4rem);align-items:start}.footer-heading{font-family:var(--font-serif);font-weight:400;font-style:italic;font-size:clamp(1.4rem,3vw,2.2rem);margin-bottom:1rem;letter-spacing:-.01em}.footer-body{color:var(--fg-mid);font-size:.95rem;line-height:1.7;max-width:40ch;margin-bottom:2rem}.contact-email{display:inline-flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:600;color:var(--accent);padding:.6rem 0;border-bottom:1px solid rgba(30,215,96,.2);transition:border-color .2s var(--ease)}.contact-email:hover{border-color:var(--accent);color:var(--accent)}.contact-details{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem}.contact-details span{font-size:.85rem;color:var(--fg-muted)}.contact-details strong{color:var(--fg-mid);font-weight:500}.footer-legal{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.footer-legal p{font-size:.75rem;color:var(--fg-muted)}.marquee{overflow:hidden;white-space:nowrap;padding:clamp(1rem,3vw,1.75rem) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.marquee-track{display:inline-flex;animation:marquee-scroll 40s linear infinite}.marquee-track span{font-family:var(--font-display);font-weight:700;font-size:clamp(.85rem,1.5vw,1.1rem);letter-spacing:.12em;text-transform:uppercase;color:var(--fg);opacity:.25;padding:0 clamp(1.5rem,3vw,2.5rem)}.marquee-track span.accent{color:var(--accent);opacity:.5}.marquee-track span:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.3;margin-right:clamp(1.5rem,3vw,2.5rem);vertical-align:middle}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:step}.process-step{padding:clamp(1.5rem,3vw,2.5rem);border-right:1px solid var(--line);position:relative}.process-step:last-child{border-right:none}.process-step:before{content:counter(step,decimal-leading-zero);counter-increment:step;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:transparent;-webkit-text-stroke:1px rgba(30,215,96,.3);display:block;margin-bottom:1rem;line-height:1}.process-step h3{font-family:var(--font-body);font-weight:600;font-size:.9rem;color:var(--fg);margin-bottom:.4rem}.process-step p{font-size:.78rem;color:var(--fg-muted);line-height:1.5}@media(max-width:900px){.process-steps{grid-template-columns:1fr 1fr}.process-step:nth-child(2){border-right:none}.process-step:nth-child(4){border-right:none}}@media(max-width:600px){.process-steps{grid-template-columns:1fr}.process-step{border-right:none;border-bottom:1px solid var(--line)}}.stroke-text{font-family:var(--font-display);font-weight:700;font-size:clamp(4rem,10vw,8rem);color:transparent;-webkit-text-stroke:1.5px rgba(30,215,96,.2);line-height:1;letter-spacing:-.03em}.count-up{font-variant-numeric:tabular-nums}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}@media(max-width:960px){.insights-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.insights-grid{grid-template-columns:1fr}}.insight-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:1.15rem;background:linear-gradient(145deg,var(--bg-raised),var(--bg-raised-end));overflow:hidden;transition:border-color .24s var(--ease),transform .24s var(--ease),box-shadow .24s var(--ease)}.insight-card:hover{border-color:#1ed76059;transform:translateY(-4px) scale(1.005);box-shadow:0 8px 32px #00000040;text-decoration:none;color:inherit}.insight-card-image{display:flex;align-items:center;justify-content:center;background:#00000026;height:160px;overflow:hidden}.insight-card-image img{width:100%;height:100%;object-fit:cover}.insight-pattern{width:100%;height:100%}.insight-card-body{padding:clamp(1.25rem,2.5vw,1.75rem);display:flex;flex-direction:column;flex:1}.insight-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.insight-badge{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cat-color, var(--accent));border:1px solid color-mix(in srgb,var(--cat-color, var(--accent)) 25%,transparent);border-radius:2rem;padding:.15rem .6rem;background:color-mix(in srgb,var(--cat-color, var(--accent)) 8%,transparent)}.insight-date{font-size:.75rem;color:var(--fg-muted);font-weight:500}.insight-card-title{font-family:var(--font-serif);font-weight:400;font-style:italic;font-size:clamp(1.1rem,1.6vw,1.25rem);line-height:1.25;color:var(--fg);margin-bottom:.5rem}.insight-card-deck{font-size:.85rem;color:var(--fg-muted);line-height:1.55;flex:1}.insight-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--line);font-size:.75rem;color:var(--fg-muted)}.insight-author{font-weight:500}.insight-time{opacity:.7}.view-all-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--accent);text-decoration:none;transition:gap .2s var(--ease)}.view-all-link:hover{gap:.65rem;color:var(--accent)}@media(prefers-reduced-motion:reduce){.reveal,.img-reveal{opacity:1;transform:none;clip-path:none;filter:none;transition:none}.scope-outer,.scope-group,.center-pulse,.intersection-flash,.ray-group-anim{animation:none;opacity:.15}.center-pulse{opacity:.4}.ray-group-anim{opacity:.8}.marquee-track{animation:none}}@media(max-width:900px){.hero-visual{width:80vw;right:-20vw;opacity:.3}.hero h1{font-size:clamp(1.8rem,6.5vw,2.4rem)}.hero-body{max-width:none}.hero-content{max-width:100%}.speed-grid{grid-template-columns:1fr}.cap-grid{grid-template-columns:1fr!important}.cap-card:first-child{grid-template-columns:auto 1fr}.explain-grid{grid-template-columns:1fr}.section-header-split{flex-direction:column;align-items:flex-start}.section-header-split .section-body{text-align:left!important}.section-intro-right{align-items:flex-start;text-align:left}.research-grid{grid-template-columns:1fr}.research-visual{order:-1}.about-grid,.footer-grid{grid-template-columns:1fr}.stat-inner{flex-direction:column;gap:1rem}.pull-quote{justify-content:flex-start}nav{display:none}.menu-toggle{display:block}}@media(max-width:600px){.cap-grid{gap:.75rem}.pipeline-svg-wrapper{padding:.5rem 0}.footer-legal{flex-direction:column;gap:1rem;align-items:flex-start}.stroke-text{font-size:clamp(2.5rem,8vw,4rem);word-break:break-word}.hero-visual{display:none}}
