@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap");.glow-home{--gh-font-sans:"Instrument Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--gh-font-serif:"Instrument Serif",Georgia,serif;--gh-font-display:"Bricolage Grotesque","Instrument Sans",system-ui,sans-serif;--gh-cream-000:#fffdf8;--gh-cream-050:#fbf5ea;--gh-cream-100:#f5ecdc;--gh-cream-200:#e8d9c5;--gh-blue-050:#edf7ff;--gh-blue-100:#ddeeff;--gh-blue-200:#bfddf4;--gh-blue-300:#8eb9d8;--gh-blue-500:#4c7fa3;--gh-ink:#171b1f;--gh-ink-soft:#303841;--gh-muted:#6d737a;--gh-line:rgba(23,27,31,0.12);--gh-line-soft:rgba(23,27,31,0.07);--gh-glass-cream:rgba(255,253,248,0.58);--gh-glass-blue:rgba(221,238,255,0.42);--gh-shadow-soft:0 22px 80px rgba(40,35,28,0.1);--gh-shadow-micro:0 8px 28px rgba(40,35,28,0.07);--gh-radius-xl:34px;--gh-radius-lg:24px;--gh-radius-md:16px;--gh-radius-pill:999px;position:relative;min-height:100vh;width:100%;font-family:var(--gh-font-sans);color:var(--gh-ink);background:var(--gh-cream-050);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden;touch-action:pan-x pan-y}.glow-home *,.glow-home :after,.glow-home :before{box-sizing:border-box}.glow-home ::-moz-selection{background:rgba(169,210,242,.45)}.glow-home ::selection{background:rgba(169,210,242,.45)}.glow-home a{color:inherit;text-decoration:none}.glow-home button{font:inherit;cursor:pointer}.gh-header{position:absolute;inset:0 0 auto 0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px clamp(20px,4vw,56px);opacity:0;animation:gh-header-in .8s cubic-bezier(.22,1,.36,1) 1s forwards}@keyframes gh-header-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.gh-brand{font-family:var(--gh-font-display);font-weight:800;font-size:24px;letter-spacing:-.04em;color:var(--gh-ink)}.gh-nav{display:none;align-items:center;gap:clamp(14px,1.6vw,26px);font-size:14px;font-weight:500;color:var(--gh-ink-soft)}.gh-nav a{position:relative;padding:4px 0;transition:color .18s ease}.gh-nav a:hover{color:var(--gh-ink)}.gh-nav-more{display:inline-flex;align-items:center;gap:4px;color:var(--gh-muted)}.gh-header-right{display:flex;align-items:center;gap:18px}.gh-login{font-size:14px;font-weight:500;color:var(--gh-ink-soft);transition:color .18s ease}.gh-login:hover{color:var(--gh-ink)}.gh-join-pill{display:inline-flex;align-items:center;gap:10px;background:#16191d;color:#fffdf8!important;border:none;border-radius:var(--gh-radius-pill);padding:9px 9px 9px 18px;font-size:14px;font-weight:600;box-shadow:0 12px 34px rgba(23,27,31,.14);transition:transform .18s ease,box-shadow .18s ease}.gh-join-pill:hover{transform:translateY(-1px);box-shadow:0 16px 40px rgba(23,27,31,.2)}.gh-join-pill .gh-arrow{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--gh-blue-300);color:var(--gh-ink)}.gh-hamburger{display:none;background:var(--gh-glass-cream);border:1px solid var(--gh-line);border-radius:12px;padding:9px;color:var(--gh-ink);backdrop-filter:blur(8px)}.gh-hero{position:relative;min-height:100vh;--gh-overscan:1.006;--gh-media-shift:0px;--gh-copy-shift:0px}.gh-hero,.gh-hero-scene{overflow:hidden;background:#c8d5e4}.gh-hero-scene{position:absolute;inset:0;z-index:2;transform:translate3d(0,var(--gh-media-shift),0) scale(var(--gh-overscan));transform-origin:center;will-change:transform}.gh-hero-poster{z-index:1}.gh-hero-poster,.gh-hero-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.gh-hero-video{z-index:2;opacity:0;transition:opacity .45s ease}.gh-hero-video.is-ready{opacity:1}.gh-hero-fade-bottom{left:0;right:0;bottom:-1px;height:44vh;z-index:10;background:linear-gradient(to bottom,rgba(251,245,234,0) 0,rgba(251,245,234,.03) 14%,rgba(251,245,234,.09) 26%,rgba(251,245,234,.19) 38%,rgba(251,245,234,.33) 50%,rgba(251,245,234,.5) 62%,rgba(251,245,234,.68) 74%,rgba(251,245,234,.85) 86%,var(--gh-cream-050) 100%)}.gh-hero-copy,.gh-hero-fade-bottom{position:absolute;pointer-events:none}.gh-hero-copy{z-index:20;top:clamp(88px,12vh,120px);left:clamp(24px,5vw,88px);width:min(264px,42vw);transform:translate3d(0,var(--gh-copy-shift,0),0);will-change:transform}.gh-hero-copy .gh-fade-up{animation-duration:.8s}.gh-hero-copy>*{pointer-events:auto}.gh-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gh-blue-500);margin-bottom:12px}.gh-hero-title{font-family:var(--gh-font-serif);font-size:clamp(2.3rem,3.85vw,4.07rem);line-height:.9;letter-spacing:-.055em;color:var(--gh-ink);font-weight:400;margin:0}.gh-hero-title .gh-grow{color:var(--gh-blue-500);font-style:italic}.gh-hero-body{margin:16px 0 19px;max-width:200px;font-size:12px;line-height:1.6;color:var(--gh-ink-soft);font-weight:500}.gh-outline-cta{display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(23,27,31,.45);background:rgba(255,253,248,.22);color:var(--gh-ink);border-radius:var(--gh-radius-pill);height:38px;padding:0 6px 0 16px;font-weight:700;font-size:12px;backdrop-filter:blur(10px);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.gh-outline-cta .gh-cta-arrow{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(23,27,31,.08);color:var(--gh-ink);transition:background .18s ease,color .18s ease}.gh-outline-cta:hover{transform:translateY(-1px);background:rgba(255,253,248,.6);box-shadow:var(--gh-shadow-micro)}.gh-outline-cta:hover .gh-cta-arrow{background:var(--gh-blue-300);color:var(--gh-ink)}.gh-callouts{z-index:15;transform:translate3d(0,var(--gh-media-shift),0) scale(var(--gh-overscan));transform-origin:center;will-change:transform}.gh-callout-outlines,.gh-callouts{position:absolute;inset:0;pointer-events:none}.gh-callout-outlines{width:100%;height:100%;overflow:visible}.gh-outline{fill:rgba(255,255,255,.035);stroke:rgba(255,255,255,.55);stroke-width:1.4;vector-effect:non-scaling-stroke;stroke-linejoin:round;cursor:pointer;pointer-events:auto;outline:none;transition:fill .2s cubic-bezier(.22,1,.36,1),stroke .2s cubic-bezier(.22,1,.36,1),filter .2s cubic-bezier(.22,1,.36,1)}.gh-outline:focus-visible,.gh-outline:hover,.gh-outline[data-active=true]{fill:rgba(255,255,255,.08);stroke:rgba(255,255,255,.8);filter:drop-shadow(0 0 6px rgba(255,255,255,.35))}.gh-callouts-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.gh-callout-line{fill:none;stroke:rgba(76,127,163,.45);stroke-width:1.5;stroke-linecap:round;opacity:0;transition:opacity .2s ease}.gh-callout-line[data-active=true]{opacity:1}.gh-callout-dot-group{opacity:.18;transition:opacity .2s ease}.gh-callout-dot-group[data-active=true]{opacity:1}.gh-callout-dot{fill:var(--gh-blue-500)}.gh-callout-dot-glow{fill:rgba(142,185,216,.26)}.gh-callout-card{position:absolute;display:flex;flex-direction:column;gap:6px;padding:13px 16px;border-radius:16px;background:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.7);box-shadow:0 10px 30px rgba(40,35,28,.1),inset 0 1px 0 rgba(255,255,255,.66);backdrop-filter:blur(5px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);opacity:0;transform:translateY(4px) scale(.96);pointer-events:none;transition:opacity .21s cubic-bezier(.22,1,.36,1),transform .21s cubic-bezier(.22,1,.36,1)}.gh-callout-card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(23,27,31,.06);pointer-events:none}.gh-callout-card[data-active=true]{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.gh-callout-hit{position:absolute;inset:0;border-radius:inherit;z-index:1}.gh-callout-title{font-family:var(--gh-font-sans);color:var(--gh-blue-500);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gh-callout-text{font-family:var(--gh-font-sans);color:var(--gh-ink-soft);font-size:13px;line-height:1.4;font-weight:500;white-space:pre-line}.gh-callout-card[data-locked=true] .gh-callout-title{letter-spacing:.32em}.gh-callout-card[data-locked=true] .gh-callout-text{font-style:italic;color:var(--gh-muted)}@media (max-width:768px){.gh-callout-card{padding:11px 13px;border-radius:14px}.gh-callout-text{font-size:12px}}.gh-scroll-cue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:10px;letter-spacing:.18em;font-weight:700;text-transform:uppercase;color:var(--gh-ink)}.gh-mouse{width:20px;height:32px;border:1.5px solid rgba(23,27,31,.5);border-radius:12px;display:flex;justify-content:center;padding-top:6px}.gh-mouse span{width:3px;height:6px;border-radius:2px;background:var(--gh-blue-500);animation:gh-scroll-dot 1.5s ease-in-out infinite}@keyframes gh-scroll-dot{0%{transform:translateY(0);opacity:1}70%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:0}}.gh-side-scroll-cue{position:absolute;left:20px;bottom:24vh;z-index:20;writing-mode:vertical-rl;text-transform:uppercase;font-size:10px;letter-spacing:.18em;font-weight:700;color:var(--gh-ink);display:flex;align-items:center;gap:14px}.gh-side-scroll-cue:after{content:"";width:1px;height:60px;background:linear-gradient(to bottom,var(--gh-ink),transparent)}.gh-definitions{position:relative;z-index:4;margin-top:1vh;padding:0 clamp(16px,4vw,48px) 48px;background:var(--gh-cream-050)}.gh-definitions-inner{background:rgba(255,253,248,.74);border:1px solid rgba(23,27,31,.08);border-radius:34px 34px 0 0;box-shadow:0 28px 45px rgba(40,35,28,.06);backdrop-filter:blur(16px);padding:clamp(40px,5vw,64px) clamp(24px,4vw,56px) 44px}.gh-section-label{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gh-blue-500);margin:0 0 18px}.gh-definitions-intro h2{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.98;letter-spacing:-.04em;color:var(--gh-ink);margin:0 0 48px}.gh-definitions-intro h2 .gh-accent{font-style:italic;color:var(--gh-blue-500)}.gh-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.gh-product-card{padding:0 clamp(18px,2vw,32px);border-left:1px solid rgba(23,27,31,.09);scroll-margin-top:96px;position:relative}.gh-product-card:first-child{padding-left:0;border-left:0}.gh-icon-badge{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(191,221,244,.48);border:1px solid rgba(76,127,163,.14);color:#4c7fa3;margin-bottom:20px}.gh-product-card h3{font-size:18px;font-weight:700;color:var(--gh-ink);margin:0 0 10px}.gh-product-card p{font-size:14px;line-height:1.5;color:var(--gh-muted);margin:0 0 18px}.gh-learn-more{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--gh-blue-500);transition:gap .18s ease}.gh-learn-more:hover{gap:10px}.gh-learn-more:after{content:"";position:absolute;inset:0}.gh-stats{position:relative;z-index:4;padding:0 clamp(16px,4vw,48px) 80px}.gh-stats-inner{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--gh-line-soft);border-radius:var(--gh-radius-lg);background:rgba(255,253,248,.5);overflow:hidden}.gh-stat{padding:30px clamp(16px,2vw,28px);border-left:1px solid var(--gh-line-soft);text-align:center}.gh-stat:first-child{border-left:0}.gh-stat-value{font-family:var(--gh-font-display);font-weight:700;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.03em;color:var(--gh-ink)}.gh-stat-label{margin-top:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gh-muted)}.gh-cta-section{position:relative;z-index:4;padding:0 clamp(16px,4vw,48px) 48px}.gh-cta-inner{position:relative;overflow:hidden;border-radius:var(--gh-radius-xl);padding:clamp(48px,7vw,96px) clamp(24px,5vw,72px);text-align:center;background:radial-gradient(circle at 78% 18%,rgba(221,238,255,.9) 0,transparent 46%),linear-gradient(135deg,#fbf5ea,#f3ead9 50%,#e9f3fd);border:1px solid var(--gh-line-soft);box-shadow:var(--gh-shadow-soft)}.gh-cta-inner h2{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.04em;color:var(--gh-ink);margin:0 0 18px}.gh-cta-inner h2 .gh-accent{font-style:italic;color:var(--gh-blue-500)}.gh-cta-inner p{max-width:460px;margin:0 auto;font-size:16px;line-height:1.6;color:var(--gh-ink-soft);font-weight:500}.gh-cta-inner .gh-cta-link{margin-top:28px;height:44px;font-size:13px}.gh-footer{position:relative;z-index:4;border-top:1px solid var(--gh-line-soft);padding:36px clamp(16px,4vw,48px) 32px}.gh-footer-inner{max-width:1120px;margin:0 auto}.gh-footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.gh-footer-brandcol{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:200px}.gh-footer-brand{font-size:22px}.gh-footer-social{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--gh-ink-soft);transition:color .18s ease}.gh-footer-social:hover{color:var(--gh-blue-500)}.gh-footer-cols{display:grid;grid-template-columns:repeat(3,minmax(120px,auto));gap:32px 48px}.gh-footer-col{display:flex;flex-direction:column;gap:10px}.gh-footer-col h4{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-muted)}.gh-footer-col a{font-size:14px;font-weight:500;color:var(--gh-ink-soft);transition:color .18s ease}.gh-footer-col a:hover{color:var(--gh-blue-500)}@media (max-width:640px){.gh-footer-cols{grid-template-columns:repeat(2,minmax(120px,1fr));gap:28px 24px;width:100%}}.gh-btn-solid{display:inline-flex;align-items:center;gap:10px;background:#16191d;color:#fffdf8!important;border:none;border-radius:var(--gh-radius-pill);height:50px;padding:0 10px 0 24px;font-weight:600;font-size:15px;box-shadow:0 14px 38px rgba(23,27,31,.16);transition:transform .18s ease,box-shadow .18s ease}.gh-btn-solid:hover{transform:translateY(-1px);box-shadow:0 18px 46px rgba(23,27,31,.22)}.gh-btn-solid .gh-arrow{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--gh-blue-300);color:var(--gh-ink)}.gh-coming-page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 72% 18%,var(--gh-blue-050) 0,transparent 55%),linear-gradient(180deg,var(--gh-cream-000) 0,var(--gh-cream-050) 100%)}.gh-coming-top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px clamp(20px,4vw,56px)}.gh-coming-back{display:inline-flex;align-items:center;gap:7px}.gh-coming{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px clamp(24px,5vw,56px) 96px}.gh-coming .gh-eyebrow{margin-bottom:18px}.gh-coming-title{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(3rem,9vw,6rem);line-height:.95;letter-spacing:-.045em;color:var(--gh-ink);margin:0 0 18px}.gh-coming-title .gh-accent{font-style:italic;color:var(--gh-blue-500)}.gh-coming-body{max-width:440px;margin:0 0 34px;font-size:16px;line-height:1.6;font-weight:500;color:var(--gh-ink-soft)}.gh-coming-cta{padding:0 26px}.gh-coming-more{margin:24px 0 0;font-size:14px;font-weight:500;color:var(--gh-muted)}.gh-coming-more-link{display:inline-flex;align-items:center;gap:3px;font-weight:700;color:var(--gh-blue-500);transition:gap .18s ease}.gh-coming-more-link:hover{gap:6px}.gh-support-grid{margin:40px 0 8px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gh-support-card{display:flex;flex-direction:column;gap:6px;padding:22px;border-radius:var(--gh-radius-lg);border:1px solid var(--gh-line-soft);background:var(--gh-cream-000);box-shadow:var(--gh-shadow-micro);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.gh-support-card .gh-icon-badge{margin-bottom:8px}.gh-support-card:hover{transform:translateY(-2px);box-shadow:var(--gh-shadow-soft);border-color:var(--gh-blue-200)}.gh-support-card-title{font-size:15px;font-weight:700;color:var(--gh-ink)}.gh-support-card-body{font-size:13px;line-height:1.45;color:var(--gh-muted)}.gh-support-block{margin-top:44px}.gh-contact-list{display:flex;flex-direction:column;gap:12px}.gh-contact-row{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:var(--gh-radius-md);border:1px solid var(--gh-line-soft);background:var(--gh-cream-000);transition:border-color .18s ease,background .18s ease}.gh-contact-row:hover{border-color:var(--gh-blue-200);background:var(--gh-blue-050)}.gh-contact-row .gh-icon-badge{margin-bottom:0;flex-shrink:0}.gh-contact-copy{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.gh-contact-title{font-size:15px;font-weight:700;color:var(--gh-ink)}.gh-contact-body{font-size:13px;line-height:1.4;color:var(--gh-muted)}.gh-contact-email{font-size:13px;font-weight:600;color:var(--gh-blue-500);flex-shrink:0}.gh-social-row{display:flex;align-items:center;gap:12px;margin-top:20px}.gh-social-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gh-muted);margin-right:4px}.gh-social-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--gh-line-soft);background:var(--gh-cream-000);color:var(--gh-ink);transition:transform .18s ease,border-color .18s ease,color .18s ease}.gh-social-btn:hover{transform:translateY(-2px);border-color:var(--gh-blue-300);color:var(--gh-blue-500)}.gh-faq{display:flex;flex-direction:column;gap:10px}.gh-faq-item{border-radius:var(--gh-radius-md);border:1px solid var(--gh-line-soft);background:var(--gh-cream-000);overflow:hidden}.gh-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;cursor:pointer;list-style:none;font-size:15px;font-weight:600;color:var(--gh-ink)}.gh-faq-item summary::-webkit-details-marker{display:none}.gh-faq-chevron{flex-shrink:0;font-size:22px;font-weight:300;line-height:1;color:var(--gh-blue-500);transition:transform .2s ease}.gh-faq-item[open] .gh-faq-chevron{transform:rotate(45deg)}.gh-faq-item>p{margin:0;padding:0 20px 18px;font-size:14px;line-height:1.6;color:var(--gh-ink-soft)}@media (max-width:720px){.gh-support-grid{grid-template-columns:1fr}.gh-contact-email{display:none}}.gh-fc{flex:1;width:100%;max-width:940px;margin:0 auto;padding:12px clamp(20px,5vw,56px) 96px}.gh-fc-intro{padding:24px 0 8px}.gh-fc-intro h1{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(2.6rem,7vw,4.6rem);line-height:.98;letter-spacing:-.04em;color:var(--gh-ink);margin:12px 0 20px}.gh-fc-cta h2 .gh-accent,.gh-fc-intro h1 .gh-accent{font-style:italic;color:var(--gh-blue-500)}.gh-fc-lede{max-width:520px;font-size:16px;line-height:1.6;font-weight:500;color:var(--gh-ink-soft);margin:0}.gh-fc-sectors{margin:48px 0;display:flex;flex-direction:column;gap:8px}.gh-fc-sector{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;padding:28px 4px;border-top:1px solid var(--gh-line-soft);scroll-margin-top:28px}.gh-fc-sector:last-child{border-bottom:1px solid var(--gh-line-soft)}.gh-fc-sector .gh-icon-badge{margin-bottom:0;width:46px;height:46px}.gh-fc-sector-body h2{font-size:20px;font-weight:700;color:var(--gh-ink);margin:4px 0 8px}.gh-fc-sector-desc{font-size:15px;line-height:1.55;color:var(--gh-ink-soft);margin:0 0 6px}.gh-fc-sector-note{font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--gh-blue-500);margin:0}.gh-fc-sphere{margin:40px 0 8px;display:flex;flex-direction:column;gap:22px}.gh-sphere-platform{position:relative;padding:clamp(28px,4.6vw,46px);border-radius:var(--gh-radius-lg);border:1px solid var(--gh-line-soft);background:linear-gradient(180deg,var(--gh-blue-050) 0,transparent 42%),var(--gh-cream-000);box-shadow:var(--gh-shadow-micro);scroll-margin-top:28px;overflow:hidden}.gh-sphere-platform:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--gh-blue-500);opacity:.85}.gh-sphere-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.gh-sphere-head .gh-icon-badge{margin-bottom:0;width:48px;height:48px;flex-shrink:0;background:var(--gh-blue-100);border-color:var(--gh-blue-200);color:var(--gh-blue-500)}.gh-sphere-head h2{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(1.95rem,5vw,2.7rem);line-height:1;letter-spacing:-.03em;color:var(--gh-ink);margin:0 0 5px}.gh-sphere-core{font-size:15.5px;font-weight:700;letter-spacing:.01em;color:var(--gh-blue-500);margin:0}.gh-sphere-lede{font-size:16.5px;line-height:1.62;font-weight:500;color:var(--gh-ink-soft);margin:0 0 16px;max-width:64ch}.gh-sphere-emphasis{font-family:var(--gh-font-serif);font-style:italic;font-size:clamp(1.3rem,3.3vw,1.65rem);line-height:1.35;color:var(--gh-ink);margin:0 0 8px;max-width:54ch}.gh-sphere-block{margin-top:24px}.gh-sphere-block-label{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gh-muted);margin:0 0 14px}.gh-sphere-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gh-sphere-step{display:flex;gap:12px;padding:16px 18px;border-radius:var(--gh-radius-md);background:var(--gh-cream-050);border:1px solid var(--gh-line-soft)}.gh-sphere-step-num{flex-shrink:0;width:26px;height:26px;border-radius:999px;display:grid;place-items:center;font-size:13px;font-weight:700;color:#fff;background:var(--gh-blue-500)}.gh-sphere-step-body{display:flex;flex-direction:column;gap:2px}.gh-sphere-step-title{font-size:15px;font-weight:700;color:var(--gh-ink)}.gh-sphere-step-text{font-size:14px;line-height:1.45;color:var(--gh-muted)}.gh-sphere-features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gh-sphere-feature{padding:18px 20px;border-radius:var(--gh-radius-md);background:var(--gh-cream-050);border:1px solid var(--gh-line-soft)}.gh-sphere-feature h3{font-size:15.5px;font-weight:700;color:var(--gh-ink);margin:0 0 6px}.gh-sphere-feature p{font-size:14px;line-height:1.5;color:var(--gh-muted);margin:0}.gh-sphere-columns{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gh-sphere-column{padding:20px 22px;border-radius:var(--gh-radius-md);border:1px solid var(--gh-blue-200);background:var(--gh-blue-050)}.gh-sphere-column-head{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gh-blue-500);margin:0 0 8px}.gh-sphere-column-intro{font-size:14px;font-weight:600;color:var(--gh-ink-soft);margin:0 0 8px}.gh-sphere-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gh-sphere-list li{position:relative;padding-left:18px;font-size:15px;line-height:1.5;font-weight:500;color:var(--gh-ink-soft)}.gh-sphere-list li:before{content:"";position:absolute;left:2px;top:9px;width:6px;height:6px;border-radius:999px;background:var(--gh-blue-500)}.gh-sphere-closing{margin:24px 0 0;font-family:var(--gh-font-serif);font-style:italic;font-size:clamp(1.15rem,3vw,1.5rem);line-height:1.3;color:var(--gh-ink)}.gh-sphere-foot{margin-top:24px;padding-top:18px;border-top:1px solid var(--gh-line-soft);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.gh-sphere-tagline{font-size:12.5px;font-weight:600;letter-spacing:.02em;color:var(--gh-muted)}.gh-sphere-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--gh-blue-500);transition:gap .18s ease}.gh-sphere-link:hover{gap:8px}@media (max-width:640px){.gh-sphere-columns,.gh-sphere-features,.gh-sphere-steps{grid-template-columns:1fr}}@property --world-050{syntax:"<color>";inherits:true;initial-value:#edf7ff}@property --world-100{syntax:"<color>";inherits:true;initial-value:#ddeeff}@property --world-200{syntax:"<color>";inherits:true;initial-value:#bfddf4}@property --world-300{syntax:"<color>";inherits:true;initial-value:#8eb9d8}@property --world-500{syntax:"<color>";inherits:true;initial-value:#4c7fa3}.gh-world{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;--world-050:#edf7ff;--world-100:#ddeeff;--world-200:#bfddf4;--world-300:#8eb9d8;--world-500:#4c7fa3;transition:--world-050 .9s ease,--world-100 .9s ease,--world-200 .9s ease,--world-300 .9s ease,--world-500 .9s ease}.gh-world-veil{position:absolute;inset:0;background:radial-gradient(120% 80% at 80% 0,var(--world-100) 0,transparent 55%),radial-gradient(120% 90% at 0 100%,var(--world-050) 0,transparent 60%);opacity:.9}.gh-world-orb{position:absolute;top:var(--y);left:var(--x);width:var(--size);height:var(--size);margin:calc(var(--size) / -2) 0 0 calc(var(--size) / -2);transform:translate3d(0,calc(var(--world-scroll, 0) * var(--depth) * 1px),0);will-change:transform}.gh-world-ball{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.92) 0,var(--lit) 44%,color-mix(in srgb,var(--lit) 62%,#0b1020) 100%);opacity:.5;animation:gh-world-float 15s ease-in-out infinite;animation-delay:var(--float-delay)}.gh-world-orb--haze .gh-world-ball{filter:blur(var(--blur));opacity:.55;background:radial-gradient(circle at 50% 50%,var(--lit) 0,transparent 68%)}@keyframes gh-world-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-2.4%,0) scale(1.05)}}.gh-coming-page>header,.gh-coming-page>main{position:relative;z-index:1}@media (prefers-reduced-motion:reduce){.gh-world-ball{animation:none}.gh-world-orb{transform:none}}.gh-fc-cta{text-align:center;padding:24px 0 0}.gh-fc-cta h2{font-family:var(--gh-font-serif);font-weight:400;font-size:clamp(2rem,5vw,3rem);line-height:1;letter-spacing:-.03em;color:var(--gh-ink);margin:0 0 16px}.gh-fc-cta .gh-fc-lede{margin:0 auto 26px;text-align:center}.gh-fc-cta .gh-btn-solid{padding:0 26px}.gh-mobile-menu{position:fixed;inset:0;z-index:50;background:rgba(251,245,234,.96);backdrop-filter:blur(16px);display:flex;flex-direction:column;padding:26px clamp(20px,5vw,40px);animation:gh-fade .25s ease}@keyframes gh-fade{0%{opacity:0}to{opacity:1}}.gh-mobile-menu-head{display:flex;align-items:center;justify-content:space-between}.gh-mobile-menu nav{margin-top:48px;display:flex;flex-direction:column;gap:4px}.gh-mobile-menu nav a{font-family:var(--gh-font-serif);font-size:2rem;letter-spacing:-.03em;color:var(--gh-ink);padding:10px 0;border-bottom:1px solid var(--gh-line-soft)}.gh-mobile-menu-actions{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:28px}.gh-mobile-menu-actions .gh-btn-solid,.gh-mobile-menu-actions .gh-outline-cta{justify-content:center;width:100%}.gh-fade-up{opacity:0;transform:translateY(16px);animation:gh-fade-up .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes gh-fade-up{to{opacity:1;transform:translateY(0)}}@media (max-width:1080px){.gh-nav{display:none}}@media (max-width:880px){.gh-product-grid{grid-template-columns:1fr 1fr;gap:28px 0}.gh-stats-inner{grid-template-columns:repeat(2,1fr)}.gh-stat:nth-child(odd){border-left:0}}@media (max-width:768px){.gh-hero{min-height:100svh}.gh-header-right .gh-join-pill,.gh-header-right .gh-login{display:none}.gh-hamburger{display:inline-grid;place-items:center}.gh-hero-copy{top:clamp(72px,10vh,96px);bottom:calc(6.5vh + env(safe-area-inset-bottom, 0px));left:24px;right:24px;width:auto;display:flex;flex-direction:column}.gh-hero-title{font-size:clamp(1.86rem,9vw,3rem);line-height:.92}.gh-hero-body{max-width:100%}.gh-side-scroll-cue{display:none}.gh-product-grid{grid-template-columns:1fr;gap:0}.gh-product-card{border-left:0;border-top:1px solid rgba(23,27,31,.08);padding:22px 0}.gh-product-card:first-child{border-top:0}.gh-stats-inner{grid-template-columns:1fr}.gh-stat{border-left:0;border-top:1px solid var(--gh-line-soft)}.gh-stat:first-child{border-top:0}}@media (prefers-reduced-motion:reduce){.glow-home *,.glow-home :after,.glow-home :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.gh-header,.gh-hero-copy .gh-fade-up{animation:none!important;opacity:1!important;transform:none!important}}.gh-hero-fade-over,.gh-hero-primary-cta,.gh-product-chevron{display:none}.gh-callouts-mobile .gh-outline{fill:rgba(255,255,255,.06);stroke:rgba(255,255,255,.48);stroke-width:2.4;filter:none}.gh-callouts-mobile .gh-outline:active,.gh-callouts-mobile .gh-outline:focus-visible,.gh-callouts-mobile .gh-outline[data-active=true]{fill:rgba(255,255,255,.1);stroke:rgba(255,255,255,.9);filter:drop-shadow(0 0 8px rgba(255,255,255,.4))}.gh-sheet-layer{position:fixed;inset:0;z-index:60}.gh-sheet-scrim{position:absolute;inset:0;border:none;background:rgba(23,27,31,.34);backdrop-filter:blur(2px);animation:gh-fade .2s ease}.gh-product-sheet{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:16px clamp(20px,6vw,32px) calc(28px + env(safe-area-inset-bottom, 0px));background:var(--gh-cream-000);border:1px solid rgba(23,27,31,.08);border-bottom:0;border-radius:28px 28px 0 0;box-shadow:0 -18px 60px rgba(40,35,28,.2);animation:gh-sheet-up .3s cubic-bezier(.22,1,.36,1)}@keyframes gh-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gh-sheet-handle{align-self:center;width:40px;height:4px;border-radius:999px;background:rgba(23,27,31,.16);margin-bottom:4px}.gh-sheet-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:rgba(191,221,244,.48);border:1px solid rgba(76,127,163,.14);color:var(--gh-blue-500)}.gh-sheet-title{margin:2px 0 0;font-family:var(--gh-font-sans);font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--gh-ink)}.gh-sheet-text{margin:0;font-size:16px;line-height:1.55;font-weight:500;color:var(--gh-ink-soft)}.gh-sheet-cta{width:100%;justify-content:center;height:52px;margin-top:6px}@media (max-width:768px){.gh-hero-fade-over{display:block;position:absolute;left:0;right:0;bottom:-1px;height:24vh;z-index:24;pointer-events:none;background:linear-gradient(to bottom,rgba(251,245,234,0) 0,rgba(251,245,234,0) 50%,rgba(251,245,234,.5) 74%,var(--gh-cream-050) 100%)}.gh-definitions{padding-top:2vh}.gh-hero-body{font-size:15.2px;line-height:1.6;margin:18px 0 24px}.gh-eyebrow{font-size:12px}.gh-hero-ctas{display:flex;flex-direction:column;gap:10px;width:100%;max-width:336px;margin-top:auto;align-self:center}.gh-hero-primary-cta{display:inline-flex}.gh-hero-ctas .gh-btn-solid,.gh-hero-ctas .gh-outline-cta{width:100%;justify-content:space-between;height:53px;padding-left:21px;font-size:15.75px}.gh-scroll-cue{display:none}.gh-definitions-intro h2{font-size:clamp(2.6rem,11vw,3.4rem);margin-bottom:28px}.gh-product-card{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon title chev" "icon desc  chev";align-items:center;-moz-column-gap:16px;column-gap:16px;position:relative;padding:18px 2px}.gh-product-card .gh-icon-badge{grid-area:icon;margin-bottom:0;width:46px;height:46px}.gh-product-card h3{grid-area:title;margin:0;font-size:17px;align-self:end}.gh-product-card p{grid-area:desc;margin:3px 0 0;font-size:15px;line-height:1.45;align-self:start}.gh-product-card .gh-learn-more{position:absolute;inset:0;gap:0;overflow:hidden;text-indent:-9999px}.gh-product-card .gh-learn-more svg{display:none}.gh-product-chevron{grid-area:chev;display:grid;place-items:center;color:var(--gh-muted);pointer-events:none}}