* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #000;
  color: #b8b8b8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 25vh 32px 64px;
  width: 100%;
}

header { margin-bottom: 56px; }

.wordmark {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 300;
  font-size: 64px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.wordmark .dot { font-weight: 500; }

.tagline {
  font-size: 17px;
  color: #b8b8b8;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.copy { margin-bottom: 56px; }
.copy p { margin-bottom: 16px; max-width: 480px; font-size: 17px; }
.copy p.muted { color: #888; font-size: 14px; }

.signup {
  margin-bottom: 56px;
  padding-top: 24px;
  border-top: 1px solid #1c1c1c;
}
.signup-label {
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #888;
  margin-bottom: 12px;
}
#invite-form {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
#invite-email {
  flex: 1;
  background: #0f0f0f;
  border: 1px solid #1c1c1c;
  color: #fff;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 4px;
  font-family: inherit;
  outline: none;
}
#invite-email:focus { border-color: #444; }
#invite-email::placeholder { color: #444; }
#invite-submit {
  background: #fff;
  color: #000;
  border: 0;
  padding: 0 18px;
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
}
#invite-submit:disabled { opacity: 0.4; cursor: default; }
.invite-beta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  color: #b0b0b0;
  cursor: pointer;
  user-select: none;
}
.invite-beta input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #fff;
  cursor: pointer;
  margin: 0;
}
.signup-note {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

.discretion-cta {
  margin-top: 16px;
  margin-bottom: 32px;
}
.discretion-cta a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
}
.discretion-cta a:hover { border-bottom-color: #fff; }

.contact { display: flex; flex-direction: column; gap: 4px; }
.contact .muted {
  color: #888;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 12px;
}
.contact a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
  font-size: 15px;
  letter-spacing: 0.3px;
  align-self: flex-start;
}
.contact a:hover { border-bottom-color: #fff; }

footer {
  border-top: 1px solid #222;
  padding: 32px 32px 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #707070;
}

footer .footer-mark {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 300;
  font-size: 22px;
  color: #888;
  letter-spacing: 0.4px;
  text-transform: none;
  margin-bottom: 14px;
  opacity: 0.85;
}
footer .footer-mark .dot { font-weight: 500; color: #b0b0b0; }

footer .footer-row {
  margin-bottom: 8px;
}

footer .footer-row a {
  color: #b0b0b0;
  text-decoration: none;
  margin: 0 10px;
}

footer .footer-row a:hover { color: #fff; }

footer .footer-row span { color: #444; }

footer .footer-legal {
  color: #707070;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: none;
  margin-top: 4px;
}

/* Document pages (privacy/terms) */
article {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 32px 64px;
}

article .doc-header { margin-bottom: 48px; }

article .doc-header a {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}

article .doc-header a .dot { font-weight: 500; }

article h1 {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

article h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 16px;
}

article p, article li {
  color: #999;
  margin-bottom: 12px;
}

article ul { padding-left: 20px; margin-bottom: 16px; }

article a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

article .updated {
  color: #444;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

article ul.legal {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 24px;
  border-top: 1px solid #1c1c1c;
}

article ul.legal li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #1c1c1c;
  margin: 0;
  gap: 16px;
}

article ul.legal li > span:first-child {
  color: #555;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

article ul.legal li > span:last-child {
  color: #fff;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 480px) {
  main { padding-top: 18vh; }
  .wordmark { font-size: 48px; }
  article h1 { font-size: 28px; }
}
