.about-page .btn-dark{background:var(--black);color:var(--white);border-radius:var(--r-sm);font-family:var(--font-body);cursor:pointer;transition:transform .15s var(--ease), background .15s;border:none;justify-content:center;align-items:center;padding:13px 24px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.about-page .btn-dark:hover{background:var(--gray-700);transform:translateY(-1px)}.about-page .btn-ghost{color:var(--gray-500);border-radius:var(--r-sm);font-family:var(--font-body);cursor:pointer;border:1.5px solid var(--gray-200);background:0 0;justify-content:center;align-items:center;padding:13px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.about-page .btn-ghost:hover{border-color:var(--gray-300);color:var(--black)}.about-page .eyebrow{letter-spacing:1px;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;align-items:center;gap:7px;margin-bottom:20px;padding:5px 13px 5px 9px;font-size:12px;font-weight:700;display:inline-flex}.about-page .eyebrow-dot{background:var(--green-bright);border-radius:50%;flex-shrink:0;width:6px;height:6px}.about-page .section-heading{letter-spacing:-1.2px;color:var(--black);margin-bottom:14px;font-size:40px;font-weight:700;line-height:1.1}.about-page .section-heading em{color:var(--green);font-style:normal}.about-page .section-sub{color:var(--gray-500);max-width:560px;margin-bottom:52px;font-size:16px;line-height:1.7}.about-page .section-sub.center{text-align:center;margin-left:auto;margin-right:auto}.about-page .accent{color:var(--green);font-style:normal}.about-page .reveal{opacity:1;transform:none}.js .about-page .reveal{opacity:0;transform:translateY(24px)}.js .about-page .reveal.is-visible{opacity:1;transition:opacity .5s var(--ease), transform .5s var(--ease);transform:none}.about-page .feature-list{flex-direction:column;gap:13px;margin-bottom:34px;list-style:none;display:flex}.about-page .feature-list li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.5;display:flex}.about-page .check-icon{background:var(--green-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.about-page .check-icon svg{width:9px;height:9px;stroke:var(--green-dark);stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round}.about-page .product-cta-row{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.about-page .product-cta{border-radius:var(--r-sm);background:var(--black);color:var(--white);font-family:var(--font-body);letter-spacing:-.1px;justify-content:center;align-items:center;gap:7px;padding:14px 26px;font-size:13.5px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.about-page .product-cta:hover{background:var(--gray-700);transform:translateY(-1px)}.about-page .product-cta:hover .cta-arrow{transform:translate(2px)}.about-page .product-cta svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;transition:transform .18s var(--ease);flex-shrink:0}.about-page .product-secondary{color:var(--gray-500);font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.about-page .product-secondary:hover{color:var(--black)}.about-page .why-section{padding:var(--space-sec) 0;background:#f9f9f7}.about-page .compare-table{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);overflow:hidden}.about-page .compare-header{background:var(--gray-50);border-bottom:1px solid var(--gray-200);grid-template-columns:1.1fr 1fr 1.2fr;align-items:center;gap:20px;padding:16px 26px;display:grid}.about-page .compare-header-label{letter-spacing:.8px;text-transform:uppercase;color:var(--gray-300);font-size:11.5px;font-weight:700}.about-page .compare-header-generic{color:var(--gray-500);text-align:left;width:100%;font-size:12px;font-weight:700}.about-page .compare-header-styld{color:var(--green-dark);justify-content:flex-start;align-items:center;gap:6px;width:100%;font-size:12px;font-weight:700;display:inline-flex}.about-page .compare-row{background:var(--white);opacity:0;grid-template-columns:1.1fr 1fr 1.2fr;align-items:center;gap:20px;padding:20px 26px;transition:background .15s;display:grid;transform:translateY(10px)}.about-page .compare-row+.compare-row{border-top:1px solid var(--gray-200)}.about-page .compare-row.is-visible{opacity:1;transition:opacity .45s var(--ease), transform .45s var(--ease), background .15s;transform:translateY(0)}.about-page .compare-row:hover{background:var(--gray-50)}.about-page .compare-feature{color:var(--black);letter-spacing:-.1px;font-size:13.5px;font-weight:600}.about-page .compare-feature-sub{color:var(--gray-500);margin-top:3px;font-size:12px;font-weight:500;line-height:1.4}.about-page .compare-cell{justify-content:flex-start;align-items:flex-start;gap:7px;width:100%;font-size:13px;font-weight:700;line-height:1.45;display:flex}.about-page .compare-cell.styld{color:var(--green-dark)}.about-page .compare-cell.styld svg{width:14px;height:14px;stroke:var(--green-bright);stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.about-page .compare-cell.generic{color:var(--gray-500);font-weight:600}@media (max-width:640px){.about-page .compare-row,.compare-header{text-align:left;grid-template-columns:1fr;gap:8px}.about-page .compare-header{display:none}.about-page .compare-cell{justify-content:flex-start}}.about-page .stay-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.about-page .stay-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);padding:30px 28px}.js .about-page .stay-card.reveal.is-visible{transition:opacity .55s var(--ease), transform .55s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease)}.about-page .stay-card:hover{box-shadow:var(--e-2);border-color:var(--gray-300);transform:translateY(-4px)}.about-page .stay-icon{background:var(--green-light);width:40px;height:40px;transition:transform .3s var(--ease), background .3s var(--ease);border-radius:11px;justify-content:center;align-items:center;margin-bottom:22px;display:flex}.about-page .stay-card:hover .stay-icon{background:var(--green-dark);transform:scale(1.08)rotate(-4deg)}.about-page .stay-icon svg{width:19px;height:19px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s var(--ease)}.about-page .stay-card:hover .stay-icon svg{stroke:var(--white)}.about-page .stay-card h3{letter-spacing:0;color:var(--black);margin-bottom:9px;font-size:16.5px;font-weight:700;line-height:1.3}.about-page .stay-card p{color:var(--gray-500);letter-spacing:.3px;font-size:13.5px;line-height:1.68}.about-page .stay-card--flagship{border-color:var(--gray-200);background:#f9f9f7;flex-direction:column;grid-column:span 2;justify-content:center;padding:40px 44px;display:flex}.about-page .stay-card--flagship:hover{border-color:var(--gray-300)}.about-page .stay-flagship-kicker{letter-spacing:1.3px;text-transform:uppercase;color:#0d0d0d;align-items:center;gap:8px;margin-bottom:20px;font-size:11px;font-weight:700;display:inline-flex}.about-page .stay-flagship-dot{background:var(--green-bright);width:6px;height:6px;transition:transform .3s var(--ease), box-shadow .3s var(--ease);border-radius:50%;flex-shrink:0}.about-page .stay-card--flagship:hover .stay-flagship-dot{transform:scale(1.6);box-shadow:0 0 0 5px #00b67a38}.about-page .stay-flagship-quote{font-family:var(--font-body);letter-spacing:.1px;color:var(--black);max-width:30ch;margin-bottom:18px;font-size:clamp(26px,2.8vw,34px);font-style:italic;font-weight:400;line-height:1.35}.about-page .stay-flagship-sub{color:var(--gray-500);letter-spacing:.3px;max-width:42ch;font-size:15.5px;line-height:1.6}.about-page .stay-close{text-align:center;max-width:100%;margin:var(--sp-8) auto 0;letter-spacing:.1px;color:var(--black);white-space:nowrap;font-size:15.5px;font-weight:600}@media (max-width:640px){.about-page .stay-close{white-space:normal}}@media (max-width:900px){.about-page .stay-grid{grid-template-columns:1fr}.about-page .stay-card--flagship{grid-column:span 1}}@media (max-width:560px){.about-page .stay-card{padding:26px 22px}.about-page .stay-card--flagship{padding:32px 26px}}#stay .eyebrow{letter-spacing:1.3px}#stay .section-heading{letter-spacing:-.9px}#stay .section-sub{letter-spacing:.3px}.about-page .principles-section{background:var(--white);padding:var(--space-sec) 0}.about-page .principles-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.about-page .principle-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);align-items:flex-start;gap:20px;padding:32px 30px;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex}.js .about-page .principle-card.reveal.is-visible{transition:opacity .5s var(--ease), transform .5s var(--ease), box-shadow .25s, border-color .25s}.about-page .principle-card:hover{border-color:var(--gray-300);transform:translateY(-3px);box-shadow:0 20px 50px -18px #0d0d0d24}.about-page .principle-icon{background:var(--green-light);width:46px;height:46px;transition:transform .3s var(--ease);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-page .principle-card:hover .principle-icon{transform:scale(1.08)rotate(-4deg)}.about-page .principle-icon svg{width:21px;height:21px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.about-page .principle-card h3{letter-spacing:-.3px;color:var(--black);margin-bottom:9px;font-size:17px;font-weight:700;line-height:1.3}.about-page .principle-card p{color:var(--gray-500);font-size:13.5px;line-height:1.65}@media (max-width:780px){.principles-grid{grid-template-columns:1fr}}.about-page .band{padding:var(--space-sec) 0;position:relative}.about-page .band--tight{padding:var(--space-sec) 0}.about-page .band--paper{background:var(--white)}.about-page .band--mist{background:var(--gray-50)}.about-page .band--edge{border-top:var(--hairline)}.about-page .band--ink{background:var(--ink-panel);color:#ffffffb8}.about-page .band--fade{background:linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%)}.about-page .problem-section,.products-section,.proof-section,.about-page .notify-section,.why-section,.principles-section,.about-page .faq-section,.section{padding:var(--space-sec) 0}.about-page .faq-section{padding-bottom:var(--space-sec)}.about-page .sec-head{max-width:720px;margin-bottom:var(--sec-head-mb)}.about-page .sec-head--center{text-align:center;margin-left:auto;margin-right:auto}.about-page .sec-head--center .eyebrow{margin-left:auto;margin-right:auto}.about-page .sec-head--split{gap:var(--sp-7);grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;max-width:none;display:grid}.about-page .sec-head .section-heading{margin-bottom:var(--sp-4);font-size:clamp(30px,3.4vw,44px)}.about-page .sec-head .section-sub{margin-bottom:0;font-size:16.5px}.about-page .sec-head--center .section-sub{margin-left:auto;margin-right:auto}.about-page .band--ink .section-heading{color:var(--white)}.about-page .band--ink .section-heading em{color:var(--green-bright)}.about-page .band--ink .section-sub{color:#ffffff94}.about-page .band--ink .eyebrow{color:var(--green-bright);background:#00b67a24}.about-page .kicker{font-family:var(--font-body);letter-spacing:.12em;color:var(--gray-300);font-size:11.5px;font-weight:600}.js .about-page .reveal{will-change:opacity, transform}.js .about-page .reveal.is-visible{transition-delay:var(--rd,0s)}.about-page .btn-dark .btn-arrow{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px;transition:transform .2s var(--ease);flex-shrink:0;margin-left:9px}.about-page .btn-dark:hover .btn-arrow{transform:translate(3px)}.about-page .hero-badges{gap:var(--sp-2) var(--sp-3)}.about-page .hero-badge{background:var(--gray-50)}.about-page .trust{border-top:var(--hairline);border-bottom:var(--hairline);background:var(--gray-50);padding:var(--sp-6) 0}.about-page .trust-inner{gap:var(--sp-6);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;display:grid}.about-page .trust-note{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);max-width:260px;font-size:12px;font-weight:700;line-height:1.5}.about-page .trust-stats{grid-template-columns:minmax(max-content,1.25fr) repeat(3,minmax(0,1fr));display:grid}.about-page .trust-stat{padding-left:var(--sp-4);padding-right:var(--sp-2);border-left:var(--hairline)}.about-page .trust-stat:first-child{padding-left:0;padding-right:var(--sp-4);border-left:none}.about-page .trust-stat-value{letter-spacing:-.6px;color:var(--black);white-space:nowrap;align-items:center;gap:7px;font-size:20px;font-weight:700;display:flex}.about-page .trust-stat-value svg{flex-shrink:0;width:15px;height:15px}.about-page .trust-stat-label{color:var(--gray-500);max-width:170px;margin-top:2px;font-size:12.5px;line-height:1.4}.about-page .why-cards{gap:var(--sp-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.about-page .why-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:var(--sp-6);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease)}.js .about-page .why-card.reveal.is-visible{transition:opacity .5s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease)}.about-page .why-card:hover{box-shadow:var(--e-2);border-color:var(--green-mid);transform:translateY(-6px)}.about-page .why-card-icon{background:var(--green-light);border:1px solid var(--green-mid);width:46px;height:46px;margin-bottom:var(--sp-5);transition:background .25s var(--ease), border-color .25s var(--ease);border-radius:13px;justify-content:center;align-items:center;display:flex}.about-page .why-card:hover .why-card-icon{background:var(--green-mid);border-color:var(--green-mid)}.about-page .why-card-icon svg{width:20px;height:20px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s var(--ease)}.about-page .why-card:hover .why-card-icon svg{animation:why-icon-pop .55s var(--ease)}@keyframes why-icon-pop{0%{transform:scale(1)rotate(0)}35%{transform:scale(1.22)rotate(-12deg)}65%{transform:scale(.92)rotate(6deg)}to{transform:scale(1)rotate(0)}}.about-page .why-card h3{letter-spacing:-.3px;color:var(--black);margin-bottom:var(--sp-3);font-size:17px;font-weight:700;line-height:1.3}.about-page .why-card p{color:var(--gray-500);font-size:13.5px;line-height:1.65}.about-page .why-quote{border-top:var(--hairline);color:var(--gray-700);margin-top:clamp(36px,4vw,52px);padding-top:clamp(28px,3vw,40px);font-size:15.5px;font-weight:600}.about-page .why-quote span{font-family:var(--font-body);letter-spacing:.04em;color:var(--gray-500);text-transform:none;margin-top:6px;font-size:11.5px;font-weight:500;display:block}@media (prefers-reduced-motion:reduce){.about-page .why-card,.why-card-icon,.why-card-icon svg{transition:none!important;animation:none!important}}@media (max-width:1080px){.about-page .why-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.about-page .why-cards{grid-template-columns:1fr}}.about-page .metrics{gap:var(--sp-6);padding-top:var(--sp-8);border-top:1px solid #ffffff1a;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.about-page .metric{position:relative}.about-page .metric-value{letter-spacing:-3px;color:var(--white);align-items:baseline;gap:2px;font-size:clamp(40px,5.4vw,66px);font-weight:700;line-height:1;display:flex}.about-page .metric-value .suffix{letter-spacing:-1px;color:var(--green-bright);font-size:.46em}.about-page .metric-label{margin-top:var(--sp-3);color:#ffffffdb;letter-spacing:-.1px;font-size:14px;font-weight:700}.about-page .metric-sub{color:#ffffff73;margin-top:4px;font-size:12.5px;line-height:1.55}.about-page .metrics-foot{margin-top:var(--sp-7);font-family:var(--font-body);letter-spacing:.06em;color:#ffffff61;font-size:11.5px}.about-page .why-section{background:var(--white);padding:var(--space-sec) 0}.about-page .why-header{max-width:720px;margin:0 0 var(--sec-head-mb)}.about-page .compare-table{box-shadow:var(--e-2)}.about-page .compare-row{padding:var(--sp-5) var(--sp-6)}.about-page .compare-header{padding:var(--sp-4) var(--sp-6)}@media (max-width:1080px){.about-page .metrics{gap:var(--sp-7) var(--sp-6);grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .trust-inner{gap:var(--sp-5);grid-template-columns:1fr}.about-page .trust-note{max-width:none}}@media (max-width:900px){.about-page .sec-head--split{gap:var(--sp-5);grid-template-columns:1fr;align-items:start}.about-page .spot-top,.spot--flip .spot-top{grid-template-columns:1fr}.about-page .spot--flip .spot-copy,.spot--flip .spot-stage{order:0}.about-page .spot-copy{max-width:none}.about-page .upnext,.about-page .stories,.faq-split{grid-template-columns:1fr}.about-page .stories-aside,.faq-aside{position:static}.about-page .flow-float{bottom:-12px;right:0}.about-page .spotlights{gap:var(--sp-8)}}@media (max-width:640px){.about-page .trust-stats{gap:var(--sp-5) 0;grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .trust-stat{border-left:var(--hairline);padding-left:12px;padding-right:8px}.about-page .trust-stat:nth-child(odd){border-left:none;padding-left:0}.about-page .trust-stat-value{white-space:normal;font-size:16px}.about-page .trust-stat-label{max-width:100%}.about-page .metrics{grid-template-columns:1fr}}@media (max-width:380px){.about-page .trust-stats{gap:var(--sp-4) 0;grid-template-columns:1fr}.about-page .trust-stat{border-left:none;padding-left:0;padding-right:0}.about-page .trust-stat-value{white-space:nowrap}}@media (prefers-reduced-motion:reduce){.about-page .flow-rail:after,.flow-float,.flow-live .dot{animation:none!important}.about-page .flow-bar span{width:var(--w,60%)!important}.about-page .shot-media img{opacity:1!important;transform:none!important}}.about-page .hero-visual{position:relative}.about-page .metric-value .suffix--word{letter-spacing:0;color:#ffffff80;margin-left:8px;font-size:.3em;font-weight:700}.about-page .compare-row{opacity:1;transform:none}.js .about-page .compare-row:not(.is-visible){opacity:0;transform:translateY(10px)}.about-page .sec-head{margin-bottom:clamp(30px,3.4vw,48px)}.about-page .spotlights,.about-page .apps-showcase{gap:clamp(40px,4.4vw,68px)}.about-page .footer{padding-top:clamp(44px,4.4vw,64px)}.about-page .hero-wrap{--h-sans:"Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--h-serif:"Instrument Sans", Georgia, serif;font-family:var(--font-body);background:var(--white);padding-bottom:0;overflow:hidden}.about-page .hero-wrap h1,.about-page .hero-wrap p,.about-page .hero-wrap span,.about-page .hero-wrap a,.about-page .hero-wrap div{font-family:inherit}@media (max-width:1080px){.about-page .hero-wrap .fork{max-width:none}.about-page .hero-wrap .stage{max-width:540px;margin:0 auto}}@media (max-width:720px){.about-page .hero-wrap .stage-body{height:368px}}@media (prefers-reduced-motion:reduce){.about-page .hero-wrap .panel,.about-page .hero-wrap .af-scene,.hero-wrap .bz-slide{transition:none}.about-page .hero-wrap .bz-check,.hero-wrap .bz-done-text,.hero-wrap .bz-done-btn{opacity:1;transform:none;animation:none!important}}.about-page .hero-wrap{background:var(--white)}.about-page .sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.about-page .hero-wrap .hero-actions{flex-wrap:wrap;gap:12px;margin-top:clamp(28px,3vw,36px);display:flex}.about-page .hero-wrap .hero-btn{letter-spacing:-.01em;border-radius:var(--r-sm);min-height:48px;transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);justify-content:center;align-items:center;padding:0 24px;font-size:14.5px;font-weight:600;text-decoration:none;display:inline-flex}.about-page .hero-wrap .hero-btn--solid{color:var(--white);background:var(--black);border:1px solid var(--black)}.about-page .hero-wrap .hero-btn--solid:hover{background:var(--gray-700);border-color:var(--gray-700);transform:translateY(-1px);box-shadow:0 12px 26px -16px #0d0d0d99}.about-page .hero-wrap .hero-btn--ghost{color:var(--black);background:var(--white);border:1px solid var(--gray-200)}.about-page .hero-wrap .hero-btn--ghost:hover{border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 10px 24px -18px #0d0d0d66}.about-page .hero-wrap .hero-btn:active{transform:translateY(0)}.about-page .hero-wrap .hero-marks{max-width:480px;color:var(--gray-500);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin-top:clamp(30px,3.2vw,38px);padding:0;font-size:13.2px;line-height:1.45;list-style:none;display:grid}.about-page .hero-wrap .hero-marks li{align-items:center;gap:10px;display:flex}.about-page .hero-wrap .hero-marks li:before{content:"";background:var(--green-bright);border-radius:50%;flex:none;width:5px;height:5px}.about-page .art{background:var(--white);border:var(--hairline);border-radius:var(--r-xl);box-shadow:var(--e-4);padding:clamp(18px,2.4vw,30px);position:relative;overflow:hidden}.about-page .art:before{content:"";border-radius:var(--r-xl);pointer-events:none;background:linear-gradient(#e8f8f299 0%,#fff0 46%);position:absolute;inset:0}.about-page .art svg{width:100%;height:auto;display:block;position:relative}.about-page .art-route{stroke-dasharray:3 9;animation:14s linear infinite routeMarch}@keyframes routeMarch{to{stroke-dashoffset:-120px}}.about-page .art-ping{transform-origin:50%;animation:2.8s ease-out infinite artPing}@keyframes artPing{0%{r:8;opacity:.5}70%,to{r:20;opacity:0}}.about-page .art-badge{animation:7s ease-in-out infinite artFloat}.about-page .art-badge--b{animation-delay:-3.2s}@keyframes artFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.about-page .art-caption{border-top:var(--hairline);color:var(--gray-500);align-items:center;gap:9px;margin-top:4px;padding-top:16px;font-size:12.5px;line-height:1.5;display:flex;position:relative}.about-page .art-caption b,.about-page .art-caption strong{color:var(--gray-700);font-weight:700}.about-page .art-caption i{background:var(--green-bright);border-radius:50%;flex:none;width:7px;height:7px}.about-page .story-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;gap:clamp(32px,5vw,76px);display:grid}.about-page .story-head .section-heading{letter-spacing:-1.4px;max-width:16ch;margin-bottom:0;font-size:clamp(30px,3.4vw,44px)}.about-page .story-quote{background:var(--white);border:var(--hairline);border-radius:var(--r-lg);box-shadow:var(--e-2);margin-top:clamp(28px,3vw,40px);padding:26px 28px}.about-page .story-quote p{letter-spacing:-.4px;color:var(--black);font-size:clamp(18px,1.9vw,22px);font-style:italic;line-height:1.4}.about-page .story-quote span{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);align-items:center;gap:8px;margin-top:16px;font-size:11.5px;font-weight:700;display:flex}.about-page .story-quote span:before{content:"";background:var(--green-bright);width:18px;height:1px}.about-page .story-body{border-left:var(--hairline);padding-left:clamp(0px,2vw,28px)}.about-page .story-body>p{max-width:58ch}.about-page .story-body p{color:var(--gray-500);font-size:16px;line-height:1.75}.about-page .story-body .story-lead{color:var(--gray-700);font-size:18px;font-weight:500;line-height:1.65}.about-page .story-body .story-turn{color:var(--black);letter-spacing:-.3px;font-size:18.5px;font-weight:700;line-height:1.5}@media (max-width:900px){.about-page .story-grid{grid-template-columns:1fr;gap:34px}.about-page .story-head .section-heading{max-width:none}.about-page .story-body{border-left:none;padding-left:0}}.about-page .steps{gap:var(--sec-head-mb);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.about-page .step{background:var(--white);border:var(--hairline);border-radius:var(--r-md);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);padding:24px 22px 26px;position:relative}.js .about-page .step.reveal.is-visible{transition:opacity .5s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease)}.about-page .step:hover{box-shadow:var(--e-2);border-color:var(--green-mid);transform:translateY(-4px)}.about-page .step-n{font-family:var(--font-body);letter-spacing:.14em;color:var(--gray-300);transition:color .25s var(--ease);align-items:center;gap:9px;margin-bottom:18px;font-size:11px;font-weight:700;display:flex}.about-page .step-n:before{content:"";background:var(--gray-200);width:8px;height:8px;transition:background .25s var(--ease), box-shadow .25s var(--ease);border-radius:50%;flex:none}.about-page .step:hover .step-n{color:var(--green-dark)}.about-page .step:hover .step-n:before{background:var(--green-bright);box-shadow:0 0 0 4px #00b67a29}.about-page .step h3{letter-spacing:-.3px;color:var(--black);margin-bottom:9px;font-size:15.5px;font-weight:700;line-height:1.3}.about-page .step p{color:var(--gray-500);font-size:13.2px;line-height:1.62}.about-page .step:after{content:"";width:var(--sec-head-mb,24px);background:var(--gray-300);z-index:1;height:2px;position:absolute;top:28px;left:100%}.about-page .step:last-child:after{content:none}.about-page .steps-foot{color:var(--gray-500);margin-top:clamp(26px,3vw,36px);font-size:14.5px;line-height:1.6}.about-page .steps-foot b{color:var(--black);font-weight:700}@media (max-width:1180px){.about-page .steps{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page .step:after{content:none}}@media (max-width:900px){.about-page .steps{grid-template-columns:1fr}}.about-page .sol-grid{gap:var(--sec-head-mb);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.about-page .sol-card{background:var(--white);border:var(--hairline);border-radius:var(--r-lg);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);flex-direction:column;padding:clamp(28px,3vw,40px);display:flex}.js .about-page .sol-card.reveal.is-visible{transition:opacity .55s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease)}.about-page .sol-card:hover{box-shadow:var(--e-3);border-color:var(--gray-300);transform:translateY(-4px)}.about-page .sol-tag{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-300);flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.about-page .sol-tag em{color:var(--green-dark);flex-shrink:0;font-style:normal}.about-page .sol-tag i{background:var(--gray-200);flex-shrink:0;width:14px;height:1px;display:block}.about-page .sol-tag span{color:var(--gray-500);flex-shrink:0}.about-page .sol-icon{background:var(--green-light);border:1px solid var(--green-mid);width:46px;height:46px;transition:background .25s var(--ease);border-radius:13px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.about-page .sol-card:hover .sol-icon{background:var(--green-mid)}.about-page .sol-icon svg{width:21px;height:21px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.about-page .sol-card h3{letter-spacing:-.8px;color:var(--black);margin-bottom:12px;font-size:clamp(21px,2.1vw,26px);font-weight:700;line-height:1.2}.about-page .sol-powered{letter-spacing:.01em;color:var(--green-dark);background:var(--green-light);border-radius:99px;align-self:flex-start;align-items:center;gap:7px;margin-bottom:18px;padding:5px 13px 5px 10px;font-size:12px;font-weight:700;display:inline-flex}.about-page .sol-powered i{background:var(--green-bright);border-radius:50%;flex:none;width:6px;height:6px}.about-page .sol-card>p{color:var(--gray-500);margin-bottom:24px;font-size:15px;line-height:1.7}.about-page .sol-card .feature-list li{font-size:14px}.about-page .sol-card .product-cta-row{margin-top:auto}.about-page .sol-note{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--r-lg);align-items:flex-start;gap:16px;margin-top:22px;padding:24px 28px;display:flex}.about-page .sol-note-mark{background:var(--white);border:var(--hairline);border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.about-page .sol-note-mark svg{width:16px;height:16px;stroke:var(--gray-500);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.about-page .sol-note b{color:var(--black);letter-spacing:-.2px;margin-bottom:5px;font-size:14.5px;font-weight:700;display:block}.about-page .sol-note span{color:var(--gray-500);font-size:13.5px;line-height:1.65}@media (max-width:900px){.about-page .sol-grid{grid-template-columns:1fr}}@media (max-width:560px){.about-page .sol-card{padding:24px 20px}.about-page .sol-tag{letter-spacing:.08em;gap:5px 8px;font-size:10.5px}.about-page .sol-powered{white-space:normal;border-radius:12px;max-width:100%;padding:6px 12px;font-size:11.5px;line-height:1.35}.about-page .sol-note{flex-direction:column;gap:12px;padding:22px}}.about-page .prin-grid{gap:var(--sec-head-mb);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.about-page .prin-grid>.why-card{grid-column:span 2}.about-page .prin-grid>.why-card:nth-child(4){grid-column:2/span 2}.about-page .prin-grid>.why-card:nth-child(5){grid-column:4/span 2}.about-page .prin-grid>.why-card:nth-child(4):last-child{grid-column:3/span 2}@media (max-width:1080px){.about-page .prin-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-page .prin-grid>.why-card:nth-child(4),.about-page .prin-grid>.why-card:nth-child(4):last-child{grid-column:span 2}.about-page .prin-grid>.why-card:nth-child(5){grid-column:2/span 2}}@media (max-width:700px){.about-page .prin-grid{grid-template-columns:1fr}.about-page .prin-grid>.why-card,.about-page .prin-grid>.why-card:nth-child(4),.about-page .prin-grid>.why-card:nth-child(4):last-child,.about-page .prin-grid>.why-card:nth-child(5){grid-column:auto}}.about-page .compare-note{color:var(--gray-500);max-width:62ch;margin-top:22px;font-size:13.5px;line-height:1.6}.about-page .vision{text-align:center;max-width:860px;margin:0 auto}.about-page .vision h2{letter-spacing:-1.8px;color:var(--white);margin-bottom:var(--sp-5);font-size:clamp(30px,4vw,52px);font-weight:700;line-height:1.08}.about-page .vision h2 em{color:var(--green-bright);font-style:normal}.about-page .vision>p{color:#ffffff9e;max-width:60ch;margin:0 auto;font-size:17px;line-height:1.75}.about-page .vision-pillars{gap:var(--sp-6);text-align:left;border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(40px,4.4vw,64px);padding-top:clamp(32px,3.4vw,44px);display:grid}.about-page .vision-pillar b{letter-spacing:-.2px;color:var(--white);align-items:center;gap:9px;margin-bottom:8px;font-size:15px;font-weight:700;display:flex}.about-page .vision-pillar b:before{content:"";background:var(--green-bright);border-radius:50%;flex:none;width:6px;height:6px}.about-page .vision-pillar p{color:#ffffff80;font-size:13.5px;line-height:1.65}@media (max-width:780px){.about-page .vision-pillars{gap:var(--sp-5);grid-template-columns:1fr}}.about-page .stay-grid--four{gap:var(--sec-head-mb);grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1080px){.about-page .stay-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.about-page .stay-grid--four{grid-template-columns:1fr}}.about-page .trust-foot{border-top:var(--hairline);color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:12px;margin-top:clamp(28px,3vw,40px);padding-top:clamp(22px,2.4vw,30px);font-size:14px;line-height:1.6;display:flex}.about-page .trust-foot a{color:var(--black);border-bottom:1px solid var(--green-mid);font-weight:700;text-decoration:none;transition:border-color .15s}.about-page .trust-foot a:hover{border-bottom-color:var(--green-bright)}.about-page .band--edge-top{border-top:var(--hairline)}.about-page{--sec:clamp(64px, 6.4vw, 104px);--sec-tight:clamp(48px, 4.6vw, 72px)}.about-page .sec-head .section-sub{max-width:56ch;font-size:16px}.about-page .prin-grid>*{grid-column:span 2}.about-page .prin-grid>:nth-child(4){grid-column:2/span 2}.about-page .prin-grid>:nth-child(5){grid-column:4/span 2}@media (max-width:1080px){.about-page .prin-grid>:nth-child(4){grid-column:span 2}.about-page .prin-grid>:nth-child(5){grid-column:2/span 2}}@media (max-width:700px){.about-page .prin-grid>*,.about-page .prin-grid>:nth-child(4),.about-page .prin-grid>:nth-child(5){grid-column:auto}}.about-page .prin-grid .why-card h3{letter-spacing:-.2px;margin-bottom:var(--sp-3);font-size:16.5px;font-weight:700;line-height:1.38}.about-page .prin-grid .why-card p{font-size:13.5px}.about-page .prin-grid .stay-card{border-radius:var(--r-lg);padding:30px 28px 32px}.about-page .story-body>p+p{margin-top:22px}.about-page .hero-wrap .hero-lede{max-width:42ch}.about-page .sol-card>p{margin-bottom:26px}.about-page .sol-card .feature-list{margin-bottom:30px}.about-page .step p{font-size:13.5px}.about-page .vision>p{font-size:17px}.about-page .trust-foot{text-align:center;justify-content:center}.about-page .art{padding:clamp(20px,2.6vw,32px)}.about-page .a-far{fill:var(--gray-100)}.about-page .a-shop{fill:var(--gray-50);stroke:var(--gray-200);stroke-width:1.5px}.about-page .a-win{fill:var(--gray-200)}.about-page .a-body{fill:var(--white);stroke:var(--gray-200);stroke-width:1.5px}.about-page .a-glass{fill:var(--gray-50);stroke:var(--gray-200);stroke-width:1.5px}.about-page .a-green{fill:var(--green)}.about-page .a-green-mid{fill:var(--green-mid)}.about-page .a-green-dark{fill:var(--green-dark)}.about-page .a-panel{fill:var(--green-light);stroke:var(--green-mid);stroke-width:1.5px}.about-page .a-person,.about-page .a-handle{fill:var(--gray-300)}.about-page .a-street{stroke:var(--gray-200);stroke-width:1.5px;stroke-linecap:round;fill:none}.about-page .a-badge{fill:var(--white);stroke:var(--gray-200);stroke-width:1.5px}.about-page .a-icon{fill:none;stroke:var(--green-dark);stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.about-page .a-route{fill:none;stroke:var(--green-bright);stroke-width:2.5px;stroke-linecap:round;opacity:.85}.about-page .a-node{fill:var(--white);stroke:var(--gray-300);stroke-width:2px}.about-page .a-node-live{fill:var(--green-bright);stroke:var(--white);stroke-width:3px}.about-page .a-node-next{fill:none;stroke:var(--gray-300);stroke-width:2px;stroke-dasharray:3 3}.about-page .art .sc{opacity:0;animation:artIn .85s var(--ease) forwards}.about-page .art .sc-1{animation-delay:.1s}.about-page .art .sc-2{animation-delay:.2s}.about-page .art .sc-3{animation-delay:.34s}.about-page .art .sc-4{animation-delay:.5s}.about-page .art .sc-5{animation-delay:.6s}.about-page .art .sc-6{animation-delay:.74s}@keyframes artIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.about-page .a-route{stroke-dasharray:3 9;animation:18s linear infinite routeMarch}.about-page .a-route-pulse{fill:none;stroke:var(--green-bright);stroke-width:3.5px;stroke-linecap:round;stroke-dasharray:28 900;stroke-dashoffset:28px;opacity:0;animation:routeTravel 6s var(--ease) 1.4s infinite}@keyframes routeTravel{0%{stroke-dashoffset:28px;opacity:0}10%{opacity:.65}85%{opacity:.65}to{stroke-dashoffset:-720px;opacity:0}}.about-page .a-ping{fill:none;stroke:var(--green-bright);stroke-width:2px;transform-box:fill-box;transform-origin:50%;animation:3s ease-out infinite artPing}.about-page .a-lamp{fill:var(--green-light);opacity:.3;animation:6s ease-in-out infinite lampGlow}@keyframes lampGlow{0%,to{opacity:.22}50%{opacity:.58}}.about-page .art .a-float{animation:7s ease-in-out infinite artFloat}.about-page .art .a-float--b{animation-delay:-3.4s}.about-page .a-lift{transition:transform .45s var(--ease)}.about-page .a-glow{opacity:.55;transition:opacity .45s var(--ease)}.about-page .art:hover .a-lift{transform:translateY(-5px)}.about-page .art:hover .a-glow{opacity:1}@media (prefers-reduced-motion:reduce){.about-page .art .sc{opacity:1;animation:none;transform:none}.about-page .a-route-pulse{display:none}.about-page .a-lamp{opacity:.4}.about-page .a-lift{transition:none}}
