:root{color-scheme:light;--paper: #f4f1ea;--surface: #fffdf8;--ink: #171717;--muted: #696760;--line: rgba(23, 23, 23, .12);--soft-line: rgba(23, 23, 23, .08);--accent: #3f5f79;--accent-soft: #dce6eb;--white: #ffffff;--shadow: 0 24px 70px rgba(23, 23, 23, .1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header,.section-band,.site-footer{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;font-size:.98rem;font-weight:750}.brand-mark{width:26px;height:26px;border:1px solid var(--line);border-radius:50%;background:var(--surface);box-shadow:inset 0 0 0 7px var(--accent-soft)}nav{display:flex;gap:22px;color:var(--muted);font-size:.92rem}nav a:hover{color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,430px);gap:clamp(36px,7vw,96px);align-items:center;min-height:calc(100vh - 68px);padding:58px 0 92px}.hero-copy{max-width:760px}.eyebrow{margin:0 0 18px;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:10ch;margin-bottom:24px;font-size:clamp(4.2rem,10vw,8.3rem);line-height:.88;letter-spacing:0}.lede{max-width:650px;margin-bottom:30px;color:var(--muted);font-size:clamp(1.08rem,1.8vw,1.28rem);line-height:1.58}.signup-form{display:grid;grid-template-columns:minmax(190px,1fr) auto;gap:10px;max-width:560px}.signup-form input[type=email]{min-width:0;height:56px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink)}.signup-form input[type=email]:focus{outline:3px solid rgba(63,95,121,.18);border-color:var(--accent)}.signup-form button{height:56px;padding:0 22px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:var(--white);cursor:pointer;font-weight:750;white-space:nowrap}.signup-form button:hover{background:#2a2a2a}.signup-form button:disabled{cursor:wait;opacity:.72}.form-status{grid-column:1 / -1;min-height:1.25rem;margin:2px 0 0;color:var(--accent);font-size:.92rem}.form-status[data-tone=error]{color:#9f3a2f}.form-note{max-width:530px;margin:10px 0 0;color:var(--muted);font-size:.92rem;line-height:1.45}.preview{width:min(430px,100%);margin-left:auto}.preview-card{min-height:430px;padding:26px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.preview-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:80px;color:var(--muted);font-size:.9rem}.preview-top strong{padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.78rem}.preview-card h2{max-width:10ch;margin-bottom:16px;font-size:clamp(2.3rem,5vw,3.55rem);line-height:.92;letter-spacing:0}.preview-card>p{margin-bottom:80px;color:var(--muted);font-size:1.05rem}.preview-note{padding:16px;border:1px solid var(--soft-line);border-radius:8px;background:#f8f6ef}.preview-note span{display:block;margin-bottom:8px;color:var(--accent);font-size:.76rem;font-weight:800;text-transform:uppercase}.preview-note p{margin:0;color:#3e3d38;line-height:1.45}.preview-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.preview-controls button{min-height:46px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font-size:.86rem;font-weight:750}.preview-controls button:hover,.preview-controls button:focus-visible,.preview-controls button.is-active{outline:0;background:var(--ink);color:var(--white)}.feature-band,.flow-band,.beta-band{padding:82px 0}.section-heading{max-width:780px;margin-bottom:30px}.section-heading.compact{max-width:680px}.section-heading h2,.beta-panel h2{margin-bottom:0;font-size:clamp(2.2rem,5vw,5rem);line-height:.95;letter-spacing:0}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.feature-card{min-height:285px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.feature-card p{margin-bottom:54px;color:var(--accent);font-size:.76rem;font-weight:800;text-transform:uppercase}.feature-card h3{margin-bottom:14px;font-size:1.35rem;line-height:1.08}.feature-card span{color:var(--muted);line-height:1.5}.statement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.statement-grid p{min-height:210px;margin:0;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#3e3d38;font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.35}.beta-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,450px);gap:34px;align-items:center;padding:clamp(26px,5vw,56px);border:1px solid var(--line);border-radius:8px;background:var(--surface)}.beta-panel p:not(.eyebrow,.form-status){max-width:620px;margin:18px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.55}.compact-form{grid-template-columns:1fr}.compact-form button{width:100%}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:34px 0 44px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .52s ease,transform .52s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(max-width:980px){.hero,.beta-panel{grid-template-columns:1fr}.hero{min-height:auto}.preview{margin-left:0}.feature-grid,.statement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){nav{display:none}.hero{padding:48px 0 72px}h1{font-size:clamp(3.4rem,17vw,4.6rem)}.signup-form,.feature-grid,.statement-grid{grid-template-columns:1fr}.signup-form button{width:100%}.preview-card{min-height:390px;padding:20px}.preview-top,.preview-card>p{margin-bottom:48px}.site-footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}[data-reveal]{opacity:1;transform:none}}
