.navbar{position:fixed;top:0;left:0;right:0;z-index:500;height:var(--nav-h);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;border-bottom:1px solid transparent}.navbar--scrolled{background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);box-shadow:0 1px 12px #0000000f}.navbar-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.0625rem;color:var(--text);letter-spacing:-.02em;transition:color .2s;background:none;border:none;cursor:pointer;font-family:var(--font);flex-shrink:0}.navbar-logo:hover{color:var(--accent)}.navbar-logo-icon{flex-shrink:0}.navbar-nav{display:flex;align-items:center;gap:.125rem;margin-left:auto}.navbar-link{font-size:.875rem;font-weight:500;color:var(--text-muted);padding:.375rem .75rem;border-radius:.5rem;transition:color .2s,background .2s;background:none;border:none;cursor:pointer;font-family:var(--font)}.navbar-link:hover{color:var(--text);background:#16a34a0f}.navbar-link--active{color:var(--accent);font-weight:600}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.375rem;flex-shrink:0;transition:background .2s}.navbar-hamburger:hover{background:#16a34a14}.navbar-hamburger-bar{display:block;width:100%;height:1.5px;background:var(--text);border-radius:999px;transition:opacity .2s}.navbar-mobile-drawer{position:fixed;top:var(--nav-h);left:0;right:0;z-index:499;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:0 8px 24px #00000014;padding:1rem 1.25rem 1.5rem}.navbar-mobile-drawer nav{display:flex;flex-direction:column;gap:.25rem}.navbar-mobile-link{display:block;width:100%;text-align:left;font-size:1rem;font-weight:500;color:var(--text-muted);padding:.625rem .75rem;border-radius:.5rem;transition:color .2s,background .2s;background:none;border:none;cursor:pointer;font-family:var(--font)}.navbar-mobile-link:hover{color:var(--text);background:#16a34a0f}.navbar-mobile-link--active{color:var(--accent);font-weight:600}@media(max-width:900px){.navbar-nav{display:none}.navbar-hamburger{display:flex;margin-left:auto}.navbar-inner{padding:0 1.25rem;gap:1rem}}.hero{background:var(--bg)}.hero-inner{display:flex;flex-direction:row;gap:3rem;align-items:center}.hero-content,.hero-visual{flex:1 1 0;min-width:0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:var(--accent);background:var(--accent-light);border:1px solid rgba(22,163,74,.2);border-radius:999px;padding:.3125rem .875rem;margin-bottom:1.25rem;letter-spacing:.02em}.hero-badge-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);animation:pulseGreen 2s ease-in-out infinite}@keyframes pulseGreen{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}.hero-title{margin-bottom:1.25rem}.hero-title-em{font-style:italic}.hero-lead{margin-bottom:2rem}.hero-actions{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-metric{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.25rem;width:fit-content;max-width:100%;box-shadow:0 2px 8px #0000000a}.hero-metric-value{font-size:1.75rem;font-weight:700;line-height:1;white-space:nowrap}.hero-metric-label{font-size:.8125rem;color:var(--text-muted);max-width:16rem;line-height:1.4}.hero-visual{position:relative}.hero-3d-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3 / 2;min-height:320px;background:radial-gradient(ellipse at 60% 50%,#f0fdf4,#f3f7f4 40%,#e9f4ec);border:1px solid rgba(22,163,74,.12);box-shadow:0 8px 32px #16a34a14,0 2px 8px #0000000a}.hero-3d-overlay-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:radial-gradient(ellipse at 30% 70%,transparent 60%,rgba(22,163,74,.04) 100%);pointer-events:none}.hero-visual-badge{position:absolute;bottom:-.75rem;left:-.75rem;display:flex;align-items:center;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .875rem;font-size:.75rem;color:var(--text-muted);white-space:nowrap;box-shadow:0 2px 12px #0000000f}.hero-scroll-hint{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-scroll-line{width:1px;height:2rem;background:linear-gradient(to bottom,var(--accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.35;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(.82)}}.hero-scroll-text{font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}@media(max-width:900px){.hero-inner{flex-direction:column;gap:1.75rem}.hero-content,.hero-visual{flex:none;width:100%}.hero-visual{order:-1}.hero-3d-wrap{aspect-ratio:16 / 7;min-height:200px}.hero-visual-badge{bottom:-.5rem;left:.5rem}}@media(max-width:768px){.hero-badge{font-size:.6875rem}.hero-lead{font-size:.9375rem;line-height:1.65}.hero-metric{gap:.75rem;padding:.625rem 1rem}.hero-metric-value{font-size:1.375rem}.hero-scroll-hint{display:none}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%;justify-content:center}}.problem{background:var(--bg-2)}.problem-inner{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:1fr auto;gap:1.5rem 4rem;align-items:start}.problem-text{grid-column:1;grid-row:1;align-self:center}.problem-text .label{margin-bottom:.75rem}.problem-text .h2{margin-bottom:1rem}.problem-stats{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:1rem}.problem-pipeline{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;overflow-x:auto;padding:1rem 0 .25rem;border-top:1px solid var(--border);scrollbar-width:none}.problem-pipeline::-webkit-scrollbar{display:none}.pipeline-item{display:flex;align-items:center;flex-shrink:0}.pipeline-arrow{color:var(--text-muted);margin:0 .375rem;flex-shrink:0}.pipeline-step{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1.25rem;min-width:140px;text-align:center;transition:border-color .2s;flex-shrink:0}.pipeline-step:hover{border-color:var(--border-hover)}.pipeline-step--hot{border-color:#dc262633;background:#dc26260a}.pipeline-step--hot:hover{border-color:#dc262673}.pipeline-stage{font-size:.875rem;font-weight:600;color:var(--text);white-space:nowrap}.pipeline-pct{font-size:.6875rem;color:var(--text-muted);white-space:nowrap}.pipeline-step--hot .pipeline-pct{color:var(--text-muted)}.pipeline-step--hot .pipeline-pct .hl-red{color:var(--red);font-weight:600}.pipeline-pct .hl-red{font-weight:600}.pipeline-note{margin-left:auto;padding-left:1.5rem;font-size:.6875rem;color:var(--text-muted);opacity:.6;white-space:nowrap;flex-shrink:0}.donut-card{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.25rem}.donut-label{align-self:flex-start;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.donut-wrap{display:flex;justify-content:center}.donut-legend{display:flex;gap:1.5rem;width:100%;justify-content:center}.donut-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.donut-legend-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.donut-dot--china{background:var(--red)}.donut-dot--row{background:var(--teal)}.donut-source{align-self:flex-start;font-size:.6875rem;color:var(--text-muted);opacity:.6}.problem-callout{padding:1.375rem 1.5rem}.problem-callout-head{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;margin-bottom:.875rem;padding-bottom:.875rem;border-bottom:1px solid rgba(220,38,38,.15)}.problem-callout-title{font-size:clamp(1.125rem,2.4vw,2rem);font-weight:700;letter-spacing:-.015em;line-height:1.2;color:var(--red);white-space:normal}.problem-callout-stat{font-size:clamp(2.2rem,3.6vw,3rem);font-weight:700;color:var(--red);line-height:1;letter-spacing:-.03em;padding:.25rem .75rem;background:#dc262612;border:1px solid rgba(220,38,38,.18);border-radius:.625rem}.problem-callout-body{font-size:.875rem;color:var(--text-muted);line-height:1.65}@media(max-width:960px){.problem-inner{grid-template-columns:1fr;grid-template-rows:auto auto auto}.problem-text{grid-column:1;grid-row:1}.problem-stats{grid-column:1;grid-row:2;flex-direction:row}.problem-pipeline{grid-column:1;grid-row:3}}@media(max-width:640px){.problem-stats{flex-direction:column;gap:.75rem}.problem-callout-stat{font-size:2rem}.donut-legend{gap:1rem}.pipeline-step{min-width:120px;padding:.625rem .875rem}}.solution{background:var(--bg-2)}.solution-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:3.5rem;align-items:center}.solution-illustration-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:min(420px,52vh);background:#f0fdf4;border:1px solid rgba(22,163,74,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #16a34a12,0 1px 4px #0000000a}.solution-svg{width:100%;height:100%;padding:1rem}.solution-pocket-img{width:100%;height:calc(100% - 2.5rem);object-fit:contain;object-position:center center;display:block;padding:1.25rem 1.5rem .5rem}.solution-illustration-caption{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(transparent,#f0fdf4f7);font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.solution-cards{display:flex;flex-direction:column;gap:.875rem}.solution-list{padding-left:1rem;display:flex;flex-direction:column;gap:.625rem}.solution-list li{font-size:.9rem;line-height:1.65;color:var(--text-muted)}.card-light .solution-list li{color:#166534}@media(max-width:900px){.solution-inner{grid-template-columns:1fr;gap:1.75rem}.solution-image-col{order:-1}.solution-illustration-wrap{height:min(280px,55vw)}}@media(max-width:640px){.solution-illustration-wrap{height:240px}.solution-list li{font-size:.875rem}}.platform{background:var(--bg-2)}.platform-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:clamp(1.5rem,3vh,3rem)}.platform-header-text{flex:1}.platform-accuracy{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0;padding-top:.5rem}.platform-accuracy-value{font-size:clamp(2.5rem,4vw,4rem);font-weight:700;color:var(--accent);line-height:1}.platform-accuracy-label{font-size:.8125rem;color:var(--text-muted);text-align:right;line-height:1.5}.pipeline-scroll{overflow-x:auto;display:flex;justify-content:center;padding-bottom:.5rem;margin-bottom:1.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.pipeline-scroll::-webkit-scrollbar{height:4px}.pipeline-scroll::-webkit-scrollbar-track{background:transparent}.pipeline-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.pipeline-diagram{display:flex;flex-direction:column;gap:.375rem;min-width:max-content}.pipeline-labels{display:flex;align-items:flex-end;gap:0}.pipeline-label{font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);opacity:.7;text-align:center;flex-shrink:0}.pipeline-label-gap{width:2.625rem;flex-shrink:0}.pipeline-label-gap--wide{width:8.75rem}.pipeline-labels .pipeline-label:nth-child(1){width:185px}.pipeline-labels .pipeline-label:nth-child(3){width:175px}.pipeline-labels .pipeline-label:nth-child(6){width:165px}.pipeline-labels .pipeline-label:nth-child(8){width:165px}.pipeline-labels .pipeline-label:nth-child(10){width:110px}.pipeline-flow{display:flex;align-items:center;gap:0;padding-bottom:3.25rem}.pipe-arrow{display:flex;align-items:center;justify-content:center;width:2.625rem;flex-shrink:0}.pipe-inputs-stack{display:flex;flex-direction:column;gap:.4rem;flex-shrink:0}.pipe-input{display:flex;align-items:center;gap:.375rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;padding:.5rem .875rem;font-size:.8125rem;color:var(--text-muted);white-space:nowrap;transition:border-color .2s;min-width:185px}.pipe-input:hover{border-color:var(--border-hover)}.pipe-protein-img{width:18px;height:18px;object-fit:contain;flex-shrink:0}.pipe-box{background:var(--bg-card);border:1px solid var(--border);border-radius:.875rem;padding:1rem 1.25rem;flex-shrink:0;transition:border-color .2s}.pipe-box:hover{border-color:var(--border-hover)}.pipe-box-title{display:block;font-size:.9375rem;font-weight:600;color:var(--text);white-space:nowrap;margin-bottom:0}.pipe-graph-col{position:relative;flex-shrink:0}.pipe-box--graph{min-width:175px}.pipe-reject-branch{position:absolute;top:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;padding-top:.375rem}.pipe-reject-line{display:block;width:1.5px;height:1rem;background:var(--red);opacity:.55;border-radius:999px}.pipe-reject-badge{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:500;color:var(--red);background:#dc26260f;border:1px dashed rgba(220,38,38,.3);border-radius:.5rem;padding:.3rem .625rem;white-space:nowrap}.pipe-reject-x{font-weight:700;font-size:.75rem;line-height:1}.pipe-eligible-segment{display:flex;align-items:center;flex-shrink:0}.pipe-h-line{display:block;width:1.25rem;height:1.5px;background:var(--accent);opacity:.7;flex-shrink:0}.pipe-eligible-badge{font-size:.6875rem;font-weight:500;color:var(--accent);background:var(--accent-light);border:1px solid rgba(22,163,74,.25);border-radius:.5rem;padding:.5rem .75rem;white-space:nowrap}.pipe-box--ranker{min-width:165px;border-color:#16a34a33}.pipe-box--ranker .pipe-box-title,.pipe-box--matrix .pipe-box-title{margin-bottom:.75rem}.pipe-towers{display:flex;gap:.375rem;margin-bottom:.375rem}.pipe-towers span{flex:1;text-align:center;font-size:.6875rem;background:var(--accent-glow);border-radius:.25rem;padding:.25rem;color:var(--accent);white-space:nowrap}.pipe-sub{display:block;font-size:.625rem;color:var(--text-muted);font-style:italic}.pipe-box--matrix{min-width:165px}.pipe-table{width:100%;border-collapse:collapse;font-size:.75rem}.pipe-table th{color:var(--text-muted);font-weight:500;font-size:.6875rem;padding:.125rem .25rem;text-align:left;border-bottom:1px solid var(--border)}.pipe-table td{padding:.25rem;color:var(--text)}.pipe-row--highlight td{color:var(--accent);font-weight:600}.pipe-box--lab{border-color:#16a34a40;background:var(--accent-light);display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:110px;padding:1rem}.pipe-lab-text{font-size:.875rem;font-weight:600;color:var(--accent);white-space:nowrap}.platform-flywheel{font-size:.9375rem;color:var(--text-muted);display:flex;align-items:center;gap:.625rem}.platform-flywheel:before{content:"";display:inline-block;width:.75rem;height:.75rem;border-radius:999px;border:1.5px solid var(--accent);flex-shrink:0;animation:spin 3s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.platform-header{flex-direction:column;gap:1rem}.platform-accuracy{align-items:flex-start}.platform-accuracy-value{font-size:2.25rem}.pipeline-labels{display:none}.pipeline-scroll{justify-content:flex-start;-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%);padding-bottom:1rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}.pipeline-flow{padding-bottom:1rem}.pipe-input{min-width:160px;font-size:.75rem}.pipe-box{padding:.75rem 1rem}.pipe-box-title{font-size:.875rem}.pipe-box--graph{min-width:150px}.pipe-box--ranker,.pipe-box--matrix{min-width:145px}.pipe-box--lab{min-width:95px}.platform-flywheel{font-size:.875rem}}.business{background:var(--bg)}.biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.biz-card{position:relative;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.biz-card.biz-card--featured{background:#16a34a0f;border:1px solid rgba(22,163,74,.22);color:var(--text)}.biz-card.biz-card--featured .biz-num,.biz-card.biz-card--featured .biz-phase,.biz-card.biz-card--featured .biz-title{color:var(--text)}.biz-card.biz-card--featured .biz-desc{color:var(--text-muted)}.biz-card.biz-card--featured .biz-num{color:var(--accent)}.biz-card.biz-card--featured .biz-badge{background:var(--accent-light);border-color:#16a34a33;color:var(--accent)}.biz-card-top{display:flex;align-items:center;gap:.75rem}.biz-num{font-size:.6875rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.biz-phase{font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.biz-badge{margin-left:auto;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-glow);border-radius:999px;padding:.2rem .5rem;border:1px solid var(--border)}.biz-title{font-size:1.125rem}.biz-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65;flex:1}.biz-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg);transform-origin:left;transform:scaleX(0);transition:transform .4s ease,background .2s}.biz-card:hover .biz-indicator{transform:scaleX(1);background:var(--accent)}.biz-card.biz-card--featured .biz-indicator{background:#16a34a40;transform:scaleX(.5)}.biz-card.biz-card--featured:hover .biz-indicator{transform:scaleX(1);background:var(--accent)}.biz-card.biz-card--featured:hover{background:#16a34a1a;border-color:#16a34a59}.biz-timeline{display:flex;flex-direction:column;gap:.5rem}.biz-timeline-track{height:3px;background:var(--border);border-radius:999px;overflow:hidden;position:relative}.biz-timeline-fill{position:absolute;left:0;top:0;height:100%;width:33%;background:var(--accent);border-radius:999px}.biz-timeline-labels{display:flex;justify-content:space-between;font-size:.6875rem;color:var(--text-muted)}@media(max-width:900px){.biz-grid{grid-template-columns:1fr;max-width:100%}.biz-card{padding:1.5rem 1.25rem}}@media(min-width:900px)and (max-width:1100px){.biz-grid{gap:.875rem}}.roadmap{background:var(--bg-2)}.roadmap-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:center}.roadmap-left{display:flex;flex-direction:column;align-items:stretch}.accuracy-chart-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 2px 12px #0000000a}.accuracy-chart-title{margin-bottom:.75rem}.accuracy-chart-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.accuracy-svg{display:block;width:100%;height:auto;aspect-ratio:320 / 220}.accuracy-badge{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.accuracy-badge-val{font-size:1.75rem;font-weight:700;color:var(--accent);line-height:1}.accuracy-badge-lbl{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.roadmap-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--accent);background:var(--accent-light);border:1px solid rgba(22,163,74,.18);border-radius:999px;padding:.3125rem .875rem;margin:.75rem 0 1.25rem}.roadmap-status-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);animation:pulseGreen 2s ease-in-out infinite}@keyframes pulseGreen{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.roadmap-steps{display:flex;flex-direction:column;gap:0;position:relative}.roadmap-step{display:flex;align-items:flex-start;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);position:relative;transition:background .2s}.roadmap-step:last-child{border-bottom:none}.roadmap-step--active{padding-left:.75rem}.roadmap-step--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent);border-radius:999px}.roadmap-step-num{font-size:.6875rem;font-weight:700;color:var(--accent);min-width:1.75rem;padding-top:.125rem;font-variant-numeric:tabular-nums;opacity:.7}.roadmap-step--active .roadmap-step-num{opacity:1}.roadmap-step-content{flex:1}.roadmap-step-title{font-size:.9375rem;margin-bottom:.25rem;color:var(--text)}.roadmap-step--active .roadmap-step-title{color:var(--accent)}.roadmap-step-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.roadmap-step-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:var(--accent-light);border-radius:999px;padding:.2rem .5rem;border:1px solid rgba(22,163,74,.18);white-space:nowrap;flex-shrink:0;align-self:center}@media(max-width:900px){.roadmap-inner{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.roadmap-step{gap:.75rem}.roadmap-step-title{font-size:.875rem}.roadmap-step-desc{font-size:.75rem}.roadmap-step-badge{font-size:.5625rem;padding:.175rem .4rem}.accuracy-badge-val{font-size:1.5rem}}.competitive{background:var(--bg)}.competitive-inner{display:flex;flex-direction:column;gap:1.75rem}.competitive-header{max-width:56rem}.matrix-wrap{position:relative;display:grid;grid-template-areas:".        y-top    ." "x-left   grid     x-right" ".        y-bot    .";grid-template-columns:max-content 1fr max-content;grid-template-rows:max-content 1fr max-content;gap:.5rem;align-items:center;height:min(44vh,400px)}.matrix-y-top,.matrix-y-bottom{grid-column:2;text-align:center;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:.25rem 0}.matrix-y-top{grid-area:y-top;color:var(--accent)}.matrix-y-bottom{grid-area:y-bot}.matrix-x-left,.matrix-x-right{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.matrix-x-left{grid-area:x-left}.matrix-x-right{grid-area:x-right;color:var(--accent)}.matrix-grid{grid-area:grid;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;position:relative;height:100%;border-radius:var(--radius);overflow:hidden}.matrix-line{position:absolute;z-index:2;background:var(--border)}.matrix-line--v{width:1px;top:0;bottom:0;left:50%}.matrix-line--h{height:1px;left:0;right:0;top:50%}.matrix-q{position:relative;z-index:1;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.375rem;transition:background .2s}.matrix-q-label{font-size:.875rem;font-weight:600;line-height:1.3}.matrix-q-desc{font-size:.75rem;color:var(--text-muted);line-height:1.5}.matrix-q--tl{background:#5eead40f}.matrix-q--tl .matrix-q-label{color:var(--teal)}.matrix-q--tl:hover{background:#5eead41a}.matrix-q--bl{background:#7850b40f}.matrix-q--bl .matrix-q-label{color:#a580d4}.matrix-q--bl:hover{background:#7850b41a}.matrix-q--br{background:#7882820f}.matrix-q--br .matrix-q-label{color:var(--text-muted)}.matrix-q--br:hover{background:#7882821a}.matrix-q--featured{background:#d9770612;border:1px solid rgba(217,119,6,.2)}.matrix-q--featured:hover{background:#d977061f}.matrix-q--featured .matrix-q-label{color:var(--gold);font-size:1rem}.matrix-q--featured .matrix-q-desc{color:#b45309b3}.matrix-crown{position:absolute;top:.5rem;right:.5rem}@media(max-width:768px){.matrix-wrap{height:auto;grid-template-areas:"y-top" "grid" "y-bot";grid-template-columns:1fr;grid-template-rows:auto auto auto}.matrix-x-left,.matrix-x-right{display:none}.matrix-grid{height:300px}.matrix-q{padding:.75rem}.matrix-q-label{font-size:.75rem}.matrix-q-desc{display:none}}@media(max-width:480px){.matrix-grid{height:260px}.matrix-q-label{font-size:.6875rem}.matrix-q--featured .matrix-q-label{font-size:.75rem}}.team{background:var(--bg-2)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.team-card{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem}.team-photo-wrap{width:64px;height:64px;border-radius:999px;overflow:hidden;flex-shrink:0;border:2px solid var(--border);transition:border-color .25s}.team-card:hover .team-photo-wrap{border-color:var(--accent)}.team-photo{width:100%;height:100%;object-fit:cover}.team-info{flex:1}.team-name{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.team-role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem}.team-bio{font-size:.8125rem;color:var(--text-muted);line-height:1.6}.team-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 1.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.team-cta-text{font-size:.9375rem;color:var(--text-muted)}@media(max-width:960px){.team-grid{grid-template-columns:1fr;max-width:100%}}@media(max-width:640px){.team-cta{flex-direction:column;align-items:flex-start;gap:1rem}.team-card{padding:1.25rem;gap:1rem}.team-photo-wrap{width:52px;height:52px}.team-name{font-size:.9375rem}.team-bio{font-size:.75rem}}.footer-slide{background:#0f1f15!important;height:auto;min-height:100vh;scroll-snap-align:start;justify-content:center;color:#e2f0e6}.footer-inner{padding-top:0}.footer-slide .label:before{background:#4ade80}.footer-slide .label{color:#4ade80}.footer-top{display:grid;grid-template-columns:1.5fr 1fr .75fr;gap:3rem;padding:4rem 0 2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:#e2f0e6;margin-bottom:1rem}.footer-tagline{font-size:.875rem;color:#e2f0e68c;line-height:1.7;max-width:30rem}.footer-heading{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4ade80;margin-bottom:.75rem}.footer-company{font-size:.9375rem;font-weight:600;color:#e2f0e6;margin-bottom:.375rem}.footer-email{display:block;font-size:.9375rem;color:#4ade80;margin-bottom:1.25rem;transition:color .2s}.footer-email:hover{color:#86efac}.footer-calendly{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:#4ade80;background:#4ade8014;border:1px solid rgba(74,222,128,.2);border-radius:999px;padding:.45rem 1rem;margin-bottom:1rem;transition:background .2s,border-color .2s}.footer-calendly:hover{background:#4ade8024;border-color:#4ade8059}.footer-tagline-sub{font-size:.8125rem;color:#e2f0e680;line-height:1.6}.footer-nav-heading{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e2f0e673;margin-bottom:.75rem}.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.375rem}.footer-nav-list a{font-size:.875rem;color:#e2f0e680;transition:color .2s}.footer-nav-list a:hover{color:#e2f0e6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;gap:1rem}.footer-copy{font-size:.8125rem;color:#e2f0e659}.footer-tagline-mini{font-size:.8125rem;color:#e2f0e64d}@media(max-width:960px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-2: #f3f7f4;--bg-card: #ffffff;--bg-card-hover: #f7fbf8;--accent: #16a34a;--accent-dim: #15803d;--accent-light: #dcfce7;--accent-glow: rgba(22, 163, 74, .08);--gold: #d97706;--gold-dim: #b45309;--gold-light: #fef9c3;--red: #dc2626;--red-light: rgba(220, 38, 38, .08);--teal: #0d9488;--text: #111827;--text-muted: #6b7280;--text-on-dark: #f0fdf4;--border: rgba(0, 0, 0, .08);--border-hover: rgba(22, 163, 74, .3);--radius: .875rem;--radius-lg: 1.375rem;--max-width: 82rem;--nav-h: 64px;--font: "DM Sans", system-ui, -apple-system, sans-serif;--font-display: "Instrument Serif", Georgia, "Times New Roman", serif}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}.slide{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:var(--bg)}.slide-alt{background:var(--bg-2)}.slide-inner{max-width:var(--max-width);margin:0 auto;padding:0 3rem;width:100%;padding-top:var(--nav-h)}.label{display:inline-flex;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.label:before{content:"";width:1.25rem;height:2px;background:var(--accent);flex-shrink:0}.display{font-family:var(--font-display);font-size:clamp(2.75rem,5.5vw,5.5rem);font-weight:400;line-height:1.07;letter-spacing:-.015em;color:var(--text)}.h2{font-size:clamp(1.875rem,3.2vw,3rem);font-weight:600;line-height:1.18;letter-spacing:-.015em;color:var(--text)}.h3{font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--text)}.lead{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--text-muted);line-height:1.75;max-width:46rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);box-shadow:0 4px 20px #16a34a14}.card-light{background:var(--accent-light);color:var(--text);border:1px solid rgba(22,163,74,.15)}.card-light:hover{background:#bbf7d0;border-color:#16a34a40;box-shadow:none}.card-light p,.card-light li{color:#166534}.btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;font-weight:600;font-size:.9375rem;padding:.6875rem 1.625rem;transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s;white-space:nowrap}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dim);transform:translateY(-1px);box-shadow:0 4px 14px #16a34a59}.btn-ghost{border:1.5px solid var(--border);color:var(--text-muted)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-glow)}.hl-red{color:var(--red)}.hl-green{color:var(--accent)}.hl-gold{color:var(--gold)}.hl-w{color:var(--text);font-weight:600}@keyframes fadeUp{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}.animate{opacity:0;transform:translateY(1.25rem);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.animate.in-view{opacity:1;transform:translateY(0)}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.d5{transition-delay:.4s}.d6{transition-delay:.48s}.section-dots{position:fixed;right:1.25rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.6rem;z-index:200}.section-dot{display:block;width:6px;height:6px;border-radius:999px;background:#16a34a33;transition:background .25s,transform .25s,width .25s}.section-dot.active{background:var(--accent);transform:scale(1.5)}.section-dot:hover{background:#16a34a80}.grid-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:3.5rem 3.5rem;pointer-events:none}@media(max-width:768px){.slide{height:auto;min-height:100svh;overflow:visible;padding:5rem 0 3.5rem}.slide-inner{padding:0 1.25rem;padding-top:0}.section-dots{display:none}}
