*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b0b0b;color:#f1efe9;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}main{max-width:920px;margin:auto}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px}.mark svg,.mini-mark svg{fill:none;stroke:#e8e2d6;stroke-width:2}.mark{width:64px;margin-bottom:34px}.eyebrow,.number,.path span,.release{font-size:11px;letter-spacing:.25em;color:#89857e}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(45px,9vw,84px);line-height:.98;font-weight:500;margin:18px 0 24px}.hero h1 em{font-weight:500;color:#a8a39a}.intro{max-width:430px;color:#99958e;font-size:15px;line-height:1.7}.primary{margin-top:35px;border:1px solid #3b3935;padding:16px 22px;width:min(310px,100%);display:flex;justify-content:space-between;font-size:13px}.primary:hover{background:#f1efe9;color:#0b0b0b}.manifesto,.latest,.reset{padding:100px 28px;border-top:1px solid #242321}.manifesto h2,.latest h2,.reset h2{font-family:"Playfair Display",serif;font-weight:500;font-size:clamp(34px,7vw,58px);line-height:1.08;margin:20px 0}.manifesto>p:last-child,.reset-copy>p:not(.number):not(.release){max-width:590px;color:#96928b;line-height:1.8}.paths{border-top:1px solid #242321}.path{min-height:270px;padding:40px 28px;border-bottom:1px solid #242321;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.path:hover{background:#121211}.path h3{font-family:"Playfair Display",serif;font-size:38px;font-weight:500;margin:12px 0}.path p{color:#8f8b84;max-width:480px;line-height:1.6}.path b{font-size:12px;font-weight:500}.reset{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:end}.release{margin-top:28px}.meta{display:flex;gap:10px;margin-top:26px}.meta span{border:1px solid #2d2c29;padding:8px 11px;font-size:10px;color:#918d86;text-transform:uppercase;letter-spacing:.1em}.reset-form{border:1px solid #292825;padding:24px}.form-label{font-family:"Playfair Display",serif;font-size:21px;margin:0 0 18px}.privacy{font-size:10px;color:#6f6c66;margin:12px 0 0}.links{margin-top:45px;border-top:1px solid #292825}.links a{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:center;padding:22px 0;border-bottom:1px solid #292825}.links small{color:#77736d}footer{text-align:center;padding:110px 24px 45px}.mini-mark{width:30px;margin:0 auto 20px}footer p{letter-spacing:.22em;font-size:12px}footer small{display:block;color:#77736d;font-size:11px;margin-top:8px}.copyright{margin-top:55px}@media(max-width:720px){.reset{grid-template-columns:1fr;gap:38px}.reset-form .formkit-fields{flex-direction:column!important}.reset-form .formkit-submit{width:100%!important}}@media(max-width:520px){.hero{padding-top:40px}.path{min-height:300px}.links a{grid-template-columns:1fr auto}.links small{grid-column:1}.links b{grid-column:2;grid-row:1/3}.manifesto,.latest,.reset{padding-top:80px;padding-bottom:80px}}

/* V4: let Kit render its own published form markup untouched */
.reset-form{
  border:1px solid #292825;
  padding:24px;
}
.form-label{
  font-family:"Playfair Display",serif;
  font-size:21px;
  margin:0 0 18px;
}
.privacy{
  font-size:10px;
  color:#6f6c66;
  margin:12px 0 0;
}
.reset-form > script{
  display:block;
}

/* V5: native Veil form posting directly to Kit */
.veil-reset-form{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.veil-reset-form input{
  width:100%;
  min-height:52px;
  padding:0 16px;
  background:transparent;
  color:#f1efe9;
  border:1px solid #34332f;
  border-radius:0;
  font-family:Inter,Arial,sans-serif;
  font-size:12px;
  letter-spacing:.08em;
  outline:none;
  appearance:none;
}

.veil-reset-form input::placeholder{
  color:#77736d;
  opacity:1;
}

.veil-reset-form input:focus{
  border-color:#77736d;
}

.veil-reset-form button{
  width:100%;
  min-height:52px;
  background:#f1efe9;
  color:#0b0b0b;
  border:0;
  border-radius:0;
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  cursor:pointer;
  transition:opacity .2s ease;
}

.veil-reset-form button:hover{
  opacity:.86;
}
