@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap");:root{--canvas:#f6f2ed;--ink:#24202a;--muted:#716b77;--line:#d9d2ca;--lavender:#d9cdf7;--lavender-deep:#785bc6;--panel:#1b1721;--white:#fffdf9;--radius:16px;--content:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font:400 16px/24px DM Sans,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:500}.shell{width:min(var(--content),calc(100% - 48px));margin-inline:auto}.nav{min-height:88px;gap:24px}.brand,.nav{display:flex;align-items:center}.brand img{display:block;width:152px;height:40px;object-fit:contain;object-position:left}.nav-links{display:flex;gap:32px;margin-left:auto;color:var(--muted);font-size:14px;line-height:24px}.footer a:hover,.nav-links a:hover{color:var(--ink)}.nav-cta{display:inline-flex;align-items:center;min-height:40px;padding:8px 16px;border:1px solid var(--ink);border-radius:999px;font-size:14px;font-weight:600;line-height:24px;transition:background-color .16s ease,color .16s ease}.nav-cta:hover{background:var(--ink);color:var(--white)}.floating-nav{position:fixed;top:16px;left:50%;z-index:20;display:flex;align-items:center;width:min(calc(100% - 32px),704px);min-height:56px;gap:24px;padding:8px 8px 8px 16px;border:1px solid rgba(36,32,42,.14);border-radius:999px;background:rgba(255,253,249,.9);box-shadow:0 12px 32px rgba(36,32,42,.12);opacity:0;pointer-events:none;transform:translate(-50%,-24px);transition:opacity .18s ease,transform .18s ease;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.floating-nav-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.floating-brand{display:flex;align-items:center;flex:0 0 auto}.floating-brand img{display:block;width:112px;height:30px;object-fit:contain;object-position:left}.floating-links{display:flex;gap:24px;margin-left:auto;color:var(--muted);font-size:13px;font-weight:600;line-height:24px}.floating-links a:hover{color:var(--ink)}.floating-cta{display:inline-flex;align-items:center;min-height:40px;padding:8px 16px;border-radius:999px;background:var(--ink);color:var(--white);font-size:13px;font-weight:700;line-height:24px}.floating-cta:hover{background:#453c50}.eyebrow{color:var(--lavender-deep);font-size:12px;font-weight:700;letter-spacing:.11em;line-height:16px;text-transform:uppercase}.hero{display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:80px;min-height:720px;padding-block:80px}h1{max-width:600px;font-size:76px;line-height:80px;letter-spacing:-.055em}.hero-lede,h1{margin-top:24px}.hero-lede{max-width:456px;color:var(--muted);font-size:18px;line-height:32px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:600;line-height:24px;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.button.primary{background:var(--ink);color:var(--white)}.button.primary:hover{background:#453c50}.button.secondary{border-color:var(--line);color:var(--ink)}.button.secondary:hover{border-color:var(--ink)}.button span,.text-link span{margin-left:8px}.hero-preview-wrap,.product-preview-wrap{perspective:1200px}.hero-visual{position:relative;display:grid;place-items:center;height:560px;overflow:hidden;border-radius:240px 240px 0 0;background:var(--lavender)}.hero-visual:before{position:absolute;inset:24px 24px 0;border:1px solid rgba(36,32,42,.16);border-bottom:0;border-radius:216px 216px 0 0;content:""}.hero-preview,.product-preview{--tilt-x:0deg;--tilt-y:0deg;--cursor-x:50%;--cursor-y:50%;transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);transform-style:preserve-3d;transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease;will-change:transform}.hero-preview{--hero-main-y:0px;--hero-left-y:0px;--hero-right-y:0px}.hero-preview[data-tilting=true],.product-preview[data-tilting=true]{box-shadow:0 32px 64px rgba(36,32,42,.18)}.hero-preview:after,.product-preview:after{position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;background:radial-gradient(320px circle at var(--cursor-x) var(--cursor-y),rgba(255,255,255,.28),transparent 58%);content:"";opacity:0;transition:opacity .2s ease}.hero-preview[data-tilting=true]:after,.product-preview[data-tilting=true]:after{opacity:1}.hero-device,.product-device{position:absolute;overflow:hidden;background:var(--panel);border:6px solid #332c3d;border-radius:28px;box-shadow:0 24px 48px rgba(36,32,42,.28)}.hero-device{bottom:-64px;width:216px;height:472px;transition:transform .28s cubic-bezier(.2,.7,.2,1),opacity .28s ease}.hero-device img,.product-device img{display:block;width:100%;height:100%;object-fit:cover}.hero-device-main{z-index:2;transform:translate3d(0,var(--hero-main-y),32px)}.hero-device-left{left:8%;opacity:.6;transform:translate3d(0,calc(32px + var(--hero-left-y)),8px) rotate(-10deg)}.hero-device-right{right:8%;opacity:.6;transform:translate3d(0,calc(32px + var(--hero-right-y)),8px) rotate(10deg)}.hero-preview[data-tilting=true] .hero-device-main{transform:translate3d(0,calc(var(--hero-main-y) - 16px),64px) scale(1.035)}.hero-preview[data-tilting=true] .hero-device-left{opacity:.8;transform:translate3d(-16px,calc(16px + var(--hero-left-y)),32px) rotate(-14deg)}.hero-preview[data-tilting=true] .hero-device-right{opacity:.8;transform:translate3d(16px,calc(16px + var(--hero-right-y)),32px) rotate(14deg)}.signal{background:var(--ink);color:var(--white)}.signal-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;color:#d9d1df;font-size:14px;line-height:24px}.signal em{color:var(--lavender);font-style:normal}.approach{padding-block:144px}.section-intro{display:grid;grid-template-columns:1fr 2fr;gap:64px}.section-intro .eyebrow{padding-top:16px}.investor h2,.product h2,.section-intro h2{font-size:52px;line-height:56px;letter-spacing:-.05em}.capability-list{margin-top:72px;border-top:1px solid var(--line)}.capability-list article{display:grid;grid-template-columns:112px 1fr 1.35fr;align-items:baseline;gap:32px;padding-block:32px;border-bottom:1px solid var(--line)}.capability-list span{color:var(--lavender-deep);font-size:12px;font-weight:700;line-height:16px}.capability-list h3{font-size:28px;line-height:32px;letter-spacing:-.035em}.capability-list p{max-width:432px;color:var(--muted);font-size:14px;line-height:24px}.product{display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:80px;padding-block:136px}.product-copy>p:not(.eyebrow){max-width:392px;margin-top:24px;color:var(--muted)}.text-link{display:inline-flex;margin-top:32px;color:var(--lavender-deep);font-size:14px;font-weight:700;line-height:24px}.text-link:hover{color:var(--ink)}.product-shots{position:relative;height:536px;overflow:hidden;border-radius:var(--radius);background:var(--panel)}.product-shots:before{position:absolute;top:24px;left:24px;z-index:1;color:#c9c0d1;content:"Everything your community needs to keep moving";font-size:12px;font-weight:600;letter-spacing:.04em;line-height:16px}.product-preview:after{background:radial-gradient(320px circle at var(--cursor-x) var(--cursor-y),rgba(217,205,247,.18),transparent 58%)}.product-device{top:104px;width:200px;height:432px;transition:transform .28s cubic-bezier(.2,.7,.2,1),opacity .28s ease}.shot-back{left:20%;opacity:.66;transform:translateZ(12px) rotate(-8deg)}.shot-front{left:52%;transform:translateZ(28px) rotate(7deg)}.product-preview[data-tilting=true] .shot-back{opacity:.82;transform:translate3d(-16px,-16px,48px) rotate(-12deg) scale(1.04)}.product-preview[data-tilting=true] .shot-front{transform:translate3d(16px,-24px,72px) rotate(11deg) scale(1.065)}.workflow{padding-block:120px;background:var(--lavender);color:var(--ink)}.workflow .eyebrow{color:#5c477e}.workflow-header{display:flex;align-items:end;justify-content:space-between;gap:64px;padding-bottom:32px;border-bottom:1px solid rgba(36,32,42,.2)}.workflow-header>p:last-child{max-width:368px;color:#5c5268;font-size:16px;line-height:24px}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr)}.workflow-grid article{padding:32px 32px 0 0}.workflow-grid article+article{padding-left:32px;border-left:1px solid rgba(36,32,42,.2)}.workflow-grid span{color:#725ca5;font-size:12px;font-weight:700;line-height:16px}.workflow-grid h3{margin-top:56px;font-size:32px;line-height:40px;letter-spacing:-.04em}.workflow-grid p{margin-top:8px;color:#5c5268;font-size:14px;line-height:24px}.investor{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-block:144px}.investor .eyebrow{margin-bottom:16px}.investor-copy{padding-left:48px;border-left:1px solid var(--line);color:#4b4550;font-size:18px;line-height:32px}.investor-copy p+p{margin-top:24px;color:var(--muted);font-size:14px;line-height:24px}.closing{padding-bottom:80px}.closing-panel{min-height:368px;padding:64px;background:var(--panel);border-radius:var(--radius);color:var(--white)}.closing-panel-open{min-height:0}.closing-panel h2{max-width:672px;margin-top:24px;font-size:64px;line-height:64px;letter-spacing:-.055em}.closing-panel .eyebrow{color:var(--lavender)}.interest-form-wrap{margin-top:48px;padding-top:32px;border-top:1px solid #4a414f}.form-intro,.interest-choice span{color:#c9c0d1}.form-intro{max-width:576px;font-size:14px;line-height:24px}.interest-form{margin-top:32px}.interest-choice-set{margin:0;padding:0;border:0}.form-field label,.interest-choice-set legend{color:var(--white);font-size:14px;font-weight:600;line-height:24px}.interest-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.interest-choice{min-height:120px;padding:16px;border:1px solid #4a414f;border-radius:var(--radius);background:transparent;color:var(--white);text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.interest-choice-selected,.interest-choice:hover{border-color:var(--lavender);background:#302938}.interest-choice span,.interest-choice strong{display:block}.interest-choice strong{font:600 16px/24px DM Sans,Arial,sans-serif}.interest-choice span{margin-top:8px;font-size:12px;line-height:16px}.form-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}.form-field{min-width:0}.form-error,.form-field-wide,.form-submit{grid-column:1/-1}.form-field label{display:block;margin-bottom:8px}.form-field label span{color:#c9c0d1;font-weight:400}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;padding:12px 16px;border:1px solid #4a414f;border-radius:var(--radius);outline:0;background:#201b26;color:var(--white);font:400 16px/24px DM Sans,Arial,sans-serif}.form-field textarea{min-height:136px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--lavender);box-shadow:0 0 0 3px rgba(217,205,247,.18)}.field-error,.form-error{margin-top:8px;color:#ffbac4;font-size:12px;line-height:16px}.form-error{margin:0}.form-submit{width:max-content;margin-top:0;cursor:pointer;background:var(--lavender);color:var(--ink)}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.footer{display:grid;grid-template-columns:160px 1fr auto auto;align-items:center;min-height:96px;gap:24px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:16px}.footer img{width:144px;height:40px;object-fit:contain;object-position:left}@media (max-width:800px){.shell{width:min(100% - 40px,640px)}.nav{min-height:80px}.nav-links{display:none}.nav-cta{margin-left:auto}.floating-nav{width:calc(100% - 32px)}.floating-links{display:none}.floating-cta{margin-left:auto}.hero{grid-template-columns:1fr;min-height:auto;gap:48px;padding-block:64px}.hero h1{font-size:64px;line-height:64px}.hero-visual{height:512px}.hero-device{bottom:-72px;width:192px;height:416px}.hero-device-left{left:4%}.hero-device-right{right:4%}.signal-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}.approach{padding-block:96px}.investor,.product,.section-intro{grid-template-columns:1fr;gap:32px}.investor h2,.product h2,.section-intro h2{font-size:44px;line-height:48px}.capability-list{margin-top:48px}.capability-list article{grid-template-columns:64px 1fr;gap:16px 24px}.capability-list p{grid-column:2}.product{gap:48px;padding-block:96px}.product-shots{height:480px}.product-device{top:88px;width:184px;height:400px}.shot-back{left:16%}.shot-front{left:50%}.workflow{padding-block:80px}.workflow-header{display:block}.workflow-header>p:last-child{margin-top:24px}.workflow-grid{grid-template-columns:1fr}.workflow-grid article,.workflow-grid article+article{padding:24px 0;border-left:0;border-bottom:1px solid rgba(36,32,42,.2)}.workflow-grid h3{margin-top:24px}.investor{padding-block:96px}.investor-copy{padding:32px 0 0;border-top:1px solid var(--line);border-left:0}.closing-panel{min-height:352px;padding:48px}.closing-panel h2{font-size:56px;line-height:56px}.form-fields,.interest-choice-grid{grid-template-columns:1fr}.form-error,.form-field-wide,.form-submit{grid-column:auto}.footer{grid-template-columns:1fr 1fr;padding-block:24px}.footer p{display:none}}@media (prefers-reduced-motion:reduce){.hero-device,.hero-preview,.product-device,.product-preview{transform:none!important;transition:none}.hero-preview:after,.product-preview:after{display:none}}@media (max-width:480px){.shell{width:calc(100% - 32px)}.brand img{width:136px}.hero h1{font-size:52px;line-height:56px}.hero-lede{font-size:16px;line-height:24px}.hero-visual{height:432px;border-radius:184px 184px 0 0}.hero-visual:before{inset:16px 16px 0;border-radius:168px 168px 0 0}.hero-device{bottom:-64px;width:160px;height:352px;border-width:4px;border-radius:24px}.hero-device-left{left:-12%}.hero-device-right{right:-12%}.investor h2,.product h2,.section-intro h2{font-size:40px;line-height:44px}.capability-list article{grid-template-columns:48px 1fr;gap:16px}.product-shots{height:416px}.product-device{top:72px;width:160px;height:344px;border-width:4px;border-radius:24px}.shot-back{left:4%}.shot-front{left:48%}.closing-panel{padding:32px}.closing-panel h2{font-size:48px;line-height:48px}.footer{grid-template-columns:1fr;gap:16px}.footer span{grid-row:2}}