:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100dvh;position:relative}.app--locked{height:100dvh;overflow:hidden}.site-header{position:relative;z-index:10;background:#fff;flex-shrink:0}.header-bar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem}.brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.125rem;letter-spacing:-.02em;transition:opacity .15s ease}.brand:hover{opacity:.6}.brand-mark{height:1.5rem;width:auto}.nav{display:flex;gap:2rem;font-size:.875rem;font-weight:500}.nav a{transition:opacity .15s ease}.nav a:hover{opacity:.6}.menu-toggle{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;transition:opacity .15s ease}.menu-toggle:hover{opacity:.6}.mobile-menu{max-height:0;overflow:hidden;background:#fff;border-top:1px solid #eaeaea;opacity:0;transform:translateY(-10px);pointer-events:none;transition:max-height .22s ease,opacity .22s ease,transform .22s ease}.mobile-menu.open{max-height:260px;opacity:1;transform:translateY(0);pointer-events:auto}.mobile-nav{display:flex;flex-direction:column}.mobile-nav a{padding:1rem 1.5rem;font-size:1rem;font-weight:500;border-bottom:1px solid #eaeaea}.mobile-nav a:last-child{border-bottom:none}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem}.hero-title{font-size:clamp(2.75rem,9vw,7.5rem);font-weight:600;letter-spacing:-.04em;line-height:.95;margin:0 0 clamp(2rem,5vw,2.5rem);opacity:0;animation:fadeUp .7s ease-out .1s forwards}.hero-cta{opacity:0;animation:fadeUp .7s ease-out .25s forwards}.hero-cta-button{border:1px solid #000000;background:#000;color:#fff;padding:.75rem 1.5rem;font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:opacity .15s ease}.hero-cta-button:hover{opacity:.8}.hero-cta .form-status{font-size:.9375rem;line-height:1.6;max-width:36ch;opacity:.85}.waitlist-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.waitlist-modal-panel{position:relative;width:100%;max-width:420px;max-height:calc(100dvh - 3rem);overflow-y:auto;background:#fff;border:1px solid #eaeaea;padding:2rem 1.5rem 1.5rem;text-align:left}.waitlist-modal-close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;color:#000;font-size:1.5rem;line-height:1;padding:.25rem .5rem;cursor:pointer;opacity:.5;transition:opacity .15s ease}.waitlist-modal-close:hover{opacity:1}.waitlist-modal-close:disabled{cursor:not-allowed;opacity:.25}.waitlist-modal-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;letter-spacing:-.02em;text-align:center}.waitlist-form{display:grid;gap:1rem}.waitlist-form label{display:grid;gap:.4rem;font-size:.875rem;font-weight:500}.waitlist-form input,.waitlist-form select,.waitlist-form textarea{font:inherit;border:1px solid #d9d9d9;background:#fff;color:#000;padding:.7rem .8rem;width:100%}.waitlist-form textarea{resize:vertical;min-height:4.5rem}.waitlist-form button{width:100%;border:1px solid #000000;background:#000;color:#fff;padding:.75rem 1.25rem;font:inherit;font-weight:500;cursor:pointer;transition:opacity .15s ease;margin-top:.25rem}.waitlist-form button:hover{opacity:.8}.waitlist-form button:disabled{opacity:.5;cursor:not-allowed}.waitlist-privacy{margin:.5rem 0 0;font-size:.8125rem;opacity:.6;text-align:center;line-height:1.5}.waitlist-privacy a{text-decoration:underline;text-underline-offset:2px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.waitlist-modal-panel .form-status.error{margin-top:1rem}.waitlist-success{text-align:center}.waitlist-success .form-status{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.6}.waitlist-success-message{font-size:1rem;line-height:1.55}.waitlist-done-button{width:100%;border:1px solid #000000;background:#000;color:#fff;padding:.75rem 1.25rem;font:inherit;font-weight:500;cursor:pointer;transition:opacity .15s ease}.waitlist-done-button:hover{opacity:.8}.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem 2rem;padding:1rem 2.5rem 1.5rem;flex-shrink:0;font-size:.875rem;color:#000}.footer-brand{font-weight:500}.footer-links{display:flex;gap:1.5rem;justify-self:center;flex-wrap:wrap;justify-content:center}.footer-links a{transition:opacity .15s ease}.footer-links a:hover{opacity:.6}.footer-socials{display:flex;gap:1.25rem;justify-self:end}.footer-socials a{display:inline-flex;transition:opacity .15s ease}.footer-socials a:hover{opacity:.6}.page{flex:1;width:100%;max-width:880px;margin:0 auto;padding:clamp(4rem,10vw,8rem) 1.5rem clamp(3rem,6vw,5rem)}.page-eyebrow{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;opacity:.6;margin-bottom:1.25rem}.page-title{font-size:clamp(2.25rem,6vw,4.25rem);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin:0 0 1.5rem}.page-meta{font-size:.9rem;opacity:.7;margin:0 0 1.25rem}.page-lead{font-size:clamp(1.125rem,1.6vw,1.375rem);line-height:1.5;margin:0 0 2.5rem;max-width:64ch}.page-body p{font-size:1rem;line-height:1.7;margin:0 0 1.25rem;max-width:70ch}.page-body h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;margin:3rem 0 1rem}.page-body ul{padding-left:1.25rem;margin:0 0 1.5rem;max-width:70ch}.page-body li{margin-bottom:.5rem;line-height:1.6}.divider{height:1px;background:#eaeaea;border:0;margin:4rem 0}.contact-form{display:grid;gap:1.25rem;max-width:720px}.contact-form label{display:grid;gap:.5rem;font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{font:inherit;border:1px solid #d9d9d9;background:#fff;color:#000;padding:.75rem .85rem}.contact-form button{width:fit-content;border:1px solid #000000;background:#000;color:#fff;padding:.7rem 1.25rem;font:inherit;cursor:pointer;transition:opacity .15s ease}.contact-form button:hover{opacity:.8}.contact-form button:disabled{opacity:.5;cursor:not-allowed}.form-status{margin-top:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-bar{padding:1rem 1.25rem}.desktop-nav{display:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px}.site-footer{grid-template-columns:1fr;justify-items:center;text-align:center;padding:1.25rem 1.25rem 1.5rem;gap:1rem}.footer-brand{order:1}.footer-links{order:2}.footer-socials{order:3;justify-self:center}}
