body {
  background: #0b0b0b;
  color: #f4efe4;
  display: flex;
  flex-direction: column;
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
}

.landing {
  flex: 1;
  margin: 0 auto;
  max-width: 36rem;
  padding: 4.5rem 1.5rem 3rem;
  width: 100%;
  box-sizing: border-box;
}

.landing-mark {
  color: #c6a15b;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 2.75rem;
  text-transform: uppercase;
}

.landing-mark a {
  color: inherit;
  text-decoration: none;
}

.landing-mark a:hover {
  text-decoration: underline;
}

h1 {
  font-size: clamp(2.35rem, 7vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.landing-lede {
  color: #e8e1d4;
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 0 0 2.5rem;
}

.landing-steps {
  border-top: 1px solid #c6a15b;
  list-style: none;
  margin: 0 0 3.25rem;
  padding: 0;
}

.landing-steps li {
  align-items: baseline;
  border-bottom: 1px solid rgba(198, 161, 91, 0.35);
  display: grid;
  font-size: 1.15rem;
  gap: 1rem;
  grid-template-columns: 2.25rem 1fr;
  padding: 0.95rem 0;
}

.landing-steps span {
  color: #c6a15b;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.landing-signup h2 {
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 0.45rem;
}

.landing-signup-copy,
.landing-notice {
  margin: 0 0 1.25rem;
}

.landing-signup-copy {
  color: #c9c1b2;
}

.landing-notice {
  color: #e4c98a;
}

.landing-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.landing-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.landing-form input[type="email"] {
  background: transparent;
  border: 1px solid #c6a15b;
  border-radius: 0;
  box-sizing: border-box;
  color: #f4efe4;
  flex: 1 1 14rem;
  font: inherit;
  font-size: 1.05rem;
  min-width: 0;
  padding: 0.75rem 0.85rem;
}

.landing-form input[type="email"]::placeholder {
  color: #8d826c;
}

.landing-form input[type="email"]:focus {
  outline: 1px solid #e4c98a;
  outline-offset: 2px;
}

.landing-form input[type="submit"] {
  background: #c6a15b;
  border: 1px solid #c6a15b;
  border-radius: 0;
  color: #0b0b0b;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.05rem;
}

.landing-form input[type="submit"]:hover {
  background: #d4b56a;
  border-color: #d4b56a;
}

.landing-error {
  color: #e7c2a4;
  margin: 0.85rem 0 0;
}

.landing-footer {
  margin: 0 auto;
  max-width: 36rem;
  padding: 0 1.5rem 1.75rem;
  width: 100%;
  box-sizing: border-box;
}

.landing-footer p {
  color: #8d826c;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
}

.landing-footer p + p {
  margin-top: 0.35rem;
}

.landing-footer-links {
  display: flex;
  gap: 1rem;
}

.landing-footer a {
  color: #c6a15b;
  text-decoration: none;
}

.landing-footer a:hover {
  text-decoration: underline;
}

.privacy h2,
.faq h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 2rem 0 0.5rem;
}

.privacy p,
.faq p {
  margin: 0 0 0.85rem;
}

.faq a,
.privacy a,
.sms-opt-in a {
  color: #c6a15b;
}

.sms-flow {
  margin: 0 0 1.5rem;
  padding-left: 1.25rem;
}

.sms-flow li + li {
  margin-top: 0.75rem;
}

.sms-opt-in h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 2rem 0 0.5rem;
}

.sms-opt-in > p {
  margin: 0 0 0.85rem;
}

.sms-note {
  color: #e8e1d4;
  font-size: 1.15rem;
}

.sms-invite {
  border-top: 1px solid #c6a15b;
  margin: 2rem 0 2.25rem;
  padding-top: 1.25rem;
}

.sms-invite-copy {
  font-size: 1.45rem;
  line-height: 1.3;
  margin: 0;
}

.phone {
  margin: 0 0 0.5rem;
}

.phone-bezel {
  background: #1a1a1a;
  border: 1px solid #3a3428;
  border-radius: 2.4rem;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 0.65rem;
}

.phone-screen {
  background: #f7f7f8;
  border-radius: 1.9rem;
  color: #111;
  font-family: ui-sans-serif, system-ui, sans-serif;
  overflow: hidden;
}

.phone-status {
  color: #111;
  display: flex;
  font-size: 0.75rem;
  font-weight: 650;
  justify-content: space-between;
  letter-spacing: 0.02em;
  padding: 0.7rem 1.2rem 0.15rem;
}

.phone-header {
  border-bottom: 1px solid #e3e3e6;
  padding: 0.35rem 1rem 0.7rem;
  text-align: center;
}

.phone-avatar {
  align-items: center;
  background: #c6a15b;
  border-radius: 50%;
  color: #0b0b0b;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  height: 2.35rem;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 2.35rem;
}

.phone-name,
.phone-subtitle,
.phone-time {
  margin: 0;
}

.phone-name {
  color: #111;
  font-size: 0.78rem;
  font-weight: 650;
  margin-top: 0.3rem;
}

.phone-subtitle,
.phone-time {
  color: #8e8e93;
  font-size: 0.68rem;
}

.phone-thread {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 24rem;
  padding: 0.85rem 0.75rem 1.15rem;
}

.phone-thread-preview {
  min-height: 18rem;
}

.phone-time {
  margin: 0.15rem 0 0.35rem;
  text-align: center;
}

.sms-bubble {
  border-radius: 1.15rem;
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 86%;
  padding: 0.55rem 0.75rem;
}

.sms-bubble p {
  margin: 0;
}

.sms-bubble p + p {
  margin-top: 0.75rem;
}

.sms-bubble-out {
  align-self: flex-end;
  background: #34c759;
  border-bottom-right-radius: 0.35rem;
  color: #fff;
  font-weight: 650;
}

.sms-bubble-in {
  align-self: flex-start;
  background: #e9e9eb;
  border-bottom-left-radius: 0.35rem;
  color: #111;
}

.sms-bubble-in a {
  color: #007aff;
  text-decoration: underline;
}

.phone figcaption,
figure.phone figcaption {
  color: #8d826c;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0.85rem auto 0;
  max-width: 22.5rem;
  text-align: center;
}
