@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

:root{color-scheme:light;--cream:#f7f3e9;--ink:#191817;--blue:#1265ec}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}
a{color:inherit}
.site-shell{min-height:100svh;display:flex;flex-direction:column;padding:24px 20px 16px}
main{width:min(100%,600px);margin:auto;display:flex;flex-direction:column;align-items:center}
.hero{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}
.badge{display:block;width:clamp(94px,12vh,128px);height:auto;margin-bottom:14px}
.wordmark{display:block;width:min(100%,365px);height:auto;margin-bottom:18px}
h1{max-width:550px;font-size:clamp(19px,2.7vw,24px);font-weight:600;line-height:1.32;letter-spacing:-.025em;margin:0}
.launch{font:800 20px 'Barlow Condensed',Impact,sans-serif;letter-spacing:.16em;color:var(--blue);margin:18px 0 0}
.signup{width:min(100%,440px);margin-top:24px}
form{width:100%}
.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.field-label{display:block;font:700 13px 'Barlow Condensed',Arial,sans-serif;letter-spacing:.13em;margin-bottom:7px;text-align:left}
.form-row{display:flex;width:100%;height:54px}
.form-row input{border:1px solid #b6b1a6;background:#fffdf8;padding:0 15px;min-width:0;flex:1;color:var(--ink);font:500 16px 'DM Sans',Arial,sans-serif;border-radius:0}
.form-row input:focus{outline:2px solid var(--blue);outline-offset:2px}
button{border:0;background:var(--blue);color:#fff;padding:0 16px;font:800 17px 'Barlow Condensed',Impact,sans-serif;letter-spacing:.07em;white-space:nowrap;cursor:pointer}
button:hover{background:#094caf}
button span{font-size:18px;margin-left:4px}
.fine-print{font-size:11px;line-height:1.4;color:#625e56;margin:9px 0 0;text-align:left}
.fine-print a{text-underline-offset:2px}
footer{text-align:center;font:700 13px 'Barlow Condensed',Arial,sans-serif;letter-spacing:.14em;padding-top:16px}
footer a{text-decoration:none;border-bottom:1px solid var(--ink)}
footer a:hover{color:var(--blue);border-color:var(--blue)}
.masthead{display:flex;align-items:center;justify-content:space-between;width:min(100%,720px);margin:auto;padding:10px 0}
.masthead-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font:800 21px/.9 'Barlow Condensed',Impact,sans-serif}
.masthead-brand img{width:48px;height:48px}
.masthead-brand span span{display:block;font-size:13px;letter-spacing:.13em;margin-top:5px}
.contact{font:700 14px 'Barlow Condensed',Arial,sans-serif;letter-spacing:.12em}
.simple-main{width:min(100%,720px);margin:auto;text-align:left;display:block}
.simple-main .wordmark{margin:0 0 30px;max-width:340px}
.simple-main h1{font-size:clamp(34px,5vw,56px);max-width:none}
.simple-main p{font-size:17px;line-height:1.55}
.simple-main a.back{display:inline-block;margin-top:20px;font-weight:700;text-underline-offset:5px}
@media(max-width:530px){.site-shell{padding:14px 19px 12px}.badge{width:94px;margin-bottom:10px}.wordmark{width:min(100%,280px);margin-bottom:14px}h1{font-size:19px}.launch{font-size:19px;margin-top:15px}.signup{margin-top:20px}.form-row{height:51px}button{padding:0 12px;font-size:16px}.fine-print{font-size:10px}.masthead{padding:8px 0}}
@media(max-height:670px){.site-shell{padding-top:10px;padding-bottom:8px}.badge{width:72px;margin-bottom:6px}.wordmark{width:min(100%,235px);margin-bottom:9px}h1{font-size:18px}.launch{margin-top:10px}.signup{margin-top:13px}.form-row{height:46px}footer{padding-top:8px}}
