:root{--color-bg:#fff;--color-surface:#fff;--color-text:#2f261f;--color-text-muted:#6f675f;--color-brand-primary:#6e4b37;--color-peach:#ffc87f;--color-orange:#ff802c;--color-mist:#d3e3e3;--color-blue:#4cb2d6;--color-border:#2f261f29;--color-border-soft:#2f261f1a;--color-focus:#2f261f;--font-sans:"Poppins", Arial, sans-serif;--container:1240px;--container-narrow:760px;--content-narrow:760px;--content-wide:1040px;--section-space-desktop:88px;--section-space-tablet:72px;--section-space-mobile:64px;--text-eyebrow:12px;--text-section-title:clamp(26px, 2.4vw, 34px);--text-card-title:18px;--text-body:15px;--text-body-small:14px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-30:120px;--radius-sm:10px;--radius-md:14px;--radius-card:24px;--radius-panel:28px;--shadow-soft:0 18px 50px #2f261f0e;--shadow-hover:0 24px 64px #2f261f16;--ease-standard:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.6}main{overflow:clip}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--color-text);letter-spacing:-.03em;line-height:1.08}p{color:var(--color-text-muted)}.form-grid{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-stack,.form-section,.choice-list,.field{display:grid}.form-stack{gap:var(--space-5)}.form-section{gap:var(--space-5);padding-top:var(--space-8);margin-top:var(--space-8);border-top:1px solid var(--color-border)}.choice-list{gap:var(--space-3)}.field{gap:var(--space-2)}.field label,.field legend{color:var(--color-text);font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text);padding:13px 14px;transition:border-color .22s,box-shadow .22s,background .22s}.field input:hover,.field select:hover,.field textarea:hover{border-color:#2f261f4d}.field input:focus,.field select:focus,.field textarea:focus{border-color:#ff802c94;outline:none;box-shadow:0 0 0 4px #ff802c1a}fieldset{border:0;margin:0;padding:0}.choice{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:16px 18px;transition:border-color .22s,background .22s;display:flex}.choice input[type=radio],.choice input[type=checkbox]{cursor:pointer;flex:none;width:18px;height:18px;margin:0}.choice span{color:var(--color-text);flex:0 auto;font-size:15px;font-weight:500;line-height:1.4}.choice:hover{background:#fffaf4;border-color:#ff802c59}.page-section{padding-block:var(--section-space-desktop);background:#fff}.section-shell{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.section-shell--narrow{max-width:var(--container-narrow)}.section-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-panel);background:var(--color-surface);width:100%;padding:48px}.site-header{z-index:1000;background:0 0;padding-top:14px;padding-bottom:10px;position:sticky;top:0}.header-shell{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);background:#fff;border-radius:999px;justify-content:space-between;align-items:center;width:min(100%,760px);min-height:50px;margin:0 auto;padding:5px 6px 5px 14px;display:flex}.header-logo{color:var(--color-text);letter-spacing:-.04em;align-items:center;font-size:15px;font-weight:700;display:inline-flex}.header-logo-image{width:auto;height:19px;display:block}.header-nav{align-items:center;gap:6px;display:flex}.header-nav>a:not(.header-cta){min-height:36px;color:var(--color-text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:500;transition:background .22s,color .22s,transform .22s;display:inline-flex}.header-nav>a:not(.header-cta):hover{color:var(--color-text);background:#fff0dc;transform:translateY(-1px)}.header-cta{background:var(--color-text);min-height:40px;color:var(--color-surface);border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:600;transition:background .22s,transform .22s,box-shadow .22s;display:inline-flex}.header-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff802c2e}.orbit-hero{background:#fff;height:calc(100svh + 826px);position:relative}.orbit-pin{background:#fff;justify-content:center;align-items:center;width:100%;height:calc(100svh - 74px);padding-bottom:55px;display:flex;position:sticky;top:74px;overflow:hidden}.orbit-scene{width:min(100%,900px);height:min(72svh,650px);margin:0 auto;position:relative}.orbit-track{--orbit-radius-x:clamp(130px, calc((100vw - 120px) / 2), 240px);--orbit-radius-y:clamp(130px, calc((100vw - 120px) / 2), 240px);pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.orbit-item{width:0;height:0;transform:translate(calc(var(--orbit-x) * var(--orbit-radius-x)), calc(var(--orbit-y) * var(--orbit-radius-y)));position:absolute;top:50%;left:50%}.orbit-card{border-radius:14px;width:124px;height:92px;position:absolute;top:0;left:0;overflow:visible;transform:translate(-50%,-50%)}.orbit-image{object-fit:cover;border-radius:14px}.orbit-label{white-space:nowrap;color:var(--color-text);background:#fff;border:1px solid #2f261f1a;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:500;position:absolute;bottom:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #2f261f0f}.orbit-center{z-index:20;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-logo-stage{place-items:center;width:190px;height:80px;display:grid;position:relative}.hero-full-logo,.hero-u-logo{will-change:opacity, transform;width:auto;height:auto;transition:opacity 80ms linear,transform 80ms linear;position:absolute}.hero-full-logo{max-width:170px}.hero-u-logo{width:54px}.hero-content{background:#fff;padding:90px 20px 120px;position:relative}.hero-copy{text-align:center;width:min(100% - 40px,760px);margin:0 auto}.hero-eyebrow{color:var(--color-text);margin-bottom:18px;font-size:13px;font-weight:600}.hero-copy h1{letter-spacing:-.04em;max-width:720px;margin:0 auto 24px;font-size:clamp(36px,4.2vw,56px);line-height:1.08}.hero-description{max-width:640px;margin:0 auto 32px;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero-button{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero-button:hover{transform:translateY(-2px)}.hero-button-primary{background:var(--color-text);color:#fff}.hero-button-secondary{border:1px solid var(--color-border);color:var(--color-text);background:#fff}.intro-section{align-items:center;min-height:100svh;padding-block:110px;display:flex;position:relative;overflow:hidden}.intro-content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.intro-title-wrap{isolation:isolate;justify-content:center;width:100%;display:flex;position:relative}.intro-title{z-index:3;white-space:nowrap;width:max-content;max-width:none;color:var(--color-text);letter-spacing:-.05em;margin:0;font-size:clamp(24px,5vw,72px);font-weight:500;line-height:.95;position:relative}.intro-sunrise{z-index:1;pointer-events:none;filter:blur(48px);opacity:.95;background:radial-gradient(at 50% 25%,#ff802cb8 0%,#ff802c7a 18%,#ffc87f70 38%,#d3e3e34d 59%,#fff0 78%);width:min(1150px,90vw);height:260px;position:absolute;top:15%;bottom:-75px;left:50%;transform:translate(-50%)}.intro-description{z-index:3;width:min(100%,760px);color:var(--color-text-muted);margin:28px auto 0;font-size:clamp(16px,1.45vw,20px);line-height:1.6;position:relative}.problem-section{position:relative;overflow:hidden}.problem-section:before{content:"";filter:blur(95px);opacity:.14;pointer-events:none;border-radius:50%;width:520px;height:520px;position:absolute;top:50%;transform:translateY(-50%)}.problem-section--brand:before{background:var(--color-peach);left:-190px}.problem-section--host:before{background:var(--color-mist);right:-190px}.problem-section .section-shell{z-index:2;position:relative}.problem-card{box-shadow:var(--shadow-soft);transition:transform .42s var(--ease-standard), box-shadow .42s var(--ease-standard), border-color .42s ease}.problem-card:hover{box-shadow:var(--shadow-hover);border-color:#ff802c2e;transform:translateY(-4px)}.problem-card__title{letter-spacing:-.05em;max-width:700px;margin:0;font-size:clamp(38px,4.7vw,64px);line-height:1.04}.problem-card__body{max-width:640px;color:var(--color-text-muted);margin:28px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.62}.problem-card__emphasis{max-width:620px;color:var(--color-text);margin:34px 0 0;padding-left:20px;font-size:clamp(18px,1.55vw,21px);font-weight:600;line-height:1.45;position:relative}.problem-card__emphasis:before{content:"";background:linear-gradient(180deg, var(--color-orange), var(--color-peach));border-radius:999px;width:3px;position:absolute;top:3px;bottom:3px;left:0}.problem-section--visual{background:#fff}.problem-visual-shell{background:linear-gradient(135deg,#fffaf3 0%,#fff4e3 38%,#ffe4bd 65%,#dce9d7 82%,#b8d4c7 100%);border:1px solid #311f1b0f;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:stretch;width:min(100% - 40px,760px);min-height:360px;margin-inline:auto;display:grid;position:relative;overflow:hidden}.problem-visual-shell--reverse .problem-visual-copy{order:2}.problem-visual-shell--reverse .problem-visual-media{order:1}.problem-section--host .problem-visual-shell{background:linear-gradient(110deg,#fffdf9 0%,#f8faf8 48%,#edf5f5 78%,#d3e3e3 100%)}.problem-section--host .problem-visual-eyebrow{background:#ffffff9e;border-color:#4cb2d62e}.problem-section--host .problem-visual-emphasis:before{background:var(--color-blue)}.problem-visual-shell:before{content:"";filter:blur(90px);pointer-events:none;background:#e1c87f2e;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-210px;left:-160px}.problem-visual-copy{z-index:2;flex-direction:column;justify-content:center;padding:34px 32px;display:flex;position:relative}.problem-visual-eyebrow{width:fit-content;color:var(--color-text);background:#ffffff94;border:1px solid #ff802c2e;border-radius:999px;margin:0 0 22px;padding:7px 12px;font-size:12px;font-weight:600}.problem-visual-title{max-width:340px;color:var(--color-text);font-size:var(--text-section-title);letter-spacing:-.04em;margin:0;font-weight:600;line-height:1.08}.problem-visual-body{max-width:350px;color:var(--color-text-muted);font-size:var(--text-body);margin:16px 0 0;line-height:1.6}.problem-visual-emphasis{max-width:340px;color:var(--color-text);font-size:var(--text-body);margin:18px 0 0;padding-left:14px;font-weight:600;line-height:1.5;position:relative}.problem-visual-emphasis:before{content:"";background:var(--color-orange);border-radius:999px;width:3px;position:absolute;top:3px;bottom:3px;left:0}.problem-visual-media{min-height:360px;position:relative}.problem-visual-image{object-fit:contain;object-position:center;padding:20px}.match-section{text-align:center;background:linear-gradient(#fff 0%,#fffaf4 50%,#fff 100%);position:relative;overflow:hidden}.match-section:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#ff802c26 0%,#ffc87f21 38%,#d3e3e31a 62%,#fff0 78%);border-radius:50%;width:min(900px,82vw);height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.match-section .section-shell{z-index:2;width:min(calc(100% - 40px), var(--content-narrow));position:relative}.match-content{width:100%;margin-inline:auto}.match-title{font-size:var(--text-section-title);letter-spacing:-.035em;white-space:nowrap;margin:0;line-height:1.1}.match-body{max-width:620px;font-size:var(--text-body);margin:20px auto 0;line-height:1.6}.match-emphasis{max-width:620px;color:var(--color-text);font-size:var(--text-body);margin:22px auto 0;font-weight:600;line-height:1.5}.discovery-visual-section{padding-top:70px;padding-bottom:120px}.discovery-visual{background:#f7f5f2;border-radius:28px;width:100%;min-height:min(74svh,760px);position:relative;overflow:hidden}.discovery-visual-placeholder{text-align:center;background:linear-gradient(#fff9f1 0%,#f5eee6 100%);place-items:center;padding:40px;display:grid;position:absolute;inset:0}.discovery-visual-label{color:var(--color-text);font-size:clamp(18px,2vw,28px);font-weight:600}.possibility-section{background:#fff}.possibility-shell{grid-template-columns:minmax(220px,.85fr) minmax(0,1.65fr);align-items:start;gap:42px;width:min(100% - 40px,760px);margin-inline:auto;display:grid}.possibility-heading{text-align:left}.possibility-eyebrow{border:1px solid var(--color-border);width:fit-content;color:var(--color-text);border-radius:999px;margin:0 0 22px;padding:7px 13px;font-size:12px;font-weight:600}.possibility-section--brand .possibility-eyebrow{background:#fff2df;border-color:#ff802c29}.possibility-section--host .possibility-eyebrow{background:#eaf7fa;border-color:#4cb2d629}.possibility-title{max-width:300px;color:var(--color-text);font-size:var(--text-section-title);letter-spacing:-.045em;margin:0;font-weight:600;line-height:1.02}.possibility-description{max-width:290px;color:var(--color-text-muted);font-size:var(--text-body);margin:24px 0 0;line-height:1.65}.possibility-list{gap:8px;display:grid}.possibility-row{background:#fff;border:1px solid #2f261f1f;border-radius:14px;grid-template-columns:42px minmax(140px,.9fr) 1px minmax(180px,1.3fr);align-items:center;gap:16px;min-height:74px;padding:10px 14px;transition:transform .22s,border-color .22s,box-shadow .22s;display:grid}.possibility-row:hover{transform:translateY(-2px);box-shadow:0 10px 24px #2f261f0d}.possibility-section--brand .possibility-row:hover{border-color:#ff802c3d}.possibility-section--host .possibility-row:hover{border-color:#4cb2d642}.possibility-icon{width:42px;height:42px;color:var(--color-text);border-radius:10px;place-items:center;font-size:11px;font-weight:600;display:grid}.possibility-section--brand .possibility-icon{background:#ffe2bb}.possibility-section--host .possibility-icon{background:#d9f1f6}.possibility-item-title{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:15px;font-weight:600;line-height:1.3}.possibility-divider{background:#2f261f24;align-self:stretch;width:1px;margin-block:4px}.possibility-item-body{color:var(--color-text-muted);margin:0;font-size:13.5px;line-height:1.5}.process-section{background:#fff}.process-shell{width:min(100% - 40px,760px);margin-inline:auto}.process-heading{text-align:center;width:min(100%,760px);margin:0 auto 52px}.process-eyebrow{width:fit-content;color:var(--color-orange);letter-spacing:.08em;text-transform:uppercase;margin:0 auto 14px;font-size:12px;font-weight:600}.process-title{font-size:var(--text-section-title);letter-spacing:-.035em;white-space:nowrap;margin:0;line-height:1.1}.process-description{max-width:560px;color:var(--color-text-muted);font-size:var(--text-body);margin:16px auto 0;line-height:1.6}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.process-card{border:1px solid var(--color-border-soft);min-height:220px;transition:transform .26s var(--ease-standard), box-shadow .26s var(--ease-standard), border-color .26s ease;background:#fff;border-radius:22px;flex-direction:column;padding:24px;display:flex;box-shadow:0 12px 30px #2f261f09}.process-card:hover{border-color:#ff802c2e;transform:translateY(-4px);box-shadow:0 18px 42px #2f261f12}.process-icon{width:48px;height:48px;color:var(--color-text);border-radius:14px;place-items:center;margin-bottom:34px;font-size:12px;font-weight:600;display:grid}.process-icon--1{background:#fff0dc}.process-icon--2{background:#edf5f5}.process-icon--3{background:#f8e1dc}.process-icon--4{background:#fff6e8}.process-step-title{letter-spacing:-.025em;margin:0 0 12px;font-size:18px;font-weight:600;line-height:1.25}.process-step-body{color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.6}.early-access-section{background:#fff}.early-access-shell{width:min(100% - 40px,760px);margin-inline:auto}.early-access-heading{text-align:center;width:min(100%,620px);margin:0 auto 42px}.early-access-eyebrow{width:fit-content;color:var(--color-orange);letter-spacing:.08em;text-transform:uppercase;margin:0 auto 14px;font-size:12px;font-weight:600}.early-access-title{color:var(--color-text);font-size:var(--text-section-title);letter-spacing:-.035em;margin:0;font-weight:600;line-height:1.1}.early-access-description{max-width:540px;color:var(--color-text-muted);font-size:var(--text-body);margin:16px auto 0;line-height:1.6}.early-access-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.early-access-card{border:1px solid #2f261f1a;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:390px;padding:32px;transition:transform .26s,box-shadow .26s;display:flex;overflow:hidden}.early-access-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #2f261f0f}.early-access-card--brand{background:#fec784}.early-access-card--host{background:#dcebec}.early-access-type{color:var(--color-text);letter-spacing:.14em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:600}.early-access-card-title{max-width:290px;color:var(--color-text);letter-spacing:-.04em;margin:0;font-size:clamp(24px,2.2vw,31px);font-weight:600;line-height:1.08}.early-access-card-body{color:#2f261fc2;max-width:300px;font-size:var(--text-body-small);margin:20px 0 0;line-height:1.6}.early-access-cta{cursor:pointer;background:var(--color-text);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:36px;padding:12px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .22s,box-shadow .22s;display:flex}.early-access-cta:hover{transform:translateY(-2px);box-shadow:0 8px 18px #2f261f29}.early-access-cta span{transition:transform .22s}.early-access-cta:hover span{transform:translate(3px)}.interest-section{background:#fff}.interest-heading{width:min(100%,760px);margin-bottom:72px}.interest-eyebrow{color:var(--color-text);margin:0 0 18px;font-size:13px;font-weight:600}.interest-title{font-size:var(--text-section-title);letter-spacing:-.05em;margin:0 0 20px;line-height:1.04}.interest-description{max-width:620px;font-size:var(--text-body);margin:0;line-height:1.6}.interest-forms{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:32px;display:grid}.interest-form{border:1px solid var(--color-border);background:#fff;border-radius:24px;padding:32px;box-shadow:0 16px 44px #2f261f0b}.interest-form-title{letter-spacing:-.03em;margin:0 0 32px;font-size:clamp(24px,2vw,32px)}.interest-form form button[type=submit]{background:var(--color-text);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.interest-form form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2f261f1f}.phone-input{border:1px solid var(--color-border);background:#fff;border-radius:12px;align-items:center;width:100%;min-height:48px;padding:0 14px;transition:border-color .18s,box-shadow .18s;display:flex}.phone-input:focus-within{border-color:#311f1b52;box-shadow:0 0 0 3px #311f1b0d}.phone-input .PhoneInputCountry{margin-right:10px}.phone-input .PhoneInputInput{width:100%;min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.phone-input .PhoneInputInput::placeholder{color:var(--color-text-muted);opacity:.65}.field-error{color:#a34135;margin:7px 0 0;font-size:12px;line-height:1.4}.form-grid select{border:1px solid var(--color-border);width:100%;min-height:48px;color:var(--color-text);font:inherit;cursor:pointer;background:#fff;border-radius:12px;outline:none;padding:0 14px;font-size:14px;transition:border-color .18s,box-shadow .18s}.form-grid select:focus{border-color:#311f1b52;box-shadow:0 0 0 3px #311f1b0d}.conditional-input{margin-top:10px}.site-footer{background:linear-gradient(#fff 0% 8%,#fffaf4 18%,#fff1df 30%,#fee0b8 44%,#fec784 62%,#e7cf9e 78%,#c7d1b7 90%,#9fcacb 97%,#78bdc9 100%);padding:200px 0 48px;position:relative}.footer-inner{width:min(100% - 80px,1240px);margin:0 auto}.footer-main{grid-template-columns:1.25fr 1fr 1fr;gap:80px;padding-top:70px;padding-bottom:90px;display:grid}.footer-brand{flex-direction:column;justify-content:space-between;min-height:220px;display:flex}.footer-logo{letter-spacing:-.04em;font-size:20px;font-weight:700}.footer-brand p{color:var(--color-text);margin:auto 0 0;font-size:17px}.footer-column h3{letter-spacing:-.02em;margin:18px 0 24px;font-size:20px;font-weight:500}.footer-line{background:var(--color-text);width:34px;height:3px;display:block}.footer-links{gap:12px;display:grid}.footer-links a{align-items:center;gap:10px;font-size:17px;display:flex}.footer-links a span{transition:transform .18s}.footer-links a:hover span{transform:translate(4px)}.footer-contact{flex-direction:column;align-items:flex-start;display:flex}.footer-contact p{color:var(--color-text);margin:0 0 12px;font-size:16px;line-height:1.55}.footer-contact a{font-size:16px}.footer-bottom{border-top:1px solid #2f261f24;justify-content:space-between;align-items:center;gap:32px;padding-top:30px;display:flex}.footer-legal{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.footer-legal a,.footer-copyright{color:var(--color-text);font-size:13px}.footer-mark{place-items:center;width:130px;height:130px;display:grid;position:relative}.footer-mark-ring{object-fit:contain;width:100%;height:100%;animation:18s linear infinite submatch-ring-spin;position:absolute;inset:0}.footer-mark-center{object-fit:contain;width:28px;height:auto;position:absolute}@keyframes submatch-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width:1440px){.section-shell{width:min(100% - 64px,1320px)}.section-shell--narrow{max-width:var(--container-narrow)}.orbit-scene{width:min(100%,1180px);height:min(80svh,780px)}.orbit-card{width:116px;height:82px}.hero-logo-stage{width:210px;height:86px}.hero-full-logo{max-width:185px}.hero-u-logo{width:62px}}@media (max-height:820px) and (min-width:901px){.orbit-scene{height:min(100svh - 100px,620px)}.orbit-card{width:100px;height:70px}.process-heading{margin-bottom:46px}}@media (max-width:900px){.page-section{padding-block:var(--section-space-tablet)}.section-shell{width:min(100% - 32px,760px)}.section-shell--narrow{max-width:760px}.match-section .section-shell{width:min(calc(100% - 32px), var(--content-narrow))}.section-card{padding:38px}.orbit-hero{height:calc(100svh + 220px)}.orbit-scene{width:min(100%,700px);height:min(72svh,520px)}.orbit-card{width:98px;height:70px}.hero-logo-stage{width:160px;height:70px}.hero-full-logo{max-width:140px}.hero-u-logo{width:42px}.hero-content{padding:70px 16px 100px}.intro-section{min-height:90svh;padding-block:88px}.intro-title{font-size:clamp(22px,7.4vw,54px)}.intro-sunrise{filter:blur(22px);width:110vw;height:280px;top:56%}.intro-description{width:min(100%,650px);margin-top:24px;font-size:17px}.problem-section:before{width:360px;height:360px}.possibility-shell{grid-template-columns:1fr;gap:42px;width:min(100% - 32px,760px)}.possibility-heading{max-width:560px;position:static}.possibility-title,.possibility-description{max-width:520px}.process-shell{width:min(100% - 32px,760px)}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.process-card{min-height:230px}.early-access-grid{grid-template-columns:1fr}.early-access-shell{width:min(100% - 32px,760px)}.early-access-card{min-height:360px;padding:28px}.interest-forms{grid-template-columns:1fr}.interest-heading{margin-bottom:56px}.problem-visual-shell{grid-template-columns:1fr;width:min(100% - 32px,760px);min-height:auto}.problem-visual-copy{padding:48px}.problem-visual-media{min-height:430px}.problem-visual-image{padding:28px}.problem-visual-shell--reverse .problem-visual-copy{order:1}.problem-visual-shell--reverse .problem-visual-media{order:2}}@media (max-width:720px){.site-header{padding-top:12px}.header-shell{min-height:54px;padding:7px 7px 7px 16px}.header-nav>a:not(.header-cta){display:none}.header-cta{min-height:38px;padding:0 16px}.header-logo{font-size:17px}}@media (max-width:600px){.page-section{padding-block:var(--section-space-mobile)}.section-shell,.match-section .section-shell{width:calc(100% - 28px)}.section-card{border-radius:22px;padding:26px}.form-grid{grid-template-columns:1fr}.orbit-hero{height:calc(100svh + 190px)}.orbit-pin{height:calc(100svh - 74px);padding-bottom:0}.orbit-scene{width:100%;height:440px;max-height:calc(100svh - 120px)}.orbit-track{--orbit-radius-x:min(30vw, 120px);--orbit-radius-y:min(30vw, 120px)}.orbit-card{border-radius:10px;width:74px;height:54px}.orbit-image{border-radius:10px}.orbit-label{display:none}.hero-logo-stage{width:125px;height:60px}.hero-full-logo{max-width:105px}.hero-u-logo{width:34px}.hero-content{padding:60px 14px 90px}.hero-copy{width:100%}.hero-copy h1{font-size:36px}.intro-section{min-height:82svh;padding-block:72px}.intro-title{letter-spacing:-.055em;font-size:7.4vw;line-height:1}.intro-sunrise{filter:blur(20px);background:radial-gradient(at 50% 20%,#ff802ca6 0%,#ffc87f6b 36%,#d3e3e338 60%,#fff0 80%);width:130vw;height:230px;top:60%}.intro-description{width:min(100%,390px);margin-top:22px;font-size:15px;line-height:1.65}.problem-section:before{opacity:.11;width:300px;height:300px}.problem-card__title{font-size:clamp(34px,10vw,46px)}.problem-card__body{margin-top:22px;font-size:16px}.problem-card__emphasis{margin-top:26px;font-size:17px}.match-title{white-space:normal;font-size:30px}.match-body{margin-top:22px;font-size:16px}.match-emphasis{margin-top:24px;font-size:17px}.discovery-visual-section{padding-top:48px;padding-bottom:80px}.discovery-visual{border-radius:20px;min-height:64svh}.possibility-shell{grid-template-columns:1fr;gap:32px;width:calc(100% - 28px)}.possibility-heading{max-width:none;position:static}.possibility-eyebrow{margin-bottom:18px}.possibility-title{max-width:340px;font-size:30px;line-height:1.08}.possibility-description{max-width:420px;margin-top:18px;font-size:15px}.possibility-list{gap:10px}.possibility-row{grid-template-columns:40px minmax(0,1fr);gap:12px;min-height:auto;padding:14px}.possibility-icon{width:40px;height:40px}.possibility-item-title{font-size:15px}.possibility-divider{display:none}.possibility-item-body{grid-column:2;margin-top:-3px;font-size:13px}.process-shell{width:calc(100% - 28px)}.process-heading{text-align:left;margin-bottom:36px}.process-eyebrow,.process-description{margin-left:0}.process-title{white-space:normal;font-size:30px}.process-grid{grid-template-columns:1fr;gap:12px}.process-card{border-radius:18px;min-height:auto;padding:20px}.process-icon{width:44px;height:44px;margin-bottom:24px}.process-step-title{font-size:18px}.process-step-body{font-size:14px}.early-access-shell{width:calc(100% - 28px)}.early-access-heading{text-align:left;margin-bottom:32px}.early-access-eyebrow,.early-access-description{margin-left:0}.early-access-title{font-size:30px}.early-access-grid{grid-template-columns:1fr;gap:12px}.early-access-card{border-radius:20px;min-height:330px;padding:26px 24px}.early-access-card-title{max-width:320px;font-size:28px}.early-access-card-body{max-width:100%;font-size:13.5px}.early-access-cta{margin-top:30px}.interest-heading{margin-bottom:48px}.interest-form{border-radius:22px;padding:22px}.site-footer{padding:120px 0 32px}.footer-inner{width:min(100% - 40px,1240px)}.footer-main{grid-template-columns:1fr;gap:52px;padding-top:40px;padding-bottom:64px}.footer-brand{gap:32px;min-height:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal{flex-direction:column;align-items:flex-start;gap:14px}.problem-visual-shell{border-radius:22px;width:calc(100% - 28px)}.problem-visual-copy{padding:32px 24px 18px}.problem-visual-title{font-size:30px}.problem-visual-body{margin-top:20px;font-size:15px}.problem-visual-emphasis{margin-top:22px;font-size:15px}.problem-visual-media{min-height:330px}.problem-visual-image{padding:16px 24px 28px}}@media (max-width:390px){.section-shell{width:calc(100% - 24px)}.intro-title{letter-spacing:-.06em;font-size:7.2vw}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-full-logo,.hero-u-logo,.header-nav>a,.header-cta,.hero-button,.problem-card,.possibility-row,.process-card,.early-access-card,.early-access-cta,.field input,.field select,.field textarea,.choice,.interest-form form button[type=submit]{transition:none!important}.footer-mark-ring{animation:none}.problem-card:hover,.possibility-row:hover,.process-card:hover,.early-access-card:hover,.early-access-cta:hover,.hero-button:hover,.header-cta:hover,.header-nav>a:hover,.choice:hover,.interest-form form button[type=submit]:hover{transform:none!important}}.join-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#2f261f61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.join-modal{border:1px solid var(--color-border-soft);background:#fff;border-radius:28px;width:min(100%,760px);max-height:min(88svh,900px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 28px 80px #2f261f2e}.join-modal-close{border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text);background:#fff;border-radius:999px;place-items:center;padding:0;font-size:24px;line-height:1;transition:background .18s,transform .18s;display:grid;position:absolute;top:18px;right:18px}.join-modal-close:hover{background:#fff7ed;transform:rotate(3deg)}.join-modal-header{margin-bottom:28px;padding-right:56px}.join-modal-eyebrow{color:var(--color-text);margin:0 0 10px;font-size:13px;font-weight:600}.join-modal-title{max-width:560px;font-size:var(--text-section-title);letter-spacing:-.04em;margin:0;line-height:1.08}.join-modal-toggle{border:1px solid var(--color-border);background:#f7f5f2;border-radius:999px;width:fit-content;margin-bottom:30px;padding:4px;display:flex}.join-modal-toggle-button{min-width:110px;min-height:42px;color:var(--color-text-muted);background:0 0;border:0;border-radius:999px;padding:0 18px;font-size:14px;font-weight:600;transition:background .18s,color .18s,box-shadow .18s}.join-modal-toggle-button.is-active{color:var(--color-text);background:#fff;box-shadow:0 4px 12px #2f261f14}.join-modal-form h3{letter-spacing:-.03em;margin:0 0 26px;font-size:24px}@media (max-width:600px){.join-modal-backdrop{align-items:end;padding:0}.join-modal{border-radius:24px 24px 0 0;width:100%;max-height:92svh;padding:24px 18px 32px}.join-modal-header{margin-bottom:24px;padding-right:48px}.join-modal-title{font-size:30px}.join-modal-toggle{width:100%}.join-modal-toggle-button{flex:1;min-width:0}}.success-modal-backdrop{z-index:2100;align-items:center;padding:24px}.success-modal{text-align:center;background:radial-gradient(circle at 50% 0,#fec78438 0%,#fec78414 30%,#fff0 58%),#fff;border:1px solid #2f261f1a;border-radius:28px;width:min(100% - 32px,440px);padding:52px 38px 38px;animation:.42s cubic-bezier(.22,1,.36,1) success-modal-enter;position:relative;overflow:hidden;box-shadow:0 28px 80px #2f261f2e}.success-modal:before{content:"";filter:blur(42px);pointer-events:none;background:#d3e3e373;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;right:-80px}.success-modal-close{z-index:2;border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text);background:#ffffffd1;border-radius:999px;place-items:center;padding:0;font-size:22px;line-height:1;transition:background .18s,transform .18s;display:grid;position:absolute;top:16px;right:16px}.success-modal-close:hover{background:#fff7ed;transform:rotate(3deg)}.success-modal-mark{z-index:1;width:64px;height:64px;color:var(--color-text);background:#fff0dc;border-radius:50%;place-items:center;margin:0 auto 24px;font-size:25px;font-weight:600;display:grid;position:relative;box-shadow:0 8px 24px #2f261f0f}.success-modal-eyebrow{z-index:1;color:var(--color-text);font-size:var(--text-eyebrow);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-weight:600;position:relative}.success-modal-title{z-index:1;color:var(--color-orange);font-size:var(--text-section-title);letter-spacing:-.04em;margin:0;font-weight:600;line-height:1.08;position:relative}.success-modal-body{z-index:1;max-width:340px;color:var(--color-text-muted);font-size:var(--text-body-small);margin:16px auto 0;line-height:1.65;position:relative}.success-modal-button{z-index:1;background:var(--color-text);color:#fff;min-width:120px;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:999px;margin-top:28px;padding:0 26px;font-size:13px;font-weight:600;transition:transform .18s,box-shadow .18s;position:relative}.success-modal-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #2f261f29}@keyframes success-modal-enter{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.success-modal-backdrop{align-items:center;padding:18px}.success-modal{border-radius:24px;width:100%;padding:48px 24px 30px}.success-modal-mark{width:58px;height:58px;margin-bottom:20px}.success-modal-body{max-width:290px}.success-modal-button{width:100%}}@media (prefers-reduced-motion:reduce){.success-modal{animation:none}.success-modal-close,.success-modal-button{transition:none}.success-modal-close:hover,.success-modal-button:hover{transform:none}}.form-submit-error{color:#b91c1c;background:#fee2e28c;border:1px solid #b91c1c2e;border-radius:10px;margin:0;padding:12px 14px;font-size:13px;font-weight:500;line-height:1.5}.problem-card,.problem-visual-copy{text-align:center}.problem-visual-copy{flex-direction:column;align-items:center;display:flex}.problem-card__title,.problem-card__body,.problem-card__emphasis,.problem-visual-eyebrow,.problem-visual-title,.problem-visual-body,.problem-visual-emphasis{text-align:center}.problem-visual-shell,.problem-visual-shell--reverse{grid-template-columns:1fr}.problem-visual-copy{text-align:center;width:100%;max-width:none}.problem-visual-eyebrow{align-self:center;width:fit-content;max-width:fit-content}.problem-visual-title,.problem-visual-body,.problem-visual-emphasis,.problem-card__title,.problem-card__body,.problem-card__emphasis{text-align:center;width:100%;max-width:none}.orbit-track{--orbit-radius-x:250px;--orbit-radius-y:250px}@media (min-width:1440px){.orbit-track{--orbit-radius-x:275px;--orbit-radius-y:275px}}@media (max-width:900px){.orbit-track{--orbit-radius-x:230px;--orbit-radius-y:230px}}@media (max-width:720px){.orbit-track{--orbit-radius-x:200px;--orbit-radius-y:200px}}@media (min-width:901px) and (max-height:820px){.orbit-track{--orbit-radius-x:220px;--orbit-radius-y:195px}}@media (max-width:900px) and (max-height:820px){.orbit-track{--orbit-radius-x:220px;--orbit-radius-y:195px}}@media (max-width:720px) and (max-height:820px){.orbit-track{--orbit-radius-x:190px;--orbit-radius-y:195px}}@media (max-width:600px){.orbit-track{--orbit-radius-x:145px;--orbit-radius-y:160px}}
