@font-face{font-family:'Spectral';src:url('/fonts/spectral-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/fonts/dmsans-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/fonts/dmsans-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}

:root{
  --ground:#FFFFFF;
  --paper:#F5F4FA;
  --ink:#14131B;
  --muted:#56535F;
  --lede:#615E6D;
  --rule:#E4E1EE;
  --deep:#5E54D4;
  --app:#7F77DD;
  --night:#080810;
  --night-raise:#101020;
  --night-rule:rgba(255,255,255,.12);
  --night-muted:rgba(255,255,255,.58);
  color-scheme:light;
}

*{box-sizing:border-box}
body{margin:0}
.page{
  background:var(--ground);
  color:var(--ink);
  font-family:'DM Sans',ui-sans-serif,system-ui,sans-serif;
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3{font-family:'Spectral',ui-serif,Georgia,serif;font-weight:400;text-wrap:balance;margin:0}
p{margin:0}
a{color:inherit}

.wrap{width:100%;max-width:1080px;margin-inline:auto;padding-inline:22px}

/* Bands own their vertical space so nothing collapses or doubles. */
.band{padding-block:clamp(68px,11vw,132px)}
.band > .wrap{display:flex;flex-direction:column;gap:clamp(28px,4vw,44px)}
.band.night{background:var(--night);color:#fff}
.band.paper{background:var(--paper)}

.night 
.lede{font-size:clamp(17px,2vw,19.5px);font-weight:400;color:var(--ink);max-width:56ch}
.night .lede{color:var(--night-muted)}

/* ---------- nav ---------- */
.nav{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding-block:20px;border-bottom:1px solid var(--rule);
}
.nav img{height:26px;width:auto;display:block}
.navlinks{display:flex;align-items:center;gap:22px;font-size:14.5px}
.navlinks a{text-decoration:none;color:var(--muted)}
.navlinks a:hover,.navlinks a:focus-visible{color:var(--deep)}

/* ---------- hero ---------- */
.hero h1{font-size:clamp(38px,7.4vw,68px);line-height:1.08;letter-spacing:-.015em}
.subhead{font-family:'DM Sans',ui-sans-serif,system-ui,sans-serif;font-size:clamp(15.5px,1.9vw,18.5px);font-weight:600;line-height:1.4;letter-spacing:.005em;color:var(--deep);max-width:none;margin-top:-10px}
.scribble{color:var(--deep)}
}

/* ---------- capture ---------- */
.capture{display:flex;flex-direction:column;gap:9px;max-width:440px}
.capture .fine{margin-top:10px}
.field{display:flex;gap:9px;flex-wrap:wrap}
.field input{
  flex:1 1 200px;min-width:0;font:inherit;font-size:16px;color:var(--ink);
  padding:14px 16px;border:1px solid var(--rule);border-radius:3px;background:#fff;
}
.field input::placeholder{color:#9B98A6}
.field input:focus-visible{outline:2px solid var(--deep);outline-offset:1px;border-color:var(--deep)}
.btn{
  font:inherit;font-weight:600;font-size:16px;cursor:pointer;
  padding:14px 24px;border:1px solid var(--deep);border-radius:3px;
  background:var(--deep);color:#fff;
}
.btn:hover{background:#4F45C4}
.btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.fine{font-size:13.5px;color:var(--muted);max-width:46ch}
.consent{font-size:12px;line-height:1.45;color:#8C8996;max-width:46ch}
.ig{
  flex:0 0 auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;
  width:52px;border:1px solid var(--rule);border-radius:3px;
  background:#fff;color:var(--ink);text-decoration:none;
}
.ig:hover{border-color:var(--deep);color:var(--deep)}
.ig:focus-visible{outline:2px solid var(--deep);outline-offset:1px}
.ig svg{width:21px;height:21px;display:block}

/* ---------- feature run ---------- */
.run{display:grid;grid-template-columns:1fr;gap:2px;background:var(--rule)}
@media (min-width:600px){.run{grid-template-columns:repeat(2,1fr)}}
@media (min-width:900px){.run{grid-template-columns:repeat(3,1fr)}}
@media (min-width:900px){}
.run > div{background:var(--ground);padding:26px 24px 30px;display:flex;flex-direction:column;gap:7px}
.paper .run > div{background:var(--paper)}
.run h3{font-size:20px;letter-spacing:-.01em}
.run p{font-size:15px;color:var(--muted);line-height:1.55}
.run .cx{
  font-family:'Spectral',ui-serif,Georgia,serif;font-style:italic;
  font-size:17px;line-height:1.38;color:var(--ink);
}
.run h3 .qual{
  font-family:'DM Sans',ui-sans-serif,system-ui,sans-serif;
  font-size:12.5px;font-weight:400;font-style:normal;color:var(--muted);
  display:inline-block;margin-left:3px;white-space:nowrap;
}

/* ---------- the leave section ---------- */
.leave h2{font-size:clamp(34px,6.2vw,60px);line-height:1.1;letter-spacing:-.018em}
.two{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(24px,4vw,52px)}
.two p{font-size:16.5px;color:var(--night-muted)}

h2.big{font-size:clamp(30px,5vw,46px);line-height:1.14;letter-spacing:-.015em}
.qa{display:flex;flex-direction:column;gap:10px}
.ask{font-family:'Spectral',ui-serif,Georgia,serif;font-size:clamp(19px,2.4vw,26px);line-height:1.25;color:var(--lede)}
.convention{font-size:15.5px;line-height:1.5;color:var(--muted);max-width:62ch;margin-top:2px}

/* ---------- footer ---------- */
.foot{background:var(--night);color:#fff;padding-block:52px}
.foot .wrap{display:flex;flex-direction:column;gap:26px}
.foot img{height:24px;width:auto}
.foot nav{display:flex;flex-wrap:wrap;gap:8px 26px;font-size:14.5px}
.foot a{color:var(--night-muted);text-decoration:none}
.foot a:hover,.foot a:focus-visible{color:#fff}
.foot small{font-size:13px;color:rgba(255,255,255,.4)}

.cornermark{align-self:flex-end;height:28px;width:auto;display:block;opacity:1;margin-top:10px}

/* ---------- floating section pill ---------- */
.pill{
  position:fixed;left:16px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:40;
  display:inline-flex;align-items:center;gap:9px;
  padding:9px 15px 9px 13px;border-radius:999px;
  background:rgba(20,19,27,.92);color:#fff;
  font-family:'DM Sans',ui-sans-serif,system-ui,sans-serif;
  font-size:13.5px;font-weight:600;letter-spacing:.01em;
  box-shadow:0 6px 22px rgba(20,19,27,.20);
  opacity:0;transform:translateY(10px);pointer-events:none;
  transition:opacity .32s ease,transform .32s ease;
}
.pill.on{opacity:1;transform:translateY(0)}
.pill .dot{
  width:7px;height:7px;border-radius:50%;background:var(--app);flex:0 0 auto;
}
.pill .txt{transition:opacity .18s ease}
.pill .txt.swap{opacity:0}
@media (prefers-reduced-motion:reduce){
  .pill,.pill .txt{transition:none}
}

/* ---------- the loop ---------- */
.loop{
  list-style:none;margin:0;padding:0;display:grid;gap:1px;
  background:var(--night-rule);border-block:1px solid var(--night-rule);
  counter-reset:step;
}
/* Ghosted numerals give the black band some architecture — four equal blocks of text otherwise.
   Low contrast on purpose: this is structure, not something to read. */
.loop li{counter-increment:step}
.loop li::before{
  content:counter(step,decimal-leading-zero);
  font-family:'Spectral',ui-serif,Georgia,serif;
  font-size:38px;line-height:1;letter-spacing:-.02em;
  color:rgba(255,255,255,.20);font-variant-numeric:tabular-nums;
}
@media (min-width:820px){.loop{grid-template-columns:repeat(4,1fr)}}
.loop li{
  background:var(--night);padding:22px 20px 26px;
  display:flex;flex-direction:column;gap:8px;
}
.loop b{
  font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--app);
}
.loop span{font-size:15.5px;line-height:1.5;color:var(--night-muted)}
.payoff{
  font-family:'Spectral',ui-serif,Georgia,serif;
  font-size:clamp(19px,2.3vw,25px);line-height:1.38;letter-spacing:-.008em;
  color:#fff;max-width:58ch;text-wrap:balance;
}
.closer{font-size:16.5px;color:var(--night-muted);max-width:60ch}

/* ---------- signup form ---------- */
/* The reply under the field. Reserves its line so the layout doesn't jump when it fills. */
.said{font-size:13.5px;line-height:1.4;min-height:1.4em;color:var(--deep);margin-top:-2px}
.said.bad{color:#B4342F}
/* Honeypot: off-screen, unfocusable, invisible to assistive tech. Bots fill every field they find. */
.trap{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0}
.btn:disabled{opacity:.6;cursor:default}

/* Where we are, stated in the bar so nobody reads the whole page before finding out. Sits left of
   the Instagram link; drops the "Beta ·" prefix on narrow screens where the three items get tight. */
.navnote{font-size:13px;color:var(--muted);white-space:nowrap}
@media (max-width:430px){
  .navlinks{gap:14px;font-size:13.5px}
  .navnote{font-size:12px}
}
